From 590d56dbb355a499b2f59d9a6ffa4887ea33c96b Mon Sep 17 00:00:00 2001 From: techknowlogick <techknowlogick@gitea.io> Date: Tue, 17 Dec 2019 16:34:11 -0500 Subject: [PATCH] switch to fomantic-ui (#9374) --- public/vendor/VERSIONS | 4 +- public/vendor/librejs.html | 6 +- public/vendor/plugins/fomantic/LICENSE.md | 7 + public/vendor/plugins/fomantic/semantic.css | 67776 ++++++++++++++++ public/vendor/plugins/fomantic/semantic.js | 27938 +++++++ .../vendor/plugins/fomantic/semantic.min.css | 404 + .../vendor/plugins/fomantic/semantic.min.js | 11 + .../themes/basic/assets/fonts/icons.eot | Bin .../themes/basic/assets/fonts/icons.svg | 0 .../themes/basic/assets/fonts/icons.ttf | Bin .../themes/basic/assets/fonts/icons.woff | Bin .../default/assets/fonts/brand-icons.eot | Bin 0 -> 130906 bytes .../default/assets/fonts/brand-icons.svg | 3496 + .../default/assets/fonts/brand-icons.ttf | Bin 0 -> 130600 bytes .../default/assets/fonts/brand-icons.woff | Bin 0 -> 88428 bytes .../default/assets/fonts/brand-icons.woff2 | Bin 0 -> 75336 bytes .../themes/default/assets/fonts/icons.eot | Bin 0 -> 192758 bytes .../themes/default/assets/fonts/icons.svg | 4667 ++ .../themes/default/assets/fonts/icons.ttf | Bin 0 -> 192472 bytes .../themes/default/assets/fonts/icons.woff | Bin 0 -> 98384 bytes .../themes/default/assets/fonts/icons.woff2 | Bin 0 -> 75728 bytes .../default/assets/fonts/outline-icons.eot | Bin 0 -> 34394 bytes .../default/assets/fonts/outline-icons.svg | 803 + .../default/assets/fonts/outline-icons.ttf | Bin 0 -> 34096 bytes .../default/assets/fonts/outline-icons.woff | Bin 0 -> 16804 bytes .../default/assets/fonts/outline-icons.woff2 | Bin 0 -> 13584 bytes .../themes/default/assets/images/flags.png | Bin .../github/assets/fonts/octicons-local.ttf | Bin .../themes/github/assets/fonts/octicons.svg | 0 .../themes/github/assets/fonts/octicons.ttf | Bin .../themes/github/assets/fonts/octicons.woff | Bin .../themes/material/assets/fonts/icons.eot | Bin .../themes/material/assets/fonts/icons.svg | 0 .../themes/material/assets/fonts/icons.ttf | Bin .../themes/material/assets/fonts/icons.woff | Bin .../themes/material/assets/fonts/icons.woff2 | Bin public/vendor/plugins/semantic/LICENSE | 18 - .../vendor/plugins/semantic/semantic.min.css | 419 - .../vendor/plugins/semantic/semantic.min.js | 11 - .../default/assets/fonts/brand-icons.eot | Bin 98640 -> 0 bytes .../default/assets/fonts/brand-icons.svg | 1008 - .../default/assets/fonts/brand-icons.ttf | Bin 98404 -> 0 bytes .../default/assets/fonts/brand-icons.woff | Bin 63728 -> 0 bytes .../default/assets/fonts/brand-icons.woff2 | Bin 54488 -> 0 bytes .../themes/default/assets/fonts/icons.eot | Bin 106004 -> 0 bytes .../themes/default/assets/fonts/icons.otf | Bin 93888 -> 0 bytes .../themes/default/assets/fonts/icons.svg | 1518 - .../themes/default/assets/fonts/icons.ttf | Bin 105784 -> 0 bytes .../themes/default/assets/fonts/icons.woff | Bin 50524 -> 0 bytes .../themes/default/assets/fonts/icons.woff2 | Bin 40148 -> 0 bytes .../default/assets/fonts/outline-icons.eot | Bin 31156 -> 0 bytes .../default/assets/fonts/outline-icons.svg | 366 - .../default/assets/fonts/outline-icons.ttf | Bin 30928 -> 0 bytes .../default/assets/fonts/outline-icons.woff | Bin 14712 -> 0 bytes .../default/assets/fonts/outline-icons.woff2 | Bin 12240 -> 0 bytes templates/base/footer.tmpl | 2 +- templates/base/head.tmpl | 2 +- templates/pwa/serviceworker_js.tmpl | 6 +- templates/repo/commits_list.tmpl | 2 +- templates/repo/view_list.tmpl | 2 +- templates/user/dashboard/issues.tmpl | 4 +- templates/user/dashboard/milestones.tmpl | 2 +- web_src/js/index.js | 7 +- web_src/js/semanticDropdown.js | 635 +- web_src/less/_base.less | 4 + web_src/less/_dashboard.less | 2 +- web_src/less/_repository.less | 2 +- web_src/less/themes/arc-green.less | 17 +- 68 files changed, 105598 insertions(+), 3541 deletions(-) create mode 100644 public/vendor/plugins/fomantic/LICENSE.md create mode 100644 public/vendor/plugins/fomantic/semantic.css create mode 100644 public/vendor/plugins/fomantic/semantic.js create mode 100644 public/vendor/plugins/fomantic/semantic.min.css create mode 100644 public/vendor/plugins/fomantic/semantic.min.js rename public/vendor/plugins/{semantic => fomantic}/themes/basic/assets/fonts/icons.eot (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/basic/assets/fonts/icons.svg (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/basic/assets/fonts/icons.ttf (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/basic/assets/fonts/icons.woff (100%) create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.eot create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.svg create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.ttf create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff2 create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.eot create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.svg create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.ttf create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2 create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.eot create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.svg create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.ttf create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff create mode 100644 public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff2 rename public/vendor/plugins/{semantic => fomantic}/themes/default/assets/images/flags.png (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/github/assets/fonts/octicons-local.ttf (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/github/assets/fonts/octicons.svg (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/github/assets/fonts/octicons.ttf (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/github/assets/fonts/octicons.woff (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/material/assets/fonts/icons.eot (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/material/assets/fonts/icons.svg (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/material/assets/fonts/icons.ttf (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/material/assets/fonts/icons.woff (100%) rename public/vendor/plugins/{semantic => fomantic}/themes/material/assets/fonts/icons.woff2 (100%) delete mode 100644 public/vendor/plugins/semantic/LICENSE delete mode 100644 public/vendor/plugins/semantic/semantic.min.css delete mode 100644 public/vendor/plugins/semantic/semantic.min.js delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.eot delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.svg delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.ttf delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff2 delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.eot delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.svg delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.ttf delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff delete mode 100644 public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff2 diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS index 0e6d2d2387..66cbdc3008 100644 --- a/public/vendor/VERSIONS +++ b/public/vendor/VERSIONS @@ -11,8 +11,8 @@ Version: 3.4.1 File(s): /vendor/plugins/jquery-migrate/jquery-migrate.min.js Version: 3.0.1 -File(s): /vendor/plugins/semantic/semantic.min.js -Version: 2.3.1 +File(s): /vendor/plugins/fomantic/semantic.min.js +Version: 2.8.2 File(s): /vendor/plugins/clipboard/clipboard.min.js Version: 1.5.9 diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index eb3508cb96..59d60818a5 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -26,9 +26,9 @@ <td><a href="https://code.jquery.com/jquery-migrate-3.0.1.min.js">jquery-migrate-3.0.1.min.js</a></td> </tr> <tr> - <td><a href="./plugins/semantic/semantic.min.js">semantic.min.js</a></td> - <td><a href="https://semantic-ui.mit-license.org/">Expat</a></td> - <td><a href="https://github.com/Semantic-Org/Semantic-UI/archive/2.3.1.tar.gz">semantic-UI-2.3.1.tar.gz</a></td> + <td><a href="./plugins/fomantic/semantic.min.js">semantic.min.js</a></td> + <td><a href="https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md">Expat</a></td> + <td><a href="https://github.com/fomantic/Fomantic-UI/archive/2.8.2.tar.gz">Fomantic-UI-2.8.2.tar.gz</a></td> </tr> <tr> <td><a href="../js/index.js">semantic.dropdown</a></td> diff --git a/public/vendor/plugins/fomantic/LICENSE.md b/public/vendor/plugins/fomantic/LICENSE.md new file mode 100644 index 0000000000..62df7662bf --- /dev/null +++ b/public/vendor/plugins/fomantic/LICENSE.md @@ -0,0 +1,7 @@ +# The MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/public/vendor/plugins/fomantic/semantic.css b/public/vendor/plugins/fomantic/semantic.css new file mode 100644 index 0000000000..bb4ffb4b81 --- /dev/null +++ b/public/vendor/plugins/fomantic/semantic.css @@ -0,0 +1,67776 @@ + /* + * # Fomantic UI - 2.8.2 + * https://github.com/fomantic/Fomantic-UI + * http://fomantic-ui.com/ + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ +@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap'); +/*! + * # Fomantic-UI - Reset + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Reset +*******************************/ + +/* Border-Box */ + +*, +*:before, +*:after { + -webkit-box-sizing: inherit; + box-sizing: inherit; +} + +html { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +/* iPad Input Shadows */ + +input[type="text"], +input[type="email"], +input[type="search"], +input[type="password"] { + -webkit-appearance: none; + -moz-appearance: none; + /* mobile firefox too! */ +} + +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + +html { + line-height: 1.15; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers. + */ + +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ + +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + /* 1 */ + height: 0; + /* 1 */ + overflow: visible; + /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; + /* 1 */ + text-decoration: underline; + /* 2 */ + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10. + */ + +img { + border-style: none; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + line-height: 1.15; + /* 1 */ + margin: 0; + /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { + /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { + /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + color: inherit; + /* 2 */ + display: table; + /* 1 */ + max-width: 100%; + /* 1 */ + padding: 0; + /* 3 */ + white-space: normal; + /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + +[type="checkbox"], +[type="radio"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ + +/** + * Add the correct display in IE 10+. + */ + +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ + +[hidden] { + display: none; +} + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Site + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Page +*******************************/ + +html, +body { + height: 100%; +} + +html { + font-size: 14px; +} + +body { + margin: 0; + padding: 0; + overflow-x: hidden; + min-width: 320px; + background: #FFFFFF; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 14px; + line-height: 1.4285em; + color: rgba(0, 0, 0, 0.87); +} + +/******************************* + Headers +*******************************/ + +h1, +h2, +h3, +h4, +h5 { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + line-height: 1.28571429em; + margin: calc(2rem - 0.1428571428571429em) 0 1rem; + font-weight: bold; + padding: 0; +} + +h1 { + min-height: 1rem; + font-size: 2rem; +} + +h2 { + font-size: 1.71428571rem; +} + +h3 { + font-size: 1.28571429rem; +} + +h4 { + font-size: 1.07142857rem; +} + +h5 { + font-size: 1rem; +} + +h1:first-child, +h2:first-child, +h3:first-child, +h4:first-child, +h5:first-child { + margin-top: 0; +} + +h1:last-child, +h2:last-child, +h3:last-child, +h4:last-child, +h5:last-child { + margin-bottom: 0; +} + +/******************************* + Text +*******************************/ + +p { + margin: 0 0 1em; + line-height: 1.4285em; +} + +p:first-child { + margin-top: 0; +} + +p:last-child { + margin-bottom: 0; +} + +/*------------------- + Links +--------------------*/ + +a { + color: #4183C4; + text-decoration: none; +} + +a:hover { + color: #1e70bf; + text-decoration: none; +} + +/******************************* + Scrollbars +*******************************/ + +/******************************* + Highlighting +*******************************/ + +/* Site */ + +::-webkit-selection { + background-color: #CCE2FF; + color: rgba(0, 0, 0, 0.87); +} + +::-moz-selection { + background-color: #CCE2FF; + color: rgba(0, 0, 0, 0.87); +} + +::selection { + background-color: #CCE2FF; + color: rgba(0, 0, 0, 0.87); +} + +/* Form */ + +textarea::-webkit-selection, +input::-webkit-selection { + background-color: rgba(100, 100, 100, 0.4); + color: rgba(0, 0, 0, 0.87); +} + +textarea::-moz-selection, +input::-moz-selection { + background-color: rgba(100, 100, 100, 0.4); + color: rgba(0, 0, 0, 0.87); +} + +textarea::selection, +input::selection { + background-color: rgba(100, 100, 100, 0.4); + color: rgba(0, 0, 0, 0.87); +} + +/* Force Simple Scrollbars */ + +body ::-webkit-scrollbar { + -webkit-appearance: none; + width: 10px; + height: 10px; +} + +body ::-webkit-scrollbar-track { + background: rgba(0, 0, 0, 0.1); + border-radius: 0; +} + +body ::-webkit-scrollbar-thumb { + cursor: pointer; + border-radius: 5px; + background: rgba(0, 0, 0, 0.25); + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; +} + +body ::-webkit-scrollbar-thumb:window-inactive { + background: rgba(0, 0, 0, 0.15); +} + +body ::-webkit-scrollbar-thumb:hover { + background: rgba(128, 135, 139, 0.8); +} + +/* Inverted UI */ + +body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track { + background: rgba(255, 255, 255, 0.1); +} + +body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, 0.25); +} + +body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive { + background: rgba(255, 255, 255, 0.15); +} + +body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover { + background: rgba(255, 255, 255, 0.35); +} + +/******************************* + Global Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Button + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Button +*******************************/ + +.ui.button { + cursor: pointer; + display: inline-block; + min-height: 1em; + outline: none; + border: none; + vertical-align: baseline; + background: #E0E1E2 none; + color: rgba(0, 0, 0, 0.6); + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + margin: 0 0.25em 0 0; + padding: 0.78571429em 1.5em 0.78571429em; + text-transform: none; + text-shadow: none; + font-weight: bold; + line-height: 1em; + font-style: normal; + text-align: center; + text-decoration: none; + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; + transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; + will-change: auto; + -webkit-tap-highlight-color: transparent; +} + +/******************************* + States +*******************************/ + +/*-------------- + Hover +---------------*/ + +.ui.button:hover { + background-color: #CACBCD; + background-image: none; + -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + color: rgba(0, 0, 0, 0.8); +} + +.ui.button:hover .icon { + opacity: 0.85; +} + +/*-------------- + Focus +---------------*/ + +.ui.button:focus { + background-color: #CACBCD; + color: rgba(0, 0, 0, 0.8); + background-image: none; + -webkit-box-shadow: ''; + box-shadow: ''; +} + +.ui.button:focus .icon { + opacity: 0.85; +} + +/*-------------- + Down +---------------*/ + +.ui.button:active, +.ui.active.button:active { + background-color: #BABBBC; + background-image: ''; + color: rgba(0, 0, 0, 0.9); + -webkit-box-shadow: 0 0 0 1px transparent inset, none; + box-shadow: 0 0 0 1px transparent inset, none; +} + +/*-------------- + Active +---------------*/ + +.ui.active.button { + background-color: #C0C1C2; + background-image: none; + -webkit-box-shadow: 0 0 0 1px transparent inset; + box-shadow: 0 0 0 1px transparent inset; + color: rgba(0, 0, 0, 0.95); +} + +.ui.active.button:hover { + background-color: #C0C1C2; + background-image: none; + color: rgba(0, 0, 0, 0.95); +} + +.ui.active.button:active { + background-color: #C0C1C2; + background-image: none; +} + +/*-------------- + Loading +---------------*/ + +/* Specificity hack */ + +.ui.loading.loading.loading.loading.loading.loading.button { + position: relative; + cursor: default; + text-shadow: none !important; + color: transparent; + opacity: 1; + pointer-events: auto; + -webkit-transition: all 0s linear, opacity 0.1s ease; + transition: all 0s linear, opacity 0.1s ease; +} + +.ui.loading.button:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.15); +} + +.ui.loading.button:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid currentColor; + color: #FFFFFF; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; +} + +.ui.labeled.icon.loading.button .icon { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.basic.loading.button:not(.inverted):before { + border-color: rgba(0, 0, 0, 0.1); +} + +.ui.basic.loading.button:not(.inverted):after { + border-color: #767676; +} + +/*------------------- + Disabled + --------------------*/ + +.ui.buttons .disabled.button:not(.basic), +.ui.disabled.button, +.ui.button:disabled, +.ui.disabled.button:hover, +.ui.disabled.active.button { + cursor: default; + opacity: 0.45 !important; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; + pointer-events: none !important; +} + +/* Basic Group With Disabled */ + +.ui.basic.buttons .ui.disabled.button { + border-color: rgba(34, 36, 38, 0.5); +} + +/******************************* + Types +*******************************/ + +/*------------------- + Animated + --------------------*/ + +.ui.animated.button { + position: relative; + overflow: hidden; + padding-right: 0 !important; + vertical-align: middle; + z-index: 1; +} + +.ui.animated.button .content { + will-change: transform, opacity; +} + +.ui.animated.button .visible.content { + position: relative; + margin-right: 1.5em; +} + +.ui.animated.button .hidden.content { + position: absolute; + width: 100%; +} + +/* Horizontal */ + +.ui.animated.button .visible.content, +.ui.animated.button .hidden.content { + -webkit-transition: right 0.3s ease 0s; + transition: right 0.3s ease 0s; +} + +.ui.animated.button .visible.content { + left: auto; + right: 0; +} + +.ui.animated.button .hidden.content { + top: 50%; + left: auto; + right: -100%; + margin-top: -0.5em; +} + +.ui.animated.button:focus .visible.content, +.ui.animated.button:hover .visible.content { + left: auto; + right: 200%; +} + +.ui.animated.button:focus .hidden.content, +.ui.animated.button:hover .hidden.content { + left: auto; + right: 0; +} + +/* Vertical */ + +.ui.vertical.animated.button .visible.content, +.ui.vertical.animated.button .hidden.content { + -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease; + transition: top 0.3s ease, -webkit-transform 0.3s ease; + transition: top 0.3s ease, transform 0.3s ease; + transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; +} + +.ui.vertical.animated.button .visible.content { + -webkit-transform: translateY(0%); + transform: translateY(0%); + right: auto; +} + +.ui.vertical.animated.button .hidden.content { + top: -50%; + left: 0; + right: auto; +} + +.ui.vertical.animated.button:focus .visible.content, +.ui.vertical.animated.button:hover .visible.content { + -webkit-transform: translateY(200%); + transform: translateY(200%); + right: auto; +} + +.ui.vertical.animated.button:focus .hidden.content, +.ui.vertical.animated.button:hover .hidden.content { + top: 50%; + right: auto; +} + +/* Fade */ + +.ui.fade.animated.button .visible.content, +.ui.fade.animated.button .hidden.content { + -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease; + transition: opacity 0.3s ease, -webkit-transform 0.3s ease; + transition: opacity 0.3s ease, transform 0.3s ease; + transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; +} + +.ui.fade.animated.button .visible.content { + left: auto; + right: auto; + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); +} + +.ui.fade.animated.button .hidden.content { + opacity: 0; + left: 0; + right: auto; + -webkit-transform: scale(1.5); + transform: scale(1.5); +} + +.ui.fade.animated.button:focus .visible.content, +.ui.fade.animated.button:hover .visible.content { + left: auto; + right: auto; + opacity: 0; + -webkit-transform: scale(0.75); + transform: scale(0.75); +} + +.ui.fade.animated.button:focus .hidden.content, +.ui.fade.animated.button:hover .hidden.content { + left: 0; + right: auto; + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); +} + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.button { + -webkit-box-shadow: 0 0 0 2px #FFFFFF inset; + box-shadow: 0 0 0 2px #FFFFFF inset; + background: transparent none; + color: #FFFFFF; + text-shadow: none !important; +} + +/* Group */ + +.ui.inverted.buttons .button { + margin: 0 0 0 -2px; +} + +.ui.inverted.buttons .button:first-child { + margin-left: 0; +} + +.ui.inverted.vertical.buttons .button { + margin: 0 0 -2px 0; +} + +.ui.inverted.vertical.buttons .button:first-child { + margin-top: 0; +} + +/* States */ + +/* Hover */ + +.ui.inverted.button:hover { + background: #FFFFFF; + -webkit-box-shadow: 0 0 0 2px #FFFFFF inset; + box-shadow: 0 0 0 2px #FFFFFF inset; + color: rgba(0, 0, 0, 0.8); +} + +/* Active / Focus */ + +.ui.inverted.button:focus, +.ui.inverted.button.active { + background: #FFFFFF; + -webkit-box-shadow: 0 0 0 2px #FFFFFF inset; + box-shadow: 0 0 0 2px #FFFFFF inset; + color: rgba(0, 0, 0, 0.8); +} + +/* Active Focus */ + +.ui.inverted.button.active:focus { + background: #DCDDDE; + -webkit-box-shadow: 0 0 0 2px #DCDDDE inset; + box-shadow: 0 0 0 2px #DCDDDE inset; + color: rgba(0, 0, 0, 0.8); +} + +/*------------------- + Labeled Button + --------------------*/ + +.ui.labeled.button:not(.icon) { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + background: none; + padding: 0 !important; + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.labeled.button > .button { + margin: 0; +} + +.ui.labeled.button > .label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 0 0 0 -1px !important; + font-size: 1em; + padding: ''; + border-color: rgba(34, 36, 38, 0.15); +} + +/* Tag */ + +.ui.labeled.button > .tag.label:before { + width: 1.85em; + height: 1.85em; +} + +/* Right */ + +.ui.labeled.button:not([class*="left labeled"]) > .button { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.labeled.button:not([class*="left labeled"]) > .label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +/* Left Side */ + +.ui[class*="left labeled"].button > .button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.ui[class*="left labeled"].button > .label { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +/*------------------- + Social + --------------------*/ + +/* Facebook */ + +.ui.facebook.button { + background-color: #3B5998; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.facebook.button:hover { + background-color: #304d8a; + color: #FFFFFF; + text-shadow: none; +} + +.ui.facebook.button:active { + background-color: #2d4373; + color: #FFFFFF; + text-shadow: none; +} + +/* Twitter */ + +.ui.twitter.button { + background-color: #1DA1F2; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.twitter.button:hover { + background-color: #0298f3; + color: #FFFFFF; + text-shadow: none; +} + +.ui.twitter.button:active { + background-color: #0c85d0; + color: #FFFFFF; + text-shadow: none; +} + +/* Google Plus */ + +.ui.google.plus.button { + background-color: #DD4B39; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.google.plus.button:hover { + background-color: #e0321c; + color: #FFFFFF; + text-shadow: none; +} + +.ui.google.plus.button:active { + background-color: #c23321; + color: #FFFFFF; + text-shadow: none; +} + +/* Linked In */ + +.ui.linkedin.button { + background-color: #0077B5; + color: #FFFFFF; + text-shadow: none; +} + +.ui.linkedin.button:hover { + background-color: #00669c; + color: #FFFFFF; + text-shadow: none; +} + +.ui.linkedin.button:active { + background-color: #005582; + color: #FFFFFF; + text-shadow: none; +} + +/* YouTube */ + +.ui.youtube.button { + background-color: #FF0000; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.youtube.button:hover { + background-color: #e60000; + color: #FFFFFF; + text-shadow: none; +} + +.ui.youtube.button:active { + background-color: #cc0000; + color: #FFFFFF; + text-shadow: none; +} + +/* Instagram */ + +.ui.instagram.button { + background-color: #49769C; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.instagram.button:hover { + background-color: #3d698e; + color: #FFFFFF; + text-shadow: none; +} + +.ui.instagram.button:active { + background-color: #395c79; + color: #FFFFFF; + text-shadow: none; +} + +/* Pinterest */ + +.ui.pinterest.button { + background-color: #BD081C; + color: #FFFFFF; + text-shadow: none; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.pinterest.button:hover { + background-color: #ac0013; + color: #FFFFFF; + text-shadow: none; +} + +.ui.pinterest.button:active { + background-color: #8c0615; + color: #FFFFFF; + text-shadow: none; +} + +/* VK */ + +.ui.vk.button { + background-color: #45668E; + color: #FFFFFF; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.vk.button:hover { + background-color: #395980; + color: #FFFFFF; +} + +.ui.vk.button:active { + background-color: #344d6c; + color: #FFFFFF; +} + +/* WhatsApp */ + +.ui.whatsapp.button { + background-color: #25D366; + color: #FFFFFF; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.whatsapp.button:hover { + background-color: #19c55a; + color: #FFFFFF; +} + +.ui.whatsapp.button:active { + background-color: #1da851; + color: #FFFFFF; +} + +/* Telegram */ + +.ui.telegram.button { + background-color: #0088CC; + color: #FFFFFF; + background-image: none; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.telegram.button:hover { + background-color: #0077b3; + color: #FFFFFF; +} + +.ui.telegram.button:active { + background-color: #006699; + color: #FFFFFF; +} + +/*-------------- + Icon +---------------*/ + +.ui.button > .icon:not(.button) { + height: auto; + opacity: 0.8; + margin: 0 0.42857143em 0 -0.21428571em; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; + vertical-align: ''; + color: ''; +} + +.ui.button:not(.icon) > .icon:not(.button):not(.dropdown), +.ui.button:not(.icon) > .icons:not(.button):not(.dropdown) { + margin: 0 0.42857143em 0 -0.21428571em; +} + +.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) { + margin: 0 -0.21428571em 0 0.42857143em; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Floated + --------------------*/ + +.ui[class*="left floated"].buttons, +.ui[class*="left floated"].button { + float: left; + margin-left: 0; + margin-right: 0.25em; +} + +.ui[class*="right floated"].buttons, +.ui[class*="right floated"].button { + float: right; + margin-right: 0; + margin-left: 0.25em; +} + +/*------------------- + Compact + --------------------*/ + +.ui.compact.buttons .button, +.ui.compact.button { + padding: 0.58928571em 1.125em 0.58928571em; +} + +.ui.compact.icon.buttons .button, +.ui.compact.icon.button { + padding: 0.58928571em 0.58928571em 0.58928571em; +} + +.ui.compact.labeled.icon.buttons .button, +.ui.compact.labeled.icon.button { + padding: 0.58928571em 3.69642857em 0.58928571em; +} + +.ui.compact.labeled.icon.buttons .button > .icon, +.ui.compact.labeled.icon.button > .icon { + padding: 0.58928571em 0 0.58928571em 0; +} + +/*------------------- + Sizes +--------------------*/ + +.ui.buttons .button, +.ui.buttons .or, +.ui.button { + font-size: 1rem; +} + +.ui.mini.buttons .dropdown, +.ui.mini.buttons .dropdown .menu > .item, +.ui.mini.buttons .button, +.ui.mini.buttons .or, +.ui.ui.ui.ui.mini.button { + font-size: 0.78571429rem; +} + +.ui.tiny.buttons .dropdown, +.ui.tiny.buttons .dropdown .menu > .item, +.ui.tiny.buttons .button, +.ui.tiny.buttons .or, +.ui.ui.ui.ui.tiny.button { + font-size: 0.85714286rem; +} + +.ui.small.buttons .dropdown, +.ui.small.buttons .dropdown .menu > .item, +.ui.small.buttons .button, +.ui.small.buttons .or, +.ui.ui.ui.ui.small.button { + font-size: 0.92857143rem; +} + +.ui.large.buttons .dropdown, +.ui.large.buttons .dropdown .menu > .item, +.ui.large.buttons .button, +.ui.large.buttons .or, +.ui.ui.ui.ui.large.button { + font-size: 1.14285714rem; +} + +.ui.big.buttons .dropdown, +.ui.big.buttons .dropdown .menu > .item, +.ui.big.buttons .button, +.ui.big.buttons .or, +.ui.ui.ui.ui.big.button { + font-size: 1.28571429rem; +} + +.ui.huge.buttons .dropdown, +.ui.huge.buttons .dropdown .menu > .item, +.ui.huge.buttons .button, +.ui.huge.buttons .or, +.ui.ui.ui.ui.huge.button { + font-size: 1.42857143rem; +} + +.ui.massive.buttons .dropdown, +.ui.massive.buttons .dropdown .menu > .item, +.ui.massive.buttons .button, +.ui.massive.buttons .or, +.ui.ui.ui.ui.massive.button { + font-size: 1.71428571rem; +} + +/*-------------- + Icon Only +---------------*/ + +.ui.icon.buttons .button, +.ui.icon.button { + padding: 0.78571429em 0.78571429em 0.78571429em; +} + +.ui.icon.buttons .button > .icon, +.ui.icon.button > .icon { + opacity: 0.9; + margin: 0 !important; + vertical-align: top; +} + +/*------------------- + Basic + --------------------*/ + +.ui.basic.buttons .button, +.ui.basic.button { + background: transparent none; + color: rgba(0, 0, 0, 0.6); + font-weight: normal; + border-radius: 0.28571429rem; + text-transform: none; + text-shadow: none !important; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; +} + +.ui.basic.buttons { + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; +} + +.ui.basic.buttons .button { + border-radius: 0; +} + +.ui.basic.buttons .button:hover, +.ui.basic.button:hover { + background: #FFFFFF; + color: rgba(0, 0, 0, 0.8); + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.basic.buttons .button:focus, +.ui.basic.button:focus { + background: #FFFFFF; + color: rgba(0, 0, 0, 0.8); + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.basic.buttons .button:active, +.ui.basic.button:active { + background: #F8F8F8; + color: rgba(0, 0, 0, 0.9); + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.basic.buttons .active.button, +.ui.basic.active.button { + background: rgba(0, 0, 0, 0.05); + -webkit-box-shadow: ''; + box-shadow: ''; + color: rgba(0, 0, 0, 0.95); +} + +.ui.basic.buttons .active.button:hover, +.ui.basic.active.button:hover { + background-color: rgba(0, 0, 0, 0.05); +} + +/* Vertical */ + +.ui.basic.buttons .button:hover { + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset; +} + +.ui.basic.buttons .button:active { + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset; +} + +.ui.basic.buttons .active.button { + -webkit-box-shadow: ''; + box-shadow: ''; +} + +/* Standard Basic Inverted */ + +.ui.basic.inverted.buttons .button, +.ui.basic.inverted.button { + background-color: transparent; + color: #F9FAFB; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; +} + +.ui.basic.inverted.buttons .button:hover, +.ui.basic.inverted.button:hover { + color: #FFFFFF; + -webkit-box-shadow: 0 0 0 2px #ffffff inset; + box-shadow: 0 0 0 2px #ffffff inset; +} + +.ui.basic.inverted.buttons .button:focus, +.ui.basic.inverted.button:focus { + color: #FFFFFF; + -webkit-box-shadow: 0 0 0 2px #ffffff inset; + box-shadow: 0 0 0 2px #ffffff inset; +} + +.ui.basic.inverted.buttons .button:active, +.ui.basic.inverted.button:active { + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset; +} + +.ui.basic.inverted.buttons .active.button, +.ui.basic.inverted.active.button { + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; + text-shadow: none; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset; +} + +.ui.basic.inverted.buttons .active.button:hover, +.ui.basic.inverted.active.button:hover { + background-color: rgba(255, 255, 255, 0.15); + -webkit-box-shadow: 0 0 0 2px #ffffff inset; + box-shadow: 0 0 0 2px #ffffff inset; +} + +/* Basic Group */ + +.ui.basic.buttons .button { + border-left: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.basic.vertical.buttons .button { + border-left: none; + border-left-width: 0; + border-top: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.basic.vertical.buttons .button:first-child { + border-top-width: 0; +} + +/*------------------- + Tertiary + --------------------*/ + +/* Overline Mixin */ + +.ui.tertiary.button { + -webkit-transition: color 0.1s ease !important; + transition: color 0.1s ease !important; + border-radius: 0; + margin: 0.28571429em 0.25em 0.28571429em 0 !important; + padding: 0.5em !important; + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.6); + background: none; +} + +.ui.tertiary.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #666666; + box-shadow: inset 0 -0.2em 0 #666666; + color: #333333; + background: none; +} + +.ui.tertiary.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #666666; + box-shadow: inset 0 -0.2em 0 #666666; + color: #333333; + background: none; +} + +.ui.tertiary.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #999999; + box-shadow: inset 0 -0.2em 0 #999999; + border-radius: 0.28571429rem 0.28571429rem 0 0; + color: #666666; + background: none; +} + +/*-------------- + Labeled Icon + ---------------*/ + +.ui.labeled.icon.buttons .button, +.ui.labeled.icon.button { + position: relative; + padding-left: 4.07142857em !important; + padding-right: 1.5em !important; +} + +/* Left Labeled */ + +.ui.labeled.icon.buttons > .button > .icon, +.ui.labeled.icon.button > .icon { + position: absolute; + top: 0; + left: 0; + height: 100%; + line-height: 1; + border-radius: 0; + border-top-left-radius: inherit; + border-bottom-left-radius: inherit; + text-align: center; + -webkit-animation: none; + animation: none; + padding: 0.78571429em 0 0.78571429em 0; + margin: 0; + width: 2.57142857em; + background-color: rgba(0, 0, 0, 0.05); + color: ''; + -webkit-box-shadow: -1px 0 0 0 transparent inset; + box-shadow: -1px 0 0 0 transparent inset; +} + +/* Right Labeled */ + +.ui[class*="right labeled"].icon.button { + padding-right: 4.07142857em !important; + padding-left: 1.5em !important; +} + +.ui[class*="right labeled"].icon.button > .icon { + left: auto; + right: 0; + border-radius: 0; + border-top-right-radius: inherit; + border-bottom-right-radius: inherit; + -webkit-box-shadow: 1px 0 0 0 transparent inset; + box-shadow: 1px 0 0 0 transparent inset; +} + +.ui.labeled.icon.buttons > .button > .icon:before, +.ui.labeled.icon.button > .icon:before, +.ui.labeled.icon.buttons > .button > .icon:after, +.ui.labeled.icon.button > .icon:after { + display: block; + position: relative; + width: 100%; + top: 0; + text-align: center; +} + +.ui.labeled.icon.buttons .button > .icon { + border-radius: 0; +} + +.ui.labeled.icon.buttons .button:first-child > .icon { + border-top-left-radius: 0.28571429rem; + border-bottom-left-radius: 0.28571429rem; +} + +.ui.labeled.icon.buttons .button:last-child > .icon { + border-top-right-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +.ui.vertical.labeled.icon.buttons .button:first-child > .icon { + border-radius: 0; + border-top-left-radius: 0.28571429rem; +} + +.ui.vertical.labeled.icon.buttons .button:last-child > .icon { + border-radius: 0; + border-bottom-left-radius: 0.28571429rem; +} + +/* Loading Icon in Labeled Button */ + +.ui.labeled.icon.button > .loading.icon:before { + -webkit-animation: loader 2s linear infinite; + animation: loader 2s linear infinite; +} + +/*-------------- + Toggle + ---------------*/ + +/* Toggle (Modifies active state to give affordances) */ + +.ui.toggle.buttons .active.button, +.ui.buttons .button.toggle.active, +.ui.button.toggle.active { + background-color: #21BA45; + -webkit-box-shadow: none; + box-shadow: none; + text-shadow: none; + color: #FFFFFF; +} + +.ui.button.toggle.active:hover { + background-color: #16ab39; + text-shadow: none; + color: #FFFFFF; +} + +/*-------------- + Circular + ---------------*/ + +.ui.circular.button { + border-radius: 10em; +} + +.ui.circular.button > .icon { + width: 1em; + vertical-align: baseline; +} + +/*------------------- + Or Buttons + --------------------*/ + +.ui.buttons .or { + position: relative; + width: 0.3em; + height: 2.57142857em; + z-index: 3; +} + +.ui.buttons .or:before { + position: absolute; + text-align: center; + border-radius: 500rem; + content: 'or'; + top: 50%; + left: 50%; + background-color: #FFFFFF; + text-shadow: none; + margin-top: -0.89285714em; + margin-left: -0.89285714em; + width: 1.78571429em; + height: 1.78571429em; + line-height: 1.78571429em; + color: rgba(0, 0, 0, 0.4); + font-style: normal; + font-weight: bold; + -webkit-box-shadow: 0 0 0 1px transparent inset; + box-shadow: 0 0 0 1px transparent inset; +} + +.ui.buttons .or[data-text]:before { + content: attr(data-text); +} + +/* Fluid Or */ + +.ui.fluid.buttons .or { + width: 0 !important; +} + +.ui.fluid.buttons .or:after { + display: none; +} + +/*------------------- + Attached + --------------------*/ + +/* Singular */ + +.ui.attached.button { + position: relative; + display: block; + margin: 0; + border-radius: 0; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15); +} + +/* Top / Bottom */ + +.ui.attached.top.button { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.attached.bottom.button { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/* Left / Right */ + +.ui.left.attached.button { + display: inline-block; + border-left: none; + text-align: right; + padding-right: 0.75em; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui.right.attached.button { + display: inline-block; + text-align: left; + padding-left: 0.75em; + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +/* Plural */ + +.ui.attached.buttons { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + border-radius: 0; + width: auto !important; + z-index: auto; + margin-left: -1px; + margin-right: -1px; +} + +.ui.attached.buttons .button { + margin: 0; +} + +.ui.attached.buttons .button:first-child { + border-radius: 0; +} + +.ui.attached.buttons .button:last-child { + border-radius: 0; +} + +/* Top / Bottom */ + +.ui[class*="top attached"].buttons { + margin-bottom: -1px; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui[class*="top attached"].buttons .button:first-child { + border-radius: 0.28571429rem 0 0 0; +} + +.ui[class*="top attached"].buttons .button:last-child { + border-radius: 0 0.28571429rem 0 0; +} + +.ui[class*="bottom attached"].buttons { + margin-top: -1px; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui[class*="bottom attached"].buttons .button:first-child { + border-radius: 0 0 0 0.28571429rem; +} + +.ui[class*="bottom attached"].buttons .button:last-child { + border-radius: 0 0 0.28571429rem 0; +} + +/* Left / Right */ + +.ui[class*="left attached"].buttons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + margin-right: 0; + margin-left: -1px; + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +.ui[class*="left attached"].buttons .button:first-child { + margin-left: -1px; + border-radius: 0 0.28571429rem 0 0; +} + +.ui[class*="left attached"].buttons .button:last-child { + margin-left: -1px; + border-radius: 0 0 0.28571429rem 0; +} + +.ui[class*="right attached"].buttons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + margin-left: 0; + margin-right: -1px; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui[class*="right attached"].buttons .button:first-child { + margin-left: -1px; + border-radius: 0.28571429rem 0 0 0; +} + +.ui[class*="right attached"].buttons .button:last-child { + margin-left: -1px; + border-radius: 0 0 0 0.28571429rem; +} + +/*------------------- + Fluid + --------------------*/ + +.ui.fluid.buttons, +.ui.fluid.button { + width: 100%; +} + +.ui.fluid.button { + display: block; +} + +.ui.two.buttons { + width: 100%; +} + +.ui.two.buttons > .button { + width: 50%; +} + +.ui.three.buttons { + width: 100%; +} + +.ui.three.buttons > .button { + width: 33.333%; +} + +.ui.four.buttons { + width: 100%; +} + +.ui.four.buttons > .button { + width: 25%; +} + +.ui.five.buttons { + width: 100%; +} + +.ui.five.buttons > .button { + width: 20%; +} + +.ui.six.buttons { + width: 100%; +} + +.ui.six.buttons > .button { + width: 16.666%; +} + +.ui.seven.buttons { + width: 100%; +} + +.ui.seven.buttons > .button { + width: 14.285%; +} + +.ui.eight.buttons { + width: 100%; +} + +.ui.eight.buttons > .button { + width: 12.5%; +} + +.ui.nine.buttons { + width: 100%; +} + +.ui.nine.buttons > .button { + width: 11.11%; +} + +.ui.ten.buttons { + width: 100%; +} + +.ui.ten.buttons > .button { + width: 10%; +} + +.ui.eleven.buttons { + width: 100%; +} + +.ui.eleven.buttons > .button { + width: 9.09%; +} + +.ui.twelve.buttons { + width: 100%; +} + +.ui.twelve.buttons > .button { + width: 8.3333%; +} + +/* Fluid Vertical Buttons */ + +.ui.fluid.vertical.buttons, +.ui.fluid.vertical.buttons > .button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: auto; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.ui.two.vertical.buttons > .button { + height: 50%; +} + +.ui.three.vertical.buttons > .button { + height: 33.333%; +} + +.ui.four.vertical.buttons > .button { + height: 25%; +} + +.ui.five.vertical.buttons > .button { + height: 20%; +} + +.ui.six.vertical.buttons > .button { + height: 16.666%; +} + +.ui.seven.vertical.buttons > .button { + height: 14.285%; +} + +.ui.eight.vertical.buttons > .button { + height: 12.5%; +} + +.ui.nine.vertical.buttons > .button { + height: 11.11%; +} + +.ui.ten.vertical.buttons > .button { + height: 10%; +} + +.ui.eleven.vertical.buttons > .button { + height: 9.09%; +} + +.ui.twelve.vertical.buttons > .button { + height: 8.3333%; +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.buttons .button, +.ui.primary.button { + background-color: #2185D0; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.primary.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.primary.buttons .button:hover, +.ui.primary.button:hover { + background-color: #1678c2; + color: #FFFFFF; + text-shadow: none; +} + +.ui.primary.buttons .button:focus, +.ui.primary.button:focus { + background-color: #0d71bb; + color: #FFFFFF; + text-shadow: none; +} + +.ui.primary.buttons .button:active, +.ui.primary.button:active { + background-color: #1a69a4; + color: #FFFFFF; + text-shadow: none; +} + +.ui.primary.buttons .active.button, +.ui.primary.buttons .active.button:active, +.ui.primary.active.button, +.ui.primary.button .active.button:active { + background-color: #1279c6; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.primary.buttons .button, +.ui.basic.primary.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #2185D0 inset; + box-shadow: 0 0 0 1px #2185D0 inset; + color: #2185D0; +} + +.ui.basic.primary.buttons .button:hover, +.ui.basic.primary.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1678c2 inset; + box-shadow: 0 0 0 1px #1678c2 inset; + color: #1678c2; +} + +.ui.basic.primary.buttons .button:focus, +.ui.basic.primary.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #0d71bb inset; + box-shadow: 0 0 0 1px #0d71bb inset; + color: #1678c2; +} + +.ui.basic.primary.buttons .active.button, +.ui.basic.primary.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1279c6 inset; + box-shadow: 0 0 0 1px #1279c6 inset; + color: #1a69a4; +} + +.ui.basic.primary.buttons .button:active, +.ui.basic.primary.button:active { + -webkit-box-shadow: 0 0 0 1px #1a69a4 inset; + box-shadow: 0 0 0 1px #1a69a4 inset; + color: #1a69a4; +} + +.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.primary.buttons .button, +.ui.inverted.primary.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #54C8FF inset; + box-shadow: 0 0 0 2px #54C8FF inset; + color: #54C8FF; +} + +.ui.inverted.primary.buttons .button:hover, +.ui.inverted.primary.button:hover, +.ui.inverted.primary.buttons .button:focus, +.ui.inverted.primary.button:focus, +.ui.inverted.primary.buttons .button.active, +.ui.inverted.primary.button.active, +.ui.inverted.primary.buttons .button:active, +.ui.inverted.primary.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.primary.buttons .button:hover, +.ui.inverted.primary.button:hover { + background-color: #21b8ff; +} + +.ui.inverted.primary.buttons .button:focus, +.ui.inverted.primary.button:focus { + background-color: #2bbbff; +} + +.ui.inverted.primary.buttons .active.button, +.ui.inverted.primary.active.button { + background-color: #3ac0ff; +} + +.ui.inverted.primary.buttons .button:active, +.ui.inverted.primary.button:active { + background-color: #21b8ff; +} + +/* Inverted Basic */ + +.ui.inverted.primary.basic.buttons .button, +.ui.inverted.primary.buttons .basic.button, +.ui.inverted.primary.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.primary.basic.buttons .button:hover, +.ui.inverted.primary.buttons .basic.button:hover, +.ui.inverted.primary.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #21b8ff inset; + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54C8FF; +} + +.ui.inverted.primary.basic.buttons .button:focus, +.ui.inverted.primary.basic.buttons .button:focus, +.ui.inverted.primary.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #2bbbff inset; + box-shadow: 0 0 0 2px #2bbbff inset; + color: #54C8FF; +} + +.ui.inverted.primary.basic.buttons .active.button, +.ui.inverted.primary.buttons .basic.active.button, +.ui.inverted.primary.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #3ac0ff inset; + box-shadow: 0 0 0 2px #3ac0ff inset; + color: #54C8FF; +} + +.ui.inverted.primary.basic.buttons .button:active, +.ui.inverted.primary.buttons .basic.button:active, +.ui.inverted.primary.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #21b8ff inset; + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54C8FF; +} + +/* Tertiary */ + +.ui.tertiary.primary.buttons .button, +.ui.tertiary.primary.buttons .tertiary.button, +.ui.tertiary.primary.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #2185D0; +} + +.ui.tertiary.primary.buttons .button:hover, +.ui.tertiary.primary.buttons button:hover, +.ui.tertiary.primary.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac; + box-shadow: inset 0 -0.2em 0 #2b75ac; + color: #2b75ac; +} + +.ui.tertiary.primary.buttons .button:focus, +.ui.tertiary.primary.buttons .tertiary.button:focus, +.ui.tertiary.primary.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #216ea7; + box-shadow: inset 0 -0.2em 0 #216ea7; + color: #216ea7; +} + +.ui.tertiary.primary.buttons .active.button, +.ui.tertiary.primary.buttons .tertiary.active.button, +.ui.tertiary.primary.active.button, +.ui.tertiary.primary.buttons .button:active, +.ui.tertiary.primary.buttons .tertiary.button:active, +.ui.tertiary.primary.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #007bd8; + box-shadow: inset 0 -0.2em 0 #007bd8; + color: #1279c6; +} + +.ui.secondary.buttons .button, +.ui.secondary.button { + background-color: #1B1C1D; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.secondary.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.secondary.buttons .button:hover, +.ui.secondary.button:hover { + background-color: #27292a; + color: #FFFFFF; + text-shadow: none; +} + +.ui.secondary.buttons .button:focus, +.ui.secondary.button:focus { + background-color: #2e3032; + color: #FFFFFF; + text-shadow: none; +} + +.ui.secondary.buttons .button:active, +.ui.secondary.button:active { + background-color: #343637; + color: #FFFFFF; + text-shadow: none; +} + +.ui.secondary.buttons .active.button, +.ui.secondary.buttons .active.button:active, +.ui.secondary.active.button, +.ui.secondary.button .active.button:active { + background-color: #27292a; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.secondary.buttons .button, +.ui.basic.secondary.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1B1C1D inset; + box-shadow: 0 0 0 1px #1B1C1D inset; + color: #1B1C1D; +} + +.ui.basic.secondary.buttons .button:hover, +.ui.basic.secondary.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #27292a inset; + box-shadow: 0 0 0 1px #27292a inset; + color: #27292a; +} + +.ui.basic.secondary.buttons .button:focus, +.ui.basic.secondary.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #2e3032 inset; + box-shadow: 0 0 0 1px #2e3032 inset; + color: #27292a; +} + +.ui.basic.secondary.buttons .active.button, +.ui.basic.secondary.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #27292a inset; + box-shadow: 0 0 0 1px #27292a inset; + color: #343637; +} + +.ui.basic.secondary.buttons .button:active, +.ui.basic.secondary.button:active { + -webkit-box-shadow: 0 0 0 1px #343637 inset; + box-shadow: 0 0 0 1px #343637 inset; + color: #343637; +} + +.ui.buttons:not(.vertical) > .basic.secondary.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.secondary.buttons .button, +.ui.inverted.secondary.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #545454 inset; + box-shadow: 0 0 0 2px #545454 inset; + color: #545454; +} + +.ui.inverted.secondary.buttons .button:hover, +.ui.inverted.secondary.button:hover, +.ui.inverted.secondary.buttons .button:focus, +.ui.inverted.secondary.button:focus, +.ui.inverted.secondary.buttons .button.active, +.ui.inverted.secondary.button.active, +.ui.inverted.secondary.buttons .button:active, +.ui.inverted.secondary.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.secondary.buttons .button:hover, +.ui.inverted.secondary.button:hover { + background-color: #6e6e6e; +} + +.ui.inverted.secondary.buttons .button:focus, +.ui.inverted.secondary.button:focus { + background-color: #686868; +} + +.ui.inverted.secondary.buttons .active.button, +.ui.inverted.secondary.active.button { + background-color: #616161; +} + +.ui.inverted.secondary.buttons .button:active, +.ui.inverted.secondary.button:active { + background-color: #6e6e6e; +} + +/* Inverted Basic */ + +.ui.inverted.secondary.basic.buttons .button, +.ui.inverted.secondary.buttons .basic.button, +.ui.inverted.secondary.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.secondary.basic.buttons .button:hover, +.ui.inverted.secondary.buttons .basic.button:hover, +.ui.inverted.secondary.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #6e6e6e inset; + box-shadow: 0 0 0 2px #6e6e6e inset; + color: #545454; +} + +.ui.inverted.secondary.basic.buttons .button:focus, +.ui.inverted.secondary.basic.buttons .button:focus, +.ui.inverted.secondary.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #686868 inset; + box-shadow: 0 0 0 2px #686868 inset; + color: #545454; +} + +.ui.inverted.secondary.basic.buttons .active.button, +.ui.inverted.secondary.buttons .basic.active.button, +.ui.inverted.secondary.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #616161 inset; + box-shadow: 0 0 0 2px #616161 inset; + color: #545454; +} + +.ui.inverted.secondary.basic.buttons .button:active, +.ui.inverted.secondary.buttons .basic.button:active, +.ui.inverted.secondary.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #6e6e6e inset; + box-shadow: 0 0 0 2px #6e6e6e inset; + color: #545454; +} + +/* Tertiary */ + +.ui.tertiary.secondary.buttons .button, +.ui.tertiary.secondary.buttons .tertiary.button, +.ui.tertiary.secondary.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #1B1C1D; +} + +.ui.tertiary.secondary.buttons .button:hover, +.ui.tertiary.secondary.buttons button:hover, +.ui.tertiary.secondary.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #292929; + box-shadow: inset 0 -0.2em 0 #292929; + color: #292929; +} + +.ui.tertiary.secondary.buttons .button:focus, +.ui.tertiary.secondary.buttons .tertiary.button:focus, +.ui.tertiary.secondary.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #303030; + box-shadow: inset 0 -0.2em 0 #303030; + color: #303030; +} + +.ui.tertiary.secondary.buttons .active.button, +.ui.tertiary.secondary.buttons .tertiary.active.button, +.ui.tertiary.secondary.active.button, +.ui.tertiary.secondary.buttons .button:active, +.ui.tertiary.secondary.buttons .tertiary.button:active, +.ui.tertiary.secondary.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #1f2933; + box-shadow: inset 0 -0.2em 0 #1f2933; + color: #27292a; +} + +.ui.red.buttons .button, +.ui.red.button { + background-color: #DB2828; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.red.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.red.buttons .button:hover, +.ui.red.button:hover { + background-color: #d01919; + color: #FFFFFF; + text-shadow: none; +} + +.ui.red.buttons .button:focus, +.ui.red.button:focus { + background-color: #ca1010; + color: #FFFFFF; + text-shadow: none; +} + +.ui.red.buttons .button:active, +.ui.red.button:active { + background-color: #b21e1e; + color: #FFFFFF; + text-shadow: none; +} + +.ui.red.buttons .active.button, +.ui.red.buttons .active.button:active, +.ui.red.active.button, +.ui.red.button .active.button:active { + background-color: #d41515; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.red.buttons .button, +.ui.basic.red.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #DB2828 inset; + box-shadow: 0 0 0 1px #DB2828 inset; + color: #DB2828; +} + +.ui.basic.red.buttons .button:hover, +.ui.basic.red.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #d01919 inset; + box-shadow: 0 0 0 1px #d01919 inset; + color: #d01919; +} + +.ui.basic.red.buttons .button:focus, +.ui.basic.red.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #ca1010 inset; + box-shadow: 0 0 0 1px #ca1010 inset; + color: #d01919; +} + +.ui.basic.red.buttons .active.button, +.ui.basic.red.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #d41515 inset; + box-shadow: 0 0 0 1px #d41515 inset; + color: #b21e1e; +} + +.ui.basic.red.buttons .button:active, +.ui.basic.red.button:active { + -webkit-box-shadow: 0 0 0 1px #b21e1e inset; + box-shadow: 0 0 0 1px #b21e1e inset; + color: #b21e1e; +} + +.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.red.buttons .button, +.ui.inverted.red.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #FF695E inset; + box-shadow: 0 0 0 2px #FF695E inset; + color: #FF695E; +} + +.ui.inverted.red.buttons .button:hover, +.ui.inverted.red.button:hover, +.ui.inverted.red.buttons .button:focus, +.ui.inverted.red.button:focus, +.ui.inverted.red.buttons .button.active, +.ui.inverted.red.button.active, +.ui.inverted.red.buttons .button:active, +.ui.inverted.red.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.red.buttons .button:hover, +.ui.inverted.red.button:hover { + background-color: #ff392b; +} + +.ui.inverted.red.buttons .button:focus, +.ui.inverted.red.button:focus { + background-color: #ff4335; +} + +.ui.inverted.red.buttons .active.button, +.ui.inverted.red.active.button { + background-color: #ff5144; +} + +.ui.inverted.red.buttons .button:active, +.ui.inverted.red.button:active { + background-color: #ff392b; +} + +/* Inverted Basic */ + +.ui.inverted.red.basic.buttons .button, +.ui.inverted.red.buttons .basic.button, +.ui.inverted.red.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.red.basic.buttons .button:hover, +.ui.inverted.red.buttons .basic.button:hover, +.ui.inverted.red.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #ff392b inset; + box-shadow: 0 0 0 2px #ff392b inset; + color: #FF695E; +} + +.ui.inverted.red.basic.buttons .button:focus, +.ui.inverted.red.basic.buttons .button:focus, +.ui.inverted.red.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #ff4335 inset; + box-shadow: 0 0 0 2px #ff4335 inset; + color: #FF695E; +} + +.ui.inverted.red.basic.buttons .active.button, +.ui.inverted.red.buttons .basic.active.button, +.ui.inverted.red.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #ff5144 inset; + box-shadow: 0 0 0 2px #ff5144 inset; + color: #FF695E; +} + +.ui.inverted.red.basic.buttons .button:active, +.ui.inverted.red.buttons .basic.button:active, +.ui.inverted.red.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #ff392b inset; + box-shadow: 0 0 0 2px #ff392b inset; + color: #FF695E; +} + +/* Tertiary */ + +.ui.tertiary.red.buttons .button, +.ui.tertiary.red.buttons .tertiary.button, +.ui.tertiary.red.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #DB2828; +} + +.ui.tertiary.red.buttons .button:hover, +.ui.tertiary.red.buttons button:hover, +.ui.tertiary.red.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #b93131; + box-shadow: inset 0 -0.2em 0 #b93131; + color: #b93131; +} + +.ui.tertiary.red.buttons .button:focus, +.ui.tertiary.red.buttons .tertiary.button:focus, +.ui.tertiary.red.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #b52626; + box-shadow: inset 0 -0.2em 0 #b52626; + color: #b52626; +} + +.ui.tertiary.red.buttons .active.button, +.ui.tertiary.red.buttons .tertiary.active.button, +.ui.tertiary.red.active.button, +.ui.tertiary.red.buttons .button:active, +.ui.tertiary.red.buttons .tertiary.button:active, +.ui.tertiary.red.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #ea0000; + box-shadow: inset 0 -0.2em 0 #ea0000; + color: #d41515; +} + +.ui.orange.buttons .button, +.ui.orange.button { + background-color: #F2711C; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.orange.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.orange.buttons .button:hover, +.ui.orange.button:hover { + background-color: #f26202; + color: #FFFFFF; + text-shadow: none; +} + +.ui.orange.buttons .button:focus, +.ui.orange.button:focus { + background-color: #e55b00; + color: #FFFFFF; + text-shadow: none; +} + +.ui.orange.buttons .button:active, +.ui.orange.button:active { + background-color: #cf590c; + color: #FFFFFF; + text-shadow: none; +} + +.ui.orange.buttons .active.button, +.ui.orange.buttons .active.button:active, +.ui.orange.active.button, +.ui.orange.button .active.button:active { + background-color: #f56100; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.orange.buttons .button, +.ui.basic.orange.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #F2711C inset; + box-shadow: 0 0 0 1px #F2711C inset; + color: #F2711C; +} + +.ui.basic.orange.buttons .button:hover, +.ui.basic.orange.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #f26202 inset; + box-shadow: 0 0 0 1px #f26202 inset; + color: #f26202; +} + +.ui.basic.orange.buttons .button:focus, +.ui.basic.orange.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #e55b00 inset; + box-shadow: 0 0 0 1px #e55b00 inset; + color: #f26202; +} + +.ui.basic.orange.buttons .active.button, +.ui.basic.orange.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #f56100 inset; + box-shadow: 0 0 0 1px #f56100 inset; + color: #cf590c; +} + +.ui.basic.orange.buttons .button:active, +.ui.basic.orange.button:active { + -webkit-box-shadow: 0 0 0 1px #cf590c inset; + box-shadow: 0 0 0 1px #cf590c inset; + color: #cf590c; +} + +.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.orange.buttons .button, +.ui.inverted.orange.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #FF851B inset; + box-shadow: 0 0 0 2px #FF851B inset; + color: #FF851B; +} + +.ui.inverted.orange.buttons .button:hover, +.ui.inverted.orange.button:hover, +.ui.inverted.orange.buttons .button:focus, +.ui.inverted.orange.button:focus, +.ui.inverted.orange.buttons .button.active, +.ui.inverted.orange.button.active, +.ui.inverted.orange.buttons .button:active, +.ui.inverted.orange.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.orange.buttons .button:hover, +.ui.inverted.orange.button:hover { + background-color: #e76b00; +} + +.ui.inverted.orange.buttons .button:focus, +.ui.inverted.orange.button:focus { + background-color: #f17000; +} + +.ui.inverted.orange.buttons .active.button, +.ui.inverted.orange.active.button { + background-color: #ff7701; +} + +.ui.inverted.orange.buttons .button:active, +.ui.inverted.orange.button:active { + background-color: #e76b00; +} + +/* Inverted Basic */ + +.ui.inverted.orange.basic.buttons .button, +.ui.inverted.orange.buttons .basic.button, +.ui.inverted.orange.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.orange.basic.buttons .button:hover, +.ui.inverted.orange.buttons .basic.button:hover, +.ui.inverted.orange.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #e76b00 inset; + box-shadow: 0 0 0 2px #e76b00 inset; + color: #FF851B; +} + +.ui.inverted.orange.basic.buttons .button:focus, +.ui.inverted.orange.basic.buttons .button:focus, +.ui.inverted.orange.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #f17000 inset; + box-shadow: 0 0 0 2px #f17000 inset; + color: #FF851B; +} + +.ui.inverted.orange.basic.buttons .active.button, +.ui.inverted.orange.buttons .basic.active.button, +.ui.inverted.orange.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #ff7701 inset; + box-shadow: 0 0 0 2px #ff7701 inset; + color: #FF851B; +} + +.ui.inverted.orange.basic.buttons .button:active, +.ui.inverted.orange.buttons .basic.button:active, +.ui.inverted.orange.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #e76b00 inset; + box-shadow: 0 0 0 2px #e76b00 inset; + color: #FF851B; +} + +/* Tertiary */ + +.ui.tertiary.orange.buttons .button, +.ui.tertiary.orange.buttons .tertiary.button, +.ui.tertiary.orange.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #F2711C; +} + +.ui.tertiary.orange.buttons .button:hover, +.ui.tertiary.orange.buttons button:hover, +.ui.tertiary.orange.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #da671b; + box-shadow: inset 0 -0.2em 0 #da671b; + color: #da671b; +} + +.ui.tertiary.orange.buttons .button:focus, +.ui.tertiary.orange.buttons .tertiary.button:focus, +.ui.tertiary.orange.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #ce6017; + box-shadow: inset 0 -0.2em 0 #ce6017; + color: #ce6017; +} + +.ui.tertiary.orange.buttons .active.button, +.ui.tertiary.orange.buttons .tertiary.active.button, +.ui.tertiary.orange.active.button, +.ui.tertiary.orange.buttons .button:active, +.ui.tertiary.orange.buttons .tertiary.button:active, +.ui.tertiary.orange.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #f56100; + box-shadow: inset 0 -0.2em 0 #f56100; + color: #f56100; +} + +.ui.yellow.buttons .button, +.ui.yellow.button { + background-color: #FBBD08; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.yellow.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.yellow.buttons .button:hover, +.ui.yellow.button:hover { + background-color: #eaae00; + color: #FFFFFF; + text-shadow: none; +} + +.ui.yellow.buttons .button:focus, +.ui.yellow.button:focus { + background-color: #daa300; + color: #FFFFFF; + text-shadow: none; +} + +.ui.yellow.buttons .button:active, +.ui.yellow.button:active { + background-color: #cd9903; + color: #FFFFFF; + text-shadow: none; +} + +.ui.yellow.buttons .active.button, +.ui.yellow.buttons .active.button:active, +.ui.yellow.active.button, +.ui.yellow.button .active.button:active { + background-color: #eaae00; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.yellow.buttons .button, +.ui.basic.yellow.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #FBBD08 inset; + box-shadow: 0 0 0 1px #FBBD08 inset; + color: #FBBD08; +} + +.ui.basic.yellow.buttons .button:hover, +.ui.basic.yellow.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #eaae00 inset; + box-shadow: 0 0 0 1px #eaae00 inset; + color: #eaae00; +} + +.ui.basic.yellow.buttons .button:focus, +.ui.basic.yellow.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #daa300 inset; + box-shadow: 0 0 0 1px #daa300 inset; + color: #eaae00; +} + +.ui.basic.yellow.buttons .active.button, +.ui.basic.yellow.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #eaae00 inset; + box-shadow: 0 0 0 1px #eaae00 inset; + color: #cd9903; +} + +.ui.basic.yellow.buttons .button:active, +.ui.basic.yellow.button:active { + -webkit-box-shadow: 0 0 0 1px #cd9903 inset; + box-shadow: 0 0 0 1px #cd9903 inset; + color: #cd9903; +} + +.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.yellow.buttons .button, +.ui.inverted.yellow.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #FFE21F inset; + box-shadow: 0 0 0 2px #FFE21F inset; + color: #FFE21F; +} + +.ui.inverted.yellow.buttons .button:hover, +.ui.inverted.yellow.button:hover, +.ui.inverted.yellow.buttons .button:focus, +.ui.inverted.yellow.button:focus, +.ui.inverted.yellow.buttons .button.active, +.ui.inverted.yellow.button.active, +.ui.inverted.yellow.buttons .button:active, +.ui.inverted.yellow.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.6); +} + +.ui.inverted.yellow.buttons .button:hover, +.ui.inverted.yellow.button:hover { + background-color: #ebcd00; +} + +.ui.inverted.yellow.buttons .button:focus, +.ui.inverted.yellow.button:focus { + background-color: #f5d500; +} + +.ui.inverted.yellow.buttons .active.button, +.ui.inverted.yellow.active.button { + background-color: #ffdf05; +} + +.ui.inverted.yellow.buttons .button:active, +.ui.inverted.yellow.button:active { + background-color: #ebcd00; +} + +/* Inverted Basic */ + +.ui.inverted.yellow.basic.buttons .button, +.ui.inverted.yellow.buttons .basic.button, +.ui.inverted.yellow.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.yellow.basic.buttons .button:hover, +.ui.inverted.yellow.buttons .basic.button:hover, +.ui.inverted.yellow.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #ebcd00 inset; + box-shadow: 0 0 0 2px #ebcd00 inset; + color: #FFE21F; +} + +.ui.inverted.yellow.basic.buttons .button:focus, +.ui.inverted.yellow.basic.buttons .button:focus, +.ui.inverted.yellow.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #f5d500 inset; + box-shadow: 0 0 0 2px #f5d500 inset; + color: #FFE21F; +} + +.ui.inverted.yellow.basic.buttons .active.button, +.ui.inverted.yellow.buttons .basic.active.button, +.ui.inverted.yellow.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #ffdf05 inset; + box-shadow: 0 0 0 2px #ffdf05 inset; + color: #FFE21F; +} + +.ui.inverted.yellow.basic.buttons .button:active, +.ui.inverted.yellow.buttons .basic.button:active, +.ui.inverted.yellow.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #ebcd00 inset; + box-shadow: 0 0 0 2px #ebcd00 inset; + color: #FFE21F; +} + +/* Tertiary */ + +.ui.tertiary.yellow.buttons .button, +.ui.tertiary.yellow.buttons .tertiary.button, +.ui.tertiary.yellow.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #FBBD08; +} + +.ui.tertiary.yellow.buttons .button:hover, +.ui.tertiary.yellow.buttons button:hover, +.ui.tertiary.yellow.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #d2a217; + box-shadow: inset 0 -0.2em 0 #d2a217; + color: #d2a217; +} + +.ui.tertiary.yellow.buttons .button:focus, +.ui.tertiary.yellow.buttons .tertiary.button:focus, +.ui.tertiary.yellow.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #c49816; + box-shadow: inset 0 -0.2em 0 #c49816; + color: #c49816; +} + +.ui.tertiary.yellow.buttons .active.button, +.ui.tertiary.yellow.buttons .tertiary.active.button, +.ui.tertiary.yellow.active.button, +.ui.tertiary.yellow.buttons .button:active, +.ui.tertiary.yellow.buttons .tertiary.button:active, +.ui.tertiary.yellow.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #eaae00; + box-shadow: inset 0 -0.2em 0 #eaae00; + color: #eaae00; +} + +.ui.olive.buttons .button, +.ui.olive.button { + background-color: #B5CC18; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.olive.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.olive.buttons .button:hover, +.ui.olive.button:hover { + background-color: #a7bd0d; + color: #FFFFFF; + text-shadow: none; +} + +.ui.olive.buttons .button:focus, +.ui.olive.button:focus { + background-color: #a0b605; + color: #FFFFFF; + text-shadow: none; +} + +.ui.olive.buttons .button:active, +.ui.olive.button:active { + background-color: #8d9e13; + color: #FFFFFF; + text-shadow: none; +} + +.ui.olive.buttons .active.button, +.ui.olive.buttons .active.button:active, +.ui.olive.active.button, +.ui.olive.button .active.button:active { + background-color: #aac109; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.olive.buttons .button, +.ui.basic.olive.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #B5CC18 inset; + box-shadow: 0 0 0 1px #B5CC18 inset; + color: #B5CC18; +} + +.ui.basic.olive.buttons .button:hover, +.ui.basic.olive.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #a7bd0d inset; + box-shadow: 0 0 0 1px #a7bd0d inset; + color: #a7bd0d; +} + +.ui.basic.olive.buttons .button:focus, +.ui.basic.olive.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #a0b605 inset; + box-shadow: 0 0 0 1px #a0b605 inset; + color: #a7bd0d; +} + +.ui.basic.olive.buttons .active.button, +.ui.basic.olive.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #aac109 inset; + box-shadow: 0 0 0 1px #aac109 inset; + color: #8d9e13; +} + +.ui.basic.olive.buttons .button:active, +.ui.basic.olive.button:active { + -webkit-box-shadow: 0 0 0 1px #8d9e13 inset; + box-shadow: 0 0 0 1px #8d9e13 inset; + color: #8d9e13; +} + +.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.olive.buttons .button, +.ui.inverted.olive.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #D9E778 inset; + box-shadow: 0 0 0 2px #D9E778 inset; + color: #D9E778; +} + +.ui.inverted.olive.buttons .button:hover, +.ui.inverted.olive.button:hover, +.ui.inverted.olive.buttons .button:focus, +.ui.inverted.olive.button:focus, +.ui.inverted.olive.buttons .button.active, +.ui.inverted.olive.button.active, +.ui.inverted.olive.buttons .button:active, +.ui.inverted.olive.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.6); +} + +.ui.inverted.olive.buttons .button:hover, +.ui.inverted.olive.button:hover { + background-color: #d2e745; +} + +.ui.inverted.olive.buttons .button:focus, +.ui.inverted.olive.button:focus { + background-color: #daef47; +} + +.ui.inverted.olive.buttons .active.button, +.ui.inverted.olive.active.button { + background-color: #daed59; +} + +.ui.inverted.olive.buttons .button:active, +.ui.inverted.olive.button:active { + background-color: #cddf4d; +} + +/* Inverted Basic */ + +.ui.inverted.olive.basic.buttons .button, +.ui.inverted.olive.buttons .basic.button, +.ui.inverted.olive.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.olive.basic.buttons .button:hover, +.ui.inverted.olive.buttons .basic.button:hover, +.ui.inverted.olive.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #d2e745 inset; + box-shadow: 0 0 0 2px #d2e745 inset; + color: #D9E778; +} + +.ui.inverted.olive.basic.buttons .button:focus, +.ui.inverted.olive.basic.buttons .button:focus, +.ui.inverted.olive.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #daef47 inset; + box-shadow: 0 0 0 2px #daef47 inset; + color: #D9E778; +} + +.ui.inverted.olive.basic.buttons .active.button, +.ui.inverted.olive.buttons .basic.active.button, +.ui.inverted.olive.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #daed59 inset; + box-shadow: 0 0 0 2px #daed59 inset; + color: #D9E778; +} + +.ui.inverted.olive.basic.buttons .button:active, +.ui.inverted.olive.buttons .basic.button:active, +.ui.inverted.olive.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #cddf4d inset; + box-shadow: 0 0 0 2px #cddf4d inset; + color: #D9E778; +} + +/* Tertiary */ + +.ui.tertiary.olive.buttons .button, +.ui.tertiary.olive.buttons .tertiary.button, +.ui.tertiary.olive.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #B5CC18; +} + +.ui.tertiary.olive.buttons .button:hover, +.ui.tertiary.olive.buttons button:hover, +.ui.tertiary.olive.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #98a922; + box-shadow: inset 0 -0.2em 0 #98a922; + color: #98a922; +} + +.ui.tertiary.olive.buttons .button:focus, +.ui.tertiary.olive.buttons .tertiary.button:focus, +.ui.tertiary.olive.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #92a418; + box-shadow: inset 0 -0.2em 0 #92a418; + color: #92a418; +} + +.ui.tertiary.olive.buttons .active.button, +.ui.tertiary.olive.buttons .tertiary.active.button, +.ui.tertiary.olive.active.button, +.ui.tertiary.olive.buttons .button:active, +.ui.tertiary.olive.buttons .tertiary.button:active, +.ui.tertiary.olive.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #b1cb00; + box-shadow: inset 0 -0.2em 0 #b1cb00; + color: #aac109; +} + +.ui.green.buttons .button, +.ui.green.button { + background-color: #21BA45; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.green.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.green.buttons .button:hover, +.ui.green.button:hover { + background-color: #16ab39; + color: #FFFFFF; + text-shadow: none; +} + +.ui.green.buttons .button:focus, +.ui.green.button:focus { + background-color: #0ea432; + color: #FFFFFF; + text-shadow: none; +} + +.ui.green.buttons .button:active, +.ui.green.button:active { + background-color: #198f35; + color: #FFFFFF; + text-shadow: none; +} + +.ui.green.buttons .active.button, +.ui.green.buttons .active.button:active, +.ui.green.active.button, +.ui.green.button .active.button:active { + background-color: #13ae38; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.green.buttons .button, +.ui.basic.green.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #21BA45 inset; + box-shadow: 0 0 0 1px #21BA45 inset; + color: #21BA45; +} + +.ui.basic.green.buttons .button:hover, +.ui.basic.green.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #16ab39 inset; + box-shadow: 0 0 0 1px #16ab39 inset; + color: #16ab39; +} + +.ui.basic.green.buttons .button:focus, +.ui.basic.green.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #0ea432 inset; + box-shadow: 0 0 0 1px #0ea432 inset; + color: #16ab39; +} + +.ui.basic.green.buttons .active.button, +.ui.basic.green.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #13ae38 inset; + box-shadow: 0 0 0 1px #13ae38 inset; + color: #198f35; +} + +.ui.basic.green.buttons .button:active, +.ui.basic.green.button:active { + -webkit-box-shadow: 0 0 0 1px #198f35 inset; + box-shadow: 0 0 0 1px #198f35 inset; + color: #198f35; +} + +.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.green.buttons .button, +.ui.inverted.green.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #2ECC40 inset; + box-shadow: 0 0 0 2px #2ECC40 inset; + color: #2ECC40; +} + +.ui.inverted.green.buttons .button:hover, +.ui.inverted.green.button:hover, +.ui.inverted.green.buttons .button:focus, +.ui.inverted.green.button:focus, +.ui.inverted.green.buttons .button.active, +.ui.inverted.green.button.active, +.ui.inverted.green.buttons .button:active, +.ui.inverted.green.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.green.buttons .button:hover, +.ui.inverted.green.button:hover { + background-color: #1ea92e; +} + +.ui.inverted.green.buttons .button:focus, +.ui.inverted.green.button:focus { + background-color: #19b82b; +} + +.ui.inverted.green.buttons .active.button, +.ui.inverted.green.active.button { + background-color: #1fc231; +} + +.ui.inverted.green.buttons .button:active, +.ui.inverted.green.button:active { + background-color: #25a233; +} + +/* Inverted Basic */ + +.ui.inverted.green.basic.buttons .button, +.ui.inverted.green.buttons .basic.button, +.ui.inverted.green.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.green.basic.buttons .button:hover, +.ui.inverted.green.buttons .basic.button:hover, +.ui.inverted.green.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #1ea92e inset; + box-shadow: 0 0 0 2px #1ea92e inset; + color: #2ECC40; +} + +.ui.inverted.green.basic.buttons .button:focus, +.ui.inverted.green.basic.buttons .button:focus, +.ui.inverted.green.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #19b82b inset; + box-shadow: 0 0 0 2px #19b82b inset; + color: #2ECC40; +} + +.ui.inverted.green.basic.buttons .active.button, +.ui.inverted.green.buttons .basic.active.button, +.ui.inverted.green.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #1fc231 inset; + box-shadow: 0 0 0 2px #1fc231 inset; + color: #2ECC40; +} + +.ui.inverted.green.basic.buttons .button:active, +.ui.inverted.green.buttons .basic.button:active, +.ui.inverted.green.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #25a233 inset; + box-shadow: 0 0 0 2px #25a233 inset; + color: #2ECC40; +} + +/* Tertiary */ + +.ui.tertiary.green.buttons .button, +.ui.tertiary.green.buttons .tertiary.button, +.ui.tertiary.green.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #21BA45; +} + +.ui.tertiary.green.buttons .button:hover, +.ui.tertiary.green.buttons button:hover, +.ui.tertiary.green.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #2a9844; + box-shadow: inset 0 -0.2em 0 #2a9844; + color: #2a9844; +} + +.ui.tertiary.green.buttons .button:focus, +.ui.tertiary.green.buttons .tertiary.button:focus, +.ui.tertiary.green.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #20923b; + box-shadow: inset 0 -0.2em 0 #20923b; + color: #20923b; +} + +.ui.tertiary.green.buttons .active.button, +.ui.tertiary.green.buttons .tertiary.active.button, +.ui.tertiary.green.active.button, +.ui.tertiary.green.buttons .button:active, +.ui.tertiary.green.buttons .tertiary.button:active, +.ui.tertiary.green.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #00c22e; + box-shadow: inset 0 -0.2em 0 #00c22e; + color: #13ae38; +} + +.ui.teal.buttons .button, +.ui.teal.button { + background-color: #00B5AD; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.teal.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.teal.buttons .button:hover, +.ui.teal.button:hover { + background-color: #009c95; + color: #FFFFFF; + text-shadow: none; +} + +.ui.teal.buttons .button:focus, +.ui.teal.button:focus { + background-color: #008c86; + color: #FFFFFF; + text-shadow: none; +} + +.ui.teal.buttons .button:active, +.ui.teal.button:active { + background-color: #00827c; + color: #FFFFFF; + text-shadow: none; +} + +.ui.teal.buttons .active.button, +.ui.teal.buttons .active.button:active, +.ui.teal.active.button, +.ui.teal.button .active.button:active { + background-color: #009c95; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.teal.buttons .button, +.ui.basic.teal.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #00B5AD inset; + box-shadow: 0 0 0 1px #00B5AD inset; + color: #00B5AD; +} + +.ui.basic.teal.buttons .button:hover, +.ui.basic.teal.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #009c95 inset; + box-shadow: 0 0 0 1px #009c95 inset; + color: #009c95; +} + +.ui.basic.teal.buttons .button:focus, +.ui.basic.teal.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #008c86 inset; + box-shadow: 0 0 0 1px #008c86 inset; + color: #009c95; +} + +.ui.basic.teal.buttons .active.button, +.ui.basic.teal.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #009c95 inset; + box-shadow: 0 0 0 1px #009c95 inset; + color: #00827c; +} + +.ui.basic.teal.buttons .button:active, +.ui.basic.teal.button:active { + -webkit-box-shadow: 0 0 0 1px #00827c inset; + box-shadow: 0 0 0 1px #00827c inset; + color: #00827c; +} + +.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.teal.buttons .button, +.ui.inverted.teal.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #6DFFFF inset; + box-shadow: 0 0 0 2px #6DFFFF inset; + color: #6DFFFF; +} + +.ui.inverted.teal.buttons .button:hover, +.ui.inverted.teal.button:hover, +.ui.inverted.teal.buttons .button:focus, +.ui.inverted.teal.button:focus, +.ui.inverted.teal.buttons .button.active, +.ui.inverted.teal.button.active, +.ui.inverted.teal.buttons .button:active, +.ui.inverted.teal.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.6); +} + +.ui.inverted.teal.buttons .button:hover, +.ui.inverted.teal.button:hover { + background-color: #3affff; +} + +.ui.inverted.teal.buttons .button:focus, +.ui.inverted.teal.button:focus { + background-color: #44ffff; +} + +.ui.inverted.teal.buttons .active.button, +.ui.inverted.teal.active.button { + background-color: #54ffff; +} + +.ui.inverted.teal.buttons .button:active, +.ui.inverted.teal.button:active { + background-color: #3affff; +} + +/* Inverted Basic */ + +.ui.inverted.teal.basic.buttons .button, +.ui.inverted.teal.buttons .basic.button, +.ui.inverted.teal.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.teal.basic.buttons .button:hover, +.ui.inverted.teal.buttons .basic.button:hover, +.ui.inverted.teal.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #3affff inset; + box-shadow: 0 0 0 2px #3affff inset; + color: #6DFFFF; +} + +.ui.inverted.teal.basic.buttons .button:focus, +.ui.inverted.teal.basic.buttons .button:focus, +.ui.inverted.teal.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #44ffff inset; + box-shadow: 0 0 0 2px #44ffff inset; + color: #6DFFFF; +} + +.ui.inverted.teal.basic.buttons .active.button, +.ui.inverted.teal.buttons .basic.active.button, +.ui.inverted.teal.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #54ffff inset; + box-shadow: 0 0 0 2px #54ffff inset; + color: #6DFFFF; +} + +.ui.inverted.teal.basic.buttons .button:active, +.ui.inverted.teal.buttons .basic.button:active, +.ui.inverted.teal.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #3affff inset; + box-shadow: 0 0 0 2px #3affff inset; + color: #6DFFFF; +} + +/* Tertiary */ + +.ui.tertiary.teal.buttons .button, +.ui.tertiary.teal.buttons .tertiary.button, +.ui.tertiary.teal.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #00B5AD; +} + +.ui.tertiary.teal.buttons .button:hover, +.ui.tertiary.teal.buttons button:hover, +.ui.tertiary.teal.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #108c86; + box-shadow: inset 0 -0.2em 0 #108c86; + color: #108c86; +} + +.ui.tertiary.teal.buttons .button:focus, +.ui.tertiary.teal.buttons .tertiary.button:focus, +.ui.tertiary.teal.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #0e7e79; + box-shadow: inset 0 -0.2em 0 #0e7e79; + color: #0e7e79; +} + +.ui.tertiary.teal.buttons .active.button, +.ui.tertiary.teal.buttons .tertiary.active.button, +.ui.tertiary.teal.active.button, +.ui.tertiary.teal.buttons .button:active, +.ui.tertiary.teal.buttons .tertiary.button:active, +.ui.tertiary.teal.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #009c95; + box-shadow: inset 0 -0.2em 0 #009c95; + color: #009c95; +} + +.ui.blue.buttons .button, +.ui.blue.button { + background-color: #2185D0; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.blue.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.blue.buttons .button:hover, +.ui.blue.button:hover { + background-color: #1678c2; + color: #FFFFFF; + text-shadow: none; +} + +.ui.blue.buttons .button:focus, +.ui.blue.button:focus { + background-color: #0d71bb; + color: #FFFFFF; + text-shadow: none; +} + +.ui.blue.buttons .button:active, +.ui.blue.button:active { + background-color: #1a69a4; + color: #FFFFFF; + text-shadow: none; +} + +.ui.blue.buttons .active.button, +.ui.blue.buttons .active.button:active, +.ui.blue.active.button, +.ui.blue.button .active.button:active { + background-color: #1279c6; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.blue.buttons .button, +.ui.basic.blue.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #2185D0 inset; + box-shadow: 0 0 0 1px #2185D0 inset; + color: #2185D0; +} + +.ui.basic.blue.buttons .button:hover, +.ui.basic.blue.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1678c2 inset; + box-shadow: 0 0 0 1px #1678c2 inset; + color: #1678c2; +} + +.ui.basic.blue.buttons .button:focus, +.ui.basic.blue.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #0d71bb inset; + box-shadow: 0 0 0 1px #0d71bb inset; + color: #1678c2; +} + +.ui.basic.blue.buttons .active.button, +.ui.basic.blue.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1279c6 inset; + box-shadow: 0 0 0 1px #1279c6 inset; + color: #1a69a4; +} + +.ui.basic.blue.buttons .button:active, +.ui.basic.blue.button:active { + -webkit-box-shadow: 0 0 0 1px #1a69a4 inset; + box-shadow: 0 0 0 1px #1a69a4 inset; + color: #1a69a4; +} + +.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.blue.buttons .button, +.ui.inverted.blue.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #54C8FF inset; + box-shadow: 0 0 0 2px #54C8FF inset; + color: #54C8FF; +} + +.ui.inverted.blue.buttons .button:hover, +.ui.inverted.blue.button:hover, +.ui.inverted.blue.buttons .button:focus, +.ui.inverted.blue.button:focus, +.ui.inverted.blue.buttons .button.active, +.ui.inverted.blue.button.active, +.ui.inverted.blue.buttons .button:active, +.ui.inverted.blue.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.blue.buttons .button:hover, +.ui.inverted.blue.button:hover { + background-color: #21b8ff; +} + +.ui.inverted.blue.buttons .button:focus, +.ui.inverted.blue.button:focus { + background-color: #2bbbff; +} + +.ui.inverted.blue.buttons .active.button, +.ui.inverted.blue.active.button { + background-color: #3ac0ff; +} + +.ui.inverted.blue.buttons .button:active, +.ui.inverted.blue.button:active { + background-color: #21b8ff; +} + +/* Inverted Basic */ + +.ui.inverted.blue.basic.buttons .button, +.ui.inverted.blue.buttons .basic.button, +.ui.inverted.blue.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.blue.basic.buttons .button:hover, +.ui.inverted.blue.buttons .basic.button:hover, +.ui.inverted.blue.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #21b8ff inset; + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54C8FF; +} + +.ui.inverted.blue.basic.buttons .button:focus, +.ui.inverted.blue.basic.buttons .button:focus, +.ui.inverted.blue.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #2bbbff inset; + box-shadow: 0 0 0 2px #2bbbff inset; + color: #54C8FF; +} + +.ui.inverted.blue.basic.buttons .active.button, +.ui.inverted.blue.buttons .basic.active.button, +.ui.inverted.blue.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #3ac0ff inset; + box-shadow: 0 0 0 2px #3ac0ff inset; + color: #54C8FF; +} + +.ui.inverted.blue.basic.buttons .button:active, +.ui.inverted.blue.buttons .basic.button:active, +.ui.inverted.blue.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #21b8ff inset; + box-shadow: 0 0 0 2px #21b8ff inset; + color: #54C8FF; +} + +/* Tertiary */ + +.ui.tertiary.blue.buttons .button, +.ui.tertiary.blue.buttons .tertiary.button, +.ui.tertiary.blue.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #2185D0; +} + +.ui.tertiary.blue.buttons .button:hover, +.ui.tertiary.blue.buttons button:hover, +.ui.tertiary.blue.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac; + box-shadow: inset 0 -0.2em 0 #2b75ac; + color: #2b75ac; +} + +.ui.tertiary.blue.buttons .button:focus, +.ui.tertiary.blue.buttons .tertiary.button:focus, +.ui.tertiary.blue.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #216ea7; + box-shadow: inset 0 -0.2em 0 #216ea7; + color: #216ea7; +} + +.ui.tertiary.blue.buttons .active.button, +.ui.tertiary.blue.buttons .tertiary.active.button, +.ui.tertiary.blue.active.button, +.ui.tertiary.blue.buttons .button:active, +.ui.tertiary.blue.buttons .tertiary.button:active, +.ui.tertiary.blue.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #007bd8; + box-shadow: inset 0 -0.2em 0 #007bd8; + color: #1279c6; +} + +.ui.violet.buttons .button, +.ui.violet.button { + background-color: #6435C9; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.violet.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.violet.buttons .button:hover, +.ui.violet.button:hover { + background-color: #5829bb; + color: #FFFFFF; + text-shadow: none; +} + +.ui.violet.buttons .button:focus, +.ui.violet.button:focus { + background-color: #4f20b5; + color: #FFFFFF; + text-shadow: none; +} + +.ui.violet.buttons .button:active, +.ui.violet.button:active { + background-color: #502aa1; + color: #FFFFFF; + text-shadow: none; +} + +.ui.violet.buttons .active.button, +.ui.violet.buttons .active.button:active, +.ui.violet.active.button, +.ui.violet.button .active.button:active { + background-color: #5626bf; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.violet.buttons .button, +.ui.basic.violet.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #6435C9 inset; + box-shadow: 0 0 0 1px #6435C9 inset; + color: #6435C9; +} + +.ui.basic.violet.buttons .button:hover, +.ui.basic.violet.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #5829bb inset; + box-shadow: 0 0 0 1px #5829bb inset; + color: #5829bb; +} + +.ui.basic.violet.buttons .button:focus, +.ui.basic.violet.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #4f20b5 inset; + box-shadow: 0 0 0 1px #4f20b5 inset; + color: #5829bb; +} + +.ui.basic.violet.buttons .active.button, +.ui.basic.violet.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #5626bf inset; + box-shadow: 0 0 0 1px #5626bf inset; + color: #502aa1; +} + +.ui.basic.violet.buttons .button:active, +.ui.basic.violet.button:active { + -webkit-box-shadow: 0 0 0 1px #502aa1 inset; + box-shadow: 0 0 0 1px #502aa1 inset; + color: #502aa1; +} + +.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.violet.buttons .button, +.ui.inverted.violet.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #A291FB inset; + box-shadow: 0 0 0 2px #A291FB inset; + color: #A291FB; +} + +.ui.inverted.violet.buttons .button:hover, +.ui.inverted.violet.button:hover, +.ui.inverted.violet.buttons .button:focus, +.ui.inverted.violet.button:focus, +.ui.inverted.violet.buttons .button.active, +.ui.inverted.violet.button.active, +.ui.inverted.violet.buttons .button:active, +.ui.inverted.violet.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.violet.buttons .button:hover, +.ui.inverted.violet.button:hover { + background-color: #745aff; +} + +.ui.inverted.violet.buttons .button:focus, +.ui.inverted.violet.button:focus { + background-color: #7d64ff; +} + +.ui.inverted.violet.buttons .active.button, +.ui.inverted.violet.active.button { + background-color: #8a73ff; +} + +.ui.inverted.violet.buttons .button:active, +.ui.inverted.violet.button:active { + background-color: #7860f9; +} + +/* Inverted Basic */ + +.ui.inverted.violet.basic.buttons .button, +.ui.inverted.violet.buttons .basic.button, +.ui.inverted.violet.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.violet.basic.buttons .button:hover, +.ui.inverted.violet.buttons .basic.button:hover, +.ui.inverted.violet.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #745aff inset; + box-shadow: 0 0 0 2px #745aff inset; + color: #A291FB; +} + +.ui.inverted.violet.basic.buttons .button:focus, +.ui.inverted.violet.basic.buttons .button:focus, +.ui.inverted.violet.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #7d64ff inset; + box-shadow: 0 0 0 2px #7d64ff inset; + color: #A291FB; +} + +.ui.inverted.violet.basic.buttons .active.button, +.ui.inverted.violet.buttons .basic.active.button, +.ui.inverted.violet.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #8a73ff inset; + box-shadow: 0 0 0 2px #8a73ff inset; + color: #A291FB; +} + +.ui.inverted.violet.basic.buttons .button:active, +.ui.inverted.violet.buttons .basic.button:active, +.ui.inverted.violet.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #7860f9 inset; + box-shadow: 0 0 0 2px #7860f9 inset; + color: #A291FB; +} + +/* Tertiary */ + +.ui.tertiary.violet.buttons .button, +.ui.tertiary.violet.buttons .tertiary.button, +.ui.tertiary.violet.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #6435C9; +} + +.ui.tertiary.violet.buttons .button:hover, +.ui.tertiary.violet.buttons button:hover, +.ui.tertiary.violet.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #6040a5; + box-shadow: inset 0 -0.2em 0 #6040a5; + color: #6040a5; +} + +.ui.tertiary.violet.buttons .button:focus, +.ui.tertiary.violet.buttons .tertiary.button:focus, +.ui.tertiary.violet.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #5735a0; + box-shadow: inset 0 -0.2em 0 #5735a0; + color: #5735a0; +} + +.ui.tertiary.violet.buttons .active.button, +.ui.tertiary.violet.buttons .tertiary.active.button, +.ui.tertiary.violet.active.button, +.ui.tertiary.violet.buttons .button:active, +.ui.tertiary.violet.buttons .tertiary.button:active, +.ui.tertiary.violet.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #4e0fd6; + box-shadow: inset 0 -0.2em 0 #4e0fd6; + color: #5626bf; +} + +.ui.purple.buttons .button, +.ui.purple.button { + background-color: #A333C8; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.purple.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.purple.buttons .button:hover, +.ui.purple.button:hover { + background-color: #9627ba; + color: #FFFFFF; + text-shadow: none; +} + +.ui.purple.buttons .button:focus, +.ui.purple.button:focus { + background-color: #8f1eb4; + color: #FFFFFF; + text-shadow: none; +} + +.ui.purple.buttons .button:active, +.ui.purple.button:active { + background-color: #82299f; + color: #FFFFFF; + text-shadow: none; +} + +.ui.purple.buttons .active.button, +.ui.purple.buttons .active.button:active, +.ui.purple.active.button, +.ui.purple.button .active.button:active { + background-color: #9724be; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.purple.buttons .button, +.ui.basic.purple.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #A333C8 inset; + box-shadow: 0 0 0 1px #A333C8 inset; + color: #A333C8; +} + +.ui.basic.purple.buttons .button:hover, +.ui.basic.purple.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #9627ba inset; + box-shadow: 0 0 0 1px #9627ba inset; + color: #9627ba; +} + +.ui.basic.purple.buttons .button:focus, +.ui.basic.purple.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #8f1eb4 inset; + box-shadow: 0 0 0 1px #8f1eb4 inset; + color: #9627ba; +} + +.ui.basic.purple.buttons .active.button, +.ui.basic.purple.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #9724be inset; + box-shadow: 0 0 0 1px #9724be inset; + color: #82299f; +} + +.ui.basic.purple.buttons .button:active, +.ui.basic.purple.button:active { + -webkit-box-shadow: 0 0 0 1px #82299f inset; + box-shadow: 0 0 0 1px #82299f inset; + color: #82299f; +} + +.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.purple.buttons .button, +.ui.inverted.purple.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #DC73FF inset; + box-shadow: 0 0 0 2px #DC73FF inset; + color: #DC73FF; +} + +.ui.inverted.purple.buttons .button:hover, +.ui.inverted.purple.button:hover, +.ui.inverted.purple.buttons .button:focus, +.ui.inverted.purple.button:focus, +.ui.inverted.purple.buttons .button.active, +.ui.inverted.purple.button.active, +.ui.inverted.purple.buttons .button:active, +.ui.inverted.purple.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.purple.buttons .button:hover, +.ui.inverted.purple.button:hover { + background-color: #cf40ff; +} + +.ui.inverted.purple.buttons .button:focus, +.ui.inverted.purple.button:focus { + background-color: #d24aff; +} + +.ui.inverted.purple.buttons .active.button, +.ui.inverted.purple.active.button { + background-color: #d65aff; +} + +.ui.inverted.purple.buttons .button:active, +.ui.inverted.purple.button:active { + background-color: #cf40ff; +} + +/* Inverted Basic */ + +.ui.inverted.purple.basic.buttons .button, +.ui.inverted.purple.buttons .basic.button, +.ui.inverted.purple.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.purple.basic.buttons .button:hover, +.ui.inverted.purple.buttons .basic.button:hover, +.ui.inverted.purple.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #cf40ff inset; + box-shadow: 0 0 0 2px #cf40ff inset; + color: #DC73FF; +} + +.ui.inverted.purple.basic.buttons .button:focus, +.ui.inverted.purple.basic.buttons .button:focus, +.ui.inverted.purple.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #d24aff inset; + box-shadow: 0 0 0 2px #d24aff inset; + color: #DC73FF; +} + +.ui.inverted.purple.basic.buttons .active.button, +.ui.inverted.purple.buttons .basic.active.button, +.ui.inverted.purple.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #d65aff inset; + box-shadow: 0 0 0 2px #d65aff inset; + color: #DC73FF; +} + +.ui.inverted.purple.basic.buttons .button:active, +.ui.inverted.purple.buttons .basic.button:active, +.ui.inverted.purple.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #cf40ff inset; + box-shadow: 0 0 0 2px #cf40ff inset; + color: #DC73FF; +} + +/* Tertiary */ + +.ui.tertiary.purple.buttons .button, +.ui.tertiary.purple.buttons .tertiary.button, +.ui.tertiary.purple.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #A333C8; +} + +.ui.tertiary.purple.buttons .button:hover, +.ui.tertiary.purple.buttons button:hover, +.ui.tertiary.purple.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #8a3ea4; + box-shadow: inset 0 -0.2em 0 #8a3ea4; + color: #8a3ea4; +} + +.ui.tertiary.purple.buttons .button:focus, +.ui.tertiary.purple.buttons .tertiary.button:focus, +.ui.tertiary.purple.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #84339f; + box-shadow: inset 0 -0.2em 0 #84339f; + color: #84339f; +} + +.ui.tertiary.purple.buttons .active.button, +.ui.tertiary.purple.buttons .tertiary.active.button, +.ui.tertiary.purple.active.button, +.ui.tertiary.purple.buttons .button:active, +.ui.tertiary.purple.buttons .tertiary.button:active, +.ui.tertiary.purple.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #a30dd4; + box-shadow: inset 0 -0.2em 0 #a30dd4; + color: #9724be; +} + +.ui.pink.buttons .button, +.ui.pink.button { + background-color: #E03997; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.pink.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.pink.buttons .button:hover, +.ui.pink.button:hover { + background-color: #e61a8d; + color: #FFFFFF; + text-shadow: none; +} + +.ui.pink.buttons .button:focus, +.ui.pink.button:focus { + background-color: #e10f85; + color: #FFFFFF; + text-shadow: none; +} + +.ui.pink.buttons .button:active, +.ui.pink.button:active { + background-color: #c71f7e; + color: #FFFFFF; + text-shadow: none; +} + +.ui.pink.buttons .active.button, +.ui.pink.buttons .active.button:active, +.ui.pink.active.button, +.ui.pink.button .active.button:active { + background-color: #ea158d; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.pink.buttons .button, +.ui.basic.pink.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #E03997 inset; + box-shadow: 0 0 0 1px #E03997 inset; + color: #E03997; +} + +.ui.basic.pink.buttons .button:hover, +.ui.basic.pink.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #e61a8d inset; + box-shadow: 0 0 0 1px #e61a8d inset; + color: #e61a8d; +} + +.ui.basic.pink.buttons .button:focus, +.ui.basic.pink.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #e10f85 inset; + box-shadow: 0 0 0 1px #e10f85 inset; + color: #e61a8d; +} + +.ui.basic.pink.buttons .active.button, +.ui.basic.pink.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #ea158d inset; + box-shadow: 0 0 0 1px #ea158d inset; + color: #c71f7e; +} + +.ui.basic.pink.buttons .button:active, +.ui.basic.pink.button:active { + -webkit-box-shadow: 0 0 0 1px #c71f7e inset; + box-shadow: 0 0 0 1px #c71f7e inset; + color: #c71f7e; +} + +.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.pink.buttons .button, +.ui.inverted.pink.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #FF8EDF inset; + box-shadow: 0 0 0 2px #FF8EDF inset; + color: #FF8EDF; +} + +.ui.inverted.pink.buttons .button:hover, +.ui.inverted.pink.button:hover, +.ui.inverted.pink.buttons .button:focus, +.ui.inverted.pink.button:focus, +.ui.inverted.pink.buttons .button.active, +.ui.inverted.pink.button.active, +.ui.inverted.pink.buttons .button:active, +.ui.inverted.pink.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.pink.buttons .button:hover, +.ui.inverted.pink.button:hover { + background-color: #ff5bd1; +} + +.ui.inverted.pink.buttons .button:focus, +.ui.inverted.pink.button:focus { + background-color: #ff65d3; +} + +.ui.inverted.pink.buttons .active.button, +.ui.inverted.pink.active.button { + background-color: #ff74d8; +} + +.ui.inverted.pink.buttons .button:active, +.ui.inverted.pink.button:active { + background-color: #ff5bd1; +} + +/* Inverted Basic */ + +.ui.inverted.pink.basic.buttons .button, +.ui.inverted.pink.buttons .basic.button, +.ui.inverted.pink.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.pink.basic.buttons .button:hover, +.ui.inverted.pink.buttons .basic.button:hover, +.ui.inverted.pink.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset; + box-shadow: 0 0 0 2px #ff5bd1 inset; + color: #FF8EDF; +} + +.ui.inverted.pink.basic.buttons .button:focus, +.ui.inverted.pink.basic.buttons .button:focus, +.ui.inverted.pink.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #ff65d3 inset; + box-shadow: 0 0 0 2px #ff65d3 inset; + color: #FF8EDF; +} + +.ui.inverted.pink.basic.buttons .active.button, +.ui.inverted.pink.buttons .basic.active.button, +.ui.inverted.pink.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #ff74d8 inset; + box-shadow: 0 0 0 2px #ff74d8 inset; + color: #FF8EDF; +} + +.ui.inverted.pink.basic.buttons .button:active, +.ui.inverted.pink.buttons .basic.button:active, +.ui.inverted.pink.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset; + box-shadow: 0 0 0 2px #ff5bd1 inset; + color: #FF8EDF; +} + +/* Tertiary */ + +.ui.tertiary.pink.buttons .button, +.ui.tertiary.pink.buttons .tertiary.button, +.ui.tertiary.pink.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #E03997; +} + +.ui.tertiary.pink.buttons .button:hover, +.ui.tertiary.pink.buttons button:hover, +.ui.tertiary.pink.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #cc3389; + box-shadow: inset 0 -0.2em 0 #cc3389; + color: #cc3389; +} + +.ui.tertiary.pink.buttons .button:focus, +.ui.tertiary.pink.buttons .tertiary.button:focus, +.ui.tertiary.pink.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #c92782; + box-shadow: inset 0 -0.2em 0 #c92782; + color: #c92782; +} + +.ui.tertiary.pink.buttons .active.button, +.ui.tertiary.pink.buttons .tertiary.active.button, +.ui.tertiary.pink.active.button, +.ui.tertiary.pink.buttons .button:active, +.ui.tertiary.pink.buttons .tertiary.button:active, +.ui.tertiary.pink.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #ff0090; + box-shadow: inset 0 -0.2em 0 #ff0090; + color: #ea158d; +} + +.ui.brown.buttons .button, +.ui.brown.button { + background-color: #A5673F; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.brown.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.brown.buttons .button:hover, +.ui.brown.button:hover { + background-color: #975b33; + color: #FFFFFF; + text-shadow: none; +} + +.ui.brown.buttons .button:focus, +.ui.brown.button:focus { + background-color: #90532b; + color: #FFFFFF; + text-shadow: none; +} + +.ui.brown.buttons .button:active, +.ui.brown.button:active { + background-color: #805031; + color: #FFFFFF; + text-shadow: none; +} + +.ui.brown.buttons .active.button, +.ui.brown.buttons .active.button:active, +.ui.brown.active.button, +.ui.brown.button .active.button:active { + background-color: #995a31; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.brown.buttons .button, +.ui.basic.brown.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #A5673F inset; + box-shadow: 0 0 0 1px #A5673F inset; + color: #A5673F; +} + +.ui.basic.brown.buttons .button:hover, +.ui.basic.brown.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #975b33 inset; + box-shadow: 0 0 0 1px #975b33 inset; + color: #975b33; +} + +.ui.basic.brown.buttons .button:focus, +.ui.basic.brown.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #90532b inset; + box-shadow: 0 0 0 1px #90532b inset; + color: #975b33; +} + +.ui.basic.brown.buttons .active.button, +.ui.basic.brown.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #995a31 inset; + box-shadow: 0 0 0 1px #995a31 inset; + color: #805031; +} + +.ui.basic.brown.buttons .button:active, +.ui.basic.brown.button:active { + -webkit-box-shadow: 0 0 0 1px #805031 inset; + box-shadow: 0 0 0 1px #805031 inset; + color: #805031; +} + +.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.brown.buttons .button, +.ui.inverted.brown.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #D67C1C inset; + box-shadow: 0 0 0 2px #D67C1C inset; + color: #D67C1C; +} + +.ui.inverted.brown.buttons .button:hover, +.ui.inverted.brown.button:hover, +.ui.inverted.brown.buttons .button:focus, +.ui.inverted.brown.button:focus, +.ui.inverted.brown.buttons .button.active, +.ui.inverted.brown.button.active, +.ui.inverted.brown.buttons .button:active, +.ui.inverted.brown.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.brown.buttons .button:hover, +.ui.inverted.brown.button:hover { + background-color: #b0620f; +} + +.ui.inverted.brown.buttons .button:focus, +.ui.inverted.brown.button:focus { + background-color: #c16808; +} + +.ui.inverted.brown.buttons .active.button, +.ui.inverted.brown.active.button { + background-color: #cc6f0d; +} + +.ui.inverted.brown.buttons .button:active, +.ui.inverted.brown.button:active { + background-color: #a96216; +} + +/* Inverted Basic */ + +.ui.inverted.brown.basic.buttons .button, +.ui.inverted.brown.buttons .basic.button, +.ui.inverted.brown.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.brown.basic.buttons .button:hover, +.ui.inverted.brown.buttons .basic.button:hover, +.ui.inverted.brown.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #b0620f inset; + box-shadow: 0 0 0 2px #b0620f inset; + color: #D67C1C; +} + +.ui.inverted.brown.basic.buttons .button:focus, +.ui.inverted.brown.basic.buttons .button:focus, +.ui.inverted.brown.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #c16808 inset; + box-shadow: 0 0 0 2px #c16808 inset; + color: #D67C1C; +} + +.ui.inverted.brown.basic.buttons .active.button, +.ui.inverted.brown.buttons .basic.active.button, +.ui.inverted.brown.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #cc6f0d inset; + box-shadow: 0 0 0 2px #cc6f0d inset; + color: #D67C1C; +} + +.ui.inverted.brown.basic.buttons .button:active, +.ui.inverted.brown.buttons .basic.button:active, +.ui.inverted.brown.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #a96216 inset; + box-shadow: 0 0 0 2px #a96216 inset; + color: #D67C1C; +} + +/* Tertiary */ + +.ui.tertiary.brown.buttons .button, +.ui.tertiary.brown.buttons .tertiary.button, +.ui.tertiary.brown.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #A5673F; +} + +.ui.tertiary.brown.buttons .button:hover, +.ui.tertiary.brown.buttons button:hover, +.ui.tertiary.brown.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #835f48; + box-shadow: inset 0 -0.2em 0 #835f48; + color: #835f48; +} + +.ui.tertiary.brown.buttons .button:focus, +.ui.tertiary.brown.buttons .tertiary.button:focus, +.ui.tertiary.brown.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #7d573e; + box-shadow: inset 0 -0.2em 0 #7d573e; + color: #7d573e; +} + +.ui.tertiary.brown.buttons .active.button, +.ui.tertiary.brown.buttons .tertiary.active.button, +.ui.tertiary.brown.active.button, +.ui.tertiary.brown.buttons .button:active, +.ui.tertiary.brown.buttons .tertiary.button:active, +.ui.tertiary.brown.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #ae561d; + box-shadow: inset 0 -0.2em 0 #ae561d; + color: #995a31; +} + +.ui.grey.buttons .button, +.ui.grey.button { + background-color: #767676; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.grey.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.grey.buttons .button:hover, +.ui.grey.button:hover { + background-color: #838383; + color: #FFFFFF; + text-shadow: none; +} + +.ui.grey.buttons .button:focus, +.ui.grey.button:focus { + background-color: #8a8a8a; + color: #FFFFFF; + text-shadow: none; +} + +.ui.grey.buttons .button:active, +.ui.grey.button:active { + background-color: #909090; + color: #FFFFFF; + text-shadow: none; +} + +.ui.grey.buttons .active.button, +.ui.grey.buttons .active.button:active, +.ui.grey.active.button, +.ui.grey.button .active.button:active { + background-color: #696969; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.grey.buttons .button, +.ui.basic.grey.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #767676 inset; + box-shadow: 0 0 0 1px #767676 inset; + color: #767676; +} + +.ui.basic.grey.buttons .button:hover, +.ui.basic.grey.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #838383 inset; + box-shadow: 0 0 0 1px #838383 inset; + color: #838383; +} + +.ui.basic.grey.buttons .button:focus, +.ui.basic.grey.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #8a8a8a inset; + box-shadow: 0 0 0 1px #8a8a8a inset; + color: #838383; +} + +.ui.basic.grey.buttons .active.button, +.ui.basic.grey.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #696969 inset; + box-shadow: 0 0 0 1px #696969 inset; + color: #909090; +} + +.ui.basic.grey.buttons .button:active, +.ui.basic.grey.button:active { + -webkit-box-shadow: 0 0 0 1px #909090 inset; + box-shadow: 0 0 0 1px #909090 inset; + color: #909090; +} + +.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.grey.buttons .button, +.ui.inverted.grey.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #D4D4D5 inset; + box-shadow: 0 0 0 2px #D4D4D5 inset; + color: #FFFFFF; +} + +.ui.inverted.grey.buttons .button:hover, +.ui.inverted.grey.button:hover, +.ui.inverted.grey.buttons .button:focus, +.ui.inverted.grey.button:focus, +.ui.inverted.grey.buttons .button.active, +.ui.inverted.grey.button.active, +.ui.inverted.grey.buttons .button:active, +.ui.inverted.grey.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.6); +} + +.ui.inverted.grey.buttons .button:hover, +.ui.inverted.grey.button:hover { + background-color: #c2c4c5; +} + +.ui.inverted.grey.buttons .button:focus, +.ui.inverted.grey.button:focus { + background-color: #c7c9cb; +} + +.ui.inverted.grey.buttons .active.button, +.ui.inverted.grey.active.button { + background-color: #cfd0d2; +} + +.ui.inverted.grey.buttons .button:active, +.ui.inverted.grey.button:active { + background-color: #c2c4c5; +} + +/* Inverted Basic */ + +.ui.inverted.grey.basic.buttons .button, +.ui.inverted.grey.buttons .basic.button, +.ui.inverted.grey.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.grey.basic.buttons .button:hover, +.ui.inverted.grey.buttons .basic.button:hover, +.ui.inverted.grey.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset; + box-shadow: 0 0 0 2px #c2c4c5 inset; + color: #FFFFFF; +} + +.ui.inverted.grey.basic.buttons .button:focus, +.ui.inverted.grey.basic.buttons .button:focus, +.ui.inverted.grey.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #c7c9cb inset; + box-shadow: 0 0 0 2px #c7c9cb inset; + color: #DCDDDE; +} + +.ui.inverted.grey.basic.buttons .active.button, +.ui.inverted.grey.buttons .basic.active.button, +.ui.inverted.grey.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #cfd0d2 inset; + box-shadow: 0 0 0 2px #cfd0d2 inset; + color: #FFFFFF; +} + +.ui.inverted.grey.basic.buttons .button:active, +.ui.inverted.grey.buttons .basic.button:active, +.ui.inverted.grey.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset; + box-shadow: 0 0 0 2px #c2c4c5 inset; + color: #FFFFFF; +} + +/* Tertiary */ + +.ui.tertiary.grey.buttons .button, +.ui.tertiary.grey.buttons .tertiary.button, +.ui.tertiary.grey.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #767676; +} + +.ui.tertiary.grey.buttons .button:hover, +.ui.tertiary.grey.buttons button:hover, +.ui.tertiary.grey.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #838383; + box-shadow: inset 0 -0.2em 0 #838383; + color: #838383; +} + +.ui.tertiary.grey.buttons .button:focus, +.ui.tertiary.grey.buttons .tertiary.button:focus, +.ui.tertiary.grey.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #8a8a8a; + box-shadow: inset 0 -0.2em 0 #8a8a8a; + color: #8a8a8a; +} + +.ui.tertiary.grey.buttons .active.button, +.ui.tertiary.grey.buttons .tertiary.active.button, +.ui.tertiary.grey.active.button, +.ui.tertiary.grey.buttons .button:active, +.ui.tertiary.grey.buttons .tertiary.button:active, +.ui.tertiary.grey.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #7e5454; + box-shadow: inset 0 -0.2em 0 #7e5454; + color: #696969; +} + +.ui.black.buttons .button, +.ui.black.button { + background-color: #1B1C1D; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.black.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.black.buttons .button:hover, +.ui.black.button:hover { + background-color: #27292a; + color: #FFFFFF; + text-shadow: none; +} + +.ui.black.buttons .button:focus, +.ui.black.button:focus { + background-color: #2f3032; + color: #FFFFFF; + text-shadow: none; +} + +.ui.black.buttons .button:active, +.ui.black.button:active { + background-color: #343637; + color: #FFFFFF; + text-shadow: none; +} + +.ui.black.buttons .active.button, +.ui.black.buttons .active.button:active, +.ui.black.active.button, +.ui.black.button .active.button:active { + background-color: #0f0f10; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.black.buttons .button, +.ui.basic.black.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #1B1C1D inset; + box-shadow: 0 0 0 1px #1B1C1D inset; + color: #1B1C1D; +} + +.ui.basic.black.buttons .button:hover, +.ui.basic.black.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #27292a inset; + box-shadow: 0 0 0 1px #27292a inset; + color: #27292a; +} + +.ui.basic.black.buttons .button:focus, +.ui.basic.black.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #2f3032 inset; + box-shadow: 0 0 0 1px #2f3032 inset; + color: #27292a; +} + +.ui.basic.black.buttons .active.button, +.ui.basic.black.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #0f0f10 inset; + box-shadow: 0 0 0 1px #0f0f10 inset; + color: #343637; +} + +.ui.basic.black.buttons .button:active, +.ui.basic.black.button:active { + -webkit-box-shadow: 0 0 0 1px #343637 inset; + box-shadow: 0 0 0 1px #343637 inset; + color: #343637; +} + +.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) { + margin-left: -1px; +} + +/* Inverted */ + +.ui.inverted.black.buttons .button, +.ui.inverted.black.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px #D4D4D5 inset; + box-shadow: 0 0 0 2px #D4D4D5 inset; + color: #FFFFFF; +} + +.ui.inverted.black.buttons .button:hover, +.ui.inverted.black.button:hover, +.ui.inverted.black.buttons .button:focus, +.ui.inverted.black.button:focus, +.ui.inverted.black.buttons .button.active, +.ui.inverted.black.button.active, +.ui.inverted.black.buttons .button:active, +.ui.inverted.black.button:active { + -webkit-box-shadow: none; + box-shadow: none; + color: #FFFFFF; +} + +.ui.inverted.black.buttons .button:hover, +.ui.inverted.black.button:hover { + background-color: #000000; +} + +.ui.inverted.black.buttons .button:focus, +.ui.inverted.black.button:focus { + background-color: #000000; +} + +.ui.inverted.black.buttons .active.button, +.ui.inverted.black.active.button { + background-color: #000000; +} + +.ui.inverted.black.buttons .button:active, +.ui.inverted.black.button:active { + background-color: #000000; +} + +/* Inverted Basic */ + +.ui.inverted.black.basic.buttons .button, +.ui.inverted.black.buttons .basic.button, +.ui.inverted.black.basic.button { + background-color: transparent; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset; + color: #FFFFFF; +} + +.ui.inverted.black.basic.buttons .button:hover, +.ui.inverted.black.buttons .basic.button:hover, +.ui.inverted.black.basic.button:hover { + -webkit-box-shadow: 0 0 0 2px #000000 inset; + box-shadow: 0 0 0 2px #000000 inset; + color: #FFFFFF; +} + +.ui.inverted.black.basic.buttons .button:focus, +.ui.inverted.black.basic.buttons .button:focus, +.ui.inverted.black.basic.button:focus { + -webkit-box-shadow: 0 0 0 2px #000000 inset; + box-shadow: 0 0 0 2px #000000 inset; + color: #545454; +} + +.ui.inverted.black.basic.buttons .active.button, +.ui.inverted.black.buttons .basic.active.button, +.ui.inverted.black.basic.active.button { + -webkit-box-shadow: 0 0 0 2px #000000 inset; + box-shadow: 0 0 0 2px #000000 inset; + color: #FFFFFF; +} + +.ui.inverted.black.basic.buttons .button:active, +.ui.inverted.black.buttons .basic.button:active, +.ui.inverted.black.basic.button:active { + -webkit-box-shadow: 0 0 0 2px #000000 inset; + box-shadow: 0 0 0 2px #000000 inset; + color: #FFFFFF; +} + +/* Tertiary */ + +.ui.tertiary.black.buttons .button, +.ui.tertiary.black.buttons .tertiary.button, +.ui.tertiary.black.button { + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #1B1C1D; +} + +.ui.tertiary.black.buttons .button:hover, +.ui.tertiary.black.buttons button:hover, +.ui.tertiary.black.button:hover { + -webkit-box-shadow: inset 0 -0.2em 0 #8b8f93; + box-shadow: inset 0 -0.2em 0 #8b8f93; + color: #8b8f93; +} + +.ui.tertiary.black.buttons .button:focus, +.ui.tertiary.black.buttons .tertiary.button:focus, +.ui.tertiary.black.button:focus { + -webkit-box-shadow: inset 0 -0.2em 0 #93969a; + box-shadow: inset 0 -0.2em 0 #93969a; + color: #93969a; +} + +.ui.tertiary.black.buttons .active.button, +.ui.tertiary.black.buttons .tertiary.active.button, +.ui.tertiary.black.active.button, +.ui.tertiary.black.buttons .button:active, +.ui.tertiary.black.buttons .tertiary.button:active, +.ui.tertiary.black.button:active { + -webkit-box-shadow: inset 0 -0.2em 0 #404245; + box-shadow: inset 0 -0.2em 0 #404245; + color: #0f0f10; +} + +/*--------------- + Positive +----------------*/ + +/* Standard */ + +.ui.positive.buttons .button, +.ui.positive.button { + background-color: #21BA45; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.positive.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.positive.buttons .button:hover, +.ui.positive.button:hover { + background-color: #16ab39; + color: #FFFFFF; + text-shadow: none; +} + +.ui.positive.buttons .button:focus, +.ui.positive.button:focus { + background-color: #0ea432; + color: #FFFFFF; + text-shadow: none; +} + +.ui.positive.buttons .button:active, +.ui.positive.button:active { + background-color: #198f35; + color: #FFFFFF; + text-shadow: none; +} + +.ui.positive.buttons .active.button, +.ui.positive.buttons .active.button:active, +.ui.positive.active.button, +.ui.positive.button .active.button:active { + background-color: #13ae38; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.positive.buttons .button, +.ui.basic.positive.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #21BA45 inset; + box-shadow: 0 0 0 1px #21BA45 inset; + color: #21BA45; +} + +.ui.basic.positive.buttons .button:hover, +.ui.basic.positive.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #16ab39 inset; + box-shadow: 0 0 0 1px #16ab39 inset; + color: #16ab39; +} + +.ui.basic.positive.buttons .button:focus, +.ui.basic.positive.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #0ea432 inset; + box-shadow: 0 0 0 1px #0ea432 inset; + color: #16ab39; +} + +.ui.basic.positive.buttons .active.button, +.ui.basic.positive.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #13ae38 inset; + box-shadow: 0 0 0 1px #13ae38 inset; + color: #198f35; +} + +.ui.basic.positive.buttons .button:active, +.ui.basic.positive.button:active { + -webkit-box-shadow: 0 0 0 1px #198f35 inset; + box-shadow: 0 0 0 1px #198f35 inset; + color: #198f35; +} + +.ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) { + margin-left: -1px; +} + +/*--------------- + Negative +----------------*/ + +/* Standard */ + +.ui.negative.buttons .button, +.ui.negative.button { + background-color: #DB2828; + color: #FFFFFF; + text-shadow: none; + background-image: none; +} + +.ui.negative.button { + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.negative.buttons .button:hover, +.ui.negative.button:hover { + background-color: #d01919; + color: #FFFFFF; + text-shadow: none; +} + +.ui.negative.buttons .button:focus, +.ui.negative.button:focus { + background-color: #ca1010; + color: #FFFFFF; + text-shadow: none; +} + +.ui.negative.buttons .button:active, +.ui.negative.button:active { + background-color: #b21e1e; + color: #FFFFFF; + text-shadow: none; +} + +.ui.negative.buttons .active.button, +.ui.negative.buttons .active.button:active, +.ui.negative.active.button, +.ui.negative.button .active.button:active { + background-color: #d41515; + color: #FFFFFF; + text-shadow: none; +} + +/* Basic */ + +.ui.basic.negative.buttons .button, +.ui.basic.negative.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #DB2828 inset; + box-shadow: 0 0 0 1px #DB2828 inset; + color: #DB2828; +} + +.ui.basic.negative.buttons .button:hover, +.ui.basic.negative.button:hover { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #d01919 inset; + box-shadow: 0 0 0 1px #d01919 inset; + color: #d01919; +} + +.ui.basic.negative.buttons .button:focus, +.ui.basic.negative.button:focus { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #ca1010 inset; + box-shadow: 0 0 0 1px #ca1010 inset; + color: #d01919; +} + +.ui.basic.negative.buttons .active.button, +.ui.basic.negative.active.button { + background: transparent; + -webkit-box-shadow: 0 0 0 1px #d41515 inset; + box-shadow: 0 0 0 1px #d41515 inset; + color: #b21e1e; +} + +.ui.basic.negative.buttons .button:active, +.ui.basic.negative.button:active { + -webkit-box-shadow: 0 0 0 1px #b21e1e inset; + box-shadow: 0 0 0 1px #b21e1e inset; + color: #b21e1e; +} + +.ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) { + margin-left: -1px; +} + +/******************************* + Groups + *******************************/ + +.ui.buttons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + font-size: 0; + vertical-align: baseline; + margin: 0 0.25em 0 0; +} + +.ui.buttons:not(.basic):not(.inverted) { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Clearfix */ + +.ui.buttons:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +/* Standard Group */ + +.ui.buttons .button { + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + border-radius: 0; + margin: 0 0 0 0; +} + +.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) { + -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; +} + +.ui.buttons .button:first-child { + border-left: none; + margin-left: 0; + border-top-left-radius: 0.28571429rem; + border-bottom-left-radius: 0.28571429rem; +} + +.ui.buttons .button:last-child { + border-top-right-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +/* Vertical Style */ + +.ui.vertical.buttons { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.ui.vertical.buttons .button { + display: block; + float: none; + width: 100%; + margin: 0 0 0 0; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 0; +} + +.ui.vertical.buttons .button:first-child { + border-top-left-radius: 0.28571429rem; + border-top-right-radius: 0.28571429rem; +} + +.ui.vertical.buttons .button:last-child { + margin-bottom: 0; + border-bottom-left-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +.ui.vertical.buttons .button:only-child { + border-radius: 0.28571429rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Container + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Container +*******************************/ + +/* All Sizes */ + +.ui.container { + display: block; + max-width: 100%; +} + +/* Mobile */ + +@media only screen and (max-width: 767.98px) { + .ui.ui.ui.container:not(.fluid) { + width: auto; + margin-left: 1em; + margin-right: 1em; + } + + .ui.ui.ui.grid.container { + width: auto; + } + + .ui.ui.ui.relaxed.grid.container { + width: auto; + } + + .ui.ui.ui.very.relaxed.grid.container { + width: auto; + } +} + +/* Tablet */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.ui.ui.container:not(.fluid) { + width: 723px; + margin-left: auto; + margin-right: auto; + } + + .ui.ui.ui.grid.container { + width: calc(723px + 2rem); + } + + .ui.ui.ui.relaxed.grid.container { + width: calc(723px + 3rem); + } + + .ui.ui.ui.very.relaxed.grid.container { + width: calc(723px + 5rem); + } +} + +/* Small Monitor */ + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui.ui.ui.container:not(.fluid) { + width: 933px; + margin-left: auto; + margin-right: auto; + } + + .ui.ui.ui.grid.container { + width: calc(933px + 2rem); + } + + .ui.ui.ui.relaxed.grid.container { + width: calc(933px + 3rem); + } + + .ui.ui.ui.very.relaxed.grid.container { + width: calc(933px + 5rem); + } +} + +/* Large Monitor */ + +@media only screen and (min-width: 1200px) { + .ui.ui.ui.container:not(.fluid) { + width: 1127px; + margin-left: auto; + margin-right: auto; + } + + .ui.ui.ui.grid.container { + width: calc(1127px + 2rem); + } + + .ui.ui.ui.relaxed.grid.container { + width: calc(1127px + 3rem); + } + + .ui.ui.ui.very.relaxed.grid.container { + width: calc(1127px + 5rem); + } +} + +/******************************* + Types +*******************************/ + +/* Text Container */ + +.ui.text.container { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + max-width: 700px; + line-height: 1.5; + font-size: 1.14285714rem; +} + +/* Fluid */ + +.ui.fluid.container { + width: 100%; +} + +/******************************* + Variations +*******************************/ + +.ui[class*="left aligned"].container { + text-align: left; +} + +.ui[class*="center aligned"].container { + text-align: center; +} + +.ui[class*="right aligned"].container { + text-align: right; +} + +.ui.justified.container { + text-align: justify; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Divider + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Divider +*******************************/ + +.ui.divider { + margin: 1rem 0; + line-height: 1; + height: 0; + font-weight: bold; + text-transform: uppercase; + letter-spacing: 0.05em; + color: rgba(0, 0, 0, 0.85); + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +/*-------------- + Basic +---------------*/ + +.ui.divider:not(.vertical):not(.horizontal) { + border-top: 1px solid rgba(34, 36, 38, 0.15); + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +/*-------------- + Coupling +---------------*/ + +/* Allow divider between each column row */ + +.ui.grid > .column + .divider, +.ui.grid > .row > .column + .divider { + left: auto; +} + +/*-------------- + Horizontal + ---------------*/ + +.ui.horizontal.divider { + display: table; + white-space: nowrap; + height: auto; + margin: ''; + line-height: 1; + text-align: center; +} + +.ui.horizontal.divider:before, +.ui.horizontal.divider:after { + content: ''; + display: table-cell; + position: relative; + top: 50%; + width: 50%; + background-repeat: no-repeat; +} + +.ui.horizontal.divider:before { + background-position: right 1em top 50%; +} + +.ui.horizontal.divider:after { + background-position: left 1em top 50%; +} + +/*-------------- + Vertical + ---------------*/ + +.ui.vertical.divider { + position: absolute; + z-index: 2; + top: 50%; + left: 50%; + margin: 0; + padding: 0; + width: auto; + height: 50%; + line-height: 0; + text-align: center; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); +} + +.ui.vertical.divider:before, +.ui.vertical.divider:after { + position: absolute; + left: 50%; + content: ''; + z-index: 3; + border-left: 1px solid rgba(34, 36, 38, 0.15); + border-right: 1px solid rgba(255, 255, 255, 0.1); + width: 0; + height: calc(100% - 1rem); +} + +.ui.vertical.divider:before { + top: -100%; +} + +.ui.vertical.divider:after { + top: auto; + bottom: 0; +} + +/* Inside grid */ + +@media only screen and (max-width: 767.98px) { + .ui.stackable.grid .ui.vertical.divider, + .ui.grid .stackable.row .ui.vertical.divider { + display: table; + white-space: nowrap; + height: auto; + margin: ''; + overflow: hidden; + line-height: 1; + text-align: center; + position: static; + top: 0; + left: 0; + -webkit-transform: none; + transform: none; + } + + .ui.stackable.grid .ui.vertical.divider:before, + .ui.grid .stackable.row .ui.vertical.divider:before, + .ui.stackable.grid .ui.vertical.divider:after, + .ui.grid .stackable.row .ui.vertical.divider:after { + left: 0; + border-left: none; + border-right: none; + content: ''; + display: table-cell; + position: relative; + top: 50%; + width: 50%; + background-repeat: no-repeat; + } + + .ui.stackable.grid .ui.vertical.divider:before, + .ui.grid .stackable.row .ui.vertical.divider:before { + background-position: right 1em top 50%; + } + + .ui.stackable.grid .ui.vertical.divider:after, + .ui.grid .stackable.row .ui.vertical.divider:after { + background-position: left 1em top 50%; + } +} + +/*-------------- + Icon + ---------------*/ + +.ui.divider > .icon { + margin: 0; + font-size: 1rem; + height: 1em; + vertical-align: middle; +} + +/*-------------- + Header + ---------------*/ + +.ui.horizontal.divider[class*="left aligned"]:before { + display: none; +} + +.ui.horizontal.divider[class*="left aligned"]:after { + width: 100%; +} + +.ui.horizontal.divider[class*="right aligned"]:before { + width: 100%; +} + +.ui.horizontal.divider[class*="right aligned"]:after { + display: none; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Hidden + ---------------*/ + +.ui.hidden.divider { + border-color: transparent !important; +} + +.ui.hidden.divider:before, +.ui.hidden.divider:after { + display: none; +} + +/*-------------- + Inverted +---------------*/ + +.ui.divider.inverted, +.ui.vertical.inverted.divider, +.ui.horizontal.inverted.divider { + color: #FFFFFF; +} + +.ui.divider.inverted, +.ui.divider.inverted:after, +.ui.divider.inverted:before { + border-top-color: rgba(34, 36, 38, 0.15) !important; + border-left-color: rgba(34, 36, 38, 0.15) !important; + border-bottom-color: rgba(255, 255, 255, 0.15) !important; + border-right-color: rgba(255, 255, 255, 0.15) !important; +} + +/*-------------- + Fitted +---------------*/ + +.ui.fitted.divider { + margin: 0; +} + +/*-------------- + Clearing + ---------------*/ + +.ui.clearing.divider { + clear: both; +} + +/*-------------- + Section + ---------------*/ + +.ui.section.divider { + margin-top: 2rem; + margin-bottom: 2rem; +} + +/*-------------- + Sizes +---------------*/ + +.ui.divider { + font-size: 1rem; +} + +.ui.mini.divider { + font-size: 0.78571429rem; +} + +.ui.tiny.divider { + font-size: 0.85714286rem; +} + +.ui.small.divider { + font-size: 0.92857143rem; +} + +.ui.large.divider { + font-size: 1.14285714rem; +} + +.ui.big.divider { + font-size: 1.28571429rem; +} + +.ui.huge.divider { + font-size: 1.42857143rem; +} + +.ui.massive.divider { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +.ui.horizontal.divider:before, +.ui.horizontal.divider:after { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC'); +} + +@media only screen and (max-width: 767px) { + .ui.stackable.grid .ui.vertical.divider:before, + .ui.grid .stackable.row .ui.vertical.divider:before, + .ui.stackable.grid .ui.vertical.divider:after, + .ui.grid .stackable.row .ui.vertical.divider:after { + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC'); + } +} + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic UI - Emoji + * https://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md + * + */ + +/******************************* + Emoji +*******************************/ + +em[data-emoji] { + opacity: 1; + speak: none; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +em[data-emoji]:before { + content: '\00A0\00A0\00A0\00A0\00A0\00A0\00A0'; + display: inline-block; + line-height: 1.28571429em; + background-repeat: no-repeat; + background-position: center center; +} + +/******************************* + States +*******************************/ + +em[data-emoji].disabled { + opacity: 0.45; +} + +/******************************* + Variations +*******************************/ + +em[data-emoji].loading:before { + -webkit-animation: loader 2s linear infinite; + animation: loader 2s linear infinite; +} + +/*------------------- + Link +--------------------*/ + +em[data-emoji].link { + cursor: pointer; +} + +/* +* Tweemoji v12.0 by @twitter - https://twemoji.twitter.com/ - @twitter +* License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/ +*/ + +/******************************* + Emojis +*******************************/ + +em[data-emoji].small { + font-size: 1.5em; + vertical-align: middle; +} + +em[data-emoji].medium { + font-size: 3em; + vertical-align: middle; +} + +em[data-emoji].large { + font-size: 6em; + vertical-align: middle; +} + +em[data-emoji].big { + font-size: 7.5em; + vertical-align: middle; +} + +em[data-emoji=":interrobang:"]:before, +em[data-emoji="interrobang"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2049.svg"); +} + +em[data-emoji=":tm:"]:before, +em[data-emoji="tm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2122.svg"); +} + +em[data-emoji=":information_source:"]:before, +em[data-emoji="information_source"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2139.svg"); +} + +em[data-emoji=":left_right_arrow:"]:before, +em[data-emoji="left_right_arrow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2194.svg"); +} + +em[data-emoji=":arrow_up_down:"]:before, +em[data-emoji="arrow_up_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2195.svg"); +} + +em[data-emoji=":arrow_upper_left:"]:before, +em[data-emoji="arrow_upper_left"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2196.svg"); +} + +em[data-emoji=":arrow_upper_right:"]:before, +em[data-emoji="arrow_upper_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2197.svg"); +} + +em[data-emoji=":arrow_lower_right:"]:before, +em[data-emoji="arrow_lower_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2198.svg"); +} + +em[data-emoji=":arrow_lower_left:"]:before, +em[data-emoji="arrow_lower_left"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2199.svg"); +} + +em[data-emoji=":keyboard:"]:before, +em[data-emoji="keyboard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2328.svg"); +} + +em[data-emoji=":sunny:"]:before, +em[data-emoji="sunny"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2600.svg"); +} + +em[data-emoji=":cloud:"]:before, +em[data-emoji="cloud"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2601.svg"); +} + +em[data-emoji=":umbrella2:"]:before, +em[data-emoji="umbrella2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2602.svg"); +} + +em[data-emoji=":snowman2:"]:before, +em[data-emoji="snowman2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2603.svg"); +} + +em[data-emoji=":comet:"]:before, +em[data-emoji="comet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2604.svg"); +} + +em[data-emoji=":ballot_box_with_check:"]:before, +em[data-emoji="ballot_box_with_check"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2611.svg"); +} + +em[data-emoji=":umbrella:"]:before, +em[data-emoji="umbrella"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2614.svg"); +} + +em[data-emoji=":coffee:"]:before, +em[data-emoji="coffee"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2615.svg"); +} + +em[data-emoji=":shamrock:"]:before, +em[data-emoji="shamrock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2618.svg"); +} + +em[data-emoji=":skull_crossbones:"]:before, +em[data-emoji="skull_crossbones"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2620.svg"); +} + +em[data-emoji=":radioactive:"]:before, +em[data-emoji="radioactive"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2622.svg"); +} + +em[data-emoji=":biohazard:"]:before, +em[data-emoji="biohazard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2623.svg"); +} + +em[data-emoji=":orthodox_cross:"]:before, +em[data-emoji="orthodox_cross"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2626.svg"); +} + +em[data-emoji=":wheel_of_dharma:"]:before, +em[data-emoji="wheel_of_dharma"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2638.svg"); +} + +em[data-emoji=":frowning2:"]:before, +em[data-emoji="frowning2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2639.svg"); +} + +em[data-emoji=":female_sign:"]:before, +em[data-emoji="female_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2640.svg"); +} + +em[data-emoji=":male_sign:"]:before, +em[data-emoji="male_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2642.svg"); +} + +em[data-emoji=":aries:"]:before, +em[data-emoji="aries"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2648.svg"); +} + +em[data-emoji=":taurus:"]:before, +em[data-emoji="taurus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2649.svg"); +} + +em[data-emoji=":sagittarius:"]:before, +em[data-emoji="sagittarius"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2650.svg"); +} + +em[data-emoji=":capricorn:"]:before, +em[data-emoji="capricorn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2651.svg"); +} + +em[data-emoji=":aquarius:"]:before, +em[data-emoji="aquarius"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2652.svg"); +} + +em[data-emoji=":pisces:"]:before, +em[data-emoji="pisces"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2653.svg"); +} + +em[data-emoji=":spades:"]:before, +em[data-emoji="spades"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2660.svg"); +} + +em[data-emoji=":clubs:"]:before, +em[data-emoji="clubs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2663.svg"); +} + +em[data-emoji=":hearts:"]:before, +em[data-emoji="hearts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2665.svg"); +} + +em[data-emoji=":diamonds:"]:before, +em[data-emoji="diamonds"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2666.svg"); +} + +em[data-emoji=":hotsprings:"]:before, +em[data-emoji="hotsprings"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2668.svg"); +} + +em[data-emoji=":hammer_pick:"]:before, +em[data-emoji="hammer_pick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2692.svg"); +} + +em[data-emoji=":anchor:"]:before, +em[data-emoji="anchor"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2693.svg"); +} + +em[data-emoji=":crossed_swords:"]:before, +em[data-emoji="crossed_swords"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2694.svg"); +} + +em[data-emoji=":medical_symbol:"]:before, +em[data-emoji="medical_symbol"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2695.svg"); +} + +em[data-emoji=":scales:"]:before, +em[data-emoji="scales"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2696.svg"); +} + +em[data-emoji=":alembic:"]:before, +em[data-emoji="alembic"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2697.svg"); +} + +em[data-emoji=":gear:"]:before, +em[data-emoji="gear"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2699.svg"); +} + +em[data-emoji=":scissors:"]:before, +em[data-emoji="scissors"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2702.svg"); +} + +em[data-emoji=":white_check_mark:"]:before, +em[data-emoji="white_check_mark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2705.svg"); +} + +em[data-emoji=":airplane:"]:before, +em[data-emoji="airplane"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2708.svg"); +} + +em[data-emoji=":envelope:"]:before, +em[data-emoji="envelope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2709.svg"); +} + +em[data-emoji=":black_nib:"]:before, +em[data-emoji="black_nib"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2712.svg"); +} + +em[data-emoji=":heavy_check_mark:"]:before, +em[data-emoji="heavy_check_mark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2714.svg"); +} + +em[data-emoji=":heavy_multiplication_x:"]:before, +em[data-emoji="heavy_multiplication_x"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2716.svg"); +} + +em[data-emoji=":star_of_david:"]:before, +em[data-emoji="star_of_david"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2721.svg"); +} + +em[data-emoji=":sparkles:"]:before, +em[data-emoji="sparkles"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2728.svg"); +} + +em[data-emoji=":eight_spoked_asterisk:"]:before, +em[data-emoji="eight_spoked_asterisk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2733.svg"); +} + +em[data-emoji=":eight_pointed_black_star:"]:before, +em[data-emoji="eight_pointed_black_star"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2734.svg"); +} + +em[data-emoji=":snowflake:"]:before, +em[data-emoji="snowflake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2744.svg"); +} + +em[data-emoji=":sparkle:"]:before, +em[data-emoji="sparkle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2747.svg"); +} + +em[data-emoji=":question:"]:before, +em[data-emoji="question"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2753.svg"); +} + +em[data-emoji=":grey_question:"]:before, +em[data-emoji="grey_question"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2754.svg"); +} + +em[data-emoji=":grey_exclamation:"]:before, +em[data-emoji="grey_exclamation"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2755.svg"); +} + +em[data-emoji=":exclamation:"]:before, +em[data-emoji="exclamation"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2757.svg"); +} + +em[data-emoji=":heart_exclamation:"]:before, +em[data-emoji="heart_exclamation"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2763.svg"); +} + +em[data-emoji=":heart:"]:before, +em[data-emoji="heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2764.svg"); +} + +em[data-emoji=":heavy_plus_sign:"]:before, +em[data-emoji="heavy_plus_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2795.svg"); +} + +em[data-emoji=":heavy_minus_sign:"]:before, +em[data-emoji="heavy_minus_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2796.svg"); +} + +em[data-emoji=":heavy_division_sign:"]:before, +em[data-emoji="heavy_division_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2797.svg"); +} + +em[data-emoji=":arrow_heading_up:"]:before, +em[data-emoji="arrow_heading_up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2934.svg"); +} + +em[data-emoji=":arrow_heading_down:"]:before, +em[data-emoji="arrow_heading_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2935.svg"); +} + +em[data-emoji=":wavy_dash:"]:before, +em[data-emoji="wavy_dash"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3030.svg"); +} + +em[data-emoji=":congratulations:"]:before, +em[data-emoji="congratulations"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3297.svg"); +} + +em[data-emoji=":secret:"]:before, +em[data-emoji="secret"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/3299.svg"); +} + +em[data-emoji=":orange_heart:"]:before, +em[data-emoji="orange_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e1.svg"); +} + +em[data-emoji=":yellow_heart:"]:before, +em[data-emoji="yellow_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49b.svg"); +} + +em[data-emoji=":green_heart:"]:before, +em[data-emoji="green_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49a.svg"); +} + +em[data-emoji=":blue_heart:"]:before, +em[data-emoji="blue_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f499.svg"); +} + +em[data-emoji=":purple_heart:"]:before, +em[data-emoji="purple_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49c.svg"); +} + +em[data-emoji=":black_heart:"]:before, +em[data-emoji="black_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a4.svg"); +} + +em[data-emoji=":brown_heart:"]:before, +em[data-emoji="brown_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90e.svg"); +} + +em[data-emoji=":white_heart:"]:before, +em[data-emoji="white_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90d.svg"); +} + +em[data-emoji=":broken_heart:"]:before, +em[data-emoji="broken_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f494.svg"); +} + +em[data-emoji=":two_hearts:"]:before, +em[data-emoji="two_hearts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f495.svg"); +} + +em[data-emoji=":revolving_hearts:"]:before, +em[data-emoji="revolving_hearts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49e.svg"); +} + +em[data-emoji=":heartbeat:"]:before, +em[data-emoji="heartbeat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f493.svg"); +} + +em[data-emoji=":heartpulse:"]:before, +em[data-emoji="heartpulse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f497.svg"); +} + +em[data-emoji=":sparkling_heart:"]:before, +em[data-emoji="sparkling_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f496.svg"); +} + +em[data-emoji=":cupid:"]:before, +em[data-emoji="cupid"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f498.svg"); +} + +em[data-emoji=":gift_heart:"]:before, +em[data-emoji="gift_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49d.svg"); +} + +em[data-emoji=":heart_decoration:"]:before, +em[data-emoji="heart_decoration"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f49f.svg"); +} + +em[data-emoji=":peace:"]:before, +em[data-emoji="peace"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262e.svg"); +} + +em[data-emoji=":cross:"]:before, +em[data-emoji="cross"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/271d.svg"); +} + +em[data-emoji=":star_and_crescent:"]:before, +em[data-emoji="star_and_crescent"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262a.svg"); +} + +em[data-emoji=":om_symbol:"]:before, +em[data-emoji="om_symbol"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f549.svg"); +} + +em[data-emoji=":six_pointed_star:"]:before, +em[data-emoji="six_pointed_star"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52f.svg"); +} + +em[data-emoji=":menorah:"]:before, +em[data-emoji="menorah"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54e.svg"); +} + +em[data-emoji=":yin_yang:"]:before, +em[data-emoji="yin_yang"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/262f.svg"); +} + +em[data-emoji=":place_of_worship:"]:before, +em[data-emoji="place_of_worship"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d0.svg"); +} + +em[data-emoji=":ophiuchus:"]:before, +em[data-emoji="ophiuchus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ce.svg"); +} + +em[data-emoji=":gemini:"]:before, +em[data-emoji="gemini"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264a.svg"); +} + +em[data-emoji=":cancer:"]:before, +em[data-emoji="cancer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264b.svg"); +} + +em[data-emoji=":leo:"]:before, +em[data-emoji="leo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264c.svg"); +} + +em[data-emoji=":virgo:"]:before, +em[data-emoji="virgo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264d.svg"); +} + +em[data-emoji=":libra:"]:before, +em[data-emoji="libra"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264e.svg"); +} + +em[data-emoji=":scorpius:"]:before, +em[data-emoji="scorpius"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/264f.svg"); +} + +em[data-emoji=":id:"]:before, +em[data-emoji="id"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f194.svg"); +} + +em[data-emoji=":atom:"]:before, +em[data-emoji="atom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/269b.svg"); +} + +em[data-emoji=":accept:"]:before, +em[data-emoji="accept"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f251.svg"); +} + +em[data-emoji=":mobile_phone_off:"]:before, +em[data-emoji="mobile_phone_off"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f4.svg"); +} + +em[data-emoji=":vibration_mode:"]:before, +em[data-emoji="vibration_mode"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f3.svg"); +} + +em[data-emoji=":u6709:"]:before, +em[data-emoji="u6709"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f236.svg"); +} + +em[data-emoji=":u7121:"]:before, +em[data-emoji="u7121"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f21a.svg"); +} + +em[data-emoji=":u7533:"]:before, +em[data-emoji="u7533"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f238.svg"); +} + +em[data-emoji=":u55b6:"]:before, +em[data-emoji="u55b6"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f23a.svg"); +} + +em[data-emoji=":u6708:"]:before, +em[data-emoji="u6708"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f237.svg"); +} + +em[data-emoji=":vs:"]:before, +em[data-emoji="vs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f19a.svg"); +} + +em[data-emoji=":white_flower:"]:before, +em[data-emoji="white_flower"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ae.svg"); +} + +em[data-emoji=":ideograph_advantage:"]:before, +em[data-emoji="ideograph_advantage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f250.svg"); +} + +em[data-emoji=":u5408:"]:before, +em[data-emoji="u5408"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f234.svg"); +} + +em[data-emoji=":u6e80:"]:before, +em[data-emoji="u6e80"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f235.svg"); +} + +em[data-emoji=":u5272:"]:before, +em[data-emoji="u5272"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f239.svg"); +} + +em[data-emoji=":u7981:"]:before, +em[data-emoji="u7981"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f232.svg"); +} + +em[data-emoji=":a:"]:before, +em[data-emoji="a"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f170.svg"); +} + +em[data-emoji=":b:"]:before, +em[data-emoji="b"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f171.svg"); +} + +em[data-emoji=":ab:"]:before, +em[data-emoji="ab"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f18e.svg"); +} + +em[data-emoji=":cl:"]:before, +em[data-emoji="cl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f191.svg"); +} + +em[data-emoji=":o2:"]:before, +em[data-emoji="o2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f17e.svg"); +} + +em[data-emoji=":sos:"]:before, +em[data-emoji="sos"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f198.svg"); +} + +em[data-emoji=":x:"]:before, +em[data-emoji="x"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/274c.svg"); +} + +em[data-emoji=":o:"]:before, +em[data-emoji="o"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b55.svg"); +} + +em[data-emoji=":octagonal_sign:"]:before, +em[data-emoji="octagonal_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d1.svg"); +} + +em[data-emoji=":no_entry:"]:before, +em[data-emoji="no_entry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d4.svg"); +} + +em[data-emoji=":name_badge:"]:before, +em[data-emoji="name_badge"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4db.svg"); +} + +em[data-emoji=":no_entry_sign:"]:before, +em[data-emoji="no_entry_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ab.svg"); +} + +em[data-emoji=":100:"]:before, +em[data-emoji="100"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4af.svg"); +} + +em[data-emoji=":anger:"]:before, +em[data-emoji="anger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a2.svg"); +} + +em[data-emoji=":no_pedestrians:"]:before, +em[data-emoji="no_pedestrians"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b7.svg"); +} + +em[data-emoji=":do_not_litter:"]:before, +em[data-emoji="do_not_litter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6af.svg"); +} + +em[data-emoji=":no_bicycles:"]:before, +em[data-emoji="no_bicycles"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b3.svg"); +} + +em[data-emoji=":non-potable_water:"]:before, +em[data-emoji="non-potable_water"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b1.svg"); +} + +em[data-emoji=":underage:"]:before, +em[data-emoji="underage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51e.svg"); +} + +em[data-emoji=":no_mobile_phones:"]:before, +em[data-emoji="no_mobile_phones"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f5.svg"); +} + +em[data-emoji=":no_smoking:"]:before, +em[data-emoji="no_smoking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ad.svg"); +} + +em[data-emoji=":bangbang:"]:before, +em[data-emoji="bangbang"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/203c.svg"); +} + +em[data-emoji=":low_brightness:"]:before, +em[data-emoji="low_brightness"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f505.svg"); +} + +em[data-emoji=":high_brightness:"]:before, +em[data-emoji="high_brightness"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f506.svg"); +} + +em[data-emoji=":part_alternation_mark:"]:before, +em[data-emoji="part_alternation_mark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/303d.svg"); +} + +em[data-emoji=":warning:"]:before, +em[data-emoji="warning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26a0.svg"); +} + +em[data-emoji=":children_crossing:"]:before, +em[data-emoji="children_crossing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b8.svg"); +} + +em[data-emoji=":trident:"]:before, +em[data-emoji="trident"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f531.svg"); +} + +em[data-emoji=":fleur-de-lis:"]:before, +em[data-emoji="fleur-de-lis"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/269c.svg"); +} + +em[data-emoji=":beginner:"]:before, +em[data-emoji="beginner"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f530.svg"); +} + +em[data-emoji=":recycle:"]:before, +em[data-emoji="recycle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267b.svg"); +} + +em[data-emoji=":u6307:"]:before, +em[data-emoji="u6307"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f22f.svg"); +} + +em[data-emoji=":chart:"]:before, +em[data-emoji="chart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b9.svg"); +} + +em[data-emoji=":negative_squared_cross_mark:"]:before, +em[data-emoji="negative_squared_cross_mark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/274e.svg"); +} + +em[data-emoji=":globe_with_meridians:"]:before, +em[data-emoji="globe_with_meridians"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f310.svg"); +} + +em[data-emoji=":diamond_shape_with_a_dot_inside:"]:before, +em[data-emoji="diamond_shape_with_a_dot_inside"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a0.svg"); +} + +em[data-emoji=":m:"]:before, +em[data-emoji="m"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/24c2.svg"); +} + +em[data-emoji=":cyclone:"]:before, +em[data-emoji="cyclone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f300.svg"); +} + +em[data-emoji=":zzz:"]:before, +em[data-emoji="zzz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a4.svg"); +} + +em[data-emoji=":atm:"]:before, +em[data-emoji="atm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e7.svg"); +} + +em[data-emoji=":wc:"]:before, +em[data-emoji="wc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6be.svg"); +} + +em[data-emoji=":wheelchair:"]:before, +em[data-emoji="wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267f.svg"); +} + +em[data-emoji=":parking:"]:before, +em[data-emoji="parking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f17f.svg"); +} + +em[data-emoji=":u7a7a:"]:before, +em[data-emoji="u7a7a"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f233.svg"); +} + +em[data-emoji=":sa:"]:before, +em[data-emoji="sa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f202.svg"); +} + +em[data-emoji=":passport_control:"]:before, +em[data-emoji="passport_control"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c2.svg"); +} + +em[data-emoji=":customs:"]:before, +em[data-emoji="customs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c3.svg"); +} + +em[data-emoji=":baggage_claim:"]:before, +em[data-emoji="baggage_claim"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c4.svg"); +} + +em[data-emoji=":left_luggage:"]:before, +em[data-emoji="left_luggage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c5.svg"); +} + +em[data-emoji=":mens:"]:before, +em[data-emoji="mens"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b9.svg"); +} + +em[data-emoji=":womens:"]:before, +em[data-emoji="womens"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ba.svg"); +} + +em[data-emoji=":baby_symbol:"]:before, +em[data-emoji="baby_symbol"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bc.svg"); +} + +em[data-emoji=":restroom:"]:before, +em[data-emoji="restroom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bb.svg"); +} + +em[data-emoji=":put_litter_in_its_place:"]:before, +em[data-emoji="put_litter_in_its_place"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ae.svg"); +} + +em[data-emoji=":cinema:"]:before, +em[data-emoji="cinema"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a6.svg"); +} + +em[data-emoji=":signal_strength:"]:before, +em[data-emoji="signal_strength"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f6.svg"); +} + +em[data-emoji=":koko:"]:before, +em[data-emoji="koko"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f201.svg"); +} + +em[data-emoji=":symbols:"]:before, +em[data-emoji="symbols"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f523.svg"); +} + +em[data-emoji=":abc:"]:before, +em[data-emoji="abc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f524.svg"); +} + +em[data-emoji=":abcd:"]:before, +em[data-emoji="abcd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f521.svg"); +} + +em[data-emoji=":capital_abcd:"]:before, +em[data-emoji="capital_abcd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f520.svg"); +} + +em[data-emoji=":ng:"]:before, +em[data-emoji="ng"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f196.svg"); +} + +em[data-emoji=":ok:"]:before, +em[data-emoji="ok"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f197.svg"); +} + +em[data-emoji=":up:"]:before, +em[data-emoji="up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f199.svg"); +} + +em[data-emoji=":cool:"]:before, +em[data-emoji="cool"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f192.svg"); +} + +em[data-emoji=":new:"]:before, +em[data-emoji="new"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f195.svg"); +} + +em[data-emoji=":free:"]:before, +em[data-emoji="free"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f193.svg"); +} + +em[data-emoji=":zero:"]:before, +em[data-emoji="zero"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg"); +} + +em[data-emoji=":one:"]:before, +em[data-emoji="one"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg"); +} + +em[data-emoji=":two:"]:before, +em[data-emoji="two"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg"); +} + +em[data-emoji=":three:"]:before, +em[data-emoji="three"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg"); +} + +em[data-emoji=":four:"]:before, +em[data-emoji="four"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg"); +} + +em[data-emoji=":five:"]:before, +em[data-emoji="five"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg"); +} + +em[data-emoji=":six:"]:before, +em[data-emoji="six"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg"); +} + +em[data-emoji=":seven:"]:before, +em[data-emoji="seven"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg"); +} + +em[data-emoji=":eight:"]:before, +em[data-emoji="eight"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg"); +} + +em[data-emoji=":nine:"]:before, +em[data-emoji="nine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg"); +} + +em[data-emoji=":keycap_ten:"]:before, +em[data-emoji="keycap_ten"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51f.svg"); +} + +em[data-emoji=":1234:"]:before, +em[data-emoji="1234"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f522.svg"); +} + +em[data-emoji=":hash:"]:before, +em[data-emoji="hash"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg"); +} + +em[data-emoji=":asterisk:"]:before, +em[data-emoji="asterisk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg"); +} + +em[data-emoji=":eject:"]:before, +em[data-emoji="eject"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23cf.svg"); +} + +em[data-emoji=":arrow_forward:"]:before, +em[data-emoji="arrow_forward"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25b6.svg"); +} + +em[data-emoji=":pause_button:"]:before, +em[data-emoji="pause_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f8.svg"); +} + +em[data-emoji=":play_pause:"]:before, +em[data-emoji="play_pause"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ef.svg"); +} + +em[data-emoji=":stop_button:"]:before, +em[data-emoji="stop_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f9.svg"); +} + +em[data-emoji=":record_button:"]:before, +em[data-emoji="record_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23fa.svg"); +} + +em[data-emoji=":track_next:"]:before, +em[data-emoji="track_next"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ed.svg"); +} + +em[data-emoji=":track_previous:"]:before, +em[data-emoji="track_previous"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ee.svg"); +} + +em[data-emoji=":fast_forward:"]:before, +em[data-emoji="fast_forward"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23e9.svg"); +} + +em[data-emoji=":rewind:"]:before, +em[data-emoji="rewind"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ea.svg"); +} + +em[data-emoji=":arrow_double_up:"]:before, +em[data-emoji="arrow_double_up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23eb.svg"); +} + +em[data-emoji=":arrow_double_down:"]:before, +em[data-emoji="arrow_double_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23ec.svg"); +} + +em[data-emoji=":arrow_backward:"]:before, +em[data-emoji="arrow_backward"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25c0.svg"); +} + +em[data-emoji=":arrow_up_small:"]:before, +em[data-emoji="arrow_up_small"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53c.svg"); +} + +em[data-emoji=":arrow_down_small:"]:before, +em[data-emoji="arrow_down_small"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53d.svg"); +} + +em[data-emoji=":arrow_right:"]:before, +em[data-emoji="arrow_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27a1.svg"); +} + +em[data-emoji=":arrow_left:"]:before, +em[data-emoji="arrow_left"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b05.svg"); +} + +em[data-emoji=":arrow_up:"]:before, +em[data-emoji="arrow_up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b06.svg"); +} + +em[data-emoji=":arrow_down:"]:before, +em[data-emoji="arrow_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b07.svg"); +} + +em[data-emoji=":arrow_right_hook:"]:before, +em[data-emoji="arrow_right_hook"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/21aa.svg"); +} + +em[data-emoji=":leftwards_arrow_with_hook:"]:before, +em[data-emoji="leftwards_arrow_with_hook"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/21a9.svg"); +} + +em[data-emoji=":twisted_rightwards_arrows:"]:before, +em[data-emoji="twisted_rightwards_arrows"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f500.svg"); +} + +em[data-emoji=":repeat:"]:before, +em[data-emoji="repeat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f501.svg"); +} + +em[data-emoji=":repeat_one:"]:before, +em[data-emoji="repeat_one"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f502.svg"); +} + +em[data-emoji=":arrows_counterclockwise:"]:before, +em[data-emoji="arrows_counterclockwise"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f504.svg"); +} + +em[data-emoji=":arrows_clockwise:"]:before, +em[data-emoji="arrows_clockwise"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f503.svg"); +} + +em[data-emoji=":musical_note:"]:before, +em[data-emoji="musical_note"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b5.svg"); +} + +em[data-emoji=":notes:"]:before, +em[data-emoji="notes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b6.svg"); +} + +em[data-emoji=":infinity:"]:before, +em[data-emoji="infinity"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/267e.svg"); +} + +em[data-emoji=":heavy_dollar_sign:"]:before, +em[data-emoji="heavy_dollar_sign"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b2.svg"); +} + +em[data-emoji=":currency_exchange:"]:before, +em[data-emoji="currency_exchange"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b1.svg"); +} + +em[data-emoji=":copyright:"]:before, +em[data-emoji="copyright"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/a9.svg"); +} + +em[data-emoji=":registered:"]:before, +em[data-emoji="registered"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/ae.svg"); +} + +em[data-emoji=":curly_loop:"]:before, +em[data-emoji="curly_loop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27b0.svg"); +} + +em[data-emoji=":loop:"]:before, +em[data-emoji="loop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/27bf.svg"); +} + +em[data-emoji=":end:"]:before, +em[data-emoji="end"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51a.svg"); +} + +em[data-emoji=":back:"]:before, +em[data-emoji="back"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f519.svg"); +} + +em[data-emoji=":on:"]:before, +em[data-emoji="on"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51b.svg"); +} + +em[data-emoji=":top:"]:before, +em[data-emoji="top"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51d.svg"); +} + +em[data-emoji=":soon:"]:before, +em[data-emoji="soon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f51c.svg"); +} + +em[data-emoji=":radio_button:"]:before, +em[data-emoji="radio_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f518.svg"); +} + +em[data-emoji=":white_circle:"]:before, +em[data-emoji="white_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26aa.svg"); +} + +em[data-emoji=":black_circle:"]:before, +em[data-emoji="black_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ab.svg"); +} + +em[data-emoji=":red_circle:"]:before, +em[data-emoji="red_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f534.svg"); +} + +em[data-emoji=":blue_circle:"]:before, +em[data-emoji="blue_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f535.svg"); +} + +em[data-emoji=":brown_circle:"]:before, +em[data-emoji="brown_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e4.svg"); +} + +em[data-emoji=":purple_circle:"]:before, +em[data-emoji="purple_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e3.svg"); +} + +em[data-emoji=":green_circle:"]:before, +em[data-emoji="green_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e2.svg"); +} + +em[data-emoji=":yellow_circle:"]:before, +em[data-emoji="yellow_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e1.svg"); +} + +em[data-emoji=":orange_circle:"]:before, +em[data-emoji="orange_circle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e0.svg"); +} + +em[data-emoji=":small_red_triangle:"]:before, +em[data-emoji="small_red_triangle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53a.svg"); +} + +em[data-emoji=":small_red_triangle_down:"]:before, +em[data-emoji="small_red_triangle_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f53b.svg"); +} + +em[data-emoji=":small_orange_diamond:"]:before, +em[data-emoji="small_orange_diamond"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f538.svg"); +} + +em[data-emoji=":small_blue_diamond:"]:before, +em[data-emoji="small_blue_diamond"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f539.svg"); +} + +em[data-emoji=":large_orange_diamond:"]:before, +em[data-emoji="large_orange_diamond"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f536.svg"); +} + +em[data-emoji=":large_blue_diamond:"]:before, +em[data-emoji="large_blue_diamond"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f537.svg"); +} + +em[data-emoji=":white_square_button:"]:before, +em[data-emoji="white_square_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f533.svg"); +} + +em[data-emoji=":black_square_button:"]:before, +em[data-emoji="black_square_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f532.svg"); +} + +em[data-emoji=":black_small_square:"]:before, +em[data-emoji="black_small_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25aa.svg"); +} + +em[data-emoji=":white_small_square:"]:before, +em[data-emoji="white_small_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25ab.svg"); +} + +em[data-emoji=":black_medium_small_square:"]:before, +em[data-emoji="black_medium_small_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fe.svg"); +} + +em[data-emoji=":white_medium_small_square:"]:before, +em[data-emoji="white_medium_small_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fd.svg"); +} + +em[data-emoji=":black_medium_square:"]:before, +em[data-emoji="black_medium_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fc.svg"); +} + +em[data-emoji=":white_medium_square:"]:before, +em[data-emoji="white_medium_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/25fb.svg"); +} + +em[data-emoji=":black_large_square:"]:before, +em[data-emoji="black_large_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b1b.svg"); +} + +em[data-emoji=":white_large_square:"]:before, +em[data-emoji="white_large_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b1c.svg"); +} + +em[data-emoji=":orange_square:"]:before, +em[data-emoji="orange_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e7.svg"); +} + +em[data-emoji=":blue_square:"]:before, +em[data-emoji="blue_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e6.svg"); +} + +em[data-emoji=":red_square:"]:before, +em[data-emoji="red_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e5.svg"); +} + +em[data-emoji=":brown_square:"]:before, +em[data-emoji="brown_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7eb.svg"); +} + +em[data-emoji=":purple_square:"]:before, +em[data-emoji="purple_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7ea.svg"); +} + +em[data-emoji=":green_square:"]:before, +em[data-emoji="green_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e9.svg"); +} + +em[data-emoji=":yellow_square:"]:before, +em[data-emoji="yellow_square"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f7e8.svg"); +} + +em[data-emoji=":speaker:"]:before, +em[data-emoji="speaker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f508.svg"); +} + +em[data-emoji=":mute:"]:before, +em[data-emoji="mute"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f507.svg"); +} + +em[data-emoji=":sound:"]:before, +em[data-emoji="sound"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f509.svg"); +} + +em[data-emoji=":loud_sound:"]:before, +em[data-emoji="loud_sound"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50a.svg"); +} + +em[data-emoji=":bell:"]:before, +em[data-emoji="bell"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f514.svg"); +} + +em[data-emoji=":no_bell:"]:before, +em[data-emoji="no_bell"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f515.svg"); +} + +em[data-emoji=":mega:"]:before, +em[data-emoji="mega"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e3.svg"); +} + +em[data-emoji=":loudspeaker:"]:before, +em[data-emoji="loudspeaker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e2.svg"); +} + +em[data-emoji=":speech_left:"]:before, +em[data-emoji="speech_left"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e8.svg"); +} + +em[data-emoji=":eye_in_speech_bubble:"]:before, +em[data-emoji="eye_in_speech_bubble"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f441-200d-1f5e8.svg"); +} + +em[data-emoji=":speech_balloon:"]:before, +em[data-emoji="speech_balloon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ac.svg"); +} + +em[data-emoji=":thought_balloon:"]:before, +em[data-emoji="thought_balloon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ad.svg"); +} + +em[data-emoji=":anger_right:"]:before, +em[data-emoji="anger_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5ef.svg"); +} + +em[data-emoji=":black_joker:"]:before, +em[data-emoji="black_joker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f0cf.svg"); +} + +em[data-emoji=":flower_playing_cards:"]:before, +em[data-emoji="flower_playing_cards"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b4.svg"); +} + +em[data-emoji=":mahjong:"]:before, +em[data-emoji="mahjong"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f004.svg"); +} + +em[data-emoji=":clock1:"]:before, +em[data-emoji="clock1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f550.svg"); +} + +em[data-emoji=":clock2:"]:before, +em[data-emoji="clock2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f551.svg"); +} + +em[data-emoji=":clock3:"]:before, +em[data-emoji="clock3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f552.svg"); +} + +em[data-emoji=":clock4:"]:before, +em[data-emoji="clock4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f553.svg"); +} + +em[data-emoji=":clock5:"]:before, +em[data-emoji="clock5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f554.svg"); +} + +em[data-emoji=":clock6:"]:before, +em[data-emoji="clock6"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f555.svg"); +} + +em[data-emoji=":clock7:"]:before, +em[data-emoji="clock7"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f556.svg"); +} + +em[data-emoji=":clock8:"]:before, +em[data-emoji="clock8"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f557.svg"); +} + +em[data-emoji=":clock9:"]:before, +em[data-emoji="clock9"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f558.svg"); +} + +em[data-emoji=":clock10:"]:before, +em[data-emoji="clock10"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f559.svg"); +} + +em[data-emoji=":clock11:"]:before, +em[data-emoji="clock11"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55a.svg"); +} + +em[data-emoji=":clock12:"]:before, +em[data-emoji="clock12"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55b.svg"); +} + +em[data-emoji=":clock130:"]:before, +em[data-emoji="clock130"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55c.svg"); +} + +em[data-emoji=":clock230:"]:before, +em[data-emoji="clock230"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55d.svg"); +} + +em[data-emoji=":clock330:"]:before, +em[data-emoji="clock330"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55e.svg"); +} + +em[data-emoji=":clock430:"]:before, +em[data-emoji="clock430"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f55f.svg"); +} + +em[data-emoji=":clock530:"]:before, +em[data-emoji="clock530"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f560.svg"); +} + +em[data-emoji=":clock630:"]:before, +em[data-emoji="clock630"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f561.svg"); +} + +em[data-emoji=":clock730:"]:before, +em[data-emoji="clock730"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f562.svg"); +} + +em[data-emoji=":clock830:"]:before, +em[data-emoji="clock830"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f563.svg"); +} + +em[data-emoji=":clock930:"]:before, +em[data-emoji="clock930"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f564.svg"); +} + +em[data-emoji=":clock1030:"]:before, +em[data-emoji="clock1030"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f565.svg"); +} + +em[data-emoji=":clock1130:"]:before, +em[data-emoji="clock1130"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f566.svg"); +} + +em[data-emoji=":clock1230:"]:before, +em[data-emoji="clock1230"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f567.svg"); +} + +em[data-emoji=":digit_zero:"]:before, +em[data-emoji="digit_zero"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg"); +} + +em[data-emoji=":digit_one:"]:before, +em[data-emoji="digit_one"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg"); +} + +em[data-emoji=":digit_two:"]:before, +em[data-emoji="digit_two"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg"); +} + +em[data-emoji=":digit_three:"]:before, +em[data-emoji="digit_three"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg"); +} + +em[data-emoji=":digit_four:"]:before, +em[data-emoji="digit_four"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg"); +} + +em[data-emoji=":digit_five:"]:before, +em[data-emoji="digit_five"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg"); +} + +em[data-emoji=":digit_six:"]:before, +em[data-emoji="digit_six"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg"); +} + +em[data-emoji=":digit_seven:"]:before, +em[data-emoji="digit_seven"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg"); +} + +em[data-emoji=":digit_eight:"]:before, +em[data-emoji="digit_eight"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg"); +} + +em[data-emoji=":digit_nine:"]:before, +em[data-emoji="digit_nine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg"); +} + +em[data-emoji=":pound_symbol:"]:before, +em[data-emoji="pound_symbol"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg"); +} + +em[data-emoji=":asterisk_symbol:"]:before, +em[data-emoji="asterisk_symbol"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg"); +} + +em[data-emoji=":soccer:"]:before, +em[data-emoji="soccer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26bd.svg"); +} + +em[data-emoji=":basketball:"]:before, +em[data-emoji="basketball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c0.svg"); +} + +em[data-emoji=":football:"]:before, +em[data-emoji="football"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c8.svg"); +} + +em[data-emoji=":baseball:"]:before, +em[data-emoji="baseball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26be.svg"); +} + +em[data-emoji=":softball:"]:before, +em[data-emoji="softball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94e.svg"); +} + +em[data-emoji=":tennis:"]:before, +em[data-emoji="tennis"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3be.svg"); +} + +em[data-emoji=":volleyball:"]:before, +em[data-emoji="volleyball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d0.svg"); +} + +em[data-emoji=":rugby_football:"]:before, +em[data-emoji="rugby_football"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c9.svg"); +} + +em[data-emoji=":flying_disc:"]:before, +em[data-emoji="flying_disc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94f.svg"); +} + +em[data-emoji=":8ball:"]:before, +em[data-emoji="8ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b1.svg"); +} + +em[data-emoji=":ping_pong:"]:before, +em[data-emoji="ping_pong"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d3.svg"); +} + +em[data-emoji=":badminton:"]:before, +em[data-emoji="badminton"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f8.svg"); +} + +em[data-emoji=":hockey:"]:before, +em[data-emoji="hockey"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d2.svg"); +} + +em[data-emoji=":field_hockey:"]:before, +em[data-emoji="field_hockey"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d1.svg"); +} + +em[data-emoji=":lacrosse:"]:before, +em[data-emoji="lacrosse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94d.svg"); +} + +em[data-emoji=":cricket_game:"]:before, +em[data-emoji="cricket_game"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cf.svg"); +} + +em[data-emoji=":goal:"]:before, +em[data-emoji="goal"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f945.svg"); +} + +em[data-emoji=":golf:"]:before, +em[data-emoji="golf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f3.svg"); +} + +em[data-emoji=":bow_and_arrow:"]:before, +em[data-emoji="bow_and_arrow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f9.svg"); +} + +em[data-emoji=":fishing_pole_and_fish:"]:before, +em[data-emoji="fishing_pole_and_fish"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a3.svg"); +} + +em[data-emoji=":boxing_glove:"]:before, +em[data-emoji="boxing_glove"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94a.svg"); +} + +em[data-emoji=":martial_arts_uniform:"]:before, +em[data-emoji="martial_arts_uniform"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94b.svg"); +} + +em[data-emoji=":running_shirt_with_sash:"]:before, +em[data-emoji="running_shirt_with_sash"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bd.svg"); +} + +em[data-emoji=":skateboard:"]:before, +em[data-emoji="skateboard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f9.svg"); +} + +em[data-emoji=":sled:"]:before, +em[data-emoji="sled"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f7.svg"); +} + +em[data-emoji=":parachute:"]:before, +em[data-emoji="parachute"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa82.svg"); +} + +em[data-emoji=":ice_skate:"]:before, +em[data-emoji="ice_skate"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f8.svg"); +} + +em[data-emoji=":curling_stone:"]:before, +em[data-emoji="curling_stone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f94c.svg"); +} + +em[data-emoji=":ski:"]:before, +em[data-emoji="ski"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bf.svg"); +} + +em[data-emoji=":skier:"]:before, +em[data-emoji="skier"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f7.svg"); +} + +em[data-emoji=":snowboarder:"]:before, +em[data-emoji="snowboarder"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2.svg"); +} + +em[data-emoji=":snowboarder_tone1:"]:before, +em[data-emoji="snowboarder_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fb.svg"); +} + +em[data-emoji=":snowboarder_tone2:"]:before, +em[data-emoji="snowboarder_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fc.svg"); +} + +em[data-emoji=":snowboarder_tone3:"]:before, +em[data-emoji="snowboarder_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fd.svg"); +} + +em[data-emoji=":snowboarder_tone4:"]:before, +em[data-emoji="snowboarder_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fe.svg"); +} + +em[data-emoji=":snowboarder_tone5:"]:before, +em[data-emoji="snowboarder_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3ff.svg"); +} + +em[data-emoji=":person_lifting_weights:"]:before, +em[data-emoji="person_lifting_weights"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb.svg"); +} + +em[data-emoji=":person_lifting_weights_tone1:"]:before, +em[data-emoji="person_lifting_weights_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb.svg"); +} + +em[data-emoji=":person_lifting_weights_tone2:"]:before, +em[data-emoji="person_lifting_weights_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc.svg"); +} + +em[data-emoji=":person_lifting_weights_tone3:"]:before, +em[data-emoji="person_lifting_weights_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd.svg"); +} + +em[data-emoji=":person_lifting_weights_tone4:"]:before, +em[data-emoji="person_lifting_weights_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe.svg"); +} + +em[data-emoji=":person_lifting_weights_tone5:"]:before, +em[data-emoji="person_lifting_weights_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff.svg"); +} + +em[data-emoji=":woman_lifting_weights:"]:before, +em[data-emoji="woman_lifting_weights"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_lifting_weights_tone1:"]:before, +em[data-emoji="woman_lifting_weights_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_lifting_weights_tone2:"]:before, +em[data-emoji="woman_lifting_weights_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_lifting_weights_tone3:"]:before, +em[data-emoji="woman_lifting_weights_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_lifting_weights_tone4:"]:before, +em[data-emoji="woman_lifting_weights_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_lifting_weights_tone5:"]:before, +em[data-emoji="woman_lifting_weights_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights:"]:before, +em[data-emoji="man_lifting_weights"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights_tone1:"]:before, +em[data-emoji="man_lifting_weights_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights_tone2:"]:before, +em[data-emoji="man_lifting_weights_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights_tone3:"]:before, +em[data-emoji="man_lifting_weights_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights_tone4:"]:before, +em[data-emoji="man_lifting_weights_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_lifting_weights_tone5:"]:before, +em[data-emoji="man_lifting_weights_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":people_wrestling:"]:before, +em[data-emoji="people_wrestling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c.svg"); +} + +em[data-emoji=":women_wrestling:"]:before, +em[data-emoji="women_wrestling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2640-fe0f.svg"); +} + +em[data-emoji=":men_wrestling:"]:before, +em[data-emoji="men_wrestling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_doing_cartwheel:"]:before, +em[data-emoji="person_doing_cartwheel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938.svg"); +} + +em[data-emoji=":person_doing_cartwheel_tone1:"]:before, +em[data-emoji="person_doing_cartwheel_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb.svg"); +} + +em[data-emoji=":person_doing_cartwheel_tone2:"]:before, +em[data-emoji="person_doing_cartwheel_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc.svg"); +} + +em[data-emoji=":person_doing_cartwheel_tone3:"]:before, +em[data-emoji="person_doing_cartwheel_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd.svg"); +} + +em[data-emoji=":person_doing_cartwheel_tone4:"]:before, +em[data-emoji="person_doing_cartwheel_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe.svg"); +} + +em[data-emoji=":person_doing_cartwheel_tone5:"]:before, +em[data-emoji="person_doing_cartwheel_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff.svg"); +} + +em[data-emoji=":woman_cartwheeling:"]:before, +em[data-emoji="woman_cartwheeling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_cartwheeling_tone1:"]:before, +em[data-emoji="woman_cartwheeling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_cartwheeling_tone2:"]:before, +em[data-emoji="woman_cartwheeling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_cartwheeling_tone3:"]:before, +em[data-emoji="woman_cartwheeling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_cartwheeling_tone4:"]:before, +em[data-emoji="woman_cartwheeling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_cartwheeling_tone5:"]:before, +em[data-emoji="woman_cartwheeling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling:"]:before, +em[data-emoji="man_cartwheeling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling_tone1:"]:before, +em[data-emoji="man_cartwheeling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling_tone2:"]:before, +em[data-emoji="man_cartwheeling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling_tone3:"]:before, +em[data-emoji="man_cartwheeling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling_tone4:"]:before, +em[data-emoji="man_cartwheeling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_cartwheeling_tone5:"]:before, +em[data-emoji="man_cartwheeling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_bouncing_ball:"]:before, +em[data-emoji="person_bouncing_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9.svg"); +} + +em[data-emoji=":person_bouncing_ball_tone1:"]:before, +em[data-emoji="person_bouncing_ball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb.svg"); +} + +em[data-emoji=":person_bouncing_ball_tone2:"]:before, +em[data-emoji="person_bouncing_ball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc.svg"); +} + +em[data-emoji=":person_bouncing_ball_tone3:"]:before, +em[data-emoji="person_bouncing_ball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd.svg"); +} + +em[data-emoji=":person_bouncing_ball_tone4:"]:before, +em[data-emoji="person_bouncing_ball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe.svg"); +} + +em[data-emoji=":person_bouncing_ball_tone5:"]:before, +em[data-emoji="person_bouncing_ball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff.svg"); +} + +em[data-emoji=":woman_bouncing_ball:"]:before, +em[data-emoji="woman_bouncing_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bouncing_ball_tone1:"]:before, +em[data-emoji="woman_bouncing_ball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bouncing_ball_tone2:"]:before, +em[data-emoji="woman_bouncing_ball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bouncing_ball_tone3:"]:before, +em[data-emoji="woman_bouncing_ball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bouncing_ball_tone4:"]:before, +em[data-emoji="woman_bouncing_ball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bouncing_ball_tone5:"]:before, +em[data-emoji="woman_bouncing_ball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball:"]:before, +em[data-emoji="man_bouncing_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball_tone1:"]:before, +em[data-emoji="man_bouncing_ball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball_tone2:"]:before, +em[data-emoji="man_bouncing_ball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball_tone3:"]:before, +em[data-emoji="man_bouncing_ball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball_tone4:"]:before, +em[data-emoji="man_bouncing_ball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bouncing_ball_tone5:"]:before, +em[data-emoji="man_bouncing_ball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_fencing:"]:before, +em[data-emoji="person_fencing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93a.svg"); +} + +em[data-emoji=":person_playing_handball:"]:before, +em[data-emoji="person_playing_handball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e.svg"); +} + +em[data-emoji=":person_playing_handball_tone1:"]:before, +em[data-emoji="person_playing_handball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb.svg"); +} + +em[data-emoji=":person_playing_handball_tone2:"]:before, +em[data-emoji="person_playing_handball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc.svg"); +} + +em[data-emoji=":person_playing_handball_tone3:"]:before, +em[data-emoji="person_playing_handball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd.svg"); +} + +em[data-emoji=":person_playing_handball_tone4:"]:before, +em[data-emoji="person_playing_handball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe.svg"); +} + +em[data-emoji=":person_playing_handball_tone5:"]:before, +em[data-emoji="person_playing_handball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff.svg"); +} + +em[data-emoji=":woman_playing_handball:"]:before, +em[data-emoji="woman_playing_handball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_handball_tone1:"]:before, +em[data-emoji="woman_playing_handball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_handball_tone2:"]:before, +em[data-emoji="woman_playing_handball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_handball_tone3:"]:before, +em[data-emoji="woman_playing_handball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_handball_tone4:"]:before, +em[data-emoji="woman_playing_handball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_handball_tone5:"]:before, +em[data-emoji="woman_playing_handball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball:"]:before, +em[data-emoji="man_playing_handball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball_tone1:"]:before, +em[data-emoji="man_playing_handball_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball_tone2:"]:before, +em[data-emoji="man_playing_handball_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball_tone3:"]:before, +em[data-emoji="man_playing_handball_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball_tone4:"]:before, +em[data-emoji="man_playing_handball_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_handball_tone5:"]:before, +em[data-emoji="man_playing_handball_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_golfing:"]:before, +em[data-emoji="person_golfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc.svg"); +} + +em[data-emoji=":person_golfing_tone1:"]:before, +em[data-emoji="person_golfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb.svg"); +} + +em[data-emoji=":person_golfing_tone2:"]:before, +em[data-emoji="person_golfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc.svg"); +} + +em[data-emoji=":person_golfing_tone3:"]:before, +em[data-emoji="person_golfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd.svg"); +} + +em[data-emoji=":person_golfing_tone4:"]:before, +em[data-emoji="person_golfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe.svg"); +} + +em[data-emoji=":person_golfing_tone5:"]:before, +em[data-emoji="person_golfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff.svg"); +} + +em[data-emoji=":woman_golfing:"]:before, +em[data-emoji="woman_golfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_golfing_tone1:"]:before, +em[data-emoji="woman_golfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_golfing_tone2:"]:before, +em[data-emoji="woman_golfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_golfing_tone3:"]:before, +em[data-emoji="woman_golfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_golfing_tone4:"]:before, +em[data-emoji="woman_golfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_golfing_tone5:"]:before, +em[data-emoji="woman_golfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_golfing:"]:before, +em[data-emoji="man_golfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_golfing_tone1:"]:before, +em[data-emoji="man_golfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_golfing_tone2:"]:before, +em[data-emoji="man_golfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_golfing_tone3:"]:before, +em[data-emoji="man_golfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_golfing_tone4:"]:before, +em[data-emoji="man_golfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_golfing_tone5:"]:before, +em[data-emoji="man_golfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":horse_racing:"]:before, +em[data-emoji="horse_racing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7.svg"); +} + +em[data-emoji=":horse_racing_tone1:"]:before, +em[data-emoji="horse_racing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fb.svg"); +} + +em[data-emoji=":horse_racing_tone2:"]:before, +em[data-emoji="horse_racing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fc.svg"); +} + +em[data-emoji=":horse_racing_tone3:"]:before, +em[data-emoji="horse_racing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fd.svg"); +} + +em[data-emoji=":horse_racing_tone4:"]:before, +em[data-emoji="horse_racing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fe.svg"); +} + +em[data-emoji=":horse_racing_tone5:"]:before, +em[data-emoji="horse_racing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3ff.svg"); +} + +em[data-emoji=":person_in_lotus_position:"]:before, +em[data-emoji="person_in_lotus_position"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8.svg"); +} + +em[data-emoji=":person_in_lotus_position_tone1:"]:before, +em[data-emoji="person_in_lotus_position_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb.svg"); +} + +em[data-emoji=":person_in_lotus_position_tone2:"]:before, +em[data-emoji="person_in_lotus_position_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc.svg"); +} + +em[data-emoji=":person_in_lotus_position_tone3:"]:before, +em[data-emoji="person_in_lotus_position_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd.svg"); +} + +em[data-emoji=":person_in_lotus_position_tone4:"]:before, +em[data-emoji="person_in_lotus_position_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe.svg"); +} + +em[data-emoji=":person_in_lotus_position_tone5:"]:before, +em[data-emoji="person_in_lotus_position_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff.svg"); +} + +em[data-emoji=":woman_in_lotus_position:"]:before, +em[data-emoji="woman_in_lotus_position"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_lotus_position_tone1:"]:before, +em[data-emoji="woman_in_lotus_position_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_lotus_position_tone2:"]:before, +em[data-emoji="woman_in_lotus_position_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_lotus_position_tone3:"]:before, +em[data-emoji="woman_in_lotus_position_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_lotus_position_tone4:"]:before, +em[data-emoji="woman_in_lotus_position_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_lotus_position_tone5:"]:before, +em[data-emoji="woman_in_lotus_position_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position:"]:before, +em[data-emoji="man_in_lotus_position"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position_tone1:"]:before, +em[data-emoji="man_in_lotus_position_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position_tone2:"]:before, +em[data-emoji="man_in_lotus_position_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position_tone3:"]:before, +em[data-emoji="man_in_lotus_position_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position_tone4:"]:before, +em[data-emoji="man_in_lotus_position_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_lotus_position_tone5:"]:before, +em[data-emoji="man_in_lotus_position_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_surfing:"]:before, +em[data-emoji="person_surfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4.svg"); +} + +em[data-emoji=":person_surfing_tone1:"]:before, +em[data-emoji="person_surfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb.svg"); +} + +em[data-emoji=":person_surfing_tone2:"]:before, +em[data-emoji="person_surfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc.svg"); +} + +em[data-emoji=":person_surfing_tone3:"]:before, +em[data-emoji="person_surfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd.svg"); +} + +em[data-emoji=":person_surfing_tone4:"]:before, +em[data-emoji="person_surfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe.svg"); +} + +em[data-emoji=":person_surfing_tone5:"]:before, +em[data-emoji="person_surfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff.svg"); +} + +em[data-emoji=":woman_surfing:"]:before, +em[data-emoji="woman_surfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_surfing_tone1:"]:before, +em[data-emoji="woman_surfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_surfing_tone2:"]:before, +em[data-emoji="woman_surfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_surfing_tone3:"]:before, +em[data-emoji="woman_surfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_surfing_tone4:"]:before, +em[data-emoji="woman_surfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_surfing_tone5:"]:before, +em[data-emoji="woman_surfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_surfing:"]:before, +em[data-emoji="man_surfing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_surfing_tone1:"]:before, +em[data-emoji="man_surfing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_surfing_tone2:"]:before, +em[data-emoji="man_surfing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_surfing_tone3:"]:before, +em[data-emoji="man_surfing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_surfing_tone4:"]:before, +em[data-emoji="man_surfing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_surfing_tone5:"]:before, +em[data-emoji="man_surfing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_swimming:"]:before, +em[data-emoji="person_swimming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca.svg"); +} + +em[data-emoji=":person_swimming_tone1:"]:before, +em[data-emoji="person_swimming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb.svg"); +} + +em[data-emoji=":person_swimming_tone2:"]:before, +em[data-emoji="person_swimming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc.svg"); +} + +em[data-emoji=":person_swimming_tone3:"]:before, +em[data-emoji="person_swimming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd.svg"); +} + +em[data-emoji=":person_swimming_tone4:"]:before, +em[data-emoji="person_swimming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe.svg"); +} + +em[data-emoji=":person_swimming_tone5:"]:before, +em[data-emoji="person_swimming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff.svg"); +} + +em[data-emoji=":woman_swimming:"]:before, +em[data-emoji="woman_swimming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_swimming_tone1:"]:before, +em[data-emoji="woman_swimming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_swimming_tone2:"]:before, +em[data-emoji="woman_swimming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_swimming_tone3:"]:before, +em[data-emoji="woman_swimming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_swimming_tone4:"]:before, +em[data-emoji="woman_swimming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_swimming_tone5:"]:before, +em[data-emoji="woman_swimming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_swimming:"]:before, +em[data-emoji="man_swimming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_swimming_tone1:"]:before, +em[data-emoji="man_swimming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_swimming_tone2:"]:before, +em[data-emoji="man_swimming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_swimming_tone3:"]:before, +em[data-emoji="man_swimming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_swimming_tone4:"]:before, +em[data-emoji="man_swimming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_swimming_tone5:"]:before, +em[data-emoji="man_swimming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_playing_water_polo:"]:before, +em[data-emoji="person_playing_water_polo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d.svg"); +} + +em[data-emoji=":person_playing_water_polo_tone1:"]:before, +em[data-emoji="person_playing_water_polo_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb.svg"); +} + +em[data-emoji=":person_playing_water_polo_tone2:"]:before, +em[data-emoji="person_playing_water_polo_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc.svg"); +} + +em[data-emoji=":person_playing_water_polo_tone3:"]:before, +em[data-emoji="person_playing_water_polo_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd.svg"); +} + +em[data-emoji=":person_playing_water_polo_tone4:"]:before, +em[data-emoji="person_playing_water_polo_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe.svg"); +} + +em[data-emoji=":person_playing_water_polo_tone5:"]:before, +em[data-emoji="person_playing_water_polo_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff.svg"); +} + +em[data-emoji=":woman_playing_water_polo:"]:before, +em[data-emoji="woman_playing_water_polo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_water_polo_tone1:"]:before, +em[data-emoji="woman_playing_water_polo_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_water_polo_tone2:"]:before, +em[data-emoji="woman_playing_water_polo_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_water_polo_tone3:"]:before, +em[data-emoji="woman_playing_water_polo_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_water_polo_tone4:"]:before, +em[data-emoji="woman_playing_water_polo_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_playing_water_polo_tone5:"]:before, +em[data-emoji="woman_playing_water_polo_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo:"]:before, +em[data-emoji="man_playing_water_polo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo_tone1:"]:before, +em[data-emoji="man_playing_water_polo_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo_tone2:"]:before, +em[data-emoji="man_playing_water_polo_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo_tone3:"]:before, +em[data-emoji="man_playing_water_polo_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo_tone4:"]:before, +em[data-emoji="man_playing_water_polo_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_playing_water_polo_tone5:"]:before, +em[data-emoji="man_playing_water_polo_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_rowing_boat:"]:before, +em[data-emoji="person_rowing_boat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3.svg"); +} + +em[data-emoji=":person_rowing_boat_tone1:"]:before, +em[data-emoji="person_rowing_boat_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb.svg"); +} + +em[data-emoji=":person_rowing_boat_tone2:"]:before, +em[data-emoji="person_rowing_boat_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc.svg"); +} + +em[data-emoji=":person_rowing_boat_tone3:"]:before, +em[data-emoji="person_rowing_boat_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd.svg"); +} + +em[data-emoji=":person_rowing_boat_tone4:"]:before, +em[data-emoji="person_rowing_boat_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe.svg"); +} + +em[data-emoji=":person_rowing_boat_tone5:"]:before, +em[data-emoji="person_rowing_boat_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff.svg"); +} + +em[data-emoji=":woman_rowing_boat:"]:before, +em[data-emoji="woman_rowing_boat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_rowing_boat_tone1:"]:before, +em[data-emoji="woman_rowing_boat_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_rowing_boat_tone2:"]:before, +em[data-emoji="woman_rowing_boat_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_rowing_boat_tone3:"]:before, +em[data-emoji="woman_rowing_boat_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_rowing_boat_tone4:"]:before, +em[data-emoji="woman_rowing_boat_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_rowing_boat_tone5:"]:before, +em[data-emoji="woman_rowing_boat_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat:"]:before, +em[data-emoji="man_rowing_boat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat_tone1:"]:before, +em[data-emoji="man_rowing_boat_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat_tone2:"]:before, +em[data-emoji="man_rowing_boat_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat_tone3:"]:before, +em[data-emoji="man_rowing_boat_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat_tone4:"]:before, +em[data-emoji="man_rowing_boat_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_rowing_boat_tone5:"]:before, +em[data-emoji="man_rowing_boat_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_climbing:"]:before, +em[data-emoji="person_climbing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7.svg"); +} + +em[data-emoji=":person_climbing_tone1:"]:before, +em[data-emoji="person_climbing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb.svg"); +} + +em[data-emoji=":person_climbing_tone2:"]:before, +em[data-emoji="person_climbing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc.svg"); +} + +em[data-emoji=":person_climbing_tone3:"]:before, +em[data-emoji="person_climbing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd.svg"); +} + +em[data-emoji=":person_climbing_tone4:"]:before, +em[data-emoji="person_climbing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe.svg"); +} + +em[data-emoji=":person_climbing_tone5:"]:before, +em[data-emoji="person_climbing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff.svg"); +} + +em[data-emoji=":woman_climbing:"]:before, +em[data-emoji="woman_climbing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_climbing_tone1:"]:before, +em[data-emoji="woman_climbing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_climbing_tone2:"]:before, +em[data-emoji="woman_climbing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_climbing_tone3:"]:before, +em[data-emoji="woman_climbing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_climbing_tone4:"]:before, +em[data-emoji="woman_climbing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_climbing_tone5:"]:before, +em[data-emoji="woman_climbing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_climbing:"]:before, +em[data-emoji="man_climbing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_climbing_tone1:"]:before, +em[data-emoji="man_climbing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_climbing_tone2:"]:before, +em[data-emoji="man_climbing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_climbing_tone3:"]:before, +em[data-emoji="man_climbing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_climbing_tone4:"]:before, +em[data-emoji="man_climbing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_climbing_tone5:"]:before, +em[data-emoji="man_climbing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_mountain_biking:"]:before, +em[data-emoji="person_mountain_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5.svg"); +} + +em[data-emoji=":person_mountain_biking_tone1:"]:before, +em[data-emoji="person_mountain_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb.svg"); +} + +em[data-emoji=":person_mountain_biking_tone2:"]:before, +em[data-emoji="person_mountain_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc.svg"); +} + +em[data-emoji=":person_mountain_biking_tone3:"]:before, +em[data-emoji="person_mountain_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd.svg"); +} + +em[data-emoji=":person_mountain_biking_tone4:"]:before, +em[data-emoji="person_mountain_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe.svg"); +} + +em[data-emoji=":person_mountain_biking_tone5:"]:before, +em[data-emoji="person_mountain_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff.svg"); +} + +em[data-emoji=":woman_mountain_biking:"]:before, +em[data-emoji="woman_mountain_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mountain_biking_tone1:"]:before, +em[data-emoji="woman_mountain_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mountain_biking_tone2:"]:before, +em[data-emoji="woman_mountain_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mountain_biking_tone3:"]:before, +em[data-emoji="woman_mountain_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mountain_biking_tone4:"]:before, +em[data-emoji="woman_mountain_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mountain_biking_tone5:"]:before, +em[data-emoji="woman_mountain_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking:"]:before, +em[data-emoji="man_mountain_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking_tone1:"]:before, +em[data-emoji="man_mountain_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking_tone2:"]:before, +em[data-emoji="man_mountain_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking_tone3:"]:before, +em[data-emoji="man_mountain_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking_tone4:"]:before, +em[data-emoji="man_mountain_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mountain_biking_tone5:"]:before, +em[data-emoji="man_mountain_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_biking:"]:before, +em[data-emoji="person_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4.svg"); +} + +em[data-emoji=":person_biking_tone1:"]:before, +em[data-emoji="person_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb.svg"); +} + +em[data-emoji=":person_biking_tone2:"]:before, +em[data-emoji="person_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc.svg"); +} + +em[data-emoji=":person_biking_tone3:"]:before, +em[data-emoji="person_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd.svg"); +} + +em[data-emoji=":person_biking_tone4:"]:before, +em[data-emoji="person_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe.svg"); +} + +em[data-emoji=":person_biking_tone5:"]:before, +em[data-emoji="person_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff.svg"); +} + +em[data-emoji=":woman_biking:"]:before, +em[data-emoji="woman_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_biking_tone1:"]:before, +em[data-emoji="woman_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_biking_tone2:"]:before, +em[data-emoji="woman_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_biking_tone3:"]:before, +em[data-emoji="woman_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_biking_tone4:"]:before, +em[data-emoji="woman_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_biking_tone5:"]:before, +em[data-emoji="woman_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_biking:"]:before, +em[data-emoji="man_biking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_biking_tone1:"]:before, +em[data-emoji="man_biking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_biking_tone2:"]:before, +em[data-emoji="man_biking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_biking_tone3:"]:before, +em[data-emoji="man_biking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_biking_tone4:"]:before, +em[data-emoji="man_biking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_biking_tone5:"]:before, +em[data-emoji="man_biking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":trophy:"]:before, +em[data-emoji="trophy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c6.svg"); +} + +em[data-emoji=":first_place:"]:before, +em[data-emoji="first_place"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f947.svg"); +} + +em[data-emoji=":second_place:"]:before, +em[data-emoji="second_place"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f948.svg"); +} + +em[data-emoji=":third_place:"]:before, +em[data-emoji="third_place"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f949.svg"); +} + +em[data-emoji=":medal:"]:before, +em[data-emoji="medal"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c5.svg"); +} + +em[data-emoji=":military_medal:"]:before, +em[data-emoji="military_medal"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f396.svg"); +} + +em[data-emoji=":rosette:"]:before, +em[data-emoji="rosette"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f5.svg"); +} + +em[data-emoji=":reminder_ribbon:"]:before, +em[data-emoji="reminder_ribbon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f397.svg"); +} + +em[data-emoji=":ticket:"]:before, +em[data-emoji="ticket"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ab.svg"); +} + +em[data-emoji=":tickets:"]:before, +em[data-emoji="tickets"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39f.svg"); +} + +em[data-emoji=":circus_tent:"]:before, +em[data-emoji="circus_tent"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3aa.svg"); +} + +em[data-emoji=":person_juggling:"]:before, +em[data-emoji="person_juggling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939.svg"); +} + +em[data-emoji=":person_juggling_tone1:"]:before, +em[data-emoji="person_juggling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb.svg"); +} + +em[data-emoji=":person_juggling_tone2:"]:before, +em[data-emoji="person_juggling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc.svg"); +} + +em[data-emoji=":person_juggling_tone3:"]:before, +em[data-emoji="person_juggling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd.svg"); +} + +em[data-emoji=":person_juggling_tone4:"]:before, +em[data-emoji="person_juggling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe.svg"); +} + +em[data-emoji=":person_juggling_tone5:"]:before, +em[data-emoji="person_juggling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff.svg"); +} + +em[data-emoji=":woman_juggling:"]:before, +em[data-emoji="woman_juggling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_juggling_tone1:"]:before, +em[data-emoji="woman_juggling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_juggling_tone2:"]:before, +em[data-emoji="woman_juggling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_juggling_tone3:"]:before, +em[data-emoji="woman_juggling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_juggling_tone4:"]:before, +em[data-emoji="woman_juggling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_juggling_tone5:"]:before, +em[data-emoji="woman_juggling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_juggling:"]:before, +em[data-emoji="man_juggling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_juggling_tone1:"]:before, +em[data-emoji="man_juggling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_juggling_tone2:"]:before, +em[data-emoji="man_juggling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_juggling_tone3:"]:before, +em[data-emoji="man_juggling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_juggling_tone4:"]:before, +em[data-emoji="man_juggling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_juggling_tone5:"]:before, +em[data-emoji="man_juggling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":performing_arts:"]:before, +em[data-emoji="performing_arts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ad.svg"); +} + +em[data-emoji=":art:"]:before, +em[data-emoji="art"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a8.svg"); +} + +em[data-emoji=":clapper:"]:before, +em[data-emoji="clapper"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ac.svg"); +} + +em[data-emoji=":microphone:"]:before, +em[data-emoji="microphone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a4.svg"); +} + +em[data-emoji=":headphones:"]:before, +em[data-emoji="headphones"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a7.svg"); +} + +em[data-emoji=":musical_score:"]:before, +em[data-emoji="musical_score"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bc.svg"); +} + +em[data-emoji=":musical_keyboard:"]:before, +em[data-emoji="musical_keyboard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b9.svg"); +} + +em[data-emoji=":drum:"]:before, +em[data-emoji="drum"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f941.svg"); +} + +em[data-emoji=":saxophone:"]:before, +em[data-emoji="saxophone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b7.svg"); +} + +em[data-emoji=":trumpet:"]:before, +em[data-emoji="trumpet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ba.svg"); +} + +em[data-emoji=":banjo:"]:before, +em[data-emoji="banjo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa95.svg"); +} + +em[data-emoji=":guitar:"]:before, +em[data-emoji="guitar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b8.svg"); +} + +em[data-emoji=":violin:"]:before, +em[data-emoji="violin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3bb.svg"); +} + +em[data-emoji=":game_die:"]:before, +em[data-emoji="game_die"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b2.svg"); +} + +em[data-emoji=":chess_pawn:"]:before, +em[data-emoji="chess_pawn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/265f.svg"); +} + +em[data-emoji=":dart:"]:before, +em[data-emoji="dart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3af.svg"); +} + +em[data-emoji=":kite:"]:before, +em[data-emoji="kite"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa81.svg"); +} + +em[data-emoji=":yo_yo:"]:before, +em[data-emoji="yo_yo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa80.svg"); +} + +em[data-emoji=":bowling:"]:before, +em[data-emoji="bowling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b3.svg"); +} + +em[data-emoji=":video_game:"]:before, +em[data-emoji="video_game"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ae.svg"); +} + +em[data-emoji=":slot_machine:"]:before, +em[data-emoji="slot_machine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3b0.svg"); +} + +em[data-emoji=":jigsaw:"]:before, +em[data-emoji="jigsaw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e9.svg"); +} + +em[data-emoji=":watch:"]:before, +em[data-emoji="watch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/231a.svg"); +} + +em[data-emoji=":iphone:"]:before, +em[data-emoji="iphone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f1.svg"); +} + +em[data-emoji=":calling:"]:before, +em[data-emoji="calling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f2.svg"); +} + +em[data-emoji=":computer:"]:before, +em[data-emoji="computer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bb.svg"); +} + +em[data-emoji=":desktop:"]:before, +em[data-emoji="desktop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a5.svg"); +} + +em[data-emoji=":printer:"]:before, +em[data-emoji="printer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5a8.svg"); +} + +em[data-emoji=":mouse_three_button:"]:before, +em[data-emoji="mouse_three_button"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5b1.svg"); +} + +em[data-emoji=":trackball:"]:before, +em[data-emoji="trackball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5b2.svg"); +} + +em[data-emoji=":joystick:"]:before, +em[data-emoji="joystick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f579.svg"); +} + +em[data-emoji=":compression:"]:before, +em[data-emoji="compression"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5dc.svg"); +} + +em[data-emoji=":minidisc:"]:before, +em[data-emoji="minidisc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bd.svg"); +} + +em[data-emoji=":floppy_disk:"]:before, +em[data-emoji="floppy_disk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4be.svg"); +} + +em[data-emoji=":cd:"]:before, +em[data-emoji="cd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bf.svg"); +} + +em[data-emoji=":dvd:"]:before, +em[data-emoji="dvd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c0.svg"); +} + +em[data-emoji=":vhs:"]:before, +em[data-emoji="vhs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fc.svg"); +} + +em[data-emoji=":camera:"]:before, +em[data-emoji="camera"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f7.svg"); +} + +em[data-emoji=":camera_with_flash:"]:before, +em[data-emoji="camera_with_flash"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f8.svg"); +} + +em[data-emoji=":video_camera:"]:before, +em[data-emoji="video_camera"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f9.svg"); +} + +em[data-emoji=":movie_camera:"]:before, +em[data-emoji="movie_camera"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a5.svg"); +} + +em[data-emoji=":projector:"]:before, +em[data-emoji="projector"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fd.svg"); +} + +em[data-emoji=":film_frames:"]:before, +em[data-emoji="film_frames"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39e.svg"); +} + +em[data-emoji=":telephone_receiver:"]:before, +em[data-emoji="telephone_receiver"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4de.svg"); +} + +em[data-emoji=":telephone:"]:before, +em[data-emoji="telephone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/260e.svg"); +} + +em[data-emoji=":pager:"]:before, +em[data-emoji="pager"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4df.svg"); +} + +em[data-emoji=":fax:"]:before, +em[data-emoji="fax"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e0.svg"); +} + +em[data-emoji=":tv:"]:before, +em[data-emoji="tv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fa.svg"); +} + +em[data-emoji=":radio:"]:before, +em[data-emoji="radio"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4fb.svg"); +} + +em[data-emoji=":microphone2:"]:before, +em[data-emoji="microphone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f399.svg"); +} + +em[data-emoji=":level_slider:"]:before, +em[data-emoji="level_slider"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39a.svg"); +} + +em[data-emoji=":control_knobs:"]:before, +em[data-emoji="control_knobs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f39b.svg"); +} + +em[data-emoji=":compass:"]:before, +em[data-emoji="compass"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ed.svg"); +} + +em[data-emoji=":stopwatch:"]:before, +em[data-emoji="stopwatch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f1.svg"); +} + +em[data-emoji=":timer:"]:before, +em[data-emoji="timer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f2.svg"); +} + +em[data-emoji=":alarm_clock:"]:before, +em[data-emoji="alarm_clock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f0.svg"); +} + +em[data-emoji=":clock:"]:before, +em[data-emoji="clock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f570.svg"); +} + +em[data-emoji=":hourglass:"]:before, +em[data-emoji="hourglass"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/231b.svg"); +} + +em[data-emoji=":hourglass_flowing_sand:"]:before, +em[data-emoji="hourglass_flowing_sand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/23f3.svg"); +} + +em[data-emoji=":satellite:"]:before, +em[data-emoji="satellite"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e1.svg"); +} + +em[data-emoji=":battery:"]:before, +em[data-emoji="battery"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50b.svg"); +} + +em[data-emoji=":electric_plug:"]:before, +em[data-emoji="electric_plug"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50c.svg"); +} + +em[data-emoji=":bulb:"]:before, +em[data-emoji="bulb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a1.svg"); +} + +em[data-emoji=":flashlight:"]:before, +em[data-emoji="flashlight"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f526.svg"); +} + +em[data-emoji=":candle:"]:before, +em[data-emoji="candle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f56f.svg"); +} + +em[data-emoji=":fire_extinguisher:"]:before, +em[data-emoji="fire_extinguisher"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ef.svg"); +} + +em[data-emoji=":oil:"]:before, +em[data-emoji="oil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e2.svg"); +} + +em[data-emoji=":money_with_wings:"]:before, +em[data-emoji="money_with_wings"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b8.svg"); +} + +em[data-emoji=":dollar:"]:before, +em[data-emoji="dollar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b5.svg"); +} + +em[data-emoji=":yen:"]:before, +em[data-emoji="yen"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b4.svg"); +} + +em[data-emoji=":euro:"]:before, +em[data-emoji="euro"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b6.svg"); +} + +em[data-emoji=":pound:"]:before, +em[data-emoji="pound"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b7.svg"); +} + +em[data-emoji=":moneybag:"]:before, +em[data-emoji="moneybag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b0.svg"); +} + +em[data-emoji=":credit_card:"]:before, +em[data-emoji="credit_card"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4b3.svg"); +} + +em[data-emoji=":gem:"]:before, +em[data-emoji="gem"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48e.svg"); +} + +em[data-emoji=":toolbox:"]:before, +em[data-emoji="toolbox"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f0.svg"); +} + +em[data-emoji=":wrench:"]:before, +em[data-emoji="wrench"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f527.svg"); +} + +em[data-emoji=":hammer:"]:before, +em[data-emoji="hammer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f528.svg"); +} + +em[data-emoji=":tools:"]:before, +em[data-emoji="tools"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e0.svg"); +} + +em[data-emoji=":pick:"]:before, +em[data-emoji="pick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26cf.svg"); +} + +em[data-emoji=":nut_and_bolt:"]:before, +em[data-emoji="nut_and_bolt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f529.svg"); +} + +em[data-emoji=":bricks:"]:before, +em[data-emoji="bricks"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f1.svg"); +} + +em[data-emoji=":chains:"]:before, +em[data-emoji="chains"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d3.svg"); +} + +em[data-emoji=":magnet:"]:before, +em[data-emoji="magnet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f2.svg"); +} + +em[data-emoji=":gun:"]:before, +em[data-emoji="gun"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52b.svg"); +} + +em[data-emoji=":bomb:"]:before, +em[data-emoji="bomb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a3.svg"); +} + +em[data-emoji=":firecracker:"]:before, +em[data-emoji="firecracker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e8.svg"); +} + +em[data-emoji=":axe:"]:before, +em[data-emoji="axe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa93.svg"); +} + +em[data-emoji=":razor:"]:before, +em[data-emoji="razor"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa92.svg"); +} + +em[data-emoji=":knife:"]:before, +em[data-emoji="knife"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52a.svg"); +} + +em[data-emoji=":dagger:"]:before, +em[data-emoji="dagger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e1.svg"); +} + +em[data-emoji=":shield:"]:before, +em[data-emoji="shield"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e1.svg"); +} + +em[data-emoji=":smoking:"]:before, +em[data-emoji="smoking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ac.svg"); +} + +em[data-emoji=":coffin:"]:before, +em[data-emoji="coffin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26b0.svg"); +} + +em[data-emoji=":urn:"]:before, +em[data-emoji="urn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26b1.svg"); +} + +em[data-emoji=":amphora:"]:before, +em[data-emoji="amphora"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fa.svg"); +} + +em[data-emoji=":diya_lamp:"]:before, +em[data-emoji="diya_lamp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa94.svg"); +} + +em[data-emoji=":crystal_ball:"]:before, +em[data-emoji="crystal_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52e.svg"); +} + +em[data-emoji=":prayer_beads:"]:before, +em[data-emoji="prayer_beads"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ff.svg"); +} + +em[data-emoji=":nazar_amulet:"]:before, +em[data-emoji="nazar_amulet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ff.svg"); +} + +em[data-emoji=":barber:"]:before, +em[data-emoji="barber"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f488.svg"); +} + +em[data-emoji=":telescope:"]:before, +em[data-emoji="telescope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52d.svg"); +} + +em[data-emoji=":microscope:"]:before, +em[data-emoji="microscope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f52c.svg"); +} + +em[data-emoji=":hole:"]:before, +em[data-emoji="hole"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f573.svg"); +} + +em[data-emoji=":probing_cane:"]:before, +em[data-emoji="probing_cane"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9af.svg"); +} + +em[data-emoji=":stethoscope:"]:before, +em[data-emoji="stethoscope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa7a.svg"); +} + +em[data-emoji=":adhesive_bandage:"]:before, +em[data-emoji="adhesive_bandage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa79.svg"); +} + +em[data-emoji=":pill:"]:before, +em[data-emoji="pill"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48a.svg"); +} + +em[data-emoji=":syringe:"]:before, +em[data-emoji="syringe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f489.svg"); +} + +em[data-emoji=":drop_of_blood:"]:before, +em[data-emoji="drop_of_blood"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa78.svg"); +} + +em[data-emoji=":dna:"]:before, +em[data-emoji="dna"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ec.svg"); +} + +em[data-emoji=":microbe:"]:before, +em[data-emoji="microbe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a0.svg"); +} + +em[data-emoji=":petri_dish:"]:before, +em[data-emoji="petri_dish"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9eb.svg"); +} + +em[data-emoji=":test_tube:"]:before, +em[data-emoji="test_tube"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ea.svg"); +} + +em[data-emoji=":thermometer:"]:before, +em[data-emoji="thermometer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f321.svg"); +} + +em[data-emoji=":chair:"]:before, +em[data-emoji="chair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa91.svg"); +} + +em[data-emoji=":broom:"]:before, +em[data-emoji="broom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f9.svg"); +} + +em[data-emoji=":basket:"]:before, +em[data-emoji="basket"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fa.svg"); +} + +em[data-emoji=":roll_of_paper:"]:before, +em[data-emoji="roll_of_paper"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fb.svg"); +} + +em[data-emoji=":toilet:"]:before, +em[data-emoji="toilet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bd.svg"); +} + +em[data-emoji=":potable_water:"]:before, +em[data-emoji="potable_water"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b0.svg"); +} + +em[data-emoji=":shower:"]:before, +em[data-emoji="shower"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6bf.svg"); +} + +em[data-emoji=":bathtub:"]:before, +em[data-emoji="bathtub"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c1.svg"); +} + +em[data-emoji=":bath:"]:before, +em[data-emoji="bath"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0.svg"); +} + +em[data-emoji=":bath_tone1:"]:before, +em[data-emoji="bath_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fb.svg"); +} + +em[data-emoji=":bath_tone2:"]:before, +em[data-emoji="bath_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fc.svg"); +} + +em[data-emoji=":bath_tone3:"]:before, +em[data-emoji="bath_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fd.svg"); +} + +em[data-emoji=":bath_tone4:"]:before, +em[data-emoji="bath_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fe.svg"); +} + +em[data-emoji=":bath_tone5:"]:before, +em[data-emoji="bath_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3ff.svg"); +} + +em[data-emoji=":soap:"]:before, +em[data-emoji="soap"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fc.svg"); +} + +em[data-emoji=":sponge:"]:before, +em[data-emoji="sponge"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fd.svg"); +} + +em[data-emoji=":squeeze_bottle:"]:before, +em[data-emoji="squeeze_bottle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f4.svg"); +} + +em[data-emoji=":bellhop:"]:before, +em[data-emoji="bellhop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ce.svg"); +} + +em[data-emoji=":key:"]:before, +em[data-emoji="key"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f511.svg"); +} + +em[data-emoji=":key2:"]:before, +em[data-emoji="key2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5dd.svg"); +} + +em[data-emoji=":door:"]:before, +em[data-emoji="door"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6aa.svg"); +} + +em[data-emoji=":couch:"]:before, +em[data-emoji="couch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cb.svg"); +} + +em[data-emoji=":bed:"]:before, +em[data-emoji="bed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cf.svg"); +} + +em[data-emoji=":sleeping_accommodation:"]:before, +em[data-emoji="sleeping_accommodation"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc.svg"); +} + +em[data-emoji=":person_in_bed_tone1:"]:before, +em[data-emoji="person_in_bed_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fb.svg"); +} + +em[data-emoji=":person_in_bed_tone2:"]:before, +em[data-emoji="person_in_bed_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fc.svg"); +} + +em[data-emoji=":person_in_bed_tone3:"]:before, +em[data-emoji="person_in_bed_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fd.svg"); +} + +em[data-emoji=":person_in_bed_tone4:"]:before, +em[data-emoji="person_in_bed_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fe.svg"); +} + +em[data-emoji=":person_in_bed_tone5:"]:before, +em[data-emoji="person_in_bed_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3ff.svg"); +} + +em[data-emoji=":teddy_bear:"]:before, +em[data-emoji="teddy_bear"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f8.svg"); +} + +em[data-emoji=":frame_photo:"]:before, +em[data-emoji="frame_photo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5bc.svg"); +} + +em[data-emoji=":shopping_bags:"]:before, +em[data-emoji="shopping_bags"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6cd.svg"); +} + +em[data-emoji=":shopping_cart:"]:before, +em[data-emoji="shopping_cart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d2.svg"); +} + +em[data-emoji=":gift:"]:before, +em[data-emoji="gift"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f381.svg"); +} + +em[data-emoji=":balloon:"]:before, +em[data-emoji="balloon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f388.svg"); +} + +em[data-emoji=":flags:"]:before, +em[data-emoji="flags"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38f.svg"); +} + +em[data-emoji=":ribbon:"]:before, +em[data-emoji="ribbon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f380.svg"); +} + +em[data-emoji=":confetti_ball:"]:before, +em[data-emoji="confetti_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38a.svg"); +} + +em[data-emoji=":tada:"]:before, +em[data-emoji="tada"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f389.svg"); +} + +em[data-emoji=":dolls:"]:before, +em[data-emoji="dolls"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38e.svg"); +} + +em[data-emoji=":izakaya_lantern:"]:before, +em[data-emoji="izakaya_lantern"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ee.svg"); +} + +em[data-emoji=":wind_chime:"]:before, +em[data-emoji="wind_chime"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f390.svg"); +} + +em[data-emoji=":red_envelope:"]:before, +em[data-emoji="red_envelope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e7.svg"); +} + +em[data-emoji=":envelope_with_arrow:"]:before, +em[data-emoji="envelope_with_arrow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e9.svg"); +} + +em[data-emoji=":incoming_envelope:"]:before, +em[data-emoji="incoming_envelope"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e8.svg"); +} + +em[data-emoji=":e-mail:"]:before, +em[data-emoji="e-mail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e7.svg"); +} + +em[data-emoji=":love_letter:"]:before, +em[data-emoji="love_letter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48c.svg"); +} + +em[data-emoji=":inbox_tray:"]:before, +em[data-emoji="inbox_tray"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e5.svg"); +} + +em[data-emoji=":outbox_tray:"]:before, +em[data-emoji="outbox_tray"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e4.svg"); +} + +em[data-emoji=":package:"]:before, +em[data-emoji="package"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4e6.svg"); +} + +em[data-emoji=":label:"]:before, +em[data-emoji="label"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f7.svg"); +} + +em[data-emoji=":mailbox_closed:"]:before, +em[data-emoji="mailbox_closed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ea.svg"); +} + +em[data-emoji=":mailbox:"]:before, +em[data-emoji="mailbox"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4eb.svg"); +} + +em[data-emoji=":mailbox_with_mail:"]:before, +em[data-emoji="mailbox_with_mail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ec.svg"); +} + +em[data-emoji=":mailbox_with_no_mail:"]:before, +em[data-emoji="mailbox_with_no_mail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ed.svg"); +} + +em[data-emoji=":postbox:"]:before, +em[data-emoji="postbox"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ee.svg"); +} + +em[data-emoji=":postal_horn:"]:before, +em[data-emoji="postal_horn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ef.svg"); +} + +em[data-emoji=":scroll:"]:before, +em[data-emoji="scroll"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4dc.svg"); +} + +em[data-emoji=":page_with_curl:"]:before, +em[data-emoji="page_with_curl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c3.svg"); +} + +em[data-emoji=":page_facing_up:"]:before, +em[data-emoji="page_facing_up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c4.svg"); +} + +em[data-emoji=":bookmark_tabs:"]:before, +em[data-emoji="bookmark_tabs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d1.svg"); +} + +em[data-emoji=":receipt:"]:before, +em[data-emoji="receipt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9fe.svg"); +} + +em[data-emoji=":bar_chart:"]:before, +em[data-emoji="bar_chart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ca.svg"); +} + +em[data-emoji=":chart_with_upwards_trend:"]:before, +em[data-emoji="chart_with_upwards_trend"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c8.svg"); +} + +em[data-emoji=":chart_with_downwards_trend:"]:before, +em[data-emoji="chart_with_downwards_trend"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c9.svg"); +} + +em[data-emoji=":notepad_spiral:"]:before, +em[data-emoji="notepad_spiral"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d2.svg"); +} + +em[data-emoji=":calendar_spiral:"]:before, +em[data-emoji="calendar_spiral"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d3.svg"); +} + +em[data-emoji=":calendar:"]:before, +em[data-emoji="calendar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c6.svg"); +} + +em[data-emoji=":date:"]:before, +em[data-emoji="date"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c5.svg"); +} + +em[data-emoji=":wastebasket:"]:before, +em[data-emoji="wastebasket"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5d1.svg"); +} + +em[data-emoji=":card_index:"]:before, +em[data-emoji="card_index"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c7.svg"); +} + +em[data-emoji=":card_box:"]:before, +em[data-emoji="card_box"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c3.svg"); +} + +em[data-emoji=":ballot_box:"]:before, +em[data-emoji="ballot_box"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5f3.svg"); +} + +em[data-emoji=":file_cabinet:"]:before, +em[data-emoji="file_cabinet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c4.svg"); +} + +em[data-emoji=":clipboard:"]:before, +em[data-emoji="clipboard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cb.svg"); +} + +em[data-emoji=":file_folder:"]:before, +em[data-emoji="file_folder"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c1.svg"); +} + +em[data-emoji=":open_file_folder:"]:before, +em[data-emoji="open_file_folder"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4c2.svg"); +} + +em[data-emoji=":dividers:"]:before, +em[data-emoji="dividers"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5c2.svg"); +} + +em[data-emoji=":newspaper2:"]:before, +em[data-emoji="newspaper2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5de.svg"); +} + +em[data-emoji=":newspaper:"]:before, +em[data-emoji="newspaper"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4f0.svg"); +} + +em[data-emoji=":notebook:"]:before, +em[data-emoji="notebook"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d3.svg"); +} + +em[data-emoji=":notebook_with_decorative_cover:"]:before, +em[data-emoji="notebook_with_decorative_cover"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d4.svg"); +} + +em[data-emoji=":ledger:"]:before, +em[data-emoji="ledger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d2.svg"); +} + +em[data-emoji=":closed_book:"]:before, +em[data-emoji="closed_book"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d5.svg"); +} + +em[data-emoji=":green_book:"]:before, +em[data-emoji="green_book"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d7.svg"); +} + +em[data-emoji=":blue_book:"]:before, +em[data-emoji="blue_book"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d8.svg"); +} + +em[data-emoji=":orange_book:"]:before, +em[data-emoji="orange_book"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d9.svg"); +} + +em[data-emoji=":books:"]:before, +em[data-emoji="books"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4da.svg"); +} + +em[data-emoji=":book:"]:before, +em[data-emoji="book"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d6.svg"); +} + +em[data-emoji=":bookmark:"]:before, +em[data-emoji="bookmark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f516.svg"); +} + +em[data-emoji=":safety_pin:"]:before, +em[data-emoji="safety_pin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f7.svg"); +} + +em[data-emoji=":link:"]:before, +em[data-emoji="link"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f517.svg"); +} + +em[data-emoji=":paperclip:"]:before, +em[data-emoji="paperclip"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ce.svg"); +} + +em[data-emoji=":paperclips:"]:before, +em[data-emoji="paperclips"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f587.svg"); +} + +em[data-emoji=":triangular_ruler:"]:before, +em[data-emoji="triangular_ruler"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4d0.svg"); +} + +em[data-emoji=":straight_ruler:"]:before, +em[data-emoji="straight_ruler"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cf.svg"); +} + +em[data-emoji=":abacus:"]:before, +em[data-emoji="abacus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ee.svg"); +} + +em[data-emoji=":pushpin:"]:before, +em[data-emoji="pushpin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cc.svg"); +} + +em[data-emoji=":round_pushpin:"]:before, +em[data-emoji="round_pushpin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4cd.svg"); +} + +em[data-emoji=":pen_ballpoint:"]:before, +em[data-emoji="pen_ballpoint"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58a.svg"); +} + +em[data-emoji=":pen_fountain:"]:before, +em[data-emoji="pen_fountain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58b.svg"); +} + +em[data-emoji=":paintbrush:"]:before, +em[data-emoji="paintbrush"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58c.svg"); +} + +em[data-emoji=":crayon:"]:before, +em[data-emoji="crayon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f58d.svg"); +} + +em[data-emoji=":pencil:"]:before, +em[data-emoji="pencil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4dd.svg"); +} + +em[data-emoji=":pencil2:"]:before, +em[data-emoji="pencil2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270f.svg"); +} + +em[data-emoji=":mag:"]:before, +em[data-emoji="mag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50d.svg"); +} + +em[data-emoji=":mag_right:"]:before, +em[data-emoji="mag_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50e.svg"); +} + +em[data-emoji=":lock_with_ink_pen:"]:before, +em[data-emoji="lock_with_ink_pen"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f50f.svg"); +} + +em[data-emoji=":closed_lock_with_key:"]:before, +em[data-emoji="closed_lock_with_key"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f510.svg"); +} + +em[data-emoji=":lock:"]:before, +em[data-emoji="lock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f512.svg"); +} + +em[data-emoji=":unlock:"]:before, +em[data-emoji="unlock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f513.svg"); +} + +em[data-emoji=":dog:"]:before, +em[data-emoji="dog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f436.svg"); +} + +em[data-emoji=":cat:"]:before, +em[data-emoji="cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f431.svg"); +} + +em[data-emoji=":mouse:"]:before, +em[data-emoji="mouse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42d.svg"); +} + +em[data-emoji=":hamster:"]:before, +em[data-emoji="hamster"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f439.svg"); +} + +em[data-emoji=":rabbit:"]:before, +em[data-emoji="rabbit"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f430.svg"); +} + +em[data-emoji=":fox:"]:before, +em[data-emoji="fox"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98a.svg"); +} + +em[data-emoji=":bear:"]:before, +em[data-emoji="bear"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43b.svg"); +} + +em[data-emoji=":panda_face:"]:before, +em[data-emoji="panda_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43c.svg"); +} + +em[data-emoji=":koala:"]:before, +em[data-emoji="koala"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f428.svg"); +} + +em[data-emoji=":tiger:"]:before, +em[data-emoji="tiger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42f.svg"); +} + +em[data-emoji=":lion_face:"]:before, +em[data-emoji="lion_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f981.svg"); +} + +em[data-emoji=":cow:"]:before, +em[data-emoji="cow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42e.svg"); +} + +em[data-emoji=":pig:"]:before, +em[data-emoji="pig"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f437.svg"); +} + +em[data-emoji=":pig_nose:"]:before, +em[data-emoji="pig_nose"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43d.svg"); +} + +em[data-emoji=":frog:"]:before, +em[data-emoji="frog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f438.svg"); +} + +em[data-emoji=":monkey_face:"]:before, +em[data-emoji="monkey_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f435.svg"); +} + +em[data-emoji=":see_no_evil:"]:before, +em[data-emoji="see_no_evil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f648.svg"); +} + +em[data-emoji=":hear_no_evil:"]:before, +em[data-emoji="hear_no_evil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f649.svg"); +} + +em[data-emoji=":speak_no_evil:"]:before, +em[data-emoji="speak_no_evil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64a.svg"); +} + +em[data-emoji=":monkey:"]:before, +em[data-emoji="monkey"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f412.svg"); +} + +em[data-emoji=":chicken:"]:before, +em[data-emoji="chicken"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f414.svg"); +} + +em[data-emoji=":penguin:"]:before, +em[data-emoji="penguin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f427.svg"); +} + +em[data-emoji=":bird:"]:before, +em[data-emoji="bird"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f426.svg"); +} + +em[data-emoji=":baby_chick:"]:before, +em[data-emoji="baby_chick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f424.svg"); +} + +em[data-emoji=":hatching_chick:"]:before, +em[data-emoji="hatching_chick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f423.svg"); +} + +em[data-emoji=":hatched_chick:"]:before, +em[data-emoji="hatched_chick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f425.svg"); +} + +em[data-emoji=":duck:"]:before, +em[data-emoji="duck"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f986.svg"); +} + +em[data-emoji=":eagle:"]:before, +em[data-emoji="eagle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f985.svg"); +} + +em[data-emoji=":owl:"]:before, +em[data-emoji="owl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f989.svg"); +} + +em[data-emoji=":bat:"]:before, +em[data-emoji="bat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f987.svg"); +} + +em[data-emoji=":wolf:"]:before, +em[data-emoji="wolf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43a.svg"); +} + +em[data-emoji=":boar:"]:before, +em[data-emoji="boar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f417.svg"); +} + +em[data-emoji=":horse:"]:before, +em[data-emoji="horse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f434.svg"); +} + +em[data-emoji=":unicorn:"]:before, +em[data-emoji="unicorn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f984.svg"); +} + +em[data-emoji=":bee:"]:before, +em[data-emoji="bee"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41d.svg"); +} + +em[data-emoji=":bug:"]:before, +em[data-emoji="bug"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41b.svg"); +} + +em[data-emoji=":butterfly:"]:before, +em[data-emoji="butterfly"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98b.svg"); +} + +em[data-emoji=":snail:"]:before, +em[data-emoji="snail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40c.svg"); +} + +em[data-emoji=":shell:"]:before, +em[data-emoji="shell"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41a.svg"); +} + +em[data-emoji=":beetle:"]:before, +em[data-emoji="beetle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41e.svg"); +} + +em[data-emoji=":ant:"]:before, +em[data-emoji="ant"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41c.svg"); +} + +em[data-emoji=":mosquito:"]:before, +em[data-emoji="mosquito"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99f.svg"); +} + +em[data-emoji=":cricket:"]:before, +em[data-emoji="cricket"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f997.svg"); +} + +em[data-emoji=":spider:"]:before, +em[data-emoji="spider"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f577.svg"); +} + +em[data-emoji=":spider_web:"]:before, +em[data-emoji="spider_web"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f578.svg"); +} + +em[data-emoji=":scorpion:"]:before, +em[data-emoji="scorpion"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f982.svg"); +} + +em[data-emoji=":turtle:"]:before, +em[data-emoji="turtle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f422.svg"); +} + +em[data-emoji=":snake:"]:before, +em[data-emoji="snake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40d.svg"); +} + +em[data-emoji=":lizard:"]:before, +em[data-emoji="lizard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98e.svg"); +} + +em[data-emoji=":t_rex:"]:before, +em[data-emoji="t_rex"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f996.svg"); +} + +em[data-emoji=":sauropod:"]:before, +em[data-emoji="sauropod"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f995.svg"); +} + +em[data-emoji=":octopus:"]:before, +em[data-emoji="octopus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f419.svg"); +} + +em[data-emoji=":squid:"]:before, +em[data-emoji="squid"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f991.svg"); +} + +em[data-emoji=":shrimp:"]:before, +em[data-emoji="shrimp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f990.svg"); +} + +em[data-emoji=":lobster:"]:before, +em[data-emoji="lobster"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99e.svg"); +} + +em[data-emoji=":oyster:"]:before, +em[data-emoji="oyster"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9aa.svg"); +} + +em[data-emoji=":crab:"]:before, +em[data-emoji="crab"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f980.svg"); +} + +em[data-emoji=":blowfish:"]:before, +em[data-emoji="blowfish"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f421.svg"); +} + +em[data-emoji=":tropical_fish:"]:before, +em[data-emoji="tropical_fish"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f420.svg"); +} + +em[data-emoji=":fish:"]:before, +em[data-emoji="fish"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f41f.svg"); +} + +em[data-emoji=":dolphin:"]:before, +em[data-emoji="dolphin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42c.svg"); +} + +em[data-emoji=":whale:"]:before, +em[data-emoji="whale"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f433.svg"); +} + +em[data-emoji=":whale2:"]:before, +em[data-emoji="whale2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40b.svg"); +} + +em[data-emoji=":shark:"]:before, +em[data-emoji="shark"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f988.svg"); +} + +em[data-emoji=":crocodile:"]:before, +em[data-emoji="crocodile"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40a.svg"); +} + +em[data-emoji=":tiger2:"]:before, +em[data-emoji="tiger2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f405.svg"); +} + +em[data-emoji=":leopard:"]:before, +em[data-emoji="leopard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f406.svg"); +} + +em[data-emoji=":zebra:"]:before, +em[data-emoji="zebra"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f993.svg"); +} + +em[data-emoji=":gorilla:"]:before, +em[data-emoji="gorilla"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98d.svg"); +} + +em[data-emoji=":orangutan:"]:before, +em[data-emoji="orangutan"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a7.svg"); +} + +em[data-emoji=":elephant:"]:before, +em[data-emoji="elephant"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f418.svg"); +} + +em[data-emoji=":hippopotamus:"]:before, +em[data-emoji="hippopotamus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99b.svg"); +} + +em[data-emoji=":rhino:"]:before, +em[data-emoji="rhino"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98f.svg"); +} + +em[data-emoji=":dromedary_camel:"]:before, +em[data-emoji="dromedary_camel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42a.svg"); +} + +em[data-emoji=":camel:"]:before, +em[data-emoji="camel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f42b.svg"); +} + +em[data-emoji=":giraffe:"]:before, +em[data-emoji="giraffe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f992.svg"); +} + +em[data-emoji=":kangaroo:"]:before, +em[data-emoji="kangaroo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f998.svg"); +} + +em[data-emoji=":water_buffalo:"]:before, +em[data-emoji="water_buffalo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f403.svg"); +} + +em[data-emoji=":ox:"]:before, +em[data-emoji="ox"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f402.svg"); +} + +em[data-emoji=":cow2:"]:before, +em[data-emoji="cow2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f404.svg"); +} + +em[data-emoji=":racehorse:"]:before, +em[data-emoji="racehorse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40e.svg"); +} + +em[data-emoji=":pig2:"]:before, +em[data-emoji="pig2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f416.svg"); +} + +em[data-emoji=":ram:"]:before, +em[data-emoji="ram"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f40f.svg"); +} + +em[data-emoji=":llama:"]:before, +em[data-emoji="llama"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f999.svg"); +} + +em[data-emoji=":sheep:"]:before, +em[data-emoji="sheep"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f411.svg"); +} + +em[data-emoji=":goat:"]:before, +em[data-emoji="goat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f410.svg"); +} + +em[data-emoji=":deer:"]:before, +em[data-emoji="deer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f98c.svg"); +} + +em[data-emoji=":dog2:"]:before, +em[data-emoji="dog2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f415.svg"); +} + +em[data-emoji=":guide_dog:"]:before, +em[data-emoji="guide_dog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ae.svg"); +} + +em[data-emoji=":service_dog:"]:before, +em[data-emoji="service_dog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f415-200d-1f9ba.svg"); +} + +em[data-emoji=":poodle:"]:before, +em[data-emoji="poodle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f429.svg"); +} + +em[data-emoji=":cat2:"]:before, +em[data-emoji="cat2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f408.svg"); +} + +em[data-emoji=":rooster:"]:before, +em[data-emoji="rooster"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f413.svg"); +} + +em[data-emoji=":turkey:"]:before, +em[data-emoji="turkey"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f983.svg"); +} + +em[data-emoji=":peacock:"]:before, +em[data-emoji="peacock"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99a.svg"); +} + +em[data-emoji=":parrot:"]:before, +em[data-emoji="parrot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99c.svg"); +} + +em[data-emoji=":swan:"]:before, +em[data-emoji="swan"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a2.svg"); +} + +em[data-emoji=":flamingo:"]:before, +em[data-emoji="flamingo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a9.svg"); +} + +em[data-emoji=":dove:"]:before, +em[data-emoji="dove"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54a.svg"); +} + +em[data-emoji=":rabbit2:"]:before, +em[data-emoji="rabbit2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f407.svg"); +} + +em[data-emoji=":sloth:"]:before, +em[data-emoji="sloth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a5.svg"); +} + +em[data-emoji=":otter:"]:before, +em[data-emoji="otter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a6.svg"); +} + +em[data-emoji=":skunk:"]:before, +em[data-emoji="skunk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a8.svg"); +} + +em[data-emoji=":raccoon:"]:before, +em[data-emoji="raccoon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f99d.svg"); +} + +em[data-emoji=":badger:"]:before, +em[data-emoji="badger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9a1.svg"); +} + +em[data-emoji=":mouse2:"]:before, +em[data-emoji="mouse2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f401.svg"); +} + +em[data-emoji=":rat:"]:before, +em[data-emoji="rat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f400.svg"); +} + +em[data-emoji=":chipmunk:"]:before, +em[data-emoji="chipmunk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43f.svg"); +} + +em[data-emoji=":hedgehog:"]:before, +em[data-emoji="hedgehog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f994.svg"); +} + +em[data-emoji=":feet:"]:before, +em[data-emoji="feet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f43e.svg"); +} + +em[data-emoji=":dragon:"]:before, +em[data-emoji="dragon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f409.svg"); +} + +em[data-emoji=":dragon_face:"]:before, +em[data-emoji="dragon_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f432.svg"); +} + +em[data-emoji=":cactus:"]:before, +em[data-emoji="cactus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f335.svg"); +} + +em[data-emoji=":christmas_tree:"]:before, +em[data-emoji="christmas_tree"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f384.svg"); +} + +em[data-emoji=":evergreen_tree:"]:before, +em[data-emoji="evergreen_tree"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f332.svg"); +} + +em[data-emoji=":deciduous_tree:"]:before, +em[data-emoji="deciduous_tree"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f333.svg"); +} + +em[data-emoji=":palm_tree:"]:before, +em[data-emoji="palm_tree"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f334.svg"); +} + +em[data-emoji=":seedling:"]:before, +em[data-emoji="seedling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f331.svg"); +} + +em[data-emoji=":herb:"]:before, +em[data-emoji="herb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33f.svg"); +} + +em[data-emoji=":four_leaf_clover:"]:before, +em[data-emoji="four_leaf_clover"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f340.svg"); +} + +em[data-emoji=":bamboo:"]:before, +em[data-emoji="bamboo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38d.svg"); +} + +em[data-emoji=":tanabata_tree:"]:before, +em[data-emoji="tanabata_tree"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38b.svg"); +} + +em[data-emoji=":leaves:"]:before, +em[data-emoji="leaves"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f343.svg"); +} + +em[data-emoji=":fallen_leaf:"]:before, +em[data-emoji="fallen_leaf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f342.svg"); +} + +em[data-emoji=":maple_leaf:"]:before, +em[data-emoji="maple_leaf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f341.svg"); +} + +em[data-emoji=":mushroom:"]:before, +em[data-emoji="mushroom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f344.svg"); +} + +em[data-emoji=":ear_of_rice:"]:before, +em[data-emoji="ear_of_rice"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33e.svg"); +} + +em[data-emoji=":bouquet:"]:before, +em[data-emoji="bouquet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f490.svg"); +} + +em[data-emoji=":tulip:"]:before, +em[data-emoji="tulip"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f337.svg"); +} + +em[data-emoji=":rose:"]:before, +em[data-emoji="rose"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f339.svg"); +} + +em[data-emoji=":wilted_rose:"]:before, +em[data-emoji="wilted_rose"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f940.svg"); +} + +em[data-emoji=":hibiscus:"]:before, +em[data-emoji="hibiscus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33a.svg"); +} + +em[data-emoji=":cherry_blossom:"]:before, +em[data-emoji="cherry_blossom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f338.svg"); +} + +em[data-emoji=":blossom:"]:before, +em[data-emoji="blossom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33c.svg"); +} + +em[data-emoji=":sunflower:"]:before, +em[data-emoji="sunflower"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33b.svg"); +} + +em[data-emoji=":sun_with_face:"]:before, +em[data-emoji="sun_with_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31e.svg"); +} + +em[data-emoji=":full_moon_with_face:"]:before, +em[data-emoji="full_moon_with_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31d.svg"); +} + +em[data-emoji=":first_quarter_moon_with_face:"]:before, +em[data-emoji="first_quarter_moon_with_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31b.svg"); +} + +em[data-emoji=":last_quarter_moon_with_face:"]:before, +em[data-emoji="last_quarter_moon_with_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31c.svg"); +} + +em[data-emoji=":new_moon_with_face:"]:before, +em[data-emoji="new_moon_with_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31a.svg"); +} + +em[data-emoji=":full_moon:"]:before, +em[data-emoji="full_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f315.svg"); +} + +em[data-emoji=":waning_gibbous_moon:"]:before, +em[data-emoji="waning_gibbous_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f316.svg"); +} + +em[data-emoji=":last_quarter_moon:"]:before, +em[data-emoji="last_quarter_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f317.svg"); +} + +em[data-emoji=":waning_crescent_moon:"]:before, +em[data-emoji="waning_crescent_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f318.svg"); +} + +em[data-emoji=":new_moon:"]:before, +em[data-emoji="new_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f311.svg"); +} + +em[data-emoji=":waxing_crescent_moon:"]:before, +em[data-emoji="waxing_crescent_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f312.svg"); +} + +em[data-emoji=":first_quarter_moon:"]:before, +em[data-emoji="first_quarter_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f313.svg"); +} + +em[data-emoji=":waxing_gibbous_moon:"]:before, +em[data-emoji="waxing_gibbous_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f314.svg"); +} + +em[data-emoji=":crescent_moon:"]:before, +em[data-emoji="crescent_moon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f319.svg"); +} + +em[data-emoji=":earth_americas:"]:before, +em[data-emoji="earth_americas"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30e.svg"); +} + +em[data-emoji=":earth_africa:"]:before, +em[data-emoji="earth_africa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30d.svg"); +} + +em[data-emoji=":earth_asia:"]:before, +em[data-emoji="earth_asia"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30f.svg"); +} + +em[data-emoji=":ringed_planet:"]:before, +em[data-emoji="ringed_planet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa90.svg"); +} + +em[data-emoji=":dizzy:"]:before, +em[data-emoji="dizzy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ab.svg"); +} + +em[data-emoji=":star:"]:before, +em[data-emoji="star"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2b50.svg"); +} + +em[data-emoji=":star2:"]:before, +em[data-emoji="star2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f31f.svg"); +} + +em[data-emoji=":zap:"]:before, +em[data-emoji="zap"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26a1.svg"); +} + +em[data-emoji=":boom:"]:before, +em[data-emoji="boom"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a5.svg"); +} + +em[data-emoji=":fire:"]:before, +em[data-emoji="fire"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f525.svg"); +} + +em[data-emoji=":cloud_tornado:"]:before, +em[data-emoji="cloud_tornado"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32a.svg"); +} + +em[data-emoji=":rainbow:"]:before, +em[data-emoji="rainbow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f308.svg"); +} + +em[data-emoji=":white_sun_small_cloud:"]:before, +em[data-emoji="white_sun_small_cloud"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f324.svg"); +} + +em[data-emoji=":partly_sunny:"]:before, +em[data-emoji="partly_sunny"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c5.svg"); +} + +em[data-emoji=":white_sun_cloud:"]:before, +em[data-emoji="white_sun_cloud"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f325.svg"); +} + +em[data-emoji=":white_sun_rain_cloud:"]:before, +em[data-emoji="white_sun_rain_cloud"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f326.svg"); +} + +em[data-emoji=":cloud_rain:"]:before, +em[data-emoji="cloud_rain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f327.svg"); +} + +em[data-emoji=":thunder_cloud_rain:"]:before, +em[data-emoji="thunder_cloud_rain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c8.svg"); +} + +em[data-emoji=":cloud_lightning:"]:before, +em[data-emoji="cloud_lightning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f329.svg"); +} + +em[data-emoji=":cloud_snow:"]:before, +em[data-emoji="cloud_snow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f328.svg"); +} + +em[data-emoji=":snowman:"]:before, +em[data-emoji="snowman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26c4.svg"); +} + +em[data-emoji=":wind_blowing_face:"]:before, +em[data-emoji="wind_blowing_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32c.svg"); +} + +em[data-emoji=":dash:"]:before, +em[data-emoji="dash"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a8.svg"); +} + +em[data-emoji=":droplet:"]:before, +em[data-emoji="droplet"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a7.svg"); +} + +em[data-emoji=":sweat_drops:"]:before, +em[data-emoji="sweat_drops"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a6.svg"); +} + +em[data-emoji=":ocean:"]:before, +em[data-emoji="ocean"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30a.svg"); +} + +em[data-emoji=":fog:"]:before, +em[data-emoji="fog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32b.svg"); +} + +em[data-emoji=":green_apple:"]:before, +em[data-emoji="green_apple"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34f.svg"); +} + +em[data-emoji=":apple:"]:before, +em[data-emoji="apple"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34e.svg"); +} + +em[data-emoji=":pear:"]:before, +em[data-emoji="pear"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f350.svg"); +} + +em[data-emoji=":tangerine:"]:before, +em[data-emoji="tangerine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34a.svg"); +} + +em[data-emoji=":lemon:"]:before, +em[data-emoji="lemon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34b.svg"); +} + +em[data-emoji=":banana:"]:before, +em[data-emoji="banana"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34c.svg"); +} + +em[data-emoji=":watermelon:"]:before, +em[data-emoji="watermelon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f349.svg"); +} + +em[data-emoji=":grapes:"]:before, +em[data-emoji="grapes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f347.svg"); +} + +em[data-emoji=":strawberry:"]:before, +em[data-emoji="strawberry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f353.svg"); +} + +em[data-emoji=":melon:"]:before, +em[data-emoji="melon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f348.svg"); +} + +em[data-emoji=":cherries:"]:before, +em[data-emoji="cherries"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f352.svg"); +} + +em[data-emoji=":peach:"]:before, +em[data-emoji="peach"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f351.svg"); +} + +em[data-emoji=":mango:"]:before, +em[data-emoji="mango"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96d.svg"); +} + +em[data-emoji=":pineapple:"]:before, +em[data-emoji="pineapple"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f34d.svg"); +} + +em[data-emoji=":coconut:"]:before, +em[data-emoji="coconut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f965.svg"); +} + +em[data-emoji=":kiwi:"]:before, +em[data-emoji="kiwi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95d.svg"); +} + +em[data-emoji=":tomato:"]:before, +em[data-emoji="tomato"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f345.svg"); +} + +em[data-emoji=":eggplant:"]:before, +em[data-emoji="eggplant"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f346.svg"); +} + +em[data-emoji=":avocado:"]:before, +em[data-emoji="avocado"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f951.svg"); +} + +em[data-emoji=":broccoli:"]:before, +em[data-emoji="broccoli"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f966.svg"); +} + +em[data-emoji=":leafy_green:"]:before, +em[data-emoji="leafy_green"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96c.svg"); +} + +em[data-emoji=":cucumber:"]:before, +em[data-emoji="cucumber"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f952.svg"); +} + +em[data-emoji=":hot_pepper:"]:before, +em[data-emoji="hot_pepper"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f336.svg"); +} + +em[data-emoji=":corn:"]:before, +em[data-emoji="corn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f33d.svg"); +} + +em[data-emoji=":carrot:"]:before, +em[data-emoji="carrot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f955.svg"); +} + +em[data-emoji=":onion:"]:before, +em[data-emoji="onion"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c5.svg"); +} + +em[data-emoji=":garlic:"]:before, +em[data-emoji="garlic"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c4.svg"); +} + +em[data-emoji=":potato:"]:before, +em[data-emoji="potato"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f954.svg"); +} + +em[data-emoji=":sweet_potato:"]:before, +em[data-emoji="sweet_potato"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f360.svg"); +} + +em[data-emoji=":croissant:"]:before, +em[data-emoji="croissant"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f950.svg"); +} + +em[data-emoji=":bagel:"]:before, +em[data-emoji="bagel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96f.svg"); +} + +em[data-emoji=":bread:"]:before, +em[data-emoji="bread"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35e.svg"); +} + +em[data-emoji=":french_bread:"]:before, +em[data-emoji="french_bread"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f956.svg"); +} + +em[data-emoji=":pretzel:"]:before, +em[data-emoji="pretzel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f968.svg"); +} + +em[data-emoji=":cheese:"]:before, +em[data-emoji="cheese"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c0.svg"); +} + +em[data-emoji=":egg:"]:before, +em[data-emoji="egg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95a.svg"); +} + +em[data-emoji=":cooking:"]:before, +em[data-emoji="cooking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f373.svg"); +} + +em[data-emoji=":pancakes:"]:before, +em[data-emoji="pancakes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95e.svg"); +} + +em[data-emoji=":waffle:"]:before, +em[data-emoji="waffle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c7.svg"); +} + +em[data-emoji=":bacon:"]:before, +em[data-emoji="bacon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f953.svg"); +} + +em[data-emoji=":cut_of_meat:"]:before, +em[data-emoji="cut_of_meat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f969.svg"); +} + +em[data-emoji=":poultry_leg:"]:before, +em[data-emoji="poultry_leg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f357.svg"); +} + +em[data-emoji=":meat_on_bone:"]:before, +em[data-emoji="meat_on_bone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f356.svg"); +} + +em[data-emoji=":hotdog:"]:before, +em[data-emoji="hotdog"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32d.svg"); +} + +em[data-emoji=":hamburger:"]:before, +em[data-emoji="hamburger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f354.svg"); +} + +em[data-emoji=":fries:"]:before, +em[data-emoji="fries"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35f.svg"); +} + +em[data-emoji=":pizza:"]:before, +em[data-emoji="pizza"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f355.svg"); +} + +em[data-emoji=":sandwich:"]:before, +em[data-emoji="sandwich"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96a.svg"); +} + +em[data-emoji=":falafel:"]:before, +em[data-emoji="falafel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c6.svg"); +} + +em[data-emoji=":stuffed_flatbread:"]:before, +em[data-emoji="stuffed_flatbread"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f959.svg"); +} + +em[data-emoji=":taco:"]:before, +em[data-emoji="taco"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32e.svg"); +} + +em[data-emoji=":burrito:"]:before, +em[data-emoji="burrito"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f32f.svg"); +} + +em[data-emoji=":salad:"]:before, +em[data-emoji="salad"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f957.svg"); +} + +em[data-emoji=":shallow_pan_of_food:"]:before, +em[data-emoji="shallow_pan_of_food"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f958.svg"); +} + +em[data-emoji=":canned_food:"]:before, +em[data-emoji="canned_food"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96b.svg"); +} + +em[data-emoji=":spaghetti:"]:before, +em[data-emoji="spaghetti"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35d.svg"); +} + +em[data-emoji=":ramen:"]:before, +em[data-emoji="ramen"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35c.svg"); +} + +em[data-emoji=":stew:"]:before, +em[data-emoji="stew"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f372.svg"); +} + +em[data-emoji=":curry:"]:before, +em[data-emoji="curry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35b.svg"); +} + +em[data-emoji=":sushi:"]:before, +em[data-emoji="sushi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f363.svg"); +} + +em[data-emoji=":bento:"]:before, +em[data-emoji="bento"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f371.svg"); +} + +em[data-emoji=":dumpling:"]:before, +em[data-emoji="dumpling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95f.svg"); +} + +em[data-emoji=":fried_shrimp:"]:before, +em[data-emoji="fried_shrimp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f364.svg"); +} + +em[data-emoji=":rice_ball:"]:before, +em[data-emoji="rice_ball"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f359.svg"); +} + +em[data-emoji=":rice:"]:before, +em[data-emoji="rice"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f35a.svg"); +} + +em[data-emoji=":rice_cracker:"]:before, +em[data-emoji="rice_cracker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f358.svg"); +} + +em[data-emoji=":fish_cake:"]:before, +em[data-emoji="fish_cake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f365.svg"); +} + +em[data-emoji=":fortune_cookie:"]:before, +em[data-emoji="fortune_cookie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f960.svg"); +} + +em[data-emoji=":moon_cake:"]:before, +em[data-emoji="moon_cake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f96e.svg"); +} + +em[data-emoji=":oden:"]:before, +em[data-emoji="oden"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f362.svg"); +} + +em[data-emoji=":dango:"]:before, +em[data-emoji="dango"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f361.svg"); +} + +em[data-emoji=":shaved_ice:"]:before, +em[data-emoji="shaved_ice"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f367.svg"); +} + +em[data-emoji=":ice_cream:"]:before, +em[data-emoji="ice_cream"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f368.svg"); +} + +em[data-emoji=":icecream:"]:before, +em[data-emoji="icecream"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f366.svg"); +} + +em[data-emoji=":pie:"]:before, +em[data-emoji="pie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f967.svg"); +} + +em[data-emoji=":cupcake:"]:before, +em[data-emoji="cupcake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c1.svg"); +} + +em[data-emoji=":cake:"]:before, +em[data-emoji="cake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f370.svg"); +} + +em[data-emoji=":birthday:"]:before, +em[data-emoji="birthday"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f382.svg"); +} + +em[data-emoji=":custard:"]:before, +em[data-emoji="custard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36e.svg"); +} + +em[data-emoji=":lollipop:"]:before, +em[data-emoji="lollipop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36d.svg"); +} + +em[data-emoji=":candy:"]:before, +em[data-emoji="candy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36c.svg"); +} + +em[data-emoji=":chocolate_bar:"]:before, +em[data-emoji="chocolate_bar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36b.svg"); +} + +em[data-emoji=":popcorn:"]:before, +em[data-emoji="popcorn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37f.svg"); +} + +em[data-emoji=":doughnut:"]:before, +em[data-emoji="doughnut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f369.svg"); +} + +em[data-emoji=":cookie:"]:before, +em[data-emoji="cookie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36a.svg"); +} + +em[data-emoji=":chestnut:"]:before, +em[data-emoji="chestnut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f330.svg"); +} + +em[data-emoji=":peanuts:"]:before, +em[data-emoji="peanuts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95c.svg"); +} + +em[data-emoji=":honey_pot:"]:before, +em[data-emoji="honey_pot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f36f.svg"); +} + +em[data-emoji=":butter:"]:before, +em[data-emoji="butter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c8.svg"); +} + +em[data-emoji=":milk:"]:before, +em[data-emoji="milk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f95b.svg"); +} + +em[data-emoji=":baby_bottle:"]:before, +em[data-emoji="baby_bottle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37c.svg"); +} + +em[data-emoji=":tea:"]:before, +em[data-emoji="tea"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f375.svg"); +} + +em[data-emoji=":mate:"]:before, +em[data-emoji="mate"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c9.svg"); +} + +em[data-emoji=":cup_with_straw:"]:before, +em[data-emoji="cup_with_straw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f964.svg"); +} + +em[data-emoji=":beverage_box:"]:before, +em[data-emoji="beverage_box"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c3.svg"); +} + +em[data-emoji=":ice_cube:"]:before, +em[data-emoji="ice_cube"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ca.svg"); +} + +em[data-emoji=":sake:"]:before, +em[data-emoji="sake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f376.svg"); +} + +em[data-emoji=":beer:"]:before, +em[data-emoji="beer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37a.svg"); +} + +em[data-emoji=":beers:"]:before, +em[data-emoji="beers"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37b.svg"); +} + +em[data-emoji=":champagne_glass:"]:before, +em[data-emoji="champagne_glass"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f942.svg"); +} + +em[data-emoji=":wine_glass:"]:before, +em[data-emoji="wine_glass"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f377.svg"); +} + +em[data-emoji=":tumbler_glass:"]:before, +em[data-emoji="tumbler_glass"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f943.svg"); +} + +em[data-emoji=":cocktail:"]:before, +em[data-emoji="cocktail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f378.svg"); +} + +em[data-emoji=":tropical_drink:"]:before, +em[data-emoji="tropical_drink"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f379.svg"); +} + +em[data-emoji=":champagne:"]:before, +em[data-emoji="champagne"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37e.svg"); +} + +em[data-emoji=":spoon:"]:before, +em[data-emoji="spoon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f944.svg"); +} + +em[data-emoji=":fork_and_knife:"]:before, +em[data-emoji="fork_and_knife"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f374.svg"); +} + +em[data-emoji=":fork_knife_plate:"]:before, +em[data-emoji="fork_knife_plate"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f37d.svg"); +} + +em[data-emoji=":bowl_with_spoon:"]:before, +em[data-emoji="bowl_with_spoon"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f963.svg"); +} + +em[data-emoji=":takeout_box:"]:before, +em[data-emoji="takeout_box"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f961.svg"); +} + +em[data-emoji=":chopsticks:"]:before, +em[data-emoji="chopsticks"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f962.svg"); +} + +em[data-emoji=":salt:"]:before, +em[data-emoji="salt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9c2.svg"); +} + +em[data-emoji=":blush:"]:before, +em[data-emoji="blush"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60a.svg"); +} + +em[data-emoji=":innocent:"]:before, +em[data-emoji="innocent"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f607.svg"); +} + +em[data-emoji=":slight_smile:"]:before, +em[data-emoji="slight_smile"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f642.svg"); +} + +em[data-emoji=":upside_down:"]:before, +em[data-emoji="upside_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f643.svg"); +} + +em[data-emoji=":wink:"]:before, +em[data-emoji="wink"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f609.svg"); +} + +em[data-emoji=":grinning:"]:before, +em[data-emoji="grinning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f600.svg"); +} + +em[data-emoji=":smiley:"]:before, +em[data-emoji="smiley"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f603.svg"); +} + +em[data-emoji=":smile:"]:before, +em[data-emoji="smile"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f604.svg"); +} + +em[data-emoji=":grin:"]:before, +em[data-emoji="grin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f601.svg"); +} + +em[data-emoji=":laughing:"]:before, +em[data-emoji="laughing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f606.svg"); +} + +em[data-emoji=":sweat_smile:"]:before, +em[data-emoji="sweat_smile"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f605.svg"); +} + +em[data-emoji=":joy:"]:before, +em[data-emoji="joy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f602.svg"); +} + +em[data-emoji=":rofl:"]:before, +em[data-emoji="rofl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f923.svg"); +} + +em[data-emoji=":relaxed:"]:before, +em[data-emoji="relaxed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/263a.svg"); +} + +em[data-emoji=":relieved:"]:before, +em[data-emoji="relieved"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60c.svg"); +} + +em[data-emoji=":heart_eyes:"]:before, +em[data-emoji="heart_eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60d.svg"); +} + +em[data-emoji=":smiling_face_with_3_hearts:"]:before, +em[data-emoji="smiling_face_with_3_hearts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f970.svg"); +} + +em[data-emoji=":kissing_heart:"]:before, +em[data-emoji="kissing_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f618.svg"); +} + +em[data-emoji=":kissing:"]:before, +em[data-emoji="kissing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f617.svg"); +} + +em[data-emoji=":kissing_smiling_eyes:"]:before, +em[data-emoji="kissing_smiling_eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f619.svg"); +} + +em[data-emoji=":kissing_closed_eyes:"]:before, +em[data-emoji="kissing_closed_eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61a.svg"); +} + +em[data-emoji=":yum:"]:before, +em[data-emoji="yum"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60b.svg"); +} + +em[data-emoji=":stuck_out_tongue:"]:before, +em[data-emoji="stuck_out_tongue"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61b.svg"); +} + +em[data-emoji=":stuck_out_tongue_closed_eyes:"]:before, +em[data-emoji="stuck_out_tongue_closed_eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61d.svg"); +} + +em[data-emoji=":stuck_out_tongue_winking_eye:"]:before, +em[data-emoji="stuck_out_tongue_winking_eye"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61c.svg"); +} + +em[data-emoji=":zany_face:"]:before, +em[data-emoji="zany_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92a.svg"); +} + +em[data-emoji=":face_with_raised_eyebrow:"]:before, +em[data-emoji="face_with_raised_eyebrow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f928.svg"); +} + +em[data-emoji=":face_with_monocle:"]:before, +em[data-emoji="face_with_monocle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d0.svg"); +} + +em[data-emoji=":nerd:"]:before, +em[data-emoji="nerd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f913.svg"); +} + +em[data-emoji=":sunglasses:"]:before, +em[data-emoji="sunglasses"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60e.svg"); +} + +em[data-emoji=":star_struck:"]:before, +em[data-emoji="star_struck"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f929.svg"); +} + +em[data-emoji=":partying_face:"]:before, +em[data-emoji="partying_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f973.svg"); +} + +em[data-emoji=":smirk:"]:before, +em[data-emoji="smirk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f60f.svg"); +} + +em[data-emoji=":unamused:"]:before, +em[data-emoji="unamused"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f612.svg"); +} + +em[data-emoji=":disappointed:"]:before, +em[data-emoji="disappointed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61e.svg"); +} + +em[data-emoji=":pensive:"]:before, +em[data-emoji="pensive"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f614.svg"); +} + +em[data-emoji=":worried:"]:before, +em[data-emoji="worried"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f61f.svg"); +} + +em[data-emoji=":confused:"]:before, +em[data-emoji="confused"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f615.svg"); +} + +em[data-emoji=":slight_frown:"]:before, +em[data-emoji="slight_frown"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f641.svg"); +} + +em[data-emoji=":persevere:"]:before, +em[data-emoji="persevere"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f623.svg"); +} + +em[data-emoji=":confounded:"]:before, +em[data-emoji="confounded"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f616.svg"); +} + +em[data-emoji=":tired_face:"]:before, +em[data-emoji="tired_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62b.svg"); +} + +em[data-emoji=":weary:"]:before, +em[data-emoji="weary"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f629.svg"); +} + +em[data-emoji=":yawning_face:"]:before, +em[data-emoji="yawning_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f971.svg"); +} + +em[data-emoji=":pleading_face:"]:before, +em[data-emoji="pleading_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97a.svg"); +} + +em[data-emoji=":cry:"]:before, +em[data-emoji="cry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f622.svg"); +} + +em[data-emoji=":sob:"]:before, +em[data-emoji="sob"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62d.svg"); +} + +em[data-emoji=":triumph:"]:before, +em[data-emoji="triumph"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f624.svg"); +} + +em[data-emoji=":angry:"]:before, +em[data-emoji="angry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f620.svg"); +} + +em[data-emoji=":rage:"]:before, +em[data-emoji="rage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f621.svg"); +} + +em[data-emoji=":face_with_symbols_over_mouth:"]:before, +em[data-emoji="face_with_symbols_over_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92c.svg"); +} + +em[data-emoji=":exploding_head:"]:before, +em[data-emoji="exploding_head"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92f.svg"); +} + +em[data-emoji=":flushed:"]:before, +em[data-emoji="flushed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f633.svg"); +} + +em[data-emoji=":hot_face:"]:before, +em[data-emoji="hot_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f975.svg"); +} + +em[data-emoji=":cold_face:"]:before, +em[data-emoji="cold_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f976.svg"); +} + +em[data-emoji=":scream:"]:before, +em[data-emoji="scream"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f631.svg"); +} + +em[data-emoji=":fearful:"]:before, +em[data-emoji="fearful"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f628.svg"); +} + +em[data-emoji=":cold_sweat:"]:before, +em[data-emoji="cold_sweat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f630.svg"); +} + +em[data-emoji=":disappointed_relieved:"]:before, +em[data-emoji="disappointed_relieved"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f625.svg"); +} + +em[data-emoji=":sweat:"]:before, +em[data-emoji="sweat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f613.svg"); +} + +em[data-emoji=":hugging:"]:before, +em[data-emoji="hugging"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f917.svg"); +} + +em[data-emoji=":thinking:"]:before, +em[data-emoji="thinking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f914.svg"); +} + +em[data-emoji=":face_with_hand_over_mouth:"]:before, +em[data-emoji="face_with_hand_over_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92d.svg"); +} + +em[data-emoji=":shushing_face:"]:before, +em[data-emoji="shushing_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92b.svg"); +} + +em[data-emoji=":lying_face:"]:before, +em[data-emoji="lying_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f925.svg"); +} + +em[data-emoji=":no_mouth:"]:before, +em[data-emoji="no_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f636.svg"); +} + +em[data-emoji=":neutral_face:"]:before, +em[data-emoji="neutral_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f610.svg"); +} + +em[data-emoji=":expressionless:"]:before, +em[data-emoji="expressionless"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f611.svg"); +} + +em[data-emoji=":grimacing:"]:before, +em[data-emoji="grimacing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62c.svg"); +} + +em[data-emoji=":rolling_eyes:"]:before, +em[data-emoji="rolling_eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f644.svg"); +} + +em[data-emoji=":hushed:"]:before, +em[data-emoji="hushed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62f.svg"); +} + +em[data-emoji=":frowning:"]:before, +em[data-emoji="frowning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f626.svg"); +} + +em[data-emoji=":anguished:"]:before, +em[data-emoji="anguished"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f627.svg"); +} + +em[data-emoji=":open_mouth:"]:before, +em[data-emoji="open_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62e.svg"); +} + +em[data-emoji=":astonished:"]:before, +em[data-emoji="astonished"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f632.svg"); +} + +em[data-emoji=":sleeping:"]:before, +em[data-emoji="sleeping"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f634.svg"); +} + +em[data-emoji=":drooling_face:"]:before, +em[data-emoji="drooling_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f924.svg"); +} + +em[data-emoji=":sleepy:"]:before, +em[data-emoji="sleepy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f62a.svg"); +} + +em[data-emoji=":dizzy_face:"]:before, +em[data-emoji="dizzy_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f635.svg"); +} + +em[data-emoji=":zipper_mouth:"]:before, +em[data-emoji="zipper_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f910.svg"); +} + +em[data-emoji=":woozy_face:"]:before, +em[data-emoji="woozy_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f974.svg"); +} + +em[data-emoji=":nauseated_face:"]:before, +em[data-emoji="nauseated_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f922.svg"); +} + +em[data-emoji=":face_vomiting:"]:before, +em[data-emoji="face_vomiting"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f92e.svg"); +} + +em[data-emoji=":sneezing_face:"]:before, +em[data-emoji="sneezing_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f927.svg"); +} + +em[data-emoji=":mask:"]:before, +em[data-emoji="mask"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f637.svg"); +} + +em[data-emoji=":thermometer_face:"]:before, +em[data-emoji="thermometer_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f912.svg"); +} + +em[data-emoji=":head_bandage:"]:before, +em[data-emoji="head_bandage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f915.svg"); +} + +em[data-emoji=":money_mouth:"]:before, +em[data-emoji="money_mouth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f911.svg"); +} + +em[data-emoji=":cowboy:"]:before, +em[data-emoji="cowboy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f920.svg"); +} + +em[data-emoji=":smiling_imp:"]:before, +em[data-emoji="smiling_imp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f608.svg"); +} + +em[data-emoji=":imp:"]:before, +em[data-emoji="imp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47f.svg"); +} + +em[data-emoji=":japanese_ogre:"]:before, +em[data-emoji="japanese_ogre"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f479.svg"); +} + +em[data-emoji=":japanese_goblin:"]:before, +em[data-emoji="japanese_goblin"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47a.svg"); +} + +em[data-emoji=":clown:"]:before, +em[data-emoji="clown"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f921.svg"); +} + +em[data-emoji=":poop:"]:before, +em[data-emoji="poop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4a9.svg"); +} + +em[data-emoji=":ghost:"]:before, +em[data-emoji="ghost"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47b.svg"); +} + +em[data-emoji=":skull:"]:before, +em[data-emoji="skull"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f480.svg"); +} + +em[data-emoji=":alien:"]:before, +em[data-emoji="alien"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47d.svg"); +} + +em[data-emoji=":space_invader:"]:before, +em[data-emoji="space_invader"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47e.svg"); +} + +em[data-emoji=":robot:"]:before, +em[data-emoji="robot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f916.svg"); +} + +em[data-emoji=":jack_o_lantern:"]:before, +em[data-emoji="jack_o_lantern"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f383.svg"); +} + +em[data-emoji=":smiley_cat:"]:before, +em[data-emoji="smiley_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63a.svg"); +} + +em[data-emoji=":smile_cat:"]:before, +em[data-emoji="smile_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f638.svg"); +} + +em[data-emoji=":joy_cat:"]:before, +em[data-emoji="joy_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f639.svg"); +} + +em[data-emoji=":heart_eyes_cat:"]:before, +em[data-emoji="heart_eyes_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63b.svg"); +} + +em[data-emoji=":smirk_cat:"]:before, +em[data-emoji="smirk_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63c.svg"); +} + +em[data-emoji=":kissing_cat:"]:before, +em[data-emoji="kissing_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63d.svg"); +} + +em[data-emoji=":scream_cat:"]:before, +em[data-emoji="scream_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f640.svg"); +} + +em[data-emoji=":crying_cat_face:"]:before, +em[data-emoji="crying_cat_face"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63f.svg"); +} + +em[data-emoji=":pouting_cat:"]:before, +em[data-emoji="pouting_cat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f63e.svg"); +} + +em[data-emoji=":handshake:"]:before, +em[data-emoji="handshake"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91d.svg"); +} + +em[data-emoji=":palms_up_together:"]:before, +em[data-emoji="palms_up_together"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932.svg"); +} + +em[data-emoji=":palms_up_together_tone1:"]:before, +em[data-emoji="palms_up_together_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fb.svg"); +} + +em[data-emoji=":palms_up_together_tone2:"]:before, +em[data-emoji="palms_up_together_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fc.svg"); +} + +em[data-emoji=":palms_up_together_tone3:"]:before, +em[data-emoji="palms_up_together_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fd.svg"); +} + +em[data-emoji=":palms_up_together_tone4:"]:before, +em[data-emoji="palms_up_together_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fe.svg"); +} + +em[data-emoji=":palms_up_together_tone5:"]:before, +em[data-emoji="palms_up_together_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3ff.svg"); +} + +em[data-emoji=":open_hands:"]:before, +em[data-emoji="open_hands"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450.svg"); +} + +em[data-emoji=":open_hands_tone1:"]:before, +em[data-emoji="open_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fb.svg"); +} + +em[data-emoji=":open_hands_tone2:"]:before, +em[data-emoji="open_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fc.svg"); +} + +em[data-emoji=":open_hands_tone3:"]:before, +em[data-emoji="open_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fd.svg"); +} + +em[data-emoji=":open_hands_tone4:"]:before, +em[data-emoji="open_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fe.svg"); +} + +em[data-emoji=":open_hands_tone5:"]:before, +em[data-emoji="open_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3ff.svg"); +} + +em[data-emoji=":raised_hands:"]:before, +em[data-emoji="raised_hands"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c.svg"); +} + +em[data-emoji=":raised_hands_tone1:"]:before, +em[data-emoji="raised_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fb.svg"); +} + +em[data-emoji=":raised_hands_tone2:"]:before, +em[data-emoji="raised_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fc.svg"); +} + +em[data-emoji=":raised_hands_tone3:"]:before, +em[data-emoji="raised_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fd.svg"); +} + +em[data-emoji=":raised_hands_tone4:"]:before, +em[data-emoji="raised_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fe.svg"); +} + +em[data-emoji=":raised_hands_tone5:"]:before, +em[data-emoji="raised_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3ff.svg"); +} + +em[data-emoji=":clap:"]:before, +em[data-emoji="clap"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f.svg"); +} + +em[data-emoji=":clap_tone1:"]:before, +em[data-emoji="clap_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fb.svg"); +} + +em[data-emoji=":clap_tone2:"]:before, +em[data-emoji="clap_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fc.svg"); +} + +em[data-emoji=":clap_tone3:"]:before, +em[data-emoji="clap_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fd.svg"); +} + +em[data-emoji=":clap_tone4:"]:before, +em[data-emoji="clap_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fe.svg"); +} + +em[data-emoji=":clap_tone5:"]:before, +em[data-emoji="clap_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3ff.svg"); +} + +em[data-emoji=":thumbsup:"]:before, +em[data-emoji="thumbsup"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d.svg"); +} + +em[data-emoji=":thumbsup_tone1:"]:before, +em[data-emoji="thumbsup_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fb.svg"); +} + +em[data-emoji=":thumbsup_tone2:"]:before, +em[data-emoji="thumbsup_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fc.svg"); +} + +em[data-emoji=":thumbsup_tone3:"]:before, +em[data-emoji="thumbsup_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fd.svg"); +} + +em[data-emoji=":thumbsup_tone4:"]:before, +em[data-emoji="thumbsup_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fe.svg"); +} + +em[data-emoji=":thumbsup_tone5:"]:before, +em[data-emoji="thumbsup_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3ff.svg"); +} + +em[data-emoji=":thumbsdown:"]:before, +em[data-emoji="thumbsdown"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e.svg"); +} + +em[data-emoji=":thumbsdown_tone1:"]:before, +em[data-emoji="thumbsdown_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fb.svg"); +} + +em[data-emoji=":thumbsdown_tone2:"]:before, +em[data-emoji="thumbsdown_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fc.svg"); +} + +em[data-emoji=":thumbsdown_tone3:"]:before, +em[data-emoji="thumbsdown_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fd.svg"); +} + +em[data-emoji=":thumbsdown_tone4:"]:before, +em[data-emoji="thumbsdown_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fe.svg"); +} + +em[data-emoji=":thumbsdown_tone5:"]:before, +em[data-emoji="thumbsdown_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3ff.svg"); +} + +em[data-emoji=":punch:"]:before, +em[data-emoji="punch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a.svg"); +} + +em[data-emoji=":punch_tone1:"]:before, +em[data-emoji="punch_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fb.svg"); +} + +em[data-emoji=":punch_tone2:"]:before, +em[data-emoji="punch_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fc.svg"); +} + +em[data-emoji=":punch_tone3:"]:before, +em[data-emoji="punch_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fd.svg"); +} + +em[data-emoji=":punch_tone4:"]:before, +em[data-emoji="punch_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fe.svg"); +} + +em[data-emoji=":punch_tone5:"]:before, +em[data-emoji="punch_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3ff.svg"); +} + +em[data-emoji=":fist:"]:before, +em[data-emoji="fist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a.svg"); +} + +em[data-emoji=":fist_tone1:"]:before, +em[data-emoji="fist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fb.svg"); +} + +em[data-emoji=":fist_tone2:"]:before, +em[data-emoji="fist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fc.svg"); +} + +em[data-emoji=":fist_tone3:"]:before, +em[data-emoji="fist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fd.svg"); +} + +em[data-emoji=":fist_tone4:"]:before, +em[data-emoji="fist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fe.svg"); +} + +em[data-emoji=":fist_tone5:"]:before, +em[data-emoji="fist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270a-1f3ff.svg"); +} + +em[data-emoji=":left_facing_fist:"]:before, +em[data-emoji="left_facing_fist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b.svg"); +} + +em[data-emoji=":left_facing_fist_tone1:"]:before, +em[data-emoji="left_facing_fist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fb.svg"); +} + +em[data-emoji=":left_facing_fist_tone2:"]:before, +em[data-emoji="left_facing_fist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fc.svg"); +} + +em[data-emoji=":left_facing_fist_tone3:"]:before, +em[data-emoji="left_facing_fist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fd.svg"); +} + +em[data-emoji=":left_facing_fist_tone4:"]:before, +em[data-emoji="left_facing_fist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fe.svg"); +} + +em[data-emoji=":left_facing_fist_tone5:"]:before, +em[data-emoji="left_facing_fist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3ff.svg"); +} + +em[data-emoji=":right_facing_fist:"]:before, +em[data-emoji="right_facing_fist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c.svg"); +} + +em[data-emoji=":right_facing_fist_tone1:"]:before, +em[data-emoji="right_facing_fist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fb.svg"); +} + +em[data-emoji=":right_facing_fist_tone2:"]:before, +em[data-emoji="right_facing_fist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fc.svg"); +} + +em[data-emoji=":right_facing_fist_tone3:"]:before, +em[data-emoji="right_facing_fist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fd.svg"); +} + +em[data-emoji=":right_facing_fist_tone4:"]:before, +em[data-emoji="right_facing_fist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fe.svg"); +} + +em[data-emoji=":right_facing_fist_tone5:"]:before, +em[data-emoji="right_facing_fist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3ff.svg"); +} + +em[data-emoji=":fingers_crossed:"]:before, +em[data-emoji="fingers_crossed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e.svg"); +} + +em[data-emoji=":fingers_crossed_tone1:"]:before, +em[data-emoji="fingers_crossed_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fb.svg"); +} + +em[data-emoji=":fingers_crossed_tone2:"]:before, +em[data-emoji="fingers_crossed_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fc.svg"); +} + +em[data-emoji=":fingers_crossed_tone3:"]:before, +em[data-emoji="fingers_crossed_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fd.svg"); +} + +em[data-emoji=":fingers_crossed_tone4:"]:before, +em[data-emoji="fingers_crossed_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fe.svg"); +} + +em[data-emoji=":fingers_crossed_tone5:"]:before, +em[data-emoji="fingers_crossed_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3ff.svg"); +} + +em[data-emoji=":v:"]:before, +em[data-emoji="v"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c.svg"); +} + +em[data-emoji=":v_tone1:"]:before, +em[data-emoji="v_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fb.svg"); +} + +em[data-emoji=":v_tone2:"]:before, +em[data-emoji="v_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fc.svg"); +} + +em[data-emoji=":v_tone3:"]:before, +em[data-emoji="v_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fd.svg"); +} + +em[data-emoji=":v_tone4:"]:before, +em[data-emoji="v_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fe.svg"); +} + +em[data-emoji=":v_tone5:"]:before, +em[data-emoji="v_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270c-1f3ff.svg"); +} + +em[data-emoji=":love_you_gesture:"]:before, +em[data-emoji="love_you_gesture"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f.svg"); +} + +em[data-emoji=":love_you_gesture_tone1:"]:before, +em[data-emoji="love_you_gesture_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fb.svg"); +} + +em[data-emoji=":love_you_gesture_tone2:"]:before, +em[data-emoji="love_you_gesture_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fc.svg"); +} + +em[data-emoji=":love_you_gesture_tone3:"]:before, +em[data-emoji="love_you_gesture_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fd.svg"); +} + +em[data-emoji=":love_you_gesture_tone4:"]:before, +em[data-emoji="love_you_gesture_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fe.svg"); +} + +em[data-emoji=":love_you_gesture_tone5:"]:before, +em[data-emoji="love_you_gesture_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3ff.svg"); +} + +em[data-emoji=":metal:"]:before, +em[data-emoji="metal"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918.svg"); +} + +em[data-emoji=":metal_tone1:"]:before, +em[data-emoji="metal_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fb.svg"); +} + +em[data-emoji=":metal_tone2:"]:before, +em[data-emoji="metal_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fc.svg"); +} + +em[data-emoji=":metal_tone3:"]:before, +em[data-emoji="metal_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fd.svg"); +} + +em[data-emoji=":metal_tone4:"]:before, +em[data-emoji="metal_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fe.svg"); +} + +em[data-emoji=":metal_tone5:"]:before, +em[data-emoji="metal_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3ff.svg"); +} + +em[data-emoji=":ok_hand:"]:before, +em[data-emoji="ok_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c.svg"); +} + +em[data-emoji=":ok_hand_tone1:"]:before, +em[data-emoji="ok_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fb.svg"); +} + +em[data-emoji=":ok_hand_tone2:"]:before, +em[data-emoji="ok_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fc.svg"); +} + +em[data-emoji=":ok_hand_tone3:"]:before, +em[data-emoji="ok_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fd.svg"); +} + +em[data-emoji=":ok_hand_tone4:"]:before, +em[data-emoji="ok_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fe.svg"); +} + +em[data-emoji=":ok_hand_tone5:"]:before, +em[data-emoji="ok_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3ff.svg"); +} + +em[data-emoji=":pinching_hand:"]:before, +em[data-emoji="pinching_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f.svg"); +} + +em[data-emoji=":pinching_hand_tone1:"]:before, +em[data-emoji="pinching_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fb.svg"); +} + +em[data-emoji=":pinching_hand_tone2:"]:before, +em[data-emoji="pinching_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fc.svg"); +} + +em[data-emoji=":pinching_hand_tone3:"]:before, +em[data-emoji="pinching_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fd.svg"); +} + +em[data-emoji=":pinching_hand_tone4:"]:before, +em[data-emoji="pinching_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fe.svg"); +} + +em[data-emoji=":pinching_hand_tone5:"]:before, +em[data-emoji="pinching_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3ff.svg"); +} + +em[data-emoji=":point_left:"]:before, +em[data-emoji="point_left"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448.svg"); +} + +em[data-emoji=":point_left_tone1:"]:before, +em[data-emoji="point_left_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fb.svg"); +} + +em[data-emoji=":point_left_tone2:"]:before, +em[data-emoji="point_left_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fc.svg"); +} + +em[data-emoji=":point_left_tone3:"]:before, +em[data-emoji="point_left_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fd.svg"); +} + +em[data-emoji=":point_left_tone4:"]:before, +em[data-emoji="point_left_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fe.svg"); +} + +em[data-emoji=":point_left_tone5:"]:before, +em[data-emoji="point_left_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3ff.svg"); +} + +em[data-emoji=":point_right:"]:before, +em[data-emoji="point_right"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449.svg"); +} + +em[data-emoji=":point_right_tone1:"]:before, +em[data-emoji="point_right_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fb.svg"); +} + +em[data-emoji=":point_right_tone2:"]:before, +em[data-emoji="point_right_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fc.svg"); +} + +em[data-emoji=":point_right_tone3:"]:before, +em[data-emoji="point_right_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fd.svg"); +} + +em[data-emoji=":point_right_tone4:"]:before, +em[data-emoji="point_right_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fe.svg"); +} + +em[data-emoji=":point_right_tone5:"]:before, +em[data-emoji="point_right_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3ff.svg"); +} + +em[data-emoji=":point_up_2:"]:before, +em[data-emoji="point_up_2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446.svg"); +} + +em[data-emoji=":point_up_2_tone1:"]:before, +em[data-emoji="point_up_2_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fb.svg"); +} + +em[data-emoji=":point_up_2_tone2:"]:before, +em[data-emoji="point_up_2_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fc.svg"); +} + +em[data-emoji=":point_up_2_tone3:"]:before, +em[data-emoji="point_up_2_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fd.svg"); +} + +em[data-emoji=":point_up_2_tone4:"]:before, +em[data-emoji="point_up_2_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fe.svg"); +} + +em[data-emoji=":point_up_2_tone5:"]:before, +em[data-emoji="point_up_2_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3ff.svg"); +} + +em[data-emoji=":point_down:"]:before, +em[data-emoji="point_down"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447.svg"); +} + +em[data-emoji=":point_down_tone1:"]:before, +em[data-emoji="point_down_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fb.svg"); +} + +em[data-emoji=":point_down_tone2:"]:before, +em[data-emoji="point_down_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fc.svg"); +} + +em[data-emoji=":point_down_tone3:"]:before, +em[data-emoji="point_down_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fd.svg"); +} + +em[data-emoji=":point_down_tone4:"]:before, +em[data-emoji="point_down_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fe.svg"); +} + +em[data-emoji=":point_down_tone5:"]:before, +em[data-emoji="point_down_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3ff.svg"); +} + +em[data-emoji=":point_up:"]:before, +em[data-emoji="point_up"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d.svg"); +} + +em[data-emoji=":point_up_tone1:"]:before, +em[data-emoji="point_up_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fb.svg"); +} + +em[data-emoji=":point_up_tone2:"]:before, +em[data-emoji="point_up_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fc.svg"); +} + +em[data-emoji=":point_up_tone3:"]:before, +em[data-emoji="point_up_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fd.svg"); +} + +em[data-emoji=":point_up_tone4:"]:before, +em[data-emoji="point_up_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fe.svg"); +} + +em[data-emoji=":point_up_tone5:"]:before, +em[data-emoji="point_up_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/261d-1f3ff.svg"); +} + +em[data-emoji=":raised_hand:"]:before, +em[data-emoji="raised_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b.svg"); +} + +em[data-emoji=":raised_hand_tone1:"]:before, +em[data-emoji="raised_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fb.svg"); +} + +em[data-emoji=":raised_hand_tone2:"]:before, +em[data-emoji="raised_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fc.svg"); +} + +em[data-emoji=":raised_hand_tone3:"]:before, +em[data-emoji="raised_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fd.svg"); +} + +em[data-emoji=":raised_hand_tone4:"]:before, +em[data-emoji="raised_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fe.svg"); +} + +em[data-emoji=":raised_hand_tone5:"]:before, +em[data-emoji="raised_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270b-1f3ff.svg"); +} + +em[data-emoji=":raised_back_of_hand:"]:before, +em[data-emoji="raised_back_of_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a.svg"); +} + +em[data-emoji=":raised_back_of_hand_tone1:"]:before, +em[data-emoji="raised_back_of_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fb.svg"); +} + +em[data-emoji=":raised_back_of_hand_tone2:"]:before, +em[data-emoji="raised_back_of_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fc.svg"); +} + +em[data-emoji=":raised_back_of_hand_tone3:"]:before, +em[data-emoji="raised_back_of_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fd.svg"); +} + +em[data-emoji=":raised_back_of_hand_tone4:"]:before, +em[data-emoji="raised_back_of_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fe.svg"); +} + +em[data-emoji=":raised_back_of_hand_tone5:"]:before, +em[data-emoji="raised_back_of_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3ff.svg"); +} + +em[data-emoji=":hand_splayed:"]:before, +em[data-emoji="hand_splayed"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590.svg"); +} + +em[data-emoji=":hand_splayed_tone1:"]:before, +em[data-emoji="hand_splayed_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fb.svg"); +} + +em[data-emoji=":hand_splayed_tone2:"]:before, +em[data-emoji="hand_splayed_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fc.svg"); +} + +em[data-emoji=":hand_splayed_tone3:"]:before, +em[data-emoji="hand_splayed_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fd.svg"); +} + +em[data-emoji=":hand_splayed_tone4:"]:before, +em[data-emoji="hand_splayed_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fe.svg"); +} + +em[data-emoji=":hand_splayed_tone5:"]:before, +em[data-emoji="hand_splayed_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3ff.svg"); +} + +em[data-emoji=":vulcan:"]:before, +em[data-emoji="vulcan"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596.svg"); +} + +em[data-emoji=":vulcan_tone1:"]:before, +em[data-emoji="vulcan_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fb.svg"); +} + +em[data-emoji=":vulcan_tone2:"]:before, +em[data-emoji="vulcan_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fc.svg"); +} + +em[data-emoji=":vulcan_tone3:"]:before, +em[data-emoji="vulcan_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fd.svg"); +} + +em[data-emoji=":vulcan_tone4:"]:before, +em[data-emoji="vulcan_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fe.svg"); +} + +em[data-emoji=":vulcan_tone5:"]:before, +em[data-emoji="vulcan_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3ff.svg"); +} + +em[data-emoji=":wave:"]:before, +em[data-emoji="wave"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b.svg"); +} + +em[data-emoji=":wave_tone1:"]:before, +em[data-emoji="wave_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fb.svg"); +} + +em[data-emoji=":wave_tone2:"]:before, +em[data-emoji="wave_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fc.svg"); +} + +em[data-emoji=":wave_tone3:"]:before, +em[data-emoji="wave_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fd.svg"); +} + +em[data-emoji=":wave_tone4:"]:before, +em[data-emoji="wave_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fe.svg"); +} + +em[data-emoji=":wave_tone5:"]:before, +em[data-emoji="wave_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3ff.svg"); +} + +em[data-emoji=":call_me:"]:before, +em[data-emoji="call_me"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919.svg"); +} + +em[data-emoji=":call_me_tone1:"]:before, +em[data-emoji="call_me_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fb.svg"); +} + +em[data-emoji=":call_me_tone2:"]:before, +em[data-emoji="call_me_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fc.svg"); +} + +em[data-emoji=":call_me_tone3:"]:before, +em[data-emoji="call_me_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fd.svg"); +} + +em[data-emoji=":call_me_tone4:"]:before, +em[data-emoji="call_me_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fe.svg"); +} + +em[data-emoji=":call_me_tone5:"]:before, +em[data-emoji="call_me_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3ff.svg"); +} + +em[data-emoji=":muscle:"]:before, +em[data-emoji="muscle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa.svg"); +} + +em[data-emoji=":muscle_tone1:"]:before, +em[data-emoji="muscle_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fb.svg"); +} + +em[data-emoji=":muscle_tone2:"]:before, +em[data-emoji="muscle_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fc.svg"); +} + +em[data-emoji=":muscle_tone3:"]:before, +em[data-emoji="muscle_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fd.svg"); +} + +em[data-emoji=":muscle_tone4:"]:before, +em[data-emoji="muscle_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fe.svg"); +} + +em[data-emoji=":muscle_tone5:"]:before, +em[data-emoji="muscle_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3ff.svg"); +} + +em[data-emoji=":mechanical_arm:"]:before, +em[data-emoji="mechanical_arm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9be.svg"); +} + +em[data-emoji=":middle_finger:"]:before, +em[data-emoji="middle_finger"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595.svg"); +} + +em[data-emoji=":middle_finger_tone1:"]:before, +em[data-emoji="middle_finger_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fb.svg"); +} + +em[data-emoji=":middle_finger_tone2:"]:before, +em[data-emoji="middle_finger_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fc.svg"); +} + +em[data-emoji=":middle_finger_tone3:"]:before, +em[data-emoji="middle_finger_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fd.svg"); +} + +em[data-emoji=":middle_finger_tone4:"]:before, +em[data-emoji="middle_finger_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fe.svg"); +} + +em[data-emoji=":middle_finger_tone5:"]:before, +em[data-emoji="middle_finger_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3ff.svg"); +} + +em[data-emoji=":writing_hand:"]:before, +em[data-emoji="writing_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d.svg"); +} + +em[data-emoji=":writing_hand_tone1:"]:before, +em[data-emoji="writing_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fb.svg"); +} + +em[data-emoji=":writing_hand_tone2:"]:before, +em[data-emoji="writing_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fc.svg"); +} + +em[data-emoji=":writing_hand_tone3:"]:before, +em[data-emoji="writing_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fd.svg"); +} + +em[data-emoji=":writing_hand_tone4:"]:before, +em[data-emoji="writing_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fe.svg"); +} + +em[data-emoji=":writing_hand_tone5:"]:before, +em[data-emoji="writing_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/270d-1f3ff.svg"); +} + +em[data-emoji=":pray:"]:before, +em[data-emoji="pray"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f.svg"); +} + +em[data-emoji=":pray_tone1:"]:before, +em[data-emoji="pray_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fb.svg"); +} + +em[data-emoji=":pray_tone2:"]:before, +em[data-emoji="pray_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fc.svg"); +} + +em[data-emoji=":pray_tone3:"]:before, +em[data-emoji="pray_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fd.svg"); +} + +em[data-emoji=":pray_tone4:"]:before, +em[data-emoji="pray_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fe.svg"); +} + +em[data-emoji=":pray_tone5:"]:before, +em[data-emoji="pray_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3ff.svg"); +} + +em[data-emoji=":foot:"]:before, +em[data-emoji="foot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6.svg"); +} + +em[data-emoji=":foot_tone1:"]:before, +em[data-emoji="foot_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fb.svg"); +} + +em[data-emoji=":foot_tone2:"]:before, +em[data-emoji="foot_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fc.svg"); +} + +em[data-emoji=":foot_tone3:"]:before, +em[data-emoji="foot_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fd.svg"); +} + +em[data-emoji=":foot_tone4:"]:before, +em[data-emoji="foot_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fe.svg"); +} + +em[data-emoji=":foot_tone5:"]:before, +em[data-emoji="foot_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3ff.svg"); +} + +em[data-emoji=":leg:"]:before, +em[data-emoji="leg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5.svg"); +} + +em[data-emoji=":leg_tone1:"]:before, +em[data-emoji="leg_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fb.svg"); +} + +em[data-emoji=":leg_tone2:"]:before, +em[data-emoji="leg_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fc.svg"); +} + +em[data-emoji=":leg_tone3:"]:before, +em[data-emoji="leg_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fd.svg"); +} + +em[data-emoji=":leg_tone4:"]:before, +em[data-emoji="leg_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fe.svg"); +} + +em[data-emoji=":leg_tone5:"]:before, +em[data-emoji="leg_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3ff.svg"); +} + +em[data-emoji=":mechanical_leg:"]:before, +em[data-emoji="mechanical_leg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bf.svg"); +} + +em[data-emoji=":lipstick:"]:before, +em[data-emoji="lipstick"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f484.svg"); +} + +em[data-emoji=":kiss:"]:before, +em[data-emoji="kiss"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48b.svg"); +} + +em[data-emoji=":lips:"]:before, +em[data-emoji="lips"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f444.svg"); +} + +em[data-emoji=":tongue:"]:before, +em[data-emoji="tongue"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f445.svg"); +} + +em[data-emoji=":tooth:"]:before, +em[data-emoji="tooth"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b7.svg"); +} + +em[data-emoji=":bone:"]:before, +em[data-emoji="bone"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b4.svg"); +} + +em[data-emoji=":ear:"]:before, +em[data-emoji="ear"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442.svg"); +} + +em[data-emoji=":ear_tone1:"]:before, +em[data-emoji="ear_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fb.svg"); +} + +em[data-emoji=":ear_tone2:"]:before, +em[data-emoji="ear_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fc.svg"); +} + +em[data-emoji=":ear_tone3:"]:before, +em[data-emoji="ear_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fd.svg"); +} + +em[data-emoji=":ear_tone4:"]:before, +em[data-emoji="ear_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fe.svg"); +} + +em[data-emoji=":ear_tone5:"]:before, +em[data-emoji="ear_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3ff.svg"); +} + +em[data-emoji=":ear_with_hearing_aid:"]:before, +em[data-emoji="ear_with_hearing_aid"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb.svg"); +} + +em[data-emoji=":ear_with_hearing_aid_tone1:"]:before, +em[data-emoji="ear_with_hearing_aid_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fb.svg"); +} + +em[data-emoji=":ear_with_hearing_aid_tone2:"]:before, +em[data-emoji="ear_with_hearing_aid_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fc.svg"); +} + +em[data-emoji=":ear_with_hearing_aid_tone3:"]:before, +em[data-emoji="ear_with_hearing_aid_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fd.svg"); +} + +em[data-emoji=":ear_with_hearing_aid_tone4:"]:before, +em[data-emoji="ear_with_hearing_aid_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fe.svg"); +} + +em[data-emoji=":ear_with_hearing_aid_tone5:"]:before, +em[data-emoji="ear_with_hearing_aid_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3ff.svg"); +} + +em[data-emoji=":nose:"]:before, +em[data-emoji="nose"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443.svg"); +} + +em[data-emoji=":nose_tone1:"]:before, +em[data-emoji="nose_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fb.svg"); +} + +em[data-emoji=":nose_tone2:"]:before, +em[data-emoji="nose_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fc.svg"); +} + +em[data-emoji=":nose_tone3:"]:before, +em[data-emoji="nose_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fd.svg"); +} + +em[data-emoji=":nose_tone4:"]:before, +em[data-emoji="nose_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fe.svg"); +} + +em[data-emoji=":nose_tone5:"]:before, +em[data-emoji="nose_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3ff.svg"); +} + +em[data-emoji=":footprints:"]:before, +em[data-emoji="footprints"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f463.svg"); +} + +em[data-emoji=":eye:"]:before, +em[data-emoji="eye"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f441.svg"); +} + +em[data-emoji=":eyes:"]:before, +em[data-emoji="eyes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f440.svg"); +} + +em[data-emoji=":brain:"]:before, +em[data-emoji="brain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e0.svg"); +} + +em[data-emoji=":speaking_head:"]:before, +em[data-emoji="speaking_head"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5e3.svg"); +} + +em[data-emoji=":bust_in_silhouette:"]:before, +em[data-emoji="bust_in_silhouette"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f464.svg"); +} + +em[data-emoji=":busts_in_silhouette:"]:before, +em[data-emoji="busts_in_silhouette"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f465.svg"); +} + +em[data-emoji=":baby:"]:before, +em[data-emoji="baby"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476.svg"); +} + +em[data-emoji=":baby_tone1:"]:before, +em[data-emoji="baby_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fb.svg"); +} + +em[data-emoji=":baby_tone2:"]:before, +em[data-emoji="baby_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fc.svg"); +} + +em[data-emoji=":baby_tone3:"]:before, +em[data-emoji="baby_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fd.svg"); +} + +em[data-emoji=":baby_tone4:"]:before, +em[data-emoji="baby_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fe.svg"); +} + +em[data-emoji=":baby_tone5:"]:before, +em[data-emoji="baby_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3ff.svg"); +} + +em[data-emoji=":girl:"]:before, +em[data-emoji="girl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467.svg"); +} + +em[data-emoji=":girl_tone1:"]:before, +em[data-emoji="girl_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fb.svg"); +} + +em[data-emoji=":girl_tone2:"]:before, +em[data-emoji="girl_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fc.svg"); +} + +em[data-emoji=":girl_tone3:"]:before, +em[data-emoji="girl_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fd.svg"); +} + +em[data-emoji=":girl_tone4:"]:before, +em[data-emoji="girl_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fe.svg"); +} + +em[data-emoji=":girl_tone5:"]:before, +em[data-emoji="girl_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3ff.svg"); +} + +em[data-emoji=":child:"]:before, +em[data-emoji="child"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2.svg"); +} + +em[data-emoji=":child_tone1:"]:before, +em[data-emoji="child_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fb.svg"); +} + +em[data-emoji=":child_tone2:"]:before, +em[data-emoji="child_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fc.svg"); +} + +em[data-emoji=":child_tone3:"]:before, +em[data-emoji="child_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fd.svg"); +} + +em[data-emoji=":child_tone4:"]:before, +em[data-emoji="child_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fe.svg"); +} + +em[data-emoji=":child_tone5:"]:before, +em[data-emoji="child_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3ff.svg"); +} + +em[data-emoji=":boy:"]:before, +em[data-emoji="boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466.svg"); +} + +em[data-emoji=":boy_tone1:"]:before, +em[data-emoji="boy_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fb.svg"); +} + +em[data-emoji=":boy_tone2:"]:before, +em[data-emoji="boy_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fc.svg"); +} + +em[data-emoji=":boy_tone3:"]:before, +em[data-emoji="boy_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fd.svg"); +} + +em[data-emoji=":boy_tone4:"]:before, +em[data-emoji="boy_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fe.svg"); +} + +em[data-emoji=":boy_tone5:"]:before, +em[data-emoji="boy_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3ff.svg"); +} + +em[data-emoji=":woman:"]:before, +em[data-emoji="woman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469.svg"); +} + +em[data-emoji=":woman_tone1:"]:before, +em[data-emoji="woman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb.svg"); +} + +em[data-emoji=":woman_tone2:"]:before, +em[data-emoji="woman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc.svg"); +} + +em[data-emoji=":woman_tone3:"]:before, +em[data-emoji="woman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd.svg"); +} + +em[data-emoji=":woman_tone4:"]:before, +em[data-emoji="woman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe.svg"); +} + +em[data-emoji=":woman_tone5:"]:before, +em[data-emoji="woman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff.svg"); +} + +em[data-emoji=":adult:"]:before, +em[data-emoji="adult"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1.svg"); +} + +em[data-emoji=":adult_tone1:"]:before, +em[data-emoji="adult_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb.svg"); +} + +em[data-emoji=":adult_tone2:"]:before, +em[data-emoji="adult_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc.svg"); +} + +em[data-emoji=":adult_tone3:"]:before, +em[data-emoji="adult_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd.svg"); +} + +em[data-emoji=":adult_tone4:"]:before, +em[data-emoji="adult_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe.svg"); +} + +em[data-emoji=":adult_tone5:"]:before, +em[data-emoji="adult_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff.svg"); +} + +em[data-emoji=":man:"]:before, +em[data-emoji="man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468.svg"); +} + +em[data-emoji=":man_tone1:"]:before, +em[data-emoji="man_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb.svg"); +} + +em[data-emoji=":man_tone2:"]:before, +em[data-emoji="man_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc.svg"); +} + +em[data-emoji=":man_tone3:"]:before, +em[data-emoji="man_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd.svg"); +} + +em[data-emoji=":man_tone4:"]:before, +em[data-emoji="man_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe.svg"); +} + +em[data-emoji=":man_tone5:"]:before, +em[data-emoji="man_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff.svg"); +} + +em[data-emoji=":woman_curly_haired:"]:before, +em[data-emoji="woman_curly_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_curly_haired_tone1:"]:before, +em[data-emoji="woman_curly_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_curly_haired_tone2:"]:before, +em[data-emoji="woman_curly_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_curly_haired_tone3:"]:before, +em[data-emoji="woman_curly_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_curly_haired_tone4:"]:before, +em[data-emoji="woman_curly_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_curly_haired_tone5:"]:before, +em[data-emoji="woman_curly_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired:"]:before, +em[data-emoji="man_curly_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired_tone1:"]:before, +em[data-emoji="man_curly_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired_tone2:"]:before, +em[data-emoji="man_curly_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired_tone3:"]:before, +em[data-emoji="man_curly_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired_tone4:"]:before, +em[data-emoji="man_curly_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b1.svg"); +} + +em[data-emoji=":man_curly_haired_tone5:"]:before, +em[data-emoji="man_curly_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b1.svg"); +} + +em[data-emoji=":woman_red_haired:"]:before, +em[data-emoji="woman_red_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b0.svg"); +} + +em[data-emoji=":woman_red_haired_tone1:"]:before, +em[data-emoji="woman_red_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b0.svg"); +} + +em[data-emoji=":woman_red_haired_tone2:"]:before, +em[data-emoji="woman_red_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b0.svg"); +} + +em[data-emoji=":woman_red_haired_tone3:"]:before, +em[data-emoji="woman_red_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b0.svg"); +} + +em[data-emoji=":woman_red_haired_tone4:"]:before, +em[data-emoji="woman_red_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b0.svg"); +} + +em[data-emoji=":woman_red_haired_tone5:"]:before, +em[data-emoji="woman_red_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired:"]:before, +em[data-emoji="man_red_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired_tone1:"]:before, +em[data-emoji="man_red_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired_tone2:"]:before, +em[data-emoji="man_red_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired_tone3:"]:before, +em[data-emoji="man_red_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired_tone4:"]:before, +em[data-emoji="man_red_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b0.svg"); +} + +em[data-emoji=":man_red_haired_tone5:"]:before, +em[data-emoji="man_red_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b0.svg"); +} + +em[data-emoji=":blond-haired_woman:"]:before, +em[data-emoji="blond-haired_woman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond-haired_woman_tone1:"]:before, +em[data-emoji="blond-haired_woman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond-haired_woman_tone2:"]:before, +em[data-emoji="blond-haired_woman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond-haired_woman_tone3:"]:before, +em[data-emoji="blond-haired_woman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond-haired_woman_tone4:"]:before, +em[data-emoji="blond-haired_woman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond-haired_woman_tone5:"]:before, +em[data-emoji="blond-haired_woman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":blond_haired_person:"]:before, +em[data-emoji="blond_haired_person"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471.svg"); +} + +em[data-emoji=":blond_haired_person_tone1:"]:before, +em[data-emoji="blond_haired_person_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb.svg"); +} + +em[data-emoji=":blond_haired_person_tone2:"]:before, +em[data-emoji="blond_haired_person_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc.svg"); +} + +em[data-emoji=":blond_haired_person_tone3:"]:before, +em[data-emoji="blond_haired_person_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd.svg"); +} + +em[data-emoji=":blond_haired_person_tone4:"]:before, +em[data-emoji="blond_haired_person_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe.svg"); +} + +em[data-emoji=":blond_haired_person_tone5:"]:before, +em[data-emoji="blond_haired_person_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff.svg"); +} + +em[data-emoji=":blond-haired_man:"]:before, +em[data-emoji="blond-haired_man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2642-fe0f.svg"); +} + +em[data-emoji=":blond-haired_man_tone1:"]:before, +em[data-emoji="blond-haired_man_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":blond-haired_man_tone2:"]:before, +em[data-emoji="blond-haired_man_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":blond-haired_man_tone3:"]:before, +em[data-emoji="blond-haired_man_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":blond-haired_man_tone4:"]:before, +em[data-emoji="blond-haired_man_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":blond-haired_man_tone5:"]:before, +em[data-emoji="blond-haired_man_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":woman_white_haired:"]:before, +em[data-emoji="woman_white_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_white_haired_tone1:"]:before, +em[data-emoji="woman_white_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_white_haired_tone2:"]:before, +em[data-emoji="woman_white_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_white_haired_tone3:"]:before, +em[data-emoji="woman_white_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_white_haired_tone4:"]:before, +em[data-emoji="woman_white_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_white_haired_tone5:"]:before, +em[data-emoji="woman_white_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired:"]:before, +em[data-emoji="man_white_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired_tone1:"]:before, +em[data-emoji="man_white_haired_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired_tone2:"]:before, +em[data-emoji="man_white_haired_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired_tone3:"]:before, +em[data-emoji="man_white_haired_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired_tone4:"]:before, +em[data-emoji="man_white_haired_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b3.svg"); +} + +em[data-emoji=":man_white_haired_tone5:"]:before, +em[data-emoji="man_white_haired_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b3.svg"); +} + +em[data-emoji=":woman_bald:"]:before, +em[data-emoji="woman_bald"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b2.svg"); +} + +em[data-emoji=":woman_bald_tone1:"]:before, +em[data-emoji="woman_bald_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b2.svg"); +} + +em[data-emoji=":woman_bald_tone2:"]:before, +em[data-emoji="woman_bald_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b2.svg"); +} + +em[data-emoji=":woman_bald_tone3:"]:before, +em[data-emoji="woman_bald_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b2.svg"); +} + +em[data-emoji=":woman_bald_tone4:"]:before, +em[data-emoji="woman_bald_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b2.svg"); +} + +em[data-emoji=":woman_bald_tone5:"]:before, +em[data-emoji="woman_bald_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald:"]:before, +em[data-emoji="man_bald"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald_tone1:"]:before, +em[data-emoji="man_bald_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald_tone2:"]:before, +em[data-emoji="man_bald_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald_tone3:"]:before, +em[data-emoji="man_bald_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald_tone4:"]:before, +em[data-emoji="man_bald_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b2.svg"); +} + +em[data-emoji=":man_bald_tone5:"]:before, +em[data-emoji="man_bald_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b2.svg"); +} + +em[data-emoji=":bearded_person:"]:before, +em[data-emoji="bearded_person"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4.svg"); +} + +em[data-emoji=":bearded_person_tone1:"]:before, +em[data-emoji="bearded_person_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fb.svg"); +} + +em[data-emoji=":bearded_person_tone2:"]:before, +em[data-emoji="bearded_person_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fc.svg"); +} + +em[data-emoji=":bearded_person_tone3:"]:before, +em[data-emoji="bearded_person_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fd.svg"); +} + +em[data-emoji=":bearded_person_tone4:"]:before, +em[data-emoji="bearded_person_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fe.svg"); +} + +em[data-emoji=":bearded_person_tone5:"]:before, +em[data-emoji="bearded_person_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3ff.svg"); +} + +em[data-emoji=":older_woman:"]:before, +em[data-emoji="older_woman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475.svg"); +} + +em[data-emoji=":older_woman_tone1:"]:before, +em[data-emoji="older_woman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fb.svg"); +} + +em[data-emoji=":older_woman_tone2:"]:before, +em[data-emoji="older_woman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fc.svg"); +} + +em[data-emoji=":older_woman_tone3:"]:before, +em[data-emoji="older_woman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fd.svg"); +} + +em[data-emoji=":older_woman_tone4:"]:before, +em[data-emoji="older_woman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fe.svg"); +} + +em[data-emoji=":older_woman_tone5:"]:before, +em[data-emoji="older_woman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3ff.svg"); +} + +em[data-emoji=":older_adult:"]:before, +em[data-emoji="older_adult"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3.svg"); +} + +em[data-emoji=":older_adult_tone1:"]:before, +em[data-emoji="older_adult_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fb.svg"); +} + +em[data-emoji=":older_adult_tone2:"]:before, +em[data-emoji="older_adult_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fc.svg"); +} + +em[data-emoji=":older_adult_tone3:"]:before, +em[data-emoji="older_adult_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fd.svg"); +} + +em[data-emoji=":older_adult_tone4:"]:before, +em[data-emoji="older_adult_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fe.svg"); +} + +em[data-emoji=":older_adult_tone5:"]:before, +em[data-emoji="older_adult_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3ff.svg"); +} + +em[data-emoji=":older_man:"]:before, +em[data-emoji="older_man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474.svg"); +} + +em[data-emoji=":older_man_tone1:"]:before, +em[data-emoji="older_man_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fb.svg"); +} + +em[data-emoji=":older_man_tone2:"]:before, +em[data-emoji="older_man_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fc.svg"); +} + +em[data-emoji=":older_man_tone3:"]:before, +em[data-emoji="older_man_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fd.svg"); +} + +em[data-emoji=":older_man_tone4:"]:before, +em[data-emoji="older_man_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fe.svg"); +} + +em[data-emoji=":older_man_tone5:"]:before, +em[data-emoji="older_man_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3ff.svg"); +} + +em[data-emoji=":man_with_chinese_cap:"]:before, +em[data-emoji="man_with_chinese_cap"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472.svg"); +} + +em[data-emoji=":man_with_chinese_cap_tone1:"]:before, +em[data-emoji="man_with_chinese_cap_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fb.svg"); +} + +em[data-emoji=":man_with_chinese_cap_tone2:"]:before, +em[data-emoji="man_with_chinese_cap_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fc.svg"); +} + +em[data-emoji=":man_with_chinese_cap_tone3:"]:before, +em[data-emoji="man_with_chinese_cap_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fd.svg"); +} + +em[data-emoji=":man_with_chinese_cap_tone4:"]:before, +em[data-emoji="man_with_chinese_cap_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fe.svg"); +} + +em[data-emoji=":man_with_chinese_cap_tone5:"]:before, +em[data-emoji="man_with_chinese_cap_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3ff.svg"); +} + +em[data-emoji=":person_wearing_turban:"]:before, +em[data-emoji="person_wearing_turban"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473.svg"); +} + +em[data-emoji=":person_wearing_turban_tone1:"]:before, +em[data-emoji="person_wearing_turban_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb.svg"); +} + +em[data-emoji=":person_wearing_turban_tone2:"]:before, +em[data-emoji="person_wearing_turban_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc.svg"); +} + +em[data-emoji=":person_wearing_turban_tone3:"]:before, +em[data-emoji="person_wearing_turban_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd.svg"); +} + +em[data-emoji=":person_wearing_turban_tone4:"]:before, +em[data-emoji="person_wearing_turban_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe.svg"); +} + +em[data-emoji=":person_wearing_turban_tone5:"]:before, +em[data-emoji="person_wearing_turban_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff.svg"); +} + +em[data-emoji=":woman_wearing_turban:"]:before, +em[data-emoji="woman_wearing_turban"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_wearing_turban_tone1:"]:before, +em[data-emoji="woman_wearing_turban_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_wearing_turban_tone2:"]:before, +em[data-emoji="woman_wearing_turban_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_wearing_turban_tone3:"]:before, +em[data-emoji="woman_wearing_turban_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_wearing_turban_tone4:"]:before, +em[data-emoji="woman_wearing_turban_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_wearing_turban_tone5:"]:before, +em[data-emoji="woman_wearing_turban_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban:"]:before, +em[data-emoji="man_wearing_turban"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban_tone1:"]:before, +em[data-emoji="man_wearing_turban_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban_tone2:"]:before, +em[data-emoji="man_wearing_turban_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban_tone3:"]:before, +em[data-emoji="man_wearing_turban_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban_tone4:"]:before, +em[data-emoji="man_wearing_turban_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_wearing_turban_tone5:"]:before, +em[data-emoji="man_wearing_turban_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":woman_with_headscarf:"]:before, +em[data-emoji="woman_with_headscarf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5.svg"); +} + +em[data-emoji=":woman_with_headscarf_tone1:"]:before, +em[data-emoji="woman_with_headscarf_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fb.svg"); +} + +em[data-emoji=":woman_with_headscarf_tone2:"]:before, +em[data-emoji="woman_with_headscarf_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fc.svg"); +} + +em[data-emoji=":woman_with_headscarf_tone3:"]:before, +em[data-emoji="woman_with_headscarf_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fd.svg"); +} + +em[data-emoji=":woman_with_headscarf_tone4:"]:before, +em[data-emoji="woman_with_headscarf_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fe.svg"); +} + +em[data-emoji=":woman_with_headscarf_tone5:"]:before, +em[data-emoji="woman_with_headscarf_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3ff.svg"); +} + +em[data-emoji=":police_officer:"]:before, +em[data-emoji="police_officer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e.svg"); +} + +em[data-emoji=":police_officer_tone1:"]:before, +em[data-emoji="police_officer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb.svg"); +} + +em[data-emoji=":police_officer_tone2:"]:before, +em[data-emoji="police_officer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc.svg"); +} + +em[data-emoji=":police_officer_tone3:"]:before, +em[data-emoji="police_officer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd.svg"); +} + +em[data-emoji=":police_officer_tone4:"]:before, +em[data-emoji="police_officer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe.svg"); +} + +em[data-emoji=":police_officer_tone5:"]:before, +em[data-emoji="police_officer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff.svg"); +} + +em[data-emoji=":woman_police_officer:"]:before, +em[data-emoji="woman_police_officer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_police_officer_tone1:"]:before, +em[data-emoji="woman_police_officer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_police_officer_tone2:"]:before, +em[data-emoji="woman_police_officer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_police_officer_tone3:"]:before, +em[data-emoji="woman_police_officer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_police_officer_tone4:"]:before, +em[data-emoji="woman_police_officer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_police_officer_tone5:"]:before, +em[data-emoji="woman_police_officer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_police_officer:"]:before, +em[data-emoji="man_police_officer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_police_officer_tone1:"]:before, +em[data-emoji="man_police_officer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_police_officer_tone2:"]:before, +em[data-emoji="man_police_officer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_police_officer_tone3:"]:before, +em[data-emoji="man_police_officer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_police_officer_tone4:"]:before, +em[data-emoji="man_police_officer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_police_officer_tone5:"]:before, +em[data-emoji="man_police_officer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":construction_worker:"]:before, +em[data-emoji="construction_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477.svg"); +} + +em[data-emoji=":construction_worker_tone1:"]:before, +em[data-emoji="construction_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb.svg"); +} + +em[data-emoji=":construction_worker_tone2:"]:before, +em[data-emoji="construction_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc.svg"); +} + +em[data-emoji=":construction_worker_tone3:"]:before, +em[data-emoji="construction_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd.svg"); +} + +em[data-emoji=":construction_worker_tone4:"]:before, +em[data-emoji="construction_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe.svg"); +} + +em[data-emoji=":construction_worker_tone5:"]:before, +em[data-emoji="construction_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff.svg"); +} + +em[data-emoji=":woman_construction_worker:"]:before, +em[data-emoji="woman_construction_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_construction_worker_tone1:"]:before, +em[data-emoji="woman_construction_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_construction_worker_tone2:"]:before, +em[data-emoji="woman_construction_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_construction_worker_tone3:"]:before, +em[data-emoji="woman_construction_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_construction_worker_tone4:"]:before, +em[data-emoji="woman_construction_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_construction_worker_tone5:"]:before, +em[data-emoji="woman_construction_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker:"]:before, +em[data-emoji="man_construction_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker_tone1:"]:before, +em[data-emoji="man_construction_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker_tone2:"]:before, +em[data-emoji="man_construction_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker_tone3:"]:before, +em[data-emoji="man_construction_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker_tone4:"]:before, +em[data-emoji="man_construction_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_construction_worker_tone5:"]:before, +em[data-emoji="man_construction_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":guard:"]:before, +em[data-emoji="guard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482.svg"); +} + +em[data-emoji=":guard_tone1:"]:before, +em[data-emoji="guard_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb.svg"); +} + +em[data-emoji=":guard_tone2:"]:before, +em[data-emoji="guard_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc.svg"); +} + +em[data-emoji=":guard_tone3:"]:before, +em[data-emoji="guard_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd.svg"); +} + +em[data-emoji=":guard_tone4:"]:before, +em[data-emoji="guard_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe.svg"); +} + +em[data-emoji=":guard_tone5:"]:before, +em[data-emoji="guard_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff.svg"); +} + +em[data-emoji=":woman_guard:"]:before, +em[data-emoji="woman_guard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_guard_tone1:"]:before, +em[data-emoji="woman_guard_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_guard_tone2:"]:before, +em[data-emoji="woman_guard_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_guard_tone3:"]:before, +em[data-emoji="woman_guard_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_guard_tone4:"]:before, +em[data-emoji="woman_guard_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_guard_tone5:"]:before, +em[data-emoji="woman_guard_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_guard:"]:before, +em[data-emoji="man_guard"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_guard_tone1:"]:before, +em[data-emoji="man_guard_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_guard_tone2:"]:before, +em[data-emoji="man_guard_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_guard_tone3:"]:before, +em[data-emoji="man_guard_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_guard_tone4:"]:before, +em[data-emoji="man_guard_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_guard_tone5:"]:before, +em[data-emoji="man_guard_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":detective:"]:before, +em[data-emoji="detective"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575.svg"); +} + +em[data-emoji=":detective_tone1:"]:before, +em[data-emoji="detective_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb.svg"); +} + +em[data-emoji=":detective_tone2:"]:before, +em[data-emoji="detective_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc.svg"); +} + +em[data-emoji=":detective_tone3:"]:before, +em[data-emoji="detective_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd.svg"); +} + +em[data-emoji=":detective_tone4:"]:before, +em[data-emoji="detective_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe.svg"); +} + +em[data-emoji=":detective_tone5:"]:before, +em[data-emoji="detective_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff.svg"); +} + +em[data-emoji=":woman_detective:"]:before, +em[data-emoji="woman_detective"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_detective_tone1:"]:before, +em[data-emoji="woman_detective_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_detective_tone2:"]:before, +em[data-emoji="woman_detective_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_detective_tone3:"]:before, +em[data-emoji="woman_detective_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_detective_tone4:"]:before, +em[data-emoji="woman_detective_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_detective_tone5:"]:before, +em[data-emoji="woman_detective_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_detective:"]:before, +em[data-emoji="man_detective"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_detective_tone1:"]:before, +em[data-emoji="man_detective_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_detective_tone2:"]:before, +em[data-emoji="man_detective_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_detective_tone3:"]:before, +em[data-emoji="man_detective_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_detective_tone4:"]:before, +em[data-emoji="man_detective_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_detective_tone5:"]:before, +em[data-emoji="man_detective_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker:"]:before, +em[data-emoji="woman_health_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker_tone1:"]:before, +em[data-emoji="woman_health_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker_tone2:"]:before, +em[data-emoji="woman_health_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker_tone3:"]:before, +em[data-emoji="woman_health_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker_tone4:"]:before, +em[data-emoji="woman_health_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_health_worker_tone5:"]:before, +em[data-emoji="woman_health_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker:"]:before, +em[data-emoji="man_health_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker_tone1:"]:before, +em[data-emoji="man_health_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker_tone2:"]:before, +em[data-emoji="man_health_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker_tone3:"]:before, +em[data-emoji="man_health_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker_tone4:"]:before, +em[data-emoji="man_health_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2695-fe0f.svg"); +} + +em[data-emoji=":man_health_worker_tone5:"]:before, +em[data-emoji="man_health_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2695-fe0f.svg"); +} + +em[data-emoji=":woman_farmer:"]:before, +em[data-emoji="woman_farmer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f33e.svg"); +} + +em[data-emoji=":woman_farmer_tone1:"]:before, +em[data-emoji="woman_farmer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f33e.svg"); +} + +em[data-emoji=":woman_farmer_tone2:"]:before, +em[data-emoji="woman_farmer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f33e.svg"); +} + +em[data-emoji=":woman_farmer_tone3:"]:before, +em[data-emoji="woman_farmer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f33e.svg"); +} + +em[data-emoji=":woman_farmer_tone4:"]:before, +em[data-emoji="woman_farmer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f33e.svg"); +} + +em[data-emoji=":woman_farmer_tone5:"]:before, +em[data-emoji="woman_farmer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer:"]:before, +em[data-emoji="man_farmer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer_tone1:"]:before, +em[data-emoji="man_farmer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer_tone2:"]:before, +em[data-emoji="man_farmer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer_tone3:"]:before, +em[data-emoji="man_farmer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer_tone4:"]:before, +em[data-emoji="man_farmer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f33e.svg"); +} + +em[data-emoji=":man_farmer_tone5:"]:before, +em[data-emoji="man_farmer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f33e.svg"); +} + +em[data-emoji=":woman_cook:"]:before, +em[data-emoji="woman_cook"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f373.svg"); +} + +em[data-emoji=":woman_cook_tone1:"]:before, +em[data-emoji="woman_cook_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f373.svg"); +} + +em[data-emoji=":woman_cook_tone2:"]:before, +em[data-emoji="woman_cook_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f373.svg"); +} + +em[data-emoji=":woman_cook_tone3:"]:before, +em[data-emoji="woman_cook_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f373.svg"); +} + +em[data-emoji=":woman_cook_tone4:"]:before, +em[data-emoji="woman_cook_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f373.svg"); +} + +em[data-emoji=":woman_cook_tone5:"]:before, +em[data-emoji="woman_cook_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f373.svg"); +} + +em[data-emoji=":man_cook:"]:before, +em[data-emoji="man_cook"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f373.svg"); +} + +em[data-emoji=":man_cook_tone1:"]:before, +em[data-emoji="man_cook_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f373.svg"); +} + +em[data-emoji=":man_cook_tone2:"]:before, +em[data-emoji="man_cook_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f373.svg"); +} + +em[data-emoji=":man_cook_tone3:"]:before, +em[data-emoji="man_cook_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f373.svg"); +} + +em[data-emoji=":man_cook_tone4:"]:before, +em[data-emoji="man_cook_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f373.svg"); +} + +em[data-emoji=":man_cook_tone5:"]:before, +em[data-emoji="man_cook_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f373.svg"); +} + +em[data-emoji=":woman_student:"]:before, +em[data-emoji="woman_student"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f393.svg"); +} + +em[data-emoji=":woman_student_tone1:"]:before, +em[data-emoji="woman_student_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f393.svg"); +} + +em[data-emoji=":woman_student_tone2:"]:before, +em[data-emoji="woman_student_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f393.svg"); +} + +em[data-emoji=":woman_student_tone3:"]:before, +em[data-emoji="woman_student_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f393.svg"); +} + +em[data-emoji=":woman_student_tone4:"]:before, +em[data-emoji="woman_student_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f393.svg"); +} + +em[data-emoji=":woman_student_tone5:"]:before, +em[data-emoji="woman_student_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f393.svg"); +} + +em[data-emoji=":man_student:"]:before, +em[data-emoji="man_student"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f393.svg"); +} + +em[data-emoji=":man_student_tone1:"]:before, +em[data-emoji="man_student_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f393.svg"); +} + +em[data-emoji=":man_student_tone2:"]:before, +em[data-emoji="man_student_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f393.svg"); +} + +em[data-emoji=":man_student_tone3:"]:before, +em[data-emoji="man_student_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f393.svg"); +} + +em[data-emoji=":man_student_tone4:"]:before, +em[data-emoji="man_student_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f393.svg"); +} + +em[data-emoji=":man_student_tone5:"]:before, +em[data-emoji="man_student_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f393.svg"); +} + +em[data-emoji=":woman_singer:"]:before, +em[data-emoji="woman_singer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_singer_tone1:"]:before, +em[data-emoji="woman_singer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_singer_tone2:"]:before, +em[data-emoji="woman_singer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_singer_tone3:"]:before, +em[data-emoji="woman_singer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_singer_tone4:"]:before, +em[data-emoji="woman_singer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_singer_tone5:"]:before, +em[data-emoji="woman_singer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer:"]:before, +em[data-emoji="man_singer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer_tone1:"]:before, +em[data-emoji="man_singer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer_tone2:"]:before, +em[data-emoji="man_singer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer_tone3:"]:before, +em[data-emoji="man_singer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer_tone4:"]:before, +em[data-emoji="man_singer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a4.svg"); +} + +em[data-emoji=":man_singer_tone5:"]:before, +em[data-emoji="man_singer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a4.svg"); +} + +em[data-emoji=":woman_teacher:"]:before, +em[data-emoji="woman_teacher"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_teacher_tone1:"]:before, +em[data-emoji="woman_teacher_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_teacher_tone2:"]:before, +em[data-emoji="woman_teacher_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_teacher_tone3:"]:before, +em[data-emoji="woman_teacher_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_teacher_tone4:"]:before, +em[data-emoji="woman_teacher_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_teacher_tone5:"]:before, +em[data-emoji="woman_teacher_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher:"]:before, +em[data-emoji="man_teacher"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher_tone1:"]:before, +em[data-emoji="man_teacher_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher_tone2:"]:before, +em[data-emoji="man_teacher_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher_tone3:"]:before, +em[data-emoji="man_teacher_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher_tone4:"]:before, +em[data-emoji="man_teacher_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3eb.svg"); +} + +em[data-emoji=":man_teacher_tone5:"]:before, +em[data-emoji="man_teacher_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3eb.svg"); +} + +em[data-emoji=":woman_factory_worker:"]:before, +em[data-emoji="woman_factory_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_factory_worker_tone1:"]:before, +em[data-emoji="woman_factory_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_factory_worker_tone2:"]:before, +em[data-emoji="woman_factory_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_factory_worker_tone3:"]:before, +em[data-emoji="woman_factory_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_factory_worker_tone4:"]:before, +em[data-emoji="woman_factory_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_factory_worker_tone5:"]:before, +em[data-emoji="woman_factory_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker:"]:before, +em[data-emoji="man_factory_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker_tone1:"]:before, +em[data-emoji="man_factory_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker_tone2:"]:before, +em[data-emoji="man_factory_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker_tone3:"]:before, +em[data-emoji="man_factory_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker_tone4:"]:before, +em[data-emoji="man_factory_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3ed.svg"); +} + +em[data-emoji=":man_factory_worker_tone5:"]:before, +em[data-emoji="man_factory_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3ed.svg"); +} + +em[data-emoji=":woman_technologist:"]:before, +em[data-emoji="woman_technologist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_technologist_tone1:"]:before, +em[data-emoji="woman_technologist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_technologist_tone2:"]:before, +em[data-emoji="woman_technologist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_technologist_tone3:"]:before, +em[data-emoji="woman_technologist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_technologist_tone4:"]:before, +em[data-emoji="woman_technologist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_technologist_tone5:"]:before, +em[data-emoji="woman_technologist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist:"]:before, +em[data-emoji="man_technologist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist_tone1:"]:before, +em[data-emoji="man_technologist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist_tone2:"]:before, +em[data-emoji="man_technologist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist_tone3:"]:before, +em[data-emoji="man_technologist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist_tone4:"]:before, +em[data-emoji="man_technologist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bb.svg"); +} + +em[data-emoji=":man_technologist_tone5:"]:before, +em[data-emoji="man_technologist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bb.svg"); +} + +em[data-emoji=":woman_office_worker:"]:before, +em[data-emoji="woman_office_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_office_worker_tone1:"]:before, +em[data-emoji="woman_office_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_office_worker_tone2:"]:before, +em[data-emoji="woman_office_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_office_worker_tone3:"]:before, +em[data-emoji="woman_office_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_office_worker_tone4:"]:before, +em[data-emoji="woman_office_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_office_worker_tone5:"]:before, +em[data-emoji="woman_office_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker:"]:before, +em[data-emoji="man_office_worker"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker_tone1:"]:before, +em[data-emoji="man_office_worker_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker_tone2:"]:before, +em[data-emoji="man_office_worker_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker_tone3:"]:before, +em[data-emoji="man_office_worker_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker_tone4:"]:before, +em[data-emoji="man_office_worker_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bc.svg"); +} + +em[data-emoji=":man_office_worker_tone5:"]:before, +em[data-emoji="man_office_worker_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bc.svg"); +} + +em[data-emoji=":woman_mechanic:"]:before, +em[data-emoji="woman_mechanic"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f527.svg"); +} + +em[data-emoji=":woman_mechanic_tone1:"]:before, +em[data-emoji="woman_mechanic_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f527.svg"); +} + +em[data-emoji=":woman_mechanic_tone2:"]:before, +em[data-emoji="woman_mechanic_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f527.svg"); +} + +em[data-emoji=":woman_mechanic_tone3:"]:before, +em[data-emoji="woman_mechanic_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f527.svg"); +} + +em[data-emoji=":woman_mechanic_tone4:"]:before, +em[data-emoji="woman_mechanic_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f527.svg"); +} + +em[data-emoji=":woman_mechanic_tone5:"]:before, +em[data-emoji="woman_mechanic_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic:"]:before, +em[data-emoji="man_mechanic"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic_tone1:"]:before, +em[data-emoji="man_mechanic_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic_tone2:"]:before, +em[data-emoji="man_mechanic_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic_tone3:"]:before, +em[data-emoji="man_mechanic_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic_tone4:"]:before, +em[data-emoji="man_mechanic_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f527.svg"); +} + +em[data-emoji=":man_mechanic_tone5:"]:before, +em[data-emoji="man_mechanic_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f527.svg"); +} + +em[data-emoji=":woman_scientist:"]:before, +em[data-emoji="woman_scientist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f52c.svg"); +} + +em[data-emoji=":woman_scientist_tone1:"]:before, +em[data-emoji="woman_scientist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f52c.svg"); +} + +em[data-emoji=":woman_scientist_tone2:"]:before, +em[data-emoji="woman_scientist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f52c.svg"); +} + +em[data-emoji=":woman_scientist_tone3:"]:before, +em[data-emoji="woman_scientist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f52c.svg"); +} + +em[data-emoji=":woman_scientist_tone4:"]:before, +em[data-emoji="woman_scientist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f52c.svg"); +} + +em[data-emoji=":woman_scientist_tone5:"]:before, +em[data-emoji="woman_scientist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist:"]:before, +em[data-emoji="man_scientist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist_tone1:"]:before, +em[data-emoji="man_scientist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist_tone2:"]:before, +em[data-emoji="man_scientist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist_tone3:"]:before, +em[data-emoji="man_scientist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist_tone4:"]:before, +em[data-emoji="man_scientist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f52c.svg"); +} + +em[data-emoji=":man_scientist_tone5:"]:before, +em[data-emoji="man_scientist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f52c.svg"); +} + +em[data-emoji=":woman_artist:"]:before, +em[data-emoji="woman_artist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_artist_tone1:"]:before, +em[data-emoji="woman_artist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_artist_tone2:"]:before, +em[data-emoji="woman_artist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_artist_tone3:"]:before, +em[data-emoji="woman_artist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_artist_tone4:"]:before, +em[data-emoji="woman_artist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_artist_tone5:"]:before, +em[data-emoji="woman_artist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist:"]:before, +em[data-emoji="man_artist"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist_tone1:"]:before, +em[data-emoji="man_artist_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist_tone2:"]:before, +em[data-emoji="man_artist_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist_tone3:"]:before, +em[data-emoji="man_artist_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist_tone4:"]:before, +em[data-emoji="man_artist_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a8.svg"); +} + +em[data-emoji=":man_artist_tone5:"]:before, +em[data-emoji="man_artist_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a8.svg"); +} + +em[data-emoji=":woman_firefighter:"]:before, +em[data-emoji="woman_firefighter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f692.svg"); +} + +em[data-emoji=":woman_firefighter_tone1:"]:before, +em[data-emoji="woman_firefighter_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f692.svg"); +} + +em[data-emoji=":woman_firefighter_tone2:"]:before, +em[data-emoji="woman_firefighter_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f692.svg"); +} + +em[data-emoji=":woman_firefighter_tone3:"]:before, +em[data-emoji="woman_firefighter_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f692.svg"); +} + +em[data-emoji=":woman_firefighter_tone4:"]:before, +em[data-emoji="woman_firefighter_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f692.svg"); +} + +em[data-emoji=":woman_firefighter_tone5:"]:before, +em[data-emoji="woman_firefighter_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter:"]:before, +em[data-emoji="man_firefighter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter_tone1:"]:before, +em[data-emoji="man_firefighter_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter_tone2:"]:before, +em[data-emoji="man_firefighter_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter_tone3:"]:before, +em[data-emoji="man_firefighter_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter_tone4:"]:before, +em[data-emoji="man_firefighter_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f692.svg"); +} + +em[data-emoji=":man_firefighter_tone5:"]:before, +em[data-emoji="man_firefighter_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f692.svg"); +} + +em[data-emoji=":woman_pilot:"]:before, +em[data-emoji="woman_pilot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_pilot_tone1:"]:before, +em[data-emoji="woman_pilot_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_pilot_tone2:"]:before, +em[data-emoji="woman_pilot_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_pilot_tone3:"]:before, +em[data-emoji="woman_pilot_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_pilot_tone4:"]:before, +em[data-emoji="woman_pilot_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_pilot_tone5:"]:before, +em[data-emoji="woman_pilot_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot:"]:before, +em[data-emoji="man_pilot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot_tone1:"]:before, +em[data-emoji="man_pilot_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot_tone2:"]:before, +em[data-emoji="man_pilot_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot_tone3:"]:before, +em[data-emoji="man_pilot_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot_tone4:"]:before, +em[data-emoji="man_pilot_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2708-fe0f.svg"); +} + +em[data-emoji=":man_pilot_tone5:"]:before, +em[data-emoji="man_pilot_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2708-fe0f.svg"); +} + +em[data-emoji=":woman_astronaut:"]:before, +em[data-emoji="woman_astronaut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f680.svg"); +} + +em[data-emoji=":woman_astronaut_tone1:"]:before, +em[data-emoji="woman_astronaut_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f680.svg"); +} + +em[data-emoji=":woman_astronaut_tone2:"]:before, +em[data-emoji="woman_astronaut_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f680.svg"); +} + +em[data-emoji=":woman_astronaut_tone3:"]:before, +em[data-emoji="woman_astronaut_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f680.svg"); +} + +em[data-emoji=":woman_astronaut_tone4:"]:before, +em[data-emoji="woman_astronaut_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f680.svg"); +} + +em[data-emoji=":woman_astronaut_tone5:"]:before, +em[data-emoji="woman_astronaut_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut:"]:before, +em[data-emoji="man_astronaut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut_tone1:"]:before, +em[data-emoji="man_astronaut_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut_tone2:"]:before, +em[data-emoji="man_astronaut_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut_tone3:"]:before, +em[data-emoji="man_astronaut_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut_tone4:"]:before, +em[data-emoji="man_astronaut_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f680.svg"); +} + +em[data-emoji=":man_astronaut_tone5:"]:before, +em[data-emoji="man_astronaut_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f680.svg"); +} + +em[data-emoji=":woman_judge:"]:before, +em[data-emoji="woman_judge"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2696-fe0f.svg"); +} + +em[data-emoji=":woman_judge_tone1:"]:before, +em[data-emoji="woman_judge_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2696-fe0f.svg"); +} + +em[data-emoji=":woman_judge_tone2:"]:before, +em[data-emoji="woman_judge_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2696-fe0f.svg"); +} + +em[data-emoji=":woman_judge_tone3:"]:before, +em[data-emoji="woman_judge_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2696-fe0f.svg"); +} + +em[data-emoji=":woman_judge_tone4:"]:before, +em[data-emoji="woman_judge_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2696-fe0f.svg"); +} + +em[data-emoji=":woman_judge_tone5:"]:before, +em[data-emoji="woman_judge_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge:"]:before, +em[data-emoji="man_judge"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge_tone1:"]:before, +em[data-emoji="man_judge_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge_tone2:"]:before, +em[data-emoji="man_judge_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge_tone3:"]:before, +em[data-emoji="man_judge_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge_tone4:"]:before, +em[data-emoji="man_judge_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2696-fe0f.svg"); +} + +em[data-emoji=":man_judge_tone5:"]:before, +em[data-emoji="man_judge_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2696-fe0f.svg"); +} + +em[data-emoji=":bride_with_veil:"]:before, +em[data-emoji="bride_with_veil"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470.svg"); +} + +em[data-emoji=":bride_with_veil_tone1:"]:before, +em[data-emoji="bride_with_veil_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fb.svg"); +} + +em[data-emoji=":bride_with_veil_tone2:"]:before, +em[data-emoji="bride_with_veil_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fc.svg"); +} + +em[data-emoji=":bride_with_veil_tone3:"]:before, +em[data-emoji="bride_with_veil_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fd.svg"); +} + +em[data-emoji=":bride_with_veil_tone4:"]:before, +em[data-emoji="bride_with_veil_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fe.svg"); +} + +em[data-emoji=":bride_with_veil_tone5:"]:before, +em[data-emoji="bride_with_veil_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3ff.svg"); +} + +em[data-emoji=":man_in_tuxedo:"]:before, +em[data-emoji="man_in_tuxedo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935.svg"); +} + +em[data-emoji=":man_in_tuxedo_tone1:"]:before, +em[data-emoji="man_in_tuxedo_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fb.svg"); +} + +em[data-emoji=":man_in_tuxedo_tone2:"]:before, +em[data-emoji="man_in_tuxedo_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fc.svg"); +} + +em[data-emoji=":man_in_tuxedo_tone3:"]:before, +em[data-emoji="man_in_tuxedo_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fd.svg"); +} + +em[data-emoji=":man_in_tuxedo_tone4:"]:before, +em[data-emoji="man_in_tuxedo_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fe.svg"); +} + +em[data-emoji=":man_in_tuxedo_tone5:"]:before, +em[data-emoji="man_in_tuxedo_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3ff.svg"); +} + +em[data-emoji=":princess:"]:before, +em[data-emoji="princess"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478.svg"); +} + +em[data-emoji=":princess_tone1:"]:before, +em[data-emoji="princess_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fb.svg"); +} + +em[data-emoji=":princess_tone2:"]:before, +em[data-emoji="princess_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fc.svg"); +} + +em[data-emoji=":princess_tone3:"]:before, +em[data-emoji="princess_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fd.svg"); +} + +em[data-emoji=":princess_tone4:"]:before, +em[data-emoji="princess_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fe.svg"); +} + +em[data-emoji=":princess_tone5:"]:before, +em[data-emoji="princess_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3ff.svg"); +} + +em[data-emoji=":prince:"]:before, +em[data-emoji="prince"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934.svg"); +} + +em[data-emoji=":prince_tone1:"]:before, +em[data-emoji="prince_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fb.svg"); +} + +em[data-emoji=":prince_tone2:"]:before, +em[data-emoji="prince_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fc.svg"); +} + +em[data-emoji=":prince_tone3:"]:before, +em[data-emoji="prince_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fd.svg"); +} + +em[data-emoji=":prince_tone4:"]:before, +em[data-emoji="prince_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fe.svg"); +} + +em[data-emoji=":prince_tone5:"]:before, +em[data-emoji="prince_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3ff.svg"); +} + +em[data-emoji=":superhero:"]:before, +em[data-emoji="superhero"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8.svg"); +} + +em[data-emoji=":superhero_tone1:"]:before, +em[data-emoji="superhero_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb.svg"); +} + +em[data-emoji=":superhero_tone2:"]:before, +em[data-emoji="superhero_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc.svg"); +} + +em[data-emoji=":superhero_tone3:"]:before, +em[data-emoji="superhero_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd.svg"); +} + +em[data-emoji=":superhero_tone4:"]:before, +em[data-emoji="superhero_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe.svg"); +} + +em[data-emoji=":superhero_tone5:"]:before, +em[data-emoji="superhero_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff.svg"); +} + +em[data-emoji=":woman_superhero:"]:before, +em[data-emoji="woman_superhero"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_superhero_tone1:"]:before, +em[data-emoji="woman_superhero_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_superhero_tone2:"]:before, +em[data-emoji="woman_superhero_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_superhero_tone3:"]:before, +em[data-emoji="woman_superhero_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_superhero_tone4:"]:before, +em[data-emoji="woman_superhero_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_superhero_tone5:"]:before, +em[data-emoji="woman_superhero_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_superhero:"]:before, +em[data-emoji="man_superhero"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_superhero_tone1:"]:before, +em[data-emoji="man_superhero_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_superhero_tone2:"]:before, +em[data-emoji="man_superhero_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_superhero_tone3:"]:before, +em[data-emoji="man_superhero_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_superhero_tone4:"]:before, +em[data-emoji="man_superhero_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_superhero_tone5:"]:before, +em[data-emoji="man_superhero_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":supervillain:"]:before, +em[data-emoji="supervillain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9.svg"); +} + +em[data-emoji=":supervillain_tone1:"]:before, +em[data-emoji="supervillain_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb.svg"); +} + +em[data-emoji=":supervillain_tone2:"]:before, +em[data-emoji="supervillain_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc.svg"); +} + +em[data-emoji=":supervillain_tone3:"]:before, +em[data-emoji="supervillain_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd.svg"); +} + +em[data-emoji=":supervillain_tone4:"]:before, +em[data-emoji="supervillain_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe.svg"); +} + +em[data-emoji=":supervillain_tone5:"]:before, +em[data-emoji="supervillain_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff.svg"); +} + +em[data-emoji=":woman_supervillain:"]:before, +em[data-emoji="woman_supervillain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_supervillain_tone1:"]:before, +em[data-emoji="woman_supervillain_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_supervillain_tone2:"]:before, +em[data-emoji="woman_supervillain_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_supervillain_tone3:"]:before, +em[data-emoji="woman_supervillain_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_supervillain_tone4:"]:before, +em[data-emoji="woman_supervillain_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_supervillain_tone5:"]:before, +em[data-emoji="woman_supervillain_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_supervillain:"]:before, +em[data-emoji="man_supervillain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_supervillain_tone1:"]:before, +em[data-emoji="man_supervillain_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_supervillain_tone2:"]:before, +em[data-emoji="man_supervillain_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_supervillain_tone3:"]:before, +em[data-emoji="man_supervillain_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_supervillain_tone4:"]:before, +em[data-emoji="man_supervillain_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_supervillain_tone5:"]:before, +em[data-emoji="man_supervillain_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":mrs_claus:"]:before, +em[data-emoji="mrs_claus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936.svg"); +} + +em[data-emoji=":mrs_claus_tone1:"]:before, +em[data-emoji="mrs_claus_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fb.svg"); +} + +em[data-emoji=":mrs_claus_tone2:"]:before, +em[data-emoji="mrs_claus_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fc.svg"); +} + +em[data-emoji=":mrs_claus_tone3:"]:before, +em[data-emoji="mrs_claus_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fd.svg"); +} + +em[data-emoji=":mrs_claus_tone4:"]:before, +em[data-emoji="mrs_claus_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fe.svg"); +} + +em[data-emoji=":mrs_claus_tone5:"]:before, +em[data-emoji="mrs_claus_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3ff.svg"); +} + +em[data-emoji=":santa:"]:before, +em[data-emoji="santa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385.svg"); +} + +em[data-emoji=":santa_tone1:"]:before, +em[data-emoji="santa_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fb.svg"); +} + +em[data-emoji=":santa_tone2:"]:before, +em[data-emoji="santa_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fc.svg"); +} + +em[data-emoji=":santa_tone3:"]:before, +em[data-emoji="santa_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fd.svg"); +} + +em[data-emoji=":santa_tone4:"]:before, +em[data-emoji="santa_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fe.svg"); +} + +em[data-emoji=":santa_tone5:"]:before, +em[data-emoji="santa_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3ff.svg"); +} + +em[data-emoji=":mage:"]:before, +em[data-emoji="mage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9.svg"); +} + +em[data-emoji=":mage_tone1:"]:before, +em[data-emoji="mage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb.svg"); +} + +em[data-emoji=":mage_tone2:"]:before, +em[data-emoji="mage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc.svg"); +} + +em[data-emoji=":mage_tone3:"]:before, +em[data-emoji="mage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd.svg"); +} + +em[data-emoji=":mage_tone4:"]:before, +em[data-emoji="mage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe.svg"); +} + +em[data-emoji=":mage_tone5:"]:before, +em[data-emoji="mage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff.svg"); +} + +em[data-emoji=":woman_mage:"]:before, +em[data-emoji="woman_mage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mage_tone1:"]:before, +em[data-emoji="woman_mage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mage_tone2:"]:before, +em[data-emoji="woman_mage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mage_tone3:"]:before, +em[data-emoji="woman_mage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mage_tone4:"]:before, +em[data-emoji="woman_mage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_mage_tone5:"]:before, +em[data-emoji="woman_mage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_mage:"]:before, +em[data-emoji="man_mage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mage_tone1:"]:before, +em[data-emoji="man_mage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mage_tone2:"]:before, +em[data-emoji="man_mage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mage_tone3:"]:before, +em[data-emoji="man_mage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mage_tone4:"]:before, +em[data-emoji="man_mage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_mage_tone5:"]:before, +em[data-emoji="man_mage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":elf:"]:before, +em[data-emoji="elf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd.svg"); +} + +em[data-emoji=":elf_tone1:"]:before, +em[data-emoji="elf_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb.svg"); +} + +em[data-emoji=":elf_tone2:"]:before, +em[data-emoji="elf_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc.svg"); +} + +em[data-emoji=":elf_tone3:"]:before, +em[data-emoji="elf_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd.svg"); +} + +em[data-emoji=":elf_tone4:"]:before, +em[data-emoji="elf_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe.svg"); +} + +em[data-emoji=":elf_tone5:"]:before, +em[data-emoji="elf_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff.svg"); +} + +em[data-emoji=":woman_elf:"]:before, +em[data-emoji="woman_elf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_elf_tone1:"]:before, +em[data-emoji="woman_elf_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_elf_tone2:"]:before, +em[data-emoji="woman_elf_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_elf_tone3:"]:before, +em[data-emoji="woman_elf_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_elf_tone4:"]:before, +em[data-emoji="woman_elf_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_elf_tone5:"]:before, +em[data-emoji="woman_elf_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_elf:"]:before, +em[data-emoji="man_elf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_elf_tone1:"]:before, +em[data-emoji="man_elf_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_elf_tone2:"]:before, +em[data-emoji="man_elf_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_elf_tone3:"]:before, +em[data-emoji="man_elf_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_elf_tone4:"]:before, +em[data-emoji="man_elf_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_elf_tone5:"]:before, +em[data-emoji="man_elf_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":vampire:"]:before, +em[data-emoji="vampire"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db.svg"); +} + +em[data-emoji=":vampire_tone1:"]:before, +em[data-emoji="vampire_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb.svg"); +} + +em[data-emoji=":vampire_tone2:"]:before, +em[data-emoji="vampire_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc.svg"); +} + +em[data-emoji=":vampire_tone3:"]:before, +em[data-emoji="vampire_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd.svg"); +} + +em[data-emoji=":vampire_tone4:"]:before, +em[data-emoji="vampire_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe.svg"); +} + +em[data-emoji=":vampire_tone5:"]:before, +em[data-emoji="vampire_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff.svg"); +} + +em[data-emoji=":woman_vampire:"]:before, +em[data-emoji="woman_vampire"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_vampire_tone1:"]:before, +em[data-emoji="woman_vampire_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_vampire_tone2:"]:before, +em[data-emoji="woman_vampire_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_vampire_tone3:"]:before, +em[data-emoji="woman_vampire_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_vampire_tone4:"]:before, +em[data-emoji="woman_vampire_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_vampire_tone5:"]:before, +em[data-emoji="woman_vampire_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_vampire:"]:before, +em[data-emoji="man_vampire"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_vampire_tone1:"]:before, +em[data-emoji="man_vampire_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_vampire_tone2:"]:before, +em[data-emoji="man_vampire_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_vampire_tone3:"]:before, +em[data-emoji="man_vampire_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_vampire_tone4:"]:before, +em[data-emoji="man_vampire_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_vampire_tone5:"]:before, +em[data-emoji="man_vampire_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":zombie:"]:before, +em[data-emoji="zombie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df.svg"); +} + +em[data-emoji=":woman_zombie:"]:before, +em[data-emoji="woman_zombie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_zombie:"]:before, +em[data-emoji="man_zombie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2642-fe0f.svg"); +} + +em[data-emoji=":genie:"]:before, +em[data-emoji="genie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de.svg"); +} + +em[data-emoji=":woman_genie:"]:before, +em[data-emoji="woman_genie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_genie:"]:before, +em[data-emoji="man_genie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merperson:"]:before, +em[data-emoji="merperson"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc.svg"); +} + +em[data-emoji=":merperson_tone1:"]:before, +em[data-emoji="merperson_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb.svg"); +} + +em[data-emoji=":merperson_tone2:"]:before, +em[data-emoji="merperson_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc.svg"); +} + +em[data-emoji=":merperson_tone3:"]:before, +em[data-emoji="merperson_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd.svg"); +} + +em[data-emoji=":merperson_tone4:"]:before, +em[data-emoji="merperson_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe.svg"); +} + +em[data-emoji=":merperson_tone5:"]:before, +em[data-emoji="merperson_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff.svg"); +} + +em[data-emoji=":mermaid:"]:before, +em[data-emoji="mermaid"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":mermaid_tone1:"]:before, +em[data-emoji="mermaid_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":mermaid_tone2:"]:before, +em[data-emoji="mermaid_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":mermaid_tone3:"]:before, +em[data-emoji="mermaid_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":mermaid_tone4:"]:before, +em[data-emoji="mermaid_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":mermaid_tone5:"]:before, +em[data-emoji="mermaid_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":merman:"]:before, +em[data-emoji="merman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merman_tone1:"]:before, +em[data-emoji="merman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merman_tone2:"]:before, +em[data-emoji="merman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merman_tone3:"]:before, +em[data-emoji="merman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merman_tone4:"]:before, +em[data-emoji="merman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":merman_tone5:"]:before, +em[data-emoji="merman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":fairy:"]:before, +em[data-emoji="fairy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da.svg"); +} + +em[data-emoji=":fairy_tone1:"]:before, +em[data-emoji="fairy_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb.svg"); +} + +em[data-emoji=":fairy_tone2:"]:before, +em[data-emoji="fairy_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc.svg"); +} + +em[data-emoji=":fairy_tone3:"]:before, +em[data-emoji="fairy_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd.svg"); +} + +em[data-emoji=":fairy_tone4:"]:before, +em[data-emoji="fairy_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe.svg"); +} + +em[data-emoji=":fairy_tone5:"]:before, +em[data-emoji="fairy_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff.svg"); +} + +em[data-emoji=":woman_fairy:"]:before, +em[data-emoji="woman_fairy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_fairy_tone1:"]:before, +em[data-emoji="woman_fairy_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_fairy_tone2:"]:before, +em[data-emoji="woman_fairy_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_fairy_tone3:"]:before, +em[data-emoji="woman_fairy_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_fairy_tone4:"]:before, +em[data-emoji="woman_fairy_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_fairy_tone5:"]:before, +em[data-emoji="woman_fairy_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_fairy:"]:before, +em[data-emoji="man_fairy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_fairy_tone1:"]:before, +em[data-emoji="man_fairy_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_fairy_tone2:"]:before, +em[data-emoji="man_fairy_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_fairy_tone3:"]:before, +em[data-emoji="man_fairy_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_fairy_tone4:"]:before, +em[data-emoji="man_fairy_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_fairy_tone5:"]:before, +em[data-emoji="man_fairy_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":angel:"]:before, +em[data-emoji="angel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c.svg"); +} + +em[data-emoji=":angel_tone1:"]:before, +em[data-emoji="angel_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fb.svg"); +} + +em[data-emoji=":angel_tone2:"]:before, +em[data-emoji="angel_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fc.svg"); +} + +em[data-emoji=":angel_tone3:"]:before, +em[data-emoji="angel_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fd.svg"); +} + +em[data-emoji=":angel_tone4:"]:before, +em[data-emoji="angel_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fe.svg"); +} + +em[data-emoji=":angel_tone5:"]:before, +em[data-emoji="angel_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3ff.svg"); +} + +em[data-emoji=":pregnant_woman:"]:before, +em[data-emoji="pregnant_woman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930.svg"); +} + +em[data-emoji=":pregnant_woman_tone1:"]:before, +em[data-emoji="pregnant_woman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fb.svg"); +} + +em[data-emoji=":pregnant_woman_tone2:"]:before, +em[data-emoji="pregnant_woman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fc.svg"); +} + +em[data-emoji=":pregnant_woman_tone3:"]:before, +em[data-emoji="pregnant_woman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fd.svg"); +} + +em[data-emoji=":pregnant_woman_tone4:"]:before, +em[data-emoji="pregnant_woman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fe.svg"); +} + +em[data-emoji=":pregnant_woman_tone5:"]:before, +em[data-emoji="pregnant_woman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3ff.svg"); +} + +em[data-emoji=":breast_feeding:"]:before, +em[data-emoji="breast_feeding"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931.svg"); +} + +em[data-emoji=":breast_feeding_tone1:"]:before, +em[data-emoji="breast_feeding_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fb.svg"); +} + +em[data-emoji=":breast_feeding_tone2:"]:before, +em[data-emoji="breast_feeding_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fc.svg"); +} + +em[data-emoji=":breast_feeding_tone3:"]:before, +em[data-emoji="breast_feeding_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fd.svg"); +} + +em[data-emoji=":breast_feeding_tone4:"]:before, +em[data-emoji="breast_feeding_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fe.svg"); +} + +em[data-emoji=":breast_feeding_tone5:"]:before, +em[data-emoji="breast_feeding_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3ff.svg"); +} + +em[data-emoji=":person_bowing:"]:before, +em[data-emoji="person_bowing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647.svg"); +} + +em[data-emoji=":person_bowing_tone1:"]:before, +em[data-emoji="person_bowing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb.svg"); +} + +em[data-emoji=":person_bowing_tone2:"]:before, +em[data-emoji="person_bowing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc.svg"); +} + +em[data-emoji=":person_bowing_tone3:"]:before, +em[data-emoji="person_bowing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd.svg"); +} + +em[data-emoji=":person_bowing_tone4:"]:before, +em[data-emoji="person_bowing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe.svg"); +} + +em[data-emoji=":person_bowing_tone5:"]:before, +em[data-emoji="person_bowing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff.svg"); +} + +em[data-emoji=":woman_bowing:"]:before, +em[data-emoji="woman_bowing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bowing_tone1:"]:before, +em[data-emoji="woman_bowing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bowing_tone2:"]:before, +em[data-emoji="woman_bowing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bowing_tone3:"]:before, +em[data-emoji="woman_bowing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bowing_tone4:"]:before, +em[data-emoji="woman_bowing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_bowing_tone5:"]:before, +em[data-emoji="woman_bowing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_bowing:"]:before, +em[data-emoji="man_bowing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bowing_tone1:"]:before, +em[data-emoji="man_bowing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bowing_tone2:"]:before, +em[data-emoji="man_bowing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bowing_tone3:"]:before, +em[data-emoji="man_bowing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bowing_tone4:"]:before, +em[data-emoji="man_bowing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_bowing_tone5:"]:before, +em[data-emoji="man_bowing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_tipping_hand:"]:before, +em[data-emoji="person_tipping_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481.svg"); +} + +em[data-emoji=":person_tipping_hand_tone1:"]:before, +em[data-emoji="person_tipping_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb.svg"); +} + +em[data-emoji=":person_tipping_hand_tone2:"]:before, +em[data-emoji="person_tipping_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc.svg"); +} + +em[data-emoji=":person_tipping_hand_tone3:"]:before, +em[data-emoji="person_tipping_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd.svg"); +} + +em[data-emoji=":person_tipping_hand_tone4:"]:before, +em[data-emoji="person_tipping_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe.svg"); +} + +em[data-emoji=":person_tipping_hand_tone5:"]:before, +em[data-emoji="person_tipping_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff.svg"); +} + +em[data-emoji=":woman_tipping_hand:"]:before, +em[data-emoji="woman_tipping_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_tipping_hand_tone1:"]:before, +em[data-emoji="woman_tipping_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_tipping_hand_tone2:"]:before, +em[data-emoji="woman_tipping_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_tipping_hand_tone3:"]:before, +em[data-emoji="woman_tipping_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_tipping_hand_tone4:"]:before, +em[data-emoji="woman_tipping_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_tipping_hand_tone5:"]:before, +em[data-emoji="woman_tipping_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand:"]:before, +em[data-emoji="man_tipping_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand_tone1:"]:before, +em[data-emoji="man_tipping_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand_tone2:"]:before, +em[data-emoji="man_tipping_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand_tone3:"]:before, +em[data-emoji="man_tipping_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand_tone4:"]:before, +em[data-emoji="man_tipping_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_tipping_hand_tone5:"]:before, +em[data-emoji="man_tipping_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_gesturing_no:"]:before, +em[data-emoji="person_gesturing_no"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645.svg"); +} + +em[data-emoji=":person_gesturing_no_tone1:"]:before, +em[data-emoji="person_gesturing_no_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb.svg"); +} + +em[data-emoji=":person_gesturing_no_tone2:"]:before, +em[data-emoji="person_gesturing_no_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc.svg"); +} + +em[data-emoji=":person_gesturing_no_tone3:"]:before, +em[data-emoji="person_gesturing_no_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd.svg"); +} + +em[data-emoji=":person_gesturing_no_tone4:"]:before, +em[data-emoji="person_gesturing_no_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe.svg"); +} + +em[data-emoji=":person_gesturing_no_tone5:"]:before, +em[data-emoji="person_gesturing_no_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff.svg"); +} + +em[data-emoji=":woman_gesturing_no:"]:before, +em[data-emoji="woman_gesturing_no"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_no_tone1:"]:before, +em[data-emoji="woman_gesturing_no_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_no_tone2:"]:before, +em[data-emoji="woman_gesturing_no_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_no_tone3:"]:before, +em[data-emoji="woman_gesturing_no_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_no_tone4:"]:before, +em[data-emoji="woman_gesturing_no_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_no_tone5:"]:before, +em[data-emoji="woman_gesturing_no_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no:"]:before, +em[data-emoji="man_gesturing_no"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no_tone1:"]:before, +em[data-emoji="man_gesturing_no_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no_tone2:"]:before, +em[data-emoji="man_gesturing_no_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no_tone3:"]:before, +em[data-emoji="man_gesturing_no_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no_tone4:"]:before, +em[data-emoji="man_gesturing_no_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_no_tone5:"]:before, +em[data-emoji="man_gesturing_no_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_gesturing_ok:"]:before, +em[data-emoji="person_gesturing_ok"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646.svg"); +} + +em[data-emoji=":person_gesturing_ok_tone1:"]:before, +em[data-emoji="person_gesturing_ok_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb.svg"); +} + +em[data-emoji=":person_gesturing_ok_tone2:"]:before, +em[data-emoji="person_gesturing_ok_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc.svg"); +} + +em[data-emoji=":person_gesturing_ok_tone3:"]:before, +em[data-emoji="person_gesturing_ok_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd.svg"); +} + +em[data-emoji=":person_gesturing_ok_tone4:"]:before, +em[data-emoji="person_gesturing_ok_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe.svg"); +} + +em[data-emoji=":person_gesturing_ok_tone5:"]:before, +em[data-emoji="person_gesturing_ok_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff.svg"); +} + +em[data-emoji=":woman_gesturing_ok:"]:before, +em[data-emoji="woman_gesturing_ok"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_ok_tone1:"]:before, +em[data-emoji="woman_gesturing_ok_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_ok_tone2:"]:before, +em[data-emoji="woman_gesturing_ok_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_ok_tone3:"]:before, +em[data-emoji="woman_gesturing_ok_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_ok_tone4:"]:before, +em[data-emoji="woman_gesturing_ok_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_gesturing_ok_tone5:"]:before, +em[data-emoji="woman_gesturing_ok_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok:"]:before, +em[data-emoji="man_gesturing_ok"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok_tone1:"]:before, +em[data-emoji="man_gesturing_ok_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok_tone2:"]:before, +em[data-emoji="man_gesturing_ok_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok_tone3:"]:before, +em[data-emoji="man_gesturing_ok_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok_tone4:"]:before, +em[data-emoji="man_gesturing_ok_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_gesturing_ok_tone5:"]:before, +em[data-emoji="man_gesturing_ok_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_raising_hand:"]:before, +em[data-emoji="person_raising_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b.svg"); +} + +em[data-emoji=":person_raising_hand_tone1:"]:before, +em[data-emoji="person_raising_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb.svg"); +} + +em[data-emoji=":person_raising_hand_tone2:"]:before, +em[data-emoji="person_raising_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc.svg"); +} + +em[data-emoji=":person_raising_hand_tone3:"]:before, +em[data-emoji="person_raising_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd.svg"); +} + +em[data-emoji=":person_raising_hand_tone4:"]:before, +em[data-emoji="person_raising_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe.svg"); +} + +em[data-emoji=":person_raising_hand_tone5:"]:before, +em[data-emoji="person_raising_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff.svg"); +} + +em[data-emoji=":woman_raising_hand:"]:before, +em[data-emoji="woman_raising_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_raising_hand_tone1:"]:before, +em[data-emoji="woman_raising_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_raising_hand_tone2:"]:before, +em[data-emoji="woman_raising_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_raising_hand_tone3:"]:before, +em[data-emoji="woman_raising_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_raising_hand_tone4:"]:before, +em[data-emoji="woman_raising_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_raising_hand_tone5:"]:before, +em[data-emoji="woman_raising_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand:"]:before, +em[data-emoji="man_raising_hand"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand_tone1:"]:before, +em[data-emoji="man_raising_hand_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand_tone2:"]:before, +em[data-emoji="man_raising_hand_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand_tone3:"]:before, +em[data-emoji="man_raising_hand_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand_tone4:"]:before, +em[data-emoji="man_raising_hand_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_raising_hand_tone5:"]:before, +em[data-emoji="man_raising_hand_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_person:"]:before, +em[data-emoji="deaf_person"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf.svg"); +} + +em[data-emoji=":deaf_person_tone1:"]:before, +em[data-emoji="deaf_person_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb.svg"); +} + +em[data-emoji=":deaf_person_tone2:"]:before, +em[data-emoji="deaf_person_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc.svg"); +} + +em[data-emoji=":deaf_person_tone3:"]:before, +em[data-emoji="deaf_person_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd.svg"); +} + +em[data-emoji=":deaf_person_tone4:"]:before, +em[data-emoji="deaf_person_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe.svg"); +} + +em[data-emoji=":deaf_person_tone5:"]:before, +em[data-emoji="deaf_person_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff.svg"); +} + +em[data-emoji=":deaf_woman:"]:before, +em[data-emoji="deaf_woman"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_woman_tone1:"]:before, +em[data-emoji="deaf_woman_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_woman_tone2:"]:before, +em[data-emoji="deaf_woman_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_woman_tone3:"]:before, +em[data-emoji="deaf_woman_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_woman_tone4:"]:before, +em[data-emoji="deaf_woman_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_woman_tone5:"]:before, +em[data-emoji="deaf_woman_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":deaf_man:"]:before, +em[data-emoji="deaf_man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_man_tone1:"]:before, +em[data-emoji="deaf_man_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_man_tone2:"]:before, +em[data-emoji="deaf_man_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_man_tone3:"]:before, +em[data-emoji="deaf_man_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_man_tone4:"]:before, +em[data-emoji="deaf_man_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":deaf_man_tone5:"]:before, +em[data-emoji="deaf_man_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_facepalming:"]:before, +em[data-emoji="person_facepalming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926.svg"); +} + +em[data-emoji=":person_facepalming_tone1:"]:before, +em[data-emoji="person_facepalming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb.svg"); +} + +em[data-emoji=":person_facepalming_tone2:"]:before, +em[data-emoji="person_facepalming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc.svg"); +} + +em[data-emoji=":person_facepalming_tone3:"]:before, +em[data-emoji="person_facepalming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd.svg"); +} + +em[data-emoji=":person_facepalming_tone4:"]:before, +em[data-emoji="person_facepalming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe.svg"); +} + +em[data-emoji=":person_facepalming_tone5:"]:before, +em[data-emoji="person_facepalming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff.svg"); +} + +em[data-emoji=":woman_facepalming:"]:before, +em[data-emoji="woman_facepalming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_facepalming_tone1:"]:before, +em[data-emoji="woman_facepalming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_facepalming_tone2:"]:before, +em[data-emoji="woman_facepalming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_facepalming_tone3:"]:before, +em[data-emoji="woman_facepalming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_facepalming_tone4:"]:before, +em[data-emoji="woman_facepalming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_facepalming_tone5:"]:before, +em[data-emoji="woman_facepalming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_facepalming:"]:before, +em[data-emoji="man_facepalming"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_facepalming_tone1:"]:before, +em[data-emoji="man_facepalming_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_facepalming_tone2:"]:before, +em[data-emoji="man_facepalming_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_facepalming_tone3:"]:before, +em[data-emoji="man_facepalming_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_facepalming_tone4:"]:before, +em[data-emoji="man_facepalming_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_facepalming_tone5:"]:before, +em[data-emoji="man_facepalming_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_shrugging:"]:before, +em[data-emoji="person_shrugging"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937.svg"); +} + +em[data-emoji=":person_shrugging_tone1:"]:before, +em[data-emoji="person_shrugging_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb.svg"); +} + +em[data-emoji=":person_shrugging_tone2:"]:before, +em[data-emoji="person_shrugging_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc.svg"); +} + +em[data-emoji=":person_shrugging_tone3:"]:before, +em[data-emoji="person_shrugging_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd.svg"); +} + +em[data-emoji=":person_shrugging_tone4:"]:before, +em[data-emoji="person_shrugging_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe.svg"); +} + +em[data-emoji=":person_shrugging_tone5:"]:before, +em[data-emoji="person_shrugging_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff.svg"); +} + +em[data-emoji=":woman_shrugging:"]:before, +em[data-emoji="woman_shrugging"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_shrugging_tone1:"]:before, +em[data-emoji="woman_shrugging_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_shrugging_tone2:"]:before, +em[data-emoji="woman_shrugging_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_shrugging_tone3:"]:before, +em[data-emoji="woman_shrugging_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_shrugging_tone4:"]:before, +em[data-emoji="woman_shrugging_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_shrugging_tone5:"]:before, +em[data-emoji="woman_shrugging_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_shrugging:"]:before, +em[data-emoji="man_shrugging"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_shrugging_tone1:"]:before, +em[data-emoji="man_shrugging_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_shrugging_tone2:"]:before, +em[data-emoji="man_shrugging_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_shrugging_tone3:"]:before, +em[data-emoji="man_shrugging_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_shrugging_tone4:"]:before, +em[data-emoji="man_shrugging_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_shrugging_tone5:"]:before, +em[data-emoji="man_shrugging_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_pouting:"]:before, +em[data-emoji="person_pouting"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e.svg"); +} + +em[data-emoji=":person_pouting_tone1:"]:before, +em[data-emoji="person_pouting_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb.svg"); +} + +em[data-emoji=":person_pouting_tone2:"]:before, +em[data-emoji="person_pouting_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc.svg"); +} + +em[data-emoji=":person_pouting_tone3:"]:before, +em[data-emoji="person_pouting_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd.svg"); +} + +em[data-emoji=":person_pouting_tone4:"]:before, +em[data-emoji="person_pouting_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe.svg"); +} + +em[data-emoji=":person_pouting_tone5:"]:before, +em[data-emoji="person_pouting_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff.svg"); +} + +em[data-emoji=":woman_pouting:"]:before, +em[data-emoji="woman_pouting"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_pouting_tone1:"]:before, +em[data-emoji="woman_pouting_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_pouting_tone2:"]:before, +em[data-emoji="woman_pouting_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_pouting_tone3:"]:before, +em[data-emoji="woman_pouting_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_pouting_tone4:"]:before, +em[data-emoji="woman_pouting_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_pouting_tone5:"]:before, +em[data-emoji="woman_pouting_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_pouting:"]:before, +em[data-emoji="man_pouting"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_pouting_tone1:"]:before, +em[data-emoji="man_pouting_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_pouting_tone2:"]:before, +em[data-emoji="man_pouting_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_pouting_tone3:"]:before, +em[data-emoji="man_pouting_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_pouting_tone4:"]:before, +em[data-emoji="man_pouting_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_pouting_tone5:"]:before, +em[data-emoji="man_pouting_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_frowning:"]:before, +em[data-emoji="person_frowning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d.svg"); +} + +em[data-emoji=":person_frowning_tone1:"]:before, +em[data-emoji="person_frowning_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb.svg"); +} + +em[data-emoji=":person_frowning_tone2:"]:before, +em[data-emoji="person_frowning_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc.svg"); +} + +em[data-emoji=":person_frowning_tone3:"]:before, +em[data-emoji="person_frowning_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd.svg"); +} + +em[data-emoji=":person_frowning_tone4:"]:before, +em[data-emoji="person_frowning_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe.svg"); +} + +em[data-emoji=":person_frowning_tone5:"]:before, +em[data-emoji="person_frowning_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff.svg"); +} + +em[data-emoji=":woman_frowning:"]:before, +em[data-emoji="woman_frowning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_frowning_tone1:"]:before, +em[data-emoji="woman_frowning_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_frowning_tone2:"]:before, +em[data-emoji="woman_frowning_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_frowning_tone3:"]:before, +em[data-emoji="woman_frowning_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_frowning_tone4:"]:before, +em[data-emoji="woman_frowning_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_frowning_tone5:"]:before, +em[data-emoji="woman_frowning_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_frowning:"]:before, +em[data-emoji="man_frowning"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_frowning_tone1:"]:before, +em[data-emoji="man_frowning_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_frowning_tone2:"]:before, +em[data-emoji="man_frowning_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_frowning_tone3:"]:before, +em[data-emoji="man_frowning_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_frowning_tone4:"]:before, +em[data-emoji="man_frowning_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_frowning_tone5:"]:before, +em[data-emoji="man_frowning_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_getting_haircut:"]:before, +em[data-emoji="person_getting_haircut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487.svg"); +} + +em[data-emoji=":person_getting_haircut_tone1:"]:before, +em[data-emoji="person_getting_haircut_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb.svg"); +} + +em[data-emoji=":person_getting_haircut_tone2:"]:before, +em[data-emoji="person_getting_haircut_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc.svg"); +} + +em[data-emoji=":person_getting_haircut_tone3:"]:before, +em[data-emoji="person_getting_haircut_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd.svg"); +} + +em[data-emoji=":person_getting_haircut_tone4:"]:before, +em[data-emoji="person_getting_haircut_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe.svg"); +} + +em[data-emoji=":person_getting_haircut_tone5:"]:before, +em[data-emoji="person_getting_haircut_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff.svg"); +} + +em[data-emoji=":woman_getting_haircut:"]:before, +em[data-emoji="woman_getting_haircut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_haircut_tone1:"]:before, +em[data-emoji="woman_getting_haircut_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_haircut_tone2:"]:before, +em[data-emoji="woman_getting_haircut_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_haircut_tone3:"]:before, +em[data-emoji="woman_getting_haircut_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_haircut_tone4:"]:before, +em[data-emoji="woman_getting_haircut_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_haircut_tone5:"]:before, +em[data-emoji="woman_getting_haircut_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut:"]:before, +em[data-emoji="man_getting_haircut"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut_tone1:"]:before, +em[data-emoji="man_getting_haircut_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut_tone2:"]:before, +em[data-emoji="man_getting_haircut_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut_tone3:"]:before, +em[data-emoji="man_getting_haircut_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut_tone4:"]:before, +em[data-emoji="man_getting_haircut_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_haircut_tone5:"]:before, +em[data-emoji="man_getting_haircut_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_getting_massage:"]:before, +em[data-emoji="person_getting_massage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486.svg"); +} + +em[data-emoji=":person_getting_massage_tone1:"]:before, +em[data-emoji="person_getting_massage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb.svg"); +} + +em[data-emoji=":person_getting_massage_tone2:"]:before, +em[data-emoji="person_getting_massage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc.svg"); +} + +em[data-emoji=":person_getting_massage_tone3:"]:before, +em[data-emoji="person_getting_massage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd.svg"); +} + +em[data-emoji=":person_getting_massage_tone4:"]:before, +em[data-emoji="person_getting_massage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe.svg"); +} + +em[data-emoji=":person_getting_massage_tone5:"]:before, +em[data-emoji="person_getting_massage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff.svg"); +} + +em[data-emoji=":woman_getting_face_massage:"]:before, +em[data-emoji="woman_getting_face_massage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_face_massage_tone1:"]:before, +em[data-emoji="woman_getting_face_massage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_face_massage_tone2:"]:before, +em[data-emoji="woman_getting_face_massage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_face_massage_tone3:"]:before, +em[data-emoji="woman_getting_face_massage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_face_massage_tone4:"]:before, +em[data-emoji="woman_getting_face_massage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_getting_face_massage_tone5:"]:before, +em[data-emoji="woman_getting_face_massage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage:"]:before, +em[data-emoji="man_getting_face_massage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage_tone1:"]:before, +em[data-emoji="man_getting_face_massage_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage_tone2:"]:before, +em[data-emoji="man_getting_face_massage_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage_tone3:"]:before, +em[data-emoji="man_getting_face_massage_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage_tone4:"]:before, +em[data-emoji="man_getting_face_massage_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_getting_face_massage_tone5:"]:before, +em[data-emoji="man_getting_face_massage_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_in_steamy_room:"]:before, +em[data-emoji="person_in_steamy_room"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6.svg"); +} + +em[data-emoji=":person_in_steamy_room_tone1:"]:before, +em[data-emoji="person_in_steamy_room_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb.svg"); +} + +em[data-emoji=":person_in_steamy_room_tone2:"]:before, +em[data-emoji="person_in_steamy_room_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc.svg"); +} + +em[data-emoji=":person_in_steamy_room_tone3:"]:before, +em[data-emoji="person_in_steamy_room_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd.svg"); +} + +em[data-emoji=":person_in_steamy_room_tone4:"]:before, +em[data-emoji="person_in_steamy_room_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe.svg"); +} + +em[data-emoji=":person_in_steamy_room_tone5:"]:before, +em[data-emoji="person_in_steamy_room_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff.svg"); +} + +em[data-emoji=":woman_in_steamy_room:"]:before, +em[data-emoji="woman_in_steamy_room"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_steamy_room_tone1:"]:before, +em[data-emoji="woman_in_steamy_room_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_steamy_room_tone2:"]:before, +em[data-emoji="woman_in_steamy_room_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_steamy_room_tone3:"]:before, +em[data-emoji="woman_in_steamy_room_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_steamy_room_tone4:"]:before, +em[data-emoji="woman_in_steamy_room_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_in_steamy_room_tone5:"]:before, +em[data-emoji="woman_in_steamy_room_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room:"]:before, +em[data-emoji="man_in_steamy_room"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room_tone1:"]:before, +em[data-emoji="man_in_steamy_room_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room_tone2:"]:before, +em[data-emoji="man_in_steamy_room_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room_tone3:"]:before, +em[data-emoji="man_in_steamy_room_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room_tone4:"]:before, +em[data-emoji="man_in_steamy_room_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_in_steamy_room_tone5:"]:before, +em[data-emoji="man_in_steamy_room_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":nail_care:"]:before, +em[data-emoji="nail_care"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485.svg"); +} + +em[data-emoji=":nail_care_tone1:"]:before, +em[data-emoji="nail_care_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fb.svg"); +} + +em[data-emoji=":nail_care_tone2:"]:before, +em[data-emoji="nail_care_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fc.svg"); +} + +em[data-emoji=":nail_care_tone3:"]:before, +em[data-emoji="nail_care_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fd.svg"); +} + +em[data-emoji=":nail_care_tone4:"]:before, +em[data-emoji="nail_care_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fe.svg"); +} + +em[data-emoji=":nail_care_tone5:"]:before, +em[data-emoji="nail_care_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3ff.svg"); +} + +em[data-emoji=":selfie:"]:before, +em[data-emoji="selfie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933.svg"); +} + +em[data-emoji=":selfie_tone1:"]:before, +em[data-emoji="selfie_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fb.svg"); +} + +em[data-emoji=":selfie_tone2:"]:before, +em[data-emoji="selfie_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fc.svg"); +} + +em[data-emoji=":selfie_tone3:"]:before, +em[data-emoji="selfie_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fd.svg"); +} + +em[data-emoji=":selfie_tone4:"]:before, +em[data-emoji="selfie_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fe.svg"); +} + +em[data-emoji=":selfie_tone5:"]:before, +em[data-emoji="selfie_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3ff.svg"); +} + +em[data-emoji=":dancer:"]:before, +em[data-emoji="dancer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483.svg"); +} + +em[data-emoji=":dancer_tone1:"]:before, +em[data-emoji="dancer_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fb.svg"); +} + +em[data-emoji=":dancer_tone2:"]:before, +em[data-emoji="dancer_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fc.svg"); +} + +em[data-emoji=":dancer_tone3:"]:before, +em[data-emoji="dancer_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fd.svg"); +} + +em[data-emoji=":dancer_tone4:"]:before, +em[data-emoji="dancer_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fe.svg"); +} + +em[data-emoji=":dancer_tone5:"]:before, +em[data-emoji="dancer_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3ff.svg"); +} + +em[data-emoji=":man_dancing:"]:before, +em[data-emoji="man_dancing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a.svg"); +} + +em[data-emoji=":man_dancing_tone1:"]:before, +em[data-emoji="man_dancing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fb.svg"); +} + +em[data-emoji=":man_dancing_tone2:"]:before, +em[data-emoji="man_dancing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fc.svg"); +} + +em[data-emoji=":man_dancing_tone3:"]:before, +em[data-emoji="man_dancing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fd.svg"); +} + +em[data-emoji=":man_dancing_tone5:"]:before, +em[data-emoji="man_dancing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3ff.svg"); +} + +em[data-emoji=":man_dancing_tone4:"]:before, +em[data-emoji="man_dancing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fe.svg"); +} + +em[data-emoji=":people_with_bunny_ears_partying:"]:before, +em[data-emoji="people_with_bunny_ears_partying"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f.svg"); +} + +em[data-emoji=":women_with_bunny_ears_partying:"]:before, +em[data-emoji="women_with_bunny_ears_partying"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2640-fe0f.svg"); +} + +em[data-emoji=":men_with_bunny_ears_partying:"]:before, +em[data-emoji="men_with_bunny_ears_partying"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2642-fe0f.svg"); +} + +em[data-emoji=":levitate:"]:before, +em[data-emoji="levitate"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574.svg"); +} + +em[data-emoji=":levitate_tone1:"]:before, +em[data-emoji="levitate_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fb.svg"); +} + +em[data-emoji=":levitate_tone2:"]:before, +em[data-emoji="levitate_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fc.svg"); +} + +em[data-emoji=":levitate_tone3:"]:before, +em[data-emoji="levitate_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fd.svg"); +} + +em[data-emoji=":levitate_tone4:"]:before, +em[data-emoji="levitate_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fe.svg"); +} + +em[data-emoji=":levitate_tone5:"]:before, +em[data-emoji="levitate_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3ff.svg"); +} + +em[data-emoji=":person_walking:"]:before, +em[data-emoji="person_walking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6.svg"); +} + +em[data-emoji=":person_walking_tone1:"]:before, +em[data-emoji="person_walking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb.svg"); +} + +em[data-emoji=":person_walking_tone2:"]:before, +em[data-emoji="person_walking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc.svg"); +} + +em[data-emoji=":person_walking_tone3:"]:before, +em[data-emoji="person_walking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd.svg"); +} + +em[data-emoji=":person_walking_tone4:"]:before, +em[data-emoji="person_walking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe.svg"); +} + +em[data-emoji=":person_walking_tone5:"]:before, +em[data-emoji="person_walking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff.svg"); +} + +em[data-emoji=":woman_walking:"]:before, +em[data-emoji="woman_walking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_walking_tone1:"]:before, +em[data-emoji="woman_walking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_walking_tone2:"]:before, +em[data-emoji="woman_walking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_walking_tone3:"]:before, +em[data-emoji="woman_walking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_walking_tone4:"]:before, +em[data-emoji="woman_walking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_walking_tone5:"]:before, +em[data-emoji="woman_walking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_walking:"]:before, +em[data-emoji="man_walking"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_walking_tone1:"]:before, +em[data-emoji="man_walking_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_walking_tone2:"]:before, +em[data-emoji="man_walking_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_walking_tone3:"]:before, +em[data-emoji="man_walking_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_walking_tone4:"]:before, +em[data-emoji="man_walking_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_walking_tone5:"]:before, +em[data-emoji="man_walking_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_running:"]:before, +em[data-emoji="person_running"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3.svg"); +} + +em[data-emoji=":person_running_tone1:"]:before, +em[data-emoji="person_running_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb.svg"); +} + +em[data-emoji=":person_running_tone2:"]:before, +em[data-emoji="person_running_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc.svg"); +} + +em[data-emoji=":person_running_tone3:"]:before, +em[data-emoji="person_running_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd.svg"); +} + +em[data-emoji=":person_running_tone4:"]:before, +em[data-emoji="person_running_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe.svg"); +} + +em[data-emoji=":person_running_tone5:"]:before, +em[data-emoji="person_running_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff.svg"); +} + +em[data-emoji=":woman_running:"]:before, +em[data-emoji="woman_running"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_running_tone1:"]:before, +em[data-emoji="woman_running_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_running_tone2:"]:before, +em[data-emoji="woman_running_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_running_tone3:"]:before, +em[data-emoji="woman_running_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_running_tone4:"]:before, +em[data-emoji="woman_running_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_running_tone5:"]:before, +em[data-emoji="woman_running_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_running:"]:before, +em[data-emoji="man_running"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_running_tone1:"]:before, +em[data-emoji="man_running_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_running_tone2:"]:before, +em[data-emoji="man_running_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_running_tone3:"]:before, +em[data-emoji="man_running_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_running_tone4:"]:before, +em[data-emoji="man_running_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_running_tone5:"]:before, +em[data-emoji="man_running_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_standing:"]:before, +em[data-emoji="person_standing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd.svg"); +} + +em[data-emoji=":person_standing_tone1:"]:before, +em[data-emoji="person_standing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb.svg"); +} + +em[data-emoji=":person_standing_tone2:"]:before, +em[data-emoji="person_standing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc.svg"); +} + +em[data-emoji=":person_standing_tone3:"]:before, +em[data-emoji="person_standing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd.svg"); +} + +em[data-emoji=":person_standing_tone4:"]:before, +em[data-emoji="person_standing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe.svg"); +} + +em[data-emoji=":person_standing_tone5:"]:before, +em[data-emoji="person_standing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff.svg"); +} + +em[data-emoji=":woman_standing:"]:before, +em[data-emoji="woman_standing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_standing_tone1:"]:before, +em[data-emoji="woman_standing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_standing_tone2:"]:before, +em[data-emoji="woman_standing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_standing_tone3:"]:before, +em[data-emoji="woman_standing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_standing_tone4:"]:before, +em[data-emoji="woman_standing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_standing_tone5:"]:before, +em[data-emoji="woman_standing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_standing:"]:before, +em[data-emoji="man_standing"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_standing_tone1:"]:before, +em[data-emoji="man_standing_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_standing_tone2:"]:before, +em[data-emoji="man_standing_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_standing_tone3:"]:before, +em[data-emoji="man_standing_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_standing_tone4:"]:before, +em[data-emoji="man_standing_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_standing_tone5:"]:before, +em[data-emoji="man_standing_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":person_kneeling:"]:before, +em[data-emoji="person_kneeling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce.svg"); +} + +em[data-emoji=":person_kneeling_tone1:"]:before, +em[data-emoji="person_kneeling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb.svg"); +} + +em[data-emoji=":person_kneeling_tone2:"]:before, +em[data-emoji="person_kneeling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc.svg"); +} + +em[data-emoji=":person_kneeling_tone3:"]:before, +em[data-emoji="person_kneeling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd.svg"); +} + +em[data-emoji=":person_kneeling_tone4:"]:before, +em[data-emoji="person_kneeling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe.svg"); +} + +em[data-emoji=":person_kneeling_tone5:"]:before, +em[data-emoji="person_kneeling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff.svg"); +} + +em[data-emoji=":woman_kneeling:"]:before, +em[data-emoji="woman_kneeling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_kneeling_tone1:"]:before, +em[data-emoji="woman_kneeling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_kneeling_tone2:"]:before, +em[data-emoji="woman_kneeling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_kneeling_tone3:"]:before, +em[data-emoji="woman_kneeling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_kneeling_tone4:"]:before, +em[data-emoji="woman_kneeling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2640-fe0f.svg"); +} + +em[data-emoji=":woman_kneeling_tone5:"]:before, +em[data-emoji="woman_kneeling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2640-fe0f.svg"); +} + +em[data-emoji=":man_kneeling:"]:before, +em[data-emoji="man_kneeling"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_kneeling_tone1:"]:before, +em[data-emoji="man_kneeling_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_kneeling_tone2:"]:before, +em[data-emoji="man_kneeling_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_kneeling_tone3:"]:before, +em[data-emoji="man_kneeling_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_kneeling_tone4:"]:before, +em[data-emoji="man_kneeling_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2642-fe0f.svg"); +} + +em[data-emoji=":man_kneeling_tone5:"]:before, +em[data-emoji="man_kneeling_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2642-fe0f.svg"); +} + +em[data-emoji=":woman_with_probing_cane:"]:before, +em[data-emoji="woman_with_probing_cane"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9af.svg"); +} + +em[data-emoji=":woman_with_probing_cane_tone1:"]:before, +em[data-emoji="woman_with_probing_cane_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9af.svg"); +} + +em[data-emoji=":woman_with_probing_cane_tone2:"]:before, +em[data-emoji="woman_with_probing_cane_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9af.svg"); +} + +em[data-emoji=":woman_with_probing_cane_tone3:"]:before, +em[data-emoji="woman_with_probing_cane_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9af.svg"); +} + +em[data-emoji=":woman_with_probing_cane_tone4:"]:before, +em[data-emoji="woman_with_probing_cane_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9af.svg"); +} + +em[data-emoji=":woman_with_probing_cane_tone5:"]:before, +em[data-emoji="woman_with_probing_cane_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane:"]:before, +em[data-emoji="man_with_probing_cane"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane_tone1:"]:before, +em[data-emoji="man_with_probing_cane_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane_tone2:"]:before, +em[data-emoji="man_with_probing_cane_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane_tone3:"]:before, +em[data-emoji="man_with_probing_cane_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane_tone4:"]:before, +em[data-emoji="man_with_probing_cane_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9af.svg"); +} + +em[data-emoji=":man_with_probing_cane_tone5:"]:before, +em[data-emoji="man_with_probing_cane_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9af.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair:"]:before, +em[data-emoji="woman_in_motorized_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair_tone1:"]:before, +em[data-emoji="woman_in_motorized_wheelchair_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair_tone2:"]:before, +em[data-emoji="woman_in_motorized_wheelchair_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair_tone3:"]:before, +em[data-emoji="woman_in_motorized_wheelchair_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair_tone4:"]:before, +em[data-emoji="woman_in_motorized_wheelchair_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_motorized_wheelchair_tone5:"]:before, +em[data-emoji="woman_in_motorized_wheelchair_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair:"]:before, +em[data-emoji="man_in_motorized_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair_tone1:"]:before, +em[data-emoji="man_in_motorized_wheelchair_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair_tone2:"]:before, +em[data-emoji="man_in_motorized_wheelchair_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair_tone3:"]:before, +em[data-emoji="man_in_motorized_wheelchair_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair_tone4:"]:before, +em[data-emoji="man_in_motorized_wheelchair_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bc.svg"); +} + +em[data-emoji=":man_in_motorized_wheelchair_tone5:"]:before, +em[data-emoji="man_in_motorized_wheelchair_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bc.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair:"]:before, +em[data-emoji="woman_in_manual_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bd.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair_tone1:"]:before, +em[data-emoji="woman_in_manual_wheelchair_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bd.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair_tone2:"]:before, +em[data-emoji="woman_in_manual_wheelchair_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bd.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair_tone3:"]:before, +em[data-emoji="woman_in_manual_wheelchair_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bd.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair_tone4:"]:before, +em[data-emoji="woman_in_manual_wheelchair_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bd.svg"); +} + +em[data-emoji=":woman_in_manual_wheelchair_tone5:"]:before, +em[data-emoji="woman_in_manual_wheelchair_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair:"]:before, +em[data-emoji="man_in_manual_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair_tone1:"]:before, +em[data-emoji="man_in_manual_wheelchair_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair_tone2:"]:before, +em[data-emoji="man_in_manual_wheelchair_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair_tone3:"]:before, +em[data-emoji="man_in_manual_wheelchair_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair_tone4:"]:before, +em[data-emoji="man_in_manual_wheelchair_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bd.svg"); +} + +em[data-emoji=":man_in_manual_wheelchair_tone5:"]:before, +em[data-emoji="man_in_manual_wheelchair_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bd.svg"); +} + +em[data-emoji=":people_holding_hands:"]:before, +em[data-emoji="people_holding_hands"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-200d-1f91d-200d-1f9d1.svg"); +} + +em[data-emoji=":people_holding_hands_tone1:"]:before, +em[data-emoji="people_holding_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.svg"); +} + +em[data-emoji=":people_holding_hands_tone2:"]:before, +em[data-emoji="people_holding_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.svg"); +} + +em[data-emoji=":people_holding_hands_tone2_tone1:"]:before, +em[data-emoji="people_holding_hands_tone2_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.svg"); +} + +em[data-emoji=":people_holding_hands_tone3:"]:before, +em[data-emoji="people_holding_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.svg"); +} + +em[data-emoji=":people_holding_hands_tone3_tone1:"]:before, +em[data-emoji="people_holding_hands_tone3_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.svg"); +} + +em[data-emoji=":people_holding_hands_tone3_tone2:"]:before, +em[data-emoji="people_holding_hands_tone3_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.svg"); +} + +em[data-emoji=":people_holding_hands_tone4:"]:before, +em[data-emoji="people_holding_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.svg"); +} + +em[data-emoji=":people_holding_hands_tone4_tone1:"]:before, +em[data-emoji="people_holding_hands_tone4_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.svg"); +} + +em[data-emoji=":people_holding_hands_tone4_tone2:"]:before, +em[data-emoji="people_holding_hands_tone4_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.svg"); +} + +em[data-emoji=":people_holding_hands_tone4_tone3:"]:before, +em[data-emoji="people_holding_hands_tone4_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.svg"); +} + +em[data-emoji=":people_holding_hands_tone5:"]:before, +em[data-emoji="people_holding_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.svg"); +} + +em[data-emoji=":people_holding_hands_tone5_tone1:"]:before, +em[data-emoji="people_holding_hands_tone5_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.svg"); +} + +em[data-emoji=":people_holding_hands_tone5_tone2:"]:before, +em[data-emoji="people_holding_hands_tone5_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.svg"); +} + +em[data-emoji=":people_holding_hands_tone5_tone3:"]:before, +em[data-emoji="people_holding_hands_tone5_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.svg"); +} + +em[data-emoji=":people_holding_hands_tone5_tone4:"]:before, +em[data-emoji="people_holding_hands_tone5_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.svg"); +} + +em[data-emoji=":couple:"]:before, +em[data-emoji="couple"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone1:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fb.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone1_tone2:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone1_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone1_tone3:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone1_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone1_tone4:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone1_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone1_tone5:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone1_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone2:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fc.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone2_tone1:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone2_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone2_tone3:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone2_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone2_tone4:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone2_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone2_tone5:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone2_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone3:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fd.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone3_tone1:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone3_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone3_tone2:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone3_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone3_tone4:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone3_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone3_tone5:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone3_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone4:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fe.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone4_tone1:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone4_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone4_tone2:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone4_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone4_tone3:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone4_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone4_tone5:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone4_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone5:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3ff.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone5_tone1:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone5_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone5_tone2:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone5_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone5_tone3:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone5_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":woman_and_man_holding_hands_tone5_tone4:"]:before, +em[data-emoji="woman_and_man_holding_hands_tone5_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg"); +} + +em[data-emoji=":two_women_holding_hands:"]:before, +em[data-emoji="two_women_holding_hands"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d.svg"); +} + +em[data-emoji=":women_holding_hands_tone1:"]:before, +em[data-emoji="women_holding_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fb.svg"); +} + +em[data-emoji=":women_holding_hands_tone2:"]:before, +em[data-emoji="women_holding_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fc.svg"); +} + +em[data-emoji=":women_holding_hands_tone2_tone1:"]:before, +em[data-emoji="women_holding_hands_tone2_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.svg"); +} + +em[data-emoji=":women_holding_hands_tone3:"]:before, +em[data-emoji="women_holding_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fd.svg"); +} + +em[data-emoji=":women_holding_hands_tone3_tone1:"]:before, +em[data-emoji="women_holding_hands_tone3_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.svg"); +} + +em[data-emoji=":women_holding_hands_tone3_tone2:"]:before, +em[data-emoji="women_holding_hands_tone3_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.svg"); +} + +em[data-emoji=":women_holding_hands_tone4:"]:before, +em[data-emoji="women_holding_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fe.svg"); +} + +em[data-emoji=":women_holding_hands_tone4_tone1:"]:before, +em[data-emoji="women_holding_hands_tone4_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.svg"); +} + +em[data-emoji=":women_holding_hands_tone4_tone2:"]:before, +em[data-emoji="women_holding_hands_tone4_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.svg"); +} + +em[data-emoji=":women_holding_hands_tone4_tone3:"]:before, +em[data-emoji="women_holding_hands_tone4_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.svg"); +} + +em[data-emoji=":women_holding_hands_tone5:"]:before, +em[data-emoji="women_holding_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3ff.svg"); +} + +em[data-emoji=":women_holding_hands_tone5_tone1:"]:before, +em[data-emoji="women_holding_hands_tone5_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.svg"); +} + +em[data-emoji=":women_holding_hands_tone5_tone2:"]:before, +em[data-emoji="women_holding_hands_tone5_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.svg"); +} + +em[data-emoji=":women_holding_hands_tone5_tone3:"]:before, +em[data-emoji="women_holding_hands_tone5_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.svg"); +} + +em[data-emoji=":women_holding_hands_tone5_tone4:"]:before, +em[data-emoji="women_holding_hands_tone5_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.svg"); +} + +em[data-emoji=":two_men_holding_hands:"]:before, +em[data-emoji="two_men_holding_hands"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c.svg"); +} + +em[data-emoji=":men_holding_hands_tone1:"]:before, +em[data-emoji="men_holding_hands_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fb.svg"); +} + +em[data-emoji=":men_holding_hands_tone2:"]:before, +em[data-emoji="men_holding_hands_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fc.svg"); +} + +em[data-emoji=":men_holding_hands_tone2_tone1:"]:before, +em[data-emoji="men_holding_hands_tone2_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":men_holding_hands_tone3:"]:before, +em[data-emoji="men_holding_hands_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fd.svg"); +} + +em[data-emoji=":men_holding_hands_tone3_tone1:"]:before, +em[data-emoji="men_holding_hands_tone3_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":men_holding_hands_tone3_tone2:"]:before, +em[data-emoji="men_holding_hands_tone3_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":men_holding_hands_tone4:"]:before, +em[data-emoji="men_holding_hands_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fe.svg"); +} + +em[data-emoji=":men_holding_hands_tone4_tone1:"]:before, +em[data-emoji="men_holding_hands_tone4_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":men_holding_hands_tone4_tone2:"]:before, +em[data-emoji="men_holding_hands_tone4_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":men_holding_hands_tone4_tone3:"]:before, +em[data-emoji="men_holding_hands_tone4_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":men_holding_hands_tone5:"]:before, +em[data-emoji="men_holding_hands_tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3ff.svg"); +} + +em[data-emoji=":men_holding_hands_tone5_tone1:"]:before, +em[data-emoji="men_holding_hands_tone5_tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg"); +} + +em[data-emoji=":men_holding_hands_tone5_tone2:"]:before, +em[data-emoji="men_holding_hands_tone5_tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg"); +} + +em[data-emoji=":men_holding_hands_tone5_tone3:"]:before, +em[data-emoji="men_holding_hands_tone5_tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg"); +} + +em[data-emoji=":men_holding_hands_tone5_tone4:"]:before, +em[data-emoji="men_holding_hands_tone5_tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg"); +} + +em[data-emoji=":couple_with_heart:"]:before, +em[data-emoji="couple_with_heart"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f491.svg"); +} + +em[data-emoji=":couple_with_heart_woman_man:"]:before, +em[data-emoji="couple_with_heart_woman_man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f468.svg"); +} + +em[data-emoji=":couple_ww:"]:before, +em[data-emoji="couple_ww"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f469.svg"); +} + +em[data-emoji=":couple_mm:"]:before, +em[data-emoji="couple_mm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f468.svg"); +} + +em[data-emoji=":couplekiss:"]:before, +em[data-emoji="couplekiss"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48f.svg"); +} + +em[data-emoji=":kiss_woman_man:"]:before, +em[data-emoji="kiss_woman_man"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.svg"); +} + +em[data-emoji=":kiss_ww:"]:before, +em[data-emoji="kiss_ww"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.svg"); +} + +em[data-emoji=":kiss_mm:"]:before, +em[data-emoji="kiss_mm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.svg"); +} + +em[data-emoji=":family:"]:before, +em[data-emoji="family"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f46a.svg"); +} + +em[data-emoji=":family_man_woman_boy:"]:before, +em[data-emoji="family_man_woman_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466.svg"); +} + +em[data-emoji=":family_mwg:"]:before, +em[data-emoji="family_mwg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467.svg"); +} + +em[data-emoji=":family_mwgb:"]:before, +em[data-emoji="family_mwgb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f466.svg"); +} + +em[data-emoji=":family_mwbb:"]:before, +em[data-emoji="family_mwbb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466-200d-1f466.svg"); +} + +em[data-emoji=":family_mwgg:"]:before, +em[data-emoji="family_mwgg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f467.svg"); +} + +em[data-emoji=":family_wwb:"]:before, +em[data-emoji="family_wwb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466.svg"); +} + +em[data-emoji=":family_wwg:"]:before, +em[data-emoji="family_wwg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467.svg"); +} + +em[data-emoji=":family_wwgb:"]:before, +em[data-emoji="family_wwgb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f466.svg"); +} + +em[data-emoji=":family_wwbb:"]:before, +em[data-emoji="family_wwbb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466-200d-1f466.svg"); +} + +em[data-emoji=":family_wwgg:"]:before, +em[data-emoji="family_wwgg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f467.svg"); +} + +em[data-emoji=":family_mmb:"]:before, +em[data-emoji="family_mmb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466.svg"); +} + +em[data-emoji=":family_mmg:"]:before, +em[data-emoji="family_mmg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467.svg"); +} + +em[data-emoji=":family_mmgb:"]:before, +em[data-emoji="family_mmgb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f466.svg"); +} + +em[data-emoji=":family_mmbb:"]:before, +em[data-emoji="family_mmbb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466-200d-1f466.svg"); +} + +em[data-emoji=":family_mmgg:"]:before, +em[data-emoji="family_mmgg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f467.svg"); +} + +em[data-emoji=":family_woman_boy:"]:before, +em[data-emoji="family_woman_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466.svg"); +} + +em[data-emoji=":family_woman_girl:"]:before, +em[data-emoji="family_woman_girl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467.svg"); +} + +em[data-emoji=":family_woman_girl_boy:"]:before, +em[data-emoji="family_woman_girl_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f466.svg"); +} + +em[data-emoji=":family_woman_boy_boy:"]:before, +em[data-emoji="family_woman_boy_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466-200d-1f466.svg"); +} + +em[data-emoji=":family_woman_girl_girl:"]:before, +em[data-emoji="family_woman_girl_girl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f467.svg"); +} + +em[data-emoji=":family_man_boy:"]:before, +em[data-emoji="family_man_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466.svg"); +} + +em[data-emoji=":family_man_girl:"]:before, +em[data-emoji="family_man_girl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467.svg"); +} + +em[data-emoji=":family_man_girl_boy:"]:before, +em[data-emoji="family_man_girl_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f466.svg"); +} + +em[data-emoji=":family_man_boy_boy:"]:before, +em[data-emoji="family_man_boy_boy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466-200d-1f466.svg"); +} + +em[data-emoji=":family_man_girl_girl:"]:before, +em[data-emoji="family_man_girl_girl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f467.svg"); +} + +em[data-emoji=":yarn:"]:before, +em[data-emoji="yarn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f6.svg"); +} + +em[data-emoji=":thread:"]:before, +em[data-emoji="thread"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f5.svg"); +} + +em[data-emoji=":coat:"]:before, +em[data-emoji="coat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e5.svg"); +} + +em[data-emoji=":lab_coat:"]:before, +em[data-emoji="lab_coat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97c.svg"); +} + +em[data-emoji=":safety_vest:"]:before, +em[data-emoji="safety_vest"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9ba.svg"); +} + +em[data-emoji=":womans_clothes:"]:before, +em[data-emoji="womans_clothes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45a.svg"); +} + +em[data-emoji=":shirt:"]:before, +em[data-emoji="shirt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f455.svg"); +} + +em[data-emoji=":jeans:"]:before, +em[data-emoji="jeans"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f456.svg"); +} + +em[data-emoji=":shorts:"]:before, +em[data-emoji="shorts"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa73.svg"); +} + +em[data-emoji=":necktie:"]:before, +em[data-emoji="necktie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f454.svg"); +} + +em[data-emoji=":dress:"]:before, +em[data-emoji="dress"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f457.svg"); +} + +em[data-emoji=":bikini:"]:before, +em[data-emoji="bikini"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f459.svg"); +} + +em[data-emoji=":one_piece_swimsuit:"]:before, +em[data-emoji="one_piece_swimsuit"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa71.svg"); +} + +em[data-emoji=":kimono:"]:before, +em[data-emoji="kimono"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f458.svg"); +} + +em[data-emoji=":sari:"]:before, +em[data-emoji="sari"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97b.svg"); +} + +em[data-emoji=":womans_flat_shoe:"]:before, +em[data-emoji="womans_flat_shoe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97f.svg"); +} + +em[data-emoji=":high_heel:"]:before, +em[data-emoji="high_heel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f460.svg"); +} + +em[data-emoji=":sandal:"]:before, +em[data-emoji="sandal"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f461.svg"); +} + +em[data-emoji=":boot:"]:before, +em[data-emoji="boot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f462.svg"); +} + +em[data-emoji=":ballet_shoes:"]:before, +em[data-emoji="ballet_shoes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa70.svg"); +} + +em[data-emoji=":mans_shoe:"]:before, +em[data-emoji="mans_shoe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45e.svg"); +} + +em[data-emoji=":athletic_shoe:"]:before, +em[data-emoji="athletic_shoe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45f.svg"); +} + +em[data-emoji=":hiking_boot:"]:before, +em[data-emoji="hiking_boot"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97e.svg"); +} + +em[data-emoji=":briefs:"]:before, +em[data-emoji="briefs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1fa72.svg"); +} + +em[data-emoji=":socks:"]:before, +em[data-emoji="socks"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e6.svg"); +} + +em[data-emoji=":gloves:"]:before, +em[data-emoji="gloves"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e4.svg"); +} + +em[data-emoji=":scarf:"]:before, +em[data-emoji="scarf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e3.svg"); +} + +em[data-emoji=":tophat:"]:before, +em[data-emoji="tophat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a9.svg"); +} + +em[data-emoji=":billed_cap:"]:before, +em[data-emoji="billed_cap"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9e2.svg"); +} + +em[data-emoji=":womans_hat:"]:before, +em[data-emoji="womans_hat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f452.svg"); +} + +em[data-emoji=":mortar_board:"]:before, +em[data-emoji="mortar_board"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f393.svg"); +} + +em[data-emoji=":helmet_with_cross:"]:before, +em[data-emoji="helmet_with_cross"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26d1.svg"); +} + +em[data-emoji=":crown:"]:before, +em[data-emoji="crown"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f451.svg"); +} + +em[data-emoji=":ring:"]:before, +em[data-emoji="ring"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f48d.svg"); +} + +em[data-emoji=":pouch:"]:before, +em[data-emoji="pouch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45d.svg"); +} + +em[data-emoji=":purse:"]:before, +em[data-emoji="purse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45b.svg"); +} + +em[data-emoji=":handbag:"]:before, +em[data-emoji="handbag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f45c.svg"); +} + +em[data-emoji=":briefcase:"]:before, +em[data-emoji="briefcase"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4bc.svg"); +} + +em[data-emoji=":school_satchel:"]:before, +em[data-emoji="school_satchel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f392.svg"); +} + +em[data-emoji=":luggage:"]:before, +em[data-emoji="luggage"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9f3.svg"); +} + +em[data-emoji=":eyeglasses:"]:before, +em[data-emoji="eyeglasses"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f453.svg"); +} + +em[data-emoji=":dark_sunglasses:"]:before, +em[data-emoji="dark_sunglasses"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f576.svg"); +} + +em[data-emoji=":goggles:"]:before, +em[data-emoji="goggles"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f97d.svg"); +} + +em[data-emoji=":diving_mask:"]:before, +em[data-emoji="diving_mask"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f93f.svg"); +} + +em[data-emoji=":closed_umbrella:"]:before, +em[data-emoji="closed_umbrella"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f302.svg"); +} + +em[data-emoji=":curly_haired:"]:before, +em[data-emoji="curly_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b1.svg"); +} + +em[data-emoji=":red_haired:"]:before, +em[data-emoji="red_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b0.svg"); +} + +em[data-emoji=":white_haired:"]:before, +em[data-emoji="white_haired"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b3.svg"); +} + +em[data-emoji=":bald:"]:before, +em[data-emoji="bald"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9b2.svg"); +} + +em[data-emoji=":red_car:"]:before, +em[data-emoji="red_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f697.svg"); +} + +em[data-emoji=":taxi:"]:before, +em[data-emoji="taxi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f695.svg"); +} + +em[data-emoji=":blue_car:"]:before, +em[data-emoji="blue_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f699.svg"); +} + +em[data-emoji=":bus:"]:before, +em[data-emoji="bus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68c.svg"); +} + +em[data-emoji=":trolleybus:"]:before, +em[data-emoji="trolleybus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68e.svg"); +} + +em[data-emoji=":race_car:"]:before, +em[data-emoji="race_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ce.svg"); +} + +em[data-emoji=":police_car:"]:before, +em[data-emoji="police_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f693.svg"); +} + +em[data-emoji=":ambulance:"]:before, +em[data-emoji="ambulance"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f691.svg"); +} + +em[data-emoji=":fire_engine:"]:before, +em[data-emoji="fire_engine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f692.svg"); +} + +em[data-emoji=":minibus:"]:before, +em[data-emoji="minibus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f690.svg"); +} + +em[data-emoji=":truck:"]:before, +em[data-emoji="truck"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69a.svg"); +} + +em[data-emoji=":articulated_lorry:"]:before, +em[data-emoji="articulated_lorry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69b.svg"); +} + +em[data-emoji=":tractor:"]:before, +em[data-emoji="tractor"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69c.svg"); +} + +em[data-emoji=":auto_rickshaw:"]:before, +em[data-emoji="auto_rickshaw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6fa.svg"); +} + +em[data-emoji=":motor_scooter:"]:before, +em[data-emoji="motor_scooter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f5.svg"); +} + +em[data-emoji=":motorcycle:"]:before, +em[data-emoji="motorcycle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3cd.svg"); +} + +em[data-emoji=":scooter:"]:before, +em[data-emoji="scooter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f4.svg"); +} + +em[data-emoji=":bike:"]:before, +em[data-emoji="bike"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6b2.svg"); +} + +em[data-emoji=":motorized_wheelchair:"]:before, +em[data-emoji="motorized_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bc.svg"); +} + +em[data-emoji=":manual_wheelchair:"]:before, +em[data-emoji="manual_wheelchair"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f9bd.svg"); +} + +em[data-emoji=":rotating_light:"]:before, +em[data-emoji="rotating_light"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a8.svg"); +} + +em[data-emoji=":oncoming_police_car:"]:before, +em[data-emoji="oncoming_police_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f694.svg"); +} + +em[data-emoji=":oncoming_bus:"]:before, +em[data-emoji="oncoming_bus"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68d.svg"); +} + +em[data-emoji=":oncoming_automobile:"]:before, +em[data-emoji="oncoming_automobile"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f698.svg"); +} + +em[data-emoji=":oncoming_taxi:"]:before, +em[data-emoji="oncoming_taxi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f696.svg"); +} + +em[data-emoji=":aerial_tramway:"]:before, +em[data-emoji="aerial_tramway"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a1.svg"); +} + +em[data-emoji=":mountain_cableway:"]:before, +em[data-emoji="mountain_cableway"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a0.svg"); +} + +em[data-emoji=":suspension_railway:"]:before, +em[data-emoji="suspension_railway"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69f.svg"); +} + +em[data-emoji=":railway_car:"]:before, +em[data-emoji="railway_car"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f683.svg"); +} + +em[data-emoji=":train:"]:before, +em[data-emoji="train"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68b.svg"); +} + +em[data-emoji=":mountain_railway:"]:before, +em[data-emoji="mountain_railway"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69e.svg"); +} + +em[data-emoji=":monorail:"]:before, +em[data-emoji="monorail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f69d.svg"); +} + +em[data-emoji=":bullettrain_side:"]:before, +em[data-emoji="bullettrain_side"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f684.svg"); +} + +em[data-emoji=":bullettrain_front:"]:before, +em[data-emoji="bullettrain_front"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f685.svg"); +} + +em[data-emoji=":light_rail:"]:before, +em[data-emoji="light_rail"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f688.svg"); +} + +em[data-emoji=":steam_locomotive:"]:before, +em[data-emoji="steam_locomotive"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f682.svg"); +} + +em[data-emoji=":train2:"]:before, +em[data-emoji="train2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f686.svg"); +} + +em[data-emoji=":metro:"]:before, +em[data-emoji="metro"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f687.svg"); +} + +em[data-emoji=":tram:"]:before, +em[data-emoji="tram"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68a.svg"); +} + +em[data-emoji=":station:"]:before, +em[data-emoji="station"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f689.svg"); +} + +em[data-emoji=":airplane_departure:"]:before, +em[data-emoji="airplane_departure"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6eb.svg"); +} + +em[data-emoji=":airplane_arriving:"]:before, +em[data-emoji="airplane_arriving"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6ec.svg"); +} + +em[data-emoji=":airplane_small:"]:before, +em[data-emoji="airplane_small"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e9.svg"); +} + +em[data-emoji=":seat:"]:before, +em[data-emoji="seat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f4ba.svg"); +} + +em[data-emoji=":satellite_orbital:"]:before, +em[data-emoji="satellite_orbital"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f0.svg"); +} + +em[data-emoji=":rocket:"]:before, +em[data-emoji="rocket"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f680.svg"); +} + +em[data-emoji=":flying_saucer:"]:before, +em[data-emoji="flying_saucer"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f8.svg"); +} + +em[data-emoji=":helicopter:"]:before, +em[data-emoji="helicopter"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f681.svg"); +} + +em[data-emoji=":canoe:"]:before, +em[data-emoji="canoe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f6.svg"); +} + +em[data-emoji=":sailboat:"]:before, +em[data-emoji="sailboat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f5.svg"); +} + +em[data-emoji=":speedboat:"]:before, +em[data-emoji="speedboat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a4.svg"); +} + +em[data-emoji=":motorboat:"]:before, +em[data-emoji="motorboat"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e5.svg"); +} + +em[data-emoji=":cruise_ship:"]:before, +em[data-emoji="cruise_ship"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6f3.svg"); +} + +em[data-emoji=":ferry:"]:before, +em[data-emoji="ferry"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f4.svg"); +} + +em[data-emoji=":ship:"]:before, +em[data-emoji="ship"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a2.svg"); +} + +em[data-emoji=":fuelpump:"]:before, +em[data-emoji="fuelpump"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26fd.svg"); +} + +em[data-emoji=":construction:"]:before, +em[data-emoji="construction"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a7.svg"); +} + +em[data-emoji=":vertical_traffic_light:"]:before, +em[data-emoji="vertical_traffic_light"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a6.svg"); +} + +em[data-emoji=":traffic_light:"]:before, +em[data-emoji="traffic_light"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a5.svg"); +} + +em[data-emoji=":busstop:"]:before, +em[data-emoji="busstop"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f68f.svg"); +} + +em[data-emoji=":map:"]:before, +em[data-emoji="map"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fa.svg"); +} + +em[data-emoji=":moyai:"]:before, +em[data-emoji="moyai"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5ff.svg"); +} + +em[data-emoji=":statue_of_liberty:"]:before, +em[data-emoji="statue_of_liberty"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fd.svg"); +} + +em[data-emoji=":tokyo_tower:"]:before, +em[data-emoji="tokyo_tower"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fc.svg"); +} + +em[data-emoji=":european_castle:"]:before, +em[data-emoji="european_castle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f0.svg"); +} + +em[data-emoji=":japanese_castle:"]:before, +em[data-emoji="japanese_castle"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ef.svg"); +} + +em[data-emoji=":stadium:"]:before, +em[data-emoji="stadium"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3df.svg"); +} + +em[data-emoji=":ferris_wheel:"]:before, +em[data-emoji="ferris_wheel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a1.svg"); +} + +em[data-emoji=":roller_coaster:"]:before, +em[data-emoji="roller_coaster"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a2.svg"); +} + +em[data-emoji=":carousel_horse:"]:before, +em[data-emoji="carousel_horse"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3a0.svg"); +} + +em[data-emoji=":fountain:"]:before, +em[data-emoji="fountain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f2.svg"); +} + +em[data-emoji=":beach_umbrella:"]:before, +em[data-emoji="beach_umbrella"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f1.svg"); +} + +em[data-emoji=":beach:"]:before, +em[data-emoji="beach"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d6.svg"); +} + +em[data-emoji=":island:"]:before, +em[data-emoji="island"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3dd.svg"); +} + +em[data-emoji=":desert:"]:before, +em[data-emoji="desert"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3dc.svg"); +} + +em[data-emoji=":volcano:"]:before, +em[data-emoji="volcano"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30b.svg"); +} + +em[data-emoji=":mountain:"]:before, +em[data-emoji="mountain"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26f0.svg"); +} + +em[data-emoji=":mountain_snow:"]:before, +em[data-emoji="mountain_snow"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d4.svg"); +} + +em[data-emoji=":mount_fuji:"]:before, +em[data-emoji="mount_fuji"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fb.svg"); +} + +em[data-emoji=":camping:"]:before, +em[data-emoji="camping"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d5.svg"); +} + +em[data-emoji=":tent:"]:before, +em[data-emoji="tent"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26fa.svg"); +} + +em[data-emoji=":house:"]:before, +em[data-emoji="house"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e0.svg"); +} + +em[data-emoji=":house_with_garden:"]:before, +em[data-emoji="house_with_garden"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e1.svg"); +} + +em[data-emoji=":homes:"]:before, +em[data-emoji="homes"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d8.svg"); +} + +em[data-emoji=":house_abandoned:"]:before, +em[data-emoji="house_abandoned"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3da.svg"); +} + +em[data-emoji=":construction_site:"]:before, +em[data-emoji="construction_site"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d7.svg"); +} + +em[data-emoji=":factory:"]:before, +em[data-emoji="factory"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ed.svg"); +} + +em[data-emoji=":office:"]:before, +em[data-emoji="office"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e2.svg"); +} + +em[data-emoji=":department_store:"]:before, +em[data-emoji="department_store"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ec.svg"); +} + +em[data-emoji=":post_office:"]:before, +em[data-emoji="post_office"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e3.svg"); +} + +em[data-emoji=":european_post_office:"]:before, +em[data-emoji="european_post_office"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e4.svg"); +} + +em[data-emoji=":hospital:"]:before, +em[data-emoji="hospital"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e5.svg"); +} + +em[data-emoji=":bank:"]:before, +em[data-emoji="bank"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e6.svg"); +} + +em[data-emoji=":hotel:"]:before, +em[data-emoji="hotel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e8.svg"); +} + +em[data-emoji=":convenience_store:"]:before, +em[data-emoji="convenience_store"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ea.svg"); +} + +em[data-emoji=":school:"]:before, +em[data-emoji="school"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3eb.svg"); +} + +em[data-emoji=":love_hotel:"]:before, +em[data-emoji="love_hotel"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3e9.svg"); +} + +em[data-emoji=":wedding:"]:before, +em[data-emoji="wedding"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f492.svg"); +} + +em[data-emoji=":classical_building:"]:before, +em[data-emoji="classical_building"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3db.svg"); +} + +em[data-emoji=":church:"]:before, +em[data-emoji="church"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26ea.svg"); +} + +em[data-emoji=":mosque:"]:before, +em[data-emoji="mosque"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54c.svg"); +} + +em[data-emoji=":hindu_temple:"]:before, +em[data-emoji="hindu_temple"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6d5.svg"); +} + +em[data-emoji=":synagogue:"]:before, +em[data-emoji="synagogue"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54d.svg"); +} + +em[data-emoji=":kaaba:"]:before, +em[data-emoji="kaaba"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f54b.svg"); +} + +em[data-emoji=":shinto_shrine:"]:before, +em[data-emoji="shinto_shrine"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/26e9.svg"); +} + +em[data-emoji=":railway_track:"]:before, +em[data-emoji="railway_track"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e4.svg"); +} + +em[data-emoji=":motorway:"]:before, +em[data-emoji="motorway"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6e3.svg"); +} + +em[data-emoji=":japan:"]:before, +em[data-emoji="japan"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f5fe.svg"); +} + +em[data-emoji=":rice_scene:"]:before, +em[data-emoji="rice_scene"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f391.svg"); +} + +em[data-emoji=":park:"]:before, +em[data-emoji="park"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3de.svg"); +} + +em[data-emoji=":sunrise:"]:before, +em[data-emoji="sunrise"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f305.svg"); +} + +em[data-emoji=":sunrise_over_mountains:"]:before, +em[data-emoji="sunrise_over_mountains"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f304.svg"); +} + +em[data-emoji=":stars:"]:before, +em[data-emoji="stars"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f320.svg"); +} + +em[data-emoji=":sparkler:"]:before, +em[data-emoji="sparkler"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f387.svg"); +} + +em[data-emoji=":fireworks:"]:before, +em[data-emoji="fireworks"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f386.svg"); +} + +em[data-emoji=":city_sunset:"]:before, +em[data-emoji="city_sunset"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f307.svg"); +} + +em[data-emoji=":city_dusk:"]:before, +em[data-emoji="city_dusk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f306.svg"); +} + +em[data-emoji=":cityscape:"]:before, +em[data-emoji="cityscape"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3d9.svg"); +} + +em[data-emoji=":night_with_stars:"]:before, +em[data-emoji="night_with_stars"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f303.svg"); +} + +em[data-emoji=":milky_way:"]:before, +em[data-emoji="milky_way"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f30c.svg"); +} + +em[data-emoji=":bridge_at_night:"]:before, +em[data-emoji="bridge_at_night"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f309.svg"); +} + +em[data-emoji=":foggy:"]:before, +em[data-emoji="foggy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f301.svg"); +} + +em[data-emoji=":regional_indicator_z:"]:before, +em[data-emoji="regional_indicator_z"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff.svg"); +} + +em[data-emoji=":regional_indicator_y:"]:before, +em[data-emoji="regional_indicator_y"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe.svg"); +} + +em[data-emoji=":regional_indicator_x:"]:before, +em[data-emoji="regional_indicator_x"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd.svg"); +} + +em[data-emoji=":regional_indicator_w:"]:before, +em[data-emoji="regional_indicator_w"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc.svg"); +} + +em[data-emoji=":regional_indicator_v:"]:before, +em[data-emoji="regional_indicator_v"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb.svg"); +} + +em[data-emoji=":regional_indicator_u:"]:before, +em[data-emoji="regional_indicator_u"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa.svg"); +} + +em[data-emoji=":regional_indicator_t:"]:before, +em[data-emoji="regional_indicator_t"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9.svg"); +} + +em[data-emoji=":regional_indicator_s:"]:before, +em[data-emoji="regional_indicator_s"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8.svg"); +} + +em[data-emoji=":regional_indicator_r:"]:before, +em[data-emoji="regional_indicator_r"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7.svg"); +} + +em[data-emoji=":regional_indicator_q:"]:before, +em[data-emoji="regional_indicator_q"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6.svg"); +} + +em[data-emoji=":regional_indicator_p:"]:before, +em[data-emoji="regional_indicator_p"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5.svg"); +} + +em[data-emoji=":regional_indicator_o:"]:before, +em[data-emoji="regional_indicator_o"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4.svg"); +} + +em[data-emoji=":regional_indicator_n:"]:before, +em[data-emoji="regional_indicator_n"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3.svg"); +} + +em[data-emoji=":regional_indicator_m:"]:before, +em[data-emoji="regional_indicator_m"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2.svg"); +} + +em[data-emoji=":regional_indicator_l:"]:before, +em[data-emoji="regional_indicator_l"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1.svg"); +} + +em[data-emoji=":regional_indicator_k:"]:before, +em[data-emoji="regional_indicator_k"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0.svg"); +} + +em[data-emoji=":regional_indicator_j:"]:before, +em[data-emoji="regional_indicator_j"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef.svg"); +} + +em[data-emoji=":regional_indicator_i:"]:before, +em[data-emoji="regional_indicator_i"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee.svg"); +} + +em[data-emoji=":regional_indicator_h:"]:before, +em[data-emoji="regional_indicator_h"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed.svg"); +} + +em[data-emoji=":regional_indicator_g:"]:before, +em[data-emoji="regional_indicator_g"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec.svg"); +} + +em[data-emoji=":regional_indicator_f:"]:before, +em[data-emoji="regional_indicator_f"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb.svg"); +} + +em[data-emoji=":regional_indicator_e:"]:before, +em[data-emoji="regional_indicator_e"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea.svg"); +} + +em[data-emoji=":regional_indicator_d:"]:before, +em[data-emoji="regional_indicator_d"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9.svg"); +} + +em[data-emoji=":regional_indicator_c:"]:before, +em[data-emoji="regional_indicator_c"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8.svg"); +} + +em[data-emoji=":regional_indicator_b:"]:before, +em[data-emoji="regional_indicator_b"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7.svg"); +} + +em[data-emoji=":regional_indicator_a:"]:before, +em[data-emoji="regional_indicator_a"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6.svg"); +} + +em[data-emoji=":flag_white:"]:before, +em[data-emoji="flag_white"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3.svg"); +} + +em[data-emoji=":flag_black:"]:before, +em[data-emoji="flag_black"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4.svg"); +} + +em[data-emoji=":checkered_flag:"]:before, +em[data-emoji="checkered_flag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3c1.svg"); +} + +em[data-emoji=":triangular_flag_on_post:"]:before, +em[data-emoji="triangular_flag_on_post"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f6a9.svg"); +} + +em[data-emoji=":rainbow_flag:"]:before, +em[data-emoji="rainbow_flag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg"); +} + +em[data-emoji=":pirate_flag:"]:before, +em[data-emoji="pirate_flag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg"); +} + +em[data-emoji=":flag_af:"]:before, +em[data-emoji="flag_af"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg"); +} + +em[data-emoji=":flag_ax:"]:before, +em[data-emoji="flag_ax"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg"); +} + +em[data-emoji=":flag_al:"]:before, +em[data-emoji="flag_al"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg"); +} + +em[data-emoji=":flag_dz:"]:before, +em[data-emoji="flag_dz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg"); +} + +em[data-emoji=":flag_as:"]:before, +em[data-emoji="flag_as"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg"); +} + +em[data-emoji=":flag_ad:"]:before, +em[data-emoji="flag_ad"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg"); +} + +em[data-emoji=":flag_ao:"]:before, +em[data-emoji="flag_ao"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg"); +} + +em[data-emoji=":flag_ai:"]:before, +em[data-emoji="flag_ai"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg"); +} + +em[data-emoji=":flag_aq:"]:before, +em[data-emoji="flag_aq"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg"); +} + +em[data-emoji=":flag_ag:"]:before, +em[data-emoji="flag_ag"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg"); +} + +em[data-emoji=":flag_ar:"]:before, +em[data-emoji="flag_ar"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg"); +} + +em[data-emoji=":flag_am:"]:before, +em[data-emoji="flag_am"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg"); +} + +em[data-emoji=":flag_aw:"]:before, +em[data-emoji="flag_aw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg"); +} + +em[data-emoji=":flag_au:"]:before, +em[data-emoji="flag_au"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg"); +} + +em[data-emoji=":flag_at:"]:before, +em[data-emoji="flag_at"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg"); +} + +em[data-emoji=":flag_az:"]:before, +em[data-emoji="flag_az"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg"); +} + +em[data-emoji=":flag_bs:"]:before, +em[data-emoji="flag_bs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg"); +} + +em[data-emoji=":flag_bh:"]:before, +em[data-emoji="flag_bh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg"); +} + +em[data-emoji=":flag_bd:"]:before, +em[data-emoji="flag_bd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg"); +} + +em[data-emoji=":flag_bb:"]:before, +em[data-emoji="flag_bb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg"); +} + +em[data-emoji=":flag_by:"]:before, +em[data-emoji="flag_by"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg"); +} + +em[data-emoji=":flag_be:"]:before, +em[data-emoji="flag_be"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg"); +} + +em[data-emoji=":flag_bz:"]:before, +em[data-emoji="flag_bz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg"); +} + +em[data-emoji=":flag_bj:"]:before, +em[data-emoji="flag_bj"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg"); +} + +em[data-emoji=":flag_bm:"]:before, +em[data-emoji="flag_bm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg"); +} + +em[data-emoji=":flag_bt:"]:before, +em[data-emoji="flag_bt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg"); +} + +em[data-emoji=":flag_bo:"]:before, +em[data-emoji="flag_bo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg"); +} + +em[data-emoji=":flag_ba:"]:before, +em[data-emoji="flag_ba"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg"); +} + +em[data-emoji=":flag_bw:"]:before, +em[data-emoji="flag_bw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg"); +} + +em[data-emoji=":flag_br:"]:before, +em[data-emoji="flag_br"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg"); +} + +em[data-emoji=":flag_io:"]:before, +em[data-emoji="flag_io"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg"); +} + +em[data-emoji=":flag_vg:"]:before, +em[data-emoji="flag_vg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg"); +} + +em[data-emoji=":flag_bn:"]:before, +em[data-emoji="flag_bn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg"); +} + +em[data-emoji=":flag_bg:"]:before, +em[data-emoji="flag_bg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg"); +} + +em[data-emoji=":flag_bf:"]:before, +em[data-emoji="flag_bf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg"); +} + +em[data-emoji=":flag_bi:"]:before, +em[data-emoji="flag_bi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg"); +} + +em[data-emoji=":flag_kh:"]:before, +em[data-emoji="flag_kh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg"); +} + +em[data-emoji=":flag_cm:"]:before, +em[data-emoji="flag_cm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg"); +} + +em[data-emoji=":flag_ca:"]:before, +em[data-emoji="flag_ca"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg"); +} + +em[data-emoji=":flag_ic:"]:before, +em[data-emoji="flag_ic"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg"); +} + +em[data-emoji=":flag_cv:"]:before, +em[data-emoji="flag_cv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg"); +} + +em[data-emoji=":flag_bq:"]:before, +em[data-emoji="flag_bq"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg"); +} + +em[data-emoji=":flag_ky:"]:before, +em[data-emoji="flag_ky"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg"); +} + +em[data-emoji=":flag_cf:"]:before, +em[data-emoji="flag_cf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg"); +} + +em[data-emoji=":flag_td:"]:before, +em[data-emoji="flag_td"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg"); +} + +em[data-emoji=":flag_cl:"]:before, +em[data-emoji="flag_cl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg"); +} + +em[data-emoji=":flag_cn:"]:before, +em[data-emoji="flag_cn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg"); +} + +em[data-emoji=":flag_cx:"]:before, +em[data-emoji="flag_cx"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg"); +} + +em[data-emoji=":flag_cc:"]:before, +em[data-emoji="flag_cc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg"); +} + +em[data-emoji=":flag_co:"]:before, +em[data-emoji="flag_co"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg"); +} + +em[data-emoji=":flag_km:"]:before, +em[data-emoji="flag_km"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg"); +} + +em[data-emoji=":flag_cg:"]:before, +em[data-emoji="flag_cg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg"); +} + +em[data-emoji=":flag_cd:"]:before, +em[data-emoji="flag_cd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg"); +} + +em[data-emoji=":flag_ck:"]:before, +em[data-emoji="flag_ck"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg"); +} + +em[data-emoji=":flag_cr:"]:before, +em[data-emoji="flag_cr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg"); +} + +em[data-emoji=":flag_ci:"]:before, +em[data-emoji="flag_ci"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg"); +} + +em[data-emoji=":flag_hr:"]:before, +em[data-emoji="flag_hr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg"); +} + +em[data-emoji=":flag_cu:"]:before, +em[data-emoji="flag_cu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg"); +} + +em[data-emoji=":flag_cw:"]:before, +em[data-emoji="flag_cw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg"); +} + +em[data-emoji=":flag_cy:"]:before, +em[data-emoji="flag_cy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg"); +} + +em[data-emoji=":flag_cz:"]:before, +em[data-emoji="flag_cz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg"); +} + +em[data-emoji=":flag_dk:"]:before, +em[data-emoji="flag_dk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg"); +} + +em[data-emoji=":flag_dj:"]:before, +em[data-emoji="flag_dj"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg"); +} + +em[data-emoji=":flag_dm:"]:before, +em[data-emoji="flag_dm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg"); +} + +em[data-emoji=":flag_do:"]:before, +em[data-emoji="flag_do"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg"); +} + +em[data-emoji=":flag_ec:"]:before, +em[data-emoji="flag_ec"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg"); +} + +em[data-emoji=":flag_eg:"]:before, +em[data-emoji="flag_eg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg"); +} + +em[data-emoji=":flag_sv:"]:before, +em[data-emoji="flag_sv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg"); +} + +em[data-emoji=":flag_gq:"]:before, +em[data-emoji="flag_gq"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg"); +} + +em[data-emoji=":flag_er:"]:before, +em[data-emoji="flag_er"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg"); +} + +em[data-emoji=":flag_ee:"]:before, +em[data-emoji="flag_ee"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg"); +} + +em[data-emoji=":flag_et:"]:before, +em[data-emoji="flag_et"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg"); +} + +em[data-emoji=":flag_eu:"]:before, +em[data-emoji="flag_eu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg"); +} + +em[data-emoji=":flag_fk:"]:before, +em[data-emoji="flag_fk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg"); +} + +em[data-emoji=":flag_fo:"]:before, +em[data-emoji="flag_fo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg"); +} + +em[data-emoji=":flag_fj:"]:before, +em[data-emoji="flag_fj"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg"); +} + +em[data-emoji=":flag_fi:"]:before, +em[data-emoji="flag_fi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg"); +} + +em[data-emoji=":flag_fr:"]:before, +em[data-emoji="flag_fr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg"); +} + +em[data-emoji=":flag_gf:"]:before, +em[data-emoji="flag_gf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg"); +} + +em[data-emoji=":flag_pf:"]:before, +em[data-emoji="flag_pf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg"); +} + +em[data-emoji=":flag_tf:"]:before, +em[data-emoji="flag_tf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg"); +} + +em[data-emoji=":flag_ga:"]:before, +em[data-emoji="flag_ga"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg"); +} + +em[data-emoji=":flag_gm:"]:before, +em[data-emoji="flag_gm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg"); +} + +em[data-emoji=":flag_ge:"]:before, +em[data-emoji="flag_ge"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg"); +} + +em[data-emoji=":flag_de:"]:before, +em[data-emoji="flag_de"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg"); +} + +em[data-emoji=":flag_gh:"]:before, +em[data-emoji="flag_gh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg"); +} + +em[data-emoji=":flag_gi:"]:before, +em[data-emoji="flag_gi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg"); +} + +em[data-emoji=":flag_gr:"]:before, +em[data-emoji="flag_gr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg"); +} + +em[data-emoji=":flag_gl:"]:before, +em[data-emoji="flag_gl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg"); +} + +em[data-emoji=":flag_gd:"]:before, +em[data-emoji="flag_gd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg"); +} + +em[data-emoji=":flag_gp:"]:before, +em[data-emoji="flag_gp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg"); +} + +em[data-emoji=":flag_gu:"]:before, +em[data-emoji="flag_gu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg"); +} + +em[data-emoji=":flag_gt:"]:before, +em[data-emoji="flag_gt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg"); +} + +em[data-emoji=":flag_gg:"]:before, +em[data-emoji="flag_gg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg"); +} + +em[data-emoji=":flag_gn:"]:before, +em[data-emoji="flag_gn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg"); +} + +em[data-emoji=":flag_gw:"]:before, +em[data-emoji="flag_gw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg"); +} + +em[data-emoji=":flag_gy:"]:before, +em[data-emoji="flag_gy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg"); +} + +em[data-emoji=":flag_ht:"]:before, +em[data-emoji="flag_ht"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg"); +} + +em[data-emoji=":flag_hn:"]:before, +em[data-emoji="flag_hn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg"); +} + +em[data-emoji=":flag_hk:"]:before, +em[data-emoji="flag_hk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg"); +} + +em[data-emoji=":flag_hu:"]:before, +em[data-emoji="flag_hu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg"); +} + +em[data-emoji=":flag_is:"]:before, +em[data-emoji="flag_is"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg"); +} + +em[data-emoji=":flag_in:"]:before, +em[data-emoji="flag_in"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg"); +} + +em[data-emoji=":flag_id:"]:before, +em[data-emoji="flag_id"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg"); +} + +em[data-emoji=":flag_ir:"]:before, +em[data-emoji="flag_ir"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg"); +} + +em[data-emoji=":flag_iq:"]:before, +em[data-emoji="flag_iq"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg"); +} + +em[data-emoji=":flag_ie:"]:before, +em[data-emoji="flag_ie"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg"); +} + +em[data-emoji=":flag_im:"]:before, +em[data-emoji="flag_im"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg"); +} + +em[data-emoji=":flag_il:"]:before, +em[data-emoji="flag_il"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg"); +} + +em[data-emoji=":flag_it:"]:before, +em[data-emoji="flag_it"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg"); +} + +em[data-emoji=":flag_jm:"]:before, +em[data-emoji="flag_jm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg"); +} + +em[data-emoji=":flag_jp:"]:before, +em[data-emoji="flag_jp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg"); +} + +em[data-emoji=":crossed_flags:"]:before, +em[data-emoji="crossed_flags"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38c.svg"); +} + +em[data-emoji=":flag_je:"]:before, +em[data-emoji="flag_je"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg"); +} + +em[data-emoji=":flag_jo:"]:before, +em[data-emoji="flag_jo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg"); +} + +em[data-emoji=":flag_kz:"]:before, +em[data-emoji="flag_kz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg"); +} + +em[data-emoji=":flag_ke:"]:before, +em[data-emoji="flag_ke"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg"); +} + +em[data-emoji=":flag_ki:"]:before, +em[data-emoji="flag_ki"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg"); +} + +em[data-emoji=":flag_xk:"]:before, +em[data-emoji="flag_xk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg"); +} + +em[data-emoji=":flag_kw:"]:before, +em[data-emoji="flag_kw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg"); +} + +em[data-emoji=":flag_kg:"]:before, +em[data-emoji="flag_kg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg"); +} + +em[data-emoji=":flag_la:"]:before, +em[data-emoji="flag_la"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg"); +} + +em[data-emoji=":flag_lv:"]:before, +em[data-emoji="flag_lv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg"); +} + +em[data-emoji=":flag_lb:"]:before, +em[data-emoji="flag_lb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg"); +} + +em[data-emoji=":flag_ls:"]:before, +em[data-emoji="flag_ls"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg"); +} + +em[data-emoji=":flag_lr:"]:before, +em[data-emoji="flag_lr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg"); +} + +em[data-emoji=":flag_ly:"]:before, +em[data-emoji="flag_ly"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg"); +} + +em[data-emoji=":flag_li:"]:before, +em[data-emoji="flag_li"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg"); +} + +em[data-emoji=":flag_lt:"]:before, +em[data-emoji="flag_lt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg"); +} + +em[data-emoji=":flag_lu:"]:before, +em[data-emoji="flag_lu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg"); +} + +em[data-emoji=":flag_mo:"]:before, +em[data-emoji="flag_mo"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg"); +} + +em[data-emoji=":flag_mk:"]:before, +em[data-emoji="flag_mk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg"); +} + +em[data-emoji=":flag_mg:"]:before, +em[data-emoji="flag_mg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg"); +} + +em[data-emoji=":flag_mw:"]:before, +em[data-emoji="flag_mw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg"); +} + +em[data-emoji=":flag_my:"]:before, +em[data-emoji="flag_my"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg"); +} + +em[data-emoji=":flag_mv:"]:before, +em[data-emoji="flag_mv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg"); +} + +em[data-emoji=":flag_ml:"]:before, +em[data-emoji="flag_ml"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg"); +} + +em[data-emoji=":flag_mt:"]:before, +em[data-emoji="flag_mt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg"); +} + +em[data-emoji=":flag_mh:"]:before, +em[data-emoji="flag_mh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg"); +} + +em[data-emoji=":flag_mq:"]:before, +em[data-emoji="flag_mq"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg"); +} + +em[data-emoji=":flag_mr:"]:before, +em[data-emoji="flag_mr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg"); +} + +em[data-emoji=":flag_mu:"]:before, +em[data-emoji="flag_mu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg"); +} + +em[data-emoji=":flag_yt:"]:before, +em[data-emoji="flag_yt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg"); +} + +em[data-emoji=":flag_mx:"]:before, +em[data-emoji="flag_mx"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg"); +} + +em[data-emoji=":flag_fm:"]:before, +em[data-emoji="flag_fm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg"); +} + +em[data-emoji=":flag_md:"]:before, +em[data-emoji="flag_md"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg"); +} + +em[data-emoji=":flag_mc:"]:before, +em[data-emoji="flag_mc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg"); +} + +em[data-emoji=":flag_mn:"]:before, +em[data-emoji="flag_mn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg"); +} + +em[data-emoji=":flag_me:"]:before, +em[data-emoji="flag_me"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg"); +} + +em[data-emoji=":flag_ms:"]:before, +em[data-emoji="flag_ms"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg"); +} + +em[data-emoji=":flag_ma:"]:before, +em[data-emoji="flag_ma"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg"); +} + +em[data-emoji=":flag_mz:"]:before, +em[data-emoji="flag_mz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg"); +} + +em[data-emoji=":flag_mm:"]:before, +em[data-emoji="flag_mm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg"); +} + +em[data-emoji=":flag_na:"]:before, +em[data-emoji="flag_na"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg"); +} + +em[data-emoji=":flag_nr:"]:before, +em[data-emoji="flag_nr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg"); +} + +em[data-emoji=":flag_np:"]:before, +em[data-emoji="flag_np"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg"); +} + +em[data-emoji=":flag_nl:"]:before, +em[data-emoji="flag_nl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg"); +} + +em[data-emoji=":flag_nc:"]:before, +em[data-emoji="flag_nc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg"); +} + +em[data-emoji=":flag_nz:"]:before, +em[data-emoji="flag_nz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg"); +} + +em[data-emoji=":flag_ni:"]:before, +em[data-emoji="flag_ni"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg"); +} + +em[data-emoji=":flag_ne:"]:before, +em[data-emoji="flag_ne"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg"); +} + +em[data-emoji=":flag_ng:"]:before, +em[data-emoji="flag_ng"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg"); +} + +em[data-emoji=":flag_nu:"]:before, +em[data-emoji="flag_nu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg"); +} + +em[data-emoji=":flag_nf:"]:before, +em[data-emoji="flag_nf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg"); +} + +em[data-emoji=":flag_kp:"]:before, +em[data-emoji="flag_kp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg"); +} + +em[data-emoji=":flag_mp:"]:before, +em[data-emoji="flag_mp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg"); +} + +em[data-emoji=":flag_no:"]:before, +em[data-emoji="flag_no"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg"); +} + +em[data-emoji=":flag_om:"]:before, +em[data-emoji="flag_om"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg"); +} + +em[data-emoji=":flag_pk:"]:before, +em[data-emoji="flag_pk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg"); +} + +em[data-emoji=":flag_pw:"]:before, +em[data-emoji="flag_pw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg"); +} + +em[data-emoji=":flag_ps:"]:before, +em[data-emoji="flag_ps"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg"); +} + +em[data-emoji=":flag_pa:"]:before, +em[data-emoji="flag_pa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg"); +} + +em[data-emoji=":flag_pg:"]:before, +em[data-emoji="flag_pg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg"); +} + +em[data-emoji=":flag_py:"]:before, +em[data-emoji="flag_py"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg"); +} + +em[data-emoji=":flag_pe:"]:before, +em[data-emoji="flag_pe"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg"); +} + +em[data-emoji=":flag_ph:"]:before, +em[data-emoji="flag_ph"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg"); +} + +em[data-emoji=":flag_pn:"]:before, +em[data-emoji="flag_pn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg"); +} + +em[data-emoji=":flag_pl:"]:before, +em[data-emoji="flag_pl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg"); +} + +em[data-emoji=":flag_pt:"]:before, +em[data-emoji="flag_pt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg"); +} + +em[data-emoji=":flag_pr:"]:before, +em[data-emoji="flag_pr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg"); +} + +em[data-emoji=":flag_qa:"]:before, +em[data-emoji="flag_qa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg"); +} + +em[data-emoji=":flag_re:"]:before, +em[data-emoji="flag_re"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg"); +} + +em[data-emoji=":flag_ro:"]:before, +em[data-emoji="flag_ro"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg"); +} + +em[data-emoji=":flag_ru:"]:before, +em[data-emoji="flag_ru"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg"); +} + +em[data-emoji=":flag_rw:"]:before, +em[data-emoji="flag_rw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg"); +} + +em[data-emoji=":flag_ws:"]:before, +em[data-emoji="flag_ws"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg"); +} + +em[data-emoji=":flag_sm:"]:before, +em[data-emoji="flag_sm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg"); +} + +em[data-emoji=":flag_st:"]:before, +em[data-emoji="flag_st"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg"); +} + +em[data-emoji=":flag_sa:"]:before, +em[data-emoji="flag_sa"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg"); +} + +em[data-emoji=":flag_sn:"]:before, +em[data-emoji="flag_sn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg"); +} + +em[data-emoji=":flag_rs:"]:before, +em[data-emoji="flag_rs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg"); +} + +em[data-emoji=":flag_sc:"]:before, +em[data-emoji="flag_sc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg"); +} + +em[data-emoji=":flag_sl:"]:before, +em[data-emoji="flag_sl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg"); +} + +em[data-emoji=":flag_sg:"]:before, +em[data-emoji="flag_sg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg"); +} + +em[data-emoji=":flag_sx:"]:before, +em[data-emoji="flag_sx"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg"); +} + +em[data-emoji=":flag_sk:"]:before, +em[data-emoji="flag_sk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg"); +} + +em[data-emoji=":flag_si:"]:before, +em[data-emoji="flag_si"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg"); +} + +em[data-emoji=":flag_gs:"]:before, +em[data-emoji="flag_gs"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg"); +} + +em[data-emoji=":flag_sb:"]:before, +em[data-emoji="flag_sb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg"); +} + +em[data-emoji=":flag_so:"]:before, +em[data-emoji="flag_so"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg"); +} + +em[data-emoji=":flag_za:"]:before, +em[data-emoji="flag_za"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg"); +} + +em[data-emoji=":flag_kr:"]:before, +em[data-emoji="flag_kr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg"); +} + +em[data-emoji=":flag_ss:"]:before, +em[data-emoji="flag_ss"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg"); +} + +em[data-emoji=":flag_es:"]:before, +em[data-emoji="flag_es"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg"); +} + +em[data-emoji=":flag_lk:"]:before, +em[data-emoji="flag_lk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg"); +} + +em[data-emoji=":flag_bl:"]:before, +em[data-emoji="flag_bl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg"); +} + +em[data-emoji=":flag_sh:"]:before, +em[data-emoji="flag_sh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg"); +} + +em[data-emoji=":flag_kn:"]:before, +em[data-emoji="flag_kn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg"); +} + +em[data-emoji=":flag_lc:"]:before, +em[data-emoji="flag_lc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg"); +} + +em[data-emoji=":flag_pm:"]:before, +em[data-emoji="flag_pm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg"); +} + +em[data-emoji=":flag_vc:"]:before, +em[data-emoji="flag_vc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg"); +} + +em[data-emoji=":flag_sd:"]:before, +em[data-emoji="flag_sd"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg"); +} + +em[data-emoji=":flag_sr:"]:before, +em[data-emoji="flag_sr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg"); +} + +em[data-emoji=":flag_sz:"]:before, +em[data-emoji="flag_sz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg"); +} + +em[data-emoji=":flag_se:"]:before, +em[data-emoji="flag_se"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg"); +} + +em[data-emoji=":flag_ch:"]:before, +em[data-emoji="flag_ch"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg"); +} + +em[data-emoji=":flag_sy:"]:before, +em[data-emoji="flag_sy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg"); +} + +em[data-emoji=":flag_tw:"]:before, +em[data-emoji="flag_tw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg"); +} + +em[data-emoji=":flag_tj:"]:before, +em[data-emoji="flag_tj"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg"); +} + +em[data-emoji=":flag_tz:"]:before, +em[data-emoji="flag_tz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg"); +} + +em[data-emoji=":flag_th:"]:before, +em[data-emoji="flag_th"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg"); +} + +em[data-emoji=":flag_tl:"]:before, +em[data-emoji="flag_tl"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg"); +} + +em[data-emoji=":flag_tg:"]:before, +em[data-emoji="flag_tg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg"); +} + +em[data-emoji=":flag_tk:"]:before, +em[data-emoji="flag_tk"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg"); +} + +em[data-emoji=":flag_to:"]:before, +em[data-emoji="flag_to"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg"); +} + +em[data-emoji=":flag_tt:"]:before, +em[data-emoji="flag_tt"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg"); +} + +em[data-emoji=":flag_tn:"]:before, +em[data-emoji="flag_tn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg"); +} + +em[data-emoji=":flag_tr:"]:before, +em[data-emoji="flag_tr"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg"); +} + +em[data-emoji=":flag_tm:"]:before, +em[data-emoji="flag_tm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg"); +} + +em[data-emoji=":flag_tc:"]:before, +em[data-emoji="flag_tc"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg"); +} + +em[data-emoji=":flag_vi:"]:before, +em[data-emoji="flag_vi"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg"); +} + +em[data-emoji=":flag_tv:"]:before, +em[data-emoji="flag_tv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg"); +} + +em[data-emoji=":flag_ug:"]:before, +em[data-emoji="flag_ug"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg"); +} + +em[data-emoji=":flag_ua:"]:before, +em[data-emoji="flag_ua"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg"); +} + +em[data-emoji=":flag_ae:"]:before, +em[data-emoji="flag_ae"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg"); +} + +em[data-emoji=":flag_gb:"]:before, +em[data-emoji="flag_gb"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg"); +} + +em[data-emoji=":england:"]:before, +em[data-emoji="england"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg"); +} + +em[data-emoji=":scotland:"]:before, +em[data-emoji="scotland"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg"); +} + +em[data-emoji=":wales:"]:before, +em[data-emoji="wales"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg"); +} + +em[data-emoji=":flag_us:"]:before, +em[data-emoji="flag_us"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg"); +} + +em[data-emoji=":flag_uy:"]:before, +em[data-emoji="flag_uy"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg"); +} + +em[data-emoji=":flag_uz:"]:before, +em[data-emoji="flag_uz"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg"); +} + +em[data-emoji=":flag_vu:"]:before, +em[data-emoji="flag_vu"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg"); +} + +em[data-emoji=":flag_va:"]:before, +em[data-emoji="flag_va"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg"); +} + +em[data-emoji=":flag_ve:"]:before, +em[data-emoji="flag_ve"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg"); +} + +em[data-emoji=":flag_vn:"]:before, +em[data-emoji="flag_vn"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg"); +} + +em[data-emoji=":flag_wf:"]:before, +em[data-emoji="flag_wf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg"); +} + +em[data-emoji=":flag_eh:"]:before, +em[data-emoji="flag_eh"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg"); +} + +em[data-emoji=":flag_ye:"]:before, +em[data-emoji="flag_ye"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg"); +} + +em[data-emoji=":flag_zm:"]:before, +em[data-emoji="flag_zm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg"); +} + +em[data-emoji=":flag_zw:"]:before, +em[data-emoji="flag_zw"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg"); +} + +em[data-emoji=":flag_ac:"]:before, +em[data-emoji="flag_ac"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg"); +} + +em[data-emoji=":flag_bv:"]:before, +em[data-emoji="flag_bv"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg"); +} + +em[data-emoji=":flag_cp:"]:before, +em[data-emoji="flag_cp"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg"); +} + +em[data-emoji=":flag_ea:"]:before, +em[data-emoji="flag_ea"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg"); +} + +em[data-emoji=":flag_dg:"]:before, +em[data-emoji="flag_dg"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg"); +} + +em[data-emoji=":flag_hm:"]:before, +em[data-emoji="flag_hm"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg"); +} + +em[data-emoji=":flag_mf:"]:before, +em[data-emoji="flag_mf"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg"); +} + +em[data-emoji=":flag_sj:"]:before, +em[data-emoji="flag_sj"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg"); +} + +em[data-emoji=":flag_ta:"]:before, +em[data-emoji="flag_ta"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg"); +} + +em[data-emoji=":flag_um:"]:before, +em[data-emoji="flag_um"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg"); +} + +em[data-emoji=":united_nations:"]:before, +em[data-emoji="united_nations"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg"); +} + +em[data-emoji=":tone1:"]:before, +em[data-emoji="tone1"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fb.svg"); +} + +em[data-emoji=":tone2:"]:before, +em[data-emoji="tone2"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fc.svg"); +} + +em[data-emoji=":tone3:"]:before, +em[data-emoji="tone3"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fd.svg"); +} + +em[data-emoji=":tone4:"]:before, +em[data-emoji="tone4"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3fe.svg"); +} + +em[data-emoji=":tone5:"]:before, +em[data-emoji="tone5"]:before { + background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ff.svg"); +} +/*! + * # Fomantic-UI - Flag + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Flag +*******************************/ + +i.flag:not(.icon) { + display: inline-block; + width: 16px; + height: 11px; + line-height: 11px; + vertical-align: baseline; + margin: 0 0.5em 0 0; + text-decoration: inherit; + speak: none; + -webkit-font-smoothing: antialiased; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +/* Sprite */ + +i.flag:not(.icon):before { + display: inline-block; + content: ''; + background: url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px; + width: 16px; + height: 11px; +} + +/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */ + +/******************************* + Theme Overrides +*******************************/ + +/*rtl:begin:ignore*/ + +i.flag.ad:before, +i.flag.andorra:before { + background-position: 0 0; +} + +i.flag.ae:before, +i.flag.united.arab.emirates:before, +i.flag.uae:before { + background-position: 0 -26px; +} + +i.flag.af:before, +i.flag.afghanistan:before { + background-position: 0 -52px; +} + +i.flag.ag:before, +i.flag.antigua:before { + background-position: 0 -78px; +} + +i.flag.ai:before, +i.flag.anguilla:before { + background-position: 0 -104px; +} + +i.flag.al:before, +i.flag.albania:before { + background-position: 0 -130px; +} + +i.flag.am:before, +i.flag.armenia:before { + background-position: 0 -156px; +} + +i.flag.an:before, +i.flag.netherlands.antilles:before { + background-position: 0 -182px; +} + +i.flag.ao:before, +i.flag.angola:before { + background-position: 0 -208px; +} + +i.flag.ar:before, +i.flag.argentina:before { + background-position: 0 -234px; +} + +i.flag.as:before, +i.flag.american.samoa:before { + background-position: 0 -260px; +} + +i.flag.at:before, +i.flag.austria:before { + background-position: 0 -286px; +} + +i.flag.au:before, +i.flag.australia:before { + background-position: 0 -312px; +} + +i.flag.aw:before, +i.flag.aruba:before { + background-position: 0 -338px; +} + +i.flag.ax:before, +i.flag.aland.islands:before { + background-position: 0 -364px; +} + +i.flag.az:before, +i.flag.azerbaijan:before { + background-position: 0 -390px; +} + +i.flag.ba:before, +i.flag.bosnia:before { + background-position: 0 -416px; +} + +i.flag.bb:before, +i.flag.barbados:before { + background-position: 0 -442px; +} + +i.flag.bd:before, +i.flag.bangladesh:before { + background-position: 0 -468px; +} + +i.flag.be:before, +i.flag.belgium:before { + background-position: 0 -494px; +} + +i.flag.bf:before, +i.flag.burkina.faso:before { + background-position: 0 -520px; +} + +i.flag.bg:before, +i.flag.bulgaria:before { + background-position: 0 -546px; +} + +i.flag.bh:before, +i.flag.bahrain:before { + background-position: 0 -572px; +} + +i.flag.bi:before, +i.flag.burundi:before { + background-position: 0 -598px; +} + +i.flag.bj:before, +i.flag.benin:before { + background-position: 0 -624px; +} + +i.flag.bm:before, +i.flag.bermuda:before { + background-position: 0 -650px; +} + +i.flag.bn:before, +i.flag.brunei:before { + background-position: 0 -676px; +} + +i.flag.bo:before, +i.flag.bolivia:before { + background-position: 0 -702px; +} + +i.flag.br:before, +i.flag.brazil:before { + background-position: 0 -728px; +} + +i.flag.bs:before, +i.flag.bahamas:before { + background-position: 0 -754px; +} + +i.flag.bt:before, +i.flag.bhutan:before { + background-position: 0 -780px; +} + +i.flag.bv:before, +i.flag.bouvet.island:before { + background-position: 0 -806px; +} + +i.flag.bw:before, +i.flag.botswana:before { + background-position: 0 -832px; +} + +i.flag.by:before, +i.flag.belarus:before { + background-position: 0 -858px; +} + +i.flag.bz:before, +i.flag.belize:before { + background-position: 0 -884px; +} + +i.flag.ca:before, +i.flag.canada:before { + background-position: 0 -910px; +} + +i.flag.cc:before, +i.flag.cocos.islands:before { + background-position: 0 -962px; +} + +i.flag.cd:before, +i.flag.congo:before { + background-position: 0 -988px; +} + +i.flag.cf:before, +i.flag.central.african.republic:before { + background-position: 0 -1014px; +} + +i.flag.cg:before, +i.flag.congo.brazzaville:before { + background-position: 0 -1040px; +} + +i.flag.ch:before, +i.flag.switzerland:before { + background-position: 0 -1066px; +} + +i.flag.ci:before, +i.flag.cote.divoire:before { + background-position: 0 -1092px; +} + +i.flag.ck:before, +i.flag.cook.islands:before { + background-position: 0 -1118px; +} + +i.flag.cl:before, +i.flag.chile:before { + background-position: 0 -1144px; +} + +i.flag.cm:before, +i.flag.cameroon:before { + background-position: 0 -1170px; +} + +i.flag.cn:before, +i.flag.china:before { + background-position: 0 -1196px; +} + +i.flag.co:before, +i.flag.colombia:before { + background-position: 0 -1222px; +} + +i.flag.cr:before, +i.flag.costa.rica:before { + background-position: 0 -1248px; +} + +i.flag.cs:before, +i.flag.serbia:before { + background-position: 0 -1274px; +} + +i.flag.cu:before, +i.flag.cuba:before { + background-position: 0 -1300px; +} + +i.flag.cv:before, +i.flag.cape.verde:before { + background-position: 0 -1326px; +} + +i.flag.cx:before, +i.flag.christmas.island:before { + background-position: 0 -1352px; +} + +i.flag.cy:before, +i.flag.cyprus:before { + background-position: 0 -1378px; +} + +i.flag.cz:before, +i.flag.czech.republic:before { + background-position: 0 -1404px; +} + +i.flag.de:before, +i.flag.germany:before { + background-position: 0 -1430px; +} + +i.flag.dj:before, +i.flag.djibouti:before { + background-position: 0 -1456px; +} + +i.flag.dk:before, +i.flag.denmark:before { + background-position: 0 -1482px; +} + +i.flag.dm:before, +i.flag.dominica:before { + background-position: 0 -1508px; +} + +i.flag.do:before, +i.flag.dominican.republic:before { + background-position: 0 -1534px; +} + +i.flag.dz:before, +i.flag.algeria:before { + background-position: 0 -1560px; +} + +i.flag.ec:before, +i.flag.ecuador:before { + background-position: 0 -1586px; +} + +i.flag.ee:before, +i.flag.estonia:before { + background-position: 0 -1612px; +} + +i.flag.eg:before, +i.flag.egypt:before { + background-position: 0 -1638px; +} + +i.flag.eh:before, +i.flag.western.sahara:before { + background-position: 0 -1664px; +} + +i.flag.gb.eng:before, +i.flag.england:before { + background-position: 0 -1690px; +} + +i.flag.er:before, +i.flag.eritrea:before { + background-position: 0 -1716px; +} + +i.flag.es:before, +i.flag.spain:before { + background-position: 0 -1742px; +} + +i.flag.et:before, +i.flag.ethiopia:before { + background-position: 0 -1768px; +} + +i.flag.eu:before, +i.flag.european.union:before { + background-position: 0 -1794px; +} + +i.flag.fi:before, +i.flag.finland:before { + background-position: 0 -1846px; +} + +i.flag.fj:before, +i.flag.fiji:before { + background-position: 0 -1872px; +} + +i.flag.fk:before, +i.flag.falkland.islands:before { + background-position: 0 -1898px; +} + +i.flag.fm:before, +i.flag.micronesia:before { + background-position: 0 -1924px; +} + +i.flag.fo:before, +i.flag.faroe.islands:before { + background-position: 0 -1950px; +} + +i.flag.fr:before, +i.flag.france:before { + background-position: 0 -1976px; +} + +i.flag.ga:before, +i.flag.gabon:before { + background-position: -36px 0; +} + +i.flag.gb:before, +i.flag.uk:before, +i.flag.united.kingdom:before { + background-position: -36px -26px; +} + +i.flag.gd:before, +i.flag.grenada:before { + background-position: -36px -52px; +} + +i.flag.ge:before, +i.flag.georgia:before { + background-position: -36px -78px; +} + +i.flag.gf:before, +i.flag.french.guiana:before { + background-position: -36px -104px; +} + +i.flag.gh:before, +i.flag.ghana:before { + background-position: -36px -130px; +} + +i.flag.gi:before, +i.flag.gibraltar:before { + background-position: -36px -156px; +} + +i.flag.gl:before, +i.flag.greenland:before { + background-position: -36px -182px; +} + +i.flag.gm:before, +i.flag.gambia:before { + background-position: -36px -208px; +} + +i.flag.gn:before, +i.flag.guinea:before { + background-position: -36px -234px; +} + +i.flag.gp:before, +i.flag.guadeloupe:before { + background-position: -36px -260px; +} + +i.flag.gq:before, +i.flag.equatorial.guinea:before { + background-position: -36px -286px; +} + +i.flag.gr:before, +i.flag.greece:before { + background-position: -36px -312px; +} + +i.flag.gs:before, +i.flag.sandwich.islands:before { + background-position: -36px -338px; +} + +i.flag.gt:before, +i.flag.guatemala:before { + background-position: -36px -364px; +} + +i.flag.gu:before, +i.flag.guam:before { + background-position: -36px -390px; +} + +i.flag.gw:before, +i.flag.guinea-bissau:before { + background-position: -36px -416px; +} + +i.flag.gy:before, +i.flag.guyana:before { + background-position: -36px -442px; +} + +i.flag.hk:before, +i.flag.hong.kong:before { + background-position: -36px -468px; +} + +i.flag.hm:before, +i.flag.heard.island:before { + background-position: -36px -494px; +} + +i.flag.hn:before, +i.flag.honduras:before { + background-position: -36px -520px; +} + +i.flag.hr:before, +i.flag.croatia:before { + background-position: -36px -546px; +} + +i.flag.ht:before, +i.flag.haiti:before { + background-position: -36px -572px; +} + +i.flag.hu:before, +i.flag.hungary:before { + background-position: -36px -598px; +} + +i.flag.id:before, +i.flag.indonesia:before { + background-position: -36px -624px; +} + +i.flag.ie:before, +i.flag.ireland:before { + background-position: -36px -650px; +} + +i.flag.il:before, +i.flag.israel:before { + background-position: -36px -676px; +} + +i.flag.in:before, +i.flag.india:before { + background-position: -36px -702px; +} + +i.flag.io:before, +i.flag.indian.ocean.territory:before { + background-position: -36px -728px; +} + +i.flag.iq:before, +i.flag.iraq:before { + background-position: -36px -754px; +} + +i.flag.ir:before, +i.flag.iran:before { + background-position: -36px -780px; +} + +i.flag.is:before, +i.flag.iceland:before { + background-position: -36px -806px; +} + +i.flag.it:before, +i.flag.italy:before { + background-position: -36px -832px; +} + +i.flag.jm:before, +i.flag.jamaica:before { + background-position: -36px -858px; +} + +i.flag.jo:before, +i.flag.jordan:before { + background-position: -36px -884px; +} + +i.flag.jp:before, +i.flag.japan:before { + background-position: -36px -910px; +} + +i.flag.ke:before, +i.flag.kenya:before { + background-position: -36px -936px; +} + +i.flag.kg:before, +i.flag.kyrgyzstan:before { + background-position: -36px -962px; +} + +i.flag.kh:before, +i.flag.cambodia:before { + background-position: -36px -988px; +} + +i.flag.ki:before, +i.flag.kiribati:before { + background-position: -36px -1014px; +} + +i.flag.km:before, +i.flag.comoros:before { + background-position: -36px -1040px; +} + +i.flag.kn:before, +i.flag.saint.kitts.and.nevis:before { + background-position: -36px -1066px; +} + +i.flag.kp:before, +i.flag.north.korea:before { + background-position: -36px -1092px; +} + +i.flag.kr:before, +i.flag.south.korea:before { + background-position: -36px -1118px; +} + +i.flag.kw:before, +i.flag.kuwait:before { + background-position: -36px -1144px; +} + +i.flag.ky:before, +i.flag.cayman.islands:before { + background-position: -36px -1170px; +} + +i.flag.kz:before, +i.flag.kazakhstan:before { + background-position: -36px -1196px; +} + +i.flag.la:before, +i.flag.laos:before { + background-position: -36px -1222px; +} + +i.flag.lb:before, +i.flag.lebanon:before { + background-position: -36px -1248px; +} + +i.flag.lc:before, +i.flag.saint.lucia:before { + background-position: -36px -1274px; +} + +i.flag.li:before, +i.flag.liechtenstein:before { + background-position: -36px -1300px; +} + +i.flag.lk:before, +i.flag.sri.lanka:before { + background-position: -36px -1326px; +} + +i.flag.lr:before, +i.flag.liberia:before { + background-position: -36px -1352px; +} + +i.flag.ls:before, +i.flag.lesotho:before { + background-position: -36px -1378px; +} + +i.flag.lt:before, +i.flag.lithuania:before { + background-position: -36px -1404px; +} + +i.flag.lu:before, +i.flag.luxembourg:before { + background-position: -36px -1430px; +} + +i.flag.lv:before, +i.flag.latvia:before { + background-position: -36px -1456px; +} + +i.flag.ly:before, +i.flag.libya:before { + background-position: -36px -1482px; +} + +i.flag.ma:before, +i.flag.morocco:before { + background-position: -36px -1508px; +} + +i.flag.mc:before, +i.flag.monaco:before { + background-position: -36px -1534px; +} + +i.flag.md:before, +i.flag.moldova:before { + background-position: -36px -1560px; +} + +i.flag.me:before, +i.flag.montenegro:before { + background-position: -36px -1586px; +} + +i.flag.mg:before, +i.flag.madagascar:before { + background-position: -36px -1613px; +} + +i.flag.mh:before, +i.flag.marshall.islands:before { + background-position: -36px -1639px; +} + +i.flag.mk:before, +i.flag.macedonia:before { + background-position: -36px -1665px; +} + +i.flag.ml:before, +i.flag.mali:before { + background-position: -36px -1691px; +} + +i.flag.mm:before, +i.flag.myanmar:before, +i.flag.burma:before { + background-position: -36px -1717px; +} + +i.flag.mn:before, +i.flag.mongolia:before { + background-position: -36px -1743px; +} + +i.flag.mo:before, +i.flag.macau:before { + background-position: -36px -1769px; +} + +i.flag.mp:before, +i.flag.northern.mariana.islands:before { + background-position: -36px -1795px; +} + +i.flag.mq:before, +i.flag.martinique:before { + background-position: -36px -1821px; +} + +i.flag.mr:before, +i.flag.mauritania:before { + background-position: -36px -1847px; +} + +i.flag.ms:before, +i.flag.montserrat:before { + background-position: -36px -1873px; +} + +i.flag.mt:before, +i.flag.malta:before { + background-position: -36px -1899px; +} + +i.flag.mu:before, +i.flag.mauritius:before { + background-position: -36px -1925px; +} + +i.flag.mv:before, +i.flag.maldives:before { + background-position: -36px -1951px; +} + +i.flag.mw:before, +i.flag.malawi:before { + background-position: -36px -1977px; +} + +i.flag.mx:before, +i.flag.mexico:before { + background-position: -72px 0; +} + +i.flag.my:before, +i.flag.malaysia:before { + background-position: -72px -26px; +} + +i.flag.mz:before, +i.flag.mozambique:before { + background-position: -72px -52px; +} + +i.flag.na:before, +i.flag.namibia:before { + background-position: -72px -78px; +} + +i.flag.nc:before, +i.flag.new.caledonia:before { + background-position: -72px -104px; +} + +i.flag.ne:before, +i.flag.niger:before { + background-position: -72px -130px; +} + +i.flag.nf:before, +i.flag.norfolk.island:before { + background-position: -72px -156px; +} + +i.flag.ng:before, +i.flag.nigeria:before { + background-position: -72px -182px; +} + +i.flag.ni:before, +i.flag.nicaragua:before { + background-position: -72px -208px; +} + +i.flag.nl:before, +i.flag.netherlands:before { + background-position: -72px -234px; +} + +i.flag.no:before, +i.flag.norway:before { + background-position: -72px -260px; +} + +i.flag.np:before, +i.flag.nepal:before { + background-position: -72px -286px; +} + +i.flag.nr:before, +i.flag.nauru:before { + background-position: -72px -312px; +} + +i.flag.nu:before, +i.flag.niue:before { + background-position: -72px -338px; +} + +i.flag.nz:before, +i.flag.new.zealand:before { + background-position: -72px -364px; +} + +i.flag.om:before, +i.flag.oman:before { + background-position: -72px -390px; +} + +i.flag.pa:before, +i.flag.panama:before { + background-position: -72px -416px; +} + +i.flag.pe:before, +i.flag.peru:before { + background-position: -72px -442px; +} + +i.flag.pf:before, +i.flag.french.polynesia:before { + background-position: -72px -468px; +} + +i.flag.pg:before, +i.flag.new.guinea:before { + background-position: -72px -494px; +} + +i.flag.ph:before, +i.flag.philippines:before { + background-position: -72px -520px; +} + +i.flag.pk:before, +i.flag.pakistan:before { + background-position: -72px -546px; +} + +i.flag.pl:before, +i.flag.poland:before { + background-position: -72px -572px; +} + +i.flag.pm:before, +i.flag.saint.pierre:before { + background-position: -72px -598px; +} + +i.flag.pn:before, +i.flag.pitcairn.islands:before { + background-position: -72px -624px; +} + +i.flag.pr:before, +i.flag.puerto.rico:before { + background-position: -72px -650px; +} + +i.flag.ps:before, +i.flag.palestine:before { + background-position: -72px -676px; +} + +i.flag.pt:before, +i.flag.portugal:before { + background-position: -72px -702px; +} + +i.flag.pw:before, +i.flag.palau:before { + background-position: -72px -728px; +} + +i.flag.py:before, +i.flag.paraguay:before { + background-position: -72px -754px; +} + +i.flag.qa:before, +i.flag.qatar:before { + background-position: -72px -780px; +} + +i.flag.re:before, +i.flag.reunion:before { + background-position: -72px -806px; +} + +i.flag.ro:before, +i.flag.romania:before { + background-position: -72px -832px; +} + +i.flag.rs:before, +i.flag.serbia:before { + background-position: -72px -858px; +} + +i.flag.ru:before, +i.flag.russia:before { + background-position: -72px -884px; +} + +i.flag.rw:before, +i.flag.rwanda:before { + background-position: -72px -910px; +} + +i.flag.sa:before, +i.flag.saudi.arabia:before { + background-position: -72px -936px; +} + +i.flag.sb:before, +i.flag.solomon.islands:before { + background-position: -72px -962px; +} + +i.flag.sc:before, +i.flag.seychelles:before { + background-position: -72px -988px; +} + +i.flag.gb.sct:before, +i.flag.scotland:before { + background-position: -72px -1014px; +} + +i.flag.sd:before, +i.flag.sudan:before { + background-position: -72px -1040px; +} + +i.flag.se:before, +i.flag.sweden:before { + background-position: -72px -1066px; +} + +i.flag.sg:before, +i.flag.singapore:before { + background-position: -72px -1092px; +} + +i.flag.sh:before, +i.flag.saint.helena:before { + background-position: -72px -1118px; +} + +i.flag.si:before, +i.flag.slovenia:before { + background-position: -72px -1144px; +} + +i.flag.sj:before, +i.flag.svalbard:before, +i.flag.jan.mayen:before { + background-position: -72px -1170px; +} + +i.flag.sk:before, +i.flag.slovakia:before { + background-position: -72px -1196px; +} + +i.flag.sl:before, +i.flag.sierra.leone:before { + background-position: -72px -1222px; +} + +i.flag.sm:before, +i.flag.san.marino:before { + background-position: -72px -1248px; +} + +i.flag.sn:before, +i.flag.senegal:before { + background-position: -72px -1274px; +} + +i.flag.so:before, +i.flag.somalia:before { + background-position: -72px -1300px; +} + +i.flag.sr:before, +i.flag.suriname:before { + background-position: -72px -1326px; +} + +i.flag.st:before, +i.flag.sao.tome:before { + background-position: -72px -1352px; +} + +i.flag.sv:before, +i.flag.el.salvador:before { + background-position: -72px -1378px; +} + +i.flag.sy:before, +i.flag.syria:before { + background-position: -72px -1404px; +} + +i.flag.sz:before, +i.flag.swaziland:before { + background-position: -72px -1430px; +} + +i.flag.tc:before, +i.flag.caicos.islands:before { + background-position: -72px -1456px; +} + +i.flag.td:before, +i.flag.chad:before { + background-position: -72px -1482px; +} + +i.flag.tf:before, +i.flag.french.territories:before { + background-position: -72px -1508px; +} + +i.flag.tg:before, +i.flag.togo:before { + background-position: -72px -1534px; +} + +i.flag.th:before, +i.flag.thailand:before { + background-position: -72px -1560px; +} + +i.flag.tj:before, +i.flag.tajikistan:before { + background-position: -72px -1586px; +} + +i.flag.tk:before, +i.flag.tokelau:before { + background-position: -72px -1612px; +} + +i.flag.tl:before, +i.flag.timorleste:before { + background-position: -72px -1638px; +} + +i.flag.tm:before, +i.flag.turkmenistan:before { + background-position: -72px -1664px; +} + +i.flag.tn:before, +i.flag.tunisia:before { + background-position: -72px -1690px; +} + +i.flag.to:before, +i.flag.tonga:before { + background-position: -72px -1716px; +} + +i.flag.tr:before, +i.flag.turkey:before { + background-position: -72px -1742px; +} + +i.flag.tt:before, +i.flag.trinidad:before { + background-position: -72px -1768px; +} + +i.flag.tv:before, +i.flag.tuvalu:before { + background-position: -72px -1794px; +} + +i.flag.tw:before, +i.flag.taiwan:before { + background-position: -72px -1820px; +} + +i.flag.tz:before, +i.flag.tanzania:before { + background-position: -72px -1846px; +} + +i.flag.ua:before, +i.flag.ukraine:before { + background-position: -72px -1872px; +} + +i.flag.ug:before, +i.flag.uganda:before { + background-position: -72px -1898px; +} + +i.flag.um:before, +i.flag.us.minor.islands:before { + background-position: -72px -1924px; +} + +i.flag.us:before, +i.flag.america:before, +i.flag.united.states:before { + background-position: -72px -1950px; +} + +i.flag.uy:before, +i.flag.uruguay:before { + background-position: -72px -1976px; +} + +i.flag.uz:before, +i.flag.uzbekistan:before { + background-position: -108px 0; +} + +i.flag.va:before, +i.flag.vatican.city:before { + background-position: -108px -26px; +} + +i.flag.vc:before, +i.flag.saint.vincent:before { + background-position: -108px -52px; +} + +i.flag.ve:before, +i.flag.venezuela:before { + background-position: -108px -78px; +} + +i.flag.vg:before, +i.flag.british.virgin.islands:before { + background-position: -108px -104px; +} + +i.flag.vi:before, +i.flag.us.virgin.islands:before { + background-position: -108px -130px; +} + +i.flag.vn:before, +i.flag.vietnam:before { + background-position: -108px -156px; +} + +i.flag.vu:before, +i.flag.vanuatu:before { + background-position: -108px -182px; +} + +i.flag.gb.wls:before, +i.flag.wales:before { + background-position: -108px -208px; +} + +i.flag.wf:before, +i.flag.wallis.and.futuna:before { + background-position: -108px -234px; +} + +i.flag.ws:before, +i.flag.samoa:before { + background-position: -108px -260px; +} + +i.flag.ye:before, +i.flag.yemen:before { + background-position: -108px -286px; +} + +i.flag.yt:before, +i.flag.mayotte:before { + background-position: -108px -312px; +} + +i.flag.za:before, +i.flag.south.africa:before { + background-position: -108px -338px; +} + +i.flag.zm:before, +i.flag.zambia:before { + background-position: -108px -364px; +} + +i.flag.zw:before, +i.flag.zimbabwe:before { + background-position: -108px -390px; +} + +/*rtl:end:ignore*/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Header + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Header +*******************************/ + +/* Standard */ + +.ui.header { + border: none; + margin: calc(2rem - 0.1428571428571429em) 0 1rem; + padding: 0 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + line-height: 1.28571429em; + text-transform: none; + color: rgba(0, 0, 0, 0.87); +} + +.ui.header:first-child { + margin-top: -0.14285714em; +} + +.ui.header:last-child { + margin-bottom: 0; +} + +/*-------------- + Sub Header + ---------------*/ + +.ui.header .sub.header { + display: block; + font-weight: normal; + padding: 0; + margin: 0; + font-size: 1rem; + line-height: 1.2em; + color: rgba(0, 0, 0, 0.6); +} + +/*-------------- + Icon +---------------*/ + +.ui.header > .icon { + display: table-cell; + opacity: 1; + font-size: 1.5em; + padding-top: 0; + vertical-align: middle; +} + +/* With Text Node */ + +.ui.header .icon:only-child { + display: inline-block; + padding: 0; + margin-right: 0.75rem; +} + +/*------------------- + Image +--------------------*/ + +.ui.header > .image:not(.icon), +.ui.header > img { + display: inline-block; + margin-top: 0.14285714em; + width: 2.5em; + height: auto; + vertical-align: middle; +} + +.ui.header > .image:not(.icon):only-child, +.ui.header > img:only-child { + margin-right: 0.75rem; +} + +/*-------------- + Content +---------------*/ + +.ui.header .content { + display: inline-block; + vertical-align: top; +} + +/* After Image */ + +.ui.header > img + .content, +.ui.header > .image + .content { + padding-left: 0.75rem; + vertical-align: middle; +} + +/* After Icon */ + +.ui.header > .icon + .content { + padding-left: 0.75rem; + display: table-cell; + vertical-align: middle; +} + +/*-------------- + Loose Coupling +---------------*/ + +.ui.header .ui.label { + font-size: ''; + margin-left: 0.5rem; + vertical-align: middle; +} + +/* Positioning */ + +.ui.header + p { + margin-top: 0; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Page +---------------*/ + +h1.ui.header { + font-size: 2rem; +} + +h1.ui.header .sub.header { + font-size: 1.14285714rem; +} + +h2.ui.header { + font-size: 1.71428571rem; +} + +h2.ui.header .sub.header { + font-size: 1.14285714rem; +} + +h3.ui.header { + font-size: 1.28571429rem; +} + +h3.ui.header .sub.header { + font-size: 1rem; +} + +h4.ui.header { + font-size: 1.07142857rem; +} + +h4.ui.header .sub.header { + font-size: 1rem; +} + +h5.ui.header { + font-size: 1rem; +} + +h5.ui.header .sub.header { + font-size: 0.92857143rem; +} + +h6.ui.header { + font-size: 0.85714286rem; +} + +h6.ui.header .sub.header { + font-size: 0.92857143rem; +} + +/*-------------- + Content Heading +---------------*/ + +.ui.mini.header { + font-size: 0.85714286em; +} + +.ui.mini.header .sub.header { + font-size: 0.92857143rem; +} + +.ui.mini.sub.header { + font-size: 0.78571429em; +} + +.ui.tiny.header { + font-size: 1em; +} + +.ui.tiny.header .sub.header { + font-size: 0.92857143rem; +} + +.ui.tiny.sub.header { + font-size: 0.78571429em; +} + +.ui.small.header { + font-size: 1.07142857em; +} + +.ui.small.header .sub.header { + font-size: 1rem; +} + +.ui.small.sub.header { + font-size: 0.78571429em; +} + +.ui.large.header { + font-size: 1.71428571em; +} + +.ui.large.header .sub.header { + font-size: 1.14285714rem; +} + +.ui.large.sub.header { + font-size: 0.92857143em; +} + +.ui.big.header { + font-size: 1.85714286em; +} + +.ui.big.header .sub.header { + font-size: 1.14285714rem; +} + +.ui.big.sub.header { + font-size: 1em; +} + +.ui.huge.header { + font-size: 2em; + min-height: 1em; +} + +.ui.huge.header .sub.header { + font-size: 1.14285714rem; +} + +.ui.huge.sub.header { + font-size: 1em; +} + +.ui.massive.header { + font-size: 2.28571429em; + min-height: 1em; +} + +.ui.massive.header .sub.header { + font-size: 1.42857143rem; +} + +.ui.massive.sub.header { + font-size: 1.14285714em; +} + +/*-------------- + Sub Heading + ---------------*/ + +.ui.sub.header { + padding: 0; + margin-bottom: 0.14285714rem; + font-weight: bold; + font-size: 0.85714286em; + text-transform: uppercase; + color: ''; +} + +/*------------------- + Icon + --------------------*/ + +.ui.icon.header { + display: inline-block; + text-align: center; + margin: 2rem 0 1rem; +} + +.ui.icon.header:after { + content: ''; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.ui.icon.header:first-child { + margin-top: 0; +} + +.ui.icon.header .icon { + float: none; + display: block; + width: auto; + height: auto; + line-height: 1; + padding: 0; + font-size: 3em; + margin: 0 auto 0.5rem; + opacity: 1; +} + +.ui.icon.header .corner.icon { + font-size: calc(3em * 0.45); +} + +.ui.icon.header .content { + display: block; + padding: 0; +} + +.ui.icon.header .circular.icon { + font-size: 2em; +} + +.ui.icon.header .square.icon { + font-size: 2em; +} + +.ui.block.icon.header .icon { + margin-bottom: 0; +} + +.ui.icon.header.aligned { + margin-left: auto; + margin-right: auto; + display: block; +} + +/******************************* + States +*******************************/ + +.ui.disabled.header { + opacity: 0.45; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.header { + color: #FFFFFF; +} + +.ui.inverted.header .sub.header { + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.attached.header { + background: #1B1C1D; + -webkit-box-shadow: none; + box-shadow: none; + border-color: transparent; +} + +.ui.inverted.block.header { + background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + -webkit-box-shadow: none; + box-shadow: none; + border-bottom: none; +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.header { + color: #2185D0; +} + +a.ui.primary.header:hover { + color: #1678c2; +} + +.ui.primary.dividing.header { + border-bottom: 2px solid #2185D0; +} + +.ui.inverted.primary.header.header.header { + color: #54C8FF; +} + +a.ui.inverted.primary.header.header.header:hover { + color: #21b8ff; +} + +.ui.inverted.primary.dividing.header { + border-bottom: 2px solid #54C8FF; +} + +.ui.secondary.header { + color: #1B1C1D; +} + +a.ui.secondary.header:hover { + color: #27292a; +} + +.ui.secondary.dividing.header { + border-bottom: 2px solid #1B1C1D; +} + +.ui.inverted.secondary.header.header.header { + color: #545454; +} + +a.ui.inverted.secondary.header.header.header:hover { + color: #6e6e6e; +} + +.ui.inverted.secondary.dividing.header { + border-bottom: 2px solid #545454; +} + +.ui.red.header { + color: #DB2828; +} + +a.ui.red.header:hover { + color: #d01919; +} + +.ui.red.dividing.header { + border-bottom: 2px solid #DB2828; +} + +.ui.inverted.red.header.header.header { + color: #FF695E; +} + +a.ui.inverted.red.header.header.header:hover { + color: #ff392b; +} + +.ui.inverted.red.dividing.header { + border-bottom: 2px solid #FF695E; +} + +.ui.orange.header { + color: #F2711C; +} + +a.ui.orange.header:hover { + color: #f26202; +} + +.ui.orange.dividing.header { + border-bottom: 2px solid #F2711C; +} + +.ui.inverted.orange.header.header.header { + color: #FF851B; +} + +a.ui.inverted.orange.header.header.header:hover { + color: #e76b00; +} + +.ui.inverted.orange.dividing.header { + border-bottom: 2px solid #FF851B; +} + +.ui.yellow.header { + color: #FBBD08; +} + +a.ui.yellow.header:hover { + color: #eaae00; +} + +.ui.yellow.dividing.header { + border-bottom: 2px solid #FBBD08; +} + +.ui.inverted.yellow.header.header.header { + color: #FFE21F; +} + +a.ui.inverted.yellow.header.header.header:hover { + color: #ebcd00; +} + +.ui.inverted.yellow.dividing.header { + border-bottom: 2px solid #FFE21F; +} + +.ui.olive.header { + color: #B5CC18; +} + +a.ui.olive.header:hover { + color: #a7bd0d; +} + +.ui.olive.dividing.header { + border-bottom: 2px solid #B5CC18; +} + +.ui.inverted.olive.header.header.header { + color: #D9E778; +} + +a.ui.inverted.olive.header.header.header:hover { + color: #d2e745; +} + +.ui.inverted.olive.dividing.header { + border-bottom: 2px solid #D9E778; +} + +.ui.green.header { + color: #21BA45; +} + +a.ui.green.header:hover { + color: #16ab39; +} + +.ui.green.dividing.header { + border-bottom: 2px solid #21BA45; +} + +.ui.inverted.green.header.header.header { + color: #2ECC40; +} + +a.ui.inverted.green.header.header.header:hover { + color: #1ea92e; +} + +.ui.inverted.green.dividing.header { + border-bottom: 2px solid #2ECC40; +} + +.ui.teal.header { + color: #00B5AD; +} + +a.ui.teal.header:hover { + color: #009c95; +} + +.ui.teal.dividing.header { + border-bottom: 2px solid #00B5AD; +} + +.ui.inverted.teal.header.header.header { + color: #6DFFFF; +} + +a.ui.inverted.teal.header.header.header:hover { + color: #3affff; +} + +.ui.inverted.teal.dividing.header { + border-bottom: 2px solid #6DFFFF; +} + +.ui.blue.header { + color: #2185D0; +} + +a.ui.blue.header:hover { + color: #1678c2; +} + +.ui.blue.dividing.header { + border-bottom: 2px solid #2185D0; +} + +.ui.inverted.blue.header.header.header { + color: #54C8FF; +} + +a.ui.inverted.blue.header.header.header:hover { + color: #21b8ff; +} + +.ui.inverted.blue.dividing.header { + border-bottom: 2px solid #54C8FF; +} + +.ui.violet.header { + color: #6435C9; +} + +a.ui.violet.header:hover { + color: #5829bb; +} + +.ui.violet.dividing.header { + border-bottom: 2px solid #6435C9; +} + +.ui.inverted.violet.header.header.header { + color: #A291FB; +} + +a.ui.inverted.violet.header.header.header:hover { + color: #745aff; +} + +.ui.inverted.violet.dividing.header { + border-bottom: 2px solid #A291FB; +} + +.ui.purple.header { + color: #A333C8; +} + +a.ui.purple.header:hover { + color: #9627ba; +} + +.ui.purple.dividing.header { + border-bottom: 2px solid #A333C8; +} + +.ui.inverted.purple.header.header.header { + color: #DC73FF; +} + +a.ui.inverted.purple.header.header.header:hover { + color: #cf40ff; +} + +.ui.inverted.purple.dividing.header { + border-bottom: 2px solid #DC73FF; +} + +.ui.pink.header { + color: #E03997; +} + +a.ui.pink.header:hover { + color: #e61a8d; +} + +.ui.pink.dividing.header { + border-bottom: 2px solid #E03997; +} + +.ui.inverted.pink.header.header.header { + color: #FF8EDF; +} + +a.ui.inverted.pink.header.header.header:hover { + color: #ff5bd1; +} + +.ui.inverted.pink.dividing.header { + border-bottom: 2px solid #FF8EDF; +} + +.ui.brown.header { + color: #A5673F; +} + +a.ui.brown.header:hover { + color: #975b33; +} + +.ui.brown.dividing.header { + border-bottom: 2px solid #A5673F; +} + +.ui.inverted.brown.header.header.header { + color: #D67C1C; +} + +a.ui.inverted.brown.header.header.header:hover { + color: #b0620f; +} + +.ui.inverted.brown.dividing.header { + border-bottom: 2px solid #D67C1C; +} + +.ui.grey.header { + color: #767676; +} + +a.ui.grey.header:hover { + color: #838383; +} + +.ui.grey.dividing.header { + border-bottom: 2px solid #767676; +} + +.ui.inverted.grey.header.header.header { + color: #DCDDDE; +} + +a.ui.inverted.grey.header.header.header:hover { + color: #c2c4c5; +} + +.ui.inverted.grey.dividing.header { + border-bottom: 2px solid #DCDDDE; +} + +.ui.black.header { + color: #1B1C1D; +} + +a.ui.black.header:hover { + color: #27292a; +} + +.ui.black.dividing.header { + border-bottom: 2px solid #1B1C1D; +} + +.ui.inverted.black.header.header.header { + color: #545454; +} + +a.ui.inverted.black.header.header.header:hover { + color: #000000; +} + +.ui.inverted.black.dividing.header { + border-bottom: 2px solid #545454; +} + +/*------------------- + Aligned + --------------------*/ + +.ui.left.aligned.header { + text-align: left; +} + +.ui.right.aligned.header { + text-align: right; +} + +.ui.centered.header, +.ui.center.aligned.header { + text-align: center; +} + +.ui.justified.header { + text-align: justify; +} + +.ui.justified.header:after { + display: inline-block; + content: ''; + width: 100%; +} + +/*------------------- + Floated + --------------------*/ + +.ui.floated.header, +.ui[class*="left floated"].header { + float: left; + margin-top: 0; + margin-right: 0.5em; +} + +.ui[class*="right floated"].header { + float: right; + margin-top: 0; + margin-left: 0.5em; +} + +/*------------------- + Fitted + --------------------*/ + +.ui.fitted.header { + padding: 0; +} + +/*------------------- + Dividing + --------------------*/ + +.ui.dividing.header { + padding-bottom: 0.21428571rem; + border-bottom: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.dividing.header .sub.header { + padding-bottom: 0.21428571rem; +} + +.ui.dividing.header .icon { + margin-bottom: 0; +} + +.ui.inverted.dividing.header { + border-bottom-color: rgba(255, 255, 255, 0.1); +} + +/*------------------- + Block + --------------------*/ + +.ui.block.header { + background: #F3F4F5; + padding: 0.78571429rem 1rem; + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid #D4D4D5; + border-radius: 0.28571429rem; +} + +.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1rem; +} + +.ui.mini.block.header { + font-size: 0.78571429rem; +} + +.ui.tiny.block.header { + font-size: 0.85714286rem; +} + +.ui.small.block.header { + font-size: 0.92857143rem; +} + +.ui.large.block.header { + font-size: 1.14285714rem; +} + +.ui.big.block.header { + font-size: 1.28571429rem; +} + +.ui.huge.block.header { + font-size: 1.42857143rem; +} + +.ui.massive.block.header { + font-size: 1.71428571rem; +} + +/*------------------- + Attached + --------------------*/ + +.ui.attached.header { + background: #FFFFFF; + padding: 0.78571429rem 1rem; + margin: 0 -1px 0 -1px; + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid #D4D4D5; + border-radius: 0; +} + +.ui.attached.block.header { + background: #F3F4F5; +} + +.ui.attached:not(.top).header { + border-top: none; +} + +.ui.top.attached.header { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.bottom.attached.header { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/* Attached Sizes */ + +.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1em; +} + +.ui.mini.attached.header { + font-size: 0.78571429em; +} + +.ui.tiny.attached.header { + font-size: 0.85714286em; +} + +.ui.small.attached.header { + font-size: 0.92857143em; +} + +.ui.large.attached.header { + font-size: 1.14285714em; +} + +.ui.big.attached.header { + font-size: 1.28571429em; +} + +.ui.huge.attached.header { + font-size: 1.42857143em; +} + +.ui.massive.attached.header { + font-size: 1.71428571em; +} + +/*------------------- + Sizing +--------------------*/ + +.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1.28571429em; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Icon + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Icon +*******************************/ + +@font-face { + font-family: 'Icons'; + src: url("./themes/default/assets/fonts/icons.eot"); + src: url("./themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/icons.woff2") format('woff2'), url("./themes/default/assets/fonts/icons.woff") format('woff'), url("./themes/default/assets/fonts/icons.ttf") format('truetype'), url("./themes/default/assets/fonts/icons.svg#icons") format('svg'); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none; +} + +i.icon { + display: inline-block; + opacity: 1; + margin: 0 0.25rem 0 0; + width: 1.18em; + height: 1em; + font-family: 'Icons'; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + text-align: center; + speak: none; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +i.icon:before { + background: none !important; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Loading + ---------------*/ + +i.icon.loading { + height: 1em; + line-height: 1; + -webkit-animation: loader 2s linear infinite; + animation: loader 2s linear infinite; +} + +/******************************* + States +*******************************/ + +i.icon:hover, +i.icons:hover, +i.icon:active, +i.icons:active, +i.emphasized.icon:not(.disabled), +i.emphasized.icons:not(.disabled) { + opacity: 1; +} + +i.disabled.icon, +i.disabled.icons { + opacity: 0.45; + cursor: default; + pointer-events: none; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Fitted + --------------------*/ + +i.fitted.icon { + width: auto; + margin: 0 !important; +} + +/*------------------- + Link + --------------------*/ + +i.link.icon:not(.disabled), +i.link.icons:not(.disabled) { + cursor: pointer; + opacity: 0.8; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +i.link.icon:hover, +i.link.icons:hover { + opacity: 1; +} + +/*------------------- + Circular + --------------------*/ + +i.circular.icon { + border-radius: 500em !important; + line-height: 1 !important; + padding: 0.5em 0 !important; + -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset; + width: 2em !important; + height: 2em !important; +} + +i.circular.inverted.icon { + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/*------------------- + Flipped + --------------------*/ + +i.flipped.icon, +i.horizontally.flipped.icon { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +i.vertically.flipped.icon { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); +} + +/*------------------- + Rotated + --------------------*/ + +i.rotated.icon, +i.right.rotated.icon, +i.clockwise.rotated.icon { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); +} + +i.left.rotated.icon, +i.counterclockwise.rotated.icon { + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); +} + +i.halfway.rotated.icon { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} + +/*-------------------------- + Flipped & Rotated + ---------------------------*/ + +i.rotated.flipped.icon, +i.right.rotated.flipped.icon, +i.clockwise.rotated.flipped.icon { + -webkit-transform: scale(-1, 1) rotate(90deg); + transform: scale(-1, 1) rotate(90deg); +} + +i.left.rotated.flipped.icon, +i.counterclockwise.rotated.flipped.icon { + -webkit-transform: scale(-1, 1) rotate(-90deg); + transform: scale(-1, 1) rotate(-90deg); +} + +i.halfway.rotated.flipped.icon { + -webkit-transform: scale(-1, 1) rotate(180deg); + transform: scale(-1, 1) rotate(180deg); +} + +i.rotated.vertically.flipped.icon, +i.right.rotated.vertically.flipped.icon, +i.clockwise.rotated.vertically.flipped.icon { + -webkit-transform: scale(1, -1) rotate(90deg); + transform: scale(1, -1) rotate(90deg); +} + +i.left.rotated.vertically.flipped.icon, +i.counterclockwise.rotated.vertically.flipped.icon { + -webkit-transform: scale(1, -1) rotate(-90deg); + transform: scale(1, -1) rotate(-90deg); +} + +i.halfway.rotated.vertically.flipped.icon { + -webkit-transform: scale(1, -1) rotate(180deg); + transform: scale(1, -1) rotate(180deg); +} + +/*------------------- + Bordered + --------------------*/ + +i.bordered.icon { + line-height: 1; + vertical-align: baseline; + width: 2em; + height: 2em; + padding: 0.5em 0 !important; + -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset; +} + +i.bordered.inverted.icon { + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/*------------------- + Inverted + --------------------*/ + +/* Inverted Shapes */ + +i.inverted.bordered.icon, +i.inverted.circular.icon { + background-color: #1B1C1D; + color: #FFFFFF; +} + +i.inverted.icon { + color: #FFFFFF; +} + +/*------------------- + Colors +--------------------*/ + +i.primary.icon.icon.icon.icon { + color: #2185D0; +} + +i.inverted.primary.icon.icon.icon.icon { + color: #54C8FF; +} + +i.inverted.bordered.primary.icon.icon.icon.icon, +i.inverted.circular.primary.icon.icon.icon.icon { + background-color: #2185D0; + color: #FFFFFF; +} + +i.secondary.icon.icon.icon.icon { + color: #1B1C1D; +} + +i.inverted.secondary.icon.icon.icon.icon { + color: #545454; +} + +i.inverted.bordered.secondary.icon.icon.icon.icon, +i.inverted.circular.secondary.icon.icon.icon.icon { + background-color: #1B1C1D; + color: #FFFFFF; +} + +i.red.icon.icon.icon.icon { + color: #DB2828; +} + +i.inverted.red.icon.icon.icon.icon { + color: #FF695E; +} + +i.inverted.bordered.red.icon.icon.icon.icon, +i.inverted.circular.red.icon.icon.icon.icon { + background-color: #DB2828; + color: #FFFFFF; +} + +i.orange.icon.icon.icon.icon { + color: #F2711C; +} + +i.inverted.orange.icon.icon.icon.icon { + color: #FF851B; +} + +i.inverted.bordered.orange.icon.icon.icon.icon, +i.inverted.circular.orange.icon.icon.icon.icon { + background-color: #F2711C; + color: #FFFFFF; +} + +i.yellow.icon.icon.icon.icon { + color: #FBBD08; +} + +i.inverted.yellow.icon.icon.icon.icon { + color: #FFE21F; +} + +i.inverted.bordered.yellow.icon.icon.icon.icon, +i.inverted.circular.yellow.icon.icon.icon.icon { + background-color: #FBBD08; + color: #FFFFFF; +} + +i.olive.icon.icon.icon.icon { + color: #B5CC18; +} + +i.inverted.olive.icon.icon.icon.icon { + color: #D9E778; +} + +i.inverted.bordered.olive.icon.icon.icon.icon, +i.inverted.circular.olive.icon.icon.icon.icon { + background-color: #B5CC18; + color: #FFFFFF; +} + +i.green.icon.icon.icon.icon { + color: #21BA45; +} + +i.inverted.green.icon.icon.icon.icon { + color: #2ECC40; +} + +i.inverted.bordered.green.icon.icon.icon.icon, +i.inverted.circular.green.icon.icon.icon.icon { + background-color: #21BA45; + color: #FFFFFF; +} + +i.teal.icon.icon.icon.icon { + color: #00B5AD; +} + +i.inverted.teal.icon.icon.icon.icon { + color: #6DFFFF; +} + +i.inverted.bordered.teal.icon.icon.icon.icon, +i.inverted.circular.teal.icon.icon.icon.icon { + background-color: #00B5AD; + color: #FFFFFF; +} + +i.blue.icon.icon.icon.icon { + color: #2185D0; +} + +i.inverted.blue.icon.icon.icon.icon { + color: #54C8FF; +} + +i.inverted.bordered.blue.icon.icon.icon.icon, +i.inverted.circular.blue.icon.icon.icon.icon { + background-color: #2185D0; + color: #FFFFFF; +} + +i.violet.icon.icon.icon.icon { + color: #6435C9; +} + +i.inverted.violet.icon.icon.icon.icon { + color: #A291FB; +} + +i.inverted.bordered.violet.icon.icon.icon.icon, +i.inverted.circular.violet.icon.icon.icon.icon { + background-color: #6435C9; + color: #FFFFFF; +} + +i.purple.icon.icon.icon.icon { + color: #A333C8; +} + +i.inverted.purple.icon.icon.icon.icon { + color: #DC73FF; +} + +i.inverted.bordered.purple.icon.icon.icon.icon, +i.inverted.circular.purple.icon.icon.icon.icon { + background-color: #A333C8; + color: #FFFFFF; +} + +i.pink.icon.icon.icon.icon { + color: #E03997; +} + +i.inverted.pink.icon.icon.icon.icon { + color: #FF8EDF; +} + +i.inverted.bordered.pink.icon.icon.icon.icon, +i.inverted.circular.pink.icon.icon.icon.icon { + background-color: #E03997; + color: #FFFFFF; +} + +i.brown.icon.icon.icon.icon { + color: #A5673F; +} + +i.inverted.brown.icon.icon.icon.icon { + color: #D67C1C; +} + +i.inverted.bordered.brown.icon.icon.icon.icon, +i.inverted.circular.brown.icon.icon.icon.icon { + background-color: #A5673F; + color: #FFFFFF; +} + +i.grey.icon.icon.icon.icon { + color: #767676; +} + +i.inverted.grey.icon.icon.icon.icon { + color: #DCDDDE; +} + +i.inverted.bordered.grey.icon.icon.icon.icon, +i.inverted.circular.grey.icon.icon.icon.icon { + background-color: #767676; + color: #FFFFFF; +} + +i.black.icon.icon.icon.icon { + color: #1B1C1D; +} + +i.inverted.black.icon.icon.icon.icon { + color: #545454; +} + +i.inverted.bordered.black.icon.icon.icon.icon, +i.inverted.circular.black.icon.icon.icon.icon { + background-color: #1B1C1D; + color: #FFFFFF; +} + +/*------------------- + Sizes +--------------------*/ + +i.icon, +i.icons { + font-size: 1em; +} + +i.mini.mini.mini.icon, +i.mini.mini.mini.icons { + line-height: 1; + vertical-align: middle; + font-size: 0.4em; +} + +i.tiny.tiny.tiny.icon, +i.tiny.tiny.tiny.icons { + line-height: 1; + vertical-align: middle; + font-size: 0.5em; +} + +i.small.small.small.icon, +i.small.small.small.icons { + line-height: 1; + vertical-align: middle; + font-size: 0.75em; +} + +i.large.large.large.icon, +i.large.large.large.icons { + line-height: 1; + vertical-align: middle; + font-size: 1.5em; +} + +i.big.big.big.icon, +i.big.big.big.icons { + line-height: 1; + vertical-align: middle; + font-size: 2em; +} + +i.huge.huge.huge.icon, +i.huge.huge.huge.icons { + line-height: 1; + vertical-align: middle; + font-size: 4em; +} + +i.massive.massive.massive.icon, +i.massive.massive.massive.icons { + line-height: 1; + vertical-align: middle; + font-size: 8em; +} + +/******************************* + Groups + *******************************/ + +i.icons { + display: inline-block; + position: relative; + line-height: 1; +} + +i.icons .icon { + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); + margin: 0; +} + +i.icons .icon:first-child { + position: static; + width: auto; + height: auto; + vertical-align: top; + -webkit-transform: none; + transform: none; +} + +/* Corner Icon */ + +i.icons .corner.icon { + top: auto; + left: auto; + right: 0; + bottom: 0; + -webkit-transform: none; + transform: none; + font-size: 0.45em; + text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; +} + +i.icons .icon.corner[class*="top right"] { + top: 0; + left: auto; + right: 0; + bottom: auto; +} + +i.icons .icon.corner[class*="top left"] { + top: 0; + left: 0; + right: auto; + bottom: auto; +} + +i.icons .icon.corner[class*="bottom left"] { + top: auto; + left: 0; + right: auto; + bottom: 0; +} + +i.icons .icon.corner[class*="bottom right"] { + top: auto; + left: auto; + right: 0; + bottom: 0; +} + +i.icons .inverted.corner.icon { + text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D; +} + +/* +* Font Awesome 5.11.2 by @fontawesome [https://fontawesome.com] +* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License) +*/ + +/******************************* + +Fomantic-UI integration of FontAwesome : + +// class names are separated +i.icon.angle-left => i.icon.angle.left + +// variations are extracted +i.icon.circle => i.icon.circle +i.icon.circle-o => i.icon.circle.outline + +// abbreviation are replaced by full words +i.icon.*-h => i.icon.*.horizontal +i.icon.*-v => i.icon.*.vertical +i.icon.alpha => i.icon.alphabet +i.icon.asc => i.icon.ascending +i.icon.desc => i.icon.descending +i.icon.alt => i.icon.alternate + + +Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand + +*******************************/ + +/******************************* + Icons +*******************************/ + +/* Deprecated *In/Out Naming Conflict) */ + +i.icon.linkedin.in:before { + content: "\f0e1"; +} + +i.icon.zoom.in:before { + content: "\f00e"; +} + +i.icon.zoom.out:before { + content: "\f010"; +} + +i.icon.sign.in:before { + content: "\f2f6"; +} + +i.icon.in.cart:before { + content: "\f218"; +} + +i.icon.log.out:before { + content: "\f2f5"; +} + +i.icon.sign.out:before { + content: "\f2f5"; +} + +/******************************* + Solid Icons +*******************************/ + +/* Icons */ + +i.icon.ad:before { + content: "\f641"; +} + +i.icon.address.book:before { + content: "\f2b9"; +} + +i.icon.address.card:before { + content: "\f2bb"; +} + +i.icon.adjust:before { + content: "\f042"; +} + +i.icon.air.freshener:before { + content: "\f5d0"; +} + +i.icon.align.center:before { + content: "\f037"; +} + +i.icon.align.justify:before { + content: "\f039"; +} + +i.icon.align.left:before { + content: "\f036"; +} + +i.icon.align.right:before { + content: "\f038"; +} + +i.icon.allergies:before { + content: "\f461"; +} + +i.icon.ambulance:before { + content: "\f0f9"; +} + +i.icon.american.sign.language.interpreting:before { + content: "\f2a3"; +} + +i.icon.anchor:before { + content: "\f13d"; +} + +i.icon.angle.double.down:before { + content: "\f103"; +} + +i.icon.angle.double.left:before { + content: "\f100"; +} + +i.icon.angle.double.right:before { + content: "\f101"; +} + +i.icon.angle.double.up:before { + content: "\f102"; +} + +i.icon.angle.down:before { + content: "\f107"; +} + +i.icon.angle.left:before { + content: "\f104"; +} + +i.icon.angle.right:before { + content: "\f105"; +} + +i.icon.angle.up:before { + content: "\f106"; +} + +i.icon.angry:before { + content: "\f556"; +} + +i.icon.ankh:before { + content: "\f644"; +} + +i.icon.archive:before { + content: "\f187"; +} + +i.icon.archway:before { + content: "\f557"; +} + +i.icon.arrow.alternate.circle.down:before { + content: "\f358"; +} + +i.icon.arrow.alternate.circle.left:before { + content: "\f359"; +} + +i.icon.arrow.alternate.circle.right:before { + content: "\f35a"; +} + +i.icon.arrow.alternate.circle.up:before { + content: "\f35b"; +} + +i.icon.arrow.circle.down:before { + content: "\f0ab"; +} + +i.icon.arrow.circle.left:before { + content: "\f0a8"; +} + +i.icon.arrow.circle.right:before { + content: "\f0a9"; +} + +i.icon.arrow.circle.up:before { + content: "\f0aa"; +} + +i.icon.arrow.left:before { + content: "\f060"; +} + +i.icon.arrow.right:before { + content: "\f061"; +} + +i.icon.arrow.up:before { + content: "\f062"; +} + +i.icon.arrow.down:before { + content: "\f063"; +} + +i.icon.arrows.alternate:before { + content: "\f0b2"; +} + +i.icon.arrows.alternate.horizontal:before { + content: "\f337"; +} + +i.icon.arrows.alternate.vertical:before { + content: "\f338"; +} + +i.icon.assistive.listening.systems:before { + content: "\f2a2"; +} + +i.icon.asterisk:before { + content: "\f069"; +} + +i.icon.at:before { + content: "\f1fa"; +} + +i.icon.atlas:before { + content: "\f558"; +} + +i.icon.atom:before { + content: "\f5d2"; +} + +i.icon.audio.description:before { + content: "\f29e"; +} + +i.icon.award:before { + content: "\f559"; +} + +i.icon.baby:before { + content: "\f77c"; +} + +i.icon.baby.carriage:before { + content: "\f77d"; +} + +i.icon.backspace:before { + content: "\f55a"; +} + +i.icon.backward:before { + content: "\f04a"; +} + +i.icon.bacon:before { + content: "\f7e5"; +} + +i.icon.balance.scale:before { + content: "\f24e"; +} + +i.icon.balance.scale.left:before { + content: "\f515"; +} + +i.icon.balance.scale.right:before { + content: "\f516"; +} + +i.icon.ban:before { + content: "\f05e"; +} + +i.icon.band.aid:before { + content: "\f462"; +} + +i.icon.barcode:before { + content: "\f02a"; +} + +i.icon.bars:before { + content: "\f0c9"; +} + +i.icon.baseball.ball:before { + content: "\f433"; +} + +i.icon.basketball.ball:before { + content: "\f434"; +} + +i.icon.bath:before { + content: "\f2cd"; +} + +i.icon.battery.empty:before { + content: "\f244"; +} + +i.icon.battery.full:before { + content: "\f240"; +} + +i.icon.battery.half:before { + content: "\f242"; +} + +i.icon.battery.quarter:before { + content: "\f243"; +} + +i.icon.battery.three.quarters:before { + content: "\f241"; +} + +i.icon.bed:before { + content: "\f236"; +} + +i.icon.beer:before { + content: "\f0fc"; +} + +i.icon.bell:before { + content: "\f0f3"; +} + +i.icon.bell.slash:before { + content: "\f1f6"; +} + +i.icon.bezier.curve:before { + content: "\f55b"; +} + +i.icon.bible:before { + content: "\f647"; +} + +i.icon.bicycle:before { + content: "\f206"; +} + +i.icon.biking:before { + content: "\f84a"; +} + +i.icon.binoculars:before { + content: "\f1e5"; +} + +i.icon.biohazard:before { + content: "\f780"; +} + +i.icon.birthday.cake:before { + content: "\f1fd"; +} + +i.icon.blender:before { + content: "\f517"; +} + +i.icon.blender.phone:before { + content: "\f6b6"; +} + +i.icon.blind:before { + content: "\f29d"; +} + +i.icon.blog:before { + content: "\f781"; +} + +i.icon.bold:before { + content: "\f032"; +} + +i.icon.bolt:before { + content: "\f0e7"; +} + +i.icon.bomb:before { + content: "\f1e2"; +} + +i.icon.bone:before { + content: "\f5d7"; +} + +i.icon.bong:before { + content: "\f55c"; +} + +i.icon.book:before { + content: "\f02d"; +} + +i.icon.book.dead:before { + content: "\f6b7"; +} + +i.icon.book.medical:before { + content: "\f7e6"; +} + +i.icon.book.open:before { + content: "\f518"; +} + +i.icon.book.reader:before { + content: "\f5da"; +} + +i.icon.bookmark:before { + content: "\f02e"; +} + +i.icon.border.all:before { + content: "\f84c"; +} + +i.icon.border.none:before { + content: "\f850"; +} + +i.icon.border.style:before { + content: "\f853"; +} + +i.icon.bowling.ball:before { + content: "\f436"; +} + +i.icon.box:before { + content: "\f466"; +} + +i.icon.box.open:before { + content: "\f49e"; +} + +i.icon.boxes:before { + content: "\f468"; +} + +i.icon.braille:before { + content: "\f2a1"; +} + +i.icon.brain:before { + content: "\f5dc"; +} + +i.icon.bread.slice:before { + content: "\f7ec"; +} + +i.icon.briefcase:before { + content: "\f0b1"; +} + +i.icon.briefcase.medical:before { + content: "\f469"; +} + +i.icon.broadcast.tower:before { + content: "\f519"; +} + +i.icon.broom:before { + content: "\f51a"; +} + +i.icon.brush:before { + content: "\f55d"; +} + +i.icon.bug:before { + content: "\f188"; +} + +i.icon.building:before { + content: "\f1ad"; +} + +i.icon.bullhorn:before { + content: "\f0a1"; +} + +i.icon.bullseye:before { + content: "\f140"; +} + +i.icon.burn:before { + content: "\f46a"; +} + +i.icon.bus:before { + content: "\f207"; +} + +i.icon.bus.alternate:before { + content: "\f55e"; +} + +i.icon.business.time:before { + content: "\f64a"; +} + +i.icon.calculator:before { + content: "\f1ec"; +} + +i.icon.calendar:before { + content: "\f133"; +} + +i.icon.calendar.alternate:before { + content: "\f073"; +} + +i.icon.calendar.check:before { + content: "\f274"; +} + +i.icon.calendar.day:before { + content: "\f783"; +} + +i.icon.calendar.minus:before { + content: "\f272"; +} + +i.icon.calendar.plus:before { + content: "\f271"; +} + +i.icon.calendar.times:before { + content: "\f273"; +} + +i.icon.calendar.week:before { + content: "\f784"; +} + +i.icon.camera:before { + content: "\f030"; +} + +i.icon.camera.retro:before { + content: "\f083"; +} + +i.icon.campground:before { + content: "\f6bb"; +} + +i.icon.candy.cane:before { + content: "\f786"; +} + +i.icon.cannabis:before { + content: "\f55f"; +} + +i.icon.capsules:before { + content: "\f46b"; +} + +i.icon.car:before { + content: "\f1b9"; +} + +i.icon.car.alternate:before { + content: "\f5de"; +} + +i.icon.car.battery:before { + content: "\f5df"; +} + +i.icon.car.crash:before { + content: "\f5e1"; +} + +i.icon.car.side:before { + content: "\f5e4"; +} + +i.icon.caret.down:before { + content: "\f0d7"; +} + +i.icon.caret.left:before { + content: "\f0d9"; +} + +i.icon.caret.right:before { + content: "\f0da"; +} + +i.icon.caret.square.down:before { + content: "\f150"; +} + +i.icon.caret.square.left:before { + content: "\f191"; +} + +i.icon.caret.square.right:before { + content: "\f152"; +} + +i.icon.caret.square.up:before { + content: "\f151"; +} + +i.icon.caret.up:before { + content: "\f0d8"; +} + +i.icon.carrot:before { + content: "\f787"; +} + +i.icon.cart.arrow.down:before { + content: "\f218"; +} + +i.icon.cart.plus:before { + content: "\f217"; +} + +i.icon.cash.register:before { + content: "\f788"; +} + +i.icon.cat:before { + content: "\f6be"; +} + +i.icon.certificate:before { + content: "\f0a3"; +} + +i.icon.chair:before { + content: "\f6c0"; +} + +i.icon.chalkboard:before { + content: "\f51b"; +} + +i.icon.chalkboard.teacher:before { + content: "\f51c"; +} + +i.icon.charging.station:before { + content: "\f5e7"; +} + +i.icon.chart.area:before { + content: "\f1fe"; +} + +i.icon.chart.bar:before { + content: "\f080"; +} + +i.icon.chart.line:before { + content: "\f201"; +} + +i.icon.chart.pie:before { + content: "\f200"; +} + +i.icon.check:before { + content: "\f00c"; +} + +i.icon.check.circle:before { + content: "\f058"; +} + +i.icon.check.double:before { + content: "\f560"; +} + +i.icon.check.square:before { + content: "\f14a"; +} + +i.icon.cheese:before { + content: "\f7ef"; +} + +i.icon.chess:before { + content: "\f439"; +} + +i.icon.chess.bishop:before { + content: "\f43a"; +} + +i.icon.chess.board:before { + content: "\f43c"; +} + +i.icon.chess.king:before { + content: "\f43f"; +} + +i.icon.chess.knight:before { + content: "\f441"; +} + +i.icon.chess.pawn:before { + content: "\f443"; +} + +i.icon.chess.queen:before { + content: "\f445"; +} + +i.icon.chess.rook:before { + content: "\f447"; +} + +i.icon.chevron.circle.down:before { + content: "\f13a"; +} + +i.icon.chevron.circle.left:before { + content: "\f137"; +} + +i.icon.chevron.circle.right:before { + content: "\f138"; +} + +i.icon.chevron.circle.up:before { + content: "\f139"; +} + +i.icon.chevron.down:before { + content: "\f078"; +} + +i.icon.chevron.left:before { + content: "\f053"; +} + +i.icon.chevron.right:before { + content: "\f054"; +} + +i.icon.chevron.up:before { + content: "\f077"; +} + +i.icon.child:before { + content: "\f1ae"; +} + +i.icon.church:before { + content: "\f51d"; +} + +i.icon.circle:before { + content: "\f111"; +} + +i.icon.circle.notch:before { + content: "\f1ce"; +} + +i.icon.city:before { + content: "\f64f"; +} + +i.icon.clinic.medical:before { + content: "\f7f2"; +} + +i.icon.clipboard:before { + content: "\f328"; +} + +i.icon.clipboard.check:before { + content: "\f46c"; +} + +i.icon.clipboard.list:before { + content: "\f46d"; +} + +i.icon.clock:before { + content: "\f017"; +} + +i.icon.clone:before { + content: "\f24d"; +} + +i.icon.closed.captioning:before { + content: "\f20a"; +} + +i.icon.cloud:before { + content: "\f0c2"; +} + +i.icon.cloud.download.alternate:before { + content: "\f381"; +} + +i.icon.cloud.meatball:before { + content: "\f73b"; +} + +i.icon.cloud.moon:before { + content: "\f6c3"; +} + +i.icon.cloud.moon.rain:before { + content: "\f73c"; +} + +i.icon.cloud.rain:before { + content: "\f73d"; +} + +i.icon.cloud.showers.heavy:before { + content: "\f740"; +} + +i.icon.cloud.sun:before { + content: "\f6c4"; +} + +i.icon.cloud.sun.rain:before { + content: "\f743"; +} + +i.icon.cloud.upload.alternate:before { + content: "\f382"; +} + +i.icon.cocktail:before { + content: "\f561"; +} + +i.icon.code:before { + content: "\f121"; +} + +i.icon.code.branch:before { + content: "\f126"; +} + +i.icon.coffee:before { + content: "\f0f4"; +} + +i.icon.cog:before { + content: "\f013"; +} + +i.icon.cogs:before { + content: "\f085"; +} + +i.icon.coins:before { + content: "\f51e"; +} + +i.icon.columns:before { + content: "\f0db"; +} + +i.icon.comment:before { + content: "\f075"; +} + +i.icon.comment.alternate:before { + content: "\f27a"; +} + +i.icon.comment.dollar:before { + content: "\f651"; +} + +i.icon.comment.dots:before { + content: "\f4ad"; +} + +i.icon.comment.medical:before { + content: "\f7f5"; +} + +i.icon.comment.slash:before { + content: "\f4b3"; +} + +i.icon.comments:before { + content: "\f086"; +} + +i.icon.comments.dollar:before { + content: "\f653"; +} + +i.icon.compact.disc:before { + content: "\f51f"; +} + +i.icon.compass:before { + content: "\f14e"; +} + +i.icon.compress:before { + content: "\f066"; +} + +i.icon.compress.arrows.alternate:before { + content: "\f78c"; +} + +i.icon.concierge.bell:before { + content: "\f562"; +} + +i.icon.cookie:before { + content: "\f563"; +} + +i.icon.cookie.bite:before { + content: "\f564"; +} + +i.icon.copy:before { + content: "\f0c5"; +} + +i.icon.copyright:before { + content: "\f1f9"; +} + +i.icon.couch:before { + content: "\f4b8"; +} + +i.icon.credit.card:before { + content: "\f09d"; +} + +i.icon.crop:before { + content: "\f125"; +} + +i.icon.crop.alternate:before { + content: "\f565"; +} + +i.icon.cross:before { + content: "\f654"; +} + +i.icon.crosshairs:before { + content: "\f05b"; +} + +i.icon.crow:before { + content: "\f520"; +} + +i.icon.crown:before { + content: "\f521"; +} + +i.icon.crutch:before { + content: "\f7f7"; +} + +i.icon.cube:before { + content: "\f1b2"; +} + +i.icon.cubes:before { + content: "\f1b3"; +} + +i.icon.cut:before { + content: "\f0c4"; +} + +i.icon.database:before { + content: "\f1c0"; +} + +i.icon.deaf:before { + content: "\f2a4"; +} + +i.icon.democrat:before { + content: "\f747"; +} + +i.icon.desktop:before { + content: "\f108"; +} + +i.icon.dharmachakra:before { + content: "\f655"; +} + +i.icon.diagnoses:before { + content: "\f470"; +} + +i.icon.dice:before { + content: "\f522"; +} + +i.icon.dice.d20:before { + content: "\f6cf"; +} + +i.icon.dice.d6:before { + content: "\f6d1"; +} + +i.icon.dice.five:before { + content: "\f523"; +} + +i.icon.dice.four:before { + content: "\f524"; +} + +i.icon.dice.one:before { + content: "\f525"; +} + +i.icon.dice.six:before { + content: "\f526"; +} + +i.icon.dice.three:before { + content: "\f527"; +} + +i.icon.dice.two:before { + content: "\f528"; +} + +i.icon.digital.tachograph:before { + content: "\f566"; +} + +i.icon.directions:before { + content: "\f5eb"; +} + +i.icon.divide:before { + content: "\f529"; +} + +i.icon.dizzy:before { + content: "\f567"; +} + +i.icon.dna:before { + content: "\f471"; +} + +i.icon.dog:before { + content: "\f6d3"; +} + +i.icon.dollar.sign:before { + content: "\f155"; +} + +i.icon.dolly:before { + content: "\f472"; +} + +i.icon.dolly.flatbed:before { + content: "\f474"; +} + +i.icon.donate:before { + content: "\f4b9"; +} + +i.icon.door.closed:before { + content: "\f52a"; +} + +i.icon.door.open:before { + content: "\f52b"; +} + +i.icon.dot.circle:before { + content: "\f192"; +} + +i.icon.dove:before { + content: "\f4ba"; +} + +i.icon.download:before { + content: "\f019"; +} + +i.icon.drafting.compass:before { + content: "\f568"; +} + +i.icon.dragon:before { + content: "\f6d5"; +} + +i.icon.draw.polygon:before { + content: "\f5ee"; +} + +i.icon.drum:before { + content: "\f569"; +} + +i.icon.drum.steelpan:before { + content: "\f56a"; +} + +i.icon.drumstick.bite:before { + content: "\f6d7"; +} + +i.icon.dumbbell:before { + content: "\f44b"; +} + +i.icon.dumpster:before { + content: "\f793"; +} + +i.icon.dumpster.fire:before { + content: "\f794"; +} + +i.icon.dungeon:before { + content: "\f6d9"; +} + +i.icon.edit:before { + content: "\f044"; +} + +i.icon.egg:before { + content: "\f7fb"; +} + +i.icon.eject:before { + content: "\f052"; +} + +i.icon.ellipsis.horizontal:before { + content: "\f141"; +} + +i.icon.ellipsis.vertical:before { + content: "\f142"; +} + +i.icon.envelope:before { + content: "\f0e0"; +} + +i.icon.envelope.open:before { + content: "\f2b6"; +} + +i.icon.envelope.open.text:before { + content: "\f658"; +} + +i.icon.envelope.square:before { + content: "\f199"; +} + +i.icon.equals:before { + content: "\f52c"; +} + +i.icon.eraser:before { + content: "\f12d"; +} + +i.icon.ethernet:before { + content: "\f796"; +} + +i.icon.euro.sign:before { + content: "\f153"; +} + +i.icon.exchange.alternate:before { + content: "\f362"; +} + +i.icon.exclamation:before { + content: "\f12a"; +} + +i.icon.exclamation.circle:before { + content: "\f06a"; +} + +i.icon.exclamation.triangle:before { + content: "\f071"; +} + +i.icon.expand:before { + content: "\f065"; +} + +i.icon.expand.arrows.alternate:before { + content: "\f31e"; +} + +i.icon.external.alternate:before { + content: "\f35d"; +} + +i.icon.external.link.square.alternate:before { + content: "\f360"; +} + +i.icon.eye:before { + content: "\f06e"; +} + +i.icon.eye.dropper:before { + content: "\f1fb"; +} + +i.icon.eye.slash:before { + content: "\f070"; +} + +i.icon.fan:before { + content: "\f863"; +} + +i.icon.fast.backward:before { + content: "\f049"; +} + +i.icon.fast.forward:before { + content: "\f050"; +} + +i.icon.fax:before { + content: "\f1ac"; +} + +i.icon.feather:before { + content: "\f52d"; +} + +i.icon.feather.alternate:before { + content: "\f56b"; +} + +i.icon.female:before { + content: "\f182"; +} + +i.icon.fighter.jet:before { + content: "\f0fb"; +} + +i.icon.file:before { + content: "\f15b"; +} + +i.icon.file.alternate:before { + content: "\f15c"; +} + +i.icon.file.archive:before { + content: "\f1c6"; +} + +i.icon.file.audio:before { + content: "\f1c7"; +} + +i.icon.file.code:before { + content: "\f1c9"; +} + +i.icon.file.contract:before { + content: "\f56c"; +} + +i.icon.file.csv:before { + content: "\f6dd"; +} + +i.icon.file.download:before { + content: "\f56d"; +} + +i.icon.file.excel:before { + content: "\f1c3"; +} + +i.icon.file.export:before { + content: "\f56e"; +} + +i.icon.file.image:before { + content: "\f1c5"; +} + +i.icon.file.import:before { + content: "\f56f"; +} + +i.icon.file.invoice:before { + content: "\f570"; +} + +i.icon.file.invoice.dollar:before { + content: "\f571"; +} + +i.icon.file.medical:before { + content: "\f477"; +} + +i.icon.file.medical.alternate:before { + content: "\f478"; +} + +i.icon.file.pdf:before { + content: "\f1c1"; +} + +i.icon.file.powerpoint:before { + content: "\f1c4"; +} + +i.icon.file.prescription:before { + content: "\f572"; +} + +i.icon.file.signature:before { + content: "\f573"; +} + +i.icon.file.upload:before { + content: "\f574"; +} + +i.icon.file.video:before { + content: "\f1c8"; +} + +i.icon.file.word:before { + content: "\f1c2"; +} + +i.icon.fill:before { + content: "\f575"; +} + +i.icon.fill.drip:before { + content: "\f576"; +} + +i.icon.film:before { + content: "\f008"; +} + +i.icon.filter:before { + content: "\f0b0"; +} + +i.icon.fingerprint:before { + content: "\f577"; +} + +i.icon.fire:before { + content: "\f06d"; +} + +i.icon.fire.alternate:before { + content: "\f7e4"; +} + +i.icon.fire.extinguisher:before { + content: "\f134"; +} + +i.icon.first.aid:before { + content: "\f479"; +} + +i.icon.fish:before { + content: "\f578"; +} + +i.icon.fist.raised:before { + content: "\f6de"; +} + +i.icon.flag:before { + content: "\f024"; +} + +i.icon.flag.checkered:before { + content: "\f11e"; +} + +i.icon.flag.usa:before { + content: "\f74d"; +} + +i.icon.flask:before { + content: "\f0c3"; +} + +i.icon.flushed:before { + content: "\f579"; +} + +i.icon.folder:before { + content: "\f07b"; +} + +i.icon.folder.minus:before { + content: "\f65d"; +} + +i.icon.folder.open:before { + content: "\f07c"; +} + +i.icon.folder.plus:before { + content: "\f65e"; +} + +i.icon.font:before { + content: "\f031"; +} + +i.icon.football.ball:before { + content: "\f44e"; +} + +i.icon.forward:before { + content: "\f04e"; +} + +i.icon.frog:before { + content: "\f52e"; +} + +i.icon.frown:before { + content: "\f119"; +} + +i.icon.frown.open:before { + content: "\f57a"; +} + +i.icon.fruit-apple:before { + content: "\f5d1"; +} + +i.icon.funnel.dollar:before { + content: "\f662"; +} + +i.icon.futbol:before { + content: "\f1e3"; +} + +i.icon.gamepad:before { + content: "\f11b"; +} + +i.icon.gas.pump:before { + content: "\f52f"; +} + +i.icon.gavel:before { + content: "\f0e3"; +} + +i.icon.gem:before { + content: "\f3a5"; +} + +i.icon.genderless:before { + content: "\f22d"; +} + +i.icon.ghost:before { + content: "\f6e2"; +} + +i.icon.gift:before { + content: "\f06b"; +} + +i.icon.gifts:before { + content: "\f79c"; +} + +i.icon.glass.cheers:before { + content: "\f79f"; +} + +i.icon.glass.martini:before { + content: "\f000"; +} + +i.icon.glass.martini.alternate:before { + content: "\f57b"; +} + +i.icon.glass.whiskey:before { + content: "\f7a0"; +} + +i.icon.glasses:before { + content: "\f530"; +} + +i.icon.globe:before { + content: "\f0ac"; +} + +i.icon.globe.africa:before { + content: "\f57c"; +} + +i.icon.globe.americas:before { + content: "\f57d"; +} + +i.icon.globe.asia:before { + content: "\f57e"; +} + +i.icon.globe.europe:before { + content: "\f7a2"; +} + +i.icon.golf.ball:before { + content: "\f450"; +} + +i.icon.gopuram:before { + content: "\f664"; +} + +i.icon.graduation.cap:before { + content: "\f19d"; +} + +i.icon.greater.than:before { + content: "\f531"; +} + +i.icon.greater.than.equal:before { + content: "\f532"; +} + +i.icon.grimace:before { + content: "\f57f"; +} + +i.icon.grin:before { + content: "\f580"; +} + +i.icon.grin.alternate:before { + content: "\f581"; +} + +i.icon.grin.beam:before { + content: "\f582"; +} + +i.icon.grin.beam.sweat:before { + content: "\f583"; +} + +i.icon.grin.hearts:before { + content: "\f584"; +} + +i.icon.grin.squint:before { + content: "\f585"; +} + +i.icon.grin.squint.tears:before { + content: "\f586"; +} + +i.icon.grin.stars:before { + content: "\f587"; +} + +i.icon.grin.tears:before { + content: "\f588"; +} + +i.icon.grin.tongue:before { + content: "\f589"; +} + +i.icon.grin.tongue.squint:before { + content: "\f58a"; +} + +i.icon.grin.tongue.wink:before { + content: "\f58b"; +} + +i.icon.grin.wink:before { + content: "\f58c"; +} + +i.icon.grip.horizontal:before { + content: "\f58d"; +} + +i.icon.grip.lines:before { + content: "\f7a4"; +} + +i.icon.grip.lines.vertical:before { + content: "\f7a5"; +} + +i.icon.grip.vertical:before { + content: "\f58e"; +} + +i.icon.guitar:before { + content: "\f7a6"; +} + +i.icon.h.square:before { + content: "\f0fd"; +} + +i.icon.hamburger:before { + content: "\f805"; +} + +i.icon.hammer:before { + content: "\f6e3"; +} + +i.icon.hamsa:before { + content: "\f665"; +} + +i.icon.hand.holding:before { + content: "\f4bd"; +} + +i.icon.hand.holding.heart:before { + content: "\f4be"; +} + +i.icon.hand.holding.usd:before { + content: "\f4c0"; +} + +i.icon.hand.lizard:before { + content: "\f258"; +} + +i.icon.hand.middle.finger:before { + content: "\f806"; +} + +i.icon.hand.paper:before { + content: "\f256"; +} + +i.icon.hand.peace:before { + content: "\f25b"; +} + +i.icon.hand.point.down:before { + content: "\f0a7"; +} + +i.icon.hand.point.left:before { + content: "\f0a5"; +} + +i.icon.hand.point.right:before { + content: "\f0a4"; +} + +i.icon.hand.point.up:before { + content: "\f0a6"; +} + +i.icon.hand.pointer:before { + content: "\f25a"; +} + +i.icon.hand.rock:before { + content: "\f255"; +} + +i.icon.hand.scissors:before { + content: "\f257"; +} + +i.icon.hand.spock:before { + content: "\f259"; +} + +i.icon.hands:before { + content: "\f4c2"; +} + +i.icon.hands.helping:before { + content: "\f4c4"; +} + +i.icon.handshake:before { + content: "\f2b5"; +} + +i.icon.hanukiah:before { + content: "\f6e6"; +} + +i.icon.hard.hat:before { + content: "\f807"; +} + +i.icon.hashtag:before { + content: "\f292"; +} + +i.icon.hat.cowboy:before { + content: "\f8c0"; +} + +i.icon.hat.cowboy.side:before { + content: "\f8c1"; +} + +i.icon.hat.wizard:before { + content: "\f6e8"; +} + +i.icon.haykal:before { + content: "\f666"; +} + +i.icon.hdd:before { + content: "\f0a0"; +} + +i.icon.heading:before { + content: "\f1dc"; +} + +i.icon.headphones:before { + content: "\f025"; +} + +i.icon.headphones.alternate:before { + content: "\f58f"; +} + +i.icon.headset:before { + content: "\f590"; +} + +i.icon.heart:before { + content: "\f004"; +} + +i.icon.heart.broken:before { + content: "\f7a9"; +} + +i.icon.heartbeat:before { + content: "\f21e"; +} + +i.icon.helicopter:before { + content: "\f533"; +} + +i.icon.highlighter:before { + content: "\f591"; +} + +i.icon.hiking:before { + content: "\f6ec"; +} + +i.icon.hippo:before { + content: "\f6ed"; +} + +i.icon.history:before { + content: "\f1da"; +} + +i.icon.hockey.puck:before { + content: "\f453"; +} + +i.icon.holly.berry:before { + content: "\f7aa"; +} + +i.icon.home:before { + content: "\f015"; +} + +i.icon.horse:before { + content: "\f6f0"; +} + +i.icon.horse.head:before { + content: "\f7ab"; +} + +i.icon.hospital:before { + content: "\f0f8"; +} + +i.icon.hospital.alternate:before { + content: "\f47d"; +} + +i.icon.hospital.symbol:before { + content: "\f47e"; +} + +i.icon.hot.tub:before { + content: "\f593"; +} + +i.icon.hotdog:before { + content: "\f80f"; +} + +i.icon.hotel:before { + content: "\f594"; +} + +i.icon.hourglass:before { + content: "\f254"; +} + +i.icon.hourglass.end:before { + content: "\f253"; +} + +i.icon.hourglass.half:before { + content: "\f252"; +} + +i.icon.hourglass.start:before { + content: "\f251"; +} + +i.icon.house.damage:before { + content: "\f6f1"; +} + +i.icon.hryvnia:before { + content: "\f6f2"; +} + +i.icon.i.cursor:before { + content: "\f246"; +} + +i.icon.ice.cream:before { + content: "\f810"; +} + +i.icon.icicles:before { + content: "\f7ad"; +} + +i.icon.icons:before { + content: "\f86d"; +} + +i.icon.id.badge:before { + content: "\f2c1"; +} + +i.icon.id.card:before { + content: "\f2c2"; +} + +i.icon.id.card.alternate:before { + content: "\f47f"; +} + +i.icon.igloo:before { + content: "\f7ae"; +} + +i.icon.image:before { + content: "\f03e"; +} + +i.icon.images:before { + content: "\f302"; +} + +i.icon.inbox:before { + content: "\f01c"; +} + +i.icon.indent:before { + content: "\f03c"; +} + +i.icon.industry:before { + content: "\f275"; +} + +i.icon.infinity:before { + content: "\f534"; +} + +i.icon.info:before { + content: "\f129"; +} + +i.icon.info.circle:before { + content: "\f05a"; +} + +i.icon.italic:before { + content: "\f033"; +} + +i.icon.jedi:before { + content: "\f669"; +} + +i.icon.joint:before { + content: "\f595"; +} + +i.icon.journal.whills:before { + content: "\f66a"; +} + +i.icon.kaaba:before { + content: "\f66b"; +} + +i.icon.key:before { + content: "\f084"; +} + +i.icon.keyboard:before { + content: "\f11c"; +} + +i.icon.khanda:before { + content: "\f66d"; +} + +i.icon.kiss:before { + content: "\f596"; +} + +i.icon.kiss.beam:before { + content: "\f597"; +} + +i.icon.kiss.wink.heart:before { + content: "\f598"; +} + +i.icon.kiwi.bird:before { + content: "\f535"; +} + +i.icon.landmark:before { + content: "\f66f"; +} + +i.icon.language:before { + content: "\f1ab"; +} + +i.icon.laptop:before { + content: "\f109"; +} + +i.icon.laptop.code:before { + content: "\f5fc"; +} + +i.icon.laptop.medical:before { + content: "\f812"; +} + +i.icon.laugh:before { + content: "\f599"; +} + +i.icon.laugh.beam:before { + content: "\f59a"; +} + +i.icon.laugh.squint:before { + content: "\f59b"; +} + +i.icon.laugh.wink:before { + content: "\f59c"; +} + +i.icon.layer.group:before { + content: "\f5fd"; +} + +i.icon.leaf:before { + content: "\f06c"; +} + +i.icon.lemon:before { + content: "\f094"; +} + +i.icon.less.than:before { + content: "\f536"; +} + +i.icon.less.than.equal:before { + content: "\f537"; +} + +i.icon.level.down.alternate:before { + content: "\f3be"; +} + +i.icon.level.up.alternate:before { + content: "\f3bf"; +} + +i.icon.life.ring:before { + content: "\f1cd"; +} + +i.icon.lightbulb:before { + content: "\f0eb"; +} + +i.icon.linkify:before { + content: "\f0c1"; +} + +i.icon.lira.sign:before { + content: "\f195"; +} + +i.icon.list:before { + content: "\f03a"; +} + +i.icon.list.alternate:before { + content: "\f022"; +} + +i.icon.list.ol:before { + content: "\f0cb"; +} + +i.icon.list.ul:before { + content: "\f0ca"; +} + +i.icon.location.arrow:before { + content: "\f124"; +} + +i.icon.lock:before { + content: "\f023"; +} + +i.icon.lock.open:before { + content: "\f3c1"; +} + +i.icon.long.arrow.alternate.down:before { + content: "\f309"; +} + +i.icon.long.arrow.alternate.left:before { + content: "\f30a"; +} + +i.icon.long.arrow.alternate.right:before { + content: "\f30b"; +} + +i.icon.long.arrow.alternate.up:before { + content: "\f30c"; +} + +i.icon.low.vision:before { + content: "\f2a8"; +} + +i.icon.luggage.cart:before { + content: "\f59d"; +} + +i.icon.magic:before { + content: "\f0d0"; +} + +i.icon.magnet:before { + content: "\f076"; +} + +i.icon.mail.bulk:before { + content: "\f674"; +} + +i.icon.male:before { + content: "\f183"; +} + +i.icon.map:before { + content: "\f279"; +} + +i.icon.map.marked:before { + content: "\f59f"; +} + +i.icon.map.marked.alternate:before { + content: "\f5a0"; +} + +i.icon.map.marker:before { + content: "\f041"; +} + +i.icon.map.marker.alternate:before { + content: "\f3c5"; +} + +i.icon.map.pin:before { + content: "\f276"; +} + +i.icon.map.signs:before { + content: "\f277"; +} + +i.icon.marker:before { + content: "\f5a1"; +} + +i.icon.mars:before { + content: "\f222"; +} + +i.icon.mars.double:before { + content: "\f227"; +} + +i.icon.mars.stroke:before { + content: "\f229"; +} + +i.icon.mars.stroke.horizontal:before { + content: "\f22b"; +} + +i.icon.mars.stroke.vertical:before { + content: "\f22a"; +} + +i.icon.mask:before { + content: "\f6fa"; +} + +i.icon.medal:before { + content: "\f5a2"; +} + +i.icon.medkit:before { + content: "\f0fa"; +} + +i.icon.meh:before { + content: "\f11a"; +} + +i.icon.meh.blank:before { + content: "\f5a4"; +} + +i.icon.meh.rolling.eyes:before { + content: "\f5a5"; +} + +i.icon.memory:before { + content: "\f538"; +} + +i.icon.menorah:before { + content: "\f676"; +} + +i.icon.mercury:before { + content: "\f223"; +} + +i.icon.meteor:before { + content: "\f753"; +} + +i.icon.microchip:before { + content: "\f2db"; +} + +i.icon.microphone:before { + content: "\f130"; +} + +i.icon.microphone.alternate:before { + content: "\f3c9"; +} + +i.icon.microphone.alternate.slash:before { + content: "\f539"; +} + +i.icon.microphone.slash:before { + content: "\f131"; +} + +i.icon.microscope:before { + content: "\f610"; +} + +i.icon.minus:before { + content: "\f068"; +} + +i.icon.minus.circle:before { + content: "\f056"; +} + +i.icon.minus.square:before { + content: "\f146"; +} + +i.icon.mitten:before { + content: "\f7b5"; +} + +i.icon.mobile:before { + content: "\f10b"; +} + +i.icon.mobile.alternate:before { + content: "\f3cd"; +} + +i.icon.money.bill:before { + content: "\f0d6"; +} + +i.icon.money.bill.alternate:before { + content: "\f3d1"; +} + +i.icon.money.bill.wave:before { + content: "\f53a"; +} + +i.icon.money.bill.wave.alternate:before { + content: "\f53b"; +} + +i.icon.money.check:before { + content: "\f53c"; +} + +i.icon.money.check.alternate:before { + content: "\f53d"; +} + +i.icon.monument:before { + content: "\f5a6"; +} + +i.icon.moon:before { + content: "\f186"; +} + +i.icon.mortar.pestle:before { + content: "\f5a7"; +} + +i.icon.mosque:before { + content: "\f678"; +} + +i.icon.motorcycle:before { + content: "\f21c"; +} + +i.icon.mountain:before { + content: "\f6fc"; +} + +i.icon.mouse:before { + content: "\f8cc"; +} + +i.icon.mouse.pointer:before { + content: "\f245"; +} + +i.icon.mug.hot:before { + content: "\f7b6"; +} + +i.icon.music:before { + content: "\f001"; +} + +i.icon.network.wired:before { + content: "\f6ff"; +} + +i.icon.neuter:before { + content: "\f22c"; +} + +i.icon.newspaper:before { + content: "\f1ea"; +} + +i.icon.not.equal:before { + content: "\f53e"; +} + +i.icon.notes.medical:before { + content: "\f481"; +} + +i.icon.object.group:before { + content: "\f247"; +} + +i.icon.object.ungroup:before { + content: "\f248"; +} + +i.icon.oil.can:before { + content: "\f613"; +} + +i.icon.om:before { + content: "\f679"; +} + +i.icon.otter:before { + content: "\f700"; +} + +i.icon.outdent:before { + content: "\f03b"; +} + +i.icon.pager:before { + content: "\f815"; +} + +i.icon.paint.brush:before { + content: "\f1fc"; +} + +i.icon.paint.roller:before { + content: "\f5aa"; +} + +i.icon.palette:before { + content: "\f53f"; +} + +i.icon.pallet:before { + content: "\f482"; +} + +i.icon.paper.plane:before { + content: "\f1d8"; +} + +i.icon.paperclip:before { + content: "\f0c6"; +} + +i.icon.parachute.box:before { + content: "\f4cd"; +} + +i.icon.paragraph:before { + content: "\f1dd"; +} + +i.icon.parking:before { + content: "\f540"; +} + +i.icon.passport:before { + content: "\f5ab"; +} + +i.icon.pastafarianism:before { + content: "\f67b"; +} + +i.icon.paste:before { + content: "\f0ea"; +} + +i.icon.pause:before { + content: "\f04c"; +} + +i.icon.pause.circle:before { + content: "\f28b"; +} + +i.icon.paw:before { + content: "\f1b0"; +} + +i.icon.peace:before { + content: "\f67c"; +} + +i.icon.pen:before { + content: "\f304"; +} + +i.icon.pen.alternate:before { + content: "\f305"; +} + +i.icon.pen.fancy:before { + content: "\f5ac"; +} + +i.icon.pen.nib:before { + content: "\f5ad"; +} + +i.icon.pen.square:before { + content: "\f14b"; +} + +i.icon.pencil.alternate:before { + content: "\f303"; +} + +i.icon.pencil.ruler:before { + content: "\f5ae"; +} + +i.icon.people.carry:before { + content: "\f4ce"; +} + +i.icon.pepper.hot:before { + content: "\f816"; +} + +i.icon.percent:before { + content: "\f295"; +} + +i.icon.percentage:before { + content: "\f541"; +} + +i.icon.person.booth:before { + content: "\f756"; +} + +i.icon.phone:before { + content: "\f095"; +} + +i.icon.phone.alternate:before { + content: "\f879"; +} + +i.icon.phone.slash:before { + content: "\f3dd"; +} + +i.icon.phone.square:before { + content: "\f098"; +} + +i.icon.phone.square.alternate:before { + content: "\f87b"; +} + +i.icon.phone.volume:before { + content: "\f2a0"; +} + +i.icon.photo.video:before { + content: "\f87c"; +} + +i.icon.piggy.bank:before { + content: "\f4d3"; +} + +i.icon.pills:before { + content: "\f484"; +} + +i.icon.pizza.slice:before { + content: "\f818"; +} + +i.icon.place.of.worship:before { + content: "\f67f"; +} + +i.icon.plane:before { + content: "\f072"; +} + +i.icon.plane.arrival:before { + content: "\f5af"; +} + +i.icon.plane.departure:before { + content: "\f5b0"; +} + +i.icon.play:before { + content: "\f04b"; +} + +i.icon.play.circle:before { + content: "\f144"; +} + +i.icon.plug:before { + content: "\f1e6"; +} + +i.icon.plus:before { + content: "\f067"; +} + +i.icon.plus.circle:before { + content: "\f055"; +} + +i.icon.plus.square:before { + content: "\f0fe"; +} + +i.icon.podcast:before { + content: "\f2ce"; +} + +i.icon.poll:before { + content: "\f681"; +} + +i.icon.poll.horizontal:before { + content: "\f682"; +} + +i.icon.poo:before { + content: "\f2fe"; +} + +i.icon.poo.storm:before { + content: "\f75a"; +} + +i.icon.poop:before { + content: "\f619"; +} + +i.icon.portrait:before { + content: "\f3e0"; +} + +i.icon.pound.sign:before { + content: "\f154"; +} + +i.icon.power.off:before { + content: "\f011"; +} + +i.icon.pray:before { + content: "\f683"; +} + +i.icon.praying.hands:before { + content: "\f684"; +} + +i.icon.prescription:before { + content: "\f5b1"; +} + +i.icon.prescription.bottle:before { + content: "\f485"; +} + +i.icon.prescription.bottle.alternate:before { + content: "\f486"; +} + +i.icon.print:before { + content: "\f02f"; +} + +i.icon.procedures:before { + content: "\f487"; +} + +i.icon.project.diagram:before { + content: "\f542"; +} + +i.icon.puzzle.piece:before { + content: "\f12e"; +} + +i.icon.qrcode:before { + content: "\f029"; +} + +i.icon.question:before { + content: "\f128"; +} + +i.icon.question.circle:before { + content: "\f059"; +} + +i.icon.quidditch:before { + content: "\f458"; +} + +i.icon.quote.left:before { + content: "\f10d"; +} + +i.icon.quote.right:before { + content: "\f10e"; +} + +i.icon.quran:before { + content: "\f687"; +} + +i.icon.radiation:before { + content: "\f7b9"; +} + +i.icon.radiation.alternate:before { + content: "\f7ba"; +} + +i.icon.rainbow:before { + content: "\f75b"; +} + +i.icon.random:before { + content: "\f074"; +} + +i.icon.receipt:before { + content: "\f543"; +} + +i.icon.record.vinyl:before { + content: "\f8d9"; +} + +i.icon.recycle:before { + content: "\f1b8"; +} + +i.icon.redo:before { + content: "\f01e"; +} + +i.icon.redo.alternate:before { + content: "\f2f9"; +} + +i.icon.registered:before { + content: "\f25d"; +} + +i.icon.remove.format:before { + content: "\f87d"; +} + +i.icon.reply:before { + content: "\f3e5"; +} + +i.icon.reply.all:before { + content: "\f122"; +} + +i.icon.republican:before { + content: "\f75e"; +} + +i.icon.restroom:before { + content: "\f7bd"; +} + +i.icon.retweet:before { + content: "\f079"; +} + +i.icon.ribbon:before { + content: "\f4d6"; +} + +i.icon.ring:before { + content: "\f70b"; +} + +i.icon.road:before { + content: "\f018"; +} + +i.icon.robot:before { + content: "\f544"; +} + +i.icon.rocket:before { + content: "\f135"; +} + +i.icon.route:before { + content: "\f4d7"; +} + +i.icon.rss:before { + content: "\f09e"; +} + +i.icon.rss.square:before { + content: "\f143"; +} + +i.icon.ruble.sign:before { + content: "\f158"; +} + +i.icon.ruler:before { + content: "\f545"; +} + +i.icon.ruler.combined:before { + content: "\f546"; +} + +i.icon.ruler.horizontal:before { + content: "\f547"; +} + +i.icon.ruler.vertical:before { + content: "\f548"; +} + +i.icon.running:before { + content: "\f70c"; +} + +i.icon.rupee.sign:before { + content: "\f156"; +} + +i.icon.sad.cry:before { + content: "\f5b3"; +} + +i.icon.sad.tear:before { + content: "\f5b4"; +} + +i.icon.satellite:before { + content: "\f7bf"; +} + +i.icon.satellite.dish:before { + content: "\f7c0"; +} + +i.icon.save:before { + content: "\f0c7"; +} + +i.icon.school:before { + content: "\f549"; +} + +i.icon.screwdriver:before { + content: "\f54a"; +} + +i.icon.scroll:before { + content: "\f70e"; +} + +i.icon.sd.card:before { + content: "\f7c2"; +} + +i.icon.search:before { + content: "\f002"; +} + +i.icon.search.dollar:before { + content: "\f688"; +} + +i.icon.search.location:before { + content: "\f689"; +} + +i.icon.search.minus:before { + content: "\f010"; +} + +i.icon.search.plus:before { + content: "\f00e"; +} + +i.icon.seedling:before { + content: "\f4d8"; +} + +i.icon.server:before { + content: "\f233"; +} + +i.icon.shapes:before { + content: "\f61f"; +} + +i.icon.share:before { + content: "\f064"; +} + +i.icon.share.alternate:before { + content: "\f1e0"; +} + +i.icon.share.alternate.square:before { + content: "\f1e1"; +} + +i.icon.share.square:before { + content: "\f14d"; +} + +i.icon.shekel.sign:before { + content: "\f20b"; +} + +i.icon.shield.alternate:before { + content: "\f3ed"; +} + +i.icon.ship:before { + content: "\f21a"; +} + +i.icon.shipping.fast:before { + content: "\f48b"; +} + +i.icon.shoe.prints:before { + content: "\f54b"; +} + +i.icon.shopping.bag:before { + content: "\f290"; +} + +i.icon.shopping.basket:before { + content: "\f291"; +} + +i.icon.shopping.cart:before { + content: "\f07a"; +} + +i.icon.shower:before { + content: "\f2cc"; +} + +i.icon.shuttle.van:before { + content: "\f5b6"; +} + +i.icon.sign:before { + content: "\f4d9"; +} + +i.icon.sign.in.alternate:before { + content: "\f2f6"; +} + +i.icon.sign.language:before { + content: "\f2a7"; +} + +i.icon.sign.out.alternate:before { + content: "\f2f5"; +} + +i.icon.signal:before { + content: "\f012"; +} + +i.icon.signature:before { + content: "\f5b7"; +} + +i.icon.sim.card:before { + content: "\f7c4"; +} + +i.icon.sitemap:before { + content: "\f0e8"; +} + +i.icon.skating:before { + content: "\f7c5"; +} + +i.icon.skiing:before { + content: "\f7c9"; +} + +i.icon.skiing.nordic:before { + content: "\f7ca"; +} + +i.icon.skull:before { + content: "\f54c"; +} + +i.icon.skull.crossbones:before { + content: "\f714"; +} + +i.icon.slash:before { + content: "\f715"; +} + +i.icon.sleigh:before { + content: "\f7cc"; +} + +i.icon.sliders.horizontal:before { + content: "\f1de"; +} + +i.icon.smile:before { + content: "\f118"; +} + +i.icon.smile.beam:before { + content: "\f5b8"; +} + +i.icon.smile.wink:before { + content: "\f4da"; +} + +i.icon.smog:before { + content: "\f75f"; +} + +i.icon.smoking:before { + content: "\f48d"; +} + +i.icon.smoking.ban:before { + content: "\f54d"; +} + +i.icon.sms:before { + content: "\f7cd"; +} + +i.icon.snowboarding:before { + content: "\f7ce"; +} + +i.icon.snowflake:before { + content: "\f2dc"; +} + +i.icon.snowman:before { + content: "\f7d0"; +} + +i.icon.snowplow:before { + content: "\f7d2"; +} + +i.icon.socks:before { + content: "\f696"; +} + +i.icon.solar.panel:before { + content: "\f5ba"; +} + +i.icon.sort:before { + content: "\f0dc"; +} + +i.icon.sort.alphabet.down:before { + content: "\f15d"; +} + +i.icon.sort.alphabet.down.alternate:before { + content: "\f881"; +} + +i.icon.sort.alphabet.up:before { + content: "\f15e"; +} + +i.icon.sort.alphabet.up.alternate:before { + content: "\f882"; +} + +i.icon.sort.amount.down:before { + content: "\f160"; +} + +i.icon.sort.amount.down.alternate:before { + content: "\f884"; +} + +i.icon.sort.amount.up:before { + content: "\f161"; +} + +i.icon.sort.amount.up.alternate:before { + content: "\f885"; +} + +i.icon.sort.down:before { + content: "\f0dd"; +} + +i.icon.sort.numeric.down:before { + content: "\f162"; +} + +i.icon.sort.numeric.down.alternate:before { + content: "\f886"; +} + +i.icon.sort.numeric.up:before { + content: "\f163"; +} + +i.icon.sort.numeric.up.alternate:before { + content: "\f887"; +} + +i.icon.sort.up:before { + content: "\f0de"; +} + +i.icon.spa:before { + content: "\f5bb"; +} + +i.icon.space.shuttle:before { + content: "\f197"; +} + +i.icon.spell.check:before { + content: "\f891"; +} + +i.icon.spider:before { + content: "\f717"; +} + +i.icon.spinner:before { + content: "\f110"; +} + +i.icon.splotch:before { + content: "\f5bc"; +} + +i.icon.spray.can:before { + content: "\f5bd"; +} + +i.icon.square:before { + content: "\f0c8"; +} + +i.icon.square.full:before { + content: "\f45c"; +} + +i.icon.square.root.alternate:before { + content: "\f698"; +} + +i.icon.stamp:before { + content: "\f5bf"; +} + +i.icon.star:before { + content: "\f005"; +} + +i.icon.star.and.crescent:before { + content: "\f699"; +} + +i.icon.star.half:before { + content: "\f089"; +} + +i.icon.star.half.alternate:before { + content: "\f5c0"; +} + +i.icon.star.of.david:before { + content: "\f69a"; +} + +i.icon.star.of.life:before { + content: "\f621"; +} + +i.icon.step.backward:before { + content: "\f048"; +} + +i.icon.step.forward:before { + content: "\f051"; +} + +i.icon.stethoscope:before { + content: "\f0f1"; +} + +i.icon.sticky.note:before { + content: "\f249"; +} + +i.icon.stop:before { + content: "\f04d"; +} + +i.icon.stop.circle:before { + content: "\f28d"; +} + +i.icon.stopwatch:before { + content: "\f2f2"; +} + +i.icon.store:before { + content: "\f54e"; +} + +i.icon.store.alternate:before { + content: "\f54f"; +} + +i.icon.stream:before { + content: "\f550"; +} + +i.icon.street.view:before { + content: "\f21d"; +} + +i.icon.strikethrough:before { + content: "\f0cc"; +} + +i.icon.stroopwafel:before { + content: "\f551"; +} + +i.icon.subscript:before { + content: "\f12c"; +} + +i.icon.subway:before { + content: "\f239"; +} + +i.icon.suitcase:before { + content: "\f0f2"; +} + +i.icon.suitcase.rolling:before { + content: "\f5c1"; +} + +i.icon.sun:before { + content: "\f185"; +} + +i.icon.superscript:before { + content: "\f12b"; +} + +i.icon.surprise:before { + content: "\f5c2"; +} + +i.icon.swatchbook:before { + content: "\f5c3"; +} + +i.icon.swimmer:before { + content: "\f5c4"; +} + +i.icon.swimming.pool:before { + content: "\f5c5"; +} + +i.icon.synagogue:before { + content: "\f69b"; +} + +i.icon.sync:before { + content: "\f021"; +} + +i.icon.sync.alternate:before { + content: "\f2f1"; +} + +i.icon.syringe:before { + content: "\f48e"; +} + +i.icon.table:before { + content: "\f0ce"; +} + +i.icon.table.tennis:before { + content: "\f45d"; +} + +i.icon.tablet:before { + content: "\f10a"; +} + +i.icon.tablet.alternate:before { + content: "\f3fa"; +} + +i.icon.tablets:before { + content: "\f490"; +} + +i.icon.tachometer.alternate:before { + content: "\f3fd"; +} + +i.icon.tag:before { + content: "\f02b"; +} + +i.icon.tags:before { + content: "\f02c"; +} + +i.icon.tape:before { + content: "\f4db"; +} + +i.icon.tasks:before { + content: "\f0ae"; +} + +i.icon.taxi:before { + content: "\f1ba"; +} + +i.icon.teeth:before { + content: "\f62e"; +} + +i.icon.teeth.open:before { + content: "\f62f"; +} + +i.icon.temperature.high:before { + content: "\f769"; +} + +i.icon.temperature.low:before { + content: "\f76b"; +} + +i.icon.tenge:before { + content: "\f7d7"; +} + +i.icon.terminal:before { + content: "\f120"; +} + +i.icon.text.height:before { + content: "\f034"; +} + +i.icon.text.width:before { + content: "\f035"; +} + +i.icon.th:before { + content: "\f00a"; +} + +i.icon.th.large:before { + content: "\f009"; +} + +i.icon.th.list:before { + content: "\f00b"; +} + +i.icon.theater.masks:before { + content: "\f630"; +} + +i.icon.thermometer:before { + content: "\f491"; +} + +i.icon.thermometer.empty:before { + content: "\f2cb"; +} + +i.icon.thermometer.full:before { + content: "\f2c7"; +} + +i.icon.thermometer.half:before { + content: "\f2c9"; +} + +i.icon.thermometer.quarter:before { + content: "\f2ca"; +} + +i.icon.thermometer.three.quarters:before { + content: "\f2c8"; +} + +i.icon.thumbs.down:before { + content: "\f165"; +} + +i.icon.thumbs.up:before { + content: "\f164"; +} + +i.icon.thumbtack:before { + content: "\f08d"; +} + +i.icon.ticket.alternate:before { + content: "\f3ff"; +} + +i.icon.times:before { + content: "\f00d"; +} + +i.icon.times.circle:before { + content: "\f057"; +} + +i.icon.tint:before { + content: "\f043"; +} + +i.icon.tint.slash:before { + content: "\f5c7"; +} + +i.icon.tired:before { + content: "\f5c8"; +} + +i.icon.toggle.off:before { + content: "\f204"; +} + +i.icon.toggle.on:before { + content: "\f205"; +} + +i.icon.toilet:before { + content: "\f7d8"; +} + +i.icon.toilet.paper:before { + content: "\f71e"; +} + +i.icon.toolbox:before { + content: "\f552"; +} + +i.icon.tools:before { + content: "\f7d9"; +} + +i.icon.tooth:before { + content: "\f5c9"; +} + +i.icon.torah:before { + content: "\f6a0"; +} + +i.icon.torii.gate:before { + content: "\f6a1"; +} + +i.icon.tractor:before { + content: "\f722"; +} + +i.icon.trademark:before { + content: "\f25c"; +} + +i.icon.traffic.light:before { + content: "\f637"; +} + +i.icon.train:before { + content: "\f238"; +} + +i.icon.tram:before { + content: "\f7da"; +} + +i.icon.transgender:before { + content: "\f224"; +} + +i.icon.transgender.alternate:before { + content: "\f225"; +} + +i.icon.trash:before { + content: "\f1f8"; +} + +i.icon.trash.alternate:before { + content: "\f2ed"; +} + +i.icon.trash.restore:before { + content: "\f829"; +} + +i.icon.trash.restore.alternate:before { + content: "\f82a"; +} + +i.icon.tree:before { + content: "\f1bb"; +} + +i.icon.trophy:before { + content: "\f091"; +} + +i.icon.truck:before { + content: "\f0d1"; +} + +i.icon.truck.monster:before { + content: "\f63b"; +} + +i.icon.truck.moving:before { + content: "\f4df"; +} + +i.icon.truck.packing:before { + content: "\f4de"; +} + +i.icon.truck.pickup:before { + content: "\f63c"; +} + +i.icon.tshirt:before { + content: "\f553"; +} + +i.icon.tty:before { + content: "\f1e4"; +} + +i.icon.tv:before { + content: "\f26c"; +} + +i.icon.umbrella:before { + content: "\f0e9"; +} + +i.icon.umbrella.beach:before { + content: "\f5ca"; +} + +i.icon.underline:before { + content: "\f0cd"; +} + +i.icon.undo:before { + content: "\f0e2"; +} + +i.icon.undo.alternate:before { + content: "\f2ea"; +} + +i.icon.universal.access:before { + content: "\f29a"; +} + +i.icon.university:before { + content: "\f19c"; +} + +i.icon.unlink:before { + content: "\f127"; +} + +i.icon.unlock:before { + content: "\f09c"; +} + +i.icon.unlock.alternate:before { + content: "\f13e"; +} + +i.icon.upload:before { + content: "\f093"; +} + +i.icon.user:before { + content: "\f007"; +} + +i.icon.user.alternate:before { + content: "\f406"; +} + +i.icon.user.alternate.slash:before { + content: "\f4fa"; +} + +i.icon.user.astronaut:before { + content: "\f4fb"; +} + +i.icon.user.check:before { + content: "\f4fc"; +} + +i.icon.user.circle:before { + content: "\f2bd"; +} + +i.icon.user.clock:before { + content: "\f4fd"; +} + +i.icon.user.cog:before { + content: "\f4fe"; +} + +i.icon.user.edit:before { + content: "\f4ff"; +} + +i.icon.user.friends:before { + content: "\f500"; +} + +i.icon.user.graduate:before { + content: "\f501"; +} + +i.icon.user.injured:before { + content: "\f728"; +} + +i.icon.user.lock:before { + content: "\f502"; +} + +i.icon.user.md:before { + content: "\f0f0"; +} + +i.icon.user.minus:before { + content: "\f503"; +} + +i.icon.user.ninja:before { + content: "\f504"; +} + +i.icon.user.nurse:before { + content: "\f82f"; +} + +i.icon.user.plus:before { + content: "\f234"; +} + +i.icon.user.secret:before { + content: "\f21b"; +} + +i.icon.user.shield:before { + content: "\f505"; +} + +i.icon.user.slash:before { + content: "\f506"; +} + +i.icon.user.tag:before { + content: "\f507"; +} + +i.icon.user.tie:before { + content: "\f508"; +} + +i.icon.user.times:before { + content: "\f235"; +} + +i.icon.users:before { + content: "\f0c0"; +} + +i.icon.users.cog:before { + content: "\f509"; +} + +i.icon.utensil.spoon:before { + content: "\f2e5"; +} + +i.icon.utensils:before { + content: "\f2e7"; +} + +i.icon.vector.square:before { + content: "\f5cb"; +} + +i.icon.venus:before { + content: "\f221"; +} + +i.icon.venus.double:before { + content: "\f226"; +} + +i.icon.venus.mars:before { + content: "\f228"; +} + +i.icon.vial:before { + content: "\f492"; +} + +i.icon.vials:before { + content: "\f493"; +} + +i.icon.video:before { + content: "\f03d"; +} + +i.icon.video.slash:before { + content: "\f4e2"; +} + +i.icon.vihara:before { + content: "\f6a7"; +} + +i.icon.voicemail:before { + content: "\f897"; +} + +i.icon.volleyball.ball:before { + content: "\f45f"; +} + +i.icon.volume.down:before { + content: "\f027"; +} + +i.icon.volume.mute:before { + content: "\f6a9"; +} + +i.icon.volume.off:before { + content: "\f026"; +} + +i.icon.volume.up:before { + content: "\f028"; +} + +i.icon.vote.yea:before { + content: "\f772"; +} + +i.icon.vr.cardboard:before { + content: "\f729"; +} + +i.icon.walking:before { + content: "\f554"; +} + +i.icon.wallet:before { + content: "\f555"; +} + +i.icon.warehouse:before { + content: "\f494"; +} + +i.icon.water:before { + content: "\f773"; +} + +i.icon.wave.square:before { + content: "\f83e"; +} + +i.icon.weight:before { + content: "\f496"; +} + +i.icon.weight.hanging:before { + content: "\f5cd"; +} + +i.icon.wheelchair:before { + content: "\f193"; +} + +i.icon.wifi:before { + content: "\f1eb"; +} + +i.icon.wind:before { + content: "\f72e"; +} + +i.icon.window.close:before { + content: "\f410"; +} + +i.icon.window.maximize:before { + content: "\f2d0"; +} + +i.icon.window.minimize:before { + content: "\f2d1"; +} + +i.icon.window.restore:before { + content: "\f2d2"; +} + +i.icon.wine.bottle:before { + content: "\f72f"; +} + +i.icon.wine.glass:before { + content: "\f4e3"; +} + +i.icon.wine.glass.alternate:before { + content: "\f5ce"; +} + +i.icon.won.sign:before { + content: "\f159"; +} + +i.icon.wrench:before { + content: "\f0ad"; +} + +i.icon.x.ray:before { + content: "\f497"; +} + +i.icon.yen.sign:before { + content: "\f157"; +} + +i.icon.yin.yang:before { + content: "\f6ad"; +} + +/* Aliases */ + +i.icon.add:before { + content: "\f067"; +} + +i.icon.add.circle:before { + content: "\f055"; +} + +i.icon.add.square:before { + content: "\f0fe"; +} + +i.icon.add.to.calendar:before { + content: "\f271"; +} + +i.icon.add.to.cart:before { + content: "\f217"; +} + +i.icon.add.user:before { + content: "\f234"; +} + +i.icon.alarm:before { + content: "\f0f3"; +} + +i.icon.alarm.mute:before { + content: "\f1f6"; +} + +i.icon.ald:before { + content: "\f2a2"; +} + +i.icon.als:before { + content: "\f2a2"; +} + +i.icon.announcement:before { + content: "\f0a1"; +} + +i.icon.area.chart:before { + content: "\f1fe"; +} + +i.icon.area.graph:before { + content: "\f1fe"; +} + +i.icon.arrow.down.cart:before { + content: "\f218"; +} + +i.icon.asexual:before { + content: "\f22d"; +} + +i.icon.asl:before { + content: "\f2a3"; +} + +i.icon.asl.interpreting:before { + content: "\f2a3"; +} + +i.icon.assistive.listening.devices:before { + content: "\f2a2"; +} + +i.icon.attach:before { + content: "\f0c6"; +} + +i.icon.attention:before { + content: "\f06a"; +} + +i.icon.balance:before { + content: "\f24e"; +} + +i.icon.bar:before { + content: "\f0fc"; +} + +i.icon.bathtub:before { + content: "\f2cd"; +} + +i.icon.battery.four:before { + content: "\f240"; +} + +i.icon.battery.high:before { + content: "\f241"; +} + +i.icon.battery.low:before { + content: "\f243"; +} + +i.icon.battery.medium:before { + content: "\f242"; +} + +i.icon.battery.one:before { + content: "\f243"; +} + +i.icon.battery.three:before { + content: "\f241"; +} + +i.icon.battery.two:before { + content: "\f242"; +} + +i.icon.battery.zero:before { + content: "\f244"; +} + +i.icon.birthday:before { + content: "\f1fd"; +} + +i.icon.block.layout:before { + content: "\f009"; +} + +i.icon.broken.chain:before { + content: "\f127"; +} + +i.icon.browser:before { + content: "\f022"; +} + +i.icon.call:before { + content: "\f095"; +} + +i.icon.call.square:before { + content: "\f098"; +} + +i.icon.cancel:before { + content: "\f00d"; +} + +i.icon.cart:before { + content: "\f07a"; +} + +i.icon.cc:before { + content: "\f20a"; +} + +i.icon.chain:before { + content: "\f0c1"; +} + +i.icon.chat:before { + content: "\f075"; +} + +i.icon.checked.calendar:before { + content: "\f274"; +} + +i.icon.checkmark:before { + content: "\f00c"; +} + +i.icon.checkmark.box:before { + content: "\f14a"; +} + +i.icon.chess.rock:before { + content: "\f447"; +} + +i.icon.circle.notched:before { + content: "\f1ce"; +} + +i.icon.circle.thin:before { + content: "\f111"; +} + +i.icon.close:before { + content: "\f00d"; +} + +i.icon.cloud.download:before { + content: "\f381"; +} + +i.icon.cloud.upload:before { + content: "\f382"; +} + +i.icon.cny:before { + content: "\f157"; +} + +i.icon.cocktail:before { + content: "\f000"; +} + +i.icon.commenting:before { + content: "\f27a"; +} + +i.icon.compose:before { + content: "\f303"; +} + +i.icon.computer:before { + content: "\f108"; +} + +i.icon.configure:before { + content: "\f0ad"; +} + +i.icon.content:before { + content: "\f0c9"; +} + +i.icon.conversation:before { + content: "\f086"; +} + +i.icon.credit.card.alternative:before { + content: "\f09d"; +} + +i.icon.currency:before { + content: "\f3d1"; +} + +i.icon.dashboard:before { + content: "\f3fd"; +} + +i.icon.deafness:before { + content: "\f2a4"; +} + +i.icon.delete:before { + content: "\f00d"; +} + +i.icon.delete.calendar:before { + content: "\f273"; +} + +i.icon.detective:before { + content: "\f21b"; +} + +i.icon.diamond:before { + content: "\f3a5"; +} + +i.icon.discussions:before { + content: "\f086"; +} + +i.icon.disk:before { + content: "\f0a0"; +} + +i.icon.doctor:before { + content: "\f0f0"; +} + +i.icon.dollar:before { + content: "\f155"; +} + +i.icon.dont:before { + content: "\f05e"; +} + +i.icon.drivers.license:before { + content: "\f2c2"; +} + +i.icon.dropdown:before { + content: "\f0d7"; +} + +i.icon.emergency:before { + content: "\f0f9"; +} + +i.icon.erase:before { + content: "\f12d"; +} + +i.icon.eur:before { + content: "\f153"; +} + +i.icon.euro:before { + content: "\f153"; +} + +i.icon.exchange:before { + content: "\f362"; +} + +i.icon.external:before { + content: "\f35d"; +} + +i.icon.external.share:before { + content: "\f14d"; +} + +i.icon.external.square:before { + content: "\f360"; +} + +i.icon.eyedropper:before { + content: "\f1fb"; +} + +i.icon.factory:before { + content: "\f275"; +} + +i.icon.favorite:before { + content: "\f005"; +} + +i.icon.feed:before { + content: "\f09e"; +} + +i.icon.female.homosexual:before { + content: "\f226"; +} + +i.icon.file.text:before { + content: "\f15c"; +} + +i.icon.find:before { + content: "\f1e5"; +} + +i.icon.first.aid:before { + content: "\f0fa"; +} + +i.icon.food:before { + content: "\f2e7"; +} + +i.icon.fork:before { + content: "\f126"; +} + +i.icon.game:before { + content: "\f11b"; +} + +i.icon.gay:before { + content: "\f227"; +} + +i.icon.gbp:before { + content: "\f154"; +} + +i.icon.grab:before { + content: "\f255"; +} + +i.icon.graduation:before { + content: "\f19d"; +} + +i.icon.grid.layout:before { + content: "\f00a"; +} + +i.icon.group:before { + content: "\f0c0"; +} + +i.icon.h:before { + content: "\f0fd"; +} + +i.icon.hamburger:before { + content: "\f0c9"; +} + +i.icon.hand.victory:before { + content: "\f25b"; +} + +i.icon.handicap:before { + content: "\f193"; +} + +i.icon.hard.of.hearing:before { + content: "\f2a4"; +} + +i.icon.header:before { + content: "\f1dc"; +} + +i.icon.heart.empty:before { + content: "\f004"; +} + +i.icon.help:before { + content: "\f128"; +} + +i.icon.help.circle:before { + content: "\f059"; +} + +i.icon.heterosexual:before { + content: "\f228"; +} + +i.icon.hide:before { + content: "\f070"; +} + +i.icon.hotel:before { + content: "\f236"; +} + +i.icon.hourglass.four:before { + content: "\f254"; +} + +i.icon.hourglass.full:before { + content: "\f254"; +} + +i.icon.hourglass.one:before { + content: "\f251"; +} + +i.icon.hourglass.three:before { + content: "\f253"; +} + +i.icon.hourglass.two:before { + content: "\f252"; +} + +i.icon.hourglass.zero:before { + content: "\f253"; +} + +i.icon.idea:before { + content: "\f0eb"; +} + +i.icon.ils:before { + content: "\f20b"; +} + +i.icon.in.cart:before { + content: "\f218"; +} + +i.icon.inr:before { + content: "\f156"; +} + +i.icon.intergender:before { + content: "\f224"; +} + +i.icon.intersex:before { + content: "\f224"; +} + +i.icon.jpy:before { + content: "\f157"; +} + +i.icon.krw:before { + content: "\f159"; +} + +i.icon.lab:before { + content: "\f0c3"; +} + +i.icon.law:before { + content: "\f24e"; +} + +i.icon.legal:before { + content: "\f0e3"; +} + +i.icon.lesbian:before { + content: "\f226"; +} + +i.icon.level.down:before { + content: "\f3be"; +} + +i.icon.level.up:before { + content: "\f3bf"; +} + +i.icon.lightning:before { + content: "\f0e7"; +} + +i.icon.like:before { + content: "\f004"; +} + +i.icon.line.graph:before { + content: "\f201"; +} + +i.icon.linkify:before { + content: "\f0c1"; +} + +i.icon.lira:before { + content: "\f195"; +} + +i.icon.list.layout:before { + content: "\f00b"; +} + +i.icon.log.out:before { + content: "\f2f5"; +} + +i.icon.magnify:before { + content: "\f00e"; +} + +i.icon.mail:before { + content: "\f0e0"; +} + +i.icon.mail.forward:before { + content: "\f064"; +} + +i.icon.mail.square:before { + content: "\f199"; +} + +i.icon.male.homosexual:before { + content: "\f227"; +} + +i.icon.man:before { + content: "\f222"; +} + +i.icon.marker:before { + content: "\f041"; +} + +i.icon.mars.alternate:before { + content: "\f229"; +} + +i.icon.mars.horizontal:before { + content: "\f22b"; +} + +i.icon.mars.vertical:before { + content: "\f22a"; +} + +i.icon.meanpath:before { + content: "\f0c8"; +} + +i.icon.military:before { + content: "\f0fb"; +} + +i.icon.money:before { + content: "\f3d1"; +} + +i.icon.move:before { + content: "\f0b2"; +} + +i.icon.mute:before { + content: "\f131"; +} + +i.icon.non.binary.transgender:before { + content: "\f223"; +} + +i.icon.numbered.list:before { + content: "\f0cb"; +} + +i.icon.options:before { + content: "\f1de"; +} + +i.icon.ordered.list:before { + content: "\f0cb"; +} + +i.icon.other.gender:before { + content: "\f229"; +} + +i.icon.other.gender.horizontal:before { + content: "\f22b"; +} + +i.icon.other.gender.vertical:before { + content: "\f22a"; +} + +i.icon.payment:before { + content: "\f09d"; +} + +i.icon.pencil:before { + content: "\f303"; +} + +i.icon.pencil.square:before { + content: "\f14b"; +} + +i.icon.photo:before { + content: "\f030"; +} + +i.icon.picture:before { + content: "\f03e"; +} + +i.icon.pie.chart:before { + content: "\f200"; +} + +i.icon.pie.graph:before { + content: "\f200"; +} + +i.icon.pin:before { + content: "\f08d"; +} + +i.icon.plus.cart:before { + content: "\f217"; +} + +i.icon.point:before { + content: "\f041"; +} + +i.icon.pointing.down:before { + content: "\f0a7"; +} + +i.icon.pointing.left:before { + content: "\f0a5"; +} + +i.icon.pointing.right:before { + content: "\f0a4"; +} + +i.icon.pointing.up:before { + content: "\f0a6"; +} + +i.icon.pound:before { + content: "\f154"; +} + +i.icon.power:before { + content: "\f011"; +} + +i.icon.power.cord:before { + content: "\f1e6"; +} + +i.icon.privacy:before { + content: "\f084"; +} + +i.icon.protect:before { + content: "\f023"; +} + +i.icon.puzzle:before { + content: "\f12e"; +} + +i.icon.r.circle:before { + content: "\f25d"; +} + +i.icon.radio:before { + content: "\f192"; +} + +i.icon.rain:before { + content: "\f0e9"; +} + +i.icon.record:before { + content: "\f03d"; +} + +i.icon.refresh:before { + content: "\f021"; +} + +i.icon.remove:before { + content: "\f00d"; +} + +i.icon.remove.bookmark:before { + content: "\f02e"; +} + +i.icon.remove.circle:before { + content: "\f057"; +} + +i.icon.remove.from.calendar:before { + content: "\f272"; +} + +i.icon.remove.user:before { + content: "\f235"; +} + +i.icon.repeat:before { + content: "\f01e"; +} + +i.icon.resize.horizontal:before { + content: "\f337"; +} + +i.icon.resize.vertical:before { + content: "\f338"; +} + +i.icon.rmb:before { + content: "\f157"; +} + +i.icon.rouble:before { + content: "\f158"; +} + +i.icon.rub:before { + content: "\f158"; +} + +i.icon.ruble:before { + content: "\f158"; +} + +i.icon.rupee:before { + content: "\f156"; +} + +i.icon.s15:before { + content: "\f2cd"; +} + +i.icon.selected.radio:before { + content: "\f192"; +} + +i.icon.send:before { + content: "\f1d8"; +} + +i.icon.setting:before { + content: "\f013"; +} + +i.icon.settings:before { + content: "\f085"; +} + +i.icon.shekel:before { + content: "\f20b"; +} + +i.icon.sheqel:before { + content: "\f20b"; +} + +i.icon.shield:before { + content: "\f3ed"; +} + +i.icon.shipping:before { + content: "\f0d1"; +} + +i.icon.shop:before { + content: "\f07a"; +} + +i.icon.shuffle:before { + content: "\f074"; +} + +i.icon.shutdown:before { + content: "\f011"; +} + +i.icon.sidebar:before { + content: "\f0c9"; +} + +i.icon.sign.in:before { + content: "\f2f6"; +} + +i.icon.sign.out:before { + content: "\f2f5"; +} + +i.icon.signing:before { + content: "\f2a7"; +} + +i.icon.signup:before { + content: "\f044"; +} + +i.icon.sliders:before { + content: "\f1de"; +} + +i.icon.soccer:before { + content: "\f1e3"; +} + +i.icon.sort.alphabet.ascending:before { + content: "\f15d"; +} + +i.icon.sort.alphabet.descending:before { + content: "\f15e"; +} + +i.icon.sort.ascending:before { + content: "\f0de"; +} + +i.icon.sort.content.ascending:before { + content: "\f160"; +} + +i.icon.sort.content.descending:before { + content: "\f161"; +} + +i.icon.sort.descending:before { + content: "\f0dd"; +} + +i.icon.sort.numeric.ascending:before { + content: "\f162"; +} + +i.icon.sort.numeric.descending:before { + content: "\f163"; +} + +i.icon.sound:before { + content: "\f025"; +} + +i.icon.spoon:before { + content: "\f2e5"; +} + +i.icon.spy:before { + content: "\f21b"; +} + +i.icon.star.empty:before { + content: "\f005"; +} + +i.icon.star.half.empty:before { + content: "\f089"; +} + +i.icon.star.half.full:before { + content: "\f089"; +} + +i.icon.student:before { + content: "\f19d"; +} + +i.icon.talk:before { + content: "\f27a"; +} + +i.icon.target:before { + content: "\f140"; +} + +i.icon.teletype:before { + content: "\f1e4"; +} + +i.icon.television:before { + content: "\f26c"; +} + +i.icon.text.cursor:before { + content: "\f246"; +} + +i.icon.text.telephone:before { + content: "\f1e4"; +} + +i.icon.theme:before { + content: "\f043"; +} + +i.icon.thermometer:before { + content: "\f2c7"; +} + +i.icon.thumb.tack:before { + content: "\f08d"; +} + +i.icon.ticket:before { + content: "\f3ff"; +} + +i.icon.time:before { + content: "\f017"; +} + +i.icon.times.rectangle:before { + content: "\f410"; +} + +i.icon.tm:before { + content: "\f25c"; +} + +i.icon.toggle.down:before { + content: "\f150"; +} + +i.icon.toggle.left:before { + content: "\f191"; +} + +i.icon.toggle.right:before { + content: "\f152"; +} + +i.icon.toggle.up:before { + content: "\f151"; +} + +i.icon.translate:before { + content: "\f1ab"; +} + +i.icon.travel:before { + content: "\f0b1"; +} + +i.icon.treatment:before { + content: "\f0f1"; +} + +i.icon.triangle.down:before { + content: "\f0d7"; +} + +i.icon.triangle.left:before { + content: "\f0d9"; +} + +i.icon.triangle.right:before { + content: "\f0da"; +} + +i.icon.triangle.up:before { + content: "\f0d8"; +} + +i.icon.try:before { + content: "\f195"; +} + +i.icon.unhide:before { + content: "\f06e"; +} + +i.icon.unlinkify:before { + content: "\f127"; +} + +i.icon.unmute:before { + content: "\f130"; +} + +i.icon.unordered.list:before { + content: "\f0ca"; +} + +i.icon.usd:before { + content: "\f155"; +} + +i.icon.user.cancel:before { + content: "\f235"; +} + +i.icon.user.close:before { + content: "\f235"; +} + +i.icon.user.delete:before { + content: "\f235"; +} + +i.icon.user.doctor:before { + content: "\f0f0"; +} + +i.icon.user.x:before { + content: "\f235"; +} + +i.icon.vcard:before { + content: "\f2bb"; +} + +i.icon.video.camera:before { + content: "\f03d"; +} + +i.icon.video.play:before { + content: "\f144"; +} + +i.icon.volume.control.phone:before { + content: "\f2a0"; +} + +i.icon.wait:before { + content: "\f017"; +} + +i.icon.warning:before { + content: "\f12a"; +} + +i.icon.warning.circle:before { + content: "\f06a"; +} + +i.icon.warning.sign:before { + content: "\f071"; +} + +i.icon.wi.fi:before { + content: "\f1eb"; +} + +i.icon.winner:before { + content: "\f091"; +} + +i.icon.wizard:before { + content: "\f0d0"; +} + +i.icon.woman:before { + content: "\f221"; +} + +i.icon.won:before { + content: "\f159"; +} + +i.icon.world:before { + content: "\f0ac"; +} + +i.icon.write:before { + content: "\f303"; +} + +i.icon.write.square:before { + content: "\f14b"; +} + +i.icon.x:before { + content: "\f00d"; +} + +i.icon.yen:before { + content: "\f157"; +} + +i.icon.zip:before { + content: "\f187"; +} + +i.icon.zoom:before { + content: "\f00e"; +} + +i.icon.zoom.in:before { + content: "\f00e"; +} + +i.icon.zoom.out:before { + content: "\f010"; +} + +/******************************* + Outline Icons +*******************************/ + +/* Outline Icon */ + +/* Load & Define Icon Font */ + +@font-face { + font-family: 'outline-icons'; + src: url("./themes/default/assets/fonts/outline-icons.eot"); + src: url("./themes/default/assets/fonts/outline-icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/outline-icons.woff2") format('woff2'), url("./themes/default/assets/fonts/outline-icons.woff") format('woff'), url("./themes/default/assets/fonts/outline-icons.ttf") format('truetype'), url("./themes/default/assets/fonts/outline-icons.svg#icons") format('svg'); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none; +} + +i.icon.outline { + font-family: 'outline-icons'; +} + +/* Icons */ + +i.icon.address.book.outline:before { + content: "\f2b9"; +} + +i.icon.address.card.outline:before { + content: "\f2bb"; +} + +i.icon.angry.outline:before { + content: "\f556"; +} + +i.icon.arrow.alternate.circle.down.outline:before { + content: "\f358"; +} + +i.icon.arrow.alternate.circle.left.outline:before { + content: "\f359"; +} + +i.icon.arrow.alternate.circle.right.outline:before { + content: "\f35a"; +} + +i.icon.arrow.alternate.circle.up.outline:before { + content: "\f35b"; +} + +i.icon.bell.outline:before { + content: "\f0f3"; +} + +i.icon.bell.slash.outline:before { + content: "\f1f6"; +} + +i.icon.bookmark.outline:before { + content: "\f02e"; +} + +i.icon.building.outline:before { + content: "\f1ad"; +} + +i.icon.calendar.alternate.outline:before { + content: "\f073"; +} + +i.icon.calendar.check.outline:before { + content: "\f274"; +} + +i.icon.calendar.minus.outline:before { + content: "\f272"; +} + +i.icon.calendar.outline:before { + content: "\f133"; +} + +i.icon.calendar.plus.outline:before { + content: "\f271"; +} + +i.icon.calendar.times.outline:before { + content: "\f273"; +} + +i.icon.caret.square.down.outline:before { + content: "\f150"; +} + +i.icon.caret.square.left.outline:before { + content: "\f191"; +} + +i.icon.caret.square.right.outline:before { + content: "\f152"; +} + +i.icon.caret.square.up.outline:before { + content: "\f151"; +} + +i.icon.chart.bar.outline:before { + content: "\f080"; +} + +i.icon.check.circle.outline:before { + content: "\f058"; +} + +i.icon.check.square.outline:before { + content: "\f14a"; +} + +i.icon.circle.outline:before { + content: "\f111"; +} + +i.icon.clipboard.outline:before { + content: "\f328"; +} + +i.icon.clock.outline:before { + content: "\f017"; +} + +i.icon.clone.outline:before { + content: "\f24d"; +} + +i.icon.closed.captioning.outline:before { + content: "\f20a"; +} + +i.icon.comment.alternate.outline:before { + content: "\f27a"; +} + +i.icon.comment.dots.outline:before { + content: "\f4ad"; +} + +i.icon.comment.outline:before { + content: "\f075"; +} + +i.icon.comments.outline:before { + content: "\f086"; +} + +i.icon.compass.outline:before { + content: "\f14e"; +} + +i.icon.copy.outline:before { + content: "\f0c5"; +} + +i.icon.copyright.outline:before { + content: "\f1f9"; +} + +i.icon.credit.card.outline:before { + content: "\f09d"; +} + +i.icon.dizzy.outline:before { + content: "\f567"; +} + +i.icon.dot.circle.outline:before { + content: "\f192"; +} + +i.icon.edit.outline:before { + content: "\f044"; +} + +i.icon.envelope.open.outline:before { + content: "\f2b6"; +} + +i.icon.envelope.outline:before { + content: "\f0e0"; +} + +i.icon.eye.outline:before { + content: "\f06e"; +} + +i.icon.eye.slash.outline:before { + content: "\f070"; +} + +i.icon.file.alternate.outline:before { + content: "\f15c"; +} + +i.icon.file.archive.outline:before { + content: "\f1c6"; +} + +i.icon.file.audio.outline:before { + content: "\f1c7"; +} + +i.icon.file.code.outline:before { + content: "\f1c9"; +} + +i.icon.file.excel.outline:before { + content: "\f1c3"; +} + +i.icon.file.image.outline:before { + content: "\f1c5"; +} + +i.icon.file.outline:before { + content: "\f15b"; +} + +i.icon.file.pdf.outline:before { + content: "\f1c1"; +} + +i.icon.file.powerpoint.outline:before { + content: "\f1c4"; +} + +i.icon.file.video.outline:before { + content: "\f1c8"; +} + +i.icon.file.word.outline:before { + content: "\f1c2"; +} + +i.icon.flag.outline:before { + content: "\f024"; +} + +i.icon.flushed.outline:before { + content: "\f579"; +} + +i.icon.folder.open.outline:before { + content: "\f07c"; +} + +i.icon.folder.outline:before { + content: "\f07b"; +} + +i.icon.frown.open.outline:before { + content: "\f57a"; +} + +i.icon.frown.outline:before { + content: "\f119"; +} + +i.icon.futbol.outline:before { + content: "\f1e3"; +} + +i.icon.gem.outline:before { + content: "\f3a5"; +} + +i.icon.grimace.outline:before { + content: "\f57f"; +} + +i.icon.grin.alternate.outline:before { + content: "\f581"; +} + +i.icon.grin.beam.outline:before { + content: "\f582"; +} + +i.icon.grin.beam.sweat.outline:before { + content: "\f583"; +} + +i.icon.grin.hearts.outline:before { + content: "\f584"; +} + +i.icon.grin.outline:before { + content: "\f580"; +} + +i.icon.grin.squint.outline:before { + content: "\f585"; +} + +i.icon.grin.squint.tears.outline:before { + content: "\f586"; +} + +i.icon.grin.stars.outline:before { + content: "\f587"; +} + +i.icon.grin.tears.outline:before { + content: "\f588"; +} + +i.icon.grin.tongue.outline:before { + content: "\f589"; +} + +i.icon.grin.tongue.squint.outline:before { + content: "\f58a"; +} + +i.icon.grin.tongue.wink.outline:before { + content: "\f58b"; +} + +i.icon.grin.wink.outline:before { + content: "\f58c"; +} + +i.icon.hand.lizard.outline:before { + content: "\f258"; +} + +i.icon.hand.paper.outline:before { + content: "\f256"; +} + +i.icon.hand.peace.outline:before { + content: "\f25b"; +} + +i.icon.hand.point.down.outline:before { + content: "\f0a7"; +} + +i.icon.hand.point.left.outline:before { + content: "\f0a5"; +} + +i.icon.hand.point.right.outline:before { + content: "\f0a4"; +} + +i.icon.hand.point.up.outline:before { + content: "\f0a6"; +} + +i.icon.hand.pointer.outline:before { + content: "\f25a"; +} + +i.icon.hand.rock.outline:before { + content: "\f255"; +} + +i.icon.hand.scissors.outline:before { + content: "\f257"; +} + +i.icon.hand.spock.outline:before { + content: "\f259"; +} + +i.icon.handshake.outline:before { + content: "\f2b5"; +} + +i.icon.hdd.outline:before { + content: "\f0a0"; +} + +i.icon.heart.outline:before { + content: "\f004"; +} + +i.icon.hospital.outline:before { + content: "\f0f8"; +} + +i.icon.hourglass.outline:before { + content: "\f254"; +} + +i.icon.id.badge.outline:before { + content: "\f2c1"; +} + +i.icon.id.card.outline:before { + content: "\f2c2"; +} + +i.icon.image.outline:before { + content: "\f03e"; +} + +i.icon.images.outline:before { + content: "\f302"; +} + +i.icon.keyboard.outline:before { + content: "\f11c"; +} + +i.icon.kiss.beam.outline:before { + content: "\f597"; +} + +i.icon.kiss.outline:before { + content: "\f596"; +} + +i.icon.kiss.wink.heart.outline:before { + content: "\f598"; +} + +i.icon.laugh.beam.outline:before { + content: "\f59a"; +} + +i.icon.laugh.outline:before { + content: "\f599"; +} + +i.icon.laugh.squint.outline:before { + content: "\f59b"; +} + +i.icon.laugh.wink.outline:before { + content: "\f59c"; +} + +i.icon.lemon.outline:before { + content: "\f094"; +} + +i.icon.life.ring.outline:before { + content: "\f1cd"; +} + +i.icon.lightbulb.outline:before { + content: "\f0eb"; +} + +i.icon.list.alternate.outline:before { + content: "\f022"; +} + +i.icon.map.outline:before { + content: "\f279"; +} + +i.icon.meh.blank.outline:before { + content: "\f5a4"; +} + +i.icon.meh.outline:before { + content: "\f11a"; +} + +i.icon.meh.rolling.eyes.outline:before { + content: "\f5a5"; +} + +i.icon.minus.square.outline:before { + content: "\f146"; +} + +i.icon.money.bill.alternate.outline:before { + content: "\f3d1"; +} + +i.icon.moon.outline:before { + content: "\f186"; +} + +i.icon.newspaper.outline:before { + content: "\f1ea"; +} + +i.icon.object.group.outline:before { + content: "\f247"; +} + +i.icon.object.ungroup.outline:before { + content: "\f248"; +} + +i.icon.paper.plane.outline:before { + content: "\f1d8"; +} + +i.icon.pause.circle.outline:before { + content: "\f28b"; +} + +i.icon.play.circle.outline:before { + content: "\f144"; +} + +i.icon.plus.square.outline:before { + content: "\f0fe"; +} + +i.icon.question.circle.outline:before { + content: "\f059"; +} + +i.icon.registered.outline:before { + content: "\f25d"; +} + +i.icon.sad.cry.outline:before { + content: "\f5b3"; +} + +i.icon.sad.tear.outline:before { + content: "\f5b4"; +} + +i.icon.save.outline:before { + content: "\f0c7"; +} + +i.icon.share.square.outline:before { + content: "\f14d"; +} + +i.icon.smile.beam.outline:before { + content: "\f5b8"; +} + +i.icon.smile.outline:before { + content: "\f118"; +} + +i.icon.smile.wink.outline:before { + content: "\f4da"; +} + +i.icon.snowflake.outline:before { + content: "\f2dc"; +} + +i.icon.square.outline:before { + content: "\f0c8"; +} + +i.icon.star.half.outline:before { + content: "\f089"; +} + +i.icon.star.outline:before { + content: "\f005"; +} + +i.icon.sticky.note.outline:before { + content: "\f249"; +} + +i.icon.stop.circle.outline:before { + content: "\f28d"; +} + +i.icon.sun.outline:before { + content: "\f185"; +} + +i.icon.surprise.outline:before { + content: "\f5c2"; +} + +i.icon.thumbs.down.outline:before { + content: "\f165"; +} + +i.icon.thumbs.up.outline:before { + content: "\f164"; +} + +i.icon.times.circle.outline:before { + content: "\f057"; +} + +i.icon.tired.outline:before { + content: "\f5c8"; +} + +i.icon.trash.alternate.outline:before { + content: "\f2ed"; +} + +i.icon.user.circle.outline:before { + content: "\f2bd"; +} + +i.icon.user.outline:before { + content: "\f007"; +} + +i.icon.window.close.outline:before { + content: "\f410"; +} + +i.icon.window.maximize.outline:before { + content: "\f2d0"; +} + +i.icon.window.minimize.outline:before { + content: "\f2d1"; +} + +i.icon.window.restore.outline:before { + content: "\f2d2"; +} + +/******************************* + Brand Icons +*******************************/ + +/* Load & Define Brand Font */ + +@font-face { + font-family: 'brand-icons'; + src: url("./themes/default/assets/fonts/brand-icons.eot"); + src: url("./themes/default/assets/fonts/brand-icons.eot?#iefix") format('embedded-opentype'), url("./themes/default/assets/fonts/brand-icons.woff2") format('woff2'), url("./themes/default/assets/fonts/brand-icons.woff") format('woff'), url("./themes/default/assets/fonts/brand-icons.ttf") format('truetype'), url("./themes/default/assets/fonts/brand-icons.svg#icons") format('svg'); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none; +} + +/* Icons */ + +i.icon.\35 00px:before { + content: "\f26e"; + font-family: 'brand-icons'; +} + +i.icon.accessible:before { + content: "\f368"; + font-family: 'brand-icons'; +} + +i.icon.accusoft:before { + content: "\f369"; + font-family: 'brand-icons'; +} + +i.icon.acquisitions.incorporated:before { + content: "\f6af"; + font-family: 'brand-icons'; +} + +i.icon.adn:before { + content: "\f170"; + font-family: 'brand-icons'; +} + +i.icon.adobe:before { + content: "\f778"; + font-family: 'brand-icons'; +} + +i.icon.adversal:before { + content: "\f36a"; + font-family: 'brand-icons'; +} + +i.icon.affiliatetheme:before { + content: "\f36b"; + font-family: 'brand-icons'; +} + +i.icon.airbnb:before { + content: "\f834"; + font-family: 'brand-icons'; +} + +i.icon.algolia:before { + content: "\f36c"; + font-family: 'brand-icons'; +} + +i.icon.alipay:before { + content: "\f642"; + font-family: 'brand-icons'; +} + +i.icon.amazon:before { + content: "\f270"; + font-family: 'brand-icons'; +} + +i.icon.amazon.pay:before { + content: "\f42c"; + font-family: 'brand-icons'; +} + +i.icon.amilia:before { + content: "\f36d"; + font-family: 'brand-icons'; +} + +i.icon.android:before { + content: "\f17b"; + font-family: 'brand-icons'; +} + +i.icon.angellist:before { + content: "\f209"; + font-family: 'brand-icons'; +} + +i.icon.angrycreative:before { + content: "\f36e"; + font-family: 'brand-icons'; +} + +i.icon.angular:before { + content: "\f420"; + font-family: 'brand-icons'; +} + +i.icon.app.store:before { + content: "\f36f"; + font-family: 'brand-icons'; +} + +i.icon.app.store.ios:before { + content: "\f370"; + font-family: 'brand-icons'; +} + +i.icon.apper:before { + content: "\f371"; + font-family: 'brand-icons'; +} + +i.icon.apple:before { + content: "\f179"; + font-family: 'brand-icons'; +} + +i.icon.apple.pay:before { + content: "\f415"; + font-family: 'brand-icons'; +} + +i.icon.artstation:before { + content: "\f77a"; + font-family: 'brand-icons'; +} + +i.icon.asymmetrik:before { + content: "\f372"; + font-family: 'brand-icons'; +} + +i.icon.atlassian:before { + content: "\f77b"; + font-family: 'brand-icons'; +} + +i.icon.audible:before { + content: "\f373"; + font-family: 'brand-icons'; +} + +i.icon.autoprefixer:before { + content: "\f41c"; + font-family: 'brand-icons'; +} + +i.icon.avianex:before { + content: "\f374"; + font-family: 'brand-icons'; +} + +i.icon.aviato:before { + content: "\f421"; + font-family: 'brand-icons'; +} + +i.icon.aws:before { + content: "\f375"; + font-family: 'brand-icons'; +} + +i.icon.bandcamp:before { + content: "\f2d5"; + font-family: 'brand-icons'; +} + +i.icon.battle.net:before { + content: "\f835"; + font-family: 'brand-icons'; +} + +i.icon.behance:before { + content: "\f1b4"; + font-family: 'brand-icons'; +} + +i.icon.behance.square:before { + content: "\f1b5"; + font-family: 'brand-icons'; +} + +i.icon.bimobject:before { + content: "\f378"; + font-family: 'brand-icons'; +} + +i.icon.bitbucket:before { + content: "\f171"; + font-family: 'brand-icons'; +} + +i.icon.bitcoin:before { + content: "\f379"; + font-family: 'brand-icons'; +} + +i.icon.bity:before { + content: "\f37a"; + font-family: 'brand-icons'; +} + +i.icon.black.tie:before { + content: "\f27e"; + font-family: 'brand-icons'; +} + +i.icon.blackberry:before { + content: "\f37b"; + font-family: 'brand-icons'; +} + +i.icon.blogger:before { + content: "\f37c"; + font-family: 'brand-icons'; +} + +i.icon.blogger.b:before { + content: "\f37d"; + font-family: 'brand-icons'; +} + +i.icon.bluetooth:before { + content: "\f293"; + font-family: 'brand-icons'; +} + +i.icon.bluetooth.b:before { + content: "\f294"; + font-family: 'brand-icons'; +} + +i.icon.bootstrap:before { + content: "\f836"; + font-family: 'brand-icons'; +} + +i.icon.btc:before { + content: "\f15a"; + font-family: 'brand-icons'; +} + +i.icon.buffer:before { + content: "\f837"; + font-family: 'brand-icons'; +} + +i.icon.buromobelexperte:before { + content: "\f37f"; + font-family: 'brand-icons'; +} + +i.icon.buy.n.large:before { + content: "\f8a6"; + font-family: 'brand-icons'; +} + +i.icon.buysellads:before { + content: "\f20d"; + font-family: 'brand-icons'; +} + +i.icon.canadian.maple.leaf:before { + content: "\f785"; + font-family: 'brand-icons'; +} + +i.icon.cc.amazon.pay:before { + content: "\f42d"; + font-family: 'brand-icons'; +} + +i.icon.cc.amex:before { + content: "\f1f3"; + font-family: 'brand-icons'; +} + +i.icon.cc.apple.pay:before { + content: "\f416"; + font-family: 'brand-icons'; +} + +i.icon.cc.diners.club:before { + content: "\f24c"; + font-family: 'brand-icons'; +} + +i.icon.cc.discover:before { + content: "\f1f2"; + font-family: 'brand-icons'; +} + +i.icon.cc.jcb:before { + content: "\f24b"; + font-family: 'brand-icons'; +} + +i.icon.cc.mastercard:before { + content: "\f1f1"; + font-family: 'brand-icons'; +} + +i.icon.cc.paypal:before { + content: "\f1f4"; + font-family: 'brand-icons'; +} + +i.icon.cc.stripe:before { + content: "\f1f5"; + font-family: 'brand-icons'; +} + +i.icon.cc.visa:before { + content: "\f1f0"; + font-family: 'brand-icons'; +} + +i.icon.centercode:before { + content: "\f380"; + font-family: 'brand-icons'; +} + +i.icon.centos:before { + content: "\f789"; + font-family: 'brand-icons'; +} + +i.icon.chrome:before { + content: "\f268"; + font-family: 'brand-icons'; +} + +i.icon.chromecast:before { + content: "\f838"; + font-family: 'brand-icons'; +} + +i.icon.cloudscale:before { + content: "\f383"; + font-family: 'brand-icons'; +} + +i.icon.cloudsmith:before { + content: "\f384"; + font-family: 'brand-icons'; +} + +i.icon.cloudversify:before { + content: "\f385"; + font-family: 'brand-icons'; +} + +i.icon.codepen:before { + content: "\f1cb"; + font-family: 'brand-icons'; +} + +i.icon.codiepie:before { + content: "\f284"; + font-family: 'brand-icons'; +} + +i.icon.confluence:before { + content: "\f78d"; + font-family: 'brand-icons'; +} + +i.icon.connectdevelop:before { + content: "\f20e"; + font-family: 'brand-icons'; +} + +i.icon.contao:before { + content: "\f26d"; + font-family: 'brand-icons'; +} + +i.icon.cotton.bureau:before { + content: "\f89e"; + font-family: 'brand-icons'; +} + +i.icon.cpanel:before { + content: "\f388"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons:before { + content: "\f25e"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.by:before { + content: "\f4e7"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.nc:before { + content: "\f4e8"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.nc.eu:before { + content: "\f4e9"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.nc.jp:before { + content: "\f4ea"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.nd:before { + content: "\f4eb"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.pd:before { + content: "\f4ec"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.pd.alternate:before { + content: "\f4ed"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.remix:before { + content: "\f4ee"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.sa:before { + content: "\f4ef"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.sampling:before { + content: "\f4f0"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.sampling.plus:before { + content: "\f4f1"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.share:before { + content: "\f4f2"; + font-family: 'brand-icons'; +} + +i.icon.creative.commons.zero:before { + content: "\f4f3"; + font-family: 'brand-icons'; +} + +i.icon.critical.role:before { + content: "\f6c9"; + font-family: 'brand-icons'; +} + +i.icon.css3:before { + content: "\f13c"; + font-family: 'brand-icons'; +} + +i.icon.css3.alternate:before { + content: "\f38b"; + font-family: 'brand-icons'; +} + +i.icon.cuttlefish:before { + content: "\f38c"; + font-family: 'brand-icons'; +} + +i.icon.d.and.d:before { + content: "\f38d"; + font-family: 'brand-icons'; +} + +i.icon.d.and.d.beyond:before { + content: "\f6ca"; + font-family: 'brand-icons'; +} + +i.icon.dashcube:before { + content: "\f210"; + font-family: 'brand-icons'; +} + +i.icon.delicious:before { + content: "\f1a5"; + font-family: 'brand-icons'; +} + +i.icon.deploydog:before { + content: "\f38e"; + font-family: 'brand-icons'; +} + +i.icon.deskpro:before { + content: "\f38f"; + font-family: 'brand-icons'; +} + +i.icon.dev:before { + content: "\f6cc"; + font-family: 'brand-icons'; +} + +i.icon.deviantart:before { + content: "\f1bd"; + font-family: 'brand-icons'; +} + +i.icon.dhl:before { + content: "\f790"; + font-family: 'brand-icons'; +} + +i.icon.diaspora:before { + content: "\f791"; + font-family: 'brand-icons'; +} + +i.icon.digg:before { + content: "\f1a6"; + font-family: 'brand-icons'; +} + +i.icon.digital.ocean:before { + content: "\f391"; + font-family: 'brand-icons'; +} + +i.icon.discord:before { + content: "\f392"; + font-family: 'brand-icons'; +} + +i.icon.discourse:before { + content: "\f393"; + font-family: 'brand-icons'; +} + +i.icon.dochub:before { + content: "\f394"; + font-family: 'brand-icons'; +} + +i.icon.docker:before { + content: "\f395"; + font-family: 'brand-icons'; +} + +i.icon.draft2digital:before { + content: "\f396"; + font-family: 'brand-icons'; +} + +i.icon.dribbble:before { + content: "\f17d"; + font-family: 'brand-icons'; +} + +i.icon.dribbble.square:before { + content: "\f397"; + font-family: 'brand-icons'; +} + +i.icon.dropbox:before { + content: "\f16b"; + font-family: 'brand-icons'; +} + +i.icon.drupal:before { + content: "\f1a9"; + font-family: 'brand-icons'; +} + +i.icon.dyalog:before { + content: "\f399"; + font-family: 'brand-icons'; +} + +i.icon.earlybirds:before { + content: "\f39a"; + font-family: 'brand-icons'; +} + +i.icon.ebay:before { + content: "\f4f4"; + font-family: 'brand-icons'; +} + +i.icon.edge:before { + content: "\f282"; + font-family: 'brand-icons'; +} + +i.icon.elementor:before { + content: "\f430"; + font-family: 'brand-icons'; +} + +i.icon.ello:before { + content: "\f5f1"; + font-family: 'brand-icons'; +} + +i.icon.ember:before { + content: "\f423"; + font-family: 'brand-icons'; +} + +i.icon.empire:before { + content: "\f1d1"; + font-family: 'brand-icons'; +} + +i.icon.envira:before { + content: "\f299"; + font-family: 'brand-icons'; +} + +i.icon.erlang:before { + content: "\f39d"; + font-family: 'brand-icons'; +} + +i.icon.ethereum:before { + content: "\f42e"; + font-family: 'brand-icons'; +} + +i.icon.etsy:before { + content: "\f2d7"; + font-family: 'brand-icons'; +} + +i.icon.evernote:before { + content: "\f839"; + font-family: 'brand-icons'; +} + +i.icon.expeditedssl:before { + content: "\f23e"; + font-family: 'brand-icons'; +} + +i.icon.facebook:before { + content: "\f09a"; + font-family: 'brand-icons'; +} + +i.icon.facebook.f:before { + content: "\f39e"; + font-family: 'brand-icons'; +} + +i.icon.facebook.messenger:before { + content: "\f39f"; + font-family: 'brand-icons'; +} + +i.icon.facebook.square:before { + content: "\f082"; + font-family: 'brand-icons'; +} + +i.icon.fantasy.flight.games:before { + content: "\f6dc"; + font-family: 'brand-icons'; +} + +i.icon.fedex:before { + content: "\f797"; + font-family: 'brand-icons'; +} + +i.icon.fedora:before { + content: "\f798"; + font-family: 'brand-icons'; +} + +i.icon.figma:before { + content: "\f799"; + font-family: 'brand-icons'; +} + +i.icon.firefox:before { + content: "\f269"; + font-family: 'brand-icons'; +} + +i.icon.first.order:before { + content: "\f2b0"; + font-family: 'brand-icons'; +} + +i.icon.first.order.alternate:before { + content: "\f50a"; + font-family: 'brand-icons'; +} + +i.icon.firstdraft:before { + content: "\f3a1"; + font-family: 'brand-icons'; +} + +i.icon.flickr:before { + content: "\f16e"; + font-family: 'brand-icons'; +} + +i.icon.flipboard:before { + content: "\f44d"; + font-family: 'brand-icons'; +} + +i.icon.fly:before { + content: "\f417"; + font-family: 'brand-icons'; +} + +i.icon.font.awesome:before { + content: "\f2b4"; + font-family: 'brand-icons'; +} + +i.icon.font.awesome.alternate:before { + content: "\f35c"; + font-family: 'brand-icons'; +} + +i.icon.font.awesome.flag:before { + content: "\f425"; + font-family: 'brand-icons'; +} + +i.icon.fonticons:before { + content: "\f280"; + font-family: 'brand-icons'; +} + +i.icon.fonticons.fi:before { + content: "\f3a2"; + font-family: 'brand-icons'; +} + +i.icon.fort.awesome:before { + content: "\f286"; + font-family: 'brand-icons'; +} + +i.icon.fort.awesome.alternate:before { + content: "\f3a3"; + font-family: 'brand-icons'; +} + +i.icon.forumbee:before { + content: "\f211"; + font-family: 'brand-icons'; +} + +i.icon.foursquare:before { + content: "\f180"; + font-family: 'brand-icons'; +} + +i.icon.free.code.camp:before { + content: "\f2c5"; + font-family: 'brand-icons'; +} + +i.icon.freebsd:before { + content: "\f3a4"; + font-family: 'brand-icons'; +} + +i.icon.fulcrum:before { + content: "\f50b"; + font-family: 'brand-icons'; +} + +i.icon.galactic.republic:before { + content: "\f50c"; + font-family: 'brand-icons'; +} + +i.icon.galactic.senate:before { + content: "\f50d"; + font-family: 'brand-icons'; +} + +i.icon.get.pocket:before { + content: "\f265"; + font-family: 'brand-icons'; +} + +i.icon.gg:before { + content: "\f260"; + font-family: 'brand-icons'; +} + +i.icon.gg.circle:before { + content: "\f261"; + font-family: 'brand-icons'; +} + +i.icon.git:before { + content: "\f1d3"; + font-family: 'brand-icons'; +} + +i.icon.git.alternate:before { + content: "\f841"; + font-family: 'brand-icons'; +} + +i.icon.git.square:before { + content: "\f1d2"; + font-family: 'brand-icons'; +} + +i.icon.github:before { + content: "\f09b"; + font-family: 'brand-icons'; +} + +i.icon.github.alternate:before { + content: "\f113"; + font-family: 'brand-icons'; +} + +i.icon.github.square:before { + content: "\f092"; + font-family: 'brand-icons'; +} + +i.icon.gitkraken:before { + content: "\f3a6"; + font-family: 'brand-icons'; +} + +i.icon.gitlab:before { + content: "\f296"; + font-family: 'brand-icons'; +} + +i.icon.gitter:before { + content: "\f426"; + font-family: 'brand-icons'; +} + +i.icon.glide:before { + content: "\f2a5"; + font-family: 'brand-icons'; +} + +i.icon.glide.g:before { + content: "\f2a6"; + font-family: 'brand-icons'; +} + +i.icon.gofore:before { + content: "\f3a7"; + font-family: 'brand-icons'; +} + +i.icon.goodreads:before { + content: "\f3a8"; + font-family: 'brand-icons'; +} + +i.icon.goodreads.g:before { + content: "\f3a9"; + font-family: 'brand-icons'; +} + +i.icon.google:before { + content: "\f1a0"; + font-family: 'brand-icons'; +} + +i.icon.google.drive:before { + content: "\f3aa"; + font-family: 'brand-icons'; +} + +i.icon.google.play:before { + content: "\f3ab"; + font-family: 'brand-icons'; +} + +i.icon.google.plus:before { + content: "\f2b3"; + font-family: 'brand-icons'; +} + +i.icon.google.plus.g:before { + content: "\f0d5"; + font-family: 'brand-icons'; +} + +i.icon.google.plus.square:before { + content: "\f0d4"; + font-family: 'brand-icons'; +} + +i.icon.google.wallet:before { + content: "\f1ee"; + font-family: 'brand-icons'; +} + +i.icon.gratipay:before { + content: "\f184"; + font-family: 'brand-icons'; +} + +i.icon.grav:before { + content: "\f2d6"; + font-family: 'brand-icons'; +} + +i.icon.gripfire:before { + content: "\f3ac"; + font-family: 'brand-icons'; +} + +i.icon.grunt:before { + content: "\f3ad"; + font-family: 'brand-icons'; +} + +i.icon.gulp:before { + content: "\f3ae"; + font-family: 'brand-icons'; +} + +i.icon.hacker.news:before { + content: "\f1d4"; + font-family: 'brand-icons'; +} + +i.icon.hacker.news.square:before { + content: "\f3af"; + font-family: 'brand-icons'; +} + +i.icon.hackerrank:before { + content: "\f5f7"; + font-family: 'brand-icons'; +} + +i.icon.hips:before { + content: "\f452"; + font-family: 'brand-icons'; +} + +i.icon.hire.a.helper:before { + content: "\f3b0"; + font-family: 'brand-icons'; +} + +i.icon.hooli:before { + content: "\f427"; + font-family: 'brand-icons'; +} + +i.icon.hornbill:before { + content: "\f592"; + font-family: 'brand-icons'; +} + +i.icon.hotjar:before { + content: "\f3b1"; + font-family: 'brand-icons'; +} + +i.icon.houzz:before { + content: "\f27c"; + font-family: 'brand-icons'; +} + +i.icon.html5:before { + content: "\f13b"; + font-family: 'brand-icons'; +} + +i.icon.hubspot:before { + content: "\f3b2"; + font-family: 'brand-icons'; +} + +i.icon.imdb:before { + content: "\f2d8"; + font-family: 'brand-icons'; +} + +i.icon.instagram:before { + content: "\f16d"; + font-family: 'brand-icons'; +} + +i.icon.intercom:before { + content: "\f7af"; + font-family: 'brand-icons'; +} + +i.icon.internet.explorer:before { + content: "\f26b"; + font-family: 'brand-icons'; +} + +i.icon.invision:before { + content: "\f7b0"; + font-family: 'brand-icons'; +} + +i.icon.ioxhost:before { + content: "\f208"; + font-family: 'brand-icons'; +} + +i.icon.itch.io:before { + content: "\f83a"; + font-family: 'brand-icons'; +} + +i.icon.itunes:before { + content: "\f3b4"; + font-family: 'brand-icons'; +} + +i.icon.itunes.note:before { + content: "\f3b5"; + font-family: 'brand-icons'; +} + +i.icon.java:before { + content: "\f4e4"; + font-family: 'brand-icons'; +} + +i.icon.jedi.order:before { + content: "\f50e"; + font-family: 'brand-icons'; +} + +i.icon.jenkins:before { + content: "\f3b6"; + font-family: 'brand-icons'; +} + +i.icon.jira:before { + content: "\f7b1"; + font-family: 'brand-icons'; +} + +i.icon.joget:before { + content: "\f3b7"; + font-family: 'brand-icons'; +} + +i.icon.joomla:before { + content: "\f1aa"; + font-family: 'brand-icons'; +} + +i.icon.js:before { + content: "\f3b8"; + font-family: 'brand-icons'; +} + +i.icon.js.square:before { + content: "\f3b9"; + font-family: 'brand-icons'; +} + +i.icon.jsfiddle:before { + content: "\f1cc"; + font-family: 'brand-icons'; +} + +i.icon.kaggle:before { + content: "\f5fa"; + font-family: 'brand-icons'; +} + +i.icon.keybase:before { + content: "\f4f5"; + font-family: 'brand-icons'; +} + +i.icon.keycdn:before { + content: "\f3ba"; + font-family: 'brand-icons'; +} + +i.icon.kickstarter:before { + content: "\f3bb"; + font-family: 'brand-icons'; +} + +i.icon.kickstarter.k:before { + content: "\f3bc"; + font-family: 'brand-icons'; +} + +i.icon.korvue:before { + content: "\f42f"; + font-family: 'brand-icons'; +} + +i.icon.laravel:before { + content: "\f3bd"; + font-family: 'brand-icons'; +} + +i.icon.lastfm:before { + content: "\f202"; + font-family: 'brand-icons'; +} + +i.icon.lastfm.square:before { + content: "\f203"; + font-family: 'brand-icons'; +} + +i.icon.leanpub:before { + content: "\f212"; + font-family: 'brand-icons'; +} + +i.icon.lesscss:before { + content: "\f41d"; + font-family: 'brand-icons'; +} + +i.icon.linechat:before { + content: "\f3c0"; + font-family: 'brand-icons'; +} + +i.icon.linkedin:before { + content: "\f08c"; + font-family: 'brand-icons'; +} + +i.icon.linkedin.in:before { + content: "\f0e1"; + font-family: 'brand-icons'; +} + +i.icon.linode:before { + content: "\f2b8"; + font-family: 'brand-icons'; +} + +i.icon.linux:before { + content: "\f17c"; + font-family: 'brand-icons'; +} + +i.icon.lyft:before { + content: "\f3c3"; + font-family: 'brand-icons'; +} + +i.icon.magento:before { + content: "\f3c4"; + font-family: 'brand-icons'; +} + +i.icon.mailchimp:before { + content: "\f59e"; + font-family: 'brand-icons'; +} + +i.icon.mandalorian:before { + content: "\f50f"; + font-family: 'brand-icons'; +} + +i.icon.markdown:before { + content: "\f60f"; + font-family: 'brand-icons'; +} + +i.icon.mastodon:before { + content: "\f4f6"; + font-family: 'brand-icons'; +} + +i.icon.maxcdn:before { + content: "\f136"; + font-family: 'brand-icons'; +} + +i.icon.mdb:before { + content: "\f8ca"; + font-family: 'brand-icons'; +} + +i.icon.medapps:before { + content: "\f3c6"; + font-family: 'brand-icons'; +} + +i.icon.medium:before { + content: "\f23a"; + font-family: 'brand-icons'; +} + +i.icon.medium.m:before { + content: "\f3c7"; + font-family: 'brand-icons'; +} + +i.icon.medrt:before { + content: "\f3c8"; + font-family: 'brand-icons'; +} + +i.icon.meetup:before { + content: "\f2e0"; + font-family: 'brand-icons'; +} + +i.icon.megaport:before { + content: "\f5a3"; + font-family: 'brand-icons'; +} + +i.icon.mendeley:before { + content: "\f7b3"; + font-family: 'brand-icons'; +} + +i.icon.microsoft:before { + content: "\f3ca"; + font-family: 'brand-icons'; +} + +i.icon.mix:before { + content: "\f3cb"; + font-family: 'brand-icons'; +} + +i.icon.mixcloud:before { + content: "\f289"; + font-family: 'brand-icons'; +} + +i.icon.mizuni:before { + content: "\f3cc"; + font-family: 'brand-icons'; +} + +i.icon.modx:before { + content: "\f285"; + font-family: 'brand-icons'; +} + +i.icon.monero:before { + content: "\f3d0"; + font-family: 'brand-icons'; +} + +i.icon.napster:before { + content: "\f3d2"; + font-family: 'brand-icons'; +} + +i.icon.neos:before { + content: "\f612"; + font-family: 'brand-icons'; +} + +i.icon.nimblr:before { + content: "\f5a8"; + font-family: 'brand-icons'; +} + +i.icon.node:before { + content: "\f419"; + font-family: 'brand-icons'; +} + +i.icon.node.js:before { + content: "\f3d3"; + font-family: 'brand-icons'; +} + +i.icon.npm:before { + content: "\f3d4"; + font-family: 'brand-icons'; +} + +i.icon.ns8:before { + content: "\f3d5"; + font-family: 'brand-icons'; +} + +i.icon.nutritionix:before { + content: "\f3d6"; + font-family: 'brand-icons'; +} + +i.icon.odnoklassniki:before { + content: "\f263"; + font-family: 'brand-icons'; +} + +i.icon.odnoklassniki.square:before { + content: "\f264"; + font-family: 'brand-icons'; +} + +i.icon.old.republic:before { + content: "\f510"; + font-family: 'brand-icons'; +} + +i.icon.opencart:before { + content: "\f23d"; + font-family: 'brand-icons'; +} + +i.icon.openid:before { + content: "\f19b"; + font-family: 'brand-icons'; +} + +i.icon.opera:before { + content: "\f26a"; + font-family: 'brand-icons'; +} + +i.icon.optin.monster:before { + content: "\f23c"; + font-family: 'brand-icons'; +} + +i.icon.orcid:before { + content: "\f8d2"; + font-family: 'brand-icons'; +} + +i.icon.osi:before { + content: "\f41a"; + font-family: 'brand-icons'; +} + +i.icon.page4:before { + content: "\f3d7"; + font-family: 'brand-icons'; +} + +i.icon.pagelines:before { + content: "\f18c"; + font-family: 'brand-icons'; +} + +i.icon.palfed:before { + content: "\f3d8"; + font-family: 'brand-icons'; +} + +i.icon.patreon:before { + content: "\f3d9"; + font-family: 'brand-icons'; +} + +i.icon.paypal:before { + content: "\f1ed"; + font-family: 'brand-icons'; +} + +i.icon.penny.arcade:before { + content: "\f704"; + font-family: 'brand-icons'; +} + +i.icon.periscope:before { + content: "\f3da"; + font-family: 'brand-icons'; +} + +i.icon.phabricator:before { + content: "\f3db"; + font-family: 'brand-icons'; +} + +i.icon.phoenix.framework:before { + content: "\f3dc"; + font-family: 'brand-icons'; +} + +i.icon.phoenix.squadron:before { + content: "\f511"; + font-family: 'brand-icons'; +} + +i.icon.php:before { + content: "\f457"; + font-family: 'brand-icons'; +} + +i.icon.pied.piper:before { + content: "\f2ae"; + font-family: 'brand-icons'; +} + +i.icon.pied.piper.alternate:before { + content: "\f1a8"; + font-family: 'brand-icons'; +} + +i.icon.pied.piper.hat:before { + content: "\f4e5"; + font-family: 'brand-icons'; +} + +i.icon.pied.piper.pp:before { + content: "\f1a7"; + font-family: 'brand-icons'; +} + +i.icon.pinterest:before { + content: "\f0d2"; + font-family: 'brand-icons'; +} + +i.icon.pinterest.p:before { + content: "\f231"; + font-family: 'brand-icons'; +} + +i.icon.pinterest.square:before { + content: "\f0d3"; + font-family: 'brand-icons'; +} + +i.icon.playstation:before { + content: "\f3df"; + font-family: 'brand-icons'; +} + +i.icon.product.hunt:before { + content: "\f288"; + font-family: 'brand-icons'; +} + +i.icon.pushed:before { + content: "\f3e1"; + font-family: 'brand-icons'; +} + +i.icon.python:before { + content: "\f3e2"; + font-family: 'brand-icons'; +} + +i.icon.qq:before { + content: "\f1d6"; + font-family: 'brand-icons'; +} + +i.icon.quinscape:before { + content: "\f459"; + font-family: 'brand-icons'; +} + +i.icon.quora:before { + content: "\f2c4"; + font-family: 'brand-icons'; +} + +i.icon.r.project:before { + content: "\f4f7"; + font-family: 'brand-icons'; +} + +i.icon.raspberry.pi:before { + content: "\f7bb"; + font-family: 'brand-icons'; +} + +i.icon.ravelry:before { + content: "\f2d9"; + font-family: 'brand-icons'; +} + +i.icon.react:before { + content: "\f41b"; + font-family: 'brand-icons'; +} + +i.icon.reacteurope:before { + content: "\f75d"; + font-family: 'brand-icons'; +} + +i.icon.readme:before { + content: "\f4d5"; + font-family: 'brand-icons'; +} + +i.icon.rebel:before { + content: "\f1d0"; + font-family: 'brand-icons'; +} + +i.icon.reddit:before { + content: "\f1a1"; + font-family: 'brand-icons'; +} + +i.icon.reddit.alien:before { + content: "\f281"; + font-family: 'brand-icons'; +} + +i.icon.reddit.square:before { + content: "\f1a2"; + font-family: 'brand-icons'; +} + +i.icon.redhat:before { + content: "\f7bc"; + font-family: 'brand-icons'; +} + +i.icon.redriver:before { + content: "\f3e3"; + font-family: 'brand-icons'; +} + +i.icon.redyeti:before { + content: "\f69d"; + font-family: 'brand-icons'; +} + +i.icon.renren:before { + content: "\f18b"; + font-family: 'brand-icons'; +} + +i.icon.replyd:before { + content: "\f3e6"; + font-family: 'brand-icons'; +} + +i.icon.researchgate:before { + content: "\f4f8"; + font-family: 'brand-icons'; +} + +i.icon.resolving:before { + content: "\f3e7"; + font-family: 'brand-icons'; +} + +i.icon.rev:before { + content: "\f5b2"; + font-family: 'brand-icons'; +} + +i.icon.rocketchat:before { + content: "\f3e8"; + font-family: 'brand-icons'; +} + +i.icon.rockrms:before { + content: "\f3e9"; + font-family: 'brand-icons'; +} + +i.icon.safari:before { + content: "\f267"; + font-family: 'brand-icons'; +} + +i.icon.salesforce:before { + content: "\f83b"; + font-family: 'brand-icons'; +} + +i.icon.sass:before { + content: "\f41e"; + font-family: 'brand-icons'; +} + +i.icon.schlix:before { + content: "\f3ea"; + font-family: 'brand-icons'; +} + +i.icon.scribd:before { + content: "\f28a"; + font-family: 'brand-icons'; +} + +i.icon.searchengin:before { + content: "\f3eb"; + font-family: 'brand-icons'; +} + +i.icon.sellcast:before { + content: "\f2da"; + font-family: 'brand-icons'; +} + +i.icon.sellsy:before { + content: "\f213"; + font-family: 'brand-icons'; +} + +i.icon.servicestack:before { + content: "\f3ec"; + font-family: 'brand-icons'; +} + +i.icon.shirtsinbulk:before { + content: "\f214"; + font-family: 'brand-icons'; +} + +i.icon.shopware:before { + content: "\f5b5"; + font-family: 'brand-icons'; +} + +i.icon.simplybuilt:before { + content: "\f215"; + font-family: 'brand-icons'; +} + +i.icon.sistrix:before { + content: "\f3ee"; + font-family: 'brand-icons'; +} + +i.icon.sith:before { + content: "\f512"; + font-family: 'brand-icons'; +} + +i.icon.sketch:before { + content: "\f7c6"; + font-family: 'brand-icons'; +} + +i.icon.skyatlas:before { + content: "\f216"; + font-family: 'brand-icons'; +} + +i.icon.skype:before { + content: "\f17e"; + font-family: 'brand-icons'; +} + +i.icon.slack:before { + content: "\f198"; + font-family: 'brand-icons'; +} + +i.icon.slack.hash:before { + content: "\f3ef"; + font-family: 'brand-icons'; +} + +i.icon.slideshare:before { + content: "\f1e7"; + font-family: 'brand-icons'; +} + +i.icon.snapchat:before { + content: "\f2ab"; + font-family: 'brand-icons'; +} + +i.icon.snapchat.ghost:before { + content: "\f2ac"; + font-family: 'brand-icons'; +} + +i.icon.snapchat.square:before { + content: "\f2ad"; + font-family: 'brand-icons'; +} + +i.icon.soundcloud:before { + content: "\f1be"; + font-family: 'brand-icons'; +} + +i.icon.sourcetree:before { + content: "\f7d3"; + font-family: 'brand-icons'; +} + +i.icon.speakap:before { + content: "\f3f3"; + font-family: 'brand-icons'; +} + +i.icon.speaker.deck:before { + content: "\f83c"; + font-family: 'brand-icons'; +} + +i.icon.spotify:before { + content: "\f1bc"; + font-family: 'brand-icons'; +} + +i.icon.squarespace:before { + content: "\f5be"; + font-family: 'brand-icons'; +} + +i.icon.stack.exchange:before { + content: "\f18d"; + font-family: 'brand-icons'; +} + +i.icon.stack.overflow:before { + content: "\f16c"; + font-family: 'brand-icons'; +} + +i.icon.stackpath:before { + content: "\f842"; + font-family: 'brand-icons'; +} + +i.icon.staylinked:before { + content: "\f3f5"; + font-family: 'brand-icons'; +} + +i.icon.steam:before { + content: "\f1b6"; + font-family: 'brand-icons'; +} + +i.icon.steam.square:before { + content: "\f1b7"; + font-family: 'brand-icons'; +} + +i.icon.steam.symbol:before { + content: "\f3f6"; + font-family: 'brand-icons'; +} + +i.icon.sticker.mule:before { + content: "\f3f7"; + font-family: 'brand-icons'; +} + +i.icon.strava:before { + content: "\f428"; + font-family: 'brand-icons'; +} + +i.icon.stripe:before { + content: "\f429"; + font-family: 'brand-icons'; +} + +i.icon.stripe.s:before { + content: "\f42a"; + font-family: 'brand-icons'; +} + +i.icon.studiovinari:before { + content: "\f3f8"; + font-family: 'brand-icons'; +} + +i.icon.stumbleupon:before { + content: "\f1a4"; + font-family: 'brand-icons'; +} + +i.icon.stumbleupon.circle:before { + content: "\f1a3"; + font-family: 'brand-icons'; +} + +i.icon.superpowers:before { + content: "\f2dd"; + font-family: 'brand-icons'; +} + +i.icon.supple:before { + content: "\f3f9"; + font-family: 'brand-icons'; +} + +i.icon.suse:before { + content: "\f7d6"; + font-family: 'brand-icons'; +} + +i.icon.swift:before { + content: "\f8e1"; + font-family: 'brand-icons'; +} + +i.icon.symfony:before { + content: "\f83d"; + font-family: 'brand-icons'; +} + +i.icon.teamspeak:before { + content: "\f4f9"; + font-family: 'brand-icons'; +} + +i.icon.telegram:before { + content: "\f2c6"; + font-family: 'brand-icons'; +} + +i.icon.telegram.plane:before { + content: "\f3fe"; + font-family: 'brand-icons'; +} + +i.icon.tencent.weibo:before { + content: "\f1d5"; + font-family: 'brand-icons'; +} + +i.icon.themeco:before { + content: "\f5c6"; + font-family: 'brand-icons'; +} + +i.icon.themeisle:before { + content: "\f2b2"; + font-family: 'brand-icons'; +} + +i.icon.think.peaks:before { + content: "\f731"; + font-family: 'brand-icons'; +} + +i.icon.trade.federation:before { + content: "\f513"; + font-family: 'brand-icons'; +} + +i.icon.trello:before { + content: "\f181"; + font-family: 'brand-icons'; +} + +i.icon.tripadvisor:before { + content: "\f262"; + font-family: 'brand-icons'; +} + +i.icon.tumblr:before { + content: "\f173"; + font-family: 'brand-icons'; +} + +i.icon.tumblr.square:before { + content: "\f174"; + font-family: 'brand-icons'; +} + +i.icon.twitch:before { + content: "\f1e8"; + font-family: 'brand-icons'; +} + +i.icon.twitter:before { + content: "\f099"; + font-family: 'brand-icons'; +} + +i.icon.twitter.square:before { + content: "\f081"; + font-family: 'brand-icons'; +} + +i.icon.typo3:before { + content: "\f42b"; + font-family: 'brand-icons'; +} + +i.icon.uber:before { + content: "\f402"; + font-family: 'brand-icons'; +} + +i.icon.ubuntu:before { + content: "\f7df"; + font-family: 'brand-icons'; +} + +i.icon.uikit:before { + content: "\f403"; + font-family: 'brand-icons'; +} + +i.icon.umbraco:before { + content: "\f8e8"; + font-family: 'brand-icons'; +} + +i.icon.uniregistry:before { + content: "\f404"; + font-family: 'brand-icons'; +} + +i.icon.untappd:before { + content: "\f405"; + font-family: 'brand-icons'; +} + +i.icon.ups:before { + content: "\f7e0"; + font-family: 'brand-icons'; +} + +i.icon.usb:before { + content: "\f287"; + font-family: 'brand-icons'; +} + +i.icon.usps:before { + content: "\f7e1"; + font-family: 'brand-icons'; +} + +i.icon.ussunnah:before { + content: "\f407"; + font-family: 'brand-icons'; +} + +i.icon.vaadin:before { + content: "\f408"; + font-family: 'brand-icons'; +} + +i.icon.viacoin:before { + content: "\f237"; + font-family: 'brand-icons'; +} + +i.icon.viadeo:before { + content: "\f2a9"; + font-family: 'brand-icons'; +} + +i.icon.viadeo.square:before { + content: "\f2aa"; + font-family: 'brand-icons'; +} + +i.icon.viber:before { + content: "\f409"; + font-family: 'brand-icons'; +} + +i.icon.vimeo:before { + content: "\f40a"; + font-family: 'brand-icons'; +} + +i.icon.vimeo.square:before { + content: "\f194"; + font-family: 'brand-icons'; +} + +i.icon.vimeo.v:before { + content: "\f27d"; + font-family: 'brand-icons'; +} + +i.icon.vine:before { + content: "\f1ca"; + font-family: 'brand-icons'; +} + +i.icon.vk:before { + content: "\f189"; + font-family: 'brand-icons'; +} + +i.icon.vnv:before { + content: "\f40b"; + font-family: 'brand-icons'; +} + +i.icon.vuejs:before { + content: "\f41f"; + font-family: 'brand-icons'; +} + +i.icon.waze:before { + content: "\f83f"; + font-family: 'brand-icons'; +} + +i.icon.weebly:before { + content: "\f5cc"; + font-family: 'brand-icons'; +} + +i.icon.weibo:before { + content: "\f18a"; + font-family: 'brand-icons'; +} + +i.icon.weixin:before { + content: "\f1d7"; + font-family: 'brand-icons'; +} + +i.icon.whatsapp:before { + content: "\f232"; + font-family: 'brand-icons'; +} + +i.icon.whatsapp.square:before { + content: "\f40c"; + font-family: 'brand-icons'; +} + +i.icon.whmcs:before { + content: "\f40d"; + font-family: 'brand-icons'; +} + +i.icon.wikipedia.w:before { + content: "\f266"; + font-family: 'brand-icons'; +} + +i.icon.windows:before { + content: "\f17a"; + font-family: 'brand-icons'; +} + +i.icon.wix:before { + content: "\f5cf"; + font-family: 'brand-icons'; +} + +i.icon.wizards.of.the.coast:before { + content: "\f730"; + font-family: 'brand-icons'; +} + +i.icon.wolf.pack.battalion:before { + content: "\f514"; + font-family: 'brand-icons'; +} + +i.icon.wordpress:before { + content: "\f19a"; + font-family: 'brand-icons'; +} + +i.icon.wordpress.simple:before { + content: "\f411"; + font-family: 'brand-icons'; +} + +i.icon.wpbeginner:before { + content: "\f297"; + font-family: 'brand-icons'; +} + +i.icon.wpexplorer:before { + content: "\f2de"; + font-family: 'brand-icons'; +} + +i.icon.wpforms:before { + content: "\f298"; + font-family: 'brand-icons'; +} + +i.icon.wpressr:before { + content: "\f3e4"; + font-family: 'brand-icons'; +} + +i.icon.xbox:before { + content: "\f412"; + font-family: 'brand-icons'; +} + +i.icon.xing:before { + content: "\f168"; + font-family: 'brand-icons'; +} + +i.icon.xing.square:before { + content: "\f169"; + font-family: 'brand-icons'; +} + +i.icon.y.combinator:before { + content: "\f23b"; + font-family: 'brand-icons'; +} + +i.icon.yahoo:before { + content: "\f19e"; + font-family: 'brand-icons'; +} + +i.icon.yammer:before { + content: "\f840"; + font-family: 'brand-icons'; +} + +i.icon.yandex:before { + content: "\f413"; + font-family: 'brand-icons'; +} + +i.icon.yandex.international:before { + content: "\f414"; + font-family: 'brand-icons'; +} + +i.icon.yarn:before { + content: "\f7e3"; + font-family: 'brand-icons'; +} + +i.icon.yelp:before { + content: "\f1e9"; + font-family: 'brand-icons'; +} + +i.icon.yoast:before { + content: "\f2b1"; + font-family: 'brand-icons'; +} + +i.icon.youtube:before { + content: "\f167"; + font-family: 'brand-icons'; +} + +i.icon.youtube.square:before { + content: "\f431"; + font-family: 'brand-icons'; +} + +i.icon.zhihu:before { + content: "\f63f"; + font-family: 'brand-icons'; +} + +/* Aliases */ + +i.icon.american.express:before { + content: "\f1f3"; + font-family: 'brand-icons'; +} + +i.icon.american.express.card:before { + content: "\f1f3"; + font-family: 'brand-icons'; +} + +i.icon.amex:before { + content: "\f1f3"; + font-family: 'brand-icons'; +} + +i.icon.bitbucket.square:before { + content: "\f171"; + font-family: 'brand-icons'; +} + +i.icon.bluetooth.alternative:before { + content: "\f294"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.amazon.pay:before { + content: "\f42d"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.american.express:before { + content: "\f1f3"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.diners.club:before { + content: "\f24c"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.discover:before { + content: "\f1f2"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.jcb:before { + content: "\f24b"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.mastercard:before { + content: "\f1f1"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.paypal:before { + content: "\f1f4"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.stripe:before { + content: "\f1f5"; + font-family: 'brand-icons'; +} + +i.icon.credit.card.visa:before { + content: "\f1f0"; + font-family: 'brand-icons'; +} + +i.icon.diners.club:before { + content: "\f24c"; + font-family: 'brand-icons'; +} + +i.icon.diners.club.card:before { + content: "\f24c"; + font-family: 'brand-icons'; +} + +i.icon.discover:before { + content: "\f1f2"; + font-family: 'brand-icons'; +} + +i.icon.discover.card:before { + content: "\f1f2"; + font-family: 'brand-icons'; +} + +i.icon.disk.outline:before { + content: "\f369"; + font-family: 'brand-icons'; +} + +i.icon.dribble:before { + content: "\f17d"; + font-family: 'brand-icons'; +} + +i.icon.eercast:before { + content: "\f2da"; + font-family: 'brand-icons'; +} + +i.icon.envira.gallery:before { + content: "\f299"; + font-family: 'brand-icons'; +} + +i.icon.fa:before { + content: "\f2b4"; + font-family: 'brand-icons'; +} + +i.icon.facebook.official:before { + content: "\f082"; + font-family: 'brand-icons'; +} + +i.icon.five.hundred.pixels:before { + content: "\f26e"; + font-family: 'brand-icons'; +} + +i.icon.gittip:before { + content: "\f184"; + font-family: 'brand-icons'; +} + +i.icon.google.plus.circle:before { + content: "\f2b3"; + font-family: 'brand-icons'; +} + +i.icon.google.plus.official:before { + content: "\f2b3"; + font-family: 'brand-icons'; +} + +i.icon.japan.credit.bureau:before { + content: "\f24b"; + font-family: 'brand-icons'; +} + +i.icon.japan.credit.bureau.card:before { + content: "\f24b"; + font-family: 'brand-icons'; +} + +i.icon.jcb:before { + content: "\f24b"; + font-family: 'brand-icons'; +} + +i.icon.linkedin.square:before { + content: "\f08c"; + font-family: 'brand-icons'; +} + +i.icon.mastercard:before { + content: "\f1f1"; + font-family: 'brand-icons'; +} + +i.icon.mastercard.card:before { + content: "\f1f1"; + font-family: 'brand-icons'; +} + +i.icon.microsoft.edge:before { + content: "\f282"; + font-family: 'brand-icons'; +} + +i.icon.ms.edge:before { + content: "\f282"; + font-family: 'brand-icons'; +} + +i.icon.new.pied.piper:before { + content: "\f2ae"; + font-family: 'brand-icons'; +} + +i.icon.optinmonster:before { + content: "\f23c"; + font-family: 'brand-icons'; +} + +i.icon.paypal.card:before { + content: "\f1f4"; + font-family: 'brand-icons'; +} + +i.icon.pied.piper.hat:before { + content: "\f2ae"; + font-family: 'brand-icons'; +} + +i.icon.pocket:before { + content: "\f265"; + font-family: 'brand-icons'; +} + +i.icon.stripe.card:before { + content: "\f1f5"; + font-family: 'brand-icons'; +} + +i.icon.theme.isle:before { + content: "\f2b2"; + font-family: 'brand-icons'; +} + +i.icon.visa:before { + content: "\f1f0"; + font-family: 'brand-icons'; +} + +i.icon.visa.card:before { + content: "\f1f0"; + font-family: 'brand-icons'; +} + +i.icon.wechat:before { + content: "\f1d7"; + font-family: 'brand-icons'; +} + +i.icon.wikipedia:before { + content: "\f266"; + font-family: 'brand-icons'; +} + +i.icon.wordpress.beginner:before { + content: "\f297"; + font-family: 'brand-icons'; +} + +i.icon.wordpress.forms:before { + content: "\f298"; + font-family: 'brand-icons'; +} + +i.icon.yc:before { + content: "\f23b"; + font-family: 'brand-icons'; +} + +i.icon.ycombinator:before { + content: "\f23b"; + font-family: 'brand-icons'; +} + +i.icon.youtube.play:before { + content: "\f167"; + font-family: 'brand-icons'; +} + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Image + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Image +*******************************/ + +.ui.image { + position: relative; + display: inline-block; + vertical-align: middle; + max-width: 100%; + background-color: transparent; +} + +img.ui.image { + display: block; +} + +.ui.image svg, +.ui.image img { + display: block; + max-width: 100%; + height: auto; +} + +/******************************* + States +*******************************/ + +.ui.hidden.images, +.ui.ui.hidden.image { + display: none; +} + +.ui.hidden.transition.images, +.ui.hidden.transition.image { + display: block; + visibility: hidden; +} + +.ui.images > .hidden.transition { + display: inline-block; + visibility: hidden; +} + +.ui.disabled.images, +.ui.disabled.image { + cursor: default; + opacity: 0.45; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Inline + ---------------*/ + +.ui.inline.image, +.ui.inline.image svg, +.ui.inline.image img { + display: inline-block; +} + +/*------------------ + Vertical Aligned + -------------------*/ + +.ui.top.aligned.images .image, +.ui.top.aligned.image, +.ui.top.aligned.image svg, +.ui.top.aligned.image img { + display: inline-block; + vertical-align: top; +} + +.ui.middle.aligned.images .image, +.ui.middle.aligned.image, +.ui.middle.aligned.image svg, +.ui.middle.aligned.image img { + display: inline-block; + vertical-align: middle; +} + +.ui.bottom.aligned.images .image, +.ui.bottom.aligned.image, +.ui.bottom.aligned.image svg, +.ui.bottom.aligned.image img { + display: inline-block; + vertical-align: bottom; +} + +/*-------------- + Rounded + ---------------*/ + +.ui.rounded.images .image, +.ui.rounded.image, +.ui.rounded.images .image > *, +.ui.rounded.image > * { + border-radius: 0.3125em; +} + +/*-------------- + Bordered + ---------------*/ + +.ui.bordered.images .image, +.ui.bordered.images img, +.ui.bordered.images svg, +.ui.bordered.image img, +.ui.bordered.image svg, +img.ui.bordered.image { + border: 1px solid rgba(0, 0, 0, 0.1); +} + +/*-------------- + Circular + ---------------*/ + +.ui.circular.images, +.ui.circular.image { + overflow: hidden; +} + +.ui.circular.images .image, +.ui.circular.image, +.ui.circular.images .image > *, +.ui.circular.image > * { + border-radius: 500rem; +} + +/*-------------- + Fluid + ---------------*/ + +.ui.fluid.images, +.ui.fluid.image, +.ui.fluid.images img, +.ui.fluid.images svg, +.ui.fluid.image svg, +.ui.fluid.image img { + display: block; + width: 100%; + height: auto; +} + +/*-------------- + Avatar + ---------------*/ + +.ui.avatar.images .image, +.ui.avatar.images img, +.ui.avatar.images svg, +.ui.avatar.image img, +.ui.avatar.image svg, +.ui.avatar.image { + margin-right: 0.25em; + display: inline-block; + width: 2em; + height: 2em; + border-radius: 500rem; +} + +/*------------------- + Spaced + --------------------*/ + +.ui.spaced.image { + display: inline-block !important; + margin-left: 0.5em; + margin-right: 0.5em; +} + +.ui[class*="left spaced"].image { + margin-left: 0.5em; + margin-right: 0; +} + +.ui[class*="right spaced"].image { + margin-left: 0; + margin-right: 0.5em; +} + +/*------------------- + Floated + --------------------*/ + +.ui.floated.image, +.ui.floated.images { + float: left; + margin-right: 1em; + margin-bottom: 1em; +} + +.ui.right.floated.images, +.ui.right.floated.image { + float: right; + margin-right: 0; + margin-bottom: 1em; + margin-left: 1em; +} + +.ui.floated.images:last-child, +.ui.floated.image:last-child { + margin-bottom: 0; +} + +.ui.centered.images, +.ui.centered.image { + margin-left: auto; + margin-right: auto; +} + +/*-------------- + Sizes +---------------*/ + +.ui.medium.images .image, +.ui.medium.images img, +.ui.medium.images svg, +.ui.medium.image { + width: 300px; + height: auto; + font-size: 1rem; +} + +.ui.mini.images .image, +.ui.mini.images img, +.ui.mini.images svg, +.ui.mini.image { + width: 35px; + height: auto; + font-size: 0.78571429rem; +} + +.ui.tiny.images .image, +.ui.tiny.images img, +.ui.tiny.images svg, +.ui.tiny.image { + width: 80px; + height: auto; + font-size: 0.85714286rem; +} + +.ui.small.images .image, +.ui.small.images img, +.ui.small.images svg, +.ui.small.image { + width: 150px; + height: auto; + font-size: 0.92857143rem; +} + +.ui.large.images .image, +.ui.large.images img, +.ui.large.images svg, +.ui.large.image { + width: 450px; + height: auto; + font-size: 1.14285714rem; +} + +.ui.big.images .image, +.ui.big.images img, +.ui.big.images svg, +.ui.big.image { + width: 600px; + height: auto; + font-size: 1.28571429rem; +} + +.ui.huge.images .image, +.ui.huge.images img, +.ui.huge.images svg, +.ui.huge.image { + width: 800px; + height: auto; + font-size: 1.42857143rem; +} + +.ui.massive.images .image, +.ui.massive.images img, +.ui.massive.images svg, +.ui.massive.image { + width: 960px; + height: auto; + font-size: 1.71428571rem; +} + +/******************************* + Groups + *******************************/ + +.ui.images { + font-size: 0; + margin: 0 -0.25rem 0; +} + +.ui.images .image, +.ui.images > img, +.ui.images > svg { + display: inline-block; + margin: 0 0.25rem 0.5rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Input + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +/*-------------------- + Inputs +---------------------*/ + +.ui.input { + position: relative; + font-weight: normal; + font-style: normal; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + color: rgba(0, 0, 0, 0.87); +} + +.ui.input > input { + margin: 0; + max-width: 100%; + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + text-align: left; + line-height: 1.21428571em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + padding: 0.67857143em 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + color: rgba(0, 0, 0, 0.87); + border-radius: 0.28571429rem; + -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: box-shadow 0.1s ease, border-color 0.1s ease; + transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease; + -webkit-box-shadow: none; + box-shadow: none; +} + +/*-------------------- + Placeholder +---------------------*/ + +/* browsers require these rules separate */ + +.ui.input > input::-webkit-input-placeholder { + color: rgba(191, 191, 191, 0.87); +} + +.ui.input > input::-moz-placeholder { + color: rgba(191, 191, 191, 0.87); +} + +.ui.input > input:-ms-input-placeholder { + color: rgba(191, 191, 191, 0.87); +} + +/******************************* + States +*******************************/ + +/*-------------------- + Disabled + ---------------------*/ + +.ui.disabled.input, +.ui.input:not(.disabled) input[disabled] { + opacity: 0.45; +} + +.ui.disabled.input > input, +.ui.input:not(.disabled) input[disabled] { + pointer-events: none; +} + +/*-------------------- + Active +---------------------*/ + +.ui.input > input:active, +.ui.input.down input { + border-color: rgba(0, 0, 0, 0.3); + background: #FAFAFA; + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: none; + box-shadow: none; +} + +/*-------------------- + Loading + ---------------------*/ + +.ui.loading.loading.input > i.icon:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.1); +} + +.ui.loading.loading.input > i.icon:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; +} + +/*-------------------- + Focus +---------------------*/ + +.ui.input.focus > input, +.ui.input > input:focus { + border-color: #85B7D9; + background: #FFFFFF; + color: rgba(0, 0, 0, 0.8); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.input.focus > input::-webkit-input-placeholder, +.ui.input > input:focus::-webkit-input-placeholder { + color: rgba(115, 115, 115, 0.87); +} + +.ui.input.focus > input::-moz-placeholder, +.ui.input > input:focus::-moz-placeholder { + color: rgba(115, 115, 115, 0.87); +} + +.ui.input.focus > input:-ms-input-placeholder, +.ui.input > input:focus:-ms-input-placeholder { + color: rgba(115, 115, 115, 0.87); +} + +/*-------------------- + States + ---------------------*/ + +.ui.input.error > input { + background-color: #FFF6F6; + border-color: #E0B4B4; + color: #9F3A38; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Placeholder */ + +.ui.input.error > input::-webkit-input-placeholder { + color: #e7bdbc; +} + +.ui.input.error > input::-moz-placeholder { + color: #e7bdbc; +} + +.ui.input.error > input:-ms-input-placeholder { + color: #e7bdbc; +} + +/* Focused Placeholder */ + +.ui.input.error > input:focus::-webkit-input-placeholder { + color: #da9796; +} + +.ui.input.error > input:focus::-moz-placeholder { + color: #da9796; +} + +.ui.input.error > input:focus:-ms-input-placeholder { + color: #da9796; +} + +.ui.input.info > input { + background-color: #F8FFFF; + border-color: #A9D5DE; + color: #276F86; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Placeholder */ + +.ui.input.info > input::-webkit-input-placeholder { + color: #98cfe1; +} + +.ui.input.info > input::-moz-placeholder { + color: #98cfe1; +} + +.ui.input.info > input:-ms-input-placeholder { + color: #98cfe1; +} + +/* Focused Placeholder */ + +.ui.input.info > input:focus::-webkit-input-placeholder { + color: #70bdd6; +} + +.ui.input.info > input:focus::-moz-placeholder { + color: #70bdd6; +} + +.ui.input.info > input:focus:-ms-input-placeholder { + color: #70bdd6; +} + +.ui.input.success > input { + background-color: #FCFFF5; + border-color: #A3C293; + color: #2C662D; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Placeholder */ + +.ui.input.success > input::-webkit-input-placeholder { + color: #8fcf90; +} + +.ui.input.success > input::-moz-placeholder { + color: #8fcf90; +} + +.ui.input.success > input:-ms-input-placeholder { + color: #8fcf90; +} + +/* Focused Placeholder */ + +.ui.input.success > input:focus::-webkit-input-placeholder { + color: #6cbf6d; +} + +.ui.input.success > input:focus::-moz-placeholder { + color: #6cbf6d; +} + +.ui.input.success > input:focus:-ms-input-placeholder { + color: #6cbf6d; +} + +.ui.input.warning > input { + background-color: #FFFAF3; + border-color: #C9BA9B; + color: #573A08; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Placeholder */ + +.ui.input.warning > input::-webkit-input-placeholder { + color: #edad3e; +} + +.ui.input.warning > input::-moz-placeholder { + color: #edad3e; +} + +.ui.input.warning > input:-ms-input-placeholder { + color: #edad3e; +} + +/* Focused Placeholder */ + +.ui.input.warning > input:focus::-webkit-input-placeholder { + color: #e39715; +} + +.ui.input.warning > input:focus::-moz-placeholder { + color: #e39715; +} + +.ui.input.warning > input:focus:-ms-input-placeholder { + color: #e39715; +} + +/******************************* + Variations +*******************************/ + +/*-------------------- + Transparent + ---------------------*/ + +.ui.transparent.input > textarea, +.ui.transparent.input > input { + border-color: transparent !important; + background-color: transparent !important; + padding: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border-radius: 0 !important; +} + +.field .ui.transparent.input > textarea { + padding: 0.67857143em 1em; +} + +/* Transparent Icon */ + +:not(.field) > .ui.transparent.icon.input > i.icon { + width: 1.1em; +} + +:not(.field) > .ui.ui.ui.transparent.icon.input > input { + padding-left: 0; + padding-right: 2em; +} + +:not(.field) > .ui.ui.ui.transparent[class*="left icon"].input > input { + padding-left: 2em; + padding-right: 0; +} + +/* Transparent Inverted */ + +.ui.transparent.inverted.input { + color: #FFFFFF; +} + +.ui.ui.transparent.inverted.input > textarea, +.ui.ui.transparent.inverted.input > input { + color: inherit; +} + +.ui.transparent.inverted.input > input::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); +} + +.ui.transparent.inverted.input > input::-moz-placeholder { + color: rgba(255, 255, 255, 0.5); +} + +.ui.transparent.inverted.input > input:-ms-input-placeholder { + color: rgba(255, 255, 255, 0.5); +} + +/*-------------------- + Icon + ---------------------*/ + +.ui.icon.input > i.icon { + cursor: default; + position: absolute; + line-height: 1; + text-align: center; + top: 0; + right: 0; + margin: 0; + height: 100%; + width: 2.67142857em; + opacity: 0.5; + border-radius: 0 0.28571429rem 0.28571429rem 0; + -webkit-transition: opacity 0.3s ease; + transition: opacity 0.3s ease; +} + +.ui.icon.input > i.icon:not(.link) { + pointer-events: none; +} + +.ui.ui.ui.ui.icon.input > textarea, +.ui.ui.ui.ui.icon.input > input { + padding-right: 2.67142857em; +} + +.ui.icon.input > i.icon:before, +.ui.icon.input > i.icon:after { + left: 0; + position: absolute; + text-align: center; + top: 50%; + width: 100%; + margin-top: -0.5em; +} + +.ui.icon.input > i.link.icon { + cursor: pointer; +} + +.ui.icon.input > i.circular.icon { + top: 0.35em; + right: 0.5em; +} + +/* Left Icon Input */ + +.ui[class*="left icon"].input > i.icon { + right: auto; + left: 1px; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui[class*="left icon"].input > i.circular.icon { + right: auto; + left: 0.5em; +} + +.ui.ui.ui.ui[class*="left icon"].input > textarea, +.ui.ui.ui.ui[class*="left icon"].input > input { + padding-left: 2.67142857em; + padding-right: 1em; +} + +/* Focus */ + +.ui.icon.input > textarea:focus ~ i.icon, +.ui.icon.input > input:focus ~ i.icon { + opacity: 1; +} + +/*-------------------- + Labeled + ---------------------*/ + +/* Adjacent Label */ + +.ui.labeled.input > .label { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin: 0; + font-size: 1em; +} + +.ui.labeled.input > .label:not(.corner) { + padding-top: 0.78571429em; + padding-bottom: 0.78571429em; +} + +/* Regular Label on Left */ + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-color: transparent; +} + +.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus { + border-left-color: #85B7D9; +} + +/* Regular Label on Right */ + +.ui[class*="right labeled"].input > input { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + border-right-color: transparent !important; +} + +.ui[class*="right labeled"].input > input + .label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.ui[class*="right labeled"].input > input:focus { + border-right-color: #85B7D9 !important; +} + +/* Corner Label */ + +.ui.labeled.input .corner.label { + top: 1px; + right: 1px; + font-size: 0.64285714em; + border-radius: 0 0.28571429rem 0 0; +} + +/* Spacing with corner label */ + +.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > textarea, +.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input { + padding-right: 2.5em !important; +} + +.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea, +.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input { + padding-right: 3.25em !important; +} + +.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon { + margin-right: 1.25em; +} + +/* Left Labeled */ + +.ui[class*="left corner labeled"].labeled.input > textarea, +.ui[class*="left corner labeled"].labeled.input > input { + padding-left: 2.5em !important; +} + +.ui[class*="left corner labeled"].icon.input > textarea, +.ui[class*="left corner labeled"].icon.input > input { + padding-left: 3.25em !important; +} + +.ui[class*="left corner labeled"].icon.input > .icon { + margin-left: 1.25em; +} + +.ui.icon.input > textarea ~ .icon { + height: 3em; +} + +:not(.field) > .ui.transparent.icon.input > textarea ~ .icon { + height: 1.3em; +} + +/* Corner Label Position */ + +.ui.input > .ui.corner.label { + top: 1px; + right: 1px; +} + +.ui.input > .ui.left.corner.label { + right: auto; + left: 1px; +} + +/* Labeled and action input states */ + +.ui.form > .field.error > .ui.action.input > .ui.button, +.ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, +.ui.action.input.error > .ui.button, +.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label { + border-top: 1px solid #9F3A38; + border-bottom: 1px solid #9F3A38; +} + +.ui.form > .field.error > .ui.left.action.input > .ui.button, +.ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, +.ui.left.action.input.error > .ui.button, +.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label { + border-left: 1px solid #9F3A38; +} + +.ui.form > .field.error > .ui.action.input:not(.left) > input + .ui.button, +.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, +.ui.action.input.error:not(.left) > input + .ui.button, +.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label { + border-right: 1px solid #9F3A38; +} + +.ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, +.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child { + border-left: 1px solid #9F3A38; +} + +.ui.form > .field.info > .ui.action.input > .ui.button, +.ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, +.ui.action.input.info > .ui.button, +.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label { + border-top: 1px solid #276F86; + border-bottom: 1px solid #276F86; +} + +.ui.form > .field.info > .ui.left.action.input > .ui.button, +.ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, +.ui.left.action.input.info > .ui.button, +.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label { + border-left: 1px solid #276F86; +} + +.ui.form > .field.info > .ui.action.input:not(.left) > input + .ui.button, +.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, +.ui.action.input.info:not(.left) > input + .ui.button, +.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label { + border-right: 1px solid #276F86; +} + +.ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, +.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child { + border-left: 1px solid #276F86; +} + +.ui.form > .field.success > .ui.action.input > .ui.button, +.ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, +.ui.action.input.success > .ui.button, +.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label { + border-top: 1px solid #2C662D; + border-bottom: 1px solid #2C662D; +} + +.ui.form > .field.success > .ui.left.action.input > .ui.button, +.ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, +.ui.left.action.input.success > .ui.button, +.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label { + border-left: 1px solid #2C662D; +} + +.ui.form > .field.success > .ui.action.input:not(.left) > input + .ui.button, +.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, +.ui.action.input.success:not(.left) > input + .ui.button, +.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label { + border-right: 1px solid #2C662D; +} + +.ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, +.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child { + border-left: 1px solid #2C662D; +} + +.ui.form > .field.warning > .ui.action.input > .ui.button, +.ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label, +.ui.action.input.warning > .ui.button, +.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label { + border-top: 1px solid #573A08; + border-bottom: 1px solid #573A08; +} + +.ui.form > .field.warning > .ui.left.action.input > .ui.button, +.ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label, +.ui.left.action.input.warning > .ui.button, +.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label { + border-left: 1px solid #573A08; +} + +.ui.form > .field.warning > .ui.action.input:not(.left) > input + .ui.button, +.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label, +.ui.action.input.warning:not(.left) > input + .ui.button, +.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label { + border-right: 1px solid #573A08; +} + +.ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child, +.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child { + border-left: 1px solid #573A08; +} + +/*-------------------- + Action + ---------------------*/ + +.ui.action.input > .button, +.ui.action.input > .buttons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; +} + +.ui.action.input > .button, +.ui.action.input > .buttons > .button { + padding-top: 0.78571429em; + padding-bottom: 0.78571429em; + margin: 0; +} + +/* Input when ui Left*/ + +.ui[class*="left action"].input > input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-color: transparent; +} + +/* Input when ui Right*/ + +.ui.action.input:not([class*="left action"]) > input { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-color: transparent; +} + +/* Button and Dropdown */ + +.ui.action.input > .dropdown:first-child, +.ui.action.input > .button:first-child, +.ui.action.input > .buttons:first-child > .button { + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui.action.input > .dropdown:not(:first-child), +.ui.action.input > .button:not(:first-child), +.ui.action.input > .buttons:not(:first-child) > .button { + border-radius: 0; +} + +.ui.action.input > .dropdown:last-child, +.ui.action.input > .button:last-child, +.ui.action.input > .buttons:last-child > .button { + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +/* Input Focus */ + +.ui.action.input:not([class*="left action"]) > input:focus { + border-right-color: #85B7D9; +} + +.ui.ui[class*="left action"].input > input:focus { + border-left-color: #85B7D9; +} + +/*-------------------- + Inverted + ---------------------*/ + +/* Standard */ + +.ui.inverted.input > input { + border: none; +} + +/*-------------------- + Fluid + ---------------------*/ + +.ui.fluid.input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.fluid.input > input { + width: 0 !important; +} + +/*-------------------- + Size +---------------------*/ + +.ui.input { + font-size: 1em; +} + +.ui.mini.input { + font-size: 0.78571429em; +} + +.ui.tiny.input { + font-size: 0.85714286em; +} + +.ui.small.input { + font-size: 0.92857143em; +} + +.ui.large.input { + font-size: 1.14285714em; +} + +.ui.big.input { + font-size: 1.28571429em; +} + +.ui.huge.input { + font-size: 1.42857143em; +} + +.ui.massive.input { + font-size: 1.71428571em; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Label + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Label +*******************************/ + +.ui.label { + display: inline-block; + line-height: 1; + vertical-align: baseline; + margin: 0 0.14285714em; + background-color: #E8E8E8; + background-image: none; + padding: 0.5833em 0.833em; + color: rgba(0, 0, 0, 0.6); + text-transform: none; + font-weight: bold; + border: 0 solid transparent; + border-radius: 0.28571429rem; + -webkit-transition: background 0.1s ease; + transition: background 0.1s ease; +} + +.ui.label:first-child { + margin-left: 0; +} + +.ui.label:last-child { + margin-right: 0; +} + +/* Link */ + +a.ui.label { + cursor: pointer; +} + +/* Inside Link */ + +.ui.label > a { + cursor: pointer; + color: inherit; + opacity: 0.5; + -webkit-transition: 0.1s opacity ease; + transition: 0.1s opacity ease; +} + +.ui.label > a:hover { + opacity: 1; +} + +/* Image */ + +.ui.label > img { + width: auto !important; + vertical-align: middle; + height: 2.1666em; +} + +/* Icon */ + +.ui.left.icon.label > .icon, +.ui.label > .icon { + width: auto; + margin: 0 0.75em 0 0; +} + +/* Detail */ + +.ui.label > .detail { + display: inline-block; + vertical-align: top; + font-weight: bold; + margin-left: 1em; + opacity: 0.8; +} + +.ui.label > .detail .icon { + margin: 0 0.25em 0 0; +} + +/* Removable label */ + +.ui.label > .close.icon, +.ui.label > .delete.icon { + cursor: pointer; + font-size: 0.92857143em; + opacity: 0.5; + -webkit-transition: background 0.1s ease; + transition: background 0.1s ease; +} + +.ui.label > .close.icon:hover, +.ui.label > .delete.icon:hover { + opacity: 1; +} + +/* Backward compatible positioning */ + +.ui.label.left.icon > .close.icon, +.ui.label.left.icon > .delete.icon { + margin: 0 0.5em 0 0; +} + +.ui.label:not(.icon) > .close.icon, +.ui.label:not(.icon) > .delete.icon { + margin: 0 0 0 0.5em; +} + +/* Label for only an icon */ + +.ui.icon.label > .icon { + margin: 0 auto; +} + +/* Right Side Icon */ + +.ui.right.icon.label > .icon { + margin: 0 0 0 0.75em; +} + +/*------------------- + Group +--------------------*/ + +.ui.labels > .label { + margin: 0 0.5em 0.5em 0; +} + +/*------------------- + Coupling +--------------------*/ + +.ui.header > .ui.label { + margin-top: -0.29165em; +} + +/* Remove border radius on attached segment */ + +.ui.attached.segment > .ui.top.left.attached.label, +.ui.bottom.attached.segment > .ui.top.left.attached.label { + border-top-left-radius: 0; +} + +.ui.attached.segment > .ui.top.right.attached.label, +.ui.bottom.attached.segment > .ui.top.right.attached.label { + border-top-right-radius: 0; +} + +.ui.top.attached.segment > .ui.bottom.left.attached.label { + border-bottom-left-radius: 0; +} + +.ui.top.attached.segment > .ui.bottom.right.attached.label { + border-bottom-right-radius: 0; +} + +/* Padding on next content after a label */ + +.ui.top.attached.label ~ .ui.bottom.attached.label + :not(.attached), +.ui.top.attached.label + :not(.attached) { + margin-top: 2rem !important; +} + +.ui.bottom.attached.label ~ :last-child:not(.attached) { + margin-top: 0; + margin-bottom: 2rem !important; +} + +/******************************* + Types +*******************************/ + +.ui.image.label { + width: auto !important; + margin-top: 0; + margin-bottom: 0; + max-width: 9999px; + vertical-align: baseline; + text-transform: none; + background: #E8E8E8; + padding: 0.5833em 0.833em 0.5833em 0.5em; + border-radius: 0.28571429rem; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.image.label img { + display: inline-block; + vertical-align: top; + height: 2.1666em; + margin: -0.5833em 0.5em -0.5833em -0.5em; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui.image.label .detail { + background: rgba(0, 0, 0, 0.1); + margin: -0.5833em -0.833em -0.5833em 0.5em; + padding: 0.5833em 0.833em; + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +/*------------------- + Tag +--------------------*/ + +.ui.tag.labels .label, +.ui.tag.label { + margin-left: 1em; + position: relative; + padding-left: 1.5em; + padding-right: 1.5em; + border-radius: 0 0.28571429rem 0.28571429rem 0; + -webkit-transition: none; + transition: none; +} + +.ui.tag.labels .label:before, +.ui.tag.label:before { + position: absolute; + -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); + transform: translateY(-50%) translateX(50%) rotate(-45deg); + top: 50%; + right: 100%; + content: ''; + background-color: inherit; + background-image: none; + width: 1.56em; + height: 1.56em; + -webkit-transition: none; + transition: none; +} + +.ui.tag.labels .label:after, +.ui.tag.label:after { + position: absolute; + content: ''; + top: 50%; + left: -0.25em; + margin-top: -0.25em; + background-color: #FFFFFF; + width: 0.5em; + height: 0.5em; + -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3); + border-radius: 500rem; +} + +.ui.basic.tag.labels .label:before, +.ui.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + right: calc(100% + 1px); +} + +.ui.basic.tag.labels .label:after, +.ui.basic.tag.label:after { + -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8); + box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8); +} + +/*------------------- + Corner Label +--------------------*/ + +.ui.corner.label { + position: absolute; + top: 0; + right: 0; + margin: 0; + padding: 0; + text-align: center; + border-color: #E8E8E8; + width: 4em; + height: 4em; + z-index: 1; + -webkit-transition: border-color 0.1s ease; + transition: border-color 0.1s ease; +} + +/* Icon Label */ + +.ui.corner.label { + background-color: transparent !important; +} + +.ui.corner.label:after { + position: absolute; + content: ""; + right: 0; + top: 0; + z-index: -1; + width: 0; + height: 0; + background-color: transparent; + border-top: 0 solid transparent; + border-right: 4em solid transparent; + border-bottom: 4em solid transparent; + border-left: 0 solid transparent; + border-right-color: inherit; + -webkit-transition: border-color 0.1s ease; + transition: border-color 0.1s ease; +} + +.ui.corner.label .icon { + cursor: inherit; + position: absolute; + top: 0.64285714em; + left: auto; + right: 0.57142857em; + font-size: 1.14285714em; + margin: 0; +} + +/* Left Corner */ + +.ui.left.corner.label, +.ui.left.corner.label:after { + right: auto; + left: 0; +} + +.ui.left.corner.label:after { + border-top: 4em solid transparent; + border-right: 4em solid transparent; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-top-color: inherit; +} + +.ui.left.corner.label .icon { + left: 0.57142857em; + right: auto; +} + +/* Segment */ + +.ui.segment > .ui.corner.label { + top: -1px; + right: -1px; +} + +.ui.segment > .ui.left.corner.label { + right: auto; + left: -1px; +} + +/*------------------- + Ribbon + --------------------*/ + +.ui.ribbon.label { + position: relative; + margin: 0; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + border-radius: 0 0.28571429rem 0.28571429rem 0; + border-color: rgba(0, 0, 0, 0.15); +} + +.ui.ribbon.label:after { + position: absolute; + content: ''; + top: 100%; + left: 0; + background-color: transparent; + border-style: solid; + border-width: 0 1.2em 1.2em 0; + border-color: transparent; + border-right-color: inherit; + width: 0; + height: 0; +} + +/* Positioning */ + +.ui.ribbon.label { + left: calc(-1rem - 1.2em); + margin-right: -1.2em; + padding-left: calc(1rem + 1.2em); + padding-right: 1.2em; +} + +.ui[class*="right ribbon"].label { + left: calc(100% + 1rem + 1.2em); + padding-left: 1.2em; + padding-right: calc(1rem + 1.2em); +} + +.ui.basic.ribbon.label { + padding-top: calc(0.5833em - 1px); + padding-bottom: calc(0.5833em - 1px); +} + +.ui.basic.ribbon.label:not([class*="right ribbon"]) { + padding-left: calc(1rem + 1.2em - 1px); + padding-right: calc(1.2em - 1px); +} + +.ui.basic[class*="right ribbon"].label { + padding-left: calc(1.2em - 1px); + padding-right: calc(1rem + 1.2em - 1px); +} + +.ui.basic.ribbon.label::after { + top: calc(100% + 1px); +} + +.ui.basic.ribbon.label:not([class*="right ribbon"])::after { + left: -1px; +} + +.ui.basic[class*="right ribbon"].label::after { + right: -1px; +} + +/* Right Ribbon */ + +.ui[class*="right ribbon"].label { + text-align: left; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui[class*="right ribbon"].label:after { + left: auto; + right: 0; + border-style: solid; + border-width: 1.2em 1.2em 0 0; + border-color: transparent; + border-top-color: inherit; +} + +/* Inside Table */ + +.ui.image > .ribbon.label, +.ui.card .image > .ribbon.label { + position: absolute; + top: 1rem; +} + +.ui.card .image > .ui.ribbon.label, +.ui.image > .ui.ribbon.label { + left: calc(0.05rem - 1.2em); +} + +.ui.card .image > .ui[class*="right ribbon"].label, +.ui.image > .ui[class*="right ribbon"].label { + left: calc(100% + -0.05rem + 1.2em); + padding-left: 0.833em; +} + +/* Inside Table */ + +.ui.table td > .ui.ribbon.label { + left: calc(-1em - 1.2em); +} + +.ui.table td > .ui[class*="right ribbon"].label { + left: calc(100% + 1em + 1.2em); + padding-left: 0.833em; +} + +/*------------------- + Attached + --------------------*/ + +.ui[class*="top attached"].label, +.ui.attached.label { + width: 100%; + position: absolute; + margin: 0; + top: 0; + left: 0; + padding: 0.75em 1em; + border-radius: 0.21428571rem 0.21428571rem 0 0; +} + +.ui[class*="bottom attached"].label { + top: auto; + bottom: 0; + border-radius: 0 0 0.21428571rem 0.21428571rem; +} + +.ui[class*="top left attached"].label { + width: auto; + margin-top: 0 !important; + border-radius: 0.21428571rem 0 0.28571429rem 0; +} + +.ui[class*="top right attached"].label { + width: auto; + left: auto; + right: 0; + border-radius: 0 0.21428571rem 0 0.28571429rem; +} + +.ui[class*="bottom left attached"].label { + width: auto; + top: auto; + bottom: 0; + border-radius: 0 0.28571429rem 0 0.21428571rem; +} + +.ui[class*="bottom right attached"].label { + top: auto; + bottom: 0; + left: auto; + right: 0; + width: auto; + border-radius: 0.28571429rem 0 0.21428571rem 0; +} + +/******************************* + States +*******************************/ + +/*------------------- + Disabled +--------------------*/ + +.ui.label.disabled { + opacity: 0.5; +} + +/*------------------- + Hover +--------------------*/ + +.ui.labels a.label:hover, +a.ui.label:hover { + background-color: #E0E0E0; + border-color: #E0E0E0; + background-image: none; + color: rgba(0, 0, 0, 0.8); +} + +.ui.labels a.label:hover:before, +a.ui.label:hover:before { + color: rgba(0, 0, 0, 0.8); +} + +/*------------------- + Active +--------------------*/ + +.ui.active.label { + background-color: #D0D0D0; + border-color: #D0D0D0; + background-image: none; + color: rgba(0, 0, 0, 0.95); +} + +.ui.active.label:before { + background-color: #D0D0D0; + background-image: none; + color: rgba(0, 0, 0, 0.95); +} + +/*------------------- + Active Hover +--------------------*/ + +.ui.labels a.active.label:hover, +a.ui.active.label:hover { + background-color: #C8C8C8; + border-color: #C8C8C8; + background-image: none; + color: rgba(0, 0, 0, 0.95); +} + +.ui.labels a.active.label:hover:before, +a.ui.active.label:hover:before { + background-color: #C8C8C8; + background-image: none; + color: rgba(0, 0, 0, 0.95); +} + +/*------------------- + Visible +--------------------*/ + +.ui.labels.visible .label, +.ui.label.visible:not(.dropdown) { + display: inline-block !important; +} + +/*------------------- + Hidden +--------------------*/ + +.ui.labels.hidden .label, +.ui.label.hidden { + display: none !important; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Basic + --------------------*/ + +.ui.basic.labels .label, +.ui.basic.label { + background: none #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Link */ + +.ui.basic.labels a.label:hover, +a.ui.basic.label:hover { + text-decoration: none; + background: none #FFFFFF; + color: #1e70bf; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Pointing */ + +.ui.basic.pointing.label:before { + border-color: inherit; +} + +/*------------------- + Fluid + --------------------*/ + +.ui.label.fluid, +.ui.fluid.labels > .label { + width: 100%; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.labels .label, +.ui.inverted.label { + color: rgba(255, 255, 255, 0.9); + background-color: #b5b5b5; +} + +.ui.inverted.corner.label { + border-color: #b5b5b5; +} + +.ui.inverted.corner.label:hover { + border-color: #E8E8E8; + -webkit-transition: none; + transition: none; +} + +.ui.inverted.basic.labels .label, +.ui.inverted.basic.label, +.ui.inverted.basic.label:hover { + border-color: rgba(255, 255, 255, 0.5); + background: #1B1C1D; +} + +.ui.inverted.basic.label:hover { + color: #4183C4; +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.labels .label, +.ui.ui.ui.primary.label { + background-color: #2185D0; + border-color: #2185D0; + color: rgba(255, 255, 255, 0.9); +} + +/* Link */ + +.ui.primary.labels a.label:hover, +a.ui.ui.ui.primary.label:hover { + background-color: #1678c2; + border-color: #1678c2; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.primary.ribbon.label { + border-color: #1a69a4; +} + +/* Basic */ + +.ui.basic.labels .primary.label, +.ui.ui.ui.basic.primary.label { + background: none #FFFFFF; + border-color: #2185D0; + color: #2185D0; +} + +.ui.basic.labels a.primary.label:hover, +a.ui.ui.ui.basic.primary.label:hover { + background: none #FFFFFF; + border-color: #1678c2; + color: #1678c2; +} + +/* Inverted */ + +.ui.inverted.labels .primary.label, +.ui.ui.ui.inverted.primary.label { + background-color: #54C8FF; + border-color: #54C8FF; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.primary.label:hover, +a.ui.ui.ui.inverted.primary.label:hover { + background-color: #21b8ff; + border-color: #21b8ff; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.primary.ribbon.label { + border-color: #21b8ff; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .primary.label, +.ui.ui.ui.inverted.basic.primary.label { + background-color: #1B1C1D; + border-color: #54C8FF; + color: #54C8FF; +} + +.ui.inverted.basic.labels a.primary.label:hover, +a.ui.ui.ui.inverted.basic.primary.label:hover { + border-color: #21b8ff; + background-color: #1B1C1D; + color: #21b8ff; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .primary.label, +.ui.ui.ui.inverted.primary.basic.tag.label { + border: 1px solid #54C8FF; +} + +.ui.inverted.basic.tag.labels .primary.label:before, +.ui.ui.ui.inverted.primary.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.secondary.labels .label, +.ui.ui.ui.secondary.label { + background-color: #1B1C1D; + border-color: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +/* Link */ + +.ui.secondary.labels a.label:hover, +a.ui.ui.ui.secondary.label:hover { + background-color: #27292a; + border-color: #27292a; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.secondary.ribbon.label { + border-color: #020203; +} + +/* Basic */ + +.ui.basic.labels .secondary.label, +.ui.ui.ui.basic.secondary.label { + background: none #FFFFFF; + border-color: #1B1C1D; + color: #1B1C1D; +} + +.ui.basic.labels a.secondary.label:hover, +a.ui.ui.ui.basic.secondary.label:hover { + background: none #FFFFFF; + border-color: #27292a; + color: #27292a; +} + +/* Inverted */ + +.ui.inverted.labels .secondary.label, +.ui.ui.ui.inverted.secondary.label { + background-color: #545454; + border-color: #545454; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.secondary.label:hover, +a.ui.ui.ui.inverted.secondary.label:hover { + background-color: #6e6e6e; + border-color: #6e6e6e; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.secondary.ribbon.label { + border-color: #3b3b3b; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .secondary.label, +.ui.ui.ui.inverted.basic.secondary.label { + background-color: #1B1C1D; + border-color: #545454; + color: #545454; +} + +.ui.inverted.basic.labels a.secondary.label:hover, +a.ui.ui.ui.inverted.basic.secondary.label:hover { + border-color: #6e6e6e; + background-color: #1B1C1D; + color: #6e6e6e; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .secondary.label, +.ui.ui.ui.inverted.secondary.basic.tag.label { + border: 1px solid #545454; +} + +.ui.inverted.basic.tag.labels .secondary.label:before, +.ui.ui.ui.inverted.secondary.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.red.labels .label, +.ui.ui.ui.red.label { + background-color: #DB2828; + border-color: #DB2828; + color: #FFFFFF; +} + +/* Link */ + +.ui.red.labels a.label:hover, +a.ui.ui.ui.red.label:hover { + background-color: #d01919; + border-color: #d01919; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.red.ribbon.label { + border-color: #b21e1e; +} + +/* Basic */ + +.ui.basic.labels .red.label, +.ui.ui.ui.basic.red.label { + background: none #FFFFFF; + border-color: #DB2828; + color: #DB2828; +} + +.ui.basic.labels a.red.label:hover, +a.ui.ui.ui.basic.red.label:hover { + background: none #FFFFFF; + border-color: #d01919; + color: #d01919; +} + +/* Inverted */ + +.ui.inverted.labels .red.label, +.ui.ui.ui.inverted.red.label { + background-color: #FF695E; + border-color: #FF695E; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.red.label:hover, +a.ui.ui.ui.inverted.red.label:hover { + background-color: #ff392b; + border-color: #ff392b; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.red.ribbon.label { + border-color: #ff392b; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .red.label, +.ui.ui.ui.inverted.basic.red.label { + background-color: #1B1C1D; + border-color: #FF695E; + color: #FF695E; +} + +.ui.inverted.basic.labels a.red.label:hover, +a.ui.ui.ui.inverted.basic.red.label:hover { + border-color: #ff392b; + background-color: #1B1C1D; + color: #ff392b; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .red.label, +.ui.ui.ui.inverted.red.basic.tag.label { + border: 1px solid #FF695E; +} + +.ui.inverted.basic.tag.labels .red.label:before, +.ui.ui.ui.inverted.red.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.orange.labels .label, +.ui.ui.ui.orange.label { + background-color: #F2711C; + border-color: #F2711C; + color: #FFFFFF; +} + +/* Link */ + +.ui.orange.labels a.label:hover, +a.ui.ui.ui.orange.label:hover { + background-color: #f26202; + border-color: #f26202; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.orange.ribbon.label { + border-color: #cf590c; +} + +/* Basic */ + +.ui.basic.labels .orange.label, +.ui.ui.ui.basic.orange.label { + background: none #FFFFFF; + border-color: #F2711C; + color: #F2711C; +} + +.ui.basic.labels a.orange.label:hover, +a.ui.ui.ui.basic.orange.label:hover { + background: none #FFFFFF; + border-color: #f26202; + color: #f26202; +} + +/* Inverted */ + +.ui.inverted.labels .orange.label, +.ui.ui.ui.inverted.orange.label { + background-color: #FF851B; + border-color: #FF851B; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.orange.label:hover, +a.ui.ui.ui.inverted.orange.label:hover { + background-color: #e76b00; + border-color: #e76b00; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.orange.ribbon.label { + border-color: #e76b00; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .orange.label, +.ui.ui.ui.inverted.basic.orange.label { + background-color: #1B1C1D; + border-color: #FF851B; + color: #FF851B; +} + +.ui.inverted.basic.labels a.orange.label:hover, +a.ui.ui.ui.inverted.basic.orange.label:hover { + border-color: #e76b00; + background-color: #1B1C1D; + color: #e76b00; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .orange.label, +.ui.ui.ui.inverted.orange.basic.tag.label { + border: 1px solid #FF851B; +} + +.ui.inverted.basic.tag.labels .orange.label:before, +.ui.ui.ui.inverted.orange.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.yellow.labels .label, +.ui.ui.ui.yellow.label { + background-color: #FBBD08; + border-color: #FBBD08; + color: #FFFFFF; +} + +/* Link */ + +.ui.yellow.labels a.label:hover, +a.ui.ui.ui.yellow.label:hover { + background-color: #eaae00; + border-color: #eaae00; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.yellow.ribbon.label { + border-color: #cd9903; +} + +/* Basic */ + +.ui.basic.labels .yellow.label, +.ui.ui.ui.basic.yellow.label { + background: none #FFFFFF; + border-color: #FBBD08; + color: #FBBD08; +} + +.ui.basic.labels a.yellow.label:hover, +a.ui.ui.ui.basic.yellow.label:hover { + background: none #FFFFFF; + border-color: #eaae00; + color: #eaae00; +} + +/* Inverted */ + +.ui.inverted.labels .yellow.label, +.ui.ui.ui.inverted.yellow.label { + background-color: #FFE21F; + border-color: #FFE21F; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.yellow.label:hover, +a.ui.ui.ui.inverted.yellow.label:hover { + background-color: #ebcd00; + border-color: #ebcd00; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.yellow.ribbon.label { + border-color: #ebcd00; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .yellow.label, +.ui.ui.ui.inverted.basic.yellow.label { + background-color: #1B1C1D; + border-color: #FFE21F; + color: #FFE21F; +} + +.ui.inverted.basic.labels a.yellow.label:hover, +a.ui.ui.ui.inverted.basic.yellow.label:hover { + border-color: #ebcd00; + background-color: #1B1C1D; + color: #ebcd00; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .yellow.label, +.ui.ui.ui.inverted.yellow.basic.tag.label { + border: 1px solid #FFE21F; +} + +.ui.inverted.basic.tag.labels .yellow.label:before, +.ui.ui.ui.inverted.yellow.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.olive.labels .label, +.ui.ui.ui.olive.label { + background-color: #B5CC18; + border-color: #B5CC18; + color: #FFFFFF; +} + +/* Link */ + +.ui.olive.labels a.label:hover, +a.ui.ui.ui.olive.label:hover { + background-color: #a7bd0d; + border-color: #a7bd0d; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.olive.ribbon.label { + border-color: #8d9e13; +} + +/* Basic */ + +.ui.basic.labels .olive.label, +.ui.ui.ui.basic.olive.label { + background: none #FFFFFF; + border-color: #B5CC18; + color: #B5CC18; +} + +.ui.basic.labels a.olive.label:hover, +a.ui.ui.ui.basic.olive.label:hover { + background: none #FFFFFF; + border-color: #a7bd0d; + color: #a7bd0d; +} + +/* Inverted */ + +.ui.inverted.labels .olive.label, +.ui.ui.ui.inverted.olive.label { + background-color: #D9E778; + border-color: #D9E778; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.olive.label:hover, +a.ui.ui.ui.inverted.olive.label:hover { + background-color: #d2e745; + border-color: #d2e745; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.olive.ribbon.label { + border-color: #cddf4d; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .olive.label, +.ui.ui.ui.inverted.basic.olive.label { + background-color: #1B1C1D; + border-color: #D9E778; + color: #D9E778; +} + +.ui.inverted.basic.labels a.olive.label:hover, +a.ui.ui.ui.inverted.basic.olive.label:hover { + border-color: #d2e745; + background-color: #1B1C1D; + color: #d2e745; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .olive.label, +.ui.ui.ui.inverted.olive.basic.tag.label { + border: 1px solid #D9E778; +} + +.ui.inverted.basic.tag.labels .olive.label:before, +.ui.ui.ui.inverted.olive.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.green.labels .label, +.ui.ui.ui.green.label { + background-color: #21BA45; + border-color: #21BA45; + color: #FFFFFF; +} + +/* Link */ + +.ui.green.labels a.label:hover, +a.ui.ui.ui.green.label:hover { + background-color: #16ab39; + border-color: #16ab39; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.green.ribbon.label { + border-color: #198f35; +} + +/* Basic */ + +.ui.basic.labels .green.label, +.ui.ui.ui.basic.green.label { + background: none #FFFFFF; + border-color: #21BA45; + color: #21BA45; +} + +.ui.basic.labels a.green.label:hover, +a.ui.ui.ui.basic.green.label:hover { + background: none #FFFFFF; + border-color: #16ab39; + color: #16ab39; +} + +/* Inverted */ + +.ui.inverted.labels .green.label, +.ui.ui.ui.inverted.green.label { + background-color: #2ECC40; + border-color: #2ECC40; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.green.label:hover, +a.ui.ui.ui.inverted.green.label:hover { + background-color: #1ea92e; + border-color: #1ea92e; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.green.ribbon.label { + border-color: #25a233; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .green.label, +.ui.ui.ui.inverted.basic.green.label { + background-color: #1B1C1D; + border-color: #2ECC40; + color: #2ECC40; +} + +.ui.inverted.basic.labels a.green.label:hover, +a.ui.ui.ui.inverted.basic.green.label:hover { + border-color: #1ea92e; + background-color: #1B1C1D; + color: #1ea92e; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .green.label, +.ui.ui.ui.inverted.green.basic.tag.label { + border: 1px solid #2ECC40; +} + +.ui.inverted.basic.tag.labels .green.label:before, +.ui.ui.ui.inverted.green.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.teal.labels .label, +.ui.ui.ui.teal.label { + background-color: #00B5AD; + border-color: #00B5AD; + color: #FFFFFF; +} + +/* Link */ + +.ui.teal.labels a.label:hover, +a.ui.ui.ui.teal.label:hover { + background-color: #009c95; + border-color: #009c95; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.teal.ribbon.label { + border-color: #00827c; +} + +/* Basic */ + +.ui.basic.labels .teal.label, +.ui.ui.ui.basic.teal.label { + background: none #FFFFFF; + border-color: #00B5AD; + color: #00B5AD; +} + +.ui.basic.labels a.teal.label:hover, +a.ui.ui.ui.basic.teal.label:hover { + background: none #FFFFFF; + border-color: #009c95; + color: #009c95; +} + +/* Inverted */ + +.ui.inverted.labels .teal.label, +.ui.ui.ui.inverted.teal.label { + background-color: #6DFFFF; + border-color: #6DFFFF; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.teal.label:hover, +a.ui.ui.ui.inverted.teal.label:hover { + background-color: #3affff; + border-color: #3affff; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.teal.ribbon.label { + border-color: #3affff; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .teal.label, +.ui.ui.ui.inverted.basic.teal.label { + background-color: #1B1C1D; + border-color: #6DFFFF; + color: #6DFFFF; +} + +.ui.inverted.basic.labels a.teal.label:hover, +a.ui.ui.ui.inverted.basic.teal.label:hover { + border-color: #3affff; + background-color: #1B1C1D; + color: #3affff; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .teal.label, +.ui.ui.ui.inverted.teal.basic.tag.label { + border: 1px solid #6DFFFF; +} + +.ui.inverted.basic.tag.labels .teal.label:before, +.ui.ui.ui.inverted.teal.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.blue.labels .label, +.ui.ui.ui.blue.label { + background-color: #2185D0; + border-color: #2185D0; + color: #FFFFFF; +} + +/* Link */ + +.ui.blue.labels a.label:hover, +a.ui.ui.ui.blue.label:hover { + background-color: #1678c2; + border-color: #1678c2; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.blue.ribbon.label { + border-color: #1a69a4; +} + +/* Basic */ + +.ui.basic.labels .blue.label, +.ui.ui.ui.basic.blue.label { + background: none #FFFFFF; + border-color: #2185D0; + color: #2185D0; +} + +.ui.basic.labels a.blue.label:hover, +a.ui.ui.ui.basic.blue.label:hover { + background: none #FFFFFF; + border-color: #1678c2; + color: #1678c2; +} + +/* Inverted */ + +.ui.inverted.labels .blue.label, +.ui.ui.ui.inverted.blue.label { + background-color: #54C8FF; + border-color: #54C8FF; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.blue.label:hover, +a.ui.ui.ui.inverted.blue.label:hover { + background-color: #21b8ff; + border-color: #21b8ff; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.blue.ribbon.label { + border-color: #21b8ff; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .blue.label, +.ui.ui.ui.inverted.basic.blue.label { + background-color: #1B1C1D; + border-color: #54C8FF; + color: #54C8FF; +} + +.ui.inverted.basic.labels a.blue.label:hover, +a.ui.ui.ui.inverted.basic.blue.label:hover { + border-color: #21b8ff; + background-color: #1B1C1D; + color: #21b8ff; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .blue.label, +.ui.ui.ui.inverted.blue.basic.tag.label { + border: 1px solid #54C8FF; +} + +.ui.inverted.basic.tag.labels .blue.label:before, +.ui.ui.ui.inverted.blue.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.violet.labels .label, +.ui.ui.ui.violet.label { + background-color: #6435C9; + border-color: #6435C9; + color: #FFFFFF; +} + +/* Link */ + +.ui.violet.labels a.label:hover, +a.ui.ui.ui.violet.label:hover { + background-color: #5829bb; + border-color: #5829bb; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.violet.ribbon.label { + border-color: #502aa1; +} + +/* Basic */ + +.ui.basic.labels .violet.label, +.ui.ui.ui.basic.violet.label { + background: none #FFFFFF; + border-color: #6435C9; + color: #6435C9; +} + +.ui.basic.labels a.violet.label:hover, +a.ui.ui.ui.basic.violet.label:hover { + background: none #FFFFFF; + border-color: #5829bb; + color: #5829bb; +} + +/* Inverted */ + +.ui.inverted.labels .violet.label, +.ui.ui.ui.inverted.violet.label { + background-color: #A291FB; + border-color: #A291FB; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.violet.label:hover, +a.ui.ui.ui.inverted.violet.label:hover { + background-color: #745aff; + border-color: #745aff; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.violet.ribbon.label { + border-color: #7860f9; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .violet.label, +.ui.ui.ui.inverted.basic.violet.label { + background-color: #1B1C1D; + border-color: #A291FB; + color: #A291FB; +} + +.ui.inverted.basic.labels a.violet.label:hover, +a.ui.ui.ui.inverted.basic.violet.label:hover { + border-color: #745aff; + background-color: #1B1C1D; + color: #745aff; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .violet.label, +.ui.ui.ui.inverted.violet.basic.tag.label { + border: 1px solid #A291FB; +} + +.ui.inverted.basic.tag.labels .violet.label:before, +.ui.ui.ui.inverted.violet.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.purple.labels .label, +.ui.ui.ui.purple.label { + background-color: #A333C8; + border-color: #A333C8; + color: #FFFFFF; +} + +/* Link */ + +.ui.purple.labels a.label:hover, +a.ui.ui.ui.purple.label:hover { + background-color: #9627ba; + border-color: #9627ba; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.purple.ribbon.label { + border-color: #82299f; +} + +/* Basic */ + +.ui.basic.labels .purple.label, +.ui.ui.ui.basic.purple.label { + background: none #FFFFFF; + border-color: #A333C8; + color: #A333C8; +} + +.ui.basic.labels a.purple.label:hover, +a.ui.ui.ui.basic.purple.label:hover { + background: none #FFFFFF; + border-color: #9627ba; + color: #9627ba; +} + +/* Inverted */ + +.ui.inverted.labels .purple.label, +.ui.ui.ui.inverted.purple.label { + background-color: #DC73FF; + border-color: #DC73FF; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.purple.label:hover, +a.ui.ui.ui.inverted.purple.label:hover { + background-color: #cf40ff; + border-color: #cf40ff; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.purple.ribbon.label { + border-color: #cf40ff; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .purple.label, +.ui.ui.ui.inverted.basic.purple.label { + background-color: #1B1C1D; + border-color: #DC73FF; + color: #DC73FF; +} + +.ui.inverted.basic.labels a.purple.label:hover, +a.ui.ui.ui.inverted.basic.purple.label:hover { + border-color: #cf40ff; + background-color: #1B1C1D; + color: #cf40ff; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .purple.label, +.ui.ui.ui.inverted.purple.basic.tag.label { + border: 1px solid #DC73FF; +} + +.ui.inverted.basic.tag.labels .purple.label:before, +.ui.ui.ui.inverted.purple.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.pink.labels .label, +.ui.ui.ui.pink.label { + background-color: #E03997; + border-color: #E03997; + color: #FFFFFF; +} + +/* Link */ + +.ui.pink.labels a.label:hover, +a.ui.ui.ui.pink.label:hover { + background-color: #e61a8d; + border-color: #e61a8d; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.pink.ribbon.label { + border-color: #c71f7e; +} + +/* Basic */ + +.ui.basic.labels .pink.label, +.ui.ui.ui.basic.pink.label { + background: none #FFFFFF; + border-color: #E03997; + color: #E03997; +} + +.ui.basic.labels a.pink.label:hover, +a.ui.ui.ui.basic.pink.label:hover { + background: none #FFFFFF; + border-color: #e61a8d; + color: #e61a8d; +} + +/* Inverted */ + +.ui.inverted.labels .pink.label, +.ui.ui.ui.inverted.pink.label { + background-color: #FF8EDF; + border-color: #FF8EDF; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.pink.label:hover, +a.ui.ui.ui.inverted.pink.label:hover { + background-color: #ff5bd1; + border-color: #ff5bd1; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.pink.ribbon.label { + border-color: #ff5bd1; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .pink.label, +.ui.ui.ui.inverted.basic.pink.label { + background-color: #1B1C1D; + border-color: #FF8EDF; + color: #FF8EDF; +} + +.ui.inverted.basic.labels a.pink.label:hover, +a.ui.ui.ui.inverted.basic.pink.label:hover { + border-color: #ff5bd1; + background-color: #1B1C1D; + color: #ff5bd1; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .pink.label, +.ui.ui.ui.inverted.pink.basic.tag.label { + border: 1px solid #FF8EDF; +} + +.ui.inverted.basic.tag.labels .pink.label:before, +.ui.ui.ui.inverted.pink.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.brown.labels .label, +.ui.ui.ui.brown.label { + background-color: #A5673F; + border-color: #A5673F; + color: #FFFFFF; +} + +/* Link */ + +.ui.brown.labels a.label:hover, +a.ui.ui.ui.brown.label:hover { + background-color: #975b33; + border-color: #975b33; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.brown.ribbon.label { + border-color: #805031; +} + +/* Basic */ + +.ui.basic.labels .brown.label, +.ui.ui.ui.basic.brown.label { + background: none #FFFFFF; + border-color: #A5673F; + color: #A5673F; +} + +.ui.basic.labels a.brown.label:hover, +a.ui.ui.ui.basic.brown.label:hover { + background: none #FFFFFF; + border-color: #975b33; + color: #975b33; +} + +/* Inverted */ + +.ui.inverted.labels .brown.label, +.ui.ui.ui.inverted.brown.label { + background-color: #D67C1C; + border-color: #D67C1C; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.brown.label:hover, +a.ui.ui.ui.inverted.brown.label:hover { + background-color: #b0620f; + border-color: #b0620f; + color: #1B1C1D; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.brown.ribbon.label { + border-color: #a96216; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .brown.label, +.ui.ui.ui.inverted.basic.brown.label { + background-color: #1B1C1D; + border-color: #D67C1C; + color: #D67C1C; +} + +.ui.inverted.basic.labels a.brown.label:hover, +a.ui.ui.ui.inverted.basic.brown.label:hover { + border-color: #b0620f; + background-color: #1B1C1D; + color: #b0620f; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .brown.label, +.ui.ui.ui.inverted.brown.basic.tag.label { + border: 1px solid #D67C1C; +} + +.ui.inverted.basic.tag.labels .brown.label:before, +.ui.ui.ui.inverted.brown.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.grey.labels .label, +.ui.ui.ui.grey.label { + background-color: #767676; + border-color: #767676; + color: #FFFFFF; +} + +/* Link */ + +.ui.grey.labels a.label:hover, +a.ui.ui.ui.grey.label:hover { + background-color: #838383; + border-color: #838383; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.grey.ribbon.label { + border-color: #5d5d5d; +} + +/* Basic */ + +.ui.basic.labels .grey.label, +.ui.ui.ui.basic.grey.label { + background: none #FFFFFF; + border-color: #767676; + color: #767676; +} + +.ui.basic.labels a.grey.label:hover, +a.ui.ui.ui.basic.grey.label:hover { + background: none #FFFFFF; + border-color: #838383; + color: #838383; +} + +/* Inverted */ + +.ui.inverted.labels .grey.label, +.ui.ui.ui.inverted.grey.label { + background-color: #DCDDDE; + border-color: #DCDDDE; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.grey.label:hover, +a.ui.ui.ui.inverted.grey.label:hover { + background-color: #c2c4c5; + border-color: #c2c4c5; + color: #FFFFFF; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.grey.ribbon.label { + border-color: #e9eaea; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .grey.label, +.ui.ui.ui.inverted.basic.grey.label { + background-color: #1B1C1D; + border-color: #DCDDDE; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.basic.labels a.grey.label:hover, +a.ui.ui.ui.inverted.basic.grey.label:hover { + border-color: #c2c4c5; + background-color: #1B1C1D; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .grey.label, +.ui.ui.ui.inverted.grey.basic.tag.label { + border: 1px solid #DCDDDE; +} + +.ui.inverted.basic.tag.labels .grey.label:before, +.ui.ui.ui.inverted.grey.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +.ui.black.labels .label, +.ui.ui.ui.black.label { + background-color: #1B1C1D; + border-color: #1B1C1D; + color: #FFFFFF; +} + +/* Link */ + +.ui.black.labels a.label:hover, +a.ui.ui.ui.black.label:hover { + background-color: #27292a; + border-color: #27292a; + color: #FFFFFF; +} + +/* Ribbon */ + +.ui.ui.ui.black.ribbon.label { + border-color: #020203; +} + +/* Basic */ + +.ui.basic.labels .black.label, +.ui.ui.ui.basic.black.label { + background: none #FFFFFF; + border-color: #1B1C1D; + color: #1B1C1D; +} + +.ui.basic.labels a.black.label:hover, +a.ui.ui.ui.basic.black.label:hover { + background: none #FFFFFF; + border-color: #27292a; + color: #27292a; +} + +/* Inverted */ + +.ui.inverted.labels .black.label, +.ui.ui.ui.inverted.black.label { + background-color: #545454; + border-color: #545454; + color: #1B1C1D; +} + +/* Inverted Link */ + +.ui.inverted.labels a.black.label:hover, +a.ui.ui.ui.inverted.black.label:hover { + background-color: #000000; + border-color: #000000; + color: #FFFFFF; +} + +/* Inverted Ribbon */ + +.ui.ui.ui.inverted.black.ribbon.label { + border-color: #616161; +} + +/* Inverted Basic */ + +.ui.inverted.basic.labels .black.label, +.ui.ui.ui.inverted.basic.black.label { + background-color: #1B1C1D; + border-color: #545454; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.basic.labels a.black.label:hover, +a.ui.ui.ui.inverted.basic.black.label:hover { + border-color: #000000; + background-color: #1B1C1D; +} + +/* Inverted Basic Tags */ + +.ui.inverted.basic.tag.labels .black.label, +.ui.ui.ui.inverted.black.basic.tag.label { + border: 1px solid #545454; +} + +.ui.inverted.basic.tag.labels .black.label:before, +.ui.ui.ui.inverted.black.basic.tag.label:before { + border-color: inherit; + border-width: 1px 0 0 1px; + border-style: inherit; + background-color: #1B1C1D; + right: calc(100% + 1px); +} + +/*------------------- + Horizontal +--------------------*/ + +.ui.horizontal.labels .label, +.ui.horizontal.label { + margin: 0 0.5em 0 0; + padding: 0.4em 0.833em; + min-width: 3em; + text-align: center; +} + +/*------------------- + Circular + --------------------*/ + +.ui.circular.labels .label, +.ui.circular.label { + min-width: 2em; + min-height: 2em; + padding: 0.5em !important; + line-height: 1em; + text-align: center; + border-radius: 500rem; +} + +.ui.empty.circular.labels .label, +.ui.empty.circular.label { + min-width: 0; + min-height: 0; + overflow: hidden; + width: 0.5em; + height: 0.5em; + vertical-align: baseline; +} + +/*------------------- + Pointing + --------------------*/ + +.ui.pointing.label { + position: relative; +} + +.ui.attached.pointing.label { + position: absolute; +} + +.ui.pointing.label:before { + background-color: inherit; + background-image: inherit; + border-width: 0; + border-style: solid; + border-color: inherit; +} + +/* Arrow */ + +.ui.pointing.label:before { + position: absolute; + content: ''; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + background-image: none; + z-index: 2; + width: 0.6666em; + height: 0.6666em; + -webkit-transition: none; + transition: none; +} + +/*--- Above ---*/ + +.ui.pointing.label, +.ui[class*="pointing above"].label { + margin-top: 1em; +} + +.ui.pointing.label:before, +.ui[class*="pointing above"].label:before { + border-width: 1px 0 0 1px; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + top: 0; + left: 50%; +} + +/*--- Below ---*/ + +.ui[class*="bottom pointing"].label, +.ui[class*="pointing below"].label { + margin-top: 0; + margin-bottom: 1em; +} + +.ui[class*="bottom pointing"].label:before, +.ui[class*="pointing below"].label:before { + border-width: 0 1px 1px 0; + top: auto; + right: auto; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + top: 100%; + left: 50%; +} + +/*--- Left ---*/ + +.ui[class*="left pointing"].label { + margin-top: 0; + margin-left: 0.6666em; +} + +.ui[class*="left pointing"].label:before { + border-width: 0 0 1px 1px; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + bottom: auto; + right: auto; + top: 50%; + left: 0; +} + +/*--- Right ---*/ + +.ui[class*="right pointing"].label { + margin-top: 0; + margin-right: 0.6666em; +} + +.ui[class*="right pointing"].label:before { + border-width: 1px 1px 0 0; + -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); + transform: translateX(50%) translateY(-50%) rotate(45deg); + top: 50%; + right: 0; + bottom: auto; + left: auto; +} + +/* Basic Pointing */ + +/*--- Above ---*/ + +.ui.basic.pointing.label:before, +.ui.basic[class*="pointing above"].label:before { + margin-top: -1px; +} + +/*--- Below ---*/ + +.ui.basic[class*="bottom pointing"].label:before, +.ui.basic[class*="pointing below"].label:before { + bottom: auto; + top: 100%; + margin-top: 1px; +} + +/*--- Left ---*/ + +.ui.basic[class*="left pointing"].label:before { + top: 50%; + left: -1px; +} + +/*--- Right ---*/ + +.ui.basic[class*="right pointing"].label:before { + top: 50%; + right: -1px; +} + +/*------------------ + Floating Label + -------------------*/ + +.ui.floating.label { + position: absolute; + z-index: 100; + top: -1em; + right: 0; + white-space: nowrap; + -webkit-transform: translateX(50%); + transform: translateX(50%); +} + +.ui.right.aligned.floating.label { + -webkit-transform: translateX(1.2em); + transform: translateX(1.2em); +} + +.ui.left.floating.label { + left: 0; + right: auto; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); +} + +.ui.left.aligned.floating.label { + -webkit-transform: translateX(-1.2em); + transform: translateX(-1.2em); +} + +.ui.bottom.floating.label { + top: auto; + bottom: -1em; +} + +/*------------------- + Sizes +--------------------*/ + +.ui.labels .label, +.ui.label { + font-size: 0.85714286rem; +} + +.ui.mini.labels .label, +.ui.mini.label { + font-size: 0.64285714rem; +} + +.ui.tiny.labels .label, +.ui.tiny.label { + font-size: 0.71428571rem; +} + +.ui.small.labels .label, +.ui.small.label { + font-size: 0.78571429rem; +} + +.ui.large.labels .label, +.ui.large.label { + font-size: 1rem; +} + +.ui.big.labels .label, +.ui.big.label { + font-size: 1.28571429rem; +} + +.ui.huge.labels .label, +.ui.huge.label { + font-size: 1.42857143rem; +} + +.ui.massive.labels .label, +.ui.massive.label { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - List + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + List +*******************************/ + +ul.ui.list, +ol.ui.list, +.ui.list { + list-style-type: none; + margin: 1em 0; + padding: 0 0; +} + +ul.ui.list:first-child, +ol.ui.list:first-child, +.ui.list:first-child { + margin-top: 0; + padding-top: 0; +} + +ul.ui.list:last-child, +ol.ui.list:last-child, +.ui.list:last-child { + margin-bottom: 0; + padding-bottom: 0; +} + +/******************************* + Content +*******************************/ + +/* List Item */ + +ul.ui.list li, +ol.ui.list li, +.ui.list > .item, +.ui.list .list > .item { + display: list-item; + table-layout: fixed; + list-style-type: none; + list-style-position: outside; + padding: 0.21428571em 0; + line-height: 1.14285714em; +} + +ul.ui.list > li:first-child:after, +ol.ui.list > li:first-child:after, +.ui.list > .list > .item:after, +.ui.list > .item:after { + content: ''; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +ul.ui.list li:first-child, +ol.ui.list li:first-child, +.ui.list .list > .item:first-child, +.ui.list > .item:first-child { + padding-top: 0; +} + +ul.ui.list li:last-child, +ol.ui.list li:last-child, +.ui.list .list > .item:last-child, +.ui.list > .item:last-child { + padding-bottom: 0; +} + +/* Child List */ + +ul.ui.list ul, +ol.ui.list ol, +.ui.list .list:not(.icon) { + clear: both; + margin: 0; + padding: 0.75em 0 0.25em 0.5em; +} + +/* Child Item */ + +ul.ui.list ul li, +ol.ui.list ol li, +.ui.list .list > .item { + padding: 0.14285714em 0; + line-height: inherit; +} + +/* Icon */ + +.ui.list .list > .item > i.icon, +.ui.list > .item > i.icon { + display: table-cell; + min-width: 1.55em; + margin: 0; + padding-top: 0; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.list .list > .item > i.icon:not(.loading), +.ui.list > .item > i.icon:not(.loading) { + padding-right: 0.28571429em; + vertical-align: top; +} + +.ui.list .list > .item > i.icon:only-child, +.ui.list > .item > i.icon:only-child { + display: inline-block; + min-width: auto; + vertical-align: top; +} + +/* Image */ + +.ui.list .list > .item > .image, +.ui.list > .item > .image { + display: table-cell; + background-color: transparent; + margin: 0; + vertical-align: top; +} + +.ui.list .list > .item > .image:not(:only-child):not(img), +.ui.list > .item > .image:not(:only-child):not(img) { + padding-right: 0.5em; +} + +.ui.list .list > .item > .image img, +.ui.list > .item > .image img { + vertical-align: top; +} + +.ui.list .list > .item > img.image, +.ui.list .list > .item > .image:only-child, +.ui.list > .item > img.image, +.ui.list > .item > .image:only-child { + display: inline-block; +} + +/* Content */ + +.ui.list .list > .item > .content, +.ui.list > .item > .content { + line-height: 1.14285714em; + color: rgba(0, 0, 0, 0.87); +} + +.ui.list .list > .item > .image + .content, +.ui.list .list > .item > .icon + .content, +.ui.list > .item > .image + .content, +.ui.list > .item > .icon + .content { + display: table-cell; + width: 100%; + padding: 0 0 0 0.5em; + vertical-align: top; +} + +.ui.list .list > .item > .loading.icon + .content, +.ui.list > .item > .loading.icon + .content { + padding-left: calc(0.2857142857142857em + 0.5em); +} + +.ui.list .list > .item > img.image + .content, +.ui.list > .item > img.image + .content { + display: inline-block; + width: auto; +} + +.ui.list .list > .item > .content > .list, +.ui.list > .item > .content > .list { + margin-left: 0; + padding-left: 0; +} + +/* Header */ + +.ui.list .list > .item .header, +.ui.list > .item .header { + display: block; + margin: 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + color: rgba(0, 0, 0, 0.87); +} + +/* Description */ + +.ui.list .list > .item .description, +.ui.list > .item .description { + display: block; + color: rgba(0, 0, 0, 0.7); +} + +/* Child Link */ + +.ui.list > .item a, +.ui.list .list > .item a { + cursor: pointer; +} + +/* Linking Item */ + +.ui.list .list > a.item, +.ui.list > a.item { + cursor: pointer; + color: #4183C4; +} + +.ui.list .list > a.item:hover, +.ui.list > a.item:hover { + color: #1e70bf; +} + +/* Linked Item Icons */ + +.ui.list .list > a.item > i.icons, +.ui.list > a.item > i.icons, +.ui.list .list > a.item > i.icon, +.ui.list > a.item > i.icon { + color: rgba(0, 0, 0, 0.4); +} + +/* Header Link */ + +.ui.list .list > .item a.header, +.ui.list > .item a.header { + cursor: pointer; + color: #4183C4 !important; +} + +.ui.list .list > .item > a.header:hover, +.ui.list > .item > a.header:hover { + color: #1e70bf !important; +} + +/* Floated Content */ + +.ui[class*="left floated"].list { + float: left; +} + +.ui[class*="right floated"].list { + float: right; +} + +.ui.list .list > .item [class*="left floated"], +.ui.list > .item [class*="left floated"] { + float: left; + margin: 0 1em 0 0; +} + +.ui.list .list > .item [class*="right floated"], +.ui.list > .item [class*="right floated"] { + float: right; + margin: 0 0 0 1em; +} + +/******************************* + Coupling +*******************************/ + +.ui.menu .ui.list > .item, +.ui.menu .ui.list .list > .item { + display: list-item; + table-layout: fixed; + background-color: transparent; + list-style-type: none; + list-style-position: outside; + padding: 0.21428571em 0; + line-height: 1.14285714em; +} + +.ui.menu .ui.list .list > .item:before, +.ui.menu .ui.list > .item:before { + border: none; + background: none; +} + +.ui.menu .ui.list .list > .item:first-child, +.ui.menu .ui.list > .item:first-child { + padding-top: 0; +} + +.ui.menu .ui.list .list > .item:last-child, +.ui.menu .ui.list > .item:last-child { + padding-bottom: 0; +} + +/******************************* + Types +*******************************/ + +/*------------------- + Horizontal + --------------------*/ + +.ui.horizontal.list { + display: inline-block; + font-size: 0; +} + +.ui.horizontal.list > .item { + display: inline-block; + margin-right: 1em; + font-size: 1rem; +} + +.ui.horizontal.list:not(.celled) > .item:last-child { + margin-right: 0; + padding-right: 0; +} + +.ui.horizontal.list .list:not(.icon) { + padding-left: 0; + padding-bottom: 0; +} + +.ui.horizontal.list > .item > .image, +.ui.horizontal.list .list > .item > .image, +.ui.horizontal.list > .item > .icon, +.ui.horizontal.list .list > .item > .icon, +.ui.horizontal.list > .item > .content, +.ui.horizontal.list .list > .item > .content { + vertical-align: middle; +} + +/* Padding on all elements */ + +.ui.horizontal.list > .item:first-child, +.ui.horizontal.list > .item:last-child { + padding-top: 0.21428571em; + padding-bottom: 0.21428571em; +} + +/* Horizontal List */ + +.ui.horizontal.list > .item > i.icon, +.ui.horizontal.list .item > i.icons > i.icon { + margin: 0; + padding: 0 0.25em 0 0; +} + +.ui.horizontal.list > .item > .image + .content, +.ui.horizontal.list > .item > .icon, +.ui.horizontal.list > .item > .icon + .content { + float: none; + display: inline-block; + width: auto; +} + +.ui.horizontal.list > .item > .image { + display: inline-block; +} + +/******************************* + States +*******************************/ + +/*------------------- + Disabled + --------------------*/ + +.ui.list .list > .disabled.item, +.ui.list > .disabled.item { + pointer-events: none; + color: rgba(40, 40, 40, 0.3) !important; +} + +.ui.inverted.list .list > .disabled.item, +.ui.inverted.list > .disabled.item { + color: rgba(225, 225, 225, 0.3) !important; +} + +/*------------------- + Hover +--------------------*/ + +.ui.list .list > a.item:hover > .icons, +.ui.list > a.item:hover > .icons, +.ui.list .list > a.item:hover > .icon, +.ui.list > a.item:hover > .icon { + color: rgba(0, 0, 0, 0.87); +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.list .list > a.item > .icon, +.ui.inverted.list > a.item > .icon { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.list .list > .item .header, +.ui.inverted.list > .item .header { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.list .list > .item .description, +.ui.inverted.list > .item .description { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.list .list > .item > .content, +.ui.inverted.list > .item > .content { + color: rgba(255, 255, 255, 0.7); +} + +/* Item Link */ + +.ui.inverted.list .list > a.item, +.ui.inverted.list > a.item { + cursor: pointer; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.list .list > a.item:hover, +.ui.inverted.list > a.item:hover { + color: #1e70bf; +} + +/* Linking Content */ + +.ui.inverted.list .item a:not(.ui) { + color: rgba(255, 255, 255, 0.9) !important; +} + +.ui.inverted.list .item a:not(.ui):hover { + color: #1e70bf !important; +} + +/*------------------- + Aligned + --------------------*/ + +.ui.list[class*="top aligned"] .image, +.ui.list[class*="top aligned"] .content, +.ui.list [class*="top aligned"] { + vertical-align: top !important; +} + +.ui.list[class*="middle aligned"] .image, +.ui.list[class*="middle aligned"] .content, +.ui.list [class*="middle aligned"] { + vertical-align: middle !important; +} + +.ui.list[class*="bottom aligned"] .image, +.ui.list[class*="bottom aligned"] .content, +.ui.list [class*="bottom aligned"] { + vertical-align: bottom !important; +} + +/*------------------- + Link + --------------------*/ + +.ui.link.list .item, +.ui.link.list a.item, +.ui.link.list .item a:not(.ui) { + color: rgba(0, 0, 0, 0.4); + -webkit-transition: 0.1s color ease; + transition: 0.1s color ease; +} + +.ui.link.list.list a.item:hover, +.ui.link.list.list .item a:not(.ui):hover { + color: rgba(0, 0, 0, 0.8); +} + +.ui.link.list.list a.item:active, +.ui.link.list.list .item a:not(.ui):active { + color: rgba(0, 0, 0, 0.9); +} + +.ui.link.list.list .active.item, +.ui.link.list.list .active.item a:not(.ui) { + color: rgba(0, 0, 0, 0.95); +} + +/* Inverted */ + +.ui.inverted.link.list .item, +.ui.inverted.link.list a.item, +.ui.inverted.link.list .item a:not(.ui) { + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.link.list.list a.item:hover, +.ui.inverted.link.list.list .item a:not(.ui):hover { + color: #ffffff; +} + +.ui.inverted.link.list.list a.item:active, +.ui.inverted.link.list.list .item a:not(.ui):active { + color: #ffffff; +} + +.ui.inverted.link.list.list a.active.item, +.ui.inverted.link.list.list .active.item a:not(.ui) { + color: #ffffff; +} + +/*------------------- + Selection + --------------------*/ + +.ui.selection.list .list > .item, +.ui.selection.list > .item { + cursor: pointer; + background: transparent; + padding: 0.5em 0.5em; + margin: 0; + color: rgba(0, 0, 0, 0.4); + border-radius: 0.5em; + -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; + transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; +} + +.ui.selection.list .list > .item:last-child, +.ui.selection.list > .item:last-child { + margin-bottom: 0; +} + +.ui.selection.list .list > .item:hover, +.ui.selection.list > .item:hover { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); +} + +.ui.selection.list .list > .item:active, +.ui.selection.list > .item:active { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.9); +} + +.ui.selection.list .list > .item.active, +.ui.selection.list > .item.active { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +/* Inverted */ + +.ui.inverted.selection.list > .item { + background: transparent; + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.selection.list > .item:hover { + background: rgba(255, 255, 255, 0.02); + color: #ffffff; +} + +.ui.inverted.selection.list > .item:active { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +.ui.inverted.selection.list > .item.active { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +/* Celled / Divided Selection List */ + +.ui.celled.selection.list .list > .item, +.ui.divided.selection.list .list > .item, +.ui.celled.selection.list > .item, +.ui.divided.selection.list > .item { + border-radius: 0; +} + +/*------------------- + Animated + --------------------*/ + +.ui.animated.list > .item { + -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s; + transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s; +} + +.ui.animated.list:not(.horizontal) > .item:hover { + padding-left: 1em; +} + +/*------------------- + Fitted + --------------------*/ + +.ui.fitted.list:not(.selection) .list > .item, +.ui.fitted.list:not(.selection) > .item { + padding-left: 0; + padding-right: 0; +} + +.ui.fitted.selection.list .list > .item, +.ui.fitted.selection.list > .item { + margin-left: -0.5em; + margin-right: -0.5em; +} + +/*------------------- + Bulleted + --------------------*/ + +ul.ui.list, +.ui.bulleted.list { + margin-left: 1.25rem; +} + +ul.ui.list li, +.ui.bulleted.list .list > .item, +.ui.bulleted.list > .item { + position: relative; +} + +ul.ui.list li:before, +.ui.bulleted.list .list > .item:before, +.ui.bulleted.list > .item:before { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + position: absolute; + top: auto; + left: auto; + font-weight: normal; + margin-left: -1.25rem; + content: '\2022'; + opacity: 1; + color: inherit; + vertical-align: top; +} + +ul.ui.list li:before, +.ui.bulleted.list .list > a.item:before, +.ui.bulleted.list > a.item:before { + color: rgba(0, 0, 0, 0.87); +} + +ul.ui.list ul, +.ui.bulleted.list .list:not(.icon) { + padding-left: 1.25rem; +} + +/* Horizontal Bulleted */ + +ul.ui.horizontal.bulleted.list, +.ui.horizontal.bulleted.list { + margin-left: 0; +} + +ul.ui.horizontal.bulleted.list li, +.ui.horizontal.bulleted.list > .item { + margin-left: 1.75rem; +} + +ul.ui.horizontal.bulleted.list li:first-child, +.ui.horizontal.bulleted.list > .item:first-child { + margin-left: 0; +} + +ul.ui.horizontal.bulleted.list li::before, +.ui.horizontal.bulleted.list > .item::before { + color: rgba(0, 0, 0, 0.87); +} + +ul.ui.horizontal.bulleted.list li:first-child::before, +.ui.horizontal.bulleted.list > .item:first-child::before { + display: none; +} + +/*------------------- + Ordered + --------------------*/ + +ol.ui.list, +.ui.ordered.list, +.ui.ordered.list .list:not(.icon), +ol.ui.list ol { + counter-reset: ordered; + margin-left: 1.25rem; + list-style-type: none; +} + +ol.ui.list li, +.ui.ordered.list .list > .item, +.ui.ordered.list > .item { + list-style-type: none; + position: relative; +} + +ol.ui.list li:before, +.ui.ordered.list .list > .item:before, +.ui.ordered.list > .item:before { + position: absolute; + top: auto; + left: auto; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + margin-left: -1.25rem; + counter-increment: ordered; + content: counters(ordered, ".") " "; + text-align: right; + color: rgba(0, 0, 0, 0.87); + vertical-align: middle; + opacity: 0.8; +} + +ol.ui.inverted.list li:before, +.ui.ordered.inverted.list .list > .item:before, +.ui.ordered.inverted.list > .item:before { + color: rgba(255, 255, 255, 0.7); +} + +/* Value */ + +.ui.ordered.list .list > .item[data-value]:before, +.ui.ordered.list > .item[data-value]:before { + content: attr(data-value); +} + +ol.ui.list li[value]:before { + content: attr(value); +} + +/* Child Lists */ + +ol.ui.list ol, +.ui.ordered.list .list:not(.icon) { + margin-left: 1em; +} + +ol.ui.list ol li:before, +.ui.ordered.list .list > .item:before { + margin-left: -2em; +} + +/* Horizontal Ordered */ + +ol.ui.horizontal.list, +.ui.ordered.horizontal.list { + margin-left: 0; +} + +ol.ui.horizontal.list li:before, +.ui.ordered.horizontal.list .list > .item:before, +.ui.ordered.horizontal.list > .item:before { + position: static; + margin: 0 0.5em 0 0; +} + +/* Suffixed Ordered */ + +ol.ui.suffixed.list li:before, +.ui.suffixed.ordered.list .list > .item:before, +.ui.suffixed.ordered.list > .item:before { + content: counters(ordered, ".") "."; +} + +/*------------------- + Divided + --------------------*/ + +.ui.divided.list > .item { + border-top: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.divided.list .list > .item { + border-top: none; +} + +.ui.divided.list .item .list > .item { + border-top: none; +} + +.ui.divided.list .list > .item:first-child, +.ui.divided.list > .item:first-child { + border-top: none; +} + +/* Sub Menu */ + +.ui.divided.list:not(.horizontal) .list > .item:first-child { + border-top-width: 1px; +} + +/* Divided bulleted */ + +.ui.divided.bulleted.list:not(.horizontal), +.ui.divided.bulleted.list .list:not(.icon) { + margin-left: 0; + padding-left: 0; +} + +.ui.divided.bulleted.list > .item:not(.horizontal) { + padding-left: 1.25rem; +} + +/* Divided Ordered */ + +.ui.divided.ordered.list { + margin-left: 0; +} + +.ui.divided.ordered.list .list > .item, +.ui.divided.ordered.list > .item { + padding-left: 1.25rem; +} + +.ui.divided.ordered.list .item .list:not(.icon) { + margin-left: 0; + margin-right: 0; + padding-bottom: 0.21428571em; +} + +.ui.divided.ordered.list .item .list > .item { + padding-left: 1em; +} + +/* Divided Selection */ + +.ui.divided.selection.list .list > .item, +.ui.divided.selection.list > .item { + margin: 0; + border-radius: 0; +} + +/* Divided horizontal */ + +.ui.divided.horizontal.list { + margin-left: 0; +} + +.ui.divided.horizontal.list > .item { + padding-left: 0.5em; +} + +.ui.divided.horizontal.list > .item:not(:last-child) { + padding-right: 0.5em; +} + +.ui.divided.horizontal.list > .item { + border-top: none; + border-right: 1px solid rgba(34, 36, 38, 0.15); + margin: 0; + line-height: 0.6; +} + +.ui.horizontal.divided.list > .item:last-child { + border-right: none; +} + +/* Inverted */ + +.ui.divided.inverted.list > .item, +.ui.divided.inverted.list > .list, +.ui.divided.inverted.horizontal.list > .item { + border-color: rgba(255, 255, 255, 0.1); +} + +/*------------------- + Celled + --------------------*/ + +.ui.celled.list > .item, +.ui.celled.list > .list { + border-top: 1px solid rgba(34, 36, 38, 0.15); + padding-left: 0.5em; + padding-right: 0.5em; +} + +.ui.celled.list > .item:last-child { + border-bottom: 1px solid rgba(34, 36, 38, 0.15); +} + +/* Padding on all elements */ + +.ui.celled.list > .item:first-child, +.ui.celled.list > .item:last-child { + padding-top: 0.21428571em; + padding-bottom: 0.21428571em; +} + +/* Sub Menu */ + +.ui.celled.list .item .list > .item { + border-width: 0; +} + +.ui.celled.list .list > .item:first-child { + border-top-width: 0; +} + +/* Celled Bulleted */ + +.ui.celled.bulleted.list { + margin-left: 0; +} + +.ui.celled.bulleted.list .list > .item, +.ui.celled.bulleted.list > .item { + padding-left: 1.25rem; +} + +.ui.celled.bulleted.list .item .list:not(.icon) { + margin-left: -1.25rem; + margin-right: -1.25rem; + padding-bottom: 0.21428571em; +} + +/* Celled Ordered */ + +.ui.celled.ordered.list { + margin-left: 0; +} + +.ui.celled.ordered.list .list > .item, +.ui.celled.ordered.list > .item { + padding-left: 1.25rem; +} + +.ui.celled.ordered.list .item .list:not(.icon) { + margin-left: 0; + margin-right: 0; + padding-bottom: 0.21428571em; +} + +.ui.celled.ordered.list .list > .item { + padding-left: 1em; +} + +/* Celled Horizontal */ + +.ui.horizontal.celled.list { + margin-left: 0; +} + +.ui.horizontal.celled.list .list > .item, +.ui.horizontal.celled.list > .item { + border-top: none; + border-left: 1px solid rgba(34, 36, 38, 0.15); + margin: 0; + padding-left: 0.5em; + padding-right: 0.5em; + line-height: 0.6; +} + +.ui.horizontal.celled.list .list > .item:last-child, +.ui.horizontal.celled.list > .item:last-child { + border-bottom: none; + border-right: 1px solid rgba(34, 36, 38, 0.15); +} + +/* Inverted */ + +.ui.celled.inverted.list > .item, +.ui.celled.inverted.list > .list { + border-color: rgba(255, 255, 255, 0.1); +} + +.ui.celled.inverted.horizontal.list .list > .item, +.ui.celled.inverted.horizontal.list > .item { + border-color: rgba(255, 255, 255, 0.1); +} + +/*------------------- + Relaxed + --------------------*/ + +.ui.relaxed.list:not(.horizontal) > .item:not(:first-child) { + padding-top: 0.42857143em; +} + +.ui.relaxed.list:not(.horizontal) > .item:not(:last-child) { + padding-bottom: 0.42857143em; +} + +.ui.horizontal.relaxed.list .list > .item:not(:first-child), +.ui.horizontal.relaxed.list > .item:not(:first-child) { + padding-left: 1rem; +} + +.ui.horizontal.relaxed.list .list > .item:not(:last-child), +.ui.horizontal.relaxed.list > .item:not(:last-child) { + padding-right: 1rem; +} + +/* Very Relaxed */ + +.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:first-child) { + padding-top: 0.85714286em; +} + +.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:last-child) { + padding-bottom: 0.85714286em; +} + +.ui.horizontal[class*="very relaxed"].list .list > .item:not(:first-child), +.ui.horizontal[class*="very relaxed"].list > .item:not(:first-child) { + padding-left: 1.5rem; +} + +.ui.horizontal[class*="very relaxed"].list .list > .item:not(:last-child), +.ui.horizontal[class*="very relaxed"].list > .item:not(:last-child) { + padding-right: 1.5rem; +} + +/*------------------- + Sizes +--------------------*/ + +.ui.list { + font-size: 1em; +} + +.ui.mini.list { + font-size: 0.78571429em; +} + +.ui.mini.horizontal.list .list > .item, +.ui.mini.horizontal.list > .item { + font-size: 0.78571429rem; +} + +.ui.tiny.list { + font-size: 0.85714286em; +} + +.ui.tiny.horizontal.list .list > .item, +.ui.tiny.horizontal.list > .item { + font-size: 0.85714286rem; +} + +.ui.small.list { + font-size: 0.92857143em; +} + +.ui.small.horizontal.list .list > .item, +.ui.small.horizontal.list > .item { + font-size: 0.92857143rem; +} + +.ui.large.list { + font-size: 1.14285714em; +} + +.ui.large.horizontal.list .list > .item, +.ui.large.horizontal.list > .item { + font-size: 1.14285714rem; +} + +.ui.big.list { + font-size: 1.28571429em; +} + +.ui.big.horizontal.list .list > .item, +.ui.big.horizontal.list > .item { + font-size: 1.28571429rem; +} + +.ui.huge.list { + font-size: 1.42857143em; +} + +.ui.huge.horizontal.list .list > .item, +.ui.huge.horizontal.list > .item { + font-size: 1.42857143rem; +} + +.ui.massive.list { + font-size: 1.71428571em; +} + +.ui.massive.horizontal.list .list > .item, +.ui.massive.horizontal.list > .item { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Loader + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Loader +*******************************/ + +/* Standard Size */ + +.ui.loader { + display: none; + position: absolute; + top: 50%; + left: 50%; + margin: 0; + text-align: center; + z-index: 1000; + -webkit-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} + +/* Static Shape */ + +.ui.loader:before { + position: absolute; + content: ''; + top: 0; + left: 50%; + width: 100%; + height: 100%; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.1); +} + +/* Active Shape */ + +.ui.loader:after { + position: absolute; + content: ''; + top: 0; + left: 50%; + width: 100%; + height: 100%; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; +} + +/* Speeds */ + +.ui.fast.loading.loading:after, +.ui.fast.loading.loading .input > i.icon:after, +.ui.fast.loading.loading > i.icon:after, +.ui.fast.loader:after { + -webkit-animation-duration: 0.3s; + animation-duration: 0.3s; +} + +.ui.slow.loading.loading:after, +.ui.slow.loading.loading .input > i.icon:after, +.ui.slow.loading.loading > i.icon:after, +.ui.slow.loader:after { + -webkit-animation-duration: 0.9s; + animation-duration: 0.9s; +} + +/* Active Animation */ + +@-webkit-keyframes loader { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes loader { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/*------------------- + Coupling +--------------------*/ + +/* Show inside active dimmer */ + +.ui.dimmer > .loader { + display: block; +} + +/* Black Dimmer */ + +.ui.dimmer > .ui.loader { + color: rgba(255, 255, 255, 0.9); +} + +.ui.dimmer > .ui.loader:not(.elastic):before { + border-color: rgba(255, 255, 255, 0.15); +} + +/* White Dimmer (Inverted) */ + +.ui.inverted.dimmer > .ui.loader { + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.dimmer > .ui.loader:not(.elastic):before { + border-color: rgba(0, 0, 0, 0.1); +} + +/******************************* + Types +*******************************/ + +/*------------------- + Text + --------------------*/ + +.ui.ui.ui.ui.text.loader { + width: auto; + height: auto; + text-align: center; + font-style: normal; +} + +/******************************* + States +*******************************/ + +.ui.indeterminate.loader:after { + animation-direction: reverse; + -webkit-animation-duration: 1.2s; + animation-duration: 1.2s; +} + +.ui.loader.active, +.ui.loader.visible { + display: block; +} + +.ui.loader.disabled, +.ui.loader.hidden { + display: none; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Sizes +--------------------*/ + +.ui.loader { + width: 2.28571429rem; + height: 2.28571429rem; + font-size: 1em; +} + +.ui.loader:before, +.ui.loader:after { + width: 2.28571429rem; + height: 2.28571429rem; + margin: 0 0 0 -1.14285714rem; +} + +.ui.text.loader { + min-width: 2.28571429rem; + padding-top: 3.07142857rem; +} + +.ui.mini.loader { + width: 1rem; + height: 1rem; + font-size: 0.78571429em; +} + +.ui.mini.loader:before, +.ui.mini.loader:after { + width: 1rem; + height: 1rem; + margin: 0 0 0 -0.5rem; +} + +.ui.mini.text.loader { + min-width: 1rem; + padding-top: 1.78571429rem; +} + +.ui.tiny.loader { + width: 1.14285714rem; + height: 1.14285714rem; + font-size: 0.85714286em; +} + +.ui.tiny.loader:before, +.ui.tiny.loader:after { + width: 1.14285714rem; + height: 1.14285714rem; + margin: 0 0 0 -0.57142857rem; +} + +.ui.tiny.text.loader { + min-width: 1.14285714rem; + padding-top: 1.92857143rem; +} + +.ui.small.loader { + width: 1.71428571rem; + height: 1.71428571rem; + font-size: 0.92857143em; +} + +.ui.small.loader:before, +.ui.small.loader:after { + width: 1.71428571rem; + height: 1.71428571rem; + margin: 0 0 0 -0.85714286rem; +} + +.ui.small.text.loader { + min-width: 1.71428571rem; + padding-top: 2.5rem; +} + +.ui.large.loader { + width: 3.42857143rem; + height: 3.42857143rem; + font-size: 1.14285714em; +} + +.ui.large.loader:before, +.ui.large.loader:after { + width: 3.42857143rem; + height: 3.42857143rem; + margin: 0 0 0 -1.71428571rem; +} + +.ui.large.text.loader { + min-width: 3.42857143rem; + padding-top: 4.21428571rem; +} + +.ui.big.loader { + width: 3.71428571rem; + height: 3.71428571rem; + font-size: 1.28571429em; +} + +.ui.big.loader:before, +.ui.big.loader:after { + width: 3.71428571rem; + height: 3.71428571rem; + margin: 0 0 0 -1.85714286rem; +} + +.ui.big.text.loader { + min-width: 3.71428571rem; + padding-top: 4.5rem; +} + +.ui.huge.loader { + width: 4.14285714rem; + height: 4.14285714rem; + font-size: 1.42857143em; +} + +.ui.huge.loader:before, +.ui.huge.loader:after { + width: 4.14285714rem; + height: 4.14285714rem; + margin: 0 0 0 -2.07142857rem; +} + +.ui.huge.text.loader { + min-width: 4.14285714rem; + padding-top: 4.92857143rem; +} + +.ui.massive.loader { + width: 4.57142857rem; + height: 4.57142857rem; + font-size: 1.71428571em; +} + +.ui.massive.loader:before, +.ui.massive.loader:after { + width: 4.57142857rem; + height: 4.57142857rem; + margin: 0 0 0 -2.28571429rem; +} + +.ui.massive.text.loader { + min-width: 4.57142857rem; + padding-top: 5.35714286rem; +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.elastic.loader.loader:before, +.ui.primary.basic.elastic.loading.button:before, +.ui.primary.basic.elastic.loading.button:after, +.ui.primary.elastic.loading.loading.loading:not(.segment):before, +.ui.primary.elastic.loading.loading.loading .input > i.icon:before, +.ui.primary.elastic.loading.loading.loading.loading > i.icon:before, +.ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.primary.loading.loading.loading.loading .input > i.icon:after, +.ui.primary.loading.loading.loading.loading > i.icon:after, +.ui.primary.loader.loader.loader:after { + color: #2185D0; +} + +.ui.inverted.primary.elastic.loader:before, +.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.primary.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.primary.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.primary.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.primary.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.primary.loading.loading.loading.loading > i.icon:after, +.ui.inverted.primary.loader.loader.loader:after { + color: #54C8FF; +} + +.ui.secondary.elastic.loader.loader:before, +.ui.secondary.basic.elastic.loading.button:before, +.ui.secondary.basic.elastic.loading.button:after, +.ui.secondary.elastic.loading.loading.loading:not(.segment):before, +.ui.secondary.elastic.loading.loading.loading .input > i.icon:before, +.ui.secondary.elastic.loading.loading.loading.loading > i.icon:before, +.ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.secondary.loading.loading.loading.loading .input > i.icon:after, +.ui.secondary.loading.loading.loading.loading > i.icon:after, +.ui.secondary.loader.loader.loader:after { + color: #1B1C1D; +} + +.ui.inverted.secondary.elastic.loader:before, +.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.secondary.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.secondary.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.secondary.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.secondary.loading.loading.loading.loading > i.icon:after, +.ui.inverted.secondary.loader.loader.loader:after { + color: #545454; +} + +.ui.red.elastic.loader.loader:before, +.ui.red.basic.elastic.loading.button:before, +.ui.red.basic.elastic.loading.button:after, +.ui.red.elastic.loading.loading.loading:not(.segment):before, +.ui.red.elastic.loading.loading.loading .input > i.icon:before, +.ui.red.elastic.loading.loading.loading.loading > i.icon:before, +.ui.red.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.red.loading.loading.loading.loading .input > i.icon:after, +.ui.red.loading.loading.loading.loading > i.icon:after, +.ui.red.loader.loader.loader:after { + color: #DB2828; +} + +.ui.inverted.red.elastic.loader:before, +.ui.inverted.red.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.red.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.red.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.red.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.red.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.red.loading.loading.loading.loading > i.icon:after, +.ui.inverted.red.loader.loader.loader:after { + color: #FF695E; +} + +.ui.orange.elastic.loader.loader:before, +.ui.orange.basic.elastic.loading.button:before, +.ui.orange.basic.elastic.loading.button:after, +.ui.orange.elastic.loading.loading.loading:not(.segment):before, +.ui.orange.elastic.loading.loading.loading .input > i.icon:before, +.ui.orange.elastic.loading.loading.loading.loading > i.icon:before, +.ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.orange.loading.loading.loading.loading .input > i.icon:after, +.ui.orange.loading.loading.loading.loading > i.icon:after, +.ui.orange.loader.loader.loader:after { + color: #F2711C; +} + +.ui.inverted.orange.elastic.loader:before, +.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.orange.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.orange.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.orange.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.orange.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.orange.loading.loading.loading.loading > i.icon:after, +.ui.inverted.orange.loader.loader.loader:after { + color: #FF851B; +} + +.ui.yellow.elastic.loader.loader:before, +.ui.yellow.basic.elastic.loading.button:before, +.ui.yellow.basic.elastic.loading.button:after, +.ui.yellow.elastic.loading.loading.loading:not(.segment):before, +.ui.yellow.elastic.loading.loading.loading .input > i.icon:before, +.ui.yellow.elastic.loading.loading.loading.loading > i.icon:before, +.ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.yellow.loading.loading.loading.loading .input > i.icon:after, +.ui.yellow.loading.loading.loading.loading > i.icon:after, +.ui.yellow.loader.loader.loader:after { + color: #FBBD08; +} + +.ui.inverted.yellow.elastic.loader:before, +.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.yellow.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.yellow.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.yellow.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.yellow.loading.loading.loading.loading > i.icon:after, +.ui.inverted.yellow.loader.loader.loader:after { + color: #FFE21F; +} + +.ui.olive.elastic.loader.loader:before, +.ui.olive.basic.elastic.loading.button:before, +.ui.olive.basic.elastic.loading.button:after, +.ui.olive.elastic.loading.loading.loading:not(.segment):before, +.ui.olive.elastic.loading.loading.loading .input > i.icon:before, +.ui.olive.elastic.loading.loading.loading.loading > i.icon:before, +.ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.olive.loading.loading.loading.loading .input > i.icon:after, +.ui.olive.loading.loading.loading.loading > i.icon:after, +.ui.olive.loader.loader.loader:after { + color: #B5CC18; +} + +.ui.inverted.olive.elastic.loader:before, +.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.olive.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.olive.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.olive.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.olive.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.olive.loading.loading.loading.loading > i.icon:after, +.ui.inverted.olive.loader.loader.loader:after { + color: #D9E778; +} + +.ui.green.elastic.loader.loader:before, +.ui.green.basic.elastic.loading.button:before, +.ui.green.basic.elastic.loading.button:after, +.ui.green.elastic.loading.loading.loading:not(.segment):before, +.ui.green.elastic.loading.loading.loading .input > i.icon:before, +.ui.green.elastic.loading.loading.loading.loading > i.icon:before, +.ui.green.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.green.loading.loading.loading.loading .input > i.icon:after, +.ui.green.loading.loading.loading.loading > i.icon:after, +.ui.green.loader.loader.loader:after { + color: #21BA45; +} + +.ui.inverted.green.elastic.loader:before, +.ui.inverted.green.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.green.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.green.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.green.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.green.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.green.loading.loading.loading.loading > i.icon:after, +.ui.inverted.green.loader.loader.loader:after { + color: #2ECC40; +} + +.ui.teal.elastic.loader.loader:before, +.ui.teal.basic.elastic.loading.button:before, +.ui.teal.basic.elastic.loading.button:after, +.ui.teal.elastic.loading.loading.loading:not(.segment):before, +.ui.teal.elastic.loading.loading.loading .input > i.icon:before, +.ui.teal.elastic.loading.loading.loading.loading > i.icon:before, +.ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.teal.loading.loading.loading.loading .input > i.icon:after, +.ui.teal.loading.loading.loading.loading > i.icon:after, +.ui.teal.loader.loader.loader:after { + color: #00B5AD; +} + +.ui.inverted.teal.elastic.loader:before, +.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.teal.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.teal.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.teal.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.teal.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.teal.loading.loading.loading.loading > i.icon:after, +.ui.inverted.teal.loader.loader.loader:after { + color: #6DFFFF; +} + +.ui.blue.elastic.loader.loader:before, +.ui.blue.basic.elastic.loading.button:before, +.ui.blue.basic.elastic.loading.button:after, +.ui.blue.elastic.loading.loading.loading:not(.segment):before, +.ui.blue.elastic.loading.loading.loading .input > i.icon:before, +.ui.blue.elastic.loading.loading.loading.loading > i.icon:before, +.ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.blue.loading.loading.loading.loading .input > i.icon:after, +.ui.blue.loading.loading.loading.loading > i.icon:after, +.ui.blue.loader.loader.loader:after { + color: #2185D0; +} + +.ui.inverted.blue.elastic.loader:before, +.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.blue.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.blue.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.blue.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.blue.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.blue.loading.loading.loading.loading > i.icon:after, +.ui.inverted.blue.loader.loader.loader:after { + color: #54C8FF; +} + +.ui.violet.elastic.loader.loader:before, +.ui.violet.basic.elastic.loading.button:before, +.ui.violet.basic.elastic.loading.button:after, +.ui.violet.elastic.loading.loading.loading:not(.segment):before, +.ui.violet.elastic.loading.loading.loading .input > i.icon:before, +.ui.violet.elastic.loading.loading.loading.loading > i.icon:before, +.ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.violet.loading.loading.loading.loading .input > i.icon:after, +.ui.violet.loading.loading.loading.loading > i.icon:after, +.ui.violet.loader.loader.loader:after { + color: #6435C9; +} + +.ui.inverted.violet.elastic.loader:before, +.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.violet.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.violet.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.violet.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.violet.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.violet.loading.loading.loading.loading > i.icon:after, +.ui.inverted.violet.loader.loader.loader:after { + color: #A291FB; +} + +.ui.purple.elastic.loader.loader:before, +.ui.purple.basic.elastic.loading.button:before, +.ui.purple.basic.elastic.loading.button:after, +.ui.purple.elastic.loading.loading.loading:not(.segment):before, +.ui.purple.elastic.loading.loading.loading .input > i.icon:before, +.ui.purple.elastic.loading.loading.loading.loading > i.icon:before, +.ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.purple.loading.loading.loading.loading .input > i.icon:after, +.ui.purple.loading.loading.loading.loading > i.icon:after, +.ui.purple.loader.loader.loader:after { + color: #A333C8; +} + +.ui.inverted.purple.elastic.loader:before, +.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.purple.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.purple.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.purple.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.purple.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.purple.loading.loading.loading.loading > i.icon:after, +.ui.inverted.purple.loader.loader.loader:after { + color: #DC73FF; +} + +.ui.pink.elastic.loader.loader:before, +.ui.pink.basic.elastic.loading.button:before, +.ui.pink.basic.elastic.loading.button:after, +.ui.pink.elastic.loading.loading.loading:not(.segment):before, +.ui.pink.elastic.loading.loading.loading .input > i.icon:before, +.ui.pink.elastic.loading.loading.loading.loading > i.icon:before, +.ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.pink.loading.loading.loading.loading .input > i.icon:after, +.ui.pink.loading.loading.loading.loading > i.icon:after, +.ui.pink.loader.loader.loader:after { + color: #E03997; +} + +.ui.inverted.pink.elastic.loader:before, +.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.pink.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.pink.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.pink.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.pink.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.pink.loading.loading.loading.loading > i.icon:after, +.ui.inverted.pink.loader.loader.loader:after { + color: #FF8EDF; +} + +.ui.brown.elastic.loader.loader:before, +.ui.brown.basic.elastic.loading.button:before, +.ui.brown.basic.elastic.loading.button:after, +.ui.brown.elastic.loading.loading.loading:not(.segment):before, +.ui.brown.elastic.loading.loading.loading .input > i.icon:before, +.ui.brown.elastic.loading.loading.loading.loading > i.icon:before, +.ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.brown.loading.loading.loading.loading .input > i.icon:after, +.ui.brown.loading.loading.loading.loading > i.icon:after, +.ui.brown.loader.loader.loader:after { + color: #A5673F; +} + +.ui.inverted.brown.elastic.loader:before, +.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.brown.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.brown.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.brown.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.brown.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.brown.loading.loading.loading.loading > i.icon:after, +.ui.inverted.brown.loader.loader.loader:after { + color: #D67C1C; +} + +.ui.grey.elastic.loader.loader:before, +.ui.grey.basic.elastic.loading.button:before, +.ui.grey.basic.elastic.loading.button:after, +.ui.grey.elastic.loading.loading.loading:not(.segment):before, +.ui.grey.elastic.loading.loading.loading .input > i.icon:before, +.ui.grey.elastic.loading.loading.loading.loading > i.icon:before, +.ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.grey.loading.loading.loading.loading .input > i.icon:after, +.ui.grey.loading.loading.loading.loading > i.icon:after, +.ui.grey.loader.loader.loader:after { + color: #767676; +} + +.ui.inverted.grey.elastic.loader:before, +.ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.grey.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.grey.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.grey.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.grey.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.grey.loading.loading.loading.loading > i.icon:after, +.ui.inverted.grey.loader.loader.loader:after { + color: #DCDDDE; +} + +.ui.black.elastic.loader.loader:before, +.ui.black.basic.elastic.loading.button:before, +.ui.black.basic.elastic.loading.button:after, +.ui.black.elastic.loading.loading.loading:not(.segment):before, +.ui.black.elastic.loading.loading.loading .input > i.icon:before, +.ui.black.elastic.loading.loading.loading.loading > i.icon:before, +.ui.black.loading.loading.loading.loading:not(.usual):not(.button):after, +.ui.black.loading.loading.loading.loading .input > i.icon:after, +.ui.black.loading.loading.loading.loading > i.icon:after, +.ui.black.loader.loader.loader:after { + color: #1B1C1D; +} + +.ui.inverted.black.elastic.loader:before, +.ui.inverted.black.elastic.loading.loading.loading:not(.segment):before, +.ui.inverted.black.elastic.loading.loading.loading .input > i.icon:before, +.ui.inverted.black.elastic.loading.loading.loading > i.icon:before, +.ui.inverted.black.loading.loading.loading.loading:not(.usual):after, +.ui.inverted.black.loading.loading.loading.loading .input > i.icon:after, +.ui.inverted.black.loading.loading.loading.loading > i.icon:after, +.ui.inverted.black.loader.loader.loader:after { + color: #545454; +} + +.ui.elastic.loader.loader:before, +.ui.elastic.loading.loading.loading:before, +.ui.elastic.loading.loading.loading .input > i.icon:before, +.ui.elastic.loading.loading.loading > i.icon:before, +.ui.loading.loading.loading.loading:not(.usual):after, +.ui.loading.loading.loading.loading .input > i.icon:after, +.ui.loading.loading.loading.loading > i.icon:after, +.ui.loader.loader.loader:after { + border-color: currentColor; +} + +.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic):before { + color: #FFFFFF; +} + +.ui.elastic.basic.loading.button:before, +.ui.elastic.basic.loading.button:after { + color: #767676; +} + +.ui.double.loading.loading.loading.loading.button:after { + border-bottom-color: currentColor; +} + +/*------------------- + Inline + --------------------*/ + +.ui.inline.loader { + position: relative; + vertical-align: middle; + margin: 0; + left: 0; + top: 0; + -webkit-transform: none; + transform: none; +} + +.ui.inline.loader.active, +.ui.inline.loader.visible { + display: inline-block; +} + +/* Centered Inline */ + +.ui.centered.inline.loader.active, +.ui.centered.inline.loader.visible { + display: block; + margin-left: auto; + margin-right: auto; +} + +.ui.loading.loading.loading.loading.loading.loading:after, +.ui.loading.loading.loading.loading.loading.loading .input > i.icon:after, +.ui.loading.loading.loading.loading.loading.loading > i.icon:after, +.ui.loader.loader.loader.loader.loader:after { + border-left-color: transparent; + border-right-color: transparent; +} + +.ui.loading.loading.loading.loading.loading.loading.loading:not(.double):after, +.ui.loading.loading.loading.loading.loading.loading.loading:not(.double) .input > i.icon:after, +.ui.loading.loading.loading.loading.loading.loading.loading:not(.double) > i.icon:after, +.ui.loader.loader.loader.loader.loader.loader:not(.double):after { + border-bottom-color: transparent; +} + +.ui.loading.loading.loading.loading.loading.loading.segment:after, +.ui.loading.loading.loading.loading.loading.loading.form:after { + border-left-color: rgba(0, 0, 0, 0.1); + border-right-color: rgba(0, 0, 0, 0.1); +} + +.ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after, +.ui.loading.loading.loading.loading.loading.loading.form:not(.double):after { + border-bottom-color: rgba(0, 0, 0, 0.1); +} + +/*------------------- + Elastic + --------------------*/ + +.ui.dimmer > .ui.elastic.loader { + color: #FFFFFF; +} + +.ui.inverted.dimmer > .ui.elastic.loader { + color: #767676; +} + +.ui.elastic.loading.loading:not(.form):not(.segment):after, +.ui.elastic.loading.loading .input > i.icon:after, +.ui.elastic.loading.loading > i.icon:after, +.ui.elastic.loader.loader:after { + -webkit-animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61); + animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61); + -webkit-animation-delay: 0.3s; + animation-delay: 0.3s; +} + +.ui.elastic.loading.loading.loading:not(.form):not(.segment):before, +.ui.elastic.loading.loading.loading .input > i.icon:before, +.ui.elastic.loading.loading.loading > i.icon:before, +.ui.elastic.loader.loader:before { + -webkit-animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61); + animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61); + -moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61); + border-right-color: transparent; +} + +.ui.elastic.inline.loader:empty { + -webkit-animation: loader 8s infinite linear; + animation: loader 8s infinite linear; +} + +.ui.slow.elastic.loading.loading:not(.form):not(.segment):after, +.ui.slow.elastic.loading.loading .input > i.icon:after, +.ui.slow.elastic.loading.loading > i.icon:after, +.ui.slow.elastic.loader.loader:after { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-delay: 0.45s; + animation-delay: 0.45s; +} + +.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before, +.ui.slow.elastic.loading.loading.loading .input > i.icon:before, +.ui.slow.elastic.loading.loading.loading > i.icon:before, +.ui.slow.elastic.loader.loader:before { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; +} + +.ui.fast.elastic.loading.loading:not(.form):not(.segment):after, +.ui.fast.elastic.loading.loading .input > i.icon:after, +.ui.fast.elastic.loading.loading > i.icon:after, +.ui.fast.elastic.loader.loader:after { + -webkit-animation-duration: 0.66s; + animation-duration: 0.66s; + -webkit-animation-delay: 0.2s; + animation-delay: 0.2s; +} + +.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before, +.ui.fast.elastic.loading.loading.loading .input > i.icon:before, +.ui.fast.elastic.loading.loading.loading > i.icon:before, +.ui.fast.elastic.loader.loader:before { + -webkit-animation-duration: 0.66s; + animation-duration: 0.66s; +} + +@-webkit-keyframes elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent; + } + + 1.1%, 50% { + border-left-color: inherit; + } + + 10%, 35.1% { + border-bottom-color: transparent; + } + + 10.1%, 35% { + border-bottom-color: inherit; + } + + 50.1% { + border-left-color: transparent; + } + + 100% { + border-left-color: transparent; + border-bottom-color: transparent; + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent; + } + + 1.1%, 50% { + border-left-color: inherit; + } + + 10%, 35.1% { + border-bottom-color: transparent; + } + + 10.1%, 35% { + border-bottom-color: inherit; + } + + 50.1% { + border-left-color: transparent; + } + + 100% { + border-left-color: transparent; + border-bottom-color: transparent; + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@-webkit-keyframes currentcolor-elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent; + } + + 1.1%, 50% { + border-left-color: currentColor; + } + + 10%, 35.1% { + border-bottom-color: transparent; + } + + 10.1%, 35% { + border-bottom-color: currentColor; + } + + 50.1% { + border-left-color: transparent; + } + + 100% { + border-left-color: transparent; + border-bottom-color: transparent; + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes currentcolor-elastic-loader { + 0%, 1% { + border-left-color: transparent; + border-bottom-color: transparent; + } + + 1.1%, 50% { + border-left-color: currentColor; + } + + 10%, 35.1% { + border-bottom-color: transparent; + } + + 10.1%, 35% { + border-bottom-color: currentColor; + } + + 50.1% { + border-left-color: transparent; + } + + 100% { + border-left-color: transparent; + border-bottom-color: transparent; + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Loader + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/*------------------- + Content +--------------------*/ + +.ui.placeholder { + position: static; + overflow: hidden; + -webkit-animation: placeholderShimmer 2s linear; + animation: placeholderShimmer 2s linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + background-color: #FFFFFF; + background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08))); + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%); + background-size: 1200px 100%; + max-width: 30rem; +} + +@-webkit-keyframes placeholderShimmer { + 0% { + background-position: -1200px 0; + } + + 100% { + background-position: 1200px 0; + } +} + +@keyframes placeholderShimmer { + 0% { + background-position: -1200px 0; + } + + 100% { + background-position: 1200px 0; + } +} + +.ui.placeholder + .ui.placeholder { + margin-top: 2rem; +} + +.ui.placeholder + .ui.placeholder { + -webkit-animation-delay: 0.15s; + animation-delay: 0.15s; +} + +.ui.placeholder + .ui.placeholder + .ui.placeholder { + -webkit-animation-delay: 0.3s; + animation-delay: 0.3s; +} + +.ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder { + -webkit-animation-delay: 0.45s; + animation-delay: 0.45s; +} + +.ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder + .ui.placeholder { + -webkit-animation-delay: 0.6s; + animation-delay: 0.6s; +} + +.ui.placeholder, +.ui.placeholder > :before, +.ui.placeholder .image.header:after, +.ui.placeholder .line, +.ui.placeholder .line:after { + background-color: #FFFFFF; +} + +.ui.placeholder.hidden { + display: none; +} + +/* Image */ + +.ui.placeholder .image:not(.header):not(.ui):not(.icon) { + height: 100px; +} + +.ui.placeholder .square.image:not(.header) { + height: 0; + overflow: hidden; + /* 1/1 aspect ratio */ + padding-top: 100%; +} + +.ui.placeholder .rectangular.image:not(.header) { + height: 0; + overflow: hidden; + /* 4/3 aspect ratio */ + padding-top: 75%; +} + +/* Lines */ + +.ui.placeholder .line { + position: relative; + height: 0.85714286em; +} + +.ui.placeholder .line:before, +.ui.placeholder .line:after { + top: 100%; + position: absolute; + content: ''; + background-color: inherit; +} + +.ui.placeholder .line:before { + left: 0; +} + +.ui.placeholder .line:after { + right: 0; +} + +/* Any Lines */ + +.ui.placeholder .line { + margin-bottom: 0.5em; +} + +.ui.placeholder .line:before, +.ui.placeholder .line:after { + height: 0.5em; +} + +.ui.placeholder .line:not(:first-child) { + margin-top: 0.5em; +} + +/* Line Outdent */ + +.ui.placeholder .line:nth-child(1):after { + width: 0; +} + +.ui.placeholder .line:nth-child(2):after { + width: 50%; +} + +.ui.placeholder .line:nth-child(3):after { + width: 10%; +} + +.ui.placeholder .line:nth-child(4):after { + width: 35%; +} + +.ui.placeholder .line:nth-child(5):after { + width: 65%; +} + +/* Header Image + 2 Lines */ + +.ui.placeholder .header { + position: relative; + overflow: hidden; +} + +/* Header Line 1 & 2*/ + +.ui.placeholder .header .line { + margin-bottom: 0.64285714em; +} + +.ui.placeholder .header .line:before, +.ui.placeholder .header .line:after { + height: 0.64285714em; +} + +.ui.placeholder .header .line:not(:first-child) { + margin-top: 0.64285714em; +} + +.ui.placeholder .header .line:after { + width: 20%; +} + +.ui.placeholder .header .line:nth-child(2):after { + width: 60%; +} + +/* Image Header */ + +.ui.placeholder .image.header .line { + margin-left: 3em; +} + +.ui.placeholder .image.header .line:before { + width: 0.71428571rem; +} + +.ui.placeholder .image.header:after { + display: block; + height: 0.85714286em; + content: ''; + margin-left: 3em; +} + +/* Spacing */ + +.ui.placeholder .image .line:first-child, +.ui.placeholder .paragraph .line:first-child, +.ui.placeholder .header .line:first-child { + height: 0.01px; +} + +.ui.placeholder .image:not(:first-child):before, +.ui.placeholder .paragraph:not(:first-child):before, +.ui.placeholder .header:not(:first-child):before { + height: 1.42857143em; + content: ''; + display: block; +} + +/* Inverted Content Loader */ + +.ui.inverted.placeholder { + background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.08)), color-stop(15%, rgba(255, 255, 255, 0.14)), color-stop(30%, rgba(255, 255, 255, 0.08))); + background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%); + background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%); +} + +.ui.inverted.placeholder, +.ui.inverted.placeholder > :before, +.ui.inverted.placeholder .image.header:after, +.ui.inverted.placeholder .line, +.ui.inverted.placeholder .line:after { + background-color: #1B1C1D; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Sizes +--------------------*/ + +.ui.placeholder .full.line.line.line:after { + width: 0; +} + +.ui.placeholder .very.long.line.line.line:after { + width: 10%; +} + +.ui.placeholder .long.line.line.line:after { + width: 35%; +} + +.ui.placeholder .medium.line.line.line:after { + width: 50%; +} + +.ui.placeholder .short.line.line.line:after { + width: 65%; +} + +.ui.placeholder .very.short.line.line.line:after { + width: 80%; +} + +/*------------------- + Fluid + --------------------*/ + +.ui.fluid.placeholder { + max-width: none; +} + +/******************************* + Theme Overrides +*******************************/ +/*! + * # Fomantic-UI - Rail + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Rails +*******************************/ + +.ui.rail { + position: absolute; + top: 0; + width: 300px; + height: 100%; +} + +.ui.left.rail { + left: auto; + right: 100%; + padding: 0 2rem 0 0; + margin: 0 2rem 0 0; +} + +.ui.right.rail { + left: 100%; + right: auto; + padding: 0 0 0 2rem; + margin: 0 0 0 2rem; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Internal + ---------------*/ + +.ui.left.internal.rail { + left: 0; + right: auto; + padding: 0 0 0 2rem; + margin: 0 0 0 2rem; +} + +.ui.right.internal.rail { + left: auto; + right: 0; + padding: 0 2rem 0 0; + margin: 0 2rem 0 0; +} + +/*-------------- + Dividing + ---------------*/ + +.ui.dividing.rail { + width: 302.5px; +} + +.ui.left.dividing.rail { + padding: 0 2.5rem 0 0; + margin: 0 2.5rem 0 0; + border-right: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.right.dividing.rail { + border-left: 1px solid rgba(34, 36, 38, 0.15); + padding: 0 0 0 2.5rem; + margin: 0 0 0 2.5rem; +} + +/*-------------- + Distance + ---------------*/ + +.ui.close.rail { + width: calc(300px + 1em); +} + +.ui.close.left.rail { + padding: 0 1em 0 0; + margin: 0 1em 0 0; +} + +.ui.close.right.rail { + padding: 0 0 0 1em; + margin: 0 0 0 1em; +} + +.ui.very.close.rail { + width: calc(300px + 0.5em); +} + +.ui.very.close.left.rail { + padding: 0 0.5em 0 0; + margin: 0 0.5em 0 0; +} + +.ui.very.close.right.rail { + padding: 0 0 0 0.5em; + margin: 0 0 0 0.5em; +} + +/*-------------- + Attached + ---------------*/ + +.ui.attached.left.rail, +.ui.attached.right.rail { + padding: 0; + margin: 0; +} + +/*-------------- + Sizing +---------------*/ + +.ui.rail { + font-size: 1rem; +} + +.ui.mini.rail { + font-size: 0.78571429rem; +} + +.ui.tiny.rail { + font-size: 0.85714286rem; +} + +.ui.small.rail { + font-size: 0.92857143rem; +} + +.ui.large.rail { + font-size: 1.14285714rem; +} + +.ui.big.rail { + font-size: 1.28571429rem; +} + +.ui.huge.rail { + font-size: 1.42857143rem; +} + +.ui.massive.rail { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Reveal + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Reveal +*******************************/ + +.ui.reveal { + display: inherit; + position: relative !important; + font-size: 0; +} + +.ui.reveal > .visible.content { + position: absolute !important; + top: 0 !important; + left: 0 !important; + z-index: 3 !important; + -webkit-transition: all 0.5s ease 0.1s; + transition: all 0.5s ease 0.1s; +} + +.ui.reveal > .hidden.content { + position: relative !important; + z-index: 2 !important; +} + +/* Make sure hovered element is on top of other reveal */ + +.ui.active.reveal .visible.content, +.ui.reveal:hover .visible.content { + z-index: 4 !important; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Slide + ---------------*/ + +.ui.slide.reveal { + position: relative !important; + overflow: hidden !important; + white-space: nowrap; +} + +.ui.slide.reveal > .content { + display: block; + width: 100%; + white-space: normal; + float: left; + margin: 0; + -webkit-transition: -webkit-transform 0.5s ease 0.1s; + transition: -webkit-transform 0.5s ease 0.1s; + transition: transform 0.5s ease 0.1s; + transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s; +} + +.ui.slide.reveal > .visible.content { + position: relative !important; +} + +.ui.slide.reveal > .hidden.content { + position: absolute !important; + left: 0 !important; + width: 100% !important; + -webkit-transform: translateX(100%) !important; + transform: translateX(100%) !important; +} + +.ui.slide.active.reveal > .visible.content, +.ui.slide.reveal:hover > .visible.content { + -webkit-transform: translateX(-100%) !important; + transform: translateX(-100%) !important; +} + +.ui.slide.active.reveal > .hidden.content, +.ui.slide.reveal:hover > .hidden.content { + -webkit-transform: translateX(0%) !important; + transform: translateX(0%) !important; +} + +.ui.slide.right.reveal > .visible.content { + -webkit-transform: translateX(0%) !important; + transform: translateX(0%) !important; +} + +.ui.slide.right.reveal > .hidden.content { + -webkit-transform: translateX(-100%) !important; + transform: translateX(-100%) !important; +} + +.ui.slide.right.active.reveal > .visible.content, +.ui.slide.right.reveal:hover > .visible.content { + -webkit-transform: translateX(100%) !important; + transform: translateX(100%) !important; +} + +.ui.slide.right.active.reveal > .hidden.content, +.ui.slide.right.reveal:hover > .hidden.content { + -webkit-transform: translateX(0%) !important; + transform: translateX(0%) !important; +} + +.ui.slide.up.reveal > .hidden.content { + -webkit-transform: translateY(100%) !important; + transform: translateY(100%) !important; +} + +.ui.slide.up.active.reveal > .visible.content, +.ui.slide.up.reveal:hover > .visible.content { + -webkit-transform: translateY(-100%) !important; + transform: translateY(-100%) !important; +} + +.ui.slide.up.active.reveal > .hidden.content, +.ui.slide.up.reveal:hover > .hidden.content { + -webkit-transform: translateY(0%) !important; + transform: translateY(0%) !important; +} + +.ui.slide.down.reveal > .hidden.content { + -webkit-transform: translateY(-100%) !important; + transform: translateY(-100%) !important; +} + +.ui.slide.down.active.reveal > .visible.content, +.ui.slide.down.reveal:hover > .visible.content { + -webkit-transform: translateY(100%) !important; + transform: translateY(100%) !important; +} + +.ui.slide.down.active.reveal > .hidden.content, +.ui.slide.down.reveal:hover > .hidden.content { + -webkit-transform: translateY(0%) !important; + transform: translateY(0%) !important; +} + +/*-------------- + Fade + ---------------*/ + +.ui.fade.reveal > .visible.content { + opacity: 1; +} + +.ui.fade.active.reveal > .visible.content, +.ui.fade.reveal:hover > .visible.content { + opacity: 0; +} + +/*-------------- + Move + ---------------*/ + +.ui.move.reveal { + position: relative !important; + overflow: hidden !important; + white-space: nowrap; +} + +.ui.move.reveal > .content { + display: block; + float: left; + white-space: normal; + margin: 0; + -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s; + transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s; + transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s; + transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s; +} + +.ui.move.reveal > .visible.content { + position: relative !important; +} + +.ui.move.reveal > .hidden.content { + position: absolute !important; + left: 0 !important; + width: 100% !important; +} + +.ui.move.active.reveal > .visible.content, +.ui.move.reveal:hover > .visible.content { + -webkit-transform: translateX(-100%) !important; + transform: translateX(-100%) !important; +} + +.ui.move.right.active.reveal > .visible.content, +.ui.move.right.reveal:hover > .visible.content { + -webkit-transform: translateX(100%) !important; + transform: translateX(100%) !important; +} + +.ui.move.up.active.reveal > .visible.content, +.ui.move.up.reveal:hover > .visible.content { + -webkit-transform: translateY(-100%) !important; + transform: translateY(-100%) !important; +} + +.ui.move.down.active.reveal > .visible.content, +.ui.move.down.reveal:hover > .visible.content { + -webkit-transform: translateY(100%) !important; + transform: translateY(100%) !important; +} + +/*-------------- + Rotate + ---------------*/ + +.ui.rotate.reveal > .visible.content { + -webkit-transition-duration: 0.5s; + transition-duration: 0.5s; + -webkit-transform: rotate(0deg); + transform: rotate(0deg); +} + +.ui.rotate.reveal > .visible.content, +.ui.rotate.right.reveal > .visible.content { + -webkit-transform-origin: bottom right; + transform-origin: bottom right; +} + +.ui.rotate.active.reveal > .visible.content, +.ui.rotate.reveal:hover > .visible.content, +.ui.rotate.right.active.reveal > .visible.content, +.ui.rotate.right.reveal:hover > .visible.content { + -webkit-transform: rotate(110deg); + transform: rotate(110deg); +} + +.ui.rotate.left.reveal > .visible.content { + -webkit-transform-origin: bottom left; + transform-origin: bottom left; +} + +.ui.rotate.left.active.reveal > .visible.content, +.ui.rotate.left.reveal:hover > .visible.content { + -webkit-transform: rotate(-110deg); + transform: rotate(-110deg); +} + +/******************************* + States +*******************************/ + +.ui.disabled.reveal:hover > .visible.visible.content { + position: static !important; + display: block !important; + opacity: 1 !important; + top: 0 !important; + left: 0 !important; + right: auto !important; + bottom: auto !important; + -webkit-transform: none !important; + transform: none !important; +} + +.ui.disabled.reveal:hover > .hidden.hidden.content { + display: none !important; +} + +/******************************* + Coupling +*******************************/ + +.ui.reveal > .ui.ribbon.label { + z-index: 5; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Visible +---------------*/ + +.ui.visible.reveal { + overflow: visible; +} + +/*-------------- + Instant +---------------*/ + +.ui.instant.reveal > .content { + -webkit-transition-delay: 0s !important; + transition-delay: 0s !important; +} + +/*-------------- + Sizing +---------------*/ + +.ui.reveal > .content { + font-size: 1rem; +} + +.ui.mini.reveal > .content { + font-size: 0.78571429rem; +} + +.ui.tiny.reveal > .content { + font-size: 0.85714286rem; +} + +.ui.small.reveal > .content { + font-size: 0.92857143rem; +} + +.ui.large.reveal > .content { + font-size: 1.14285714rem; +} + +.ui.big.reveal > .content { + font-size: 1.28571429rem; +} + +.ui.huge.reveal > .content { + font-size: 1.42857143rem; +} + +.ui.massive.reveal > .content { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Segment + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Segment +*******************************/ + +.ui.segment { + position: relative; + background: #FFFFFF; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + margin: 1rem 0; + padding: 1em 1em; + border-radius: 0.28571429rem; + border: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.segment:first-child { + margin-top: 0; +} + +.ui.segment:last-child { + margin-bottom: 0; +} + +/* Vertical */ + +.ui.vertical.segment { + margin: 0; + padding-left: 0; + padding-right: 0; + background: none transparent; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + border: none; + border-bottom: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.vertical.segment:last-child { + border-bottom: none; +} + +/*------------------- + Loose Coupling +--------------------*/ + +/* Header */ + +.ui.inverted.segment > .ui.header > .sub.header, +.ui.inverted.segment > .ui.header { + color: #FFFFFF; +} + +/* Label */ + +.ui[class*="bottom attached"].segment > [class*="top attached"].label { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.ui[class*="top attached"].segment > [class*="bottom attached"].label { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +/* Grid */ + +.ui.page.grid.segment, +.ui.grid > .row > .ui.segment.column, +.ui.grid > .ui.segment.column { + padding-top: 2em; + padding-bottom: 2em; +} + +.ui.grid.segment { + margin: 1rem 0; + border-radius: 0.28571429rem; +} + +/* Table */ + +.ui.basic.table.segment { + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); +} + +.ui[class*="very basic"].table.segment { + padding: 1em 1em; +} + +/* Tab */ + +.ui.segment.tab:last-child { + margin-bottom: 1rem; +} + +/******************************* + Types +*******************************/ + +/*------------------- + Placeholder + --------------------*/ + +.ui.placeholder.segment { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + max-width: initial; + -webkit-animation: none; + animation: none; + overflow: visible; + padding: 1em 1em; + min-height: 18rem; + background: #F9FAFB; + border-color: rgba(34, 36, 38, 0.15); + -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset; + box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset; +} + +.ui.placeholder.segment .button, +.ui.placeholder.segment textarea { + display: block; +} + +.ui.placeholder.segment .field, +.ui.placeholder.segment textarea, +.ui.placeholder.segment > .ui.input, +.ui.placeholder.segment .button { + max-width: 15rem; + margin-left: auto; + margin-right: auto; +} + +.ui.placeholder.segment .column .button, +.ui.placeholder.segment .column .field, +.ui.placeholder.segment .column textarea, +.ui.placeholder.segment .column > .ui.input { + max-width: 15rem; + margin-left: auto; + margin-right: auto; +} + +.ui.placeholder.segment > .inline { + -ms-flex-item-align: center; + align-self: center; +} + +.ui.placeholder.segment > .inline > .button { + display: inline-block; + width: auto; + margin: 0 0.35714286rem 0 0; +} + +.ui.placeholder.segment > .inline > .button:last-child { + margin-right: 0; +} + +/*------------------- + Piled + --------------------*/ + +.ui.piled.segments, +.ui.piled.segment { + margin: 3em 0; + -webkit-box-shadow: ''; + box-shadow: ''; + z-index: auto; +} + +.ui.piled.segment:first-child { + margin-top: 0; +} + +.ui.piled.segment:last-child { + margin-bottom: 0; +} + +.ui.piled.segments:after, +.ui.piled.segments:before, +.ui.piled.segment:after, +.ui.piled.segment:before { + background-color: #FFFFFF; + visibility: visible; + content: ''; + display: block; + height: 100%; + left: 0; + position: absolute; + width: 100%; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: ''; + box-shadow: ''; +} + +.ui.piled.segments:before, +.ui.piled.segment:before { + -webkit-transform: rotate(-1.2deg); + transform: rotate(-1.2deg); + top: 0; + z-index: -2; +} + +.ui.piled.segments:after, +.ui.piled.segment:after { + -webkit-transform: rotate(1.2deg); + transform: rotate(1.2deg); + top: 0; + z-index: -1; +} + +/* Piled Attached */ + +.ui[class*="top attached"].piled.segment { + margin-top: 3em; + margin-bottom: 0; +} + +.ui.piled.segment[class*="top attached"]:first-child { + margin-top: 0; +} + +.ui.piled.segment[class*="bottom attached"] { + margin-top: 0; + margin-bottom: 3em; +} + +.ui.piled.segment[class*="bottom attached"]:last-child { + margin-bottom: 0; +} + +/*------------------- + Stacked + --------------------*/ + +.ui.stacked.segment { + padding-bottom: 1.4em; +} + +.ui.stacked.segments:before, +.ui.stacked.segments:after, +.ui.stacked.segment:before, +.ui.stacked.segment:after { + content: ''; + position: absolute; + bottom: -3px; + left: 0; + border-top: 1px solid rgba(34, 36, 38, 0.15); + background: rgba(0, 0, 0, 0.03); + width: 100%; + height: 6px; + visibility: visible; +} + +.ui.stacked.segments:before, +.ui.stacked.segment:before { + display: none; +} + +/* Add additional page */ + +.ui.tall.stacked.segments:before, +.ui.tall.stacked.segment:before { + display: block; + bottom: 0; +} + +/* Inverted */ + +.ui.stacked.inverted.segments:before, +.ui.stacked.inverted.segments:after, +.ui.stacked.inverted.segment:before, +.ui.stacked.inverted.segment:after { + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(34, 36, 38, 0.35); +} + +/*------------------- + Padded + --------------------*/ + +.ui.padded.segment { + padding: 1.5em; +} + +.ui[class*="very padded"].segment { + padding: 3em; +} + +/* Padded vertical */ + +.ui.padded.segment.vertical.segment, +.ui[class*="very padded"].vertical.segment { + padding-left: 0; + padding-right: 0; +} + +/*------------------- + Compact + --------------------*/ + +.ui.compact.segment { + display: table; +} + +/* Compact Group */ + +.ui.compact.segments { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.ui.compact.segments .segment, +.ui.segments .compact.segment { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; +} + +/*------------------- + Circular + --------------------*/ + +.ui.circular.segment { + display: table-cell; + padding: 2em; + text-align: center; + vertical-align: middle; + border-radius: 500em; +} + +/*------------------- + Raised + --------------------*/ + +.ui.raised.raised.segments, +.ui.raised.raised.segment { + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +/******************************* + Groups + *******************************/ + +/* Group */ + +.ui.segments { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + margin: 1rem 0; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; +} + +.ui.segments:first-child { + margin-top: 0; +} + +.ui.segments:last-child { + margin-bottom: 0; +} + +/* Nested Segment */ + +.ui.segments > .segment { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0; + width: auto; + -webkit-box-shadow: none; + box-shadow: none; + border: none; + border-top: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.segments:not(.horizontal) > .segment:first-child { + top: 0; + bottom: 0; + border-top: none; + margin-top: 0; + margin-bottom: 0; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +/* Bottom */ + +.ui.segments:not(.horizontal) > .segment:last-child { + top: 0; + bottom: 0; + margin-top: 0; + margin-bottom: 0; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/* Only */ + +.ui.segments:not(.horizontal) > .segment:only-child { + border-radius: 0.28571429rem; +} + +/* Nested Group */ + +.ui.segments > .ui.segments { + border-top: 1px solid rgba(34, 36, 38, 0.15); + margin: 1rem 1rem; +} + +.ui.segments > .segments:first-child { + border-top: none; +} + +.ui.segments > .segment + .segments:not(.horizontal) { + margin-top: 0; +} + +/* Horizontal Group */ + +.ui.horizontal.segments { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + background-color: transparent; + padding: 0; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + margin: 1rem 0; + border-radius: 0.28571429rem; + border: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.stackable.horizontal.segments { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +/* Nested Horizontal Group */ + +.ui.segments > .horizontal.segments { + margin: 0; + background-color: transparent; + border-radius: 0; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + border-top: 1px solid rgba(34, 36, 38, 0.15); +} + +/* Horizontal Segment */ + +.ui.horizontal.segments:not(.compact) > .segment:not(.compact) { + -webkit-box-flex: 1; + flex: 1 1 auto; + -ms-flex: 1 1 0; + /* Solves #2550 MS Flex */ +} + +.ui.horizontal.segments > .segment { + margin: 0; + min-width: 0; + border-radius: 0; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + border-left: 1px solid rgba(34, 36, 38, 0.15); +} + +/* Border Fixes */ + +.ui.segments > .horizontal.segments:first-child { + border-top: none; +} + +.ui.horizontal.segments:not(.stackable) > .segment:first-child { + border-left: none; +} + +/******************************* + States +*******************************/ + +/*-------------- + Disabled + ---------------*/ + +.ui.disabled.segment { + opacity: 0.45; + color: rgba(40, 40, 40, 0.3); +} + +/*-------------- + Loading + ---------------*/ + +.ui.loading.segment { + position: relative; + cursor: default; + pointer-events: none; + text-shadow: none !important; + -webkit-transition: all 0s linear; + transition: all 0s linear; +} + +.ui.loading.segment:before { + position: absolute; + content: ''; + top: 0; + left: 0; + background: rgba(255, 255, 255, 0.8); + width: 100%; + height: 100%; + border-radius: 0.28571429rem; + z-index: 100; +} + +.ui.loading.segment:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -1.5em 0 0 -1.5em; + width: 3em; + height: 3em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; + visibility: visible; + z-index: 101; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Basic + --------------------*/ + +.ui.basic.segment, +.ui.segments .ui.basic.segment, +.ui.basic.segments { + background: none transparent; + -webkit-box-shadow: none; + box-shadow: none; + border: none; + border-radius: 0; +} + +/*------------------- + Clearing + --------------------*/ + +.ui.clearing.segment:after { + content: ""; + display: block; + clear: both; +} + +/*------------------- + Colors +--------------------*/ + +.ui.red.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #DB2828; +} + +.ui.inverted.red.segment.segment.segment.segment.segment { + background-color: #DB2828; + color: #FFFFFF; +} + +.ui.orange.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #F2711C; +} + +.ui.inverted.orange.segment.segment.segment.segment.segment { + background-color: #F2711C; + color: #FFFFFF; +} + +.ui.yellow.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #FBBD08; +} + +.ui.inverted.yellow.segment.segment.segment.segment.segment { + background-color: #FBBD08; + color: #FFFFFF; +} + +.ui.olive.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #B5CC18; +} + +.ui.inverted.olive.segment.segment.segment.segment.segment { + background-color: #B5CC18; + color: #FFFFFF; +} + +.ui.green.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #21BA45; +} + +.ui.inverted.green.segment.segment.segment.segment.segment { + background-color: #21BA45; + color: #FFFFFF; +} + +.ui.teal.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #00B5AD; +} + +.ui.inverted.teal.segment.segment.segment.segment.segment { + background-color: #00B5AD; + color: #FFFFFF; +} + +.ui.blue.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #2185D0; +} + +.ui.inverted.blue.segment.segment.segment.segment.segment { + background-color: #2185D0; + color: #FFFFFF; +} + +.ui.violet.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #6435C9; +} + +.ui.inverted.violet.segment.segment.segment.segment.segment { + background-color: #6435C9; + color: #FFFFFF; +} + +.ui.purple.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #A333C8; +} + +.ui.inverted.purple.segment.segment.segment.segment.segment { + background-color: #A333C8; + color: #FFFFFF; +} + +.ui.pink.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #E03997; +} + +.ui.inverted.pink.segment.segment.segment.segment.segment { + background-color: #E03997; + color: #FFFFFF; +} + +.ui.brown.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #A5673F; +} + +.ui.inverted.brown.segment.segment.segment.segment.segment { + background-color: #A5673F; + color: #FFFFFF; +} + +.ui.grey.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #767676; +} + +.ui.inverted.grey.segment.segment.segment.segment.segment { + background-color: #767676; + color: #FFFFFF; +} + +.ui.black.segment.segment.segment.segment.segment:not(.inverted) { + border-top: 2px solid #1B1C1D; +} + +.ui.inverted.black.segment.segment.segment.segment.segment { + background-color: #1B1C1D; + color: #FFFFFF; +} + +/*------------------- + Aligned + --------------------*/ + +.ui[class*="left aligned"].segment { + text-align: left; +} + +.ui[class*="right aligned"].segment { + text-align: right; +} + +.ui[class*="center aligned"].segment { + text-align: center; +} + +/*------------------- + Floated + --------------------*/ + +.ui.floated.segment, +.ui[class*="left floated"].segment { + float: left; + margin-right: 1em; +} + +.ui[class*="right floated"].segment { + float: right; + margin-left: 1em; +} + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.segment { + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.inverted.segment, +.ui.primary.inverted.segment { + background: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +/* Nested */ + +.ui.inverted.segment .segment { + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.segment .inverted.segment { + color: rgba(255, 255, 255, 0.9); +} + +/* Attached */ + +.ui.inverted.attached.segment { + border-color: #555555; +} + +/* Loading */ + +.ui.inverted.loading.segment { + color: #FFFFFF; +} + +.ui.inverted.loading.segment:before { + background: rgba(0, 0, 0, 0.85); +} + +/*------------------- + Emphasis +--------------------*/ + +/* Secondary */ + +.ui.secondary.segment { + background: #F3F4F5; + color: rgba(0, 0, 0, 0.6); +} + +.ui.secondary.inverted.segment { + background: #4c4f52 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))); + background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%); + background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%); + color: rgba(255, 255, 255, 0.8); +} + +/* Tertiary */ + +.ui.tertiary.segment { + background: #DCDDDE; + color: rgba(0, 0, 0, 0.6); +} + +.ui.tertiary.inverted.segment { + background: #717579 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35))); + background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%); + background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%); + color: rgba(255, 255, 255, 0.8); +} + +/*------------------- + Attached + --------------------*/ + +/* Middle */ + +.ui.attached.segment { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid #D4D4D5; +} + +.ui.attached:not(.message) + .ui.attached.segment:not(.top) { + border-top: none; +} + +/* Top */ + +.ui[class*="top attached"].segment { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1rem; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.segment[class*="top attached"]:first-child { + margin-top: 0; +} + +/* Bottom */ + +.ui.segment[class*="bottom attached"] { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1rem; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.segment[class*="bottom attached"]:last-child { + margin-bottom: 1rem; +} + +/*-------------- + Fitted + ---------------*/ + +.ui.fitted.segment:not(.horizontally) { + padding-top: 0; + padding-bottom: 0; +} + +.ui.fitted.segment:not(.vertically) { + padding-left: 0; + padding-right: 0; +} + +/*------------------- + Size +--------------------*/ + +.ui.segments .segment, +.ui.segment { + font-size: 1rem; +} + +.ui.mini.segments .segment, +.ui.mini.segment { + font-size: 0.78571429rem; +} + +.ui.tiny.segments .segment, +.ui.tiny.segment { + font-size: 0.85714286rem; +} + +.ui.small.segments .segment, +.ui.small.segment { + font-size: 0.92857143rem; +} + +.ui.large.segments .segment, +.ui.large.segment { + font-size: 1.14285714rem; +} + +.ui.big.segments .segment, +.ui.big.segment { + font-size: 1.28571429rem; +} + +.ui.huge.segments .segment, +.ui.huge.segment { + font-size: 1.42857143rem; +} + +.ui.massive.segments .segment, +.ui.massive.segment { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Step + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Plural +*******************************/ + +.ui.steps { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + margin: 1em 0; + background: ''; + -webkit-box-shadow: none; + box-shadow: none; + line-height: 1.14285714em; + border-radius: 0.28571429rem; + border: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.steps:not(.unstackable) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +/* First Steps */ + +.ui.steps:first-child { + margin-top: 0; +} + +/* Last Steps */ + +.ui.steps:last-child { + margin-bottom: 0; +} + +/******************************* + Singular +*******************************/ + +.ui.steps .step { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + vertical-align: middle; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0; + padding: 1.14285714em 2em; + background: #FFFFFF; + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 0; + border: none; + border-right: 1px solid rgba(34, 36, 38, 0.15); + -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; +} + +/* Arrow */ + +.ui.steps .step:after { + display: none; + position: absolute; + z-index: 2; + content: ''; + top: 50%; + right: 0; + background-color: #FFFFFF; + width: 1.14285714em; + height: 1.14285714em; + border-style: solid; + border-color: rgba(34, 36, 38, 0.15); + border-width: 0 1px 1px 0; + -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; + -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); + transform: translateY(-50%) translateX(50%) rotate(-45deg); +} + +/* First Step */ + +.ui.steps .step:first-child { + padding-left: 2em; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +/* Last Step */ + +.ui.steps .step:last-child { + border-radius: 0 0.28571429rem 0.28571429rem 0; + border-right: none; + margin-right: 0; +} + +/* Only Step */ + +.ui.steps .step:only-child { + border-radius: 0.28571429rem; +} + +/******************************* + Content +*******************************/ + +/* Title */ + +.ui.steps .step .title { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1.14285714em; + font-weight: bold; +} + +.ui.steps .step > .title { + width: 100%; +} + +/* Description */ + +.ui.steps .step .description { + font-weight: normal; + font-size: 0.92857143em; + color: rgba(0, 0, 0, 0.87); +} + +.ui.steps .step > .description { + width: 100%; +} + +.ui.steps .step .title ~ .description { + margin-top: 0.25em; +} + +/* Icon */ + +.ui.steps .step > .icon { + line-height: 1; + font-size: 2.5em; + margin: 0 1rem 0 0; +} + +.ui.steps .step > .icon, +.ui.steps .step > .icon ~ .content { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -ms-flex-item-align: middle; + align-self: middle; +} + +/* Horizontal Icon */ + +.ui.steps:not(.vertical) .step > .icon { + width: auto; +} + +/* Link */ + +.ui.steps .link.step, +.ui.steps a.step { + cursor: pointer; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Ordered + ---------------*/ + +.ui.ordered.steps { + counter-reset: ordered; +} + +.ui.ordered.steps .step:before { + display: block; + position: static; + text-align: center; + content: counter(ordered); + -ms-flex-item-align: middle; + align-self: middle; + margin-right: 1rem; + font-size: 2.5em; + counter-increment: ordered; + font-family: inherit; + font-weight: bold; +} + +.ui.ordered.steps .step > * { + display: block; + -ms-flex-item-align: middle; + align-self: middle; +} + +/*-------------- + Vertical + ---------------*/ + +.ui.vertical.steps { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + overflow: visible; +} + +.ui.vertical.steps .step { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + border-radius: 0; + padding: 1.14285714em 2em; + border-right: none; + border-bottom: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.vertical.steps .step:first-child { + padding: 1.14285714em 2em; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.vertical.steps .step:last-child { + border-bottom: none; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.vertical.steps .step:only-child { + border-radius: 0.28571429rem; +} + +/* Arrow */ + +.ui.vertical.steps .step:after { + top: 50%; + right: 0; + border-width: 0 1px 1px 0; + display: none; +} + +.ui.vertical.steps .active.step:after { + display: block; +} + +.ui.vertical.steps .step:last-child:after { + display: none; +} + +.ui.vertical.steps .active.step:last-child:after { + display: block; +} + +/*--------------- + Responsive +----------------*/ + +/* Mobile (Default) */ + +@media only screen and (max-width: 767.98px) { + .ui.steps:not(.unstackable) { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: visible; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + + .ui.steps:not(.unstackable) .step { + width: 100% !important; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border-radius: 0; + padding: 1.14285714em 2em; + border-right: none; + border-bottom: 1px solid rgba(34, 36, 38, 0.15); + } + + .ui.steps:not(.unstackable) .step:first-child { + padding: 1.14285714em 2em; + border-radius: 0.28571429rem 0.28571429rem 0 0; + } + + .ui.steps:not(.unstackable) .step:last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; + border-bottom: none; + } + + /* Arrow */ + + .ui.steps:not(.unstackable) .step:after { + top: unset; + bottom: -1.14285714em; + right: 50%; + -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg); + transform: translateY(-50%) translateX(50%) rotate(45deg); + } + + .ui.vertical.steps .active.step:last-child:after { + display: none; + } + + /* Content */ + + .ui.steps:not(.unstackable) .step .content { + text-align: center; + } + + /* Icon */ + + .ui.steps:not(.unstackable) .step > .icon, + .ui.ordered.steps:not(.unstackable) .step:before { + margin: 0 0 1rem 0; + } +} + +/******************************* + States +*******************************/ + +/* Link Hover */ + +.ui.steps .link.step:hover::after, +.ui.steps .link.step:hover, +.ui.steps a.step:hover::after, +.ui.steps a.step:hover { + background: #F9FAFB; + color: rgba(0, 0, 0, 0.8); +} + +/* Link Down */ + +.ui.steps .link.step:active::after, +.ui.steps .link.step:active, +.ui.steps a.step:active::after, +.ui.steps a.step:active { + background: #F3F4F5; + color: rgba(0, 0, 0, 0.9); +} + +/* Active */ + +.ui.steps .step.active { + cursor: auto; + background: #F3F4F5; +} + +.ui.steps .step.active:after { + background: #F3F4F5; +} + +.ui.steps .step.active .title { + color: #4183C4; +} + +.ui.ordered.steps .step.active:before, +.ui.steps .active.step .icon { + color: rgba(0, 0, 0, 0.85); +} + +/* Active Arrow */ + +.ui.steps .step:after { + display: block; +} + +.ui.steps .active.step:after { + display: block; +} + +.ui.steps .step:last-child:after { + display: none; +} + +.ui.steps .active.step:last-child:after { + display: none; +} + +/* Active Hover */ + +.ui.steps .link.active.step:hover::after, +.ui.steps .link.active.step:hover, +.ui.steps a.active.step:hover::after, +.ui.steps a.active.step:hover { + cursor: pointer; + background: #DCDDDE; + color: rgba(0, 0, 0, 0.87); +} + +/* Completed */ + +.ui.steps .step.completed > .icon:before, +.ui.ordered.steps .step.completed:before { + color: #21BA45; +} + +/* Disabled */ + +.ui.steps .disabled.step { + cursor: auto; + background: #FFFFFF; + pointer-events: none; +} + +.ui.steps .disabled.step, +.ui.steps .disabled.step .title, +.ui.steps .disabled.step .description { + color: rgba(40, 40, 40, 0.3); +} + +.ui.steps .disabled.step:after { + background: #FFFFFF; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Stackable + ---------------*/ + +/* Tablet Or Below */ + +@media only screen and (max-width: 991.98px) { + .ui[class*="tablet stackable"].steps { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: visible; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + + /* Steps */ + + .ui[class*="tablet stackable"].steps .step { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border-radius: 0; + padding: 1.14285714em 2em; + border-right: none; + border-bottom: 1px solid rgba(34, 36, 38, 0.15); + } + + .ui[class*="tablet stackable"].steps .step:first-child { + padding: 1.14285714em 2em; + border-radius: 0.28571429rem 0.28571429rem 0 0; + } + + .ui[class*="tablet stackable"].steps .step:last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; + border-bottom: none; + } + + /* Arrow */ + + .ui[class*="tablet stackable"].steps .step:after { + top: unset; + bottom: -1.14285714em; + right: 50%; + -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg); + transform: translateY(-50%) translateX(50%) rotate(45deg); + } + + /* Content */ + + .ui[class*="tablet stackable"].steps .step .content { + text-align: center; + } + + /* Icon */ + + .ui[class*="tablet stackable"].steps .step > .icon, + .ui[class*="tablet stackable"].ordered.steps .step:before { + margin: 0 0 1rem 0; + } +} + +/*-------------- + Fluid + ---------------*/ + +/* Fluid */ + +.ui.fluid.steps { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +/*-------------- + Attached + ---------------*/ + +/* Top */ + +.ui.attached.steps { + width: calc(100% + 2px) !important; + margin: 0 -1px 0; + max-width: calc(100% + 2px); + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.attached.steps .step:first-child { + border-radius: 0.28571429rem 0 0 0; +} + +.ui.attached.steps .step:last-child { + border-radius: 0 0.28571429rem 0 0; +} + +/* Bottom */ + +.ui.bottom.attached.steps { + margin: 0 -1px 0; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.bottom.attached.steps .step:first-child { + border-radius: 0 0 0 0.28571429rem; +} + +.ui.bottom.attached.steps .step:last-child { + border-radius: 0 0 0.28571429rem 0; +} + +/*------------------- + Evenly Divided +--------------------*/ + +.ui.one.steps, +.ui.two.steps, +.ui.three.steps, +.ui.four.steps, +.ui.five.steps, +.ui.six.steps, +.ui.seven.steps, +.ui.eight.steps { + width: 100%; +} + +.ui.one.steps > .step, +.ui.two.steps > .step, +.ui.three.steps > .step, +.ui.four.steps > .step, +.ui.five.steps > .step, +.ui.six.steps > .step, +.ui.seven.steps > .step, +.ui.eight.steps > .step { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} + +.ui.one.steps > .step { + width: 100%; +} + +.ui.two.steps > .step { + width: 50%; +} + +.ui.three.steps > .step { + width: 33.333%; +} + +.ui.four.steps > .step { + width: 25%; +} + +.ui.five.steps > .step { + width: 20%; +} + +.ui.six.steps > .step { + width: 16.666%; +} + +.ui.seven.steps > .step { + width: 14.285%; +} + +.ui.eight.steps > .step { + width: 12.5%; +} + +/*------------------- + Sizes +--------------------*/ + +.ui.steps .step, +.ui.step { + font-size: 1rem; +} + +.ui.mini.steps .step, +.ui.mini.step { + font-size: 0.78571429rem; +} + +.ui.tiny.steps .step, +.ui.tiny.step { + font-size: 0.85714286rem; +} + +.ui.small.steps .step, +.ui.small.step { + font-size: 0.92857143rem; +} + +.ui.large.steps .step, +.ui.large.step { + font-size: 1.14285714rem; +} + +.ui.big.steps .step, +.ui.big.step { + font-size: 1.28571429rem; +} + +.ui.huge.steps .step, +.ui.huge.step { + font-size: 1.42857143rem; +} + +.ui.massive.steps .step, +.ui.massive.step { + font-size: 1.71428571rem; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.steps { + border: 1px solid #555555; +} + +.ui.inverted.steps .step { + color: rgba(255, 255, 255, 0.9); + background: #1B1C1D; + border-color: #555555; +} + +.ui.inverted.steps .step:after { + background-color: #1B1C1D; + border-color: #555555; +} + +.ui.inverted.steps .step .description { + color: rgba(255, 255, 255, 0.9); +} + +/* Active */ + +.ui.inverted.steps .step.active, +.ui.inverted.steps .step.active:after { + background: #333333; +} + +.ui.inverted.ordered.steps .step.active:before, +.ui.inverted.steps .active.step .icon { + color: #ffffff; +} + +/* Disabled */ + +.ui.inverted.steps .disabled.step, +.ui.inverted.steps .disabled.step:after { + background: #222222; +} + +.ui.inverted.steps .disabled.step, +.ui.inverted.steps .disabled.step .title, +.ui.inverted.steps .disabled.step .description { + color: rgba(225, 225, 225, 0.3); +} + +/* Link Hover */ + +.ui.inverted.steps .link.step:hover::after, +.ui.inverted.steps .link.step:hover, +.ui.inverted.steps a.step:hover::after, +.ui.inverted.steps a.step:hover { + background: #3F3F3F; + color: #ffffff; +} + +/* Link Down */ + +.ui.inverted.steps .link.step:active::after, +.ui.inverted.steps .link.step:active, +.ui.inverted.steps a.step:active::after, +.ui.inverted.steps a.step:active { + background: #444444; + color: #ffffff; +} + +/******************************* + Theme Overrides +*******************************/ + +@font-face { + font-family: 'Step'; + src: url(data:application/x-font-ttf;charset=utf-8;;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff'); +} + +.ui.steps .step.completed > .icon:before, +.ui.ordered.steps .step.completed:before { + font-family: 'Step'; + content: '\e800'; + /* '' */ +} + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Text + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md + * + */ + +/******************************* + Text +*******************************/ + +span.ui.primary.text { + color: #2185D0; +} + +span.ui.inverted.primary.text { + color: #54C8FF; +} + +span.ui.secondary.text { + color: #1B1C1D; +} + +span.ui.inverted.secondary.text { + color: #545454; +} + +span.ui.red.text { + color: #DB2828; +} + +span.ui.inverted.red.text { + color: #FF695E; +} + +span.ui.orange.text { + color: #F2711C; +} + +span.ui.inverted.orange.text { + color: #FF851B; +} + +span.ui.yellow.text { + color: #FBBD08; +} + +span.ui.inverted.yellow.text { + color: #FFE21F; +} + +span.ui.olive.text { + color: #B5CC18; +} + +span.ui.inverted.olive.text { + color: #D9E778; +} + +span.ui.green.text { + color: #21BA45; +} + +span.ui.inverted.green.text { + color: #2ECC40; +} + +span.ui.teal.text { + color: #00B5AD; +} + +span.ui.inverted.teal.text { + color: #6DFFFF; +} + +span.ui.blue.text { + color: #2185D0; +} + +span.ui.inverted.blue.text { + color: #54C8FF; +} + +span.ui.violet.text { + color: #6435C9; +} + +span.ui.inverted.violet.text { + color: #A291FB; +} + +span.ui.purple.text { + color: #A333C8; +} + +span.ui.inverted.purple.text { + color: #DC73FF; +} + +span.ui.pink.text { + color: #E03997; +} + +span.ui.inverted.pink.text { + color: #FF8EDF; +} + +span.ui.brown.text { + color: #A5673F; +} + +span.ui.inverted.brown.text { + color: #D67C1C; +} + +span.ui.grey.text { + color: #767676; +} + +span.ui.inverted.grey.text { + color: #DCDDDE; +} + +span.ui.black.text { + color: #1B1C1D; +} + +span.ui.inverted.black.text { + color: #545454; +} + +span.ui.disabled.text { + opacity: 0.45; +} + +/* Sizes */ + +span.ui.medium.text { + font-size: 1em; +} + +span.ui.mini.text { + font-size: 0.4em; +} + +span.ui.tiny.text { + font-size: 0.5em; +} + +span.ui.small.text { + font-size: 0.75em; +} + +span.ui.large.text { + font-size: 1.5em; +} + +span.ui.big.text { + font-size: 2em; +} + +span.ui.huge.text { + font-size: 4em; +} + +span.ui.massive.text { + font-size: 8em; +} + +/******************************* + Theme Overrides +*******************************/ +/*! + * # Fomantic-UI - Breadcrumb + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Breadcrumb +*******************************/ + +.ui.breadcrumb { + line-height: 1.4285em; + display: inline-block; + margin: 0 0; + vertical-align: middle; +} + +.ui.breadcrumb:first-child { + margin-top: 0; +} + +.ui.breadcrumb:last-child { + margin-bottom: 0; +} + +/******************************* + Content +*******************************/ + +/* Divider */ + +.ui.breadcrumb .divider { + display: inline-block; + opacity: 0.7; + margin: 0 0.21428571rem 0; + font-size: 0.92857143em; + color: rgba(0, 0, 0, 0.4); + vertical-align: baseline; +} + +/* Link */ + +.ui.breadcrumb a { + color: #4183C4; +} + +.ui.breadcrumb a:hover { + color: #1e70bf; +} + +/* Icon Divider */ + +.ui.breadcrumb .icon.divider { + font-size: 0.85714286em; + vertical-align: baseline; +} + +/* Section */ + +.ui.breadcrumb a.section { + cursor: pointer; +} + +.ui.breadcrumb .section { + display: inline-block; + margin: 0; + padding: 0; +} + +/* Loose Coupling */ + +.ui.breadcrumb.segment { + display: inline-block; + padding: 0.78571429em 1em; +} + +/* Inverted */ + +.ui.inverted.breadcrumb { + color: #DCDDDE; +} + +.ui.inverted.breadcrumb > .active.section { + color: #FFFFFF; +} + +.ui.inverted.breadcrumb > .divider { + color: rgba(255, 255, 255, 0.7); +} + +/******************************* + States +*******************************/ + +.ui.breadcrumb .active.section { + font-weight: bold; +} + +/******************************* + Variations +*******************************/ + +.ui.breadcrumb { + font-size: 1rem; +} + +.ui.mini.breadcrumb { + font-size: 0.78571429rem; +} + +.ui.tiny.breadcrumb { + font-size: 0.85714286rem; +} + +.ui.small.breadcrumb { + font-size: 0.92857143rem; +} + +.ui.large.breadcrumb { + font-size: 1.14285714rem; +} + +.ui.big.breadcrumb { + font-size: 1.28571429rem; +} + +.ui.huge.breadcrumb { + font-size: 1.42857143rem; +} + +.ui.massive.breadcrumb { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Form + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Elements +*******************************/ + +/*-------------------- + Form +---------------------*/ + +.ui.form { + position: relative; + max-width: 100%; +} + +/*-------------------- + Content +---------------------*/ + +.ui.form > p { + margin: 1em 0; +} + +/*-------------------- + Field +---------------------*/ + +.ui.form .field { + clear: both; + margin: 0 0 1em; +} + +.ui.form .field:last-child, +.ui.form .fields:last-child .field { + margin-bottom: 0; +} + +.ui.form .fields .field { + clear: both; + margin: 0; +} + +/*-------------------- + Labels +---------------------*/ + +.ui.form .field > label { + display: block; + margin: 0 0 0.28571429rem 0; + color: rgba(0, 0, 0, 0.87); + font-size: 0.92857143em; + font-weight: bold; + text-transform: none; +} + +/*-------------------- + Standard Inputs +---------------------*/ + +.ui.form textarea, +.ui.form input:not([type]), +.ui.form input[type="date"], +.ui.form input[type="datetime-local"], +.ui.form input[type="email"], +.ui.form input[type="number"], +.ui.form input[type="password"], +.ui.form input[type="search"], +.ui.form input[type="tel"], +.ui.form input[type="time"], +.ui.form input[type="text"], +.ui.form input[type="file"], +.ui.form input[type="url"] { + width: 100%; + vertical-align: top; +} + +/* Set max height on unusual input */ + +.ui.form ::-webkit-datetime-edit, +.ui.form ::-webkit-inner-spin-button { + height: 1.21428571em; +} + +.ui.form input:not([type]), +.ui.form input[type="date"], +.ui.form input[type="datetime-local"], +.ui.form input[type="email"], +.ui.form input[type="number"], +.ui.form input[type="password"], +.ui.form input[type="search"], +.ui.form input[type="tel"], +.ui.form input[type="time"], +.ui.form input[type="text"], +.ui.form input[type="file"], +.ui.form input[type="url"] { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + margin: 0; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + line-height: 1.21428571em; + padding: 0.67857143em 1em; + font-size: 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + color: rgba(0, 0, 0, 0.87); + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 0 0 0 transparent inset; + box-shadow: 0 0 0 0 transparent inset; + -webkit-transition: color 0.1s ease, border-color 0.1s ease; + transition: color 0.1s ease, border-color 0.1s ease; +} + +/* Text Area */ + +.ui.input textarea, +.ui.form textarea { + margin: 0; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: 0.78571429em 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + outline: none; + color: rgba(0, 0, 0, 0.87); + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 0 0 0 transparent inset; + box-shadow: 0 0 0 0 transparent inset; + -webkit-transition: color 0.1s ease, border-color 0.1s ease; + transition: color 0.1s ease, border-color 0.1s ease; + font-size: 1em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + line-height: 1.2857; + resize: vertical; +} + +.ui.form textarea:not([rows]) { + height: 12em; + min-height: 8em; + max-height: 24em; +} + +.ui.form textarea, +.ui.form input[type="checkbox"] { + vertical-align: top; +} + +/*-------------------- + Checkbox margin +---------------------*/ + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label + .ui.ui.checkbox { + margin-top: 0.7em; +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox { + margin-top: 2.41428571em; +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.toggle.checkbox { + margin-top: 2.21428571em; +} + +.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.slider.checkbox { + margin-top: 2.61428571em; +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.checkbox { + margin-top: 0.6em; +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.toggle.checkbox { + margin-top: 0.5em; +} + +.ui.ui.form .field .fields .field:not(:only-child) .ui.slider.checkbox { + margin-top: 0.7em; +} + +/*-------------------- + Transparent + ---------------------*/ + +.ui.form .field .transparent.input:not(.icon) input, +.ui.form .field input.transparent, +.ui.form .field textarea.transparent { + padding: 0.67857143em 1em; +} + +.ui.form .field input.transparent, +.ui.form .field textarea.transparent { + border-color: transparent !important; + background-color: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +/*-------------------------- + Input w/ attached Button +---------------------------*/ + +.ui.form input.attached { + width: auto; +} + +/*-------------------- + Basic Select +---------------------*/ + +.ui.form select { + display: block; + height: auto; + width: 100%; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 0 0 0 transparent inset; + box-shadow: 0 0 0 0 transparent inset; + padding: 0.62em 1em; + color: rgba(0, 0, 0, 0.87); + -webkit-transition: color 0.1s ease, border-color 0.1s ease; + transition: color 0.1s ease, border-color 0.1s ease; +} + +/*-------------------- + Dropdown +---------------------*/ + +/* Block */ + +.ui.form .field > .selection.dropdown { + min-width: auto; + width: 100%; +} + +.ui.form .field > .selection.dropdown > .dropdown.icon { + float: right; +} + +/* Inline */ + +.ui.form .inline.fields .field > .selection.dropdown, +.ui.form .inline.field > .selection.dropdown { + width: auto; +} + +.ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon, +.ui.form .inline.field > .selection.dropdown > .dropdown.icon { + float: none; +} + +/*-------------------- + UI Input +---------------------*/ + +/* Block */ + +.ui.form .field .ui.input, +.ui.form .fields .field .ui.input, +.ui.form .wide.field .ui.input { + width: 100%; +} + +/* Inline */ + +.ui.form .inline.fields .field:not(.wide) .ui.input, +.ui.form .inline.field:not(.wide) .ui.input { + width: auto; + vertical-align: middle; +} + +/* Auto Input */ + +.ui.form .fields .field .ui.input input, +.ui.form .field .ui.input input { + width: auto; +} + +/* Full Width Input */ + +.ui.form .ten.fields .ui.input input, +.ui.form .nine.fields .ui.input input, +.ui.form .eight.fields .ui.input input, +.ui.form .seven.fields .ui.input input, +.ui.form .six.fields .ui.input input, +.ui.form .five.fields .ui.input input, +.ui.form .four.fields .ui.input input, +.ui.form .three.fields .ui.input input, +.ui.form .two.fields .ui.input input, +.ui.form .wide.field .ui.input input { + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + width: 0; +} + +/*-------------------- + Types of Messages +---------------------*/ + +.ui.form .error.message, +.ui.form .error.message:empty { + display: none; +} + +.ui.form .info.message, +.ui.form .info.message:empty { + display: none; +} + +.ui.form .success.message, +.ui.form .success.message:empty { + display: none; +} + +.ui.form .warning.message, +.ui.form .warning.message:empty { + display: none; +} + +/* Assumptions */ + +.ui.form .message:first-child { + margin-top: 0; +} + +/*-------------------- + Validation Prompt +---------------------*/ + +.ui.form .field .prompt.label { + white-space: normal; + background: #FFFFFF !important; + border: 1px solid #E0B4B4 !important; + color: #9F3A38 !important; +} + +.ui.form .inline.fields .field .prompt, +.ui.form .inline.field .prompt { + vertical-align: top; + margin: -0.25em 0 -0.5em 0.5em; +} + +.ui.form .inline.fields .field .prompt:before, +.ui.form .inline.field .prompt:before { + border-width: 0 0 1px 1px; + bottom: auto; + right: auto; + top: 50%; + left: 0; +} + +/******************************* + States +*******************************/ + +/*-------------------- + Autofilled +---------------------*/ + +.ui.form .field.field input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important; + box-shadow: 0 0 0 100px #FFFFF0 inset !important; + border-color: #E5DFA1 !important; +} + +/* Focus */ + +.ui.form .field.field input:-webkit-autofill:focus { + -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important; + box-shadow: 0 0 0 100px #FFFFF0 inset !important; + border-color: #D5C315 !important; +} + +/*-------------------- + Placeholder +---------------------*/ + +/* browsers require these rules separate */ + +.ui.form ::-webkit-input-placeholder { + color: rgba(191, 191, 191, 0.87); +} + +.ui.form :-ms-input-placeholder { + color: rgba(191, 191, 191, 0.87) !important; +} + +.ui.form ::-moz-placeholder { + color: rgba(191, 191, 191, 0.87); +} + +.ui.form :focus::-webkit-input-placeholder { + color: rgba(115, 115, 115, 0.87); +} + +.ui.form :focus:-ms-input-placeholder { + color: rgba(115, 115, 115, 0.87) !important; +} + +.ui.form :focus::-moz-placeholder { + color: rgba(115, 115, 115, 0.87); +} + +/*-------------------- + Focus +---------------------*/ + +.ui.form input:not([type]):focus, +.ui.form input[type="date"]:focus, +.ui.form input[type="datetime-local"]:focus, +.ui.form input[type="email"]:focus, +.ui.form input[type="number"]:focus, +.ui.form input[type="password"]:focus, +.ui.form input[type="search"]:focus, +.ui.form input[type="tel"]:focus, +.ui.form input[type="time"]:focus, +.ui.form input[type="text"]:focus, +.ui.form input[type="file"]:focus, +.ui.form input[type="url"]:focus { + color: rgba(0, 0, 0, 0.95); + border-color: #85B7D9; + border-radius: 0.28571429rem; + background: #FFFFFF; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset; +} + +.ui.form textarea:focus { + color: rgba(0, 0, 0, 0.95); + border-color: #85B7D9; + border-radius: 0.28571429rem; + background: #FFFFFF; + -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset; + box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset; + -webkit-appearance: none; +} + +/*-------------------- + States + ---------------------*/ + +/* On Form */ + +.ui.form.error .error.message:not(:empty) { + display: block; +} + +.ui.form.error .compact.error.message:not(:empty) { + display: inline-block; +} + +.ui.form.error .icon.error.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* On Field(s) */ + +.ui.form .fields.error .error.message:not(:empty), +.ui.form .field.error .error.message:not(:empty) { + display: block; +} + +.ui.form .fields.error .compact.error.message:not(:empty), +.ui.form .field.error .compact.error.message:not(:empty) { + display: inline-block; +} + +.ui.form .fields.error .icon.error.message:not(:empty), +.ui.form .field.error .icon.error.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.ui.form .fields.error .field label, +.ui.ui.form .field.error label, +.ui.ui.form .fields.error .field .input, +.ui.ui.form .field.error .input { + color: #9F3A38; +} + +.ui.form .fields.error .field .corner.label, +.ui.form .field.error .corner.label { + border-color: #9F3A38; + color: #FFFFFF; +} + +.ui.form .fields.error .field textarea, +.ui.form .fields.error .field select, +.ui.form .fields.error .field input:not([type]), +.ui.form .fields.error .field input[type="date"], +.ui.form .fields.error .field input[type="datetime-local"], +.ui.form .fields.error .field input[type="email"], +.ui.form .fields.error .field input[type="number"], +.ui.form .fields.error .field input[type="password"], +.ui.form .fields.error .field input[type="search"], +.ui.form .fields.error .field input[type="tel"], +.ui.form .fields.error .field input[type="time"], +.ui.form .fields.error .field input[type="text"], +.ui.form .fields.error .field input[type="file"], +.ui.form .fields.error .field input[type="url"], +.ui.form .field.error textarea, +.ui.form .field.error select, +.ui.form .field.error input:not([type]), +.ui.form .field.error input[type="date"], +.ui.form .field.error input[type="datetime-local"], +.ui.form .field.error input[type="email"], +.ui.form .field.error input[type="number"], +.ui.form .field.error input[type="password"], +.ui.form .field.error input[type="search"], +.ui.form .field.error input[type="tel"], +.ui.form .field.error input[type="time"], +.ui.form .field.error input[type="text"], +.ui.form .field.error input[type="file"], +.ui.form .field.error input[type="url"] { + color: #9F3A38; + background: #FFF6F6; + border-color: #E0B4B4; + border-radius: ''; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.form .field.error textarea:focus, +.ui.form .field.error select:focus, +.ui.form .field.error input:not([type]):focus, +.ui.form .field.error input[type="date"]:focus, +.ui.form .field.error input[type="datetime-local"]:focus, +.ui.form .field.error input[type="email"]:focus, +.ui.form .field.error input[type="number"]:focus, +.ui.form .field.error input[type="password"]:focus, +.ui.form .field.error input[type="search"]:focus, +.ui.form .field.error input[type="tel"]:focus, +.ui.form .field.error input[type="time"]:focus, +.ui.form .field.error input[type="text"]:focus, +.ui.form .field.error input[type="file"]:focus, +.ui.form .field.error input[type="url"]:focus { + background: #FFF6F6; + border-color: #E0B4B4; + color: #9F3A38; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Preserve Native Select Stylings */ + +.ui.form .field.error select { + -webkit-appearance: menulist-button; +} + +/*------------------ + Input State + --------------------*/ + +/* Transparent */ + +.ui.form .field.error .transparent.input input, +.ui.form .field.error .transparent.input textarea, +.ui.form .field.error input.transparent, +.ui.form .field.error textarea.transparent { + background-color: #FFF6F6; + color: #9F3A38; +} + +/* Autofilled */ + +.ui.form .error.error input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 100px #FFFAF0 inset !important; + box-shadow: 0 0 0 100px #FFFAF0 inset !important; + border-color: #E0B4B4; +} + +/* Placeholder */ + +.ui.form .error ::-webkit-input-placeholder { + color: #e7bdbc; +} + +.ui.form .error :-ms-input-placeholder { + color: #e7bdbc; +} + +.ui.form .error ::-moz-placeholder { + color: #e7bdbc; +} + +.ui.form .error :focus::-webkit-input-placeholder { + color: #da9796; +} + +.ui.form .error :focus:-ms-input-placeholder { + color: #da9796; +} + +.ui.form .error :focus::-moz-placeholder { + color: #da9796; +} + +/*------------------ + Dropdown State + --------------------*/ + +.ui.form .fields.error .field .ui.dropdown, +.ui.form .fields.error .field .ui.dropdown .item, +.ui.form .field.error .ui.dropdown, +.ui.form .field.error .ui.dropdown .text, +.ui.form .field.error .ui.dropdown .item { + background: #FFF6F6; + color: #9F3A38; +} + +.ui.form .fields.error .field .ui.dropdown, +.ui.form .field.error .ui.dropdown { + border-color: #E0B4B4 !important; +} + +.ui.form .fields.error .field .ui.dropdown:hover, +.ui.form .field.error .ui.dropdown:hover { + border-color: #E0B4B4 !important; +} + +.ui.form .fields.error .field .ui.dropdown:hover .menu, +.ui.form .field.error .ui.dropdown:hover .menu { + border-color: #E0B4B4; +} + +.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label, +.ui.form .field.error .ui.multiple.selection.dropdown > .label { + background-color: #EACBCB; + color: #9F3A38; +} + +/* Hover */ + +.ui.form .fields.error .field .ui.dropdown .menu .item:hover, +.ui.form .field.error .ui.dropdown .menu .item:hover { + background-color: #FBE7E7; +} + +/* Selected */ + +.ui.form .fields.error .field .ui.dropdown .menu .selected.item, +.ui.form .field.error .ui.dropdown .menu .selected.item { + background-color: #FBE7E7; +} + +/* Active */ + +.ui.form .fields.error .field .ui.dropdown .menu .active.item, +.ui.form .field.error .ui.dropdown .menu .active.item { + background-color: #FDCFCF; +} + +/*-------------------- + Checkbox State + ---------------------*/ + +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { + color: #9F3A38; +} + +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { + background: #FFF6F6; + border-color: #E0B4B4; +} + +.ui.form .fields.error .field .checkbox label:after, +.ui.form .field.error .checkbox label:after, +.ui.form .fields.error .field .checkbox .box:after, +.ui.form .field.error .checkbox .box:after { + color: #9F3A38; +} + +/* On Form */ + +.ui.form.info .info.message:not(:empty) { + display: block; +} + +.ui.form.info .compact.info.message:not(:empty) { + display: inline-block; +} + +.ui.form.info .icon.info.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* On Field(s) */ + +.ui.form .fields.info .info.message:not(:empty), +.ui.form .field.info .info.message:not(:empty) { + display: block; +} + +.ui.form .fields.info .compact.info.message:not(:empty), +.ui.form .field.info .compact.info.message:not(:empty) { + display: inline-block; +} + +.ui.form .fields.info .icon.info.message:not(:empty), +.ui.form .field.info .icon.info.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.ui.form .fields.info .field label, +.ui.ui.form .field.info label, +.ui.ui.form .fields.info .field .input, +.ui.ui.form .field.info .input { + color: #276F86; +} + +.ui.form .fields.info .field .corner.label, +.ui.form .field.info .corner.label { + border-color: #276F86; + color: #FFFFFF; +} + +.ui.form .fields.info .field textarea, +.ui.form .fields.info .field select, +.ui.form .fields.info .field input:not([type]), +.ui.form .fields.info .field input[type="date"], +.ui.form .fields.info .field input[type="datetime-local"], +.ui.form .fields.info .field input[type="email"], +.ui.form .fields.info .field input[type="number"], +.ui.form .fields.info .field input[type="password"], +.ui.form .fields.info .field input[type="search"], +.ui.form .fields.info .field input[type="tel"], +.ui.form .fields.info .field input[type="time"], +.ui.form .fields.info .field input[type="text"], +.ui.form .fields.info .field input[type="file"], +.ui.form .fields.info .field input[type="url"], +.ui.form .field.info textarea, +.ui.form .field.info select, +.ui.form .field.info input:not([type]), +.ui.form .field.info input[type="date"], +.ui.form .field.info input[type="datetime-local"], +.ui.form .field.info input[type="email"], +.ui.form .field.info input[type="number"], +.ui.form .field.info input[type="password"], +.ui.form .field.info input[type="search"], +.ui.form .field.info input[type="tel"], +.ui.form .field.info input[type="time"], +.ui.form .field.info input[type="text"], +.ui.form .field.info input[type="file"], +.ui.form .field.info input[type="url"] { + color: #276F86; + background: #F8FFFF; + border-color: #A9D5DE; + border-radius: ''; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.form .field.info textarea:focus, +.ui.form .field.info select:focus, +.ui.form .field.info input:not([type]):focus, +.ui.form .field.info input[type="date"]:focus, +.ui.form .field.info input[type="datetime-local"]:focus, +.ui.form .field.info input[type="email"]:focus, +.ui.form .field.info input[type="number"]:focus, +.ui.form .field.info input[type="password"]:focus, +.ui.form .field.info input[type="search"]:focus, +.ui.form .field.info input[type="tel"]:focus, +.ui.form .field.info input[type="time"]:focus, +.ui.form .field.info input[type="text"]:focus, +.ui.form .field.info input[type="file"]:focus, +.ui.form .field.info input[type="url"]:focus { + background: #F8FFFF; + border-color: #A9D5DE; + color: #276F86; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Preserve Native Select Stylings */ + +.ui.form .field.info select { + -webkit-appearance: menulist-button; +} + +/*------------------ + Input State + --------------------*/ + +/* Transparent */ + +.ui.form .field.info .transparent.input input, +.ui.form .field.info .transparent.input textarea, +.ui.form .field.info input.transparent, +.ui.form .field.info textarea.transparent { + background-color: #F8FFFF; + color: #276F86; +} + +/* Autofilled */ + +.ui.form .info.info input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 100px #F0FAFF inset !important; + box-shadow: 0 0 0 100px #F0FAFF inset !important; + border-color: #b3e0e0; +} + +/* Placeholder */ + +.ui.form .info ::-webkit-input-placeholder { + color: #98cfe1; +} + +.ui.form .info :-ms-input-placeholder { + color: #98cfe1; +} + +.ui.form .info ::-moz-placeholder { + color: #98cfe1; +} + +.ui.form .info :focus::-webkit-input-placeholder { + color: #70bdd6; +} + +.ui.form .info :focus:-ms-input-placeholder { + color: #70bdd6; +} + +.ui.form .info :focus::-moz-placeholder { + color: #70bdd6; +} + +/*------------------ + Dropdown State + --------------------*/ + +.ui.form .fields.info .field .ui.dropdown, +.ui.form .fields.info .field .ui.dropdown .item, +.ui.form .field.info .ui.dropdown, +.ui.form .field.info .ui.dropdown .text, +.ui.form .field.info .ui.dropdown .item { + background: #F8FFFF; + color: #276F86; +} + +.ui.form .fields.info .field .ui.dropdown, +.ui.form .field.info .ui.dropdown { + border-color: #A9D5DE !important; +} + +.ui.form .fields.info .field .ui.dropdown:hover, +.ui.form .field.info .ui.dropdown:hover { + border-color: #A9D5DE !important; +} + +.ui.form .fields.info .field .ui.dropdown:hover .menu, +.ui.form .field.info .ui.dropdown:hover .menu { + border-color: #A9D5DE; +} + +.ui.form .fields.info .field .ui.multiple.selection.dropdown > .label, +.ui.form .field.info .ui.multiple.selection.dropdown > .label { + background-color: #cce3ea; + color: #276F86; +} + +/* Hover */ + +.ui.form .fields.info .field .ui.dropdown .menu .item:hover, +.ui.form .field.info .ui.dropdown .menu .item:hover { + background-color: #e9f2fb; +} + +/* Selected */ + +.ui.form .fields.info .field .ui.dropdown .menu .selected.item, +.ui.form .field.info .ui.dropdown .menu .selected.item { + background-color: #e9f2fb; +} + +/* Active */ + +.ui.form .fields.info .field .ui.dropdown .menu .active.item, +.ui.form .field.info .ui.dropdown .menu .active.item { + background-color: #cef1fd; +} + +/*-------------------- + Checkbox State + ---------------------*/ + +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label, +.ui.form .field.info .checkbox:not(.toggle):not(.slider) label, +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box, +.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box { + color: #276F86; +} + +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before, +.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before { + background: #F8FFFF; + border-color: #A9D5DE; +} + +.ui.form .fields.info .field .checkbox label:after, +.ui.form .field.info .checkbox label:after, +.ui.form .fields.info .field .checkbox .box:after, +.ui.form .field.info .checkbox .box:after { + color: #276F86; +} + +/* On Form */ + +.ui.form.success .success.message:not(:empty) { + display: block; +} + +.ui.form.success .compact.success.message:not(:empty) { + display: inline-block; +} + +.ui.form.success .icon.success.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* On Field(s) */ + +.ui.form .fields.success .success.message:not(:empty), +.ui.form .field.success .success.message:not(:empty) { + display: block; +} + +.ui.form .fields.success .compact.success.message:not(:empty), +.ui.form .field.success .compact.success.message:not(:empty) { + display: inline-block; +} + +.ui.form .fields.success .icon.success.message:not(:empty), +.ui.form .field.success .icon.success.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.ui.form .fields.success .field label, +.ui.ui.form .field.success label, +.ui.ui.form .fields.success .field .input, +.ui.ui.form .field.success .input { + color: #2C662D; +} + +.ui.form .fields.success .field .corner.label, +.ui.form .field.success .corner.label { + border-color: #2C662D; + color: #FFFFFF; +} + +.ui.form .fields.success .field textarea, +.ui.form .fields.success .field select, +.ui.form .fields.success .field input:not([type]), +.ui.form .fields.success .field input[type="date"], +.ui.form .fields.success .field input[type="datetime-local"], +.ui.form .fields.success .field input[type="email"], +.ui.form .fields.success .field input[type="number"], +.ui.form .fields.success .field input[type="password"], +.ui.form .fields.success .field input[type="search"], +.ui.form .fields.success .field input[type="tel"], +.ui.form .fields.success .field input[type="time"], +.ui.form .fields.success .field input[type="text"], +.ui.form .fields.success .field input[type="file"], +.ui.form .fields.success .field input[type="url"], +.ui.form .field.success textarea, +.ui.form .field.success select, +.ui.form .field.success input:not([type]), +.ui.form .field.success input[type="date"], +.ui.form .field.success input[type="datetime-local"], +.ui.form .field.success input[type="email"], +.ui.form .field.success input[type="number"], +.ui.form .field.success input[type="password"], +.ui.form .field.success input[type="search"], +.ui.form .field.success input[type="tel"], +.ui.form .field.success input[type="time"], +.ui.form .field.success input[type="text"], +.ui.form .field.success input[type="file"], +.ui.form .field.success input[type="url"] { + color: #2C662D; + background: #FCFFF5; + border-color: #A3C293; + border-radius: ''; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.form .field.success textarea:focus, +.ui.form .field.success select:focus, +.ui.form .field.success input:not([type]):focus, +.ui.form .field.success input[type="date"]:focus, +.ui.form .field.success input[type="datetime-local"]:focus, +.ui.form .field.success input[type="email"]:focus, +.ui.form .field.success input[type="number"]:focus, +.ui.form .field.success input[type="password"]:focus, +.ui.form .field.success input[type="search"]:focus, +.ui.form .field.success input[type="tel"]:focus, +.ui.form .field.success input[type="time"]:focus, +.ui.form .field.success input[type="text"]:focus, +.ui.form .field.success input[type="file"]:focus, +.ui.form .field.success input[type="url"]:focus { + background: #FCFFF5; + border-color: #A3C293; + color: #2C662D; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Preserve Native Select Stylings */ + +.ui.form .field.success select { + -webkit-appearance: menulist-button; +} + +/*------------------ + Input State + --------------------*/ + +/* Transparent */ + +.ui.form .field.success .transparent.input input, +.ui.form .field.success .transparent.input textarea, +.ui.form .field.success input.transparent, +.ui.form .field.success textarea.transparent { + background-color: #FCFFF5; + color: #2C662D; +} + +/* Autofilled */ + +.ui.form .success.success input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 100px #F0FFF0 inset !important; + box-shadow: 0 0 0 100px #F0FFF0 inset !important; + border-color: #bee0b3; +} + +/* Placeholder */ + +.ui.form .success ::-webkit-input-placeholder { + color: #8fcf90; +} + +.ui.form .success :-ms-input-placeholder { + color: #8fcf90; +} + +.ui.form .success ::-moz-placeholder { + color: #8fcf90; +} + +.ui.form .success :focus::-webkit-input-placeholder { + color: #6cbf6d; +} + +.ui.form .success :focus:-ms-input-placeholder { + color: #6cbf6d; +} + +.ui.form .success :focus::-moz-placeholder { + color: #6cbf6d; +} + +/*------------------ + Dropdown State + --------------------*/ + +.ui.form .fields.success .field .ui.dropdown, +.ui.form .fields.success .field .ui.dropdown .item, +.ui.form .field.success .ui.dropdown, +.ui.form .field.success .ui.dropdown .text, +.ui.form .field.success .ui.dropdown .item { + background: #FCFFF5; + color: #2C662D; +} + +.ui.form .fields.success .field .ui.dropdown, +.ui.form .field.success .ui.dropdown { + border-color: #A3C293 !important; +} + +.ui.form .fields.success .field .ui.dropdown:hover, +.ui.form .field.success .ui.dropdown:hover { + border-color: #A3C293 !important; +} + +.ui.form .fields.success .field .ui.dropdown:hover .menu, +.ui.form .field.success .ui.dropdown:hover .menu { + border-color: #A3C293; +} + +.ui.form .fields.success .field .ui.multiple.selection.dropdown > .label, +.ui.form .field.success .ui.multiple.selection.dropdown > .label { + background-color: #cceacc; + color: #2C662D; +} + +/* Hover */ + +.ui.form .fields.success .field .ui.dropdown .menu .item:hover, +.ui.form .field.success .ui.dropdown .menu .item:hover { + background-color: #e9fbe9; +} + +/* Selected */ + +.ui.form .fields.success .field .ui.dropdown .menu .selected.item, +.ui.form .field.success .ui.dropdown .menu .selected.item { + background-color: #e9fbe9; +} + +/* Active */ + +.ui.form .fields.success .field .ui.dropdown .menu .active.item, +.ui.form .field.success .ui.dropdown .menu .active.item { + background-color: #dafdce; +} + +/*-------------------- + Checkbox State + ---------------------*/ + +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label, +.ui.form .field.success .checkbox:not(.toggle):not(.slider) label, +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box, +.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box { + color: #2C662D; +} + +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before, +.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before { + background: #FCFFF5; + border-color: #A3C293; +} + +.ui.form .fields.success .field .checkbox label:after, +.ui.form .field.success .checkbox label:after, +.ui.form .fields.success .field .checkbox .box:after, +.ui.form .field.success .checkbox .box:after { + color: #2C662D; +} + +/* On Form */ + +.ui.form.warning .warning.message:not(:empty) { + display: block; +} + +.ui.form.warning .compact.warning.message:not(:empty) { + display: inline-block; +} + +.ui.form.warning .icon.warning.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/* On Field(s) */ + +.ui.form .fields.warning .warning.message:not(:empty), +.ui.form .field.warning .warning.message:not(:empty) { + display: block; +} + +.ui.form .fields.warning .compact.warning.message:not(:empty), +.ui.form .field.warning .compact.warning.message:not(:empty) { + display: inline-block; +} + +.ui.form .fields.warning .icon.warning.message:not(:empty), +.ui.form .field.warning .icon.warning.message:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.ui.form .fields.warning .field label, +.ui.ui.form .field.warning label, +.ui.ui.form .fields.warning .field .input, +.ui.ui.form .field.warning .input { + color: #573A08; +} + +.ui.form .fields.warning .field .corner.label, +.ui.form .field.warning .corner.label { + border-color: #573A08; + color: #FFFFFF; +} + +.ui.form .fields.warning .field textarea, +.ui.form .fields.warning .field select, +.ui.form .fields.warning .field input:not([type]), +.ui.form .fields.warning .field input[type="date"], +.ui.form .fields.warning .field input[type="datetime-local"], +.ui.form .fields.warning .field input[type="email"], +.ui.form .fields.warning .field input[type="number"], +.ui.form .fields.warning .field input[type="password"], +.ui.form .fields.warning .field input[type="search"], +.ui.form .fields.warning .field input[type="tel"], +.ui.form .fields.warning .field input[type="time"], +.ui.form .fields.warning .field input[type="text"], +.ui.form .fields.warning .field input[type="file"], +.ui.form .fields.warning .field input[type="url"], +.ui.form .field.warning textarea, +.ui.form .field.warning select, +.ui.form .field.warning input:not([type]), +.ui.form .field.warning input[type="date"], +.ui.form .field.warning input[type="datetime-local"], +.ui.form .field.warning input[type="email"], +.ui.form .field.warning input[type="number"], +.ui.form .field.warning input[type="password"], +.ui.form .field.warning input[type="search"], +.ui.form .field.warning input[type="tel"], +.ui.form .field.warning input[type="time"], +.ui.form .field.warning input[type="text"], +.ui.form .field.warning input[type="file"], +.ui.form .field.warning input[type="url"] { + color: #573A08; + background: #FFFAF3; + border-color: #C9BA9B; + border-radius: ''; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.form .field.warning textarea:focus, +.ui.form .field.warning select:focus, +.ui.form .field.warning input:not([type]):focus, +.ui.form .field.warning input[type="date"]:focus, +.ui.form .field.warning input[type="datetime-local"]:focus, +.ui.form .field.warning input[type="email"]:focus, +.ui.form .field.warning input[type="number"]:focus, +.ui.form .field.warning input[type="password"]:focus, +.ui.form .field.warning input[type="search"]:focus, +.ui.form .field.warning input[type="tel"]:focus, +.ui.form .field.warning input[type="time"]:focus, +.ui.form .field.warning input[type="text"]:focus, +.ui.form .field.warning input[type="file"]:focus, +.ui.form .field.warning input[type="url"]:focus { + background: #FFFAF3; + border-color: #C9BA9B; + color: #573A08; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Preserve Native Select Stylings */ + +.ui.form .field.warning select { + -webkit-appearance: menulist-button; +} + +/*------------------ + Input State + --------------------*/ + +/* Transparent */ + +.ui.form .field.warning .transparent.input input, +.ui.form .field.warning .transparent.input textarea, +.ui.form .field.warning input.transparent, +.ui.form .field.warning textarea.transparent { + background-color: #FFFAF3; + color: #573A08; +} + +/* Autofilled */ + +.ui.form .warning.warning input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 100px #FFFFe0 inset !important; + box-shadow: 0 0 0 100px #FFFFe0 inset !important; + border-color: #e0e0b3; +} + +/* Placeholder */ + +.ui.form .warning ::-webkit-input-placeholder { + color: #edad3e; +} + +.ui.form .warning :-ms-input-placeholder { + color: #edad3e; +} + +.ui.form .warning ::-moz-placeholder { + color: #edad3e; +} + +.ui.form .warning :focus::-webkit-input-placeholder { + color: #e39715; +} + +.ui.form .warning :focus:-ms-input-placeholder { + color: #e39715; +} + +.ui.form .warning :focus::-moz-placeholder { + color: #e39715; +} + +/*------------------ + Dropdown State + --------------------*/ + +.ui.form .fields.warning .field .ui.dropdown, +.ui.form .fields.warning .field .ui.dropdown .item, +.ui.form .field.warning .ui.dropdown, +.ui.form .field.warning .ui.dropdown .text, +.ui.form .field.warning .ui.dropdown .item { + background: #FFFAF3; + color: #573A08; +} + +.ui.form .fields.warning .field .ui.dropdown, +.ui.form .field.warning .ui.dropdown { + border-color: #C9BA9B !important; +} + +.ui.form .fields.warning .field .ui.dropdown:hover, +.ui.form .field.warning .ui.dropdown:hover { + border-color: #C9BA9B !important; +} + +.ui.form .fields.warning .field .ui.dropdown:hover .menu, +.ui.form .field.warning .ui.dropdown:hover .menu { + border-color: #C9BA9B; +} + +.ui.form .fields.warning .field .ui.multiple.selection.dropdown > .label, +.ui.form .field.warning .ui.multiple.selection.dropdown > .label { + background-color: #eaeacc; + color: #573A08; +} + +/* Hover */ + +.ui.form .fields.warning .field .ui.dropdown .menu .item:hover, +.ui.form .field.warning .ui.dropdown .menu .item:hover { + background-color: #fbfbe9; +} + +/* Selected */ + +.ui.form .fields.warning .field .ui.dropdown .menu .selected.item, +.ui.form .field.warning .ui.dropdown .menu .selected.item { + background-color: #fbfbe9; +} + +/* Active */ + +.ui.form .fields.warning .field .ui.dropdown .menu .active.item, +.ui.form .field.warning .ui.dropdown .menu .active.item { + background-color: #fdfdce; +} + +/*-------------------- + Checkbox State + ---------------------*/ + +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label, +.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label, +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box, +.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box { + color: #573A08; +} + +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before, +.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before { + background: #FFFAF3; + border-color: #C9BA9B; +} + +.ui.form .fields.warning .field .checkbox label:after, +.ui.form .field.warning .checkbox label:after, +.ui.form .fields.warning .field .checkbox .box:after, +.ui.form .field.warning .checkbox .box:after { + color: #573A08; +} + +/*-------------------- + Disabled + ---------------------*/ + +.ui.form .disabled.fields .field, +.ui.form .disabled.field, +.ui.form .field :disabled { + pointer-events: none; + opacity: 0.45; +} + +.ui.form .field.disabled > label, +.ui.form .fields.disabled > label { + opacity: 0.45; +} + +.ui.form .field.disabled :disabled { + opacity: 1; +} + +/*-------------- + Loading + ---------------*/ + +.ui.loading.form { + position: relative; + cursor: default; + pointer-events: none; +} + +.ui.loading.form:before { + position: absolute; + content: ''; + top: 0; + left: 0; + background: rgba(255, 255, 255, 0.8); + width: 100%; + height: 100%; + z-index: 100; +} + +.ui.loading.form.segments:before { + border-radius: 0.28571429rem; +} + +.ui.loading.form:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -1.5em 0 0 -1.5em; + width: 3em; + height: 3em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; + visibility: visible; + z-index: 101; +} + +/******************************* + Element Types +*******************************/ + +/*-------------------- + Required Field + ---------------------*/ + +.ui.form .required.fields:not(.grouped) > .field > label:after, +.ui.form .required.fields.grouped > label:after, +.ui.form .required.field > label:after, +.ui.form .required.fields:not(.grouped) > .field > .checkbox:after, +.ui.form .required.field > .checkbox:after, +.ui.form label.required:after { + margin: -0.2em 0 0 0.2em; + content: '*'; + color: #DB2828; +} + +.ui.form .required.fields:not(.grouped) > .field > label:after, +.ui.form .required.fields.grouped > label:after, +.ui.form .required.field > label:after, +.ui.form label.required:after { + display: inline-block; + vertical-align: top; +} + +.ui.form .required.fields:not(.grouped) > .field > .checkbox:after, +.ui.form .required.field > .checkbox:after { + position: absolute; + top: 0; + left: 100%; +} + +/******************************* + Variations +*******************************/ + +/*-------------------- + Inverted Colors + ---------------------*/ + +.ui.inverted.form label, +.ui.form .inverted.segment label, +.ui.form .inverted.segment .ui.checkbox label, +.ui.form .inverted.segment .ui.checkbox .box, +.ui.inverted.form .ui.checkbox label, +.ui.inverted.form .ui.checkbox .box, +.ui.inverted.form .inline.fields > label, +.ui.inverted.form .inline.fields .field > label, +.ui.inverted.form .inline.fields .field > p, +.ui.inverted.form .inline.field > label, +.ui.inverted.form .inline.field > p { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.loading.form { + color: #FFFFFF; +} + +.ui.inverted.loading.form:before { + background: rgba(0, 0, 0, 0.85); +} + +/* Inverted Field */ + +.ui.inverted.form input:not([type]), +.ui.inverted.form input[type="date"], +.ui.inverted.form input[type="datetime-local"], +.ui.inverted.form input[type="email"], +.ui.inverted.form input[type="number"], +.ui.inverted.form input[type="password"], +.ui.inverted.form input[type="search"], +.ui.inverted.form input[type="tel"], +.ui.inverted.form input[type="time"], +.ui.inverted.form input[type="text"], +.ui.inverted.form input[type="file"], +.ui.inverted.form input[type="url"] { + background: #FFFFFF; + border-color: rgba(255, 255, 255, 0.1); + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: none; + box-shadow: none; +} + +/*-------------------- + Field Groups + ---------------------*/ + +/* Grouped Vertically */ + +.ui.form .grouped.fields { + display: block; + margin: 0 0 1em; +} + +.ui.form .grouped.fields:last-child { + margin-bottom: 0; +} + +.ui.form .grouped.fields > label { + margin: 0 0 0.28571429rem 0; + color: rgba(0, 0, 0, 0.87); + font-size: 0.92857143em; + font-weight: bold; + text-transform: none; +} + +.ui.form .grouped.fields .field, +.ui.form .grouped.inline.fields .field { + display: block; + margin: 0.5em 0; + padding: 0; +} + +/*-------------------- + Fields +---------------------*/ + +/* Split fields */ + +.ui.form .fields { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + margin: 0 -0.5em 1em; +} + +.ui.form .fields > .field { + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + padding-left: 0.5em; + padding-right: 0.5em; +} + +.ui.form .fields > .field:first-child { + border-left: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Other Combinations */ + +.ui.form .two.fields > .fields, +.ui.form .two.fields > .field { + width: 50%; +} + +.ui.form .three.fields > .fields, +.ui.form .three.fields > .field { + width: 33.33333333%; +} + +.ui.form .four.fields > .fields, +.ui.form .four.fields > .field { + width: 25%; +} + +.ui.form .five.fields > .fields, +.ui.form .five.fields > .field { + width: 20%; +} + +.ui.form .six.fields > .fields, +.ui.form .six.fields > .field { + width: 16.66666667%; +} + +.ui.form .seven.fields > .fields, +.ui.form .seven.fields > .field { + width: 14.28571429%; +} + +.ui.form .eight.fields > .fields, +.ui.form .eight.fields > .field { + width: 12.5%; +} + +.ui.form .nine.fields > .fields, +.ui.form .nine.fields > .field { + width: 11.11111111%; +} + +.ui.form .ten.fields > .fields, +.ui.form .ten.fields > .field { + width: 10%; +} + +/* Swap to full width on mobile */ + +@media only screen and (max-width: 767.98px) { + .ui.form .fields { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + + .ui[class*="equal width"].form:not(.unstackable) .fields > .field, + .ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field { + width: 100% !important; + margin: 0 0 1em; + } +} + +/* Sizing Combinations */ + +.ui.form .fields .wide.field { + width: 6.25%; + padding-left: 0.5em; + padding-right: 0.5em; +} + +.ui.form .one.wide.field { + width: 6.25% !important; +} + +.ui.form .two.wide.field { + width: 12.5% !important; +} + +.ui.form .three.wide.field { + width: 18.75% !important; +} + +.ui.form .four.wide.field { + width: 25% !important; +} + +.ui.form .five.wide.field { + width: 31.25% !important; +} + +.ui.form .six.wide.field { + width: 37.5% !important; +} + +.ui.form .seven.wide.field { + width: 43.75% !important; +} + +.ui.form .eight.wide.field { + width: 50% !important; +} + +.ui.form .nine.wide.field { + width: 56.25% !important; +} + +.ui.form .ten.wide.field { + width: 62.5% !important; +} + +.ui.form .eleven.wide.field { + width: 68.75% !important; +} + +.ui.form .twelve.wide.field { + width: 75% !important; +} + +.ui.form .thirteen.wide.field { + width: 81.25% !important; +} + +.ui.form .fourteen.wide.field { + width: 87.5% !important; +} + +.ui.form .fifteen.wide.field { + width: 93.75% !important; +} + +.ui.form .sixteen.wide.field { + width: 100% !important; +} + +/* Swap to full width on mobile */ + +@media only screen and (max-width: 767.98px) { + .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields, + .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field, + .ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field { + width: 100% !important; + } + + .ui.form .fields { + margin-bottom: 0; + } +} + +/*-------------------- + Equal Width +---------------------*/ + +.ui[class*="equal width"].form .fields > .field, +.ui.form [class*="equal width"].fields > .field { + width: 100%; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +/*-------------------- + Inline Fields + ---------------------*/ + +.ui.form .inline.fields { + margin: 0 0 1em; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.form .inline.fields .field { + margin: 0; + padding: 0 1em 0 0; +} + +/* Inline Label */ + +.ui.form .inline.fields > label, +.ui.form .inline.fields .field > label, +.ui.form .inline.fields .field > p, +.ui.form .inline.field > label, +.ui.form .inline.field > p { + display: inline-block; + width: auto; + margin-top: 0; + margin-bottom: 0; + vertical-align: baseline; + font-size: 0.92857143em; + font-weight: bold; + color: rgba(0, 0, 0, 0.87); + text-transform: none; +} + +/* Grouped Inline Label */ + +.ui.form .inline.fields > label { + margin: 0.035714em 1em 0 0; +} + +/* Inline Input */ + +.ui.form .inline.fields .field > input, +.ui.form .inline.fields .field > select, +.ui.form .inline.field > input, +.ui.form .inline.field > select { + display: inline-block; + width: auto; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + font-size: 1em; +} + +/* Label */ + +.ui.form .inline.fields .field > :first-child, +.ui.form .inline.field > :first-child { + margin: 0 0.85714286em 0 0; +} + +.ui.form .inline.fields .field > :only-child, +.ui.form .inline.field > :only-child { + margin: 0; +} + +/* Wide */ + +.ui.form .inline.fields .wide.field { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.form .inline.fields .wide.field > input, +.ui.form .inline.fields .wide.field > select { + width: 100%; +} + +/*-------------------- + Sizes +---------------------*/ + +.ui.form, +.ui.form .field .dropdown, +.ui.form .field .dropdown .menu > .item { + font-size: 1rem; +} + +.ui.mini.form, +.ui.mini.form .field .dropdown, +.ui.mini.form .field .dropdown .menu > .item { + font-size: 0.78571429rem; +} + +.ui.tiny.form, +.ui.tiny.form .field .dropdown, +.ui.tiny.form .field .dropdown .menu > .item { + font-size: 0.85714286rem; +} + +.ui.small.form, +.ui.small.form .field .dropdown, +.ui.small.form .field .dropdown .menu > .item { + font-size: 0.92857143rem; +} + +.ui.large.form, +.ui.large.form .field .dropdown, +.ui.large.form .field .dropdown .menu > .item { + font-size: 1.14285714rem; +} + +.ui.big.form, +.ui.big.form .field .dropdown, +.ui.big.form .field .dropdown .menu > .item { + font-size: 1.28571429rem; +} + +.ui.huge.form, +.ui.huge.form .field .dropdown, +.ui.huge.form .field .dropdown .menu > .item { + font-size: 1.42857143rem; +} + +.ui.massive.form, +.ui.massive.form .field .dropdown, +.ui.massive.form .field .dropdown .menu > .item { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Grid + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +.ui.grid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + padding: 0; +} + +/*---------------------- + Remove Gutters +-----------------------*/ + +.ui.grid { + margin-top: -1rem; + margin-bottom: -1rem; + margin-left: -1rem; + margin-right: -1rem; +} + +.ui.relaxed.grid { + margin-left: -1.5rem; + margin-right: -1.5rem; +} + +.ui[class*="very relaxed"].grid { + margin-left: -2.5rem; + margin-right: -2.5rem; +} + +/* Preserve Rows Spacing on Consecutive Grids */ + +.ui.grid + .grid { + margin-top: 1rem; +} + +/*------------------- + Columns +--------------------*/ + +/* Standard 16 column */ + +.ui.grid > .column:not(.row), +.ui.grid > .row > .column { + position: relative; + display: inline-block; + width: 6.25%; + padding-left: 1rem; + padding-right: 1rem; + vertical-align: top; +} + +.ui.grid > * { + padding-left: 1rem; + padding-right: 1rem; +} + +/*------------------- + Rows +--------------------*/ + +.ui.grid > .row { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: inherit; + -ms-flex-pack: inherit; + justify-content: inherit; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + width: 100% !important; + padding: 0; + padding-top: 1rem; + padding-bottom: 1rem; +} + +/*------------------- + Columns +--------------------*/ + +/* Vertical padding when no rows */ + +.ui.grid > .column:not(.row) { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.ui.grid > .row > .column { + margin-top: 0; + margin-bottom: 0; +} + +/*------------------- + Content +--------------------*/ + +.ui.grid > .row > img, +.ui.grid > .row > .column > img { + max-width: 100%; +} + +/*------------------- + Loose Coupling +--------------------*/ + +/* Collapse Margin on Consecutive Grid */ + +.ui.grid > .ui.grid:first-child { + margin-top: 0; +} + +.ui.grid > .ui.grid:last-child { + margin-bottom: 0; +} + +/* Segment inside Aligned Grid */ + +.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached), +.ui.aligned.grid .column > .segment:not(.compact):not(.attached) { + width: 100%; +} + +/* Align Dividers with Gutter */ + +.ui.grid .row + .ui.divider { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + margin: 1rem 1rem; +} + +.ui.grid .column + .ui.vertical.divider { + height: calc(50% - 1rem); +} + +/* Remove Border on Last Horizontal Segment */ + +.ui.grid > .row > .column:last-child > .horizontal.segment, +.ui.grid > .column:last-child > .horizontal.segment { + -webkit-box-shadow: none; + box-shadow: none; +} + +/******************************* + Variations +*******************************/ + +/*----------------------- + Page Grid + -------------------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.page.grid { + width: auto; + padding-left: 0; + padding-right: 0; + margin-left: 0; + margin-right: 0; + } +} + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 2em; + padding-right: 2em; + } +} + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 3%; + padding-right: 3%; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 15%; + padding-right: 15%; + } +} + +@media only screen and (min-width: 1920px) { + .ui.page.grid { + width: auto; + margin-left: 0; + margin-right: 0; + padding-left: 23%; + padding-right: 23%; + } +} + +/*------------------- + Column Count +--------------------*/ + +/* Assume full width with one column */ + +.ui.grid > .column:only-child, +.ui.grid > .row > .column:only-child { + width: 100%; +} + +/* Grid Based */ + +.ui[class*="one column"].grid > .row > .column, +.ui[class*="one column"].grid > .column:not(.row) { + width: 100%; +} + +.ui[class*="two column"].grid > .row > .column, +.ui[class*="two column"].grid > .column:not(.row) { + width: 50%; +} + +.ui[class*="three column"].grid > .row > .column, +.ui[class*="three column"].grid > .column:not(.row) { + width: 33.33333333%; +} + +.ui[class*="four column"].grid > .row > .column, +.ui[class*="four column"].grid > .column:not(.row) { + width: 25%; +} + +.ui[class*="five column"].grid > .row > .column, +.ui[class*="five column"].grid > .column:not(.row) { + width: 20%; +} + +.ui[class*="six column"].grid > .row > .column, +.ui[class*="six column"].grid > .column:not(.row) { + width: 16.66666667%; +} + +.ui[class*="seven column"].grid > .row > .column, +.ui[class*="seven column"].grid > .column:not(.row) { + width: 14.28571429%; +} + +.ui[class*="eight column"].grid > .row > .column, +.ui[class*="eight column"].grid > .column:not(.row) { + width: 12.5%; +} + +.ui[class*="nine column"].grid > .row > .column, +.ui[class*="nine column"].grid > .column:not(.row) { + width: 11.11111111%; +} + +.ui[class*="ten column"].grid > .row > .column, +.ui[class*="ten column"].grid > .column:not(.row) { + width: 10%; +} + +.ui[class*="eleven column"].grid > .row > .column, +.ui[class*="eleven column"].grid > .column:not(.row) { + width: 9.09090909%; +} + +.ui[class*="twelve column"].grid > .row > .column, +.ui[class*="twelve column"].grid > .column:not(.row) { + width: 8.33333333%; +} + +.ui[class*="thirteen column"].grid > .row > .column, +.ui[class*="thirteen column"].grid > .column:not(.row) { + width: 7.69230769%; +} + +.ui[class*="fourteen column"].grid > .row > .column, +.ui[class*="fourteen column"].grid > .column:not(.row) { + width: 7.14285714%; +} + +.ui[class*="fifteen column"].grid > .row > .column, +.ui[class*="fifteen column"].grid > .column:not(.row) { + width: 6.66666667%; +} + +.ui[class*="sixteen column"].grid > .row > .column, +.ui[class*="sixteen column"].grid > .column:not(.row) { + width: 6.25%; +} + +/* Row Based Overrides */ + +.ui.grid > [class*="one column"].row > .column { + width: 100% !important; +} + +.ui.grid > [class*="two column"].row > .column { + width: 50% !important; +} + +.ui.grid > [class*="three column"].row > .column { + width: 33.33333333% !important; +} + +.ui.grid > [class*="four column"].row > .column { + width: 25% !important; +} + +.ui.grid > [class*="five column"].row > .column { + width: 20% !important; +} + +.ui.grid > [class*="six column"].row > .column { + width: 16.66666667% !important; +} + +.ui.grid > [class*="seven column"].row > .column { + width: 14.28571429% !important; +} + +.ui.grid > [class*="eight column"].row > .column { + width: 12.5% !important; +} + +.ui.grid > [class*="nine column"].row > .column { + width: 11.11111111% !important; +} + +.ui.grid > [class*="ten column"].row > .column { + width: 10% !important; +} + +.ui.grid > [class*="eleven column"].row > .column { + width: 9.09090909% !important; +} + +.ui.grid > [class*="twelve column"].row > .column { + width: 8.33333333% !important; +} + +.ui.grid > [class*="thirteen column"].row > .column { + width: 7.69230769% !important; +} + +.ui.grid > [class*="fourteen column"].row > .column { + width: 7.14285714% !important; +} + +.ui.grid > [class*="fifteen column"].row > .column { + width: 6.66666667% !important; +} + +.ui.grid > [class*="sixteen column"].row > .column { + width: 6.25% !important; +} + +/* Celled Page */ + +.ui.celled.page.grid { + -webkit-box-shadow: none; + box-shadow: none; +} + +/*------------------- + Column Width +--------------------*/ + +/* Sizing Combinations */ + +.ui.grid > .row > [class*="one wide"].column, +.ui.grid > .column.row > [class*="one wide"].column, +.ui.grid > [class*="one wide"].column, +.ui.column.grid > [class*="one wide"].column { + width: 6.25% !important; +} + +.ui.grid > .row > [class*="two wide"].column, +.ui.grid > .column.row > [class*="two wide"].column, +.ui.grid > [class*="two wide"].column, +.ui.column.grid > [class*="two wide"].column { + width: 12.5% !important; +} + +.ui.grid > .row > [class*="three wide"].column, +.ui.grid > .column.row > [class*="three wide"].column, +.ui.grid > [class*="three wide"].column, +.ui.column.grid > [class*="three wide"].column { + width: 18.75% !important; +} + +.ui.grid > .row > [class*="four wide"].column, +.ui.grid > .column.row > [class*="four wide"].column, +.ui.grid > [class*="four wide"].column, +.ui.column.grid > [class*="four wide"].column { + width: 25% !important; +} + +.ui.grid > .row > [class*="five wide"].column, +.ui.grid > .column.row > [class*="five wide"].column, +.ui.grid > [class*="five wide"].column, +.ui.column.grid > [class*="five wide"].column { + width: 31.25% !important; +} + +.ui.grid > .row > [class*="six wide"].column, +.ui.grid > .column.row > [class*="six wide"].column, +.ui.grid > [class*="six wide"].column, +.ui.column.grid > [class*="six wide"].column { + width: 37.5% !important; +} + +.ui.grid > .row > [class*="seven wide"].column, +.ui.grid > .column.row > [class*="seven wide"].column, +.ui.grid > [class*="seven wide"].column, +.ui.column.grid > [class*="seven wide"].column { + width: 43.75% !important; +} + +.ui.grid > .row > [class*="eight wide"].column, +.ui.grid > .column.row > [class*="eight wide"].column, +.ui.grid > [class*="eight wide"].column, +.ui.column.grid > [class*="eight wide"].column { + width: 50% !important; +} + +.ui.grid > .row > [class*="nine wide"].column, +.ui.grid > .column.row > [class*="nine wide"].column, +.ui.grid > [class*="nine wide"].column, +.ui.column.grid > [class*="nine wide"].column { + width: 56.25% !important; +} + +.ui.grid > .row > [class*="ten wide"].column, +.ui.grid > .column.row > [class*="ten wide"].column, +.ui.grid > [class*="ten wide"].column, +.ui.column.grid > [class*="ten wide"].column { + width: 62.5% !important; +} + +.ui.grid > .row > [class*="eleven wide"].column, +.ui.grid > .column.row > [class*="eleven wide"].column, +.ui.grid > [class*="eleven wide"].column, +.ui.column.grid > [class*="eleven wide"].column { + width: 68.75% !important; +} + +.ui.grid > .row > [class*="twelve wide"].column, +.ui.grid > .column.row > [class*="twelve wide"].column, +.ui.grid > [class*="twelve wide"].column, +.ui.column.grid > [class*="twelve wide"].column { + width: 75% !important; +} + +.ui.grid > .row > [class*="thirteen wide"].column, +.ui.grid > .column.row > [class*="thirteen wide"].column, +.ui.grid > [class*="thirteen wide"].column, +.ui.column.grid > [class*="thirteen wide"].column { + width: 81.25% !important; +} + +.ui.grid > .row > [class*="fourteen wide"].column, +.ui.grid > .column.row > [class*="fourteen wide"].column, +.ui.grid > [class*="fourteen wide"].column, +.ui.column.grid > [class*="fourteen wide"].column { + width: 87.5% !important; +} + +.ui.grid > .row > [class*="fifteen wide"].column, +.ui.grid > .column.row > [class*="fifteen wide"].column, +.ui.grid > [class*="fifteen wide"].column, +.ui.column.grid > [class*="fifteen wide"].column { + width: 93.75% !important; +} + +.ui.grid > .row > [class*="sixteen wide"].column, +.ui.grid > .column.row > [class*="sixteen wide"].column, +.ui.grid > [class*="sixteen wide"].column, +.ui.column.grid > [class*="sixteen wide"].column { + width: 100% !important; +} + +/*---------------------- + Width per Device +-----------------------*/ + +/* Mobile Sizing Combinations */ + +@media only screen and (min-width: 320px) and (max-width: 767.98px) { + .ui.grid > .row > [class*="one wide mobile"].column, + .ui.grid > .column.row > [class*="one wide mobile"].column, + .ui.grid > [class*="one wide mobile"].column, + .ui.column.grid > [class*="one wide mobile"].column { + width: 6.25% !important; + } + + .ui.grid > .row > [class*="two wide mobile"].column, + .ui.grid > .column.row > [class*="two wide mobile"].column, + .ui.grid > [class*="two wide mobile"].column, + .ui.column.grid > [class*="two wide mobile"].column { + width: 12.5% !important; + } + + .ui.grid > .row > [class*="three wide mobile"].column, + .ui.grid > .column.row > [class*="three wide mobile"].column, + .ui.grid > [class*="three wide mobile"].column, + .ui.column.grid > [class*="three wide mobile"].column { + width: 18.75% !important; + } + + .ui.grid > .row > [class*="four wide mobile"].column, + .ui.grid > .column.row > [class*="four wide mobile"].column, + .ui.grid > [class*="four wide mobile"].column, + .ui.column.grid > [class*="four wide mobile"].column { + width: 25% !important; + } + + .ui.grid > .row > [class*="five wide mobile"].column, + .ui.grid > .column.row > [class*="five wide mobile"].column, + .ui.grid > [class*="five wide mobile"].column, + .ui.column.grid > [class*="five wide mobile"].column { + width: 31.25% !important; + } + + .ui.grid > .row > [class*="six wide mobile"].column, + .ui.grid > .column.row > [class*="six wide mobile"].column, + .ui.grid > [class*="six wide mobile"].column, + .ui.column.grid > [class*="six wide mobile"].column { + width: 37.5% !important; + } + + .ui.grid > .row > [class*="seven wide mobile"].column, + .ui.grid > .column.row > [class*="seven wide mobile"].column, + .ui.grid > [class*="seven wide mobile"].column, + .ui.column.grid > [class*="seven wide mobile"].column { + width: 43.75% !important; + } + + .ui.grid > .row > [class*="eight wide mobile"].column, + .ui.grid > .column.row > [class*="eight wide mobile"].column, + .ui.grid > [class*="eight wide mobile"].column, + .ui.column.grid > [class*="eight wide mobile"].column { + width: 50% !important; + } + + .ui.grid > .row > [class*="nine wide mobile"].column, + .ui.grid > .column.row > [class*="nine wide mobile"].column, + .ui.grid > [class*="nine wide mobile"].column, + .ui.column.grid > [class*="nine wide mobile"].column { + width: 56.25% !important; + } + + .ui.grid > .row > [class*="ten wide mobile"].column, + .ui.grid > .column.row > [class*="ten wide mobile"].column, + .ui.grid > [class*="ten wide mobile"].column, + .ui.column.grid > [class*="ten wide mobile"].column { + width: 62.5% !important; + } + + .ui.grid > .row > [class*="eleven wide mobile"].column, + .ui.grid > .column.row > [class*="eleven wide mobile"].column, + .ui.grid > [class*="eleven wide mobile"].column, + .ui.column.grid > [class*="eleven wide mobile"].column { + width: 68.75% !important; + } + + .ui.grid > .row > [class*="twelve wide mobile"].column, + .ui.grid > .column.row > [class*="twelve wide mobile"].column, + .ui.grid > [class*="twelve wide mobile"].column, + .ui.column.grid > [class*="twelve wide mobile"].column { + width: 75% !important; + } + + .ui.grid > .row > [class*="thirteen wide mobile"].column, + .ui.grid > .column.row > [class*="thirteen wide mobile"].column, + .ui.grid > [class*="thirteen wide mobile"].column, + .ui.column.grid > [class*="thirteen wide mobile"].column { + width: 81.25% !important; + } + + .ui.grid > .row > [class*="fourteen wide mobile"].column, + .ui.grid > .column.row > [class*="fourteen wide mobile"].column, + .ui.grid > [class*="fourteen wide mobile"].column, + .ui.column.grid > [class*="fourteen wide mobile"].column { + width: 87.5% !important; + } + + .ui.grid > .row > [class*="fifteen wide mobile"].column, + .ui.grid > .column.row > [class*="fifteen wide mobile"].column, + .ui.grid > [class*="fifteen wide mobile"].column, + .ui.column.grid > [class*="fifteen wide mobile"].column { + width: 93.75% !important; + } + + .ui.grid > .row > [class*="sixteen wide mobile"].column, + .ui.grid > .column.row > [class*="sixteen wide mobile"].column, + .ui.grid > [class*="sixteen wide mobile"].column, + .ui.column.grid > [class*="sixteen wide mobile"].column { + width: 100% !important; + } +} + +/* Tablet Sizing Combinations */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.grid > .row > [class*="one wide tablet"].column, + .ui.grid > .column.row > [class*="one wide tablet"].column, + .ui.grid > [class*="one wide tablet"].column, + .ui.column.grid > [class*="one wide tablet"].column { + width: 6.25% !important; + } + + .ui.grid > .row > [class*="two wide tablet"].column, + .ui.grid > .column.row > [class*="two wide tablet"].column, + .ui.grid > [class*="two wide tablet"].column, + .ui.column.grid > [class*="two wide tablet"].column { + width: 12.5% !important; + } + + .ui.grid > .row > [class*="three wide tablet"].column, + .ui.grid > .column.row > [class*="three wide tablet"].column, + .ui.grid > [class*="three wide tablet"].column, + .ui.column.grid > [class*="three wide tablet"].column { + width: 18.75% !important; + } + + .ui.grid > .row > [class*="four wide tablet"].column, + .ui.grid > .column.row > [class*="four wide tablet"].column, + .ui.grid > [class*="four wide tablet"].column, + .ui.column.grid > [class*="four wide tablet"].column { + width: 25% !important; + } + + .ui.grid > .row > [class*="five wide tablet"].column, + .ui.grid > .column.row > [class*="five wide tablet"].column, + .ui.grid > [class*="five wide tablet"].column, + .ui.column.grid > [class*="five wide tablet"].column { + width: 31.25% !important; + } + + .ui.grid > .row > [class*="six wide tablet"].column, + .ui.grid > .column.row > [class*="six wide tablet"].column, + .ui.grid > [class*="six wide tablet"].column, + .ui.column.grid > [class*="six wide tablet"].column { + width: 37.5% !important; + } + + .ui.grid > .row > [class*="seven wide tablet"].column, + .ui.grid > .column.row > [class*="seven wide tablet"].column, + .ui.grid > [class*="seven wide tablet"].column, + .ui.column.grid > [class*="seven wide tablet"].column { + width: 43.75% !important; + } + + .ui.grid > .row > [class*="eight wide tablet"].column, + .ui.grid > .column.row > [class*="eight wide tablet"].column, + .ui.grid > [class*="eight wide tablet"].column, + .ui.column.grid > [class*="eight wide tablet"].column { + width: 50% !important; + } + + .ui.grid > .row > [class*="nine wide tablet"].column, + .ui.grid > .column.row > [class*="nine wide tablet"].column, + .ui.grid > [class*="nine wide tablet"].column, + .ui.column.grid > [class*="nine wide tablet"].column { + width: 56.25% !important; + } + + .ui.grid > .row > [class*="ten wide tablet"].column, + .ui.grid > .column.row > [class*="ten wide tablet"].column, + .ui.grid > [class*="ten wide tablet"].column, + .ui.column.grid > [class*="ten wide tablet"].column { + width: 62.5% !important; + } + + .ui.grid > .row > [class*="eleven wide tablet"].column, + .ui.grid > .column.row > [class*="eleven wide tablet"].column, + .ui.grid > [class*="eleven wide tablet"].column, + .ui.column.grid > [class*="eleven wide tablet"].column { + width: 68.75% !important; + } + + .ui.grid > .row > [class*="twelve wide tablet"].column, + .ui.grid > .column.row > [class*="twelve wide tablet"].column, + .ui.grid > [class*="twelve wide tablet"].column, + .ui.column.grid > [class*="twelve wide tablet"].column { + width: 75% !important; + } + + .ui.grid > .row > [class*="thirteen wide tablet"].column, + .ui.grid > .column.row > [class*="thirteen wide tablet"].column, + .ui.grid > [class*="thirteen wide tablet"].column, + .ui.column.grid > [class*="thirteen wide tablet"].column { + width: 81.25% !important; + } + + .ui.grid > .row > [class*="fourteen wide tablet"].column, + .ui.grid > .column.row > [class*="fourteen wide tablet"].column, + .ui.grid > [class*="fourteen wide tablet"].column, + .ui.column.grid > [class*="fourteen wide tablet"].column { + width: 87.5% !important; + } + + .ui.grid > .row > [class*="fifteen wide tablet"].column, + .ui.grid > .column.row > [class*="fifteen wide tablet"].column, + .ui.grid > [class*="fifteen wide tablet"].column, + .ui.column.grid > [class*="fifteen wide tablet"].column { + width: 93.75% !important; + } + + .ui.grid > .row > [class*="sixteen wide tablet"].column, + .ui.grid > .column.row > [class*="sixteen wide tablet"].column, + .ui.grid > [class*="sixteen wide tablet"].column, + .ui.column.grid > [class*="sixteen wide tablet"].column { + width: 100% !important; + } +} + +/* Computer/Desktop Sizing Combinations */ + +@media only screen and (min-width: 992px) { + .ui.grid > .row > [class*="one wide computer"].column, + .ui.grid > .column.row > [class*="one wide computer"].column, + .ui.grid > [class*="one wide computer"].column, + .ui.column.grid > [class*="one wide computer"].column { + width: 6.25% !important; + } + + .ui.grid > .row > [class*="two wide computer"].column, + .ui.grid > .column.row > [class*="two wide computer"].column, + .ui.grid > [class*="two wide computer"].column, + .ui.column.grid > [class*="two wide computer"].column { + width: 12.5% !important; + } + + .ui.grid > .row > [class*="three wide computer"].column, + .ui.grid > .column.row > [class*="three wide computer"].column, + .ui.grid > [class*="three wide computer"].column, + .ui.column.grid > [class*="three wide computer"].column { + width: 18.75% !important; + } + + .ui.grid > .row > [class*="four wide computer"].column, + .ui.grid > .column.row > [class*="four wide computer"].column, + .ui.grid > [class*="four wide computer"].column, + .ui.column.grid > [class*="four wide computer"].column { + width: 25% !important; + } + + .ui.grid > .row > [class*="five wide computer"].column, + .ui.grid > .column.row > [class*="five wide computer"].column, + .ui.grid > [class*="five wide computer"].column, + .ui.column.grid > [class*="five wide computer"].column { + width: 31.25% !important; + } + + .ui.grid > .row > [class*="six wide computer"].column, + .ui.grid > .column.row > [class*="six wide computer"].column, + .ui.grid > [class*="six wide computer"].column, + .ui.column.grid > [class*="six wide computer"].column { + width: 37.5% !important; + } + + .ui.grid > .row > [class*="seven wide computer"].column, + .ui.grid > .column.row > [class*="seven wide computer"].column, + .ui.grid > [class*="seven wide computer"].column, + .ui.column.grid > [class*="seven wide computer"].column { + width: 43.75% !important; + } + + .ui.grid > .row > [class*="eight wide computer"].column, + .ui.grid > .column.row > [class*="eight wide computer"].column, + .ui.grid > [class*="eight wide computer"].column, + .ui.column.grid > [class*="eight wide computer"].column { + width: 50% !important; + } + + .ui.grid > .row > [class*="nine wide computer"].column, + .ui.grid > .column.row > [class*="nine wide computer"].column, + .ui.grid > [class*="nine wide computer"].column, + .ui.column.grid > [class*="nine wide computer"].column { + width: 56.25% !important; + } + + .ui.grid > .row > [class*="ten wide computer"].column, + .ui.grid > .column.row > [class*="ten wide computer"].column, + .ui.grid > [class*="ten wide computer"].column, + .ui.column.grid > [class*="ten wide computer"].column { + width: 62.5% !important; + } + + .ui.grid > .row > [class*="eleven wide computer"].column, + .ui.grid > .column.row > [class*="eleven wide computer"].column, + .ui.grid > [class*="eleven wide computer"].column, + .ui.column.grid > [class*="eleven wide computer"].column { + width: 68.75% !important; + } + + .ui.grid > .row > [class*="twelve wide computer"].column, + .ui.grid > .column.row > [class*="twelve wide computer"].column, + .ui.grid > [class*="twelve wide computer"].column, + .ui.column.grid > [class*="twelve wide computer"].column { + width: 75% !important; + } + + .ui.grid > .row > [class*="thirteen wide computer"].column, + .ui.grid > .column.row > [class*="thirteen wide computer"].column, + .ui.grid > [class*="thirteen wide computer"].column, + .ui.column.grid > [class*="thirteen wide computer"].column { + width: 81.25% !important; + } + + .ui.grid > .row > [class*="fourteen wide computer"].column, + .ui.grid > .column.row > [class*="fourteen wide computer"].column, + .ui.grid > [class*="fourteen wide computer"].column, + .ui.column.grid > [class*="fourteen wide computer"].column { + width: 87.5% !important; + } + + .ui.grid > .row > [class*="fifteen wide computer"].column, + .ui.grid > .column.row > [class*="fifteen wide computer"].column, + .ui.grid > [class*="fifteen wide computer"].column, + .ui.column.grid > [class*="fifteen wide computer"].column { + width: 93.75% !important; + } + + .ui.grid > .row > [class*="sixteen wide computer"].column, + .ui.grid > .column.row > [class*="sixteen wide computer"].column, + .ui.grid > [class*="sixteen wide computer"].column, + .ui.column.grid > [class*="sixteen wide computer"].column { + width: 100% !important; + } +} + +/* Large Monitor Sizing Combinations */ + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui.grid > .row > [class*="one wide large screen"].column, + .ui.grid > .column.row > [class*="one wide large screen"].column, + .ui.grid > [class*="one wide large screen"].column, + .ui.column.grid > [class*="one wide large screen"].column { + width: 6.25% !important; + } + + .ui.grid > .row > [class*="two wide large screen"].column, + .ui.grid > .column.row > [class*="two wide large screen"].column, + .ui.grid > [class*="two wide large screen"].column, + .ui.column.grid > [class*="two wide large screen"].column { + width: 12.5% !important; + } + + .ui.grid > .row > [class*="three wide large screen"].column, + .ui.grid > .column.row > [class*="three wide large screen"].column, + .ui.grid > [class*="three wide large screen"].column, + .ui.column.grid > [class*="three wide large screen"].column { + width: 18.75% !important; + } + + .ui.grid > .row > [class*="four wide large screen"].column, + .ui.grid > .column.row > [class*="four wide large screen"].column, + .ui.grid > [class*="four wide large screen"].column, + .ui.column.grid > [class*="four wide large screen"].column { + width: 25% !important; + } + + .ui.grid > .row > [class*="five wide large screen"].column, + .ui.grid > .column.row > [class*="five wide large screen"].column, + .ui.grid > [class*="five wide large screen"].column, + .ui.column.grid > [class*="five wide large screen"].column { + width: 31.25% !important; + } + + .ui.grid > .row > [class*="six wide large screen"].column, + .ui.grid > .column.row > [class*="six wide large screen"].column, + .ui.grid > [class*="six wide large screen"].column, + .ui.column.grid > [class*="six wide large screen"].column { + width: 37.5% !important; + } + + .ui.grid > .row > [class*="seven wide large screen"].column, + .ui.grid > .column.row > [class*="seven wide large screen"].column, + .ui.grid > [class*="seven wide large screen"].column, + .ui.column.grid > [class*="seven wide large screen"].column { + width: 43.75% !important; + } + + .ui.grid > .row > [class*="eight wide large screen"].column, + .ui.grid > .column.row > [class*="eight wide large screen"].column, + .ui.grid > [class*="eight wide large screen"].column, + .ui.column.grid > [class*="eight wide large screen"].column { + width: 50% !important; + } + + .ui.grid > .row > [class*="nine wide large screen"].column, + .ui.grid > .column.row > [class*="nine wide large screen"].column, + .ui.grid > [class*="nine wide large screen"].column, + .ui.column.grid > [class*="nine wide large screen"].column { + width: 56.25% !important; + } + + .ui.grid > .row > [class*="ten wide large screen"].column, + .ui.grid > .column.row > [class*="ten wide large screen"].column, + .ui.grid > [class*="ten wide large screen"].column, + .ui.column.grid > [class*="ten wide large screen"].column { + width: 62.5% !important; + } + + .ui.grid > .row > [class*="eleven wide large screen"].column, + .ui.grid > .column.row > [class*="eleven wide large screen"].column, + .ui.grid > [class*="eleven wide large screen"].column, + .ui.column.grid > [class*="eleven wide large screen"].column { + width: 68.75% !important; + } + + .ui.grid > .row > [class*="twelve wide large screen"].column, + .ui.grid > .column.row > [class*="twelve wide large screen"].column, + .ui.grid > [class*="twelve wide large screen"].column, + .ui.column.grid > [class*="twelve wide large screen"].column { + width: 75% !important; + } + + .ui.grid > .row > [class*="thirteen wide large screen"].column, + .ui.grid > .column.row > [class*="thirteen wide large screen"].column, + .ui.grid > [class*="thirteen wide large screen"].column, + .ui.column.grid > [class*="thirteen wide large screen"].column { + width: 81.25% !important; + } + + .ui.grid > .row > [class*="fourteen wide large screen"].column, + .ui.grid > .column.row > [class*="fourteen wide large screen"].column, + .ui.grid > [class*="fourteen wide large screen"].column, + .ui.column.grid > [class*="fourteen wide large screen"].column { + width: 87.5% !important; + } + + .ui.grid > .row > [class*="fifteen wide large screen"].column, + .ui.grid > .column.row > [class*="fifteen wide large screen"].column, + .ui.grid > [class*="fifteen wide large screen"].column, + .ui.column.grid > [class*="fifteen wide large screen"].column { + width: 93.75% !important; + } + + .ui.grid > .row > [class*="sixteen wide large screen"].column, + .ui.grid > .column.row > [class*="sixteen wide large screen"].column, + .ui.grid > [class*="sixteen wide large screen"].column, + .ui.column.grid > [class*="sixteen wide large screen"].column { + width: 100% !important; + } +} + +/* Widescreen Sizing Combinations */ + +@media only screen and (min-width: 1920px) { + .ui.grid > .row > [class*="one wide widescreen"].column, + .ui.grid > .column.row > [class*="one wide widescreen"].column, + .ui.grid > [class*="one wide widescreen"].column, + .ui.column.grid > [class*="one wide widescreen"].column { + width: 6.25% !important; + } + + .ui.grid > .row > [class*="two wide widescreen"].column, + .ui.grid > .column.row > [class*="two wide widescreen"].column, + .ui.grid > [class*="two wide widescreen"].column, + .ui.column.grid > [class*="two wide widescreen"].column { + width: 12.5% !important; + } + + .ui.grid > .row > [class*="three wide widescreen"].column, + .ui.grid > .column.row > [class*="three wide widescreen"].column, + .ui.grid > [class*="three wide widescreen"].column, + .ui.column.grid > [class*="three wide widescreen"].column { + width: 18.75% !important; + } + + .ui.grid > .row > [class*="four wide widescreen"].column, + .ui.grid > .column.row > [class*="four wide widescreen"].column, + .ui.grid > [class*="four wide widescreen"].column, + .ui.column.grid > [class*="four wide widescreen"].column { + width: 25% !important; + } + + .ui.grid > .row > [class*="five wide widescreen"].column, + .ui.grid > .column.row > [class*="five wide widescreen"].column, + .ui.grid > [class*="five wide widescreen"].column, + .ui.column.grid > [class*="five wide widescreen"].column { + width: 31.25% !important; + } + + .ui.grid > .row > [class*="six wide widescreen"].column, + .ui.grid > .column.row > [class*="six wide widescreen"].column, + .ui.grid > [class*="six wide widescreen"].column, + .ui.column.grid > [class*="six wide widescreen"].column { + width: 37.5% !important; + } + + .ui.grid > .row > [class*="seven wide widescreen"].column, + .ui.grid > .column.row > [class*="seven wide widescreen"].column, + .ui.grid > [class*="seven wide widescreen"].column, + .ui.column.grid > [class*="seven wide widescreen"].column { + width: 43.75% !important; + } + + .ui.grid > .row > [class*="eight wide widescreen"].column, + .ui.grid > .column.row > [class*="eight wide widescreen"].column, + .ui.grid > [class*="eight wide widescreen"].column, + .ui.column.grid > [class*="eight wide widescreen"].column { + width: 50% !important; + } + + .ui.grid > .row > [class*="nine wide widescreen"].column, + .ui.grid > .column.row > [class*="nine wide widescreen"].column, + .ui.grid > [class*="nine wide widescreen"].column, + .ui.column.grid > [class*="nine wide widescreen"].column { + width: 56.25% !important; + } + + .ui.grid > .row > [class*="ten wide widescreen"].column, + .ui.grid > .column.row > [class*="ten wide widescreen"].column, + .ui.grid > [class*="ten wide widescreen"].column, + .ui.column.grid > [class*="ten wide widescreen"].column { + width: 62.5% !important; + } + + .ui.grid > .row > [class*="eleven wide widescreen"].column, + .ui.grid > .column.row > [class*="eleven wide widescreen"].column, + .ui.grid > [class*="eleven wide widescreen"].column, + .ui.column.grid > [class*="eleven wide widescreen"].column { + width: 68.75% !important; + } + + .ui.grid > .row > [class*="twelve wide widescreen"].column, + .ui.grid > .column.row > [class*="twelve wide widescreen"].column, + .ui.grid > [class*="twelve wide widescreen"].column, + .ui.column.grid > [class*="twelve wide widescreen"].column { + width: 75% !important; + } + + .ui.grid > .row > [class*="thirteen wide widescreen"].column, + .ui.grid > .column.row > [class*="thirteen wide widescreen"].column, + .ui.grid > [class*="thirteen wide widescreen"].column, + .ui.column.grid > [class*="thirteen wide widescreen"].column { + width: 81.25% !important; + } + + .ui.grid > .row > [class*="fourteen wide widescreen"].column, + .ui.grid > .column.row > [class*="fourteen wide widescreen"].column, + .ui.grid > [class*="fourteen wide widescreen"].column, + .ui.column.grid > [class*="fourteen wide widescreen"].column { + width: 87.5% !important; + } + + .ui.grid > .row > [class*="fifteen wide widescreen"].column, + .ui.grid > .column.row > [class*="fifteen wide widescreen"].column, + .ui.grid > [class*="fifteen wide widescreen"].column, + .ui.column.grid > [class*="fifteen wide widescreen"].column { + width: 93.75% !important; + } + + .ui.grid > .row > [class*="sixteen wide widescreen"].column, + .ui.grid > .column.row > [class*="sixteen wide widescreen"].column, + .ui.grid > [class*="sixteen wide widescreen"].column, + .ui.column.grid > [class*="sixteen wide widescreen"].column { + width: 100% !important; + } +} + +/*---------------------- + Centered + -----------------------*/ + +.ui.centered.grid, +.ui.centered.grid > .row, +.ui.grid > .centered.row { + text-align: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row), +.ui.centered.grid > .row > .column:not(.aligned):not(.justified), +.ui.grid .centered.row > .column:not(.aligned):not(.justified) { + text-align: left; +} + +.ui.grid > .centered.column, +.ui.grid > .row > .centered.column { + display: block; + margin-left: auto; + margin-right: auto; +} + +/*---------------------- + Relaxed + -----------------------*/ + +.ui.relaxed.grid > .column:not(.row), +.ui.relaxed.grid > .row > .column, +.ui.grid > .relaxed.row > .column { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.ui[class*="very relaxed"].grid > .column:not(.row), +.ui[class*="very relaxed"].grid > .row > .column, +.ui.grid > [class*="very relaxed"].row > .column { + padding-left: 2.5rem; + padding-right: 2.5rem; +} + +/* Coupling with UI Divider */ + +.ui.relaxed.grid .row + .ui.divider, +.ui.grid .relaxed.row + .ui.divider { + margin-left: 1.5rem; + margin-right: 1.5rem; +} + +.ui[class*="very relaxed"].grid .row + .ui.divider, +.ui.grid [class*="very relaxed"].row + .ui.divider { + margin-left: 2.5rem; + margin-right: 2.5rem; +} + +/*---------------------- + Padded + -----------------------*/ + +.ui.padded.grid:not(.vertically):not(.horizontally) { + margin: 0 !important; +} + +[class*="horizontally padded"].ui.grid { + margin-left: 0 !important; + margin-right: 0 !important; +} + +[class*="vertically padded"].ui.grid { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +/*---------------------- + "Floated" + -----------------------*/ + +.ui.grid [class*="left floated"].column { + margin-right: auto; +} + +.ui.grid [class*="right floated"].column { + margin-left: auto; +} + +/*---------------------- + Divided + -----------------------*/ + +.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row), +.ui.divided.grid:not([class*="vertically divided"]) > .row > .column { + -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); +} + +/* Swap from padding to margin on columns to have dividers align */ + +.ui[class*="vertically divided"].grid > .column:not(.row), +.ui[class*="vertically divided"].grid > .row > .column { + margin-top: 1rem; + margin-bottom: 1rem; + padding-top: 0; + padding-bottom: 0; +} + +.ui[class*="vertically divided"].grid > .row { + margin-top: 0; + margin-bottom: 0; +} + +/* No divider on first column on row */ + +.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child, +.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* No space on top of first row */ + +.ui[class*="vertically divided"].grid > .row:first-child > .column { + margin-top: 0; +} + +/* Divided Row */ + +.ui.grid > .divided.row > .column { + -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); +} + +.ui.grid > .divided.row > .column:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Vertically Divided */ + +.ui[class*="vertically divided"].grid > .row { + position: relative; +} + +.ui[class*="vertically divided"].grid > .row:before { + position: absolute; + content: ""; + top: 0; + left: 0; + width: calc(100% - 2rem); + height: 1px; + margin: 0 1rem; + -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); +} + +/* Padded Horizontally Divided */ + +[class*="horizontally padded"].ui.divided.grid, +.ui.padded.divided.grid:not(.vertically):not(.horizontally) { + width: 100%; +} + +/* First Row Vertically Divided */ + +.ui[class*="vertically divided"].grid > .row:first-child:before { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Inverted Divided */ + +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row), +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column { + -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1); + box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1); +} + +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child, +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.inverted[class*="vertically divided"].grid > .row:before { + -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1); + box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1); +} + +/* Relaxed */ + +.ui.relaxed[class*="vertically divided"].grid > .row:before { + margin-left: 1.5rem; + margin-right: 1.5rem; + width: calc(100% - 3rem); +} + +.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before { + margin-left: 2.5rem; + margin-right: 2.5rem; + width: calc(100% - 5rem); +} + +/*---------------------- + Celled + -----------------------*/ + +.ui.celled.grid { + width: 100%; + margin: 1em 0; + -webkit-box-shadow: 0 0 0 1px #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5; +} + +.ui.celled.grid > .row { + width: 100% !important; + margin: 0; + padding: 0; + -webkit-box-shadow: 0 -1px 0 0 #D4D4D5; + box-shadow: 0 -1px 0 0 #D4D4D5; +} + +.ui.celled.grid > .column:not(.row), +.ui.celled.grid > .row > .column { + -webkit-box-shadow: -1px 0 0 0 #D4D4D5; + box-shadow: -1px 0 0 0 #D4D4D5; +} + +.ui.celled.grid > .column:first-child, +.ui.celled.grid > .row > .column:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.celled.grid > .column:not(.row), +.ui.celled.grid > .row > .column { + padding: 1em; +} + +.ui.relaxed.celled.grid > .column:not(.row), +.ui.relaxed.celled.grid > .row > .column { + padding: 1.5em; +} + +.ui[class*="very relaxed"].celled.grid > .column:not(.row), +.ui[class*="very relaxed"].celled.grid > .row > .column { + padding: 2em; +} + +/* Internally Celled */ + +.ui[class*="internally celled"].grid { + -webkit-box-shadow: none; + box-shadow: none; + margin: 0; +} + +.ui[class*="internally celled"].grid > .row:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui[class*="internally celled"].grid > .row > .column:first-child { + -webkit-box-shadow: none; + box-shadow: none; +} + +/*---------------------- + Vertically Aligned + -----------------------*/ + +/* Top Aligned */ + +.ui[class*="top aligned"].grid > .column:not(.row), +.ui[class*="top aligned"].grid > .row > .column, +.ui.grid > [class*="top aligned"].row > .column, +.ui.grid > [class*="top aligned"].column:not(.row), +.ui.grid > .row > [class*="top aligned"].column { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + vertical-align: top; + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +/* Middle Aligned */ + +.ui[class*="middle aligned"].grid > .column:not(.row), +.ui[class*="middle aligned"].grid > .row > .column, +.ui.grid > [class*="middle aligned"].row > .column, +.ui.grid > [class*="middle aligned"].column:not(.row), +.ui.grid > .row > [class*="middle aligned"].column { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + vertical-align: middle; + -ms-flex-item-align: center !important; + align-self: center !important; +} + +/* Bottom Aligned */ + +.ui[class*="bottom aligned"].grid > .column:not(.row), +.ui[class*="bottom aligned"].grid > .row > .column, +.ui.grid > [class*="bottom aligned"].row > .column, +.ui.grid > [class*="bottom aligned"].column:not(.row), +.ui.grid > .row > [class*="bottom aligned"].column { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + vertical-align: bottom; + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +/* Stretched */ + +.ui.stretched.grid > .row > .column, +.ui.stretched.grid > .column, +.ui.grid > .stretched.row > .column, +.ui.grid > .stretched.column:not(.row), +.ui.grid > .row > .stretched.column { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + -ms-flex-item-align: stretch; + align-self: stretch; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.ui.stretched.grid > .row > .column > *, +.ui.stretched.grid > .column > *, +.ui.grid > .stretched.row > .column > *, +.ui.grid > .stretched.column:not(.row) > *, +.ui.grid > .row > .stretched.column > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +/*---------------------- + Horizontally Centered + -----------------------*/ + +/* Left Aligned */ + +.ui[class*="left aligned"].grid > .column, +.ui[class*="left aligned"].grid > .row > .column, +.ui.grid > [class*="left aligned"].row > .column, +.ui.grid > [class*="left aligned"].column.column, +.ui.grid > .row > [class*="left aligned"].column.column { + text-align: left; + -ms-flex-item-align: inherit; + align-self: inherit; +} + +/* Center Aligned */ + +.ui[class*="center aligned"].grid > .column, +.ui[class*="center aligned"].grid > .row > .column, +.ui.grid > [class*="center aligned"].row > .column, +.ui.grid > [class*="center aligned"].column.column, +.ui.grid > .row > [class*="center aligned"].column.column { + text-align: center; + -ms-flex-item-align: inherit; + align-self: inherit; +} + +.ui[class*="center aligned"].grid { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +/* Right Aligned */ + +.ui[class*="right aligned"].grid > .column, +.ui[class*="right aligned"].grid > .row > .column, +.ui.grid > [class*="right aligned"].row > .column, +.ui.grid > [class*="right aligned"].column.column, +.ui.grid > .row > [class*="right aligned"].column.column { + text-align: right; + -ms-flex-item-align: inherit; + align-self: inherit; +} + +/* Justified */ + +.ui.justified.grid > .column, +.ui.justified.grid > .row > .column, +.ui.grid > .justified.row > .column, +.ui.grid > .justified.column.column, +.ui.grid > .row > .justified.column.column { + text-align: justify; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +/*---------------------- + Colored +-----------------------*/ + +.ui.grid > .primary.row, +.ui.grid > .primary.column, +.ui.grid > .row > .primary.column { + background-color: #2185D0; + color: #FFFFFF; +} + +.ui.grid > .secondary.row, +.ui.grid > .secondary.column, +.ui.grid > .row > .secondary.column { + background-color: #1B1C1D; + color: #FFFFFF; +} + +.ui.grid > .red.row, +.ui.grid > .red.column, +.ui.grid > .row > .red.column { + background-color: #DB2828; + color: #FFFFFF; +} + +.ui.grid > .orange.row, +.ui.grid > .orange.column, +.ui.grid > .row > .orange.column { + background-color: #F2711C; + color: #FFFFFF; +} + +.ui.grid > .yellow.row, +.ui.grid > .yellow.column, +.ui.grid > .row > .yellow.column { + background-color: #FBBD08; + color: #FFFFFF; +} + +.ui.grid > .olive.row, +.ui.grid > .olive.column, +.ui.grid > .row > .olive.column { + background-color: #B5CC18; + color: #FFFFFF; +} + +.ui.grid > .green.row, +.ui.grid > .green.column, +.ui.grid > .row > .green.column { + background-color: #21BA45; + color: #FFFFFF; +} + +.ui.grid > .teal.row, +.ui.grid > .teal.column, +.ui.grid > .row > .teal.column { + background-color: #00B5AD; + color: #FFFFFF; +} + +.ui.grid > .blue.row, +.ui.grid > .blue.column, +.ui.grid > .row > .blue.column { + background-color: #2185D0; + color: #FFFFFF; +} + +.ui.grid > .violet.row, +.ui.grid > .violet.column, +.ui.grid > .row > .violet.column { + background-color: #6435C9; + color: #FFFFFF; +} + +.ui.grid > .purple.row, +.ui.grid > .purple.column, +.ui.grid > .row > .purple.column { + background-color: #A333C8; + color: #FFFFFF; +} + +.ui.grid > .pink.row, +.ui.grid > .pink.column, +.ui.grid > .row > .pink.column { + background-color: #E03997; + color: #FFFFFF; +} + +.ui.grid > .brown.row, +.ui.grid > .brown.column, +.ui.grid > .row > .brown.column { + background-color: #A5673F; + color: #FFFFFF; +} + +.ui.grid > .grey.row, +.ui.grid > .grey.column, +.ui.grid > .row > .grey.column { + background-color: #767676; + color: #FFFFFF; +} + +.ui.grid > .black.row, +.ui.grid > .black.column, +.ui.grid > .row > .black.column { + background-color: #1B1C1D; + color: #FFFFFF; +} + +/*---------------------- + Equal Width +-----------------------*/ + +.ui[class*="equal width"].grid > .column:not(.row), +.ui[class*="equal width"].grid > .row > .column, +.ui.grid > [class*="equal width"].row > .column { + display: inline-block; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.ui[class*="equal width"].grid > .wide.column, +.ui[class*="equal width"].grid > .row > .wide.column, +.ui.grid > [class*="equal width"].row > .wide.column { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} + +/*---------------------- + Reverse + -----------------------*/ + +/* Mobile */ + +@media only screen and (max-width: 767.98px) { + .ui[class*="mobile reversed"].grid, + .ui[class*="mobile reversed"].grid > .row, + .ui.grid > [class*="mobile reversed"].row { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + + .ui[class*="mobile vertically reversed"].grid, + .ui.stackable[class*="mobile reversed"] { + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + /* Divided Reversed */ + + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + } + + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, + .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Vertically Divided Reversed */ + + .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before { + -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + } + + .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Celled Reversed */ + + .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 #D4D4D5; + box-shadow: -1px 0 0 0 #D4D4D5; + } + + .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } +} + +/* Tablet */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui[class*="tablet reversed"].grid, + .ui[class*="tablet reversed"].grid > .row, + .ui.grid > [class*="tablet reversed"].row { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + + .ui[class*="tablet vertically reversed"].grid { + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + /* Divided Reversed */ + + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + } + + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, + .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Vertically Divided Reversed */ + + .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before { + -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + } + + .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Celled Reversed */ + + .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 #D4D4D5; + box-shadow: -1px 0 0 0 #D4D4D5; + } + + .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } +} + +/* Computer */ + +@media only screen and (min-width: 992px) { + .ui[class*="computer reversed"].grid, + .ui[class*="computer reversed"].grid > .row, + .ui.grid > [class*="computer reversed"].row { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + + .ui[class*="computer vertically reversed"].grid { + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + /* Divided Reversed */ + + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); + } + + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, + .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Vertically Divided Reversed */ + + .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before { + -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); + } + + .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before { + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Celled Reversed */ + + .ui[class*="computer reversed"].celled.grid > .row > .column:first-child { + -webkit-box-shadow: -1px 0 0 0 #D4D4D5; + box-shadow: -1px 0 0 0 #D4D4D5; + } + + .ui[class*="computer reversed"].celled.grid > .row > .column:last-child { + -webkit-box-shadow: none; + box-shadow: none; + } +} + +/*------------------- + Doubling + --------------------*/ + +/* Tablet Only */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.doubling.grid { + width: auto; + } + + .ui.grid > .doubling.row, + .ui.doubling.grid > .row { + margin: 0 !important; + padding: 0 !important; + } + + .ui.grid > .doubling.row > .column, + .ui.doubling.grid > .row > .column { + display: inline-block !important; + padding-top: 1rem !important; + padding-bottom: 1rem !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + margin: 0; + } + + .ui[class*="two column"].doubling.grid > .row > .column, + .ui[class*="two column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="two column"].doubling.row.row > .column { + width: 100% !important; + } + + .ui[class*="three column"].doubling.grid > .row > .column, + .ui[class*="three column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="three column"].doubling.row.row > .column { + width: 50% !important; + } + + .ui[class*="four column"].doubling.grid > .row > .column, + .ui[class*="four column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="four column"].doubling.row.row > .column { + width: 50% !important; + } + + .ui[class*="five column"].doubling.grid > .row > .column, + .ui[class*="five column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="five column"].doubling.row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="six column"].doubling.grid > .row > .column, + .ui[class*="six column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="six column"].doubling.row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="seven column"].doubling.grid > .row > .column, + .ui[class*="seven column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="seven column"].doubling.row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="eight column"].doubling.grid > .row > .column, + .ui[class*="eight column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="eight column"].doubling.row.row > .column { + width: 25% !important; + } + + .ui[class*="nine column"].doubling.grid > .row > .column, + .ui[class*="nine column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="nine column"].doubling.row.row > .column { + width: 25% !important; + } + + .ui[class*="ten column"].doubling.grid > .row > .column, + .ui[class*="ten column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="ten column"].doubling.row.row > .column { + width: 20% !important; + } + + .ui[class*="eleven column"].doubling.grid > .row > .column, + .ui[class*="eleven column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="eleven column"].doubling.row.row > .column { + width: 20% !important; + } + + .ui[class*="twelve column"].doubling.grid > .row > .column, + .ui[class*="twelve column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="twelve column"].doubling.row.row > .column { + width: 16.66666667% !important; + } + + .ui[class*="thirteen column"].doubling.grid > .row > .column, + .ui[class*="thirteen column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="thirteen column"].doubling.row.row > .column { + width: 16.66666667% !important; + } + + .ui[class*="fourteen column"].doubling.grid > .row > .column, + .ui[class*="fourteen column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="fourteen column"].doubling.row.row > .column { + width: 14.28571429% !important; + } + + .ui[class*="fifteen column"].doubling.grid > .row > .column, + .ui[class*="fifteen column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="fifteen column"].doubling.row.row > .column { + width: 14.28571429% !important; + } + + .ui[class*="sixteen column"].doubling.grid > .row > .column, + .ui[class*="sixteen column"].doubling.grid > .column:not(.row), + .ui.grid > [class*="sixteen column"].doubling.row.row > .column { + width: 12.5% !important; + } +} + +/* Mobile Only */ + +@media only screen and (max-width: 767.98px) { + .ui.grid > .doubling.row, + .ui.doubling.grid > .row { + margin: 0 !important; + padding: 0 !important; + } + + .ui.grid > .doubling.row > .column, + .ui.doubling.grid > .row > .column { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + margin: 0 !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + + .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column { + width: 100% !important; + } + + .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column { + width: 50% !important; + } + + .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column { + width: 25% !important; + } + + .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column { + width: 25% !important; + } + + .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row), + .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column { + width: 25% !important; + } +} + +/*------------------- + Stackable + --------------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.stackable.grid { + width: auto; + margin-left: 0 !important; + margin-right: 0 !important; + } + + .ui.stackable.grid > .row > .wide.column, + .ui.stackable.grid > .wide.column, + .ui.stackable.grid > .column.grid > .column, + .ui.stackable.grid > .column.row > .column, + .ui.stackable.grid > .row > .column, + .ui.stackable.grid > .column:not(.row), + .ui.grid > .stackable.stackable.stackable.row > .column { + width: 100% !important; + margin: 0 0 !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + padding: 1rem 1rem; + } + + .ui.stackable.grid:not(.vertically) > .row { + margin: 0; + padding: 0; + } + + /* Coupling */ + + .ui.container > .ui.stackable.grid > .column, + .ui.container > .ui.stackable.grid > .row > .column { + padding-left: 0 !important; + padding-right: 0 !important; + } + + /* Don't pad inside segment or nested grid */ + + .ui.grid .ui.stackable.grid, + .ui.segment:not(.vertical) .ui.stackable.page.grid { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + + /* Divided Stackable */ + + .ui.stackable.divided.grid > .row:first-child > .column:first-child, + .ui.stackable.celled.grid > .row:first-child > .column:first-child, + .ui.stackable.divided.grid > .column:not(.row):first-child, + .ui.stackable.celled.grid > .column:not(.row):first-child { + border-top: none !important; + } + + .ui.inverted.stackable.celled.grid > .column:not(.row), + .ui.inverted.stackable.divided.grid > .column:not(.row), + .ui.inverted.stackable.celled.grid > .row > .column, + .ui.inverted.stackable.divided.grid > .row > .column { + border-top: 1px solid rgba(255, 255, 255, 0.1); + } + + .ui.stackable.celled.grid > .column:not(.row), + .ui.stackable.divided:not(.vertically).grid > .column:not(.row), + .ui.stackable.celled.grid > .row > .column, + .ui.stackable.divided:not(.vertically).grid > .row > .column { + border-top: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: none !important; + box-shadow: none !important; + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + + .ui.stackable.celled.grid > .row { + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + + .ui.stackable.divided:not(.vertically).grid > .column:not(.row), + .ui.stackable.divided:not(.vertically).grid > .row > .column { + padding-left: 0 !important; + padding-right: 0 !important; + } +} + +/*---------------------- + Only (Device) +-----------------------*/ + +/* These include arbitrary class repetitions for forced specificity */ + +/* Mobile Only Hide */ + +@media only screen and (max-width: 767.98px) { + .ui[class*="tablet only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) { + display: none !important; + } + + .ui[class*="computer only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) { + display: none !important; + } + + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { + display: none !important; + } + + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { + display: none !important; + } +} + +/* Tablet Only Hide */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.tablet), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) { + display: none !important; + } + + .ui[class*="computer only"].grid.grid.grid:not(.tablet), + .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet), + .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet), + .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) { + display: none !important; + } + + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { + display: none !important; + } + + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { + display: none !important; + } +} + +/* Computer Only Hide */ + +@media only screen and (min-width: 992px) and (max-width: 1199.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { + display: none !important; + } + + .ui[class*="tablet only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { + display: none !important; + } + + .ui[class*="large screen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { + display: none !important; + } + + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { + display: none !important; + } +} + +/* Large Screen Only Hide */ + +@media only screen and (min-width: 1200px) and (max-width: 1919.98px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { + display: none !important; + } + + .ui[class*="tablet only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { + display: none !important; + } + + .ui[class*="widescreen only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { + display: none !important; + } +} + +/* Widescreen Only Hide */ + +@media only screen and (min-width: 1920px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { + display: none !important; + } + + .ui[class*="tablet only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { + display: none !important; + } +} + +/*----------------- + Compact + -----------------*/ + +.ui.ui.ui.compact.grid > .column:not(.row), +.ui.ui.ui.compact.grid > .row > .column { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +.ui.ui.ui.compact.grid > * { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +/* Row */ + +.ui.ui.ui.compact.grid > .row { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +/* Columns */ + +.ui.ui.ui.compact.grid > .column:not(.row) { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +/* Relaxed + Celled */ + +.ui.compact.relaxed.celled.grid > .column:not(.row), +.ui.compact.relaxed.celled.grid > .row > .column { + padding: 0.75em; +} + +.ui.compact[class*="very relaxed"].celled.grid > .column:not(.row), +.ui.compact[class*="very relaxed"].celled.grid > .row > .column { + padding: 1em; +} + +/*----------------- + Very compact + -----------------*/ + +.ui[class*="very compact"].grid > .column:not(.row), +.ui[class*="very compact"].grid > .row > .column { + padding-left: 0.25rem; + padding-right: 0.5rem; +} + +.ui[class*="very compact"].grid > * { + padding-left: 0.25rem; + padding-right: 0.25rem; +} + +/* Row */ + +.ui[class*="very compact"].grid > .row { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +/* Columns */ + +.ui[class*="very compact"].grid > .column:not(.row) { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +/* Relaxed + Celled */ + +.ui[class*="very compact"].relaxed.celled.grid > .column:not(.row), +.ui[class*="very compact"].relaxed.celled.grid > .row > .column { + padding: 0.375em; +} + +.ui[class*="very compact"][class*="very relaxed"].celled.grid > .column:not(.row), +.ui[class*="very compact"][class*="very relaxed"].celled.grid > .row > .column { + padding: 0.5em; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/* + * # Fomantic - Menu + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Copyright 2015 Contributor + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +/*-------------- + Menu +---------------*/ + +.ui.menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 1rem 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + background: #FFFFFF; + font-weight: normal; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; + min-height: 2.85714286em; +} + +.ui.menu:after { + content: ''; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.ui.menu:first-child { + margin-top: 0; +} + +.ui.menu:last-child { + margin-bottom: 0; +} + +/*-------------- + Sub-Menu +---------------*/ + +.ui.menu .menu { + margin: 0; +} + +.ui.menu:not(.vertical) > .menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/*-------------- + Item +---------------*/ + +.ui.menu:not(.vertical) .item { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.menu .item { + position: relative; + vertical-align: middle; + line-height: 1; + text-decoration: none; + -webkit-tap-highlight-color: transparent; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: none; + padding: 0.92857143em 1.14285714em; + text-transform: none; + color: rgba(0, 0, 0, 0.87); + font-weight: normal; + -webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease; + transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease; +} + +.ui.menu > .item:first-child { + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +/* Border */ + +.ui.menu .item:before { + position: absolute; + content: ''; + top: 0; + right: 0; + height: 100%; + width: 1px; + background: rgba(34, 36, 38, 0.1); +} + +/*-------------- + Text Content +---------------*/ + +.ui.menu .text.item > *, +.ui.menu .item > a:not(.ui), +.ui.menu .item > p:only-child { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + line-height: 1.3; +} + +.ui.menu .item > p:first-child { + margin-top: 0; +} + +.ui.menu .item > p:last-child { + margin-bottom: 0; +} + +/*-------------- + Icons +---------------*/ + +.ui.menu .item > i.icon { + opacity: 0.9; + float: none; + margin: 0 0.35714286em 0 0; +} + +/*-------------- + Button +---------------*/ + +.ui.menu:not(.vertical) .item > .button { + position: relative; + top: 0; + margin: -0.5em 0; + padding-bottom: 0.78571429em; + padding-top: 0.78571429em; + font-size: 1em; +} + +/*---------------- + Grid / Container +-----------------*/ + +.ui.menu > .grid, +.ui.menu > .container { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: inherit; + -ms-flex-align: inherit; + align-items: inherit; + -webkit-box-orient: inherit; + -webkit-box-direction: inherit; + -ms-flex-direction: inherit; + flex-direction: inherit; +} + +/*-------------- + Inputs +---------------*/ + +.ui.menu .item > .input { + width: 100%; +} + +.ui.menu:not(.vertical) .item > .input { + position: relative; + top: 0; + margin: -0.5em 0; +} + +.ui.menu .item > .input input { + font-size: 1em; + padding-top: 0.57142857em; + padding-bottom: 0.57142857em; +} + +/*-------------- + Header +---------------*/ + +.ui.menu .header.item, +.ui.vertical.menu .header.item { + margin: 0; + background: ''; + text-transform: normal; + font-weight: bold; +} + +.ui.vertical.menu .item > .header:not(.ui) { + margin: 0 0 0.5em; + font-size: 1em; + font-weight: bold; +} + +/*-------------- + Dropdowns +---------------*/ + +/* Dropdown Icon */ + +.ui.menu .item > i.dropdown.icon { + padding: 0; + float: right; + margin: 0 0 0 1em; +} + +/* Menu */ + +.ui.menu .dropdown.item .menu { + min-width: calc(100% - 1px); + border-radius: 0 0 0.28571429rem 0.28571429rem; + background: #FFFFFF; + margin: 0 0 0; + -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +/* Menu Items */ + +.ui.menu .ui.dropdown .menu > .item { + margin: 0; + text-align: left; + font-size: 1em !important; + padding: 0.78571429em 1.14285714em !important; + background: transparent !important; + color: rgba(0, 0, 0, 0.87) !important; + text-transform: none !important; + font-weight: normal !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + -webkit-transition: none !important; + transition: none !important; +} + +.ui.menu .ui.dropdown .menu > .item:hover { + background: rgba(0, 0, 0, 0.05) !important; + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.menu .ui.dropdown .menu > .selected.item { + background: rgba(0, 0, 0, 0.05) !important; + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.menu .ui.dropdown .menu > .active.item { + background: rgba(0, 0, 0, 0.03) !important; + font-weight: bold !important; + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.menu .ui.dropdown.item .menu .item:not(.filtered) { + display: block; +} + +.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) { + display: inline-block; + font-size: 1em !important; + float: none; + margin: 0 0.75em 0 0 !important; +} + +/* Secondary */ + +.ui.secondary.menu .dropdown.item > .menu, +.ui.text.menu .dropdown.item > .menu { + border-radius: 0.28571429rem; + margin-top: 0.35714286em; +} + +/* Pointing */ + +.ui.menu .pointing.dropdown.item .menu { + margin-top: 0.75em; +} + +/* Inverted */ + +.ui.inverted.menu .search.dropdown.item > .search, +.ui.inverted.menu .search.dropdown.item > .text { + color: rgba(255, 255, 255, 0.9); +} + +/* Vertical */ + +.ui.vertical.menu .dropdown.item > .icon { + float: right; + content: "\f0da"; + margin-left: 1em; +} + +.ui.vertical.menu .dropdown.item .menu { + left: 100%; + /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */ + min-width: 0; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + margin: 0 0 0 0; + -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); + border-radius: 0 0.28571429rem 0.28571429rem 0.28571429rem; +} + +.ui.vertical.menu .dropdown.item.upward .menu { + bottom: 0; +} + +.ui.vertical.menu .dropdown.item:not(.upward) .menu { + top: 0; +} + +.ui.vertical.menu .active.dropdown.item { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.vertical.menu .dropdown.active.item { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Evenly Divided */ + +.ui.item.menu .dropdown .menu .item { + width: 100%; +} + +/*-------------- + Labels +---------------*/ + +.ui.menu .item > .label:not(.floating) { + margin-left: 1em; + padding: 0.3em 0.78571429em; +} + +.ui.vertical.menu .item > .label { + margin-top: -0.15em; + margin-bottom: -0.15em; + padding: 0.3em 0.78571429em; +} + +.ui.menu .item > .floating.label { + padding: 0.3em 0.78571429em; +} + +.ui.menu .item > .label { + background: #999999; + color: #FFFFFF; +} + +.ui.menu .item > .image.label img { + margin: -0.2833em 0.8em -0.2833em -0.8em; + height: 1.5666em; +} + +/*-------------- + Images +---------------*/ + +.ui.menu .item > img:not(.ui) { + display: inline-block; + vertical-align: middle; + margin: -0.3em 0; + width: 2.5em; +} + +.ui.vertical.menu .item > img:not(.ui):only-child { + display: block; + max-width: 100%; + width: auto; +} + +/******************************* + Coupling +*******************************/ + +/*-------------- + List +---------------*/ + +/* Menu divider shouldnt apply */ + +.ui.menu .list .item:before { + background: none !important; +} + +/*-------------- + Sidebar + ---------------*/ + +/* Show vertical dividers below last */ + +.ui.vertical.sidebar.menu > .item:first-child:before { + display: block !important; +} + +.ui.vertical.sidebar.menu > .item::before { + top: auto; + bottom: 0; +} + +/*-------------- + Container +---------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.menu > .ui.container { + width: 100% !important; + margin-left: 0 !important; + margin-right: 0 !important; + } +} + +@media only screen and (min-width: 768px) { + .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child { + border-left: 1px solid rgba(34, 36, 38, 0.1); + } + + .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .right.item:not(.borderless):last-child, + .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .right.menu > .item:not(.borderless):last-child { + border-right: 1px solid rgba(34, 36, 38, 0.1); + } +} + +/******************************* + States +*******************************/ + +/*-------------- + Hover +---------------*/ + +.ui.link.menu .item:hover, +.ui.menu .dropdown.item:hover, +.ui.menu .link.item:hover, +.ui.menu a.item:hover { + cursor: pointer; + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Pressed +---------------*/ + +.ui.link.menu .item:active, +.ui.menu .link.item:active, +.ui.menu a.item:active { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Active +---------------*/ + +.ui.menu .active.item { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); + font-weight: normal; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.menu .active.item > i.icon { + opacity: 1; +} + +/*-------------- + Active Hover +---------------*/ + +.ui.menu .active.item:hover, +.ui.vertical.menu .active.item:hover { + background-color: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Disabled +---------------*/ + +.ui.ui.menu .item.disabled { + cursor: default; + background-color: transparent; + color: rgba(40, 40, 40, 0.3); + pointer-events: none; +} + +/******************************* + Types +*******************************/ + +/*------------------ +Floated Menu / Item +-------------------*/ + +/* Left Floated */ + +.ui.menu:not(.vertical) .left.item, +.ui.menu:not(.vertical) .left.menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-right: auto !important; +} + +/* Right Floated */ + +.ui.menu:not(.vertical) .right.item, +.ui.menu:not(.vertical) .right.menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto !important; +} + +.ui.menu:not(.vertical) :not(.dropdown) > .left.menu, +.ui.menu:not(.vertical) :not(.dropdown) > .right.menu { + display: inherit; +} + +/* Center */ + +.ui.menu:not(.vertical) .center.item, +.ui.menu:not(.vertical) .center.menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto !important; + margin-right: auto !important; +} + +/* Swapped Borders */ + +.ui.menu .right.item::before, +.ui.menu .right.menu > .item::before { + right: auto; + left: 0; +} + +/* Remove Outer Borders */ + +.ui.menu .center.item:last-child::before, +.ui.menu .center.menu > .item:last-child::before { + display: none; +} + +/*-------------- + Vertical + ---------------*/ + +.ui.vertical.menu { + display: block; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + background: #FFFFFF; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15); +} + +/*--- Item ---*/ + +.ui.vertical.menu .item { + display: block; + background: none; + border-top: none; + border-right: none; +} + +.ui.vertical.menu > .item:first-child { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.vertical.menu > .item:last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/*--- Label ---*/ + +.ui.vertical.menu .item > .label { + float: right; + text-align: center; +} + +/*--- Icon ---*/ + +.ui.vertical.menu .item > i.icon, +.ui.vertical.menu .item > i.icons { + width: 1.18em; + float: right; + margin: 0 0 0 0.5em; +} + +.ui.vertical.menu .item > .label + i.icon { + float: none; + margin: 0 0.5em 0 0; +} + +/*--- Border ---*/ + +.ui.vertical.menu .item:before { + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 1px; + background: rgba(34, 36, 38, 0.1); +} + +.ui.vertical.menu .item:first-child:before { + display: none !important; +} + +/*--- Sub Menu ---*/ + +.ui.vertical.menu .item > .menu { + margin: 0.5em -1.14285714em 0; +} + +.ui.vertical.menu .menu .item { + background: none; + padding: 0.5em 1.33333333em; + font-size: 0.85714286em; + color: rgba(0, 0, 0, 0.5); +} + +.ui.vertical.menu .item .menu a.item:hover, +.ui.vertical.menu .item .menu .link.item:hover { + color: rgba(0, 0, 0, 0.85); +} + +.ui.vertical.menu .menu .item:before { + display: none; +} + +/* Vertical Active */ + +.ui.vertical.menu .active.item { + background: rgba(0, 0, 0, 0.05); + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.vertical.menu > .active.item:first-child { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.vertical.menu > .active.item:last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.vertical.menu > .active.item:only-child { + border-radius: 0.28571429rem; +} + +.ui.vertical.menu .active.item .menu .active.item { + border-left: none; +} + +.ui.vertical.menu .item .menu .active.item { + background-color: transparent; + font-weight: bold; + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Tabular + ---------------*/ + +.ui.tabular.menu { + border-radius: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border: none; + background: none transparent; + border-bottom: 1px solid #D4D4D5; +} + +.ui.tabular.fluid.menu { + width: calc(100% + 2px) !important; +} + +.ui.tabular.menu .item { + background: transparent; + border-bottom: none; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-top: 2px solid transparent; + padding: 0.92857143em 1.42857143em; + color: rgba(0, 0, 0, 0.87); +} + +.ui.tabular.menu .item:before { + display: none; +} + +/* Hover */ + +.ui.tabular.menu .item:hover { + background-color: transparent; + color: rgba(0, 0, 0, 0.8); +} + +/* Active */ + +.ui.tabular.menu .active.item { + background: none #FFFFFF; + color: rgba(0, 0, 0, 0.95); + border-top-width: 1px; + border-color: #D4D4D5; + font-weight: bold; + margin-bottom: -1px; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 0.28571429rem 0.28571429rem 0 0 !important; +} + +/* Coupling with segment for attachment */ + +.ui.tabular.menu + .attached:not(.top).segment, +.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment { + border-top: none; + margin-left: 0; + margin-top: 0; + margin-right: 0; + width: 100%; +} + +.top.attached.segment + .ui.bottom.tabular.menu { + position: relative; + width: calc(100% + 2px); + left: -1px; +} + +/* Bottom Vertical Tabular */ + +.ui.bottom.tabular.menu { + background: none transparent; + border-radius: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border-bottom: none; + border-top: 1px solid #D4D4D5; +} + +.ui.bottom.tabular.menu .item { + background: none; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: none; +} + +.ui.bottom.tabular.menu .active.item { + background: none #FFFFFF; + color: rgba(0, 0, 0, 0.95); + border-color: #D4D4D5; + margin: -1px 0 0 0; + border-radius: 0 0 0.28571429rem 0.28571429rem !important; +} + +/* Vertical Tabular (Left) */ + +.ui.vertical.tabular.menu { + background: none transparent; + border-radius: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border-bottom: none; + border-right: 1px solid #D4D4D5; +} + +.ui.vertical.tabular.menu .item { + background: none; + border-left: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + border-right: none; +} + +.ui.vertical.tabular.menu .active.item { + background: none #FFFFFF; + color: rgba(0, 0, 0, 0.95); + border-color: #D4D4D5; + margin: 0 -1px 0 0; + border-radius: 0.28571429rem 0 0 0.28571429rem !important; +} + +/* Vertical Right Tabular */ + +.ui.vertical.right.tabular.menu { + background: none transparent; + border-radius: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border-bottom: none; + border-right: none; + border-left: 1px solid #D4D4D5; +} + +.ui.vertical.right.tabular.menu .item { + background: none; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + border-left: none; +} + +.ui.vertical.right.tabular.menu .active.item { + background: none #FFFFFF; + color: rgba(0, 0, 0, 0.95); + border-color: #D4D4D5; + margin: 0 0 0 -1px; + border-radius: 0 0.28571429rem 0.28571429rem 0 !important; +} + +/* Dropdown */ + +.ui.tabular.menu .active.dropdown.item { + margin-bottom: 0; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-top: 2px solid transparent; + border-bottom: none; +} + +/*-------------- + Pagination + ---------------*/ + +.ui.pagination.menu { + margin: 0; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.ui.pagination.menu .item:last-child { + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +.ui.compact.menu .item:last-child { + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +.ui.pagination.menu .item:last-child:before { + display: none; +} + +.ui.pagination.menu .item { + min-width: 3em; + text-align: center; +} + +.ui.pagination.menu .icon.item i.icon { + vertical-align: top; +} + +/* Active */ + +.ui.pagination.menu .active.item { + border-top: none; + padding-top: 0.92857143em; + background-color: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); + -webkit-box-shadow: none; + box-shadow: none; +} + +/*-------------- + Secondary + ---------------*/ + +.ui.secondary.menu { + background: none; + margin-left: -0.35714286em; + margin-right: -0.35714286em; + border-radius: 0; + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Item */ + +.ui.secondary.menu .item { + -ms-flex-item-align: center; + align-self: center; + -webkit-box-shadow: none; + box-shadow: none; + border: none; + padding: 0.78571429em 0.92857143em; + margin: 0 0.35714286em; + background: none; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; + border-radius: 0.28571429rem; +} + +/* No Divider */ + +.ui.secondary.menu .item:before { + display: none !important; +} + +/* Header */ + +.ui.secondary.menu .header.item { + border-radius: 0; + border-right: none; + background: none transparent; +} + +/* Image */ + +.ui.secondary.menu .item > img:not(.ui) { + margin: 0; +} + +/* Hover */ + +.ui.secondary.menu .dropdown.item:hover, +.ui.secondary.menu .link.item:hover, +.ui.secondary.menu a.item:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +/* Active */ + +.ui.secondary.menu .active.item { + -webkit-box-shadow: none; + box-shadow: none; + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); + border-radius: 0.28571429rem; +} + +/* Active Hover */ + +.ui.secondary.menu .active.item:hover { + -webkit-box-shadow: none; + box-shadow: none; + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +/* Inverted */ + +.ui.secondary.inverted.menu .link.item:not(.disabled), +.ui.secondary.inverted.menu a.item:not(.disabled) { + color: rgba(255, 255, 255, 0.7); +} + +.ui.secondary.inverted.menu .dropdown.item:hover, +.ui.secondary.inverted.menu .link.item:hover, +.ui.secondary.inverted.menu a.item:hover { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +.ui.secondary.inverted.menu .active.item { + background: rgba(255, 255, 255, 0.15); + color: #ffffff; +} + +/* Fix item margins */ + +.ui.secondary.item.menu { + margin-left: 0; + margin-right: 0; +} + +.ui.secondary.item.menu .item:last-child { + margin-right: 0; +} + +.ui.secondary.attached.menu { + -webkit-box-shadow: none; + box-shadow: none; +} + +/*--------------------- + Secondary Vertical + -----------------------*/ + +/* Sub Menu */ + +.ui.vertical.secondary.menu .item:not(.dropdown) > .menu { + margin: 0 -0.92857143em; +} + +.ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item { + margin: 0; + padding: 0.5em 1.33333333em; +} + +.ui.secondary.vertical.menu > .item { + border: none; + margin: 0 0 0.35714286em; + border-radius: 0.28571429rem !important; +} + +.ui.secondary.vertical.menu > .header.item { + border-radius: 0; +} + +/* Sub Menu */ + +.ui.vertical.secondary.menu .item > .menu .item { + background-color: transparent; +} + +/* Inverted */ + +.ui.secondary.inverted.menu { + background-color: transparent; +} + +/*--------------------- + Secondary Pointing + -----------------------*/ + +.ui.secondary.pointing.menu { + margin-left: 0; + margin-right: 0; + border-bottom: 2px solid rgba(34, 36, 38, 0.15); +} + +.ui.secondary.pointing.menu .item { + border-bottom-color: transparent; + border-bottom-style: solid; + border-radius: 0; + -ms-flex-item-align: end; + align-self: flex-end; + margin: 0 0 -2px; + padding: 0.85714286em 1.14285714em; + border-bottom-width: 2px; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.secondary.pointing.menu .ui.dropdown .menu .item { + border-bottom-width: 0; +} + +.ui.secondary.pointing.menu .item > .label:not(.floating) { + margin-top: -0.3em; + margin-bottom: -0.3em; +} + +.ui.secondary.pointing.menu .item > .circular.label { + margin-top: -0.5em; + margin-bottom: -0.5em; +} + +/* Item Types */ + +.ui.secondary.pointing.menu .header.item { + color: rgba(0, 0, 0, 0.85) !important; +} + +.ui.secondary.pointing.menu .text.item { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.ui.secondary.pointing.menu .item:after { + display: none; +} + +/* Hover */ + +.ui.secondary.pointing.menu .dropdown.item:hover, +.ui.secondary.pointing.menu .link.item:hover, +.ui.secondary.pointing.menu a.item:hover { + background-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +/* Pressed */ + +.ui.secondary.pointing.menu .dropdown.item:active, +.ui.secondary.pointing.menu .link.item:active, +.ui.secondary.pointing.menu a.item:active { + background-color: transparent; + border-color: rgba(34, 36, 38, 0.15); +} + +/* Active */ + +.ui.secondary.pointing.menu .active.item { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + border-color: currentColor; + font-weight: bold; + color: rgba(0, 0, 0, 0.95); +} + +/* Active Hover */ + +.ui.secondary.pointing.menu .active.item:hover { + border-color: currentColor; + color: rgba(0, 0, 0, 0.95); +} + +/* Active Dropdown */ + +.ui.secondary.pointing.menu .active.dropdown.item { + border-color: transparent; +} + +/* Vertical Pointing */ + +.ui.secondary.vertical.pointing.menu { + border-bottom-width: 0; + border-right-width: 2px; + border-right-style: solid; + border-right-color: rgba(34, 36, 38, 0.15); +} + +.ui.secondary.vertical.pointing.menu .item { + border-bottom: none; + border-right-style: solid; + border-right-color: transparent; + border-radius: 0 !important; + margin: 0 -2px 0 0; + border-right-width: 2px; +} + +/* Vertical Active */ + +.ui.secondary.vertical.pointing.menu .active.item { + border-color: currentColor; +} + +/* Inverted */ + +.ui.secondary.inverted.pointing.menu { + border-color: rgba(255, 255, 255, 0.1); +} + +.ui.secondary.inverted.pointing.menu .item:not(.disabled) { + color: rgba(255, 255, 255, 0.9); +} + +.ui.secondary.inverted.pointing.menu .header.item { + color: #FFFFFF !important; +} + +/* Hover */ + +.ui.secondary.inverted.pointing.menu .link.item:hover, +.ui.secondary.inverted.pointing.menu a.item:hover { + color: #ffffff; +} + +/* Active */ + +.ui.ui.secondary.inverted.pointing.menu .active.item { + border-color: #FFFFFF; + color: #ffffff; + background-color: transparent; +} + +/*-------------- + Text Menu + ---------------*/ + +.ui.text.menu { + background: none transparent; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + border: none; + margin: 1em -0.5em; +} + +.ui.text.menu .item { + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + -ms-flex-item-align: center; + align-self: center; + margin: 0 0; + padding: 0.35714286em 0.5em; + font-weight: normal; + color: rgba(0, 0, 0, 0.6); + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +/* Border */ + +.ui.text.menu .item:before, +.ui.text.menu .menu .item:before { + display: none !important; +} + +/* Header */ + +.ui.text.menu .header.item { + background-color: transparent; + opacity: 1; + color: rgba(0, 0, 0, 0.85); + font-size: 0.92857143em; + text-transform: uppercase; + font-weight: bold; +} + +/* Image */ + +.ui.text.menu .item > img:not(.ui) { + margin: 0; +} + +/*--- fluid text ---*/ + +.ui.text.item.menu .item { + margin: 0; +} + +/*--- vertical text ---*/ + +.ui.vertical.text.menu { + margin: 1em 0; +} + +.ui.vertical.text.menu:first-child { + margin-top: 0; +} + +.ui.vertical.text.menu:last-child { + margin-bottom: 0; +} + +.ui.vertical.text.menu .item { + margin: 0.57142857em 0; + padding-left: 0; + padding-right: 0; +} + +.ui.vertical.text.menu .item > i.icon { + float: none; + margin: 0 0.35714286em 0 0; +} + +.ui.vertical.text.menu .header.item { + margin: 0.57142857em 0 0.71428571em; +} + +/* Vertical Sub Menu */ + +.ui.vertical.text.menu .item:not(.dropdown) > .menu { + margin: 0; +} + +.ui.vertical.text.menu .item:not(.dropdown) > .menu > .item { + margin: 0; + padding: 0.5em 0; +} + +/*--- hover ---*/ + +.ui.text.menu .item:hover { + opacity: 1; + background-color: transparent; +} + +/*--- active ---*/ + +.ui.text.menu .active.item { + background-color: transparent; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + font-weight: normal; + color: rgba(0, 0, 0, 0.95); +} + +/*--- active hover ---*/ + +.ui.text.menu .active.item:hover { + background-color: transparent; +} + +/* Disable Bariations */ + +.ui.text.pointing.menu .active.item:after { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.text.attached.menu { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Inverted */ + +.ui.inverted.text.menu, +.ui.inverted.text.menu .item, +.ui.inverted.text.menu .item:hover, +.ui.inverted.text.menu .active.item { + background-color: transparent; +} + +/* Fluid */ + +.ui.fluid.text.menu { + margin-left: 0; + margin-right: 0; +} + +/*-------------- + Icon Only +---------------*/ + +/* Vertical Menu */ + +.ui.vertical.icon.menu { + display: inline-block; + width: auto; +} + +/* Item */ + +.ui.icon.menu .item { + height: auto; + text-align: center; + color: #1B1C1D; +} + +/* Icon */ + +.ui.icon.menu .item > .icon:not(.dropdown) { + margin: 0; + opacity: 1; +} + +/* Icon Gylph */ + +.ui.icon.menu .icon:before { + opacity: 1; +} + +/* (x) Item Icon */ + +.ui.menu .icon.item > .icon { + width: auto; + margin: 0 auto; +} + +/* Vertical Icon */ + +.ui.vertical.icon.menu .item > .icon:not(.dropdown) { + display: block; + opacity: 1; + margin: 0 auto; + float: none; +} + +/* Inverted */ + +.ui.inverted.icon.menu .item { + color: #FFFFFF; +} + +/*-------------- + Labeled Icon + ---------------*/ + +/* Menu */ + +.ui.labeled.icon.menu { + text-align: center; +} + +/* Item */ + +.ui.labeled.icon.menu .item { + min-width: 6em; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +/* Icon */ + +.ui.labeled.icon.menu > .item > .icon:not(.dropdown) { + height: 1em; + display: block; + font-size: 1.71428571em !important; + margin: 0 auto 0.5rem !important; +} + +/* Fluid */ + +.ui.fluid.labeled.icon.menu > .item { + min-width: 0; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Stackable + ---------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.stackable.menu { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + + .ui.stackable.menu .item { + width: 100% !important; + } + + .ui.stackable.menu .item:before { + position: absolute; + content: ''; + top: auto; + bottom: 0; + left: 0; + width: 100%; + height: 1px; + background: rgba(34, 36, 38, 0.1); + } + + .ui.stackable.menu .left.menu, + .ui.stackable.menu .left.item { + margin-right: 0 !important; + } + + .ui.stackable.menu .right.menu, + .ui.stackable.menu .right.item { + margin-left: 0 !important; + } + + .ui.stackable.menu .center.menu, + .ui.stackable.menu .center.item { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .ui.stackable.menu .right.menu, + .ui.stackable.menu .center.menu, + .ui.stackable.menu .left.menu { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } +} + +/*-------------- + Colors +---------------*/ + +.ui.ui.menu .primary.active.item, +.ui.ui.primary.menu .active.item:hover, +.ui.ui.primary.menu .active.item { + color: #2185D0; +} + +.ui.ui.menu .red.active.item, +.ui.ui.red.menu .active.item:hover, +.ui.ui.red.menu .active.item { + color: #DB2828; +} + +.ui.ui.menu .orange.active.item, +.ui.ui.orange.menu .active.item:hover, +.ui.ui.orange.menu .active.item { + color: #F2711C; +} + +.ui.ui.menu .yellow.active.item, +.ui.ui.yellow.menu .active.item:hover, +.ui.ui.yellow.menu .active.item { + color: #FBBD08; +} + +.ui.ui.menu .olive.active.item, +.ui.ui.olive.menu .active.item:hover, +.ui.ui.olive.menu .active.item { + color: #B5CC18; +} + +.ui.ui.menu .green.active.item, +.ui.ui.green.menu .active.item:hover, +.ui.ui.green.menu .active.item { + color: #21BA45; +} + +.ui.ui.menu .teal.active.item, +.ui.ui.teal.menu .active.item:hover, +.ui.ui.teal.menu .active.item { + color: #00B5AD; +} + +.ui.ui.menu .blue.active.item, +.ui.ui.blue.menu .active.item:hover, +.ui.ui.blue.menu .active.item { + color: #2185D0; +} + +.ui.ui.menu .violet.active.item, +.ui.ui.violet.menu .active.item:hover, +.ui.ui.violet.menu .active.item { + color: #6435C9; +} + +.ui.ui.menu .purple.active.item, +.ui.ui.purple.menu .active.item:hover, +.ui.ui.purple.menu .active.item { + color: #A333C8; +} + +.ui.ui.menu .pink.active.item, +.ui.ui.pink.menu .active.item:hover, +.ui.ui.pink.menu .active.item { + color: #E03997; +} + +.ui.ui.menu .brown.active.item, +.ui.ui.brown.menu .active.item:hover, +.ui.ui.brown.menu .active.item { + color: #A5673F; +} + +.ui.ui.menu .grey.active.item, +.ui.ui.grey.menu .active.item:hover, +.ui.ui.grey.menu .active.item { + color: #767676; +} + +.ui.ui.menu .black.active.item, +.ui.ui.black.menu .active.item:hover, +.ui.ui.black.menu .active.item { + color: #1B1C1D; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.menu { + border: 0 solid transparent; + background: #1B1C1D; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Menu Item */ + +.ui.inverted.menu .item, +.ui.inverted.menu .item > a:not(.ui) { + background: transparent; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.menu .item.menu { + background: transparent; +} + +/*--- Border ---*/ + +.ui.inverted.menu .item:before { + background: rgba(255, 255, 255, 0.08); +} + +.ui.vertical.inverted.menu .item:before { + background: rgba(255, 255, 255, 0.08); +} + +/* Sub Menu */ + +.ui.vertical.inverted.menu .menu .item, +.ui.vertical.inverted.menu .menu .item a:not(.ui) { + color: rgba(255, 255, 255, 0.5); +} + +/* Header */ + +.ui.inverted.menu .header.item { + margin: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Disabled */ + +.ui.ui.inverted.menu .item.disabled { + color: rgba(225, 225, 225, 0.3); +} + +/*--- Hover ---*/ + +.ui.link.inverted.menu .item:hover, +.ui.inverted.menu .dropdown.item:hover, +.ui.inverted.menu .link.item:hover, +.ui.inverted.menu a.item:hover { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +.ui.vertical.inverted.menu .item .menu a.item:hover, +.ui.vertical.inverted.menu .item .menu .link.item:hover { + background: transparent; + color: #ffffff; +} + +/*--- Pressed ---*/ + +.ui.inverted.menu a.item:active, +.ui.inverted.menu .link.item:active { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +/*--- Active ---*/ + +.ui.inverted.menu .active.item { + background: #3D3E3F; + color: #ffffff !important; +} + +.ui.inverted.vertical.menu .item .menu .active.item { + background: transparent; + color: #FFFFFF; +} + +.ui.inverted.pointing.menu .active.item:after { + background: #3D3E3F; + margin: 0 !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border: none !important; +} + +/*--- Active Hover ---*/ + +.ui.inverted.menu .active.item:hover { + background: #3D3E3F; + color: #FFFFFF !important; +} + +.ui.inverted.pointing.menu .active.item:hover:after { + background: #3D3E3F; +} + +/*-------------- + Floated + ---------------*/ + +.ui.floated.menu { + float: left; + margin: 0 0.5rem 0 0; +} + +.ui.floated.menu .item:last-child:before { + display: none; +} + +.ui.right.floated.menu { + float: right; + margin: 0 0 0 0.5rem; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.ui.inverted.menu .primary.active.item, +.ui.ui.inverted.primary.menu { + background-color: #2185D0; +} + +.ui.inverted.primary.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.primary.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.primary.menu .active.item { + background-color: #1678c2; +} + +.ui.ui.inverted.menu .red.active.item, +.ui.ui.inverted.red.menu { + background-color: #DB2828; +} + +.ui.inverted.red.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.red.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.red.menu .active.item { + background-color: #d01919; +} + +.ui.ui.inverted.menu .orange.active.item, +.ui.ui.inverted.orange.menu { + background-color: #F2711C; +} + +.ui.inverted.orange.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.orange.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.orange.menu .active.item { + background-color: #f26202; +} + +.ui.ui.inverted.menu .yellow.active.item, +.ui.ui.inverted.yellow.menu { + background-color: #FBBD08; +} + +.ui.inverted.yellow.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.yellow.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.yellow.menu .active.item { + background-color: #eaae00; +} + +.ui.ui.inverted.menu .olive.active.item, +.ui.ui.inverted.olive.menu { + background-color: #B5CC18; +} + +.ui.inverted.olive.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.olive.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.olive.menu .active.item { + background-color: #a7bd0d; +} + +.ui.ui.inverted.menu .green.active.item, +.ui.ui.inverted.green.menu { + background-color: #21BA45; +} + +.ui.inverted.green.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.green.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.green.menu .active.item { + background-color: #16ab39; +} + +.ui.ui.inverted.menu .teal.active.item, +.ui.ui.inverted.teal.menu { + background-color: #00B5AD; +} + +.ui.inverted.teal.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.teal.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.teal.menu .active.item { + background-color: #009c95; +} + +.ui.ui.inverted.menu .blue.active.item, +.ui.ui.inverted.blue.menu { + background-color: #2185D0; +} + +.ui.inverted.blue.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.blue.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.blue.menu .active.item { + background-color: #1678c2; +} + +.ui.ui.inverted.menu .violet.active.item, +.ui.ui.inverted.violet.menu { + background-color: #6435C9; +} + +.ui.inverted.violet.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.violet.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.violet.menu .active.item { + background-color: #5829bb; +} + +.ui.ui.inverted.menu .purple.active.item, +.ui.ui.inverted.purple.menu { + background-color: #A333C8; +} + +.ui.inverted.purple.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.purple.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.purple.menu .active.item { + background-color: #9627ba; +} + +.ui.ui.inverted.menu .pink.active.item, +.ui.ui.inverted.pink.menu { + background-color: #E03997; +} + +.ui.inverted.pink.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.pink.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.pink.menu .active.item { + background-color: #e61a8d; +} + +.ui.ui.inverted.menu .brown.active.item, +.ui.ui.inverted.brown.menu { + background-color: #A5673F; +} + +.ui.inverted.brown.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.brown.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.brown.menu .active.item { + background-color: #975b33; +} + +.ui.ui.inverted.menu .grey.active.item, +.ui.ui.inverted.grey.menu { + background-color: #767676; +} + +.ui.inverted.grey.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.grey.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.grey.menu .active.item { + background-color: #838383; +} + +.ui.ui.inverted.menu .black.active.item, +.ui.ui.inverted.black.menu { + background-color: #1B1C1D; +} + +.ui.inverted.black.menu .item:before { + background-color: rgba(34, 36, 38, 0.1); +} + +.ui.ui.inverted.black.menu .active.item { + background-color: rgba(0, 0, 0, 0.1); +} + +.ui.inverted.pointing.black.menu .active.item { + background-color: #27292a; +} + +.ui.ui.ui.inverted.pointing.menu .active.item:after { + background-color: inherit; +} + +/*-------------- + Fitted + ---------------*/ + +.ui.fitted.menu .item, +.ui.fitted.menu .item .menu .item, +.ui.menu .fitted.item { + padding: 0; +} + +.ui.horizontally.fitted.menu .item, +.ui.horizontally.fitted.menu .item .menu .item, +.ui.menu .horizontally.fitted.item { + padding-top: 0.92857143em; + padding-bottom: 0.92857143em; +} + +.ui.vertically.fitted.menu .item, +.ui.vertically.fitted.menu .item .menu .item, +.ui.menu .vertically.fitted.item { + padding-left: 1.14285714em; + padding-right: 1.14285714em; +} + +/*-------------- + Borderless + ---------------*/ + +.ui.borderless.menu .item:before, +.ui.borderless.menu .item .menu .item:before, +.ui.menu .borderless.item:before { + background: none !important; +} + +/*------------------- + Compact + --------------------*/ + +.ui.compact.menu { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + margin: 0; + vertical-align: middle; +} + +.ui.compact.vertical.menu { + /* IE hack to make dropdown icons appear inline */ + display: -ms-inline-flexbox !important; + display: inline-block; +} + +.ui.compact.menu:not(.secondary) .item:last-child { + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +.ui.compact.menu .item:last-child:before { + display: none; +} + +.ui.compact.vertical.menu { + width: auto !important; +} + +.ui.compact.vertical.menu .item:last-child::before { + display: block; +} + +/*------------------- + Fluid + --------------------*/ + +.ui.menu.fluid, +.ui.vertical.menu.fluid { + width: 100% !important; +} + +/*------------------- + Evenly Sized +--------------------*/ + +.ui.item.menu, +.ui.item.menu .item { + width: 100%; + padding-left: 0 !important; + padding-right: 0 !important; + margin-left: 0 !important; + margin-right: 0 !important; + text-align: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.ui.attached.item.menu:not(.tabular) { + margin: 0 -1px !important; +} + +.ui.item.menu .item:last-child:before { + display: none; +} + +.ui.menu.two.item .item { + width: 50%; +} + +.ui.menu.three.item .item { + width: 33.333%; +} + +.ui.menu.four.item .item { + width: 25%; +} + +.ui.menu.five.item .item { + width: 20%; +} + +.ui.menu.six.item .item { + width: 16.666%; +} + +.ui.menu.seven.item .item { + width: 14.285%; +} + +.ui.menu.eight.item .item { + width: 12.5%; +} + +.ui.menu.nine.item .item { + width: 11.11%; +} + +.ui.menu.ten.item .item { + width: 10%; +} + +.ui.menu.eleven.item .item { + width: 9.09%; +} + +.ui.menu.twelve.item .item { + width: 8.333%; +} + +/*-------------- + Fixed + ---------------*/ + +.ui.menu.fixed { + position: fixed; + z-index: 101; + margin: 0; + width: 100%; +} + +.ui.menu.fixed, +.ui.menu.fixed .item:first-child, +.ui.menu.fixed .item:last-child { + border-radius: 0 !important; +} + +.ui.fixed.menu, +.ui[class*="top fixed"].menu { + top: 0; + left: 0; + right: auto; + bottom: auto; +} + +.ui[class*="top fixed"].menu { + border-top: none; + border-left: none; + border-right: none; +} + +.ui[class*="right fixed"].menu { + border-top: none; + border-bottom: none; + border-right: none; + top: 0; + right: 0; + left: auto; + bottom: auto; + width: auto; + height: 100%; +} + +.ui[class*="bottom fixed"].menu { + border-bottom: none; + border-left: none; + border-right: none; + bottom: 0; + left: 0; + top: auto; + right: auto; +} + +.ui[class*="left fixed"].menu { + border-top: none; + border-bottom: none; + border-left: none; + top: 0; + left: 0; + right: auto; + bottom: auto; + width: auto; + height: 100%; +} + +/* Coupling with Grid */ + +.ui.fixed.menu + .ui.grid { + padding-top: 2.75rem; +} + +/*------------------- + Pointing + --------------------*/ + +.ui.pointing.menu .item:after { + visibility: hidden; + position: absolute; + content: ''; + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + background: none; + margin: 0.5px 0 0; + width: 0.57142857em; + height: 0.57142857em; + border: none; + border-bottom: 1px solid #D4D4D5; + border-right: 1px solid #D4D4D5; + z-index: 2; + -webkit-transition: background 0.1s ease; + transition: background 0.1s ease; +} + +.ui.vertical.pointing.menu .item:after { + position: absolute; + top: 50%; + right: 0; + bottom: auto; + left: auto; + -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); + transform: translateX(50%) translateY(-50%) rotate(45deg); + margin: 0 -0.5px 0 0; + border: none; + border-top: 1px solid #D4D4D5; + border-right: 1px solid #D4D4D5; +} + +.ui.pointing.menu .ui.dropdown .menu .item:after, +.ui.vertical.pointing.menu .ui.dropdown .menu .item:after { + display: none; +} + +/* Active */ + +.ui.pointing.menu .active.item:after { + visibility: visible; +} + +.ui.pointing.menu .active.dropdown.item:after { + visibility: hidden; +} + +/* Don't double up pointers */ + +.ui.pointing.menu .dropdown.active.item:after, +.ui.pointing.menu .active.item .menu .active.item:after { + display: none; +} + +/* Colors */ + +.ui.pointing.menu .active.item:hover:after { + background-color: #F2F2F2; +} + +.ui.pointing.menu .active.item:after { + background-color: #F2F2F2; +} + +.ui.pointing.menu .active.item:hover:after { + background-color: #F2F2F2; +} + +.ui.vertical.pointing.menu .active.item:hover:after { + background-color: #F2F2F2; +} + +.ui.vertical.pointing.menu .active.item:after { + background-color: #F2F2F2; +} + +.ui.vertical.pointing.menu .menu .active.item:after { + background-color: #FFFFFF; +} + +.ui.inverted.pointing.menu .primary.active.item:after { + background-color: #2185D0; +} + +.ui.inverted.pointing.menu .secondary.active.item:after { + background-color: #1B1C1D; +} + +.ui.inverted.pointing.menu .red.active.item:after { + background-color: #DB2828; +} + +.ui.inverted.pointing.menu .orange.active.item:after { + background-color: #F2711C; +} + +.ui.inverted.pointing.menu .yellow.active.item:after { + background-color: #FBBD08; +} + +.ui.inverted.pointing.menu .olive.active.item:after { + background-color: #B5CC18; +} + +.ui.inverted.pointing.menu .green.active.item:after { + background-color: #21BA45; +} + +.ui.inverted.pointing.menu .teal.active.item:after { + background-color: #00B5AD; +} + +.ui.inverted.pointing.menu .blue.active.item:after { + background-color: #2185D0; +} + +.ui.inverted.pointing.menu .violet.active.item:after { + background-color: #6435C9; +} + +.ui.inverted.pointing.menu .purple.active.item:after { + background-color: #A333C8; +} + +.ui.inverted.pointing.menu .pink.active.item:after { + background-color: #E03997; +} + +.ui.inverted.pointing.menu .brown.active.item:after { + background-color: #A5673F; +} + +.ui.inverted.pointing.menu .grey.active.item:after { + background-color: #767676; +} + +.ui.inverted.pointing.menu .black.active.item:after { + background-color: #1B1C1D; +} + +/*-------------- + Attached + ---------------*/ + +/* Middle */ + +.ui.attached.menu { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.attached + .ui.attached.menu:not(.top) { + border-top: none; +} + +/* Top */ + +.ui[class*="top attached"].menu { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1rem; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.menu[class*="top attached"]:first-child { + margin-top: 0; +} + +/* Bottom */ + +.ui[class*="bottom attached"].menu { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1rem; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui[class*="bottom attached"].menu:last-child { + margin-bottom: 0; +} + +/* Attached Menu Item */ + +.ui.top.attached.menu > .item:first-child { + border-radius: 0.28571429rem 0 0 0; +} + +.ui.bottom.attached.menu > .item:first-child { + border-radius: 0 0 0 0.28571429rem; +} + +/* Tabular Attached */ + +.ui.attached.menu:not(.tabular) { + border: 1px solid #D4D4D5; +} + +.ui.attached.inverted.menu { + border: none; +} + +.ui.attached.tabular.menu { + margin-left: 0; + margin-right: 0; + width: 100%; +} + +/*-------------- + Sizes +---------------*/ + +.ui.menu { + font-size: 1rem; +} + +.ui.vertical.menu { + width: 15rem; +} + +.ui.mini.menu, +.ui.mini.menu .dropdown, +.ui.mini.menu .dropdown .menu > .item { + font-size: 0.78571429rem; +} + +.ui.mini.vertical.menu:not(.icon) { + width: 9rem; +} + +.ui.tiny.menu, +.ui.tiny.menu .dropdown, +.ui.tiny.menu .dropdown .menu > .item { + font-size: 0.85714286rem; +} + +.ui.tiny.vertical.menu:not(.icon) { + width: 11rem; +} + +.ui.small.menu, +.ui.small.menu .dropdown, +.ui.small.menu .dropdown .menu > .item { + font-size: 0.92857143rem; +} + +.ui.small.vertical.menu:not(.icon) { + width: 13rem; +} + +.ui.large.menu, +.ui.large.menu .dropdown, +.ui.large.menu .dropdown .menu > .item { + font-size: 1.07142857rem; +} + +.ui.large.vertical.menu:not(.icon) { + width: 18rem; +} + +.ui.big.menu, +.ui.big.menu .dropdown, +.ui.big.menu .dropdown .menu > .item { + font-size: 1.14285714rem; +} + +.ui.big.vertical.menu:not(.icon) { + width: 20rem; +} + +.ui.huge.menu, +.ui.huge.menu .dropdown, +.ui.huge.menu .dropdown .menu > .item { + font-size: 1.21428571rem; +} + +.ui.huge.vertical.menu:not(.icon) { + width: 22rem; +} + +.ui.massive.menu, +.ui.massive.menu .dropdown, +.ui.massive.menu .dropdown .menu > .item { + font-size: 1.28571429rem; +} + +.ui.massive.vertical.menu:not(.icon) { + width: 25rem; +} + +/*------------------- + Inverted dropdowns +--------------------*/ + +.ui.menu .ui.inverted.inverted.dropdown.item .menu { + background: #1B1C1D; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.menu .ui.inverted.dropdown .menu > .item { + color: rgba(255, 255, 255, 0.8) !important; +} + +.ui.menu .ui.inverted.dropdown .menu > .active.item { + background: transparent !important; + color: rgba(255, 255, 255, 0.8) !important; +} + +.ui.menu .ui.inverted.dropdown .menu > .item:hover { + background: rgba(255, 255, 255, 0.08) !important; + color: rgba(255, 255, 255, 0.8) !important; +} + +.ui.menu .ui.inverted.dropdown .menu > .selected.item { + background: rgba(255, 255, 255, 0.15) !important; + color: rgba(255, 255, 255, 0.8) !important; +} + +/* Vertical */ + +.ui.vertical.menu .inverted.dropdown.item .menu { + -webkit-box-shadow: none; + box-shadow: none; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Message + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Message +*******************************/ + +.ui.message { + position: relative; + min-height: 1em; + margin: 1em 0; + background: #F8F8F9; + padding: 1em 1.5em; + line-height: 1.4285em; + color: rgba(0, 0, 0, 0.87); + -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease; + transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.message:first-child { + margin-top: 0; +} + +.ui.message:last-child { + margin-bottom: 0; +} + +/*-------------- + Content +---------------*/ + +/* Header */ + +.ui.message .header { + display: block; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + margin: -0.14285714em 0 0 0; +} + +/* Default font size */ + +.ui.message .header:not(.ui) { + font-size: 1.14285714em; +} + +/* Paragraph */ + +.ui.message p { + opacity: 0.85; + margin: 0.75em 0; +} + +.ui.message p:first-child { + margin-top: 0; +} + +.ui.message p:last-child { + margin-bottom: 0; +} + +.ui.message .header + p { + margin-top: 0.25em; +} + +/* List */ + +.ui.message .list:not(.ui) { + text-align: left; + padding: 0; + opacity: 0.85; + list-style-position: inside; + margin: 0.5em 0 0; +} + +.ui.message .list:not(.ui):first-child { + margin-top: 0; +} + +.ui.message .list:not(.ui):last-child { + margin-bottom: 0; +} + +.ui.message .list:not(.ui) li { + position: relative; + list-style-type: none; + margin: 0 0 0.3em 1em; + padding: 0; +} + +.ui.message .list:not(.ui) li:before { + position: absolute; + content: '•'; + left: -1em; + height: 100%; + vertical-align: baseline; +} + +.ui.message .list:not(.ui) li:last-child { + margin-bottom: 0; +} + +/* Icon */ + +.ui.message > .icon { + margin-right: 0.6em; +} + +/* Close Icon */ + +.ui.message > .close.icon { + cursor: pointer; + position: absolute; + margin: 0; + top: 0.78575em; + right: 0.5em; + opacity: 0.7; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +.ui.message > .close.icon:hover { + opacity: 1; +} + +/* First / Last Element */ + +.ui.message > :first-child { + margin-top: 0; +} + +.ui.message > :last-child { + margin-bottom: 0; +} + +/******************************* + Coupling +*******************************/ + +.ui.dropdown .menu > .message { + margin: 0 -1px; +} + +/******************************* + States +*******************************/ + +/*-------------- + Visible +---------------*/ + +.ui.visible.visible.visible.visible.message { + display: block; +} + +.ui.icon.visible.visible.visible.visible.message { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/*-------------- + Hidden +---------------*/ + +.ui.hidden.hidden.hidden.hidden.message { + display: none; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Compact + ---------------*/ + +.ui.compact.message { + display: inline-block; +} + +.ui.compact.icon.message { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: auto; +} + +/*-------------- + Attached + ---------------*/ + +.ui.attached.message { + margin-bottom: -1px; + border-radius: 0.28571429rem 0.28571429rem 0 0; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + margin-left: -1px; + margin-right: -1px; +} + +.ui.attached + .ui.attached.message:not(.top):not(.bottom) { + margin-top: -1px; + border-radius: 0; +} + +.ui.bottom.attached.message { + margin-top: -1px; + border-radius: 0 0 0.28571429rem 0.28571429rem; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15); +} + +.ui.bottom.attached.message:not(:last-child) { + margin-bottom: 1em; +} + +.ui.attached.icon.message { + width: auto; +} + +/*-------------- + Icon + ---------------*/ + +.ui.icon.message { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.icon.message > .icon:not(.close) { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + line-height: 1; + vertical-align: middle; + font-size: 3em; + opacity: 0.8; +} + +.ui.icon.message > .content { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + vertical-align: middle; +} + +.ui.icon.message .icon:not(.close) + .content { + padding-left: 0; +} + +.ui.icon.message .circular.icon { + width: 1em; +} + +/*-------------- + Floating + ---------------*/ + +.ui.floating.message { + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +/*-------------- + Colors +---------------*/ + +/*-------------- + Types +---------------*/ + +.ui.positive.message { + background-color: #FCFFF5; + color: #2C662D; +} + +.ui.positive.message, +.ui.attached.positive.message { + -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.positive.message { + -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.positive.message .header { + color: #1A531B; +} + +.ui.negative.message { + background-color: #FFF6F6; + color: #9F3A38; +} + +.ui.negative.message, +.ui.attached.negative.message { + -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.negative.message { + -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.negative.message .header { + color: #912D2B; +} + +.ui.info.message { + background-color: #F8FFFF; + color: #276F86; +} + +.ui.info.message, +.ui.attached.info.message { + -webkit-box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.info.message { + -webkit-box-shadow: 0 0 0 1px #A9D5DE inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #A9D5DE inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.info.message .header { + color: #0E566C; +} + +.ui.warning.message { + background-color: #FFFAF3; + color: #573A08; +} + +.ui.warning.message, +.ui.attached.warning.message { + -webkit-box-shadow: 0 0 0 1px #C9BA9B inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #C9BA9B inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.warning.message { + -webkit-box-shadow: 0 0 0 1px #C9BA9B inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #C9BA9B inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.warning.message .header { + color: #794B02; +} + +.ui.error.message { + background-color: #FFF6F6; + color: #9F3A38; +} + +.ui.error.message, +.ui.attached.error.message { + -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.error.message { + -webkit-box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #E0B4B4 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.error.message .header { + color: #912D2B; +} + +.ui.success.message { + background-color: #FCFFF5; + color: #2C662D; +} + +.ui.success.message, +.ui.attached.success.message { + -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #A3C293 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.success.message { + -webkit-box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #A3C293 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.success.message .header { + color: #1A531B; +} + +.ui.primary.message { + background-color: #DFF0FF; + color: rgba(255, 255, 255, 0.9); +} + +.ui.primary.message, +.ui.attached.primary.message { + -webkit-box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.primary.message { + -webkit-box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.primary.message .header { + color: rgba(242, 242, 242, 0.9); +} + +.ui.secondary.message { + background-color: #F4F4F4; + color: rgba(255, 255, 255, 0.9); +} + +.ui.secondary.message, +.ui.attached.secondary.message { + -webkit-box-shadow: 0 0 0 1px #1B1C1D inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #1B1C1D inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.secondary.message { + -webkit-box-shadow: 0 0 0 1px #1B1C1D inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #1B1C1D inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.secondary.message .header { + color: rgba(242, 242, 242, 0.9); +} + +.ui.red.message { + background-color: #FFE8E6; + color: #DB2828; +} + +.ui.red.message, +.ui.attached.red.message { + -webkit-box-shadow: 0 0 0 1px #DB2828 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #DB2828 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.red.message { + -webkit-box-shadow: 0 0 0 1px #DB2828 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #DB2828 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.red.message .header { + color: #c82121; +} + +.ui.orange.message { + background-color: #FFEDDE; + color: #F2711C; +} + +.ui.orange.message, +.ui.attached.orange.message { + -webkit-box-shadow: 0 0 0 1px #F2711C inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #F2711C inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.orange.message { + -webkit-box-shadow: 0 0 0 1px #F2711C inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #F2711C inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.orange.message .header { + color: #e7640d; +} + +.ui.yellow.message { + background-color: #FFF8DB; + color: #B58105; +} + +.ui.yellow.message, +.ui.attached.yellow.message { + -webkit-box-shadow: 0 0 0 1px #B58105 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #B58105 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.yellow.message { + -webkit-box-shadow: 0 0 0 1px #B58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #B58105 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.yellow.message .header { + color: #9c6f04; +} + +.ui.olive.message { + background-color: #FBFDEF; + color: #8ABC1E; +} + +.ui.olive.message, +.ui.attached.olive.message { + -webkit-box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.olive.message { + -webkit-box-shadow: 0 0 0 1px #8ABC1E inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #8ABC1E inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.olive.message .header { + color: #7aa61a; +} + +.ui.green.message { + background-color: #E5F9E7; + color: #1EBC30; +} + +.ui.green.message, +.ui.attached.green.message { + -webkit-box-shadow: 0 0 0 1px #1EBC30 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #1EBC30 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.green.message { + -webkit-box-shadow: 0 0 0 1px #1EBC30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #1EBC30 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.green.message .header { + color: #1aa62a; +} + +.ui.teal.message { + background-color: #E1F7F7; + color: #10A3A3; +} + +.ui.teal.message, +.ui.attached.teal.message { + -webkit-box-shadow: 0 0 0 1px #10A3A3 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #10A3A3 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.teal.message { + -webkit-box-shadow: 0 0 0 1px #10A3A3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #10A3A3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.teal.message .header { + color: #0e8c8c; +} + +.ui.blue.message { + background-color: #DFF0FF; + color: #2185D0; +} + +.ui.blue.message, +.ui.attached.blue.message { + -webkit-box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #2185D0 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.blue.message { + -webkit-box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #2185D0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.blue.message .header { + color: #1e77ba; +} + +.ui.violet.message { + background-color: #EAE7FF; + color: #6435C9; +} + +.ui.violet.message, +.ui.attached.violet.message { + -webkit-box-shadow: 0 0 0 1px #6435C9 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #6435C9 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.violet.message { + -webkit-box-shadow: 0 0 0 1px #6435C9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #6435C9 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.violet.message .header { + color: #5a30b5; +} + +.ui.purple.message { + background-color: #F6E7FF; + color: #A333C8; +} + +.ui.purple.message, +.ui.attached.purple.message { + -webkit-box-shadow: 0 0 0 1px #A333C8 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #A333C8 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.purple.message { + -webkit-box-shadow: 0 0 0 1px #A333C8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #A333C8 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.purple.message .header { + color: #922eb4; +} + +.ui.pink.message { + background-color: #FFE3FB; + color: #E03997; +} + +.ui.pink.message, +.ui.attached.pink.message { + -webkit-box-shadow: 0 0 0 1px #E03997 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #E03997 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.pink.message { + -webkit-box-shadow: 0 0 0 1px #E03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #E03997 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.pink.message .header { + color: #dd238b; +} + +.ui.brown.message { + background-color: #F1E2D3; + color: #A5673F; +} + +.ui.brown.message, +.ui.attached.brown.message { + -webkit-box-shadow: 0 0 0 1px #A5673F inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #A5673F inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.brown.message { + -webkit-box-shadow: 0 0 0 1px #A5673F inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #A5673F inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.brown.message .header { + color: #935b38; +} + +.ui.grey.message { + background-color: #F4F4F4; + color: #767676; +} + +.ui.grey.message, +.ui.attached.grey.message { + -webkit-box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 1px #767676 inset, 0 0 0 0 rgba(0, 0, 0, 0); +} + +.ui.floating.grey.message { + -webkit-box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #767676 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.grey.message .header { + color: #696969; +} + +.ui.black.message { + background-color: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +.ui.black.message .header { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.message { + background-color: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +/*-------------- + Sizes +---------------*/ + +.ui.message { + font-size: 1em; +} + +.ui.mini.message { + font-size: 0.78571429em; +} + +.ui.tiny.message { + font-size: 0.85714286em; +} + +.ui.small.message { + font-size: 0.92857143em; +} + +.ui.large.message { + font-size: 1.14285714em; +} + +.ui.big.message { + font-size: 1.28571429em; +} + +.ui.huge.message { + font-size: 1.42857143em; +} + +.ui.massive.message { + font-size: 1.71428571em; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Table + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Table +*******************************/ + +/* Prototype */ + +.ui.table { + width: 100%; + background: #FFFFFF; + margin: 1em 0; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 0.28571429rem; + text-align: left; + vertical-align: middle; + color: rgba(0, 0, 0, 0.87); + border-collapse: separate; + border-spacing: 0; +} + +.ui.table:first-child { + margin-top: 0; +} + +.ui.table:last-child { + margin-bottom: 0; +} + +.ui.table > thead, +.ui.table > tbody { + text-align: inherit; + vertical-align: inherit; +} + +/******************************* + Parts +*******************************/ + +/* Table Content */ + +.ui.table th, +.ui.table td { + -webkit-transition: background 0.1s ease, color 0.1s ease; + transition: background 0.1s ease, color 0.1s ease; +} + +/* Headers */ + +.ui.table > thead { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.table > thead > tr > th { + cursor: auto; + background: #F9FAFB; + text-align: inherit; + color: rgba(0, 0, 0, 0.87); + padding: 0.92857143em 0.78571429em; + vertical-align: inherit; + font-style: none; + font-weight: bold; + text-transform: none; + border-bottom: 1px solid rgba(34, 36, 38, 0.1); + border-left: none; +} + +.ui.table > thead > tr > th:first-child { + border-left: none; +} + +.ui.table > thead > tr:first-child > th:first-child { + border-radius: 0.28571429rem 0 0 0; +} + +.ui.table > thead > tr:first-child > th:last-child { + border-radius: 0 0.28571429rem 0 0; +} + +.ui.table > thead > tr:first-child > th:only-child { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +/* Footer */ + +.ui.table > tfoot { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.table > tfoot > tr > th, +.ui.table > tfoot > tr > td { + cursor: auto; + border-top: 1px solid rgba(34, 36, 38, 0.15); + background: #F9FAFB; + text-align: inherit; + color: rgba(0, 0, 0, 0.87); + padding: 0.78571429em 0.78571429em; + vertical-align: middle; + font-style: normal; + font-weight: normal; + text-transform: none; +} + +.ui.table > tfoot > tr > th:first-child, +.ui.table > tfoot > tr > td:first-child { + border-left: none; +} + +.ui.table > tfoot > tr:first-child > th:first-child, +.ui.table > tfoot > tr:first-child > td:first-child { + border-radius: 0 0 0 0.28571429rem; +} + +.ui.table > tfoot > tr:first-child > th:last-child, +.ui.table > tfoot > tr:first-child > td:last-child { + border-radius: 0 0 0.28571429rem 0; +} + +.ui.table > tfoot > tr:first-child > th:only-child, +.ui.table > tfoot > tr:first-child > td:only-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/* Table Row */ + +.ui.table > tr > td, +.ui.table > tbody > tr > td { + border-top: 1px solid rgba(34, 36, 38, 0.1); +} + +.ui.table > tr:first-child > td, +.ui.table > tbody > tr:first-child > td { + border-top: none; +} + +/* Repeated tbody */ + +.ui.table > tbody + tbody tr:first-child > td { + border-top: 1px solid rgba(34, 36, 38, 0.1); +} + +/* Table Cells */ + +.ui.table > tbody > tr > td, +.ui.table > tr > td { + padding: 0.78571429em 0.78571429em; + text-align: inherit; +} + +/* Icons */ + +.ui.table > .icon { + vertical-align: baseline; +} + +.ui.table > .icon:only-child { + margin: 0; +} + +/* Table Segment */ + +.ui.table.segment { + padding: 0; +} + +.ui.table.segment:after { + display: none; +} + +.ui.table.segment.stacked:after { + display: block; +} + +/* Responsive */ + +@media only screen and (max-width: 767.98px) { + .ui.table:not(.unstackable) { + width: 100%; + padding: 0; + } + + .ui.table:not(.unstackable) > thead, + .ui.table:not(.unstackable) > thead > tr, + .ui.table:not(.unstackable) > tfoot, + .ui.table:not(.unstackable) > tfoot > tr, + .ui.table:not(.unstackable) > tbody, + .ui.table:not(.unstackable) > tr, + .ui.table:not(.unstackable) > tbody > tr, + .ui.table:not(.unstackable) > tr > th, + .ui.table:not(.unstackable) > thead > tr > th, + .ui.table:not(.unstackable) > tbody > tr > th, + .ui.table:not(.unstackable) > tfoot > tr > th, + .ui.table:not(.unstackable) > tr > td, + .ui.table:not(.unstackable) > tbody > tr > td, + .ui.table:not(.unstackable) > tfoot > tr > td { + display: block !important; + width: auto !important; + } + + .ui.table:not(.unstackable) > thead { + display: block; + } + + .ui.table:not(.unstackable) > tfoot { + display: block; + } + + .ui.ui.ui.ui.table:not(.unstackable) > tr, + .ui.ui.ui.ui.table:not(.unstackable) > thead > tr, + .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr, + .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr { + padding-top: 1em; + padding-bottom: 1em; + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) > tr > th, + .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th, + .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > th, + .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > th, + .ui.ui.ui.ui.table:not(.unstackable) > tr > td, + .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td, + .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > td { + background: none; + border: none; + padding: 0.25em 0.75em; + -webkit-box-shadow: none; + box-shadow: none; + } + + .ui.table:not(.unstackable) > tr > th:first-child, + .ui.table:not(.unstackable) > thead > tr > th:first-child, + .ui.table:not(.unstackable) > tbody > tr > th:first-child, + .ui.table:not(.unstackable) > tfoot > tr > th:first-child, + .ui.table:not(.unstackable) > tr > td:first-child, + .ui.table:not(.unstackable) > tbody > tr > td:first-child, + .ui.table:not(.unstackable) > tfoot > tr > td:first-child { + font-weight: bold; + } + + /* Definition Table */ + + .ui.definition.table:not(.unstackable) > thead > tr > th:first-child { + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + } + + .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + } + + .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + } +} + +/******************************* + Coupling +*******************************/ + +/* UI Image */ + +.ui.table .collapsing .image, +.ui.table .collapsing .image img { + max-width: none; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Complex +---------------*/ + +.ui.structured.table { + border-collapse: collapse; +} + +.ui.structured.table > thead > tr > th { + border-left: none; + border-right: none; +} + +.ui.structured.sortable.table > thead > tr > th { + border-left: 1px solid rgba(34, 36, 38, 0.15); + border-right: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.structured.basic.table > tr > th, +.ui.structured.basic.table > thead > tr > th, +.ui.structured.basic.table > tbody > tr > th, +.ui.structured.basic.table > tfoot > tr > th { + border-left: none; + border-right: none; +} + +.ui.structured.celled.table > tr > th, +.ui.structured.celled.table > thead > tr > th, +.ui.structured.celled.table > tbody > tr > th, +.ui.structured.celled.table > tfoot > tr > th, +.ui.structured.celled.table > tr > td, +.ui.structured.celled.table > tbody > tr > td, +.ui.structured.celled.table > tfoot > tr > td { + border-left: 1px solid rgba(34, 36, 38, 0.1); + border-right: 1px solid rgba(34, 36, 38, 0.1); +} + +/*-------------- + Definition + ---------------*/ + +.ui.definition.table > thead:not(.full-width) > tr > th:first-child { + pointer-events: none; + background: #FFFFFF; + font-weight: normal; + color: rgba(0, 0, 0, 0.4); + -webkit-box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF; + box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF; + -moz-transform: scale(1); +} + +.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child { + pointer-events: none; + background: #FFFFFF; + font-weight: normal; + color: rgba(0, 0, 0, 0.4); + -webkit-box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF; + box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF; + -moz-transform: scale(1); +} + +/* Highlight Defining Column */ + +.ui.definition.table > tr > td:first-child:not(.ignored), +.ui.definition.table > tbody > tr > td:first-child:not(.ignored), +.ui.definition.table > tfoot > tr > td:first-child:not(.ignored), +.ui.definition.table tr td.definition { + background: rgba(0, 0, 0, 0.03); + font-weight: bold; + color: rgba(0, 0, 0, 0.95); + text-transform: ''; + -webkit-box-shadow: ''; + box-shadow: ''; + text-align: ''; + font-size: 1em; + padding-left: ''; + padding-right: ''; +} + +/* Fix 2nd Column */ + +.ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2), +.ui.definition.table > tfoot:not(.full-width) > tr > td:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.definition.table > tr > td:nth-child(2), +.ui.definition.table > tbody > tr > td:nth-child(2) { + border-left: 1px solid rgba(34, 36, 38, 0.15); +} + +/******************************* + States +*******************************/ + +/*-------------- + Positive + ---------------*/ + +.ui.ui.ui.ui.table tr.positive, +.ui.ui.table td.positive { + -webkit-box-shadow: 0 0 0 #A3C293 inset; + box-shadow: 0 0 0 #A3C293 inset; + background: #FCFFF5; + color: #2C662D; +} + +/*-------------- + Negative + ---------------*/ + +.ui.ui.ui.ui.table tr.negative, +.ui.ui.table td.negative { + -webkit-box-shadow: 0 0 0 #E0B4B4 inset; + box-shadow: 0 0 0 #E0B4B4 inset; + background: #FFF6F6; + color: #9F3A38; +} + +/*-------------- + Error + ---------------*/ + +.ui.ui.ui.ui.table tr.error, +.ui.ui.table td.error { + -webkit-box-shadow: 0 0 0 #E0B4B4 inset; + box-shadow: 0 0 0 #E0B4B4 inset; + background: #FFF6F6; + color: #9F3A38; +} + +/*-------------- + Warning + ---------------*/ + +.ui.ui.ui.ui.table tr.warning, +.ui.ui.table td.warning { + -webkit-box-shadow: 0 0 0 #C9BA9B inset; + box-shadow: 0 0 0 #C9BA9B inset; + background: #FFFAF3; + color: #573A08; +} + +/*-------------- + Active + ---------------*/ + +.ui.ui.ui.ui.table tr.active, +.ui.ui.table td.active { + -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset; + box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset; + background: #E0E0E0; + color: rgba(0, 0, 0, 0.87); +} + +/*-------------- + Disabled + ---------------*/ + +.ui.table tr.disabled td, +.ui.table tr td.disabled, +.ui.table tr.disabled:hover, +.ui.table tr:hover td.disabled { + pointer-events: none; + color: rgba(40, 40, 40, 0.3); +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Stackable + ---------------*/ + +@media only screen and (max-width: 991.98px) { + .ui[class*="tablet stackable"].table, + .ui[class*="tablet stackable"].table > thead, + .ui[class*="tablet stackable"].table > thead > tr, + .ui[class*="tablet stackable"].table > tfoot, + .ui[class*="tablet stackable"].table > tfoot > tr, + .ui[class*="tablet stackable"].table > tbody, + .ui[class*="tablet stackable"].table > tbody > tr, + .ui[class*="tablet stackable"].table > tr, + .ui[class*="tablet stackable"].table > thead > tr > th, + .ui[class*="tablet stackable"].table > tbody > tr > th, + .ui[class*="tablet stackable"].table > tfoot > tr > th, + .ui[class*="tablet stackable"].table > tr > th, + .ui[class*="tablet stackable"].table > tbody > tr > td, + .ui[class*="tablet stackable"].table > tfoot > tr > td, + .ui[class*="tablet stackable"].table > tr > td { + display: block !important; + width: 100% !important; + } + + .ui[class*="tablet stackable"].table { + padding: 0; + } + + .ui[class*="tablet stackable"].table > thead { + display: block; + } + + .ui[class*="tablet stackable"].table > tfoot { + display: block; + } + + .ui.ui.ui.ui[class*="tablet stackable"].table > thead > tr, + .ui.ui.ui.ui[class*="tablet stackable"].table > tbody > tr, + .ui.ui.ui.ui[class*="tablet stackable"].table > tfoot > tr, + .ui.ui.ui.ui[class*="tablet stackable"].table > tr { + padding-top: 1em; + padding-bottom: 1em; + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; + } + + .ui[class*="tablet stackable"].table > thead > tr > th, + .ui[class*="tablet stackable"].table > tbody > tr > th, + .ui[class*="tablet stackable"].table > tfoot > tr > th, + .ui[class*="tablet stackable"].table > tr > th, + .ui[class*="tablet stackable"].table > tbody > tr > td, + .ui[class*="tablet stackable"].table > tfoot > tr > td, + .ui[class*="tablet stackable"].table > tr > td { + background: none; + border: none !important; + padding: 0.25em 0.75em; + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Definition Table */ + + .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child { + -webkit-box-shadow: none !important; + box-shadow: none !important; + } +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset; +} + +.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right { + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset; +} + +/*-------------- + Text Alignment + ---------------*/ + +.ui.table[class*="left aligned"], +.ui.table [class*="left aligned"] { + text-align: left; +} + +.ui.table[class*="center aligned"], +.ui.table [class*="center aligned"] { + text-align: center; +} + +.ui.table[class*="right aligned"], +.ui.table [class*="right aligned"] { + text-align: right; +} + +/*------------------ + Vertical Alignment + ------------------*/ + +.ui.table[class*="top aligned"], +.ui.table [class*="top aligned"] { + vertical-align: top; +} + +.ui.table[class*="middle aligned"], +.ui.table [class*="middle aligned"] { + vertical-align: middle; +} + +.ui.table[class*="bottom aligned"], +.ui.table [class*="bottom aligned"] { + vertical-align: bottom; +} + +/*-------------- + Collapsing + ---------------*/ + +.ui.table th.collapsing, +.ui.table td.collapsing { + width: 1px; + white-space: nowrap; +} + +/*-------------- + Fixed + ---------------*/ + +.ui.fixed.table { + table-layout: fixed; +} + +.ui.fixed.table th, +.ui.fixed.table td { + overflow: hidden; + text-overflow: ellipsis; +} + +/*-------------- + Selectable + ---------------*/ + +.ui.ui.selectable.table > tbody > tr:hover, +.ui.table tbody tr td.selectable:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +.ui.ui.selectable.inverted.table > tbody > tr:hover, +.ui.inverted.table tbody tr td.selectable:hover { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; +} + +/* Selectable Cell Link */ + +.ui.table tbody tr td.selectable { + padding: 0; +} + +.ui.table tbody tr td.selectable > a:not(.ui) { + display: block; + color: inherit; + padding: 0.78571429em 0.78571429em; +} + +.ui.table > tr > td.selectable, +.ui.table > tbody > tr > td.selectable, +.ui.selectable.table > tbody > tr, +.ui.selectable.table > tr { + cursor: pointer; +} + +/* Other States */ + +.ui.ui.selectable.table tr.error:hover, +.ui.table tr td.selectable.error:hover, +.ui.selectable.table tr:hover td.error { + background: #ffe7e7; + color: #943634; +} + +.ui.ui.selectable.table tr.warning:hover, +.ui.table tr td.selectable.warning:hover, +.ui.selectable.table tr:hover td.warning { + background: #fff4e4; + color: #493107; +} + +.ui.ui.selectable.table tr.active:hover, +.ui.table tr td.selectable.active:hover, +.ui.selectable.table tr:hover td.active { + background: #E0E0E0; + color: rgba(0, 0, 0, 0.87); +} + +.ui.ui.selectable.table tr.positive:hover, +.ui.table tr td.selectable.positive:hover, +.ui.selectable.table tr:hover td.positive { + background: #f7ffe6; + color: #275b28; +} + +.ui.ui.selectable.table tr.negative:hover, +.ui.table tr td.selectable.negative:hover, +.ui.selectable.table tr:hover td.negative { + background: #ffe7e7; + color: #943634; +} + +/*------------------- + Attached + --------------------*/ + +/* Middle */ + +.ui.attached.table { + top: 0; + bottom: 0; + border-radius: 0; + margin: 0 -1px; + width: calc(100% + 2px); + max-width: calc(100% + 2px); + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid #D4D4D5; +} + +.ui.attached + .ui.attached.table:not(.top) { + border-top: none; +} + +/* Top */ + +.ui[class*="top attached"].table { + bottom: 0; + margin-bottom: 0; + top: 0; + margin-top: 1em; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.table[class*="top attached"]:first-child { + margin-top: 0; +} + +/* Bottom */ + +.ui[class*="bottom attached"].table { + bottom: 0; + margin-top: 0; + top: 0; + margin-bottom: 1em; + -webkit-box-shadow: none, none; + box-shadow: none, none; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui[class*="bottom attached"].table:last-child { + margin-bottom: 0; +} + +/*-------------- + Striped + ---------------*/ + +/* Table Striping */ + +.ui.striped.table > tr:nth-child(2n), +.ui.striped.table > tbody > tr:nth-child(2n) { + background-color: rgba(0, 0, 50, 0.02); +} + +/* Stripes */ + +.ui.inverted.striped.table > tr:nth-child(2n), +.ui.inverted.striped.table > tbody > tr:nth-child(2n) { + background-color: rgba(255, 255, 255, 0.05); +} + +/* Allow striped active hover */ + +.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover { + background: #EFEFEF; + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Single Line +---------------*/ + +.ui.table[class*="single line"], +.ui.table [class*="single line"] { + white-space: nowrap; +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.table { + border-top: 0.2em solid #2185D0; +} + +.ui.inverted.primary.table { + background-color: #2185D0; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.primary:not(.marked), +.ui.ui.table td.primary:not(.marked) { + background: #ddf4ff; + color: rgba(255, 255, 255, 0.9); +} + +.ui.ui.selectable.table tr.primary:not(.marked):hover, +.ui.table tr td.selectable.primary:not(.marked):hover, +.ui.selectable.table tr:hover td.primary:not(.marked) { + background: #d3f1ff; + color: rgba(255, 255, 255, 0.9); +} + +.ui.table td.marked.primary.left, +.ui.table tr.marked.primary.left { + -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0.2em 0 0 0 #2185D0 inset; +} + +.ui.table td.marked.primary.right, +.ui.table tr.marked.primary.right { + -webkit-box-shadow: -0.2em 0 0 0 #2185D0 inset; + box-shadow: -0.2em 0 0 0 #2185D0 inset; +} + +.ui.inverted.table td.marked.primary.left, +.ui.inverted.table tr.marked.primary.left { + -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0.2em 0 0 0 #54C8FF inset; +} + +.ui.inverted.table td.marked.primary.right, +.ui.inverted.table tr.marked.primary.right { + -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset; + box-shadow: -0.2em 0 0 0 #54C8FF inset; +} + +.ui.secondary.table { + border-top: 0.2em solid #1B1C1D; +} + +.ui.inverted.secondary.table { + background-color: #1B1C1D; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.secondary:not(.marked), +.ui.ui.table td.secondary:not(.marked) { + background: #dddddd; + color: rgba(255, 255, 255, 0.9); +} + +.ui.ui.selectable.table tr.secondary:not(.marked):hover, +.ui.table tr td.selectable.secondary:not(.marked):hover, +.ui.selectable.table tr:hover td.secondary:not(.marked) { + background: #e2e2e2; + color: rgba(255, 255, 255, 0.9); +} + +.ui.table td.marked.secondary.left, +.ui.table tr.marked.secondary.left { + -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0.2em 0 0 0 #1B1C1D inset; +} + +.ui.table td.marked.secondary.right, +.ui.table tr.marked.secondary.right { + -webkit-box-shadow: -0.2em 0 0 0 #1B1C1D inset; + box-shadow: -0.2em 0 0 0 #1B1C1D inset; +} + +.ui.inverted.table td.marked.secondary.left, +.ui.inverted.table tr.marked.secondary.left { + -webkit-box-shadow: 0.2em 0 0 0 #545454 inset; + box-shadow: 0.2em 0 0 0 #545454 inset; +} + +.ui.inverted.table td.marked.secondary.right, +.ui.inverted.table tr.marked.secondary.right { + -webkit-box-shadow: -0.2em 0 0 0 #545454 inset; + box-shadow: -0.2em 0 0 0 #545454 inset; +} + +.ui.red.table { + border-top: 0.2em solid #DB2828; +} + +.ui.inverted.red.table { + background-color: #DB2828; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.red:not(.marked), +.ui.ui.table td.red:not(.marked) { + background: #ffe1df; + color: #DB2828; +} + +.ui.ui.selectable.table tr.red:not(.marked):hover, +.ui.table tr td.selectable.red:not(.marked):hover, +.ui.selectable.table tr:hover td.red:not(.marked) { + background: #ffd7d5; + color: #DB2828; +} + +.ui.table td.marked.red.left, +.ui.table tr.marked.red.left { + -webkit-box-shadow: 0.2em 0 0 0 #DB2828 inset; + box-shadow: 0.2em 0 0 0 #DB2828 inset; +} + +.ui.table td.marked.red.right, +.ui.table tr.marked.red.right { + -webkit-box-shadow: -0.2em 0 0 0 #DB2828 inset; + box-shadow: -0.2em 0 0 0 #DB2828 inset; +} + +.ui.inverted.table td.marked.red.left, +.ui.inverted.table tr.marked.red.left { + -webkit-box-shadow: 0.2em 0 0 0 #FF695E inset; + box-shadow: 0.2em 0 0 0 #FF695E inset; +} + +.ui.inverted.table td.marked.red.right, +.ui.inverted.table tr.marked.red.right { + -webkit-box-shadow: -0.2em 0 0 0 #FF695E inset; + box-shadow: -0.2em 0 0 0 #FF695E inset; +} + +.ui.orange.table { + border-top: 0.2em solid #F2711C; +} + +.ui.inverted.orange.table { + background-color: #F2711C; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.orange:not(.marked), +.ui.ui.table td.orange:not(.marked) { + background: #ffe7d1; + color: #F2711C; +} + +.ui.ui.selectable.table tr.orange:not(.marked):hover, +.ui.table tr td.selectable.orange:not(.marked):hover, +.ui.selectable.table tr:hover td.orange:not(.marked) { + background: #fae1cc; + color: #F2711C; +} + +.ui.table td.marked.orange.left, +.ui.table tr.marked.orange.left { + -webkit-box-shadow: 0.2em 0 0 0 #F2711C inset; + box-shadow: 0.2em 0 0 0 #F2711C inset; +} + +.ui.table td.marked.orange.right, +.ui.table tr.marked.orange.right { + -webkit-box-shadow: -0.2em 0 0 0 #F2711C inset; + box-shadow: -0.2em 0 0 0 #F2711C inset; +} + +.ui.inverted.table td.marked.orange.left, +.ui.inverted.table tr.marked.orange.left { + -webkit-box-shadow: 0.2em 0 0 0 #FF851B inset; + box-shadow: 0.2em 0 0 0 #FF851B inset; +} + +.ui.inverted.table td.marked.orange.right, +.ui.inverted.table tr.marked.orange.right { + -webkit-box-shadow: -0.2em 0 0 0 #FF851B inset; + box-shadow: -0.2em 0 0 0 #FF851B inset; +} + +.ui.yellow.table { + border-top: 0.2em solid #FBBD08; +} + +.ui.inverted.yellow.table { + background-color: #FBBD08; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.yellow:not(.marked), +.ui.ui.table td.yellow:not(.marked) { + background: #fff9d2; + color: #B58105; +} + +.ui.ui.selectable.table tr.yellow:not(.marked):hover, +.ui.table tr td.selectable.yellow:not(.marked):hover, +.ui.selectable.table tr:hover td.yellow:not(.marked) { + background: #fbf5cc; + color: #B58105; +} + +.ui.table td.marked.yellow.left, +.ui.table tr.marked.yellow.left { + -webkit-box-shadow: 0.2em 0 0 0 #FBBD08 inset; + box-shadow: 0.2em 0 0 0 #FBBD08 inset; +} + +.ui.table td.marked.yellow.right, +.ui.table tr.marked.yellow.right { + -webkit-box-shadow: -0.2em 0 0 0 #FBBD08 inset; + box-shadow: -0.2em 0 0 0 #FBBD08 inset; +} + +.ui.inverted.table td.marked.yellow.left, +.ui.inverted.table tr.marked.yellow.left { + -webkit-box-shadow: 0.2em 0 0 0 #FFE21F inset; + box-shadow: 0.2em 0 0 0 #FFE21F inset; +} + +.ui.inverted.table td.marked.yellow.right, +.ui.inverted.table tr.marked.yellow.right { + -webkit-box-shadow: -0.2em 0 0 0 #FFE21F inset; + box-shadow: -0.2em 0 0 0 #FFE21F inset; +} + +.ui.olive.table { + border-top: 0.2em solid #B5CC18; +} + +.ui.inverted.olive.table { + background-color: #B5CC18; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.olive:not(.marked), +.ui.ui.table td.olive:not(.marked) { + background: #f7fae4; + color: #8ABC1E; +} + +.ui.ui.selectable.table tr.olive:not(.marked):hover, +.ui.table tr td.selectable.olive:not(.marked):hover, +.ui.selectable.table tr:hover td.olive:not(.marked) { + background: #f6fada; + color: #8ABC1E; +} + +.ui.table td.marked.olive.left, +.ui.table tr.marked.olive.left { + -webkit-box-shadow: 0.2em 0 0 0 #B5CC18 inset; + box-shadow: 0.2em 0 0 0 #B5CC18 inset; +} + +.ui.table td.marked.olive.right, +.ui.table tr.marked.olive.right { + -webkit-box-shadow: -0.2em 0 0 0 #B5CC18 inset; + box-shadow: -0.2em 0 0 0 #B5CC18 inset; +} + +.ui.inverted.table td.marked.olive.left, +.ui.inverted.table tr.marked.olive.left { + -webkit-box-shadow: 0.2em 0 0 0 #D9E778 inset; + box-shadow: 0.2em 0 0 0 #D9E778 inset; +} + +.ui.inverted.table td.marked.olive.right, +.ui.inverted.table tr.marked.olive.right { + -webkit-box-shadow: -0.2em 0 0 0 #D9E778 inset; + box-shadow: -0.2em 0 0 0 #D9E778 inset; +} + +.ui.green.table { + border-top: 0.2em solid #21BA45; +} + +.ui.inverted.green.table { + background-color: #21BA45; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.green:not(.marked), +.ui.ui.table td.green:not(.marked) { + background: #d5f5d9; + color: #1EBC30; +} + +.ui.ui.selectable.table tr.green:not(.marked):hover, +.ui.table tr td.selectable.green:not(.marked):hover, +.ui.selectable.table tr:hover td.green:not(.marked) { + background: #d2eed5; + color: #1EBC30; +} + +.ui.table td.marked.green.left, +.ui.table tr.marked.green.left { + -webkit-box-shadow: 0.2em 0 0 0 #21BA45 inset; + box-shadow: 0.2em 0 0 0 #21BA45 inset; +} + +.ui.table td.marked.green.right, +.ui.table tr.marked.green.right { + -webkit-box-shadow: -0.2em 0 0 0 #21BA45 inset; + box-shadow: -0.2em 0 0 0 #21BA45 inset; +} + +.ui.inverted.table td.marked.green.left, +.ui.inverted.table tr.marked.green.left { + -webkit-box-shadow: 0.2em 0 0 0 #2ECC40 inset; + box-shadow: 0.2em 0 0 0 #2ECC40 inset; +} + +.ui.inverted.table td.marked.green.right, +.ui.inverted.table tr.marked.green.right { + -webkit-box-shadow: -0.2em 0 0 0 #2ECC40 inset; + box-shadow: -0.2em 0 0 0 #2ECC40 inset; +} + +.ui.teal.table { + border-top: 0.2em solid #00B5AD; +} + +.ui.inverted.teal.table { + background-color: #00B5AD; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.teal:not(.marked), +.ui.ui.table td.teal:not(.marked) { + background: #e2ffff; + color: #10A3A3; +} + +.ui.ui.selectable.table tr.teal:not(.marked):hover, +.ui.table tr td.selectable.teal:not(.marked):hover, +.ui.selectable.table tr:hover td.teal:not(.marked) { + background: #d8ffff; + color: #10A3A3; +} + +.ui.table td.marked.teal.left, +.ui.table tr.marked.teal.left { + -webkit-box-shadow: 0.2em 0 0 0 #00B5AD inset; + box-shadow: 0.2em 0 0 0 #00B5AD inset; +} + +.ui.table td.marked.teal.right, +.ui.table tr.marked.teal.right { + -webkit-box-shadow: -0.2em 0 0 0 #00B5AD inset; + box-shadow: -0.2em 0 0 0 #00B5AD inset; +} + +.ui.inverted.table td.marked.teal.left, +.ui.inverted.table tr.marked.teal.left { + -webkit-box-shadow: 0.2em 0 0 0 #6DFFFF inset; + box-shadow: 0.2em 0 0 0 #6DFFFF inset; +} + +.ui.inverted.table td.marked.teal.right, +.ui.inverted.table tr.marked.teal.right { + -webkit-box-shadow: -0.2em 0 0 0 #6DFFFF inset; + box-shadow: -0.2em 0 0 0 #6DFFFF inset; +} + +.ui.blue.table { + border-top: 0.2em solid #2185D0; +} + +.ui.inverted.blue.table { + background-color: #2185D0; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.blue:not(.marked), +.ui.ui.table td.blue:not(.marked) { + background: #ddf4ff; + color: #2185D0; +} + +.ui.ui.selectable.table tr.blue:not(.marked):hover, +.ui.table tr td.selectable.blue:not(.marked):hover, +.ui.selectable.table tr:hover td.blue:not(.marked) { + background: #d3f1ff; + color: #2185D0; +} + +.ui.table td.marked.blue.left, +.ui.table tr.marked.blue.left { + -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset; + box-shadow: 0.2em 0 0 0 #2185D0 inset; +} + +.ui.table td.marked.blue.right, +.ui.table tr.marked.blue.right { + -webkit-box-shadow: -0.2em 0 0 0 #2185D0 inset; + box-shadow: -0.2em 0 0 0 #2185D0 inset; +} + +.ui.inverted.table td.marked.blue.left, +.ui.inverted.table tr.marked.blue.left { + -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset; + box-shadow: 0.2em 0 0 0 #54C8FF inset; +} + +.ui.inverted.table td.marked.blue.right, +.ui.inverted.table tr.marked.blue.right { + -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset; + box-shadow: -0.2em 0 0 0 #54C8FF inset; +} + +.ui.violet.table { + border-top: 0.2em solid #6435C9; +} + +.ui.inverted.violet.table { + background-color: #6435C9; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.violet:not(.marked), +.ui.ui.table td.violet:not(.marked) { + background: #ece9fe; + color: #6435C9; +} + +.ui.ui.selectable.table tr.violet:not(.marked):hover, +.ui.table tr td.selectable.violet:not(.marked):hover, +.ui.selectable.table tr:hover td.violet:not(.marked) { + background: #e3deff; + color: #6435C9; +} + +.ui.table td.marked.violet.left, +.ui.table tr.marked.violet.left { + -webkit-box-shadow: 0.2em 0 0 0 #6435C9 inset; + box-shadow: 0.2em 0 0 0 #6435C9 inset; +} + +.ui.table td.marked.violet.right, +.ui.table tr.marked.violet.right { + -webkit-box-shadow: -0.2em 0 0 0 #6435C9 inset; + box-shadow: -0.2em 0 0 0 #6435C9 inset; +} + +.ui.inverted.table td.marked.violet.left, +.ui.inverted.table tr.marked.violet.left { + -webkit-box-shadow: 0.2em 0 0 0 #A291FB inset; + box-shadow: 0.2em 0 0 0 #A291FB inset; +} + +.ui.inverted.table td.marked.violet.right, +.ui.inverted.table tr.marked.violet.right { + -webkit-box-shadow: -0.2em 0 0 0 #A291FB inset; + box-shadow: -0.2em 0 0 0 #A291FB inset; +} + +.ui.purple.table { + border-top: 0.2em solid #A333C8; +} + +.ui.inverted.purple.table { + background-color: #A333C8; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.purple:not(.marked), +.ui.ui.table td.purple:not(.marked) { + background: #f8e3ff; + color: #A333C8; +} + +.ui.ui.selectable.table tr.purple:not(.marked):hover, +.ui.table tr td.selectable.purple:not(.marked):hover, +.ui.selectable.table tr:hover td.purple:not(.marked) { + background: #f5d9ff; + color: #A333C8; +} + +.ui.table td.marked.purple.left, +.ui.table tr.marked.purple.left { + -webkit-box-shadow: 0.2em 0 0 0 #A333C8 inset; + box-shadow: 0.2em 0 0 0 #A333C8 inset; +} + +.ui.table td.marked.purple.right, +.ui.table tr.marked.purple.right { + -webkit-box-shadow: -0.2em 0 0 0 #A333C8 inset; + box-shadow: -0.2em 0 0 0 #A333C8 inset; +} + +.ui.inverted.table td.marked.purple.left, +.ui.inverted.table tr.marked.purple.left { + -webkit-box-shadow: 0.2em 0 0 0 #DC73FF inset; + box-shadow: 0.2em 0 0 0 #DC73FF inset; +} + +.ui.inverted.table td.marked.purple.right, +.ui.inverted.table tr.marked.purple.right { + -webkit-box-shadow: -0.2em 0 0 0 #DC73FF inset; + box-shadow: -0.2em 0 0 0 #DC73FF inset; +} + +.ui.pink.table { + border-top: 0.2em solid #E03997; +} + +.ui.inverted.pink.table { + background-color: #E03997; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.pink:not(.marked), +.ui.ui.table td.pink:not(.marked) { + background: #ffe8f9; + color: #E03997; +} + +.ui.ui.selectable.table tr.pink:not(.marked):hover, +.ui.table tr td.selectable.pink:not(.marked):hover, +.ui.selectable.table tr:hover td.pink:not(.marked) { + background: #ffdef6; + color: #E03997; +} + +.ui.table td.marked.pink.left, +.ui.table tr.marked.pink.left { + -webkit-box-shadow: 0.2em 0 0 0 #E03997 inset; + box-shadow: 0.2em 0 0 0 #E03997 inset; +} + +.ui.table td.marked.pink.right, +.ui.table tr.marked.pink.right { + -webkit-box-shadow: -0.2em 0 0 0 #E03997 inset; + box-shadow: -0.2em 0 0 0 #E03997 inset; +} + +.ui.inverted.table td.marked.pink.left, +.ui.inverted.table tr.marked.pink.left { + -webkit-box-shadow: 0.2em 0 0 0 #FF8EDF inset; + box-shadow: 0.2em 0 0 0 #FF8EDF inset; +} + +.ui.inverted.table td.marked.pink.right, +.ui.inverted.table tr.marked.pink.right { + -webkit-box-shadow: -0.2em 0 0 0 #FF8EDF inset; + box-shadow: -0.2em 0 0 0 #FF8EDF inset; +} + +.ui.brown.table { + border-top: 0.2em solid #A5673F; +} + +.ui.inverted.brown.table { + background-color: #A5673F; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.brown:not(.marked), +.ui.ui.table td.brown:not(.marked) { + background: #f7e5d2; + color: #A5673F; +} + +.ui.ui.selectable.table tr.brown:not(.marked):hover, +.ui.table tr td.selectable.brown:not(.marked):hover, +.ui.selectable.table tr:hover td.brown:not(.marked) { + background: #efe0cf; + color: #A5673F; +} + +.ui.table td.marked.brown.left, +.ui.table tr.marked.brown.left { + -webkit-box-shadow: 0.2em 0 0 0 #A5673F inset; + box-shadow: 0.2em 0 0 0 #A5673F inset; +} + +.ui.table td.marked.brown.right, +.ui.table tr.marked.brown.right { + -webkit-box-shadow: -0.2em 0 0 0 #A5673F inset; + box-shadow: -0.2em 0 0 0 #A5673F inset; +} + +.ui.inverted.table td.marked.brown.left, +.ui.inverted.table tr.marked.brown.left { + -webkit-box-shadow: 0.2em 0 0 0 #D67C1C inset; + box-shadow: 0.2em 0 0 0 #D67C1C inset; +} + +.ui.inverted.table td.marked.brown.right, +.ui.inverted.table tr.marked.brown.right { + -webkit-box-shadow: -0.2em 0 0 0 #D67C1C inset; + box-shadow: -0.2em 0 0 0 #D67C1C inset; +} + +.ui.grey.table { + border-top: 0.2em solid #767676; +} + +.ui.inverted.grey.table { + background-color: #767676; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.grey:not(.marked), +.ui.ui.table td.grey:not(.marked) { + background: #DCDDDE; + color: #767676; +} + +.ui.ui.selectable.table tr.grey:not(.marked):hover, +.ui.table tr td.selectable.grey:not(.marked):hover, +.ui.selectable.table tr:hover td.grey:not(.marked) { + background: #c2c4c5; + color: #767676; +} + +.ui.table td.marked.grey.left, +.ui.table tr.marked.grey.left { + -webkit-box-shadow: 0.2em 0 0 0 #767676 inset; + box-shadow: 0.2em 0 0 0 #767676 inset; +} + +.ui.table td.marked.grey.right, +.ui.table tr.marked.grey.right { + -webkit-box-shadow: -0.2em 0 0 0 #767676 inset; + box-shadow: -0.2em 0 0 0 #767676 inset; +} + +.ui.inverted.table td.marked.grey.left, +.ui.inverted.table tr.marked.grey.left { + -webkit-box-shadow: 0.2em 0 0 0 #DCDDDE inset; + box-shadow: 0.2em 0 0 0 #DCDDDE inset; +} + +.ui.inverted.table td.marked.grey.right, +.ui.inverted.table tr.marked.grey.right { + -webkit-box-shadow: -0.2em 0 0 0 #DCDDDE inset; + box-shadow: -0.2em 0 0 0 #DCDDDE inset; +} + +.ui.black.table { + border-top: 0.2em solid #1B1C1D; +} + +.ui.inverted.black.table { + background-color: #1B1C1D; + color: #FFFFFF; +} + +.ui.ui.ui.ui.table tr.black:not(.marked), +.ui.ui.table td.black:not(.marked) { + background: #545454; + color: #FFFFFF; +} + +.ui.ui.selectable.table tr.black:not(.marked):hover, +.ui.table tr td.selectable.black:not(.marked):hover, +.ui.selectable.table tr:hover td.black:not(.marked) { + background: #000000; + color: #FFFFFF; +} + +.ui.table td.marked.black.left, +.ui.table tr.marked.black.left { + -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset; + box-shadow: 0.2em 0 0 0 #1B1C1D inset; +} + +.ui.table td.marked.black.right, +.ui.table tr.marked.black.right { + -webkit-box-shadow: -0.2em 0 0 0 #1B1C1D inset; + box-shadow: -0.2em 0 0 0 #1B1C1D inset; +} + +.ui.inverted.table td.marked.black.left, +.ui.inverted.table tr.marked.black.left { + -webkit-box-shadow: 0.2em 0 0 0 #545454 inset; + box-shadow: 0.2em 0 0 0 #545454 inset; +} + +.ui.inverted.table td.marked.black.right, +.ui.inverted.table tr.marked.black.right { + -webkit-box-shadow: -0.2em 0 0 0 #545454 inset; + box-shadow: -0.2em 0 0 0 #545454 inset; +} + +/*-------------- + Column Count +---------------*/ + +/* Grid Based */ + +.ui.one.column.table td { + width: 100%; +} + +.ui.two.column.table td { + width: 50%; +} + +.ui.three.column.table td { + width: 33.33333333%; +} + +.ui.four.column.table td { + width: 25%; +} + +.ui.five.column.table td { + width: 20%; +} + +.ui.six.column.table td { + width: 16.66666667%; +} + +.ui.seven.column.table td { + width: 14.28571429%; +} + +.ui.eight.column.table td { + width: 12.5%; +} + +.ui.nine.column.table td { + width: 11.11111111%; +} + +.ui.ten.column.table td { + width: 10%; +} + +.ui.eleven.column.table td { + width: 9.09090909%; +} + +.ui.twelve.column.table td { + width: 8.33333333%; +} + +.ui.thirteen.column.table td { + width: 7.69230769%; +} + +.ui.fourteen.column.table td { + width: 7.14285714%; +} + +.ui.fifteen.column.table td { + width: 6.66666667%; +} + +.ui.sixteen.column.table td { + width: 6.25%; +} + +/* Column Width */ + +.ui.table th.one.wide, +.ui.table td.one.wide { + width: 6.25%; +} + +.ui.table th.two.wide, +.ui.table td.two.wide { + width: 12.5%; +} + +.ui.table th.three.wide, +.ui.table td.three.wide { + width: 18.75%; +} + +.ui.table th.four.wide, +.ui.table td.four.wide { + width: 25%; +} + +.ui.table th.five.wide, +.ui.table td.five.wide { + width: 31.25%; +} + +.ui.table th.six.wide, +.ui.table td.six.wide { + width: 37.5%; +} + +.ui.table th.seven.wide, +.ui.table td.seven.wide { + width: 43.75%; +} + +.ui.table th.eight.wide, +.ui.table td.eight.wide { + width: 50%; +} + +.ui.table th.nine.wide, +.ui.table td.nine.wide { + width: 56.25%; +} + +.ui.table th.ten.wide, +.ui.table td.ten.wide { + width: 62.5%; +} + +.ui.table th.eleven.wide, +.ui.table td.eleven.wide { + width: 68.75%; +} + +.ui.table th.twelve.wide, +.ui.table td.twelve.wide { + width: 75%; +} + +.ui.table th.thirteen.wide, +.ui.table td.thirteen.wide { + width: 81.25%; +} + +.ui.table th.fourteen.wide, +.ui.table td.fourteen.wide { + width: 87.5%; +} + +.ui.table th.fifteen.wide, +.ui.table td.fifteen.wide { + width: 93.75%; +} + +.ui.table th.sixteen.wide, +.ui.table td.sixteen.wide { + width: 100%; +} + +/*-------------- + Sortable + ---------------*/ + +.ui.sortable.table > thead > tr > th { + cursor: pointer; + white-space: nowrap; + border-left: 1px solid rgba(34, 36, 38, 0.15); + color: rgba(0, 0, 0, 0.87); +} + +.ui.sortable.table > thead > tr > th:first-child { + border-left: none; +} + +.ui.sortable.table thead th.sorted, +.ui.sortable.table thead th.sorted:hover { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.ui.sortable.table > thead > tr > th:after { + display: none; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + content: ''; + height: 1em; + width: auto; + opacity: 0.8; + margin: 0 0 0 0.5em; + font-family: 'Icons'; +} + +.ui.sortable.table thead th.ascending:after { + content: '\f0d8'; +} + +.ui.sortable.table thead th.descending:after { + content: '\f0d7'; +} + +/* Hover */ + +.ui.sortable.table th.disabled:hover { + cursor: auto; + color: rgba(40, 40, 40, 0.3); +} + +.ui.sortable.table > thead > tr > th:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); +} + +/* Sorted */ + +.ui.sortable.table thead th.sorted { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +.ui.sortable.table thead th.sorted:after { + display: inline-block; +} + +/* Sorted Hover */ + +.ui.sortable.table thead th.sorted:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); +} + +/* Inverted */ + +.ui.inverted.sortable.table thead th.sorted { + background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + color: #ffffff; +} + +.ui.inverted.sortable.table > thead > tr > th:hover { + background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + color: #ffffff; +} + +.ui.inverted.sortable.table > thead > tr > th { + border-left-color: transparent; + border-right-color: transparent; +} + +/*-------------- + Inverted + ---------------*/ + +/* Text Color */ + +.ui.inverted.table { + background: #333333; + color: rgba(255, 255, 255, 0.9); + border: none; +} + +.ui.ui.inverted.table > thead > tr > th, +.ui.ui.inverted.table > tbody > tr > th, +.ui.ui.inverted.table > tfoot > tr > th, +.ui.ui.inverted.table > tfoot > tr > td, +.ui.ui.inverted.table > tr > th { + background-color: rgba(0, 0, 0, 0.15); + border-color: rgba(255, 255, 255, 0.1); + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.table > tbody > tr > td, +.ui.inverted.table > tfoot > tr > td, +.ui.inverted.table > tr > td { + border-color: rgba(255, 255, 255, 0.1); +} + +.ui.inverted.table tr.disabled td, +.ui.inverted.table tr td.disabled, +.ui.inverted.table tr.disabled:hover td, +.ui.inverted.table tr:hover td.disabled { + pointer-events: none; + color: rgba(225, 225, 225, 0.3); +} + +.ui.inverted.table tr td.disabled:not([class="disabled"]), +.ui.inverted.table tr.disabled:not([class="disabled"]) td, +.ui.inverted.table tr.disabled td[class]:not(.disabled), +.ui.inverted.table tr:hover td.disabled:not([class="disabled"]) { + color: rgba(40, 40, 40, 0.3); +} + +/* Definition */ + +.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child, +.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child { + background: #FFFFFF; +} + +.ui.inverted.definition.table > tbody > tr > td:first-child .ui.inverted.definition.table > tfoot > tr > td:first-child, +.ui.inverted.definition.table > tr > td:first-child { + background: rgba(255, 255, 255, 0.02); + color: #ffffff; +} + +/*-------------- + Collapsing + ---------------*/ + +.ui.collapsing.table { + width: auto; +} + +/*-------------- + Basic + ---------------*/ + +.ui.basic.table { + background: transparent; + border: 1px solid rgba(34, 36, 38, 0.15); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.basic.table > thead, +.ui.basic.table > tfoot { + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.basic.table > thead > tr > th, +.ui.basic.table > tbody > tr > th, +.ui.basic.table > tfoot > tr > th, +.ui.basic.table > tr > th { + background: transparent; + border-left: none; +} + +.ui.basic.table > tbody > tr { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +.ui.basic.table > tbody > tr > td, +.ui.basic.table > tfoot > tr > td, +.ui.basic.table > tr > td { + background: transparent; +} + +.ui.basic.striped.table > tbody > tr:nth-child(2n) { + background-color: rgba(0, 0, 0, 0.05); +} + +/* Very Basic */ + +.ui[class*="very basic"].table { + border: none; +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td { + padding: ''; +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child { + padding-left: 0; +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child, +.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child { + padding-right: 0; +} + +.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th { + padding-top: 0; +} + +/*-------------- + Celled + ---------------*/ + +.ui.celled.table > tr > th, +.ui.celled.table > thead > tr > th, +.ui.celled.table > tbody > tr > th, +.ui.celled.table > tfoot > tr > th, +.ui.celled.table > tr > td, +.ui.celled.table > tbody > tr > td, +.ui.celled.table > tfoot > tr > td { + border-left: 1px solid rgba(34, 36, 38, 0.1); +} + +.ui.inverted.celled.table > tbody > tr > td, +.ui.inverted.celled.table > tr > td { + border-left: 1px solid rgba(255, 255, 255, 0.1); +} + +.ui.celled.table > tr > th:first-child, +.ui.celled.table > thead > tr > th:first-child, +.ui.celled.table > tbody > tr > th:first-child, +.ui.celled.table > tfoot > tr > th:first-child, +.ui.celled.table > tr > td:first-child, +.ui.celled.table > tbody > tr > td:first-child, +.ui.celled.table > tfoot > tr > td:first-child { + border-left: none; +} + +/*-------------- + Padded + ---------------*/ + +.ui.padded.table > tr > th, +.ui.padded.table > thead > tr > th, +.ui.padded.table > tbody > tr > th, +.ui.padded.table > tfoot > tr > th { + padding-left: 1em; + padding-right: 1em; +} + +.ui.padded.table > tr > th, +.ui.padded.table > thead > tr > th, +.ui.padded.table > tbody > tr > th, +.ui.padded.table > tfoot > tr > th, +.ui.padded.table > tr > td, +.ui.padded.table > tbody > tr > td, +.ui.padded.table > tfoot > tr > td { + padding: 1em 1em; +} + +/* Very */ + +.ui[class*="very padded"].table > tr > th, +.ui[class*="very padded"].table > thead > tr > th, +.ui[class*="very padded"].table > tbody > tr > th, +.ui[class*="very padded"].table > tfoot > tr > th { + padding-left: 1.5em; + padding-right: 1.5em; +} + +.ui[class*="very padded"].table > tr > td, +.ui[class*="very padded"].table > tbody > tr > td, +.ui[class*="very padded"].table > tfoot > tr > td { + padding: 1.5em 1.5em; +} + +/*-------------- + Compact + ---------------*/ + +.ui.compact.table > tr > th, +.ui.compact.table > thead > tr > th, +.ui.compact.table > tbody > tr > th, +.ui.compact.table > tfoot > tr > th { + padding-left: 0.7em; + padding-right: 0.7em; +} + +.ui.compact.table > tr > td, +.ui.compact.table > tbody > tr > td, +.ui.compact.table > tfoot > tr > td { + padding: 0.5em 0.7em; +} + +/* Very */ + +.ui[class*="very compact"].table > tr > th, +.ui[class*="very compact"].table > thead > tr > th, +.ui[class*="very compact"].table > tbody > tr > th, +.ui[class*="very compact"].table > tfoot > tr > th { + padding-left: 0.6em; + padding-right: 0.6em; +} + +.ui[class*="very compact"].table > tr > td, +.ui[class*="very compact"].table > tbody > tr > td, +.ui[class*="very compact"].table > tfoot > tr > td { + padding: 0.4em 0.6em; +} + +/*-------------- + Sizes +---------------*/ + +/* Standard */ + +.ui.table { + font-size: 1em; +} + +.ui.mini.table { + font-size: 0.78571429rem; +} + +.ui.tiny.table { + font-size: 0.85714286rem; +} + +.ui.small.table { + font-size: 0.9em; +} + +.ui.large.table { + font-size: 1.1em; +} + +.ui.big.table { + font-size: 1.28571429rem; +} + +.ui.huge.table { + font-size: 1.42857143rem; +} + +.ui.massive.table { + font-size: 1.71428571rem; +} + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Ad + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Advertisement +*******************************/ + +.ui.ad { + display: block; + overflow: hidden; + margin: 1em 0; +} + +.ui.ad:first-child { + margin: 0; +} + +.ui.ad:last-child { + margin: 0; +} + +.ui.ad iframe { + margin: 0; + padding: 0; + border: none; + overflow: hidden; +} + +/*-------------- + Common +---------------*/ + +/* Leaderboard */ + +.ui.leaderboard.ad { + width: 728px; + height: 90px; +} + +/* Medium Rectangle */ + +.ui[class*="medium rectangle"].ad { + width: 300px; + height: 250px; +} + +/* Large Rectangle */ + +.ui[class*="large rectangle"].ad { + width: 336px; + height: 280px; +} + +/* Half Page */ + +.ui[class*="half page"].ad { + width: 300px; + height: 600px; +} + +/*-------------- + Square + ---------------*/ + +/* Square */ + +.ui.square.ad { + width: 250px; + height: 250px; +} + +/* Small Square */ + +.ui[class*="small square"].ad { + width: 200px; + height: 200px; +} + +/*-------------- + Rectangle + ---------------*/ + +/* Small Rectangle */ + +.ui[class*="small rectangle"].ad { + width: 180px; + height: 150px; +} + +/* Vertical Rectangle */ + +.ui[class*="vertical rectangle"].ad { + width: 240px; + height: 400px; +} + +/*-------------- + Button + ---------------*/ + +.ui.button.ad { + width: 120px; + height: 90px; +} + +.ui[class*="square button"].ad { + width: 125px; + height: 125px; +} + +.ui[class*="small button"].ad { + width: 120px; + height: 60px; +} + +/*-------------- + Skyscrapers + ---------------*/ + +/* Skyscraper */ + +.ui.skyscraper.ad { + width: 120px; + height: 600px; +} + +/* Wide Skyscraper */ + +.ui[class*="wide skyscraper"].ad { + width: 160px; +} + +/*-------------- + Banners + ---------------*/ + +/* Banner */ + +.ui.banner.ad { + width: 468px; + height: 60px; +} + +/* Vertical Banner */ + +.ui[class*="vertical banner"].ad { + width: 120px; + height: 240px; +} + +/* Top Banner */ + +.ui[class*="top banner"].ad { + width: 930px; + height: 180px; +} + +/* Half Banner */ + +.ui[class*="half banner"].ad { + width: 234px; + height: 60px; +} + +/*-------------- + Boards +---------------*/ + +/* Leaderboard */ + +.ui[class*="large leaderboard"].ad { + width: 970px; + height: 90px; +} + +/* Billboard */ + +.ui.billboard.ad { + width: 970px; + height: 250px; +} + +/*-------------- + Panorama + ---------------*/ + +/* Panorama */ + +.ui.panorama.ad { + width: 980px; + height: 120px; +} + +/*-------------- + Netboard + ---------------*/ + +/* Netboard */ + +.ui.netboard.ad { + width: 580px; + height: 400px; +} + +/*-------------- + Mobile + ---------------*/ + +/* Large Mobile Banner */ + +.ui[class*="large mobile banner"].ad { + width: 320px; + height: 100px; +} + +/* Mobile Leaderboard */ + +.ui[class*="mobile leaderboard"].ad { + width: 320px; + height: 50px; +} + +/******************************* + Types +*******************************/ + +/* Mobile Sizes */ + +.ui.mobile.ad { + display: none; +} + +@media only screen and (max-width: 767.98px) { + .ui.mobile.ad { + display: block; + } +} + +/******************************* + Variations +*******************************/ + +.ui.centered.ad { + margin-left: auto; + margin-right: auto; +} + +.ui.test.ad { + position: relative; + background: #545454; +} + +.ui.test.ad:after { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + text-align: center; + -webkit-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); + content: 'Ad'; + color: #FFFFFF; + font-size: 1em; + font-weight: bold; +} + +.ui.mobile.test.ad:after { + font-size: 0.85714286em; +} + +.ui.test.ad[data-text]:after { + content: attr(data-text); +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Card + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +/*-------------- + Card +---------------*/ + +.ui.cards > .card, +.ui.card { + max-width: 100%; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 290px; + min-height: 0; + background: #FFFFFF; + padding: 0; + border: none; + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5; + box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5; + -webkit-transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease; + transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease; + transition: box-shadow 0.1s ease, transform 0.1s ease; + transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease; + z-index: ''; + word-wrap: break-word; +} + +.ui.card { + margin: 1em 0; +} + +.ui.cards > .card a, +.ui.card a { + cursor: pointer; +} + +.ui.card:first-child { + margin-top: 0; +} + +.ui.card:last-child { + margin-bottom: 0; +} + +/*-------------- + Cards +---------------*/ + +.ui.cards { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: -0.875em -0.5em; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.ui.cards > .card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 0.875em 0.5em; + float: none; +} + +/* Clearing */ + +.ui.cards:after, +.ui.card:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +/* Consecutive Card Groups Preserve Row Spacing */ + +.ui.cards ~ .ui.cards { + margin-top: 0.875em; +} + +/*-------------- + Rounded Edges +---------------*/ + +.ui.cards > .card > :first-child, +.ui.card > :first-child { + border-radius: 0.28571429rem 0.28571429rem 0 0 !important; + border-top: none !important; +} + +.ui.cards > .card > :last-child, +.ui.card > :last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem !important; +} + +.ui.cards > .card > :only-child, +.ui.card > :only-child { + border-radius: 0.28571429rem !important; +} + +/*-------------- + Images +---------------*/ + +.ui.cards > .card > .image, +.ui.card > .image { + position: relative; + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding: 0; + background: rgba(0, 0, 0, 0.05); +} + +.ui.cards > .card > .image > img, +.ui.card > .image > img { + display: block; + width: 100%; + height: auto; + border-radius: inherit; +} + +.ui.cards > .card > .image:not(.ui) > img, +.ui.card > .image:not(.ui) > img { + border: none; +} + +/*-------------- + Content +---------------*/ + +.ui.cards > .card > .content, +.ui.card > .content { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + border: none; + border-top: 1px solid rgba(34, 36, 38, 0.1); + background: none; + margin: 0; + padding: 1em 1em; + -webkit-box-shadow: none; + box-shadow: none; + font-size: 1em; + border-radius: 0; +} + +.ui.cards > .card > .content:after, +.ui.card > .content:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +.ui.cards > .card > .content > .header, +.ui.card > .content > .header { + display: block; + margin: ''; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + color: rgba(0, 0, 0, 0.85); +} + +/* Default Header Size */ + +.ui.cards > .card > .content > .header:not(.ui), +.ui.card > .content > .header:not(.ui) { + font-weight: bold; + font-size: 1.28571429em; + margin-top: -0.21425em; + line-height: 1.28571429em; +} + +.ui.cards > .card > .content > .meta + .description, +.ui.cards > .card > .content > .header + .description, +.ui.card > .content > .meta + .description, +.ui.card > .content > .header + .description { + margin-top: 0.5em; +} + +/*---------------- + Floated Content +-----------------*/ + +.ui.cards > .card [class*="left floated"], +.ui.card [class*="left floated"] { + float: left; +} + +.ui.cards > .card [class*="right floated"], +.ui.card [class*="right floated"] { + float: right; +} + +/*-------------- + Aligned +---------------*/ + +.ui.cards > .card [class*="left aligned"], +.ui.card [class*="left aligned"] { + text-align: left; +} + +.ui.cards > .card [class*="center aligned"], +.ui.card [class*="center aligned"] { + text-align: center; +} + +.ui.cards > .card [class*="right aligned"], +.ui.card [class*="right aligned"] { + text-align: right; +} + +/*-------------- + Content Image +---------------*/ + +.ui.cards > .card .content img, +.ui.card .content img { + display: inline-block; + vertical-align: middle; + width: ''; +} + +.ui.cards > .card img.avatar, +.ui.cards > .card .avatar img, +.ui.card img.avatar, +.ui.card .avatar img { + width: 2em; + height: 2em; + border-radius: 500rem; +} + +/*-------------- + Description +---------------*/ + +.ui.cards > .card > .content > .description, +.ui.card > .content > .description { + clear: both; + color: rgba(0, 0, 0, 0.68); +} + +/*-------------- + Paragraph +---------------*/ + +.ui.cards > .card > .content p, +.ui.card > .content p { + margin: 0 0 0.5em; +} + +.ui.cards > .card > .content p:last-child, +.ui.card > .content p:last-child { + margin-bottom: 0; +} + +/*-------------- + Meta +---------------*/ + +.ui.cards > .card .meta, +.ui.card .meta { + font-size: 1em; + color: rgba(0, 0, 0, 0.4); +} + +.ui.cards > .card .meta *, +.ui.card .meta * { + margin-right: 0.3em; +} + +.ui.cards > .card .meta :last-child, +.ui.card .meta :last-child { + margin-right: 0; +} + +.ui.cards > .card .meta [class*="right floated"], +.ui.card .meta [class*="right floated"] { + margin-right: 0; + margin-left: 0.3em; +} + +/*-------------- + Links +---------------*/ + +/* Generic */ + +.ui.cards > .card > .content a:not(.ui), +.ui.card > .content a:not(.ui) { + color: ''; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.cards > .card > .content a:not(.ui):hover, +.ui.card > .content a:not(.ui):hover { + color: ''; +} + +/* Header */ + +.ui.cards > .card > .content > a.header, +.ui.card > .content > a.header { + color: rgba(0, 0, 0, 0.85); +} + +.ui.cards > .card > .content > a.header:hover, +.ui.card > .content > a.header:hover { + color: #1e70bf; +} + +/* Meta */ + +.ui.cards > .card .meta > a:not(.ui), +.ui.card .meta > a:not(.ui) { + color: rgba(0, 0, 0, 0.4); +} + +.ui.cards > .card .meta > a:not(.ui):hover, +.ui.card .meta > a:not(.ui):hover { + color: rgba(0, 0, 0, 0.87); +} + +/*-------------- + Buttons +---------------*/ + +.ui.cards > .card > .buttons, +.ui.card > .buttons, +.ui.cards > .card > .button, +.ui.card > .button { + margin: 0 -1px; + width: calc(100% + 2px); +} + +.ui.cards > .card > .buttons:last-child, +.ui.card > .buttons:last-child, +.ui.cards > .card > .button:last-child, +.ui.card > .button:last-child { + margin-bottom: -1px; +} + +/*-------------- + Dimmer +---------------*/ + +.ui.cards > .card .dimmer, +.ui.card .dimmer { + background-color: ''; + z-index: 10; +} + +/*-------------- + Labels +---------------*/ + +/*-----Star----- */ + +/* Icon */ + +.ui.cards > .card > .content .star.icon, +.ui.card > .content .star.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.cards > .card > .content .star.icon:hover, +.ui.card > .content .star.icon:hover { + opacity: 1; + color: #FFB70A; +} + +.ui.cards > .card > .content .active.star.icon, +.ui.card > .content .active.star.icon { + color: #FFE623; +} + +/*-----Like----- */ + +/* Icon */ + +.ui.cards > .card > .content .like.icon, +.ui.card > .content .like.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.cards > .card > .content .like.icon:hover, +.ui.card > .content .like.icon:hover { + opacity: 1; + color: #FF2733; +} + +.ui.cards > .card > .content .active.like.icon, +.ui.card > .content .active.like.icon { + color: #FF2733; +} + +/*---------------- + Extra Content +-----------------*/ + +.ui.cards > .card > .extra, +.ui.card > .extra { + max-width: 100%; + min-height: 0 !important; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + border-top: 1px solid rgba(0, 0, 0, 0.05) !important; + position: static; + background: none; + width: auto; + margin: 0 0; + padding: 0.75em 1em; + top: 0; + left: 0; + color: rgba(0, 0, 0, 0.4); + -webkit-box-shadow: none; + box-shadow: none; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.cards > .card > .extra a:not(.ui), +.ui.card > .extra a:not(.ui) { + color: rgba(0, 0, 0, 0.4); +} + +.ui.cards > .card > .extra a:not(.ui):hover, +.ui.card > .extra a:not(.ui):hover { + color: #1e70bf; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Horizontal + --------------------*/ + +.ui.horizontal.cards > .card, +.ui.card.horizontal { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + min-width: 270px; + width: 400px; + max-width: 100%; +} + +.ui.horizontal.cards > .card > .image, +.ui.card.horizontal > .image { + border-radius: 0.28571429rem 0 0 0.28571429rem; + width: 150px; +} + +.ui.horizontal.cards > .card > .image > img, +.ui.card.horizontal > .image > img { + background-size: cover; + background-repeat: no-repeat; + background-position: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; + height: 100%; + border-radius: 0.28571429rem 0 0 0.28571429rem; +} + +.ui.horizontal.cards > .card > .image:last-child > img, +.ui.card.horizontal > .image:last-child > img { + border-radius: 0 0.28571429rem 0.28571429rem 0; +} + +.ui.horizontal.cards > .card > .content, +.ui.horizontal.card > .content { + -ms-flex-preferred-size: 1px; + flex-basis: 1px; +} + +.ui.horizontal.cards > .card > .extra, +.ui.horizontal.card > .extra { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} + +/*------------------- + Raised + --------------------*/ + +.ui.raised.cards > .card, +.ui.raised.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.raised.cards a.card:hover, +.ui.link.cards .raised.card:hover, +a.ui.raised.card:hover, +.ui.link.raised.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25); + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25); +} + +/*------------------- + Centered + --------------------*/ + +.ui.centered.cards { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.ui.centered.card { + margin-left: auto; + margin-right: auto; +} + +/*------------------- + Fluid + --------------------*/ + +.ui.fluid.card { + width: 100%; + max-width: 9999px; +} + +/*------------------- + Link + --------------------*/ + +.ui.cards a.card, +.ui.link.cards .card, +a.ui.card, +.ui.link.card { + -webkit-transform: none; + transform: none; +} + +.ui.cards a.card:hover, +.ui.link.cards .card:not(.icon):hover, +a.ui.card:hover, +.ui.link.card:hover { + cursor: pointer; + z-index: 5; + background: #FFFFFF; + border: none; + -webkit-box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5; + box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5; + -webkit-transform: translateY(-3px); + transform: translateY(-3px); +} + +/*------------------- + Colors +--------------------*/ + +.ui.primary.cards > .card, +.ui.cards > .primary.card, +.ui.primary.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5; +} + +.ui.primary.cards > .card:hover, +.ui.cards > .primary.card:hover, +.ui.primary.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.primary.cards > .card, +.ui.inverted.cards > .primary.card, +.ui.inverted.primary.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555; +} + +.ui.inverted.primary.cards > .card:hover, +.ui.inverted.cards > .primary.card:hover, +.ui.inverted.primary.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555; +} + +.ui.secondary.cards > .card, +.ui.cards > .secondary.card, +.ui.secondary.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5; +} + +.ui.secondary.cards > .card:hover, +.ui.cards > .secondary.card:hover, +.ui.secondary.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.secondary.cards > .card, +.ui.inverted.cards > .secondary.card, +.ui.inverted.secondary.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555; +} + +.ui.inverted.secondary.cards > .card:hover, +.ui.inverted.cards > .secondary.card:hover, +.ui.inverted.secondary.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555; +} + +.ui.red.cards > .card, +.ui.cards > .red.card, +.ui.red.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #DB2828, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #DB2828, 0 1px 3px 0 #D4D4D5; +} + +.ui.red.cards > .card:hover, +.ui.cards > .red.card:hover, +.ui.red.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.red.cards > .card, +.ui.inverted.cards > .red.card, +.ui.inverted.red.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555; +} + +.ui.inverted.red.cards > .card:hover, +.ui.inverted.cards > .red.card:hover, +.ui.inverted.red.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555; +} + +.ui.orange.cards > .card, +.ui.cards > .orange.card, +.ui.orange.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #F2711C, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #F2711C, 0 1px 3px 0 #D4D4D5; +} + +.ui.orange.cards > .card:hover, +.ui.cards > .orange.card:hover, +.ui.orange.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.orange.cards > .card, +.ui.inverted.cards > .orange.card, +.ui.inverted.orange.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555; +} + +.ui.inverted.orange.cards > .card:hover, +.ui.inverted.cards > .orange.card:hover, +.ui.inverted.orange.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555; +} + +.ui.yellow.cards > .card, +.ui.cards > .yellow.card, +.ui.yellow.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5; +} + +.ui.yellow.cards > .card:hover, +.ui.cards > .yellow.card:hover, +.ui.yellow.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.yellow.cards > .card, +.ui.inverted.cards > .yellow.card, +.ui.inverted.yellow.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555; +} + +.ui.inverted.yellow.cards > .card:hover, +.ui.inverted.cards > .yellow.card:hover, +.ui.inverted.yellow.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555; +} + +.ui.olive.cards > .card, +.ui.cards > .olive.card, +.ui.olive.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5; +} + +.ui.olive.cards > .card:hover, +.ui.cards > .olive.card:hover, +.ui.olive.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.olive.cards > .card, +.ui.inverted.cards > .olive.card, +.ui.inverted.olive.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555; +} + +.ui.inverted.olive.cards > .card:hover, +.ui.inverted.cards > .olive.card:hover, +.ui.inverted.olive.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555; +} + +.ui.green.cards > .card, +.ui.cards > .green.card, +.ui.green.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5; +} + +.ui.green.cards > .card:hover, +.ui.cards > .green.card:hover, +.ui.green.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.green.cards > .card, +.ui.inverted.cards > .green.card, +.ui.inverted.green.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555; +} + +.ui.inverted.green.cards > .card:hover, +.ui.inverted.cards > .green.card:hover, +.ui.inverted.green.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555; +} + +.ui.teal.cards > .card, +.ui.cards > .teal.card, +.ui.teal.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00B5AD, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00B5AD, 0 1px 3px 0 #D4D4D5; +} + +.ui.teal.cards > .card:hover, +.ui.cards > .teal.card:hover, +.ui.teal.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.teal.cards > .card, +.ui.inverted.cards > .teal.card, +.ui.inverted.teal.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555; +} + +.ui.inverted.teal.cards > .card:hover, +.ui.inverted.cards > .teal.card:hover, +.ui.inverted.teal.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555; +} + +.ui.blue.cards > .card, +.ui.cards > .blue.card, +.ui.blue.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5; +} + +.ui.blue.cards > .card:hover, +.ui.cards > .blue.card:hover, +.ui.blue.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.blue.cards > .card, +.ui.inverted.cards > .blue.card, +.ui.inverted.blue.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555; +} + +.ui.inverted.blue.cards > .card:hover, +.ui.inverted.cards > .blue.card:hover, +.ui.inverted.blue.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555; +} + +.ui.violet.cards > .card, +.ui.cards > .violet.card, +.ui.violet.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5; +} + +.ui.violet.cards > .card:hover, +.ui.cards > .violet.card:hover, +.ui.violet.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.violet.cards > .card, +.ui.inverted.cards > .violet.card, +.ui.inverted.violet.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555; +} + +.ui.inverted.violet.cards > .card:hover, +.ui.inverted.cards > .violet.card:hover, +.ui.inverted.violet.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555; +} + +.ui.purple.cards > .card, +.ui.cards > .purple.card, +.ui.purple.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5; +} + +.ui.purple.cards > .card:hover, +.ui.cards > .purple.card:hover, +.ui.purple.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.purple.cards > .card, +.ui.inverted.cards > .purple.card, +.ui.inverted.purple.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555; +} + +.ui.inverted.purple.cards > .card:hover, +.ui.inverted.cards > .purple.card:hover, +.ui.inverted.purple.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555; +} + +.ui.pink.cards > .card, +.ui.cards > .pink.card, +.ui.pink.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5; +} + +.ui.pink.cards > .card:hover, +.ui.cards > .pink.card:hover, +.ui.pink.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.pink.cards > .card, +.ui.inverted.cards > .pink.card, +.ui.inverted.pink.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555; +} + +.ui.inverted.pink.cards > .card:hover, +.ui.inverted.cards > .pink.card:hover, +.ui.inverted.pink.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555; +} + +.ui.brown.cards > .card, +.ui.cards > .brown.card, +.ui.brown.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5; +} + +.ui.brown.cards > .card:hover, +.ui.cards > .brown.card:hover, +.ui.brown.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.brown.cards > .card, +.ui.inverted.cards > .brown.card, +.ui.inverted.brown.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555; +} + +.ui.inverted.brown.cards > .card:hover, +.ui.inverted.cards > .brown.card:hover, +.ui.inverted.brown.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555; +} + +.ui.grey.cards > .card, +.ui.cards > .grey.card, +.ui.grey.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5; +} + +.ui.grey.cards > .card:hover, +.ui.cards > .grey.card:hover, +.ui.grey.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.grey.cards > .card, +.ui.inverted.cards > .grey.card, +.ui.inverted.grey.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555; +} + +.ui.inverted.grey.cards > .card:hover, +.ui.inverted.cards > .grey.card:hover, +.ui.inverted.grey.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555; +} + +.ui.black.cards > .card, +.ui.cards > .black.card, +.ui.black.card { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5; +} + +.ui.black.cards > .card:hover, +.ui.cards > .black.card:hover, +.ui.black.card:hover { + -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD; + box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD; +} + +.ui.inverted.black.cards > .card, +.ui.inverted.cards > .black.card, +.ui.inverted.black.card { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555; +} + +.ui.inverted.black.cards > .card:hover, +.ui.inverted.cards > .black.card:hover, +.ui.inverted.black.card:hover { + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555; +} + +/*-------------- + Card Count +---------------*/ + +.ui.one.cards { + margin-left: 0; + margin-right: 0; +} + +.ui.one.cards > .card { + width: 100%; +} + +.ui.two.cards { + margin-left: -1em; + margin-right: -1em; +} + +.ui.two.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; +} + +.ui.three.cards { + margin-left: -1em; + margin-right: -1em; +} + +.ui.three.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; +} + +.ui.four.cards { + margin-left: -0.75em; + margin-right: -0.75em; +} + +.ui.four.cards > .card { + width: calc(25% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; +} + +.ui.five.cards { + margin-left: -0.75em; + margin-right: -0.75em; +} + +.ui.five.cards > .card { + width: calc(20% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; +} + +.ui.six.cards { + margin-left: -0.75em; + margin-right: -0.75em; +} + +.ui.six.cards > .card { + width: calc(16.666666666666664% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; +} + +.ui.seven.cards { + margin-left: -0.5em; + margin-right: -0.5em; +} + +.ui.seven.cards > .card { + width: calc(14.285714285714285% - 1em); + margin-left: 0.5em; + margin-right: 0.5em; +} + +.ui.eight.cards { + margin-left: -0.5em; + margin-right: -0.5em; +} + +.ui.eight.cards > .card { + width: calc(12.5% - 1em); + margin-left: 0.5em; + margin-right: 0.5em; + font-size: 11px; +} + +.ui.nine.cards { + margin-left: -0.5em; + margin-right: -0.5em; +} + +.ui.nine.cards > .card { + width: calc(11.11111111111111% - 1em); + margin-left: 0.5em; + margin-right: 0.5em; + font-size: 10px; +} + +.ui.ten.cards { + margin-left: -0.5em; + margin-right: -0.5em; +} + +.ui.ten.cards > .card { + width: calc(10% - 1em); + margin-left: 0.5em; + margin-right: 0.5em; +} + +/*------------------- + Doubling + --------------------*/ + +/* Mobile Only */ + +@media only screen and (max-width: 767.98px) { + .ui.two.doubling.cards { + margin-left: 0; + margin-right: 0; + } + + .ui.two.doubling.cards > .card { + width: 100%; + margin-left: 0; + margin-right: 0; + } + + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.three.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.four.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.five.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.six.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.seven.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.seven.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.eight.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.nine.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.nine.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.ten.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.ten.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } +} + +/* Tablet Only */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.two.doubling.cards { + margin-left: 0; + margin-right: 0; + } + + .ui.two.doubling.cards > .card { + width: 100%; + margin-left: 0; + margin-right: 0; + } + + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.three.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.four.doubling.cards > .card { + width: calc(50% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.five.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.six.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.eight.doubling.cards > .card { + width: calc(33.33333333333333% - 2em); + margin-left: 1em; + margin-right: 1em; + } + + .ui.eight.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } + + .ui.eight.doubling.cards > .card { + width: calc(25% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; + } + + .ui.nine.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } + + .ui.nine.doubling.cards > .card { + width: calc(25% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; + } + + .ui.ten.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } + + .ui.ten.doubling.cards > .card { + width: calc(20% - 1.5em); + margin-left: 0.75em; + margin-right: 0.75em; + } +} + +/*------------------- + Stackable + --------------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.stackable.cards { + display: block !important; + } + + .ui.stackable.cards .card:first-child { + margin-top: 0 !important; + } + + .ui.stackable.cards > .card { + display: block !important; + height: auto !important; + margin: 1em 1em; + padding: 0 !important; + width: calc(100% - 2em) !important; + } +} + +/*-------------- + Size +---------------*/ + +.ui.cards > .card { + font-size: 1em; +} + +.ui.mini.cards .card { + font-size: 0.78571429rem; +} + +.ui.tiny.cards .card { + font-size: 0.85714286rem; +} + +.ui.small.cards .card { + font-size: 0.92857143rem; +} + +.ui.large.cards .card { + font-size: 1.14285714rem; +} + +.ui.big.cards .card { + font-size: 1.28571429rem; +} + +.ui.huge.cards .card { + font-size: 1.42857143rem; +} + +.ui.massive.cards .card { + font-size: 1.71428571rem; +} + +/*----------------- + Inverted + ------------------*/ + +.ui.inverted.cards > .card, +.ui.inverted.card { + background: #1B1C1D; + -webkit-box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555; + box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555; +} + +/* Content */ + +.ui.inverted.cards > .card > .content, +.ui.inverted.card > .content { + border-top: 1px solid rgba(255, 255, 255, 0.15); +} + +/* Header */ + +.ui.inverted.cards > .card > .content > .header, +.ui.inverted.card > .content > .header { + color: rgba(255, 255, 255, 0.9); +} + +/* Description */ + +.ui.inverted.cards > .card > .content > .description, +.ui.inverted.card > .content > .description { + color: rgba(255, 255, 255, 0.8); +} + +/* Meta */ + +.ui.inverted.cards > .card .meta, +.ui.inverted.card .meta { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.cards > .card .meta > a:not(.ui), +.ui.inverted.card .meta > a:not(.ui) { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.cards > .card .meta > a:not(.ui):hover, +.ui.inverted.card .meta > a:not(.ui):hover { + color: #ffffff; +} + +/* Extra */ + +.ui.inverted.cards > .card > .extra, +.ui.inverted.card > .extra { + border-top: 1px solid rgba(255, 255, 255, 0.15) !important; + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.cards > .card > .extra a:not(.ui), +.ui.inverted.card > .extra a:not(.ui) { + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.cards > .card > .extra a:not(.ui):hover, +.ui.inverted.card > .extra a:not(.ui):hover { + color: #1e70bf; +} + +/* Link card(s) */ + +.ui.inverted.cards a.card:hover, +.ui.inverted.link.cards .card:not(.icon):hover, +a.inverted.ui.card:hover, +.ui.inverted.link.card:hover { + background: #1B1C1D; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Comment + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +/*-------------- + Comments +---------------*/ + +.ui.comments { + margin: 1.5em 0; + max-width: 650px; +} + +.ui.comments:first-child { + margin-top: 0; +} + +.ui.comments:last-child { + margin-bottom: 0; +} + +/*-------------- + Comment +---------------*/ + +.ui.comments .comment { + position: relative; + background: none; + margin: 0.5em 0 0; + padding: 0.5em 0 0; + border: none; + border-top: none; + line-height: 1.2; +} + +.ui.comments .comment:first-child { + margin-top: 0; + padding-top: 0; +} + +/*-------------------- + Nested Comments +---------------------*/ + +.ui.comments .comment > .comments { + margin: 0 0 0.5em 0.5em; + padding: 1em 0 1em 1em; +} + +.ui.comments .comment > .comments:before { + position: absolute; + top: 0; + left: 0; +} + +.ui.comments .comment > .comments .comment { + border: none; + border-top: none; + background: none; +} + +/*-------------- + Avatar +---------------*/ + +.ui.comments .comment .avatar { + display: block; + width: 2.5em; + height: auto; + float: left; + margin: 0.2em 0 0; +} + +.ui.comments .comment img.avatar, +.ui.comments .comment .avatar img { + display: block; + margin: 0 auto; + width: 100%; + height: 100%; + border-radius: 0.25rem; +} + +/*-------------- + Content +---------------*/ + +.ui.comments .comment > .content { + display: block; +} + +/* If there is an avatar move content over */ + +.ui.comments .comment > .avatar ~ .content { + margin-left: 3.5em; +} + +/*-------------- + Author +---------------*/ + +.ui.comments .comment .author { + font-size: 1em; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; +} + +.ui.comments .comment a.author { + cursor: pointer; +} + +.ui.comments .comment a.author:hover { + color: #1e70bf; +} + +/*-------------- + Metadata +---------------*/ + +.ui.comments .comment .metadata { + display: inline-block; + margin-left: 0.5em; + color: rgba(0, 0, 0, 0.4); + font-size: 0.875em; +} + +.ui.comments .comment .metadata > * { + display: inline-block; + margin: 0 0.5em 0 0; +} + +.ui.comments .comment .metadata > :last-child { + margin-right: 0; +} + +/*-------------------- + Comment Text +---------------------*/ + +.ui.comments .comment .text { + margin: 0.25em 0 0.5em; + font-size: 1em; + word-wrap: break-word; + color: rgba(0, 0, 0, 0.87); + line-height: 1.3; +} + +/*-------------------- + User Actions +---------------------*/ + +.ui.comments .comment .actions { + font-size: 0.875em; +} + +.ui.comments .comment .actions a { + cursor: pointer; + display: inline-block; + margin: 0 0.75em 0 0; + color: rgba(0, 0, 0, 0.4); +} + +.ui.comments .comment .actions a:last-child { + margin-right: 0; +} + +.ui.comments .comment .actions a.active, +.ui.comments .comment .actions a:hover { + color: rgba(0, 0, 0, 0.8); +} + +/*-------------------- + Reply Form +---------------------*/ + +.ui.comments > .reply.form { + margin-top: 1em; +} + +.ui.comments .comment .reply.form { + width: 100%; + margin-top: 1em; +} + +.ui.comments .reply.form textarea { + font-size: 1em; + height: 12em; +} + +/******************************* + State +*******************************/ + +.ui.collapsed.comments, +.ui.comments .collapsed.comments, +.ui.comments .collapsed.comment { + display: none; +} + +/******************************* + Variations +*******************************/ + +/*-------------------- + Threaded + ---------------------*/ + +.ui.threaded.comments .comment > .comments { + margin: -1.5em 0 -1em 1.25em; + padding: 3em 0 2em 2.25em; + -webkit-box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15); +} + +/*-------------------- + Minimal + ---------------------*/ + +.ui.minimal.comments .comment .actions { + opacity: 0; + position: absolute; + top: 0; + right: 0; + left: auto; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.ui.minimal.comments .comment > .content:hover > .actions { + opacity: 1; +} + +/*------------------- + Sizes +--------------------*/ + +.ui.comments { + font-size: 1rem; +} + +.ui.mini.comments { + font-size: 0.78571429rem; +} + +.ui.tiny.comments { + font-size: 0.85714286rem; +} + +.ui.small.comments { + font-size: 0.92857143rem; +} + +.ui.large.comments { + font-size: 1.14285714rem; +} + +.ui.big.comments { + font-size: 1.28571429rem; +} + +.ui.huge.comments { + font-size: 1.42857143rem; +} + +.ui.massive.comments { + font-size: 1.71428571rem; +} + +/*------------------- + Inverted + --------------------*/ + +.ui.inverted.comments .comment { + background-color: #1B1C1D; +} + +.ui.inverted.comments .comment .author, +.ui.inverted.comments .comment .text { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.comments .comment .metadata, +.ui.inverted.comments .comment .actions a { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.comments .comment a.author:hover, +.ui.inverted.comments .comment .actions a.active, +.ui.inverted.comments .comment .actions a:hover { + color: #ffffff; +} + +.ui.inverted.threaded.comments .comment > .comments { + -webkit-box-shadow: -1px 0 0 #555555; + box-shadow: -1px 0 0 #555555; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Feed + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Activity Feed +*******************************/ + +.ui.feed { + margin: 1em 0; +} + +.ui.feed:first-child { + margin-top: 0; +} + +.ui.feed:last-child { + margin-bottom: 0; +} + +/******************************* + Content +*******************************/ + +/* Event */ + +.ui.feed > .event { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + width: 100%; + padding: 0.21428571rem 0; + margin: 0; + background: none; + border-top: none; +} + +.ui.feed > .event:first-child { + border-top: 0; + padding-top: 0; +} + +.ui.feed > .event:last-child { + padding-bottom: 0; +} + +/* Event Label */ + +.ui.feed > .event > .label { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 2.5em; + height: auto; + -ms-flex-item-align: stretch; + align-self: stretch; + text-align: left; +} + +.ui.feed > .event > .label .icon { + opacity: 1; + font-size: 1.5em; + width: 100%; + padding: 0.25em; + background: none; + border: none; + border-radius: none; + color: rgba(0, 0, 0, 0.6); +} + +.ui.feed > .event > .label img { + width: 100%; + height: auto; + border-radius: 500rem; +} + +.ui.feed > .event > .label + .content { + margin: 0.5em 0 0.35714286em 1.14285714em; +} + +/*-------------- + Content +---------------*/ + +/* Content */ + +.ui.feed > .event > .content { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-item-align: stretch; + align-self: stretch; + text-align: left; + word-wrap: break-word; +} + +.ui.feed > .event:last-child > .content { + padding-bottom: 0; +} + +/* Link */ + +.ui.feed > .event > .content a { + cursor: pointer; +} + +/*-------------- + Date +---------------*/ + +.ui.feed > .event > .content .date { + margin: -0.5rem 0 0; + padding: 0; + color: rgba(0, 0, 0, 0.4); + font-weight: normal; + font-size: 1em; + font-style: normal; +} + +/*-------------- + Summary +---------------*/ + +.ui.feed > .event > .content .summary { + margin: 0; + font-size: 1em; + font-weight: bold; + color: rgba(0, 0, 0, 0.87); +} + +/* Summary Image */ + +.ui.feed > .event > .content .summary img { + display: inline-block; + width: auto; + height: 10em; + margin: -0.25em 0.25em 0 0; + border-radius: 0.25em; + vertical-align: middle; +} + +/*-------------- + User +---------------*/ + +.ui.feed > .event > .content .user { + display: inline-block; + font-weight: bold; + margin-right: 0; + vertical-align: baseline; +} + +.ui.feed > .event > .content .user img { + margin: -0.25em 0.25em 0 0; + width: auto; + height: 10em; + vertical-align: middle; +} + +/*-------------- + Inline Date +---------------*/ + +/* Date inside Summary */ + +.ui.feed > .event > .content .summary > .date { + display: inline-block; + float: none; + font-weight: normal; + font-size: 0.85714286em; + font-style: normal; + margin: 0 0 0 0.5em; + padding: 0; + color: rgba(0, 0, 0, 0.4); +} + +/*-------------- + Extra Summary +---------------*/ + +.ui.feed > .event > .content .extra { + margin: 0.5em 0 0; + background: none; + padding: 0; + color: rgba(0, 0, 0, 0.87); +} + +/* Images */ + +.ui.feed > .event > .content .extra.images img { + display: inline-block; + margin: 0 0.25em 0 0; + width: 6em; +} + +/* Text */ + +.ui.feed > .event > .content .extra.text { + padding: 0; + border-left: none; + font-size: 1em; + max-width: 500px; + line-height: 1.4285em; +} + +/*-------------- + Meta +---------------*/ + +.ui.feed > .event > .content .meta { + display: inline-block; + font-size: 0.85714286em; + margin: 0.5em 0 0; + background: none; + border: none; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0; + color: rgba(0, 0, 0, 0.6); +} + +.ui.feed > .event > .content .meta > * { + position: relative; + margin-left: 0.75em; +} + +.ui.feed > .event > .content .meta > *:after { + content: ''; + color: rgba(0, 0, 0, 0.2); + top: 0; + left: -1em; + opacity: 1; + position: absolute; + vertical-align: top; +} + +.ui.feed > .event > .content .meta .like { + color: ''; + -webkit-transition: 0.2s color ease; + transition: 0.2s color ease; +} + +.ui.feed > .event > .content .meta .like:hover .icon { + color: #FF2733; +} + +.ui.feed > .event > .content .meta .active.like .icon { + color: #EF404A; +} + +/* First element */ + +.ui.feed > .event > .content .meta > :first-child { + margin-left: 0; +} + +.ui.feed > .event > .content .meta > :first-child::after { + display: none; +} + +/* Action */ + +.ui.feed > .event > .content .meta a, +.ui.feed > .event > .content .meta > .icon { + cursor: pointer; + opacity: 1; + color: rgba(0, 0, 0, 0.5); + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.feed > .event > .content .meta a:hover, +.ui.feed > .event > .content .meta a:hover .icon, +.ui.feed > .event > .content .meta > .icon:hover { + color: rgba(0, 0, 0, 0.95); +} + +/******************************* + Variations +*******************************/ + +.ui.feed { + font-size: 1rem; +} + +.ui.mini.feed { + font-size: 0.78571429rem; +} + +.ui.tiny.feed { + font-size: 0.85714286rem; +} + +.ui.small.feed { + font-size: 0.92857143rem; +} + +.ui.large.feed { + font-size: 1.14285714rem; +} + +.ui.big.feed { + font-size: 1.28571429rem; +} + +.ui.huge.feed { + font-size: 1.42857143rem; +} + +.ui.massive.feed { + font-size: 1.71428571rem; +} + +/*------------------ + Inverted + -------------------*/ + +.ui.inverted.feed > .event { + background: #1B1C1D; +} + +.ui.inverted.feed > .event > .content .date, +.ui.inverted.feed > .event > .content .meta .like { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.feed > .event > .content .summary, +.ui.inverted.feed > .event > .content .extra.text { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.feed > .event > .content .meta .like:hover { + color: #ffffff; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Item + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ + +/*-------------- + Item +---------------*/ + +.ui.items > .item { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 1em 0; + width: 100%; + min-height: 0; + background: transparent; + padding: 0; + border: none; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-transition: -webkit-box-shadow 0.1s ease; + transition: -webkit-box-shadow 0.1s ease; + transition: box-shadow 0.1s ease; + transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; + z-index: ''; +} + +.ui.items > .item a { + cursor: pointer; +} + +/*-------------- + Items +---------------*/ + +.ui.items { + margin: 1.5em 0; +} + +.ui.items:first-child { + margin-top: 0 !important; +} + +.ui.items:last-child { + margin-bottom: 0 !important; +} + +/*-------------- + Item +---------------*/ + +.ui.items > .item:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +.ui.items > .item:first-child { + margin-top: 0; +} + +.ui.items > .item:last-child { + margin-bottom: 0; +} + +/*-------------- + Images +---------------*/ + +.ui.items > .item > .image { + position: relative; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + display: block; + float: none; + margin: 0; + padding: 0; + max-height: ''; + -ms-flex-item-align: start; + align-self: start; +} + +.ui.items > .item > .image > img { + display: block; + width: 100%; + height: auto; + border-radius: 0.125rem; + border: none; +} + +.ui.items > .item > .image:only-child > img { + border-radius: 0; +} + +/*-------------- + Content +---------------*/ + +.ui.items > .item > .content { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + background: none; + color: rgba(0, 0, 0, 0.87); + margin: 0; + padding: 0; + -webkit-box-shadow: none; + box-shadow: none; + font-size: 1em; + border: none; + border-radius: 0; +} + +.ui.items > .item > .content:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +.ui.items > .item > .image + .content { + min-width: 0; + width: auto; + display: block; + margin-left: 0; + -ms-flex-item-align: start; + align-self: start; + padding-left: 1.5em; +} + +.ui.items > .item > .content > .header { + display: inline-block; + margin: -0.21425em 0 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + color: rgba(0, 0, 0, 0.85); +} + +/* Default Header Size */ + +.ui.items > .item > .content > .header:not(.ui) { + font-size: 1.28571429em; +} + +/*-------------- + Floated +---------------*/ + +.ui.items > .item [class*="left floated"] { + float: left; +} + +.ui.items > .item [class*="right floated"] { + float: right; +} + +/*-------------- + Content Image +---------------*/ + +.ui.items > .item .content img { + -ms-flex-item-align: center; + align-self: center; + width: ''; +} + +.ui.items > .item img.avatar, +.ui.items > .item .avatar img { + width: ''; + height: ''; + border-radius: 500rem; +} + +/*-------------- + Description +---------------*/ + +.ui.items > .item > .content > .description { + margin-top: 0.6em; + max-width: auto; + font-size: 1em; + line-height: 1.4285em; + color: rgba(0, 0, 0, 0.87); +} + +/*-------------- + Paragraph +---------------*/ + +.ui.items > .item > .content p { + margin: 0 0 0.5em; +} + +.ui.items > .item > .content p:last-child { + margin-bottom: 0; +} + +/*-------------- + Meta +---------------*/ + +.ui.items > .item .meta { + margin: 0.5em 0 0.5em; + font-size: 1em; + line-height: 1em; + color: rgba(0, 0, 0, 0.6); +} + +.ui.items > .item .meta * { + margin-right: 0.3em; +} + +.ui.items > .item .meta :last-child { + margin-right: 0; +} + +.ui.items > .item .meta [class*="right floated"] { + margin-right: 0; + margin-left: 0.3em; +} + +/*-------------- + Links +---------------*/ + +/* Generic */ + +.ui.items > .item > .content a:not(.ui) { + color: ''; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.items > .item > .content a:not(.ui):hover { + color: ''; +} + +/* Header */ + +.ui.items > .item > .content > a.header { + color: rgba(0, 0, 0, 0.85); +} + +.ui.items > .item > .content > a.header:hover { + color: #1e70bf; +} + +/* Meta */ + +.ui.items > .item .meta > a:not(.ui) { + color: rgba(0, 0, 0, 0.4); +} + +.ui.items > .item .meta > a:not(.ui):hover { + color: rgba(0, 0, 0, 0.87); +} + +/*-------------- + Labels +---------------*/ + +/*-----Star----- */ + +/* Icon */ + +.ui.items > .item > .content .favorite.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.items > .item > .content .favorite.icon:hover { + opacity: 1; + color: #FFB70A; +} + +.ui.items > .item > .content .active.favorite.icon { + color: #FFE623; +} + +/*-----Like----- */ + +/* Icon */ + +.ui.items > .item > .content .like.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +.ui.items > .item > .content .like.icon:hover { + opacity: 1; + color: #FF2733; +} + +.ui.items > .item > .content .active.like.icon { + color: #FF2733; +} + +/*---------------- + Extra Content +-----------------*/ + +.ui.items > .item .extra { + display: block; + position: relative; + background: none; + margin: 0.5rem 0 0; + width: 100%; + padding: 0 0 0; + top: 0; + left: 0; + color: rgba(0, 0, 0, 0.4); + -webkit-box-shadow: none; + box-shadow: none; + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; + border-top: none; +} + +.ui.items > .item .extra > * { + margin: 0.25rem 0.5rem 0.25rem 0; +} + +.ui.items > .item .extra > [class*="right floated"] { + margin: 0.25rem 0 0.25rem 0.5rem; +} + +.ui.items > .item .extra:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +/******************************* + Responsive +*******************************/ + +/* Default Image Width */ + +.ui.items > .item > .image:not(.ui) { + width: 175px; +} + +/* Tablet Only */ + +@media only screen and (min-width: 768px) and (max-width: 991.98px) { + .ui.items > .item { + margin: 1em 0; + } + + .ui.items > .item > .image:not(.ui) { + width: 150px; + } + + .ui.items > .item > .image + .content { + display: block; + padding: 0 0 0 1em; + } +} + +/* Mobile Only */ + +@media only screen and (max-width: 767.98px) { + .ui.items:not(.unstackable) > .item { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin: 2em 0; + } + + .ui.items:not(.unstackable) > .item > .image { + display: block; + margin-left: auto; + margin-right: auto; + } + + .ui.items:not(.unstackable) > .item > .image, + .ui.items:not(.unstackable) > .item > .image > img { + max-width: 100% !important; + width: auto !important; + max-height: 250px !important; + } + + .ui.items:not(.unstackable) > .item > .image + .content { + display: block; + padding: 1.5em 0 0; + } +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Aligned + --------------------*/ + +.ui.items > .item > .image + [class*="top aligned"].content { + -ms-flex-item-align: start; + align-self: flex-start; +} + +.ui.items > .item > .image + [class*="middle aligned"].content { + -ms-flex-item-align: center; + align-self: center; +} + +.ui.items > .item > .image + [class*="bottom aligned"].content { + -ms-flex-item-align: end; + align-self: flex-end; +} + +/*-------------- + Relaxed + ---------------*/ + +.ui.relaxed.items > .item { + margin: 1.5em 0; +} + +.ui[class*="very relaxed"].items > .item { + margin: 2em 0; +} + +/*------------------- + Divided + --------------------*/ + +.ui.divided.items > .item { + border-top: 1px solid rgba(34, 36, 38, 0.15); + margin: 0; + padding: 1em 0; +} + +.ui.divided.items > .item:first-child { + border-top: none; + margin-top: 0 !important; + padding-top: 0 !important; +} + +.ui.divided.items > .item:last-child { + margin-bottom: 0 !important; + padding-bottom: 0 !important; +} + +/* Relaxed Divided */ + +.ui.relaxed.divided.items > .item { + margin: 0; + padding: 1.5em 0; +} + +.ui[class*="very relaxed"].divided.items > .item { + margin: 0; + padding: 2em 0; +} + +/*------------------- + Link + --------------------*/ + +.ui.items a.item:hover, +.ui.link.items > .item:hover { + cursor: pointer; +} + +.ui.items a.item:hover .content .header, +.ui.link.items > .item:hover .content .header { + color: #1e70bf; +} + +/*-------------- + Size +---------------*/ + +.ui.items > .item { + font-size: 1em; +} + +.ui.mini.items > .item { + font-size: 0.78571429em; +} + +.ui.tiny.items > .item { + font-size: 0.85714286em; +} + +.ui.small.items > .item { + font-size: 0.92857143em; +} + +.ui.large.items > .item { + font-size: 1.14285714em; +} + +.ui.big.items > .item { + font-size: 1.28571429em; +} + +.ui.huge.items > .item { + font-size: 1.42857143em; +} + +.ui.massive.items > .item { + font-size: 1.71428571em; +} + +/*--------------- + Unstackable + ----------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.unstackable.items > .item > .image, + .ui.unstackable.items > .item > .image > img { + width: 125px !important; + } +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.items > .item { + background: transparent; +} + +.ui.inverted.items > .item > .content { + background: none; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.items > .item .extra { + background: none; +} + +.ui.inverted.items > .item > .content > .header { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.items > .item > .content > .description { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.items > .item .meta { + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.items > .item > .content a:not(.ui) { + color: #57a4ef; +} + +.ui.inverted.items > .item > .content a:not(.ui):hover { + color: #4183C4; +} + +.ui.inverted.items > .item > .content > a.header { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.items > .item > .content > a.header:hover { + color: #ffffff; +} + +.ui.inverted.items > .item .meta > a:not(.ui) { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.items > .item .meta > a:not(.ui):hover { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.items > .item > .content .favorite.icon:hover { + color: #ffc63d; +} + +.ui.inverted.items > .item > .content .active.favorite.icon { + color: #ffec56; +} + +.ui.inverted.items > .item > .content .like.icon:hover { + color: #ff5a63; +} + +.ui.inverted.items > .item > .content .active.like.icon { + color: #ff5a63; +} + +.ui.inverted.items > .item .extra { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.items a.item:hover .content .header, +.ui.inverted.link.items > .item:hover .content .header { + color: #ffffff; +} + +.ui.inverted.divided.items > .item { + border-top: 1px solid rgba(255, 255, 255, 0.1); +} + +.ui.inverted.divided.items > .item:first-child { + border-top: none; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Statistic + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Statistic +*******************************/ + +/* Standalone */ + +.ui.statistic { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin: 1em 0; + max-width: none; +} + +.ui.statistic + .ui.statistic { + margin: 0 0 0 1.5em; +} + +.ui.statistic:first-child { + margin-top: 0; +} + +.ui.statistic:last-child { + margin-bottom: 0; +} + +/******************************* + Group +*******************************/ + +/* Grouped */ + +.ui.statistics { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.ui.statistics > .statistic { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin: 0 1.5em 1em; + max-width: none; +} + +.ui.statistics { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 1em -1.5em -1em; +} + +/* Clearing */ + +.ui.statistics:after { + display: block; + content: ' '; + height: 0; + clear: both; + overflow: hidden; + visibility: hidden; +} + +.ui.statistics:first-child { + margin-top: 0; +} + +/******************************* + Content +*******************************/ + +/*-------------- + Value +---------------*/ + +.ui.statistics .statistic > .value, +.ui.statistic > .value { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 4rem; + font-weight: normal; + line-height: 1em; + color: #1B1C1D; + text-transform: uppercase; + text-align: center; +} + +/*-------------- + Label +---------------*/ + +.ui.statistics .statistic > .label, +.ui.statistic > .label { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1em; + font-weight: bold; + color: rgba(0, 0, 0, 0.87); + text-transform: uppercase; + text-align: center; +} + +/* Top Label */ + +.ui.statistics .statistic > .label ~ .value, +.ui.statistic > .label ~ .value { + margin-top: 0; +} + +/* Bottom Label */ + +.ui.statistics .statistic > .value ~ .label, +.ui.statistic > .value ~ .label { + margin-top: 0; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Icon Value +---------------*/ + +.ui.statistics .statistic > .value .icon, +.ui.statistic > .value .icon { + opacity: 1; + width: auto; + margin: 0; +} + +/*-------------- + Text Value +---------------*/ + +.ui.statistics .statistic > .text.value, +.ui.statistic > .text.value { + line-height: 1em; + min-height: 2em; + font-weight: bold; + text-align: center; +} + +.ui.statistics .statistic > .text.value + .label, +.ui.statistic > .text.value + .label { + text-align: center; +} + +/*-------------- + Image Value +---------------*/ + +.ui.statistics .statistic > .value img, +.ui.statistic > .value img { + max-height: 3rem; + vertical-align: baseline; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Count +---------------*/ + +.ui.ten.statistics { + margin: 0 0 -1em; +} + +.ui.ten.statistics .statistic { + min-width: 10%; + margin: 0 0 1em; +} + +.ui.nine.statistics { + margin: 0 0 -1em; +} + +.ui.nine.statistics .statistic { + min-width: 11.11111111%; + margin: 0 0 1em; +} + +.ui.eight.statistics { + margin: 0 0 -1em; +} + +.ui.eight.statistics .statistic { + min-width: 12.5%; + margin: 0 0 1em; +} + +.ui.seven.statistics { + margin: 0 0 -1em; +} + +.ui.seven.statistics .statistic { + min-width: 14.28571429%; + margin: 0 0 1em; +} + +.ui.six.statistics { + margin: 0 0 -1em; +} + +.ui.six.statistics .statistic { + min-width: 16.66666667%; + margin: 0 0 1em; +} + +.ui.five.statistics { + margin: 0 0 -1em; +} + +.ui.five.statistics .statistic { + min-width: 20%; + margin: 0 0 1em; +} + +.ui.four.statistics { + margin: 0 0 -1em; +} + +.ui.four.statistics .statistic { + min-width: 25%; + margin: 0 0 1em; +} + +.ui.three.statistics { + margin: 0 0 -1em; +} + +.ui.three.statistics .statistic { + min-width: 33.33333333%; + margin: 0 0 1em; +} + +.ui.two.statistics { + margin: 0 0 -1em; +} + +.ui.two.statistics .statistic { + min-width: 50%; + margin: 0 0 1em; +} + +.ui.one.statistics { + margin: 0 0 -1em; +} + +.ui.one.statistics .statistic { + min-width: 100%; + margin: 0 0 1em; +} + +/*-------------- + Horizontal + ---------------*/ + +.ui.horizontal.statistic { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.horizontal.statistics { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin: 0; + max-width: none; +} + +.ui.horizontal.statistics .statistic { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + max-width: none; + margin: 1em 0; +} + +.ui.horizontal.statistic > .text.value, +.ui.horizontal.statistics > .statistic > .text.value { + min-height: 0 !important; +} + +.ui.horizontal.statistics .statistic > .value .icon, +.ui.horizontal.statistic > .value .icon { + width: 1.18em; +} + +.ui.horizontal.statistics .statistic > .value, +.ui.horizontal.statistic > .value { + display: inline-block; + vertical-align: middle; +} + +.ui.horizontal.statistics .statistic > .label, +.ui.horizontal.statistic > .label { + display: inline-block; + vertical-align: middle; + margin: 0 0 0 0.75em; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.statistics .statistic > .value, +.ui.inverted.statistic .value { + color: #FFFFFF; +} + +.ui.inverted.statistics .statistic > .label, +.ui.inverted.statistic .label { + color: rgba(255, 255, 255, 0.9); +} + +/*-------------- + Colors +---------------*/ + +.ui.primary.statistics .statistic > .value, +.ui.statistics .primary.statistic > .value, +.ui.primary.statistic > .value { + color: #2185D0; +} + +.ui.inverted.primary.statistics .statistic > .value, +.ui.statistics .inverted.primary.statistic > .value, +.ui.inverted.primary.statistic > .value { + color: #54C8FF; +} + +.ui.secondary.statistics .statistic > .value, +.ui.statistics .secondary.statistic > .value, +.ui.secondary.statistic > .value { + color: #1B1C1D; +} + +.ui.inverted.secondary.statistics .statistic > .value, +.ui.statistics .inverted.secondary.statistic > .value, +.ui.inverted.secondary.statistic > .value { + color: #545454; +} + +.ui.red.statistics .statistic > .value, +.ui.statistics .red.statistic > .value, +.ui.red.statistic > .value { + color: #DB2828; +} + +.ui.inverted.red.statistics .statistic > .value, +.ui.statistics .inverted.red.statistic > .value, +.ui.inverted.red.statistic > .value { + color: #FF695E; +} + +.ui.orange.statistics .statistic > .value, +.ui.statistics .orange.statistic > .value, +.ui.orange.statistic > .value { + color: #F2711C; +} + +.ui.inverted.orange.statistics .statistic > .value, +.ui.statistics .inverted.orange.statistic > .value, +.ui.inverted.orange.statistic > .value { + color: #FF851B; +} + +.ui.yellow.statistics .statistic > .value, +.ui.statistics .yellow.statistic > .value, +.ui.yellow.statistic > .value { + color: #FBBD08; +} + +.ui.inverted.yellow.statistics .statistic > .value, +.ui.statistics .inverted.yellow.statistic > .value, +.ui.inverted.yellow.statistic > .value { + color: #FFE21F; +} + +.ui.olive.statistics .statistic > .value, +.ui.statistics .olive.statistic > .value, +.ui.olive.statistic > .value { + color: #B5CC18; +} + +.ui.inverted.olive.statistics .statistic > .value, +.ui.statistics .inverted.olive.statistic > .value, +.ui.inverted.olive.statistic > .value { + color: #D9E778; +} + +.ui.green.statistics .statistic > .value, +.ui.statistics .green.statistic > .value, +.ui.green.statistic > .value { + color: #21BA45; +} + +.ui.inverted.green.statistics .statistic > .value, +.ui.statistics .inverted.green.statistic > .value, +.ui.inverted.green.statistic > .value { + color: #2ECC40; +} + +.ui.teal.statistics .statistic > .value, +.ui.statistics .teal.statistic > .value, +.ui.teal.statistic > .value { + color: #00B5AD; +} + +.ui.inverted.teal.statistics .statistic > .value, +.ui.statistics .inverted.teal.statistic > .value, +.ui.inverted.teal.statistic > .value { + color: #6DFFFF; +} + +.ui.blue.statistics .statistic > .value, +.ui.statistics .blue.statistic > .value, +.ui.blue.statistic > .value { + color: #2185D0; +} + +.ui.inverted.blue.statistics .statistic > .value, +.ui.statistics .inverted.blue.statistic > .value, +.ui.inverted.blue.statistic > .value { + color: #54C8FF; +} + +.ui.violet.statistics .statistic > .value, +.ui.statistics .violet.statistic > .value, +.ui.violet.statistic > .value { + color: #6435C9; +} + +.ui.inverted.violet.statistics .statistic > .value, +.ui.statistics .inverted.violet.statistic > .value, +.ui.inverted.violet.statistic > .value { + color: #A291FB; +} + +.ui.purple.statistics .statistic > .value, +.ui.statistics .purple.statistic > .value, +.ui.purple.statistic > .value { + color: #A333C8; +} + +.ui.inverted.purple.statistics .statistic > .value, +.ui.statistics .inverted.purple.statistic > .value, +.ui.inverted.purple.statistic > .value { + color: #DC73FF; +} + +.ui.pink.statistics .statistic > .value, +.ui.statistics .pink.statistic > .value, +.ui.pink.statistic > .value { + color: #E03997; +} + +.ui.inverted.pink.statistics .statistic > .value, +.ui.statistics .inverted.pink.statistic > .value, +.ui.inverted.pink.statistic > .value { + color: #FF8EDF; +} + +.ui.brown.statistics .statistic > .value, +.ui.statistics .brown.statistic > .value, +.ui.brown.statistic > .value { + color: #A5673F; +} + +.ui.inverted.brown.statistics .statistic > .value, +.ui.statistics .inverted.brown.statistic > .value, +.ui.inverted.brown.statistic > .value { + color: #D67C1C; +} + +.ui.grey.statistics .statistic > .value, +.ui.statistics .grey.statistic > .value, +.ui.grey.statistic > .value { + color: #767676; +} + +.ui.inverted.grey.statistics .statistic > .value, +.ui.statistics .inverted.grey.statistic > .value, +.ui.inverted.grey.statistic > .value { + color: #DCDDDE; +} + +.ui.black.statistics .statistic > .value, +.ui.statistics .black.statistic > .value, +.ui.black.statistic > .value { + color: #1B1C1D; +} + +.ui.inverted.black.statistics .statistic > .value, +.ui.statistics .inverted.black.statistic > .value, +.ui.inverted.black.statistic > .value { + color: #545454; +} + +/*-------------- + Floated + ---------------*/ + +.ui[class*="left floated"].statistic { + float: left; + margin: 0 2em 1em 0; +} + +.ui[class*="right floated"].statistic { + float: right; + margin: 0 0 1em 2em; +} + +.ui.floated.statistic:last-child { + margin-bottom: 0; +} + +/*-------------- + Stackable + ---------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.stackable.statistics { + width: auto; + margin-left: 0 !important; + margin-right: 0 !important; + } + + .ui.stackable.statistics > .statistic { + width: 100% !important; + margin: 0 0 !important; + padding: 1rem 1rem !important; + } +} + +/*-------------- + Sizes +---------------*/ + +/* Medium */ + +.ui.statistics .statistic > .value, +.ui.statistic > .value { + font-size: 4rem; +} + +.ui.horizontal.statistics .statistic > .value, +.ui.horizontal.statistic > .value { + font-size: 3rem; +} + +.ui.statistics .statistic > .text.value, +.ui.statistic > .text.value { + font-size: 2rem; +} + +.ui.mini.statistics .statistic > .value, +.ui.mini.statistic > .value { + font-size: 1.5rem; +} + +.ui.mini.horizontal.statistics .statistic > .value, +.ui.mini.horizontal.statistic > .value { + font-size: 1.5rem; +} + +.ui.mini.statistics .statistic > .text.value, +.ui.mini.statistic > .text.value { + font-size: 1rem; +} + +.ui.tiny.statistics .statistic > .value, +.ui.tiny.statistic > .value { + font-size: 2rem; +} + +.ui.tiny.horizontal.statistics .statistic > .value, +.ui.tiny.horizontal.statistic > .value { + font-size: 2rem; +} + +.ui.tiny.statistics .statistic > .text.value, +.ui.tiny.statistic > .text.value { + font-size: 1rem; +} + +.ui.small.statistics .statistic > .value, +.ui.small.statistic > .value { + font-size: 3rem; +} + +.ui.small.horizontal.statistics .statistic > .value, +.ui.small.horizontal.statistic > .value { + font-size: 2rem; +} + +.ui.small.statistics .statistic > .text.value, +.ui.small.statistic > .text.value { + font-size: 1rem; +} + +.ui.large.statistics .statistic > .value, +.ui.large.statistic > .value { + font-size: 5rem; +} + +.ui.large.horizontal.statistics .statistic > .value, +.ui.large.horizontal.statistic > .value { + font-size: 4rem; +} + +.ui.large.statistics .statistic > .text.value, +.ui.large.statistic > .text.value { + font-size: 2.5rem; +} + +.ui.big.statistics .statistic > .value, +.ui.big.statistic > .value { + font-size: 5.5rem; +} + +.ui.big.horizontal.statistics .statistic > .value, +.ui.big.horizontal.statistic > .value { + font-size: 4.5rem; +} + +.ui.big.statistics .statistic > .text.value, +.ui.big.statistic > .text.value { + font-size: 2.5rem; +} + +.ui.huge.statistics .statistic > .value, +.ui.huge.statistic > .value { + font-size: 6rem; +} + +.ui.huge.horizontal.statistics .statistic > .value, +.ui.huge.horizontal.statistic > .value { + font-size: 5rem; +} + +.ui.huge.statistics .statistic > .text.value, +.ui.huge.statistic > .text.value { + font-size: 2.5rem; +} + +.ui.massive.statistics .statistic > .value, +.ui.massive.statistic > .value { + font-size: 7rem; +} + +.ui.massive.horizontal.statistics .statistic > .value, +.ui.massive.horizontal.statistic > .value { + font-size: 6rem; +} + +.ui.massive.statistics .statistic > .text.value, +.ui.massive.statistic > .text.value { + font-size: 3rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ +/*! + * # Fomantic-UI - Accordion + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Accordion +*******************************/ + +.ui.accordion, +.ui.accordion .accordion { + max-width: 100%; +} + +.ui.accordion .accordion { + margin: 1em 0 0; + padding: 0; +} + +/* Title */ + +.ui.accordion .title, +.ui.accordion .accordion .title { + cursor: pointer; +} + +/* Default Styling */ + +.ui.accordion .title:not(.ui) { + padding: 0.5em 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1em; + color: rgba(0, 0, 0, 0.87); +} + +/* Default Styling */ + +.ui.accordion:not(.styled) .title ~ .content:not(.ui), +.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) { + margin: ''; + padding: 0.5em 0 1em; +} + +.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child { + padding-bottom: 0; +} + +/* Arrow */ + +.ui.accordion .title .dropdown.icon, +.ui.accordion .accordion .title .dropdown.icon { + display: inline-block; + float: none; + opacity: 1; + width: 1.25em; + height: 1em; + margin: 0 0.25rem 0 0; + padding: 0; + font-size: 1em; + -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease; + transition: opacity 0.1s ease, -webkit-transform 0.1s ease; + transition: transform 0.1s ease, opacity 0.1s ease; + transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease; + vertical-align: baseline; + -webkit-transform: none; + transform: none; +} + +/*-------------- + Coupling +---------------*/ + +/* Menu */ + +.ui.accordion.menu .item .title { + display: block; + padding: 0; +} + +.ui.accordion.menu .item .title > .dropdown.icon { + float: right; + margin: 0.21425em 0 0 1em; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} + +/* Header */ + +.ui.accordion .ui.header .dropdown.icon { + font-size: 1em; + margin: 0 0.25rem 0 0; +} + +/******************************* + States +*******************************/ + +.ui.accordion .active.title .dropdown.icon, +.ui.accordion .accordion .active.title .dropdown.icon { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); +} + +.ui.accordion.menu .item .active.title > .dropdown.icon { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); +} + +/******************************* + Types +*******************************/ + +/*-------------- + Styled + ---------------*/ + +.ui.styled.accordion { + width: 600px; +} + +.ui.styled.accordion, +.ui.styled.accordion .accordion { + border-radius: 0.28571429rem; + background: #FFFFFF; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15); + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15); +} + +.ui.styled.accordion .title, +.ui.styled.accordion .accordion .title { + margin: 0; + padding: 0.75em 1em; + color: rgba(0, 0, 0, 0.4); + font-weight: bold; + border-top: 1px solid rgba(34, 36, 38, 0.15); + -webkit-transition: background 0.1s ease, color 0.1s ease; + transition: background 0.1s ease, color 0.1s ease; +} + +.ui.styled.accordion > .title:first-child, +.ui.styled.accordion .accordion .title:first-child { + border-top: none; +} + +/* Content */ + +.ui.styled.accordion .content, +.ui.styled.accordion .accordion .content { + margin: 0; + padding: 0.5em 1em 1.5em; +} + +.ui.styled.accordion .accordion .content { + margin: 0; + padding: 0.5em 1em 1.5em; +} + +/* Hover */ + +.ui.styled.accordion .title:hover, +.ui.styled.accordion .active.title, +.ui.styled.accordion .accordion .title:hover, +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.ui.styled.accordion .accordion .title:hover, +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.87); +} + +/* Active */ + +.ui.styled.accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.95); +} + +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.95); +} + +/******************************* + States +*******************************/ + +/*-------------- + Not Active +---------------*/ + +.ui.accordion .title ~ .content:not(.active), +.ui.accordion .accordion .title ~ .content:not(.active) { + display: none; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Fluid + ---------------*/ + +.ui.fluid.accordion, +.ui.fluid.accordion .accordion { + width: 100%; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.accordion .title:not(.ui) { + color: rgba(255, 255, 255, 0.9); +} + +/******************************* + Theme Overrides +*******************************/ + +@font-face { + font-family: 'Accordion'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); + font-weight: normal; + font-style: normal; +} + +/* Dropdown Icon */ + +.ui.accordion .title .dropdown.icon, +.ui.accordion .accordion .title .dropdown.icon { + font-family: Accordion; + line-height: 1; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + font-weight: normal; + font-style: normal; + text-align: center; +} + +.ui.accordion .title .dropdown.icon:before, +.ui.accordion .accordion .title .dropdown.icon:before { + content: '\f0da' ; +} + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Calendar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Popup +*******************************/ + +.ui.calendar .ui.popup { + max-width: none; + padding: 0; + border: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +/******************************* + Calendar +*******************************/ + +.ui.calendar .calendar:focus { + outline: 0; +} + +/******************************* + Grid +*******************************/ + +.ui.calendar .ui.popup .ui.grid { + display: block; + white-space: nowrap; +} + +.ui.calendar .ui.popup .ui.grid > .column { + width: auto; +} + +/******************************* + Table +*******************************/ + +.ui.calendar .ui.table.year, +.ui.calendar .ui.table.month, +.ui.calendar .ui.table.minute { + min-width: 15em; +} + +.ui.calendar .ui.table.day { + min-width: 18em; +} + +.ui.calendar .ui.table.day.andweek { + min-width: 22em; +} + +.ui.calendar .ui.table.hour { + min-width: 20em; +} + +.ui.calendar .ui.table tr th, +.ui.calendar .ui.table tr td { + padding: 0.5em; + white-space: nowrap; +} + +.ui.calendar .ui.table tr th { + border-left: none; +} + +.ui.calendar .ui.table tr th .icon { + margin: 0; +} + +.ui.calendar .ui.table tr:first-child th { + position: relative; + padding-left: 0; + padding-right: 0; +} + +.ui.calendar .ui.table.day tr:first-child th { + border: none; +} + +.ui.calendar .ui.table.day tr:nth-child(2) th { + padding-top: 0.2em; + padding-bottom: 0.3em; +} + +.ui.calendar .ui.table tr td { + padding-left: 0.1em; + padding-right: 0.1em; +} + +.ui.calendar .ui.table tr .link { + cursor: pointer; +} + +.ui.calendar .ui.table tr .prev.link { + width: 14.28571429%; + position: absolute; + left: 0; +} + +.ui.calendar .ui.table tr .next.link { + width: 14.28571429%; + position: absolute; + right: 0; +} + +.ui.calendar .ui.table tr .disabled { + pointer-events: auto; + cursor: default; + color: rgba(40, 40, 40, 0.3); +} + +.ui.calendar .ui.table tr .adjacent:not(.disabled) { + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.03); +} + +/*-------------- + States +---------------*/ + +.ui.calendar .ui.table tr td.today { + font-weight: bold; +} + +.ui.calendar .ui.table tr td.range { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.calendar .ui.table.inverted tr td.range { + background: rgba(255, 255, 255, 0.08); + color: #ffffff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus, +.ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus { + -webkit-box-shadow: inset 0 0 0 1px #85B7D9; + box-shadow: inset 0 0 0 1px #85B7D9; +} + +.ui.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus, +.ui.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus { + -webkit-box-shadow: inset 0 0 0 1px #85B7D9; + box-shadow: inset 0 0 0 1px #85B7D9; +} + +/******************************* + States +*******************************/ + +/*-------------------- + Disabled + ---------------------*/ + +.ui.disabled.calendar { + opacity: 0.45; +} + +.ui.disabled.calendar > .input, +.ui.disabled.calendar .ui.table tr .link { + pointer-events: none; +} + +/******************************* + Theme Overrides +*******************************/ +/*! + * # Fomantic-UI - Checkbox + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Checkbox +*******************************/ + +/*-------------- + Content +---------------*/ + +.ui.checkbox { + position: relative; + display: inline-block; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + outline: none; + vertical-align: baseline; + font-style: normal; + min-height: 17px; + font-size: 1em; + line-height: 17px; + min-width: 17px; +} + +/* HTML Checkbox */ + +.ui.checkbox input[type="checkbox"], +.ui.checkbox input[type="radio"] { + cursor: pointer; + position: absolute; + top: 0; + left: 0; + opacity: 0 !important; + outline: none; + z-index: 3; + width: 17px; + height: 17px; +} + +.ui.checkbox label { + cursor: auto; + position: relative; + display: block; + padding-left: 1.85714em; + outline: none; + font-size: 1em; +} + +.ui.checkbox label:before { + position: absolute; + top: 0; + left: 0; + width: 17px; + height: 17px; + content: ''; + background: #FFFFFF; + border-radius: 0.21428571rem; + -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; + border: 1px solid #D4D4D5; +} + +/*-------------- + Checkmark +---------------*/ + +.ui.checkbox label:after { + position: absolute; + font-size: 14px; + top: 0; + left: 0; + width: 17px; + height: 17px; + text-align: center; + opacity: 0; + color: rgba(0, 0, 0, 0.87); + -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; + transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease; +} + +/*-------------- + Label +---------------*/ + +/* Inside */ + +.ui.checkbox label, +.ui.checkbox + label { + color: rgba(0, 0, 0, 0.87); + -webkit-transition: color 0.1s ease; + transition: color 0.1s ease; +} + +/* Outside */ + +.ui.checkbox + label { + vertical-align: middle; +} + +/******************************* + States +*******************************/ + +/*-------------- + Hover +---------------*/ + +.ui.checkbox label:hover::before { + background: #FFFFFF; + border-color: rgba(34, 36, 38, 0.35); +} + +.ui.checkbox label:hover, +.ui.checkbox + label:hover { + color: rgba(0, 0, 0, 0.8); +} + +/*-------------- + Down +---------------*/ + +.ui.checkbox label:active::before { + background: #F9FAFB; + border-color: rgba(34, 36, 38, 0.35); +} + +.ui.checkbox label:active::after { + color: rgba(0, 0, 0, 0.95); +} + +.ui.checkbox input:active ~ label { + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Focus +---------------*/ + +.ui.checkbox input:focus ~ label:before { + background: #FFFFFF; + border-color: #96C8DA; +} + +.ui.checkbox input:focus ~ label:after { + color: rgba(0, 0, 0, 0.95); +} + +.ui.checkbox input:focus ~ label { + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Active +---------------*/ + +.ui.checkbox input:checked ~ label:before { + background: #FFFFFF; + border-color: rgba(34, 36, 38, 0.35); +} + +.ui.checkbox input:checked ~ label:after { + opacity: 1; + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Indeterminate + ---------------*/ + +.ui.checkbox input:not([type=radio]):indeterminate ~ label:before { + background: #FFFFFF; + border-color: rgba(34, 36, 38, 0.35); +} + +.ui.checkbox input:not([type=radio]):indeterminate ~ label:after { + opacity: 1; + color: rgba(0, 0, 0, 0.95); +} + +.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate ~ label:before { + background: rgba(0, 0, 0, 0.15); +} + +.ui.indeterminate.toggle.checkbox input:not([type=radio]) ~ label:after { + left: 1.075rem; +} + +/*-------------- + Active Focus +---------------*/ + +.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before, +.ui.checkbox input:checked:focus ~ label:before { + background: #FFFFFF; + border-color: #96C8DA; +} + +.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after, +.ui.checkbox input:checked:focus ~ label:after { + color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Read-Only +---------------*/ + +.ui.read-only.checkbox, +.ui.read-only.checkbox label { + cursor: default; +} + +/*-------------- + Disabled + ---------------*/ + +.ui.disabled.checkbox label, +.ui.checkbox input[disabled] ~ label { + cursor: default !important; + opacity: 0.5; + color: #000000; +} + +/*-------------- + Hidden +---------------*/ + +/* Initialized checkbox moves input below element + to prevent manually triggering */ + +.ui.checkbox input.hidden { + z-index: -1; +} + +/* Selectable Label */ + +.ui.checkbox input.hidden + label { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Radio + ---------------*/ + +.ui.radio.checkbox { + min-height: 15px; +} + +.ui.radio.checkbox label { + padding-left: 1.85714em; +} + +/* Box */ + +.ui.radio.checkbox label:before { + content: ''; + -webkit-transform: none; + transform: none; + width: 15px; + height: 15px; + border-radius: 500rem; + top: 1px; + left: 0; +} + +/* Bullet */ + +.ui.radio.checkbox label:after { + border: none; + content: '' !important; + line-height: 15px; + top: 1px; + left: 0; + width: 15px; + height: 15px; + border-radius: 500rem; + -webkit-transform: scale(0.46666667); + transform: scale(0.46666667); + background-color: rgba(0, 0, 0, 0.87); +} + +/* Focus */ + +.ui.radio.checkbox input:focus ~ label:before { + background-color: #FFFFFF; +} + +.ui.radio.checkbox input:focus ~ label:after { + background-color: rgba(0, 0, 0, 0.95); +} + +/* Indeterminate */ + +.ui.radio.checkbox input:indeterminate ~ label:after { + opacity: 0; +} + +/* Active */ + +.ui.radio.checkbox input:checked ~ label:before { + background-color: #FFFFFF; +} + +.ui.radio.checkbox input:checked ~ label:after { + background-color: rgba(0, 0, 0, 0.95); +} + +/* Active Focus */ + +.ui.radio.checkbox input:focus:checked ~ label:before { + background-color: #FFFFFF; +} + +.ui.radio.checkbox input:focus:checked ~ label:after { + background-color: rgba(0, 0, 0, 0.95); +} + +/*-------------- + Slider + ---------------*/ + +.ui.slider.checkbox { + min-height: 1.25rem; +} + +/* Input */ + +.ui.slider.checkbox input { + width: 3.5rem; + height: 1.25rem; +} + +/* Label */ + +.ui.slider.checkbox label { + padding-left: 4.5rem; + line-height: 1rem; + color: rgba(0, 0, 0, 0.4); +} + +/* Line */ + +.ui.slider.checkbox label:before { + display: block; + position: absolute; + content: ''; + -webkit-transform: none; + transform: none; + border: none !important; + left: 0; + z-index: 1; + top: 0.4rem; + background-color: rgba(0, 0, 0, 0.05); + width: 3.5rem; + height: 0.21428571rem; + border-radius: 500rem; + -webkit-transition: background 0.3s ease; + transition: background 0.3s ease; +} + +/* Handle */ + +.ui.slider.checkbox label:after { + background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + position: absolute; + content: '' !important; + opacity: 1; + z-index: 2; + border: none; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + width: 1.5rem; + height: 1.5rem; + top: -0.25rem; + left: 0; + -webkit-transform: none; + transform: none; + border-radius: 500rem; + -webkit-transition: left 0.3s ease; + transition: left 0.3s ease; +} + +/* Focus */ + +.ui.slider.checkbox input:focus ~ label:before { + background-color: rgba(0, 0, 0, 0.15); + border: none; +} + +/* Hover */ + +.ui.slider.checkbox label:hover { + color: rgba(0, 0, 0, 0.8); +} + +.ui.slider.checkbox label:hover::before { + background: rgba(0, 0, 0, 0.15); +} + +/* Active */ + +.ui.slider.checkbox input:checked ~ label { + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.slider.checkbox input:checked ~ label:before { + background-color: #545454 !important; +} + +.ui.slider.checkbox input:checked ~ label:after { + left: 2rem; +} + +/* Active Focus */ + +.ui.slider.checkbox input:focus:checked ~ label { + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.slider.checkbox input:focus:checked ~ label:before { + background-color: #000000 !important; +} + +/*-------------- + Toggle + ---------------*/ + +.ui.toggle.checkbox { + min-height: 1.5rem; +} + +/* Input */ + +.ui.toggle.checkbox input { + width: 3.5rem; + height: 1.5rem; +} + +/* Label */ + +.ui.toggle.checkbox label { + min-height: 1.5rem; + padding-left: 4.5rem; + color: rgba(0, 0, 0, 0.87); +} + +.ui.toggle.checkbox label { + padding-top: 0.15em; +} + +/* Switch */ + +.ui.toggle.checkbox label:before { + display: block; + position: absolute; + content: ''; + z-index: 1; + -webkit-transform: none; + transform: none; + border: none; + top: 0; + background: rgba(0, 0, 0, 0.05); + -webkit-box-shadow: none; + box-shadow: none; + width: 3.5rem; + height: 1.5rem; + border-radius: 500rem; +} + +/* Handle */ + +.ui.toggle.checkbox label:after { + background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + position: absolute; + content: '' !important; + opacity: 1; + z-index: 2; + border: none; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + width: 1.5rem; + height: 1.5rem; + top: 0; + left: 0; + border-radius: 500rem; + -webkit-transition: background 0.3s ease, left 0.3s ease; + transition: background 0.3s ease, left 0.3s ease; +} + +.ui.toggle.checkbox input ~ label:after { + left: -0.05rem; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; +} + +/* Focus */ + +.ui.toggle.checkbox input:focus ~ label:before { + background-color: rgba(0, 0, 0, 0.15); + border: none; +} + +/* Hover */ + +.ui.toggle.checkbox label:hover::before { + background-color: rgba(0, 0, 0, 0.15); + border: none; +} + +/* Active */ + +.ui.toggle.checkbox input:checked ~ label { + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.toggle.checkbox input:checked ~ label:before { + background-color: #2185D0 !important; +} + +.ui.toggle.checkbox input:checked ~ label:after { + left: 2.15rem; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; +} + +/* Active Focus */ + +.ui.toggle.checkbox input:focus:checked ~ label { + color: rgba(0, 0, 0, 0.95) !important; +} + +.ui.toggle.checkbox input:focus:checked ~ label:before { + background-color: #0d71bb !important; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Fitted + ---------------*/ + +.ui.fitted.checkbox label { + padding-left: 0 !important; +} + +.ui.fitted.toggle.checkbox { + width: 3.5rem; +} + +.ui.fitted.slider.checkbox { + width: 3.5rem; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.checkbox label, +.ui.inverted.checkbox + label { + color: rgba(255, 255, 255, 0.9) !important; +} + +/* Hover */ + +.ui.inverted.checkbox label:hover { + color: #ffffff !important; +} + +.ui.inverted.checkbox label:hover::before { + border-color: rgba(34, 36, 38, 0.5); +} + +/*Slider Label */ + +.ui.inverted.slider.checkbox label { + color: rgba(255, 255, 255, 0.5); +} + +/* Slider Line */ + +.ui.inverted.slider.checkbox label:before { + background-color: rgba(255, 255, 255, 0.5) !important; +} + +/* Slider Hover */ + +.ui.inverted.slider.checkbox label:hover::before { + background: rgba(255, 255, 255, 0.7) !important; +} + +/* Slider Active */ + +.ui.inverted.slider.checkbox input:checked ~ label { + color: #ffffff !important; +} + +.ui.inverted.slider.checkbox input:checked ~ label:before { + background-color: rgba(255, 255, 255, 0.8) !important; +} + +/* Slider Active Focus */ + +.ui.inverted.slider.checkbox input:focus:checked ~ label { + color: #ffffff !important; +} + +.ui.inverted.slider.checkbox input:focus:checked ~ label:before { + background-color: rgba(255, 255, 255, 0.8) !important; +} + +/* Toggle Switch */ + +.ui.inverted.toggle.checkbox label:before { + background-color: rgba(255, 255, 255, 0.9) !important; +} + +/* Toggle Hover */ + +.ui.inverted.toggle.checkbox label:hover::before { + background: #ffffff !important; +} + +/* Toggle Active */ + +.ui.inverted.toggle.checkbox input:checked ~ label { + color: #ffffff !important; +} + +.ui.inverted.toggle.checkbox input:checked ~ label:before { + background-color: #2185D0 !important; +} + +/* Toggle Active Focus */ + +.ui.inverted.toggle.checkbox input:focus:checked ~ label { + color: #ffffff !important; +} + +.ui.inverted.toggle.checkbox input:focus:checked ~ label:before { + background-color: #0d71bb !important; +} + +/*-------------------- + Size +---------------------*/ + +.ui.mini.checkbox { + font-size: 0.78571429em; +} + +.ui.tiny.checkbox { + font-size: 0.85714286em; +} + +.ui.small.checkbox { + font-size: 0.92857143em; +} + +.ui.large.checkbox { + font-size: 1.14285714em; +} + +.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, +.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + -webkit-transform: scale(1.14285714); + transform: scale(1.14285714); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.large.form .checkbox.radio label:before, +.ui.large.checkbox.radio label:before { + -webkit-transform: scale(1.14285714); + transform: scale(1.14285714); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.large.form .checkbox.radio label:after, +.ui.large.checkbox.radio label:after { + -webkit-transform: scale(0.57142857); + transform: scale(0.57142857); + -webkit-transform-origin: left; + transform-origin: left; + left: 0.33571429em; +} + +.ui.big.checkbox { + font-size: 1.28571429em; +} + +.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, +.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + -webkit-transform: scale(1.28571429); + transform: scale(1.28571429); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.big.form .checkbox.radio label:before, +.ui.big.checkbox.radio label:before { + -webkit-transform: scale(1.28571429); + transform: scale(1.28571429); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.big.form .checkbox.radio label:after, +.ui.big.checkbox.radio label:after { + -webkit-transform: scale(0.64285714); + transform: scale(0.64285714); + -webkit-transform-origin: left; + transform-origin: left; + left: 0.37142857em; +} + +.ui.huge.checkbox { + font-size: 1.42857143em; +} + +.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, +.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + -webkit-transform: scale(1.42857143); + transform: scale(1.42857143); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.huge.form .checkbox.radio label:before, +.ui.huge.checkbox.radio label:before { + -webkit-transform: scale(1.42857143); + transform: scale(1.42857143); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.huge.form .checkbox.radio label:after, +.ui.huge.checkbox.radio label:after { + -webkit-transform: scale(0.71428571); + transform: scale(0.71428571); + -webkit-transform-origin: left; + transform-origin: left; + left: 0.40714286em; +} + +.ui.massive.checkbox { + font-size: 1.71428571em; +} + +.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:after, +.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before, +.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:before { + -webkit-transform: scale(1.71428571); + transform: scale(1.71428571); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.massive.form .checkbox.radio label:before, +.ui.massive.checkbox.radio label:before { + -webkit-transform: scale(1.71428571); + transform: scale(1.71428571); + -webkit-transform-origin: left; + transform-origin: left; +} + +.ui.massive.form .checkbox.radio label:after, +.ui.massive.checkbox.radio label:after { + -webkit-transform: scale(0.85714286); + transform: scale(0.85714286); + -webkit-transform-origin: left; + transform-origin: left; + left: 0.47857143em; +} + +/******************************* + Theme Overrides +*******************************/ + +@font-face { + font-family: 'Checkbox'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'); +} + +/* Checkmark */ + +.ui.checkbox label:after, +.ui.checkbox .box:after { + font-family: 'Checkbox'; +} + +/* Checked */ + +.ui.checkbox input:checked ~ .box:after, +.ui.checkbox input:checked ~ label:after { + content: '\e800'; +} + +/* Indeterminate */ + +.ui.checkbox input:indeterminate ~ .box:after, +.ui.checkbox input:indeterminate ~ label:after { + font-size: 12px; + content: '\e801'; +} + +/* UTF Reference +.check:before { content: '\e800'; } +.dash:before { content: '\e801'; } +.plus:before { content: '\e802'; } +*/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Dimmer + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Dimmer +*******************************/ + +.dimmable:not(body) { + position: relative; +} + +.ui.dimmer { + display: none; + position: absolute; + top: 0 !important; + left: 0 !important; + width: 100%; + height: 100%; + text-align: center; + vertical-align: middle; + padding: 1em; + background-color: rgba(0, 0, 0, 0.85); + opacity: 0; + line-height: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; + -webkit-transition: background-color 0.5s linear; + transition: background-color 0.5s linear; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + will-change: opacity; + z-index: 1000; +} + +/* Dimmer Content */ + +.ui.dimmer > .content { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + color: #FFFFFF; +} + +/* Loose Coupling */ + +.ui.segment > .ui.dimmer:not(.page) { + border-radius: inherit !important; +} + +/* Scrollbars */ + +.ui.dimmer:not(.inverted)::-webkit-scrollbar-track { + background: rgba(255, 255, 255, 0.1); +} + +.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, 0.25); +} + +.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive { + background: rgba(255, 255, 255, 0.15); +} + +.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover { + background: rgba(255, 255, 255, 0.35); +} + +/******************************* + States +*******************************/ + +/* Animating */ + +.animating.dimmable:not(body), +.dimmed.dimmable:not(body) { + overflow: hidden; +} + +/* Animating / Active / Visible */ + +.dimmed.dimmable > .ui.animating.dimmer, +.dimmed.dimmable > .ui.visible.dimmer, +.ui.active.dimmer { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + opacity: 1; +} + +/* Disabled */ + +.ui.disabled.dimmer { + width: 0 !important; + height: 0 !important; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Legacy + ---------------*/ + +/* Animating / Active / Visible */ + +.dimmed.dimmable > .ui.animating.legacy.dimmer, +.dimmed.dimmable > .ui.visible.legacy.dimmer, +.ui.active.legacy.dimmer { + display: block; +} + +/*-------------- + Alignment + ---------------*/ + +.ui[class*="top aligned"].dimmer { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.ui[class*="bottom aligned"].dimmer { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +/*-------------- + Page + ---------------*/ + +.ui.page.dimmer { + position: fixed; + -webkit-transform-style: ''; + transform-style: ''; + -webkit-perspective: 2000px; + perspective: 2000px; + -webkit-transform-origin: center center; + transform-origin: center center; +} + +body.animating.in.dimmable, +body.dimmed.dimmable { + overflow: hidden; +} + +body.dimmable > .dimmer { + position: fixed; +} + +/*-------------- + Blurring + ---------------*/ + +.blurring.dimmable > :not(.dimmer) { + -webkit-filter: initial; + filter: initial; + -webkit-transition: 800ms -webkit-filter ease; + transition: 800ms -webkit-filter ease; + transition: 800ms filter ease; + transition: 800ms filter ease, 800ms -webkit-filter ease; +} + +.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) { + -webkit-filter: blur(5px) grayscale(0.7); + filter: blur(5px) grayscale(0.7); +} + +/* Dimmer Color */ + +.blurring.dimmable > .dimmer { + background-color: rgba(0, 0, 0, 0.6); +} + +.blurring.dimmable > .inverted.dimmer { + background-color: rgba(255, 255, 255, 0.6); +} + +/*-------------- + Aligned + ---------------*/ + +.ui.dimmer > .top.aligned.content > * { + vertical-align: top; +} + +.ui.dimmer > .bottom.aligned.content > * { + vertical-align: bottom; +} + +/*-------------- + Shades + ---------------*/ + +.medium.medium.medium.medium.medium.dimmer { + background-color: rgba(0, 0, 0, 0.65); +} + +.light.light.light.light.light.dimmer { + background-color: rgba(0, 0, 0, 0.45); +} + +.very.light.light.light.light.dimmer { + background-color: rgba(0, 0, 0, 0.25); +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.dimmer { + background-color: rgba(255, 255, 255, 0.85); +} + +.ui.inverted.dimmer > .content, +.ui.inverted.dimmer > .content > * { + color: #000000; +} + +/*-------------- + Inverted Shades + ---------------*/ + +.medium.medium.medium.medium.medium.inverted.dimmer { + background-color: rgba(255, 255, 255, 0.65); +} + +.light.light.light.light.light.inverted.dimmer { + background-color: rgba(255, 255, 255, 0.45); +} + +.very.light.light.light.light.inverted.dimmer { + background-color: rgba(255, 255, 255, 0.25); +} + +/*-------------- + Simple + ---------------*/ + +/* Displays without javascript */ + +.ui.simple.dimmer { + display: block; + overflow: hidden; + opacity: 0; + width: 0; + height: 0; + z-index: -100; + background-color: rgba(0, 0, 0, 0); +} + +.dimmed.dimmable > .ui.simple.dimmer { + overflow: visible; + opacity: 1; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.85); + z-index: 1; +} + +.ui.simple.inverted.dimmer { + background-color: rgba(255, 255, 255, 0); +} + +.dimmed.dimmable > .ui.simple.inverted.dimmer { + background-color: rgba(255, 255, 255, 0.85); +} + +/*-------------- + Partially + ----------------*/ + +.ui[class*="top dimmer"], +.ui[class*="center dimmer"], +.ui[class*="bottom dimmer"] { + height: auto; +} + +.ui[class*="bottom dimmer"] { + top: auto !important; + bottom: 0; +} + +.ui[class*="center dimmer"] { + top: 50% !important; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); +} + +.ui.segment > .ui[class*="top dimmer"] { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.ui.segment > .ui[class*="center dimmer"] { + border-radius: 0 !important; +} + +.ui.segment > .ui[class*="bottom dimmer"] { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.ui[class*="center dimmer"].transition[class*="fade up"].in { + -webkit-animation-name: fadeInUpCenter; + animation-name: fadeInUpCenter; +} + +.ui[class*="center dimmer"].transition[class*="fade down"].in { + -webkit-animation-name: fadeInDownCenter; + animation-name: fadeInDownCenter; +} + +.ui[class*="center dimmer"].transition[class*="fade up"].out { + -webkit-animation-name: fadeOutUpCenter; + animation-name: fadeOutUpCenter; +} + +.ui[class*="center dimmer"].transition[class*="fade down"].out { + -webkit-animation-name: fadeOutDownCenter; + animation-name: fadeOutDownCenter; +} + +.ui[class*="center dimmer"].bounce.transition { + -webkit-animation-name: bounceCenter; + animation-name: bounceCenter; +} + +@-webkit-keyframes fadeInUpCenter { + 0% { + opacity: 0; + transform: translateY(-40%); + -webkit-transform: translateY(calc(-40% - 0.5px)); + } + + 100% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } +} + +@keyframes fadeInUpCenter { + 0% { + opacity: 0; + transform: translateY(-40%); + -webkit-transform: translateY(calc(-40% - 0.5px)); + } + + 100% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } +} + +@-webkit-keyframes fadeInDownCenter { + 0% { + opacity: 0; + transform: translateY(-60%); + -webkit-transform: translateY(calc(-60% - 0.5px)); + } + + 100% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } +} + +@keyframes fadeInDownCenter { + 0% { + opacity: 0; + transform: translateY(-60%); + -webkit-transform: translateY(calc(-60% - 0.5px)); + } + + 100% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } +} + +@-webkit-keyframes fadeOutUpCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 100% { + opacity: 0; + transform: translateY(-45%); + -webkit-transform: translateY(calc(-45% - 0.5px)); + } +} + +@keyframes fadeOutUpCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 100% { + opacity: 0; + transform: translateY(-45%); + -webkit-transform: translateY(calc(-45% - 0.5px)); + } +} + +@-webkit-keyframes fadeOutDownCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 100% { + opacity: 0; + transform: translateY(-55%); + -webkit-transform: translateY(calc(-55% - 0.5px)); + } +} + +@keyframes fadeOutDownCenter { + 0% { + opacity: 1; + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 100% { + opacity: 0; + transform: translateY(-55%); + -webkit-transform: translateY(calc(-55% - 0.5px)); + } +} + +@-webkit-keyframes bounceCenter { + 0%, 20%, 50%, 80%, 100% { + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 40% { + -webkit-transform: translateY(calc(-50% - 30px)); + transform: translateY(calc(-50% - 30px)); + } + + 60% { + -webkit-transform: translateY(calc(-50% - 15px)); + transform: translateY(calc(-50% - 15px)); + } +} + +@keyframes bounceCenter { + 0%, 20%, 50%, 80%, 100% { + transform: translateY(-50%); + -webkit-transform: translateY(calc(-50% - 0.5px)); + } + + 40% { + -webkit-transform: translateY(calc(-50% - 30px)); + transform: translateY(calc(-50% - 30px)); + } + + 60% { + -webkit-transform: translateY(calc(-50% - 15px)); + transform: translateY(calc(-50% - 15px)); + } +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Dropdown + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Dropdown +*******************************/ + +.ui.dropdown { + cursor: pointer; + position: relative; + display: inline-block; + outline: none; + text-align: left; + -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: width 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: box-shadow 0.1s ease, width 0.1s ease; + transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +/******************************* + Content +*******************************/ + +/*-------------- + Menu +---------------*/ + +.ui.dropdown .menu { + cursor: auto; + position: absolute; + display: none; + outline: none; + top: 100%; + min-width: -webkit-max-content; + min-width: -moz-max-content; + min-width: max-content; + margin: 0; + padding: 0 0; + background: #FFFFFF; + font-size: 1em; + text-shadow: none; + text-align: left; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + border: 1px solid rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; + z-index: 11; + will-change: transform, opacity; +} + +.ui.dropdown .menu > * { + white-space: nowrap; +} + +/*-------------- + Hidden Input +---------------*/ + +.ui.dropdown > input:not(.search):first-child, +.ui.dropdown > select { + display: none !important; +} + +/*-------------- + Dropdown Icon +---------------*/ + +.ui.dropdown:not(.labeled) > .dropdown.icon { + position: relative; + width: auto; + font-size: 0.85714286em; + margin: 0 0 0 1em; +} + +.ui.dropdown .menu > .item .dropdown.icon { + width: auto; + float: right; + margin: 0em 0 0 1em; +} + +.ui.dropdown .menu > .item .dropdown.icon + .text { + margin-right: 1em; +} + +/*-------------- + Text +---------------*/ + +.ui.dropdown > .text { + display: inline-block; + -webkit-transition: none; + transition: none; +} + +/*-------------- + Menu Item +---------------*/ + +.ui.dropdown .menu > .item { + position: relative; + cursor: pointer; + display: block; + border: none; + height: auto; + text-align: left; + border-top: none; + line-height: 1em; + font-size: 1rem; + color: rgba(0, 0, 0, 0.87); + padding: 0.78571429rem 1.14285714rem !important; + text-transform: none; + font-weight: normal; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-touch-callout: none; +} + +.ui.dropdown .menu > .item:first-child { + border-top-width: 0; +} + +/*-------------- + Floated Content +---------------*/ + +.ui.dropdown > .text > [class*="right floated"], +.ui.dropdown .menu .item > [class*="right floated"] { + float: right !important; + margin-right: 0 !important; + margin-left: 1em !important; +} + +.ui.dropdown > .text > [class*="left floated"], +.ui.dropdown .menu .item > [class*="left floated"] { + float: left !important; + margin-left: 0 !important; + margin-right: 1em !important; +} + +.ui.dropdown .menu .item > .icon.floated, +.ui.dropdown .menu .item > .flag.floated, +.ui.dropdown .menu .item > .image.floated, +.ui.dropdown .menu .item > img.floated { + margin-top: 0em; +} + +/*-------------- + Menu Divider +---------------*/ + +.ui.dropdown .menu > .header { + margin: 1rem 0 0.75rem; + padding: 0 1.14285714rem; + font-weight: bold; + text-transform: uppercase; +} + +.ui.dropdown .menu > .header:not(.ui) { + color: rgba(0, 0, 0, 0.85); + font-size: 0.78571429em; +} + +.ui.dropdown .menu > .divider { + border-top: 1px solid rgba(34, 36, 38, 0.1); + height: 0; + margin: 0.5em 0; +} + +.ui.dropdown .menu > .horizontal.divider { + border-top: none; +} + +.ui.dropdown.dropdown .menu > .input { + width: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 1.14285714rem 0.78571429rem; + min-width: 10rem; +} + +.ui.dropdown .menu > .header + .input { + margin-top: 0; +} + +.ui.dropdown .menu > .input:not(.transparent) input { + padding: 0.5em 1em; +} + +.ui.dropdown .menu > .input:not(.transparent) .button, +.ui.dropdown .menu > .input:not(.transparent) .icon, +.ui.dropdown .menu > .input:not(.transparent) .label { + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +/*----------------- + Item Description +-------------------*/ + +.ui.dropdown > .text > .description, +.ui.dropdown .menu > .item > .description { + float: right; + margin: 0 0 0 1em; + color: rgba(0, 0, 0, 0.4); +} + +/*----------------- + Message +-------------------*/ + +.ui.dropdown .menu > .message { + padding: 0.78571429rem 1.14285714rem; + font-weight: normal; +} + +.ui.dropdown .menu > .message:not(.ui) { + color: rgba(0, 0, 0, 0.4); +} + +/*-------------- + Sub Menu +---------------*/ + +.ui.dropdown .menu .menu { + top: 0; + left: 100%; + right: auto; + margin: 0 0 0 -0.5em !important; + border-radius: 0.28571429rem !important; + z-index: 21 !important; +} + +/* Hide Arrow */ + +.ui.dropdown .menu .menu:after { + display: none; +} + +/*-------------- + Sub Elements +---------------*/ + +/* Icons / Flags / Labels / Image */ + +.ui.dropdown > .text > .icon, +.ui.dropdown > .text > .label, +.ui.dropdown > .text > .flag, +.ui.dropdown > .text > img, +.ui.dropdown > .text > .image { + margin-top: 0em; +} + +.ui.dropdown .menu > .item > .icon, +.ui.dropdown .menu > .item > .label, +.ui.dropdown .menu > .item > .flag, +.ui.dropdown .menu > .item > .image, +.ui.dropdown .menu > .item > img { + margin-top: 0em; +} + +.ui.dropdown > .text > .icon, +.ui.dropdown > .text > .label, +.ui.dropdown > .text > .flag, +.ui.dropdown > .text > img, +.ui.dropdown > .text > .image, +.ui.dropdown .menu > .item > .icon, +.ui.dropdown .menu > .item > .label, +.ui.dropdown .menu > .item > .flag, +.ui.dropdown .menu > .item > .image, +.ui.dropdown .menu > .item > img { + margin-left: 0; + float: none; + margin-right: 0.78571429rem; +} + +/*-------------- + Image +---------------*/ + +.ui.dropdown > .text > img, +.ui.dropdown > .text > .image:not(.icon), +.ui.dropdown .menu > .item > .image:not(.icon), +.ui.dropdown .menu > .item > img { + display: inline-block; + vertical-align: top; + width: auto; + margin-top: -0.5em; + margin-bottom: -0.5em; + max-height: 2em; +} + +/******************************* + Coupling +*******************************/ + +/*-------------- + Menu +---------------*/ + +/* Remove Menu Item Divider */ + +.ui.dropdown .ui.menu > .item:before, +.ui.menu .ui.dropdown .menu > .item:before { + display: none; +} + +/* Prevent Menu Item Border */ + +.ui.menu .ui.dropdown .menu .active.item { + border-left: none; +} + +/* Automatically float dropdown menu right on last menu item */ + +.ui.menu .right.menu .dropdown:last-child .menu, +.ui.menu .right.dropdown.item .menu, +.ui.buttons > .ui.dropdown:last-child .menu { + left: auto; + right: 0; +} + +/*-------------- + Label + ---------------*/ + +/* Dropdown Menu */ + +.ui.label.dropdown .menu { + min-width: 100%; +} + +/*-------------- + Button + ---------------*/ + +/* No Margin On Icon Button */ + +.ui.dropdown.icon.button > .dropdown.icon { + margin: 0; +} + +.ui.button.dropdown .menu { + min-width: 100%; +} + +/******************************* + Types +*******************************/ + +select.ui.dropdown { + height: 38px; + padding: 0.5em; + border: 1px solid rgba(34, 36, 38, 0.15); + visibility: visible; +} + +/*-------------- + Selection + ---------------*/ + +/* Displays like a select box */ + +.ui.selection.dropdown { + cursor: pointer; + word-wrap: break-word; + line-height: 1em; + white-space: normal; + outline: 0; + -webkit-transform: rotateZ(0deg); + transform: rotateZ(0deg); + min-width: 14em; + min-height: 2.71428571em; + background: #FFFFFF; + display: inline-block; + padding: 0.78571429em 3.2em 0.78571429em 1em; + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid rgba(34, 36, 38, 0.15); + border-radius: 0.28571429rem; + -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: width 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: box-shadow 0.1s ease, width 0.1s ease; + transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; +} + +.ui.selection.dropdown.visible, +.ui.selection.dropdown.active { + z-index: 10; +} + +.ui.selection.dropdown > .search.icon, +.ui.selection.dropdown > .delete.icon, +.ui.selection.dropdown > .dropdown.icon { + cursor: pointer; + position: absolute; + width: auto; + height: auto; + line-height: 1.21428571em; + top: 0.78571429em; + right: 1em; + z-index: 3; + margin: -0.78571429em; + padding: 0.91666667em; + opacity: 0.8; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +/* Compact */ + +.ui.compact.selection.dropdown { + min-width: 0; +} + +/* Selection Menu */ + +.ui.selection.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; + border-top-width: 0 !important; + width: auto; + outline: none; + margin: 0 -1px; + min-width: calc(100% + 2px); + width: calc(100% + 2px); + border-radius: 0 0 0.28571429rem 0.28571429rem; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +.ui.selection.dropdown .menu:after, +.ui.selection.dropdown .menu:before { + display: none; +} + +/*-------------- + Message + ---------------*/ + +.ui.selection.dropdown .menu > .message { + padding: 0.78571429rem 1.14285714rem; +} + +@media only screen and (max-width: 767.98px) { + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 4.00714286rem; + } + + .ui.selection.dropdown.short .menu { + max-height: 6.01071429rem; + } + + .ui.selection.dropdown .menu { + max-height: 8.01428571rem; + } + + .ui.selection.dropdown.long .menu { + max-height: 16.02857143rem; + } + + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 24.04285714rem; + } +} + +@media only screen and (min-width: 768px) { + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 5.34285714rem; + } + + .ui.selection.dropdown.short .menu { + max-height: 8.01428571rem; + } + + .ui.selection.dropdown .menu { + max-height: 10.68571429rem; + } + + .ui.selection.dropdown.long .menu { + max-height: 21.37142857rem; + } + + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 32.05714286rem; + } +} + +@media only screen and (min-width: 992px) { + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 8.01428571rem; + } + + .ui.selection.dropdown.short .menu { + max-height: 12.02142857rem; + } + + .ui.selection.dropdown .menu { + max-height: 16.02857143rem; + } + + .ui.selection.dropdown.long .menu { + max-height: 32.05714286rem; + } + + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 48.08571429rem; + } +} + +@media only screen and (min-width: 1920px) { + .ui.selection.dropdown[class*="very short"] .menu { + max-height: 10.68571429rem; + } + + .ui.selection.dropdown.short .menu { + max-height: 16.02857143rem; + } + + .ui.selection.dropdown .menu { + max-height: 21.37142857rem; + } + + .ui.selection.dropdown.long .menu { + max-height: 42.74285714rem; + } + + .ui.selection.dropdown[class*="very long"] .menu { + max-height: 64.11428571rem; + } +} + +/* Menu Item */ + +.ui.selection.dropdown .menu > .item { + border-top: 1px solid #FAFAFA; + padding: 0.78571429rem 1.14285714rem !important; + white-space: normal; + word-wrap: normal; +} + +/* User Item */ + +.ui.selection.dropdown .menu > .hidden.addition.item { + display: none; +} + +/* Hover */ + +.ui.selection.dropdown:hover { + border-color: rgba(34, 36, 38, 0.35); + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Active */ + +.ui.selection.active.dropdown { + border-color: #96C8DA; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); +} + +.ui.selection.active.dropdown .menu { + border-color: #96C8DA; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); +} + +/* Focus */ + +.ui.selection.dropdown:focus { + border-color: #96C8DA; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.selection.dropdown:focus .menu { + border-color: #96C8DA; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); +} + +/* Visible */ + +.ui.selection.visible.dropdown > .text:not(.default) { + font-weight: normal; + color: rgba(0, 0, 0, 0.8); +} + +/* Visible Hover */ + +.ui.selection.active.dropdown:hover { + border-color: #96C8DA; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); +} + +.ui.selection.active.dropdown:hover .menu { + border-color: #96C8DA; + -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); +} + +/* Dropdown Icon */ + +.ui.active.selection.dropdown > .dropdown.icon, +.ui.visible.selection.dropdown > .dropdown.icon { + opacity: ''; + z-index: 3; +} + +/* Connecting Border */ + +.ui.active.selection.dropdown { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +/* Empty Connecting Border */ + +.ui.active.empty.selection.dropdown { + border-radius: 0.28571429rem !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.ui.active.empty.selection.dropdown .menu { + border: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +/*-------------- + Searchable + ---------------*/ + +/* Search Selection */ + +.ui.search.dropdown { + min-width: ''; +} + +/* Search Dropdown */ + +.ui.search.dropdown > input.search { + background: none transparent !important; + border: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + cursor: text; + top: 0; + left: 1px; + width: 100%; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: inherit; +} + +/* Text Layering */ + +.ui.search.dropdown > input.search { + position: absolute; + z-index: 2; +} + +.ui.search.dropdown > .text { + cursor: text; + position: relative; + left: 1px; + z-index: 3; +} + +/* Search Selection */ + +.ui.search.selection.dropdown > input.search { + line-height: 1.21428571em; + padding: 0.67857143em 3.2em 0.67857143em 1em; +} + +/* Used to size multi select input to character width */ + +.ui.search.selection.dropdown > span.sizer { + line-height: 1.21428571em; + padding: 0.67857143em 3.2em 0.67857143em 1em; + display: none; + white-space: pre; +} + +/* Active/Visible Search */ + +.ui.search.dropdown.active > input.search, +.ui.search.dropdown.visible > input.search { + cursor: auto; +} + +.ui.search.dropdown.active > .text, +.ui.search.dropdown.visible > .text { + pointer-events: none; +} + +/* Filtered Text */ + +.ui.active.search.dropdown input.search:focus + .text .icon, +.ui.active.search.dropdown input.search:focus + .text .flag { + opacity: 0.45; +} + +.ui.active.search.dropdown input.search:focus + .text { + color: rgba(115, 115, 115, 0.87) !important; +} + +/* Search Menu */ + +.ui.search.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; +} + +@media only screen and (max-width: 767.98px) { + .ui.search.dropdown .menu { + max-height: 8.01428571rem; + } +} + +@media only screen and (min-width: 768px) { + .ui.search.dropdown .menu { + max-height: 10.68571429rem; + } +} + +@media only screen and (min-width: 992px) { + .ui.search.dropdown .menu { + max-height: 16.02857143rem; + } +} + +@media only screen and (min-width: 1920px) { + .ui.search.dropdown .menu { + max-height: 21.37142857rem; + } +} + +/* Clearable Selection */ + +.ui.dropdown > .remove.icon { + cursor: pointer; + font-size: 0.85714286em; + margin: -0.78571429em; + padding: 0.91666667em; + right: 3em; + top: 0.78571429em; + position: absolute; + opacity: 0.6; + z-index: 3; +} + +.ui.clearable.dropdown .text, +.ui.clearable.dropdown a:last-of-type { + margin-right: 1.5em; +} + +.ui.dropdown select.noselection ~ .remove.icon, +.ui.dropdown input[value=''] ~ .remove.icon, +.ui.dropdown input:not([value]) ~ .remove.icon, +.ui.dropdown.loading > .remove.icon { + display: none; +} + +/*-------------- + Multiple + ---------------*/ + +/* Multiple Selection */ + +.ui.multiple.dropdown { + padding: 0.22619048em 3.2em 0.22619048em 0.35714286em; +} + +.ui.multiple.dropdown .menu { + cursor: auto; +} + +/* Selection Label */ + +.ui.multiple.dropdown > .label { + display: inline-block; + white-space: normal; + font-size: 1em; + padding: 0.35714286em 0.78571429em; + margin: 0.14285714rem 0.28571429rem 0.14285714rem 0; + -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; +} + +/* Dropdown Icon */ + +.ui.multiple.dropdown .dropdown.icon { + margin: ''; + padding: ''; +} + +/* Text */ + +.ui.multiple.dropdown > .text { + position: static; + padding: 0; + max-width: 100%; + margin: 0.45238095em 0 0.45238095em 0.64285714em; + line-height: 1.21428571em; +} + +.ui.multiple.dropdown > .label ~ input.search { + margin-left: 0.14285714em !important; +} + +.ui.multiple.dropdown > .label ~ .text { + display: none; +} + +.ui.multiple.dropdown > .label:not(.image) > img:not(.centered) { + margin-right: 0.78571429rem; +} + +.ui.multiple.dropdown > .label:not(.image) > img.ui:not(.avatar) { + margin-bottom: 0.39285714rem; +} + +.ui.multiple.dropdown > .image.label img { + margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em; + height: 1.71428571em; +} + +/*----------------- + Multiple Search + -----------------*/ + +/* Multiple Search Selection */ + +.ui.multiple.search.dropdown, +.ui.multiple.search.dropdown > input.search { + cursor: text; +} + +/* Prompt Text */ + +.ui.multiple.search.dropdown > .text { + display: inline-block; + position: absolute; + top: 0; + left: 0; + padding: inherit; + margin: 0.45238095em 0 0.45238095em 0.64285714em; + line-height: 1.21428571em; +} + +.ui.multiple.search.dropdown > .label ~ .text { + display: none; +} + +/* Search */ + +.ui.multiple.search.dropdown > input.search { + position: static; + padding: 0; + max-width: 100%; + margin: 0.45238095em 0 0.45238095em 0.64285714em; + width: 2.2em; + line-height: 1.21428571em; +} + +/*-------------- + Inline + ---------------*/ + +.ui.inline.dropdown { + cursor: pointer; + display: inline-block; + color: inherit; +} + +.ui.inline.dropdown .dropdown.icon { + margin: 0 0.21428571em 0 0.21428571em; + vertical-align: baseline; +} + +.ui.inline.dropdown > .text { + font-weight: bold; +} + +.ui.inline.dropdown .menu { + cursor: auto; + margin-top: 0.21428571em; + border-radius: 0.28571429rem; +} + +/******************************* + States +*******************************/ + +/*-------------------- + Active +----------------------*/ + +/* Menu Item Active */ + +.ui.dropdown .menu .active.item { + background: transparent; + font-weight: bold; + color: rgba(0, 0, 0, 0.95); + -webkit-box-shadow: none; + box-shadow: none; + z-index: 12; +} + +/*-------------------- + Hover +----------------------*/ + +/* Menu Item Hover */ + +.ui.dropdown .menu > .item:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.95); + z-index: 13; +} + +/*-------------------- + Default Text +----------------------*/ + +.ui.dropdown:not(.button) > .default.text, +.ui.default.dropdown:not(.button) > .text { + color: rgba(191, 191, 191, 0.87); +} + +.ui.dropdown:not(.button) > input:focus ~ .default.text, +.ui.default.dropdown:not(.button) > input:focus ~ .text { + color: rgba(115, 115, 115, 0.87); +} + +/*-------------------- + Loading + ---------------------*/ + +.ui.loading.dropdown > i.icon { + height: 1em !important; +} + +.ui.loading.selection.dropdown > i.icon { + padding: 1.5em 1.28571429em !important; +} + +.ui.loading.dropdown > i.icon:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.1); +} + +.ui.loading.dropdown > i.icon:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; +} + +/* Coupling */ + +.ui.loading.dropdown.button > i.icon:before, +.ui.loading.dropdown.button > i.icon:after { + display: none; +} + +.ui.loading.dropdown > .text { + -webkit-transition: none; + transition: none; +} + +/* Used To Check Position */ + +.ui.dropdown .loading.menu { + display: block; + visibility: hidden; + z-index: -1; +} + +.ui.dropdown > .loading.menu { + left: 0 !important; + right: auto !important; +} + +.ui.dropdown > .menu .loading.menu { + left: 100% !important; + right: auto !important; +} + +/*-------------------- + Keyboard Select +----------------------*/ + +/* Selected Item */ + +.ui.dropdown.selected, +.ui.dropdown .menu .selected.item { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.95); +} + +/*-------------------- + Search Filtered +----------------------*/ + +/* Filtered Item */ + +.ui.dropdown > .filtered.text { + visibility: hidden; +} + +.ui.dropdown .filtered.item { + display: none !important; +} + +/*-------------------- + States + ----------------------*/ + +.ui.dropdown.error, +.ui.dropdown.error > .text, +.ui.dropdown.error > .default.text { + color: #9F3A38; +} + +.ui.selection.dropdown.error { + background: #FFF6F6; + border-color: #E0B4B4; +} + +.ui.selection.dropdown.error:hover { + border-color: #E0B4B4; +} + +.ui.multiple.selection.error.dropdown > .label { + border-color: #E0B4B4; +} + +.ui.dropdown.error > .menu, +.ui.dropdown.error > .menu .menu { + border-color: #E0B4B4; +} + +.ui.dropdown.error > .menu > .item { + color: #9F3A38; +} + +/* Item Hover */ + +.ui.dropdown.error > .menu > .item:hover { + background-color: #FBE7E7; +} + +/* Item Active */ + +.ui.dropdown.error > .menu .active.item { + background-color: #FDCFCF; +} + +.ui.dropdown.info, +.ui.dropdown.info > .text, +.ui.dropdown.info > .default.text { + color: #276F86; +} + +.ui.selection.dropdown.info { + background: #F8FFFF; + border-color: #A9D5DE; +} + +.ui.selection.dropdown.info:hover { + border-color: #A9D5DE; +} + +.ui.multiple.selection.info.dropdown > .label { + border-color: #A9D5DE; +} + +.ui.dropdown.info > .menu, +.ui.dropdown.info > .menu .menu { + border-color: #A9D5DE; +} + +.ui.dropdown.info > .menu > .item { + color: #276F86; +} + +/* Item Hover */ + +.ui.dropdown.info > .menu > .item:hover { + background-color: #e9f2fb; +} + +/* Item Active */ + +.ui.dropdown.info > .menu .active.item { + background-color: #cef1fd; +} + +.ui.dropdown.success, +.ui.dropdown.success > .text, +.ui.dropdown.success > .default.text { + color: #2C662D; +} + +.ui.selection.dropdown.success { + background: #FCFFF5; + border-color: #A3C293; +} + +.ui.selection.dropdown.success:hover { + border-color: #A3C293; +} + +.ui.multiple.selection.success.dropdown > .label { + border-color: #A3C293; +} + +.ui.dropdown.success > .menu, +.ui.dropdown.success > .menu .menu { + border-color: #A3C293; +} + +.ui.dropdown.success > .menu > .item { + color: #2C662D; +} + +/* Item Hover */ + +.ui.dropdown.success > .menu > .item:hover { + background-color: #e9fbe9; +} + +/* Item Active */ + +.ui.dropdown.success > .menu .active.item { + background-color: #dafdce; +} + +.ui.dropdown.warning, +.ui.dropdown.warning > .text, +.ui.dropdown.warning > .default.text { + color: #573A08; +} + +.ui.selection.dropdown.warning { + background: #FFFAF3; + border-color: #C9BA9B; +} + +.ui.selection.dropdown.warning:hover { + border-color: #C9BA9B; +} + +.ui.multiple.selection.warning.dropdown > .label { + border-color: #C9BA9B; +} + +.ui.dropdown.warning > .menu, +.ui.dropdown.warning > .menu .menu { + border-color: #C9BA9B; +} + +.ui.dropdown.warning > .menu > .item { + color: #573A08; +} + +/* Item Hover */ + +.ui.dropdown.warning > .menu > .item:hover { + background-color: #fbfbe9; +} + +/* Item Active */ + +.ui.dropdown.warning > .menu .active.item { + background-color: #fdfdce; +} + +/*-------------------- + Clear +----------------------*/ + +.ui.dropdown > .clear.dropdown.icon { + opacity: 0.8; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +.ui.dropdown > .clear.dropdown.icon:hover { + opacity: 1; +} + +/*-------------------- + Disabled + ----------------------*/ + +/* Disabled */ + +.ui.disabled.dropdown, +.ui.dropdown .menu > .disabled.item { + cursor: default; + pointer-events: none; + opacity: 0.45; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Direction +---------------*/ + +/* Flyout Direction */ + +.ui.dropdown .menu { + left: 0; +} + +/* Default Side (Right) */ + +.ui.dropdown .right.menu > .menu, +.ui.dropdown .menu .right.menu { + left: 100% !important; + right: auto !important; + border-radius: 0.28571429rem !important; +} + +/* Leftward Opening Menu */ + +.ui.dropdown > .left.menu { + left: auto !important; + right: 0 !important; +} + +.ui.dropdown > .left.menu .menu, +.ui.dropdown .menu .left.menu { + left: auto; + right: 100%; + margin: 0 -0.5em 0 0 !important; + border-radius: 0.28571429rem !important; +} + +.ui.dropdown .item .left.dropdown.icon, +.ui.dropdown .left.menu .item .dropdown.icon { + width: auto; + float: left; + margin: 0em 0 0 0; +} + +.ui.dropdown .item .left.dropdown.icon, +.ui.dropdown .left.menu .item .dropdown.icon { + width: auto; + float: left; + margin: 0em 0 0 0; +} + +.ui.dropdown .item .left.dropdown.icon + .text, +.ui.dropdown .left.menu .item .dropdown.icon + .text { + margin-left: 1em; + margin-right: 0; +} + +/*-------------- + Upward + ---------------*/ + +/* Upward Main Menu */ + +.ui.upward.dropdown > .menu { + top: auto; + bottom: 100%; + -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08); + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +/* Upward Sub Menu */ + +.ui.dropdown .upward.menu { + top: auto !important; + bottom: 0 !important; +} + +/* Active Upward */ + +.ui.simple.upward.active.dropdown, +.ui.simple.upward.dropdown:hover { + border-radius: 0.28571429rem 0.28571429rem 0 0 !important; +} + +.ui.upward.dropdown.button:not(.pointing):not(.floating).active { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +/* Selection */ + +.ui.upward.selection.dropdown .menu { + border-top-width: 1px !important; + border-bottom-width: 0 !important; + -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); +} + +.ui.upward.selection.dropdown:hover { + -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); + box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); +} + +/* Active Upward */ + +.ui.active.upward.selection.dropdown { + border-radius: 0 0 0.28571429rem 0.28571429rem !important; +} + +/* Visible Upward */ + +.ui.upward.selection.dropdown.visible { + -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08); + border-radius: 0 0 0.28571429rem 0.28571429rem !important; +} + +/* Visible Hover Upward */ + +.ui.upward.active.selection.dropdown:hover { + -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05); +} + +.ui.upward.active.selection.dropdown:hover .menu { + -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); + box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); +} + +/*-------------- + Scrolling + ---------------*/ + +/* Selection Menu */ + +.ui.scrolling.dropdown .menu, +.ui.dropdown .scrolling.menu { + overflow-x: hidden; + overflow-y: auto; +} + +.ui.scrolling.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; + min-width: 100% !important; + width: auto !important; +} + +.ui.dropdown .scrolling.menu { + position: static; + overflow-y: auto; + border: none; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border-radius: 0 !important; + margin: 0 !important; + min-width: 100% !important; + width: auto !important; + border-top: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.scrolling.dropdown .menu .item.item.item, +.ui.dropdown .scrolling.menu > .item.item.item { + border-top: none; +} + +.ui.scrolling.dropdown .menu .item:first-child, +.ui.dropdown .scrolling.menu .item:first-child { + border-top: none; +} + +.ui.dropdown > .animating.menu .scrolling.menu, +.ui.dropdown > .visible.menu .scrolling.menu { + display: block; +} + +/* Scrollbar in IE */ + +@media all and (-ms-high-contrast: none) { + .ui.scrolling.dropdown .menu, + .ui.dropdown .scrolling.menu { + min-width: calc(100% - 17px); + } +} + +@media only screen and (max-width: 767.98px) { + .ui.scrolling.dropdown .menu, + .ui.dropdown .scrolling.menu { + max-height: 10.28571429rem; + } +} + +@media only screen and (min-width: 768px) { + .ui.scrolling.dropdown .menu, + .ui.dropdown .scrolling.menu { + max-height: 15.42857143rem; + } +} + +@media only screen and (min-width: 992px) { + .ui.scrolling.dropdown .menu, + .ui.dropdown .scrolling.menu { + max-height: 20.57142857rem; + } +} + +@media only screen and (min-width: 1920px) { + .ui.scrolling.dropdown .menu, + .ui.dropdown .scrolling.menu { + max-height: 20.57142857rem; + } +} + +/*-------------- + Columnar +---------------*/ + +.ui.dropdown[class*="two column"] > .menu > .item { + display: inline-block; + width: 50%; +} + +.ui.dropdown[class*="three column"] > .menu > .item { + display: inline-block; + width: 33%; +} + +.ui.dropdown[class*="four column"] > .menu > .item { + display: inline-block; + width: 25%; +} + +.ui.dropdown[class*="five column"] > .menu > .item { + display: inline-block; + width: 20%; +} + +/*-------------- + Simple + ---------------*/ + +/* Displays without javascript */ + +.ui.simple.dropdown .menu:before, +.ui.simple.dropdown .menu:after { + display: none; +} + +.ui.simple.dropdown .menu { + position: absolute; + /* IE hack to make dropdown icons appear inline */ + display: -ms-inline-flexbox !important; + display: block; + overflow: hidden; + top: -9999px; + opacity: 0; + width: 0; + height: 0; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; + margin-top: 0 !important; +} + +.ui.simple.active.dropdown, +.ui.simple.dropdown:hover { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.ui.simple.active.dropdown > .menu, +.ui.simple.dropdown:hover > .menu { + overflow: visible; + width: auto; + height: auto; + top: 100%; + opacity: 1; +} + +.ui.simple.dropdown > .menu > .item:active > .menu, +.ui.simple.dropdown:hover > .menu > .item:hover > .menu { + overflow: visible; + width: auto; + height: auto; + top: 0 !important; + left: 100% !important; + opacity: 1; +} + +.ui.simple.disabled.dropdown:hover .menu { + display: none; + height: 0; + width: 0; + overflow: hidden; +} + +/* Visible */ + +.ui.simple.visible.dropdown > .menu { + display: block; +} + +/* Scrolling */ + +.ui.simple.scrolling.active.dropdown > .menu, +.ui.simple.scrolling.dropdown:hover > .menu { + overflow-x: hidden; + overflow-y: auto; +} + +/*-------------- + Fluid + ---------------*/ + +.ui.fluid.dropdown { + display: block; + width: 100% !important; + min-width: 0; +} + +.ui.fluid.dropdown > .dropdown.icon { + float: right; +} + +/*-------------- + Floating + ---------------*/ + +.ui.floating.dropdown .menu { + left: 0; + right: auto; + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important; + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important; + border-radius: 0.28571429rem !important; +} + +.ui.floating.dropdown > .menu { + border-radius: 0.28571429rem !important; +} + +.ui:not(.upward).floating.dropdown > .menu { + margin-top: 0.5em; +} + +.ui.upward.floating.dropdown > .menu { + margin-bottom: 0.5em; +} + +/*-------------- + Pointing + ---------------*/ + +.ui.pointing.dropdown > .menu { + top: 100%; + margin-top: 0.78571429rem; + border-radius: 0.28571429rem; +} + +.ui.pointing.dropdown > .menu:not(.hidden):after { + display: block; + position: absolute; + pointer-events: none; + content: ''; + visibility: visible; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + width: 0.5em; + height: 0.5em; + -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); + background: #FFFFFF; + z-index: 2; +} + +.ui.pointing.dropdown > .menu:not(.hidden):after { + top: -0.25em; + left: 50%; + margin: 0 0 0 -0.25em; +} + +/* Top Left Pointing */ + +.ui.top.left.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + left: 0; + right: auto; + margin: 1em 0 0; +} + +.ui.top.left.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + left: 0; + right: auto; + margin: 1em 0 0; +} + +.ui.top.left.pointing.dropdown > .menu:after { + top: -0.25em; + left: 1em; + right: auto; + margin: 0; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +/* Top Right Pointing */ + +.ui.top.right.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + right: 0; + left: auto; + margin: 1em 0 0; +} + +.ui.top.pointing.dropdown > .left.menu:after, +.ui.top.right.pointing.dropdown > .menu:after { + top: -0.25em; + left: auto !important; + right: 1em !important; + margin: 0; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +/* Left Pointing */ + +.ui.left.pointing.dropdown > .menu { + top: 0; + left: 100%; + right: auto; + margin: 0 0 0 1em; +} + +.ui.left.pointing.dropdown > .menu:after { + top: 1em; + left: -0.25em; + margin: 0 0 0 0; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu { + left: auto !important; + right: 100% !important; + margin: 0 1em 0 0; +} + +.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after { + top: 1em; + left: auto; + right: -0.25em; + margin: 0 0 0 0; + -webkit-transform: rotate(135deg); + transform: rotate(135deg); +} + +/* Right Pointing */ + +.ui.right.pointing.dropdown > .menu { + top: 0; + left: auto; + right: 100%; + margin: 0 1em 0 0; +} + +.ui.right.pointing.dropdown > .menu:after { + top: 1em; + left: auto; + right: -0.25em; + margin: 0 0 0 0; + -webkit-transform: rotate(135deg); + transform: rotate(135deg); +} + +/* Bottom Pointing */ + +.ui.bottom.pointing.dropdown > .menu { + top: auto; + bottom: 100%; + left: 0; + right: auto; + margin: 0 0 1em; +} + +.ui.bottom.pointing.dropdown > .menu:after { + top: auto; + bottom: -0.25em; + right: auto; + margin: 0; + -webkit-transform: rotate(-135deg); + transform: rotate(-135deg); +} + +/* Reverse Sub-Menu Direction */ + +.ui.bottom.pointing.dropdown > .menu .menu { + top: auto !important; + bottom: 0 !important; +} + +/* Bottom Left */ + +.ui.bottom.left.pointing.dropdown > .menu { + left: 0; + right: auto; +} + +.ui.bottom.left.pointing.dropdown > .menu:after { + left: 1em; + right: auto; +} + +/* Bottom Right */ + +.ui.bottom.right.pointing.dropdown > .menu { + right: 0; + left: auto; +} + +.ui.bottom.right.pointing.dropdown > .menu:after { + left: auto; + right: 1em; +} + +/* Upward pointing */ + +.ui.pointing.upward.dropdown .menu, +.ui.top.pointing.upward.dropdown .menu { + top: auto !important; + bottom: 100% !important; + margin: 0 0 0.78571429rem; + border-radius: 0.28571429rem; +} + +.ui.pointing.upward.dropdown .menu:after, +.ui.top.pointing.upward.dropdown .menu:after { + top: 100% !important; + bottom: auto !important; + -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15); + margin: -0.25em 0 0; +} + +/* Right Pointing Upward */ + +.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu { + top: auto !important; + bottom: 0 !important; + margin: 0 1em 0 0; +} + +.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after { + top: auto !important; + bottom: 0 !important; + margin: 0 0 1em 0; + -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); +} + +/* Left Pointing Upward */ + +.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu { + top: auto !important; + bottom: 0 !important; + margin: 0 0 0 1em; +} + +.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after { + top: auto !important; + bottom: 0 !important; + margin: 0 0 1em 0; + -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); + box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); +} + +/*-------------------- + Sizes +---------------------*/ + +.ui.dropdown, +.ui.dropdown .menu > .item { + font-size: 1rem; +} + +.ui.mini.dropdown, +.ui.mini.dropdown .menu > .item { + font-size: 0.78571429rem; +} + +.ui.tiny.dropdown, +.ui.tiny.dropdown .menu > .item { + font-size: 0.85714286rem; +} + +.ui.small.dropdown, +.ui.small.dropdown .menu > .item { + font-size: 0.92857143rem; +} + +.ui.large.dropdown, +.ui.large.dropdown .menu > .item { + font-size: 1.14285714rem; +} + +.ui.big.dropdown, +.ui.big.dropdown .menu > .item { + font-size: 1.28571429rem; +} + +.ui.huge.dropdown, +.ui.huge.dropdown .menu > .item { + font-size: 1.42857143rem; +} + +.ui.massive.dropdown, +.ui.massive.dropdown .menu > .item { + font-size: 1.71428571rem; +} + +/*-------------- + Inverted + ---------------*/ + +/* General rules and basic dropdowns */ + +.ui.inverted.dropdown .menu { + background: #1B1C1D; + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.15); +} + +.ui.inverted.dropdown .menu > .item { + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.dropdown .menu .active.item { + background: transparent; + color: rgba(255, 255, 255, 0.8); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.inverted.dropdown .menu > .item:hover { + background: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.dropdown.selected, +.ui.inverted.dropdown .menu .selected.item { + background: rgba(255, 255, 255, 0.15); + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.dropdown .menu > .header { + color: #FFFFFF; +} + +.ui.inverted.dropdown > .text > .description, +.ui.inverted.dropdown .menu > .item > .description { + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.dropdown .menu > .divider { + border-top: 1px solid rgba(255, 255, 255, 0.15); +} + +.ui.inverted.dropdown .scrolling.menu { + border: none; + border-top: 1px solid rgba(255, 255, 255, 0.15); +} + +/* Selection */ + +.ui.inverted.selection.dropdown { + border: 1px solid rgba(255, 255, 255, 0.15); + background: #1B1C1D; + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.selection.dropdown:hover { + border-color: rgba(255, 255, 255, 0.25); + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.inverted.selection.dropdown input { + color: #FFFFFF; +} + +.ui.inverted.selection.visible.dropdown > .text:not(.default) { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.selection.active.dropdown .menu, +.ui.inverted.selection.active.dropdown:hover { + border-color: rgba(255, 255, 255, 0.15); +} + +.ui.inverted.selection.dropdown .menu > .item { + border-top: 1px solid #242526; +} + +.ui.inverted.dropdown:not(.button) > .default.text, +.ui.inverted.default.dropdown:not(.button) > .text { + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.dropdown:not(.button) > input:focus ~ .default.text, +.ui.inverted.default.dropdown:not(.button) > input:focus ~ .text { + color: rgba(255, 255, 255, 0.7); +} + +.ui.inverted.active.search.dropdown input.search:focus + .text .icon, +.ui.inverted.active.search.dropdown input.search:focus + .text .flag { + opacity: 0.45; +} + +.ui.inverted.active.search.dropdown input.search:focus + .text { + color: rgba(255, 255, 255, 0.7) !important; +} + +.ui.inverted.dropdown .menu > .message:not(.ui) { + color: rgba(255, 255, 255, 0.5); +} + +/* Fixing the border */ + +.ui.inverted.dropdown .menu > .item:first-child { + border-top-width: 0; +} + +/* Labels */ + +.ui.inverted.multiple.dropdown > .label { + background-color: rgba(255, 255, 255, 0.7); + background-image: none; + color: #000000; + -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset; + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset; +} + +.ui.inverted.multiple.dropdown > .label:hover { + background-color: rgba(255, 255, 255, 0.9); + border-color: rgba(255, 255, 255, 0.9); + background-image: none; + color: #000000; +} + +.ui.inverted.multiple.dropdown > .label > .close.icon, +.ui.inverted.multiple.dropdown > .label > .delete.icon { + opacity: 0.6; +} + +.ui.inverted.multiple.dropdown > .label > .close.icon:hover, +.ui.inverted.multiple.dropdown > .label > .delete.icon:hover { + opacity: 0.8; +} + +/* Selection for form elements */ + +.ui.inverted.dropdown textarea::-webkit-selection, +.ui.inverted.dropdown input::-webkit-selection { + background-color: rgba(255, 255, 255, 0.25); + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.dropdown textarea::-moz-selection, +.ui.inverted.dropdown input::-moz-selection { + background-color: rgba(255, 255, 255, 0.25); + color: rgba(255, 255, 255, 0.8); +} + +.ui.inverted.dropdown textarea::selection, +.ui.inverted.dropdown input::selection { + background-color: rgba(255, 255, 255, 0.25); + color: rgba(255, 255, 255, 0.8); +} + +/* Scrollbars */ + +.ui.inverted.dropdown .menu::-webkit-scrollbar-track { + background: rgba(255, 255, 255, 0.1); +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, 0.25); +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive { + background: rgba(255, 255, 255, 0.15); +} + +.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover { + background: rgba(255, 255, 255, 0.35); +} + +.ui.inverted.pointing.dropdown > .menu:after { + background: #1B1C1D; + -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15); + box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15); +} + +/******************************* + Theme Overrides +*******************************/ + +/* Dropdown Carets */ + +@font-face { + font-family: 'Dropdown'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); + font-weight: normal; + font-style: normal; +} + +.ui.dropdown > .dropdown.icon { + font-family: 'Dropdown'; + line-height: 1; + height: 1em; + width: 1.23em; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + font-weight: normal; + font-style: normal; + text-align: center; +} + +.ui.dropdown > .dropdown.icon { + width: auto; +} + +.ui.dropdown > .dropdown.icon:before { + content: '\f0d7'; +} + +/* Sub Menu */ + +.ui.dropdown .menu .item .dropdown.icon:before { + content: '\f0da' ; +} + +.ui.dropdown .item .left.dropdown.icon:before, +.ui.dropdown .left.menu .item .dropdown.icon:before { + content: "\f0d9" ; +} + +/* Vertical Menu Dropdown */ + +.ui.vertical.menu .dropdown.item > .dropdown.icon:before { + content: "\f0da" ; +} + +/* Icons for Reference +.dropdown.down.icon { + content: "\f0d7"; +} +.dropdown.up.icon { + content: "\f0d8"; +} +.dropdown.left.icon { + content: "\f0d9"; +} +.dropdown.icon.icon { + content: "\f0da"; +} +*/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Video + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Types +*******************************/ + +.ui.embed { + position: relative; + max-width: 100%; + height: 0; + overflow: hidden; + background: #DCDDDE; + padding-bottom: 56.25%; +} + +/*----------------- + Embedded Content +------------------*/ + +.ui.embed iframe, +.ui.embed embed, +.ui.embed object { + position: absolute; + border: none; + width: 100%; + height: 100%; + top: 0; + left: 0; + margin: 0; + padding: 0; + overflow: hidden; +} + +/*----------------- + Embed +------------------*/ + +.ui.embed > .embed { + display: none; +} + +/*-------------- + Placeholder +---------------*/ + +.ui.embed > .placeholder { + position: absolute; + cursor: pointer; + top: 0; + left: 0; + display: block; + width: 100%; + height: 100%; + background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); +} + +/*-------------- + Icon +---------------*/ + +.ui.embed > .icon { + cursor: pointer; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 2; +} + +.ui.embed > .icon:after { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 3; + content: ''; + background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); + background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); + opacity: 0.5; + -webkit-transition: opacity 0.5s ease; + transition: opacity 0.5s ease; +} + +.ui.embed > .icon:before { + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); + color: #FFFFFF; + font-size: 6rem; + text-shadow: 0 2px 10px rgba(34, 36, 38, 0.2); + -webkit-transition: opacity 0.5s ease, color 0.5s ease; + transition: opacity 0.5s ease, color 0.5s ease; + z-index: 10; +} + +/******************************* + States +*******************************/ + +/*-------------- + Hover +---------------*/ + +.ui.embed .icon:hover:after { + background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); + background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); + opacity: 1; +} + +.ui.embed .icon:hover:before { + color: #FFFFFF; +} + +/*-------------- + Active +---------------*/ + +.ui.active.embed > .icon, +.ui.active.embed > .placeholder { + display: none; +} + +.ui.active.embed > .embed { + display: block; +} + +/******************************* + Variations +*******************************/ + +.ui.square.embed { + padding-bottom: 100%; +} + +.ui[class*="4:3"].embed { + padding-bottom: 75%; +} + +.ui[class*="16:9"].embed { + padding-bottom: 56.25%; +} + +.ui[class*="21:9"].embed { + padding-bottom: 42.85714286%; +} + +/******************************* + Video Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Modal + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Modal +*******************************/ + +.ui.modal { + position: absolute; + display: none; + z-index: 1001; + text-align: left; + background: #FFFFFF; + border: none; + -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2); + box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2); + -webkit-transform-origin: 50% 25%; + transform-origin: 50% 25%; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + border-radius: 0.28571429rem; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + will-change: top, left, margin, transform, opacity; +} + +.ui.modal > :first-child:not(.icon):not(.dimmer), +.ui.modal > .icon:first-child + *, +.ui.modal > .dimmer:first-child + *:not(.icon), +.ui.modal > .dimmer:first-child + .icon + * { + border-top-left-radius: 0.28571429rem; + border-top-right-radius: 0.28571429rem; +} + +.ui.modal > :last-child { + border-bottom-left-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +/******************************* + Content +*******************************/ + +/*-------------- + Close +---------------*/ + +.ui.modal > .close { + cursor: pointer; + position: absolute; + top: -2.5rem; + right: -2.5rem; + z-index: 1; + opacity: 0.8; + font-size: 1.25em; + color: #FFFFFF; + width: 2.25rem; + height: 2.25rem; + padding: 0.625rem 0 0 0; +} + +.ui.modal > .close:hover { + opacity: 1; +} + +/*-------------- + Header +---------------*/ + +.ui.modal > .header { + display: block; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + background: #FFFFFF; + margin: 0; + padding: 1.25rem 1.5rem; + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.85); + border-bottom: 1px solid rgba(34, 36, 38, 0.15); +} + +.ui.modal > .header:not(.ui) { + font-size: 1.42857143rem; + line-height: 1.28571429em; + font-weight: bold; +} + +/*-------------- + Content +---------------*/ + +.ui.modal > .content { + display: block; + width: 100%; + font-size: 1em; + line-height: 1.4; + padding: 1.5rem; + background: #FFFFFF; +} + +.ui.modal > .image.content { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} + +/* Image */ + +.ui.modal > .content > .image { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: ''; + -ms-flex-item-align: start; + align-self: start; + max-width: 100%; +} + +.ui.modal > [class*="top aligned"] { + -ms-flex-item-align: start; + align-self: start; +} + +.ui.modal > [class*="middle aligned"] { + -ms-flex-item-align: center; + align-self: center; +} + +.ui.modal > [class*="stretched"] { + -ms-flex-item-align: stretch; + align-self: stretch; +} + +/* Description */ + +.ui.modal > .content > .description { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + min-width: 0; + -ms-flex-item-align: start; + align-self: start; +} + +.ui.modal > .content > .icon + .description, +.ui.modal > .content > .image + .description { + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + min-width: ''; + width: auto; + padding-left: 2em; +} + +/*rtl:ignore*/ + +.ui.modal > .content > .image > i.icon { + margin: 0; + opacity: 1; + width: auto; + line-height: 1; + font-size: 8rem; +} + +/*-------------- + Actions +---------------*/ + +.ui.modal > .actions { + background: #F9FAFB; + padding: 1rem 1rem; + border-top: 1px solid rgba(34, 36, 38, 0.15); + text-align: right; +} + +.ui.modal .actions > .button { + margin-left: 0.75em; +} + +.ui.basic.modal > .actions { + border-top: none; +} + +/*------------------- + Responsive +--------------------*/ + +/* Modal Width */ + +@media only screen and (max-width: 767.98px) { + .ui.modal:not(.fullscreen) { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.modal:not(.fullscreen) { + width: 88%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.modal:not(.fullscreen) { + width: 850px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.modal:not(.fullscreen) { + width: 900px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.modal:not(.fullscreen) { + width: 950px; + margin: 0 0 0 0; + } +} + +/* Tablet and Mobile */ + +@media only screen and (max-width: 991.98px) { + .ui.modal > .header { + padding-right: 2.25rem; + } + + .ui.modal > .close { + top: 1.0535rem; + right: 1rem; + color: rgba(0, 0, 0, 0.87); + } +} + +/* Mobile */ + +@media only screen and (max-width: 767.98px) { + .ui.modal > .header { + padding: 0.75rem 1rem !important; + padding-right: 2.25rem !important; + } + + .ui.overlay.fullscreen.modal > .content.content.content { + min-height: calc(100vh - 8.1rem); + } + + .ui.overlay.fullscreen.modal > .scrolling.content.content.content { + max-height: calc(100vh - 8.1rem); + } + + .ui.modal > .content { + display: block; + padding: 1rem !important; + } + + .ui.modal > .close { + top: 0.5rem !important; + right: 0.5rem !important; + } + + /*rtl:ignore*/ + + .ui.modal .image.content { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + } + + .ui.modal .content > .image { + display: block; + max-width: 100%; + margin: 0 auto !important; + text-align: center; + padding: 0 0 1rem !important; + } + + .ui.modal > .content > .image > i.icon { + font-size: 5rem; + text-align: center; + } + + /*rtl:ignore*/ + + .ui.modal .content > .description { + display: block; + width: 100% !important; + margin: 0 !important; + padding: 1rem 0 !important; + -webkit-box-shadow: none; + box-shadow: none; + } + + /* Let Buttons Stack */ + + .ui.modal > .actions { + padding: 1rem 1rem 0rem !important; + } + + .ui.modal .actions > .buttons, + .ui.modal .actions > .button { + margin-bottom: 1rem; + } +} + +/*-------------- + Coupling +---------------*/ + +.ui.inverted.dimmer > .ui.modal { + -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2); + box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2); +} + +/******************************* + Types +*******************************/ + +.ui.basic.modal { + background-color: transparent; + border: none; + border-radius: 0; + -webkit-box-shadow: none !important; + box-shadow: none !important; + color: #FFFFFF; +} + +.ui.basic.modal > .header, +.ui.basic.modal > .content, +.ui.basic.modal > .actions { + background-color: transparent; +} + +.ui.basic.modal > .header { + color: #FFFFFF; +} + +.ui.basic.modal > .close { + top: 1rem; + right: 1.5rem; + color: #FFFFFF; +} + +.ui.inverted.dimmer > .basic.modal { + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.dimmer > .ui.basic.modal > .header { + color: rgba(0, 0, 0, 0.85); +} + +/* Resort to margin positioning if legacy */ + +.ui.legacy.legacy.modal, +.ui.legacy.legacy.page.dimmer > .ui.modal { + left: 50% !important; +} + +.ui.legacy.legacy.modal:not(.aligned), +.ui.legacy.legacy.page.dimmer > .ui.modal:not(.aligned) { + top: 50%; +} + +.ui.legacy.legacy.page.dimmer > .ui.scrolling.modal:not(.aligned), +.ui.page.dimmer > .ui.scrolling.legacy.legacy.modal:not(.aligned), +.ui.top.aligned.legacy.legacy.page.dimmer > .ui.modal:not(.aligned), +.ui.top.aligned.dimmer > .ui.legacy.legacy.modal:not(.aligned) { + top: auto; +} + +.ui.legacy.overlay.fullscreen.modal { + margin-top: -2rem !important; +} + +/******************************* + States +*******************************/ + +.ui.loading.modal { + display: block; + visibility: hidden; + z-index: -1; +} + +.ui.active.modal { + display: block; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Aligned + ---------------*/ + +.modals.dimmer .ui.top.aligned.modal { + top: 5vh; +} + +.modals.dimmer .ui.bottom.aligned.modal { + bottom: 5vh; +} + +@media only screen and (max-width: 767.98px) { + .modals.dimmer .ui.top.aligned.modal { + top: 1rem; + } + + .modals.dimmer .ui.bottom.aligned.modal { + bottom: 1rem; + } +} + +/*-------------- + Scrolling + ---------------*/ + +/* Scrolling Dimmer */ + +.scrolling.dimmable.dimmed { + overflow: hidden; +} + +.scrolling.dimmable > .dimmer { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + position: fixed; +} + +.scrolling.dimmable.dimmed > .dimmer { + overflow: auto; + -webkit-overflow-scrolling: touch; +} + +.modals.dimmer .ui.scrolling.modal:not(.fullscreen) { + margin: 2rem auto; +} + +/* Fix for Firefox, Edge, IE11 */ + +.modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"])::after { + content: '\00A0'; + position: absolute; + height: 2rem; +} + +/* Undetached Scrolling */ + +.scrolling.undetached.dimmable.dimmed { + overflow: auto; + -webkit-overflow-scrolling: touch; +} + +.scrolling.undetached.dimmable.dimmed > .dimmer { + overflow: hidden; +} + +.scrolling.undetached.dimmable .ui.scrolling.modal:not(.fullscreen) { + position: absolute; + left: 50%; +} + +/* Scrolling Content */ + +.ui.modal > .scrolling.content { + max-height: calc(80vh - 10rem); + overflow: auto; +} + +.ui.overlay.fullscreen.modal > .content { + min-height: calc(100vh - 9.1rem); +} + +.ui.overlay.fullscreen.modal > .scrolling.content { + max-height: calc(100vh - 9.1rem); +} + +/*-------------- + Full Screen + ---------------*/ + +.ui.fullscreen.modal { + width: 95%; + left: 2.5%; + margin: 1em auto; +} + +.ui.overlay.fullscreen.modal { + width: 100%; + left: 0; + margin: 0 auto; + top: 0; + border-radius: 0; +} + +.ui.fullscreen.modal > .header { + padding-right: 2.25rem; +} + +.ui.fullscreen.modal > .close { + top: 1.0535rem; + right: 1rem; + color: rgba(0, 0, 0, 0.87); +} + +.ui.basic.fullscreen.modal > .close { + color: #FFFFFF; +} + +/*-------------- + Size +---------------*/ + +.ui.modal { + font-size: 1rem; +} + +.ui.mini.modal > .header:not(.ui) { + font-size: 1.3em; +} + +@media only screen and (max-width: 767.98px) { + .ui.mini.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.mini.modal { + width: 35.2%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.mini.modal { + width: 340px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.mini.modal { + width: 360px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.mini.modal { + width: 380px; + margin: 0 0 0 0; + } +} + +.ui.tiny.modal > .header:not(.ui) { + font-size: 1.3em; +} + +@media only screen and (max-width: 767.98px) { + .ui.tiny.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.tiny.modal { + width: 52.8%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.tiny.modal { + width: 510px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.tiny.modal { + width: 540px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.tiny.modal { + width: 570px; + margin: 0 0 0 0; + } +} + +.ui.small.modal > .header:not(.ui) { + font-size: 1.3em; +} + +@media only screen and (max-width: 767.98px) { + .ui.small.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.small.modal { + width: 70.4%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.small.modal { + width: 680px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.small.modal { + width: 720px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.small.modal { + width: 760px; + margin: 0 0 0 0; + } +} + +.ui.large.modal > .header:not(.ui) { + font-size: 1.6em; +} + +@media only screen and (max-width: 767.98px) { + .ui.large.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.large.modal { + width: 88%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.large.modal { + width: 1020px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.large.modal { + width: 1080px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.large.modal { + width: 1140px; + margin: 0 0 0 0; + } +} + +.ui.big.modal > .header:not(.ui) { + font-size: 1.6em; +} + +@media only screen and (max-width: 767.98px) { + .ui.big.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.big.modal { + width: 88%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.big.modal { + width: 1190px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.big.modal { + width: 1260px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.big.modal { + width: 1330px; + margin: 0 0 0 0; + } +} + +.ui.huge.modal > .header:not(.ui) { + font-size: 1.6em; +} + +@media only screen and (max-width: 767.98px) { + .ui.huge.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.huge.modal { + width: 88%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.huge.modal { + width: 1360px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.huge.modal { + width: 1440px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.huge.modal { + width: 1520px; + margin: 0 0 0 0; + } +} + +.ui.massive.modal > .header:not(.ui) { + font-size: 1.8em; +} + +@media only screen and (max-width: 767.98px) { + .ui.massive.modal { + width: 95%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 768px) { + .ui.massive.modal { + width: 88%; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 992px) { + .ui.massive.modal { + width: 1530px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1200px) { + .ui.massive.modal { + width: 1620px; + margin: 0 0 0 0; + } +} + +@media only screen and (min-width: 1920px) { + .ui.massive.modal { + width: 1710px; + margin: 0 0 0 0; + } +} + +/***************************** + Inverted + *******************************/ + +.ui.inverted.modal { + background: rgba(0, 0, 0, 0.9); +} + +.ui.inverted.modal > .header, +.ui.inverted.modal > .content { + background: rgba(0, 0, 0, 0.9); + color: #FFFFFF; +} + +.ui.inverted.modal > .actions { + background: #191A1B; + border-top: 1px solid rgba(34, 36, 38, 0.85); + color: #FFFFFF; +} + +.ui.inverted.dimmer > .modal > .close { + color: rgba(0, 0, 0, 0.85); +} + +@media only screen and (max-width: 991.98px) { + .ui.dimmer .inverted.modal > .close { + color: #FFFFFF; + } +} + +.ui.inverted.fullscreen.modal > .close { + color: #FFFFFF; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Nag + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Nag +*******************************/ + +.ui.nag { + display: none; + opacity: 0.95; + position: relative; + top: 0; + left: 0; + z-index: 999; + min-height: 0; + width: 100%; + margin: 0; + padding: 0.75em 1em; + background: #555555; + -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); + font-size: 1rem; + text-align: center; + color: rgba(0, 0, 0, 0.87); + border-radius: 0 0 0.28571429rem 0.28571429rem; + -webkit-transition: 0.2s background ease; + transition: 0.2s background ease; +} + +a.ui.nag { + cursor: pointer; +} + +.ui.nag > .title { + display: inline-block; + margin: 0 0.5em; + color: #FFFFFF; +} + +.ui.nag > .close.icon { + cursor: pointer; + opacity: 0.4; + position: absolute; + top: 50%; + right: 1em; + font-size: 1em; + margin: -0.5em 0 0; + color: #FFFFFF; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; +} + +/******************************* + States +*******************************/ + +/* Hover */ + +.ui.nag:hover { + background: #555555; + opacity: 1; +} + +.ui.nag .close:hover { + opacity: 1; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Static +---------------*/ + +.ui.overlay.nag { + position: absolute; + display: block; +} + +/*-------------- + Fixed +---------------*/ + +.ui.fixed.nag { + position: fixed; +} + +/*-------------- + Bottom +---------------*/ + +.ui.bottom.nags, +.ui.bottom.nag { + border-radius: 0.28571429rem 0.28571429rem 0 0; + top: auto; + bottom: 0; +} + +/*-------------- + White +---------------*/ + +.ui.inverted.nags .nag, +.ui.inverted.nag { + background-color: #F3F4F5; + color: rgba(0, 0, 0, 0.85); +} + +.ui.inverted.nags .nag .close, +.ui.inverted.nags .nag .title, +.ui.inverted.nag .close, +.ui.inverted.nag .title { + color: rgba(0, 0, 0, 0.4); +} + +/******************************* + Groups +*******************************/ + +.ui.nags .nag { + border-radius: 0 !important; +} + +.ui.nags .nag:last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.bottom.nags .nag:last-child { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Popup + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Popup +*******************************/ + +.ui.popup { + display: none; + position: absolute; + top: 0; + right: 0; + /* Fixes content being squished when inline (moz only) */ + min-width: -webkit-min-content; + min-width: -moz-min-content; + min-width: min-content; + z-index: 1900; + border: 1px solid #D4D4D5; + line-height: 1.4285em; + max-width: 250px; + background: #FFFFFF; + padding: 0.833em 1em; + font-weight: normal; + font-style: normal; + color: rgba(0, 0, 0, 0.87); + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.popup > .header { + padding: 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1.14285714em; + line-height: 1.2; + font-weight: bold; +} + +.ui.popup > .header + .content { + padding-top: 0.5em; +} + +.ui.popup:before { + position: absolute; + content: ''; + width: 0.71428571em; + height: 0.71428571em; + background: #FFFFFF; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + z-index: 1901; + -webkit-box-shadow: 1px 1px 0 0 #bababc; + box-shadow: 1px 1px 0 0 #bababc; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Tooltip + ---------------*/ + +/* Content */ + +[data-tooltip] { + position: relative; +} + +/* Arrow */ + +[data-tooltip]:before { + pointer-events: none; + position: absolute; + content: ''; + font-size: 1rem; + width: 0.71428571em; + height: 0.71428571em; + background: #FFFFFF; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + z-index: 1901; + -webkit-box-shadow: 1px 1px 0 0 #bababc; + box-shadow: 1px 1px 0 0 #bababc; +} + +/* Popup */ + +[data-tooltip]:after { + pointer-events: none; + content: attr(data-tooltip); + position: absolute; + text-transform: none; + text-align: left; + white-space: nowrap; + font-size: 1rem; + border: 1px solid #D4D4D5; + line-height: 1.4285em; + max-width: none; + background: #FFFFFF; + padding: 0.833em 1em; + font-weight: normal; + font-style: normal; + color: rgba(0, 0, 0, 0.87); + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + z-index: 1900; +} + +/* Default Position (Top Center) */ + +[data-tooltip]:not([data-position]):before { + top: auto; + right: auto; + bottom: 100%; + left: 50%; + background: #FFFFFF; + margin-left: -0.07142857rem; + margin-bottom: 0.14285714rem; +} + +[data-tooltip]:not([data-position]):after { + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + bottom: 100%; + margin-bottom: 0.5em; +} + +/* Animation */ + +[data-tooltip]:before, +[data-tooltip]:after { + pointer-events: none; + visibility: hidden; +} + +[data-tooltip]:before { + opacity: 0; + -webkit-transform: rotate(45deg) scale(0) !important; + transform: rotate(45deg) scale(0) !important; + -webkit-transform-origin: center top; + transform-origin: center top; + -webkit-transition: all 0.1s ease; + transition: all 0.1s ease; +} + +[data-tooltip]:after { + opacity: 1; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-transition: all 0.1s ease; + transition: all 0.1s ease; +} + +[data-tooltip]:hover:before, +[data-tooltip]:hover:after { + visibility: visible; + pointer-events: auto; +} + +[data-tooltip]:hover:before { + -webkit-transform: rotate(45deg) scale(1) !important; + transform: rotate(45deg) scale(1) !important; + opacity: 1; +} + +/* Animation Position */ + +[data-tooltip]:after, +[data-tooltip][data-position="top center"]:after, +[data-tooltip][data-position="bottom center"]:after { + -webkit-transform: translateX(-50%) scale(0) !important; + transform: translateX(-50%) scale(0) !important; +} + +[data-tooltip]:hover:after, +[data-tooltip][data-position="bottom center"]:hover:after { + -webkit-transform: translateX(-50%) scale(1) !important; + transform: translateX(-50%) scale(1) !important; +} + +[data-tooltip][data-position="left center"]:after, +[data-tooltip][data-position="right center"]:after { + -webkit-transform: translateY(-50%) scale(0) !important; + transform: translateY(-50%) scale(0) !important; +} + +[data-tooltip][data-position="left center"]:hover:after, +[data-tooltip][data-position="right center"]:hover:after { + -webkit-transform: translateY(-50%) scale(1) !important; + transform: translateY(-50%) scale(1) !important; +} + +[data-tooltip][data-position="top left"]:after, +[data-tooltip][data-position="top right"]:after, +[data-tooltip][data-position="bottom left"]:after, +[data-tooltip][data-position="bottom right"]:after { + -webkit-transform: scale(0) !important; + transform: scale(0) !important; +} + +[data-tooltip][data-position="top left"]:hover:after, +[data-tooltip][data-position="top right"]:hover:after, +[data-tooltip][data-position="bottom left"]:hover:after, +[data-tooltip][data-position="bottom right"]:hover:after { + -webkit-transform: scale(1) !important; + transform: scale(1) !important; +} + +/*-------------- + Inverted + ---------------*/ + +/* Arrow */ + +[data-tooltip][data-inverted]:before { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +/* Arrow Position */ + +[data-tooltip][data-inverted]:before { + background: #1B1C1D; +} + +/* Popup */ + +[data-tooltip][data-inverted]:after { + background: #1B1C1D; + color: #FFFFFF; + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +[data-tooltip][data-inverted]:after .header { + background: none; + color: #FFFFFF; +} + +/*-------------- + Position + ---------------*/ + +[data-position~="top"][data-tooltip]:before { + background: #FFFFFF; +} + +/* Top Center */ + +[data-position="top center"][data-tooltip]:after { + top: auto; + right: auto; + left: 50%; + bottom: 100%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + margin-bottom: 0.5em; +} + +[data-position="top center"][data-tooltip]:before { + top: auto; + right: auto; + bottom: 100%; + left: 50%; + background: #FFFFFF; + margin-left: -0.07142857rem; + margin-bottom: 0.14285714rem; +} + +/* Top Left */ + +[data-position="top left"][data-tooltip]:after { + top: auto; + right: auto; + left: 0; + bottom: 100%; + margin-bottom: 0.5em; +} + +[data-position="top left"][data-tooltip]:before { + top: auto; + right: auto; + bottom: 100%; + left: 1em; + margin-left: -0.07142857rem; + margin-bottom: 0.14285714rem; +} + +/* Top Right */ + +[data-position="top right"][data-tooltip]:after { + top: auto; + left: auto; + right: 0; + bottom: 100%; + margin-bottom: 0.5em; +} + +[data-position="top right"][data-tooltip]:before { + top: auto; + left: auto; + bottom: 100%; + right: 1em; + margin-left: -0.07142857rem; + margin-bottom: 0.14285714rem; +} + +[data-position~="bottom"][data-tooltip]:before { + background: #FFFFFF; + -webkit-box-shadow: -1px -1px 0 0 #bababc; + box-shadow: -1px -1px 0 0 #bababc; +} + +/* Bottom Center */ + +[data-position="bottom center"][data-tooltip]:after { + bottom: auto; + right: auto; + left: 50%; + top: 100%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + margin-top: 0.5em; +} + +[data-position="bottom center"][data-tooltip]:before { + bottom: auto; + right: auto; + top: 100%; + left: 50%; + margin-left: -0.07142857rem; + margin-top: 0.14285714rem; +} + +/* Bottom Left */ + +[data-position="bottom left"][data-tooltip]:after { + left: 0; + top: 100%; + margin-top: 0.5em; +} + +[data-position="bottom left"][data-tooltip]:before { + bottom: auto; + right: auto; + top: 100%; + left: 1em; + margin-left: -0.07142857rem; + margin-top: 0.14285714rem; +} + +/* Bottom Right */ + +[data-position="bottom right"][data-tooltip]:after { + right: 0; + top: 100%; + margin-top: 0.5em; +} + +[data-position="bottom right"][data-tooltip]:before { + bottom: auto; + left: auto; + top: 100%; + right: 1em; + margin-left: -0.14285714rem; + margin-top: 0.07142857rem; +} + +/* Left Center */ + +[data-position="left center"][data-tooltip]:after { + right: 100%; + top: 50%; + margin-right: 0.5em; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +[data-position="left center"][data-tooltip]:before { + right: 100%; + top: 50%; + margin-top: -0.14285714rem; + margin-right: -0.07142857rem; + background: #FFFFFF; + -webkit-box-shadow: 1px -1px 0 0 #bababc; + box-shadow: 1px -1px 0 0 #bababc; +} + +/* Right Center */ + +[data-position="right center"][data-tooltip]:after { + left: 100%; + top: 50%; + margin-left: 0.5em; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +[data-position="right center"][data-tooltip]:before { + left: 100%; + top: 50%; + margin-top: -0.07142857rem; + margin-left: 0.14285714rem; + background: #FFFFFF; + -webkit-box-shadow: -1px 1px 0 0 #bababc; + box-shadow: -1px 1px 0 0 #bababc; +} + +/* Inverted Arrow Color */ + +[data-inverted][data-position~="bottom"][data-tooltip]:before { + background: #1B1C1D; + -webkit-box-shadow: -1px -1px 0 0 #bababc; + box-shadow: -1px -1px 0 0 #bababc; +} + +[data-inverted][data-position="left center"][data-tooltip]:before { + background: #1B1C1D; + -webkit-box-shadow: 1px -1px 0 0 #bababc; + box-shadow: 1px -1px 0 0 #bababc; +} + +[data-inverted][data-position="right center"][data-tooltip]:before { + background: #1B1C1D; + -webkit-box-shadow: -1px 1px 0 0 #bababc; + box-shadow: -1px 1px 0 0 #bababc; +} + +[data-inverted][data-position~="top"][data-tooltip]:before { + background: #1B1C1D; +} + +[data-position~="bottom"][data-tooltip]:before { + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +[data-position~="bottom"][data-tooltip]:after { + -webkit-transform-origin: center top; + transform-origin: center top; +} + +[data-position="left center"][data-tooltip]:before { + -webkit-transform-origin: top center; + transform-origin: top center; +} + +[data-position="left center"][data-tooltip]:after { + -webkit-transform-origin: right center; + transform-origin: right center; +} + +[data-position="right center"][data-tooltip]:before { + -webkit-transform-origin: right center; + transform-origin: right center; +} + +[data-position="right center"][data-tooltip]:after { + -webkit-transform-origin: left center; + transform-origin: left center; +} + +/*-------------- + Basic + ---------------*/ + +[data-tooltip][data-variation~="basic"]:before { + display: none; +} + +/*-------------- + Spacing +---------------*/ + +.ui.popup { + margin: 0; +} + +/* Extending from Top */ + +.ui.top.popup { + margin: 0 0 0.71428571em; +} + +.ui.top.left.popup { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.ui.top.center.popup { + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +.ui.top.right.popup { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; +} + +/* Extending from Vertical Center */ + +.ui.left.center.popup { + margin: 0 0.71428571em 0 0; + -webkit-transform-origin: right 50%; + transform-origin: right 50%; +} + +.ui.right.center.popup { + margin: 0 0 0 0.71428571em; + -webkit-transform-origin: left 50%; + transform-origin: left 50%; +} + +/* Extending from Bottom */ + +.ui.bottom.popup { + margin: 0.71428571em 0 0; +} + +.ui.bottom.left.popup { + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.ui.bottom.center.popup { + -webkit-transform-origin: center top; + transform-origin: center top; +} + +.ui.bottom.right.popup { + -webkit-transform-origin: right top; + transform-origin: right top; +} + +/*-------------- + Pointer + ---------------*/ + +/*--- Below ---*/ + +.ui.bottom.center.popup:before { + margin-left: -0.30714286em; + top: -0.30714286em; + left: 50%; + right: auto; + bottom: auto; + -webkit-box-shadow: -1px -1px 0 0 #bababc; + box-shadow: -1px -1px 0 0 #bababc; +} + +.ui.bottom.left.popup { + margin-left: 0; +} + +/*rtl:rename*/ + +.ui.bottom.left.popup:before { + top: -0.30714286em; + left: 1em; + right: auto; + bottom: auto; + margin-left: 0; + -webkit-box-shadow: -1px -1px 0 0 #bababc; + box-shadow: -1px -1px 0 0 #bababc; +} + +.ui.bottom.right.popup { + margin-right: 0; +} + +/*rtl:rename*/ + +.ui.bottom.right.popup:before { + top: -0.30714286em; + right: 1em; + bottom: auto; + left: auto; + margin-left: 0; + -webkit-box-shadow: -1px -1px 0 0 #bababc; + box-shadow: -1px -1px 0 0 #bababc; +} + +/*--- Above ---*/ + +.ui.top.center.popup:before { + top: auto; + right: auto; + bottom: -0.30714286em; + left: 50%; + margin-left: -0.30714286em; +} + +.ui.top.left.popup { + margin-left: 0; +} + +/*rtl:rename*/ + +.ui.top.left.popup:before { + bottom: -0.30714286em; + left: 1em; + top: auto; + right: auto; + margin-left: 0; +} + +.ui.top.right.popup { + margin-right: 0; +} + +/*rtl:rename*/ + +.ui.top.right.popup:before { + bottom: -0.30714286em; + right: 1em; + top: auto; + left: auto; + margin-left: 0; +} + +/*--- Left Center ---*/ + +/*rtl:rename*/ + +.ui.left.center.popup:before { + top: 50%; + right: -0.30714286em; + bottom: auto; + left: auto; + margin-top: -0.30714286em; + -webkit-box-shadow: 1px -1px 0 0 #bababc; + box-shadow: 1px -1px 0 0 #bababc; +} + +/*--- Right Center ---*/ + +/*rtl:rename*/ + +.ui.right.center.popup:before { + top: 50%; + left: -0.30714286em; + bottom: auto; + right: auto; + margin-top: -0.30714286em; + -webkit-box-shadow: -1px 1px 0 0 #bababc; + box-shadow: -1px 1px 0 0 #bababc; +} + +.ui.right.center.popup:before, +.ui.left.center.popup:before { + background: #FFFFFF; +} + +/* Arrow Color By Location */ + +.ui.bottom.popup:before { + background: #FFFFFF; +} + +.ui.top.popup:before { + background: #FFFFFF; +} + +/* Inverted Arrow Color */ + +.ui.inverted.bottom.popup:before { + background: #1B1C1D; +} + +.ui.inverted.right.center.popup:before, +.ui.inverted.left.center.popup:before { + background: #1B1C1D; +} + +.ui.inverted.top.popup:before { + background: #1B1C1D; +} + +/******************************* + Coupling +*******************************/ + +/* Immediate Nested Grid */ + +.ui.popup > .ui.grid:not(.padded) { + width: calc(100% + 1.75rem); + margin: -0.7rem -0.875rem; +} + +/******************************* + States +*******************************/ + +.ui.loading.popup { + display: block; + visibility: hidden; + z-index: -1; +} + +.ui.animating.popup, +.ui.visible.popup { + display: block; +} + +.ui.visible.popup { + -webkit-transform: translateZ(0); + transform: translateZ(0); + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Basic + ---------------*/ + +.ui.basic.popup:before { + display: none; +} + +/*-------------- + Wide + ---------------*/ + +.ui.wide.popup { + max-width: 350px; +} + +.ui[class*="very wide"].popup { + max-width: 550px; +} + +@media only screen and (max-width: 767.98px) { + .ui.wide.popup, + .ui[class*="very wide"].popup { + max-width: 250px; + } +} + +/*-------------- + Fluid + ---------------*/ + +.ui.fluid.popup { + width: 100%; + max-width: none; +} + +/*-------------- + Colors + ---------------*/ + +/* Inverted colors */ + +.ui.inverted.popup { + background: #1B1C1D; + color: #FFFFFF; + border: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.inverted.popup .header { + background-color: none; + color: #FFFFFF; +} + +.ui.inverted.popup:before { + background-color: #1B1C1D; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +/*-------------- + Flowing + ---------------*/ + +.ui.flowing.popup { + max-width: none; +} + +/*-------------- + Sizes +---------------*/ + +.ui.popup { + font-size: 1rem; +} + +.ui.mini.popup { + font-size: 0.78571429rem; +} + +[data-tooltip][data-variation~="mini"]:before, +[data-tooltip][data-variation~="mini"]:after { + font-size: 0.78571429rem; +} + +.ui.tiny.popup { + font-size: 0.85714286rem; +} + +[data-tooltip][data-variation~="tiny"]:before, +[data-tooltip][data-variation~="tiny"]:after { + font-size: 0.85714286rem; +} + +.ui.small.popup { + font-size: 0.92857143rem; +} + +[data-tooltip][data-variation~="small"]:before, +[data-tooltip][data-variation~="small"]:after { + font-size: 0.92857143rem; +} + +.ui.large.popup { + font-size: 1.14285714rem; +} + +[data-tooltip][data-variation~="large"]:before, +[data-tooltip][data-variation~="large"]:after { + font-size: 1.14285714rem; +} + +.ui.big.popup { + font-size: 1.28571429rem; +} + +[data-tooltip][data-variation~="big"]:before, +[data-tooltip][data-variation~="big"]:after { + font-size: 1.28571429rem; +} + +.ui.huge.popup { + font-size: 1.42857143rem; +} + +[data-tooltip][data-variation~="huge"]:before, +[data-tooltip][data-variation~="huge"]:after { + font-size: 1.42857143rem; +} + +.ui.massive.popup { + font-size: 1.71428571rem; +} + +[data-tooltip][data-variation~="massive"]:before, +[data-tooltip][data-variation~="massive"]:after { + font-size: 1.71428571rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Progress Bar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Progress +*******************************/ + +.ui.progress { + position: relative; + display: block; + max-width: 100%; + border: none; + margin: 1em 0 2.5em; + -webkit-box-shadow: none; + box-shadow: none; + background: rgba(0, 0, 0, 0.1); + padding: 0; + border-radius: 0.28571429rem; +} + +.ui.progress:first-child { + margin: 0 0 2.5em; +} + +.ui.progress:last-child { + margin: 0 0 1.5em; +} + +/******************************* + Content +*******************************/ + +/* Activity Bar */ + +.ui.progress .bar { + display: block; + line-height: 1; + position: relative; + width: 0; + min-width: 2em; + background: #888888; + border-radius: 0.28571429rem; + -webkit-transition: width 0.1s ease, background-color 0.1s ease; + transition: width 0.1s ease, background-color 0.1s ease; + overflow: hidden; +} + +.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar, +.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar { + background: transparent; +} + +.ui.progress[data-percent="0"] .bar .progress { + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.progress[data-percent="0"] .bar .progress { + color: rgba(255, 255, 255, 0.9); +} + +/* Percent Complete */ + +.ui.progress .bar > .progress { + white-space: nowrap; + position: absolute; + width: auto; + font-size: 0.92857143em; + top: 50%; + right: 0.5em; + left: auto; + bottom: auto; + color: rgba(255, 255, 255, 0.7); + text-shadow: none; + margin-top: -0.5em; + font-weight: bold; + text-align: left; +} + +/* Label */ + +.ui.progress > .label { + position: absolute; + width: 100%; + font-size: 1em; + top: 100%; + right: auto; + left: 0; + bottom: auto; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; + text-shadow: none; + margin-top: 0.2em; + text-align: center; + -webkit-transition: color 0.4s ease; + transition: color 0.4s ease; +} + +/******************************* + Types +*******************************/ + +/* Indicating */ + +.ui.indicating.progress[data-percent^="1"] .bar, +.ui.indicating.progress[data-percent^="2"] .bar { + background-color: #D95C5C; +} + +.ui.indicating.progress[data-percent^="3"] .bar { + background-color: #EFBC72; +} + +.ui.indicating.progress[data-percent^="4"] .bar, +.ui.indicating.progress[data-percent^="5"] .bar { + background-color: #E6BB48; +} + +.ui.indicating.progress[data-percent^="6"] .bar { + background-color: #DDC928; +} + +.ui.indicating.progress[data-percent^="7"] .bar, +.ui.indicating.progress[data-percent^="8"] .bar { + background-color: #B4D95C; +} + +.ui.indicating.progress[data-percent^="9"] .bar, +.ui.indicating.progress[data-percent^="100"] .bar { + background-color: #66DA81; +} + +/* Indicating Label */ + +.ui.indicating.progress[data-percent^="1"] .label, +.ui.indicating.progress[data-percent^="2"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.indicating.progress[data-percent^="3"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.indicating.progress[data-percent^="4"] .label, +.ui.indicating.progress[data-percent^="5"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.indicating.progress[data-percent^="6"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.indicating.progress[data-percent^="7"] .label, +.ui.indicating.progress[data-percent^="8"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.indicating.progress[data-percent^="9"] .label, +.ui.indicating.progress[data-percent^="100"] .label { + color: rgba(0, 0, 0, 0.87); +} + +/* Inverted Indicating Label */ + +.ui.inverted.indicating.progress[data-percent^="1"] .label, +.ui.inverted.indicating.progress[data-percent^="2"] .label { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.indicating.progress[data-percent^="3"] .label { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.indicating.progress[data-percent^="4"] .label, +.ui.inverted.indicating.progress[data-percent^="5"] .label { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.indicating.progress[data-percent^="6"] .label { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.indicating.progress[data-percent^="7"] .label, +.ui.inverted.indicating.progress[data-percent^="8"] .label { + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.indicating.progress[data-percent^="9"] .label, +.ui.inverted.indicating.progress[data-percent^="100"] .label { + color: rgba(255, 255, 255, 0.9); +} + +/* Single Digits */ + +.ui.indicating.progress[data-percent="1"] .bar, +.ui.indicating.progress[data-percent="2"] .bar, +.ui.indicating.progress[data-percent="3"] .bar, +.ui.indicating.progress[data-percent="4"] .bar, +.ui.indicating.progress[data-percent="5"] .bar, +.ui.indicating.progress[data-percent="6"] .bar, +.ui.indicating.progress[data-percent="7"] .bar, +.ui.indicating.progress[data-percent="8"] .bar, +.ui.indicating.progress[data-percent="9"] .bar { + background-color: #D95C5C; +} + +.ui.indicating.progress[data-percent="0"] .label, +.ui.indicating.progress[data-percent="1"] .label, +.ui.indicating.progress[data-percent="2"] .label, +.ui.indicating.progress[data-percent="3"] .label, +.ui.indicating.progress[data-percent="4"] .label, +.ui.indicating.progress[data-percent="5"] .label, +.ui.indicating.progress[data-percent="6"] .label, +.ui.indicating.progress[data-percent="7"] .label, +.ui.indicating.progress[data-percent="8"] .label, +.ui.indicating.progress[data-percent="9"] .label { + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.indicating.progress[data-percent="0"] .label, +.ui.inverted.indicating.progress[data-percent="1"] .label, +.ui.inverted.indicating.progress[data-percent="2"] .label, +.ui.inverted.indicating.progress[data-percent="3"] .label, +.ui.inverted.indicating.progress[data-percent="4"] .label, +.ui.inverted.indicating.progress[data-percent="5"] .label, +.ui.inverted.indicating.progress[data-percent="6"] .label, +.ui.inverted.indicating.progress[data-percent="7"] .label, +.ui.inverted.indicating.progress[data-percent="8"] .label, +.ui.inverted.indicating.progress[data-percent="9"] .label { + color: rgba(255, 255, 255, 0.9); +} + +/* Indicating Success */ + +.ui.ui.indicating.progress.success .label { + color: #1A531B; +} + +/* Multiple */ + +.ui.multiple.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +/******************************* + States +*******************************/ + +/*-------------- + Success + ---------------*/ + +.ui.ui.progress.success .bar { + background-color: #21BA45; +} + +.ui.ui.progress.success .bar, +.ui.ui.progress.success .bar::after { + -webkit-animation: none; + animation: none; +} + +.ui.progress.success > .label { + color: #1A531B; +} + +/*-------------- + Warning + ---------------*/ + +.ui.ui.progress.warning .bar { + background-color: #F2C037; +} + +.ui.ui.progress.warning .bar, +.ui.ui.progress.warning .bar::after { + -webkit-animation: none; + animation: none; +} + +.ui.progress.warning > .label { + color: #794B02; +} + +/*-------------- + Error + ---------------*/ + +.ui.ui.progress.error .bar { + background-color: #DB2828; +} + +.ui.ui.progress.error .bar, +.ui.ui.progress.error .bar::after { + -webkit-animation: none; + animation: none; +} + +.ui.progress.error > .label { + color: #912D2B; +} + +/*-------------- + Active + ---------------*/ + +.ui.active.progress .bar { + position: relative; + min-width: 2em; +} + +.ui.active.progress .bar::after { + content: ''; + opacity: 0; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: #FFFFFF; + border-radius: 0.28571429rem; + -webkit-animation: progress-active 2s ease infinite; + animation: progress-active 2s ease infinite; + -webkit-transform-origin: left; + transform-origin: left; +} + +@-webkit-keyframes progress-active { + 0% { + opacity: 0.3; + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes progress-active { + 0% { + opacity: 0.3; + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +/*-------------- + Disabled + ---------------*/ + +.ui.disabled.progress { + opacity: 0.35; +} + +.ui.ui.disabled.progress .bar, +.ui.ui.disabled.progress .bar::after { + -webkit-animation: none; + animation: none; +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.progress { + background: rgba(255, 255, 255, 0.08); + border: none; +} + +.ui.inverted.progress .bar { + background: #888888; +} + +.ui.inverted.progress .bar > .progress { + color: #1B1C1D; +} + +.ui.inverted.progress > .label { + color: #FFFFFF; +} + +.ui.inverted.progress.success > .label { + color: #21BA45; +} + +.ui.inverted.progress.warning > .label { + color: #F2C037; +} + +.ui.inverted.progress.error > .label { + color: #DB2828; +} + +/*-------------- + Attached + ---------------*/ + +/* bottom attached */ + +.ui.progress.attached { + background: transparent; + position: relative; + border: none; + margin: 0; +} + +.ui.progress.attached, +.ui.progress.attached .bar { + display: block; + height: 0.2rem; + padding: 0; + overflow: hidden; + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +.ui.progress.attached .bar { + border-radius: 0; +} + +/* top attached */ + +.ui.progress.top.attached, +.ui.progress.top.attached .bar { + top: 0; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.progress.top.attached .bar { + border-radius: 0; +} + +/* Coupling */ + +.ui.segment > .ui.attached.progress, +.ui.card > .ui.attached.progress { + position: absolute; + top: auto; + left: 0; + bottom: 100%; + width: 100%; +} + +.ui.segment > .ui.bottom.attached.progress, +.ui.card > .ui.bottom.attached.progress { + top: 100%; + bottom: auto; +} + +/*-------------- + Colors +---------------*/ + +.ui.indeterminate.primary.progress .bar::before, +.ui.primary.progress .bar, +.ui.progress .primary.bar { + background-color: #2185D0; +} + +.ui.inverted.indeterminate.primary.progress .bar::before, +.ui.primary.inverted.progress .bar, +.ui.inverted.progress .primary.bar { + background-color: #54C8FF; +} + +.ui.indeterminate.secondary.progress .bar::before, +.ui.secondary.progress .bar, +.ui.progress .secondary.bar { + background-color: #1B1C1D; +} + +.ui.inverted.indeterminate.secondary.progress .bar::before, +.ui.secondary.inverted.progress .bar, +.ui.inverted.progress .secondary.bar { + background-color: #545454; +} + +.ui.indeterminate.red.progress .bar::before, +.ui.red.progress .bar, +.ui.progress .red.bar { + background-color: #DB2828; +} + +.ui.inverted.indeterminate.red.progress .bar::before, +.ui.red.inverted.progress .bar, +.ui.inverted.progress .red.bar { + background-color: #FF695E; +} + +.ui.indeterminate.orange.progress .bar::before, +.ui.orange.progress .bar, +.ui.progress .orange.bar { + background-color: #F2711C; +} + +.ui.inverted.indeterminate.orange.progress .bar::before, +.ui.orange.inverted.progress .bar, +.ui.inverted.progress .orange.bar { + background-color: #FF851B; +} + +.ui.indeterminate.yellow.progress .bar::before, +.ui.yellow.progress .bar, +.ui.progress .yellow.bar { + background-color: #FBBD08; +} + +.ui.inverted.indeterminate.yellow.progress .bar::before, +.ui.yellow.inverted.progress .bar, +.ui.inverted.progress .yellow.bar { + background-color: #FFE21F; +} + +.ui.indeterminate.olive.progress .bar::before, +.ui.olive.progress .bar, +.ui.progress .olive.bar { + background-color: #B5CC18; +} + +.ui.inverted.indeterminate.olive.progress .bar::before, +.ui.olive.inverted.progress .bar, +.ui.inverted.progress .olive.bar { + background-color: #D9E778; +} + +.ui.indeterminate.green.progress .bar::before, +.ui.green.progress .bar, +.ui.progress .green.bar { + background-color: #21BA45; +} + +.ui.inverted.indeterminate.green.progress .bar::before, +.ui.green.inverted.progress .bar, +.ui.inverted.progress .green.bar { + background-color: #2ECC40; +} + +.ui.indeterminate.teal.progress .bar::before, +.ui.teal.progress .bar, +.ui.progress .teal.bar { + background-color: #00B5AD; +} + +.ui.inverted.indeterminate.teal.progress .bar::before, +.ui.teal.inverted.progress .bar, +.ui.inverted.progress .teal.bar { + background-color: #6DFFFF; +} + +.ui.indeterminate.blue.progress .bar::before, +.ui.blue.progress .bar, +.ui.progress .blue.bar { + background-color: #2185D0; +} + +.ui.inverted.indeterminate.blue.progress .bar::before, +.ui.blue.inverted.progress .bar, +.ui.inverted.progress .blue.bar { + background-color: #54C8FF; +} + +.ui.indeterminate.violet.progress .bar::before, +.ui.violet.progress .bar, +.ui.progress .violet.bar { + background-color: #6435C9; +} + +.ui.inverted.indeterminate.violet.progress .bar::before, +.ui.violet.inverted.progress .bar, +.ui.inverted.progress .violet.bar { + background-color: #A291FB; +} + +.ui.indeterminate.purple.progress .bar::before, +.ui.purple.progress .bar, +.ui.progress .purple.bar { + background-color: #A333C8; +} + +.ui.inverted.indeterminate.purple.progress .bar::before, +.ui.purple.inverted.progress .bar, +.ui.inverted.progress .purple.bar { + background-color: #DC73FF; +} + +.ui.indeterminate.pink.progress .bar::before, +.ui.pink.progress .bar, +.ui.progress .pink.bar { + background-color: #E03997; +} + +.ui.inverted.indeterminate.pink.progress .bar::before, +.ui.pink.inverted.progress .bar, +.ui.inverted.progress .pink.bar { + background-color: #FF8EDF; +} + +.ui.indeterminate.brown.progress .bar::before, +.ui.brown.progress .bar, +.ui.progress .brown.bar { + background-color: #A5673F; +} + +.ui.inverted.indeterminate.brown.progress .bar::before, +.ui.brown.inverted.progress .bar, +.ui.inverted.progress .brown.bar { + background-color: #D67C1C; +} + +.ui.indeterminate.grey.progress .bar::before, +.ui.grey.progress .bar, +.ui.progress .grey.bar { + background-color: #767676; +} + +.ui.inverted.indeterminate.grey.progress .bar::before, +.ui.grey.inverted.progress .bar, +.ui.inverted.progress .grey.bar { + background-color: #DCDDDE; +} + +.ui.indeterminate.black.progress .bar::before, +.ui.black.progress .bar, +.ui.progress .black.bar { + background-color: #1B1C1D; +} + +.ui.inverted.indeterminate.black.progress .bar::before, +.ui.black.inverted.progress .bar, +.ui.inverted.progress .black.bar { + background-color: #545454; +} + +/*-------------- + Sizes +---------------*/ + +.ui.progress { + font-size: 1rem; +} + +.ui.progress .bar { + height: 1.75em; +} + +.ui.mini.progress { + font-size: 0.78571429rem; +} + +.ui.mini.progress .bar { + height: 0.3em; +} + +.ui.tiny.progress { + font-size: 0.85714286rem; +} + +.ui.tiny.progress .bar { + height: 0.5em; +} + +.ui.small.progress { + font-size: 0.92857143rem; +} + +.ui.small.progress .bar { + height: 1em; +} + +.ui.large.progress { + font-size: 1.14285714rem; +} + +.ui.large.progress .bar { + height: 2.5em; +} + +.ui.big.progress { + font-size: 1.28571429rem; +} + +.ui.big.progress .bar { + height: 3.5em; +} + +.ui.huge.progress { + font-size: 1.42857143rem; +} + +.ui.huge.progress .bar { + height: 4em; +} + +.ui.massive.progress { + font-size: 1.71428571rem; +} + +.ui.massive.progress .bar { + height: 5em; +} + +/*--------------- + Indeterminate + ----------------*/ + +.ui.indeterminate.progress .bar { + width: 100%; +} + +.ui.indeterminate.progress .bar .progress, +.ui.progress .bar .centered.progress { + text-align: center; + position: relative; +} + +.ui.indeterminate.progress .bar::before { + content: ''; + position: absolute; + top: 0; + bottom: 0; + border-radius: 0.28571429rem; + -webkit-animation: progress-pulsating 2s ease infinite; + animation: progress-pulsating 2s ease infinite; + -webkit-transform-origin: center; + transform-origin: center; + width: 100%; +} + +.ui.slow.indeterminate.progress .bar::before { + -webkit-animation-duration: 4s; + animation-duration: 4s; +} + +.ui.fast.indeterminate.progress .bar::before { + -webkit-animation-duration: 1s; + animation-duration: 1s; +} + +.ui.swinging.indeterminate.progress .bar::before { + -webkit-transform-origin: left; + transform-origin: left; + -webkit-animation-name: progress-swinging; + animation-name: progress-swinging; +} + +.ui.sliding.indeterminate.progress .bar::before { + -webkit-transform-origin: left; + transform-origin: left; + -webkit-animation-name: progress-sliding; + animation-name: progress-sliding; +} + +.ui.filling.indeterminate.progress .bar::before { + -webkit-animation-name: progress-filling; + animation-name: progress-filling; +} + +.ui.indeterminate.progress:not(.sliding):not(.filling):not(.swinging) .bar::before { + background: #FFFFFF; +} + +.ui.sliding.indeterminate.progress .bar, +.ui.swinging.indeterminate.progress .bar, +.ui.filling.indeterminate.progress .bar { + background: rgba(0, 0, 0, 0.1); +} + +.ui.sliding.indeterminate.progress .bar .progress, +.ui.swinging.indeterminate.progress .bar .progress { + color: #1B1C1D; +} + +.ui.inverted.sliding.indeterminate.progress .bar, +.ui.inverted.swinging.indeterminate.progress .bar, +.ui.inverted.filling.indeterminate.progress .bar { + background: rgba(255, 255, 255, 0.08); +} + +.ui.inverted.sliding.indeterminate.progress .bar .progress, +.ui.inverted.swinging.indeterminate.progress .bar .progress { + color: rgba(255, 255, 255, 0.7); +} + +@-webkit-keyframes progress-swinging { + 0%, 100% { + width: 10%; + left: -25%; + } + + 25%, 65% { + width: 70%; + } + + 50% { + width: 10%; + left: 100%; + } +} + +@keyframes progress-swinging { + 0%, 100% { + width: 10%; + left: -25%; + } + + 25%, 65% { + width: 70%; + } + + 50% { + width: 10%; + left: 100%; + } +} + +@-webkit-keyframes progress-sliding { + 0% { + width: 10%; + left: -25%; + } + + 50% { + width: 70%; + } + + 100% { + width: 10%; + left: 100%; + } +} + +@keyframes progress-sliding { + 0% { + width: 10%; + left: -25%; + } + + 50% { + width: 70%; + } + + 100% { + width: 10%; + left: 100%; + } +} + +@-webkit-keyframes progress-filling { + 0% { + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + } + + 80% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes progress-filling { + 0% { + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + } + + 80% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@-webkit-keyframes progress-pulsating { + 0% { + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + opacity: 0.7; + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 0; + } +} + +@keyframes progress-pulsating { + 0% { + -webkit-transform: scale(0, 1); + transform: scale(0, 1); + opacity: 0.7; + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 0; + } +} + +/******************************* + Progress +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/******************************* + Theme + *******************************/ + +.ui.slider:not(.vertical):not(.checkbox) { + width: 100%; + padding: 1em 0.5em; +} + +.ui.slider:not(.checkbox) { + position: relative; +} + +.ui.slider:not(.checkbox):focus { + outline: 0; +} + +.ui.slider .inner { + position: relative; + z-index: 2; +} + +.ui.slider:not(.vertical) .inner { + height: 1.5em; +} + +.ui.slider .inner:hover { + cursor: auto; +} + +.ui.slider .inner .track { + position: absolute; + border-radius: 4px; + background-color: rgba(0, 0, 0, 0.05); +} + +.ui.slider:not(.vertical) .inner .track { + width: 100%; + height: 0.4em; + top: 0.55em; + left: 0; +} + +.ui.slider .inner .track-fill { + position: absolute; + border-radius: 4px; + background-color: #1B1C1D; +} + +.ui.slider:not(.vertical) .inner .track-fill { + height: 0.4em; + top: 0.55em; + left: 0; +} + +.ui.slider .inner .thumb { + position: absolute; + left: 0; + top: 0; + height: 1.5em; + width: 1.5em; + background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + border-radius: 100%; + -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset; + -webkit-transition: background 0.3s ease; + transition: background 0.3s ease; +} + +.ui.slider:not(.disabled) .inner .thumb:hover { + cursor: pointer; + background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); +} + +.ui.slider:not(.disabled):focus .inner .thumb { + background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))); + background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); +} + +/******************************* + States +*******************************/ + +/*-------------- + Disabled + ---------------*/ + +.ui.disabled.slider:not(.checkbox) { + opacity: 0.5; +} + +.ui.disabled.slider .inner:hover { + cursor: auto; +} + +.ui.disabled.slider .inner .track-fill { + background: #ccc; +} + +/*-------------- + Reversed + ---------------*/ + +.ui.reversed.slider .inner .track-fill { + left: auto; + right: 0; +} + +.ui.reversed.slider:not(.vertical) .inner .thumb { + left: auto; + right: 0; +} + +.ui.reversed.vertical.slider .inner .thumb { + left: 0.03em; +} + +.ui.labeled.reversed.slider > .labels .label { + -webkit-transform: translate(-100%, -100%); + transform: translate(-100%, -100%); +} + +/******************************* + Variations +*******************************/ + +/*-------------- + Vertical + ---------------*/ + +.ui.vertical.slider { + height: 100%; + width: 1.5em; + padding: 0.5em 1em; +} + +.ui.vertical.slider .inner { + height: 100%; +} + +.ui.vertical.slider .inner .track { + height: 100%; + width: 0.4em; + left: 0.55em; + top: 0; +} + +.ui.vertical.slider .inner .track-fill { + width: 0.4em; + left: 0.55em; + top: 0; +} + +/* Vertical Reversed */ + +.ui.vertical.reversed.slider .inner .thumb { + top: auto; + bottom: 0; +} + +.ui.vertical.reversed.slider .inner .track-fill { + top: auto; + bottom: 0; +} + +/*-------------- + Labeled + ---------------*/ + +.ui.labeled.slider > .labels { + height: 1.5em; + width: auto; + margin: 0; + padding: 0; + position: absolute; + top: 50%; + left: 0; + right: 0; +} + +.ui.labeled.slider:not(.vertical) > .labels { + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.ui.labeled.slider > .labels .label { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + position: absolute; + -webkit-transform: translate(-50%, -100%); + transform: translate(-50%, -100%); +} + +.ui.labeled.ticked.slider > .labels .label:after { + content: ' '; + height: 1.5em; + width: 1px; + background: #ccc; + position: absolute; + top: 100%; + left: 50%; +} + +.ui.labeled.ticked.slider > .labels .halftick.label:after { + height: 0.75em; +} + +/* Vertical Labels */ + +.ui.labeled.vertical.slider > .labels { + width: 1.5em; + height: auto; + left: 50%; + top: 0; + bottom: 0; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); +} + +.ui.labeled.vertical.slider > .labels .label { + -webkit-transform: translate(-100%, -50%); + transform: translate(-100%, -50%); +} + +.ui.labeled.vertical.slider > .labels .label:after { + width: 1.5em; + height: 1px; + left: 100%; + top: 50%; +} + +.ui.labeled.vertical.slider > .labels .halftick.label:after { + width: 0.75em; + height: 1px; +} + +/* Vertical Reversed Labels */ + +.ui.labeled.vertical.reversed.slider > .labels .label { + -webkit-transform: translate(-100%, 50%); + transform: translate(-100%, 50%); +} + +/*-------------- + Hover +---------------*/ + +.ui.hover.slider .inner .thumb { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; +} + +.ui.hover.slider:not(.disabled):hover .inner .thumb, +.ui.hover.slider:not(.disabled):focus .inner .thumb { + opacity: 1; +} + +/*-------------- + Inverted + ---------------*/ + +.ui.inverted.slider .inner .track-fill { + background-color: #545454; +} + +.ui.inverted.slider .inner .track { + background-color: rgba(255, 255, 255, 0.08); +} + +/*-------------- + Colors +---------------*/ + +/* Standard */ + +.ui.primary.slider .inner .track-fill { + background-color: #2185D0; +} + +.ui.primary.inverted.slider .inner .track-fill { + background-color: #54C8FF; +} + +/* Basic */ + +.ui.primary.slider.basic .inner .thumb { + background-color: #2185D0; +} + +.ui.primary.slider.basic .inner .thumb:hover, +.ui.primary.slider.basic:focus .inner .thumb { + background-color: #1678c2; +} + +/* Basic Inverted */ + +.ui.primary.inverted.slider.basic .inner .thumb { + background-color: #54C8FF; +} + +.ui.primary.inverted.slider.basic .inner .thumb:hover, +.ui.primary.inverted.slider.basic:focus .inner .thumb { + background-color: #21b8ff; +} + +/* Standard */ + +.ui.secondary.slider .inner .track-fill { + background-color: #1B1C1D; +} + +.ui.secondary.inverted.slider .inner .track-fill { + background-color: #545454; +} + +/* Basic */ + +.ui.secondary.slider.basic .inner .thumb { + background-color: #1B1C1D; +} + +.ui.secondary.slider.basic .inner .thumb:hover, +.ui.secondary.slider.basic:focus .inner .thumb { + background-color: #27292a; +} + +/* Basic Inverted */ + +.ui.secondary.inverted.slider.basic .inner .thumb { + background-color: #545454; +} + +.ui.secondary.inverted.slider.basic .inner .thumb:hover, +.ui.secondary.inverted.slider.basic:focus .inner .thumb { + background-color: #6e6e6e; +} + +/* Standard */ + +.ui.red.slider .inner .track-fill { + background-color: #DB2828; +} + +.ui.red.inverted.slider .inner .track-fill { + background-color: #FF695E; +} + +/* Basic */ + +.ui.red.slider.basic .inner .thumb { + background-color: #DB2828; +} + +.ui.red.slider.basic .inner .thumb:hover, +.ui.red.slider.basic:focus .inner .thumb { + background-color: #d01919; +} + +/* Basic Inverted */ + +.ui.red.inverted.slider.basic .inner .thumb { + background-color: #FF695E; +} + +.ui.red.inverted.slider.basic .inner .thumb:hover, +.ui.red.inverted.slider.basic:focus .inner .thumb { + background-color: #ff392b; +} + +/* Standard */ + +.ui.orange.slider .inner .track-fill { + background-color: #F2711C; +} + +.ui.orange.inverted.slider .inner .track-fill { + background-color: #FF851B; +} + +/* Basic */ + +.ui.orange.slider.basic .inner .thumb { + background-color: #F2711C; +} + +.ui.orange.slider.basic .inner .thumb:hover, +.ui.orange.slider.basic:focus .inner .thumb { + background-color: #f26202; +} + +/* Basic Inverted */ + +.ui.orange.inverted.slider.basic .inner .thumb { + background-color: #FF851B; +} + +.ui.orange.inverted.slider.basic .inner .thumb:hover, +.ui.orange.inverted.slider.basic:focus .inner .thumb { + background-color: #e76b00; +} + +/* Standard */ + +.ui.yellow.slider .inner .track-fill { + background-color: #FBBD08; +} + +.ui.yellow.inverted.slider .inner .track-fill { + background-color: #FFE21F; +} + +/* Basic */ + +.ui.yellow.slider.basic .inner .thumb { + background-color: #FBBD08; +} + +.ui.yellow.slider.basic .inner .thumb:hover, +.ui.yellow.slider.basic:focus .inner .thumb { + background-color: #eaae00; +} + +/* Basic Inverted */ + +.ui.yellow.inverted.slider.basic .inner .thumb { + background-color: #FFE21F; +} + +.ui.yellow.inverted.slider.basic .inner .thumb:hover, +.ui.yellow.inverted.slider.basic:focus .inner .thumb { + background-color: #ebcd00; +} + +/* Standard */ + +.ui.olive.slider .inner .track-fill { + background-color: #B5CC18; +} + +.ui.olive.inverted.slider .inner .track-fill { + background-color: #D9E778; +} + +/* Basic */ + +.ui.olive.slider.basic .inner .thumb { + background-color: #B5CC18; +} + +.ui.olive.slider.basic .inner .thumb:hover, +.ui.olive.slider.basic:focus .inner .thumb { + background-color: #a7bd0d; +} + +/* Basic Inverted */ + +.ui.olive.inverted.slider.basic .inner .thumb { + background-color: #D9E778; +} + +.ui.olive.inverted.slider.basic .inner .thumb:hover, +.ui.olive.inverted.slider.basic:focus .inner .thumb { + background-color: #d2e745; +} + +/* Standard */ + +.ui.green.slider .inner .track-fill { + background-color: #21BA45; +} + +.ui.green.inverted.slider .inner .track-fill { + background-color: #2ECC40; +} + +/* Basic */ + +.ui.green.slider.basic .inner .thumb { + background-color: #21BA45; +} + +.ui.green.slider.basic .inner .thumb:hover, +.ui.green.slider.basic:focus .inner .thumb { + background-color: #16ab39; +} + +/* Basic Inverted */ + +.ui.green.inverted.slider.basic .inner .thumb { + background-color: #2ECC40; +} + +.ui.green.inverted.slider.basic .inner .thumb:hover, +.ui.green.inverted.slider.basic:focus .inner .thumb { + background-color: #1ea92e; +} + +/* Standard */ + +.ui.teal.slider .inner .track-fill { + background-color: #00B5AD; +} + +.ui.teal.inverted.slider .inner .track-fill { + background-color: #6DFFFF; +} + +/* Basic */ + +.ui.teal.slider.basic .inner .thumb { + background-color: #00B5AD; +} + +.ui.teal.slider.basic .inner .thumb:hover, +.ui.teal.slider.basic:focus .inner .thumb { + background-color: #009c95; +} + +/* Basic Inverted */ + +.ui.teal.inverted.slider.basic .inner .thumb { + background-color: #6DFFFF; +} + +.ui.teal.inverted.slider.basic .inner .thumb:hover, +.ui.teal.inverted.slider.basic:focus .inner .thumb { + background-color: #3affff; +} + +/* Standard */ + +.ui.blue.slider .inner .track-fill { + background-color: #2185D0; +} + +.ui.blue.inverted.slider .inner .track-fill { + background-color: #54C8FF; +} + +/* Basic */ + +.ui.blue.slider.basic .inner .thumb { + background-color: #2185D0; +} + +.ui.blue.slider.basic .inner .thumb:hover, +.ui.blue.slider.basic:focus .inner .thumb { + background-color: #1678c2; +} + +/* Basic Inverted */ + +.ui.blue.inverted.slider.basic .inner .thumb { + background-color: #54C8FF; +} + +.ui.blue.inverted.slider.basic .inner .thumb:hover, +.ui.blue.inverted.slider.basic:focus .inner .thumb { + background-color: #21b8ff; +} + +/* Standard */ + +.ui.violet.slider .inner .track-fill { + background-color: #6435C9; +} + +.ui.violet.inverted.slider .inner .track-fill { + background-color: #A291FB; +} + +/* Basic */ + +.ui.violet.slider.basic .inner .thumb { + background-color: #6435C9; +} + +.ui.violet.slider.basic .inner .thumb:hover, +.ui.violet.slider.basic:focus .inner .thumb { + background-color: #5829bb; +} + +/* Basic Inverted */ + +.ui.violet.inverted.slider.basic .inner .thumb { + background-color: #A291FB; +} + +.ui.violet.inverted.slider.basic .inner .thumb:hover, +.ui.violet.inverted.slider.basic:focus .inner .thumb { + background-color: #745aff; +} + +/* Standard */ + +.ui.purple.slider .inner .track-fill { + background-color: #A333C8; +} + +.ui.purple.inverted.slider .inner .track-fill { + background-color: #DC73FF; +} + +/* Basic */ + +.ui.purple.slider.basic .inner .thumb { + background-color: #A333C8; +} + +.ui.purple.slider.basic .inner .thumb:hover, +.ui.purple.slider.basic:focus .inner .thumb { + background-color: #9627ba; +} + +/* Basic Inverted */ + +.ui.purple.inverted.slider.basic .inner .thumb { + background-color: #DC73FF; +} + +.ui.purple.inverted.slider.basic .inner .thumb:hover, +.ui.purple.inverted.slider.basic:focus .inner .thumb { + background-color: #cf40ff; +} + +/* Standard */ + +.ui.pink.slider .inner .track-fill { + background-color: #E03997; +} + +.ui.pink.inverted.slider .inner .track-fill { + background-color: #FF8EDF; +} + +/* Basic */ + +.ui.pink.slider.basic .inner .thumb { + background-color: #E03997; +} + +.ui.pink.slider.basic .inner .thumb:hover, +.ui.pink.slider.basic:focus .inner .thumb { + background-color: #e61a8d; +} + +/* Basic Inverted */ + +.ui.pink.inverted.slider.basic .inner .thumb { + background-color: #FF8EDF; +} + +.ui.pink.inverted.slider.basic .inner .thumb:hover, +.ui.pink.inverted.slider.basic:focus .inner .thumb { + background-color: #ff5bd1; +} + +/* Standard */ + +.ui.brown.slider .inner .track-fill { + background-color: #A5673F; +} + +.ui.brown.inverted.slider .inner .track-fill { + background-color: #D67C1C; +} + +/* Basic */ + +.ui.brown.slider.basic .inner .thumb { + background-color: #A5673F; +} + +.ui.brown.slider.basic .inner .thumb:hover, +.ui.brown.slider.basic:focus .inner .thumb { + background-color: #975b33; +} + +/* Basic Inverted */ + +.ui.brown.inverted.slider.basic .inner .thumb { + background-color: #D67C1C; +} + +.ui.brown.inverted.slider.basic .inner .thumb:hover, +.ui.brown.inverted.slider.basic:focus .inner .thumb { + background-color: #b0620f; +} + +/* Standard */ + +.ui.grey.slider .inner .track-fill { + background-color: #767676; +} + +.ui.grey.inverted.slider .inner .track-fill { + background-color: #DCDDDE; +} + +/* Basic */ + +.ui.grey.slider.basic .inner .thumb { + background-color: #767676; +} + +.ui.grey.slider.basic .inner .thumb:hover, +.ui.grey.slider.basic:focus .inner .thumb { + background-color: #838383; +} + +/* Basic Inverted */ + +.ui.grey.inverted.slider.basic .inner .thumb { + background-color: #DCDDDE; +} + +.ui.grey.inverted.slider.basic .inner .thumb:hover, +.ui.grey.inverted.slider.basic:focus .inner .thumb { + background-color: #c2c4c5; +} + +/* Standard */ + +.ui.black.slider .inner .track-fill { + background-color: #1B1C1D; +} + +.ui.black.inverted.slider .inner .track-fill { + background-color: #545454; +} + +/* Basic */ + +.ui.black.slider.basic .inner .thumb { + background-color: #1B1C1D; +} + +.ui.black.slider.basic .inner .thumb:hover, +.ui.black.slider.basic:focus .inner .thumb { + background-color: #27292a; +} + +/* Basic Inverted */ + +.ui.black.inverted.slider.basic .inner .thumb { + background-color: #545454; +} + +.ui.black.inverted.slider.basic .inner .thumb:hover, +.ui.black.inverted.slider.basic:focus .inner .thumb { + background-color: #000000; +} + +/*-------------- + Basic + ---------------*/ + +/* Standard */ + +.ui.slider.basic .inner .thumb { + background-color: #1B1C1D; +} + +.ui.slider.basic .inner .thumb:hover, +.ui.slider.basic:focus .inner .thumb { + background-color: #27292a; +} + +/*-------------- + Basic Inverted + ---------------*/ + +/* Standard */ + +.ui.inverted.slider.basic .inner .thumb { + background-color: #545454; +} + +.ui.inverted.slider.basic .inner .thumb:hover, +.ui.inverted.slider.basic:focus .inner .thumb { + background-color: #000000; +} + +/*-------------- + Sizing +---------------*/ + +.ui.slider.small .inner .thumb { + height: 1em; + width: 1em; +} + +.ui.slider.small:not(.vertical) .inner { + height: 1em; +} + +.ui.slider.small:not(.vertical) .inner .track, +.ui.slider.small:not(.vertical) .inner .track-fill { + height: 0.3em; + top: 0.35em; +} + +.ui.small.labeled.slider:not(.vertical) > .labels, +.ui.small.labeled.slider:not(.vertical) > .labels .label:after { + height: 1em; +} + +.ui.small.labeled.slider:not(.vertical) > .labels .halftick.label:after { + height: 0.5em; +} + +/* Small Vertical */ + +.ui.slider.small.vertical .inner { + width: 1em; +} + +.ui.slider.small.vertical .inner .track, +.ui.slider.small.vertical .inner .track-fill { + width: 0.3em; + left: 0.35em; +} + +.ui.small.labeled.vertical.slider > .labels, +.ui.small.labeled.vertical.slider > .labels .label:after { + width: 1em; +} + +.ui.small.labeled.vertical.slider > .labels .halftick.label:after { + width: 0.5em; +} + +.ui.slider.large .inner .thumb { + height: 2em; + width: 2em; +} + +.ui.slider.large:not(.vertical) .inner { + height: 2em; +} + +.ui.slider.large:not(.vertical) .inner .track, +.ui.slider.large:not(.vertical) .inner .track-fill { + height: 0.5em; + top: 0.75em; +} + +.ui.large.labeled.slider:not(.vertical) > .labels, +.ui.large.labeled.slider:not(.vertical) > .labels .label:after { + height: 2em; +} + +.ui.large.labeled.slider:not(.vertical) > .labels .halftick.label:after { + height: 1em; +} + +/* Small Vertical */ + +.ui.slider.large.vertical .inner { + width: 2em; +} + +.ui.slider.large.vertical .inner .track, +.ui.slider.large.vertical .inner .track-fill { + width: 0.5em; + left: 0.75em; +} + +.ui.large.labeled.vertical.slider > .labels, +.ui.large.labeled.vertical.slider > .labels .label:after { + width: 2em; +} + +.ui.large.labeled.vertical.slider > .labels .halftick.label:after { + width: 1em; +} + +.ui.slider.big .inner .thumb { + height: 2.5em; + width: 2.5em; +} + +.ui.slider.big:not(.vertical) .inner { + height: 2.5em; +} + +.ui.slider.big:not(.vertical) .inner .track, +.ui.slider.big:not(.vertical) .inner .track-fill { + height: 0.6em; + top: 0.95em; +} + +.ui.big.labeled.slider:not(.vertical) > .labels, +.ui.big.labeled.slider:not(.vertical) > .labels .label:after { + height: 2.5em; +} + +.ui.big.labeled.slider:not(.vertical) > .labels .halftick.label:after { + height: 1.25em; +} + +/* Small Vertical */ + +.ui.slider.big.vertical .inner { + width: 2.5em; +} + +.ui.slider.big.vertical .inner .track, +.ui.slider.big.vertical .inner .track-fill { + width: 0.6em; + left: 0.95em; +} + +.ui.big.labeled.vertical.slider > .labels, +.ui.big.labeled.vertical.slider > .labels .label:after { + width: 2.5em; +} + +.ui.big.labeled.vertical.slider > .labels .halftick.label:after { + width: 1.25em; +} + +/******************************* + Slider Overrides +*******************************/ +/*! + * # Fomantic-UI - Rating + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Rating +*******************************/ + +.ui.rating { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + vertical-align: baseline; +} + +.ui.rating:last-child { + margin-right: 0; +} + +/* Icon */ + +.ui.rating .icon { + padding: 0; + margin: 0; + text-align: center; + font-weight: normal; + font-style: normal; + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + cursor: pointer; + width: 1.25em; + height: auto; + -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease; + transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease; + line-height: 1; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +/******************************* + Types +*******************************/ + +/*------------------- + Standard +--------------------*/ + +/* Inactive Icon */ + +.ui.rating .icon { + background: transparent; + color: rgba(0, 0, 0, 0.15); +} + +/* Active Icon */ + +.ui.rating .active.icon { + background: transparent; + color: rgba(0, 0, 0, 0.85); +} + +/* Partially Active Icon */ + +.ui.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +/* Selected Icon */ + +.ui.rating .icon.selected, +.ui.rating .icon.selected.active, +.ui.rating .icon.selected.partial.active { + background: transparent; + color: rgba(0, 0, 0, 0.87); + background-clip: unset; +} + +/*-------------- + Colors +-------------- */ + +.ui.primary.rating .active.icon { + color: #54C8FF; + text-shadow: 0px -1px 0px #2185D0, -1px 0px 0px #2185D0, 0px 1px 0px #2185D0, 1px 0px 0px #2185D0; +} + +.ui.primary.rating .icon.selected, +.ui.primary.rating .icon.selected.active, +.ui.primary.rating .icon.selected.partial.active { + background: inherit; + color: #21b8ff; + text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.primary.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #2185D0 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.secondary.rating .active.icon { + color: #545454; + text-shadow: 0px -1px 0px #1B1C1D, -1px 0px 0px #1B1C1D, 0px 1px 0px #1B1C1D, 1px 0px 0px #1B1C1D; +} + +.ui.secondary.rating .icon.selected, +.ui.secondary.rating .icon.selected.active, +.ui.secondary.rating .icon.selected.partial.active { + background: inherit; + color: #6e6e6e; + text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.secondary.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #1B1C1D 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.red.rating .active.icon { + color: #FF695E; + text-shadow: 0px -1px 0px #DB2828, -1px 0px 0px #DB2828, 0px 1px 0px #DB2828, 1px 0px 0px #DB2828; +} + +.ui.red.rating .icon.selected, +.ui.red.rating .icon.selected.active, +.ui.red.rating .icon.selected.partial.active { + background: inherit; + color: #ff392b; + text-shadow: 0px -1px 0px #d01919, -1px 0px 0px #d01919, 0px 1px 0px #d01919, 1px 0px 0px #d01919; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.red.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#FF695E), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #DB2828 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.orange.rating .active.icon { + color: #FF851B; + text-shadow: 0px -1px 0px #F2711C, -1px 0px 0px #F2711C, 0px 1px 0px #F2711C, 1px 0px 0px #F2711C; +} + +.ui.orange.rating .icon.selected, +.ui.orange.rating .icon.selected.active, +.ui.orange.rating .icon.selected.partial.active { + background: inherit; + color: #e76b00; + text-shadow: 0px -1px 0px #f26202, -1px 0px 0px #f26202, 0px 1px 0px #f26202, 1px 0px 0px #f26202; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.orange.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#FF851B), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #F2711C 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.yellow.rating .active.icon { + color: #FFE21F; + text-shadow: 0px -1px 0px #FBBD08, -1px 0px 0px #FBBD08, 0px 1px 0px #FBBD08, 1px 0px 0px #FBBD08; +} + +.ui.yellow.rating .icon.selected, +.ui.yellow.rating .icon.selected.active, +.ui.yellow.rating .icon.selected.partial.active { + background: inherit; + color: #ebcd00; + text-shadow: 0px -1px 0px #eaae00, -1px 0px 0px #eaae00, 0px 1px 0px #eaae00, 1px 0px 0px #eaae00; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.yellow.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#FFE21F), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #FBBD08 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.olive.rating .active.icon { + color: #D9E778; + text-shadow: 0px -1px 0px #B5CC18, -1px 0px 0px #B5CC18, 0px 1px 0px #B5CC18, 1px 0px 0px #B5CC18; +} + +.ui.olive.rating .icon.selected, +.ui.olive.rating .icon.selected.active, +.ui.olive.rating .icon.selected.partial.active { + background: inherit; + color: #d2e745; + text-shadow: 0px -1px 0px #a7bd0d, -1px 0px 0px #a7bd0d, 0px 1px 0px #a7bd0d, 1px 0px 0px #a7bd0d; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.olive.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#D9E778), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #B5CC18 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.green.rating .active.icon { + color: #2ECC40; + text-shadow: 0px -1px 0px #21BA45, -1px 0px 0px #21BA45, 0px 1px 0px #21BA45, 1px 0px 0px #21BA45; +} + +.ui.green.rating .icon.selected, +.ui.green.rating .icon.selected.active, +.ui.green.rating .icon.selected.partial.active { + background: inherit; + color: #1ea92e; + text-shadow: 0px -1px 0px #16ab39, -1px 0px 0px #16ab39, 0px 1px 0px #16ab39, 1px 0px 0px #16ab39; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.green.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#2ECC40), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #21BA45 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.teal.rating .active.icon { + color: #6DFFFF; + text-shadow: 0px -1px 0px #00B5AD, -1px 0px 0px #00B5AD, 0px 1px 0px #00B5AD, 1px 0px 0px #00B5AD; +} + +.ui.teal.rating .icon.selected, +.ui.teal.rating .icon.selected.active, +.ui.teal.rating .icon.selected.partial.active { + background: inherit; + color: #3affff; + text-shadow: 0px -1px 0px #009c95, -1px 0px 0px #009c95, 0px 1px 0px #009c95, 1px 0px 0px #009c95; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.teal.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#6DFFFF), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #00B5AD 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.blue.rating .active.icon { + color: #54C8FF; + text-shadow: 0px -1px 0px #2185D0, -1px 0px 0px #2185D0, 0px 1px 0px #2185D0, 1px 0px 0px #2185D0; +} + +.ui.blue.rating .icon.selected, +.ui.blue.rating .icon.selected.active, +.ui.blue.rating .icon.selected.partial.active { + background: inherit; + color: #21b8ff; + text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.blue.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #2185D0 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.violet.rating .active.icon { + color: #A291FB; + text-shadow: 0px -1px 0px #6435C9, -1px 0px 0px #6435C9, 0px 1px 0px #6435C9, 1px 0px 0px #6435C9; +} + +.ui.violet.rating .icon.selected, +.ui.violet.rating .icon.selected.active, +.ui.violet.rating .icon.selected.partial.active { + background: inherit; + color: #745aff; + text-shadow: 0px -1px 0px #5829bb, -1px 0px 0px #5829bb, 0px 1px 0px #5829bb, 1px 0px 0px #5829bb; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.violet.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#A291FB), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #6435C9 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.purple.rating .active.icon { + color: #DC73FF; + text-shadow: 0px -1px 0px #A333C8, -1px 0px 0px #A333C8, 0px 1px 0px #A333C8, 1px 0px 0px #A333C8; +} + +.ui.purple.rating .icon.selected, +.ui.purple.rating .icon.selected.active, +.ui.purple.rating .icon.selected.partial.active { + background: inherit; + color: #cf40ff; + text-shadow: 0px -1px 0px #9627ba, -1px 0px 0px #9627ba, 0px 1px 0px #9627ba, 1px 0px 0px #9627ba; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.purple.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#DC73FF), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #A333C8 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.pink.rating .active.icon { + color: #FF8EDF; + text-shadow: 0px -1px 0px #E03997, -1px 0px 0px #E03997, 0px 1px 0px #E03997, 1px 0px 0px #E03997; +} + +.ui.pink.rating .icon.selected, +.ui.pink.rating .icon.selected.active, +.ui.pink.rating .icon.selected.partial.active { + background: inherit; + color: #ff5bd1; + text-shadow: 0px -1px 0px #e61a8d, -1px 0px 0px #e61a8d, 0px 1px 0px #e61a8d, 1px 0px 0px #e61a8d; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.pink.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#FF8EDF), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #E03997 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.brown.rating .active.icon { + color: #D67C1C; + text-shadow: 0px -1px 0px #A5673F, -1px 0px 0px #A5673F, 0px 1px 0px #A5673F, 1px 0px 0px #A5673F; +} + +.ui.brown.rating .icon.selected, +.ui.brown.rating .icon.selected.active, +.ui.brown.rating .icon.selected.partial.active { + background: inherit; + color: #b0620f; + text-shadow: 0px -1px 0px #975b33, -1px 0px 0px #975b33, 0px 1px 0px #975b33, 1px 0px 0px #975b33; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.brown.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#D67C1C), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #A5673F 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.grey.rating .active.icon { + color: #DCDDDE; + text-shadow: 0px -1px 0px #767676, -1px 0px 0px #767676, 0px 1px 0px #767676, 1px 0px 0px #767676; +} + +.ui.grey.rating .icon.selected, +.ui.grey.rating .icon.selected.active, +.ui.grey.rating .icon.selected.partial.active { + background: inherit; + color: #c2c4c5; + text-shadow: 0px -1px 0px #838383, -1px 0px 0px #838383, 0px 1px 0px #838383, 1px 0px 0px #838383; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.grey.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#DCDDDE), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #767676 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.ui.black.rating .active.icon { + color: #545454; + text-shadow: 0px -1px 0px #1B1C1D, -1px 0px 0px #1B1C1D, 0px 1px 0px #1B1C1D, 1px 0px 0px #1B1C1D; +} + +.ui.black.rating .icon.selected, +.ui.black.rating .icon.selected.active, +.ui.black.rating .icon.selected.partial.active { + background: inherit; + color: #000000; + text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a; + -webkit-text-stroke: unset; + background-clip: unset; +} + +.ui.black.rating .icon.partial.active { + background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15))); + background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%); + text-shadow: none; + -webkit-text-stroke: #1B1C1D 0.78px; + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +/******************************* + States +*******************************/ + +/*------------------- + Disabled + --------------------*/ + +/* disabled rating */ + +.ui.disabled.rating .icon { + cursor: default; +} + +/*------------------- + User Interactive +--------------------*/ + +/* Selected Rating */ + +.ui.rating.selected .active.icon { + opacity: 1; +} + +.ui.rating.selected .icon.selected, +.ui.rating .icon.selected { + opacity: 1; +} + +/******************************* + Variations +*******************************/ + +.ui.rating { + font-size: 1rem; +} + +.ui.mini.rating { + font-size: 0.78571429rem; +} + +.ui.tiny.rating { + font-size: 0.85714286rem; +} + +.ui.small.rating { + font-size: 0.92857143rem; +} + +.ui.large.rating { + font-size: 1.14285714rem; +} + +.ui.big.rating { + font-size: 1.28571429rem; +} + +.ui.huge.rating { + font-size: 1.42857143rem; +} + +.ui.massive.rating { + font-size: 2rem; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Search + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Search +*******************************/ + +.ui.search { + position: relative; +} + +.ui.search > .prompt { + margin: 0; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + text-shadow: none; + font-style: normal; + font-weight: normal; + line-height: 1.21428571em; + padding: 0.67857143em 1em; + font-size: 1em; + background: #FFFFFF; + border: 1px solid rgba(34, 36, 38, 0.15); + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: 0 0 0 0 transparent inset; + box-shadow: 0 0 0 0 transparent inset; + -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease; + transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; + transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease; +} + +.ui.search .prompt { + border-radius: 500rem; +} + +/*-------------- + Icon +---------------*/ + +.ui.search .prompt ~ .search.icon { + cursor: pointer; +} + +/*-------------- + Results +---------------*/ + +.ui.search > .results { + display: none; + position: absolute; + top: 100%; + left: 0; + -webkit-transform-origin: center top; + transform-origin: center top; + white-space: normal; + text-align: left; + text-transform: none; + background: #FFFFFF; + margin-top: 0.5em; + width: 18em; + border-radius: 0.28571429rem; + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + border: 1px solid #D4D4D5; + z-index: 998; +} + +.ui.search > .results > :first-child { + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.search > .results > :last-child { + border-radius: 0 0 0.28571429rem 0.28571429rem; +} + +/*-------------- + Result +---------------*/ + +.ui.search > .results .result { + cursor: pointer; + display: block; + overflow: hidden; + font-size: 1em; + padding: 0.85714286em 1.14285714em; + color: rgba(0, 0, 0, 0.87); + line-height: 1.33; + border-bottom: 1px solid rgba(34, 36, 38, 0.1); +} + +.ui.search > .results .result:last-child { + border-bottom: none !important; +} + +/* Image */ + +.ui.search > .results .result .image { + float: right; + overflow: hidden; + background: none; + width: 5em; + height: 3em; + border-radius: 0.25em; +} + +.ui.search > .results .result .image img { + display: block; + width: auto; + height: 100%; +} + +/*-------------- + Info +---------------*/ + +.ui.search > .results .result .image + .content { + margin: 0 6em 0 0; +} + +.ui.search > .results .result .title { + margin: -0.14285714em 0 0; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + font-size: 1em; + color: rgba(0, 0, 0, 0.85); +} + +.ui.search > .results .result .description { + margin-top: 0; + font-size: 0.92857143em; + color: rgba(0, 0, 0, 0.4); +} + +.ui.search > .results .result .price { + float: right; + color: #21BA45; +} + +/*-------------- + Message +---------------*/ + +.ui.search > .results > .message { + padding: 1em 1em; +} + +.ui.search > .results > .message .header { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1rem; + font-weight: bold; + color: rgba(0, 0, 0, 0.87); +} + +.ui.search > .results > .message .description { + margin-top: 0.25rem; + font-size: 1em; + color: rgba(0, 0, 0, 0.87); +} + +/* View All Results */ + +.ui.search > .results > .action { + display: block; + border-top: none; + background: #F3F4F5; + padding: 0.92857143em 1em; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; + text-align: center; +} + +/******************************* + States +*******************************/ + +/*-------------------- + Focus +---------------------*/ + +.ui.search > .prompt:focus { + border-color: rgba(34, 36, 38, 0.35); + background: #FFFFFF; + color: rgba(0, 0, 0, 0.95); +} + +/*-------------------- + Loading + ---------------------*/ + +.ui.loading.search .input > i.icon:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.1); +} + +.ui.loading.search .input > i.icon:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285714em 0 0 -0.64285714em; + width: 1.28571429em; + height: 1.28571429em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; +} + +/*-------------- + Hover +---------------*/ + +.ui.search > .results .result:hover, +.ui.category.search > .results .category .result:hover { + background: #F9FAFB; +} + +.ui.search .action:hover:not(div) { + background: #E0E0E0; +} + +/*-------------- + Active +---------------*/ + +.ui.category.search > .results .category.active { + background: #F3F4F5; +} + +.ui.category.search > .results .category.active > .name { + color: rgba(0, 0, 0, 0.87); +} + +.ui.search > .results .result.active, +.ui.category.search > .results .category .result.active { + position: relative; + border-left-color: rgba(34, 36, 38, 0.1); + background: #F3F4F5; + -webkit-box-shadow: none; + box-shadow: none; +} + +.ui.search > .results .result.active .title { + color: rgba(0, 0, 0, 0.85); +} + +.ui.search > .results .result.active .description { + color: rgba(0, 0, 0, 0.85); +} + +/*-------------------- + Disabled + ----------------------*/ + +/* Disabled */ + +.ui.disabled.search { + cursor: default; + pointer-events: none; + opacity: 0.45; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Selection + ---------------*/ + +.ui.search.selection .prompt { + border-radius: 0.28571429rem; +} + +/* Remove input */ + +.ui.search.selection > .icon.input > .remove.icon { + pointer-events: none; + position: absolute; + left: auto; + opacity: 0; + color: ''; + top: 0; + right: 0; + -webkit-transition: color 0.1s ease, opacity 0.1s ease; + transition: color 0.1s ease, opacity 0.1s ease; +} + +.ui.search.selection > .icon.input > .active.remove.icon { + cursor: pointer; + opacity: 0.8; + pointer-events: auto; +} + +.ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon { + right: 1.85714em; +} + +.ui.search.selection > .icon.input > .remove.icon:hover { + opacity: 1; + color: #DB2828; +} + +/*-------------- + Category + ---------------*/ + +.ui.category.search .results { + width: 28em; +} + +.ui.category.search .results.animating, +.ui.category.search .results.visible { + display: table; +} + +/* Category */ + +.ui.category.search > .results .category { + display: table-row; + background: #F3F4F5; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-transition: background 0.1s ease, border-color 0.1s ease; + transition: background 0.1s ease, border-color 0.1s ease; +} + +/* Last Category */ + +.ui.category.search > .results .category:last-child { + border-bottom: none; +} + +/* First / Last */ + +.ui.category.search > .results .category:first-child .name + .result { + border-radius: 0 0.28571429rem 0 0; +} + +.ui.category.search > .results .category:last-child .result:last-child { + border-radius: 0 0 0.28571429rem 0; +} + +/* Category Result Name */ + +.ui.category.search > .results .category > .name { + display: table-cell; + text-overflow: ellipsis; + width: 100px; + white-space: nowrap; + background: transparent; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1em; + padding: 0.4em 1em; + font-weight: bold; + color: rgba(0, 0, 0, 0.4); + border-bottom: 1px solid rgba(34, 36, 38, 0.1); +} + +/* Category Result */ + +.ui.category.search > .results .category .results { + display: table-cell; + background: #FFFFFF; + border-left: 1px solid rgba(34, 36, 38, 0.15); + border-bottom: 1px solid rgba(34, 36, 38, 0.1); +} + +.ui.category.search > .results .category .result { + border-bottom: 1px solid rgba(34, 36, 38, 0.1); + -webkit-transition: background 0.1s ease, border-color 0.1s ease; + transition: background 0.1s ease, border-color 0.1s ease; + padding: 0.85714286em 1.14285714em; +} + +/******************************* + Variations +*******************************/ + +/*------------------- + Left / Right + --------------------*/ + +.ui[class*="left aligned"].search > .results { + right: auto; + left: 0; +} + +.ui[class*="right aligned"].search > .results { + right: 0; + left: auto; +} + +/*-------------- + Fluid +---------------*/ + +.ui.fluid.search .results { + width: 100%; +} + +/*-------------- + Sizes +---------------*/ + +.ui.search { + font-size: 1em; +} + +.ui.mini.search { + font-size: 0.78571429em; +} + +.ui.tiny.search { + font-size: 0.85714286em; +} + +.ui.small.search { + font-size: 0.92857143em; +} + +.ui.large.search { + font-size: 1.14285714em; +} + +.ui.big.search { + font-size: 1.28571429em; +} + +.ui.huge.search { + font-size: 1.42857143em; +} + +.ui.massive.search { + font-size: 1.71428571em; +} + +/*-------------- + Mobile +---------------*/ + +@media only screen and (max-width: 767.98px) { + .ui.search .results { + max-width: calc(100vw - 2rem); + } +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Shape + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Shape +*******************************/ + +.ui.shape { + position: relative; + vertical-align: top; + display: inline-block; + -webkit-perspective: 2000px; + perspective: 2000px; + -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; + transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; +} + +.ui.shape .sides { + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; +} + +.ui.shape .side { + display: none; + opacity: 1; + width: 100%; + margin: 0 !important; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +.ui.shape .side * { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +/******************************* + Types +*******************************/ + +.ui.cube.shape .side { + min-width: 15em; + height: 15em; + padding: 2em; + background-color: #E6E6E6; + color: rgba(0, 0, 0, 0.87); + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); + box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); +} + +.ui.cube.shape .side > .content { + width: 100%; + height: 100%; + display: table; + text-align: center; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.ui.cube.shape .side > .content > div { + display: table-cell; + vertical-align: middle; + font-size: 2em; +} + +/******************************* + Variations +*******************************/ + +.ui.text.shape.animating .sides { + position: static; +} + +.ui.text.shape .side { + white-space: nowrap; +} + +.ui.text.shape .side > * { + white-space: normal; +} + +/******************************* + States +*******************************/ + +/*-------------- + Loading + ---------------*/ + +.ui.loading.shape { + position: absolute; + top: -9999px; + left: -9999px; +} + +/*-------------- + Animating +---------------*/ + +.ui.shape .animating.side { + position: absolute; + top: 0; + left: 0; + display: block; + z-index: 100; +} + +.ui.shape .hidden.side { + opacity: 0.6; +} + +/*-------------- + CSS +---------------*/ + +.ui.shape.animating .sides { + position: absolute; + -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; + transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; +} + +.ui.shape.animating .side { + -webkit-transition: opacity 0.6s ease-in-out; + transition: opacity 0.6s ease-in-out; +} + +.ui.shape .animating.side *, +.ui.shape.animating .side * { + -webkit-transition: none; + transition: none; +} + +/*-------------- + Active +---------------*/ + +.ui.shape .active.side { + display: block; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Sidebar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Sidebar +*******************************/ + +/* Sidebar Menu */ + +.ui.sidebar { + position: fixed; + top: 0; + left: 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: none; + transition: none; + will-change: transform; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + visibility: hidden; + -webkit-overflow-scrolling: touch; + height: 100% !important; + max-height: 100%; + border-radius: 0 !important; + margin: 0 !important; + overflow-y: auto !important; + z-index: 102; +} + +/* GPU Layers for Child Elements */ + +.ui.sidebar > * { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +/*-------------- + Direction +---------------*/ + +.ui.left.sidebar { + right: auto; + left: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); +} + +.ui.right.sidebar { + right: 0 !important; + left: auto !important; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.ui.top.sidebar, +.ui.bottom.sidebar { + width: 100% !important; + height: auto !important; +} + +.ui.top.sidebar { + top: 0 !important; + bottom: auto !important; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); +} + +.ui.bottom.sidebar { + top: auto !important; + bottom: 0 !important; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); +} + +/*-------------- + Pushable +---------------*/ + +.pushable { + height: 100%; + overflow-x: hidden; + padding: 0 !important; +} + +/* Whole Page */ + +body.pushable { + background: #545454; +} + +body.pushable.dimmed { + background: inherit; +} + +/* Page Context */ + +.pushable:not(body) { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.pushable:not(body) > .ui.sidebar, +.pushable:not(body) > .fixed, +.pushable:not(body) > .pusher:after { + position: absolute; +} + +/*-------------- + Fixed +---------------*/ + +.pushable > .fixed { + position: fixed; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + will-change: transform; + z-index: 101; +} + +/*-------------- + Page +---------------*/ + +.pushable > .pusher { + position: relative; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + overflow: hidden; + min-height: 100%; + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + z-index: 2; + /* Pusher should inherit background from context */ + background: inherit; +} + +body.pushable > .pusher { + background: #FFFFFF; +} + +/*-------------- + Dimmer +---------------*/ + +.pushable > .pusher:after { + position: fixed; + top: 0; + right: 0; + content: ''; + background-color: rgba(0, 0, 0, 0.4); + overflow: hidden; + opacity: 0; + -webkit-transition: opacity 500ms; + transition: opacity 500ms; + will-change: opacity; + z-index: 1000; +} + +/*-------------- + Coupling +---------------*/ + +.ui.sidebar.menu .item { + border-radius: 0 !important; +} + +/******************************* + States +*******************************/ + +/*-------------- + Dimmed +---------------*/ + +.pushable > .pusher.dimmed:after { + width: 100% !important; + height: 100% !important; + opacity: 1 !important; +} + +/*-------------- + Animating +---------------*/ + +.ui.animating.sidebar { + visibility: visible; +} + +/*-------------- + Visible +---------------*/ + +.ui.visible.sidebar { + visibility: visible; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +/* Shadow Direction */ + +.ui.left.visible.sidebar, +.ui.right.visible.sidebar { + -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15); + box-shadow: 0 0 20px rgba(34, 36, 38, 0.15); +} + +.ui.top.visible.sidebar, +.ui.bottom.visible.sidebar { + -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15); + box-shadow: 0 0 20px rgba(34, 36, 38, 0.15); +} + +/* Visible On Load */ + +.ui.visible.left.sidebar ~ .fixed, +.ui.visible.left.sidebar ~ .pusher { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); +} + +.ui.visible.right.sidebar ~ .fixed, +.ui.visible.right.sidebar ~ .pusher { + -webkit-transform: translate3d(-260px, 0, 0); + transform: translate3d(-260px, 0, 0); +} + +.ui.visible.top.sidebar ~ .fixed, +.ui.visible.top.sidebar ~ .pusher { + -webkit-transform: translate3d(0, 36px, 0); + transform: translate3d(0, 36px, 0); +} + +.ui.visible.bottom.sidebar ~ .fixed, +.ui.visible.bottom.sidebar ~ .pusher { + -webkit-transform: translate3d(0, -36px, 0); + transform: translate3d(0, -36px, 0); +} + +/* opposite sides visible forces content overlay */ + +.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed, +.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher, +.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed, +.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +/*-------------- + iOS +---------------*/ + +/******************************* + Variations +*******************************/ + +/*-------------- + Width +---------------*/ + +/* Left / Right */ + +.ui.thin.left.sidebar, +.ui.thin.right.sidebar { + width: 150px; +} + +.ui[class*="very thin"].left.sidebar, +.ui[class*="very thin"].right.sidebar { + width: 60px; +} + +.ui.left.sidebar, +.ui.right.sidebar { + width: 260px; +} + +.ui.wide.left.sidebar, +.ui.wide.right.sidebar { + width: 350px; +} + +.ui[class*="very wide"].left.sidebar, +.ui[class*="very wide"].right.sidebar { + width: 475px; +} + +/* Left Visible */ + +.ui.visible.thin.left.sidebar ~ .fixed, +.ui.visible.thin.left.sidebar ~ .pusher { + -webkit-transform: translate3d(150px, 0, 0); + transform: translate3d(150px, 0, 0); +} + +.ui.visible[class*="very thin"].left.sidebar ~ .fixed, +.ui.visible[class*="very thin"].left.sidebar ~ .pusher { + -webkit-transform: translate3d(60px, 0, 0); + transform: translate3d(60px, 0, 0); +} + +.ui.visible.wide.left.sidebar ~ .fixed, +.ui.visible.wide.left.sidebar ~ .pusher { + -webkit-transform: translate3d(350px, 0, 0); + transform: translate3d(350px, 0, 0); +} + +.ui.visible[class*="very wide"].left.sidebar ~ .fixed, +.ui.visible[class*="very wide"].left.sidebar ~ .pusher { + -webkit-transform: translate3d(475px, 0, 0); + transform: translate3d(475px, 0, 0); +} + +/* Right Visible */ + +.ui.visible.thin.right.sidebar ~ .fixed, +.ui.visible.thin.right.sidebar ~ .pusher { + -webkit-transform: translate3d(-150px, 0, 0); + transform: translate3d(-150px, 0, 0); +} + +.ui.visible[class*="very thin"].right.sidebar ~ .fixed, +.ui.visible[class*="very thin"].right.sidebar ~ .pusher { + -webkit-transform: translate3d(-60px, 0, 0); + transform: translate3d(-60px, 0, 0); +} + +.ui.visible.wide.right.sidebar ~ .fixed, +.ui.visible.wide.right.sidebar ~ .pusher { + -webkit-transform: translate3d(-350px, 0, 0); + transform: translate3d(-350px, 0, 0); +} + +.ui.visible[class*="very wide"].right.sidebar ~ .fixed, +.ui.visible[class*="very wide"].right.sidebar ~ .pusher { + -webkit-transform: translate3d(-475px, 0, 0); + transform: translate3d(-475px, 0, 0); +} + +/******************************* + Animations +*******************************/ + +/*-------------- + Overlay + ---------------*/ + +/* Set-up */ + +.ui.overlay.sidebar { + z-index: 102; +} + +/* Initial */ + +.ui.left.overlay.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); +} + +.ui.right.overlay.sidebar { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.ui.top.overlay.sidebar { + -webkit-transform: translate3d(0%, -100%, 0); + transform: translate3d(0%, -100%, 0); +} + +.ui.bottom.overlay.sidebar { + -webkit-transform: translate3d(0%, 100%, 0); + transform: translate3d(0%, 100%, 0); +} + +/* Animation */ + +.animating.ui.overlay.sidebar, +.ui.visible.overlay.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; +} + +/* End - Sidebar */ + +.ui.visible.left.overlay.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +.ui.visible.right.overlay.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +.ui.visible.top.overlay.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +.ui.visible.bottom.overlay.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +/* End - Pusher */ + +.ui.visible.overlay.sidebar ~ .fixed, +.ui.visible.overlay.sidebar ~ .pusher { + -webkit-transform: none !important; + transform: none !important; +} + +/*-------------- + Push + ---------------*/ + +/* Initial */ + +.ui.push.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + z-index: 102; +} + +/* Sidebar - Initial */ + +.ui.left.push.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); +} + +.ui.right.push.sidebar { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.ui.top.push.sidebar { + -webkit-transform: translate3d(0%, -100%, 0); + transform: translate3d(0%, -100%, 0); +} + +.ui.bottom.push.sidebar { + -webkit-transform: translate3d(0%, 100%, 0); + transform: translate3d(0%, 100%, 0); +} + +/* End */ + +.ui.visible.push.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +/*-------------- + Uncover + ---------------*/ + +/* Initial */ + +.ui.uncover.sidebar { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + z-index: 1; +} + +/* End */ + +.ui.visible.uncover.sidebar { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; +} + +/*-------------- + Slide Along + ---------------*/ + +/* Initial */ + +.ui.slide.along.sidebar { + z-index: 1; +} + +/* Sidebar - Initial */ + +.ui.left.slide.along.sidebar { + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0); +} + +.ui.right.slide.along.sidebar { + -webkit-transform: translate3d(50%, 0, 0); + transform: translate3d(50%, 0, 0); +} + +.ui.top.slide.along.sidebar { + -webkit-transform: translate3d(0, -50%, 0); + transform: translate3d(0, -50%, 0); +} + +.ui.bottom.slide.along.sidebar { + -webkit-transform: translate3d(0%, 50%, 0); + transform: translate3d(0%, 50%, 0); +} + +/* Animation */ + +.ui.animating.slide.along.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; +} + +/* End */ + +.ui.visible.slide.along.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +/*-------------- + Slide Out + ---------------*/ + +/* Initial */ + +.ui.slide.out.sidebar { + z-index: 1; +} + +/* Sidebar - Initial */ + +.ui.left.slide.out.sidebar { + -webkit-transform: translate3d(50%, 0, 0); + transform: translate3d(50%, 0, 0); +} + +.ui.right.slide.out.sidebar { + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0); +} + +.ui.top.slide.out.sidebar { + -webkit-transform: translate3d(0%, 50%, 0); + transform: translate3d(0%, 50%, 0); +} + +.ui.bottom.slide.out.sidebar { + -webkit-transform: translate3d(0%, -50%, 0); + transform: translate3d(0%, -50%, 0); +} + +/* Animation */ + +.ui.animating.slide.out.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; +} + +/* End */ + +.ui.visible.slide.out.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); +} + +/*-------------- + Scale Down + ---------------*/ + +/* Initial */ + +.ui.scale.down.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + z-index: 102; +} + +.ui.left.scale.down.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); +} + +.ui.right.scale.down.sidebar { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.ui.top.scale.down.sidebar { + -webkit-transform: translate3d(0%, -100%, 0); + transform: translate3d(0%, -100%, 0); +} + +.ui.bottom.scale.down.sidebar { + -webkit-transform: translate3d(0%, 100%, 0); + transform: translate3d(0%, 100%, 0); +} + +/* Pusher - Initial */ + +.ui.scale.down.left.sidebar ~ .pusher { + -webkit-transform-origin: 75% 50%; + transform-origin: 75% 50%; +} + +.ui.scale.down.right.sidebar ~ .pusher { + -webkit-transform-origin: 25% 50%; + transform-origin: 25% 50%; +} + +.ui.scale.down.top.sidebar ~ .pusher { + -webkit-transform-origin: 50% 75%; + transform-origin: 50% 75%; +} + +.ui.scale.down.bottom.sidebar ~ .pusher { + -webkit-transform-origin: 50% 25%; + transform-origin: 50% 25%; +} + +/* Animation */ + +.ui.animating.scale.down > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; +} + +.ui.visible.scale.down.sidebar ~ .pusher, +.ui.animating.scale.down.sidebar ~ .pusher { + display: block !important; + width: 100%; + height: 100%; + overflow: hidden !important; +} + +/* End */ + +.ui.visible.scale.down.sidebar { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.ui.visible.scale.down.sidebar ~ .pusher { + -webkit-transform: scale(0.75); + transform: scale(0.75); +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Sticky + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Sticky +*******************************/ + +.ui.sticky { + position: static; + -webkit-transition: none; + transition: none; + z-index: 800; +} + +/******************************* + States +*******************************/ + +/* Bound */ + +.ui.sticky.bound { + position: absolute; + left: auto; + right: auto; +} + +/* Fixed */ + +.ui.sticky.fixed { + position: fixed; + left: auto; + right: auto; +} + +/* Bound/Fixed Position */ + +.ui.sticky.bound.top, +.ui.sticky.fixed.top { + top: 0; + bottom: auto; +} + +.ui.sticky.bound.bottom, +.ui.sticky.fixed.bottom { + top: auto; + bottom: 0; +} + +/******************************* + Types +*******************************/ + +.ui.native.sticky { + position: -webkit-sticky; + position: -moz-sticky; + position: -ms-sticky; + position: -o-sticky; + position: sticky; +} + +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ +/*! + * # Fomantic-UI - Tab + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + UI Tabs +*******************************/ + +.ui.tab { + display: none; +} + +/******************************* + States +*******************************/ + +/*-------------------- + Active +---------------------*/ + +.ui.tab.active, +.ui.tab.open { + display: block; +} + +/*-------------------- + Loading + ---------------------*/ + +.ui.tab.loading { + position: relative; + overflow: hidden; + display: block; + min-height: 250px; +} + +.ui.tab.loading * { + position: relative !important; + left: -10000px !important; +} + +.ui.tab.loading:before, +.ui.tab.loading.segment:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -1.25em 0 0 -1.25em; + width: 2.5em; + height: 2.5em; + border-radius: 500rem; + border: 0.2em solid rgba(0, 0, 0, 0.1); +} + +.ui.tab.loading:after, +.ui.tab.loading.segment:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -1.25em 0 0 -1.25em; + width: 2.5em; + height: 2.5em; + -webkit-animation: loader 0.6s infinite linear; + animation: loader 0.6s infinite linear; + border: 0.2em solid #767676; + border-radius: 500rem; + -webkit-box-shadow: 0 0 0 1px transparent; + box-shadow: 0 0 0 1px transparent; +} + +/******************************* + Tab Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ +/*! + * # Fomantic-UI - Toast + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Toast container +*******************************/ + +.ui.toast-container { + position: fixed; + z-index: 9999; +} + +.ui.toast-container.top.right { + top: 0.85714286em; + right: 0.85714286em; + margin-left: 0.85714286em; +} + +.ui.toast-container.top.left { + top: 0.85714286em; + left: 0.85714286em; + margin-right: 0.85714286em; +} + +.ui.toast-container.top.center { + left: 50%; + -webkit-transform: translate(-50%, 0); + transform: translate(-50%, 0); + top: 0.85714286em; +} + +.ui.toast-container.bottom.right { + bottom: 0.85714286em; + right: 0.85714286em; + margin-left: 0.85714286em; +} + +.ui.toast-container.bottom.left { + bottom: 0.85714286em; + left: 0.85714286em; + margin-right: 0.85714286em; +} + +.ui.toast-container.bottom.center { + left: 50%; + -webkit-transform: translate(-50%, 0); + transform: translate(-50%, 0); + bottom: 0.85714286em; +} + +.ui.toast-container .visible.toast-box, +.ui.toast-container .animating.toast-box, +.ui.toast-container .toast-box { + display: table !important; +} + +.ui.toast-container .toast-box { + margin-bottom: 0.5em; + border-radius: 0.28571429rem; + cursor: default; +} + +.ui.toast-container .toast-box:hover { + opacity: 1; +} + +.ui.toast-container .toast-box:not(.unclickable):hover { + cursor: pointer; +} + +.ui.toast-container .toast-box.floating, +.ui.toast-container .toast-box.hoverfloating:hover { + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + border: 1px solid rgba(34, 36, 38, 0.12); +} + +.ui.toast-container .toast-box.compact, +.ui.toast-container .toast-box > .compact { + width: 350px; +} + +.ui.toast-container .toast-box > .ui.toast, +.ui.toast-container .toast-box > .ui.message { + margin: 0 -1px -0.01em; + position: relative; +} + +.ui.toast-container .toast-box > .attached.progress { + z-index: 1; +} + +.ui.toast-container .toast-box > .attached.progress.bottom { + margin: -0.2em -1px -0.01em; +} + +.ui.toast-container .toast-box > .attached.progress.top { + margin: -0.01em -1px -0.2em; +} + +.ui.toast-container .toast-box > .attached.progress .bar { + min-width: 0; +} + +.ui.toast-container .toast-box > .attached.progress.info .bar.bar.bar { + background: #12a1bf; +} + +.ui.toast-container .toast-box > .attached.progress.warning .bar.bar.bar { + background: #cf9b0d; +} + +.ui.toast-container .toast-box > .attached.progress.success .bar.bar.bar { + background: #15792d; +} + +.ui.toast-container .toast-box > .attached.progress .error .bar.bar.bar { + background: #9c1a1a; +} + +.ui.toast-container .toast-box > .attached.progress.neutral .bar.bar.bar { + background: #d9d9d9; +} + +.ui.toast-container .toast-box > .ui.message > .close.icon { + top: 0.3em; + right: 0.3em; +} + +.ui.toast-container .toast-box > .ui.message > .actions:last-child { + margin-bottom: -1em; +} + +.ui.toast-container .toast-box > .ui.message.icon { + -webkit-box-align: inherit; + -ms-flex-align: inherit; + align-items: inherit; +} + +.ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions) { + padding-left: 5rem; +} + +.ui.toast-container .toast-box > .ui.message.icon > .icon:not(.close) { + display: inline-block; + position: absolute; + width: 4rem; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > .icon:not(.close) { + top: calc(50% - 1.2em); + -webkit-transform: none; + transform: none; +} + +.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon { + display: block; +} + +.ui.toast-container .toast-box .ui.toast > .close.icon { + cursor: pointer; + margin: 0; + opacity: 0.7; + -webkit-transition: opacity 0.1s ease; + transition: opacity 0.1s ease; +} + +.ui.toast-container .toast-box .ui.toast > .close.icon:hover { + opacity: 1; +} + +.ui.toast-container .toast-box .ui.toast.vertical > .close.icon { + margin-top: -0.3em; + margin-right: -0.3em; +} + +.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon { + position: absolute; + top: 0.3em; +} + +.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon:not(.left) { + right: 0.3em; +} + +.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon.left { + margin-left: -0.3em; +} + +.ui.toast-container .toast-box .ui.card { + margin: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image > img { + border-top-left-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal > .image:last-child > img { + border-top-right-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image > img { + border-bottom-left-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal > .image:last-child > img { + border-bottom-right-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.horizontal.actions > .image > img { + border-bottom-left-radius: 0; +} + +.ui.toast-container .toast-box .ui.card.horizontal.actions > .image:last-child > img { + border-bottom-right-radius: 0; +} + +.ui.toast-container .toast-box .progressing { + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} + +.ui.toast-container .toast-box .progressing.up { + -webkit-animation-name: progressUp; + animation-name: progressUp; +} + +.ui.toast-container .toast-box .progressing.down { + -webkit-animation-name: progressDown; + animation-name: progressDown; +} + +.ui.toast-container .toast-box .progressing.wait { + -webkit-animation-name: progressWait; + animation-name: progressWait; +} + +.ui.toast-container .toast-box:hover .pausable.progressing { + -webkit-animation-play-state: paused; + animation-play-state: paused; +} + +.ui.toast-container .toast-box .ui.toast:not(.vertical) { + display: block; +} + +.ui.toast-container .toast-box :not(.comment):not(.card) .actions { + margin: 0.5em -1em -1em -1em; +} + +.ui.toast-container .toast-box :not(.comment) .actions { + padding: 0.5em 0.5em 0.75em 0.5em; + text-align: right; +} + +.ui.toast-container .toast-box :not(.comment) .actions.attached:not(.vertical) { + margin-right: 1px; +} + +.ui.toast-container .toast-box :not(.comment) .actions:not(.basic):not(.attached) { + background: rgba(255, 255, 255, 0.25); + border-top: 1px solid rgba(0, 0, 0, 0.2); +} + +.ui.toast-container .toast-box :not(.comment) .actions.left { + text-align: left; +} + +.ui.toast-container .toast-box .vertical.actions > .button, +.ui.toast-container .toast-box > .vertical > .vertical.vertical, +.ui.toast-container .toast-box > .vertical.vertical.vertical { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions > .button { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions.attached > .button { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) { + border-top: 0; + margin-top: -0.75em; + margin-bottom: -0.75em; + margin-left: 1em; + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic) { + border-left: 1px solid rgba(0, 0, 0, 0.2); +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) > .button:not(:last-child) { + margin-bottom: 0.3em; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.ui.vertical.attached:not(.left).card > .image > img { + border-top-right-radius: 0; +} + +.ui.vertical.attached:not(.left).card.horizontal > .image:last-child > img { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.vertical.attached:not(.left).card, +.ui.vertical.attached:not(.left).toast { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.vertical.attached:not(.left).actions { + border-top-right-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +.ui.vertical.attached:not(.left).actions .button:first-child, +.ui.vertical.attached:not(.left).actions .button:last-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.ui.vertical.attached:not(.left).message { + border-top-right-radius: 0; + border-bottom-left-radius: 0.28571429rem; +} + +.ui.vertical.attached.left.card > .image > img { + border-top-left-radius: 0; +} + +.ui.vertical.attached.left.card.horizontal > .image > img { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.ui.vertical.attached.left.card, +.ui.vertical.attached.left.toast { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.ui.vertical.attached.left.actions { + border-top-left-radius: 0.28571429rem; + border-bottom-left-radius: 0.28571429rem; +} + +.ui.vertical.attached.left.actions .button:first-child, +.ui.vertical.attached.left.actions .button:last-child { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.vertical.attached.left.actions .button:not(:first-child):not(:last-child) { + margin-left: -1px; +} + +.ui.vertical.attached.left.message.message.message { + border-top-right-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical):not(.top).actions { + border-bottom-left-radius: 0.28571429rem; + border-bottom-right-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical):not(.top).actions .button:first-child { + border-bottom-left-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical):not(.top).actions .button:last-child { + border-bottom-right-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical).top.actions { + border-top-left-radius: 0.28571429rem; + border-top-right-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical).top.actions .button:first-child { + border-top-left-radius: 0.28571429rem; +} + +.ui.attached:not(.vertical).top.actions .button:last-child { + border-top-right-radius: 0.28571429rem; +} + +/******************************* + Toast +*******************************/ + +.ui.toast { + display: none; + border-radius: 0.28571429rem; + padding: 0.78571429em 1em; + margin: 0 -1px -0.01em; + color: rgba(0, 0, 0, 0.87); + background-color: #FFFFFF; +} + +.ui.toast > .content > .header { + font-weight: bold; + color: inherit; + margin: 0; +} + +.ui.toast.info { + background-color: #31CCEC; + color: rgba(255, 255, 255, 0.9); +} + +.ui.toast.warning { + background-color: #F2C037; + color: rgba(255, 255, 255, 0.9); +} + +.ui.toast.success { + background-color: #21BA45; + color: rgba(255, 255, 255, 0.9); +} + +.ui.toast.error { + background-color: #DB2828; + color: rgba(255, 255, 255, 0.9); +} + +.ui.toast.neutral { + background-color: #FFFFFF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.toast > .icon:not(.close) { + font-size: 1.5em; +} + +.ui.toast:not(.vertical) > .icon:not(.close) { + position: absolute; +} + +.ui.toast:not(.vertical) > .icon:not(.close) + .content { + padding-left: 3em; +} + +.ui.toast:not(.vertical) > .close.icon + .content { + padding-left: 1.5em; +} + +.ui.toast:not(.vertical) > .ui.image { + position: absolute; +} + +.ui.toast:not(.vertical) > .ui.image.avatar + .content { + padding-left: 3em; + min-height: 2em; +} + +.ui.toast:not(.vertical) > .ui.image.mini + .content { + padding-left: 3.4em; + min-height: 35px; +} + +.ui.toast:not(.vertical) > .ui.image.tiny + .content { + padding-left: 7em; + min-height: 80px; +} + +.ui.toast:not(.vertical) > .ui.image.small + .content { + padding-left: 12em; + min-height: 150px; +} + +.ui.toast:not(.vertical) > .centered.image, +.ui.toast:not(.vertical) > .centered.icon { + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; +} + +.ui.toast:not(.vertical).actions > .centered.image { + top: calc(50% - 2em); +} + +.ui.toast:not(.vertical).actions > .centered.icon { + top: calc(50% - 1.2em); +} + +.ui.toast.vertical > .close.icon + .content { + padding-left: 1em; +} + +.ui.toast.vertical > .ui.image + .content, +.ui.toast.vertical > .icon:not(.close) + .content { + padding-left: 1em; +} + +.ui.toast.vertical > .ui.image { + -ms-flex-item-align: start; + align-self: flex-start; + -ms-flex-negative: 0; + flex-shrink: 0; + /* IE11 fix */ +} + +.ui.toast.vertical > .centered.image, +.ui.toast.vertical > .centered.icon { + -ms-flex-item-align: center; + align-self: center; +} + +.ui.toast.attached.bottom { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.ui.toast.attached.top { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.ui.hoverfloating.message:hover { + -webkit-box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + +.ui.center.toast-container .toast-box, +.ui.right.toast-container .toast-box { + margin-left: auto; +} + +.ui.center.toast-container .toast-box { + margin-right: auto; +} + +/*-------------- + Colors +-------------- */ + +.ui.primary.toast { + background-color: #2185D0; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.primary.toast, +.ui.toast-container .toast-box > .inverted.primary.attached.progress .bar { + background-color: #54C8FF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.secondary.toast { + background-color: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.secondary.toast, +.ui.toast-container .toast-box > .inverted.secondary.attached.progress .bar { + background-color: #545454; + color: rgba(0, 0, 0, 0.87); +} + +.ui.red.toast { + background-color: #DB2828; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.red.toast, +.ui.toast-container .toast-box > .inverted.red.attached.progress .bar { + background-color: #FF695E; + color: rgba(0, 0, 0, 0.87); +} + +.ui.orange.toast { + background-color: #F2711C; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.orange.toast, +.ui.toast-container .toast-box > .inverted.orange.attached.progress .bar { + background-color: #FF851B; + color: rgba(0, 0, 0, 0.87); +} + +.ui.yellow.toast { + background-color: #FBBD08; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.yellow.toast, +.ui.toast-container .toast-box > .inverted.yellow.attached.progress .bar { + background-color: #FFE21F; + color: rgba(0, 0, 0, 0.87); +} + +.ui.olive.toast { + background-color: #B5CC18; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.olive.toast, +.ui.toast-container .toast-box > .inverted.olive.attached.progress .bar { + background-color: #D9E778; + color: rgba(0, 0, 0, 0.87); +} + +.ui.green.toast { + background-color: #21BA45; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.green.toast, +.ui.toast-container .toast-box > .inverted.green.attached.progress .bar { + background-color: #2ECC40; + color: rgba(0, 0, 0, 0.87); +} + +.ui.teal.toast { + background-color: #00B5AD; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.teal.toast, +.ui.toast-container .toast-box > .inverted.teal.attached.progress .bar { + background-color: #6DFFFF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.blue.toast { + background-color: #2185D0; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.blue.toast, +.ui.toast-container .toast-box > .inverted.blue.attached.progress .bar { + background-color: #54C8FF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.violet.toast { + background-color: #6435C9; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.violet.toast, +.ui.toast-container .toast-box > .inverted.violet.attached.progress .bar { + background-color: #A291FB; + color: rgba(0, 0, 0, 0.87); +} + +.ui.purple.toast { + background-color: #A333C8; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.purple.toast, +.ui.toast-container .toast-box > .inverted.purple.attached.progress .bar { + background-color: #DC73FF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.pink.toast { + background-color: #E03997; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.pink.toast, +.ui.toast-container .toast-box > .inverted.pink.attached.progress .bar { + background-color: #FF8EDF; + color: rgba(0, 0, 0, 0.87); +} + +.ui.brown.toast { + background-color: #A5673F; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.brown.toast, +.ui.toast-container .toast-box > .inverted.brown.attached.progress .bar { + background-color: #D67C1C; + color: rgba(0, 0, 0, 0.87); +} + +.ui.grey.toast { + background-color: #767676; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.grey.toast, +.ui.toast-container .toast-box > .inverted.grey.attached.progress .bar { + background-color: #DCDDDE; + color: rgba(0, 0, 0, 0.87); +} + +.ui.black.toast { + background-color: #1B1C1D; + color: rgba(255, 255, 255, 0.9); +} + +.ui.inverted.black.toast, +.ui.toast-container .toast-box > .inverted.black.attached.progress .bar { + background-color: #545454; + color: rgba(0, 0, 0, 0.87); +} + +.ui.inverted.toast { + color: rgba(255, 255, 255, 0.9); + background-color: #1B1C1D; +} + +@media only screen and (max-width: 420px) { + .ui.toast-container .toast-box.toast-box, + .ui.toast-container .toast-box > .compact, + .ui.toast-container .toast-box > .vertical > *, + .ui.toast-container .toast-box > * { + width: auto; + max-width: 100%; + } + + .ui.toast-container .toast-box > *:not(.vertical) { + min-width: 280px; + } + + .ui.toast-container .toast-box > .ui.card.horizontal, + .ui.toast-container .toast-box > .vertical > .ui.horizontal.card { + min-width: initial; + } +} + +/*--------------- + Progress Bar + ----------------*/ + +@-webkit-keyframes progressDown { + 0% { + width: 100%; + } + + 100% { + width: 0; + } +} + +@keyframes progressDown { + 0% { + width: 100%; + } + + 100% { + width: 0; + } +} + +@-webkit-keyframes progressUp { + 0% { + width: 0; + } + + 100% { + width: 100%; + } +} + +@keyframes progressUp { + 0% { + width: 0; + } + + 100% { + width: 100%; + } +} + +@-webkit-keyframes progressWait { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes progressWait { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} +/*! + * # Fomantic-UI - Transition + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Transitions +*******************************/ + +.transition { + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-duration: 300ms; + animation-duration: 300ms; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +/******************************* + States +*******************************/ + +/* Animating */ + +.animating.transition { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + visibility: visible !important; +} + +/* Loading */ + +.loading.transition { + position: absolute; + top: -99999px; + left: -99999px; +} + +/* Hidden */ + +.hidden.transition { + display: none; + visibility: hidden; +} + +/* Visible */ + +.visible.transition { + display: block !important; + visibility: visible !important; + /* backface-visibility: @backfaceVisibility; + transform: @use3DAcceleration;*/ +} + +/* Disabled */ + +.disabled.transition { + -webkit-animation-play-state: paused; + animation-play-state: paused; +} + +/******************************* + Variations +*******************************/ + +.looping.transition { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +/******************************* + Transitions +*******************************/ + +/* + Some transitions adapted from Animate CSS + https://github.com/daneden/animate.css + + Additional transitions adapted from Glide + by Nick Pettit - https://github.com/nickpettit/glide +*/ + +/*-------------- + Browse +---------------*/ + +.transition.browse { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.transition.browse.in { + -webkit-animation-name: browseIn; + animation-name: browseIn; +} + +.transition.browse.out, +.transition.browse.left.out { + -webkit-animation-name: browseOutLeft; + animation-name: browseOutLeft; +} + +.transition.browse.right.out { + -webkit-animation-name: browseOutRight; + animation-name: browseOutRight; +} + +/* In */ + +@-webkit-keyframes browseIn { + 0% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + } + + 10% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + opacity: 0.7; + } + + 80% { + -webkit-transform: scale(1.05) translateZ(0px); + transform: scale(1.05) translateZ(0px); + opacity: 1; + z-index: 999; + } + + 100% { + -webkit-transform: scale(1) translateZ(0px); + transform: scale(1) translateZ(0px); + z-index: 999; + } +} + +@keyframes browseIn { + 0% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + } + + 10% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + opacity: 0.7; + } + + 80% { + -webkit-transform: scale(1.05) translateZ(0px); + transform: scale(1.05) translateZ(0px); + opacity: 1; + z-index: 999; + } + + 100% { + -webkit-transform: scale(1) translateZ(0px); + transform: scale(1) translateZ(0px); + z-index: 999; + } +} + +/* Out */ + +@-webkit-keyframes browseOutLeft { + 0% { + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: -1; + -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { + opacity: 1; + } + + 100% { + z-index: -1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0; + } +} + +@keyframes browseOutLeft { + 0% { + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: -1; + -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { + opacity: 1; + } + + 100% { + z-index: -1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0; + } +} + +@-webkit-keyframes browseOutRight { + 0% { + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: 1; + -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { + opacity: 1; + } + + 100% { + z-index: 1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0; + } +} + +@keyframes browseOutRight { + 0% { + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: 1; + -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { + opacity: 1; + } + + 100% { + z-index: 1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0; + } +} + +/*-------------- + Drop +---------------*/ + +.drop.transition { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-duration: 400ms; + animation-duration: 400ms; + -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); + animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); +} + +.drop.transition.in { + -webkit-animation-name: dropIn; + animation-name: dropIn; +} + +.drop.transition.out { + -webkit-animation-name: dropOut; + animation-name: dropOut; +} + +/* Drop */ + +@-webkit-keyframes dropIn { + 0% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes dropIn { + 0% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-webkit-keyframes dropOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); + } +} + +@keyframes dropOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(0); + transform: scale(0); + } +} + +/*-------------- + Fade +---------------*/ + +.transition.fade.in { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +.transition[class*="fade up"].in { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +.transition[class*="fade down"].in { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +.transition[class*="fade left"].in { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +.transition[class*="fade right"].in { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +.transition.fade.out { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +.transition[class*="fade up"].out { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +.transition[class*="fade down"].out { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +.transition[class*="fade left"].out { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +.transition[class*="fade right"].out { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +/* In */ + +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } +} + +@keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } +} + +@-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } +} + +@keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } +} + +@-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(10%); + transform: translateX(10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } +} + +@keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(10%); + transform: translateX(10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } +} + +@-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(-10%); + transform: translateX(-10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } +} + +@keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(-10%); + transform: translateX(-10%); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } +} + +/* Out */ + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@-webkit-keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(5%); + transform: translateY(5%); + } +} + +@keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(5%); + transform: translateY(5%); + } +} + +@-webkit-keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-5%); + transform: translateY(-5%); + } +} + +@keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-5%); + transform: translateY(-5%); + } +} + +@-webkit-keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(5%); + transform: translateX(5%); + } +} + +@keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(5%); + transform: translateX(5%); + } +} + +@-webkit-keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-5%); + transform: translateX(-5%); + } +} + +@keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-5%); + transform: translateX(-5%); + } +} + +/*-------------- + Flips +---------------*/ + +.flip.transition.in, +.flip.transition.out { + -webkit-animation-duration: 600ms; + animation-duration: 600ms; +} + +.horizontal.flip.transition.in { + -webkit-animation-name: horizontalFlipIn; + animation-name: horizontalFlipIn; +} + +.horizontal.flip.transition.out { + -webkit-animation-name: horizontalFlipOut; + animation-name: horizontalFlipOut; +} + +.vertical.flip.transition.in { + -webkit-animation-name: verticalFlipIn; + animation-name: verticalFlipIn; +} + +.vertical.flip.transition.out { + -webkit-animation-name: verticalFlipOut; + animation-name: verticalFlipOut; +} + +/* In */ + +@-webkit-keyframes horizontalFlipIn { + 0% { + -webkit-transform: perspective(2000px) rotateY(-90deg); + transform: perspective(2000px) rotateY(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform: perspective(2000px) rotateY(0deg); + transform: perspective(2000px) rotateY(0deg); + opacity: 1; + } +} + +@keyframes horizontalFlipIn { + 0% { + -webkit-transform: perspective(2000px) rotateY(-90deg); + transform: perspective(2000px) rotateY(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform: perspective(2000px) rotateY(0deg); + transform: perspective(2000px) rotateY(0deg); + opacity: 1; + } +} + +@-webkit-keyframes verticalFlipIn { + 0% { + -webkit-transform: perspective(2000px) rotateX(-90deg); + transform: perspective(2000px) rotateX(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform: perspective(2000px) rotateX(0deg); + transform: perspective(2000px) rotateX(0deg); + opacity: 1; + } +} + +@keyframes verticalFlipIn { + 0% { + -webkit-transform: perspective(2000px) rotateX(-90deg); + transform: perspective(2000px) rotateX(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform: perspective(2000px) rotateX(0deg); + transform: perspective(2000px) rotateX(0deg); + opacity: 1; + } +} + +/* Out */ + +@-webkit-keyframes horizontalFlipOut { + 0% { + -webkit-transform: perspective(2000px) rotateY(0deg); + transform: perspective(2000px) rotateY(0deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(2000px) rotateY(90deg); + transform: perspective(2000px) rotateY(90deg); + opacity: 0; + } +} + +@keyframes horizontalFlipOut { + 0% { + -webkit-transform: perspective(2000px) rotateY(0deg); + transform: perspective(2000px) rotateY(0deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(2000px) rotateY(90deg); + transform: perspective(2000px) rotateY(90deg); + opacity: 0; + } +} + +@-webkit-keyframes verticalFlipOut { + 0% { + -webkit-transform: perspective(2000px) rotateX(0deg); + transform: perspective(2000px) rotateX(0deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(2000px) rotateX(-90deg); + transform: perspective(2000px) rotateX(-90deg); + opacity: 0; + } +} + +@keyframes verticalFlipOut { + 0% { + -webkit-transform: perspective(2000px) rotateX(0deg); + transform: perspective(2000px) rotateX(0deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(2000px) rotateX(-90deg); + transform: perspective(2000px) rotateX(-90deg); + opacity: 0; + } +} + +/*-------------- + Scale +---------------*/ + +.scale.transition.in { + -webkit-animation-name: scaleIn; + animation-name: scaleIn; +} + +.scale.transition.out { + -webkit-animation-name: scaleOut; + animation-name: scaleOut; +} + +@-webkit-keyframes scaleIn { + 0% { + opacity: 0; + -webkit-transform: scale(0.8); + transform: scale(0.8); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes scaleIn { + 0% { + opacity: 0; + -webkit-transform: scale(0.8); + transform: scale(0.8); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +/* Out */ + +@-webkit-keyframes scaleOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(0.9); + transform: scale(0.9); + } +} + +@keyframes scaleOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 0; + -webkit-transform: scale(0.9); + transform: scale(0.9); + } +} + +/*-------------- + Fly +---------------*/ + +/* Inward */ + +.transition.fly { + -webkit-animation-duration: 0.6s; + animation-duration: 0.6s; + -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); +} + +.transition.fly.in { + -webkit-animation-name: flyIn; + animation-name: flyIn; +} + +.transition[class*="fly up"].in { + -webkit-animation-name: flyInUp; + animation-name: flyInUp; +} + +.transition[class*="fly down"].in { + -webkit-animation-name: flyInDown; + animation-name: flyInDown; +} + +.transition[class*="fly left"].in { + -webkit-animation-name: flyInLeft; + animation-name: flyInLeft; +} + +.transition[class*="fly right"].in { + -webkit-animation-name: flyInRight; + animation-name: flyInRight; +} + +/* Outward */ + +.transition.fly.out { + -webkit-animation-name: flyOut; + animation-name: flyOut; +} + +.transition[class*="fly up"].out { + -webkit-animation-name: flyOutUp; + animation-name: flyOutUp; +} + +.transition[class*="fly down"].out { + -webkit-animation-name: flyOutDown; + animation-name: flyOutDown; +} + +.transition[class*="fly left"].out { + -webkit-animation-name: flyOutLeft; + animation-name: flyOutLeft; +} + +.transition[class*="fly right"].out { + -webkit-animation-name: flyOutRight; + animation-name: flyOutRight; +} + +/* In */ + +@-webkit-keyframes flyIn { + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes flyIn { + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@-webkit-keyframes flyInUp { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 1500px, 0); + transform: translate3d(0, 1500px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes flyInUp { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 1500px, 0); + transform: translate3d(0, 1500px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-webkit-keyframes flyInDown { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -1500px, 0); + transform: translate3d(0, -1500px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes flyInDown { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -1500px, 0); + transform: translate3d(0, -1500px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@-webkit-keyframes flyInLeft { + 0% { + opacity: 0; + -webkit-transform: translate3d(1500px, 0, 0); + transform: translate3d(1500px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes flyInLeft { + 0% { + opacity: 0; + -webkit-transform: translate3d(1500px, 0, 0); + transform: translate3d(1500px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@-webkit-keyframes flyInRight { + 0% { + opacity: 0; + -webkit-transform: translate3d(-1500px, 0, 0); + transform: translate3d(-1500px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes flyInRight { + 0% { + opacity: 0; + -webkit-transform: translate3d(-1500px, 0, 0); + transform: translate3d(-1500px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +/* Out */ + +@-webkit-keyframes flyOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes flyOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@-webkit-keyframes flyOutUp { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes flyOutUp { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@-webkit-keyframes flyOutDown { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes flyOutDown { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@-webkit-keyframes flyOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes flyOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@-webkit-keyframes flyOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes flyOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +/*-------------- + Slide +---------------*/ + +.transition.slide.in, +.transition[class*="slide down"].in { + -webkit-animation-name: slideInY; + animation-name: slideInY; + -webkit-transform-origin: top center; + transform-origin: top center; +} + +.transition[class*="slide up"].in { + -webkit-animation-name: slideInY; + animation-name: slideInY; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; +} + +.transition[class*="slide left"].in { + -webkit-animation-name: slideInX; + animation-name: slideInX; + -webkit-transform-origin: center right; + transform-origin: center right; +} + +.transition[class*="slide right"].in { + -webkit-animation-name: slideInX; + animation-name: slideInX; + -webkit-transform-origin: center left; + transform-origin: center left; +} + +.transition.slide.out, +.transition[class*="slide down"].out { + -webkit-animation-name: slideOutY; + animation-name: slideOutY; + -webkit-transform-origin: top center; + transform-origin: top center; +} + +.transition[class*="slide up"].out { + -webkit-animation-name: slideOutY; + animation-name: slideOutY; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; +} + +.transition[class*="slide left"].out { + -webkit-animation-name: slideOutX; + animation-name: slideOutX; + -webkit-transform-origin: center right; + transform-origin: center right; +} + +.transition[class*="slide right"].out { + -webkit-animation-name: slideOutX; + animation-name: slideOutX; + -webkit-transform-origin: center left; + transform-origin: center left; +} + +/* In */ + +@-webkit-keyframes slideInY { + 0% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } + + 100% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } +} + +@keyframes slideInY { + 0% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } + + 100% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } +} + +@-webkit-keyframes slideInX { + 0% { + opacity: 0; + -webkit-transform: scaleX(0); + transform: scaleX(0); + } + + 100% { + opacity: 1; + -webkit-transform: scaleX(1); + transform: scaleX(1); + } +} + +@keyframes slideInX { + 0% { + opacity: 0; + -webkit-transform: scaleX(0); + transform: scaleX(0); + } + + 100% { + opacity: 1; + -webkit-transform: scaleX(1); + transform: scaleX(1); + } +} + +/* Out */ + +@-webkit-keyframes slideOutY { + 0% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } + + 100% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } +} + +@keyframes slideOutY { + 0% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } + + 100% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } +} + +@-webkit-keyframes slideOutX { + 0% { + opacity: 1; + -webkit-transform: scaleX(1); + transform: scaleX(1); + } + + 100% { + opacity: 0; + -webkit-transform: scaleX(0); + transform: scaleX(0); + } +} + +@keyframes slideOutX { + 0% { + opacity: 1; + -webkit-transform: scaleX(1); + transform: scaleX(1); + } + + 100% { + opacity: 0; + -webkit-transform: scaleX(0); + transform: scaleX(0); + } +} + +/*-------------- + Swing +---------------*/ + +.transition.swing { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.transition[class*="swing down"].in { + -webkit-animation-name: swingInX; + animation-name: swingInX; + -webkit-transform-origin: top center; + transform-origin: top center; +} + +.transition[class*="swing up"].in { + -webkit-animation-name: swingInX; + animation-name: swingInX; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; +} + +.transition[class*="swing left"].in { + -webkit-animation-name: swingInY; + animation-name: swingInY; + -webkit-transform-origin: center right; + transform-origin: center right; +} + +.transition[class*="swing right"].in { + -webkit-animation-name: swingInY; + animation-name: swingInY; + -webkit-transform-origin: center left; + transform-origin: center left; +} + +.transition.swing.out, +.transition[class*="swing down"].out { + -webkit-animation-name: swingOutX; + animation-name: swingOutX; + -webkit-transform-origin: top center; + transform-origin: top center; +} + +.transition[class*="swing up"].out { + -webkit-animation-name: swingOutX; + animation-name: swingOutX; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; +} + +.transition[class*="swing left"].out { + -webkit-animation-name: swingOutY; + animation-name: swingOutY; + -webkit-transform-origin: center right; + transform-origin: center right; +} + +.transition[class*="swing right"].out { + -webkit-animation-name: swingOutY; + animation-name: swingOutY; + -webkit-transform-origin: center left; + transform-origin: center left; +} + +/* In */ + +@-webkit-keyframes swingInX { + 0% { + -webkit-transform: perspective(1000px) rotateX(90deg); + transform: perspective(1000px) rotateX(90deg); + opacity: 0; + } + + 40% { + -webkit-transform: perspective(1000px) rotateX(-30deg); + transform: perspective(1000px) rotateX(-30deg); + opacity: 1; + } + + 60% { + -webkit-transform: perspective(1000px) rotateX(15deg); + transform: perspective(1000px) rotateX(15deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateX(-7.5deg); + transform: perspective(1000px) rotateX(-7.5deg); + } + + 100% { + -webkit-transform: perspective(1000px) rotateX(0deg); + transform: perspective(1000px) rotateX(0deg); + } +} + +@keyframes swingInX { + 0% { + -webkit-transform: perspective(1000px) rotateX(90deg); + transform: perspective(1000px) rotateX(90deg); + opacity: 0; + } + + 40% { + -webkit-transform: perspective(1000px) rotateX(-30deg); + transform: perspective(1000px) rotateX(-30deg); + opacity: 1; + } + + 60% { + -webkit-transform: perspective(1000px) rotateX(15deg); + transform: perspective(1000px) rotateX(15deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateX(-7.5deg); + transform: perspective(1000px) rotateX(-7.5deg); + } + + 100% { + -webkit-transform: perspective(1000px) rotateX(0deg); + transform: perspective(1000px) rotateX(0deg); + } +} + +@-webkit-keyframes swingInY { + 0% { + -webkit-transform: perspective(1000px) rotateY(-90deg); + transform: perspective(1000px) rotateY(-90deg); + opacity: 0; + } + + 40% { + -webkit-transform: perspective(1000px) rotateY(30deg); + transform: perspective(1000px) rotateY(30deg); + opacity: 1; + } + + 60% { + -webkit-transform: perspective(1000px) rotateY(-17.5deg); + transform: perspective(1000px) rotateY(-17.5deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateY(7.5deg); + transform: perspective(1000px) rotateY(7.5deg); + } + + 100% { + -webkit-transform: perspective(1000px) rotateY(0deg); + transform: perspective(1000px) rotateY(0deg); + } +} + +@keyframes swingInY { + 0% { + -webkit-transform: perspective(1000px) rotateY(-90deg); + transform: perspective(1000px) rotateY(-90deg); + opacity: 0; + } + + 40% { + -webkit-transform: perspective(1000px) rotateY(30deg); + transform: perspective(1000px) rotateY(30deg); + opacity: 1; + } + + 60% { + -webkit-transform: perspective(1000px) rotateY(-17.5deg); + transform: perspective(1000px) rotateY(-17.5deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateY(7.5deg); + transform: perspective(1000px) rotateY(7.5deg); + } + + 100% { + -webkit-transform: perspective(1000px) rotateY(0deg); + transform: perspective(1000px) rotateY(0deg); + } +} + +/* Out */ + +@-webkit-keyframes swingOutX { + 0% { + -webkit-transform: perspective(1000px) rotateX(0deg); + transform: perspective(1000px) rotateX(0deg); + } + + 40% { + -webkit-transform: perspective(1000px) rotateX(-7.5deg); + transform: perspective(1000px) rotateX(-7.5deg); + } + + 60% { + -webkit-transform: perspective(1000px) rotateX(17.5deg); + transform: perspective(1000px) rotateX(17.5deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateX(-30deg); + transform: perspective(1000px) rotateX(-30deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(1000px) rotateX(90deg); + transform: perspective(1000px) rotateX(90deg); + opacity: 0; + } +} + +@keyframes swingOutX { + 0% { + -webkit-transform: perspective(1000px) rotateX(0deg); + transform: perspective(1000px) rotateX(0deg); + } + + 40% { + -webkit-transform: perspective(1000px) rotateX(-7.5deg); + transform: perspective(1000px) rotateX(-7.5deg); + } + + 60% { + -webkit-transform: perspective(1000px) rotateX(17.5deg); + transform: perspective(1000px) rotateX(17.5deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateX(-30deg); + transform: perspective(1000px) rotateX(-30deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(1000px) rotateX(90deg); + transform: perspective(1000px) rotateX(90deg); + opacity: 0; + } +} + +@-webkit-keyframes swingOutY { + 0% { + -webkit-transform: perspective(1000px) rotateY(0deg); + transform: perspective(1000px) rotateY(0deg); + } + + 40% { + -webkit-transform: perspective(1000px) rotateY(7.5deg); + transform: perspective(1000px) rotateY(7.5deg); + } + + 60% { + -webkit-transform: perspective(1000px) rotateY(-10deg); + transform: perspective(1000px) rotateY(-10deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateY(30deg); + transform: perspective(1000px) rotateY(30deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(1000px) rotateY(-90deg); + transform: perspective(1000px) rotateY(-90deg); + opacity: 0; + } +} + +@keyframes swingOutY { + 0% { + -webkit-transform: perspective(1000px) rotateY(0deg); + transform: perspective(1000px) rotateY(0deg); + } + + 40% { + -webkit-transform: perspective(1000px) rotateY(7.5deg); + transform: perspective(1000px) rotateY(7.5deg); + } + + 60% { + -webkit-transform: perspective(1000px) rotateY(-10deg); + transform: perspective(1000px) rotateY(-10deg); + } + + 80% { + -webkit-transform: perspective(1000px) rotateY(30deg); + transform: perspective(1000px) rotateY(30deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(1000px) rotateY(-90deg); + transform: perspective(1000px) rotateY(-90deg); + opacity: 0; + } +} + +/*-------------- + Zoom +---------------*/ + +.transition.zoom.in { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +.transition.zoom.out { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomIn { + 0% { + opacity: 1; + -webkit-transform: scale(0); + transform: scale(0); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes zoomIn { + 0% { + opacity: 1; + -webkit-transform: scale(0); + transform: scale(0); + } + + 100% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-webkit-keyframes zoomOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 1; + -webkit-transform: scale(0); + transform: scale(0); + } +} + +@keyframes zoomOut { + 0% { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } + + 100% { + opacity: 1; + -webkit-transform: scale(0); + transform: scale(0); + } +} + +/******************************* + Static Animations +*******************************/ + +/*-------------- + Emphasis +---------------*/ + +.flash.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: flash; + animation-name: flash; +} + +.shake.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: shake; + animation-name: shake; +} + +.bounce.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: bounce; + animation-name: bounce; +} + +.tada.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: tada; + animation-name: tada; +} + +.pulse.transition { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; + -webkit-animation-name: pulse; + animation-name: pulse; +} + +.jiggle.transition { + -webkit-animation-duration: 750ms; + animation-duration: 750ms; + -webkit-animation-name: jiggle; + animation-name: jiggle; +} + +.transition.glow { + -webkit-animation-duration: 2000ms; + animation-duration: 2000ms; + -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); + animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); +} + +.transition.glow { + -webkit-animation-name: glow; + animation-name: glow; +} + +/* Flash */ + +@-webkit-keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } + + 25%, 75% { + opacity: 0; + } +} + +@keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } + + 25%, 75% { + opacity: 0; + } +} + +/* Shake */ + +@-webkit-keyframes shake { + 0%, 100% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 20%, 40%, 60%, 80% { + -webkit-transform: translateX(10px); + transform: translateX(10px); + } +} + +@keyframes shake { + 0%, 100% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 20%, 40%, 60%, 80% { + -webkit-transform: translateX(10px); + transform: translateX(10px); + } +} + +/* Bounce */ + +@-webkit-keyframes bounce { + 0%, 20%, 50%, 80%, 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 40% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + + 60% { + -webkit-transform: translateY(-15px); + transform: translateY(-15px); + } +} + +@keyframes bounce { + 0%, 20%, 50%, 80%, 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 40% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } + + 60% { + -webkit-transform: translateY(-15px); + transform: translateY(-15px); + } +} + +/* Tada */ + +@-webkit-keyframes tada { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 10%, 20% { + -webkit-transform: scale(0.9) rotate(-3deg); + transform: scale(0.9) rotate(-3deg); + } + + 30%, 50%, 70%, 90% { + -webkit-transform: scale(1.1) rotate(3deg); + transform: scale(1.1) rotate(3deg); + } + + 40%, 60%, 80% { + -webkit-transform: scale(1.1) rotate(-3deg); + transform: scale(1.1) rotate(-3deg); + } + + 100% { + -webkit-transform: scale(1) rotate(0); + transform: scale(1) rotate(0); + } +} + +@keyframes tada { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 10%, 20% { + -webkit-transform: scale(0.9) rotate(-3deg); + transform: scale(0.9) rotate(-3deg); + } + + 30%, 50%, 70%, 90% { + -webkit-transform: scale(1.1) rotate(3deg); + transform: scale(1.1) rotate(3deg); + } + + 40%, 60%, 80% { + -webkit-transform: scale(1.1) rotate(-3deg); + transform: scale(1.1) rotate(-3deg); + } + + 100% { + -webkit-transform: scale(1) rotate(0); + transform: scale(1) rotate(0); + } +} + +/* Pulse */ + +@-webkit-keyframes pulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } + + 50% { + -webkit-transform: scale(0.9); + transform: scale(0.9); + opacity: 0.7; + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } +} + +@keyframes pulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } + + 50% { + -webkit-transform: scale(0.9); + transform: scale(0.9); + opacity: 0.7; + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } +} + +/* Jiggle */ + +@-webkit-keyframes jiggle { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes jiggle { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +/* Glow */ + +@-webkit-keyframes glow { + 0% { + background-color: #FCFCFD; + } + + 30% { + background-color: #FFF6CD; + } + + 100% { + background-color: #FCFCFD; + } +} + +@keyframes glow { + 0% { + background-color: #FCFCFD; + } + + 30% { + background-color: #FFF6CD; + } + + 100% { + background-color: #FCFCFD; + } +} + +/******************************* + Site Overrides +*******************************/ \ No newline at end of file diff --git a/public/vendor/plugins/fomantic/semantic.js b/public/vendor/plugins/fomantic/semantic.js new file mode 100644 index 0000000000..d285f8dad1 --- /dev/null +++ b/public/vendor/plugins/fomantic/semantic.js @@ -0,0 +1,27938 @@ + /* + * # Fomantic UI - 2.8.2 + * https://github.com/fomantic/Fomantic-UI + * http://fomantic-ui.com/ + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ +/*! + * # Fomantic-UI - Site + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +$.site = $.fn.site = function(parameters) { + var + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.site.settings, parameters) + : $.extend({}, $.site.settings), + + namespace = settings.namespace, + error = settings.error, + + moduleNamespace = 'module-' + namespace, + + $document = $(document), + $module = $document, + element = this, + instance = $module.data(moduleNamespace), + + module, + returnedValue + ; + module = { + + initialize: function() { + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of site', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + normalize: function() { + module.fix.console(); + module.fix.requestAnimationFrame(); + }, + + fix: { + console: function() { + module.debug('Normalizing window.console'); + if (console === undefined || console.log === undefined) { + module.verbose('Console not available, normalizing events'); + module.disable.console(); + } + if (typeof console.group == 'undefined' || typeof console.groupEnd == 'undefined' || typeof console.groupCollapsed == 'undefined') { + module.verbose('Console group not available, normalizing events'); + window.console.group = function() {}; + window.console.groupEnd = function() {}; + window.console.groupCollapsed = function() {}; + } + if (typeof console.markTimeline == 'undefined') { + module.verbose('Mark timeline not available, normalizing events'); + window.console.markTimeline = function() {}; + } + }, + consoleClear: function() { + module.debug('Disabling programmatic console clearing'); + window.console.clear = function() {}; + }, + requestAnimationFrame: function() { + module.debug('Normalizing requestAnimationFrame'); + if(window.requestAnimationFrame === undefined) { + module.debug('RequestAnimationFrame not available, normalizing event'); + window.requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); } + ; + } + } + }, + + moduleExists: function(name) { + return ($.fn[name] !== undefined && $.fn[name].settings !== undefined); + }, + + enabled: { + modules: function(modules) { + var + enabledModules = [] + ; + modules = modules || settings.modules; + $.each(modules, function(index, name) { + if(module.moduleExists(name)) { + enabledModules.push(name); + } + }); + return enabledModules; + } + }, + + disabled: { + modules: function(modules) { + var + disabledModules = [] + ; + modules = modules || settings.modules; + $.each(modules, function(index, name) { + if(!module.moduleExists(name)) { + disabledModules.push(name); + } + }); + return disabledModules; + } + }, + + change: { + setting: function(setting, value, modules, modifyExisting) { + modules = (typeof modules === 'string') + ? (modules === 'all') + ? settings.modules + : [modules] + : modules || settings.modules + ; + modifyExisting = (modifyExisting !== undefined) + ? modifyExisting + : true + ; + $.each(modules, function(index, name) { + var + namespace = (module.moduleExists(name)) + ? $.fn[name].settings.namespace || false + : true, + $existingModules + ; + if(module.moduleExists(name)) { + module.verbose('Changing default setting', setting, value, name); + $.fn[name].settings[setting] = value; + if(modifyExisting && namespace) { + $existingModules = $(':data(module-' + namespace + ')'); + if($existingModules.length > 0) { + module.verbose('Modifying existing settings', $existingModules); + $existingModules[name]('setting', setting, value); + } + } + } + }); + }, + settings: function(newSettings, modules, modifyExisting) { + modules = (typeof modules === 'string') + ? [modules] + : modules || settings.modules + ; + modifyExisting = (modifyExisting !== undefined) + ? modifyExisting + : true + ; + $.each(modules, function(index, name) { + var + $existingModules + ; + if(module.moduleExists(name)) { + module.verbose('Changing default setting', newSettings, name); + $.extend(true, $.fn[name].settings, newSettings); + if(modifyExisting && namespace) { + $existingModules = $(':data(module-' + namespace + ')'); + if($existingModules.length > 0) { + module.verbose('Modifying existing settings', $existingModules); + $existingModules[name]('setting', newSettings); + } + } + } + }); + } + }, + + enable: { + console: function() { + module.console(true); + }, + debug: function(modules, modifyExisting) { + modules = modules || settings.modules; + module.debug('Enabling debug for modules', modules); + module.change.setting('debug', true, modules, modifyExisting); + }, + verbose: function(modules, modifyExisting) { + modules = modules || settings.modules; + module.debug('Enabling verbose debug for modules', modules); + module.change.setting('verbose', true, modules, modifyExisting); + } + }, + disable: { + console: function() { + module.console(false); + }, + debug: function(modules, modifyExisting) { + modules = modules || settings.modules; + module.debug('Disabling debug for modules', modules); + module.change.setting('debug', false, modules, modifyExisting); + }, + verbose: function(modules, modifyExisting) { + modules = modules || settings.modules; + module.debug('Disabling verbose debug for modules', modules); + module.change.setting('verbose', false, modules, modifyExisting); + } + }, + + console: function(enable) { + if(enable) { + if(instance.cache.console === undefined) { + module.error(error.console); + return; + } + module.debug('Restoring console function'); + window.console = instance.cache.console; + } + else { + module.debug('Disabling console function'); + instance.cache.console = window.console; + window.console = { + clear : function(){}, + error : function(){}, + group : function(){}, + groupCollapsed : function(){}, + groupEnd : function(){}, + info : function(){}, + log : function(){}, + markTimeline : function(){}, + warn : function(){} + }; + } + }, + + destroy: function() { + module.verbose('Destroying previous site for', $module); + $module + .removeData(moduleNamespace) + ; + }, + + cache: {}, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Element' : element, + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + module.destroy(); + } + module.initialize(); + } + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.site.settings = { + + name : 'Site', + namespace : 'site', + + error : { + console : 'Console cannot be restored, most likely it was overwritten outside of module', + method : 'The method you called is not defined.' + }, + + debug : false, + verbose : false, + performance : true, + + modules: [ + 'accordion', + 'api', + 'calendar', + 'checkbox', + 'dimmer', + 'dropdown', + 'embed', + 'form', + 'modal', + 'nag', + 'popup', + 'slider', + 'rating', + 'shape', + 'sidebar', + 'state', + 'sticky', + 'tab', + 'toast', + 'transition', + 'visibility', + 'visit' + ], + + siteNamespace : 'site', + namespaceStub : { + cache : {}, + config : {}, + sections : {}, + section : {}, + utilities : {} + } + +}; + +// allows for selection of elements with data attributes +$.extend($.expr[ ":" ], { + data: ($.expr.createPseudo) + ? $.expr.createPseudo(function(dataName) { + return function(elem) { + return !!$.data(elem, dataName); + }; + }) + : function(elem, i, match) { + // support: jQuery < 1.8 + return !!$.data(elem, match[ 3 ]); + } +}); + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Form Validation + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.form = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + legacyParameters = arguments[1], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + $allModules + .each(function() { + var + $module = $(this), + element = this, + + formErrors = [], + keyHeldDown = false, + + // set at run-time + $field, + $group, + $message, + $prompt, + $submit, + $clear, + $reset, + + settings, + validation, + + metadata, + selector, + className, + regExp, + error, + + namespace, + moduleNamespace, + eventNamespace, + + submitting = false, + dirty = false, + history = ['clean', 'clean'], + + instance, + module + ; + + module = { + + initialize: function() { + + // settings grabbed at run time + module.get.settings(); + if(methodInvoked) { + if(instance === undefined) { + module.instantiate(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.verbose('Initializing form validation', $module, settings); + module.bindEvents(); + module.set.defaults(); + module.instantiate(); + } + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module', instance); + module.removeEvents(); + $module + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + module.verbose('Refreshing selector cache'); + $field = $module.find(selector.field); + $group = $module.find(selector.group); + $message = $module.find(selector.message); + $prompt = $module.find(selector.prompt); + + $submit = $module.find(selector.submit); + $clear = $module.find(selector.clear); + $reset = $module.find(selector.reset); + }, + + submit: function() { + module.verbose('Submitting form', $module); + submitting = true; + $module.submit(); + }, + + attachEvents: function(selector, action) { + action = action || 'submit'; + $(selector).on('click' + eventNamespace, function(event) { + module[action](); + event.preventDefault(); + }); + }, + + bindEvents: function() { + module.verbose('Attaching form events'); + $module + .on('submit' + eventNamespace, module.validate.form) + .on('blur' + eventNamespace, selector.field, module.event.field.blur) + .on('click' + eventNamespace, selector.submit, module.submit) + .on('click' + eventNamespace, selector.reset, module.reset) + .on('click' + eventNamespace, selector.clear, module.clear) + ; + if(settings.keyboardShortcuts) { + $module.on('keydown' + eventNamespace, selector.field, module.event.field.keydown); + } + $field.each(function(index, el) { + var + $input = $(el), + type = $input.prop('type'), + inputEvent = module.get.changeEvent(type, $input) + ; + $input.on(inputEvent + eventNamespace, module.event.field.change); + }); + + // Dirty events + if (settings.preventLeaving) { + $(window).on('beforeunload' + eventNamespace, module.event.beforeUnload); + } + + $field.on('change click keyup keydown blur', function(e) { + $(this).triggerHandler(e.type + ".dirty"); + }); + + $field.on('change.dirty click.dirty keyup.dirty keydown.dirty blur.dirty', module.determine.isDirty); + + $module.on('dirty' + eventNamespace, function(e) { + settings.onDirty.call(); + }); + + $module.on('clean' + eventNamespace, function(e) { + settings.onClean.call(); + }) + }, + + clear: function() { + $field.each(function (index, el) { + var + $field = $(el), + $element = $field.parent(), + $fieldGroup = $field.closest($group), + $prompt = $fieldGroup.find(selector.prompt), + $calendar = $field.closest(selector.uiCalendar), + defaultValue = $field.data(metadata.defaultValue) || '', + isCheckbox = $element.is(selector.uiCheckbox), + isDropdown = $element.is(selector.uiDropdown) && module.can.useElement('dropdown'), + isCalendar = ($calendar.length > 0 && module.can.useElement('calendar')), + isErrored = $fieldGroup.hasClass(className.error) + ; + if(isErrored) { + module.verbose('Resetting error on field', $fieldGroup); + $fieldGroup.removeClass(className.error); + $prompt.remove(); + } + if(isDropdown) { + module.verbose('Resetting dropdown value', $element, defaultValue); + $element.dropdown('clear', true); + } + else if(isCheckbox) { + $field.prop('checked', false); + } + else if (isCalendar) { + $calendar.calendar('clear'); + } + else { + module.verbose('Resetting field value', $field, defaultValue); + $field.val(''); + } + }); + }, + + reset: function() { + $field.each(function (index, el) { + var + $field = $(el), + $element = $field.parent(), + $fieldGroup = $field.closest($group), + $calendar = $field.closest(selector.uiCalendar), + $prompt = $fieldGroup.find(selector.prompt), + defaultValue = $field.data(metadata.defaultValue), + isCheckbox = $element.is(selector.uiCheckbox), + isDropdown = $element.is(selector.uiDropdown) && module.can.useElement('dropdown'), + isCalendar = ($calendar.length > 0 && module.can.useElement('calendar')), + isErrored = $fieldGroup.hasClass(className.error) + ; + if(defaultValue === undefined) { + return; + } + if(isErrored) { + module.verbose('Resetting error on field', $fieldGroup); + $fieldGroup.removeClass(className.error); + $prompt.remove(); + } + if(isDropdown) { + module.verbose('Resetting dropdown value', $element, defaultValue); + $element.dropdown('restore defaults', true); + } + else if(isCheckbox) { + module.verbose('Resetting checkbox value', $element, defaultValue); + $field.prop('checked', defaultValue); + } + else if (isCalendar) { + $calendar.calendar('set date', defaultValue); + } + else { + module.verbose('Resetting field value', $field, defaultValue); + $field.val(defaultValue); + } + }); + + module.determine.isDirty(); + }, + + determine: { + isValid: function() { + var + allValid = true + ; + $.each(validation, function(fieldName, field) { + if( !( module.validate.field(field, fieldName, true) ) ) { + allValid = false; + } + }); + return allValid; + }, + isDirty: function(e) { + var formIsDirty = false; + + $field.each(function(index, el) { + var + $el = $(el), + isCheckbox = ($el.filter(selector.checkbox).length > 0), + isDirty + ; + + if (isCheckbox) { + isDirty = module.is.checkboxDirty($el); + } else { + isDirty = module.is.fieldDirty($el); + } + + $el.data(settings.metadata.isDirty, isDirty); + + formIsDirty |= isDirty; + }); + + if (formIsDirty) { + module.set.dirty(); + } else { + module.set.clean(); + } + + if (e && e.namespace === 'dirty') { + e.stopImmediatePropagation(); + e.preventDefault(); + } + } + }, + + is: { + bracketedRule: function(rule) { + return (rule.type && rule.type.match(settings.regExp.bracket)); + }, + shorthandFields: function(fields) { + var + fieldKeys = Object.keys(fields), + firstRule = fields[fieldKeys[0]] + ; + return module.is.shorthandRules(firstRule); + }, + // duck type rule test + shorthandRules: function(rules) { + return (typeof rules == 'string' || Array.isArray(rules)); + }, + empty: function($field) { + if(!$field || $field.length === 0) { + return true; + } + else if($field.is(selector.checkbox)) { + return !$field.is(':checked'); + } + else { + return module.is.blank($field); + } + }, + blank: function($field) { + return $.trim($field.val()) === ''; + }, + valid: function(field) { + var + allValid = true + ; + if(field) { + module.verbose('Checking if field is valid', field); + return module.validate.field(validation[field], field, false); + } + else { + module.verbose('Checking if form is valid'); + $.each(validation, function(fieldName, field) { + if( !module.is.valid(fieldName) ) { + allValid = false; + } + }); + return allValid; + } + }, + dirty: function() { + return dirty; + }, + clean: function() { + return !dirty; + }, + fieldDirty: function($el) { + var initialValue = $el.data(metadata.defaultValue); + // Explicitly check for null/undefined here as value may be `false`, so ($el.data(dataInitialValue) || '') would not work + if (initialValue == null) { initialValue = ''; } + var currentValue = $el.val(); + if (currentValue == null) { currentValue = ''; } + + // Boolean values can be encoded as "true/false" or "True/False" depending on underlying frameworks so we need a case insensitive comparison + var boolRegex = /^(true|false)$/i; + var isBoolValue = boolRegex.test(initialValue) && boolRegex.test(currentValue); + if (isBoolValue) { + var regex = new RegExp("^" + initialValue + "$", "i"); + return !regex.test(currentValue); + } + + return currentValue !== initialValue; + }, + checkboxDirty: function($el) { + var initialValue = $el.data(metadata.defaultValue); + var currentValue = $el.is(":checked"); + + return initialValue !== currentValue; + }, + justDirty: function() { + return (history[0] === 'dirty'); + }, + justClean: function() { + return (history[0] === 'clean'); + } + }, + + removeEvents: function() { + $module.off(eventNamespace); + $field.off(eventNamespace); + $submit.off(eventNamespace); + $field.off(eventNamespace); + }, + + event: { + field: { + keydown: function(event) { + var + $field = $(this), + key = event.which, + isInput = $field.is(selector.input), + isCheckbox = $field.is(selector.checkbox), + isInDropdown = ($field.closest(selector.uiDropdown).length > 0), + keyCode = { + enter : 13, + escape : 27 + } + ; + if( key == keyCode.escape) { + module.verbose('Escape key pressed blurring field'); + $field + .blur() + ; + } + if(!event.ctrlKey && key == keyCode.enter && isInput && !isInDropdown && !isCheckbox) { + if(!keyHeldDown) { + $field.one('keyup' + eventNamespace, module.event.field.keyup); + module.submit(); + module.debug('Enter pressed on input submitting form'); + } + keyHeldDown = true; + } + }, + keyup: function() { + keyHeldDown = false; + }, + blur: function(event) { + var + $field = $(this), + $fieldGroup = $field.closest($group), + validationRules = module.get.validation($field) + ; + if( $fieldGroup.hasClass(className.error) ) { + module.debug('Revalidating field', $field, validationRules); + if(validationRules) { + module.validate.field( validationRules ); + } + } + else if(settings.on == 'blur') { + if(validationRules) { + module.validate.field( validationRules ); + } + } + }, + change: function(event) { + var + $field = $(this), + $fieldGroup = $field.closest($group), + validationRules = module.get.validation($field) + ; + if(validationRules && (settings.on == 'change' || ( $fieldGroup.hasClass(className.error) && settings.revalidate) )) { + clearTimeout(module.timer); + module.timer = setTimeout(function() { + module.debug('Revalidating field', $field, module.get.validation($field)); + module.validate.field( validationRules ); + }, settings.delay); + } + } + }, + beforeUnload: function(event) { + if (module.is.dirty() && !submitting) { + var event = event || window.event; + + // For modern browsers + if (event) { + event.returnValue = settings.text.leavingMessage; + } + + // For olders... + return settings.text.leavingMessage; + } + } + + }, + + get: { + ancillaryValue: function(rule) { + if(!rule.type || (!rule.value && !module.is.bracketedRule(rule))) { + return false; + } + return (rule.value !== undefined) + ? rule.value + : rule.type.match(settings.regExp.bracket)[1] + '' + ; + }, + ruleName: function(rule) { + if( module.is.bracketedRule(rule) ) { + return rule.type.replace(rule.type.match(settings.regExp.bracket)[0], ''); + } + return rule.type; + }, + changeEvent: function(type, $input) { + if(type == 'checkbox' || type == 'radio' || type == 'hidden' || $input.is('select')) { + return 'change'; + } + else { + return module.get.inputEvent(); + } + }, + inputEvent: function() { + return (document.createElement('input').oninput !== undefined) + ? 'input' + : (document.createElement('input').onpropertychange !== undefined) + ? 'propertychange' + : 'keyup' + ; + }, + fieldsFromShorthand: function(fields) { + var + fullFields = {} + ; + $.each(fields, function(name, rules) { + if(typeof rules == 'string') { + rules = [rules]; + } + fullFields[name] = { + rules: [] + }; + $.each(rules, function(index, rule) { + fullFields[name].rules.push({ type: rule }); + }); + }); + return fullFields; + }, + prompt: function(rule, field) { + var + ruleName = module.get.ruleName(rule), + ancillary = module.get.ancillaryValue(rule), + $field = module.get.field(field.identifier), + value = $field.val(), + prompt = $.isFunction(rule.prompt) + ? rule.prompt(value) + : rule.prompt || settings.prompt[ruleName] || settings.text.unspecifiedRule, + requiresValue = (prompt.search('{value}') !== -1), + requiresName = (prompt.search('{name}') !== -1), + $label, + name + ; + if(requiresValue) { + prompt = prompt.replace('{value}', $field.val()); + } + if(requiresName) { + $label = $field.closest(selector.group).find('label').eq(0); + name = ($label.length == 1) + ? $label.text() + : $field.prop('placeholder') || settings.text.unspecifiedField + ; + prompt = prompt.replace('{name}', name); + } + prompt = prompt.replace('{identifier}', field.identifier); + prompt = prompt.replace('{ruleValue}', ancillary); + if(!rule.prompt) { + module.verbose('Using default validation prompt for type', prompt, ruleName); + } + return prompt; + }, + settings: function() { + if($.isPlainObject(parameters)) { + var + keys = Object.keys(parameters), + isLegacySettings = (keys.length > 0) + ? (parameters[keys[0]].identifier !== undefined && parameters[keys[0]].rules !== undefined) + : false + ; + if(isLegacySettings) { + // 1.x (ducktyped) + settings = $.extend(true, {}, $.fn.form.settings, legacyParameters); + validation = $.extend({}, $.fn.form.settings.defaults, parameters); + module.error(settings.error.oldSyntax, element); + module.verbose('Extending settings from legacy parameters', validation, settings); + } + else { + // 2.x + if(parameters.fields && module.is.shorthandFields(parameters.fields)) { + parameters.fields = module.get.fieldsFromShorthand(parameters.fields); + } + settings = $.extend(true, {}, $.fn.form.settings, parameters); + validation = $.extend({}, $.fn.form.settings.defaults, settings.fields); + module.verbose('Extending settings', validation, settings); + } + } + else { + settings = $.fn.form.settings; + validation = $.fn.form.settings.defaults; + module.verbose('Using default form validation', validation, settings); + } + + // shorthand + namespace = settings.namespace; + metadata = settings.metadata; + selector = settings.selector; + className = settings.className; + regExp = settings.regExp; + error = settings.error; + moduleNamespace = 'module-' + namespace; + eventNamespace = '.' + namespace; + + // grab instance + instance = $module.data(moduleNamespace); + + // refresh selector cache + module.refresh(); + }, + field: function(identifier) { + module.verbose('Finding field with identifier', identifier); + identifier = module.escape.string(identifier); + var t; + if((t=$field.filter('#' + identifier)).length > 0 ) { + return t; + } + if((t=$field.filter('[name="' + identifier +'"]')).length > 0 ) { + return t; + } + if((t=$field.filter('[name="' + identifier +'[]"]')).length > 0 ) { + return t; + } + if((t=$field.filter('[data-' + metadata.validate + '="'+ identifier +'"]')).length > 0 ) { + return t; + } + return $('<input/>'); + }, + fields: function(fields) { + var + $fields = $() + ; + $.each(fields, function(index, name) { + $fields = $fields.add( module.get.field(name) ); + }); + return $fields; + }, + validation: function($field) { + var + fieldValidation, + identifier + ; + if(!validation) { + return false; + } + $.each(validation, function(fieldName, field) { + identifier = field.identifier || fieldName; + $.each(module.get.field(identifier), function(index, groupField) { + if(groupField == $field[0]) { + field.identifier = identifier; + fieldValidation = field; + return false; + } + }); + }); + return fieldValidation || false; + }, + value: function (field) { + var + fields = [], + results + ; + fields.push(field); + results = module.get.values.call(element, fields); + return results[field]; + }, + values: function (fields) { + var + $fields = Array.isArray(fields) + ? module.get.fields(fields) + : $field, + values = {} + ; + $fields.each(function(index, field) { + var + $field = $(field), + $calendar = $field.closest(selector.uiCalendar), + name = $field.prop('name'), + value = $field.val(), + isCheckbox = $field.is(selector.checkbox), + isRadio = $field.is(selector.radio), + isMultiple = (name.indexOf('[]') !== -1), + isCalendar = ($calendar.length > 0 && module.can.useElement('calendar')), + isChecked = (isCheckbox) + ? $field.is(':checked') + : false + ; + if(name) { + if(isMultiple) { + name = name.replace('[]', ''); + if(!values[name]) { + values[name] = []; + } + if(isCheckbox) { + if(isChecked) { + values[name].push(value || true); + } + else { + values[name].push(false); + } + } + else { + values[name].push(value); + } + } + else { + if(isRadio) { + if(values[name] === undefined || values[name] == false) { + values[name] = (isChecked) + ? value || true + : false + ; + } + } + else if(isCheckbox) { + if(isChecked) { + values[name] = value || true; + } + else { + values[name] = false; + } + } + else if(isCalendar) { + var date = $calendar.calendar('get date'); + + if (date !== null) { + if (settings.dateHandling == 'date') { + values[name] = date; + } else if(settings.dateHandling == 'input') { + values[name] = $calendar.calendar('get input date') + } else if (settings.dateHandling == 'formatter') { + var type = $calendar.calendar('setting', 'type'); + + switch(type) { + case 'date': + values[name] = settings.formatter.date(date); + break; + + case 'datetime': + values[name] = settings.formatter.datetime(date); + break; + + case 'time': + values[name] = settings.formatter.time(date); + break; + + case 'month': + values[name] = settings.formatter.month(date); + break; + + case 'year': + values[name] = settings.formatter.year(date); + break; + + default: + module.debug('Wrong calendar mode', $calendar, type); + values[name] = ''; + } + } + } else { + values[name] = ''; + } + } else { + values[name] = value; + } + } + } + }); + return values; + }, + dirtyFields: function() { + return $field.filter(function(index, e) { + return $(e).data(metadata.isDirty); + }); + } + }, + + has: { + + field: function(identifier) { + module.verbose('Checking for existence of a field with identifier', identifier); + identifier = module.escape.string(identifier); + if(typeof identifier !== 'string') { + module.error(error.identifier, identifier); + } + if($field.filter('#' + identifier).length > 0 ) { + return true; + } + else if( $field.filter('[name="' + identifier +'"]').length > 0 ) { + return true; + } + else if( $field.filter('[data-' + metadata.validate + '="'+ identifier +'"]').length > 0 ) { + return true; + } + return false; + } + + }, + + can: { + useElement: function(element){ + if ($.fn[element] !== undefined) { + return true; + } + module.error(error.noElement.replace('{element}',element)); + return false; + } + }, + + escape: { + string: function(text) { + text = String(text); + return text.replace(regExp.escape, '\\$&'); + } + }, + + add: { + // alias + rule: function(name, rules) { + module.add.field(name, rules); + }, + field: function(name, rules) { + var + newValidation = {} + ; + if(module.is.shorthandRules(rules)) { + rules = Array.isArray(rules) + ? rules + : [rules] + ; + newValidation[name] = { + rules: [] + }; + $.each(rules, function(index, rule) { + newValidation[name].rules.push({ type: rule }); + }); + } + else { + newValidation[name] = rules; + } + validation = $.extend({}, validation, newValidation); + module.debug('Adding rules', newValidation, validation); + }, + fields: function(fields) { + var + newValidation + ; + if(fields && module.is.shorthandFields(fields)) { + newValidation = module.get.fieldsFromShorthand(fields); + } + else { + newValidation = fields; + } + validation = $.extend({}, validation, newValidation); + }, + prompt: function(identifier, errors, internal) { + var + $field = module.get.field(identifier), + $fieldGroup = $field.closest($group), + $prompt = $fieldGroup.children(selector.prompt), + promptExists = ($prompt.length !== 0) + ; + errors = (typeof errors == 'string') + ? [errors] + : errors + ; + module.verbose('Adding field error state', identifier); + if(!internal) { + $fieldGroup + .addClass(className.error) + ; + } + if(settings.inline) { + if(!promptExists) { + $prompt = settings.templates.prompt(errors, className.label); + $prompt + .appendTo($fieldGroup) + ; + } + $prompt + .html(errors[0]) + ; + if(!promptExists) { + if(settings.transition && module.can.useElement('transition') && $module.transition('is supported')) { + module.verbose('Displaying error with css transition', settings.transition); + $prompt.transition(settings.transition + ' in', settings.duration); + } + else { + module.verbose('Displaying error with fallback javascript animation'); + $prompt + .fadeIn(settings.duration) + ; + } + } + else { + module.verbose('Inline errors are disabled, no inline error added', identifier); + } + } + }, + errors: function(errors) { + module.debug('Adding form error messages', errors); + module.set.error(); + $message + .html( settings.templates.error(errors) ) + ; + } + }, + + remove: { + rule: function(field, rule) { + var + rules = Array.isArray(rule) + ? rule + : [rule] + ; + if(validation[field] === undefined || !Array.isArray(validation[field].rules)) { + return; + } + if(rule === undefined) { + module.debug('Removed all rules'); + validation[field].rules = []; + return; + } + $.each(validation[field].rules, function(index, rule) { + if(rule && rules.indexOf(rule.type) !== -1) { + module.debug('Removed rule', rule.type); + validation[field].rules.splice(index, 1); + } + }); + }, + field: function(field) { + var + fields = Array.isArray(field) + ? field + : [field] + ; + $.each(fields, function(index, field) { + module.remove.rule(field); + }); + }, + // alias + rules: function(field, rules) { + if(Array.isArray(field)) { + $.each(field, function(index, field) { + module.remove.rule(field, rules); + }); + } + else { + module.remove.rule(field, rules); + } + }, + fields: function(fields) { + module.remove.field(fields); + }, + prompt: function(identifier) { + var + $field = module.get.field(identifier), + $fieldGroup = $field.closest($group), + $prompt = $fieldGroup.children(selector.prompt) + ; + $fieldGroup + .removeClass(className.error) + ; + if(settings.inline && $prompt.is(':visible')) { + module.verbose('Removing prompt for field', identifier); + if(settings.transition && module.can.useElement('transition') && $module.transition('is supported')) { + $prompt.transition(settings.transition + ' out', settings.duration, function() { + $prompt.remove(); + }); + } + else { + $prompt + .fadeOut(settings.duration, function(){ + $prompt.remove(); + }) + ; + } + } + } + }, + + set: { + success: function() { + $module + .removeClass(className.error) + .addClass(className.success) + ; + }, + defaults: function () { + $field.each(function (index, el) { + var + $el = $(el), + $parent = $el.parent(), + isCheckbox = ($el.filter(selector.checkbox).length > 0), + isDropdown = $parent.is(selector.uiDropdown) && module.can.useElement('dropdown'), + $calendar = $el.closest(selector.uiCalendar), + isCalendar = ($calendar.length > 0 && module.can.useElement('calendar')), + value = (isCheckbox) + ? $el.is(':checked') + : $el.val() + ; + if (isDropdown) { + $parent.dropdown('save defaults'); + } + else if (isCalendar) { + $calendar.calendar('refresh'); + } + $el.data(metadata.defaultValue, value); + $el.data(metadata.isDirty, false); + }); + }, + error: function() { + $module + .removeClass(className.success) + .addClass(className.error) + ; + }, + value: function (field, value) { + var + fields = {} + ; + fields[field] = value; + return module.set.values.call(element, fields); + }, + values: function (fields) { + if($.isEmptyObject(fields)) { + return; + } + $.each(fields, function(key, value) { + var + $field = module.get.field(key), + $element = $field.parent(), + $calendar = $field.closest(selector.uiCalendar), + isMultiple = Array.isArray(value), + isCheckbox = $element.is(selector.uiCheckbox) && module.can.useElement('checkbox'), + isDropdown = $element.is(selector.uiDropdown) && module.can.useElement('dropdown'), + isRadio = ($field.is(selector.radio) && isCheckbox), + isCalendar = ($calendar.length > 0 && module.can.useElement('calendar')), + fieldExists = ($field.length > 0), + $multipleField + ; + if(fieldExists) { + if(isMultiple && isCheckbox) { + module.verbose('Selecting multiple', value, $field); + $element.checkbox('uncheck'); + $.each(value, function(index, value) { + $multipleField = $field.filter('[value="' + value + '"]'); + $element = $multipleField.parent(); + if($multipleField.length > 0) { + $element.checkbox('check'); + } + }); + } + else if(isRadio) { + module.verbose('Selecting radio value', value, $field); + $field.filter('[value="' + value + '"]') + .parent(selector.uiCheckbox) + .checkbox('check') + ; + } + else if(isCheckbox) { + module.verbose('Setting checkbox value', value, $element); + if(value === true || value === 1) { + $element.checkbox('check'); + } + else { + $element.checkbox('uncheck'); + } + } + else if(isDropdown) { + module.verbose('Setting dropdown value', value, $element); + $element.dropdown('set selected', value); + } + else if (isCalendar) { + $calendar.calendar('set date',value); + } + else { + module.verbose('Setting field value', value, $field); + $field.val(value); + } + } + }); + }, + dirty: function() { + module.verbose('Setting state dirty'); + dirty = true; + history[0] = history[1]; + history[1] = 'dirty'; + + if (module.is.justClean()) { + $module.trigger('dirty'); + } + }, + clean: function() { + module.verbose('Setting state clean'); + dirty = false; + history[0] = history[1]; + history[1] = 'clean'; + + if (module.is.justDirty()) { + $module.trigger('clean'); + } + }, + asClean: function() { + module.set.defaults(); + module.set.clean(); + }, + asDirty: function() { + module.set.defaults(); + module.set.dirty(); + } + }, + + validate: { + + form: function(event, ignoreCallbacks) { + var values = module.get.values(); + + // input keydown event will fire submit repeatedly by browser default + if(keyHeldDown) { + return false; + } + + // reset errors + formErrors = []; + if( module.determine.isValid() ) { + module.debug('Form has no validation errors, submitting'); + module.set.success(); + if(ignoreCallbacks !== true) { + return settings.onSuccess.call(element, event, values); + } + } + else { + module.debug('Form has errors'); + module.set.error(); + if(!settings.inline) { + module.add.errors(formErrors); + } + // prevent ajax submit + if(event && $module.data('moduleApi') !== undefined) { + event.stopImmediatePropagation(); + } + if(ignoreCallbacks !== true) { + return settings.onFailure.call(element, formErrors, values); + } + } + }, + + // takes a validation object and returns whether field passes validation + field: function(field, fieldName, showErrors) { + showErrors = (showErrors !== undefined) + ? showErrors + : true + ; + if(typeof field == 'string') { + module.verbose('Validating field', field); + fieldName = field; + field = validation[field]; + } + var + identifier = field.identifier || fieldName, + $field = module.get.field(identifier), + $dependsField = (field.depends) + ? module.get.field(field.depends) + : false, + fieldValid = true, + fieldErrors = [] + ; + if(!field.identifier) { + module.debug('Using field name as identifier', identifier); + field.identifier = identifier; + } + var isDisabled = true; + $.each($field, function(){ + if(!$(this).prop('disabled')) { + isDisabled = false; + return false; + } + }); + if(isDisabled) { + module.debug('Field is disabled. Skipping', identifier); + } + else if(field.optional && module.is.blank($field)){ + module.debug('Field is optional and blank. Skipping', identifier); + } + else if(field.depends && module.is.empty($dependsField)) { + module.debug('Field depends on another value that is not present or empty. Skipping', $dependsField); + } + else if(field.rules !== undefined) { + $field.closest($group).removeClass(className.error); + $.each(field.rules, function(index, rule) { + if( module.has.field(identifier)) { + var invalidFields = module.validate.rule(field, rule,true) || []; + if (invalidFields.length>0){ + module.debug('Field is invalid', identifier, rule.type); + fieldErrors.push(module.get.prompt(rule, field)); + fieldValid = false; + if(showErrors){ + $(invalidFields).closest($group).addClass(className.error); + } + } + } + }); + } + if(fieldValid) { + if(showErrors) { + module.remove.prompt(identifier, fieldErrors); + settings.onValid.call($field); + } + } + else { + if(showErrors) { + formErrors = formErrors.concat(fieldErrors); + module.add.prompt(identifier, fieldErrors, true); + settings.onInvalid.call($field, fieldErrors); + } + return false; + } + return true; + }, + + // takes validation rule and returns whether field passes rule + rule: function(field, rule, internal) { + var + $field = module.get.field(field.identifier), + ancillary = module.get.ancillaryValue(rule), + ruleName = module.get.ruleName(rule), + ruleFunction = settings.rules[ruleName], + invalidFields = [], + isCheckbox = $field.is(selector.checkbox), + isValid = function(field){ + var value = (isCheckbox ? $(field).filter(':checked').val() : $(field).val()); + // cast to string avoiding encoding special values + value = (value === undefined || value === '' || value === null) + ? '' + : (settings.shouldTrim) ? $.trim(value + '') : String(value + '') + ; + return ruleFunction.call(field, value, ancillary, $module); + } + ; + if( !$.isFunction(ruleFunction) ) { + module.error(error.noRule, ruleName); + return; + } + if(isCheckbox) { + if (!isValid($field)) { + invalidFields = $field; + } + } else { + $.each($field, function (index, field) { + if (!isValid(field)) { + invalidFields.push(field); + } + }); + } + return internal ? invalidFields : !(invalidFields.length>0); + } + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + module.initialize(); + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.form.settings = { + + name : 'Form', + namespace : 'form', + + debug : false, + verbose : false, + performance : true, + + fields : false, + + keyboardShortcuts : true, + on : 'submit', + inline : false, + + delay : 200, + revalidate : true, + shouldTrim : true, + + transition : 'scale', + duration : 200, + + preventLeaving : false, + dateHandling : 'date', // 'date', 'input', 'formatter' + + onValid : function() {}, + onInvalid : function() {}, + onSuccess : function() { return true; }, + onFailure : function() { return false; }, + onDirty : function() {}, + onClean : function() {}, + + metadata : { + defaultValue : 'default', + validate : 'validate', + isDirty : 'isDirty' + }, + + regExp: { + htmlID : /^[a-zA-Z][\w:.-]*$/g, + bracket : /\[(.*)\]/i, + decimal : /^\d+\.?\d*$/, + email : /^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i, + escape : /[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|:,=@]/g, + flags : /^\/(.*)\/(.*)?/, + integer : /^\-?\d+$/, + number : /^\-?\d*(\.\d+)?$/, + url : /(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i + }, + + text: { + unspecifiedRule : 'Please enter a valid value', + unspecifiedField : 'This field', + leavingMessage : 'There are unsaved changes on this page which will be discarded if you continue.' + }, + + prompt: { + empty : '{name} must have a value', + checked : '{name} must be checked', + email : '{name} must be a valid e-mail', + url : '{name} must be a valid url', + regExp : '{name} is not formatted correctly', + integer : '{name} must be an integer', + decimal : '{name} must be a decimal number', + number : '{name} must be set to a number', + is : '{name} must be "{ruleValue}"', + isExactly : '{name} must be exactly "{ruleValue}"', + not : '{name} cannot be set to "{ruleValue}"', + notExactly : '{name} cannot be set to exactly "{ruleValue}"', + contain : '{name} must contain "{ruleValue}"', + containExactly : '{name} must contain exactly "{ruleValue}"', + doesntContain : '{name} cannot contain "{ruleValue}"', + doesntContainExactly : '{name} cannot contain exactly "{ruleValue}"', + minLength : '{name} must be at least {ruleValue} characters', + length : '{name} must be at least {ruleValue} characters', + exactLength : '{name} must be exactly {ruleValue} characters', + maxLength : '{name} cannot be longer than {ruleValue} characters', + match : '{name} must match {ruleValue} field', + different : '{name} must have a different value than {ruleValue} field', + creditCard : '{name} must be a valid credit card number', + minCount : '{name} must have at least {ruleValue} choices', + exactCount : '{name} must have exactly {ruleValue} choices', + maxCount : '{name} must have {ruleValue} or less choices' + }, + + selector : { + checkbox : 'input[type="checkbox"], input[type="radio"]', + clear : '.clear', + field : 'input, textarea, select', + group : '.field', + input : 'input', + message : '.error.message', + prompt : '.prompt.label', + radio : 'input[type="radio"]', + reset : '.reset:not([type="reset"])', + submit : '.submit:not([type="submit"])', + uiCheckbox : '.ui.checkbox', + uiDropdown : '.ui.dropdown', + uiCalendar : '.ui.calendar' + }, + + className : { + error : 'error', + label : 'ui basic red pointing prompt label', + pressed : 'down', + success : 'success' + }, + + error: { + identifier : 'You must specify a string identifier for each field', + method : 'The method you called is not defined.', + noRule : 'There is no rule matching the one you specified', + oldSyntax : 'Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically.', + noElement : 'This module requires ui {element}' + }, + + templates: { + + // template that produces error message + error: function(errors) { + var + html = '<ul class="list">' + ; + $.each(errors, function(index, value) { + html += '<li>' + value + '</li>'; + }); + html += '</ul>'; + return $(html); + }, + + // template that produces label + prompt: function(errors, labelClasses) { + return $('<div/>') + .addClass(labelClasses) + .html(errors[0]) + ; + } + }, + + formatter: { + date: function(date) { + return Intl.DateTimeFormat('en-GB').format(date); + }, + datetime: function(date) { + return Intl.DateTimeFormat('en-GB', { + year: "numeric", + month: "2-digit", + day: "2-digit", + hour: '2-digit', + minute: '2-digit', + second: '2-digit' + }).format(date); + }, + time: function(date) { + return Intl.DateTimeFormat('en-GB', { + hour: '2-digit', + minute: '2-digit', + second: '2-digit' + }).format(date); + }, + month: function(date) { + return Intl.DateTimeFormat('en-GB', { + month: '2-digit', + year: 'numeric' + }).format(date); + }, + year: function(date) { + return Intl.DateTimeFormat('en-GB', { + year: 'numeric' + }).format(date); + } + }, + + rules: { + + // is not empty or blank string + empty: function(value) { + return !(value === undefined || '' === value || Array.isArray(value) && value.length === 0); + }, + + // checkbox checked + checked: function() { + return ($(this).filter(':checked').length > 0); + }, + + // is most likely an email + email: function(value){ + return $.fn.form.settings.regExp.email.test(value); + }, + + // value is most likely url + url: function(value) { + return $.fn.form.settings.regExp.url.test(value); + }, + + // matches specified regExp + regExp: function(value, regExp) { + if(regExp instanceof RegExp) { + return value.match(regExp); + } + var + regExpParts = regExp.match($.fn.form.settings.regExp.flags), + flags + ; + // regular expression specified as /baz/gi (flags) + if(regExpParts) { + regExp = (regExpParts.length >= 2) + ? regExpParts[1] + : regExp + ; + flags = (regExpParts.length >= 3) + ? regExpParts[2] + : '' + ; + } + return value.match( new RegExp(regExp, flags) ); + }, + + // is valid integer or matches range + integer: function(value, range) { + var + intRegExp = $.fn.form.settings.regExp.integer, + min, + max, + parts + ; + if( !range || ['', '..'].indexOf(range) !== -1) { + // do nothing + } + else if(range.indexOf('..') == -1) { + if(intRegExp.test(range)) { + min = max = range - 0; + } + } + else { + parts = range.split('..', 2); + if(intRegExp.test(parts[0])) { + min = parts[0] - 0; + } + if(intRegExp.test(parts[1])) { + max = parts[1] - 0; + } + } + return ( + intRegExp.test(value) && + (min === undefined || value >= min) && + (max === undefined || value <= max) + ); + }, + + // is valid number (with decimal) + decimal: function(value) { + return $.fn.form.settings.regExp.decimal.test(value); + }, + + // is valid number + number: function(value) { + return $.fn.form.settings.regExp.number.test(value); + }, + + // is value (case insensitive) + is: function(value, text) { + text = (typeof text == 'string') + ? text.toLowerCase() + : text + ; + value = (typeof value == 'string') + ? value.toLowerCase() + : value + ; + return (value == text); + }, + + // is value + isExactly: function(value, text) { + return (value == text); + }, + + // value is not another value (case insensitive) + not: function(value, notValue) { + value = (typeof value == 'string') + ? value.toLowerCase() + : value + ; + notValue = (typeof notValue == 'string') + ? notValue.toLowerCase() + : notValue + ; + return (value != notValue); + }, + + // value is not another value (case sensitive) + notExactly: function(value, notValue) { + return (value != notValue); + }, + + // value contains text (insensitive) + contains: function(value, text) { + // escape regex characters + text = text.replace($.fn.form.settings.regExp.escape, "\\$&"); + return (value.search( new RegExp(text, 'i') ) !== -1); + }, + + // value contains text (case sensitive) + containsExactly: function(value, text) { + // escape regex characters + text = text.replace($.fn.form.settings.regExp.escape, "\\$&"); + return (value.search( new RegExp(text) ) !== -1); + }, + + // value contains text (insensitive) + doesntContain: function(value, text) { + // escape regex characters + text = text.replace($.fn.form.settings.regExp.escape, "\\$&"); + return (value.search( new RegExp(text, 'i') ) === -1); + }, + + // value contains text (case sensitive) + doesntContainExactly: function(value, text) { + // escape regex characters + text = text.replace($.fn.form.settings.regExp.escape, "\\$&"); + return (value.search( new RegExp(text) ) === -1); + }, + + // is at least string length + minLength: function(value, requiredLength) { + return (value !== undefined) + ? (value.length >= requiredLength) + : false + ; + }, + + // see rls notes for 2.0.6 (this is a duplicate of minLength) + length: function(value, requiredLength) { + return (value !== undefined) + ? (value.length >= requiredLength) + : false + ; + }, + + // is exactly length + exactLength: function(value, requiredLength) { + return (value !== undefined) + ? (value.length == requiredLength) + : false + ; + }, + + // is less than length + maxLength: function(value, maxLength) { + return (value !== undefined) + ? (value.length <= maxLength) + : false + ; + }, + + // matches another field + match: function(value, identifier, $module) { + var + matchingValue, + matchingElement + ; + if((matchingElement = $module.find('[data-validate="'+ identifier +'"]')).length > 0 ) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('#' + identifier)).length > 0) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('[name="' + identifier +'"]')).length > 0) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('[name="' + identifier +'[]"]')).length > 0 ) { + matchingValue = matchingElement; + } + return (matchingValue !== undefined) + ? ( value.toString() == matchingValue.toString() ) + : false + ; + }, + + // different than another field + different: function(value, identifier, $module) { + // use either id or name of field + var + matchingValue, + matchingElement + ; + if((matchingElement = $module.find('[data-validate="'+ identifier +'"]')).length > 0 ) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('#' + identifier)).length > 0) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('[name="' + identifier +'"]')).length > 0) { + matchingValue = matchingElement.val(); + } + else if((matchingElement = $module.find('[name="' + identifier +'[]"]')).length > 0 ) { + matchingValue = matchingElement; + } + return (matchingValue !== undefined) + ? ( value.toString() !== matchingValue.toString() ) + : false + ; + }, + + creditCard: function(cardNumber, cardTypes) { + var + cards = { + visa: { + pattern : /^4/, + length : [16] + }, + amex: { + pattern : /^3[47]/, + length : [15] + }, + mastercard: { + pattern : /^5[1-5]/, + length : [16] + }, + discover: { + pattern : /^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/, + length : [16] + }, + unionPay: { + pattern : /^(62|88)/, + length : [16, 17, 18, 19] + }, + jcb: { + pattern : /^35(2[89]|[3-8][0-9])/, + length : [16] + }, + maestro: { + pattern : /^(5018|5020|5038|6304|6759|676[1-3])/, + length : [12, 13, 14, 15, 16, 17, 18, 19] + }, + dinersClub: { + pattern : /^(30[0-5]|^36)/, + length : [14] + }, + laser: { + pattern : /^(6304|670[69]|6771)/, + length : [16, 17, 18, 19] + }, + visaElectron: { + pattern : /^(4026|417500|4508|4844|491(3|7))/, + length : [16] + } + }, + valid = {}, + validCard = false, + requiredTypes = (typeof cardTypes == 'string') + ? cardTypes.split(',') + : false, + unionPay, + validation + ; + + if(typeof cardNumber !== 'string' || cardNumber.length === 0) { + return; + } + + // allow dashes in card + cardNumber = cardNumber.replace(/[\-]/g, ''); + + // verify card types + if(requiredTypes) { + $.each(requiredTypes, function(index, type){ + // verify each card type + validation = cards[type]; + if(validation) { + valid = { + length : ($.inArray(cardNumber.length, validation.length) !== -1), + pattern : (cardNumber.search(validation.pattern) !== -1) + }; + if(valid.length && valid.pattern) { + validCard = true; + } + } + }); + + if(!validCard) { + return false; + } + } + + // skip luhn for UnionPay + unionPay = { + number : ($.inArray(cardNumber.length, cards.unionPay.length) !== -1), + pattern : (cardNumber.search(cards.unionPay.pattern) !== -1) + }; + if(unionPay.number && unionPay.pattern) { + return true; + } + + // verify luhn, adapted from <https://gist.github.com/2134376> + var + length = cardNumber.length, + multiple = 0, + producedValue = [ + [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], + [0, 2, 4, 6, 8, 1, 3, 5, 7, 9] + ], + sum = 0 + ; + while (length--) { + sum += producedValue[multiple][parseInt(cardNumber.charAt(length), 10)]; + multiple ^= 1; + } + return (sum % 10 === 0 && sum > 0); + }, + + minCount: function(value, minCount) { + if(minCount == 0) { + return true; + } + if(minCount == 1) { + return (value !== ''); + } + return (value.split(',').length >= minCount); + }, + + exactCount: function(value, exactCount) { + if(exactCount == 0) { + return (value === ''); + } + if(exactCount == 1) { + return (value !== '' && value.search(',') === -1); + } + return (value.split(',').length == exactCount); + }, + + maxCount: function(value, maxCount) { + if(maxCount == 0) { + return false; + } + if(maxCount == 1) { + return (value.search(',') === -1); + } + return (value.split(',').length <= maxCount); + } + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Accordion + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.accordion = function(parameters) { + var + $allModules = $(this), + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.accordion.settings, parameters) + : $.extend({}, $.fn.accordion.settings), + + className = settings.className, + namespace = settings.namespace, + selector = settings.selector, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + moduleSelector = $allModules.selector || '', + + $module = $(this), + $title = $module.find(selector.title), + $content = $module.find(selector.content), + + element = this, + instance = $module.data(moduleNamespace), + observer, + module + ; + + module = { + + initialize: function() { + module.debug('Initializing', $module); + module.bind.events(); + if(settings.observeChanges) { + module.observeChanges(); + } + module.instantiate(); + }, + + instantiate: function() { + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.debug('Destroying previous instance', $module); + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + $title = $module.find(selector.title); + $content = $module.find(selector.content); + }, + + observeChanges: function() { + if('MutationObserver' in window) { + observer = new MutationObserver(function(mutations) { + module.debug('DOM tree modified, updating selector cache'); + module.refresh(); + }); + observer.observe(element, { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', observer); + } + }, + + bind: { + events: function() { + module.debug('Binding delegated events'); + $module + .on(settings.on + eventNamespace, selector.trigger, module.event.click) + ; + } + }, + + event: { + click: function() { + module.toggle.call(this); + } + }, + + toggle: function(query) { + var + $activeTitle = (query !== undefined) + ? (typeof query === 'number') + ? $title.eq(query) + : $(query).closest(selector.title) + : $(this).closest(selector.title), + $activeContent = $activeTitle.next($content), + isAnimating = $activeContent.hasClass(className.animating), + isActive = $activeContent.hasClass(className.active), + isOpen = (isActive && !isAnimating), + isOpening = (!isActive && isAnimating) + ; + module.debug('Toggling visibility of content', $activeTitle); + if(isOpen || isOpening) { + if(settings.collapsible) { + module.close.call($activeTitle); + } + else { + module.debug('Cannot close accordion content collapsing is disabled'); + } + } + else { + module.open.call($activeTitle); + } + }, + + open: function(query) { + var + $activeTitle = (query !== undefined) + ? (typeof query === 'number') + ? $title.eq(query) + : $(query).closest(selector.title) + : $(this).closest(selector.title), + $activeContent = $activeTitle.next($content), + isAnimating = $activeContent.hasClass(className.animating), + isActive = $activeContent.hasClass(className.active), + isOpen = (isActive || isAnimating) + ; + if(isOpen) { + module.debug('Accordion already open, skipping', $activeContent); + return; + } + module.debug('Opening accordion content', $activeTitle); + settings.onOpening.call($activeContent); + settings.onChanging.call($activeContent); + if(settings.exclusive) { + module.closeOthers.call($activeTitle); + } + $activeTitle + .addClass(className.active) + ; + $activeContent + .stop(true, true) + .addClass(className.animating) + ; + if(settings.animateChildren) { + if($.fn.transition !== undefined && $module.transition('is supported')) { + $activeContent + .children() + .transition({ + animation : 'fade in', + queue : false, + useFailSafe : true, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + skipInlineHidden : true, + onComplete: function() { + $activeContent.children().removeClass(className.transition); + } + }) + ; + } + else { + $activeContent + .children() + .stop(true, true) + .animate({ + opacity: 1 + }, settings.duration, module.resetOpacity) + ; + } + } + $activeContent + .slideDown(settings.duration, settings.easing, function() { + $activeContent + .removeClass(className.animating) + .addClass(className.active) + ; + module.reset.display.call(this); + settings.onOpen.call(this); + settings.onChange.call(this); + }) + ; + }, + + close: function(query) { + var + $activeTitle = (query !== undefined) + ? (typeof query === 'number') + ? $title.eq(query) + : $(query).closest(selector.title) + : $(this).closest(selector.title), + $activeContent = $activeTitle.next($content), + isAnimating = $activeContent.hasClass(className.animating), + isActive = $activeContent.hasClass(className.active), + isOpening = (!isActive && isAnimating), + isClosing = (isActive && isAnimating) + ; + if((isActive || isOpening) && !isClosing) { + module.debug('Closing accordion content', $activeContent); + settings.onClosing.call($activeContent); + settings.onChanging.call($activeContent); + $activeTitle + .removeClass(className.active) + ; + $activeContent + .stop(true, true) + .addClass(className.animating) + ; + if(settings.animateChildren) { + if($.fn.transition !== undefined && $module.transition('is supported')) { + $activeContent + .children() + .transition({ + animation : 'fade out', + queue : false, + useFailSafe : true, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + skipInlineHidden : true + }) + ; + } + else { + $activeContent + .children() + .stop(true, true) + .animate({ + opacity: 0 + }, settings.duration, module.resetOpacity) + ; + } + } + $activeContent + .slideUp(settings.duration, settings.easing, function() { + $activeContent + .removeClass(className.animating) + .removeClass(className.active) + ; + module.reset.display.call(this); + settings.onClose.call(this); + settings.onChange.call(this); + }) + ; + } + }, + + closeOthers: function(index) { + var + $activeTitle = (index !== undefined) + ? $title.eq(index) + : $(this).closest(selector.title), + $parentTitles = $activeTitle.parents(selector.content).prev(selector.title), + $activeAccordion = $activeTitle.closest(selector.accordion), + activeSelector = selector.title + '.' + className.active + ':visible', + activeContent = selector.content + '.' + className.active + ':visible', + $openTitles, + $nestedTitles, + $openContents + ; + if(settings.closeNested) { + $openTitles = $activeAccordion.find(activeSelector).not($parentTitles); + $openContents = $openTitles.next($content); + } + else { + $openTitles = $activeAccordion.find(activeSelector).not($parentTitles); + $nestedTitles = $activeAccordion.find(activeContent).find(activeSelector).not($parentTitles); + $openTitles = $openTitles.not($nestedTitles); + $openContents = $openTitles.next($content); + } + if( ($openTitles.length > 0) ) { + module.debug('Exclusive enabled, closing other content', $openTitles); + $openTitles + .removeClass(className.active) + ; + $openContents + .removeClass(className.animating) + .stop(true, true) + ; + if(settings.animateChildren) { + if($.fn.transition !== undefined && $module.transition('is supported')) { + $openContents + .children() + .transition({ + animation : 'fade out', + useFailSafe : true, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + skipInlineHidden : true + }) + ; + } + else { + $openContents + .children() + .stop(true, true) + .animate({ + opacity: 0 + }, settings.duration, module.resetOpacity) + ; + } + } + $openContents + .slideUp(settings.duration , settings.easing, function() { + $(this).removeClass(className.active); + module.reset.display.call(this); + }) + ; + } + }, + + reset: { + + display: function() { + module.verbose('Removing inline display from element', this); + $(this).css('display', ''); + if( $(this).attr('style') === '') { + $(this) + .attr('style', '') + .removeAttr('style') + ; + } + }, + + opacity: function() { + module.verbose('Removing inline opacity from element', this); + $(this).css('opacity', ''); + if( $(this).attr('style') === '') { + $(this) + .attr('style', '') + .removeAttr('style') + ; + } + }, + + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + module.debug('Changing internal', name, value); + if(value !== undefined) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else { + module[name] = value; + } + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.accordion.settings = { + + name : 'Accordion', + namespace : 'accordion', + + silent : false, + debug : false, + verbose : false, + performance : true, + + on : 'click', // event on title that opens accordion + + observeChanges : true, // whether accordion should automatically refresh on DOM insertion + + exclusive : true, // whether a single accordion content panel should be open at once + collapsible : true, // whether accordion content can be closed + closeNested : false, // whether nested content should be closed when a panel is closed + animateChildren : true, // whether children opacity should be animated + + duration : 350, // duration of animation + easing : 'easeOutQuad', // easing equation for animation + + onOpening : function(){}, // callback before open animation + onClosing : function(){}, // callback before closing animation + onChanging : function(){}, // callback before closing or opening animation + + onOpen : function(){}, // callback after open animation + onClose : function(){}, // callback after closing animation + onChange : function(){}, // callback after closing or opening animation + + error: { + method : 'The method you called is not defined' + }, + + className : { + active : 'active', + animating : 'animating', + transition: 'transition' + }, + + selector : { + accordion : '.accordion', + title : '.title', + trigger : '.title', + content : '.content' + } + +}; + +// Adds easing +$.extend( $.easing, { + easeOutQuad: function (x, t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + } +}); + +})( jQuery, window, document ); + + +/*! + * # Fomantic-UI - Calendar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.calendar = function(parameters) { + var + $allModules = $(this), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue, + timeGapTable = { + '5': {'row': 4, 'column': 3 }, + '10': {'row': 3, 'column': 2 }, + '15': {'row': 2, 'column': 2 }, + '20': {'row': 3, 'column': 1 }, + '30': {'row': 2, 'column': 1 } + } + ; + + $allModules + .each(function () { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.calendar.settings, parameters) + : $.extend({}, $.fn.calendar.settings), + + className = settings.className, + namespace = settings.namespace, + selector = settings.selector, + formatter = settings.formatter, + parser = settings.parser, + metadata = settings.metadata, + timeGap = timeGapTable[settings.minTimeGap], + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $input = $module.find(selector.input), + $container = $module.find(selector.popup), + $activator = $module.find(selector.activator), + + element = this, + instance = $module.data(moduleNamespace), + + isTouch, + isTouchDown = false, + focusDateUsedForRange = false, + module + ; + + module = { + + initialize: function () { + module.debug('Initializing calendar for', element, $module); + + isTouch = module.get.isTouch(); + module.setup.config(); + module.setup.popup(); + module.setup.inline(); + module.setup.input(); + module.setup.date(); + module.create.calendar(); + + module.bind.events(); + module.instantiate(); + }, + + instantiate: function () { + module.verbose('Storing instance of calendar'); + instance = module; + $module.data(moduleNamespace, instance); + }, + + destroy: function () { + module.verbose('Destroying previous calendar for', element); + $module.removeData(moduleNamespace); + module.unbind.events(); + }, + + setup: { + config: function () { + if (module.get.minDate() !== null) { + module.set.minDate($module.data(metadata.minDate)); + } + if (module.get.maxDate() !== null) { + module.set.maxDate($module.data(metadata.maxDate)); + } + module.setting('type', module.get.type()); + }, + popup: function () { + if (settings.inline) { + return; + } + if (!$activator.length) { + $activator = $module.children().first(); + if (!$activator.length) { + return; + } + } + if ($.fn.popup === undefined) { + module.error(error.popup); + return; + } + if (!$container.length) { + //prepend the popup element to the activator's parent so that it has less chance of messing with + //the styling (eg input action button needs to be the last child to have correct border radius) + var $activatorParent = $activator.parent(), + domPositionFunction = $activatorParent.closest(selector.append).length !== 0 ? 'appendTo' : 'prependTo'; + $container = $('<div/>').addClass(className.popup)[domPositionFunction]($activatorParent); + } + $container.addClass(className.calendar); + var onVisible = settings.onVisible; + var onHidden = settings.onHidden; + if (!$input.length) { + //no input, $container has to handle focus/blur + $container.attr('tabindex', '0'); + onVisible = function () { + module.focus(); + return settings.onVisible.apply($container, arguments); + }; + onHidden = function () { + module.blur(); + return settings.onHidden.apply($container, arguments); + }; + } + var onShow = function () { + //reset the focus date onShow + module.set.focusDate(module.get.date()); + module.set.mode(settings.startMode); + return settings.onShow.apply($container, arguments); + }; + var on = settings.on || ($input.length ? 'focus' : 'click'); + var options = $.extend({}, settings.popupOptions, { + popup: $container, + on: on, + hoverable: on === 'hover', + onShow: onShow, + onVisible: onVisible, + onHide: settings.onHide, + onHidden: onHidden + }); + module.popup(options); + }, + inline: function () { + if ($activator.length && !settings.inline) { + return; + } + $container = $('<div/>').addClass(className.calendar).appendTo($module); + if (!$input.length) { + $container.attr('tabindex', '0'); + } + }, + input: function () { + if (settings.touchReadonly && $input.length && isTouch) { + $input.prop('readonly', true); + } + }, + date: function () { + var date; + if (settings.initialDate) { + date = parser.date(settings.initialDate, settings); + } else if ($module.data(metadata.date) !== undefined) { + date = parser.date($module.data(metadata.date), settings); + } else if ($input.length) { + date = parser.date($input.val(), settings); + } + module.set.date(date, settings.formatInput, false); + } + }, + + create: { + calendar: function () { + var i, r, c, p, row, cell, pageGrid; + + var mode = module.get.mode(); + var today = new Date(); + var date = module.get.date(); + var focusDate = module.get.focusDate(); + var display = focusDate || date || settings.initialDate || today; + display = module.helper.dateInRange(display); + + if (!focusDate) { + focusDate = display; + module.set.focusDate(focusDate, false, false); + } + + var isYear = mode === 'year'; + var isMonth = mode === 'month'; + var isDay = mode === 'day'; + var isHour = mode === 'hour'; + var isMinute = mode === 'minute'; + var isTimeOnly = settings.type === 'time'; + + var multiMonth = Math.max(settings.multiMonth, 1); + var monthOffset = !isDay ? 0 : module.get.monthOffset(); + + var minute = display.getMinutes(); + var hour = display.getHours(); + var day = display.getDate(); + var startMonth = display.getMonth() + monthOffset; + var year = display.getFullYear(); + + var columns = isDay ? settings.showWeekNumbers ? 8 : 7 : isHour ? 4 : timeGap['column']; + var rows = isDay || isHour ? 6 : timeGap['row']; + var pages = isDay ? multiMonth : 1; + + var container = $container; + var tooltipPosition = container.hasClass("left") ? "right center" : "left center"; + container.empty(); + if (pages > 1) { + pageGrid = $('<div/>').addClass(className.grid).appendTo(container); + } + + for (p = 0; p < pages; p++) { + if (pages > 1) { + var pageColumn = $('<div/>').addClass(className.column).appendTo(pageGrid); + container = pageColumn; + } + + var month = startMonth + p; + var firstMonthDayColumn = (new Date(year, month, 1).getDay() - settings.firstDayOfWeek % 7 + 7) % 7; + if (!settings.constantHeight && isDay) { + var requiredCells = new Date(year, month + 1, 0).getDate() + firstMonthDayColumn; + rows = Math.ceil(requiredCells / 7); + } + + var yearChange = isYear ? 10 : isMonth ? 1 : 0; + var monthChange = isDay ? 1 : 0; + var dayChange = isHour || isMinute ? 1 : 0; + var prevNextDay = isHour || isMinute ? day : 1; + var prevDate = new Date(year - yearChange, month - monthChange, prevNextDay - dayChange, hour); + var nextDate = new Date(year + yearChange, month + monthChange, prevNextDay + dayChange, hour); + + var prevLast = isYear ? new Date(Math.ceil(year / 10) * 10 - 9, 0, 0) : + isMonth ? new Date(year, 0, 0) : isDay ? new Date(year, month, 0) : new Date(year, month, day, -1); + var nextFirst = isYear ? new Date(Math.ceil(year / 10) * 10 + 1, 0, 1) : + isMonth ? new Date(year + 1, 0, 1) : isDay ? new Date(year, month + 1, 1) : new Date(year, month, day + 1); + + var tempMode = mode; + if (isDay && settings.showWeekNumbers){ + tempMode += ' andweek'; + } + var table = $('<table/>').addClass(className.table).addClass(tempMode).appendTo(container); + var textColumns = columns; + //no header for time-only mode + if (!isTimeOnly) { + var thead = $('<thead/>').appendTo(table); + + row = $('<tr/>').appendTo(thead); + cell = $('<th/>').attr('colspan', '' + columns).appendTo(row); + + var headerDate = isYear || isMonth ? new Date(year, 0, 1) : + isDay ? new Date(year, month, 1) : new Date(year, month, day, hour, minute); + var headerText = $('<span/>').addClass(className.link).appendTo(cell); + headerText.text(formatter.header(headerDate, mode, settings)); + var newMode = isMonth ? (settings.disableYear ? 'day' : 'year') : + isDay ? (settings.disableMonth ? 'year' : 'month') : 'day'; + headerText.data(metadata.mode, newMode); + + if (p === 0) { + var prev = $('<span/>').addClass(className.prev).appendTo(cell); + prev.data(metadata.focusDate, prevDate); + prev.toggleClass(className.disabledCell, !module.helper.isDateInRange(prevLast, mode)); + $('<i/>').addClass(className.prevIcon).appendTo(prev); + } + + if (p === pages - 1) { + var next = $('<span/>').addClass(className.next).appendTo(cell); + next.data(metadata.focusDate, nextDate); + next.toggleClass(className.disabledCell, !module.helper.isDateInRange(nextFirst, mode)); + $('<i/>').addClass(className.nextIcon).appendTo(next); + } + if (isDay) { + row = $('<tr/>').appendTo(thead); + if(settings.showWeekNumbers) { + cell = $('<th/>').appendTo(row); + cell.text(settings.text.weekNo); + cell.addClass(className.weekCell); + textColumns--; + } + for (i = 0; i < textColumns; i++) { + cell = $('<th/>').appendTo(row); + cell.text(formatter.dayColumnHeader((i + settings.firstDayOfWeek) % 7, settings)); + } + } + } + + var tbody = $('<tbody/>').appendTo(table); + i = isYear ? Math.ceil(year / 10) * 10 - 9 : isDay ? 1 - firstMonthDayColumn : 0; + for (r = 0; r < rows; r++) { + row = $('<tr/>').appendTo(tbody); + if(isDay && settings.showWeekNumbers){ + cell = $('<th/>').appendTo(row); + cell.text(module.get.weekOfYear(year,month,i+1-settings.firstDayOfWeek)); + cell.addClass(className.weekCell); + } + for (c = 0; c < textColumns; c++, i++) { + var cellDate = isYear ? new Date(i, month, 1, hour, minute) : + isMonth ? new Date(year, i, 1, hour, minute) : isDay ? new Date(year, month, i, hour, minute) : + isHour ? new Date(year, month, day, i) : new Date(year, month, day, hour, i * settings.minTimeGap); + var cellText = isYear ? i : + isMonth ? settings.text.monthsShort[i] : isDay ? cellDate.getDate() : + formatter.time(cellDate, settings, true); + cell = $('<td/>').addClass(className.cell).appendTo(row); + cell.text(cellText); + cell.data(metadata.date, cellDate); + var adjacent = isDay && cellDate.getMonth() !== ((month + 12) % 12); + var disabled = (!settings.selectAdjacentDays && adjacent) || !module.helper.isDateInRange(cellDate, mode) || settings.isDisabled(cellDate, mode) || module.helper.isDisabled(cellDate, mode) || !module.helper.isEnabled(cellDate, mode); + if (disabled) { + var disabledDate = module.helper.findDayAsObject(cellDate, mode, settings.disabledDates); + if (disabledDate !== null && disabledDate[metadata.message]) { + cell.attr("data-tooltip", disabledDate[metadata.message]); + cell.attr("data-position", tooltipPosition); + } + } else { + var eventDate = module.helper.findDayAsObject(cellDate, mode, settings.eventDates); + if (eventDate !== null) { + cell.addClass(eventDate[metadata.class] || settings.eventClass); + if (eventDate[metadata.message]) { + cell.attr("data-tooltip", eventDate[metadata.message]); + cell.attr("data-position", tooltipPosition); + } + } + } + var active = module.helper.dateEqual(cellDate, date, mode); + var isToday = module.helper.dateEqual(cellDate, today, mode); + cell.toggleClass(className.adjacentCell, adjacent); + cell.toggleClass(className.disabledCell, disabled); + cell.toggleClass(className.activeCell, active && !adjacent); + if (!isHour && !isMinute) { + cell.toggleClass(className.todayCell, !adjacent && isToday); + } + + // Allow for external modifications of each cell + var cellOptions = { + mode: mode, + adjacent: adjacent, + disabled: disabled, + active: active, + today: isToday + }; + formatter.cell(cell, cellDate, cellOptions); + + if (module.helper.dateEqual(cellDate, focusDate, mode)) { + //ensure that the focus date is exactly equal to the cell date + //so that, if selected, the correct value is set + module.set.focusDate(cellDate, false, false); + } + } + } + + if (settings.today) { + var todayRow = $('<tr/>').appendTo(tbody); + var todayButton = $('<td/>').attr('colspan', '' + columns).addClass(className.today).appendTo(todayRow); + todayButton.text(formatter.today(settings)); + todayButton.data(metadata.date, today); + } + + module.update.focus(false, table); + } + } + }, + + update: { + focus: function (updateRange, container) { + container = container || $container; + var mode = module.get.mode(); + var date = module.get.date(); + var focusDate = module.get.focusDate(); + var startDate = module.get.startDate(); + var endDate = module.get.endDate(); + var rangeDate = (updateRange ? focusDate : null) || date || (!isTouch ? focusDate : null); + + container.find('td').each(function () { + var cell = $(this); + var cellDate = cell.data(metadata.date); + if (!cellDate) { + return; + } + var disabled = cell.hasClass(className.disabledCell); + var active = cell.hasClass(className.activeCell); + var adjacent = cell.hasClass(className.adjacentCell); + var focused = module.helper.dateEqual(cellDate, focusDate, mode); + var inRange = !rangeDate ? false : + ((!!startDate && module.helper.isDateInRange(cellDate, mode, startDate, rangeDate)) || + (!!endDate && module.helper.isDateInRange(cellDate, mode, rangeDate, endDate))); + cell.toggleClass(className.focusCell, focused && (!isTouch || isTouchDown) && (!adjacent || (settings.selectAdjacentDays && adjacent)) && !disabled); + + if (module.helper.isTodayButton(cell)) { + return; + } + cell.toggleClass(className.rangeCell, inRange && !active && !disabled); + }); + } + }, + + refresh: function () { + module.create.calendar(); + }, + + bind: { + events: function () { + module.debug('Binding events'); + $container.on('mousedown' + eventNamespace, module.event.mousedown); + $container.on('touchstart' + eventNamespace, module.event.mousedown); + $container.on('mouseup' + eventNamespace, module.event.mouseup); + $container.on('touchend' + eventNamespace, module.event.mouseup); + $container.on('mouseover' + eventNamespace, module.event.mouseover); + if ($input.length) { + $input.on('input' + eventNamespace, module.event.inputChange); + $input.on('focus' + eventNamespace, module.event.inputFocus); + $input.on('blur' + eventNamespace, module.event.inputBlur); + $input.on('click' + eventNamespace, module.event.inputClick); + $input.on('keydown' + eventNamespace, module.event.keydown); + } else { + $container.on('keydown' + eventNamespace, module.event.keydown); + } + } + }, + + unbind: { + events: function () { + module.debug('Unbinding events'); + $container.off(eventNamespace); + if ($input.length) { + $input.off(eventNamespace); + } + } + }, + + event: { + mouseover: function (event) { + var target = $(event.target); + var date = target.data(metadata.date); + var mousedown = event.buttons === 1; + if (date) { + module.set.focusDate(date, false, true, mousedown); + } + }, + mousedown: function (event) { + if ($input.length) { + //prevent the mousedown on the calendar causing the input to lose focus + event.preventDefault(); + } + isTouchDown = event.type.indexOf('touch') >= 0; + var target = $(event.target); + var date = target.data(metadata.date); + if (date) { + module.set.focusDate(date, false, true, true); + } + }, + mouseup: function (event) { + //ensure input has focus so that it receives keydown events for calendar navigation + module.focus(); + event.preventDefault(); + event.stopPropagation(); + isTouchDown = false; + var target = $(event.target); + if (target.hasClass("disabled")) { + return; + } + var parent = target.parent(); + if (parent.data(metadata.date) || parent.data(metadata.focusDate) || parent.data(metadata.mode)) { + //clicked on a child element, switch to parent (used when clicking directly on prev/next <i> icon element) + target = parent; + } + var date = target.data(metadata.date); + var focusDate = target.data(metadata.focusDate); + var mode = target.data(metadata.mode); + if (date && settings.onSelect.call(element, date, module.get.mode()) !== false) { + var forceSet = target.hasClass(className.today); + module.selectDate(date, forceSet); + } + else if (focusDate) { + module.set.focusDate(focusDate); + } + else if (mode) { + module.set.mode(mode); + } + }, + keydown: function (event) { + var keyCode = event.which; + if (keyCode === 27 || keyCode === 9) { + //esc || tab + module.popup('hide'); + } + + if (module.popup('is visible')) { + if (keyCode === 37 || keyCode === 38 || keyCode === 39 || keyCode === 40) { + //arrow keys + var mode = module.get.mode(); + var bigIncrement = mode === 'day' ? 7 : mode === 'hour' ? 4 : mode === 'minute' ? timeGap['column'] : 3; + var increment = keyCode === 37 ? -1 : keyCode === 38 ? -bigIncrement : keyCode == 39 ? 1 : bigIncrement; + increment *= mode === 'minute' ? settings.minTimeGap : 1; + var focusDate = module.get.focusDate() || module.get.date() || new Date(); + var year = focusDate.getFullYear() + (mode === 'year' ? increment : 0); + var month = focusDate.getMonth() + (mode === 'month' ? increment : 0); + var day = focusDate.getDate() + (mode === 'day' ? increment : 0); + var hour = focusDate.getHours() + (mode === 'hour' ? increment : 0); + var minute = focusDate.getMinutes() + (mode === 'minute' ? increment : 0); + var newFocusDate = new Date(year, month, day, hour, minute); + if (settings.type === 'time') { + newFocusDate = module.helper.mergeDateTime(focusDate, newFocusDate); + } + if (module.helper.isDateInRange(newFocusDate, mode)) { + module.set.focusDate(newFocusDate); + } + } else if (keyCode === 13) { + //enter + var mode = module.get.mode(); + var date = module.get.focusDate(); + if (date && !settings.isDisabled(date, mode) && !module.helper.isDisabled(date, mode) && module.helper.isEnabled(date, mode)) { + module.selectDate(date); + } + //disable form submission: + event.preventDefault(); + event.stopPropagation(); + } + } + + if (keyCode === 38 || keyCode === 40) { + //arrow-up || arrow-down + event.preventDefault(); //don't scroll + module.popup('show'); + } + }, + inputChange: function () { + var val = $input.val(); + var date = parser.date(val, settings); + module.set.date(date, false); + }, + inputFocus: function () { + $container.addClass(className.active); + }, + inputBlur: function () { + $container.removeClass(className.active); + if (settings.formatInput) { + var date = module.get.date(); + var text = formatter.datetime(date, settings); + $input.val(text); + } + }, + inputClick: function () { + module.popup('show'); + } + }, + + get: { + weekOfYear: function(weekYear,weekMonth,weekDay) { + // adapted from http://www.merlyn.demon.co.uk/weekcalc.htm + var ms1d = 864e5, // milliseconds in a day + ms7d = 7 * ms1d; // milliseconds in a week + + return function() { // return a closure so constants get calculated only once + var DC3 = Date.UTC(weekYear, weekMonth, weekDay + 3) / ms1d, // an Absolute Day Number + AWN = Math.floor(DC3 / 7), // an Absolute Week Number + Wyr = new Date(AWN * ms7d).getUTCFullYear(); + + return AWN - Math.floor(Date.UTC(Wyr, 0, 7) / ms7d) + 1; + }(); + }, + date: function () { + return module.helper.sanitiseDate($module.data(metadata.date)) || null; + }, + inputDate: function() { + return $input.val(); + }, + focusDate: function () { + return $module.data(metadata.focusDate) || null; + }, + startDate: function () { + var startModule = module.get.calendarModule(settings.startCalendar); + return (startModule ? startModule.get.date() : $module.data(metadata.startDate)) || null; + }, + endDate: function () { + var endModule = module.get.calendarModule(settings.endCalendar); + return (endModule ? endModule.get.date() : $module.data(metadata.endDate)) || null; + }, + minDate: function() { + return $module.data(metadata.minDate) || null; + }, + maxDate: function() { + return $module.data(metadata.maxDate) || null; + }, + monthOffset: function () { + return $module.data(metadata.monthOffset) || 0; + }, + mode: function () { + //only returns valid modes for the current settings + var mode = $module.data(metadata.mode) || settings.startMode; + var validModes = module.get.validModes(); + if ($.inArray(mode, validModes) >= 0) { + return mode; + } + return settings.type === 'time' ? 'hour' : + settings.type === 'month' ? 'month' : + settings.type === 'year' ? 'year' : 'day'; + }, + type: function() { + return $module.data(metadata.type) || settings.type; + }, + validModes: function () { + var validModes = []; + if (settings.type !== 'time') { + if (!settings.disableYear || settings.type === 'year') { + validModes.push('year'); + } + if (!(settings.disableMonth || settings.type === 'year') || settings.type === 'month') { + validModes.push('month'); + } + if (settings.type.indexOf('date') >= 0) { + validModes.push('day'); + } + } + if (settings.type.indexOf('time') >= 0) { + validModes.push('hour'); + if (!settings.disableMinute) { + validModes.push('minute'); + } + } + return validModes; + }, + isTouch: function () { + try { + document.createEvent('TouchEvent'); + return true; + } + catch (e) { + return false; + } + }, + calendarModule: function (selector) { + if (!selector) { + return null; + } + if (!(selector instanceof $)) { + selector = $(selector).first(); + } + //assume range related calendars are using the same namespace + return selector.data(moduleNamespace); + } + }, + + set: { + date: function (date, updateInput, fireChange) { + updateInput = updateInput !== false; + fireChange = fireChange !== false; + date = module.helper.sanitiseDate(date); + date = module.helper.dateInRange(date); + + var mode = module.get.mode(); + var text = formatter.datetime(date, settings); + + if (fireChange && settings.onBeforeChange.call(element, date, text, mode) === false) { + return false; + } + + module.set.focusDate(date); + + if (settings.isDisabled(date, mode)) { + return false; + } + + var endDate = module.get.endDate(); + if (!!endDate && !!date && date > endDate) { + //selected date is greater than end date in range, so clear end date + module.set.endDate(undefined); + } + module.set.dataKeyValue(metadata.date, date); + + if (updateInput && $input.length) { + $input.val(text); + } + + if (fireChange) { + settings.onChange.call(element, date, text, mode); + } + }, + startDate: function (date, refreshCalendar) { + date = module.helper.sanitiseDate(date); + var startModule = module.get.calendarModule(settings.startCalendar); + if (startModule) { + startModule.set.date(date); + } + module.set.dataKeyValue(metadata.startDate, date, refreshCalendar); + }, + endDate: function (date, refreshCalendar) { + date = module.helper.sanitiseDate(date); + var endModule = module.get.calendarModule(settings.endCalendar); + if (endModule) { + endModule.set.date(date); + } + module.set.dataKeyValue(metadata.endDate, date, refreshCalendar); + }, + focusDate: function (date, refreshCalendar, updateFocus, updateRange) { + date = module.helper.sanitiseDate(date); + date = module.helper.dateInRange(date); + var isDay = module.get.mode() === 'day'; + var oldFocusDate = module.get.focusDate(); + if (isDay && date && oldFocusDate) { + var yearDelta = date.getFullYear() - oldFocusDate.getFullYear(); + var monthDelta = yearDelta * 12 + date.getMonth() - oldFocusDate.getMonth(); + if (monthDelta) { + var monthOffset = module.get.monthOffset() - monthDelta; + module.set.monthOffset(monthOffset, false); + } + } + var changed = module.set.dataKeyValue(metadata.focusDate, date, refreshCalendar); + updateFocus = (updateFocus !== false && changed && refreshCalendar === false) || focusDateUsedForRange != updateRange; + focusDateUsedForRange = updateRange; + if (updateFocus) { + module.update.focus(updateRange); + } + }, + minDate: function (date) { + date = module.helper.sanitiseDate(date); + if (settings.maxDate !== null && settings.maxDate <= date) { + module.verbose('Unable to set minDate variable bigger that maxDate variable', date, settings.maxDate); + } else { + module.setting('minDate', date); + module.set.dataKeyValue(metadata.minDate, date); + } + }, + maxDate: function (date) { + date = module.helper.sanitiseDate(date); + if (settings.minDate !== null && settings.minDate >= date) { + module.verbose('Unable to set maxDate variable lower that minDate variable', date, settings.minDate); + } else { + module.setting('maxDate', date); + module.set.dataKeyValue(metadata.maxDate, date); + } + }, + monthOffset: function (monthOffset, refreshCalendar) { + var multiMonth = Math.max(settings.multiMonth, 1); + monthOffset = Math.max(1 - multiMonth, Math.min(0, monthOffset)); + module.set.dataKeyValue(metadata.monthOffset, monthOffset, refreshCalendar); + }, + mode: function (mode, refreshCalendar) { + module.set.dataKeyValue(metadata.mode, mode, refreshCalendar); + }, + dataKeyValue: function (key, value, refreshCalendar) { + var oldValue = $module.data(key); + var equal = oldValue === value || (oldValue <= value && oldValue >= value); //equality test for dates and string objects + if (value) { + $module.data(key, value); + } else { + $module.removeData(key); + } + refreshCalendar = refreshCalendar !== false && !equal; + if (refreshCalendar) { + module.refresh(); + } + return !equal; + } + }, + + selectDate: function (date, forceSet) { + module.verbose('New date selection', date); + var mode = module.get.mode(); + var complete = forceSet || mode === 'minute' || + (settings.disableMinute && mode === 'hour') || + (settings.type === 'date' && mode === 'day') || + (settings.type === 'month' && mode === 'month') || + (settings.type === 'year' && mode === 'year'); + if (complete) { + var canceled = module.set.date(date) === false; + if (!canceled && settings.closable) { + module.popup('hide'); + //if this is a range calendar, show the end date calendar popup and focus the input + var endModule = module.get.calendarModule(settings.endCalendar); + if (endModule) { + endModule.popup('show'); + endModule.focus(); + } + } + } else { + var newMode = mode === 'year' ? (!settings.disableMonth ? 'month' : 'day') : + mode === 'month' ? 'day' : mode === 'day' ? 'hour' : 'minute'; + module.set.mode(newMode); + if (mode === 'hour' || (mode === 'day' && module.get.date())) { + //the user has chosen enough to consider a valid date/time has been chosen + module.set.date(date); + } else { + module.set.focusDate(date); + } + } + }, + + changeDate: function (date) { + module.set.date(date); + }, + + clear: function () { + module.set.date(undefined); + }, + + popup: function () { + return $activator.popup.apply($activator, arguments); + }, + + focus: function () { + if ($input.length) { + $input.focus(); + } else { + $container.focus(); + } + }, + blur: function () { + if ($input.length) { + $input.blur(); + } else { + $container.blur(); + } + }, + + helper: { + isDisabled: function(date, mode) { + return mode === 'day' && ((settings.disabledDaysOfWeek.indexOf(date.getDay()) !== -1) || settings.disabledDates.some(function(d){ + if(typeof d === 'string') { + d = module.helper.sanitiseDate(d); + } + if (d instanceof Date) { + return module.helper.dateEqual(date, d, mode); + } + if (d !== null && typeof d === 'object' && d[metadata.date]) { + return module.helper.dateEqual(date, module.helper.sanitiseDate(d[metadata.date]), mode); + } + })); + }, + isEnabled: function(date, mode) { + if (mode === 'day') { + return settings.enabledDates.length === 0 || settings.enabledDates.some(function(d){ + if(typeof d === 'string') { + d = module.helper.sanitiseDate(d); + } + if (d instanceof Date) { + return module.helper.dateEqual(date, d, mode); + } + if (d !== null && typeof d === 'object' && d[metadata.date]) { + return module.helper.dateEqual(date, module.helper.sanitiseDate(d[metadata.date]), mode); + } + }); + } else { + return true; + } + }, + findDayAsObject: function(date, mode, dates) { + if (mode === 'day') { + var i = 0, il = dates.length; + var d; + for (; i < il; i++) { + d = dates[i]; + if(typeof d === 'string') { + d = module.helper.sanitiseDate(d); + } + if (d instanceof Date && module.helper.dateEqual(date, d, mode)) { + var dateObject = {}; + dateObject[metadata.date] = d; + return dateObject; + } + else if (d !== null && typeof d === 'object' && d[metadata.date] && module.helper.dateEqual(date,module.helper.sanitiseDate(d[metadata.date]), mode) ) { + return d; + } + } + } + return null; + }, + sanitiseDate: function (date) { + if (!date) { + return undefined; + } + if (!(date instanceof Date)) { + date = parser.date('' + date, settings); + } + if (!date || date === null || isNaN(date.getTime())) { + return undefined; + } + return date; + }, + dateDiff: function (date1, date2, mode) { + mode = mode || 'day'; + var isTimeOnly = settings.type === 'time'; + var isYear = mode === 'year'; + var isYearOrMonth = isYear || mode === 'month'; + var isMinute = mode === 'minute'; + var isHourOrMinute = isMinute || mode === 'hour'; + //only care about a minute accuracy of settings.minTimeGap + date1 = new Date( + isTimeOnly ? 2000 : date1.getFullYear(), + isTimeOnly ? 0 : isYear ? 0 : date1.getMonth(), + isTimeOnly ? 1 : isYearOrMonth ? 1 : date1.getDate(), + !isHourOrMinute ? 0 : date1.getHours(), + !isMinute ? 0 : settings.minTimeGap * Math.floor(date1.getMinutes() / settings.minTimeGap)); + date2 = new Date( + isTimeOnly ? 2000 : date2.getFullYear(), + isTimeOnly ? 0 : isYear ? 0 : date2.getMonth(), + isTimeOnly ? 1 : isYearOrMonth ? 1 : date2.getDate(), + !isHourOrMinute ? 0 : date2.getHours(), + !isMinute ? 0 : settings.minTimeGap * Math.floor(date2.getMinutes() / settings.minTimeGap)); + return date2.getTime() - date1.getTime(); + }, + dateEqual: function (date1, date2, mode) { + return !!date1 && !!date2 && module.helper.dateDiff(date1, date2, mode) === 0; + }, + isDateInRange: function (date, mode, minDate, maxDate) { + if (!minDate && !maxDate) { + var startDate = module.get.startDate(); + minDate = startDate && settings.minDate ? new Date(Math.max(startDate, settings.minDate)) : startDate || settings.minDate; + maxDate = settings.maxDate; + } + minDate = minDate && new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate(), minDate.getHours(), settings.minTimeGap * Math.ceil(minDate.getMinutes() / settings.minTimeGap)); + return !(!date || + (minDate && module.helper.dateDiff(date, minDate, mode) > 0) || + (maxDate && module.helper.dateDiff(maxDate, date, mode) > 0)); + }, + dateInRange: function (date, minDate, maxDate) { + if (!minDate && !maxDate) { + var startDate = module.get.startDate(); + minDate = startDate && settings.minDate ? new Date(Math.max(startDate, settings.minDate)) : startDate || settings.minDate; + maxDate = settings.maxDate; + } + minDate = minDate && new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate(), minDate.getHours(), settings.minTimeGap * Math.ceil(minDate.getMinutes() / settings.minTimeGap)); + var isTimeOnly = settings.type === 'time'; + return !date ? date : + (minDate && module.helper.dateDiff(date, minDate, 'minute') > 0) ? + (isTimeOnly ? module.helper.mergeDateTime(date, minDate) : minDate) : + (maxDate && module.helper.dateDiff(maxDate, date, 'minute') > 0) ? + (isTimeOnly ? module.helper.mergeDateTime(date, maxDate) : maxDate) : + date; + }, + mergeDateTime: function (date, time) { + return (!date || !time) ? time : + new Date(date.getFullYear(), date.getMonth(), date.getDate(), time.getHours(), time.getMinutes()); + }, + isTodayButton: function(element) { + return element.text() === settings.text.today; + } + }, + + setting: function (name, value) { + module.debug('Changing setting', name, value); + if ($.isPlainObject(name)) { + $.extend(true, settings, name); + } + else if (value !== undefined) { + if ($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function (name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function () { + if (!settings.silent && settings.debug) { + if (settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function () { + if (!settings.silent && settings.verbose && settings.debug) { + if (settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function () { + if (!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function (message) { + var + currentTime, + executionTime, + previousTime + ; + if (settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name': message[0], + 'Arguments': [].slice.call(message, 1) || '', + 'Element': element, + 'Execution Time': executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function () { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function (index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if (moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if (console.table) { + console.table(performance); + } + else { + $.each(performance, function (index, data) { + console.log(data['Name'] + ': ' + data['Execution Time'] + 'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function (query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if (typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function (depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if ($.isPlainObject(object[camelCaseValue]) && (depth != maxDepth)) { + object = object[camelCaseValue]; + } + else if (object[camelCaseValue] !== undefined) { + found = object[camelCaseValue]; + return false; + } + else if ($.isPlainObject(object[value]) && (depth != maxDepth)) { + object = object[value]; + } + else if (object[value] !== undefined) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ($.isFunction(found)) { + response = found.apply(context, passedArguments); + } + else if (found !== undefined) { + response = found; + } + if (Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if (returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if (response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if (methodInvoked) { + if (instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if (instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.calendar.settings = { + + name : 'Calendar', + namespace : 'calendar', + + silent: false, + debug: false, + verbose: false, + performance: false, + + type : 'datetime', // picker type, can be 'datetime', 'date', 'time', 'month', or 'year' + firstDayOfWeek : 0, // day for first day column (0 = Sunday) + constantHeight : true, // add rows to shorter months to keep day calendar height consistent (6 rows) + today : false, // show a 'today/now' button at the bottom of the calendar + closable : true, // close the popup after selecting a date/time + monthFirst : true, // month before day when parsing/converting date from/to text + touchReadonly : true, // set input to readonly on touch devices + inline : false, // create the calendar inline instead of inside a popup + on : null, // when to show the popup (defaults to 'focus' for input, 'click' for others) + initialDate : null, // date to display initially when no date is selected (null = now) + startMode : false, // display mode to start in, can be 'year', 'month', 'day', 'hour', 'minute' (false = 'day') + minDate : null, // minimum date/time that can be selected, dates/times before are disabled + maxDate : null, // maximum date/time that can be selected, dates/times after are disabled + ampm : true, // show am/pm in time mode + disableYear : false, // disable year selection mode + disableMonth : false, // disable month selection mode + disableMinute : false, // disable minute selection mode + formatInput : true, // format the input text upon input blur and module creation + startCalendar : null, // jquery object or selector for another calendar that represents the start date of a date range + endCalendar : null, // jquery object or selector for another calendar that represents the end date of a date range + multiMonth : 1, // show multiple months when in 'day' mode + minTimeGap : 5, + showWeekNumbers : null, // show Number of Week at the very first column of a dayView + disabledDates : [], // specific day(s) which won't be selectable and contain additional information. + disabledDaysOfWeek : [], // day(s) which won't be selectable(s) (0 = Sunday) + enabledDates : [], // specific day(s) which will be selectable, all other days will be disabled + eventDates : [], // specific day(s) which will be shown in a different color and using tooltips + centuryBreak : 60, // starting short year until 99 where it will be assumed to belong to the last century + currentCentury : 2000, // century to be added to 2-digit years (00 to {centuryBreak}-1) + selectAdjacentDays : false, // The calendar can show dates from adjacent month. These adjacent month dates can also be made selectable. + // popup options ('popup', 'on', 'hoverable', and show/hide callbacks are overridden) + popupOptions: { + position: 'bottom left', + lastResort: 'bottom left', + prefer: 'opposite', + hideOnScroll: false + }, + + text: { + days: ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], + monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + today: 'Today', + now: 'Now', + am: 'AM', + pm: 'PM', + weekNo: 'Week' + }, + + formatter: { + header: function (date, mode, settings) { + return mode === 'year' ? settings.formatter.yearHeader(date, settings) : + mode === 'month' ? settings.formatter.monthHeader(date, settings) : + mode === 'day' ? settings.formatter.dayHeader(date, settings) : + mode === 'hour' ? settings.formatter.hourHeader(date, settings) : + settings.formatter.minuteHeader(date, settings); + }, + yearHeader: function (date, settings) { + var decadeYear = Math.ceil(date.getFullYear() / 10) * 10; + return (decadeYear - 9) + ' - ' + (decadeYear + 2); + }, + monthHeader: function (date, settings) { + return date.getFullYear(); + }, + dayHeader: function (date, settings) { + var month = settings.text.months[date.getMonth()]; + var year = date.getFullYear(); + return month + ' ' + year; + }, + hourHeader: function (date, settings) { + return settings.formatter.date(date, settings); + }, + minuteHeader: function (date, settings) { + return settings.formatter.date(date, settings); + }, + dayColumnHeader: function (day, settings) { + return settings.text.days[day]; + }, + datetime: function (date, settings) { + if (!date) { + return ''; + } + var day = settings.type === 'time' ? '' : settings.formatter.date(date, settings); + var time = settings.type.indexOf('time') < 0 ? '' : settings.formatter.time(date, settings, false); + var separator = settings.type === 'datetime' ? ' ' : ''; + return day + separator + time; + }, + date: function (date, settings) { + if (!date) { + return ''; + } + var day = date.getDate(); + var month = settings.text.months[date.getMonth()]; + var year = date.getFullYear(); + return settings.type === 'year' ? year : + settings.type === 'month' ? month + ' ' + year : + (settings.monthFirst ? month + ' ' + day : day + ' ' + month) + ', ' + year; + }, + time: function (date, settings, forCalendar) { + if (!date) { + return ''; + } + var hour = date.getHours(); + var minute = date.getMinutes(); + var ampm = ''; + if (settings.ampm) { + ampm = ' ' + (hour < 12 ? settings.text.am : settings.text.pm); + hour = hour === 0 ? 12 : hour > 12 ? hour - 12 : hour; + } + return hour + ':' + (minute < 10 ? '0' : '') + minute + ampm; + }, + today: function (settings) { + return settings.type === 'date' ? settings.text.today : settings.text.now; + }, + cell: function (cell, date, cellOptions) { + } + }, + + parser: { + date: function (text, settings) { + if (text instanceof Date) { + return text; + } + if (!text) { + return null; + } + text = ('' + text).trim().toLowerCase(); + if (text.length === 0) { + return null; + } + // Reverse date and month in some cases + text = settings.monthFirst ? text : text.replace(/[\/\-\.]/g,'/').replace(/([0-9]+)\/([0-9]+)/,'$2/$1'); + var textDate = new Date(text); + if(!isNaN(textDate.getDate())) { + return textDate; + } + + var i, j, k; + var minute = -1, hour = -1, day = -1, month = -1, year = -1; + var isAm = undefined; + + var isTimeOnly = settings.type === 'time'; + var isDateOnly = settings.type.indexOf('time') < 0; + + var words = text.split(settings.regExp.dateWords), word; + var numbers = text.split(settings.regExp.dateNumbers), number; + + var parts; + var monthString; + + if (!isDateOnly) { + //am/pm + isAm = $.inArray(settings.text.am.toLowerCase(), words) >= 0 ? true : + $.inArray(settings.text.pm.toLowerCase(), words) >= 0 ? false : undefined; + + //time with ':' + for (i = 0; i < numbers.length; i++) { + number = numbers[i]; + if (number.indexOf(':') >= 0) { + if (hour < 0 || minute < 0) { + parts = number.split(':'); + for (k = 0; k < Math.min(2, parts.length); k++) { + j = parseInt(parts[k]); + if (isNaN(j)) { + j = 0; + } + if (k === 0) { + hour = j % 24; + } else { + minute = j % 60; + } + } + } + numbers.splice(i, 1); + } + } + } + + if (!isTimeOnly) { + //textual month + for (i = 0; i < words.length; i++) { + word = words[i]; + if (word.length <= 0) { + continue; + } + for (j = 0; j < settings.text.months.length; j++) { + monthString = settings.text.months[j]; + monthString = monthString.substring(0, word.length).toLowerCase(); + if (monthString === word) { + month = j + 1; + break; + } + } + if (month >= 0) { + break; + } + } + + //year > settings.centuryBreak + for (i = 0; i < numbers.length; i++) { + j = parseInt(numbers[i]); + if (isNaN(j)) { + continue; + } + if (j >= settings.centuryBreak && i === numbers.length-1) { + if (j <= 99) { + j += settings.currentCentury - 100; + } + year = j; + numbers.splice(i, 1); + break; + } + } + + //numeric month + if (month < 0) { + for (i = 0; i < numbers.length; i++) { + k = i > 1 || settings.monthFirst ? i : i === 1 ? 0 : 1; + j = parseInt(numbers[k]); + if (isNaN(j)) { + continue; + } + if (1 <= j && j <= 12) { + month = j; + numbers.splice(k, 1); + break; + } + } + } + + //day + for (i = 0; i < numbers.length; i++) { + j = parseInt(numbers[i]); + if (isNaN(j)) { + continue; + } + if (1 <= j && j <= 31) { + day = j; + numbers.splice(i, 1); + break; + } + } + + //year <= settings.centuryBreak + if (year < 0) { + for (i = numbers.length - 1; i >= 0; i--) { + j = parseInt(numbers[i]); + if (isNaN(j)) { + continue; + } + if (j <= 99) { + j += settings.currentCentury; + } + year = j; + numbers.splice(i, 1); + break; + } + } + } + + if (!isDateOnly) { + //hour + if (hour < 0) { + for (i = 0; i < numbers.length; i++) { + j = parseInt(numbers[i]); + if (isNaN(j)) { + continue; + } + if (0 <= j && j <= 23) { + hour = j; + numbers.splice(i, 1); + break; + } + } + } + + //minute + if (minute < 0) { + for (i = 0; i < numbers.length; i++) { + j = parseInt(numbers[i]); + if (isNaN(j)) { + continue; + } + if (0 <= j && j <= 59) { + minute = j; + numbers.splice(i, 1); + break; + } + } + } + } + + if (minute < 0 && hour < 0 && day < 0 && month < 0 && year < 0) { + return null; + } + + if (minute < 0) { + minute = 0; + } + if (hour < 0) { + hour = 0; + } + if (day < 0) { + day = 1; + } + if (month < 0) { + month = 1; + } + if (year < 0) { + year = new Date().getFullYear(); + } + + if (isAm !== undefined) { + if (isAm) { + if (hour === 12) { + hour = 0; + } + } else if (hour < 12) { + hour += 12; + } + } + + var date = new Date(year, month - 1, day, hour, minute); + if (date.getMonth() !== month - 1 || date.getFullYear() !== year) { + //month or year don't match up, switch to last day of the month + date = new Date(year, month, 0, hour, minute); + } + return isNaN(date.getTime()) ? null : date; + } + }, + + // callback before date is changed, return false to cancel the change + onBeforeChange: function (date, text, mode) { + return true; + }, + + // callback when date changes + onChange: function (date, text, mode) { + }, + + // callback before show animation, return false to prevent show + onShow: function () { + }, + + // callback after show animation + onVisible: function () { + }, + + // callback before hide animation, return false to prevent hide + onHide: function () { + }, + + // callback after hide animation + onHidden: function () { + }, + + // callback before item is selected, return false to prevent selection + onSelect: function (date, mode) { + }, + + // is the given date disabled? + isDisabled: function (date, mode) { + return false; + }, + + selector: { + popup: '.ui.popup', + input: 'input', + activator: 'input', + append: '.inline.field,.inline.fields' + }, + + regExp: { + dateWords: /[^A-Za-z\u00C0-\u024F]+/g, + dateNumbers: /[^\d:]+/g + }, + + error: { + popup: 'UI Popup, a required component is not included in this page', + method: 'The method you called is not defined.' + }, + + className: { + calendar: 'calendar', + active: 'active', + popup: 'ui popup', + grid: 'ui equal width grid', + column: 'column', + table: 'ui celled center aligned unstackable table', + prev: 'prev link', + next: 'next link', + prevIcon: 'chevron left icon', + nextIcon: 'chevron right icon', + link: 'link', + cell: 'link', + disabledCell: 'disabled', + weekCell: 'disabled', + adjacentCell: 'adjacent', + activeCell: 'active', + rangeCell: 'range', + focusCell: 'focus', + todayCell: 'today', + today: 'today link' + }, + + metadata: { + date: 'date', + focusDate: 'focusDate', + startDate: 'startDate', + endDate: 'endDate', + minDate: 'minDate', + maxDate: 'maxDate', + mode: 'mode', + type: 'type', + monthOffset: 'monthOffset', + message: 'message', + class: 'class' + }, + + eventClass: 'blue' +}; + +})(jQuery, window, document); + +/*! + * # Fomantic-UI - Checkbox + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.checkbox = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + + $allModules + .each(function() { + var + settings = $.extend(true, {}, $.fn.checkbox.settings, parameters), + + className = settings.className, + namespace = settings.namespace, + selector = settings.selector, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $label = $(this).children(selector.label), + $input = $(this).children(selector.input), + input = $input[0], + + initialLoad = false, + shortcutPressed = false, + instance = $module.data(moduleNamespace), + + observer, + element = this, + module + ; + + module = { + + initialize: function() { + module.verbose('Initializing checkbox', settings); + + module.create.label(); + module.bind.events(); + + module.set.tabbable(); + module.hide.input(); + + module.observeChanges(); + module.instantiate(); + module.setup(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying module'); + module.unbind.events(); + module.show.input(); + $module.removeData(moduleNamespace); + }, + + fix: { + reference: function() { + if( $module.is(selector.input) ) { + module.debug('Behavior called on <input> adjusting invoked element'); + $module = $module.closest(selector.checkbox); + module.refresh(); + } + } + }, + + setup: function() { + module.set.initialLoad(); + if( module.is.indeterminate() ) { + module.debug('Initial value is indeterminate'); + module.indeterminate(); + } + else if( module.is.checked() ) { + module.debug('Initial value is checked'); + module.check(); + } + else { + module.debug('Initial value is unchecked'); + module.uncheck(); + } + module.remove.initialLoad(); + }, + + refresh: function() { + $label = $module.children(selector.label); + $input = $module.children(selector.input); + input = $input[0]; + }, + + hide: { + input: function() { + module.verbose('Modifying <input> z-index to be unselectable'); + $input.addClass(className.hidden); + } + }, + show: { + input: function() { + module.verbose('Modifying <input> z-index to be selectable'); + $input.removeClass(className.hidden); + } + }, + + observeChanges: function() { + if('MutationObserver' in window) { + observer = new MutationObserver(function(mutations) { + module.debug('DOM tree modified, updating selector cache'); + module.refresh(); + }); + observer.observe(element, { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', observer); + } + }, + + attachEvents: function(selector, event) { + var + $element = $(selector) + ; + event = $.isFunction(module[event]) + ? module[event] + : module.toggle + ; + if($element.length > 0) { + module.debug('Attaching checkbox events to element', selector, event); + $element + .on('click' + eventNamespace, event) + ; + } + else { + module.error(error.notFound); + } + }, + + preventDefaultOnInputTarget: function() { + if(typeof event !== 'undefined' && $(event.target).is(selector.input)) { + module.verbose('Preventing default check action after manual check action'); + event.preventDefault(); + } + }, + + event: { + change: function(event) { + if( !module.should.ignoreCallbacks() ) { + settings.onChange.call(input); + } + }, + click: function(event) { + var + $target = $(event.target) + ; + if( $target.is(selector.input) ) { + module.verbose('Using default check action on initialized checkbox'); + return; + } + if( $target.is(selector.link) ) { + module.debug('Clicking link inside checkbox, skipping toggle'); + return; + } + module.toggle(); + $input.focus(); + event.preventDefault(); + }, + keydown: function(event) { + var + key = event.which, + keyCode = { + enter : 13, + space : 32, + escape : 27, + left : 37, + up : 38, + right : 39, + down : 40 + } + ; + + var r = module.get.radios(), + rIndex = r.index($module), + rLen = r.length, + checkIndex = false; + + if(key == keyCode.left || key == keyCode.up) { + checkIndex = (rIndex === 0 ? rLen : rIndex) - 1; + } else if(key == keyCode.right || key == keyCode.down) { + checkIndex = rIndex === rLen-1 ? 0 : rIndex+1; + } + + if (!module.should.ignoreCallbacks() && checkIndex !== false) { + if(settings.beforeUnchecked.apply(input)===false) { + module.verbose('Option not allowed to be unchecked, cancelling key navigation'); + return false; + } + if (settings.beforeChecked.apply($(r[checkIndex]).children(selector.input)[0])===false) { + module.verbose('Next option should not allow check, cancelling key navigation'); + return false; + } + } + + if(key == keyCode.escape) { + module.verbose('Escape key pressed blurring field'); + $input.blur(); + shortcutPressed = true; + } + else if(!event.ctrlKey && ( key == keyCode.space || (key == keyCode.enter && settings.enableEnterKey)) ) { + module.verbose('Enter/space key pressed, toggling checkbox'); + module.toggle(); + shortcutPressed = true; + } + else { + shortcutPressed = false; + } + }, + keyup: function(event) { + if(shortcutPressed) { + event.preventDefault(); + } + } + }, + + check: function() { + if( !module.should.allowCheck() ) { + return; + } + module.debug('Checking checkbox', $input); + module.set.checked(); + if( !module.should.ignoreCallbacks() ) { + settings.onChecked.call(input); + module.trigger.change(); + } + module.preventDefaultOnInputTarget(); + }, + + uncheck: function() { + if( !module.should.allowUncheck() ) { + return; + } + module.debug('Unchecking checkbox'); + module.set.unchecked(); + if( !module.should.ignoreCallbacks() ) { + settings.onUnchecked.call(input); + module.trigger.change(); + } + module.preventDefaultOnInputTarget(); + }, + + indeterminate: function() { + if( module.should.allowIndeterminate() ) { + module.debug('Checkbox is already indeterminate'); + return; + } + module.debug('Making checkbox indeterminate'); + module.set.indeterminate(); + if( !module.should.ignoreCallbacks() ) { + settings.onIndeterminate.call(input); + module.trigger.change(); + } + }, + + determinate: function() { + if( module.should.allowDeterminate() ) { + module.debug('Checkbox is already determinate'); + return; + } + module.debug('Making checkbox determinate'); + module.set.determinate(); + if( !module.should.ignoreCallbacks() ) { + settings.onDeterminate.call(input); + module.trigger.change(); + } + }, + + enable: function() { + if( module.is.enabled() ) { + module.debug('Checkbox is already enabled'); + return; + } + module.debug('Enabling checkbox'); + module.set.enabled(); + if( !module.should.ignoreCallbacks() ) { + settings.onEnable.call(input); + // preserve legacy callbacks + settings.onEnabled.call(input); + module.trigger.change(); + } + }, + + disable: function() { + if( module.is.disabled() ) { + module.debug('Checkbox is already disabled'); + return; + } + module.debug('Disabling checkbox'); + module.set.disabled(); + if( !module.should.ignoreCallbacks() ) { + settings.onDisable.call(input); + // preserve legacy callbacks + settings.onDisabled.call(input); + module.trigger.change(); + } + }, + + get: { + radios: function() { + var + name = module.get.name() + ; + return $('input[name="' + name + '"]').closest(selector.checkbox); + }, + otherRadios: function() { + return module.get.radios().not($module); + }, + name: function() { + return $input.attr('name'); + } + }, + + is: { + initialLoad: function() { + return initialLoad; + }, + radio: function() { + return ($input.hasClass(className.radio) || $input.attr('type') == 'radio'); + }, + indeterminate: function() { + return $input.prop('indeterminate') !== undefined && $input.prop('indeterminate'); + }, + checked: function() { + return $input.prop('checked') !== undefined && $input.prop('checked'); + }, + disabled: function() { + return $input.prop('disabled') !== undefined && $input.prop('disabled'); + }, + enabled: function() { + return !module.is.disabled(); + }, + determinate: function() { + return !module.is.indeterminate(); + }, + unchecked: function() { + return !module.is.checked(); + } + }, + + should: { + allowCheck: function() { + if(module.is.determinate() && module.is.checked() && !module.is.initialLoad() ) { + module.debug('Should not allow check, checkbox is already checked'); + return false; + } + if(!module.should.ignoreCallbacks() && settings.beforeChecked.apply(input) === false) { + module.debug('Should not allow check, beforeChecked cancelled'); + return false; + } + return true; + }, + allowUncheck: function() { + if(module.is.determinate() && module.is.unchecked() && !module.is.initialLoad() ) { + module.debug('Should not allow uncheck, checkbox is already unchecked'); + return false; + } + if(!module.should.ignoreCallbacks() && settings.beforeUnchecked.apply(input) === false) { + module.debug('Should not allow uncheck, beforeUnchecked cancelled'); + return false; + } + return true; + }, + allowIndeterminate: function() { + if(module.is.indeterminate() && !module.is.initialLoad() ) { + module.debug('Should not allow indeterminate, checkbox is already indeterminate'); + return false; + } + if(!module.should.ignoreCallbacks() && settings.beforeIndeterminate.apply(input) === false) { + module.debug('Should not allow indeterminate, beforeIndeterminate cancelled'); + return false; + } + return true; + }, + allowDeterminate: function() { + if(module.is.determinate() && !module.is.initialLoad() ) { + module.debug('Should not allow determinate, checkbox is already determinate'); + return false; + } + if(!module.should.ignoreCallbacks() && settings.beforeDeterminate.apply(input) === false) { + module.debug('Should not allow determinate, beforeDeterminate cancelled'); + return false; + } + return true; + }, + ignoreCallbacks: function() { + return (initialLoad && !settings.fireOnInit); + } + }, + + can: { + change: function() { + return !( $module.hasClass(className.disabled) || $module.hasClass(className.readOnly) || $input.prop('disabled') || $input.prop('readonly') ); + }, + uncheck: function() { + return (typeof settings.uncheckable === 'boolean') + ? settings.uncheckable + : !module.is.radio() + ; + } + }, + + set: { + initialLoad: function() { + initialLoad = true; + }, + checked: function() { + module.verbose('Setting class to checked'); + $module + .removeClass(className.indeterminate) + .addClass(className.checked) + ; + if( module.is.radio() ) { + module.uncheckOthers(); + } + if(!module.is.indeterminate() && module.is.checked()) { + module.debug('Input is already checked, skipping input property change'); + return; + } + module.verbose('Setting state to checked', input); + $input + .prop('indeterminate', false) + .prop('checked', true) + ; + }, + unchecked: function() { + module.verbose('Removing checked class'); + $module + .removeClass(className.indeterminate) + .removeClass(className.checked) + ; + if(!module.is.indeterminate() && module.is.unchecked() ) { + module.debug('Input is already unchecked'); + return; + } + module.debug('Setting state to unchecked'); + $input + .prop('indeterminate', false) + .prop('checked', false) + ; + }, + indeterminate: function() { + module.verbose('Setting class to indeterminate'); + $module + .addClass(className.indeterminate) + ; + if( module.is.indeterminate() ) { + module.debug('Input is already indeterminate, skipping input property change'); + return; + } + module.debug('Setting state to indeterminate'); + $input + .prop('indeterminate', true) + ; + }, + determinate: function() { + module.verbose('Removing indeterminate class'); + $module + .removeClass(className.indeterminate) + ; + if( module.is.determinate() ) { + module.debug('Input is already determinate, skipping input property change'); + return; + } + module.debug('Setting state to determinate'); + $input + .prop('indeterminate', false) + ; + }, + disabled: function() { + module.verbose('Setting class to disabled'); + $module + .addClass(className.disabled) + ; + if( module.is.disabled() ) { + module.debug('Input is already disabled, skipping input property change'); + return; + } + module.debug('Setting state to disabled'); + $input + .prop('disabled', 'disabled') + ; + }, + enabled: function() { + module.verbose('Removing disabled class'); + $module.removeClass(className.disabled); + if( module.is.enabled() ) { + module.debug('Input is already enabled, skipping input property change'); + return; + } + module.debug('Setting state to enabled'); + $input + .prop('disabled', false) + ; + }, + tabbable: function() { + module.verbose('Adding tabindex to checkbox'); + if( $input.attr('tabindex') === undefined) { + $input.attr('tabindex', 0); + } + } + }, + + remove: { + initialLoad: function() { + initialLoad = false; + } + }, + + trigger: { + change: function() { + var + events = document.createEvent('HTMLEvents'), + inputElement = $input[0] + ; + if(inputElement) { + module.verbose('Triggering native change event'); + events.initEvent('change', true, false); + inputElement.dispatchEvent(events); + } + } + }, + + + create: { + label: function() { + if($input.prevAll(selector.label).length > 0) { + $input.prev(selector.label).detach().insertAfter($input); + module.debug('Moving existing label', $label); + } + else if( !module.has.label() ) { + $label = $('<label>').insertAfter($input); + module.debug('Creating label', $label); + } + } + }, + + has: { + label: function() { + return ($label.length > 0); + } + }, + + bind: { + events: function() { + module.verbose('Attaching checkbox events'); + $module + .on('click' + eventNamespace, module.event.click) + .on('change' + eventNamespace, module.event.change) + .on('keydown' + eventNamespace, selector.input, module.event.keydown) + .on('keyup' + eventNamespace, selector.input, module.event.keyup) + ; + } + }, + + unbind: { + events: function() { + module.debug('Removing events'); + $module + .off(eventNamespace) + ; + } + }, + + uncheckOthers: function() { + var + $radios = module.get.otherRadios() + ; + module.debug('Unchecking other radios', $radios); + $radios.removeClass(className.checked); + }, + + toggle: function() { + if( !module.can.change() ) { + if(!module.is.radio()) { + module.debug('Checkbox is read-only or disabled, ignoring toggle'); + } + return; + } + if( module.is.indeterminate() || module.is.unchecked() ) { + module.debug('Currently unchecked'); + module.check(); + } + else if( module.is.checked() && module.can.uncheck() ) { + module.debug('Currently checked'); + module.uncheck(); + } + }, + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.checkbox.settings = { + + name : 'Checkbox', + namespace : 'checkbox', + + silent : false, + debug : false, + verbose : true, + performance : true, + + // delegated event context + uncheckable : 'auto', + fireOnInit : false, + enableEnterKey : true, + + onChange : function(){}, + + beforeChecked : function(){}, + beforeUnchecked : function(){}, + beforeDeterminate : function(){}, + beforeIndeterminate : function(){}, + + onChecked : function(){}, + onUnchecked : function(){}, + + onDeterminate : function() {}, + onIndeterminate : function() {}, + + onEnable : function(){}, + onDisable : function(){}, + + // preserve misspelled callbacks (will be removed in 3.0) + onEnabled : function(){}, + onDisabled : function(){}, + + className : { + checked : 'checked', + indeterminate : 'indeterminate', + disabled : 'disabled', + hidden : 'hidden', + radio : 'radio', + readOnly : 'read-only' + }, + + error : { + method : 'The method you called is not defined' + }, + + selector : { + checkbox : '.ui.checkbox', + label : 'label, .box', + input : 'input[type="checkbox"], input[type="radio"]', + link : 'a[href]' + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Dimmer + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.dimmer = function(parameters) { + var + $allModules = $(this), + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.dimmer.settings, parameters) + : $.extend({}, $.fn.dimmer.settings), + + selector = settings.selector, + namespace = settings.namespace, + className = settings.className, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + moduleSelector = $allModules.selector || '', + + clickEvent = ('ontouchstart' in document.documentElement) + ? 'touchstart' + : 'click', + + $module = $(this), + $dimmer, + $dimmable, + + element = this, + instance = $module.data(moduleNamespace), + module + ; + + module = { + + preinitialize: function() { + if( module.is.dimmer() ) { + + $dimmable = $module.parent(); + $dimmer = $module; + } + else { + $dimmable = $module; + if( module.has.dimmer() ) { + if(settings.dimmerName) { + $dimmer = $dimmable.find(selector.dimmer).filter('.' + settings.dimmerName); + } + else { + $dimmer = $dimmable.find(selector.dimmer); + } + } + else { + $dimmer = module.create(); + } + } + }, + + initialize: function() { + module.debug('Initializing dimmer', settings); + + module.bind.events(); + module.set.dimmable(); + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module', $dimmer); + module.unbind.events(); + module.remove.variation(); + $dimmable + .off(eventNamespace) + ; + }, + + bind: { + events: function() { + if(settings.on == 'hover') { + $dimmable + .on('mouseenter' + eventNamespace, module.show) + .on('mouseleave' + eventNamespace, module.hide) + ; + } + else if(settings.on == 'click') { + $dimmable + .on(clickEvent + eventNamespace, module.toggle) + ; + } + if( module.is.page() ) { + module.debug('Setting as a page dimmer', $dimmable); + module.set.pageDimmer(); + } + + if( module.is.closable() ) { + module.verbose('Adding dimmer close event', $dimmer); + $dimmable + .on(clickEvent + eventNamespace, selector.dimmer, module.event.click) + ; + } + } + }, + + unbind: { + events: function() { + $module + .removeData(moduleNamespace) + ; + $dimmable + .off(eventNamespace) + ; + } + }, + + event: { + click: function(event) { + module.verbose('Determining if event occured on dimmer', event); + if( $dimmer.find(event.target).length === 0 || $(event.target).is(selector.content) ) { + module.hide(); + event.stopImmediatePropagation(); + } + } + }, + + addContent: function(element) { + var + $content = $(element) + ; + module.debug('Add content to dimmer', $content); + if($content.parent()[0] !== $dimmer[0]) { + $content.detach().appendTo($dimmer); + } + }, + + create: function() { + var + $element = $( settings.template.dimmer(settings) ) + ; + if(settings.dimmerName) { + module.debug('Creating named dimmer', settings.dimmerName); + $element.addClass(settings.dimmerName); + } + $element + .appendTo($dimmable) + ; + return $element; + }, + + show: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.debug('Showing dimmer', $dimmer, settings); + module.set.variation(); + if( (!module.is.dimmed() || module.is.animating()) && module.is.enabled() ) { + module.animate.show(callback); + settings.onShow.call(element); + settings.onChange.call(element); + } + else { + module.debug('Dimmer is already shown or disabled'); + } + }, + + hide: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( module.is.dimmed() || module.is.animating() ) { + module.debug('Hiding dimmer', $dimmer); + module.animate.hide(callback); + settings.onHide.call(element); + settings.onChange.call(element); + } + else { + module.debug('Dimmer is not visible'); + } + }, + + toggle: function() { + module.verbose('Toggling dimmer visibility', $dimmer); + if( !module.is.dimmed() ) { + module.show(); + } + else { + if ( module.is.closable() ) { + module.hide(); + } + } + }, + + animate: { + show: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(settings.useCSS && $.fn.transition !== undefined && $dimmer.transition('is supported')) { + if(settings.useFlex) { + module.debug('Using flex dimmer'); + module.remove.legacy(); + } + else { + module.debug('Using legacy non-flex dimmer'); + module.set.legacy(); + } + if(settings.opacity !== 'auto') { + module.set.opacity(); + } + $dimmer + .transition({ + displayType : settings.useFlex + ? 'flex' + : 'block', + animation : settings.transition + ' in', + queue : false, + duration : module.get.duration(), + useFailSafe : true, + onStart : function() { + module.set.dimmed(); + }, + onComplete : function() { + module.set.active(); + callback(); + } + }) + ; + } + else { + module.verbose('Showing dimmer animation with javascript'); + module.set.dimmed(); + if(settings.opacity == 'auto') { + settings.opacity = 0.8; + } + $dimmer + .stop() + .css({ + opacity : 0, + width : '100%', + height : '100%' + }) + .fadeTo(module.get.duration(), settings.opacity, function() { + $dimmer.removeAttr('style'); + module.set.active(); + callback(); + }) + ; + } + }, + hide: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(settings.useCSS && $.fn.transition !== undefined && $dimmer.transition('is supported')) { + module.verbose('Hiding dimmer with css'); + $dimmer + .transition({ + displayType : settings.useFlex + ? 'flex' + : 'block', + animation : settings.transition + ' out', + queue : false, + duration : module.get.duration(), + useFailSafe : true, + onComplete : function() { + module.remove.dimmed(); + module.remove.variation(); + module.remove.active(); + callback(); + } + }) + ; + } + else { + module.verbose('Hiding dimmer with javascript'); + $dimmer + .stop() + .fadeOut(module.get.duration(), function() { + module.remove.dimmed(); + module.remove.active(); + $dimmer.removeAttr('style'); + callback(); + }) + ; + } + } + }, + + get: { + dimmer: function() { + return $dimmer; + }, + duration: function() { + if(typeof settings.duration == 'object') { + if( module.is.active() ) { + return settings.duration.hide; + } + else { + return settings.duration.show; + } + } + return settings.duration; + } + }, + + has: { + dimmer: function() { + if(settings.dimmerName) { + return ($module.find(selector.dimmer).filter('.' + settings.dimmerName).length > 0); + } + else { + return ( $module.find(selector.dimmer).length > 0 ); + } + } + }, + + is: { + active: function() { + return $dimmer.hasClass(className.active); + }, + animating: function() { + return ( $dimmer.is(':animated') || $dimmer.hasClass(className.animating) ); + }, + closable: function() { + if(settings.closable == 'auto') { + if(settings.on == 'hover') { + return false; + } + return true; + } + return settings.closable; + }, + dimmer: function() { + return $module.hasClass(className.dimmer); + }, + dimmable: function() { + return $module.hasClass(className.dimmable); + }, + dimmed: function() { + return $dimmable.hasClass(className.dimmed); + }, + disabled: function() { + return $dimmable.hasClass(className.disabled); + }, + enabled: function() { + return !module.is.disabled(); + }, + page: function () { + return $dimmable.is('body'); + }, + pageDimmer: function() { + return $dimmer.hasClass(className.pageDimmer); + } + }, + + can: { + show: function() { + return !$dimmer.hasClass(className.disabled); + } + }, + + set: { + opacity: function(opacity) { + var + color = $dimmer.css('background-color'), + colorArray = color.split(','), + isRGB = (colorArray && colorArray.length == 3), + isRGBA = (colorArray && colorArray.length == 4) + ; + opacity = settings.opacity === 0 ? 0 : settings.opacity || opacity; + if(isRGB || isRGBA) { + colorArray[3] = opacity + ')'; + color = colorArray.join(','); + } + else { + color = 'rgba(0, 0, 0, ' + opacity + ')'; + } + module.debug('Setting opacity to', opacity); + $dimmer.css('background-color', color); + }, + legacy: function() { + $dimmer.addClass(className.legacy); + }, + active: function() { + $dimmer.addClass(className.active); + }, + dimmable: function() { + $dimmable.addClass(className.dimmable); + }, + dimmed: function() { + $dimmable.addClass(className.dimmed); + }, + pageDimmer: function() { + $dimmer.addClass(className.pageDimmer); + }, + disabled: function() { + $dimmer.addClass(className.disabled); + }, + variation: function(variation) { + variation = variation || settings.variation; + if(variation) { + $dimmer.addClass(variation); + } + } + }, + + remove: { + active: function() { + $dimmer + .removeClass(className.active) + ; + }, + legacy: function() { + $dimmer.removeClass(className.legacy); + }, + dimmed: function() { + $dimmable.removeClass(className.dimmed); + }, + disabled: function() { + $dimmer.removeClass(className.disabled); + }, + variation: function(variation) { + variation = variation || settings.variation; + if(variation) { + $dimmer.removeClass(variation); + } + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + module.preinitialize(); + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.dimmer.settings = { + + name : 'Dimmer', + namespace : 'dimmer', + + silent : false, + debug : false, + verbose : false, + performance : true, + + // whether should use flex layout + useFlex : true, + + // name to distinguish between multiple dimmers in context + dimmerName : false, + + // whether to add a variation type + variation : false, + + // whether to bind close events + closable : 'auto', + + // whether to use css animations + useCSS : true, + + // css animation to use + transition : 'fade', + + // event to bind to + on : false, + + // overriding opacity value + opacity : 'auto', + + // transition durations + duration : { + show : 500, + hide : 500 + }, +// whether the dynamically created dimmer should have a loader + displayLoader: false, + loaderText : false, + loaderVariation : '', + + onChange : function(){}, + onShow : function(){}, + onHide : function(){}, + + error : { + method : 'The method you called is not defined.' + }, + + className : { + active : 'active', + animating : 'animating', + dimmable : 'dimmable', + dimmed : 'dimmed', + dimmer : 'dimmer', + disabled : 'disabled', + hide : 'hide', + legacy : 'legacy', + pageDimmer : 'page', + show : 'show', + loader : 'ui loader' + }, + + selector: { + dimmer : '> .ui.dimmer', + content : '.ui.dimmer > .content, .ui.dimmer > .content > .center' + }, + + template: { + dimmer: function(settings) { + var d = $('<div/>').addClass('ui dimmer'),l; + if(settings.displayLoader) { + l = $('<div/>') + .addClass(settings.className.loader) + .addClass(settings.loaderVariation); + if(!!settings.loaderText){ + l.text(settings.loaderText); + l.addClass('text'); + } + d.append(l); + } + return d; + } + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Dropdown + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.dropdown = function(parameters) { + var + $allModules = $(this), + $document = $(document), + + moduleSelector = $allModules.selector || '', + + hasTouch = ('ontouchstart' in document.documentElement), + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + + $allModules + .each(function(elementIndex) { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.dropdown.settings, parameters) + : $.extend({}, $.fn.dropdown.settings), + + className = settings.className, + message = settings.message, + fields = settings.fields, + keys = settings.keys, + metadata = settings.metadata, + namespace = settings.namespace, + regExp = settings.regExp, + selector = settings.selector, + error = settings.error, + templates = settings.templates, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $context = $(settings.context), + $text = $module.find(selector.text), + $search = $module.find(selector.search), + $sizer = $module.find(selector.sizer), + $input = $module.find(selector.input), + $icon = $module.find(selector.icon), + $clear = $module.find(selector.clearIcon), + + $combo = ($module.prev().find(selector.text).length > 0) + ? $module.prev().find(selector.text) + : $module.prev(), + + $menu = $module.children(selector.menu), + $item = $menu.find(selector.item), + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(), + + activated = false, + itemActivated = false, + internalChange = false, + iconClicked = false, + element = this, + instance = $module.data(moduleNamespace), + + selectActionActive, + initialLoad, + pageLostFocus, + willRefocus, + elementNamespace, + id, + selectObserver, + menuObserver, + module + ; + + module = { + + initialize: function() { + module.debug('Initializing dropdown', settings); + + if( module.is.alreadySetup() ) { + module.setup.reference(); + } + else { + if (settings.ignoreDiacritics && !String.prototype.normalize) { + settings.ignoreDiacritics = false; + module.error(error.noNormalize, element); + } + + module.setup.layout(); + + if(settings.values) { + module.change.values(settings.values); + } + + module.refreshData(); + + module.save.defaults(); + module.restore.selected(); + + module.create.id(); + module.bind.events(); + + module.observeChanges(); + module.instantiate(); + } + + }, + + instantiate: function() { + module.verbose('Storing instance of dropdown', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous dropdown', $module); + module.remove.tabbable(); + module.remove.active(); + $menu.transition('stop all'); + $menu.removeClass(className.visible).addClass(className.hidden); + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + $menu + .off(eventNamespace) + ; + $document + .off(elementNamespace) + ; + module.disconnect.menuObserver(); + module.disconnect.selectObserver(); + }, + + observeChanges: function() { + if('MutationObserver' in window) { + selectObserver = new MutationObserver(module.event.select.mutation); + menuObserver = new MutationObserver(module.event.menu.mutation); + module.debug('Setting up mutation observer', selectObserver, menuObserver); + module.observe.select(); + module.observe.menu(); + } + }, + + disconnect: { + menuObserver: function() { + if(menuObserver) { + menuObserver.disconnect(); + } + }, + selectObserver: function() { + if(selectObserver) { + selectObserver.disconnect(); + } + } + }, + observe: { + select: function() { + if(module.has.input() && selectObserver) { + selectObserver.observe($module[0], { + childList : true, + subtree : true + }); + } + }, + menu: function() { + if(module.has.menu() && menuObserver) { + menuObserver.observe($menu[0], { + childList : true, + subtree : true + }); + } + } + }, + + create: { + id: function() { + id = (Math.random().toString(16) + '000000000').substr(2, 8); + elementNamespace = '.' + id; + module.verbose('Creating unique id for element', id); + }, + userChoice: function(values) { + var + $userChoices, + $userChoice, + isUserValue, + html + ; + values = values || module.get.userValues(); + if(!values) { + return false; + } + values = Array.isArray(values) + ? values + : [values] + ; + $.each(values, function(index, value) { + if(module.get.item(value) === false) { + html = settings.templates.addition( module.add.variables(message.addResult, value) ); + $userChoice = $('<div />') + .html(html) + .attr('data-' + metadata.value, value) + .attr('data-' + metadata.text, value) + .addClass(className.addition) + .addClass(className.item) + ; + if(settings.hideAdditions) { + $userChoice.addClass(className.hidden); + } + $userChoices = ($userChoices === undefined) + ? $userChoice + : $userChoices.add($userChoice) + ; + module.verbose('Creating user choices for value', value, $userChoice); + } + }); + return $userChoices; + }, + userLabels: function(value) { + var + userValues = module.get.userValues() + ; + if(userValues) { + module.debug('Adding user labels', userValues); + $.each(userValues, function(index, value) { + module.verbose('Adding custom user value'); + module.add.label(value, value); + }); + } + }, + menu: function() { + $menu = $('<div />') + .addClass(className.menu) + .appendTo($module) + ; + }, + sizer: function() { + $sizer = $('<span />') + .addClass(className.sizer) + .insertAfter($search) + ; + } + }, + + search: function(query) { + query = (query !== undefined) + ? query + : module.get.query() + ; + module.verbose('Searching for query', query); + if(module.has.minCharacters(query)) { + module.filter(query); + } + else { + module.hide(null,true); + } + }, + + select: { + firstUnfiltered: function() { + module.verbose('Selecting first non-filtered element'); + module.remove.selectedItem(); + $item + .not(selector.unselectable) + .not(selector.addition + selector.hidden) + .eq(0) + .addClass(className.selected) + ; + }, + nextAvailable: function($selected) { + $selected = $selected.eq(0); + var + $nextAvailable = $selected.nextAll(selector.item).not(selector.unselectable).eq(0), + $prevAvailable = $selected.prevAll(selector.item).not(selector.unselectable).eq(0), + hasNext = ($nextAvailable.length > 0) + ; + if(hasNext) { + module.verbose('Moving selection to', $nextAvailable); + $nextAvailable.addClass(className.selected); + } + else { + module.verbose('Moving selection to', $prevAvailable); + $prevAvailable.addClass(className.selected); + } + } + }, + + setup: { + api: function() { + var + apiSettings = { + debug : settings.debug, + urlData : { + value : module.get.value(), + query : module.get.query() + }, + on : false + } + ; + module.verbose('First request, initializing API'); + $module + .api(apiSettings) + ; + }, + layout: function() { + if( $module.is('select') ) { + module.setup.select(); + module.setup.returnedObject(); + } + if( !module.has.menu() ) { + module.create.menu(); + } + if ( module.is.selection() && module.is.clearable() && !module.has.clearItem() ) { + module.verbose('Adding clear icon'); + $clear = $('<i />') + .addClass('remove icon') + .insertBefore($text) + ; + } + if( module.is.search() && !module.has.search() ) { + module.verbose('Adding search input'); + $search = $('<input />') + .addClass(className.search) + .prop('autocomplete', 'off') + .insertBefore($text) + ; + } + if( module.is.multiple() && module.is.searchSelection() && !module.has.sizer()) { + module.create.sizer(); + } + if(settings.allowTab) { + module.set.tabbable(); + } + }, + select: function() { + var + selectValues = module.get.selectValues() + ; + module.debug('Dropdown initialized on a select', selectValues); + if( $module.is('select') ) { + $input = $module; + } + // see if select is placed correctly already + if($input.parent(selector.dropdown).length > 0) { + module.debug('UI dropdown already exists. Creating dropdown menu only'); + $module = $input.closest(selector.dropdown); + if( !module.has.menu() ) { + module.create.menu(); + } + $menu = $module.children(selector.menu); + module.setup.menu(selectValues); + } + else { + module.debug('Creating entire dropdown from select'); + $module = $('<div />') + .attr('class', $input.attr('class') ) + .addClass(className.selection) + .addClass(className.dropdown) + .html( templates.dropdown(selectValues, fields, settings.preserveHTML, settings.className) ) + .insertBefore($input) + ; + if($input.hasClass(className.multiple) && $input.prop('multiple') === false) { + module.error(error.missingMultiple); + $input.prop('multiple', true); + } + if($input.is('[multiple]')) { + module.set.multiple(); + } + if ($input.prop('disabled')) { + module.debug('Disabling dropdown'); + $module.addClass(className.disabled); + } + $input + .removeAttr('required') + .removeAttr('class') + .detach() + .prependTo($module) + ; + } + module.refresh(); + }, + menu: function(values) { + $menu.html( templates.menu(values, fields,settings.preserveHTML,settings.className)); + $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); + }, + reference: function() { + module.debug('Dropdown behavior was called on select, replacing with closest dropdown'); + // replace module reference + $module = $module.parent(selector.dropdown); + instance = $module.data(moduleNamespace); + element = $module.get(0); + module.refresh(); + module.setup.returnedObject(); + }, + returnedObject: function() { + var + $firstModules = $allModules.slice(0, elementIndex), + $lastModules = $allModules.slice(elementIndex + 1) + ; + // adjust all modules to use correct reference + $allModules = $firstModules.add($module).add($lastModules); + } + }, + + refresh: function() { + module.refreshSelectors(); + module.refreshData(); + }, + + refreshItems: function() { + $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); + }, + + refreshSelectors: function() { + module.verbose('Refreshing selector cache'); + $text = $module.find(selector.text); + $search = $module.find(selector.search); + $input = $module.find(selector.input); + $icon = $module.find(selector.icon); + $combo = ($module.prev().find(selector.text).length > 0) + ? $module.prev().find(selector.text) + : $module.prev() + ; + $menu = $module.children(selector.menu); + $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); + }, + + refreshData: function() { + module.verbose('Refreshing cached metadata'); + $item + .removeData(metadata.text) + .removeData(metadata.value) + ; + }, + + clearData: function() { + module.verbose('Clearing metadata'); + $item + .removeData(metadata.text) + .removeData(metadata.value) + ; + $module + .removeData(metadata.defaultText) + .removeData(metadata.defaultValue) + .removeData(metadata.placeholderText) + ; + }, + + toggle: function() { + module.verbose('Toggling menu visibility'); + if( !module.is.active() ) { + module.show(); + } + else { + module.hide(); + } + }, + + show: function(callback, preventFocus) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(!module.can.show() && module.is.remote()) { + module.debug('No API results retrieved, searching before show'); + module.queryRemote(module.get.query(), module.show); + } + if( module.can.show() && !module.is.active() ) { + module.debug('Showing dropdown'); + if(module.has.message() && !(module.has.maxSelections() || module.has.allResultsFiltered()) ) { + module.remove.message(); + } + if(module.is.allFiltered()) { + return true; + } + if(settings.onShow.call(element) !== false) { + module.animate.show(function() { + if( module.can.click() ) { + module.bind.intent(); + } + if(module.has.search() && !preventFocus) { + module.focusSearch(); + } + module.set.visible(); + callback.call(element); + }); + } + } + }, + + hide: function(callback, preventBlur) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( module.is.active() && !module.is.animatingOutward() ) { + module.debug('Hiding dropdown'); + if(settings.onHide.call(element) !== false) { + module.animate.hide(function() { + module.remove.visible(); + // hidding search focus + if ( module.is.focusedOnSearch() && preventBlur !== true ) { + $search.blur(); + } + callback.call(element); + }); + } + } else if( module.can.click() ) { + module.unbind.intent(); + } + }, + + hideOthers: function() { + module.verbose('Finding other dropdowns to hide'); + $allModules + .not($module) + .has(selector.menu + '.' + className.visible) + .dropdown('hide') + ; + }, + + hideMenu: function() { + module.verbose('Hiding menu instantaneously'); + module.remove.active(); + module.remove.visible(); + $menu.transition('hide'); + }, + + hideSubMenus: function() { + var + $subMenus = $menu.children(selector.item).find(selector.menu) + ; + module.verbose('Hiding sub menus', $subMenus); + $subMenus.transition('hide'); + }, + + bind: { + events: function() { + if(hasTouch) { + module.bind.touchEvents(); + } + module.bind.keyboardEvents(); + module.bind.inputEvents(); + module.bind.mouseEvents(); + }, + touchEvents: function() { + module.debug('Touch device detected binding additional touch events'); + if( module.is.searchSelection() ) { + // do nothing special yet + } + else if( module.is.single() ) { + $module + .on('touchstart' + eventNamespace, module.event.test.toggle) + ; + } + $menu + .on('touchstart' + eventNamespace, selector.item, module.event.item.mouseenter) + ; + }, + keyboardEvents: function() { + module.verbose('Binding keyboard events'); + $module + .on('keydown' + eventNamespace, module.event.keydown) + ; + if( module.has.search() ) { + $module + .on(module.get.inputEvent() + eventNamespace, selector.search, module.event.input) + ; + } + if( module.is.multiple() ) { + $document + .on('keydown' + elementNamespace, module.event.document.keydown) + ; + } + }, + inputEvents: function() { + module.verbose('Binding input change events'); + $module + .on('change' + eventNamespace, selector.input, module.event.change) + ; + }, + mouseEvents: function() { + module.verbose('Binding mouse events'); + if(module.is.multiple()) { + $module + .on('click' + eventNamespace, selector.label, module.event.label.click) + .on('click' + eventNamespace, selector.remove, module.event.remove.click) + ; + } + if( module.is.searchSelection() ) { + $module + .on('mousedown' + eventNamespace, module.event.mousedown) + .on('mouseup' + eventNamespace, module.event.mouseup) + .on('mousedown' + eventNamespace, selector.menu, module.event.menu.mousedown) + .on('mouseup' + eventNamespace, selector.menu, module.event.menu.mouseup) + .on('click' + eventNamespace, selector.icon, module.event.icon.click) + .on('click' + eventNamespace, selector.clearIcon, module.event.clearIcon.click) + .on('focus' + eventNamespace, selector.search, module.event.search.focus) + .on('click' + eventNamespace, selector.search, module.event.search.focus) + .on('blur' + eventNamespace, selector.search, module.event.search.blur) + .on('click' + eventNamespace, selector.text, module.event.text.focus) + ; + if(module.is.multiple()) { + $module + .on('click' + eventNamespace, module.event.click) + ; + } + } + else { + if(settings.on == 'click') { + $module + .on('click' + eventNamespace, selector.icon, module.event.icon.click) + .on('click' + eventNamespace, module.event.test.toggle) + ; + } + else if(settings.on == 'hover') { + $module + .on('mouseenter' + eventNamespace, module.delay.show) + .on('mouseleave' + eventNamespace, module.delay.hide) + ; + } + else { + $module + .on(settings.on + eventNamespace, module.toggle) + ; + } + $module + .on('mousedown' + eventNamespace, module.event.mousedown) + .on('mouseup' + eventNamespace, module.event.mouseup) + .on('focus' + eventNamespace, module.event.focus) + .on('click' + eventNamespace, selector.clearIcon, module.event.clearIcon.click) + ; + if(module.has.menuSearch() ) { + $module + .on('blur' + eventNamespace, selector.search, module.event.search.blur) + ; + } + else { + $module + .on('blur' + eventNamespace, module.event.blur) + ; + } + } + $menu + .on('mouseenter' + eventNamespace, selector.item, module.event.item.mouseenter) + .on('mouseleave' + eventNamespace, selector.item, module.event.item.mouseleave) + .on('click' + eventNamespace, selector.item, module.event.item.click) + ; + }, + intent: function() { + module.verbose('Binding hide intent event to document'); + if(hasTouch) { + $document + .on('touchstart' + elementNamespace, module.event.test.touch) + .on('touchmove' + elementNamespace, module.event.test.touch) + ; + } + $document + .on('click' + elementNamespace, module.event.test.hide) + ; + } + }, + + unbind: { + intent: function() { + module.verbose('Removing hide intent event from document'); + if(hasTouch) { + $document + .off('touchstart' + elementNamespace) + .off('touchmove' + elementNamespace) + ; + } + $document + .off('click' + elementNamespace) + ; + } + }, + + filter: function(query) { + var + searchTerm = (query !== undefined) + ? query + : module.get.query(), + afterFiltered = function() { + if(module.is.multiple()) { + module.filterActive(); + } + if(query || (!query && module.get.activeItem().length == 0)) { + module.select.firstUnfiltered(); + } + if( module.has.allResultsFiltered() ) { + if( settings.onNoResults.call(element, searchTerm) ) { + if(settings.allowAdditions) { + if(settings.hideAdditions) { + module.verbose('User addition with no menu, setting empty style'); + module.set.empty(); + module.hideMenu(); + } + } + else { + module.verbose('All items filtered, showing message', searchTerm); + module.add.message(message.noResults); + } + } + else { + module.verbose('All items filtered, hiding dropdown', searchTerm); + module.hideMenu(); + } + } + else { + module.remove.empty(); + module.remove.message(); + } + if(settings.allowAdditions) { + module.add.userSuggestion(module.escape.htmlEntities(query)); + } + if(module.is.searchSelection() && module.can.show() && module.is.focusedOnSearch() ) { + module.show(); + } + } + ; + if(settings.useLabels && module.has.maxSelections()) { + return; + } + if(settings.apiSettings) { + if( module.can.useAPI() ) { + module.queryRemote(searchTerm, function() { + if(settings.filterRemoteData) { + module.filterItems(searchTerm); + } + var preSelected = $input.val(); + if(!Array.isArray(preSelected)) { + preSelected = preSelected && preSelected!=="" ? preSelected.split(settings.delimiter) : []; + } + $.each(preSelected,function(index,value){ + $item.filter('[data-value="'+value+'"]') + .addClass(className.filtered) + ; + }); + afterFiltered(); + }); + } + else { + module.error(error.noAPI); + } + } + else { + module.filterItems(searchTerm); + afterFiltered(); + } + }, + + queryRemote: function(query, callback) { + var + apiSettings = { + errorDuration : false, + cache : 'local', + throttle : settings.throttle, + urlData : { + query: query + }, + onError: function() { + module.add.message(message.serverError); + callback(); + }, + onFailure: function() { + module.add.message(message.serverError); + callback(); + }, + onSuccess : function(response) { + var + values = response[fields.remoteValues] + ; + if (!Array.isArray(values)){ + values = []; + } + module.remove.message(); + module.setup.menu({ + values: values + }); + + if(values.length===0 && !settings.allowAdditions) { + module.add.message(message.noResults); + } + callback(); + } + } + ; + if( !$module.api('get request') ) { + module.setup.api(); + } + apiSettings = $.extend(true, {}, apiSettings, settings.apiSettings); + $module + .api('setting', apiSettings) + .api('query') + ; + }, + + filterItems: function(query) { + var + searchTerm = module.remove.diacritics(query !== undefined + ? query + : module.get.query() + ), + results = null, + escapedTerm = module.escape.string(searchTerm), + regExpFlags = (settings.ignoreSearchCase ? 'i' : '') + 'gm', + beginsWithRegExp = new RegExp('^' + escapedTerm, regExpFlags) + ; + // avoid loop if we're matching nothing + if( module.has.query() ) { + results = []; + + module.verbose('Searching for matching values', searchTerm); + $item + .each(function(){ + var + $choice = $(this), + text, + value + ; + if(settings.match === 'both' || settings.match === 'text') { + text = module.remove.diacritics(String(module.get.choiceText($choice, false))); + if(text.search(beginsWithRegExp) !== -1) { + results.push(this); + return true; + } + else if (settings.fullTextSearch === 'exact' && module.exactSearch(searchTerm, text)) { + results.push(this); + return true; + } + else if (settings.fullTextSearch === true && module.fuzzySearch(searchTerm, text)) { + results.push(this); + return true; + } + } + if(settings.match === 'both' || settings.match === 'value') { + value = module.remove.diacritics(String(module.get.choiceValue($choice, text))); + if(value.search(beginsWithRegExp) !== -1) { + results.push(this); + return true; + } + else if (settings.fullTextSearch === 'exact' && module.exactSearch(searchTerm, value)) { + results.push(this); + return true; + } + else if (settings.fullTextSearch === true && module.fuzzySearch(searchTerm, value)) { + results.push(this); + return true; + } + } + }) + ; + } + module.debug('Showing only matched items', searchTerm); + module.remove.filteredItem(); + if(results) { + $item + .not(results) + .addClass(className.filtered) + ; + } + + if(!module.has.query()) { + $divider + .removeClass(className.hidden); + } else if(settings.hideDividers === true) { + $divider + .addClass(className.hidden); + } else if(settings.hideDividers === 'empty') { + $divider + .removeClass(className.hidden) + .filter(function() { + // First find the last divider in this divider group + // Dividers which are direct siblings are considered a group + var lastDivider = $(this).nextUntil(selector.item); + + return (lastDivider.length ? lastDivider : $(this)) + // Count all non-filtered items until the next divider (or end of the dropdown) + .nextUntil(selector.divider) + .filter(selector.item + ":not(." + className.filtered + ")") + // Hide divider if no items are found + .length === 0; + }) + .addClass(className.hidden); + } + }, + + fuzzySearch: function(query, term) { + var + termLength = term.length, + queryLength = query.length + ; + query = (settings.ignoreSearchCase ? query.toLowerCase() : query); + term = (settings.ignoreSearchCase ? term.toLowerCase() : term); + if(queryLength > termLength) { + return false; + } + if(queryLength === termLength) { + return (query === term); + } + search: for (var characterIndex = 0, nextCharacterIndex = 0; characterIndex < queryLength; characterIndex++) { + var + queryCharacter = query.charCodeAt(characterIndex) + ; + while(nextCharacterIndex < termLength) { + if(term.charCodeAt(nextCharacterIndex++) === queryCharacter) { + continue search; + } + } + return false; + } + return true; + }, + exactSearch: function (query, term) { + query = (settings.ignoreSearchCase ? query.toLowerCase() : query); + term = (settings.ignoreSearchCase ? term.toLowerCase() : term); + return term.indexOf(query) > -1; + + }, + filterActive: function() { + if(settings.useLabels) { + $item.filter('.' + className.active) + .addClass(className.filtered) + ; + } + }, + + focusSearch: function(skipHandler) { + if( module.has.search() && !module.is.focusedOnSearch() ) { + if(skipHandler) { + $module.off('focus' + eventNamespace, selector.search); + $search.focus(); + $module.on('focus' + eventNamespace, selector.search, module.event.search.focus); + } + else { + $search.focus(); + } + } + }, + + blurSearch: function() { + if( module.has.search() ) { + $search.blur(); + } + }, + + forceSelection: function() { + var + $currentlySelected = $item.not(className.filtered).filter('.' + className.selected).eq(0), + $activeItem = $item.not(className.filtered).filter('.' + className.active).eq(0), + $selectedItem = ($currentlySelected.length > 0) + ? $currentlySelected + : $activeItem, + hasSelected = ($selectedItem.length > 0) + ; + if(settings.allowAdditions || (hasSelected && !module.is.multiple())) { + module.debug('Forcing partial selection to selected item', $selectedItem); + module.event.item.click.call($selectedItem, {}, true); + } + else { + module.remove.searchTerm(); + } + }, + + change: { + values: function(values) { + if(!settings.allowAdditions) { + module.clear(); + } + module.debug('Creating dropdown with specified values', values); + module.setup.menu({values: values}); + $.each(values, function(index, item) { + if(item.selected == true) { + module.debug('Setting initial selection to', item[fields.value]); + module.set.selected(item[fields.value]); + if(!module.is.multiple()) { + return false; + } + } + }); + + if(module.has.selectInput()) { + module.disconnect.selectObserver(); + $input.html(''); + $input.append('<option disabled selected value></option>'); + $.each(values, function(index, item) { + var + value = settings.templates.deQuote(item[fields.value]), + name = settings.templates.escape( + item[fields.name] || item[fields.value], + settings.preserveHTML + ) + ; + $input.append('<option value="' + value + '">' + name + '</option>'); + }); + module.observe.select(); + } + } + }, + + event: { + change: function() { + if(!internalChange) { + module.debug('Input changed, updating selection'); + module.set.selected(); + } + }, + focus: function() { + if(settings.showOnFocus && !activated && module.is.hidden() && !pageLostFocus) { + module.show(); + } + }, + blur: function(event) { + pageLostFocus = (document.activeElement === this); + if(!activated && !pageLostFocus) { + module.remove.activeLabel(); + module.hide(); + } + }, + mousedown: function() { + if(module.is.searchSelection()) { + // prevent menu hiding on immediate re-focus + willRefocus = true; + } + else { + // prevents focus callback from occurring on mousedown + activated = true; + } + }, + mouseup: function() { + if(module.is.searchSelection()) { + // prevent menu hiding on immediate re-focus + willRefocus = false; + } + else { + activated = false; + } + }, + click: function(event) { + var + $target = $(event.target) + ; + // focus search + if($target.is($module)) { + if(!module.is.focusedOnSearch()) { + module.focusSearch(); + } + else { + module.show(); + } + } + }, + search: { + focus: function(event) { + activated = true; + if(module.is.multiple()) { + module.remove.activeLabel(); + } + if(settings.showOnFocus || (event.type !== 'focus' && event.type !== 'focusin')) { + module.search(); + } + }, + blur: function(event) { + pageLostFocus = (document.activeElement === this); + if(module.is.searchSelection() && !willRefocus) { + if(!itemActivated && !pageLostFocus) { + if(settings.forceSelection) { + module.forceSelection(); + } else if(!settings.allowAdditions){ + module.remove.searchTerm(); + } + module.hide(); + } + } + willRefocus = false; + } + }, + clearIcon: { + click: function(event) { + module.clear(); + if(module.is.searchSelection()) { + module.remove.searchTerm(); + } + module.hide(); + event.stopPropagation(); + } + }, + icon: { + click: function(event) { + iconClicked=true; + if(module.has.search()) { + if(!module.is.active()) { + if(settings.showOnFocus){ + module.focusSearch(); + } else { + module.toggle(); + } + } else { + module.blurSearch(); + } + } else { + module.toggle(); + } + } + }, + text: { + focus: function(event) { + activated = true; + module.focusSearch(); + } + }, + input: function(event) { + if(module.is.multiple() || module.is.searchSelection()) { + module.set.filtered(); + } + clearTimeout(module.timer); + module.timer = setTimeout(module.search, settings.delay.search); + }, + label: { + click: function(event) { + var + $label = $(this), + $labels = $module.find(selector.label), + $activeLabels = $labels.filter('.' + className.active), + $nextActive = $label.nextAll('.' + className.active), + $prevActive = $label.prevAll('.' + className.active), + $range = ($nextActive.length > 0) + ? $label.nextUntil($nextActive).add($activeLabels).add($label) + : $label.prevUntil($prevActive).add($activeLabels).add($label) + ; + if(event.shiftKey) { + $activeLabels.removeClass(className.active); + $range.addClass(className.active); + } + else if(event.ctrlKey) { + $label.toggleClass(className.active); + } + else { + $activeLabels.removeClass(className.active); + $label.addClass(className.active); + } + settings.onLabelSelect.apply(this, $labels.filter('.' + className.active)); + } + }, + remove: { + click: function() { + var + $label = $(this).parent() + ; + if( $label.hasClass(className.active) ) { + // remove all selected labels + module.remove.activeLabels(); + } + else { + // remove this label only + module.remove.activeLabels( $label ); + } + } + }, + test: { + toggle: function(event) { + var + toggleBehavior = (module.is.multiple()) + ? module.show + : module.toggle + ; + if(module.is.bubbledLabelClick(event) || module.is.bubbledIconClick(event)) { + return; + } + if( module.determine.eventOnElement(event, toggleBehavior) ) { + event.preventDefault(); + } + }, + touch: function(event) { + module.determine.eventOnElement(event, function() { + if(event.type == 'touchstart') { + module.timer = setTimeout(function() { + module.hide(); + }, settings.delay.touch); + } + else if(event.type == 'touchmove') { + clearTimeout(module.timer); + } + }); + event.stopPropagation(); + }, + hide: function(event) { + if(module.determine.eventInModule(event, module.hide)){ + if(element.id && $(event.target).attr('for') === element.id){ + event.preventDefault(); + } + } + } + }, + select: { + mutation: function(mutations) { + module.debug('<select> modified, recreating menu'); + if(module.is.selectMutation(mutations)) { + module.disconnect.selectObserver(); + module.refresh(); + module.setup.select(); + module.set.selected(); + module.observe.select(); + } + } + }, + menu: { + mutation: function(mutations) { + var + mutation = mutations[0], + $addedNode = mutation.addedNodes + ? $(mutation.addedNodes[0]) + : $(false), + $removedNode = mutation.removedNodes + ? $(mutation.removedNodes[0]) + : $(false), + $changedNodes = $addedNode.add($removedNode), + isUserAddition = $changedNodes.is(selector.addition) || $changedNodes.closest(selector.addition).length > 0, + isMessage = $changedNodes.is(selector.message) || $changedNodes.closest(selector.message).length > 0 + ; + if(isUserAddition || isMessage) { + module.debug('Updating item selector cache'); + module.refreshItems(); + } + else { + module.debug('Menu modified, updating selector cache'); + module.refresh(); + } + }, + mousedown: function() { + itemActivated = true; + }, + mouseup: function() { + itemActivated = false; + } + }, + item: { + mouseenter: function(event) { + var + $target = $(event.target), + $item = $(this), + $subMenu = $item.children(selector.menu), + $otherMenus = $item.siblings(selector.item).children(selector.menu), + hasSubMenu = ($subMenu.length > 0), + isBubbledEvent = ($subMenu.find($target).length > 0) + ; + if( !isBubbledEvent && hasSubMenu ) { + clearTimeout(module.itemTimer); + module.itemTimer = setTimeout(function() { + module.verbose('Showing sub-menu', $subMenu); + $.each($otherMenus, function() { + module.animate.hide(false, $(this)); + }); + module.animate.show(false, $subMenu); + }, settings.delay.show); + event.preventDefault(); + } + }, + mouseleave: function(event) { + var + $subMenu = $(this).children(selector.menu) + ; + if($subMenu.length > 0) { + clearTimeout(module.itemTimer); + module.itemTimer = setTimeout(function() { + module.verbose('Hiding sub-menu', $subMenu); + module.animate.hide(false, $subMenu); + }, settings.delay.hide); + } + }, + click: function (event, skipRefocus) { + var + $choice = $(this), + $target = (event) + ? $(event.target) + : $(''), + $subMenu = $choice.find(selector.menu), + text = module.get.choiceText($choice), + value = module.get.choiceValue($choice, text), + hasSubMenu = ($subMenu.length > 0), + isBubbledEvent = ($subMenu.find($target).length > 0) + ; + // prevents IE11 bug where menu receives focus even though `tabindex=-1` + if (document.activeElement.tagName.toLowerCase() !== 'input') { + $(document.activeElement).blur(); + } + if(!isBubbledEvent && (!hasSubMenu || settings.allowCategorySelection)) { + if(module.is.searchSelection()) { + if(settings.allowAdditions) { + module.remove.userAddition(); + } + module.remove.searchTerm(); + if(!module.is.focusedOnSearch() && !(skipRefocus == true)) { + module.focusSearch(true); + } + } + if(!settings.useLabels) { + module.remove.filteredItem(); + module.set.scrollPosition($choice); + } + module.determine.selectAction.call(this, text, value); + } + } + }, + + document: { + // label selection should occur even when element has no focus + keydown: function(event) { + var + pressedKey = event.which, + isShortcutKey = module.is.inObject(pressedKey, keys) + ; + if(isShortcutKey) { + var + $label = $module.find(selector.label), + $activeLabel = $label.filter('.' + className.active), + activeValue = $activeLabel.data(metadata.value), + labelIndex = $label.index($activeLabel), + labelCount = $label.length, + hasActiveLabel = ($activeLabel.length > 0), + hasMultipleActive = ($activeLabel.length > 1), + isFirstLabel = (labelIndex === 0), + isLastLabel = (labelIndex + 1 == labelCount), + isSearch = module.is.searchSelection(), + isFocusedOnSearch = module.is.focusedOnSearch(), + isFocused = module.is.focused(), + caretAtStart = (isFocusedOnSearch && module.get.caretPosition(false) === 0), + isSelectedSearch = (caretAtStart && module.get.caretPosition(true) !== 0), + $nextLabel + ; + if(isSearch && !hasActiveLabel && !isFocusedOnSearch) { + return; + } + + if(pressedKey == keys.leftArrow) { + // activate previous label + if((isFocused || caretAtStart) && !hasActiveLabel) { + module.verbose('Selecting previous label'); + $label.last().addClass(className.active); + } + else if(hasActiveLabel) { + if(!event.shiftKey) { + module.verbose('Selecting previous label'); + $label.removeClass(className.active); + } + else { + module.verbose('Adding previous label to selection'); + } + if(isFirstLabel && !hasMultipleActive) { + $activeLabel.addClass(className.active); + } + else { + $activeLabel.prev(selector.siblingLabel) + .addClass(className.active) + .end() + ; + } + event.preventDefault(); + } + } + else if(pressedKey == keys.rightArrow) { + // activate first label + if(isFocused && !hasActiveLabel) { + $label.first().addClass(className.active); + } + // activate next label + if(hasActiveLabel) { + if(!event.shiftKey) { + module.verbose('Selecting next label'); + $label.removeClass(className.active); + } + else { + module.verbose('Adding next label to selection'); + } + if(isLastLabel) { + if(isSearch) { + if(!isFocusedOnSearch) { + module.focusSearch(); + } + else { + $label.removeClass(className.active); + } + } + else if(hasMultipleActive) { + $activeLabel.next(selector.siblingLabel).addClass(className.active); + } + else { + $activeLabel.addClass(className.active); + } + } + else { + $activeLabel.next(selector.siblingLabel).addClass(className.active); + } + event.preventDefault(); + } + } + else if(pressedKey == keys.deleteKey || pressedKey == keys.backspace) { + if(hasActiveLabel) { + module.verbose('Removing active labels'); + if(isLastLabel) { + if(isSearch && !isFocusedOnSearch) { + module.focusSearch(); + } + } + $activeLabel.last().next(selector.siblingLabel).addClass(className.active); + module.remove.activeLabels($activeLabel); + event.preventDefault(); + } + else if(caretAtStart && !isSelectedSearch && !hasActiveLabel && pressedKey == keys.backspace) { + module.verbose('Removing last label on input backspace'); + $activeLabel = $label.last().addClass(className.active); + module.remove.activeLabels($activeLabel); + } + } + else { + $activeLabel.removeClass(className.active); + } + } + } + }, + + keydown: function(event) { + var + pressedKey = event.which, + isShortcutKey = module.is.inObject(pressedKey, keys) + ; + if(isShortcutKey) { + var + $currentlySelected = $item.not(selector.unselectable).filter('.' + className.selected).eq(0), + $activeItem = $menu.children('.' + className.active).eq(0), + $selectedItem = ($currentlySelected.length > 0) + ? $currentlySelected + : $activeItem, + $visibleItems = ($selectedItem.length > 0) + ? $selectedItem.siblings(':not(.' + className.filtered +')').addBack() + : $menu.children(':not(.' + className.filtered +')'), + $subMenu = $selectedItem.children(selector.menu), + $parentMenu = $selectedItem.closest(selector.menu), + inVisibleMenu = ($parentMenu.hasClass(className.visible) || $parentMenu.hasClass(className.animating) || $parentMenu.parent(selector.menu).length > 0), + hasSubMenu = ($subMenu.length> 0), + hasSelectedItem = ($selectedItem.length > 0), + selectedIsSelectable = ($selectedItem.not(selector.unselectable).length > 0), + delimiterPressed = (pressedKey == keys.delimiter && settings.allowAdditions && module.is.multiple()), + isAdditionWithoutMenu = (settings.allowAdditions && settings.hideAdditions && (pressedKey == keys.enter || delimiterPressed) && selectedIsSelectable), + $nextItem, + isSubMenuItem, + newIndex + ; + // allow selection with menu closed + if(isAdditionWithoutMenu) { + module.verbose('Selecting item from keyboard shortcut', $selectedItem); + module.event.item.click.call($selectedItem, event); + if(module.is.searchSelection()) { + module.remove.searchTerm(); + } + if(module.is.multiple()){ + event.preventDefault(); + } + } + + // visible menu keyboard shortcuts + if( module.is.visible() ) { + + // enter (select or open sub-menu) + if(pressedKey == keys.enter || delimiterPressed) { + if(pressedKey == keys.enter && hasSelectedItem && hasSubMenu && !settings.allowCategorySelection) { + module.verbose('Pressed enter on unselectable category, opening sub menu'); + pressedKey = keys.rightArrow; + } + else if(selectedIsSelectable) { + module.verbose('Selecting item from keyboard shortcut', $selectedItem); + module.event.item.click.call($selectedItem, event); + if(module.is.searchSelection()) { + module.remove.searchTerm(); + if(module.is.multiple()) { + $search.focus(); + } + } + } + event.preventDefault(); + } + + // sub-menu actions + if(hasSelectedItem) { + + if(pressedKey == keys.leftArrow) { + + isSubMenuItem = ($parentMenu[0] !== $menu[0]); + + if(isSubMenuItem) { + module.verbose('Left key pressed, closing sub-menu'); + module.animate.hide(false, $parentMenu); + $selectedItem + .removeClass(className.selected) + ; + $parentMenu + .closest(selector.item) + .addClass(className.selected) + ; + event.preventDefault(); + } + } + + // right arrow (show sub-menu) + if(pressedKey == keys.rightArrow) { + if(hasSubMenu) { + module.verbose('Right key pressed, opening sub-menu'); + module.animate.show(false, $subMenu); + $selectedItem + .removeClass(className.selected) + ; + $subMenu + .find(selector.item).eq(0) + .addClass(className.selected) + ; + event.preventDefault(); + } + } + } + + // up arrow (traverse menu up) + if(pressedKey == keys.upArrow) { + $nextItem = (hasSelectedItem && inVisibleMenu) + ? $selectedItem.prevAll(selector.item + ':not(' + selector.unselectable + ')').eq(0) + : $item.eq(0) + ; + if($visibleItems.index( $nextItem ) < 0) { + module.verbose('Up key pressed but reached top of current menu'); + event.preventDefault(); + return; + } + else { + module.verbose('Up key pressed, changing active item'); + $selectedItem + .removeClass(className.selected) + ; + $nextItem + .addClass(className.selected) + ; + module.set.scrollPosition($nextItem); + if(settings.selectOnKeydown && module.is.single()) { + module.set.selectedItem($nextItem); + } + } + event.preventDefault(); + } + + // down arrow (traverse menu down) + if(pressedKey == keys.downArrow) { + $nextItem = (hasSelectedItem && inVisibleMenu) + ? $nextItem = $selectedItem.nextAll(selector.item + ':not(' + selector.unselectable + ')').eq(0) + : $item.eq(0) + ; + if($nextItem.length === 0) { + module.verbose('Down key pressed but reached bottom of current menu'); + event.preventDefault(); + return; + } + else { + module.verbose('Down key pressed, changing active item'); + $item + .removeClass(className.selected) + ; + $nextItem + .addClass(className.selected) + ; + module.set.scrollPosition($nextItem); + if(settings.selectOnKeydown && module.is.single()) { + module.set.selectedItem($nextItem); + } + } + event.preventDefault(); + } + + // page down (show next page) + if(pressedKey == keys.pageUp) { + module.scrollPage('up'); + event.preventDefault(); + } + if(pressedKey == keys.pageDown) { + module.scrollPage('down'); + event.preventDefault(); + } + + // escape (close menu) + if(pressedKey == keys.escape) { + module.verbose('Escape key pressed, closing dropdown'); + module.hide(); + } + + } + else { + // delimiter key + if(delimiterPressed) { + event.preventDefault(); + } + // down arrow (open menu) + if(pressedKey == keys.downArrow && !module.is.visible()) { + module.verbose('Down key pressed, showing dropdown'); + module.show(); + event.preventDefault(); + } + } + } + else { + if( !module.has.search() ) { + module.set.selectedLetter( String.fromCharCode(pressedKey) ); + } + } + } + }, + + trigger: { + change: function() { + var + events = document.createEvent('HTMLEvents'), + inputElement = $input[0] + ; + if(inputElement) { + module.verbose('Triggering native change event'); + events.initEvent('change', true, false); + inputElement.dispatchEvent(events); + } + } + }, + + determine: { + selectAction: function(text, value) { + selectActionActive = true; + module.verbose('Determining action', settings.action); + if( $.isFunction( module.action[settings.action] ) ) { + module.verbose('Triggering preset action', settings.action, text, value); + module.action[ settings.action ].call(element, text, value, this); + } + else if( $.isFunction(settings.action) ) { + module.verbose('Triggering user action', settings.action, text, value); + settings.action.call(element, text, value, this); + } + else { + module.error(error.action, settings.action); + } + selectActionActive = false; + }, + eventInModule: function(event, callback) { + var + $target = $(event.target), + inDocument = ($target.closest(document.documentElement).length > 0), + inModule = ($target.closest($module).length > 0) + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(inDocument && !inModule) { + module.verbose('Triggering event', callback); + callback(); + return true; + } + else { + module.verbose('Event occurred in dropdown, canceling callback'); + return false; + } + }, + eventOnElement: function(event, callback) { + var + $target = $(event.target), + $label = $target.closest(selector.siblingLabel), + inVisibleDOM = document.body.contains(event.target), + notOnLabel = ($module.find($label).length === 0 || !(module.is.multiple() && settings.useLabels)), + notInMenu = ($target.closest($menu).length === 0) + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(inVisibleDOM && notOnLabel && notInMenu) { + module.verbose('Triggering event', callback); + callback(); + return true; + } + else { + module.verbose('Event occurred in dropdown menu, canceling callback'); + return false; + } + } + }, + + action: { + + nothing: function() {}, + + activate: function(text, value, element) { + value = (value !== undefined) + ? value + : text + ; + if( module.can.activate( $(element) ) ) { + module.set.selected(value, $(element)); + if(!module.is.multiple()) { + module.hideAndClear(); + } + } + }, + + select: function(text, value, element) { + value = (value !== undefined) + ? value + : text + ; + if( module.can.activate( $(element) ) ) { + module.set.value(value, text, $(element)); + if(!module.is.multiple()) { + module.hideAndClear(); + } + } + }, + + combo: function(text, value, element) { + value = (value !== undefined) + ? value + : text + ; + module.set.selected(value, $(element)); + module.hideAndClear(); + }, + + hide: function(text, value, element) { + module.set.value(value, text, $(element)); + module.hideAndClear(); + } + + }, + + get: { + id: function() { + return id; + }, + defaultText: function() { + return $module.data(metadata.defaultText); + }, + defaultValue: function() { + return $module.data(metadata.defaultValue); + }, + placeholderText: function() { + if(settings.placeholder != 'auto' && typeof settings.placeholder == 'string') { + return settings.placeholder; + } + return $module.data(metadata.placeholderText) || ''; + }, + text: function() { + return $text.text(); + }, + query: function() { + return $.trim($search.val()); + }, + searchWidth: function(value) { + value = (value !== undefined) + ? value + : $search.val() + ; + $sizer.text(value); + // prevent rounding issues + return Math.ceil( $sizer.width() + 1); + }, + selectionCount: function() { + var + values = module.get.values(), + count + ; + count = ( module.is.multiple() ) + ? Array.isArray(values) + ? values.length + : 0 + : (module.get.value() !== '') + ? 1 + : 0 + ; + return count; + }, + transition: function($subMenu) { + return (settings.transition == 'auto') + ? module.is.upward($subMenu) + ? 'slide up' + : 'slide down' + : settings.transition + ; + }, + userValues: function() { + var + values = module.get.values() + ; + if(!values) { + return false; + } + values = Array.isArray(values) + ? values + : [values] + ; + return $.grep(values, function(value) { + return (module.get.item(value) === false); + }); + }, + uniqueArray: function(array) { + return $.grep(array, function (value, index) { + return $.inArray(value, array) === index; + }); + }, + caretPosition: function(returnEndPos) { + var + input = $search.get(0), + range, + rangeLength + ; + if(returnEndPos && 'selectionEnd' in input){ + return input.selectionEnd; + } + else if(!returnEndPos && 'selectionStart' in input) { + return input.selectionStart; + } + if (document.selection) { + input.focus(); + range = document.selection.createRange(); + rangeLength = range.text.length; + if(returnEndPos) { + return rangeLength; + } + range.moveStart('character', -input.value.length); + return range.text.length - rangeLength; + } + }, + value: function() { + var + value = ($input.length > 0) + ? $input.val() + : $module.data(metadata.value), + isEmptyMultiselect = (Array.isArray(value) && value.length === 1 && value[0] === '') + ; + // prevents placeholder element from being selected when multiple + return (value === undefined || isEmptyMultiselect) + ? '' + : value + ; + }, + values: function() { + var + value = module.get.value() + ; + if(value === '') { + return ''; + } + return ( !module.has.selectInput() && module.is.multiple() ) + ? (typeof value == 'string') // delimited string + ? module.escape.htmlEntities(value).split(settings.delimiter) + : '' + : value + ; + }, + remoteValues: function() { + var + values = module.get.values(), + remoteValues = false + ; + if(values) { + if(typeof values == 'string') { + values = [values]; + } + $.each(values, function(index, value) { + var + name = module.read.remoteData(value) + ; + module.verbose('Restoring value from session data', name, value); + if(name) { + if(!remoteValues) { + remoteValues = {}; + } + remoteValues[value] = name; + } + }); + } + return remoteValues; + }, + choiceText: function($choice, preserveHTML) { + preserveHTML = (preserveHTML !== undefined) + ? preserveHTML + : settings.preserveHTML + ; + if($choice) { + if($choice.find(selector.menu).length > 0) { + module.verbose('Retrieving text of element with sub-menu'); + $choice = $choice.clone(); + $choice.find(selector.menu).remove(); + $choice.find(selector.menuIcon).remove(); + } + return ($choice.data(metadata.text) !== undefined) + ? $choice.data(metadata.text) + : (preserveHTML) + ? $.trim($choice.html()) + : $.trim($choice.text()) + ; + } + }, + choiceValue: function($choice, choiceText) { + choiceText = choiceText || module.get.choiceText($choice); + if(!$choice) { + return false; + } + return ($choice.data(metadata.value) !== undefined) + ? String( $choice.data(metadata.value) ) + : (typeof choiceText === 'string') + ? $.trim( + settings.ignoreSearchCase + ? choiceText.toLowerCase() + : choiceText + ) + : String(choiceText) + ; + }, + inputEvent: function() { + var + input = $search[0] + ; + if(input) { + return (input.oninput !== undefined) + ? 'input' + : (input.onpropertychange !== undefined) + ? 'propertychange' + : 'keyup' + ; + } + return false; + }, + selectValues: function() { + var + select = {}, + oldGroup = [] + ; + select.values = []; + $module + .find('option') + .each(function() { + var + $option = $(this), + name = $option.html(), + disabled = $option.attr('disabled'), + value = ( $option.attr('value') !== undefined ) + ? $option.attr('value') + : name, + group = $option.parent('optgroup') + ; + if(settings.placeholder === 'auto' && value === '') { + select.placeholder = name; + } + else { + if(group.length !== oldGroup.length || group[0] !== oldGroup[0]) { + select.values.push({ + type: 'header', + divider: settings.headerDivider, + name: group.attr('label') || '' + }); + oldGroup = group; + } + select.values.push({ + name : name, + value : value, + disabled : disabled + }); + } + }) + ; + if(settings.placeholder && settings.placeholder !== 'auto') { + module.debug('Setting placeholder value to', settings.placeholder); + select.placeholder = settings.placeholder; + } + if(settings.sortSelect) { + if(settings.sortSelect === true) { + select.values.sort(function(a, b) { + return a.name.localeCompare(b.name); + }); + } else if(settings.sortSelect === 'natural') { + select.values.sort(function(a, b) { + return (a.name.toLowerCase().localeCompare(b.name.toLowerCase())); + }); + } else if($.isFunction(settings.sortSelect)) { + select.values.sort(settings.sortSelect); + } + module.debug('Retrieved and sorted values from select', select); + } + else { + module.debug('Retrieved values from select', select); + } + return select; + }, + activeItem: function() { + return $item.filter('.' + className.active); + }, + selectedItem: function() { + var + $selectedItem = $item.not(selector.unselectable).filter('.' + className.selected) + ; + return ($selectedItem.length > 0) + ? $selectedItem + : $item.eq(0) + ; + }, + itemWithAdditions: function(value) { + var + $items = module.get.item(value), + $userItems = module.create.userChoice(value), + hasUserItems = ($userItems && $userItems.length > 0) + ; + if(hasUserItems) { + $items = ($items.length > 0) + ? $items.add($userItems) + : $userItems + ; + } + return $items; + }, + item: function(value, strict) { + var + $selectedItem = false, + shouldSearch, + isMultiple + ; + value = (value !== undefined) + ? value + : ( module.get.values() !== undefined) + ? module.get.values() + : module.get.text() + ; + isMultiple = (module.is.multiple() && Array.isArray(value)); + shouldSearch = (isMultiple) + ? (value.length > 0) + : (value !== undefined && value !== null) + ; + strict = (value === '' || value === false || value === true) + ? true + : strict || false + ; + if(shouldSearch) { + $item + .each(function() { + var + $choice = $(this), + optionText = module.get.choiceText($choice), + optionValue = module.get.choiceValue($choice, optionText) + ; + // safe early exit + if(optionValue === null || optionValue === undefined) { + return; + } + if(isMultiple) { + if($.inArray( String(optionValue), value) !== -1) { + $selectedItem = ($selectedItem) + ? $selectedItem.add($choice) + : $choice + ; + } + } + else if(strict) { + module.verbose('Ambiguous dropdown value using strict type check', $choice, value); + if( optionValue === value) { + $selectedItem = $choice; + return true; + } + } + else { + if(settings.ignoreCase) { + optionValue = optionValue.toLowerCase(); + value = value.toLowerCase(); + } + if( String(optionValue) == String(value)) { + module.verbose('Found select item by value', optionValue, value); + $selectedItem = $choice; + return true; + } + } + }) + ; + } + return $selectedItem; + } + }, + + check: { + maxSelections: function(selectionCount) { + if(settings.maxSelections) { + selectionCount = (selectionCount !== undefined) + ? selectionCount + : module.get.selectionCount() + ; + if(selectionCount >= settings.maxSelections) { + module.debug('Maximum selection count reached'); + if(settings.useLabels) { + $item.addClass(className.filtered); + module.add.message(message.maxSelections); + } + return true; + } + else { + module.verbose('No longer at maximum selection count'); + module.remove.message(); + module.remove.filteredItem(); + if(module.is.searchSelection()) { + module.filterItems(); + } + return false; + } + } + return true; + } + }, + + restore: { + defaults: function(preventChangeTrigger) { + module.clear(preventChangeTrigger); + module.restore.defaultText(); + module.restore.defaultValue(); + }, + defaultText: function() { + var + defaultText = module.get.defaultText(), + placeholderText = module.get.placeholderText + ; + if(defaultText === placeholderText) { + module.debug('Restoring default placeholder text', defaultText); + module.set.placeholderText(defaultText); + } + else { + module.debug('Restoring default text', defaultText); + module.set.text(defaultText); + } + }, + placeholderText: function() { + module.set.placeholderText(); + }, + defaultValue: function() { + var + defaultValue = module.get.defaultValue() + ; + if(defaultValue !== undefined) { + module.debug('Restoring default value', defaultValue); + if(defaultValue !== '') { + module.set.value(defaultValue); + module.set.selected(); + } + else { + module.remove.activeItem(); + module.remove.selectedItem(); + } + } + }, + labels: function() { + if(settings.allowAdditions) { + if(!settings.useLabels) { + module.error(error.labels); + settings.useLabels = true; + } + module.debug('Restoring selected values'); + module.create.userLabels(); + } + module.check.maxSelections(); + }, + selected: function() { + module.restore.values(); + if(module.is.multiple()) { + module.debug('Restoring previously selected values and labels'); + module.restore.labels(); + } + else { + module.debug('Restoring previously selected values'); + } + }, + values: function() { + // prevents callbacks from occurring on initial load + module.set.initialLoad(); + if(settings.apiSettings && settings.saveRemoteData && module.get.remoteValues()) { + module.restore.remoteValues(); + } + else { + module.set.selected(); + } + var value = module.get.value(); + if(value && value !== '' && !(Array.isArray(value) && value.length === 0)) { + $input.removeClass(className.noselection); + } else { + $input.addClass(className.noselection); + } + module.remove.initialLoad(); + }, + remoteValues: function() { + var + values = module.get.remoteValues() + ; + module.debug('Recreating selected from session data', values); + if(values) { + if( module.is.single() ) { + $.each(values, function(value, name) { + module.set.text(name); + }); + } + else { + $.each(values, function(value, name) { + module.add.label(value, name); + }); + } + } + } + }, + + read: { + remoteData: function(value) { + var + name + ; + if(window.Storage === undefined) { + module.error(error.noStorage); + return; + } + name = sessionStorage.getItem(value); + return (name !== undefined) + ? name + : false + ; + } + }, + + save: { + defaults: function() { + module.save.defaultText(); + module.save.placeholderText(); + module.save.defaultValue(); + }, + defaultValue: function() { + var + value = module.get.value() + ; + module.verbose('Saving default value as', value); + $module.data(metadata.defaultValue, value); + }, + defaultText: function() { + var + text = module.get.text() + ; + module.verbose('Saving default text as', text); + $module.data(metadata.defaultText, text); + }, + placeholderText: function() { + var + text + ; + if(settings.placeholder !== false && $text.hasClass(className.placeholder)) { + text = module.get.text(); + module.verbose('Saving placeholder text as', text); + $module.data(metadata.placeholderText, text); + } + }, + remoteData: function(name, value) { + if(window.Storage === undefined) { + module.error(error.noStorage); + return; + } + module.verbose('Saving remote data to session storage', value, name); + sessionStorage.setItem(value, name); + } + }, + + clear: function(preventChangeTrigger) { + if(module.is.multiple() && settings.useLabels) { + module.remove.labels(); + } + else { + module.remove.activeItem(); + module.remove.selectedItem(); + module.remove.filteredItem(); + } + module.set.placeholderText(); + module.clearValue(preventChangeTrigger); + }, + + clearValue: function(preventChangeTrigger) { + module.set.value('', null, null, preventChangeTrigger); + }, + + scrollPage: function(direction, $selectedItem) { + var + $currentItem = $selectedItem || module.get.selectedItem(), + $menu = $currentItem.closest(selector.menu), + menuHeight = $menu.outerHeight(), + currentScroll = $menu.scrollTop(), + itemHeight = $item.eq(0).outerHeight(), + itemsPerPage = Math.floor(menuHeight / itemHeight), + maxScroll = $menu.prop('scrollHeight'), + newScroll = (direction == 'up') + ? currentScroll - (itemHeight * itemsPerPage) + : currentScroll + (itemHeight * itemsPerPage), + $selectableItem = $item.not(selector.unselectable), + isWithinRange, + $nextSelectedItem, + elementIndex + ; + elementIndex = (direction == 'up') + ? $selectableItem.index($currentItem) - itemsPerPage + : $selectableItem.index($currentItem) + itemsPerPage + ; + isWithinRange = (direction == 'up') + ? (elementIndex >= 0) + : (elementIndex < $selectableItem.length) + ; + $nextSelectedItem = (isWithinRange) + ? $selectableItem.eq(elementIndex) + : (direction == 'up') + ? $selectableItem.first() + : $selectableItem.last() + ; + if($nextSelectedItem.length > 0) { + module.debug('Scrolling page', direction, $nextSelectedItem); + $currentItem + .removeClass(className.selected) + ; + $nextSelectedItem + .addClass(className.selected) + ; + if(settings.selectOnKeydown && module.is.single()) { + module.set.selectedItem($nextSelectedItem); + } + $menu + .scrollTop(newScroll) + ; + } + }, + + set: { + filtered: function() { + var + isMultiple = module.is.multiple(), + isSearch = module.is.searchSelection(), + isSearchMultiple = (isMultiple && isSearch), + searchValue = (isSearch) + ? module.get.query() + : '', + hasSearchValue = (typeof searchValue === 'string' && searchValue.length > 0), + searchWidth = module.get.searchWidth(), + valueIsSet = searchValue !== '' + ; + if(isMultiple && hasSearchValue) { + module.verbose('Adjusting input width', searchWidth, settings.glyphWidth); + $search.css('width', searchWidth); + } + if(hasSearchValue || (isSearchMultiple && valueIsSet)) { + module.verbose('Hiding placeholder text'); + $text.addClass(className.filtered); + } + else if(!isMultiple || (isSearchMultiple && !valueIsSet)) { + module.verbose('Showing placeholder text'); + $text.removeClass(className.filtered); + } + }, + empty: function() { + $module.addClass(className.empty); + }, + loading: function() { + $module.addClass(className.loading); + }, + placeholderText: function(text) { + text = text || module.get.placeholderText(); + module.debug('Setting placeholder text', text); + module.set.text(text); + $text.addClass(className.placeholder); + }, + tabbable: function() { + if( module.is.searchSelection() ) { + module.debug('Added tabindex to searchable dropdown'); + $search + .val('') + .attr('tabindex', 0) + ; + $menu + .attr('tabindex', -1) + ; + } + else { + module.debug('Added tabindex to dropdown'); + if( $module.attr('tabindex') === undefined) { + $module + .attr('tabindex', 0) + ; + $menu + .attr('tabindex', -1) + ; + } + } + }, + initialLoad: function() { + module.verbose('Setting initial load'); + initialLoad = true; + }, + activeItem: function($item) { + if( settings.allowAdditions && $item.filter(selector.addition).length > 0 ) { + $item.addClass(className.filtered); + } + else { + $item.addClass(className.active); + } + }, + partialSearch: function(text) { + var + length = module.get.query().length + ; + $search.val( text.substr(0, length)); + }, + scrollPosition: function($item, forceScroll) { + var + edgeTolerance = 5, + $menu, + hasActive, + offset, + itemHeight, + itemOffset, + menuOffset, + menuScroll, + menuHeight, + abovePage, + belowPage + ; + + $item = $item || module.get.selectedItem(); + $menu = $item.closest(selector.menu); + hasActive = ($item && $item.length > 0); + forceScroll = (forceScroll !== undefined) + ? forceScroll + : false + ; + if(module.get.activeItem().length === 0){ + forceScroll = false; + } + if($item && $menu.length > 0 && hasActive) { + itemOffset = $item.position().top; + + $menu.addClass(className.loading); + menuScroll = $menu.scrollTop(); + menuOffset = $menu.offset().top; + itemOffset = $item.offset().top; + offset = menuScroll - menuOffset + itemOffset; + if(!forceScroll) { + menuHeight = $menu.height(); + belowPage = menuScroll + menuHeight < (offset + edgeTolerance); + abovePage = ((offset - edgeTolerance) < menuScroll); + } + module.debug('Scrolling to active item', offset); + if(forceScroll || abovePage || belowPage) { + $menu.scrollTop(offset); + } + $menu.removeClass(className.loading); + } + }, + text: function(text) { + if(settings.action === 'combo') { + module.debug('Changing combo button text', text, $combo); + if(settings.preserveHTML) { + $combo.html(text); + } + else { + $combo.text(text); + } + } + else if(settings.action === 'activate') { + if(text !== module.get.placeholderText()) { + $text.removeClass(className.placeholder); + } + module.debug('Changing text', text, $text); + $text + .removeClass(className.filtered) + ; + if(settings.preserveHTML) { + $text.html(text); + } + else { + $text.text(text); + } + } + }, + selectedItem: function($item) { + var + value = module.get.choiceValue($item), + searchText = module.get.choiceText($item, false), + text = module.get.choiceText($item, true) + ; + module.debug('Setting user selection to item', $item); + module.remove.activeItem(); + module.set.partialSearch(searchText); + module.set.activeItem($item); + module.set.selected(value, $item); + module.set.text(text); + }, + selectedLetter: function(letter) { + var + $selectedItem = $item.filter('.' + className.selected), + alreadySelectedLetter = $selectedItem.length > 0 && module.has.firstLetter($selectedItem, letter), + $nextValue = false, + $nextItem + ; + // check next of same letter + if(alreadySelectedLetter) { + $nextItem = $selectedItem.nextAll($item).eq(0); + if( module.has.firstLetter($nextItem, letter) ) { + $nextValue = $nextItem; + } + } + // check all values + if(!$nextValue) { + $item + .each(function(){ + if(module.has.firstLetter($(this), letter)) { + $nextValue = $(this); + return false; + } + }) + ; + } + // set next value + if($nextValue) { + module.verbose('Scrolling to next value with letter', letter); + module.set.scrollPosition($nextValue); + $selectedItem.removeClass(className.selected); + $nextValue.addClass(className.selected); + if(settings.selectOnKeydown && module.is.single()) { + module.set.selectedItem($nextValue); + } + } + }, + direction: function($menu) { + if(settings.direction == 'auto') { + // reset position, remove upward if it's base menu + if (!$menu) { + module.remove.upward(); + } else if (module.is.upward($menu)) { + //we need make sure when make assertion openDownward for $menu, $menu does not have upward class + module.remove.upward($menu); + } + + if(module.can.openDownward($menu)) { + module.remove.upward($menu); + } + else { + module.set.upward($menu); + } + if(!module.is.leftward($menu) && !module.can.openRightward($menu)) { + module.set.leftward($menu); + } + } + else if(settings.direction == 'upward') { + module.set.upward($menu); + } + }, + upward: function($currentMenu) { + var $element = $currentMenu || $module; + $element.addClass(className.upward); + }, + leftward: function($currentMenu) { + var $element = $currentMenu || $menu; + $element.addClass(className.leftward); + }, + value: function(value, text, $selected, preventChangeTrigger) { + if(value !== undefined && value !== '' && !(Array.isArray(value) && value.length === 0)) { + $input.removeClass(className.noselection); + } else { + $input.addClass(className.noselection); + } + var + escapedValue = module.escape.value(value), + hasInput = ($input.length > 0), + currentValue = module.get.values(), + stringValue = (value !== undefined) + ? String(value) + : value, + newValue + ; + if(hasInput) { + if(!settings.allowReselection && stringValue == currentValue) { + module.verbose('Skipping value update already same value', value, currentValue); + if(!module.is.initialLoad()) { + return; + } + } + + if( module.is.single() && module.has.selectInput() && module.can.extendSelect() ) { + module.debug('Adding user option', value); + module.add.optionValue(value); + } + module.debug('Updating input value', escapedValue, currentValue); + internalChange = true; + $input + .val(escapedValue) + ; + if(settings.fireOnInit === false && module.is.initialLoad()) { + module.debug('Input native change event ignored on initial load'); + } + else if(preventChangeTrigger !== true) { + module.trigger.change(); + } + internalChange = false; + } + else { + module.verbose('Storing value in metadata', escapedValue, $input); + if(escapedValue !== currentValue) { + $module.data(metadata.value, stringValue); + } + } + if(settings.fireOnInit === false && module.is.initialLoad()) { + module.verbose('No callback on initial load', settings.onChange); + } + else if(preventChangeTrigger !== true) { + settings.onChange.call(element, value, text, $selected); + } + }, + active: function() { + $module + .addClass(className.active) + ; + }, + multiple: function() { + $module.addClass(className.multiple); + }, + visible: function() { + $module.addClass(className.visible); + }, + exactly: function(value, $selectedItem) { + module.debug('Setting selected to exact values'); + module.clear(); + module.set.selected(value, $selectedItem); + }, + selected: function(value, $selectedItem) { + var + isMultiple = module.is.multiple() + ; + $selectedItem = (settings.allowAdditions) + ? $selectedItem || module.get.itemWithAdditions(value) + : $selectedItem || module.get.item(value) + ; + if(!$selectedItem) { + return; + } + module.debug('Setting selected menu item to', $selectedItem); + if(module.is.multiple()) { + module.remove.searchWidth(); + } + if(module.is.single()) { + module.remove.activeItem(); + module.remove.selectedItem(); + } + else if(settings.useLabels) { + module.remove.selectedItem(); + } + // select each item + $selectedItem + .each(function() { + var + $selected = $(this), + selectedText = module.get.choiceText($selected), + selectedValue = module.get.choiceValue($selected, selectedText), + + isFiltered = $selected.hasClass(className.filtered), + isActive = $selected.hasClass(className.active), + isUserValue = $selected.hasClass(className.addition), + shouldAnimate = (isMultiple && $selectedItem.length == 1) + ; + if(isMultiple) { + if(!isActive || isUserValue) { + if(settings.apiSettings && settings.saveRemoteData) { + module.save.remoteData(selectedText, selectedValue); + } + if(settings.useLabels) { + module.add.label(selectedValue, selectedText, shouldAnimate); + module.add.value(selectedValue, selectedText, $selected); + module.set.activeItem($selected); + module.filterActive(); + module.select.nextAvailable($selectedItem); + } + else { + module.add.value(selectedValue, selectedText, $selected); + module.set.text(module.add.variables(message.count)); + module.set.activeItem($selected); + } + } + else if(!isFiltered && (settings.useLabels || selectActionActive)) { + module.debug('Selected active value, removing label'); + module.remove.selected(selectedValue); + } + } + else { + if(settings.apiSettings && settings.saveRemoteData) { + module.save.remoteData(selectedText, selectedValue); + } + module.set.text(selectedText); + module.set.value(selectedValue, selectedText, $selected); + $selected + .addClass(className.active) + .addClass(className.selected) + ; + } + }) + ; + module.remove.searchTerm(); + } + }, + + add: { + label: function(value, text, shouldAnimate) { + var + $next = module.is.searchSelection() + ? $search + : $text, + escapedValue = module.escape.value(value), + $label + ; + if(settings.ignoreCase) { + escapedValue = escapedValue.toLowerCase(); + } + $label = $('<a />') + .addClass(className.label) + .attr('data-' + metadata.value, escapedValue) + .html(templates.label(escapedValue, text, settings.preserveHTML, settings.className)) + ; + $label = settings.onLabelCreate.call($label, escapedValue, text); + + if(module.has.label(value)) { + module.debug('User selection already exists, skipping', escapedValue); + return; + } + if(settings.label.variation) { + $label.addClass(settings.label.variation); + } + if(shouldAnimate === true) { + module.debug('Animating in label', $label); + $label + .addClass(className.hidden) + .insertBefore($next) + .transition({ + animation : settings.label.transition, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.label.duration + }) + ; + } + else { + module.debug('Adding selection label', $label); + $label + .insertBefore($next) + ; + } + }, + message: function(message) { + var + $message = $menu.children(selector.message), + html = settings.templates.message(module.add.variables(message)) + ; + if($message.length > 0) { + $message + .html(html) + ; + } + else { + $message = $('<div/>') + .html(html) + .addClass(className.message) + .appendTo($menu) + ; + } + }, + optionValue: function(value) { + var + escapedValue = module.escape.value(value), + $option = $input.find('option[value="' + module.escape.string(escapedValue) + '"]'), + hasOption = ($option.length > 0) + ; + if(hasOption) { + return; + } + // temporarily disconnect observer + module.disconnect.selectObserver(); + if( module.is.single() ) { + module.verbose('Removing previous user addition'); + $input.find('option.' + className.addition).remove(); + } + $('<option/>') + .prop('value', escapedValue) + .addClass(className.addition) + .html(value) + .appendTo($input) + ; + module.verbose('Adding user addition as an <option>', value); + module.observe.select(); + }, + userSuggestion: function(value) { + var + $addition = $menu.children(selector.addition), + $existingItem = module.get.item(value), + alreadyHasValue = $existingItem && $existingItem.not(selector.addition).length, + hasUserSuggestion = $addition.length > 0, + html + ; + if(settings.useLabels && module.has.maxSelections()) { + return; + } + if(value === '' || alreadyHasValue) { + $addition.remove(); + return; + } + if(hasUserSuggestion) { + $addition + .data(metadata.value, value) + .data(metadata.text, value) + .attr('data-' + metadata.value, value) + .attr('data-' + metadata.text, value) + .removeClass(className.filtered) + ; + if(!settings.hideAdditions) { + html = settings.templates.addition( module.add.variables(message.addResult, value) ); + $addition + .html(html) + ; + } + module.verbose('Replacing user suggestion with new value', $addition); + } + else { + $addition = module.create.userChoice(value); + $addition + .prependTo($menu) + ; + module.verbose('Adding item choice to menu corresponding with user choice addition', $addition); + } + if(!settings.hideAdditions || module.is.allFiltered()) { + $addition + .addClass(className.selected) + .siblings() + .removeClass(className.selected) + ; + } + module.refreshItems(); + }, + variables: function(message, term) { + var + hasCount = (message.search('{count}') !== -1), + hasMaxCount = (message.search('{maxCount}') !== -1), + hasTerm = (message.search('{term}') !== -1), + count, + query + ; + module.verbose('Adding templated variables to message', message); + if(hasCount) { + count = module.get.selectionCount(); + message = message.replace('{count}', count); + } + if(hasMaxCount) { + count = module.get.selectionCount(); + message = message.replace('{maxCount}', settings.maxSelections); + } + if(hasTerm) { + query = term || module.get.query(); + message = message.replace('{term}', query); + } + return message; + }, + value: function(addedValue, addedText, $selectedItem) { + var + currentValue = module.get.values(), + newValue + ; + if(module.has.value(addedValue)) { + module.debug('Value already selected'); + return; + } + if(addedValue === '') { + module.debug('Cannot select blank values from multiselect'); + return; + } + // extend current array + if(Array.isArray(currentValue)) { + newValue = currentValue.concat([addedValue]); + newValue = module.get.uniqueArray(newValue); + } + else { + newValue = [addedValue]; + } + // add values + if( module.has.selectInput() ) { + if(module.can.extendSelect()) { + module.debug('Adding value to select', addedValue, newValue, $input); + module.add.optionValue(addedValue); + } + } + else { + newValue = newValue.join(settings.delimiter); + module.debug('Setting hidden input to delimited value', newValue, $input); + } + + if(settings.fireOnInit === false && module.is.initialLoad()) { + module.verbose('Skipping onadd callback on initial load', settings.onAdd); + } + else { + settings.onAdd.call(element, addedValue, addedText, $selectedItem); + } + module.set.value(newValue, addedText, $selectedItem); + module.check.maxSelections(); + }, + }, + + remove: { + active: function() { + $module.removeClass(className.active); + }, + activeLabel: function() { + $module.find(selector.label).removeClass(className.active); + }, + empty: function() { + $module.removeClass(className.empty); + }, + loading: function() { + $module.removeClass(className.loading); + }, + initialLoad: function() { + initialLoad = false; + }, + upward: function($currentMenu) { + var $element = $currentMenu || $module; + $element.removeClass(className.upward); + }, + leftward: function($currentMenu) { + var $element = $currentMenu || $menu; + $element.removeClass(className.leftward); + }, + visible: function() { + $module.removeClass(className.visible); + }, + activeItem: function() { + $item.removeClass(className.active); + }, + filteredItem: function() { + if(settings.useLabels && module.has.maxSelections() ) { + return; + } + if(settings.useLabels && module.is.multiple()) { + $item.not('.' + className.active).removeClass(className.filtered); + } + else { + $item.removeClass(className.filtered); + } + if(settings.hideDividers) { + $divider.removeClass(className.hidden); + } + module.remove.empty(); + }, + optionValue: function(value) { + var + escapedValue = module.escape.value(value), + $option = $input.find('option[value="' + module.escape.string(escapedValue) + '"]'), + hasOption = ($option.length > 0) + ; + if(!hasOption || !$option.hasClass(className.addition)) { + return; + } + // temporarily disconnect observer + if(selectObserver) { + selectObserver.disconnect(); + module.verbose('Temporarily disconnecting mutation observer'); + } + $option.remove(); + module.verbose('Removing user addition as an <option>', escapedValue); + if(selectObserver) { + selectObserver.observe($input[0], { + childList : true, + subtree : true + }); + } + }, + message: function() { + $menu.children(selector.message).remove(); + }, + searchWidth: function() { + $search.css('width', ''); + }, + searchTerm: function() { + module.verbose('Cleared search term'); + $search.val(''); + module.set.filtered(); + }, + userAddition: function() { + $item.filter(selector.addition).remove(); + }, + selected: function(value, $selectedItem) { + $selectedItem = (settings.allowAdditions) + ? $selectedItem || module.get.itemWithAdditions(value) + : $selectedItem || module.get.item(value) + ; + + if(!$selectedItem) { + return false; + } + + $selectedItem + .each(function() { + var + $selected = $(this), + selectedText = module.get.choiceText($selected), + selectedValue = module.get.choiceValue($selected, selectedText) + ; + if(module.is.multiple()) { + if(settings.useLabels) { + module.remove.value(selectedValue, selectedText, $selected); + module.remove.label(selectedValue); + } + else { + module.remove.value(selectedValue, selectedText, $selected); + if(module.get.selectionCount() === 0) { + module.set.placeholderText(); + } + else { + module.set.text(module.add.variables(message.count)); + } + } + } + else { + module.remove.value(selectedValue, selectedText, $selected); + } + $selected + .removeClass(className.filtered) + .removeClass(className.active) + ; + if(settings.useLabels) { + $selected.removeClass(className.selected); + } + }) + ; + }, + selectedItem: function() { + $item.removeClass(className.selected); + }, + value: function(removedValue, removedText, $removedItem) { + var + values = module.get.values(), + newValue + ; + if( module.has.selectInput() ) { + module.verbose('Input is <select> removing selected option', removedValue); + newValue = module.remove.arrayValue(removedValue, values); + module.remove.optionValue(removedValue); + } + else { + module.verbose('Removing from delimited values', removedValue); + newValue = module.remove.arrayValue(removedValue, values); + newValue = newValue.join(settings.delimiter); + } + if(settings.fireOnInit === false && module.is.initialLoad()) { + module.verbose('No callback on initial load', settings.onRemove); + } + else { + settings.onRemove.call(element, removedValue, removedText, $removedItem); + } + module.set.value(newValue, removedText, $removedItem); + module.check.maxSelections(); + }, + arrayValue: function(removedValue, values) { + if( !Array.isArray(values) ) { + values = [values]; + } + values = $.grep(values, function(value){ + return (removedValue != value); + }); + module.verbose('Removed value from delimited string', removedValue, values); + return values; + }, + label: function(value, shouldAnimate) { + var + $labels = $module.find(selector.label), + $removedLabel = $labels.filter('[data-' + metadata.value + '="' + module.escape.string(settings.ignoreCase ? value.toLowerCase() : value) +'"]') + ; + module.verbose('Removing label', $removedLabel); + $removedLabel.remove(); + }, + activeLabels: function($activeLabels) { + $activeLabels = $activeLabels || $module.find(selector.label).filter('.' + className.active); + module.verbose('Removing active label selections', $activeLabels); + module.remove.labels($activeLabels); + }, + labels: function($labels) { + $labels = $labels || $module.find(selector.label); + module.verbose('Removing labels', $labels); + $labels + .each(function(){ + var + $label = $(this), + value = $label.data(metadata.value), + stringValue = (value !== undefined) + ? String(value) + : value, + isUserValue = module.is.userValue(stringValue) + ; + if(settings.onLabelRemove.call($label, value) === false) { + module.debug('Label remove callback cancelled removal'); + return; + } + module.remove.message(); + if(isUserValue) { + module.remove.value(stringValue); + module.remove.label(stringValue); + } + else { + // selected will also remove label + module.remove.selected(stringValue); + } + }) + ; + }, + tabbable: function() { + if( module.is.searchSelection() ) { + module.debug('Searchable dropdown initialized'); + $search + .removeAttr('tabindex') + ; + $menu + .removeAttr('tabindex') + ; + } + else { + module.debug('Simple selection dropdown initialized'); + $module + .removeAttr('tabindex') + ; + $menu + .removeAttr('tabindex') + ; + } + }, + diacritics: function(text) { + return settings.ignoreDiacritics ? text.normalize('NFD').replace(/[\u0300-\u036f]/g, '') : text; + } + }, + + has: { + menuSearch: function() { + return (module.has.search() && $search.closest($menu).length > 0); + }, + clearItem: function() { + return ($clear.length > 0); + }, + search: function() { + return ($search.length > 0); + }, + sizer: function() { + return ($sizer.length > 0); + }, + selectInput: function() { + return ( $input.is('select') ); + }, + minCharacters: function(searchTerm) { + if(settings.minCharacters && !iconClicked) { + searchTerm = (searchTerm !== undefined) + ? String(searchTerm) + : String(module.get.query()) + ; + return (searchTerm.length >= settings.minCharacters); + } + iconClicked=false; + return true; + }, + firstLetter: function($item, letter) { + var + text, + firstLetter + ; + if(!$item || $item.length === 0 || typeof letter !== 'string') { + return false; + } + text = module.get.choiceText($item, false); + letter = letter.toLowerCase(); + firstLetter = String(text).charAt(0).toLowerCase(); + return (letter == firstLetter); + }, + input: function() { + return ($input.length > 0); + }, + items: function() { + return ($item.length > 0); + }, + menu: function() { + return ($menu.length > 0); + }, + message: function() { + return ($menu.children(selector.message).length !== 0); + }, + label: function(value) { + var + escapedValue = module.escape.value(value), + $labels = $module.find(selector.label) + ; + if(settings.ignoreCase) { + escapedValue = escapedValue.toLowerCase(); + } + return ($labels.filter('[data-' + metadata.value + '="' + module.escape.string(escapedValue) +'"]').length > 0); + }, + maxSelections: function() { + return (settings.maxSelections && module.get.selectionCount() >= settings.maxSelections); + }, + allResultsFiltered: function() { + var + $normalResults = $item.not(selector.addition) + ; + return ($normalResults.filter(selector.unselectable).length === $normalResults.length); + }, + userSuggestion: function() { + return ($menu.children(selector.addition).length > 0); + }, + query: function() { + return (module.get.query() !== ''); + }, + value: function(value) { + return (settings.ignoreCase) + ? module.has.valueIgnoringCase(value) + : module.has.valueMatchingCase(value) + ; + }, + valueMatchingCase: function(value) { + var + values = module.get.values(), + hasValue = Array.isArray(values) + ? values && ($.inArray(value, values) !== -1) + : (values == value) + ; + return (hasValue) + ? true + : false + ; + }, + valueIgnoringCase: function(value) { + var + values = module.get.values(), + hasValue = false + ; + if(!Array.isArray(values)) { + values = [values]; + } + $.each(values, function(index, existingValue) { + if(String(value).toLowerCase() == String(existingValue).toLowerCase()) { + hasValue = true; + return false; + } + }); + return hasValue; + } + }, + + is: { + active: function() { + return $module.hasClass(className.active); + }, + animatingInward: function() { + return $menu.transition('is inward'); + }, + animatingOutward: function() { + return $menu.transition('is outward'); + }, + bubbledLabelClick: function(event) { + return $(event.target).is('select, input') && $module.closest('label').length > 0; + }, + bubbledIconClick: function(event) { + return $(event.target).closest($icon).length > 0; + }, + alreadySetup: function() { + return ($module.is('select') && $module.parent(selector.dropdown).data(moduleNamespace) !== undefined && $module.prev().length === 0); + }, + animating: function($subMenu) { + return ($subMenu) + ? $subMenu.transition && $subMenu.transition('is animating') + : $menu.transition && $menu.transition('is animating') + ; + }, + leftward: function($subMenu) { + var $selectedMenu = $subMenu || $menu; + return $selectedMenu.hasClass(className.leftward); + }, + clearable: function() { + return ($module.hasClass(className.clearable) || settings.clearable); + }, + disabled: function() { + return $module.hasClass(className.disabled); + }, + focused: function() { + return (document.activeElement === $module[0]); + }, + focusedOnSearch: function() { + return (document.activeElement === $search[0]); + }, + allFiltered: function() { + return( (module.is.multiple() || module.has.search()) && !(settings.hideAdditions == false && module.has.userSuggestion()) && !module.has.message() && module.has.allResultsFiltered() ); + }, + hidden: function($subMenu) { + return !module.is.visible($subMenu); + }, + initialLoad: function() { + return initialLoad; + }, + inObject: function(needle, object) { + var + found = false + ; + $.each(object, function(index, property) { + if(property == needle) { + found = true; + return true; + } + }); + return found; + }, + multiple: function() { + return $module.hasClass(className.multiple); + }, + remote: function() { + return settings.apiSettings && module.can.useAPI(); + }, + single: function() { + return !module.is.multiple(); + }, + selectMutation: function(mutations) { + var + selectChanged = false + ; + $.each(mutations, function(index, mutation) { + if($(mutation.target).is('select') || $(mutation.addedNodes).is('select')) { + selectChanged = true; + return false; + } + }); + return selectChanged; + }, + search: function() { + return $module.hasClass(className.search); + }, + searchSelection: function() { + return ( module.has.search() && $search.parent(selector.dropdown).length === 1 ); + }, + selection: function() { + return $module.hasClass(className.selection); + }, + userValue: function(value) { + return ($.inArray(value, module.get.userValues()) !== -1); + }, + upward: function($menu) { + var $element = $menu || $module; + return $element.hasClass(className.upward); + }, + visible: function($subMenu) { + return ($subMenu) + ? $subMenu.hasClass(className.visible) + : $menu.hasClass(className.visible) + ; + }, + verticallyScrollableContext: function() { + var + overflowY = ($context.get(0) !== window) + ? $context.css('overflow-y') + : false + ; + return (overflowY == 'auto' || overflowY == 'scroll'); + }, + horizontallyScrollableContext: function() { + var + overflowX = ($context.get(0) !== window) + ? $context.css('overflow-X') + : false + ; + return (overflowX == 'auto' || overflowX == 'scroll'); + } + }, + + can: { + activate: function($item) { + if(settings.useLabels) { + return true; + } + if(!module.has.maxSelections()) { + return true; + } + if(module.has.maxSelections() && $item.hasClass(className.active)) { + return true; + } + return false; + }, + openDownward: function($subMenu) { + var + $currentMenu = $subMenu || $menu, + canOpenDownward = true, + onScreen = {}, + calculations + ; + $currentMenu + .addClass(className.loading) + ; + calculations = { + context: { + offset : ($context.get(0) === window) + ? { top: 0, left: 0} + : $context.offset(), + scrollTop : $context.scrollTop(), + height : $context.outerHeight() + }, + menu : { + offset: $currentMenu.offset(), + height: $currentMenu.outerHeight() + } + }; + if(module.is.verticallyScrollableContext()) { + calculations.menu.offset.top += calculations.context.scrollTop; + } + onScreen = { + above : (calculations.context.scrollTop) <= calculations.menu.offset.top - calculations.context.offset.top - calculations.menu.height, + below : (calculations.context.scrollTop + calculations.context.height) >= calculations.menu.offset.top - calculations.context.offset.top + calculations.menu.height + }; + if(onScreen.below) { + module.verbose('Dropdown can fit in context downward', onScreen); + canOpenDownward = true; + } + else if(!onScreen.below && !onScreen.above) { + module.verbose('Dropdown cannot fit in either direction, favoring downward', onScreen); + canOpenDownward = true; + } + else { + module.verbose('Dropdown cannot fit below, opening upward', onScreen); + canOpenDownward = false; + } + $currentMenu.removeClass(className.loading); + return canOpenDownward; + }, + openRightward: function($subMenu) { + var + $currentMenu = $subMenu || $menu, + canOpenRightward = true, + isOffscreenRight = false, + calculations + ; + $currentMenu + .addClass(className.loading) + ; + calculations = { + context: { + offset : ($context.get(0) === window) + ? { top: 0, left: 0} + : $context.offset(), + scrollLeft : $context.scrollLeft(), + width : $context.outerWidth() + }, + menu: { + offset : $currentMenu.offset(), + width : $currentMenu.outerWidth() + } + }; + if(module.is.horizontallyScrollableContext()) { + calculations.menu.offset.left += calculations.context.scrollLeft; + } + isOffscreenRight = (calculations.menu.offset.left - calculations.context.offset.left + calculations.menu.width >= calculations.context.scrollLeft + calculations.context.width); + if(isOffscreenRight) { + module.verbose('Dropdown cannot fit in context rightward', isOffscreenRight); + canOpenRightward = false; + } + $currentMenu.removeClass(className.loading); + return canOpenRightward; + }, + click: function() { + return (hasTouch || settings.on == 'click'); + }, + extendSelect: function() { + return settings.allowAdditions || settings.apiSettings; + }, + show: function() { + return !module.is.disabled() && (module.has.items() || module.has.message()); + }, + useAPI: function() { + return $.fn.api !== undefined; + } + }, + + animate: { + show: function(callback, $subMenu) { + var + $currentMenu = $subMenu || $menu, + start = ($subMenu) + ? function() {} + : function() { + module.hideSubMenus(); + module.hideOthers(); + module.set.active(); + }, + transition + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.verbose('Doing menu show animation', $currentMenu); + module.set.direction($subMenu); + transition = module.get.transition($subMenu); + if( module.is.selection() ) { + module.set.scrollPosition(module.get.selectedItem(), true); + } + if( module.is.hidden($currentMenu) || module.is.animating($currentMenu) ) { + if(transition == 'none') { + start(); + $currentMenu.transition('show'); + callback.call(element); + } + else if($.fn.transition !== undefined && $module.transition('is supported')) { + $currentMenu + .transition({ + animation : transition + ' in', + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + queue : true, + onStart : start, + onComplete : function() { + callback.call(element); + } + }) + ; + } + else { + module.error(error.noTransition, transition); + } + } + }, + hide: function(callback, $subMenu) { + var + $currentMenu = $subMenu || $menu, + start = ($subMenu) + ? function() {} + : function() { + if( module.can.click() ) { + module.unbind.intent(); + } + module.remove.active(); + }, + transition = module.get.transition($subMenu) + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( module.is.visible($currentMenu) || module.is.animating($currentMenu) ) { + module.verbose('Doing menu hide animation', $currentMenu); + + if(transition == 'none') { + start(); + $currentMenu.transition('hide'); + callback.call(element); + } + else if($.fn.transition !== undefined && $module.transition('is supported')) { + $currentMenu + .transition({ + animation : transition + ' out', + duration : settings.duration, + debug : settings.debug, + verbose : settings.verbose, + queue : false, + onStart : start, + onComplete : function() { + callback.call(element); + } + }) + ; + } + else { + module.error(error.transition); + } + } + } + }, + + hideAndClear: function() { + module.remove.searchTerm(); + if( module.has.maxSelections() ) { + return; + } + if(module.has.search()) { + module.hide(function() { + module.remove.filteredItem(); + }); + } + else { + module.hide(); + } + }, + + delay: { + show: function() { + module.verbose('Delaying show event to ensure user intent'); + clearTimeout(module.timer); + module.timer = setTimeout(module.show, settings.delay.show); + }, + hide: function() { + module.verbose('Delaying hide event to ensure user intent'); + clearTimeout(module.timer); + module.timer = setTimeout(module.hide, settings.delay.hide); + } + }, + + escape: { + value: function(value) { + var + multipleValues = Array.isArray(value), + stringValue = (typeof value === 'string'), + isUnparsable = (!stringValue && !multipleValues), + hasQuotes = (stringValue && value.search(regExp.quote) !== -1), + values = [] + ; + if(isUnparsable || !hasQuotes) { + return value; + } + module.debug('Encoding quote values for use in select', value); + if(multipleValues) { + $.each(value, function(index, value){ + values.push(value.replace(regExp.quote, '"')); + }); + return values; + } + return value.replace(regExp.quote, '"'); + }, + string: function(text) { + text = String(text); + return text.replace(regExp.escape, '\\$&'); + }, + htmlEntities: function(string) { + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : $allModules + ; +}; + +$.fn.dropdown.settings = { + + silent : false, + debug : false, + verbose : false, + performance : true, + + on : 'click', // what event should show menu action on item selection + action : 'activate', // action on item selection (nothing, activate, select, combo, hide, function(){}) + + values : false, // specify values to use for dropdown + + clearable : false, // whether the value of the dropdown can be cleared + + apiSettings : false, + selectOnKeydown : true, // Whether selection should occur automatically when keyboard shortcuts used + minCharacters : 0, // Minimum characters required to trigger API call + + filterRemoteData : false, // Whether API results should be filtered after being returned for query term + saveRemoteData : true, // Whether remote name/value pairs should be stored in sessionStorage to allow remote data to be restored on page refresh + + throttle : 200, // How long to wait after last user input to search remotely + + context : window, // Context to use when determining if on screen + direction : 'auto', // Whether dropdown should always open in one direction + keepOnScreen : true, // Whether dropdown should check whether it is on screen before showing + + match : 'both', // what to match against with search selection (both, text, or label) + fullTextSearch : false, // search anywhere in value (set to 'exact' to require exact matches) + ignoreDiacritics : false, // match results also if they contain diacritics of the same base character (for example searching for "a" will also match "á" or "â" or "à", etc...) + hideDividers : false, // Whether to hide any divider elements (specified in selector.divider) that are sibling to any items when searched (set to true will hide all dividers, set to 'empty' will hide them when they are not followed by a visible item) + + placeholder : 'auto', // whether to convert blank <select> values to placeholder text + preserveHTML : true, // preserve html when selecting value + sortSelect : false, // sort selection on init + + forceSelection : true, // force a choice on blur with search selection + + allowAdditions : false, // whether multiple select should allow user added values + ignoreCase : false, // whether to consider case sensitivity when creating labels + ignoreSearchCase : true, // whether to consider case sensitivity when filtering items + hideAdditions : true, // whether or not to hide special message prompting a user they can enter a value + + maxSelections : false, // When set to a number limits the number of selections to this count + useLabels : true, // whether multiple select should filter currently active selections from choices + delimiter : ',', // when multiselect uses normal <input> the values will be delimited with this character + + showOnFocus : true, // show menu on focus + allowReselection : false, // whether current value should trigger callbacks when reselected + allowTab : true, // add tabindex to element + allowCategorySelection : false, // allow elements with sub-menus to be selected + + fireOnInit : false, // Whether callbacks should fire when initializing dropdown values + + transition : 'auto', // auto transition will slide down or up based on direction + duration : 200, // duration of transition + + glyphWidth : 1.037, // widest glyph width in em (W is 1.037 em) used to calculate multiselect input width + + headerDivider : true, // whether option headers should have an additional divider line underneath when converted from <select> <optgroup> + + // label settings on multi-select + label: { + transition : 'scale', + duration : 200, + variation : false + }, + + // delay before event + delay : { + hide : 300, + show : 200, + search : 20, + touch : 50 + }, + + /* Callbacks */ + onChange : function(value, text, $selected){}, + onAdd : function(value, text, $selected){}, + onRemove : function(value, text, $selected){}, + + onLabelSelect : function($selectedLabels){}, + onLabelCreate : function(value, text) { return $(this); }, + onLabelRemove : function(value) { return true; }, + onNoResults : function(searchTerm) { return true; }, + onShow : function(){}, + onHide : function(){}, + + /* Component */ + name : 'Dropdown', + namespace : 'dropdown', + + message: { + addResult : 'Add <b>{term}</b>', + count : '{count} selected', + maxSelections : 'Max {maxCount} selections', + noResults : 'No results found.', + serverError : 'There was an error contacting the server' + }, + + error : { + action : 'You called a dropdown action that was not defined', + alreadySetup : 'Once a select has been initialized behaviors must be called on the created ui dropdown', + labels : 'Allowing user additions currently requires the use of labels.', + missingMultiple : '<select> requires multiple property to be set to correctly preserve multiple values', + method : 'The method you called is not defined.', + noAPI : 'The API module is required to load resources remotely', + noStorage : 'Saving remote data requires session storage', + noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>', + noNormalize : '"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.' + }, + + regExp : { + escape : /[-[\]{}()*+?.,\\^$|#\s:=@]/g, + quote : /"/g + }, + + metadata : { + defaultText : 'defaultText', + defaultValue : 'defaultValue', + placeholderText : 'placeholder', + text : 'text', + value : 'value' + }, + + // property names for remote query + fields: { + remoteValues : 'results', // grouping for api results + values : 'values', // grouping for all dropdown values + disabled : 'disabled', // whether value should be disabled + name : 'name', // displayed dropdown text + value : 'value', // actual dropdown value + text : 'text', // displayed text when selected + type : 'type', // type of dropdown element + image : 'image', // optional image path + imageClass : 'imageClass', // optional individual class for image + icon : 'icon', // optional icon name + iconClass : 'iconClass', // optional individual class for icon (for example to use flag instead) + class : 'class', // optional individual class for item/header + divider : 'divider' // optional divider append for group headers + }, + + keys : { + backspace : 8, + delimiter : 188, // comma + deleteKey : 46, + enter : 13, + escape : 27, + pageUp : 33, + pageDown : 34, + leftArrow : 37, + upArrow : 38, + rightArrow : 39, + downArrow : 40 + }, + + selector : { + addition : '.addition', + divider : '.divider, .header', + dropdown : '.ui.dropdown', + hidden : '.hidden', + icon : '> .dropdown.icon', + input : '> input[type="hidden"], > select', + item : '.item', + label : '> .label', + remove : '> .label > .delete.icon', + siblingLabel : '.label', + menu : '.menu', + message : '.message', + menuIcon : '.dropdown.icon', + search : 'input.search, .menu > .search > input, .menu input.search', + sizer : '> input.sizer', + text : '> .text:not(.icon)', + unselectable : '.disabled, .filtered', + clearIcon : '> .remove.icon' + }, + + className : { + active : 'active', + addition : 'addition', + animating : 'animating', + disabled : 'disabled', + empty : 'empty', + dropdown : 'ui dropdown', + filtered : 'filtered', + hidden : 'hidden transition', + icon : 'icon', + image : 'image', + item : 'item', + label : 'ui label', + loading : 'loading', + menu : 'menu', + message : 'message', + multiple : 'multiple', + placeholder : 'default', + sizer : 'sizer', + search : 'search', + selected : 'selected', + selection : 'selection', + upward : 'upward', + leftward : 'left', + visible : 'visible', + clearable : 'clearable', + noselection : 'noselection', + delete : 'delete', + header : 'header', + divider : 'divider', + groupIcon : '' + } + +}; + +/* Templates */ +$.fn.dropdown.settings.templates = { + deQuote: function(string) { + return String(string).replace(/"/g,""); + }, + escape: function(string, preserveHTML) { + if (preserveHTML){ + return string; + } + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + }, + // generates dropdown from select values + dropdown: function(select, fields, preserveHTML, className) { + var + placeholder = select.placeholder || false, + html = '', + escape = $.fn.dropdown.settings.templates.escape + ; + html += '<i class="dropdown icon"></i>'; + if(placeholder) { + html += '<div class="default text">' + escape(placeholder,preserveHTML) + '</div>'; + } + else { + html += '<div class="text"></div>'; + } + html += '<div class="'+className.menu+'">'; + html += $.fn.dropdown.settings.templates.menu(select, fields, preserveHTML,className); + html += '</div>'; + return html; + }, + + // generates just menu from select + menu: function(response, fields, preserveHTML, className) { + var + values = response[fields.values] || [], + html = '', + escape = $.fn.dropdown.settings.templates.escape, + deQuote = $.fn.dropdown.settings.templates.deQuote + ; + $.each(values, function(index, option) { + var + itemType = (option[fields.type]) + ? option[fields.type] + : 'item' + ; + + if( itemType === 'item' ) { + var + maybeText = (option[fields.text]) + ? ' data-text="' + deQuote(option[fields.text]) + '"' + : '', + maybeDisabled = (option[fields.disabled]) + ? className.disabled+' ' + : '' + ; + html += '<div class="'+ maybeDisabled + (option[fields.class] ? deQuote(option[fields.class]) : className.item)+'" data-value="' + deQuote(option[fields.value]) + '"' + maybeText + '>'; + if(option[fields.image]) { + html += '<img class="'+(option[fields.imageClass] ? deQuote(option[fields.imageClass]) : className.image)+'" src="' + deQuote(option[fields.image]) + '">'; + } + if(option[fields.icon]) { + html += '<i class="'+deQuote(option[fields.icon])+' '+(option[fields.iconClass] ? deQuote(option[fields.iconClass]) : className.icon)+'"></i>'; + } + html += escape(option[fields.name] || option[fields.value],preserveHTML); + html += '</div>'; + } else if (itemType === 'header') { + var groupName = escape(option[fields.name],preserveHTML), + groupIcon = option[fields.icon] ? deQuote(option[fields.icon]) : className.groupIcon + ; + if(groupName !== '' || groupIcon !== '') { + html += '<div class="' + (option[fields.class] ? deQuote(option[fields.class]) : className.header) + '">'; + if (groupIcon !== '') { + html += '<i class="' + groupIcon + ' ' + (option[fields.iconClass] ? deQuote(option[fields.iconClass]) : className.icon) + '"></i>'; + } + html += groupName; + html += '</div>'; + } + if(option[fields.divider]){ + html += '<div class="'+className.divider+'"></div>'; + } + } + }); + return html; + }, + + // generates label for multiselect + label: function(value, text, preserveHTML, className) { + var + escape = $.fn.dropdown.settings.templates.escape; + return escape(text,preserveHTML) + '<i class="'+className.delete+' icon"></i>'; + }, + + + // generates messages like "No results" + message: function(message) { + return message; + }, + + // generates user addition to selection menu + addition: function(choice) { + return choice; + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Embed + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +"use strict"; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.embed = function(parameters) { + + var + $allModules = $(this), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.embed.settings, parameters) + : $.extend({}, $.fn.embed.settings), + + selector = settings.selector, + className = settings.className, + sources = settings.sources, + error = settings.error, + metadata = settings.metadata, + namespace = settings.namespace, + templates = settings.templates, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $placeholder = $module.find(selector.placeholder), + $icon = $module.find(selector.icon), + $embed = $module.find(selector.embed), + + element = this, + instance = $module.data(moduleNamespace), + module + ; + + module = { + + initialize: function() { + module.debug('Initializing embed'); + module.determine.autoplay(); + module.create(); + module.bind.events(); + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous instance of embed'); + module.reset(); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + }, + + refresh: function() { + module.verbose('Refreshing selector cache'); + $placeholder = $module.find(selector.placeholder); + $icon = $module.find(selector.icon); + $embed = $module.find(selector.embed); + }, + + bind: { + events: function() { + if( module.has.placeholder() ) { + module.debug('Adding placeholder events'); + $module + .on('click' + eventNamespace, selector.placeholder, module.createAndShow) + .on('click' + eventNamespace, selector.icon, module.createAndShow) + ; + } + } + }, + + create: function() { + var + placeholder = module.get.placeholder() + ; + if(placeholder) { + module.createPlaceholder(); + } + else { + module.createAndShow(); + } + }, + + createPlaceholder: function(placeholder) { + var + icon = module.get.icon(), + url = module.get.url(), + embed = module.generate.embed(url) + ; + placeholder = placeholder || module.get.placeholder(); + $module.html( templates.placeholder(placeholder, icon) ); + module.debug('Creating placeholder for embed', placeholder, icon); + }, + + createEmbed: function(url) { + module.refresh(); + url = url || module.get.url(); + $embed = $('<div/>') + .addClass(className.embed) + .html( module.generate.embed(url) ) + .appendTo($module) + ; + settings.onCreate.call(element, url); + module.debug('Creating embed object', $embed); + }, + + changeEmbed: function(url) { + $embed + .html( module.generate.embed(url) ) + ; + }, + + createAndShow: function() { + module.createEmbed(); + module.show(); + }, + + // sets new embed + change: function(source, id, url) { + module.debug('Changing video to ', source, id, url); + $module + .data(metadata.source, source) + .data(metadata.id, id) + ; + if(url) { + $module.data(metadata.url, url); + } + else { + $module.removeData(metadata.url); + } + if(module.has.embed()) { + module.changeEmbed(); + } + else { + module.create(); + } + }, + + // clears embed + reset: function() { + module.debug('Clearing embed and showing placeholder'); + module.remove.data(); + module.remove.active(); + module.remove.embed(); + module.showPlaceholder(); + settings.onReset.call(element); + }, + + // shows current embed + show: function() { + module.debug('Showing embed'); + module.set.active(); + settings.onDisplay.call(element); + }, + + hide: function() { + module.debug('Hiding embed'); + module.showPlaceholder(); + }, + + showPlaceholder: function() { + module.debug('Showing placeholder image'); + module.remove.active(); + settings.onPlaceholderDisplay.call(element); + }, + + get: { + id: function() { + return settings.id || $module.data(metadata.id); + }, + placeholder: function() { + return settings.placeholder || $module.data(metadata.placeholder); + }, + icon: function() { + return (settings.icon) + ? settings.icon + : ($module.data(metadata.icon) !== undefined) + ? $module.data(metadata.icon) + : module.determine.icon() + ; + }, + source: function(url) { + return (settings.source) + ? settings.source + : ($module.data(metadata.source) !== undefined) + ? $module.data(metadata.source) + : module.determine.source() + ; + }, + type: function() { + var source = module.get.source(); + return (sources[source] !== undefined) + ? sources[source].type + : false + ; + }, + url: function() { + return (settings.url) + ? settings.url + : ($module.data(metadata.url) !== undefined) + ? $module.data(metadata.url) + : module.determine.url() + ; + } + }, + + determine: { + autoplay: function() { + if(module.should.autoplay()) { + settings.autoplay = true; + } + }, + source: function(url) { + var + matchedSource = false + ; + url = url || module.get.url(); + if(url) { + $.each(sources, function(name, source) { + if(url.search(source.domain) !== -1) { + matchedSource = name; + return false; + } + }); + } + return matchedSource; + }, + icon: function() { + var + source = module.get.source() + ; + return (sources[source] !== undefined) + ? sources[source].icon + : false + ; + }, + url: function() { + var + id = settings.id || $module.data(metadata.id), + source = settings.source || $module.data(metadata.source), + url + ; + url = (sources[source] !== undefined) + ? sources[source].url.replace('{id}', id) + : false + ; + if(url) { + $module.data(metadata.url, url); + } + return url; + } + }, + + + set: { + active: function() { + $module.addClass(className.active); + } + }, + + remove: { + data: function() { + $module + .removeData(metadata.id) + .removeData(metadata.icon) + .removeData(metadata.placeholder) + .removeData(metadata.source) + .removeData(metadata.url) + ; + }, + active: function() { + $module.removeClass(className.active); + }, + embed: function() { + $embed.empty(); + } + }, + + encode: { + parameters: function(parameters) { + var + urlString = [], + index + ; + for (index in parameters) { + urlString.push( encodeURIComponent(index) + '=' + encodeURIComponent( parameters[index] ) ); + } + return urlString.join('&'); + } + }, + + generate: { + embed: function(url) { + module.debug('Generating embed html'); + var + source = module.get.source(), + html, + parameters + ; + url = module.get.url(url); + if(url) { + parameters = module.generate.parameters(source); + html = templates.iframe(url, parameters); + } + else { + module.error(error.noURL, $module); + } + return html; + }, + parameters: function(source, extraParameters) { + var + parameters = (sources[source] && sources[source].parameters !== undefined) + ? sources[source].parameters(settings) + : {} + ; + extraParameters = extraParameters || settings.parameters; + if(extraParameters) { + parameters = $.extend({}, parameters, extraParameters); + } + parameters = settings.onEmbed(parameters); + return module.encode.parameters(parameters); + } + }, + + has: { + embed: function() { + return ($embed.length > 0); + }, + placeholder: function() { + return settings.placeholder || $module.data(metadata.placeholder); + } + }, + + should: { + autoplay: function() { + return (settings.autoplay === 'auto') + ? (settings.placeholder || $module.data(metadata.placeholder) !== undefined) + : settings.autoplay + ; + } + }, + + is: { + video: function() { + return module.get.type() == 'video'; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.embed.settings = { + + name : 'Embed', + namespace : 'embed', + + silent : false, + debug : false, + verbose : false, + performance : true, + + icon : false, + source : false, + url : false, + id : false, + + // standard video settings + autoplay : 'auto', + color : '#444444', + hd : true, + brandedUI : false, + + // additional parameters to include with the embed + parameters: false, + + onDisplay : function() {}, + onPlaceholderDisplay : function() {}, + onReset : function() {}, + onCreate : function(url) {}, + onEmbed : function(parameters) { + return parameters; + }, + + metadata : { + id : 'id', + icon : 'icon', + placeholder : 'placeholder', + source : 'source', + url : 'url' + }, + + error : { + noURL : 'No URL specified', + method : 'The method you called is not defined' + }, + + className : { + active : 'active', + embed : 'embed' + }, + + selector : { + embed : '.embed', + placeholder : '.placeholder', + icon : '.icon' + }, + + sources: { + youtube: { + name : 'youtube', + type : 'video', + icon : 'video play', + domain : 'youtube.com', + url : '//www.youtube.com/embed/{id}', + parameters: function(settings) { + return { + autohide : !settings.brandedUI, + autoplay : settings.autoplay, + color : settings.color || undefined, + hq : settings.hd, + jsapi : settings.api, + modestbranding : !settings.brandedUI + }; + } + }, + vimeo: { + name : 'vimeo', + type : 'video', + icon : 'video play', + domain : 'vimeo.com', + url : '//player.vimeo.com/video/{id}', + parameters: function(settings) { + return { + api : settings.api, + autoplay : settings.autoplay, + byline : settings.brandedUI, + color : settings.color || undefined, + portrait : settings.brandedUI, + title : settings.brandedUI + }; + } + } + }, + + templates: { + iframe : function(url, parameters) { + var src = url; + if (parameters) { + src += '?' + parameters; + } + return '' + + '<iframe src="' + src + '"' + + ' width="100%" height="100%"' + + ' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>' + ; + }, + placeholder : function(image, icon) { + var + html = '' + ; + if(icon) { + html += '<i class="' + icon + ' icon"></i>'; + } + if(image) { + html += '<img class="placeholder" src="' + image + '">'; + } + return html; + } + }, + + // NOT YET IMPLEMENTED + api : false, + onPause : function() {}, + onPlay : function() {}, + onStop : function() {} + +}; + + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Modal + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.modal = function(parameters) { + var + $allModules = $(this), + $window = $(window), + $document = $(document), + $body = $('body'), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); }, + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.modal.settings, parameters) + : $.extend({}, $.fn.modal.settings), + + selector = settings.selector, + className = settings.className, + namespace = settings.namespace, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $context = $(settings.context), + $close = $module.find(selector.close), + + $allModals, + $otherModals, + $focusedElement, + $dimmable, + $dimmer, + + element = this, + instance = $module.data(moduleNamespace), + + ignoreRepeatedEvents = false, + + initialMouseDownInModal, + initialMouseDownInScrollbar, + initialBodyMargin = '', + tempBodyMargin = '', + + elementEventNamespace, + id, + observer, + module + ; + module = { + + initialize: function() { + module.cache = {}; + module.verbose('Initializing dimmer', $context); + + module.create.id(); + module.create.dimmer(); + + if ( settings.allowMultiple ) { + module.create.innerDimmer(); + } + if (!settings.centered){ + $module.addClass('top aligned'); + } + module.refreshModals(); + + module.bind.events(); + if(settings.observeChanges) { + module.observeChanges(); + } + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of modal'); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + create: { + dimmer: function() { + var + defaultSettings = { + debug : settings.debug, + dimmerName : 'modals' + }, + dimmerSettings = $.extend(true, defaultSettings, settings.dimmerSettings) + ; + if($.fn.dimmer === undefined) { + module.error(error.dimmer); + return; + } + module.debug('Creating dimmer'); + $dimmable = $context.dimmer(dimmerSettings); + if(settings.detachable) { + module.verbose('Modal is detachable, moving content into dimmer'); + $dimmable.dimmer('add content', $module); + } + else { + module.set.undetached(); + } + $dimmer = $dimmable.dimmer('get dimmer'); + }, + id: function() { + id = (Math.random().toString(16) + '000000000').substr(2, 8); + elementEventNamespace = '.' + id; + module.verbose('Creating unique id for element', id); + }, + innerDimmer: function() { + if ( $module.find(selector.dimmer).length == 0 ) { + $module.prepend('<div class="ui inverted dimmer"></div>'); + } + } + }, + + destroy: function() { + if (observer) { + observer.disconnect(); + } + module.verbose('Destroying previous modal'); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + $window.off(elementEventNamespace); + $dimmer.off(elementEventNamespace); + $close.off(eventNamespace); + $context.dimmer('destroy'); + }, + + observeChanges: function() { + if('MutationObserver' in window) { + observer = new MutationObserver(function(mutations) { + module.debug('DOM tree modified, refreshing'); + module.refresh(); + }); + observer.observe(element, { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', observer); + } + }, + + refresh: function() { + module.remove.scrolling(); + module.cacheSizes(); + if(!module.can.useFlex()) { + module.set.modalOffset(); + } + module.set.screenHeight(); + module.set.type(); + }, + + refreshModals: function() { + $otherModals = $module.siblings(selector.modal); + $allModals = $otherModals.add($module); + }, + + attachEvents: function(selector, event) { + var + $toggle = $(selector) + ; + event = $.isFunction(module[event]) + ? module[event] + : module.toggle + ; + if($toggle.length > 0) { + module.debug('Attaching modal events to element', selector, event); + $toggle + .off(eventNamespace) + .on('click' + eventNamespace, event) + ; + } + else { + module.error(error.notFound, selector); + } + }, + + bind: { + events: function() { + module.verbose('Attaching events'); + $module + .on('click' + eventNamespace, selector.close, module.event.close) + .on('click' + eventNamespace, selector.approve, module.event.approve) + .on('click' + eventNamespace, selector.deny, module.event.deny) + ; + $window + .on('resize' + elementEventNamespace, module.event.resize) + ; + }, + scrollLock: function() { + // touch events default to passive, due to changes in chrome to optimize mobile perf + $dimmable.get(0).addEventListener('touchmove', module.event.preventScroll, { passive: false }); + } + }, + + unbind: { + scrollLock: function() { + $dimmable.get(0).removeEventListener('touchmove', module.event.preventScroll, { passive: false }); + } + }, + + get: { + id: function() { + return (Math.random().toString(16) + '000000000').substr(2, 8); + } + }, + + event: { + approve: function() { + if(ignoreRepeatedEvents || settings.onApprove.call(element, $(this)) === false) { + module.verbose('Approve callback returned false cancelling hide'); + return; + } + ignoreRepeatedEvents = true; + module.hide(function() { + ignoreRepeatedEvents = false; + }); + }, + preventScroll: function(event) { + if(event.target.className.indexOf('dimmer') !== -1) { + event.preventDefault(); + } + }, + deny: function() { + if(ignoreRepeatedEvents || settings.onDeny.call(element, $(this)) === false) { + module.verbose('Deny callback returned false cancelling hide'); + return; + } + ignoreRepeatedEvents = true; + module.hide(function() { + ignoreRepeatedEvents = false; + }); + }, + close: function() { + module.hide(); + }, + mousedown: function(event) { + var + $target = $(event.target), + isRtl = module.is.rtl(); + ; + initialMouseDownInModal = ($target.closest(selector.modal).length > 0); + if(initialMouseDownInModal) { + module.verbose('Mouse down event registered inside the modal'); + } + initialMouseDownInScrollbar = module.is.scrolling() && ((!isRtl && $(window).outerWidth() - settings.scrollbarWidth <= event.clientX) || (isRtl && settings.scrollbarWidth >= event.clientX)); + if(initialMouseDownInScrollbar) { + module.verbose('Mouse down event registered inside the scrollbar'); + } + }, + mouseup: function(event) { + if(!settings.closable) { + module.verbose('Dimmer clicked but closable setting is disabled'); + return; + } + if(initialMouseDownInModal) { + module.debug('Dimmer clicked but mouse down was initially registered inside the modal'); + return; + } + if(initialMouseDownInScrollbar){ + module.debug('Dimmer clicked but mouse down was initially registered inside the scrollbar'); + return; + } + var + $target = $(event.target), + isInModal = ($target.closest(selector.modal).length > 0), + isInDOM = $.contains(document.documentElement, event.target) + ; + if(!isInModal && isInDOM && module.is.active() && $module.hasClass(className.front) ) { + module.debug('Dimmer clicked, hiding all modals'); + if(settings.allowMultiple) { + if(!module.hideAll()) { + return; + } + } + else if(!module.hide()){ + return; + } + module.remove.clickaway(); + } + }, + debounce: function(method, delay) { + clearTimeout(module.timer); + module.timer = setTimeout(method, delay); + }, + keyboard: function(event) { + var + keyCode = event.which, + escapeKey = 27 + ; + if(keyCode == escapeKey) { + if(settings.closable) { + module.debug('Escape key pressed hiding modal'); + if ( $module.hasClass(className.front) ) { + module.hide(); + } + } + else { + module.debug('Escape key pressed, but closable is set to false'); + } + event.preventDefault(); + } + }, + resize: function() { + if( $dimmable.dimmer('is active') && ( module.is.animating() || module.is.active() ) ) { + requestAnimationFrame(module.refresh); + } + } + }, + + toggle: function() { + if( module.is.active() || module.is.animating() ) { + module.hide(); + } + else { + module.show(); + } + }, + + show: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.refreshModals(); + module.set.dimmerSettings(); + module.set.dimmerStyles(); + + module.showModal(callback); + }, + + hide: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.refreshModals(); + return module.hideModal(callback); + }, + + showModal: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( module.is.animating() || !module.is.active() ) { + module.showDimmer(); + module.cacheSizes(); + module.set.bodyMargin(); + if(module.can.useFlex()) { + module.remove.legacy(); + } + else { + module.set.legacy(); + module.set.modalOffset(); + module.debug('Using non-flex legacy modal positioning.'); + } + module.set.screenHeight(); + module.set.type(); + module.set.clickaway(); + + if( !settings.allowMultiple && module.others.active() ) { + module.hideOthers(module.showModal); + } + else { + ignoreRepeatedEvents = false; + if( settings.allowMultiple ) { + if ( module.others.active() ) { + $otherModals.filter('.' + className.active).find(selector.dimmer).addClass('active'); + } + + if ( settings.detachable ) { + $module.detach().appendTo($dimmer); + } + } + settings.onShow.call(element); + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + module.debug('Showing modal with css animations'); + $module + .transition({ + debug : settings.debug, + animation : settings.transition + ' in', + queue : settings.queue, + duration : settings.duration, + useFailSafe : true, + onComplete : function() { + settings.onVisible.apply(element); + if(settings.keyboardShortcuts) { + module.add.keyboardShortcuts(); + } + module.save.focus(); + module.set.active(); + if(settings.autofocus) { + module.set.autofocus(); + } + callback(); + } + }) + ; + } + else { + module.error(error.noTransition); + } + } + } + else { + module.debug('Modal is already visible'); + } + }, + + hideModal: function(callback, keepDimmed, hideOthersToo) { + var + $previousModal = $otherModals.filter('.' + className.active).last() + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.debug('Hiding modal'); + if(settings.onHide.call(element, $(this)) === false) { + module.verbose('Hide callback returned false cancelling hide'); + ignoreRepeatedEvents = false; + return false; + } + + if( module.is.animating() || module.is.active() ) { + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + module.remove.active(); + $module + .transition({ + debug : settings.debug, + animation : settings.transition + ' out', + queue : settings.queue, + duration : settings.duration, + useFailSafe : true, + onStart : function() { + if(!module.others.active() && !module.others.animating() && !keepDimmed) { + module.hideDimmer(); + } + if( settings.keyboardShortcuts && !module.others.active() ) { + module.remove.keyboardShortcuts(); + } + }, + onComplete : function() { + module.unbind.scrollLock(); + if ( settings.allowMultiple ) { + $previousModal.addClass(className.front); + $module.removeClass(className.front); + + if ( hideOthersToo ) { + $allModals.find(selector.dimmer).removeClass('active'); + } + else { + $previousModal.find(selector.dimmer).removeClass('active'); + } + } + settings.onHidden.call(element); + module.remove.dimmerStyles(); + module.restore.focus(); + callback(); + } + }) + ; + } + else { + module.error(error.noTransition); + } + } + }, + + showDimmer: function() { + if($dimmable.dimmer('is animating') || !$dimmable.dimmer('is active') ) { + module.save.bodyMargin(); + module.debug('Showing dimmer'); + $dimmable.dimmer('show'); + } + else { + module.debug('Dimmer already visible'); + } + }, + + hideDimmer: function() { + if( $dimmable.dimmer('is animating') || ($dimmable.dimmer('is active')) ) { + module.unbind.scrollLock(); + $dimmable.dimmer('hide', function() { + module.restore.bodyMargin(); + module.remove.clickaway(); + module.remove.screenHeight(); + }); + } + else { + module.debug('Dimmer is not visible cannot hide'); + return; + } + }, + + hideAll: function(callback) { + var + $visibleModals = $allModals.filter('.' + className.active + ', .' + className.animating) + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( $visibleModals.length > 0 ) { + module.debug('Hiding all visible modals'); + var hideOk = true; +//check in reverse order trying to hide most top displayed modal first + $($visibleModals.get().reverse()).each(function(index,element){ + if(hideOk){ + hideOk = $(element).modal('hide modal', callback, false, true); + } + }); + if(hideOk) { + module.hideDimmer(); + } + return hideOk; + } + }, + + hideOthers: function(callback) { + var + $visibleModals = $otherModals.filter('.' + className.active + ', .' + className.animating) + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( $visibleModals.length > 0 ) { + module.debug('Hiding other modals', $otherModals); + $visibleModals + .modal('hide modal', callback, true) + ; + } + }, + + others: { + active: function() { + return ($otherModals.filter('.' + className.active).length > 0); + }, + animating: function() { + return ($otherModals.filter('.' + className.animating).length > 0); + } + }, + + + add: { + keyboardShortcuts: function() { + module.verbose('Adding keyboard shortcuts'); + $document + .on('keyup' + eventNamespace, module.event.keyboard) + ; + } + }, + + save: { + focus: function() { + var + $activeElement = $(document.activeElement), + inCurrentModal = $activeElement.closest($module).length > 0 + ; + if(!inCurrentModal) { + $focusedElement = $(document.activeElement).blur(); + } + }, + bodyMargin: function() { + initialBodyMargin = $body.css('margin-'+(module.can.leftBodyScrollbar() ? 'left':'right')); + var bodyMarginRightPixel = parseInt(initialBodyMargin.replace(/[^\d.]/g, '')), + bodyScrollbarWidth = window.innerWidth - document.documentElement.clientWidth; + tempBodyMargin = bodyMarginRightPixel + bodyScrollbarWidth; + } + }, + + restore: { + focus: function() { + if($focusedElement && $focusedElement.length > 0 && settings.restoreFocus) { + $focusedElement.focus(); + } + }, + bodyMargin: function() { + var position = module.can.leftBodyScrollbar() ? 'left':'right'; + $body.css('margin-'+position, initialBodyMargin); + $body.find(selector.bodyFixed.replace('right',position)).css('padding-'+position, initialBodyMargin); + } + }, + + remove: { + active: function() { + $module.removeClass(className.active); + }, + legacy: function() { + $module.removeClass(className.legacy); + }, + clickaway: function() { + if (!settings.detachable) { + $module + .off('mousedown' + elementEventNamespace) + ; + } + $dimmer + .off('mousedown' + elementEventNamespace) + ; + $dimmer + .off('mouseup' + elementEventNamespace) + ; + }, + dimmerStyles: function() { + $dimmer.removeClass(className.inverted); + $dimmable.removeClass(className.blurring); + }, + bodyStyle: function() { + if($body.attr('style') === '') { + module.verbose('Removing style attribute'); + $body.removeAttr('style'); + } + }, + screenHeight: function() { + module.debug('Removing page height'); + $body + .css('height', '') + ; + }, + keyboardShortcuts: function() { + module.verbose('Removing keyboard shortcuts'); + $document + .off('keyup' + eventNamespace) + ; + }, + scrolling: function() { + $dimmable.removeClass(className.scrolling); + $module.removeClass(className.scrolling); + } + }, + + cacheSizes: function() { + $module.addClass(className.loading); + var + scrollHeight = $module.prop('scrollHeight'), + modalWidth = $module.outerWidth(), + modalHeight = $module.outerHeight() + ; + if(module.cache.pageHeight === undefined || modalHeight !== 0) { + $.extend(module.cache, { + pageHeight : $(document).outerHeight(), + width : modalWidth, + height : modalHeight + settings.offset, + scrollHeight : scrollHeight + settings.offset, + contextHeight : (settings.context == 'body') + ? $(window).height() + : $dimmable.height(), + }); + module.cache.topOffset = -(module.cache.height / 2); + } + $module.removeClass(className.loading); + module.debug('Caching modal and container sizes', module.cache); + }, + + can: { + leftBodyScrollbar: function(){ + if(module.cache.leftBodyScrollbar === undefined) { + module.cache.leftBodyScrollbar = module.is.rtl() && ((module.is.iframe && !module.is.firefox()) || module.is.safari() || module.is.edge() || module.is.ie()); + } + return module.cache.leftBodyScrollbar; + }, + useFlex: function() { + return settings.useFlex && settings.detachable && !module.is.ie(); + }, + fit: function() { + var + contextHeight = module.cache.contextHeight, + verticalCenter = module.cache.contextHeight / 2, + topOffset = module.cache.topOffset, + scrollHeight = module.cache.scrollHeight, + height = module.cache.height, + paddingHeight = settings.padding, + startPosition = (verticalCenter + topOffset) + ; + return (scrollHeight > height) + ? (startPosition + scrollHeight + paddingHeight < contextHeight) + : (height + (paddingHeight * 2) < contextHeight) + ; + } + }, + + is: { + active: function() { + return $module.hasClass(className.active); + }, + ie: function() { + if(module.cache.isIE === undefined) { + var + isIE11 = (!(window.ActiveXObject) && 'ActiveXObject' in window), + isIE = ('ActiveXObject' in window) + ; + module.cache.isIE = (isIE11 || isIE); + } + return module.cache.isIE; + }, + animating: function() { + return $module.transition('is supported') + ? $module.transition('is animating') + : $module.is(':visible') + ; + }, + scrolling: function() { + return $dimmable.hasClass(className.scrolling); + }, + modernBrowser: function() { + // appName for IE11 reports 'Netscape' can no longer use + return !(window.ActiveXObject || 'ActiveXObject' in window); + }, + rtl: function() { + if(module.cache.isRTL === undefined) { + module.cache.isRTL = $body.attr('dir') === 'rtl' || $body.css('direction') === 'rtl'; + } + return module.cache.isRTL; + }, + safari: function() { + if(module.cache.isSafari === undefined) { + module.cache.isSafari = /constructor/i.test(window.HTMLElement) || !!window.ApplePaySession; + } + return module.cache.isSafari; + }, + edge: function(){ + if(module.cache.isEdge === undefined) { + module.cache.isEdge = !!window.setImmediate && !module.is.ie(); + } + return module.cache.isEdge; + }, + firefox: function(){ + if(module.cache.isFirefox === undefined) { + module.cache.isFirefox = !!window.InstallTrigger; + } + return module.cache.isFirefox; + }, + iframe: function() { + return !(self === top); + } + }, + + set: { + autofocus: function() { + var + $inputs = $module.find('[tabindex], :input').filter(':visible').filter(function() { + return $(this).closest('.disabled').length === 0; + }), + $autofocus = $inputs.filter('[autofocus]'), + $input = ($autofocus.length > 0) + ? $autofocus.first() + : $inputs.first() + ; + if($input.length > 0) { + $input.focus(); + } + }, + bodyMargin: function() { + var position = module.can.leftBodyScrollbar() ? 'left':'right'; + if(settings.detachable || module.can.fit()) { + $body.css('margin-'+position, tempBodyMargin + 'px'); + } + $body.find(selector.bodyFixed.replace('right',position)).css('padding-'+position, tempBodyMargin + 'px'); + }, + clickaway: function() { + if (!settings.detachable) { + $module + .on('mousedown' + elementEventNamespace, module.event.mousedown) + ; + } + $dimmer + .on('mousedown' + elementEventNamespace, module.event.mousedown) + ; + $dimmer + .on('mouseup' + elementEventNamespace, module.event.mouseup) + ; + }, + dimmerSettings: function() { + if($.fn.dimmer === undefined) { + module.error(error.dimmer); + return; + } + var + defaultSettings = { + debug : settings.debug, + dimmerName : 'modals', + closable : 'auto', + useFlex : module.can.useFlex(), + duration : { + show : settings.duration, + hide : settings.duration + } + }, + dimmerSettings = $.extend(true, defaultSettings, settings.dimmerSettings) + ; + if(settings.inverted) { + dimmerSettings.variation = (dimmerSettings.variation !== undefined) + ? dimmerSettings.variation + ' inverted' + : 'inverted' + ; + } + $context.dimmer('setting', dimmerSettings); + }, + dimmerStyles: function() { + if(settings.inverted) { + $dimmer.addClass(className.inverted); + } + else { + $dimmer.removeClass(className.inverted); + } + if(settings.blurring) { + $dimmable.addClass(className.blurring); + } + else { + $dimmable.removeClass(className.blurring); + } + }, + modalOffset: function() { + if (!settings.detachable) { + var canFit = module.can.fit(); + $module + .css({ + top: (!$module.hasClass('aligned') && canFit) + ? $(document).scrollTop() + (module.cache.contextHeight - module.cache.height) / 2 + : !canFit || $module.hasClass('top') + ? $(document).scrollTop() + settings.padding + : $(document).scrollTop() + (module.cache.contextHeight - module.cache.height - settings.padding), + marginLeft: -(module.cache.width / 2) + }) + ; + } else { + $module + .css({ + marginTop: (!$module.hasClass('aligned') && module.can.fit()) + ? -(module.cache.height / 2) + : settings.padding / 2, + marginLeft: -(module.cache.width / 2) + }) + ; + } + module.verbose('Setting modal offset for legacy mode'); + }, + screenHeight: function() { + if( module.can.fit() ) { + $body.css('height', ''); + } + else if(!$module.hasClass('bottom')) { + module.debug('Modal is taller than page content, resizing page height'); + $body + .css('height', module.cache.height + (settings.padding * 2) ) + ; + } + }, + active: function() { + $module.addClass(className.active + ' ' + className.front); + $otherModals.filter('.' + className.active).removeClass(className.front); + }, + scrolling: function() { + $dimmable.addClass(className.scrolling); + $module.addClass(className.scrolling); + module.unbind.scrollLock(); + }, + legacy: function() { + $module.addClass(className.legacy); + }, + type: function() { + if(module.can.fit()) { + module.verbose('Modal fits on screen'); + if(!module.others.active() && !module.others.animating()) { + module.remove.scrolling(); + module.bind.scrollLock(); + } + } + else if (!$module.hasClass('bottom')){ + module.verbose('Modal cannot fit on screen setting to scrolling'); + module.set.scrolling(); + } else { + module.verbose('Bottom aligned modal not fitting on screen is unsupported for scrolling'); + } + }, + undetached: function() { + $dimmable.addClass(className.undetached); + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.modal.settings = { + + name : 'Modal', + namespace : 'modal', + + useFlex : 'auto', + offset : 0, + + silent : false, + debug : false, + verbose : false, + performance : true, + + observeChanges : false, + + allowMultiple : false, + detachable : true, + closable : true, + autofocus : true, + restoreFocus : true, + + inverted : false, + blurring : false, + + centered : true, + + dimmerSettings : { + closable : false, + useCSS : true + }, + + // whether to use keyboard shortcuts + keyboardShortcuts: true, + + context : 'body', + + queue : false, + duration : 500, + transition : 'scale', + + // padding with edge of page + padding : 50, + scrollbarWidth: 10, + + // called before show animation + onShow : function(){}, + + // called after show animation + onVisible : function(){}, + + // called before hide animation + onHide : function(){ return true; }, + + // called after hide animation + onHidden : function(){}, + + // called after approve selector match + onApprove : function(){ return true; }, + + // called after deny selector match + onDeny : function(){ return true; }, + + selector : { + close : '> .close', + approve : '.actions .positive, .actions .approve, .actions .ok', + deny : '.actions .negative, .actions .deny, .actions .cancel', + modal : '.ui.modal', + dimmer : '> .ui.dimmer', + bodyFixed: '> .ui.fixed.menu, > .ui.right.toast-container, > .ui.right.sidebar' + }, + error : { + dimmer : 'UI Dimmer, a required component is not included in this page', + method : 'The method you called is not defined.', + notFound : 'The element you specified could not be found' + }, + className : { + active : 'active', + animating : 'animating', + blurring : 'blurring', + inverted : 'inverted', + legacy : 'legacy', + loading : 'loading', + scrolling : 'scrolling', + undetached : 'undetached', + front : 'front' + } +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Nag + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.nag = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.nag.settings, parameters) + : $.extend({}, $.fn.nag.settings), + + selector = settings.selector, + error = settings.error, + namespace = settings.namespace, + + eventNamespace = '.' + namespace, + moduleNamespace = namespace + '-module', + + $module = $(this), + + $context = (settings.context) + ? $(settings.context) + : $('body'), + + element = this, + instance = $module.data(moduleNamespace), + + module + ; + module = { + + initialize: function() { + module.verbose('Initializing element'); + + $module + .on('click' + eventNamespace, selector.close, module.dismiss) + .data(moduleNamespace, module) + ; + + if(settings.detachable && $module.parent()[0] !== $context[0]) { + $module + .detach() + .prependTo($context) + ; + } + + if(settings.displayTime > 0) { + setTimeout(module.hide, settings.displayTime); + } + module.show(); + }, + + destroy: function() { + module.verbose('Destroying instance'); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + }, + + show: function() { + if( module.should.show() && !$module.is(':visible') ) { + module.debug('Showing nag', settings.animation.show); + if(settings.animation.show == 'fade') { + $module + .fadeIn(settings.duration, settings.easing) + ; + } + else { + $module + .slideDown(settings.duration, settings.easing) + ; + } + } + }, + + hide: function() { + module.debug('Showing nag', settings.animation.hide); + if(settings.animation.show == 'fade') { + $module + .fadeIn(settings.duration, settings.easing) + ; + } + else { + $module + .slideUp(settings.duration, settings.easing) + ; + } + }, + + onHide: function() { + module.debug('Removing nag', settings.animation.hide); + $module.remove(); + if (settings.onHide) { + settings.onHide(); + } + }, + + dismiss: function(event) { + if(settings.storageMethod) { + module.storage.set(settings.key, settings.value); + } + module.hide(); + event.stopImmediatePropagation(); + event.preventDefault(); + }, + + should: { + show: function() { + if(settings.persist) { + module.debug('Persistent nag is set, can show nag'); + return true; + } + if( module.storage.get(settings.key) != settings.value.toString() ) { + module.debug('Stored value is not set, can show nag', module.storage.get(settings.key)); + return true; + } + module.debug('Stored value is set, cannot show nag', module.storage.get(settings.key)); + return false; + } + }, + + get: { + storageOptions: function() { + var + options = {} + ; + if(settings.expires) { + options.expires = settings.expires; + } + if(settings.domain) { + options.domain = settings.domain; + } + if(settings.path) { + options.path = settings.path; + } + return options; + } + }, + + clear: function() { + module.storage.remove(settings.key); + }, + + storage: { + set: function(key, value) { + var + options = module.get.storageOptions() + ; + if(settings.storageMethod == 'localstorage' && window.localStorage !== undefined) { + window.localStorage.setItem(key, value); + module.debug('Value stored using local storage', key, value); + } + else if(settings.storageMethod == 'sessionstorage' && window.sessionStorage !== undefined) { + window.sessionStorage.setItem(key, value); + module.debug('Value stored using session storage', key, value); + } + else if($.cookie !== undefined) { + $.cookie(key, value, options); + module.debug('Value stored using cookie', key, value, options); + } + else { + module.error(error.noCookieStorage); + return; + } + }, + get: function(key, value) { + var + storedValue + ; + if(settings.storageMethod == 'localstorage' && window.localStorage !== undefined) { + storedValue = window.localStorage.getItem(key); + } + else if(settings.storageMethod == 'sessionstorage' && window.sessionStorage !== undefined) { + storedValue = window.sessionStorage.getItem(key); + } + // get by cookie + else if($.cookie !== undefined) { + storedValue = $.cookie(key); + } + else { + module.error(error.noCookieStorage); + } + if(storedValue == 'undefined' || storedValue == 'null' || storedValue === undefined || storedValue === null) { + storedValue = undefined; + } + return storedValue; + }, + remove: function(key) { + var + options = module.get.storageOptions() + ; + if(settings.storageMethod == 'localstorage' && window.localStorage !== undefined) { + window.localStorage.removeItem(key); + } + else if(settings.storageMethod == 'sessionstorage' && window.sessionStorage !== undefined) { + window.sessionStorage.removeItem(key); + } + // store by cookie + else if($.cookie !== undefined) { + $.removeCookie(key, options); + } + else { + module.error(error.noStorage); + } + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.nag.settings = { + + name : 'Nag', + + silent : false, + debug : false, + verbose : false, + performance : true, + + namespace : 'Nag', + + // allows cookie to be overridden + persist : false, + + // set to zero to require manually dismissal, otherwise hides on its own + displayTime : 0, + + animation : { + show : 'slide', + hide : 'slide' + }, + + context : false, + detachable : false, + + expires : 30, + domain : false, + path : '/', + + // type of storage to use + storageMethod : 'cookie', + + // value to store in dismissed localstorage/cookie + key : 'nag', + value : 'dismiss', + + error: { + noCookieStorage : '$.cookie is not included. A storage solution is required.', + noStorage : 'Neither $.cookie or store is defined. A storage solution is required for storing state', + method : 'The method you called is not defined.' + }, + + className : { + bottom : 'bottom', + fixed : 'fixed' + }, + + selector : { + close : '.close.icon' + }, + + speed : 500, + easing : 'easeOutQuad', + + onHide: function() {} + +}; + +// Adds easing +$.extend( $.easing, { + easeOutQuad: function (x, t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + } +}); + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Popup + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.popup = function(parameters) { + var + $allModules = $(this), + $document = $(document), + $window = $(window), + $body = $('body'), + + moduleSelector = $allModules.selector || '', + + clickEvent = ('ontouchstart' in document.documentElement) + ? 'touchstart' + : 'click', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.popup.settings, parameters) + : $.extend({}, $.fn.popup.settings), + + selector = settings.selector, + className = settings.className, + error = settings.error, + metadata = settings.metadata, + namespace = settings.namespace, + + eventNamespace = '.' + settings.namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $context = $(settings.context), + $scrollContext = $(settings.scrollContext), + $boundary = $(settings.boundary), + $target = (settings.target) + ? $(settings.target) + : $module, + + $popup, + $offsetParent, + + searchDepth = 0, + triedPositions = false, + openedWithTouch = false, + + element = this, + instance = $module.data(moduleNamespace), + + documentObserver, + elementNamespace, + id, + module + ; + + module = { + + // binds events + initialize: function() { + module.debug('Initializing', $module); + module.createID(); + module.bind.events(); + if(!module.exists() && settings.preserve) { + module.create(); + } + if(settings.observeChanges) { + module.observeChanges(); + } + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance', module); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + observeChanges: function() { + if('MutationObserver' in window) { + documentObserver = new MutationObserver(module.event.documentChanged); + documentObserver.observe(document, { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', documentObserver); + } + }, + + refresh: function() { + if(settings.popup) { + $popup = $(settings.popup).eq(0); + } + else { + if(settings.inline) { + $popup = $target.nextAll(selector.popup).eq(0); + settings.popup = $popup; + } + } + if(settings.popup) { + $popup.addClass(className.loading); + $offsetParent = module.get.offsetParent(); + $popup.removeClass(className.loading); + if(settings.movePopup && module.has.popup() && module.get.offsetParent($popup)[0] !== $offsetParent[0]) { + module.debug('Moving popup to the same offset parent as target'); + $popup + .detach() + .appendTo($offsetParent) + ; + } + } + else { + $offsetParent = (settings.inline) + ? module.get.offsetParent($target) + : module.has.popup() + ? module.get.offsetParent($popup) + : $body + ; + } + if( $offsetParent.is('html') && $offsetParent[0] !== $body[0] ) { + module.debug('Setting page as offset parent'); + $offsetParent = $body; + } + if( module.get.variation() ) { + module.set.variation(); + } + }, + + reposition: function() { + module.refresh(); + module.set.position(); + }, + + destroy: function() { + module.debug('Destroying previous module'); + if(documentObserver) { + documentObserver.disconnect(); + } + // remove element only if was created dynamically + if($popup && !settings.preserve) { + module.removePopup(); + } + // clear all timeouts + clearTimeout(module.hideTimer); + clearTimeout(module.showTimer); + // remove events + module.unbind.close(); + module.unbind.events(); + $module + .removeData(moduleNamespace) + ; + }, + + event: { + start: function(event) { + var + delay = ($.isPlainObject(settings.delay)) + ? settings.delay.show + : settings.delay + ; + clearTimeout(module.hideTimer); + if(!openedWithTouch || (openedWithTouch && settings.addTouchEvents) ) { + module.showTimer = setTimeout(module.show, delay); + } + }, + end: function() { + var + delay = ($.isPlainObject(settings.delay)) + ? settings.delay.hide + : settings.delay + ; + clearTimeout(module.showTimer); + module.hideTimer = setTimeout(module.hide, delay); + }, + touchstart: function(event) { + openedWithTouch = true; + if(settings.addTouchEvents) { + module.show(); + } + }, + resize: function() { + if( module.is.visible() ) { + module.set.position(); + } + }, + documentChanged: function(mutations) { + [].forEach.call(mutations, function(mutation) { + if(mutation.removedNodes) { + [].forEach.call(mutation.removedNodes, function(node) { + if(node == element || $(node).find(element).length > 0) { + module.debug('Element removed from DOM, tearing down events'); + module.destroy(); + } + }); + } + }); + }, + hideGracefully: function(event) { + var + $target = $(event.target), + isInDOM = $.contains(document.documentElement, event.target), + inPopup = ($target.closest(selector.popup).length > 0) + ; + // don't close on clicks inside popup + if(event && !inPopup && isInDOM) { + module.debug('Click occurred outside popup hiding popup'); + module.hide(); + } + else { + module.debug('Click was inside popup, keeping popup open'); + } + } + }, + + // generates popup html from metadata + create: function() { + var + html = module.get.html(), + title = module.get.title(), + content = module.get.content() + ; + + if(html || content || title) { + module.debug('Creating pop-up html'); + if(!html) { + html = settings.templates.popup({ + title : title, + content : content + }); + } + $popup = $('<div/>') + .addClass(className.popup) + .data(metadata.activator, $module) + .html(html) + ; + if(settings.inline) { + module.verbose('Inserting popup element inline', $popup); + $popup + .insertAfter($module) + ; + } + else { + module.verbose('Appending popup element to body', $popup); + $popup + .appendTo( $context ) + ; + } + module.refresh(); + module.set.variation(); + + if(settings.hoverable) { + module.bind.popup(); + } + settings.onCreate.call($popup, element); + } + else if(settings.popup) { + $(settings.popup).data(metadata.activator, $module); + module.verbose('Used popup specified in settings'); + module.refresh(); + if(settings.hoverable) { + module.bind.popup(); + } + } + else if($target.next(selector.popup).length !== 0) { + module.verbose('Pre-existing popup found'); + settings.inline = true; + settings.popup = $target.next(selector.popup).data(metadata.activator, $module); + module.refresh(); + if(settings.hoverable) { + module.bind.popup(); + } + } + else { + module.debug('No content specified skipping display', element); + } + }, + + createID: function() { + id = (Math.random().toString(16) + '000000000').substr(2, 8); + elementNamespace = '.' + id; + module.verbose('Creating unique id for element', id); + }, + + // determines popup state + toggle: function() { + module.debug('Toggling pop-up'); + if( module.is.hidden() ) { + module.debug('Popup is hidden, showing pop-up'); + module.unbind.close(); + module.show(); + } + else { + module.debug('Popup is visible, hiding pop-up'); + module.hide(); + } + }, + + show: function(callback) { + callback = callback || function(){}; + module.debug('Showing pop-up', settings.transition); + if(module.is.hidden() && !( module.is.active() && module.is.dropdown()) ) { + if( !module.exists() ) { + module.create(); + } + if(settings.onShow.call($popup, element) === false) { + module.debug('onShow callback returned false, cancelling popup animation'); + return; + } + else if(!settings.preserve && !settings.popup) { + module.refresh(); + } + if( $popup && module.set.position() ) { + module.save.conditions(); + if(settings.exclusive) { + module.hideAll(); + } + module.animate.show(callback); + } + } + }, + + + hide: function(callback) { + callback = callback || function(){}; + if( module.is.visible() || module.is.animating() ) { + if(settings.onHide.call($popup, element) === false) { + module.debug('onHide callback returned false, cancelling popup animation'); + return; + } + module.remove.visible(); + module.unbind.close(); + module.restore.conditions(); + module.animate.hide(callback); + } + }, + + hideAll: function() { + $(selector.popup) + .filter('.' + className.popupVisible) + .each(function() { + $(this) + .data(metadata.activator) + .popup('hide') + ; + }) + ; + }, + exists: function() { + if(!$popup) { + return false; + } + if(settings.inline || settings.popup) { + return ( module.has.popup() ); + } + else { + return ( $popup.closest($context).length >= 1 ) + ? true + : false + ; + } + }, + + removePopup: function() { + if( module.has.popup() && !settings.popup) { + module.debug('Removing popup', $popup); + $popup.remove(); + $popup = undefined; + settings.onRemove.call($popup, element); + } + }, + + save: { + conditions: function() { + module.cache = { + title: $module.attr('title') + }; + if (module.cache.title) { + $module.removeAttr('title'); + } + module.verbose('Saving original attributes', module.cache.title); + } + }, + restore: { + conditions: function() { + if(module.cache && module.cache.title) { + $module.attr('title', module.cache.title); + module.verbose('Restoring original attributes', module.cache.title); + } + return true; + } + }, + supports: { + svg: function() { + return (typeof SVGGraphicsElement !== 'undefined'); + } + }, + animate: { + show: function(callback) { + callback = $.isFunction(callback) ? callback : function(){}; + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + module.set.visible(); + $popup + .transition({ + animation : settings.transition + ' in', + queue : false, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + onComplete : function() { + module.bind.close(); + callback.call($popup, element); + settings.onVisible.call($popup, element); + } + }) + ; + } + else { + module.error(error.noTransition); + } + }, + hide: function(callback) { + callback = $.isFunction(callback) ? callback : function(){}; + module.debug('Hiding pop-up'); + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + $popup + .transition({ + animation : settings.transition + ' out', + queue : false, + duration : settings.duration, + debug : settings.debug, + verbose : settings.verbose, + onComplete : function() { + module.reset(); + callback.call($popup, element); + settings.onHidden.call($popup, element); + } + }) + ; + } + else { + module.error(error.noTransition); + } + } + }, + + change: { + content: function(html) { + $popup.html(html); + } + }, + + get: { + html: function() { + $module.removeData(metadata.html); + return $module.data(metadata.html) || settings.html; + }, + title: function() { + $module.removeData(metadata.title); + return $module.data(metadata.title) || settings.title; + }, + content: function() { + $module.removeData(metadata.content); + return $module.data(metadata.content) || settings.content || $module.attr('title'); + }, + variation: function() { + $module.removeData(metadata.variation); + return $module.data(metadata.variation) || settings.variation; + }, + popup: function() { + return $popup; + }, + popupOffset: function() { + return $popup.offset(); + }, + calculations: function() { + var + $popupOffsetParent = module.get.offsetParent($popup), + targetElement = $target[0], + isWindow = ($boundary[0] == window), + targetPosition = (settings.inline || (settings.popup && settings.movePopup)) + ? $target.position() + : $target.offset(), + screenPosition = (isWindow) + ? { top: 0, left: 0 } + : $boundary.offset(), + calculations = {}, + scroll = (isWindow) + ? { top: $window.scrollTop(), left: $window.scrollLeft() } + : { top: 0, left: 0}, + screen + ; + calculations = { + // element which is launching popup + target : { + element : $target[0], + width : $target.outerWidth(), + height : $target.outerHeight(), + top : targetPosition.top, + left : targetPosition.left, + margin : {} + }, + // popup itself + popup : { + width : $popup.outerWidth(), + height : $popup.outerHeight() + }, + // offset container (or 3d context) + parent : { + width : $offsetParent.outerWidth(), + height : $offsetParent.outerHeight() + }, + // screen boundaries + screen : { + top : screenPosition.top, + left : screenPosition.left, + scroll: { + top : scroll.top, + left : scroll.left + }, + width : $boundary.width(), + height : $boundary.height() + } + }; + + // if popup offset context is not same as target, then adjust calculations + if($popupOffsetParent.get(0) !== $offsetParent.get(0)) { + var + popupOffset = $popupOffsetParent.offset() + ; + calculations.target.top -= popupOffset.top; + calculations.target.left -= popupOffset.left; + calculations.parent.width = $popupOffsetParent.outerWidth(); + calculations.parent.height = $popupOffsetParent.outerHeight(); + } + + // add in container calcs if fluid + if( settings.setFluidWidth && module.is.fluid() ) { + calculations.container = { + width: $popup.parent().outerWidth() + }; + calculations.popup.width = calculations.container.width; + } + + // add in margins if inline + calculations.target.margin.top = (settings.inline) + ? parseInt( window.getComputedStyle(targetElement).getPropertyValue('margin-top'), 10) + : 0 + ; + calculations.target.margin.left = (settings.inline) + ? module.is.rtl() + ? parseInt( window.getComputedStyle(targetElement).getPropertyValue('margin-right'), 10) + : parseInt( window.getComputedStyle(targetElement).getPropertyValue('margin-left'), 10) + : 0 + ; + // calculate screen boundaries + screen = calculations.screen; + calculations.boundary = { + top : screen.top + screen.scroll.top, + bottom : screen.top + screen.scroll.top + screen.height, + left : screen.left + screen.scroll.left, + right : screen.left + screen.scroll.left + screen.width + }; + return calculations; + }, + id: function() { + return id; + }, + startEvent: function() { + if(settings.on == 'hover') { + return 'mouseenter'; + } + else if(settings.on == 'focus') { + return 'focus'; + } + return false; + }, + scrollEvent: function() { + return 'scroll'; + }, + endEvent: function() { + if(settings.on == 'hover') { + return 'mouseleave'; + } + else if(settings.on == 'focus') { + return 'blur'; + } + return false; + }, + distanceFromBoundary: function(offset, calculations) { + var + distanceFromBoundary = {}, + popup, + boundary + ; + calculations = calculations || module.get.calculations(); + + // shorthand + popup = calculations.popup; + boundary = calculations.boundary; + + if(offset) { + distanceFromBoundary = { + top : (offset.top - boundary.top), + left : (offset.left - boundary.left), + right : (boundary.right - (offset.left + popup.width) ), + bottom : (boundary.bottom - (offset.top + popup.height) ) + }; + module.verbose('Distance from boundaries determined', offset, distanceFromBoundary); + } + return distanceFromBoundary; + }, + offsetParent: function($element) { + var + element = ($element !== undefined) + ? $element[0] + : $target[0], + parentNode = element.parentNode, + $node = $(parentNode) + ; + if(parentNode) { + var + is2D = ($node.css('transform') === 'none'), + isStatic = ($node.css('position') === 'static'), + isBody = $node.is('body') + ; + while(parentNode && !isBody && isStatic && is2D) { + parentNode = parentNode.parentNode; + $node = $(parentNode); + is2D = ($node.css('transform') === 'none'); + isStatic = ($node.css('position') === 'static'); + isBody = $node.is('body'); + } + } + return ($node && $node.length > 0) + ? $node + : $() + ; + }, + positions: function() { + return { + 'top left' : false, + 'top center' : false, + 'top right' : false, + 'bottom left' : false, + 'bottom center' : false, + 'bottom right' : false, + 'left center' : false, + 'right center' : false + }; + }, + nextPosition: function(position) { + var + positions = position.split(' '), + verticalPosition = positions[0], + horizontalPosition = positions[1], + opposite = { + top : 'bottom', + bottom : 'top', + left : 'right', + right : 'left' + }, + adjacent = { + left : 'center', + center : 'right', + right : 'left' + }, + backup = { + 'top left' : 'top center', + 'top center' : 'top right', + 'top right' : 'right center', + 'right center' : 'bottom right', + 'bottom right' : 'bottom center', + 'bottom center' : 'bottom left', + 'bottom left' : 'left center', + 'left center' : 'top left' + }, + adjacentsAvailable = (verticalPosition == 'top' || verticalPosition == 'bottom'), + oppositeTried = false, + adjacentTried = false, + nextPosition = false + ; + if(!triedPositions) { + module.verbose('All available positions available'); + triedPositions = module.get.positions(); + } + + module.debug('Recording last position tried', position); + triedPositions[position] = true; + + if(settings.prefer === 'opposite') { + nextPosition = [opposite[verticalPosition], horizontalPosition]; + nextPosition = nextPosition.join(' '); + oppositeTried = (triedPositions[nextPosition] === true); + module.debug('Trying opposite strategy', nextPosition); + } + if((settings.prefer === 'adjacent') && adjacentsAvailable ) { + nextPosition = [verticalPosition, adjacent[horizontalPosition]]; + nextPosition = nextPosition.join(' '); + adjacentTried = (triedPositions[nextPosition] === true); + module.debug('Trying adjacent strategy', nextPosition); + } + if(adjacentTried || oppositeTried) { + module.debug('Using backup position', nextPosition); + nextPosition = backup[position]; + } + return nextPosition; + } + }, + + set: { + position: function(position, calculations) { + + // exit conditions + if($target.length === 0 || $popup.length === 0) { + module.error(error.notFound); + return; + } + var + offset, + distanceAway, + target, + popup, + parent, + positioning, + popupOffset, + distanceFromBoundary + ; + + calculations = calculations || module.get.calculations(); + position = position || $module.data(metadata.position) || settings.position; + + offset = $module.data(metadata.offset) || settings.offset; + distanceAway = settings.distanceAway; + + // shorthand + target = calculations.target; + popup = calculations.popup; + parent = calculations.parent; + + if(module.should.centerArrow(calculations)) { + module.verbose('Adjusting offset to center arrow on small target element'); + if(position == 'top left' || position == 'bottom left') { + offset += (target.width / 2); + offset -= settings.arrowPixelsFromEdge; + } + if(position == 'top right' || position == 'bottom right') { + offset -= (target.width / 2); + offset += settings.arrowPixelsFromEdge; + } + } + + if(target.width === 0 && target.height === 0 && !module.is.svg(target.element)) { + module.debug('Popup target is hidden, no action taken'); + return false; + } + + if(settings.inline) { + module.debug('Adding margin to calculation', target.margin); + if(position == 'left center' || position == 'right center') { + offset += target.margin.top; + distanceAway += -target.margin.left; + } + else if (position == 'top left' || position == 'top center' || position == 'top right') { + offset += target.margin.left; + distanceAway -= target.margin.top; + } + else { + offset += target.margin.left; + distanceAway += target.margin.top; + } + } + + module.debug('Determining popup position from calculations', position, calculations); + + if (module.is.rtl()) { + position = position.replace(/left|right/g, function (match) { + return (match == 'left') + ? 'right' + : 'left' + ; + }); + module.debug('RTL: Popup position updated', position); + } + + // if last attempt use specified last resort position + if(searchDepth == settings.maxSearchDepth && typeof settings.lastResort === 'string') { + position = settings.lastResort; + } + + switch (position) { + case 'top left': + positioning = { + top : 'auto', + bottom : parent.height - target.top + distanceAway, + left : target.left + offset, + right : 'auto' + }; + break; + case 'top center': + positioning = { + bottom : parent.height - target.top + distanceAway, + left : target.left + (target.width / 2) - (popup.width / 2) + offset, + top : 'auto', + right : 'auto' + }; + break; + case 'top right': + positioning = { + bottom : parent.height - target.top + distanceAway, + right : parent.width - target.left - target.width - offset, + top : 'auto', + left : 'auto' + }; + break; + case 'left center': + positioning = { + top : target.top + (target.height / 2) - (popup.height / 2) + offset, + right : parent.width - target.left + distanceAway, + left : 'auto', + bottom : 'auto' + }; + break; + case 'right center': + positioning = { + top : target.top + (target.height / 2) - (popup.height / 2) + offset, + left : target.left + target.width + distanceAway, + bottom : 'auto', + right : 'auto' + }; + break; + case 'bottom left': + positioning = { + top : target.top + target.height + distanceAway, + left : target.left + offset, + bottom : 'auto', + right : 'auto' + }; + break; + case 'bottom center': + positioning = { + top : target.top + target.height + distanceAway, + left : target.left + (target.width / 2) - (popup.width / 2) + offset, + bottom : 'auto', + right : 'auto' + }; + break; + case 'bottom right': + positioning = { + top : target.top + target.height + distanceAway, + right : parent.width - target.left - target.width - offset, + left : 'auto', + bottom : 'auto' + }; + break; + } + if(positioning === undefined) { + module.error(error.invalidPosition, position); + } + + module.debug('Calculated popup positioning values', positioning); + + // tentatively place on stage + $popup + .css(positioning) + .removeClass(className.position) + .addClass(position) + .addClass(className.loading) + ; + + popupOffset = module.get.popupOffset(); + + // see if any boundaries are surpassed with this tentative position + distanceFromBoundary = module.get.distanceFromBoundary(popupOffset, calculations); + + if(!settings.forcePosition && module.is.offstage(distanceFromBoundary, position) ) { + module.debug('Position is outside viewport', position); + if(searchDepth < settings.maxSearchDepth) { + searchDepth++; + position = module.get.nextPosition(position); + module.debug('Trying new position', position); + return ($popup) + ? module.set.position(position, calculations) + : false + ; + } + else { + if(settings.lastResort) { + module.debug('No position found, showing with last position'); + } + else { + module.debug('Popup could not find a position to display', $popup); + module.error(error.cannotPlace, element); + module.remove.attempts(); + module.remove.loading(); + module.reset(); + settings.onUnplaceable.call($popup, element); + return false; + } + } + } + module.debug('Position is on stage', position); + module.remove.attempts(); + module.remove.loading(); + if( settings.setFluidWidth && module.is.fluid() ) { + module.set.fluidWidth(calculations); + } + return true; + }, + + fluidWidth: function(calculations) { + calculations = calculations || module.get.calculations(); + module.debug('Automatically setting element width to parent width', calculations.parent.width); + $popup.css('width', calculations.container.width); + }, + + variation: function(variation) { + variation = variation || module.get.variation(); + if(variation && module.has.popup() ) { + module.verbose('Adding variation to popup', variation); + $popup.addClass(variation); + } + }, + + visible: function() { + $module.addClass(className.visible); + } + }, + + remove: { + loading: function() { + $popup.removeClass(className.loading); + }, + variation: function(variation) { + variation = variation || module.get.variation(); + if(variation) { + module.verbose('Removing variation', variation); + $popup.removeClass(variation); + } + }, + visible: function() { + $module.removeClass(className.visible); + }, + attempts: function() { + module.verbose('Resetting all searched positions'); + searchDepth = 0; + triedPositions = false; + } + }, + + bind: { + events: function() { + module.debug('Binding popup events to module'); + if(settings.on == 'click') { + $module + .on(clickEvent + eventNamespace, module.toggle) + ; + } + if(settings.on == 'hover') { + $module + .on('touchstart' + eventNamespace, module.event.touchstart) + ; + } + if( module.get.startEvent() ) { + $module + .on(module.get.startEvent() + eventNamespace, module.event.start) + .on(module.get.endEvent() + eventNamespace, module.event.end) + ; + } + if(settings.target) { + module.debug('Target set to element', $target); + } + $window.on('resize' + elementNamespace, module.event.resize); + }, + popup: function() { + module.verbose('Allowing hover events on popup to prevent closing'); + if( $popup && module.has.popup() ) { + $popup + .on('mouseenter' + eventNamespace, module.event.start) + .on('mouseleave' + eventNamespace, module.event.end) + ; + } + }, + close: function() { + if(settings.hideOnScroll === true || (settings.hideOnScroll == 'auto' && settings.on != 'click')) { + module.bind.closeOnScroll(); + } + if(module.is.closable()) { + module.bind.clickaway(); + } + else if(settings.on == 'hover' && openedWithTouch) { + module.bind.touchClose(); + } + }, + closeOnScroll: function() { + module.verbose('Binding scroll close event to document'); + $scrollContext + .one(module.get.scrollEvent() + elementNamespace, module.event.hideGracefully) + ; + }, + touchClose: function() { + module.verbose('Binding popup touchclose event to document'); + $document + .on('touchstart' + elementNamespace, function(event) { + module.verbose('Touched away from popup'); + module.event.hideGracefully.call(element, event); + }) + ; + }, + clickaway: function() { + module.verbose('Binding popup close event to document'); + $document + .on(clickEvent + elementNamespace, function(event) { + module.verbose('Clicked away from popup'); + module.event.hideGracefully.call(element, event); + }) + ; + } + }, + + unbind: { + events: function() { + $window + .off(elementNamespace) + ; + $module + .off(eventNamespace) + ; + }, + close: function() { + $document + .off(elementNamespace) + ; + $scrollContext + .off(elementNamespace) + ; + }, + }, + + has: { + popup: function() { + return ($popup && $popup.length > 0); + } + }, + + should: { + centerArrow: function(calculations) { + return !module.is.basic() && calculations.target.width <= (settings.arrowPixelsFromEdge * 2); + }, + }, + + is: { + closable: function() { + if(settings.closable == 'auto') { + if(settings.on == 'hover') { + return false; + } + return true; + } + return settings.closable; + }, + offstage: function(distanceFromBoundary, position) { + var + offstage = [] + ; + // return boundaries that have been surpassed + $.each(distanceFromBoundary, function(direction, distance) { + if(distance < -settings.jitter) { + module.debug('Position exceeds allowable distance from edge', direction, distance, position); + offstage.push(direction); + } + }); + if(offstage.length > 0) { + return true; + } + else { + return false; + } + }, + svg: function(element) { + return module.supports.svg() && (element instanceof SVGGraphicsElement); + }, + basic: function() { + return $module.hasClass(className.basic); + }, + active: function() { + return $module.hasClass(className.active); + }, + animating: function() { + return ($popup !== undefined && $popup.hasClass(className.animating) ); + }, + fluid: function() { + return ($popup !== undefined && $popup.hasClass(className.fluid)); + }, + visible: function() { + return ($popup !== undefined && $popup.hasClass(className.popupVisible)); + }, + dropdown: function() { + return $module.hasClass(className.dropdown); + }, + hidden: function() { + return !module.is.visible(); + }, + rtl: function () { + return $module.attr('dir') === 'rtl' || $module.css('direction') === 'rtl'; + } + }, + + reset: function() { + module.remove.visible(); + if(settings.preserve) { + if($.fn.transition !== undefined) { + $popup + .transition('remove transition') + ; + } + } + else { + module.removePopup(); + } + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.popup.settings = { + + name : 'Popup', + + // module settings + silent : false, + debug : false, + verbose : false, + performance : true, + namespace : 'popup', + + // whether it should use dom mutation observers + observeChanges : true, + + // callback only when element added to dom + onCreate : function(){}, + + // callback before element removed from dom + onRemove : function(){}, + + // callback before show animation + onShow : function(){}, + + // callback after show animation + onVisible : function(){}, + + // callback before hide animation + onHide : function(){}, + + // callback when popup cannot be positioned in visible screen + onUnplaceable : function(){}, + + // callback after hide animation + onHidden : function(){}, + + // when to show popup + on : 'hover', + + // element to use to determine if popup is out of boundary + boundary : window, + + // whether to add touchstart events when using hover + addTouchEvents : true, + + // default position relative to element + position : 'top left', + + // if given position should be used regardless if popup fits + forcePosition : false, + + // name of variation to use + variation : '', + + // whether popup should be moved to context + movePopup : true, + + // element which popup should be relative to + target : false, + + // jq selector or element that should be used as popup + popup : false, + + // popup should remain inline next to activator + inline : false, + + // popup should be removed from page on hide + preserve : false, + + // popup should not close when being hovered on + hoverable : false, + + // explicitly set content + content : false, + + // explicitly set html + html : false, + + // explicitly set title + title : false, + + // whether automatically close on clickaway when on click + closable : true, + + // automatically hide on scroll + hideOnScroll : 'auto', + + // hide other popups on show + exclusive : false, + + // context to attach popups + context : 'body', + + // context for binding scroll events + scrollContext : window, + + // position to prefer when calculating new position + prefer : 'opposite', + + // specify position to appear even if it doesn't fit + lastResort : false, + + // number of pixels from edge of popup to pointing arrow center (used from centering) + arrowPixelsFromEdge: 20, + + // delay used to prevent accidental refiring of animations due to user error + delay : { + show : 50, + hide : 70 + }, + + // whether fluid variation should assign width explicitly + setFluidWidth : true, + + // transition settings + duration : 200, + transition : 'scale', + + // distance away from activating element in px + distanceAway : 0, + + // number of pixels an element is allowed to be "offstage" for a position to be chosen (allows for rounding) + jitter : 2, + + // offset on aligning axis from calculated position + offset : 0, + + // maximum times to look for a position before failing (9 positions total) + maxSearchDepth : 15, + + error: { + invalidPosition : 'The position you specified is not a valid position', + cannotPlace : 'Popup does not fit within the boundaries of the viewport', + method : 'The method you called is not defined.', + noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>', + notFound : 'The target or popup you specified does not exist on the page' + }, + + metadata: { + activator : 'activator', + content : 'content', + html : 'html', + offset : 'offset', + position : 'position', + title : 'title', + variation : 'variation' + }, + + className : { + active : 'active', + basic : 'basic', + animating : 'animating', + dropdown : 'dropdown', + fluid : 'fluid', + loading : 'loading', + popup : 'ui popup', + position : 'top left center bottom right', + visible : 'visible', + popupVisible : 'visible' + }, + + selector : { + popup : '.ui.popup' + }, + + templates: { + escape: function(string) { + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + }, + popup: function(text) { + var + html = '', + escape = $.fn.popup.settings.templates.escape + ; + if(typeof text !== undefined) { + if(typeof text.title !== undefined && text.title) { + text.title = escape(text.title); + html += '<div class="header">' + text.title + '</div>'; + } + if(typeof text.content !== undefined && text.content) { + text.content = escape(text.content); + html += '<div class="content">' + text.content + '</div>'; + } + } + return html; + } + } + +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Progress + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.progress = function(parameters) { + var + $allModules = $(this), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.progress.settings, parameters) + : $.extend({}, $.fn.progress.settings), + + className = settings.className, + metadata = settings.metadata, + namespace = settings.namespace, + selector = settings.selector, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $bars = $(this).find(selector.bar), + $progresses = $(this).find(selector.progress), + $label = $(this).find(selector.label), + + element = this, + instance = $module.data(moduleNamespace), + + animating = false, + transitionEnd, + module + ; + module = { + helper: { + sum: function (nums) { + return Array.isArray(nums) ? nums.reduce(function (left, right) { + return left + Number(right); + }, 0) : 0; + }, + /** + * Derive precision for multiple progress with total and values. + * + * This helper dervices a precision that is sufficiently large to show minimum value of multiple progress. + * + * Example1 + * - total: 1122 + * - values: [325, 111, 74, 612] + * - min ratio: 74/1122 = 0.0659... + * - required precision: 100 + * + * Example2 + * - total: 10541 + * - values: [3235, 1111, 74, 6121] + * - min ratio: 74/10541 = 0.0070... + * - required precision: 1000 + * + * @param min A minimum value within multiple values + * @param total A total amount of multiple values + * @returns {number} A precison. Could be 1, 10, 100, ... 1e+10. + */ + derivePrecision: function(min, total) { + var precisionPower = 0 + var precision = 1; + var ratio = min / total; + while (precisionPower < 10) { + ratio = ratio * precision; + if (ratio > 1) { + break; + } + precision = Math.pow(10, precisionPower++); + } + return precision; + }, + forceArray: function (element) { + return Array.isArray(element) + ? element + : !isNaN(element) + ? [element] + : typeof element == 'string' + ? element.split(',') + : [] + ; + } + }, + + initialize: function() { + module.set.duration(); + module.set.transitionEvent(); + module.debug(element); + + module.read.metadata(); + module.read.settings(); + + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of progress', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + destroy: function() { + module.verbose('Destroying previous progress for', $module); + clearInterval(instance.interval); + module.remove.state(); + $module.removeData(moduleNamespace); + instance = undefined; + }, + + reset: function() { + module.remove.nextValue(); + module.update.progress(0); + }, + + complete: function(keepState) { + if(module.percent === undefined || module.percent < 100) { + module.remove.progressPoll(); + if(keepState !== true){ + module.set.percent(100); + } + } + }, + + read: { + metadata: function() { + var + data = { + percent : module.helper.forceArray($module.data(metadata.percent)), + total : $module.data(metadata.total), + value : module.helper.forceArray($module.data(metadata.value)) + } + ; + if(data.total) { + module.debug('Total value set from metadata', data.total); + module.set.total(data.total); + } + if(data.value.length > 0) { + module.debug('Current value set from metadata', data.value); + module.set.value(data.value); + module.set.progress(data.value); + } + if(data.percent.length > 0) { + module.debug('Current percent value set from metadata', data.percent); + module.set.percent(data.percent); + } + }, + settings: function() { + if(settings.total !== false) { + module.debug('Current total set in settings', settings.total); + module.set.total(settings.total); + } + if(settings.value !== false) { + module.debug('Current value set in settings', settings.value); + module.set.value(settings.value); + module.set.progress(module.value); + } + if(settings.percent !== false) { + module.debug('Current percent set in settings', settings.percent); + module.set.percent(settings.percent); + } + } + }, + + bind: { + transitionEnd: function(callback) { + var + transitionEnd = module.get.transitionEnd() + ; + $bars + .one(transitionEnd + eventNamespace, function(event) { + clearTimeout(module.failSafeTimer); + callback.call(this, event); + }) + ; + module.failSafeTimer = setTimeout(function() { + $bars.triggerHandler(transitionEnd); + }, settings.duration + settings.failSafeDelay); + module.verbose('Adding fail safe timer', module.timer); + } + }, + + increment: function(incrementValue) { + var + startValue, + newValue + ; + if( module.has.total() ) { + startValue = module.get.value(); + incrementValue = incrementValue || 1; + } + else { + startValue = module.get.percent(); + incrementValue = incrementValue || module.get.randomValue(); + } + newValue = startValue + incrementValue; + module.debug('Incrementing percentage by', startValue, newValue, incrementValue); + newValue = module.get.normalizedValue(newValue); + module.set.progress(newValue); + }, + decrement: function(decrementValue) { + var + total = module.get.total(), + startValue, + newValue + ; + if(total) { + startValue = module.get.value(); + decrementValue = decrementValue || 1; + newValue = startValue - decrementValue; + module.debug('Decrementing value by', decrementValue, startValue); + } + else { + startValue = module.get.percent(); + decrementValue = decrementValue || module.get.randomValue(); + newValue = startValue - decrementValue; + module.debug('Decrementing percentage by', decrementValue, startValue); + } + newValue = module.get.normalizedValue(newValue); + module.set.progress(newValue); + }, + + has: { + progressPoll: function() { + return module.progressPoll; + }, + total: function() { + return (module.get.total() !== false); + } + }, + + get: { + text: function(templateText, index) { + var + index_ = index || 0, + value = module.get.value(index_), + total = module.total || 0, + percent = (animating) + ? module.get.displayPercent(index_) + : module.get.percent(index_), + left = (module.total > 0) + ? (total - value) + : (100 - percent) + ; + templateText = templateText || ''; + templateText = templateText + .replace('{value}', value) + .replace('{total}', total) + .replace('{left}', left) + .replace('{percent}', percent) + .replace('{bar}', settings.text.bars[index_] || '') + ; + module.verbose('Adding variables to progress bar text', templateText); + return templateText; + }, + + normalizedValue: function(value) { + if(value < 0) { + module.debug('Value cannot decrement below 0'); + return 0; + } + if(module.has.total()) { + if(value > module.total) { + module.debug('Value cannot increment above total', module.total); + return module.total; + } + } + else if(value > 100 ) { + module.debug('Value cannot increment above 100 percent'); + return 100; + } + return value; + }, + + updateInterval: function() { + if(settings.updateInterval == 'auto') { + return settings.duration; + } + return settings.updateInterval; + }, + + randomValue: function() { + module.debug('Generating random increment percentage'); + return Math.floor((Math.random() * settings.random.max) + settings.random.min); + }, + + numericValue: function(value) { + return (typeof value === 'string') + ? (value.replace(/[^\d.]/g, '') !== '') + ? +(value.replace(/[^\d.]/g, '')) + : false + : value + ; + }, + + transitionEnd: function() { + var + element = document.createElement('element'), + transitions = { + 'transition' :'transitionend', + 'OTransition' :'oTransitionEnd', + 'MozTransition' :'transitionend', + 'WebkitTransition' :'webkitTransitionEnd' + }, + transition + ; + for(transition in transitions){ + if( element.style[transition] !== undefined ){ + return transitions[transition]; + } + } + }, + + // gets current displayed percentage (if animating values this is the intermediary value) + displayPercent: function(index) { + var + $bar = $($bars[index]), + barWidth = $bar.width(), + totalWidth = $module.width(), + minDisplay = parseInt($bar.css('min-width'), 10), + displayPercent = (barWidth > minDisplay) + ? (barWidth / totalWidth * 100) + : module.percent + ; + return (settings.precision > 0) + ? Math.round(displayPercent * (10 * settings.precision)) / (10 * settings.precision) + : Math.round(displayPercent) + ; + }, + + percent: function(index) { + return module.percent && module.percent[index || 0] || 0; + }, + value: function(index) { + return module.nextValue || module.value && module.value[index || 0] || 0; + }, + total: function() { + return module.total || false; + } + }, + + create: { + progressPoll: function() { + module.progressPoll = setTimeout(function() { + module.update.toNextValue(); + module.remove.progressPoll(); + }, module.get.updateInterval()); + }, + }, + + is: { + complete: function() { + return module.is.success() || module.is.warning() || module.is.error(); + }, + success: function() { + return $module.hasClass(className.success); + }, + warning: function() { + return $module.hasClass(className.warning); + }, + error: function() { + return $module.hasClass(className.error); + }, + active: function() { + return $module.hasClass(className.active); + }, + visible: function() { + return $module.is(':visible'); + } + }, + + remove: { + progressPoll: function() { + module.verbose('Removing progress poll timer'); + if(module.progressPoll) { + clearTimeout(module.progressPoll); + delete module.progressPoll; + } + }, + nextValue: function() { + module.verbose('Removing progress value stored for next update'); + delete module.nextValue; + }, + state: function() { + module.verbose('Removing stored state'); + delete module.total; + delete module.percent; + delete module.value; + }, + active: function() { + module.verbose('Removing active state'); + $module.removeClass(className.active); + }, + success: function() { + module.verbose('Removing success state'); + $module.removeClass(className.success); + }, + warning: function() { + module.verbose('Removing warning state'); + $module.removeClass(className.warning); + }, + error: function() { + module.verbose('Removing error state'); + $module.removeClass(className.error); + } + }, + + set: { + barWidth: function(values) { + module.debug("set bar width with ", values); + values = module.helper.forceArray(values); + var firstNonZeroIndex = -1; + var lastNonZeroIndex = -1; + var valuesSum = module.helper.sum(values); + var barCounts = $bars.length; + var isMultiple = barCounts > 1; + var percents = values.map(function(value, index) { + var allZero = (index === barCounts - 1 && valuesSum === 0); + var $bar = $($bars[index]); + if (value === 0 && isMultiple && !allZero) { + $bar.css('display', 'none'); + } else { + if (isMultiple && allZero) { + $bar.css('background', 'transparent'); + } + if (firstNonZeroIndex == -1) { + firstNonZeroIndex = index; + } + lastNonZeroIndex = index; + $bar.css({ + display: 'block', + width: value + '%' + }); + } + return parseFloat(value); + }); + values.forEach(function(_, index) { + var $bar = $($bars[index]); + $bar.css({ + borderTopLeftRadius: index == firstNonZeroIndex ? '' : 0, + borderBottomLeftRadius: index == firstNonZeroIndex ? '' : 0, + borderTopRightRadius: index == lastNonZeroIndex ? '' : 0, + borderBottomRightRadius: index == lastNonZeroIndex ? '' : 0 + }); + }); + $module + .attr('data-percent', percents) + ; + }, + duration: function(duration) { + duration = duration || settings.duration; + duration = (typeof duration == 'number') + ? duration + 'ms' + : duration + ; + module.verbose('Setting progress bar transition duration', duration); + $bars + .css({ + 'transition-duration': duration + }) + ; + }, + percent: function(percents) { + percents = module.helper.forceArray(percents).map(function(percent) { + return (typeof percent == 'string') + ? +(percent.replace('%', '')) + : percent + ; + }); + var hasTotal = module.has.total(); + var totalPecent = module.helper.sum(percents); + var isMultpleValues = percents.length > 1 && hasTotal; + var sumTotal = module.helper.sum(module.helper.forceArray(module.value)); + if (isMultpleValues && sumTotal > module.total) { + // Sum values instead of pecents to avoid precision issues when summing floats + module.error(error.sumExceedsTotal, sumTotal, module.total); + } else if (!isMultpleValues && totalPecent > 100) { + // Sum before rouding since sum of rounded may have error though sum of actual is fine + module.error(error.tooHigh, totalPecent); + } else if (totalPecent < 0) { + module.error(error.tooLow, totalPecent); + } else { + var autoPrecision = settings.precision > 0 + ? settings.precision + : isMultpleValues + ? module.helper.derivePrecision(Math.min.apply(null, module.value), module.total) + : undefined; + + // round display percentage + var roundedPercents = percents.map(function (percent) { + return (autoPrecision > 0) + ? Math.round(percent * (10 * autoPrecision)) / (10 * autoPrecision) + : Math.round(percent) + ; + }); + module.percent = roundedPercents; + if (!hasTotal) { + module.value = roundedPercents.map(function (percent) { + return (autoPrecision > 0) + ? Math.round((percent / 100) * module.total * (10 * autoPrecision)) / (10 * autoPrecision) + : Math.round((percent / 100) * module.total * 10) / 10 + ; + }); + if (settings.limitValues) { + module.value = module.value.map(function (value) { + return (value > 100) + ? 100 + : (module.value < 0) + ? 0 + : module.value; + }); + } + } + module.set.barWidth(percents); + module.set.labelInterval(); + module.set.labels(); + } + settings.onChange.call(element, percents, module.value, module.total); + }, + labelInterval: function() { + var + animationCallback = function() { + module.verbose('Bar finished animating, removing continuous label updates'); + clearInterval(module.interval); + animating = false; + module.set.labels(); + } + ; + clearInterval(module.interval); + module.bind.transitionEnd(animationCallback); + animating = true; + module.interval = setInterval(function() { + var + isInDOM = $.contains(document.documentElement, element) + ; + if(!isInDOM) { + clearInterval(module.interval); + animating = false; + } + module.set.labels(); + }, settings.framerate); + }, + labels: function() { + module.verbose('Setting both bar progress and outer label text'); + module.set.barLabel(); + module.set.state(); + }, + label: function(text) { + text = text || ''; + if(text) { + text = module.get.text(text); + module.verbose('Setting label to text', text); + $label.text(text); + } + }, + state: function(percent) { + percent = (percent !== undefined) + ? percent + : module.helper.sum(module.percent) + ; + if(percent === 100) { + if(settings.autoSuccess && $bars.length === 1 && !(module.is.warning() || module.is.error() || module.is.success())) { + module.set.success(); + module.debug('Automatically triggering success at 100%'); + } + else { + module.verbose('Reached 100% removing active state'); + module.remove.active(); + module.remove.progressPoll(); + } + } + else if(percent > 0) { + module.verbose('Adjusting active progress bar label', percent); + module.set.active(); + } + else { + module.remove.active(); + module.set.label(settings.text.active); + } + }, + barLabel: function(text) { + $progresses.map(function(index, element){ + var $progress = $(element); + if (text !== undefined) { + $progress.text( module.get.text(text, index) ); + } + else if (settings.label == 'ratio' && module.total) { + module.verbose('Adding ratio to bar label'); + $progress.text( module.get.text(settings.text.ratio, index) ); + } + else if (settings.label == 'percent') { + module.verbose('Adding percentage to bar label'); + $progress.text( module.get.text(settings.text.percent, index) ); + } + }); + }, + active: function(text) { + text = text || settings.text.active; + module.debug('Setting active state'); + if(settings.showActivity && !module.is.active() ) { + $module.addClass(className.active); + } + module.remove.warning(); + module.remove.error(); + module.remove.success(); + text = settings.onLabelUpdate('active', text, module.value, module.total); + if(text) { + module.set.label(text); + } + module.bind.transitionEnd(function() { + settings.onActive.call(element, module.value, module.total); + }); + }, + success : function(text, keepState) { + text = text || settings.text.success || settings.text.active; + module.debug('Setting success state'); + $module.addClass(className.success); + module.remove.active(); + module.remove.warning(); + module.remove.error(); + module.complete(keepState); + if(settings.text.success) { + text = settings.onLabelUpdate('success', text, module.value, module.total); + module.set.label(text); + } + else { + text = settings.onLabelUpdate('active', text, module.value, module.total); + module.set.label(text); + } + module.bind.transitionEnd(function() { + settings.onSuccess.call(element, module.total); + }); + }, + warning : function(text, keepState) { + text = text || settings.text.warning; + module.debug('Setting warning state'); + $module.addClass(className.warning); + module.remove.active(); + module.remove.success(); + module.remove.error(); + module.complete(keepState); + text = settings.onLabelUpdate('warning', text, module.value, module.total); + if(text) { + module.set.label(text); + } + module.bind.transitionEnd(function() { + settings.onWarning.call(element, module.value, module.total); + }); + }, + error : function(text, keepState) { + text = text || settings.text.error; + module.debug('Setting error state'); + $module.addClass(className.error); + module.remove.active(); + module.remove.success(); + module.remove.warning(); + module.complete(keepState); + text = settings.onLabelUpdate('error', text, module.value, module.total); + if(text) { + module.set.label(text); + } + module.bind.transitionEnd(function() { + settings.onError.call(element, module.value, module.total); + }); + }, + transitionEvent: function() { + transitionEnd = module.get.transitionEnd(); + }, + total: function(totalValue) { + module.total = totalValue; + }, + value: function(value) { + module.value = module.helper.forceArray(value); + }, + progress: function(value) { + if(!module.has.progressPoll()) { + module.debug('First update in progress update interval, immediately updating', value); + module.update.progress(value); + module.create.progressPoll(); + } + else { + module.debug('Updated within interval, setting next update to use new value', value); + module.set.nextValue(value); + } + }, + nextValue: function(value) { + module.nextValue = value; + } + }, + + update: { + toNextValue: function() { + var + nextValue = module.nextValue + ; + if(nextValue) { + module.debug('Update interval complete using last updated value', nextValue); + module.update.progress(nextValue); + module.remove.nextValue(); + } + }, + progress: function(values) { + var hasTotal = module.has.total(); + if (hasTotal) { + module.set.value(values); + } + var percentCompletes = module.helper.forceArray(values).map(function(value) { + var + percentComplete + ; + value = module.get.numericValue(value); + if (value === false) { + module.error(error.nonNumeric, value); + } + value = module.get.normalizedValue(value); + if (hasTotal) { + percentComplete = (value / module.total) * 100; + module.debug('Calculating percent complete from total', percentComplete); + } + else { + percentComplete = value; + module.debug('Setting value to exact percentage value', percentComplete); + } + return percentComplete; + }); + module.set.percent( percentCompletes ); + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.progress.settings = { + + name : 'Progress', + namespace : 'progress', + + silent : false, + debug : false, + verbose : false, + performance : true, + + random : { + min : 2, + max : 5 + }, + + duration : 300, + + updateInterval : 'auto', + + autoSuccess : true, + showActivity : true, + limitValues : true, + + label : 'percent', + precision : 0, + framerate : (1000 / 30), /// 30 fps + + percent : false, + total : false, + value : false, + + // delay in ms for fail safe animation callback + failSafeDelay : 100, + + onLabelUpdate : function(state, text, value, total){ + return text; + }, + onChange : function(percent, value, total){}, + onSuccess : function(total){}, + onActive : function(value, total){}, + onError : function(value, total){}, + onWarning : function(value, total){}, + + error : { + method : 'The method you called is not defined.', + nonNumeric : 'Progress value is non numeric', + tooHigh : 'Value specified is above 100%', + tooLow : 'Value specified is below 0%', + sumExceedsTotal : 'Sum of multple values exceed total', + }, + + regExp: { + variable: /\{\$*[A-z0-9]+\}/g + }, + + metadata: { + percent : 'percent', + total : 'total', + value : 'value' + }, + + selector : { + bar : '> .bar', + label : '> .label', + progress : '.bar > .progress' + }, + + text : { + active : false, + error : false, + success : false, + warning : false, + percent : '{percent}%', + ratio : '{value} of {total}', + bars : [''] + }, + + className : { + active : 'active', + error : 'error', + success : 'success', + warning : 'warning' + } + +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Slider + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ( $, window, document, undefined ) { + +"use strict"; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.slider = function(parameters) { + + var + $allModules = $(this), + $window = $(window), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + alphabet = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], + + SINGLE_STEP = 1, + BIG_STEP = 2, + NO_STEP = 0, + SINGLE_BACKSTEP = -1, + BIG_BACKSTEP = -2, + + // Used to manage document bound events. + // Use this so that we can distinguish between which document events are bound to which range. + currentRange = 0, + + returnedValue + ; + + $allModules + .each(function() { + + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.slider.settings, parameters) + : $.extend({}, $.fn.slider.settings), + + className = settings.className, + metadata = settings.metadata, + namespace = settings.namespace, + error = settings.error, + keys = settings.keys, + interpretLabel = settings.interpretLabel, + + isHover = false, + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $currThumb, + $thumb, + $secondThumb, + $track, + $trackFill, + $labels, + + element = this, + instance = $module.data(moduleNamespace), + + documentEventID, + + value, + position, + secondPos, + offset, + precision, + isTouch, + gapRatio = 1, + + initialPosition, + initialLoad, + module + ; + + module = { + + initialize: function() { + module.debug('Initializing slider', settings); + initialLoad = true; + + currentRange += 1; + documentEventID = currentRange; + + isTouch = module.setup.testOutTouch(); + module.setup.layout(); + module.setup.labels(); + + if(!module.is.disabled()) { + module.bind.events(); + } + + module.read.metadata(); + module.read.settings(); + + initialLoad = false; + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of slider', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous slider for', $module); + clearInterval(instance.interval); + module.unbind.events(); + module.unbind.slidingEvents(); + $module.removeData(moduleNamespace); + instance = undefined; + }, + + setup: { + layout: function() { + if( $module.attr('tabindex') === undefined) { + $module.attr('tabindex', 0); + } + if($module.find('.inner').length == 0) { + $module.append("<div class='inner'>" + + "<div class='track'></div>" + + "<div class='track-fill'></div>" + + "<div class='thumb'></div>" + + "</div>"); + } + precision = module.get.precision(); + $thumb = $module.find('.thumb:not(.second)'); + $currThumb = $thumb; + if(module.is.range()) { + if($module.find('.thumb.second').length == 0) { + $module.find('.inner').append("<div class='thumb second'></div>"); + } + $secondThumb = $module.find('.thumb.second'); + } + $track = $module.find('.track'); + $trackFill = $module.find('.track-fill'); + offset = $thumb.width() / 2; + }, + labels: function() { + if(module.is.labeled()) { + $labels = $module.find('.labels:not(.auto)'); + if($labels.length != 0) { + module.setup.customLabel(); + } else { + module.setup.autoLabel(); + } + + if (settings.showLabelTicks) { + $module.addClass(className.ticked) + } + } + }, + testOutTouch: function() { + try { + document.createEvent('TouchEvent'); + return true; + } catch (e) { + return false; + } + }, + customLabel: function() { + var + $children = $labels.find('.label'), + numChildren = $children.length, + min = module.get.min(), + max = module.get.max(), + ratio + ; + $children.each(function(index) { + var + $child = $(this), + attrValue = $child.attr('data-value') + ; + if(attrValue) { + attrValue = attrValue > max ? max : attrValue < min ? min : attrValue; + ratio = (attrValue - min) / (max - min); + } else { + ratio = (index + 1) / (numChildren + 1); + } + module.update.labelPosition(ratio, $(this)); + }); + }, + autoLabel: function() { + if(module.get.step() != 0) { + $labels = $module.find('.labels'); + if($labels.length != 0) { + $labels.empty(); + } + else { + $labels = $module.append('<ul class="auto labels"></ul>').find('.labels'); + } + for(var i = 0, len = module.get.numLabels(); i <= len; i++) { + var + labelText = module.get.label(i), + $label = (labelText !== "") + ? !(i % module.get.gapRatio()) + ? $('<li class="label">' + labelText + '</li>') + : $('<li class="halftick label"></li>') + : null, + ratio = i / len + ; + if($label) { + module.update.labelPosition(ratio, $label); + $labels.append($label); + } + } + } + } + }, + + bind: { + events: function() { + module.bind.globalKeyboardEvents(); + module.bind.keyboardEvents(); + module.bind.mouseEvents(); + if(module.is.touch()) { + module.bind.touchEvents(); + } + if (settings.autoAdjustLabels) { + module.bind.windowEvents(); + } + }, + keyboardEvents: function() { + module.verbose('Binding keyboard events'); + $module.on('keydown' + eventNamespace, module.event.keydown); + }, + globalKeyboardEvents: function() { + $(document).on('keydown' + eventNamespace + documentEventID, module.event.activateFocus); + }, + mouseEvents: function() { + module.verbose('Binding mouse events'); + $module.find('.track, .thumb, .inner').on('mousedown' + eventNamespace, function(event) { + event.stopImmediatePropagation(); + event.preventDefault(); + module.event.down(event); + }); + $module.on('mousedown' + eventNamespace, module.event.down); + $module.on('mouseenter' + eventNamespace, function(event) { + isHover = true; + }); + $module.on('mouseleave' + eventNamespace, function(event) { + isHover = false; + }); + }, + touchEvents: function() { + module.verbose('Binding touch events'); + $module.find('.track, .thumb, .inner').on('touchstart' + eventNamespace, function(event) { + event.stopImmediatePropagation(); + event.preventDefault(); + module.event.down(event); + }); + $module.on('touchstart' + eventNamespace, module.event.down); + }, + slidingEvents: function() { + // these don't need the identifier because we only ever want one of them to be registered with document + module.verbose('Binding page wide events while handle is being draged'); + if(module.is.touch()) { + $(document).on('touchmove' + eventNamespace, module.event.move); + $(document).on('touchend' + eventNamespace, module.event.up); + } + else { + $(document).on('mousemove' + eventNamespace, module.event.move); + $(document).on('mouseup' + eventNamespace, module.event.up); + } + }, + windowEvents: function() { + $window.on('resize' + eventNamespace, module.event.resize); + } + }, + + unbind: { + events: function() { + $module.find('.track, .thumb, .inner').off('mousedown' + eventNamespace); + $module.find('.track, .thumb, .inner').off('touchstart' + eventNamespace); + $module.off('mousedown' + eventNamespace); + $module.off('mouseenter' + eventNamespace); + $module.off('mouseleave' + eventNamespace); + $module.off('touchstart' + eventNamespace); + $module.off('keydown' + eventNamespace); + $module.off('focusout' + eventNamespace); + $(document).off('keydown' + eventNamespace + documentEventID, module.event.activateFocus); + $window.off('resize' + eventNamespace); + }, + slidingEvents: function() { + if(module.is.touch()) { + $(document).off('touchmove' + eventNamespace); + $(document).off('touchend' + eventNamespace); + } else { + $(document).off('mousemove' + eventNamespace); + $(document).off('mouseup' + eventNamespace); + } + }, + }, + + event: { + down: function(event) { + event.preventDefault(); + if(module.is.range()) { + var + eventPos = module.determine.eventPos(event), + newPos = module.determine.pos(eventPos) + ; + // Special handling if range mode and both thumbs have the same value + if(module.is.range() && settings.preventCrossover && module.thumbVal === module.secondThumbVal) { + initialPosition = newPos; + $currThumb = undefined; + } else { + $currThumb = module.determine.closestThumb(newPos); + } + } + if(!module.is.disabled()) { + module.bind.slidingEvents(); + } + }, + move: function(event) { + event.preventDefault(); + var value = module.determine.valueFromEvent(event); + if($currThumb === undefined) { + var + eventPos = module.determine.eventPos(event), + newPos = module.determine.pos(eventPos) + ; + $currThumb = initialPosition > newPos ? $thumb : $secondThumb; + } + if(module.get.step() == 0 || module.is.smooth()) { + var + thumbVal = module.thumbVal, + secondThumbVal = module.secondThumbVal, + thumbSmoothVal = module.determine.smoothValueFromEvent(event) + ; + if(!$currThumb.hasClass('second')) { + if(settings.preventCrossover) { + value = Math.min(secondThumbVal, value); + thumbSmoothVal = Math.min(secondThumbVal, thumbSmoothVal); + } + thumbVal = value; + } else { + if(settings.preventCrossover) { + value = Math.max(thumbVal, value); + thumbSmoothVal = Math.max(thumbVal, thumbSmoothVal); + } + secondThumbVal = value; + } + value = Math.abs(thumbVal - (secondThumbVal || 0)); + module.update.position(thumbSmoothVal); + settings.onMove.call(element, value, thumbVal, secondThumbVal); + } else { + module.update.value(value, function(value, thumbVal, secondThumbVal) { + settings.onMove.call(element, value, thumbVal, secondThumbVal); + }); + } + }, + up: function(event) { + event.preventDefault(); + var value = module.determine.valueFromEvent(event); + module.set.value(value); + module.unbind.slidingEvents(); + }, + keydown: function(event, first) { + if(module.is.range() && settings.preventCrossover && module.thumbVal === module.secondThumbVal) { + $currThumb = undefined; + } + if(module.is.focused()) { + $(document).trigger(event); + } + if(first || module.is.focused()) { + var step = module.determine.keyMovement(event); + if(step != NO_STEP) { + event.preventDefault(); + switch(step) { + case SINGLE_STEP: + module.takeStep(); + break; + case BIG_STEP: + module.takeStep(module.get.multiplier()); + break; + case SINGLE_BACKSTEP: + module.backStep(); + break; + case BIG_BACKSTEP: + module.backStep(module.get.multiplier()); + break; + } + } + } + }, + activateFocus: function(event) { + if(!module.is.focused() && module.is.hover() && module.determine.keyMovement(event) != NO_STEP) { + event.preventDefault(); + module.event.keydown(event, true); + $module.focus(); + } + }, + resize: function(_event) { + // To avoid a useless performance cost, we only call the label refresh when its necessary + if (gapRatio != module.get.gapRatio()) { + module.setup.labels(); + gapRatio = module.get.gapRatio(); + } + } + }, + + resync: function() { + module.verbose('Resyncing thumb position based on value'); + if(module.is.range()) { + module.update.position(module.secondThumbVal, $secondThumb); + } + module.update.position(module.thumbVal, $thumb); + module.setup.labels(); + }, + takeStep: function(multiplier) { + var + multiplier = multiplier != undefined ? multiplier : 1, + step = module.get.step(), + currValue = module.get.currentThumbValue() + ; + module.verbose('Taking a step'); + if(step > 0) { + module.set.value(currValue + step * multiplier); + } else if (step == 0){ + var + precision = module.get.precision(), + newValue = currValue + (multiplier/precision) + ; + module.set.value(Math.round(newValue * precision) / precision); + } + }, + + backStep: function(multiplier) { + var + multiplier = multiplier != undefined ? multiplier : 1, + step = module.get.step(), + currValue = module.get.currentThumbValue() + ; + module.verbose('Going back a step'); + if(step > 0) { + module.set.value(currValue - step * multiplier); + } else if (step == 0) { + var + precision = module.get.precision(), + newValue = currValue - (multiplier/precision) + ; + module.set.value(Math.round(newValue * precision) / precision); + } + }, + + is: { + range: function() { + return $module.hasClass(settings.className.range); + }, + hover: function() { + return isHover; + }, + focused: function() { + return $module.is(':focus'); + }, + disabled: function() { + return $module.hasClass(settings.className.disabled); + }, + labeled: function() { + return $module.hasClass(settings.className.labeled); + }, + reversed: function() { + return $module.hasClass(settings.className.reversed); + }, + vertical: function() { + return $module.hasClass(settings.className.vertical); + }, + smooth: function() { + return settings.smooth || $module.hasClass(settings.className.smooth); + }, + touch: function() { + return isTouch; + } + }, + + get: { + trackOffset: function() { + if (module.is.vertical()) { + return $track.offset().top; + } else { + return $track.offset().left; + } + }, + trackLength: function() { + if (module.is.vertical()) { + return $track.height(); + } else { + return $track.width(); + } + }, + trackLeft: function() { + if (module.is.vertical()) { + return $track.position().top; + } else { + return $track.position().left; + } + }, + trackStartPos: function() { + return module.is.reversed() ? module.get.trackLeft() + module.get.trackLength() : module.get.trackLeft(); + }, + trackEndPos: function() { + return module.is.reversed() ? module.get.trackLeft() : module.get.trackLeft() + module.get.trackLength(); + }, + trackStartMargin: function () { + var margin; + if (module.is.vertical()) { + margin = module.is.reversed() ? $module.css('padding-bottom') : $module.css('padding-top'); + } else { + margin = module.is.reversed() ? $module.css('padding-right') : $module.css('padding-left'); + } + return margin || '0px'; + }, + trackEndMargin: function () { + var margin; + if (module.is.vertical()) { + margin = module.is.reversed() ? $module.css('padding-top') : $module.css('padding-bottom'); + } else { + margin = module.is.reversed() ? $module.css('padding-left') : $module.css('padding-right'); + } + return margin || '0px'; + }, + precision: function() { + var + decimalPlaces, + step = module.get.step() + ; + if(step != 0) { + var split = String(step).split('.'); + if(split.length == 2) { + decimalPlaces = split[1].length; + } else { + decimalPlaces = 0; + } + } else { + decimalPlaces = settings.decimalPlaces; + } + var precision = Math.pow(10, decimalPlaces); + module.debug('Precision determined', precision); + return precision; + }, + min: function() { + return settings.min; + }, + max: function() { + var step = module.get.step(), + min = module.get.min(), + quotient = step === 0 ? 0 : Math.floor((settings.max - min) / step), + remainder = step === 0 ? 0 : (settings.max - min) % step; + return remainder === 0 ? settings.max : min + quotient * step; + }, + step: function() { + return settings.step; + }, + numLabels: function() { + var value = Math.round((module.get.max() - module.get.min()) / module.get.step()); + module.debug('Determined that there should be ' + value + ' labels'); + return value; + }, + labelType: function() { + return settings.labelType; + }, + label: function(value) { + if(interpretLabel) { + return interpretLabel(value); + } + + switch (settings.labelType) { + case settings.labelTypes.number: + return Math.round(((value * module.get.step()) + module.get.min()) * precision ) / precision; + case settings.labelTypes.letter: + return alphabet[(value) % 26]; + default: + return value; + } + }, + value: function() { + return value; + }, + currentThumbValue: function() { + return $currThumb !== undefined && $currThumb.hasClass('second') ? module.secondThumbVal : module.thumbVal; + }, + thumbValue: function(which) { + switch(which) { + case 'second': + if(module.is.range()) { + return module.secondThumbVal; + } + else { + module.error(error.notrange); + break; + } + case 'first': + default: + return module.thumbVal; + } + }, + multiplier: function() { + return settings.pageMultiplier; + }, + thumbPosition: function(which) { + switch(which) { + case 'second': + if(module.is.range()) { + return secondPos; + } + else { + module.error(error.notrange); + break; + } + case 'first': + default: + return position; + } + }, + gapRatio: function() { + var gapRatio = 1; + + if( settings.autoAdjustLabels ) { + var + numLabels = module.get.numLabels(), + trackLength = module.get.trackLength(), + gapCounter = 1 + ; + + // While the distance between two labels is too short, + // we divide the number of labels at each iteration + // and apply only if the modulo of the operation is an odd number. + if(trackLength>0){ + while ((trackLength / numLabels) * gapCounter < settings.labelDistance) { + if( !(numLabels % gapCounter) ) { + gapRatio = gapCounter; + } + gapCounter += 1; + } + } + } + return gapRatio; + } + }, + + determine: { + pos: function(pagePos) { + return module.is.reversed() + ? + module.get.trackStartPos() - pagePos + module.get.trackOffset() + : + pagePos - module.get.trackOffset() - module.get.trackStartPos() + ; + }, + closestThumb: function(eventPos) { + var + thumbPos = parseFloat(module.determine.thumbPos($thumb)), + thumbDelta = Math.abs(eventPos - thumbPos), + secondThumbPos = parseFloat(module.determine.thumbPos($secondThumb)), + secondThumbDelta = Math.abs(eventPos - secondThumbPos) + ; + if(thumbDelta === secondThumbDelta && module.get.thumbValue() === module.get.min()) { + return $secondThumb; + } + return thumbDelta <= secondThumbDelta ? $thumb : $secondThumb; + }, + closestThumbPos: function(eventPos) { + var + thumbPos = parseFloat(module.determine.thumbPos($thumb)), + thumbDelta = Math.abs(eventPos - thumbPos), + secondThumbPos = parseFloat(module.determine.thumbPos($secondThumb)), + secondThumbDelta = Math.abs(eventPos - secondThumbPos) + ; + return thumbDelta <= secondThumbDelta ? thumbPos : secondThumbPos; + }, + thumbPos: function($element) { + var pos = + module.is.vertical() + ? + module.is.reversed() ? $element.css('bottom') : $element.css('top') + : + module.is.reversed() ? $element.css('right') : $element.css('left') + ; + return pos; + }, + positionFromValue: function(value) { + var + min = module.get.min(), + max = module.get.max(), + value = value > max ? max : value < min ? min : value, + trackLength = module.get.trackLength(), + ratio = (value - min) / (max - min), + position = Math.round(ratio * trackLength) + ; + module.verbose('Determined position: ' + position + ' from value: ' + value); + return position; + }, + positionFromRatio: function(ratio) { + var + trackLength = module.get.trackLength(), + step = module.get.step(), + position = Math.round(ratio * trackLength), + adjustedPos = (step == 0) ? position : Math.round(position / step) * step + ; + return adjustedPos; + }, + valueFromEvent: function(event) { + var + eventPos = module.determine.eventPos(event), + newPos = module.determine.pos(eventPos), + value + ; + if(eventPos < module.get.trackOffset()) { + value = module.is.reversed() ? module.get.max() : module.get.min(); + } else if(eventPos > module.get.trackOffset() + module.get.trackLength()) { + value = module.is.reversed() ? module.get.min() : module.get.max(); + } else { + value = module.determine.value(newPos); + } + return value; + }, + smoothValueFromEvent: function(event) { + var + min = module.get.min(), + max = module.get.max(), + trackLength = module.get.trackLength(), + eventPos = module.determine.eventPos(event), + newPos = eventPos - module.get.trackOffset(), + ratio, + value + ; + newPos = newPos < 0 ? 0 : newPos > trackLength ? trackLength : newPos; + ratio = newPos / trackLength; + if (module.is.reversed()) { + ratio = 1 - ratio; + } + value = ratio * (max - min) + min; + return value; + }, + eventPos: function(event) { + if(module.is.touch()) { + var + touchEvent = event.changedTouches ? event : event.originalEvent, + touches = touchEvent.changedTouches[0] ? touchEvent.changedTouches : touchEvent.touches, + touchY = touches[0].pageY, + touchX = touches[0].pageX + ; + return module.is.vertical() ? touchY : touchX; + } + var + clickY = event.pageY || event.originalEvent.pageY, + clickX = event.pageX || event.originalEvent.pageX + ; + return module.is.vertical() ? clickY : clickX; + }, + value: function(position) { + var + startPos = module.is.reversed() ? module.get.trackEndPos() : module.get.trackStartPos(), + endPos = module.is.reversed() ? module.get.trackStartPos() : module.get.trackEndPos(), + ratio = (position - startPos) / (endPos - startPos), + range = module.get.max() - module.get.min(), + step = module.get.step(), + value = (ratio * range), + difference = (step == 0) ? value : Math.round(value / step) * step + ; + module.verbose('Determined value based upon position: ' + position + ' as: ' + value); + if(value != difference) { + module.verbose('Rounding value to closest step: ' + difference); + } + // Use precision to avoid ugly Javascript floating point rounding issues + // (like 35 * .01 = 0.35000000000000003) + difference = Math.round(difference * precision) / precision; + module.verbose('Cutting off additional decimal places'); + return difference + module.get.min(); + }, + keyMovement: function(event) { + var + key = event.which, + downArrow = + module.is.vertical() + ? + module.is.reversed() ? keys.downArrow : keys.upArrow + : + keys.downArrow + , + upArrow = + module.is.vertical() + ? + module.is.reversed() ? keys.upArrow : keys.downArrow + : + keys.upArrow + , + leftArrow = + !module.is.vertical() + ? + module.is.reversed() ? keys.rightArrow : keys.leftArrow + : + keys.leftArrow + , + rightArrow = + !module.is.vertical() + ? + module.is.reversed() ? keys.leftArrow : keys.rightArrow + : + keys.rightArrow + ; + if(key == downArrow || key == leftArrow) { + return SINGLE_BACKSTEP; + } else if(key == upArrow || key == rightArrow) { + return SINGLE_STEP; + } else if (key == keys.pageDown) { + return BIG_BACKSTEP; + } else if (key == keys.pageUp) { + return BIG_STEP; + } else { + return NO_STEP; + } + } + }, + + handleNewValuePosition: function(val) { + var + min = module.get.min(), + max = module.get.max(), + newPos + ; + if (val <= min) { + val = min; + } else if (val >= max) { + val = max; + } + newPos = module.determine.positionFromValue(val); + return newPos; + }, + + set: { + value: function(newValue) { + module.update.value(newValue, function(value, thumbVal, secondThumbVal) { + if (!initialLoad || settings.fireOnInit){ + settings.onChange.call(element, value, thumbVal, secondThumbVal); + settings.onMove.call(element, value, thumbVal, secondThumbVal); + } + }); + }, + rangeValue: function(first, second) { + if(module.is.range()) { + var + min = module.get.min(), + max = module.get.max() + ; + if (first <= min) { + first = min; + } else if(first >= max){ + first = max; + } + if (second <= min) { + second = min; + } else if(second >= max){ + second = max; + } + module.thumbVal = first; + module.secondThumbVal = second; + value = Math.abs(module.thumbVal - module.secondThumbVal); + module.update.position(module.thumbVal, $thumb); + module.update.position(module.secondThumbVal, $secondThumb); + if (!initialLoad || settings.fireOnInit) { + settings.onChange.call(element, value, module.thumbVal, module.secondThumbVal); + settings.onMove.call(element, value, module.thumbVal, module.secondThumbVal); + } + } else { + module.error(error.notrange); + } + }, + position: function(position, which) { + var thumbVal = module.determine.value(position); + switch (which) { + case 'second': + module.secondThumbVal = thumbVal; + module.update.position(thumbVal, $secondThumb); + break; + default: + module.thumbVal = thumbVal; + module.update.position(thumbVal, $thumb); + } + value = Math.abs(module.thumbVal - (module.secondThumbVal || 0)); + module.set.value(value); + } + }, + + update: { + value: function(newValue, callback) { + var + min = module.get.min(), + max = module.get.max() + ; + if (newValue <= min) { + newValue = min; + } else if(newValue >= max){ + newValue = max; + } + if(!module.is.range()) { + value = newValue; + module.thumbVal = value; + } else { + if($currThumb === undefined) { + $currThumb = newValue <= module.get.currentThumbValue() ? $thumb : $secondThumb; + } + if(!$currThumb.hasClass('second')) { + if(settings.preventCrossover) { + newValue = Math.min(module.secondThumbVal, newValue); + } + module.thumbVal = newValue; + } else { + if(settings.preventCrossover) { + newValue = Math.max(module.thumbVal, newValue); + } + module.secondThumbVal = newValue; + } + value = Math.abs(module.thumbVal - module.secondThumbVal); + } + module.update.position(newValue); + module.debug('Setting slider value to ' + value); + if(typeof callback === 'function') { + callback(value, module.thumbVal, module.secondThumbVal); + } + }, + position: function(newValue, $element) { + var + newPos = module.handleNewValuePosition(newValue), + $targetThumb = $element != undefined ? $element : $currThumb, + thumbVal = module.thumbVal || module.get.min(), + secondThumbVal = module.secondThumbVal || module.get.min() + ; + if(module.is.range()) { + if(!$targetThumb.hasClass('second')) { + position = newPos; + thumbVal = newValue; + } else { + secondPos = newPos; + secondThumbVal = newValue; + } + } else { + position = newPos; + thumbVal = newValue; + } + var + trackPosValue, + thumbPosValue, + min = module.get.min(), + max = module.get.max(), + thumbPosPercent = 100 * (newValue - min) / (max - min), + trackStartPosPercent = 100 * (Math.min(thumbVal, secondThumbVal) - min) / (max - min), + trackEndPosPercent = 100 * (1 - (Math.max(thumbVal, secondThumbVal) - min) / (max - min)) + ; + if (module.is.vertical()) { + if (module.is.reversed()) { + thumbPosValue = {bottom: 'calc(' + thumbPosPercent + '% - ' + offset + 'px)', top: 'auto'}; + trackPosValue = {bottom: trackStartPosPercent + '%', top: trackEndPosPercent + '%'}; + } + else { + thumbPosValue = {top: 'calc(' + thumbPosPercent + '% - ' + offset + 'px)', bottom: 'auto'}; + trackPosValue = {top: trackStartPosPercent + '%', bottom: trackEndPosPercent + '%'}; + } + } else { + if (module.is.reversed()) { + thumbPosValue = {right: 'calc(' + thumbPosPercent + '% - ' + offset + 'px)', left: 'auto'}; + trackPosValue = {right: trackStartPosPercent + '%', left: trackEndPosPercent + '%'}; + } + else { + thumbPosValue = {left: 'calc(' + thumbPosPercent + '% - ' + offset + 'px)', right: 'auto'}; + trackPosValue = {left: trackStartPosPercent + '%', right: trackEndPosPercent + '%'}; + } + } + $targetThumb.css(thumbPosValue); + $trackFill.css(trackPosValue); + module.debug('Setting slider position to ' + newPos); + }, + labelPosition: function (ratio, $label) { + var + startMargin = module.get.trackStartMargin(), + endMargin = module.get.trackEndMargin(), + posDir = + module.is.vertical() + ? + module.is.reversed() ? 'bottom' : 'top' + : + module.is.reversed() ? 'right' : 'left', + startMarginMod = module.is.reversed() && !module.is.vertical() ? ' - ' : ' + ' + ; + var position = '(100% - ' + startMargin + ' - ' + endMargin + ') * ' + ratio; + $label.css(posDir, 'calc(' + position + startMarginMod + startMargin + ')'); + } + }, + + goto: { + max: function() { + module.set.value(module.get.max()); + }, + min: function() { + module.set.value(module.get.min()); + }, + }, + + read: { + metadata: function() { + var + data = { + thumbVal : $module.data(metadata.thumbVal), + secondThumbVal : $module.data(metadata.secondThumbVal) + } + ; + if(data.thumbVal) { + if(module.is.range() && data.secondThumbVal) { + module.debug('Current value set from metadata', data.thumbVal, data.secondThumbVal); + module.set.rangeValue(data.thumbVal, data.secondThumbVal); + } else { + module.debug('Current value set from metadata', data.thumbVal); + module.set.value(data.thumbVal); + } + } + }, + settings: function() { + if(settings.start !== false) { + if(module.is.range()) { + module.debug('Start position set from settings', settings.start, settings.end); + module.set.rangeValue(settings.start, settings.end); + } else { + module.debug('Start position set from settings', settings.start); + module.set.value(settings.start); + } + } + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if($.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; + +}; + +$.fn.slider.settings = { + + silent : false, + debug : false, + verbose : false, + performance : true, + + name : 'Slider', + namespace : 'slider', + + error : { + method : 'The method you called is not defined.', + notrange : 'This slider is not a range slider' + }, + + metadata: { + thumbVal : 'thumbVal', + secondThumbVal : 'secondThumbVal' + }, + + min : 0, + max : 20, + step : 1, + start : 0, + end : 20, + labelType : 'number', + showLabelTicks : false, + smooth : false, + autoAdjustLabels : true, + labelDistance : 100, + preventCrossover : true, + fireOnInit : false, + + //the decimal place to round to if step is undefined + decimalPlaces : 2, + + // page up/down multiplier. How many more times the steps to take on page up/down press + pageMultiplier : 2, + + selector: { + + }, + + className : { + reversed : 'reversed', + disabled : 'disabled', + labeled : 'labeled', + ticked : 'ticked', + vertical : 'vertical', + range : 'range', + smooth : 'smooth' + }, + + keys : { + pageUp : 33, + pageDown : 34, + leftArrow : 37, + upArrow : 38, + rightArrow : 39, + downArrow : 40 + }, + + labelTypes : { + number : 'number', + letter : 'letter' + }, + + onChange : function(value, thumbVal, secondThumbVal){}, + onMove : function(value, thumbVal, secondThumbVal){}, +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Rating + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.rating = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.rating.settings, parameters) + : $.extend({}, $.fn.rating.settings), + + namespace = settings.namespace, + className = settings.className, + metadata = settings.metadata, + selector = settings.selector, + cssVars = settings.cssVars, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + element = this, + instance = $(this).data(moduleNamespace), + + $module = $(this), + $icon = $module.find(selector.icon), + + initialLoad, + module + ; + + module = { + + initialize: function() { + module.verbose('Initializing rating module', settings); + + if($icon.length === 0) { + module.setup.layout(); + } + + if(settings.interactive && !module.is.disabled()) { + module.enable(); + } + else { + module.disable(); + } + module.set.initialLoad(); + module.set.rating( module.get.initialRating() ); + module.remove.initialLoad(); + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Instantiating module', settings); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous instance', instance); + module.remove.events(); + $module + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + $icon = $module.find(selector.icon); + }, + + setup: { + layout: function() { + var + maxRating = module.get.maxRating(), + icon = module.get.icon(), + html = $.fn.rating.settings.templates.icon(maxRating, icon) + ; + module.debug('Generating icon html dynamically'); + $module + .html(html) + ; + module.refresh(); + } + }, + + event: { + mouseenter: function() { + var + $activeIcon = $(this) + ; + $activeIcon + .nextAll() + .removeClass(className.selected) + ; + $module + .addClass(className.selected) + ; + $activeIcon + .addClass(className.selected) + .prevAll() + .addClass(className.selected) + ; + }, + mouseleave: function() { + $module + .removeClass(className.selected) + ; + $icon + .removeClass(className.selected) + ; + }, + click: function() { + var + $activeIcon = $(this), + currentRating = module.get.rating(), + rating = $icon.index($activeIcon) + 1, + canClear = (settings.clearable == 'auto') + ? ($icon.length === 1) + : settings.clearable + ; + if(canClear && currentRating == rating) { + module.clearRating(); + } + else { + module.set.rating( rating ); + } + } + }, + + clearRating: function() { + module.debug('Clearing current rating'); + module.set.rating(0); + }, + + bind: { + events: function() { + module.verbose('Binding events'); + $module + .on('mouseenter' + eventNamespace, selector.icon, module.event.mouseenter) + .on('mouseleave' + eventNamespace, selector.icon, module.event.mouseleave) + .on('click' + eventNamespace, selector.icon, module.event.click) + ; + } + }, + + remove: { + events: function() { + module.verbose('Removing events'); + $module + .off(eventNamespace) + ; + }, + initialLoad: function() { + initialLoad = false; + } + }, + + enable: function() { + module.debug('Setting rating to interactive mode'); + module.bind.events(); + $module + .removeClass(className.disabled) + ; + }, + + disable: function() { + module.debug('Setting rating to read-only mode'); + module.remove.events(); + $module + .addClass(className.disabled) + ; + }, + + is: { + initialLoad: function() { + return initialLoad; + }, + disabled: function() { + return $module.hasClass(className.disabled); + } + }, + + get: { + icon: function(){ + var icon = $module.data(metadata.icon); + if (icon) { + $module.removeData(metadata.icon); + } + return icon || settings.icon; + }, + initialRating: function() { + if($module.data(metadata.rating) !== undefined) { + $module.removeData(metadata.rating); + return $module.data(metadata.rating); + } + return settings.initialRating; + }, + maxRating: function() { + if($module.data(metadata.maxRating) !== undefined) { + $module.removeData(metadata.maxRating); + return $module.data(metadata.maxRating); + } + return settings.maxRating; + }, + rating: function() { + var + currentRating = $icon.filter('.' + className.active).length + ; + module.verbose('Current rating retrieved', currentRating); + return currentRating; + } + }, + + set: { + rating: function(rating) { + var + ratingIndex = Math.floor( + (rating - 1 >= 0) + ? (rating - 1) + : 0 + ), + $activeIcon = $icon.eq(ratingIndex), + $partialActiveIcon = rating <= 1 + ? $activeIcon + : $activeIcon.next() + , + filledPercentage = (rating % 1) * 100 + ; + $module + .removeClass(className.selected) + ; + $icon + .removeClass(className.selected) + .removeClass(className.active) + .removeClass(className.partiallyActive) + ; + if(rating > 0) { + module.verbose('Setting current rating to', rating); + $activeIcon + .prevAll() + .addBack() + .addClass(className.active) + ; + if($activeIcon.next() && rating % 1 !== 0) { + $partialActiveIcon + .addClass(className.partiallyActive) + .addClass(className.active) + ; + $partialActiveIcon + .css(cssVars.filledCustomPropName, filledPercentage + '%') + ; + if($partialActiveIcon.css('backgroundColor') === 'transparent') { + $partialActiveIcon + .removeClass(className.partiallyActive) + .removeClass(className.active) + ; + } + } + } + if(!module.is.initialLoad()) { + settings.onRate.call(element, rating); + } + }, + initialLoad: function() { + initialLoad = true; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.rating.settings = { + + name : 'Rating', + namespace : 'rating', + + icon : 'star', + + silent : false, + debug : false, + verbose : false, + performance : true, + + initialRating : 0, + interactive : true, + maxRating : 4, + clearable : 'auto', + + fireOnInit : false, + + onRate : function(rating){}, + + error : { + method : 'The method you called is not defined', + noMaximum : 'No maximum rating specified. Cannot generate HTML automatically' + }, + + + metadata: { + rating : 'rating', + maxRating : 'maxRating', + icon : 'icon' + }, + + className : { + active : 'active', + disabled : 'disabled', + selected : 'selected', + loading : 'loading', + partiallyActive : 'partial' + }, + + cssVars : { + filledCustomPropName : '--full' + }, + + selector : { + icon : '.icon' + }, + + templates: { + icon: function(maxRating, iconClass) { + var + icon = 1, + html = '' + ; + while(icon <= maxRating) { + html += '<i class="'+iconClass+' icon"></i>'; + icon++; + } + return html; + } + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Search + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.search = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + $(this) + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.search.settings, parameters) + : $.extend({}, $.fn.search.settings), + + className = settings.className, + metadata = settings.metadata, + regExp = settings.regExp, + fields = settings.fields, + selector = settings.selector, + error = settings.error, + namespace = settings.namespace, + + eventNamespace = '.' + namespace, + moduleNamespace = namespace + '-module', + + $module = $(this), + $prompt = $module.find(selector.prompt), + $searchButton = $module.find(selector.searchButton), + $results = $module.find(selector.results), + $result = $module.find(selector.result), + $category = $module.find(selector.category), + + element = this, + instance = $module.data(moduleNamespace), + + disabledBubbled = false, + resultsDismissed = false, + + module + ; + + module = { + + initialize: function() { + module.verbose('Initializing module'); + module.get.settings(); + module.determine.searchFields(); + module.bind.events(); + module.set.type(); + module.create.results(); + module.instantiate(); + }, + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + destroy: function() { + module.verbose('Destroying instance'); + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + module.debug('Refreshing selector cache'); + $prompt = $module.find(selector.prompt); + $searchButton = $module.find(selector.searchButton); + $category = $module.find(selector.category); + $results = $module.find(selector.results); + $result = $module.find(selector.result); + }, + + refreshResults: function() { + $results = $module.find(selector.results); + $result = $module.find(selector.result); + }, + + bind: { + events: function() { + module.verbose('Binding events to search'); + if(settings.automatic) { + $module + .on(module.get.inputEvent() + eventNamespace, selector.prompt, module.event.input) + ; + $prompt + .attr('autocomplete', 'off') + ; + } + $module + // prompt + .on('focus' + eventNamespace, selector.prompt, module.event.focus) + .on('blur' + eventNamespace, selector.prompt, module.event.blur) + .on('keydown' + eventNamespace, selector.prompt, module.handleKeyboard) + // search button + .on('click' + eventNamespace, selector.searchButton, module.query) + // results + .on('mousedown' + eventNamespace, selector.results, module.event.result.mousedown) + .on('mouseup' + eventNamespace, selector.results, module.event.result.mouseup) + .on('click' + eventNamespace, selector.result, module.event.result.click) + ; + } + }, + + determine: { + searchFields: function() { + // this makes sure $.extend does not add specified search fields to default fields + // this is the only setting which should not extend defaults + if(parameters && parameters.searchFields !== undefined) { + settings.searchFields = parameters.searchFields; + } + } + }, + + event: { + input: function() { + if(settings.searchDelay) { + clearTimeout(module.timer); + module.timer = setTimeout(function() { + if(module.is.focused()) { + module.query(); + } + }, settings.searchDelay); + } + else { + module.query(); + } + }, + focus: function() { + module.set.focus(); + if(settings.searchOnFocus && module.has.minimumCharacters() ) { + module.query(function() { + if(module.can.show() ) { + module.showResults(); + } + }); + } + }, + blur: function(event) { + var + pageLostFocus = (document.activeElement === this), + callback = function() { + module.cancel.query(); + module.remove.focus(); + module.timer = setTimeout(module.hideResults, settings.hideDelay); + } + ; + if(pageLostFocus) { + return; + } + resultsDismissed = false; + if(module.resultsClicked) { + module.debug('Determining if user action caused search to close'); + $module + .one('click.close' + eventNamespace, selector.results, function(event) { + if(module.is.inMessage(event) || disabledBubbled) { + $prompt.focus(); + return; + } + disabledBubbled = false; + if( !module.is.animating() && !module.is.hidden()) { + callback(); + } + }) + ; + } + else { + module.debug('Input blurred without user action, closing results'); + callback(); + } + }, + result: { + mousedown: function() { + module.resultsClicked = true; + }, + mouseup: function() { + module.resultsClicked = false; + }, + click: function(event) { + module.debug('Search result selected'); + var + $result = $(this), + $title = $result.find(selector.title).eq(0), + $link = $result.is('a[href]') + ? $result + : $result.find('a[href]').eq(0), + href = $link.attr('href') || false, + target = $link.attr('target') || false, + // title is used for result lookup + value = ($title.length > 0) + ? $title.text() + : false, + results = module.get.results(), + result = $result.data(metadata.result) || module.get.result(value, results) + ; + if(value) { + module.set.value(value); + } + if( $.isFunction(settings.onSelect) ) { + if(settings.onSelect.call(element, result, results) === false) { + module.debug('Custom onSelect callback cancelled default select action'); + disabledBubbled = true; + return; + } + } + module.hideResults(); + if(href) { + module.verbose('Opening search link found in result', $link); + if(target == '_blank' || event.ctrlKey) { + window.open(href); + } + else { + window.location.href = (href); + } + } + } + } + }, + handleKeyboard: function(event) { + var + // force selector refresh + $result = $module.find(selector.result), + $category = $module.find(selector.category), + $activeResult = $result.filter('.' + className.active), + currentIndex = $result.index( $activeResult ), + resultSize = $result.length, + hasActiveResult = $activeResult.length > 0, + + keyCode = event.which, + keys = { + backspace : 8, + enter : 13, + escape : 27, + upArrow : 38, + downArrow : 40 + }, + newIndex + ; + // search shortcuts + if(keyCode == keys.escape) { + module.verbose('Escape key pressed, blurring search field'); + module.hideResults(); + resultsDismissed = true; + } + if( module.is.visible() ) { + if(keyCode == keys.enter) { + module.verbose('Enter key pressed, selecting active result'); + if( $result.filter('.' + className.active).length > 0 ) { + module.event.result.click.call($result.filter('.' + className.active), event); + event.preventDefault(); + return false; + } + } + else if(keyCode == keys.upArrow && hasActiveResult) { + module.verbose('Up key pressed, changing active result'); + newIndex = (currentIndex - 1 < 0) + ? currentIndex + : currentIndex - 1 + ; + $category + .removeClass(className.active) + ; + $result + .removeClass(className.active) + .eq(newIndex) + .addClass(className.active) + .closest($category) + .addClass(className.active) + ; + event.preventDefault(); + } + else if(keyCode == keys.downArrow) { + module.verbose('Down key pressed, changing active result'); + newIndex = (currentIndex + 1 >= resultSize) + ? currentIndex + : currentIndex + 1 + ; + $category + .removeClass(className.active) + ; + $result + .removeClass(className.active) + .eq(newIndex) + .addClass(className.active) + .closest($category) + .addClass(className.active) + ; + event.preventDefault(); + } + } + else { + // query shortcuts + if(keyCode == keys.enter) { + module.verbose('Enter key pressed, executing query'); + module.query(); + module.set.buttonPressed(); + $prompt.one('keyup', module.remove.buttonFocus); + } + } + }, + + setup: { + api: function(searchTerm, callback) { + var + apiSettings = { + debug : settings.debug, + on : false, + cache : settings.cache, + action : 'search', + urlData : { + query : searchTerm + }, + onSuccess : function(response) { + module.parse.response.call(element, response, searchTerm); + callback(); + }, + onFailure : function() { + module.displayMessage(error.serverError); + callback(); + }, + onAbort : function(response) { + }, + onError : module.error + } + ; + $.extend(true, apiSettings, settings.apiSettings); + module.verbose('Setting up API request', apiSettings); + $module.api(apiSettings); + } + }, + + can: { + useAPI: function() { + return $.fn.api !== undefined; + }, + show: function() { + return module.is.focused() && !module.is.visible() && !module.is.empty(); + }, + transition: function() { + return settings.transition && $.fn.transition !== undefined && $module.transition('is supported'); + } + }, + + is: { + animating: function() { + return $results.hasClass(className.animating); + }, + hidden: function() { + return $results.hasClass(className.hidden); + }, + inMessage: function(event) { + if(!event.target) { + return; + } + var + $target = $(event.target), + isInDOM = $.contains(document.documentElement, event.target) + ; + return (isInDOM && $target.closest(selector.message).length > 0); + }, + empty: function() { + return ($results.html() === ''); + }, + visible: function() { + return ($results.filter(':visible').length > 0); + }, + focused: function() { + return ($prompt.filter(':focus').length > 0); + } + }, + + get: { + settings: function() { + if($.isPlainObject(parameters) && parameters.searchFullText) { + settings.fullTextSearch = parameters.searchFullText; + module.error(settings.error.oldSearchSyntax, element); + } + if (settings.ignoreDiacritics && !String.prototype.normalize) { + settings.ignoreDiacritics = false; + module.error(error.noNormalize, element); + } + }, + inputEvent: function() { + var + prompt = $prompt[0], + inputEvent = (prompt !== undefined && prompt.oninput !== undefined) + ? 'input' + : (prompt !== undefined && prompt.onpropertychange !== undefined) + ? 'propertychange' + : 'keyup' + ; + return inputEvent; + }, + value: function() { + return $prompt.val(); + }, + results: function() { + var + results = $module.data(metadata.results) + ; + return results; + }, + result: function(value, results) { + var + result = false + ; + value = (value !== undefined) + ? value + : module.get.value() + ; + results = (results !== undefined) + ? results + : module.get.results() + ; + if(settings.type === 'category') { + module.debug('Finding result that matches', value); + $.each(results, function(index, category) { + if(Array.isArray(category.results)) { + result = module.search.object(value, category.results)[0]; + // don't continue searching if a result is found + if(result) { + return false; + } + } + }); + } + else { + module.debug('Finding result in results object', value); + result = module.search.object(value, results)[0]; + } + return result || false; + }, + }, + + select: { + firstResult: function() { + module.verbose('Selecting first result'); + $result.first().addClass(className.active); + } + }, + + set: { + focus: function() { + $module.addClass(className.focus); + }, + loading: function() { + $module.addClass(className.loading); + }, + value: function(value) { + module.verbose('Setting search input value', value); + $prompt + .val(value) + ; + }, + type: function(type) { + type = type || settings.type; + if(settings.type == 'category') { + $module.addClass(settings.type); + } + }, + buttonPressed: function() { + $searchButton.addClass(className.pressed); + } + }, + + remove: { + loading: function() { + $module.removeClass(className.loading); + }, + focus: function() { + $module.removeClass(className.focus); + }, + buttonPressed: function() { + $searchButton.removeClass(className.pressed); + }, + diacritics: function(text) { + return settings.ignoreDiacritics ? text.normalize('NFD').replace(/[\u0300-\u036f]/g, '') : text; + } + }, + + query: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + var + searchTerm = module.get.value(), + cache = module.read.cache(searchTerm) + ; + callback = callback || function() {}; + if( module.has.minimumCharacters() ) { + if(cache) { + module.debug('Reading result from cache', searchTerm); + module.save.results(cache.results); + module.addResults(cache.html); + module.inject.id(cache.results); + callback(); + } + else { + module.debug('Querying for', searchTerm); + if($.isPlainObject(settings.source) || Array.isArray(settings.source)) { + module.search.local(searchTerm); + callback(); + } + else if( module.can.useAPI() ) { + module.search.remote(searchTerm, callback); + } + else { + module.error(error.source); + callback(); + } + } + settings.onSearchQuery.call(element, searchTerm); + } + else { + module.hideResults(); + } + }, + + search: { + local: function(searchTerm) { + var + results = module.search.object(searchTerm, settings.source), + searchHTML + ; + module.set.loading(); + module.save.results(results); + module.debug('Returned full local search results', results); + if(settings.maxResults > 0) { + module.debug('Using specified max results', results); + results = results.slice(0, settings.maxResults); + } + if(settings.type == 'category') { + results = module.create.categoryResults(results); + } + searchHTML = module.generateResults({ + results: results + }); + module.remove.loading(); + module.addResults(searchHTML); + module.inject.id(results); + module.write.cache(searchTerm, { + html : searchHTML, + results : results + }); + }, + remote: function(searchTerm, callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if($module.api('is loading')) { + $module.api('abort'); + } + module.setup.api(searchTerm, callback); + $module + .api('query') + ; + }, + object: function(searchTerm, source, searchFields) { + searchTerm = module.remove.diacritics(String(searchTerm)); + var + results = [], + exactResults = [], + fuzzyResults = [], + searchExp = searchTerm.replace(regExp.escape, '\\$&'), + matchRegExp = new RegExp(regExp.beginsWith + searchExp, 'i'), + + // avoid duplicates when pushing results + addResult = function(array, result) { + var + notResult = ($.inArray(result, results) == -1), + notFuzzyResult = ($.inArray(result, fuzzyResults) == -1), + notExactResults = ($.inArray(result, exactResults) == -1) + ; + if(notResult && notFuzzyResult && notExactResults) { + array.push(result); + } + } + ; + source = source || settings.source; + searchFields = (searchFields !== undefined) + ? searchFields + : settings.searchFields + ; + + // search fields should be array to loop correctly + if(!Array.isArray(searchFields)) { + searchFields = [searchFields]; + } + + // exit conditions if no source + if(source === undefined || source === false) { + module.error(error.source); + return []; + } + // iterate through search fields looking for matches + $.each(searchFields, function(index, field) { + $.each(source, function(label, content) { + var + fieldExists = (typeof content[field] == 'string') || (typeof content[field] == 'number') + ; + if(fieldExists) { + var text; + if (typeof content[field] === 'string'){ + text = module.remove.diacritics(content[field]); + } else { + text = content[field].toString(); + } + if( text.search(matchRegExp) !== -1) { + // content starts with value (first in results) + addResult(results, content); + } + else if(settings.fullTextSearch === 'exact' && module.exactSearch(searchTerm, text) ) { + // content fuzzy matches (last in results) + addResult(exactResults, content); + } + else if(settings.fullTextSearch == true && module.fuzzySearch(searchTerm, text) ) { + // content fuzzy matches (last in results) + addResult(fuzzyResults, content); + } + } + }); + }); + $.merge(exactResults, fuzzyResults); + $.merge(results, exactResults); + return results; + } + }, + exactSearch: function (query, term) { + query = query.toLowerCase(); + term = term.toLowerCase(); + return term.indexOf(query) > -1; + }, + fuzzySearch: function(query, term) { + var + termLength = term.length, + queryLength = query.length + ; + if(typeof query !== 'string') { + return false; + } + query = query.toLowerCase(); + term = term.toLowerCase(); + if(queryLength > termLength) { + return false; + } + if(queryLength === termLength) { + return (query === term); + } + search: for (var characterIndex = 0, nextCharacterIndex = 0; characterIndex < queryLength; characterIndex++) { + var + queryCharacter = query.charCodeAt(characterIndex) + ; + while(nextCharacterIndex < termLength) { + if(term.charCodeAt(nextCharacterIndex++) === queryCharacter) { + continue search; + } + } + return false; + } + return true; + }, + + parse: { + response: function(response, searchTerm) { + if(Array.isArray(response)){ + var o={}; + o[fields.results]=response; + response = o; + } + var + searchHTML = module.generateResults(response) + ; + module.verbose('Parsing server response', response); + if(response !== undefined) { + if(searchTerm !== undefined && response[fields.results] !== undefined) { + module.addResults(searchHTML); + module.inject.id(response[fields.results]); + module.write.cache(searchTerm, { + html : searchHTML, + results : response[fields.results] + }); + module.save.results(response[fields.results]); + } + } + } + }, + + cancel: { + query: function() { + if( module.can.useAPI() ) { + $module.api('abort'); + } + } + }, + + has: { + minimumCharacters: function() { + var + searchTerm = module.get.value(), + numCharacters = searchTerm.length + ; + return (numCharacters >= settings.minCharacters); + }, + results: function() { + if($results.length === 0) { + return false; + } + var + html = $results.html() + ; + return html != ''; + } + }, + + clear: { + cache: function(value) { + var + cache = $module.data(metadata.cache) + ; + if(!value) { + module.debug('Clearing cache', value); + $module.removeData(metadata.cache); + } + else if(value && cache && cache[value]) { + module.debug('Removing value from cache', value); + delete cache[value]; + $module.data(metadata.cache, cache); + } + } + }, + + read: { + cache: function(name) { + var + cache = $module.data(metadata.cache) + ; + if(settings.cache) { + module.verbose('Checking cache for generated html for query', name); + return (typeof cache == 'object') && (cache[name] !== undefined) + ? cache[name] + : false + ; + } + return false; + } + }, + + create: { + categoryResults: function(results) { + var + categoryResults = {} + ; + $.each(results, function(index, result) { + if(!result.category) { + return; + } + if(categoryResults[result.category] === undefined) { + module.verbose('Creating new category of results', result.category); + categoryResults[result.category] = { + name : result.category, + results : [result] + }; + } + else { + categoryResults[result.category].results.push(result); + } + }); + return categoryResults; + }, + id: function(resultIndex, categoryIndex) { + var + resultID = (resultIndex + 1), // not zero indexed + letterID, + id + ; + if(categoryIndex !== undefined) { + // start char code for "A" + letterID = String.fromCharCode(97 + categoryIndex); + id = letterID + resultID; + module.verbose('Creating category result id', id); + } + else { + id = resultID; + module.verbose('Creating result id', id); + } + return id; + }, + results: function() { + if($results.length === 0) { + $results = $('<div />') + .addClass(className.results) + .appendTo($module) + ; + } + } + }, + + inject: { + result: function(result, resultIndex, categoryIndex) { + module.verbose('Injecting result into results'); + var + $selectedResult = (categoryIndex !== undefined) + ? $results + .children().eq(categoryIndex) + .children(selector.results) + .first() + .children(selector.result) + .eq(resultIndex) + : $results + .children(selector.result).eq(resultIndex) + ; + module.verbose('Injecting results metadata', $selectedResult); + $selectedResult + .data(metadata.result, result) + ; + }, + id: function(results) { + module.debug('Injecting unique ids into results'); + var + // since results may be object, we must use counters + categoryIndex = 0, + resultIndex = 0 + ; + if(settings.type === 'category') { + // iterate through each category result + $.each(results, function(index, category) { + if(category.results.length > 0){ + resultIndex = 0; + $.each(category.results, function(index, result) { + if(result.id === undefined) { + result.id = module.create.id(resultIndex, categoryIndex); + } + module.inject.result(result, resultIndex, categoryIndex); + resultIndex++; + }); + categoryIndex++; + } + }); + } + else { + // top level + $.each(results, function(index, result) { + if(result.id === undefined) { + result.id = module.create.id(resultIndex); + } + module.inject.result(result, resultIndex); + resultIndex++; + }); + } + return results; + } + }, + + save: { + results: function(results) { + module.verbose('Saving current search results to metadata', results); + $module.data(metadata.results, results); + } + }, + + write: { + cache: function(name, value) { + var + cache = ($module.data(metadata.cache) !== undefined) + ? $module.data(metadata.cache) + : {} + ; + if(settings.cache) { + module.verbose('Writing generated html to cache', name, value); + cache[name] = value; + $module + .data(metadata.cache, cache) + ; + } + } + }, + + addResults: function(html) { + if( $.isFunction(settings.onResultsAdd) ) { + if( settings.onResultsAdd.call($results, html) === false ) { + module.debug('onResultsAdd callback cancelled default action'); + return false; + } + } + if(html) { + $results + .html(html) + ; + module.refreshResults(); + if(settings.selectFirstResult) { + module.select.firstResult(); + } + module.showResults(); + } + else { + module.hideResults(function() { + $results.empty(); + }); + } + }, + + showResults: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(resultsDismissed) { + return; + } + if(!module.is.visible() && module.has.results()) { + if( module.can.transition() ) { + module.debug('Showing results with css animations'); + $results + .transition({ + animation : settings.transition + ' in', + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + onComplete : function() { + callback(); + }, + queue : true + }) + ; + } + else { + module.debug('Showing results with javascript'); + $results + .stop() + .fadeIn(settings.duration, settings.easing) + ; + } + settings.onResultsOpen.call($results); + } + }, + hideResults: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if( module.is.visible() ) { + if( module.can.transition() ) { + module.debug('Hiding results with css animations'); + $results + .transition({ + animation : settings.transition + ' out', + debug : settings.debug, + verbose : settings.verbose, + duration : settings.duration, + onComplete : function() { + callback(); + }, + queue : true + }) + ; + } + else { + module.debug('Hiding results with javascript'); + $results + .stop() + .fadeOut(settings.duration, settings.easing) + ; + } + settings.onResultsClose.call($results); + } + }, + + generateResults: function(response) { + module.debug('Generating html from response', response); + var + template = settings.templates[settings.type], + isProperObject = ($.isPlainObject(response[fields.results]) && !$.isEmptyObject(response[fields.results])), + isProperArray = (Array.isArray(response[fields.results]) && response[fields.results].length > 0), + html = '' + ; + if(isProperObject || isProperArray ) { + if(settings.maxResults > 0) { + if(isProperObject) { + if(settings.type == 'standard') { + module.error(error.maxResults); + } + } + else { + response[fields.results] = response[fields.results].slice(0, settings.maxResults); + } + } + if($.isFunction(template)) { + html = template(response, fields, settings.preserveHTML); + } + else { + module.error(error.noTemplate, false); + } + } + else if(settings.showNoResults) { + html = module.displayMessage(error.noResults, 'empty', error.noResultsHeader); + } + settings.onResults.call(element, response); + return html; + }, + + displayMessage: function(text, type, header) { + type = type || 'standard'; + module.debug('Displaying message', text, type, header); + module.addResults( settings.templates.message(text, type, header) ); + return settings.templates.message(text, type, header); + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.search.settings = { + + name : 'Search', + namespace : 'search', + + silent : false, + debug : false, + verbose : false, + performance : true, + + // template to use (specified in settings.templates) + type : 'standard', + + // minimum characters required to search + minCharacters : 1, + + // whether to select first result after searching automatically + selectFirstResult : false, + + // API config + apiSettings : false, + + // object to search + source : false, + + // Whether search should query current term on focus + searchOnFocus : true, + + // fields to search + searchFields : [ + 'id', + 'title', + 'description' + ], + + // field to display in standard results template + displayField : '', + + // search anywhere in value (set to 'exact' to require exact matches + fullTextSearch : 'exact', + + // match results also if they contain diacritics of the same base character (for example searching for "a" will also match "á" or "â" or "à", etc...) + ignoreDiacritics : false, + + // whether to add events to prompt automatically + automatic : true, + + // delay before hiding menu after blur + hideDelay : 0, + + // delay before searching + searchDelay : 200, + + // maximum results returned from search + maxResults : 7, + + // whether to store lookups in local cache + cache : true, + + // whether no results errors should be shown + showNoResults : true, + + // preserve possible html of resultset values + preserveHTML : true, + + // transition settings + transition : 'scale', + duration : 200, + easing : 'easeOutExpo', + + // callbacks + onSelect : false, + onResultsAdd : false, + + onSearchQuery : function(query){}, + onResults : function(response){}, + + onResultsOpen : function(){}, + onResultsClose : function(){}, + + className: { + animating : 'animating', + active : 'active', + empty : 'empty', + focus : 'focus', + hidden : 'hidden', + loading : 'loading', + results : 'results', + pressed : 'down' + }, + + error : { + source : 'Cannot search. No source used, and Semantic API module was not included', + noResultsHeader : 'No Results', + noResults : 'Your search returned no results', + logging : 'Error in debug logging, exiting.', + noEndpoint : 'No search endpoint was specified', + noTemplate : 'A valid template name was not specified.', + oldSearchSyntax : 'searchFullText setting has been renamed fullTextSearch for consistency, please adjust your settings.', + serverError : 'There was an issue querying the server.', + maxResults : 'Results must be an array to use maxResults setting', + method : 'The method you called is not defined.', + noNormalize : '"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.' + }, + + metadata: { + cache : 'cache', + results : 'results', + result : 'result' + }, + + regExp: { + escape : /[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, + beginsWith : '(?:\s|^)' + }, + + // maps api response attributes to internal representation + fields: { + categories : 'results', // array of categories (category view) + categoryName : 'name', // name of category (category view) + categoryResults : 'results', // array of results (category view) + description : 'description', // result description + image : 'image', // result image + price : 'price', // result price + results : 'results', // array of results (standard) + title : 'title', // result title + url : 'url', // result url + action : 'action', // "view more" object name + actionText : 'text', // "view more" text + actionURL : 'url' // "view more" url + }, + + selector : { + prompt : '.prompt', + searchButton : '.search.button', + results : '.results', + message : '.results > .message', + category : '.category', + result : '.result', + title : '.title, .name' + }, + + templates: { + escape: function(string, preserveHTML) { + if (preserveHTML){ + return string; + } + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + }, + message: function(message, type, header) { + var + html = '' + ; + if(message !== undefined && type !== undefined) { + html += '' + + '<div class="message ' + type + '">' + ; + if(header) { + html += '' + + '<div class="header">' + header + '</div>' + ; + } + html += ' <div class="description">' + message + '</div>'; + html += '</div>'; + } + return html; + }, + category: function(response, fields, preserveHTML) { + var + html = '', + escape = $.fn.search.settings.templates.escape + ; + if(response[fields.categoryResults] !== undefined) { + + // each category + $.each(response[fields.categoryResults], function(index, category) { + if(category[fields.results] !== undefined && category.results.length > 0) { + + html += '<div class="category">'; + + if(category[fields.categoryName] !== undefined) { + html += '<div class="name">' + escape(category[fields.categoryName], preserveHTML) + '</div>'; + } + + // each item inside category + html += '<div class="results">'; + $.each(category.results, function(index, result) { + if(result[fields.url]) { + html += '<a class="result" href="' + result[fields.url].replace(/"/g,"") + '">'; + } + else { + html += '<a class="result">'; + } + if(result[fields.image] !== undefined) { + html += '' + + '<div class="image">' + + ' <img src="' + result[fields.image].replace(/"/g,"") + '">' + + '</div>' + ; + } + html += '<div class="content">'; + if(result[fields.price] !== undefined) { + html += '<div class="price">' + escape(result[fields.price], preserveHTML) + '</div>'; + } + if(result[fields.title] !== undefined) { + html += '<div class="title">' + escape(result[fields.title], preserveHTML) + '</div>'; + } + if(result[fields.description] !== undefined) { + html += '<div class="description">' + escape(result[fields.description], preserveHTML) + '</div>'; + } + html += '' + + '</div>' + ; + html += '</a>'; + }); + html += '</div>'; + html += '' + + '</div>' + ; + } + }); + if(response[fields.action]) { + if(fields.actionURL === false) { + html += '' + + '<div class="action">' + + escape(response[fields.action][fields.actionText], preserveHTML) + + '</div>'; + } else { + html += '' + + '<a href="' + response[fields.action][fields.actionURL].replace(/"/g,"") + '" class="action">' + + escape(response[fields.action][fields.actionText], preserveHTML) + + '</a>'; + } + } + return html; + } + return false; + }, + standard: function(response, fields, preserveHTML) { + var + html = '', + escape = $.fn.search.settings.templates.escape + ; + if(response[fields.results] !== undefined) { + + // each result + $.each(response[fields.results], function(index, result) { + if(result[fields.url]) { + html += '<a class="result" href="' + result[fields.url].replace(/"/g,"") + '">'; + } + else { + html += '<a class="result">'; + } + if(result[fields.image] !== undefined) { + html += '' + + '<div class="image">' + + ' <img src="' + result[fields.image].replace(/"/g,"") + '">' + + '</div>' + ; + } + html += '<div class="content">'; + if(result[fields.price] !== undefined) { + html += '<div class="price">' + escape(result[fields.price], preserveHTML) + '</div>'; + } + if(result[fields.title] !== undefined) { + html += '<div class="title">' + escape(result[fields.title], preserveHTML) + '</div>'; + } + if(result[fields.description] !== undefined) { + html += '<div class="description">' + escape(result[fields.description], preserveHTML) + '</div>'; + } + html += '' + + '</div>' + ; + html += '</a>'; + }); + if(response[fields.action]) { + if(fields.actionURL === false) { + html += '' + + '<div class="action">' + + escape(response[fields.action][fields.actionText], preserveHTML) + + '</div>'; + } else { + html += '' + + '<a href="' + response[fields.action][fields.actionURL].replace(/"/g,"") + '" class="action">' + + escape(response[fields.action][fields.actionText], preserveHTML) + + '</a>'; + } + } + return html; + } + return false; + } + } +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Shape + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.shape = function(parameters) { + var + $allModules = $(this), + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); }, + + returnedValue + ; + + $allModules + .each(function() { + var + moduleSelector = $allModules.selector || '', + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.shape.settings, parameters) + : $.extend({}, $.fn.shape.settings), + + // internal aliases + namespace = settings.namespace, + selector = settings.selector, + error = settings.error, + className = settings.className, + + // define namespaces for modules + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + // selector cache + $module = $(this), + $sides = $module.find('>' + selector.sides), + $side = $sides.find('>' + selector.side), + + // private variables + nextIndex = false, + $activeSide, + $nextSide, + + // standard module + element = this, + instance = $module.data(moduleNamespace), + module + ; + + module = { + + initialize: function() { + module.verbose('Initializing module for', element); + module.set.defaultSide(); + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module for', element); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + }, + + refresh: function() { + module.verbose('Refreshing selector cache for', element); + $module = $(element); + $sides = $(this).find(selector.sides); + $side = $(this).find(selector.side); + }, + + repaint: function() { + module.verbose('Forcing repaint event'); + var + shape = $sides[0] || document.createElement('div'), + fakeAssignment = shape.offsetWidth + ; + }, + + animate: function(propertyObject, callback) { + module.verbose('Animating box with properties', propertyObject); + callback = callback || function(event) { + module.verbose('Executing animation callback'); + if(event !== undefined) { + event.stopPropagation(); + } + module.reset(); + module.set.active(); + }; + settings.beforeChange.call($nextSide[0]); + if(module.get.transitionEvent()) { + module.verbose('Starting CSS animation'); + $module + .addClass(className.animating) + ; + $sides + .css(propertyObject) + .one(module.get.transitionEvent(), callback) + ; + module.set.duration(settings.duration); + requestAnimationFrame(function() { + $module + .addClass(className.animating) + ; + $activeSide + .addClass(className.hidden) + ; + }); + } + else { + callback(); + } + }, + + queue: function(method) { + module.debug('Queueing animation of', method); + $sides + .one(module.get.transitionEvent(), function() { + module.debug('Executing queued animation'); + setTimeout(function(){ + $module.shape(method); + }, 0); + }) + ; + }, + + reset: function() { + module.verbose('Animating states reset'); + $module + .removeClass(className.animating) + .attr('style', '') + .removeAttr('style') + ; + // removeAttr style does not consistently work in safari + $sides + .attr('style', '') + .removeAttr('style') + ; + $side + .attr('style', '') + .removeAttr('style') + .removeClass(className.hidden) + ; + $nextSide + .removeClass(className.animating) + .attr('style', '') + .removeAttr('style') + ; + }, + + is: { + complete: function() { + return ($side.filter('.' + className.active)[0] == $nextSide[0]); + }, + animating: function() { + return $module.hasClass(className.animating); + }, + hidden: function() { + return $module.closest(':hidden').length > 0; + } + }, + + set: { + + defaultSide: function() { + $activeSide = $side.filter('.' + settings.className.active); + $nextSide = ( $activeSide.next(selector.side).length > 0 ) + ? $activeSide.next(selector.side) + : $side.first() + ; + nextIndex = false; + module.verbose('Active side set to', $activeSide); + module.verbose('Next side set to', $nextSide); + }, + + duration: function(duration) { + duration = duration || settings.duration; + duration = (typeof duration == 'number') + ? duration + 'ms' + : duration + ; + module.verbose('Setting animation duration', duration); + if(settings.duration || settings.duration === 0) { + $sides.add($side) + .css({ + '-webkit-transition-duration': duration, + '-moz-transition-duration': duration, + '-ms-transition-duration': duration, + '-o-transition-duration': duration, + 'transition-duration': duration + }) + ; + } + }, + + currentStageSize: function() { + var + $activeSide = $side.filter('.' + settings.className.active), + width = $activeSide.outerWidth(true), + height = $activeSide.outerHeight(true) + ; + $module + .css({ + width: width, + height: height + }) + ; + }, + + stageSize: function() { + var + $clone = $module.clone().addClass(className.loading), + $side = $clone.find('>' + selector.sides + '>' + selector.side), + $activeSide = $side.filter('.' + settings.className.active), + $nextSide = (nextIndex) + ? $side.eq(nextIndex) + : ( $activeSide.next(selector.side).length > 0 ) + ? $activeSide.next(selector.side) + : $side.first(), + newWidth = (settings.width === 'next') + ? $nextSide.outerWidth(true) + : (settings.width === 'initial') + ? $module.width() + : settings.width, + newHeight = (settings.height === 'next') + ? $nextSide.outerHeight(true) + : (settings.height === 'initial') + ? $module.height() + : settings.height + ; + $activeSide.removeClass(className.active); + $nextSide.addClass(className.active); + $clone.insertAfter($module); + $clone.remove(); + if(settings.width !== 'auto') { + $module.css('width', newWidth + settings.jitter); + module.verbose('Specifying width during animation', newWidth); + } + if(settings.height !== 'auto') { + $module.css('height', newHeight + settings.jitter); + module.verbose('Specifying height during animation', newHeight); + } + }, + + nextSide: function(selector) { + nextIndex = selector; + $nextSide = $side.filter(selector); + nextIndex = $side.index($nextSide); + if($nextSide.length === 0) { + module.set.defaultSide(); + module.error(error.side); + } + module.verbose('Next side manually set to', $nextSide); + }, + + active: function() { + module.verbose('Setting new side to active', $nextSide); + $side + .removeClass(className.active) + ; + $nextSide + .addClass(className.active) + ; + settings.onChange.call($nextSide[0]); + module.set.defaultSide(); + } + }, + + flip: { + to: function(type,stage){ + if(module.is.hidden()) { + module.debug('Module not visible', $nextSide); + return; + } + if(module.is.complete() && !module.is.animating() && !settings.allowRepeats) { + module.debug('Side already visible', $nextSide); + return; + } + var + transform = module.get.transform[type]() + ; + if( !module.is.animating()) { + module.debug('Flipping '+type, $nextSide); + module.set.stageSize(); + module.stage[stage](); + module.animate(transform); + } + else { + module.queue('flip '+type); + } + }, + + up: function() { + module.flip.to('up','above'); + }, + + down: function() { + module.flip.to('down','below'); + }, + + left: function() { + module.flip.to('left','left'); + }, + + right: function() { + module.flip.to('right','right'); + }, + + over: function() { + module.flip.to('over','behind'); + }, + + back: function() { + module.flip.to('back','behind'); + } + + }, + + get: { + + transform: { + up: function() { + var + translateZ = $activeSide.outerHeight(true) / 2, + translateY = $nextSide.outerHeight(true) - translateZ + ; + return { + transform: 'translateY(' + translateY + 'px) translateZ(-'+ translateZ + 'px) rotateX(-90deg)' + }; + }, + + down: function() { + var + translate = { + z: $activeSide.outerHeight(true) / 2 + } + ; + return { + transform: 'translateY(-' + translate.z + 'px) translateZ(-'+ translate.z + 'px) rotateX(90deg)' + }; + }, + + left: function() { + var + translateZ = $activeSide.outerWidth(true) / 2, + translateX = $nextSide.outerWidth(true) - translateZ + ; + return { + transform: 'translateX(' + translateX + 'px) translateZ(-' + translateZ + 'px) rotateY(90deg)' + }; + }, + + right: function() { + var + translate = { + z : $activeSide.outerWidth(true) / 2 + } + ; + return { + transform: 'translateX(-' + translate.z + 'px) translateZ(-' + translate.z + 'px) rotateY(-90deg)' + }; + }, + + over: function() { + var + translate = { + x : -(($activeSide.outerWidth(true) - $nextSide.outerWidth(true)) / 2) + } + ; + return { + transform: 'translateX(' + translate.x + 'px) rotateY(180deg)' + }; + }, + + back: function() { + var + translate = { + x : -(($activeSide.outerWidth(true) - $nextSide.outerWidth(true)) / 2) + } + ; + return { + transform: 'translateX(' + translate.x + 'px) rotateY(-180deg)' + }; + } + }, + + transitionEvent: function() { + var + element = document.createElement('element'), + transitions = { + 'transition' :'transitionend', + 'OTransition' :'oTransitionEnd', + 'MozTransition' :'transitionend', + 'WebkitTransition' :'webkitTransitionEnd' + }, + transition + ; + for(transition in transitions){ + if( element.style[transition] !== undefined ){ + return transitions[transition]; + } + } + }, + + nextSide: function() { + return ( $activeSide.next(selector.side).length > 0 ) + ? $activeSide.next(selector.side) + : $side.first() + ; + } + + }, + + stage: { + + above: function() { + var + box = { + origin : (($activeSide.outerHeight(true) - $nextSide.outerHeight(true)) / 2), + depth : { + active : ($nextSide.outerHeight(true) / 2), + next : ($activeSide.outerHeight(true) / 2) + } + } + ; + module.verbose('Setting the initial animation position as above', $nextSide, box); + $activeSide + .css({ + 'transform' : 'rotateX(0deg)' + }) + ; + $nextSide + .addClass(className.animating) + .css({ + 'top' : box.origin + 'px', + 'transform' : 'rotateX(90deg) translateZ(' + box.depth.next + 'px) translateY(-' + box.depth.active + 'px)' + }) + ; + }, + + below: function() { + var + box = { + origin : (($activeSide.outerHeight(true) - $nextSide.outerHeight(true)) / 2), + depth : { + active : ($nextSide.outerHeight(true) / 2), + next : ($activeSide.outerHeight(true) / 2) + } + } + ; + module.verbose('Setting the initial animation position as below', $nextSide, box); + $activeSide + .css({ + 'transform' : 'rotateX(0deg)' + }) + ; + $nextSide + .addClass(className.animating) + .css({ + 'top' : box.origin + 'px', + 'transform' : 'rotateX(-90deg) translateZ(' + box.depth.next + 'px) translateY(' + box.depth.active + 'px)' + }) + ; + }, + + left: function() { + var + height = { + active : $activeSide.outerWidth(true), + next : $nextSide.outerWidth(true) + }, + box = { + origin : ( ( height.active - height.next ) / 2), + depth : { + active : (height.next / 2), + next : (height.active / 2) + } + } + ; + module.verbose('Setting the initial animation position as left', $nextSide, box); + $activeSide + .css({ + 'transform' : 'rotateY(0deg)' + }) + ; + $nextSide + .addClass(className.animating) + .css({ + 'left' : box.origin + 'px', + 'transform' : 'rotateY(-90deg) translateZ(' + box.depth.next + 'px) translateX(-' + box.depth.active + 'px)' + }) + ; + }, + + right: function() { + var + height = { + active : $activeSide.outerWidth(true), + next : $nextSide.outerWidth(true) + }, + box = { + origin : ( ( height.active - height.next ) / 2), + depth : { + active : (height.next / 2), + next : (height.active / 2) + } + } + ; + module.verbose('Setting the initial animation position as right', $nextSide, box); + $activeSide + .css({ + 'transform' : 'rotateY(0deg)' + }) + ; + $nextSide + .addClass(className.animating) + .css({ + 'left' : box.origin + 'px', + 'transform' : 'rotateY(90deg) translateZ(' + box.depth.next + 'px) translateX(' + box.depth.active + 'px)' + }) + ; + }, + + behind: function() { + var + height = { + active : $activeSide.outerWidth(true), + next : $nextSide.outerWidth(true) + }, + box = { + origin : ( ( height.active - height.next ) / 2), + depth : { + active : (height.next / 2), + next : (height.active / 2) + } + } + ; + module.verbose('Setting the initial animation position as behind', $nextSide, box); + $activeSide + .css({ + 'transform' : 'rotateY(0deg)' + }) + ; + $nextSide + .addClass(className.animating) + .css({ + 'left' : box.origin + 'px', + 'transform' : 'rotateY(-180deg)' + }) + ; + } + }, + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + var $inputs = $module.find('input'); + if( $inputs.length > 0) { + $inputs.blur(); + setTimeout(function(){ + module.invoke(query); + }, 150); + } else { + module.invoke(query); + } + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.shape.settings = { + + // module info + name : 'Shape', + + // hide all debug content + silent : false, + + // debug content outputted to console + debug : false, + + // verbose debug output + verbose : false, + + // fudge factor in pixels when swapping from 2d to 3d (can be useful to correct rounding errors) + jitter : 0, + + // performance data output + performance: true, + + // event namespace + namespace : 'shape', + + // width during animation, can be set to 'auto', initial', 'next' or pixel amount + width: 'initial', + + // height during animation, can be set to 'auto', 'initial', 'next' or pixel amount + height: 'initial', + + // callback occurs on side change + beforeChange : function() {}, + onChange : function() {}, + + // allow animation to same side + allowRepeats: false, + + // animation duration + duration : false, + + // possible errors + error: { + side : 'You tried to switch to a side that does not exist.', + method : 'The method you called is not defined' + }, + + // classnames used + className : { + animating : 'animating', + hidden : 'hidden', + loading : 'loading', + active : 'active' + }, + + // selectors used + selector : { + sides : '.sides', + side : '.side' + } + +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Sidebar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.sidebar = function(parameters) { + var + $allModules = $(this), + $window = $(window), + $document = $(document), + $html = $('html'), + $head = $('head'), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); }, + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.sidebar.settings, parameters) + : $.extend({}, $.fn.sidebar.settings), + + selector = settings.selector, + className = settings.className, + namespace = settings.namespace, + regExp = settings.regExp, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $context = $(settings.context), + + $sidebars = $module.children(selector.sidebar), + $fixed = $context.children(selector.fixed), + $pusher = $context.children(selector.pusher), + $style, + + element = this, + instance = $module.data(moduleNamespace), + + elementNamespace, + id, + currentScroll, + transitionEvent, + + module + ; + + module = { + + initialize: function() { + module.debug('Initializing sidebar', parameters); + + module.create.id(); + + transitionEvent = module.get.transitionEvent(); + + // avoids locking rendering if initialized in onReady + if(settings.delaySetup) { + requestAnimationFrame(module.setup.layout); + } + else { + module.setup.layout(); + } + + requestAnimationFrame(function() { + module.setup.cache(); + }); + + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + create: { + id: function() { + id = (Math.random().toString(16) + '000000000').substr(2,8); + elementNamespace = '.' + id; + module.verbose('Creating unique id for element', id); + } + }, + + destroy: function() { + module.verbose('Destroying previous module for', $module); + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + if(module.is.ios()) { + module.remove.ios(); + } + // bound by uuid + $context.off(elementNamespace); + $window.off(elementNamespace); + $document.off(elementNamespace); + }, + + event: { + clickaway: function(event) { + if(settings.closable){ + var + clickedInPusher = ($pusher.find(event.target).length > 0 || $pusher.is(event.target)), + clickedContext = ($context.is(event.target)) + ; + if(clickedInPusher) { + module.verbose('User clicked on dimmed page'); + module.hide(); + } + if(clickedContext) { + module.verbose('User clicked on dimmable context (scaled out page)'); + module.hide(); + } + } + }, + touch: function(event) { + //event.stopPropagation(); + }, + containScroll: function(event) { + if(element.scrollTop <= 0) { + element.scrollTop = 1; + } + if((element.scrollTop + element.offsetHeight) >= element.scrollHeight) { + element.scrollTop = element.scrollHeight - element.offsetHeight - 1; + } + }, + scroll: function(event) { + if( $(event.target).closest(selector.sidebar).length === 0 ) { + event.preventDefault(); + } + } + }, + + bind: { + clickaway: function() { + module.verbose('Adding clickaway events to context', $context); + $context + .on('click' + elementNamespace, module.event.clickaway) + .on('touchend' + elementNamespace, module.event.clickaway) + ; + }, + scrollLock: function() { + if(settings.scrollLock) { + module.debug('Disabling page scroll'); + $window + .on('DOMMouseScroll' + elementNamespace, module.event.scroll) + ; + } + module.verbose('Adding events to contain sidebar scroll'); + $document + .on('touchmove' + elementNamespace, module.event.touch) + ; + $module + .on('scroll' + eventNamespace, module.event.containScroll) + ; + } + }, + unbind: { + clickaway: function() { + module.verbose('Removing clickaway events from context', $context); + $context.off(elementNamespace); + }, + scrollLock: function() { + module.verbose('Removing scroll lock from page'); + $document.off(elementNamespace); + $window.off(elementNamespace); + $module.off('scroll' + eventNamespace); + } + }, + + add: { + inlineCSS: function() { + var + width = module.cache.width || $module.outerWidth(), + height = module.cache.height || $module.outerHeight(), + isRTL = module.is.rtl(), + direction = module.get.direction(), + distance = { + left : width, + right : -width, + top : height, + bottom : -height + }, + style + ; + + if(isRTL){ + module.verbose('RTL detected, flipping widths'); + distance.left = -width; + distance.right = width; + } + + style = '<style>'; + + if(direction === 'left' || direction === 'right') { + module.debug('Adding CSS rules for animation distance', width); + style += '' + + ' .ui.visible.' + direction + '.sidebar ~ .fixed,' + + ' .ui.visible.' + direction + '.sidebar ~ .pusher {' + + ' -webkit-transform: translate3d('+ distance[direction] + 'px, 0, 0);' + + ' transform: translate3d('+ distance[direction] + 'px, 0, 0);' + + ' }' + ; + } + else if(direction === 'top' || direction == 'bottom') { + style += '' + + ' .ui.visible.' + direction + '.sidebar ~ .fixed,' + + ' .ui.visible.' + direction + '.sidebar ~ .pusher {' + + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);' + + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);' + + ' }' + ; + } + + /* IE is only browser not to create context with transforms */ + /* https://www.w3.org/Bugs/Public/show_bug.cgi?id=16328 */ + if( module.is.ie() ) { + if(direction === 'left' || direction === 'right') { + module.debug('Adding CSS rules for animation distance', width); + style += '' + + ' body.pushable > .ui.visible.' + direction + '.sidebar ~ .pusher:after {' + + ' -webkit-transform: translate3d('+ distance[direction] + 'px, 0, 0);' + + ' transform: translate3d('+ distance[direction] + 'px, 0, 0);' + + ' }' + ; + } + else if(direction === 'top' || direction == 'bottom') { + style += '' + + ' body.pushable > .ui.visible.' + direction + '.sidebar ~ .pusher:after {' + + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);' + + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);' + + ' }' + ; + } + /* opposite sides visible forces content overlay */ + style += '' + + ' body.pushable > .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher:after,' + + ' body.pushable > .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher:after {' + + ' -webkit-transform: translate3d(0, 0, 0);' + + ' transform: translate3d(0, 0, 0);' + + ' }' + ; + } + style += '</style>'; + $style = $(style) + .appendTo($head) + ; + module.debug('Adding sizing css to head', $style); + } + }, + + refresh: function() { + module.verbose('Refreshing selector cache'); + $context = $(settings.context); + $sidebars = $context.children(selector.sidebar); + $pusher = $context.children(selector.pusher); + $fixed = $context.children(selector.fixed); + module.clear.cache(); + }, + + refreshSidebars: function() { + module.verbose('Refreshing other sidebars'); + $sidebars = $context.children(selector.sidebar); + }, + + repaint: function() { + module.verbose('Forcing repaint event'); + element.style.display = 'none'; + var ignored = element.offsetHeight; + element.scrollTop = element.scrollTop; + element.style.display = ''; + }, + + setup: { + cache: function() { + module.cache = { + width : $module.outerWidth(), + height : $module.outerHeight() + }; + }, + layout: function() { + if( $context.children(selector.pusher).length === 0 ) { + module.debug('Adding wrapper element for sidebar'); + module.error(error.pusher); + $pusher = $('<div class="pusher" />'); + $context + .children() + .not(selector.omitted) + .not($sidebars) + .wrapAll($pusher) + ; + module.refresh(); + } + if($module.nextAll(selector.pusher).length === 0 || $module.nextAll(selector.pusher)[0] !== $pusher[0]) { + module.debug('Moved sidebar to correct parent element'); + module.error(error.movedSidebar, element); + $module.detach().prependTo($context); + module.refresh(); + } + module.clear.cache(); + module.set.pushable(); + module.set.direction(); + } + }, + + attachEvents: function(selector, event) { + var + $toggle = $(selector) + ; + event = $.isFunction(module[event]) + ? module[event] + : module.toggle + ; + if($toggle.length > 0) { + module.debug('Attaching sidebar events to element', selector, event); + $toggle + .on('click' + eventNamespace, event) + ; + } + else { + module.error(error.notFound, selector); + } + }, + + show: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(module.is.hidden()) { + module.refreshSidebars(); + if(settings.overlay) { + module.error(error.overlay); + settings.transition = 'overlay'; + } + module.refresh(); + if(module.othersActive()) { + module.debug('Other sidebars currently visible'); + if(settings.exclusive) { + // if not overlay queue animation after hide + if(settings.transition != 'overlay') { + module.hideOthers(module.show); + return; + } + else { + module.hideOthers(); + } + } + else { + settings.transition = 'overlay'; + } + } + module.pushPage(function() { + callback.call(element); + settings.onShow.call(element); + }); + settings.onChange.call(element); + settings.onVisible.call(element); + } + else { + module.debug('Sidebar is already visible'); + } + }, + + hide: function(callback) { + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(module.is.visible() || module.is.animating()) { + module.debug('Hiding sidebar', callback); + module.refreshSidebars(); + module.pullPage(function() { + callback.call(element); + settings.onHidden.call(element); + }); + settings.onChange.call(element); + settings.onHide.call(element); + } + }, + + othersAnimating: function() { + return ($sidebars.not($module).filter('.' + className.animating).length > 0); + }, + othersVisible: function() { + return ($sidebars.not($module).filter('.' + className.visible).length > 0); + }, + othersActive: function() { + return(module.othersVisible() || module.othersAnimating()); + }, + + hideOthers: function(callback) { + var + $otherSidebars = $sidebars.not($module).filter('.' + className.visible), + sidebarCount = $otherSidebars.length, + callbackCount = 0 + ; + callback = callback || function(){}; + $otherSidebars + .sidebar('hide', function() { + callbackCount++; + if(callbackCount == sidebarCount) { + callback(); + } + }) + ; + }, + + toggle: function() { + module.verbose('Determining toggled direction'); + if(module.is.hidden()) { + module.show(); + } + else { + module.hide(); + } + }, + + pushPage: function(callback) { + var + transition = module.get.transition(), + $transition = (transition === 'overlay' || module.othersActive()) + ? $module + : $pusher, + animate, + dim, + transitionEnd + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + if(settings.transition == 'scale down') { + module.scrollToTop(); + } + module.set.transition(transition); + module.repaint(); + animate = function() { + module.bind.clickaway(); + module.add.inlineCSS(); + module.set.animating(); + module.set.visible(); + }; + dim = function() { + module.set.dimmed(); + }; + transitionEnd = function(event) { + if( event.target == $transition[0] ) { + $transition.off(transitionEvent + elementNamespace, transitionEnd); + module.remove.animating(); + module.bind.scrollLock(); + callback.call(element); + } + }; + $transition.off(transitionEvent + elementNamespace); + $transition.on(transitionEvent + elementNamespace, transitionEnd); + requestAnimationFrame(animate); + if(settings.dimPage && !module.othersVisible()) { + requestAnimationFrame(dim); + } + }, + + pullPage: function(callback) { + var + transition = module.get.transition(), + $transition = (transition == 'overlay' || module.othersActive()) + ? $module + : $pusher, + animate, + transitionEnd + ; + callback = $.isFunction(callback) + ? callback + : function(){} + ; + module.verbose('Removing context push state', module.get.direction()); + + module.unbind.clickaway(); + module.unbind.scrollLock(); + + animate = function() { + module.set.transition(transition); + module.set.animating(); + module.remove.visible(); + if(settings.dimPage && !module.othersVisible()) { + $pusher.removeClass(className.dimmed); + } + }; + transitionEnd = function(event) { + if( event.target == $transition[0] ) { + $transition.off(transitionEvent + elementNamespace, transitionEnd); + module.remove.animating(); + module.remove.transition(); + module.remove.inlineCSS(); + if(transition == 'scale down' || (settings.returnScroll && module.is.mobile()) ) { + module.scrollBack(); + } + callback.call(element); + } + }; + $transition.off(transitionEvent + elementNamespace); + $transition.on(transitionEvent + elementNamespace, transitionEnd); + requestAnimationFrame(animate); + }, + + scrollToTop: function() { + module.verbose('Scrolling to top of page to avoid animation issues'); + currentScroll = $(window).scrollTop(); + $module.scrollTop(0); + window.scrollTo(0, 0); + }, + + scrollBack: function() { + module.verbose('Scrolling back to original page position'); + window.scrollTo(0, currentScroll); + }, + + clear: { + cache: function() { + module.verbose('Clearing cached dimensions'); + module.cache = {}; + } + }, + + set: { + + // ios only (scroll on html not document). This prevent auto-resize canvas/scroll in ios + // (This is no longer necessary in latest iOS) + ios: function() { + $html.addClass(className.ios); + }, + + // container + pushed: function() { + $context.addClass(className.pushed); + }, + pushable: function() { + $context.addClass(className.pushable); + }, + + // pusher + dimmed: function() { + $pusher.addClass(className.dimmed); + }, + + // sidebar + active: function() { + $module.addClass(className.active); + }, + animating: function() { + $module.addClass(className.animating); + }, + transition: function(transition) { + transition = transition || module.get.transition(); + $module.addClass(transition); + }, + direction: function(direction) { + direction = direction || module.get.direction(); + $module.addClass(className[direction]); + }, + visible: function() { + $module.addClass(className.visible); + }, + overlay: function() { + $module.addClass(className.overlay); + } + }, + remove: { + + inlineCSS: function() { + module.debug('Removing inline css styles', $style); + if($style && $style.length > 0) { + $style.remove(); + } + }, + + // ios scroll on html not document + ios: function() { + $html.removeClass(className.ios); + }, + + // context + pushed: function() { + $context.removeClass(className.pushed); + }, + pushable: function() { + $context.removeClass(className.pushable); + }, + + // sidebar + active: function() { + $module.removeClass(className.active); + }, + animating: function() { + $module.removeClass(className.animating); + }, + transition: function(transition) { + transition = transition || module.get.transition(); + $module.removeClass(transition); + }, + direction: function(direction) { + direction = direction || module.get.direction(); + $module.removeClass(className[direction]); + }, + visible: function() { + $module.removeClass(className.visible); + }, + overlay: function() { + $module.removeClass(className.overlay); + } + }, + + get: { + direction: function() { + if($module.hasClass(className.top)) { + return className.top; + } + else if($module.hasClass(className.right)) { + return className.right; + } + else if($module.hasClass(className.bottom)) { + return className.bottom; + } + return className.left; + }, + transition: function() { + var + direction = module.get.direction(), + transition + ; + transition = ( module.is.mobile() ) + ? (settings.mobileTransition == 'auto') + ? settings.defaultTransition.mobile[direction] + : settings.mobileTransition + : (settings.transition == 'auto') + ? settings.defaultTransition.computer[direction] + : settings.transition + ; + module.verbose('Determined transition', transition); + return transition; + }, + transitionEvent: function() { + var + element = document.createElement('element'), + transitions = { + 'transition' :'transitionend', + 'OTransition' :'oTransitionEnd', + 'MozTransition' :'transitionend', + 'WebkitTransition' :'webkitTransitionEnd' + }, + transition + ; + for(transition in transitions){ + if( element.style[transition] !== undefined ){ + return transitions[transition]; + } + } + } + }, + + is: { + + ie: function() { + var + isIE11 = (!(window.ActiveXObject) && 'ActiveXObject' in window), + isIE = ('ActiveXObject' in window) + ; + return (isIE11 || isIE); + }, + + ios: function() { + var + userAgent = navigator.userAgent, + isIOS = userAgent.match(regExp.ios), + isMobileChrome = userAgent.match(regExp.mobileChrome) + ; + if(isIOS && !isMobileChrome) { + module.verbose('Browser was found to be iOS', userAgent); + return true; + } + else { + return false; + } + }, + mobile: function() { + var + userAgent = navigator.userAgent, + isMobile = userAgent.match(regExp.mobile) + ; + if(isMobile) { + module.verbose('Browser was found to be mobile', userAgent); + return true; + } + else { + module.verbose('Browser is not mobile, using regular transition', userAgent); + return false; + } + }, + hidden: function() { + return !module.is.visible(); + }, + visible: function() { + return $module.hasClass(className.visible); + }, + // alias + open: function() { + return module.is.visible(); + }, + closed: function() { + return module.is.hidden(); + }, + vertical: function() { + return $module.hasClass(className.top); + }, + animating: function() { + return $context.hasClass(className.animating); + }, + rtl: function () { + if(module.cache.rtl === undefined) { + module.cache.rtl = $module.attr('dir') === 'rtl' || $module.css('direction') === 'rtl'; + } + return module.cache.rtl; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + } + ; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + module.invoke('destroy'); + } + module.initialize(); + } + }); + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.sidebar.settings = { + + name : 'Sidebar', + namespace : 'sidebar', + + silent : false, + debug : false, + verbose : false, + performance : true, + + transition : 'auto', + mobileTransition : 'auto', + + defaultTransition : { + computer: { + left : 'uncover', + right : 'uncover', + top : 'overlay', + bottom : 'overlay' + }, + mobile: { + left : 'uncover', + right : 'uncover', + top : 'overlay', + bottom : 'overlay' + } + }, + + context : 'body', + exclusive : false, + closable : true, + dimPage : true, + scrollLock : false, + returnScroll : false, + delaySetup : false, + + duration : 500, + + onChange : function(){}, + onShow : function(){}, + onHide : function(){}, + + onHidden : function(){}, + onVisible : function(){}, + + className : { + active : 'active', + animating : 'animating', + dimmed : 'dimmed', + ios : 'ios', + pushable : 'pushable', + pushed : 'pushed', + right : 'right', + top : 'top', + left : 'left', + bottom : 'bottom', + visible : 'visible' + }, + + selector: { + fixed : '.fixed', + omitted : 'script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed', + pusher : '.pusher', + sidebar : '.ui.sidebar' + }, + + regExp: { + ios : /(iPad|iPhone|iPod)/g, + mobileChrome : /(CriOS)/g, + mobile : /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g + }, + + error : { + method : 'The method you called is not defined.', + pusher : 'Had to add pusher element. For optimal performance make sure body content is inside a pusher element', + movedSidebar : 'Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag', + overlay : 'The overlay setting is no longer supported, use animation: overlay', + notFound : 'There were no elements that matched the specified selector' + } + +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Sticky + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.sticky = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.sticky.settings, parameters) + : $.extend({}, $.fn.sticky.settings), + + className = settings.className, + namespace = settings.namespace, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $module = $(this), + $window = $(window), + $scroll = $(settings.scrollContext), + $container, + $context, + + instance = $module.data(moduleNamespace), + + requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); }, + + element = this, + + documentObserver, + observer, + module + ; + + module = { + + initialize: function() { + + module.determineContainer(); + module.determineContext(); + module.verbose('Initializing sticky', settings, $container); + + module.save.positions(); + module.checkErrors(); + module.bind.events(); + + if(settings.observeChanges) { + module.observeChanges(); + } + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous instance'); + module.reset(); + if(documentObserver) { + documentObserver.disconnect(); + } + if(observer) { + observer.disconnect(); + } + $window + .off('load' + eventNamespace, module.event.load) + .off('resize' + eventNamespace, module.event.resize) + ; + $scroll + .off('scrollchange' + eventNamespace, module.event.scrollchange) + ; + $module.removeData(moduleNamespace); + }, + + observeChanges: function() { + if('MutationObserver' in window) { + documentObserver = new MutationObserver(module.event.documentChanged); + observer = new MutationObserver(module.event.changed); + documentObserver.observe(document, { + childList : true, + subtree : true + }); + observer.observe(element, { + childList : true, + subtree : true + }); + observer.observe($context[0], { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', observer); + } + }, + + determineContainer: function() { + if(settings.container) { + $container = $(settings.container); + } + else { + $container = $module.offsetParent(); + } + }, + + determineContext: function() { + if(settings.context) { + $context = $(settings.context); + } + else { + $context = $container; + } + if($context.length === 0) { + module.error(error.invalidContext, settings.context, $module); + return; + } + }, + + checkErrors: function() { + if( module.is.hidden() ) { + module.error(error.visible, $module); + } + if(module.cache.element.height > module.cache.context.height) { + module.reset(); + module.error(error.elementSize, $module); + return; + } + }, + + bind: { + events: function() { + $window + .on('load' + eventNamespace, module.event.load) + .on('resize' + eventNamespace, module.event.resize) + ; + // pub/sub pattern + $scroll + .off('scroll' + eventNamespace) + .on('scroll' + eventNamespace, module.event.scroll) + .on('scrollchange' + eventNamespace, module.event.scrollchange) + ; + } + }, + + event: { + changed: function(mutations) { + clearTimeout(module.timer); + module.timer = setTimeout(function() { + module.verbose('DOM tree modified, updating sticky menu', mutations); + module.refresh(); + }, 100); + }, + documentChanged: function(mutations) { + [].forEach.call(mutations, function(mutation) { + if(mutation.removedNodes) { + [].forEach.call(mutation.removedNodes, function(node) { + if(node == element || $(node).find(element).length > 0) { + module.debug('Element removed from DOM, tearing down events'); + module.destroy(); + } + }); + } + }); + }, + load: function() { + module.verbose('Page contents finished loading'); + requestAnimationFrame(module.refresh); + }, + resize: function() { + module.verbose('Window resized'); + requestAnimationFrame(module.refresh); + }, + scroll: function() { + requestAnimationFrame(function() { + $scroll.triggerHandler('scrollchange' + eventNamespace, $scroll.scrollTop() ); + }); + }, + scrollchange: function(event, scrollPosition) { + module.stick(scrollPosition); + settings.onScroll.call(element); + } + }, + + refresh: function(hardRefresh) { + module.reset(); + if(!settings.context) { + module.determineContext(); + } + if(hardRefresh) { + module.determineContainer(); + } + module.save.positions(); + module.stick(); + settings.onReposition.call(element); + }, + + supports: { + sticky: function() { + var + $element = $('<div/>') + ; + $element.addClass(className.supported); + return($element.css('position').match('sticky')); + } + }, + + save: { + lastScroll: function(scroll) { + module.lastScroll = scroll; + }, + elementScroll: function(scroll) { + module.elementScroll = scroll; + }, + positions: function() { + var + scrollContext = { + height : $scroll.height() + }, + element = { + margin: { + top : parseInt($module.css('margin-top'), 10), + bottom : parseInt($module.css('margin-bottom'), 10), + }, + offset : $module.offset(), + width : $module.outerWidth(), + height : $module.outerHeight() + }, + context = { + offset : $context.offset(), + height : $context.outerHeight() + } + ; + if( !module.is.standardScroll() ) { + module.debug('Non-standard scroll. Removing scroll offset from element offset'); + + scrollContext.top = $scroll.scrollTop(); + scrollContext.left = $scroll.scrollLeft(); + + element.offset.top += scrollContext.top; + context.offset.top += scrollContext.top; + element.offset.left += scrollContext.left; + context.offset.left += scrollContext.left; + } + module.cache = { + fits : ( (element.height + settings.offset) <= scrollContext.height), + sameHeight : (element.height == context.height), + scrollContext : { + height : scrollContext.height + }, + element: { + margin : element.margin, + top : element.offset.top - element.margin.top, + left : element.offset.left, + width : element.width, + height : element.height, + bottom : element.offset.top + element.height + }, + context: { + top : context.offset.top, + height : context.height, + bottom : context.offset.top + context.height + } + }; + module.set.containerSize(); + + module.stick(); + module.debug('Caching element positions', module.cache); + } + }, + + get: { + direction: function(scroll) { + var + direction = 'down' + ; + scroll = scroll || $scroll.scrollTop(); + if(module.lastScroll !== undefined) { + if(module.lastScroll < scroll) { + direction = 'down'; + } + else if(module.lastScroll > scroll) { + direction = 'up'; + } + } + return direction; + }, + scrollChange: function(scroll) { + scroll = scroll || $scroll.scrollTop(); + return (module.lastScroll) + ? (scroll - module.lastScroll) + : 0 + ; + }, + currentElementScroll: function() { + if(module.elementScroll) { + return module.elementScroll; + } + return ( module.is.top() ) + ? Math.abs(parseInt($module.css('top'), 10)) || 0 + : Math.abs(parseInt($module.css('bottom'), 10)) || 0 + ; + }, + + elementScroll: function(scroll) { + scroll = scroll || $scroll.scrollTop(); + var + element = module.cache.element, + scrollContext = module.cache.scrollContext, + delta = module.get.scrollChange(scroll), + maxScroll = (element.height - scrollContext.height + settings.offset), + elementScroll = module.get.currentElementScroll(), + possibleScroll = (elementScroll + delta) + ; + if(module.cache.fits || possibleScroll < 0) { + elementScroll = 0; + } + else if(possibleScroll > maxScroll ) { + elementScroll = maxScroll; + } + else { + elementScroll = possibleScroll; + } + return elementScroll; + } + }, + + remove: { + lastScroll: function() { + delete module.lastScroll; + }, + elementScroll: function(scroll) { + delete module.elementScroll; + }, + minimumSize: function() { + $container + .css('min-height', '') + ; + }, + offset: function() { + $module.css('margin-top', ''); + } + }, + + set: { + offset: function() { + module.verbose('Setting offset on element', settings.offset); + $module + .css('margin-top', settings.offset) + ; + }, + containerSize: function() { + var + tagName = $container.get(0).tagName + ; + if(tagName === 'HTML' || tagName == 'body') { + // this can trigger for too many reasons + //module.error(error.container, tagName, $module); + module.determineContainer(); + } + else { + if( Math.abs($container.outerHeight() - module.cache.context.height) > settings.jitter) { + module.debug('Context has padding, specifying exact height for container', module.cache.context.height); + $container.css({ + height: module.cache.context.height + }); + } + } + }, + minimumSize: function() { + var + element = module.cache.element + ; + $container + .css('min-height', element.height) + ; + }, + scroll: function(scroll) { + module.debug('Setting scroll on element', scroll); + if(module.elementScroll == scroll) { + return; + } + if( module.is.top() ) { + $module + .css('bottom', '') + .css('top', -scroll) + ; + } + if( module.is.bottom() ) { + $module + .css('top', '') + .css('bottom', scroll) + ; + } + }, + size: function() { + if(module.cache.element.height !== 0 && module.cache.element.width !== 0) { + element.style.setProperty('width', module.cache.element.width + 'px', 'important'); + element.style.setProperty('height', module.cache.element.height + 'px', 'important'); + } + } + }, + + is: { + standardScroll: function() { + return ($scroll[0] == window); + }, + top: function() { + return $module.hasClass(className.top); + }, + bottom: function() { + return $module.hasClass(className.bottom); + }, + initialPosition: function() { + return (!module.is.fixed() && !module.is.bound()); + }, + hidden: function() { + return (!$module.is(':visible')); + }, + bound: function() { + return $module.hasClass(className.bound); + }, + fixed: function() { + return $module.hasClass(className.fixed); + } + }, + + stick: function(scroll) { + var + cachedPosition = scroll || $scroll.scrollTop(), + cache = module.cache, + fits = cache.fits, + sameHeight = cache.sameHeight, + element = cache.element, + scrollContext = cache.scrollContext, + context = cache.context, + offset = (module.is.bottom() && settings.pushing) + ? settings.bottomOffset + : settings.offset, + scroll = { + top : cachedPosition + offset, + bottom : cachedPosition + offset + scrollContext.height + }, + elementScroll = (fits) + ? 0 + : module.get.elementScroll(scroll.top), + + // shorthand + doesntFit = !fits, + elementVisible = (element.height !== 0) + ; + if(elementVisible && !sameHeight) { + + if( module.is.initialPosition() ) { + if(scroll.top >= context.bottom) { + module.debug('Initial element position is bottom of container'); + module.bindBottom(); + } + else if(scroll.top > element.top) { + if( (element.height + scroll.top - elementScroll) >= context.bottom ) { + module.debug('Initial element position is bottom of container'); + module.bindBottom(); + } + else { + module.debug('Initial element position is fixed'); + module.fixTop(); + } + } + + } + else if( module.is.fixed() ) { + + // currently fixed top + if( module.is.top() ) { + if( scroll.top <= element.top ) { + module.debug('Fixed element reached top of container'); + module.setInitialPosition(); + } + else if( (element.height + scroll.top - elementScroll) >= context.bottom ) { + module.debug('Fixed element reached bottom of container'); + module.bindBottom(); + } + // scroll element if larger than screen + else if(doesntFit) { + module.set.scroll(elementScroll); + module.save.lastScroll(scroll.top); + module.save.elementScroll(elementScroll); + } + } + + // currently fixed bottom + else if(module.is.bottom() ) { + + // top edge + if( (scroll.bottom - element.height) <= element.top) { + module.debug('Bottom fixed rail has reached top of container'); + module.setInitialPosition(); + } + // bottom edge + else if(scroll.bottom >= context.bottom) { + module.debug('Bottom fixed rail has reached bottom of container'); + module.bindBottom(); + } + // scroll element if larger than screen + else if(doesntFit) { + module.set.scroll(elementScroll); + module.save.lastScroll(scroll.top); + module.save.elementScroll(elementScroll); + } + + } + } + else if( module.is.bottom() ) { + if( scroll.top <= element.top ) { + module.debug('Jumped from bottom fixed to top fixed, most likely used home/end button'); + module.setInitialPosition(); + } + else { + if(settings.pushing) { + if(module.is.bound() && scroll.bottom <= context.bottom ) { + module.debug('Fixing bottom attached element to bottom of browser.'); + module.fixBottom(); + } + } + else { + if(module.is.bound() && (scroll.top <= context.bottom - element.height) ) { + module.debug('Fixing bottom attached element to top of browser.'); + module.fixTop(); + } + } + } + } + } + }, + + bindTop: function() { + module.debug('Binding element to top of parent container'); + module.remove.offset(); + $module + .css({ + left : '', + top : '', + marginBottom : '' + }) + .removeClass(className.fixed) + .removeClass(className.bottom) + .addClass(className.bound) + .addClass(className.top) + ; + settings.onTop.call(element); + settings.onUnstick.call(element); + }, + bindBottom: function() { + module.debug('Binding element to bottom of parent container'); + module.remove.offset(); + $module + .css({ + left : '', + top : '' + }) + .removeClass(className.fixed) + .removeClass(className.top) + .addClass(className.bound) + .addClass(className.bottom) + ; + settings.onBottom.call(element); + settings.onUnstick.call(element); + }, + + setInitialPosition: function() { + module.debug('Returning to initial position'); + module.unfix(); + module.unbind(); + }, + + + fixTop: function() { + module.debug('Fixing element to top of page'); + if(settings.setSize) { + module.set.size(); + } + module.set.minimumSize(); + module.set.offset(); + $module + .css({ + left : module.cache.element.left, + bottom : '', + marginBottom : '' + }) + .removeClass(className.bound) + .removeClass(className.bottom) + .addClass(className.fixed) + .addClass(className.top) + ; + settings.onStick.call(element); + }, + + fixBottom: function() { + module.debug('Sticking element to bottom of page'); + if(settings.setSize) { + module.set.size(); + } + module.set.minimumSize(); + module.set.offset(); + $module + .css({ + left : module.cache.element.left, + bottom : '', + marginBottom : '' + }) + .removeClass(className.bound) + .removeClass(className.top) + .addClass(className.fixed) + .addClass(className.bottom) + ; + settings.onStick.call(element); + }, + + unbind: function() { + if( module.is.bound() ) { + module.debug('Removing container bound position on element'); + module.remove.offset(); + $module + .removeClass(className.bound) + .removeClass(className.top) + .removeClass(className.bottom) + ; + } + }, + + unfix: function() { + if( module.is.fixed() ) { + module.debug('Removing fixed position on element'); + module.remove.minimumSize(); + module.remove.offset(); + $module + .removeClass(className.fixed) + .removeClass(className.top) + .removeClass(className.bottom) + ; + settings.onUnstick.call(element); + } + }, + + reset: function() { + module.debug('Resetting elements position'); + module.unbind(); + module.unfix(); + module.resetCSS(); + module.remove.offset(); + module.remove.lastScroll(); + }, + + resetCSS: function() { + $module + .css({ + width : '', + height : '' + }) + ; + $container + .css({ + height: '' + }) + ; + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 0); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.sticky.settings = { + + name : 'Sticky', + namespace : 'sticky', + + silent : false, + debug : false, + verbose : true, + performance : true, + + // whether to stick in the opposite direction on scroll up + pushing : false, + + context : false, + container : false, + + // Context to watch scroll events + scrollContext : window, + + // Offset to adjust scroll + offset : 0, + + // Offset to adjust scroll when attached to bottom of screen + bottomOffset : 0, + + // will only set container height if difference between context and container is larger than this number + jitter : 5, + + // set width of sticky element when it is fixed to page (used to make sure 100% width is maintained if no fixed size set) + setSize : true, + + // Whether to automatically observe changes with Mutation Observers + observeChanges : false, + + // Called when position is recalculated + onReposition : function(){}, + + // Called on each scroll + onScroll : function(){}, + + // Called when element is stuck to viewport + onStick : function(){}, + + // Called when element is unstuck from viewport + onUnstick : function(){}, + + // Called when element reaches top of context + onTop : function(){}, + + // Called when element reaches bottom of context + onBottom : function(){}, + + error : { + container : 'Sticky element must be inside a relative container', + visible : 'Element is hidden, you must call refresh after element becomes visible. Use silent setting to surpress this warning in production.', + method : 'The method you called is not defined.', + invalidContext : 'Context specified does not exist', + elementSize : 'Sticky element is larger than its container, cannot create sticky.' + }, + + className : { + bound : 'bound', + fixed : 'fixed', + supported : 'native', + top : 'top', + bottom : 'bottom' + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Tab + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isWindow = $.isWindow || function(obj) { + return obj != null && obj === obj.window; +}; +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.tab = function(parameters) { + + var + // use window context if none specified + $allModules = $.isFunction(this) + ? $(window) + : $(this), + + moduleSelector = $allModules.selector || '', + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + initializedHistory = false, + returnedValue + ; + + $allModules + .each(function() { + var + + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.tab.settings, parameters) + : $.extend({}, $.fn.tab.settings), + + className = settings.className, + metadata = settings.metadata, + selector = settings.selector, + error = settings.error, + regExp = settings.regExp, + + eventNamespace = '.' + settings.namespace, + moduleNamespace = 'module-' + settings.namespace, + + $module = $(this), + $context, + $tabs, + + cache = {}, + firstLoad = true, + recursionDepth = 0, + element = this, + instance = $module.data(moduleNamespace), + + activeTabPath, + parameterArray, + module, + + historyEvent + + ; + + module = { + + initialize: function() { + module.debug('Initializing tab menu item', $module); + module.fix.callbacks(); + module.determineTabs(); + + module.debug('Determining tabs', settings.context, $tabs); + // set up automatic routing + if(settings.auto) { + module.set.auto(); + } + module.bind.events(); + + if(settings.history && !initializedHistory) { + module.initializeHistory(); + initializedHistory = true; + } + + if(instance === undefined && module.determine.activeTab() == null) { + module.debug('No active tab detected, setting first tab active', module.get.initialPath()); + module.changeTab(module.get.initialPath()); + }; + + module.instantiate(); + }, + + instantiate: function () { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.debug('Destroying tabs', $module); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + }, + + bind: { + events: function() { + // if using $.tab don't add events + if( !$.isWindow( element ) ) { + module.debug('Attaching tab activation events to element', $module); + $module + .on('click' + eventNamespace, module.event.click) + ; + } + } + }, + + determineTabs: function() { + var + $reference + ; + + // determine tab context + if(settings.context === 'parent') { + if($module.closest(selector.ui).length > 0) { + $reference = $module.closest(selector.ui); + module.verbose('Using closest UI element as parent', $reference); + } + else { + $reference = $module; + } + $context = $reference.parent(); + module.verbose('Determined parent element for creating context', $context); + } + else if(settings.context) { + $context = $(settings.context); + module.verbose('Using selector for tab context', settings.context, $context); + } + else { + $context = $('body'); + } + // find tabs + if(settings.childrenOnly) { + $tabs = $context.children(selector.tabs); + module.debug('Searching tab context children for tabs', $context, $tabs); + } + else { + $tabs = $context.find(selector.tabs); + module.debug('Searching tab context for tabs', $context, $tabs); + } + }, + + fix: { + callbacks: function() { + if( $.isPlainObject(parameters) && (parameters.onTabLoad || parameters.onTabInit) ) { + if(parameters.onTabLoad) { + parameters.onLoad = parameters.onTabLoad; + delete parameters.onTabLoad; + module.error(error.legacyLoad, parameters.onLoad); + } + if(parameters.onTabInit) { + parameters.onFirstLoad = parameters.onTabInit; + delete parameters.onTabInit; + module.error(error.legacyInit, parameters.onFirstLoad); + } + settings = $.extend(true, {}, $.fn.tab.settings, parameters); + } + } + }, + + initializeHistory: function() { + module.debug('Initializing page state'); + if( $.address === undefined ) { + module.error(error.state); + return false; + } + else { + if(settings.historyType == 'state') { + module.debug('Using HTML5 to manage state'); + if(settings.path !== false) { + $.address + .history(true) + .state(settings.path) + ; + } + else { + module.error(error.path); + return false; + } + } + $.address + .bind('change', module.event.history.change) + ; + } + }, + + event: { + click: function(event) { + var + tabPath = $(this).data(metadata.tab) + ; + if(tabPath !== undefined) { + if(settings.history) { + module.verbose('Updating page state', event); + $.address.value(tabPath); + } + else { + module.verbose('Changing tab', event); + module.changeTab(tabPath); + } + event.preventDefault(); + } + else { + module.debug('No tab specified'); + } + }, + history: { + change: function(event) { + var + tabPath = event.pathNames.join('/') || module.get.initialPath(), + pageTitle = settings.templates.determineTitle(tabPath) || false + ; + module.performance.display(); + module.debug('History change event', tabPath, event); + historyEvent = event; + if(tabPath !== undefined) { + module.changeTab(tabPath); + } + if(pageTitle) { + $.address.title(pageTitle); + } + } + } + }, + + refresh: function() { + if(activeTabPath) { + module.debug('Refreshing tab', activeTabPath); + module.changeTab(activeTabPath); + } + }, + + cache: { + + read: function(cacheKey) { + return (cacheKey !== undefined) + ? cache[cacheKey] + : false + ; + }, + add: function(cacheKey, content) { + cacheKey = cacheKey || activeTabPath; + module.debug('Adding cached content for', cacheKey); + cache[cacheKey] = content; + }, + remove: function(cacheKey) { + cacheKey = cacheKey || activeTabPath; + module.debug('Removing cached content for', cacheKey); + delete cache[cacheKey]; + } + }, + + escape: { + string: function(text) { + text = String(text); + return text.replace(regExp.escape, '\\$&'); + } + }, + + set: { + auto: function() { + var + url = (typeof settings.path == 'string') + ? settings.path.replace(/\/$/, '') + '/{$tab}' + : '/{$tab}' + ; + module.verbose('Setting up automatic tab retrieval from server', url); + if($.isPlainObject(settings.apiSettings)) { + settings.apiSettings.url = url; + } + else { + settings.apiSettings = { + url: url + }; + } + }, + loading: function(tabPath) { + var + $tab = module.get.tabElement(tabPath), + isLoading = $tab.hasClass(className.loading) + ; + if(!isLoading) { + module.verbose('Setting loading state for', $tab); + $tab + .addClass(className.loading) + .siblings($tabs) + .removeClass(className.active + ' ' + className.loading) + ; + if($tab.length > 0) { + settings.onRequest.call($tab[0], tabPath); + } + } + }, + state: function(state) { + $.address.value(state); + } + }, + + changeTab: function(tabPath) { + var + pushStateAvailable = (window.history && window.history.pushState), + shouldIgnoreLoad = (pushStateAvailable && settings.ignoreFirstLoad && firstLoad), + remoteContent = (settings.auto || $.isPlainObject(settings.apiSettings) ), + // only add default path if not remote content + pathArray = (remoteContent && !shouldIgnoreLoad) + ? module.utilities.pathToArray(tabPath) + : module.get.defaultPathArray(tabPath) + ; + tabPath = module.utilities.arrayToPath(pathArray); + $.each(pathArray, function(index, tab) { + var + currentPathArray = pathArray.slice(0, index + 1), + currentPath = module.utilities.arrayToPath(currentPathArray), + + isTab = module.is.tab(currentPath), + isLastIndex = (index + 1 == pathArray.length), + + $tab = module.get.tabElement(currentPath), + $anchor, + nextPathArray, + nextPath, + isLastTab + ; + module.verbose('Looking for tab', tab); + if(isTab) { + module.verbose('Tab was found', tab); + // scope up + activeTabPath = currentPath; + parameterArray = module.utilities.filterArray(pathArray, currentPathArray); + + if(isLastIndex) { + isLastTab = true; + } + else { + nextPathArray = pathArray.slice(0, index + 2); + nextPath = module.utilities.arrayToPath(nextPathArray); + isLastTab = ( !module.is.tab(nextPath) ); + if(isLastTab) { + module.verbose('Tab parameters found', nextPathArray); + } + } + if(isLastTab && remoteContent) { + if(!shouldIgnoreLoad) { + module.activate.navigation(currentPath); + module.fetch.content(currentPath, tabPath); + } + else { + module.debug('Ignoring remote content on first tab load', currentPath); + firstLoad = false; + module.cache.add(tabPath, $tab.html()); + module.activate.all(currentPath); + settings.onFirstLoad.call($tab[0], currentPath, parameterArray, historyEvent); + settings.onLoad.call($tab[0], currentPath, parameterArray, historyEvent); + } + return false; + } + else { + module.debug('Opened local tab', currentPath); + module.activate.all(currentPath); + if( !module.cache.read(currentPath) ) { + module.cache.add(currentPath, true); + module.debug('First time tab loaded calling tab init'); + settings.onFirstLoad.call($tab[0], currentPath, parameterArray, historyEvent); + } + settings.onLoad.call($tab[0], currentPath, parameterArray, historyEvent); + } + + } + else if(tabPath.search('/') == -1 && tabPath !== '') { + // look for in page anchor + tabPath = module.escape.string(tabPath); + $anchor = $('#' + tabPath + ', a[name="' + tabPath + '"]'); + currentPath = $anchor.closest('[data-tab]').data(metadata.tab); + $tab = module.get.tabElement(currentPath); + // if anchor exists use parent tab + if($anchor && $anchor.length > 0 && currentPath) { + module.debug('Anchor link used, opening parent tab', $tab, $anchor); + if( !$tab.hasClass(className.active) ) { + setTimeout(function() { + module.scrollTo($anchor); + }, 0); + } + module.activate.all(currentPath); + if( !module.cache.read(currentPath) ) { + module.cache.add(currentPath, true); + module.debug('First time tab loaded calling tab init'); + settings.onFirstLoad.call($tab[0], currentPath, parameterArray, historyEvent); + } + settings.onLoad.call($tab[0], currentPath, parameterArray, historyEvent); + return false; + } + } + else { + module.error(error.missingTab, $module, $context, currentPath); + return false; + } + }); + }, + + scrollTo: function($element) { + var + scrollOffset = ($element && $element.length > 0) + ? $element.offset().top + : false + ; + if(scrollOffset !== false) { + module.debug('Forcing scroll to an in-page link in a hidden tab', scrollOffset, $element); + $(document).scrollTop(scrollOffset); + } + }, + + update: { + content: function(tabPath, html, evaluateScripts) { + var + $tab = module.get.tabElement(tabPath), + tab = $tab[0] + ; + evaluateScripts = (evaluateScripts !== undefined) + ? evaluateScripts + : settings.evaluateScripts + ; + if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && typeof html !== 'string') { + $tab + .empty() + .append($(html).clone(true)) + ; + } + else { + if(evaluateScripts) { + module.debug('Updating HTML and evaluating inline scripts', tabPath, html); + $tab.html(html); + } + else { + module.debug('Updating HTML', tabPath, html); + tab.innerHTML = html; + } + } + } + }, + + fetch: { + + content: function(tabPath, fullTabPath) { + var + $tab = module.get.tabElement(tabPath), + apiSettings = { + dataType : 'html', + encodeParameters : false, + on : 'now', + cache : settings.alwaysRefresh, + headers : { + 'X-Remote': true + }, + onSuccess : function(response) { + if(settings.cacheType == 'response') { + module.cache.add(fullTabPath, response); + } + module.update.content(tabPath, response); + if(tabPath == activeTabPath) { + module.debug('Content loaded', tabPath); + module.activate.tab(tabPath); + } + else { + module.debug('Content loaded in background', tabPath); + } + settings.onFirstLoad.call($tab[0], tabPath, parameterArray, historyEvent); + settings.onLoad.call($tab[0], tabPath, parameterArray, historyEvent); + + if(settings.loadOnce) { + module.cache.add(fullTabPath, true); + } + else if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) { + setTimeout(function() { + var + $clone = $tab.children().clone(true) + ; + $clone = $clone.not('script'); + module.cache.add(fullTabPath, $clone); + }, 0); + } + else { + module.cache.add(fullTabPath, $tab.html()); + } + }, + urlData: { + tab: fullTabPath + } + }, + request = $tab.api('get request') || false, + existingRequest = ( request && request.state() === 'pending' ), + requestSettings, + cachedContent + ; + + fullTabPath = fullTabPath || tabPath; + cachedContent = module.cache.read(fullTabPath); + + + if(settings.cache && cachedContent) { + module.activate.tab(tabPath); + module.debug('Adding cached content', fullTabPath); + if(!settings.loadOnce) { + if(settings.evaluateScripts == 'once') { + module.update.content(tabPath, cachedContent, false); + } + else { + module.update.content(tabPath, cachedContent); + } + } + settings.onLoad.call($tab[0], tabPath, parameterArray, historyEvent); + } + else if(existingRequest) { + module.set.loading(tabPath); + module.debug('Content is already loading', fullTabPath); + } + else if($.api !== undefined) { + requestSettings = $.extend(true, {}, settings.apiSettings, apiSettings); + module.debug('Retrieving remote content', fullTabPath, requestSettings); + module.set.loading(tabPath); + $tab.api(requestSettings); + } + else { + module.error(error.api); + } + } + }, + + activate: { + all: function(tabPath) { + module.activate.tab(tabPath); + module.activate.navigation(tabPath); + }, + tab: function(tabPath) { + var + $tab = module.get.tabElement(tabPath), + $deactiveTabs = (settings.deactivate == 'siblings') + ? $tab.siblings($tabs) + : $tabs.not($tab), + isActive = $tab.hasClass(className.active) + ; + module.verbose('Showing tab content for', $tab); + if(!isActive) { + $tab + .addClass(className.active) + ; + $deactiveTabs + .removeClass(className.active + ' ' + className.loading) + ; + if($tab.length > 0) { + settings.onVisible.call($tab[0], tabPath); + } + } + }, + navigation: function(tabPath) { + var + $navigation = module.get.navElement(tabPath), + $deactiveNavigation = (settings.deactivate == 'siblings') + ? $navigation.siblings($allModules) + : $allModules.not($navigation), + isActive = $navigation.hasClass(className.active) + ; + module.verbose('Activating tab navigation for', $navigation, tabPath); + if(!isActive) { + $navigation + .addClass(className.active) + ; + $deactiveNavigation + .removeClass(className.active + ' ' + className.loading) + ; + } + } + }, + + deactivate: { + all: function() { + module.deactivate.navigation(); + module.deactivate.tabs(); + }, + navigation: function() { + $allModules + .removeClass(className.active) + ; + }, + tabs: function() { + $tabs + .removeClass(className.active + ' ' + className.loading) + ; + } + }, + + is: { + tab: function(tabName) { + return (tabName !== undefined) + ? ( module.get.tabElement(tabName).length > 0 ) + : false + ; + } + }, + + get: { + initialPath: function() { + return $allModules.eq(0).data(metadata.tab) || $tabs.eq(0).data(metadata.tab); + }, + path: function() { + return $.address.value(); + }, + // adds default tabs to tab path + defaultPathArray: function(tabPath) { + return module.utilities.pathToArray( module.get.defaultPath(tabPath) ); + }, + defaultPath: function(tabPath) { + var + $defaultNav = $allModules.filter('[data-' + metadata.tab + '^="' + module.escape.string(tabPath) + '/"]').eq(0), + defaultTab = $defaultNav.data(metadata.tab) || false + ; + if( defaultTab ) { + module.debug('Found default tab', defaultTab); + if(recursionDepth < settings.maxDepth) { + recursionDepth++; + return module.get.defaultPath(defaultTab); + } + module.error(error.recursion); + } + else { + module.debug('No default tabs found for', tabPath, $tabs); + } + recursionDepth = 0; + return tabPath; + }, + navElement: function(tabPath) { + tabPath = tabPath || activeTabPath; + return $allModules.filter('[data-' + metadata.tab + '="' + module.escape.string(tabPath) + '"]'); + }, + tabElement: function(tabPath) { + var + $fullPathTab, + $simplePathTab, + tabPathArray, + lastTab + ; + tabPath = tabPath || activeTabPath; + tabPathArray = module.utilities.pathToArray(tabPath); + lastTab = module.utilities.last(tabPathArray); + $fullPathTab = $tabs.filter('[data-' + metadata.tab + '="' + module.escape.string(tabPath) + '"]'); + $simplePathTab = $tabs.filter('[data-' + metadata.tab + '="' + module.escape.string(lastTab) + '"]'); + return ($fullPathTab.length > 0) + ? $fullPathTab + : $simplePathTab + ; + }, + tab: function() { + return activeTabPath; + } + }, + + determine: { + activeTab: function() { + var activeTab = null; + + $tabs.each(function(_index, tab) { + var $tab = $(tab); + + if( $tab.hasClass(className.active) ) { + var + tabPath = $(this).data(metadata.tab), + $anchor = $allModules.filter('[data-' + metadata.tab + '="' + module.escape.string(tabPath) + '"]') + ; + + if( $anchor.hasClass(className.active) ) { + activeTab = tabPath; + } + } + }); + + return activeTab; + } + }, + + utilities: { + filterArray: function(keepArray, removeArray) { + return $.grep(keepArray, function(keepValue) { + return ( $.inArray(keepValue, removeArray) == -1); + }); + }, + last: function(array) { + return Array.isArray(array) + ? array[ array.length - 1] + : false + ; + }, + pathToArray: function(pathName) { + if(pathName === undefined) { + pathName = activeTabPath; + } + return typeof pathName == 'string' + ? pathName.split('/') + : [pathName] + ; + }, + arrayToPath: function(pathArray) { + return Array.isArray(pathArray) + ? pathArray.join('/') + : false + ; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : this + ; + +}; + +// shortcut for tabbed content with no defined navigation +$.tab = function() { + $(window).tab.apply(this, arguments); +}; + +$.fn.tab.settings = { + + name : 'Tab', + namespace : 'tab', + + silent : false, + debug : false, + verbose : false, + performance : true, + + auto : false, // uses pjax style endpoints fetching content from same url with remote-content headers + history : false, // use browser history + historyType : 'hash', // #/ or html5 state + path : false, // base path of url + + context : false, // specify a context that tabs must appear inside + childrenOnly : false, // use only tabs that are children of context + maxDepth : 25, // max depth a tab can be nested + + deactivate : 'siblings', // whether tabs should deactivate sibling menu elements or all elements initialized together + + alwaysRefresh : false, // load tab content new every tab click + cache : true, // cache the content requests to pull locally + loadOnce : false, // Whether tab data should only be loaded once when using remote content + cacheType : 'response', // Whether to cache exact response, or to html cache contents after scripts execute + ignoreFirstLoad : false, // don't load remote content on first load + + apiSettings : false, // settings for api call + evaluateScripts : 'once', // whether inline scripts should be parsed (true/false/once). Once will not re-evaluate on cached content + + onFirstLoad : function(tabPath, parameterArray, historyEvent) {}, // called first time loaded + onLoad : function(tabPath, parameterArray, historyEvent) {}, // called on every load + onVisible : function(tabPath, parameterArray, historyEvent) {}, // called every time tab visible + onRequest : function(tabPath, parameterArray, historyEvent) {}, // called ever time a tab beings loading remote content + + templates : { + determineTitle: function(tabArray) {} // returns page title for path + }, + + error: { + api : 'You attempted to load content without API module', + method : 'The method you called is not defined', + missingTab : 'Activated tab cannot be found. Tabs are case-sensitive.', + noContent : 'The tab you specified is missing a content url.', + path : 'History enabled, but no path was specified', + recursion : 'Max recursive depth reached', + legacyInit : 'onTabInit has been renamed to onFirstLoad in 2.0, please adjust your code.', + legacyLoad : 'onTabLoad has been renamed to onLoad in 2.0. Please adjust your code', + state : 'History requires Asual\'s Address library <https://github.com/asual/jquery-address>' + }, + + regExp : { + escape : /[-[\]{}()*+?.,\\^$|#\s:=@]/g + }, + + metadata : { + tab : 'tab', + loaded : 'loaded', + promise: 'promise' + }, + + className : { + loading : 'loading', + active : 'active' + }, + + selector : { + tabs : '.ui.tab', + ui : '.ui' + } + +}; + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Toast + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.toast = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.toast.settings, parameters) + : $.extend({}, $.fn.toast.settings), + + className = settings.className, + selector = settings.selector, + error = settings.error, + namespace = settings.namespace, + fields = settings.fields, + + eventNamespace = '.' + namespace, + moduleNamespace = namespace + '-module', + + $module = $(this), + $toastBox, + $toast, + $actions, + $progress, + $progressBar, + $animationObject, + $close, + $context = (settings.context) + ? $(settings.context) + : $('body'), + + isToastComponent = $module.hasClass('toast') || $module.hasClass('message') || $module.hasClass('card'), + + element = this, + instance = isToastComponent ? $module.data(moduleNamespace) : undefined, + + module + ; + module = { + + initialize: function() { + module.verbose('Initializing element'); + if (!module.has.container()) { + module.create.container(); + } + if(isToastComponent || settings.message !== '' || settings.title !== '' || module.get.iconClass() !== '' || settings.showImage || module.has.configActions()) { + if(typeof settings.showProgress !== 'string' || [className.top,className.bottom].indexOf(settings.showProgress) === -1 ) { + settings.showProgress = false; + } + module.create.toast(); + if(settings.closeOnClick && (settings.closeIcon || $($toast).find(selector.input).length > 0 || module.has.configActions())){ + settings.closeOnClick = false; + } + if(!settings.closeOnClick) { + $toastBox.addClass(className.unclickable); + } + module.bind.events(); + } + module.instantiate(); + if($toastBox) { + module.show(); + } + }, + + instantiate: function() { + module.verbose('Storing instance of toast'); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + destroy: function() { + if($toastBox) { + module.debug('Removing toast', $toastBox); + module.unbind.events(); + $toastBox.remove(); + $toastBox = undefined; + $toast = undefined; + $animationObject = undefined; + settings.onRemove.call($toastBox, element); + $progress = undefined; + $progressBar = undefined; + $close = undefined; + } + $module + .removeData(moduleNamespace) + ; + }, + + show: function(callback) { + callback = callback || function(){}; + module.debug('Showing toast'); + if(settings.onShow.call($toastBox, element) === false) { + module.debug('onShow callback returned false, cancelling toast animation'); + return; + } + module.animate.show(callback); + }, + + close: function(callback) { + callback = callback || function(){}; + module.remove.visible(); + module.unbind.events(); + module.animate.close(callback); + + }, + + create: { + container: function() { + module.verbose('Creating container'); + $context.append($('<div/>',{class: settings.position + ' ' + className.container})); + }, + toast: function() { + $toastBox = $('<div/>', {class: className.box}); + if (!isToastComponent) { + module.verbose('Creating toast'); + $toast = $('<div/>'); + var $content = $('<div/>', {class: className.content}); + var iconClass = module.get.iconClass(); + if (iconClass !== '') { + $toast.append($('<i/>', {class: iconClass + ' ' + className.icon})); + } + + if (settings.showImage) { + $toast.append($('<img>', { + class: className.image + ' ' + settings.classImage, + src: settings.showImage + })); + } + if (settings.title !== '') { + $content.append($('<div/>', { + class: className.title, + text: settings.title + })); + } + + $content.append($('<div/>', {html: module.helpers.escape(settings.message, settings.preserveHTML)})); + + $toast + .addClass(settings.class + ' ' + className.toast) + .append($content) + ; + $toast.css('opacity', settings.opacity); + if (settings.closeIcon) { + $close = $('<i/>', {class: className.close + ' ' + (typeof settings.closeIcon === 'string' ? settings.closeIcon : '')}); + if($close.hasClass(className.left)) { + $toast.prepend($close); + } else { + $toast.append($close); + } + } + } else { + $toast = settings.cloneModule ? $module.clone().removeAttr('id') : $module; + $close = $toast.find('> i'+module.helpers.toClass(className.close)); + settings.closeIcon = ($close.length > 0); + } + if ($toast.hasClass(className.compact)) { + settings.compact = true; + } + if ($toast.hasClass('card')) { + settings.compact = false; + } + $actions = $toast.find('.actions'); + if (module.has.configActions()) { + if ($actions.length === 0) { + $actions = $('<div/>', {class: className.actions + ' ' + (settings.classActions || '')}).appendTo($toast); + } + if($toast.hasClass('card') && !$actions.hasClass(className.attached)) { + $actions.addClass(className.extraContent); + if($actions.hasClass(className.vertical)) { + $actions.removeClass(className.vertical); + module.error(error.verticalCard); + } + } + settings.actions.forEach(function (el) { + var icon = el[fields.icon] ? '<i class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>' : '', + text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML), + cls = module.helpers.deQuote(el[fields.class] || ''), + click = el[fields.click] && $.isFunction(el[fields.click]) ? el[fields.click] : function () {}; + $actions.append($('<button/>', { + html: icon + text, + class: className.button + ' ' + cls, + click: function () { + if (click.call(element, $module) === false) { + return; + } + module.close(); + } + })); + }); + } + if ($actions && $actions.hasClass(className.vertical)) { + $toast.addClass(className.vertical); + } + if($actions.length > 0 && !$actions.hasClass(className.attached)) { + if ($actions && (!$actions.hasClass(className.basic) || $actions.hasClass(className.left))) { + $toast.addClass(className.actions); + } + } + if(settings.displayTime === 'auto'){ + settings.displayTime = Math.max(settings.minDisplayTime, $toast.text().split(" ").length / settings.wordsPerMinute * 60000); + } + $toastBox.append($toast); + + if($actions.length > 0 && $actions.hasClass(className.attached)) { + $actions.addClass(className.buttons); + $actions.detach(); + $toast.addClass(className.attached); + if (!$actions.hasClass(className.vertical)) { + if ($actions.hasClass(className.top)) { + $toastBox.prepend($actions); + $toast.addClass(className.bottom); + } else { + $toastBox.append($actions); + $toast.addClass(className.top); + } + } else { + $toast.wrap( + $('<div/>',{ + class:className.vertical + ' ' + + className.attached + ' ' + + (settings.compact ? className.compact : '') + }) + ); + if($actions.hasClass(className.left)) { + $toast.addClass(className.left).parent().addClass(className.left).prepend($actions); + } else { + $toast.parent().append($actions); + } + } + } + if($module !== $toast) { + $module = $toast; + element = $toast[0]; + } + if(settings.displayTime > 0) { + var progressingClass = className.progressing+' '+(settings.pauseOnHover ? className.pausable:''); + if (!!settings.showProgress) { + $progress = $('<div/>', { + class: className.progress + ' ' + (settings.classProgress || settings.class), + 'data-percent': '' + }); + if(!settings.classProgress) { + if ($toast.hasClass('toast') && !$toast.hasClass(className.inverted)) { + $progress.addClass(className.inverted); + } else { + $progress.removeClass(className.inverted); + } + } + $progressBar = $('<div/>', {class: 'bar '+(settings.progressUp ? 'up ' : 'down ')+progressingClass}); + $progress + .addClass(settings.showProgress) + .append($progressBar); + if ($progress.hasClass(className.top)) { + $toastBox.prepend($progress); + } else { + $toastBox.append($progress); + } + $progressBar.css('animation-duration', settings.displayTime / 1000 + 's'); + } + $animationObject = $('<span/>',{class:'wait '+progressingClass}); + $animationObject.css('animation-duration', settings.displayTime / 1000 + 's'); + $animationObject.appendTo($toast); + } + if (settings.compact) { + $toastBox.addClass(className.compact); + $toast.addClass(className.compact); + if($progress) { + $progress.addClass(className.compact); + } + } + if (settings.newestOnTop) { + $toastBox.prependTo(module.get.container()); + } + else { + $toastBox.appendTo(module.get.container()); + } + } + }, + + bind: { + events: function() { + module.debug('Binding events to toast'); + if(settings.closeOnClick || settings.closeIcon) { + (settings.closeIcon ? $close : $toast) + .on('click' + eventNamespace, module.event.click) + ; + } + if($animationObject) { + $animationObject.on('animationend' + eventNamespace, module.close); + } + $toastBox + .on('click' + eventNamespace, selector.approve, module.event.approve) + .on('click' + eventNamespace, selector.deny, module.event.deny) + ; + } + }, + + unbind: { + events: function() { + module.debug('Unbinding events to toast'); + if(settings.closeOnClick || settings.closeIcon) { + (settings.closeIcon ? $close : $toast) + .off('click' + eventNamespace) + ; + } + if($animationObject) { + $animationObject.off('animationend' + eventNamespace); + } + $toastBox + .off('click' + eventNamespace) + ; + } + }, + + animate: { + show: function(callback) { + callback = $.isFunction(callback) ? callback : function(){}; + if(settings.transition && module.can.useElement('transition') && $module.transition('is supported')) { + module.set.visible(); + $toastBox + .transition({ + animation : settings.transition.showMethod + ' in', + queue : false, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.transition.showDuration, + onComplete : function() { + callback.call($toastBox, element); + settings.onVisible.call($toastBox, element); + } + }) + ; + } + }, + close: function(callback) { + callback = $.isFunction(callback) ? callback : function(){}; + module.debug('Closing toast'); + if(settings.onHide.call($toastBox, element) === false) { + module.debug('onHide callback returned false, cancelling toast animation'); + return; + } + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + $toastBox + .transition({ + animation : settings.transition.hideMethod + ' out', + queue : false, + duration : settings.transition.hideDuration, + debug : settings.debug, + verbose : settings.verbose, + interval : 50, + + onBeforeHide: function(callback){ + callback = $.isFunction(callback)?callback : function(){}; + if(settings.transition.closeEasing !== ''){ + $toastBox.css('opacity',0); + $toastBox.wrap('<div/>').parent().slideUp(500,settings.transition.closeEasing,function(){ + if($toastBox){ + $toastBox.parent().remove(); + callback.call($toastBox); + } + }); + } else { + callback.call($toastBox); + } + }, + onComplete : function() { + callback.call($toastBox, element); + settings.onHidden.call($toastBox, element); + module.destroy(); + } + }) + ; + } + else { + module.error(error.noTransition); + } + }, + pause: function() { + $animationObject.css('animationPlayState','paused'); + if($progressBar) { + $progressBar.css('animationPlayState', 'paused'); + } + }, + continue: function() { + $animationObject.css('animationPlayState','running'); + if($progressBar) { + $progressBar.css('animationPlayState', 'running'); + } + } + }, + + has: { + container: function() { + module.verbose('Determining if there is already a container'); + return ($context.find(module.helpers.toClass(settings.position) + selector.container).length > 0); + }, + toast: function(){ + return !!module.get.toast(); + }, + toasts: function(){ + return module.get.toasts().length > 0; + }, + configActions: function () { + return Array.isArray(settings.actions) && settings.actions.length > 0; + } + }, + + get: { + container: function() { + return ($context.find(module.helpers.toClass(settings.position) + selector.container)[0]); + }, + toastBox: function() { + return $toastBox || null; + }, + toast: function() { + return $toast || null; + }, + toasts: function() { + return $(module.get.container()).find(selector.box); + }, + iconClass: function() { + return typeof settings.showIcon === 'string' ? settings.showIcon : settings.showIcon && settings.icons[settings.class] ? settings.icons[settings.class] : ''; + }, + remainingTime: function() { + return $animationObject ? $animationObject.css('opacity') * settings.displayTime : 0; + } + }, + + set: { + visible: function() { + $toast.addClass(className.visible); + } + }, + + remove: { + visible: function() { + $toast.removeClass(className.visible); + } + }, + + event: { + click: function(event) { + if($(event.target).closest('a').length === 0) { + settings.onClick.call($toastBox, element); + module.close(); + } + }, + approve: function() { + if(settings.onApprove.call(element, $module) === false) { + module.verbose('Approve callback returned false cancelling close'); + return; + } + module.close(); + }, + deny: function() { + if(settings.onDeny.call(element, $module) === false) { + module.verbose('Deny callback returned false cancelling close'); + return; + } + module.close(); + } + }, + + helpers: { + toClass: function(selector) { + var + classes = selector.split(' '), + result = '' + ; + + classes.forEach(function (element) { + result += '.' + element; + }); + + return result; + }, + deQuote: function(string) { + return String(string).replace(/"/g,""); + }, + escape: function(string, preserveHTML) { + if (preserveHTML){ + return string; + } + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + } + }, + + can: { + useElement: function(element){ + if ($.fn[element] !== undefined) { + return true; + } + module.error(error.noElement.replace('{element}',element)); + return false; + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + returnedValue = $module; + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.toast.settings = { + + name : 'Toast', + namespace : 'toast', + + silent : false, + debug : false, + verbose : false, + performance : true, + + context : 'body', + + position : 'top right', + class : 'neutral', + classProgress : false, + classActions : false, + classImage : 'mini', + + title : '', + message : '', + displayTime : 3000, // set to zero to require manually dismissal, otherwise hides on its own + minDisplayTime : 1000, // minimum displaytime in case displayTime is set to 'auto' + wordsPerMinute : 120, + showIcon : false, + newestOnTop : false, + showProgress : false, + pauseOnHover : true, + progressUp : false, //if true, the bar will start at 0% and increase to 100% + opacity : 1, + compact : true, + closeIcon : false, + closeOnClick : true, + cloneModule : true, + actions : false, + preserveHTML : true, + showImage : false, + + // transition settings + transition : { + showMethod : 'scale', + showDuration : 500, + hideMethod : 'scale', + hideDuration : 500, + closeEasing : 'easeOutCubic' //Set to empty string to stack the closed toast area immediately (old behaviour) + }, + + error: { + method : 'The method you called is not defined.', + noElement : 'This module requires ui {element}', + verticalCard : 'Vertical but not attached actions are not supported for card layout' + }, + + className : { + container : 'ui toast-container', + box : 'floating toast-box', + progress : 'ui attached active progress', + toast : 'ui toast', + icon : 'centered icon', + visible : 'visible', + content : 'content', + title : 'ui header', + actions : 'actions', + extraContent : 'extra content', + button : 'ui button', + buttons : 'ui buttons', + close : 'close icon', + image : 'ui image', + vertical : 'vertical', + attached : 'attached', + inverted : 'inverted', + compact : 'compact', + pausable : 'pausable', + progressing : 'progressing', + top : 'top', + bottom : 'bottom', + left : 'left', + basic : 'basic', + unclickable : 'unclickable' + }, + + icons : { + info : 'info', + success : 'checkmark', + warning : 'warning', + error : 'times' + }, + + selector : { + container : '.ui.toast-container', + box : '.toast-box', + toast : '.ui.toast', + input : 'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown', + approve : '.actions .positive, .actions .approve, .actions .ok', + deny : '.actions .negative, .actions .deny, .actions .cancel' + }, + + fields : { + class : 'class', + text : 'text', + icon : 'icon', + click : 'click' + }, + + // callbacks + onShow : function(){}, + onVisible : function(){}, + onClick : function(){}, + onHide : function(){}, + onHidden : function(){}, + onRemove : function(){}, + onApprove : function(){}, + onDeny : function(){} +}; + +$.extend( $.easing, { + easeOutBounce: function (x, t, b, c, d) { + if ((t/=d) < (1/2.75)) { + return c*(7.5625*t*t) + b; + } else if (t < (2/2.75)) { + return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; + } else if (t < (2.5/2.75)) { + return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; + } else { + return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; + } + }, + easeOutCubic: function (t) { + return (--t)*t*t+1; + } +}); + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Transition + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.transition = function() { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + moduleArguments = arguments, + query = moduleArguments[0], + queryArguments = [].slice.call(arguments, 1), + methodInvoked = (typeof query === 'string'), + + returnedValue + ; + $allModules + .each(function(index) { + var + $module = $(this), + element = this, + + // set at run time + settings, + instance, + + error, + className, + metadata, + animationEnd, + + moduleNamespace, + eventNamespace, + module + ; + + module = { + + initialize: function() { + + // get full settings + settings = module.get.settings.apply(element, moduleArguments); + + // shorthand + className = settings.className; + error = settings.error; + metadata = settings.metadata; + + // define namespace + eventNamespace = '.' + settings.namespace; + moduleNamespace = 'module-' + settings.namespace; + instance = $module.data(moduleNamespace) || module; + + // get vendor specific events + animationEnd = module.get.animationEndEvent(); + + if(methodInvoked) { + methodInvoked = module.invoke(query); + } + + // method not invoked, lets run an animation + if(methodInvoked === false) { + module.verbose('Converted arguments into settings object', settings); + if(settings.interval) { + module.delay(settings.animate); + } + else { + module.animate(); + } + module.instantiate(); + } + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module for', element); + $module + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + module.verbose('Refreshing display type on next animation'); + delete module.displayType; + }, + + forceRepaint: function() { + module.verbose('Forcing element repaint'); + var + $parentElement = $module.parent(), + $nextElement = $module.next() + ; + if($nextElement.length === 0) { + $module.detach().appendTo($parentElement); + } + else { + $module.detach().insertBefore($nextElement); + } + }, + + repaint: function() { + module.verbose('Repainting element'); + var + fakeAssignment = element.offsetWidth + ; + }, + + delay: function(interval) { + var + direction = module.get.animationDirection(), + shouldReverse, + delay + ; + if(!direction) { + direction = module.can.transition() + ? module.get.direction() + : 'static' + ; + } + interval = (interval !== undefined) + ? interval + : settings.interval + ; + shouldReverse = (settings.reverse == 'auto' && direction == className.outward); + delay = (shouldReverse || settings.reverse == true) + ? ($allModules.length - index) * settings.interval + : index * settings.interval + ; + module.debug('Delaying animation by', delay); + setTimeout(module.animate, delay); + }, + + animate: function(overrideSettings) { + settings = overrideSettings || settings; + if(!module.is.supported()) { + module.error(error.support); + return false; + } + module.debug('Preparing animation', settings.animation); + if(module.is.animating()) { + if(settings.queue) { + if(!settings.allowRepeats && module.has.direction() && module.is.occurring() && module.queuing !== true) { + module.debug('Animation is currently occurring, preventing queueing same animation', settings.animation); + } + else { + module.queue(settings.animation); + } + return false; + } + else if(!settings.allowRepeats && module.is.occurring()) { + module.debug('Animation is already occurring, will not execute repeated animation', settings.animation); + return false; + } + else { + module.debug('New animation started, completing previous early', settings.animation); + instance.complete(); + } + } + if( module.can.animate() ) { + module.set.animating(settings.animation); + } + else { + module.error(error.noAnimation, settings.animation, element); + } + }, + + reset: function() { + module.debug('Resetting animation to beginning conditions'); + module.remove.animationCallbacks(); + module.restore.conditions(); + module.remove.animating(); + }, + + queue: function(animation) { + module.debug('Queueing animation of', animation); + module.queuing = true; + $module + .one(animationEnd + '.queue' + eventNamespace, function() { + module.queuing = false; + module.repaint(); + module.animate.apply(this, settings); + }) + ; + }, + + complete: function (event) { + if(event && event.target === element) { + event.stopPropagation(); + } + module.debug('Animation complete', settings.animation); + module.remove.completeCallback(); + module.remove.failSafe(); + if(!module.is.looping()) { + if( module.is.outward() ) { + module.verbose('Animation is outward, hiding element'); + module.restore.conditions(); + module.hide(); + } + else if( module.is.inward() ) { + module.verbose('Animation is outward, showing element'); + module.restore.conditions(); + module.show(); + } + else { + module.verbose('Static animation completed'); + module.restore.conditions(); + settings.onComplete.call(element); + } + } + }, + + force: { + visible: function() { + var + style = $module.attr('style'), + userStyle = module.get.userStyle(style), + displayType = module.get.displayType(), + overrideStyle = userStyle + 'display: ' + displayType + ' !important;', + inlineDisplay = $module[0].style.display, + mustStayHidden = !displayType || (inlineDisplay === 'none' && settings.skipInlineHidden) || $module[0].tagName.match(/(script|link|style)/i) + ; + if (mustStayHidden){ + module.remove.transition(); + return false; + } + module.verbose('Overriding default display to show element', displayType); + $module + .attr('style', overrideStyle) + ; + return true; + }, + hidden: function() { + var + style = $module.attr('style'), + currentDisplay = $module.css('display'), + emptyStyle = (style === undefined || style === '') + ; + if(currentDisplay !== 'none' && !module.is.hidden()) { + module.verbose('Overriding default display to hide element'); + $module + .css('display', 'none') + ; + } + else if(emptyStyle) { + $module + .removeAttr('style') + ; + } + } + }, + + has: { + direction: function(animation) { + var + hasDirection = false + ; + animation = animation || settings.animation; + if(typeof animation === 'string') { + animation = animation.split(' '); + $.each(animation, function(index, word){ + if(word === className.inward || word === className.outward) { + hasDirection = true; + } + }); + } + return hasDirection; + }, + inlineDisplay: function() { + var + style = $module.attr('style') || '' + ; + return Array.isArray(style.match(/display.*?;/, '')); + } + }, + + set: { + animating: function(animation) { + // remove previous callbacks + module.remove.completeCallback(); + + // determine exact animation + animation = animation || settings.animation; + var animationClass = module.get.animationClass(animation); + + // save animation class in cache to restore class names + module.save.animation(animationClass); + + if(module.force.visible()) { + module.remove.hidden(); + module.remove.direction(); + + module.start.animation(animationClass); + } + }, + duration: function(animationName, duration) { + duration = duration || settings.duration; + duration = (typeof duration == 'number') + ? duration + 'ms' + : duration + ; + if(duration || duration === 0) { + module.verbose('Setting animation duration', duration); + $module + .css({ + 'animation-duration': duration + }) + ; + } + }, + direction: function(direction) { + direction = direction || module.get.direction(); + if(direction == className.inward) { + module.set.inward(); + } + else { + module.set.outward(); + } + }, + looping: function() { + module.debug('Transition set to loop'); + $module + .addClass(className.looping) + ; + }, + hidden: function() { + $module + .addClass(className.transition) + .addClass(className.hidden) + ; + }, + inward: function() { + module.debug('Setting direction to inward'); + $module + .removeClass(className.outward) + .addClass(className.inward) + ; + }, + outward: function() { + module.debug('Setting direction to outward'); + $module + .removeClass(className.inward) + .addClass(className.outward) + ; + }, + visible: function() { + $module + .addClass(className.transition) + .addClass(className.visible) + ; + } + }, + + start: { + animation: function(animationClass) { + animationClass = animationClass || module.get.animationClass(); + module.debug('Starting tween', animationClass); + $module + .addClass(animationClass) + .one(animationEnd + '.complete' + eventNamespace, module.complete) + ; + if(settings.useFailSafe) { + module.add.failSafe(); + } + module.set.duration(settings.duration); + settings.onStart.call(element); + } + }, + + save: { + animation: function(animation) { + if(!module.cache) { + module.cache = {}; + } + module.cache.animation = animation; + }, + displayType: function(displayType) { + if(displayType !== 'none') { + $module.data(metadata.displayType, displayType); + } + }, + transitionExists: function(animation, exists) { + $.fn.transition.exists[animation] = exists; + module.verbose('Saving existence of transition', animation, exists); + } + }, + + restore: { + conditions: function() { + var + animation = module.get.currentAnimation() + ; + if(animation) { + $module + .removeClass(animation) + ; + module.verbose('Removing animation class', module.cache); + } + module.remove.duration(); + } + }, + + add: { + failSafe: function() { + var + duration = module.get.duration() + ; + module.timer = setTimeout(function() { + $module.triggerHandler(animationEnd); + }, duration + settings.failSafeDelay); + module.verbose('Adding fail safe timer', module.timer); + } + }, + + remove: { + animating: function() { + $module.removeClass(className.animating); + }, + animationCallbacks: function() { + module.remove.queueCallback(); + module.remove.completeCallback(); + }, + queueCallback: function() { + $module.off('.queue' + eventNamespace); + }, + completeCallback: function() { + $module.off('.complete' + eventNamespace); + }, + display: function() { + $module.css('display', ''); + }, + direction: function() { + $module + .removeClass(className.inward) + .removeClass(className.outward) + ; + }, + duration: function() { + $module + .css('animation-duration', '') + ; + }, + failSafe: function() { + module.verbose('Removing fail safe timer', module.timer); + if(module.timer) { + clearTimeout(module.timer); + } + }, + hidden: function() { + $module.removeClass(className.hidden); + }, + visible: function() { + $module.removeClass(className.visible); + }, + looping: function() { + module.debug('Transitions are no longer looping'); + if( module.is.looping() ) { + module.reset(); + $module + .removeClass(className.looping) + ; + } + }, + transition: function() { + $module + .removeClass(className.transition) + .removeClass(className.visible) + .removeClass(className.hidden) + ; + } + }, + get: { + settings: function(animation, duration, onComplete) { + // single settings object + if(typeof animation == 'object') { + return $.extend(true, {}, $.fn.transition.settings, animation); + } + // all arguments provided + else if(typeof onComplete == 'function') { + return $.extend({}, $.fn.transition.settings, { + animation : animation, + onComplete : onComplete, + duration : duration + }); + } + // only duration provided + else if(typeof duration == 'string' || typeof duration == 'number') { + return $.extend({}, $.fn.transition.settings, { + animation : animation, + duration : duration + }); + } + // duration is actually settings object + else if(typeof duration == 'object') { + return $.extend({}, $.fn.transition.settings, duration, { + animation : animation + }); + } + // duration is actually callback + else if(typeof duration == 'function') { + return $.extend({}, $.fn.transition.settings, { + animation : animation, + onComplete : duration + }); + } + // only animation provided + else { + return $.extend({}, $.fn.transition.settings, { + animation : animation + }); + } + }, + animationClass: function(animation) { + var + animationClass = animation || settings.animation, + directionClass = (module.can.transition() && !module.has.direction()) + ? module.get.direction() + ' ' + : '' + ; + return className.animating + ' ' + + className.transition + ' ' + + directionClass + + animationClass + ; + }, + currentAnimation: function() { + return (module.cache && module.cache.animation !== undefined) + ? module.cache.animation + : false + ; + }, + currentDirection: function() { + return module.is.inward() + ? className.inward + : className.outward + ; + }, + direction: function() { + return module.is.hidden() || !module.is.visible() + ? className.inward + : className.outward + ; + }, + animationDirection: function(animation) { + var + direction + ; + animation = animation || settings.animation; + if(typeof animation === 'string') { + animation = animation.split(' '); + // search animation name for out/in class + $.each(animation, function(index, word){ + if(word === className.inward) { + direction = className.inward; + } + else if(word === className.outward) { + direction = className.outward; + } + }); + } + // return found direction + if(direction) { + return direction; + } + return false; + }, + duration: function(duration) { + duration = duration || settings.duration; + if(duration === false) { + duration = $module.css('animation-duration') || 0; + } + return (typeof duration === 'string') + ? (duration.indexOf('ms') > -1) + ? parseFloat(duration) + : parseFloat(duration) * 1000 + : duration + ; + }, + displayType: function(shouldDetermine) { + shouldDetermine = (shouldDetermine !== undefined) + ? shouldDetermine + : true + ; + if(settings.displayType) { + return settings.displayType; + } + if(shouldDetermine && $module.data(metadata.displayType) === undefined) { + var currentDisplay = $module.css('display'); + if(currentDisplay === '' || currentDisplay === 'none'){ + // create fake element to determine display state + module.can.transition(true); + } else { + module.save.displayType(currentDisplay); + } + } + return $module.data(metadata.displayType); + }, + userStyle: function(style) { + style = style || $module.attr('style') || ''; + return style.replace(/display.*?;/, ''); + }, + transitionExists: function(animation) { + return $.fn.transition.exists[animation]; + }, + animationStartEvent: function() { + var + element = document.createElement('div'), + animations = { + 'animation' :'animationstart', + 'OAnimation' :'oAnimationStart', + 'MozAnimation' :'mozAnimationStart', + 'WebkitAnimation' :'webkitAnimationStart' + }, + animation + ; + for(animation in animations){ + if( element.style[animation] !== undefined ){ + return animations[animation]; + } + } + return false; + }, + animationEndEvent: function() { + var + element = document.createElement('div'), + animations = { + 'animation' :'animationend', + 'OAnimation' :'oAnimationEnd', + 'MozAnimation' :'mozAnimationEnd', + 'WebkitAnimation' :'webkitAnimationEnd' + }, + animation + ; + for(animation in animations){ + if( element.style[animation] !== undefined ){ + return animations[animation]; + } + } + return false; + } + + }, + + can: { + transition: function(forced) { + var + animation = settings.animation, + transitionExists = module.get.transitionExists(animation), + displayType = module.get.displayType(false), + elementClass, + tagName, + $clone, + currentAnimation, + inAnimation, + directionExists + ; + if( transitionExists === undefined || forced) { + module.verbose('Determining whether animation exists'); + elementClass = $module.attr('class'); + tagName = $module.prop('tagName'); + + $clone = $('<' + tagName + ' />').addClass( elementClass ).insertAfter($module); + currentAnimation = $clone + .addClass(animation) + .removeClass(className.inward) + .removeClass(className.outward) + .addClass(className.animating) + .addClass(className.transition) + .css('animationName') + ; + inAnimation = $clone + .addClass(className.inward) + .css('animationName') + ; + if(!displayType) { + displayType = $clone + .attr('class', elementClass) + .removeAttr('style') + .removeClass(className.hidden) + .removeClass(className.visible) + .show() + .css('display') + ; + module.verbose('Determining final display state', displayType); + module.save.displayType(displayType); + } + + $clone.remove(); + if(currentAnimation != inAnimation) { + module.debug('Direction exists for animation', animation); + directionExists = true; + } + else if(currentAnimation == 'none' || !currentAnimation) { + module.debug('No animation defined in css', animation); + return; + } + else { + module.debug('Static animation found', animation, displayType); + directionExists = false; + } + module.save.transitionExists(animation, directionExists); + } + return (transitionExists !== undefined) + ? transitionExists + : directionExists + ; + }, + animate: function() { + // can transition does not return a value if animation does not exist + return (module.can.transition() !== undefined); + } + }, + + is: { + animating: function() { + return $module.hasClass(className.animating); + }, + inward: function() { + return $module.hasClass(className.inward); + }, + outward: function() { + return $module.hasClass(className.outward); + }, + looping: function() { + return $module.hasClass(className.looping); + }, + occurring: function(animation) { + animation = animation || settings.animation; + animation = '.' + animation.replace(' ', '.'); + return ( $module.filter(animation).length > 0 ); + }, + visible: function() { + return $module.is(':visible'); + }, + hidden: function() { + return $module.css('visibility') === 'hidden'; + }, + supported: function() { + return(animationEnd !== false); + } + }, + + hide: function() { + module.verbose('Hiding element'); + if( module.is.animating() ) { + module.reset(); + } + element.blur(); // IE will trigger focus change if element is not blurred before hiding + module.remove.display(); + module.remove.visible(); + if($.isFunction(settings.onBeforeHide)){ + settings.onBeforeHide.call(element,function(){ + module.hideNow(); + }); + } else { + module.hideNow(); + } + + }, + + hideNow: function() { + module.set.hidden(); + module.force.hidden(); + settings.onHide.call(element); + settings.onComplete.call(element); + // module.repaint(); + }, + + show: function(display) { + module.verbose('Showing element', display); + if(module.force.visible()) { + module.remove.hidden(); + module.set.visible(); + settings.onShow.call(element); + settings.onComplete.call(element); + // module.repaint(); + } + }, + + toggle: function() { + if( module.is.visible() ) { + module.hide(); + } + else { + module.show(); + } + }, + + stop: function() { + module.debug('Stopping current animation'); + $module.triggerHandler(animationEnd); + }, + + stopAll: function() { + module.debug('Stopping all animation'); + module.remove.queueCallback(); + $module.triggerHandler(animationEnd); + }, + + clear: { + queue: function() { + module.debug('Clearing animation queue'); + module.remove.queueCallback(); + } + }, + + enable: function() { + module.verbose('Starting animation'); + $module.removeClass(className.disabled); + }, + + disable: function() { + module.debug('Stopping animation'); + $module.addClass(className.disabled); + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if($allModules.length > 1) { + title += ' ' + '(' + $allModules.length + ')'; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + // modified for transition to return invoke success + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return (found !== undefined) + ? found + : false + ; + } + }; + module.initialize(); + }) + ; + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +// Records if CSS transition is available +$.fn.transition.exists = {}; + +$.fn.transition.settings = { + + // module info + name : 'Transition', + + // hide all output from this component regardless of other settings + silent : false, + + // debug content outputted to console + debug : false, + + // verbose debug output + verbose : false, + + // performance data output + performance : true, + + // event namespace + namespace : 'transition', + + // delay between animations in group + interval : 0, + + // whether group animations should be reversed + reverse : 'auto', + + // animation callback event + onStart : function() {}, + onComplete : function() {}, + onShow : function() {}, + onHide : function() {}, + + // whether timeout should be used to ensure callback fires in cases animationend does not + useFailSafe : true, + + // delay in ms for fail safe + failSafeDelay : 100, + + // whether EXACT animation can occur twice in a row + allowRepeats : false, + + // Override final display type on visible + displayType : false, + + // animation duration + animation : 'fade', + duration : false, + + // new animations will occur after previous ones + queue : true, + +// whether initially inline hidden objects should be skipped for transition + skipInlineHidden: false, + + metadata : { + displayType: 'display' + }, + + className : { + animating : 'animating', + disabled : 'disabled', + hidden : 'hidden', + inward : 'in', + loading : 'loading', + looping : 'looping', + outward : 'out', + transition : 'transition', + visible : 'visible' + }, + + // possible errors + error: { + noAnimation : 'Element is no longer attached to DOM. Unable to animate. Use silent setting to surpress this warning in production.', + repeated : 'That animation is already occurring, cancelling repeated animation', + method : 'The method you called is not defined', + support : 'This browser does not support CSS animations' + } + +}; + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - API + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isWindow = $.isWindow || function(obj) { + return obj != null && obj === obj.window; +}; + + window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.api = $.fn.api = function(parameters) { + + var + // use window context if none specified + $allModules = $.isFunction(this) + ? $(window) + : $(this), + moduleSelector = $allModules.selector || '', + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.api.settings, parameters) + : $.extend({}, $.fn.api.settings), + + // internal aliases + namespace = settings.namespace, + metadata = settings.metadata, + selector = settings.selector, + error = settings.error, + className = settings.className, + + // define namespaces for modules + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + // element that creates request + $module = $(this), + $form = $module.closest(selector.form), + + // context used for state + $context = (settings.stateContext) + ? $(settings.stateContext) + : $module, + + // request details + ajaxSettings, + requestSettings, + url, + data, + requestStartTime, + + // standard module + element = this, + context = $context[0], + instance = $module.data(moduleNamespace), + module + ; + + module = { + + initialize: function() { + if(!methodInvoked) { + module.bind.events(); + } + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, instance) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module for', element); + $module + .removeData(moduleNamespace) + .off(eventNamespace) + ; + }, + + bind: { + events: function() { + var + triggerEvent = module.get.event() + ; + if( triggerEvent ) { + module.verbose('Attaching API events to element', triggerEvent); + $module + .on(triggerEvent + eventNamespace, module.event.trigger) + ; + } + else if(settings.on == 'now') { + module.debug('Querying API endpoint immediately'); + module.query(); + } + } + }, + + decode: { + json: function(response) { + if(response !== undefined && typeof response == 'string') { + try { + response = JSON.parse(response); + } + catch(e) { + // isnt json string + } + } + return response; + } + }, + + read: { + cachedResponse: function(url) { + var + response + ; + if(window.Storage === undefined) { + module.error(error.noStorage); + return; + } + response = sessionStorage.getItem(url); + module.debug('Using cached response', url, response); + response = module.decode.json(response); + return response; + } + }, + write: { + cachedResponse: function(url, response) { + if(response && response === '') { + module.debug('Response empty, not caching', response); + return; + } + if(window.Storage === undefined) { + module.error(error.noStorage); + return; + } + if( $.isPlainObject(response) ) { + response = JSON.stringify(response); + } + sessionStorage.setItem(url, response); + module.verbose('Storing cached response for url', url, response); + } + }, + + query: function() { + + if(module.is.disabled()) { + module.debug('Element is disabled API request aborted'); + return; + } + + if(module.is.loading()) { + if(settings.interruptRequests) { + module.debug('Interrupting previous request'); + module.abort(); + } + else { + module.debug('Cancelling request, previous request is still pending'); + return; + } + } + + // pass element metadata to url (value, text) + if(settings.defaultData) { + $.extend(true, settings.urlData, module.get.defaultData()); + } + + // Add form content + if(settings.serializeForm) { + settings.data = module.add.formData(settings.data); + } + + // call beforesend and get any settings changes + requestSettings = module.get.settings(); + + // check if before send cancelled request + if(requestSettings === false) { + module.cancelled = true; + module.error(error.beforeSend); + return; + } + else { + module.cancelled = false; + } + + // get url + url = module.get.templatedURL(); + + if(!url && !module.is.mocked()) { + module.error(error.missingURL); + return; + } + + // replace variables + url = module.add.urlData( url ); + // missing url parameters + if( !url && !module.is.mocked()) { + return; + } + + requestSettings.url = settings.base + url; + + // look for jQuery ajax parameters in settings + ajaxSettings = $.extend(true, {}, settings, { + type : settings.method || settings.type, + data : data, + url : settings.base + url, + beforeSend : settings.beforeXHR, + success : function() {}, + failure : function() {}, + complete : function() {} + }); + + module.debug('Querying URL', ajaxSettings.url); + module.verbose('Using AJAX settings', ajaxSettings); + if(settings.cache === 'local' && module.read.cachedResponse(url)) { + module.debug('Response returned from local cache'); + module.request = module.create.request(); + module.request.resolveWith(context, [ module.read.cachedResponse(url) ]); + return; + } + + if( !settings.throttle ) { + module.debug('Sending request', data, ajaxSettings.method); + module.send.request(); + } + else { + if(!settings.throttleFirstRequest && !module.timer) { + module.debug('Sending request', data, ajaxSettings.method); + module.send.request(); + module.timer = setTimeout(function(){}, settings.throttle); + } + else { + module.debug('Throttling request', settings.throttle); + clearTimeout(module.timer); + module.timer = setTimeout(function() { + if(module.timer) { + delete module.timer; + } + module.debug('Sending throttled request', data, ajaxSettings.method); + module.send.request(); + }, settings.throttle); + } + } + + }, + + should: { + removeError: function() { + return ( settings.hideError === true || (settings.hideError === 'auto' && !module.is.form()) ); + } + }, + + is: { + disabled: function() { + return ($module.filter(selector.disabled).length > 0); + }, + expectingJSON: function() { + return settings.dataType === 'json' || settings.dataType === 'jsonp'; + }, + form: function() { + return $module.is('form') || $context.is('form'); + }, + mocked: function() { + return (settings.mockResponse || settings.mockResponseAsync || settings.response || settings.responseAsync); + }, + input: function() { + return $module.is('input'); + }, + loading: function() { + return (module.request) + ? (module.request.state() == 'pending') + : false + ; + }, + abortedRequest: function(xhr) { + if(xhr && xhr.readyState !== undefined && xhr.readyState === 0) { + module.verbose('XHR request determined to be aborted'); + return true; + } + else { + module.verbose('XHR request was not aborted'); + return false; + } + }, + validResponse: function(response) { + if( (!module.is.expectingJSON()) || !$.isFunction(settings.successTest) ) { + module.verbose('Response is not JSON, skipping validation', settings.successTest, response); + return true; + } + module.debug('Checking JSON returned success', settings.successTest, response); + if( settings.successTest(response) ) { + module.debug('Response passed success test', response); + return true; + } + else { + module.debug('Response failed success test', response); + return false; + } + } + }, + + was: { + cancelled: function() { + return (module.cancelled || false); + }, + succesful: function() { + module.verbose('This behavior will be deleted due to typo. Use "was successful" instead.'); + return module.was.successful(); + }, + successful: function() { + return (module.request && module.request.state() == 'resolved'); + }, + failure: function() { + return (module.request && module.request.state() == 'rejected'); + }, + complete: function() { + return (module.request && (module.request.state() == 'resolved' || module.request.state() == 'rejected') ); + } + }, + + add: { + urlData: function(url, urlData) { + var + requiredVariables, + optionalVariables + ; + if(url) { + requiredVariables = url.match(settings.regExp.required); + optionalVariables = url.match(settings.regExp.optional); + urlData = urlData || settings.urlData; + if(requiredVariables) { + module.debug('Looking for required URL variables', requiredVariables); + $.each(requiredVariables, function(index, templatedString) { + var + // allow legacy {$var} style + variable = (templatedString.indexOf('$') !== -1) + ? templatedString.substr(2, templatedString.length - 3) + : templatedString.substr(1, templatedString.length - 2), + value = ($.isPlainObject(urlData) && urlData[variable] !== undefined) + ? urlData[variable] + : ($module.data(variable) !== undefined) + ? $module.data(variable) + : ($context.data(variable) !== undefined) + ? $context.data(variable) + : urlData[variable] + ; + // remove value + if(value === undefined) { + module.error(error.requiredParameter, variable, url); + url = false; + return false; + } + else { + module.verbose('Found required variable', variable, value); + value = (settings.encodeParameters) + ? module.get.urlEncodedValue(value) + : value + ; + url = url.replace(templatedString, value); + } + }); + } + if(optionalVariables) { + module.debug('Looking for optional URL variables', requiredVariables); + $.each(optionalVariables, function(index, templatedString) { + var + // allow legacy {/$var} style + variable = (templatedString.indexOf('$') !== -1) + ? templatedString.substr(3, templatedString.length - 4) + : templatedString.substr(2, templatedString.length - 3), + value = ($.isPlainObject(urlData) && urlData[variable] !== undefined) + ? urlData[variable] + : ($module.data(variable) !== undefined) + ? $module.data(variable) + : ($context.data(variable) !== undefined) + ? $context.data(variable) + : urlData[variable] + ; + // optional replacement + if(value !== undefined) { + module.verbose('Optional variable Found', variable, value); + url = url.replace(templatedString, value); + } + else { + module.verbose('Optional variable not found', variable); + // remove preceding slash if set + if(url.indexOf('/' + templatedString) !== -1) { + url = url.replace('/' + templatedString, ''); + } + else { + url = url.replace(templatedString, ''); + } + } + }); + } + } + return url; + }, + formData: function(data) { + var + canSerialize = ($.fn.serializeObject !== undefined), + formData = (canSerialize) + ? $form.serializeObject() + : $form.serialize(), + hasOtherData + ; + data = data || settings.data; + hasOtherData = $.isPlainObject(data); + + if(hasOtherData) { + if(canSerialize) { + module.debug('Extending existing data with form data', data, formData); + data = $.extend(true, {}, data, formData); + } + else { + module.error(error.missingSerialize); + module.debug('Cant extend data. Replacing data with form data', data, formData); + data = formData; + } + } + else { + module.debug('Adding form data', formData); + data = formData; + } + return data; + } + }, + + send: { + request: function() { + module.set.loading(); + module.request = module.create.request(); + if( module.is.mocked() ) { + module.mockedXHR = module.create.mockedXHR(); + } + else { + module.xhr = module.create.xhr(); + } + settings.onRequest.call(context, module.request, module.xhr); + } + }, + + event: { + trigger: function(event) { + module.query(); + if(event.type == 'submit' || event.type == 'click') { + event.preventDefault(); + } + }, + xhr: { + always: function() { + // nothing special + }, + done: function(response, textStatus, xhr) { + var + context = this, + elapsedTime = (new Date().getTime() - requestStartTime), + timeLeft = (settings.loadingDuration - elapsedTime), + translatedResponse = ( $.isFunction(settings.onResponse) ) + ? module.is.expectingJSON() && !settings.rawResponse + ? settings.onResponse.call(context, $.extend(true, {}, response)) + : settings.onResponse.call(context, response) + : false + ; + timeLeft = (timeLeft > 0) + ? timeLeft + : 0 + ; + if(translatedResponse) { + module.debug('Modified API response in onResponse callback', settings.onResponse, translatedResponse, response); + response = translatedResponse; + } + if(timeLeft > 0) { + module.debug('Response completed early delaying state change by', timeLeft); + } + setTimeout(function() { + if( module.is.validResponse(response) ) { + module.request.resolveWith(context, [response, xhr]); + } + else { + module.request.rejectWith(context, [xhr, 'invalid']); + } + }, timeLeft); + }, + fail: function(xhr, status, httpMessage) { + var + context = this, + elapsedTime = (new Date().getTime() - requestStartTime), + timeLeft = (settings.loadingDuration - elapsedTime) + ; + timeLeft = (timeLeft > 0) + ? timeLeft + : 0 + ; + if(timeLeft > 0) { + module.debug('Response completed early delaying state change by', timeLeft); + } + setTimeout(function() { + if( module.is.abortedRequest(xhr) ) { + module.request.rejectWith(context, [xhr, 'aborted', httpMessage]); + } + else { + module.request.rejectWith(context, [xhr, 'error', status, httpMessage]); + } + }, timeLeft); + } + }, + request: { + done: function(response, xhr) { + module.debug('Successful API Response', response); + if(settings.cache === 'local' && url) { + module.write.cachedResponse(url, response); + module.debug('Saving server response locally', module.cache); + } + settings.onSuccess.call(context, response, $module, xhr); + }, + complete: function(firstParameter, secondParameter) { + var + xhr, + response + ; + // have to guess callback parameters based on request success + if( module.was.successful() ) { + response = firstParameter; + xhr = secondParameter; + } + else { + xhr = firstParameter; + response = module.get.responseFromXHR(xhr); + } + module.remove.loading(); + settings.onComplete.call(context, response, $module, xhr); + }, + fail: function(xhr, status, httpMessage) { + var + // pull response from xhr if available + response = module.get.responseFromXHR(xhr), + errorMessage = module.get.errorFromRequest(response, status, httpMessage) + ; + if(status == 'aborted') { + module.debug('XHR Aborted (Most likely caused by page navigation or CORS Policy)', status, httpMessage); + settings.onAbort.call(context, status, $module, xhr); + return true; + } + else if(status == 'invalid') { + module.debug('JSON did not pass success test. A server-side error has most likely occurred', response); + } + else if(status == 'error') { + if(xhr !== undefined) { + module.debug('XHR produced a server error', status, httpMessage); + // make sure we have an error to display to console + if( (xhr.status < 200 || xhr.status >= 300) && httpMessage !== undefined && httpMessage !== '') { + module.error(error.statusMessage + httpMessage, ajaxSettings.url); + } + settings.onError.call(context, errorMessage, $module, xhr); + } + } + + if(settings.errorDuration && status !== 'aborted') { + module.debug('Adding error state'); + module.set.error(); + if( module.should.removeError() ) { + setTimeout(module.remove.error, settings.errorDuration); + } + } + module.debug('API Request failed', errorMessage, xhr); + settings.onFailure.call(context, response, $module, xhr); + } + } + }, + + create: { + + request: function() { + // api request promise + return $.Deferred() + .always(module.event.request.complete) + .done(module.event.request.done) + .fail(module.event.request.fail) + ; + }, + + mockedXHR: function () { + var + // xhr does not simulate these properties of xhr but must return them + textStatus = false, + status = false, + httpMessage = false, + responder = settings.mockResponse || settings.response, + asyncResponder = settings.mockResponseAsync || settings.responseAsync, + asyncCallback, + response, + mockedXHR + ; + + mockedXHR = $.Deferred() + .always(module.event.xhr.complete) + .done(module.event.xhr.done) + .fail(module.event.xhr.fail) + ; + + if(responder) { + if( $.isFunction(responder) ) { + module.debug('Using specified synchronous callback', responder); + response = responder.call(context, requestSettings); + } + else { + module.debug('Using settings specified response', responder); + response = responder; + } + // simulating response + mockedXHR.resolveWith(context, [ response, textStatus, { responseText: response }]); + } + else if( $.isFunction(asyncResponder) ) { + asyncCallback = function(response) { + module.debug('Async callback returned response', response); + + if(response) { + mockedXHR.resolveWith(context, [ response, textStatus, { responseText: response }]); + } + else { + mockedXHR.rejectWith(context, [{ responseText: response }, status, httpMessage]); + } + }; + module.debug('Using specified async response callback', asyncResponder); + asyncResponder.call(context, requestSettings, asyncCallback); + } + return mockedXHR; + }, + + xhr: function() { + var + xhr + ; + // ajax request promise + xhr = $.ajax(ajaxSettings) + .always(module.event.xhr.always) + .done(module.event.xhr.done) + .fail(module.event.xhr.fail) + ; + module.verbose('Created server request', xhr, ajaxSettings); + return xhr; + } + }, + + set: { + error: function() { + module.verbose('Adding error state to element', $context); + $context.addClass(className.error); + }, + loading: function() { + module.verbose('Adding loading state to element', $context); + $context.addClass(className.loading); + requestStartTime = new Date().getTime(); + } + }, + + remove: { + error: function() { + module.verbose('Removing error state from element', $context); + $context.removeClass(className.error); + }, + loading: function() { + module.verbose('Removing loading state from element', $context); + $context.removeClass(className.loading); + } + }, + + get: { + responseFromXHR: function(xhr) { + return $.isPlainObject(xhr) + ? (module.is.expectingJSON()) + ? module.decode.json(xhr.responseText) + : xhr.responseText + : false + ; + }, + errorFromRequest: function(response, status, httpMessage) { + return ($.isPlainObject(response) && response.error !== undefined) + ? response.error // use json error message + : (settings.error[status] !== undefined) // use server error message + ? settings.error[status] + : httpMessage + ; + }, + request: function() { + return module.request || false; + }, + xhr: function() { + return module.xhr || false; + }, + settings: function() { + var + runSettings + ; + runSettings = settings.beforeSend.call($module, settings); + if(runSettings) { + if(runSettings.success !== undefined) { + module.debug('Legacy success callback detected', runSettings); + module.error(error.legacyParameters, runSettings.success); + runSettings.onSuccess = runSettings.success; + } + if(runSettings.failure !== undefined) { + module.debug('Legacy failure callback detected', runSettings); + module.error(error.legacyParameters, runSettings.failure); + runSettings.onFailure = runSettings.failure; + } + if(runSettings.complete !== undefined) { + module.debug('Legacy complete callback detected', runSettings); + module.error(error.legacyParameters, runSettings.complete); + runSettings.onComplete = runSettings.complete; + } + } + if(runSettings === undefined) { + module.error(error.noReturnedValue); + } + if(runSettings === false) { + return runSettings; + } + return (runSettings !== undefined) + ? $.extend(true, {}, runSettings) + : $.extend(true, {}, settings) + ; + }, + urlEncodedValue: function(value) { + var + decodedValue = window.decodeURIComponent(value), + encodedValue = window.encodeURIComponent(value), + alreadyEncoded = (decodedValue !== value) + ; + if(alreadyEncoded) { + module.debug('URL value is already encoded, avoiding double encoding', value); + return value; + } + module.verbose('Encoding value using encodeURIComponent', value, encodedValue); + return encodedValue; + }, + defaultData: function() { + var + data = {} + ; + if( !$.isWindow(element) ) { + if( module.is.input() ) { + data.value = $module.val(); + } + else if( module.is.form() ) { + + } + else { + data.text = $module.text(); + } + } + return data; + }, + event: function() { + if( $.isWindow(element) || settings.on == 'now' ) { + module.debug('API called without element, no events attached'); + return false; + } + else if(settings.on == 'auto') { + if( $module.is('input') ) { + return (element.oninput !== undefined) + ? 'input' + : (element.onpropertychange !== undefined) + ? 'propertychange' + : 'keyup' + ; + } + else if( $module.is('form') ) { + return 'submit'; + } + else { + return 'click'; + } + } + else { + return settings.on; + } + }, + templatedURL: function(action) { + action = action || $module.data(metadata.action) || settings.action || false; + url = $module.data(metadata.url) || settings.url || false; + if(url) { + module.debug('Using specified url', url); + return url; + } + if(action) { + module.debug('Looking up url for action', action, settings.api); + if(settings.api[action] === undefined && !module.is.mocked()) { + module.error(error.missingAction, settings.action, settings.api); + return; + } + url = settings.api[action]; + } + else if( module.is.form() ) { + url = $module.attr('action') || $context.attr('action') || false; + module.debug('No url or action specified, defaulting to form action', url); + } + return url; + } + }, + + abort: function() { + var + xhr = module.get.xhr() + ; + if( xhr && xhr.state() !== 'resolved') { + module.debug('Cancelling API request'); + xhr.abort(); + } + }, + + // reset state + reset: function() { + module.remove.error(); + module.remove.loading(); + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + //'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.api.settings = { + + name : 'API', + namespace : 'api', + + debug : false, + verbose : false, + performance : true, + + // object containing all templates endpoints + api : {}, + + // whether to cache responses + cache : true, + + // whether new requests should abort previous requests + interruptRequests : true, + + // event binding + on : 'auto', + + // context for applying state classes + stateContext : false, + + // duration for loading state + loadingDuration : 0, + + // whether to hide errors after a period of time + hideError : 'auto', + + // duration for error state + errorDuration : 2000, + + // whether parameters should be encoded with encodeURIComponent + encodeParameters : true, + + // API action to use + action : false, + + // templated URL to use + url : false, + + // base URL to apply to all endpoints + base : '', + + // data that will + urlData : {}, + + // whether to add default data to url data + defaultData : true, + + // whether to serialize closest form + serializeForm : false, + + // how long to wait before request should occur + throttle : 0, + + // whether to throttle first request or only repeated + throttleFirstRequest : true, + + // standard ajax settings + method : 'get', + data : {}, + dataType : 'json', + + // mock response + mockResponse : false, + mockResponseAsync : false, + + // aliases for mock + response : false, + responseAsync : false, + +// whether onResponse should work with response value without force converting into an object + rawResponse : false, + + // callbacks before request + beforeSend : function(settings) { return settings; }, + beforeXHR : function(xhr) {}, + onRequest : function(promise, xhr) {}, + + // after request + onResponse : false, // function(response) { }, + + // response was successful, if JSON passed validation + onSuccess : function(response, $module) {}, + + // request finished without aborting + onComplete : function(response, $module) {}, + + // failed JSON success test + onFailure : function(response, $module) {}, + + // server error + onError : function(errorMessage, $module) {}, + + // request aborted + onAbort : function(errorMessage, $module) {}, + + successTest : false, + + // errors + error : { + beforeSend : 'The before send function has aborted the request', + error : 'There was an error with your request', + exitConditions : 'API Request Aborted. Exit conditions met', + JSONParse : 'JSON could not be parsed during error handling', + legacyParameters : 'You are using legacy API success callback names', + method : 'The method you called is not defined', + missingAction : 'API action used but no url was defined', + missingSerialize : 'jquery-serialize-object is required to add form data to an existing data object', + missingURL : 'No URL specified for api event', + noReturnedValue : 'The beforeSend callback must return a settings object, beforeSend ignored.', + noStorage : 'Caching responses locally requires session storage', + parseError : 'There was an error parsing your request', + requiredParameter : 'Missing a required URL parameter: ', + statusMessage : 'Server gave an error: ', + timeout : 'Your request timed out' + }, + + regExp : { + required : /\{\$*[A-z0-9]+\}/g, + optional : /\{\/\$*[A-z0-9]+\}/g, + }, + + className: { + loading : 'loading', + error : 'error' + }, + + selector: { + disabled : '.disabled', + form : 'form' + }, + + metadata: { + action : 'action', + url : 'url' + } +}; + + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - State + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +"use strict"; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.state = function(parameters) { + var + $allModules = $(this), + + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + + returnedValue + ; + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.state.settings, parameters) + : $.extend({}, $.fn.state.settings), + + error = settings.error, + metadata = settings.metadata, + className = settings.className, + namespace = settings.namespace, + states = settings.states, + text = settings.text, + + eventNamespace = '.' + namespace, + moduleNamespace = namespace + '-module', + + $module = $(this), + + element = this, + instance = $module.data(moduleNamespace), + + module + ; + module = { + + initialize: function() { + module.verbose('Initializing module'); + + // allow module to guess desired state based on element + if(settings.automatic) { + module.add.defaults(); + } + + // bind events with delegated events + if(settings.context && moduleSelector !== '') { + $(settings.context) + .on(moduleSelector, 'mouseenter' + eventNamespace, module.change.text) + .on(moduleSelector, 'mouseleave' + eventNamespace, module.reset.text) + .on(moduleSelector, 'click' + eventNamespace, module.toggle.state) + ; + } + else { + $module + .on('mouseenter' + eventNamespace, module.change.text) + .on('mouseleave' + eventNamespace, module.reset.text) + .on('click' + eventNamespace, module.toggle.state) + ; + } + module.instantiate(); + }, + + instantiate: function() { + module.verbose('Storing instance of module', module); + instance = module; + $module + .data(moduleNamespace, module) + ; + }, + + destroy: function() { + module.verbose('Destroying previous module', instance); + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + }, + + refresh: function() { + module.verbose('Refreshing selector cache'); + $module = $(element); + }, + + add: { + defaults: function() { + var + userStates = parameters && $.isPlainObject(parameters.states) + ? parameters.states + : {} + ; + $.each(settings.defaults, function(type, typeStates) { + if( module.is[type] !== undefined && module.is[type]() ) { + module.verbose('Adding default states', type, element); + $.extend(settings.states, typeStates, userStates); + } + }); + } + }, + + is: { + + active: function() { + return $module.hasClass(className.active); + }, + loading: function() { + return $module.hasClass(className.loading); + }, + inactive: function() { + return !( $module.hasClass(className.active) ); + }, + state: function(state) { + if(className[state] === undefined) { + return false; + } + return $module.hasClass( className[state] ); + }, + + enabled: function() { + return !( $module.is(settings.filter.active) ); + }, + disabled: function() { + return ( $module.is(settings.filter.active) ); + }, + textEnabled: function() { + return !( $module.is(settings.filter.text) ); + }, + + // definitions for automatic type detection + button: function() { + return $module.is('.button:not(a, .submit)'); + }, + input: function() { + return $module.is('input'); + }, + progress: function() { + return $module.is('.ui.progress'); + } + }, + + allow: function(state) { + module.debug('Now allowing state', state); + states[state] = true; + }, + disallow: function(state) { + module.debug('No longer allowing', state); + states[state] = false; + }, + + allows: function(state) { + return states[state] || false; + }, + + enable: function() { + $module.removeClass(className.disabled); + }, + + disable: function() { + $module.addClass(className.disabled); + }, + + setState: function(state) { + if(module.allows(state)) { + $module.addClass( className[state] ); + } + }, + + removeState: function(state) { + if(module.allows(state)) { + $module.removeClass( className[state] ); + } + }, + + toggle: { + state: function() { + var + apiRequest, + requestCancelled + ; + if( module.allows('active') && module.is.enabled() ) { + module.refresh(); + if($.fn.api !== undefined) { + apiRequest = $module.api('get request'); + requestCancelled = $module.api('was cancelled'); + if( requestCancelled ) { + module.debug('API Request cancelled by beforesend'); + settings.activateTest = function(){ return false; }; + settings.deactivateTest = function(){ return false; }; + } + else if(apiRequest) { + module.listenTo(apiRequest); + return; + } + } + module.change.state(); + } + } + }, + + listenTo: function(apiRequest) { + module.debug('API request detected, waiting for state signal', apiRequest); + if(apiRequest) { + if(text.loading) { + module.update.text(text.loading); + } + $.when(apiRequest) + .then(function() { + if(apiRequest.state() == 'resolved') { + module.debug('API request succeeded'); + settings.activateTest = function(){ return true; }; + settings.deactivateTest = function(){ return true; }; + } + else { + module.debug('API request failed'); + settings.activateTest = function(){ return false; }; + settings.deactivateTest = function(){ return false; }; + } + module.change.state(); + }) + ; + } + }, + + // checks whether active/inactive state can be given + change: { + + state: function() { + module.debug('Determining state change direction'); + // inactive to active change + if( module.is.inactive() ) { + module.activate(); + } + else { + module.deactivate(); + } + if(settings.sync) { + module.sync(); + } + settings.onChange.call(element); + }, + + text: function() { + if( module.is.textEnabled() ) { + if(module.is.disabled() ) { + module.verbose('Changing text to disabled text', text.hover); + module.update.text(text.disabled); + } + else if( module.is.active() ) { + if(text.hover) { + module.verbose('Changing text to hover text', text.hover); + module.update.text(text.hover); + } + else if(text.deactivate) { + module.verbose('Changing text to deactivating text', text.deactivate); + module.update.text(text.deactivate); + } + } + else { + if(text.hover) { + module.verbose('Changing text to hover text', text.hover); + module.update.text(text.hover); + } + else if(text.activate){ + module.verbose('Changing text to activating text', text.activate); + module.update.text(text.activate); + } + } + } + } + + }, + + activate: function() { + if( settings.activateTest.call(element) ) { + module.debug('Setting state to active'); + $module + .addClass(className.active) + ; + module.update.text(text.active); + settings.onActivate.call(element); + } + }, + + deactivate: function() { + if( settings.deactivateTest.call(element) ) { + module.debug('Setting state to inactive'); + $module + .removeClass(className.active) + ; + module.update.text(text.inactive); + settings.onDeactivate.call(element); + } + }, + + sync: function() { + module.verbose('Syncing other buttons to current state'); + if( module.is.active() ) { + $allModules + .not($module) + .state('activate'); + } + else { + $allModules + .not($module) + .state('deactivate') + ; + } + }, + + get: { + text: function() { + return (settings.selector.text) + ? $module.find(settings.selector.text).text() + : $module.html() + ; + }, + textFor: function(state) { + return text[state] || false; + } + }, + + flash: { + text: function(text, duration, callback) { + var + previousText = module.get.text() + ; + module.debug('Flashing text message', text, duration); + text = text || settings.text.flash; + duration = duration || settings.flashDuration; + callback = callback || function() {}; + module.update.text(text); + setTimeout(function(){ + module.update.text(previousText); + callback.call(element); + }, duration); + } + }, + + reset: { + // on mouseout sets text to previous value + text: function() { + var + activeText = text.active || $module.data(metadata.storedText), + inactiveText = text.inactive || $module.data(metadata.storedText) + ; + if( module.is.textEnabled() ) { + if( module.is.active() && activeText) { + module.verbose('Resetting active text', activeText); + module.update.text(activeText); + } + else if(inactiveText) { + module.verbose('Resetting inactive text', activeText); + module.update.text(inactiveText); + } + } + } + }, + + update: { + text: function(text) { + var + currentText = module.get.text() + ; + if(text && text !== currentText) { + module.debug('Updating text', text); + if(settings.selector.text) { + $module + .data(metadata.storedText, text) + .find(settings.selector.text) + .text(text) + ; + } + else { + $module + .data(metadata.storedText, text) + .html(text) + ; + } + } + else { + module.debug('Text is already set, ignoring update', text); + } + } + }, + + setting: function(name, value) { + module.debug('Changing setting', name, value); + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + if($.isPlainObject(settings[name])) { + $.extend(true, settings[name], value); + } + else { + settings[name] = value; + } + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.state.settings = { + + // module info + name : 'State', + + // debug output + debug : false, + + // verbose debug output + verbose : false, + + // namespace for events + namespace : 'state', + + // debug data includes performance + performance : true, + + // callback occurs on state change + onActivate : function() {}, + onDeactivate : function() {}, + onChange : function() {}, + + // state test functions + activateTest : function() { return true; }, + deactivateTest : function() { return true; }, + + // whether to automatically map default states + automatic : true, + + // activate / deactivate changes all elements instantiated at same time + sync : false, + + // default flash text duration, used for temporarily changing text of an element + flashDuration : 1000, + + // selector filter + filter : { + text : '.loading, .disabled', + active : '.disabled' + }, + + context : false, + + // error + error: { + beforeSend : 'The before send function has cancelled state change', + method : 'The method you called is not defined.' + }, + + // metadata + metadata: { + promise : 'promise', + storedText : 'stored-text' + }, + + // change class on state + className: { + active : 'active', + disabled : 'disabled', + error : 'error', + loading : 'loading', + success : 'success', + warning : 'warning' + }, + + selector: { + // selector for text node + text: false + }, + + defaults : { + input: { + disabled : true, + loading : true, + active : true + }, + button: { + disabled : true, + loading : true, + active : true, + }, + progress: { + active : true, + success : true, + warning : true, + error : true + } + }, + + states : { + active : true, + disabled : true, + error : true, + loading : true, + success : true, + warning : true + }, + + text : { + disabled : false, + flash : false, + hover : false, + active : false, + inactive : false, + activate : false, + deactivate : false + } + +}; + + + +})( jQuery, window, document ); + +/*! + * # Fomantic-UI - Visibility + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +;(function ($, window, document, undefined) { + +'use strict'; + +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + +window = (typeof window != 'undefined' && window.Math == Math) + ? window + : (typeof self != 'undefined' && self.Math == Math) + ? self + : Function('return this')() +; + +$.fn.visibility = function(parameters) { + var + $allModules = $(this), + moduleSelector = $allModules.selector || '', + + time = new Date().getTime(), + performance = [], + + query = arguments[0], + methodInvoked = (typeof query == 'string'), + queryArguments = [].slice.call(arguments, 1), + returnedValue, + + moduleCount = $allModules.length, + loadedCount = 0 + ; + + $allModules + .each(function() { + var + settings = ( $.isPlainObject(parameters) ) + ? $.extend(true, {}, $.fn.visibility.settings, parameters) + : $.extend({}, $.fn.visibility.settings), + + className = settings.className, + namespace = settings.namespace, + error = settings.error, + metadata = settings.metadata, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + $window = $(window), + + $module = $(this), + $context = $(settings.context), + + $placeholder, + + instance = $module.data(moduleNamespace), + + requestAnimationFrame = window.requestAnimationFrame + || window.mozRequestAnimationFrame + || window.webkitRequestAnimationFrame + || window.msRequestAnimationFrame + || function(callback) { setTimeout(callback, 0); }, + + element = this, + disabled = false, + + contextObserver, + observer, + module + ; + + module = { + + initialize: function() { + module.debug('Initializing', settings); + + module.setup.cache(); + + if( module.should.trackChanges() ) { + + if(settings.type == 'image') { + module.setup.image(); + } + if(settings.type == 'fixed') { + module.setup.fixed(); + } + + if(settings.observeChanges) { + module.observeChanges(); + } + module.bind.events(); + } + + module.save.position(); + if( !module.is.visible() ) { + module.error(error.visible, $module); + } + + if(settings.initialCheck) { + module.checkVisibility(); + } + module.instantiate(); + }, + + instantiate: function() { + module.debug('Storing instance', module); + $module + .data(moduleNamespace, module) + ; + instance = module; + }, + + destroy: function() { + module.verbose('Destroying previous module'); + if(observer) { + observer.disconnect(); + } + if(contextObserver) { + contextObserver.disconnect(); + } + $window + .off('load' + eventNamespace, module.event.load) + .off('resize' + eventNamespace, module.event.resize) + ; + $context + .off('scroll' + eventNamespace, module.event.scroll) + .off('scrollchange' + eventNamespace, module.event.scrollchange) + ; + if(settings.type == 'fixed') { + module.resetFixed(); + module.remove.placeholder(); + } + $module + .off(eventNamespace) + .removeData(moduleNamespace) + ; + }, + + observeChanges: function() { + if('MutationObserver' in window) { + contextObserver = new MutationObserver(module.event.contextChanged); + observer = new MutationObserver(module.event.changed); + contextObserver.observe(document, { + childList : true, + subtree : true + }); + observer.observe(element, { + childList : true, + subtree : true + }); + module.debug('Setting up mutation observer', observer); + } + }, + + bind: { + events: function() { + module.verbose('Binding visibility events to scroll and resize'); + if(settings.refreshOnLoad) { + $window + .on('load' + eventNamespace, module.event.load) + ; + } + $window + .on('resize' + eventNamespace, module.event.resize) + ; + // pub/sub pattern + $context + .off('scroll' + eventNamespace) + .on('scroll' + eventNamespace, module.event.scroll) + .on('scrollchange' + eventNamespace, module.event.scrollchange) + ; + } + }, + + event: { + changed: function(mutations) { + module.verbose('DOM tree modified, updating visibility calculations'); + module.timer = setTimeout(function() { + module.verbose('DOM tree modified, updating sticky menu'); + module.refresh(); + }, 100); + }, + contextChanged: function(mutations) { + [].forEach.call(mutations, function(mutation) { + if(mutation.removedNodes) { + [].forEach.call(mutation.removedNodes, function(node) { + if(node == element || $(node).find(element).length > 0) { + module.debug('Element removed from DOM, tearing down events'); + module.destroy(); + } + }); + } + }); + }, + resize: function() { + module.debug('Window resized'); + if(settings.refreshOnResize) { + requestAnimationFrame(module.refresh); + } + }, + load: function() { + module.debug('Page finished loading'); + requestAnimationFrame(module.refresh); + }, + // publishes scrollchange event on one scroll + scroll: function() { + if(settings.throttle) { + clearTimeout(module.timer); + module.timer = setTimeout(function() { + $context.triggerHandler('scrollchange' + eventNamespace, [ $context.scrollTop() ]); + }, settings.throttle); + } + else { + requestAnimationFrame(function() { + $context.triggerHandler('scrollchange' + eventNamespace, [ $context.scrollTop() ]); + }); + } + }, + // subscribes to scrollchange + scrollchange: function(event, scrollPosition) { + module.checkVisibility(scrollPosition); + }, + }, + + precache: function(images, callback) { + if (!(images instanceof Array)) { + images = [images]; + } + var + imagesLength = images.length, + loadedCounter = 0, + cache = [], + cacheImage = document.createElement('img'), + handleLoad = function() { + loadedCounter++; + if (loadedCounter >= images.length) { + if ($.isFunction(callback)) { + callback(); + } + } + } + ; + while (imagesLength--) { + cacheImage = document.createElement('img'); + cacheImage.onload = handleLoad; + cacheImage.onerror = handleLoad; + cacheImage.src = images[imagesLength]; + cache.push(cacheImage); + } + }, + + enableCallbacks: function() { + module.debug('Allowing callbacks to occur'); + disabled = false; + }, + + disableCallbacks: function() { + module.debug('Disabling all callbacks temporarily'); + disabled = true; + }, + + should: { + trackChanges: function() { + if(methodInvoked) { + module.debug('One time query, no need to bind events'); + return false; + } + module.debug('Callbacks being attached'); + return true; + } + }, + + setup: { + cache: function() { + module.cache = { + occurred : {}, + screen : {}, + element : {}, + }; + }, + image: function() { + var + src = $module.data(metadata.src) + ; + if(src) { + module.verbose('Lazy loading image', src); + settings.once = true; + settings.observeChanges = false; + + // show when top visible + settings.onOnScreen = function() { + module.debug('Image on screen', element); + module.precache(src, function() { + module.set.image(src, function() { + loadedCount++; + if(loadedCount == moduleCount) { + settings.onAllLoaded.call(this); + } + settings.onLoad.call(this); + }); + }); + }; + } + }, + fixed: function() { + module.debug('Setting up fixed'); + settings.once = false; + settings.observeChanges = false; + settings.initialCheck = true; + settings.refreshOnLoad = true; + if(!parameters.transition) { + settings.transition = false; + } + module.create.placeholder(); + module.debug('Added placeholder', $placeholder); + settings.onTopPassed = function() { + module.debug('Element passed, adding fixed position', $module); + module.show.placeholder(); + module.set.fixed(); + if(settings.transition) { + if($.fn.transition !== undefined) { + $module.transition(settings.transition, settings.duration); + } + } + }; + settings.onTopPassedReverse = function() { + module.debug('Element returned to position, removing fixed', $module); + module.hide.placeholder(); + module.remove.fixed(); + }; + } + }, + + create: { + placeholder: function() { + module.verbose('Creating fixed position placeholder'); + $placeholder = $module + .clone(false) + .css('display', 'none') + .addClass(className.placeholder) + .insertAfter($module) + ; + } + }, + + show: { + placeholder: function() { + module.verbose('Showing placeholder'); + $placeholder + .css('display', 'block') + .css('visibility', 'hidden') + ; + } + }, + hide: { + placeholder: function() { + module.verbose('Hiding placeholder'); + $placeholder + .css('display', 'none') + .css('visibility', '') + ; + } + }, + + set: { + fixed: function() { + module.verbose('Setting element to fixed position'); + $module + .addClass(className.fixed) + .css({ + position : 'fixed', + top : settings.offset + 'px', + left : 'auto', + zIndex : settings.zIndex + }) + ; + settings.onFixed.call(element); + }, + image: function(src, callback) { + $module + .attr('src', src) + ; + if(settings.transition) { + if( $.fn.transition !== undefined) { + if($module.hasClass(className.visible)) { + module.debug('Transition already occurred on this image, skipping animation'); + return; + } + $module.transition(settings.transition, settings.duration, callback); + } + else { + $module.fadeIn(settings.duration, callback); + } + } + else { + $module.show(); + } + } + }, + + is: { + onScreen: function() { + var + calculations = module.get.elementCalculations() + ; + return calculations.onScreen; + }, + offScreen: function() { + var + calculations = module.get.elementCalculations() + ; + return calculations.offScreen; + }, + visible: function() { + if(module.cache && module.cache.element) { + return !(module.cache.element.width === 0 && module.cache.element.offset.top === 0); + } + return false; + }, + verticallyScrollableContext: function() { + var + overflowY = ($context.get(0) !== window) + ? $context.css('overflow-y') + : false + ; + return (overflowY == 'auto' || overflowY == 'scroll'); + }, + horizontallyScrollableContext: function() { + var + overflowX = ($context.get(0) !== window) + ? $context.css('overflow-x') + : false + ; + return (overflowX == 'auto' || overflowX == 'scroll'); + } + }, + + refresh: function() { + module.debug('Refreshing constants (width/height)'); + if(settings.type == 'fixed') { + module.resetFixed(); + } + module.reset(); + module.save.position(); + if(settings.checkOnRefresh) { + module.checkVisibility(); + } + settings.onRefresh.call(element); + }, + + resetFixed: function () { + module.remove.fixed(); + module.remove.occurred(); + }, + + reset: function() { + module.verbose('Resetting all cached values'); + if( $.isPlainObject(module.cache) ) { + module.cache.screen = {}; + module.cache.element = {}; + } + }, + + checkVisibility: function(scroll) { + module.verbose('Checking visibility of element', module.cache.element); + + if( !disabled && module.is.visible() ) { + + // save scroll position + module.save.scroll(scroll); + + // update calculations derived from scroll + module.save.calculations(); + + // percentage + module.passed(); + + // reverse (must be first) + module.passingReverse(); + module.topVisibleReverse(); + module.bottomVisibleReverse(); + module.topPassedReverse(); + module.bottomPassedReverse(); + + // one time + module.onScreen(); + module.offScreen(); + module.passing(); + module.topVisible(); + module.bottomVisible(); + module.topPassed(); + module.bottomPassed(); + + // on update callback + if(settings.onUpdate) { + settings.onUpdate.call(element, module.get.elementCalculations()); + } + } + }, + + passed: function(amount, newCallback) { + var + calculations = module.get.elementCalculations() + ; + // assign callback + if(amount && newCallback) { + settings.onPassed[amount] = newCallback; + } + else if(amount !== undefined) { + return (module.get.pixelsPassed(amount) > calculations.pixelsPassed); + } + else if(calculations.passing) { + $.each(settings.onPassed, function(amount, callback) { + if(calculations.bottomVisible || calculations.pixelsPassed > module.get.pixelsPassed(amount)) { + module.execute(callback, amount); + } + else if(!settings.once) { + module.remove.occurred(callback); + } + }); + } + }, + + onScreen: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onOnScreen, + callbackName = 'onScreen' + ; + if(newCallback) { + module.debug('Adding callback for onScreen', newCallback); + settings.onOnScreen = newCallback; + } + if(calculations.onScreen) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback !== undefined) { + return calculations.onOnScreen; + } + }, + + offScreen: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onOffScreen, + callbackName = 'offScreen' + ; + if(newCallback) { + module.debug('Adding callback for offScreen', newCallback); + settings.onOffScreen = newCallback; + } + if(calculations.offScreen) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback !== undefined) { + return calculations.onOffScreen; + } + }, + + passing: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onPassing, + callbackName = 'passing' + ; + if(newCallback) { + module.debug('Adding callback for passing', newCallback); + settings.onPassing = newCallback; + } + if(calculations.passing) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback !== undefined) { + return calculations.passing; + } + }, + + + topVisible: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onTopVisible, + callbackName = 'topVisible' + ; + if(newCallback) { + module.debug('Adding callback for top visible', newCallback); + settings.onTopVisible = newCallback; + } + if(calculations.topVisible) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return calculations.topVisible; + } + }, + + bottomVisible: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onBottomVisible, + callbackName = 'bottomVisible' + ; + if(newCallback) { + module.debug('Adding callback for bottom visible', newCallback); + settings.onBottomVisible = newCallback; + } + if(calculations.bottomVisible) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return calculations.bottomVisible; + } + }, + + topPassed: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onTopPassed, + callbackName = 'topPassed' + ; + if(newCallback) { + module.debug('Adding callback for top passed', newCallback); + settings.onTopPassed = newCallback; + } + if(calculations.topPassed) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return calculations.topPassed; + } + }, + + bottomPassed: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onBottomPassed, + callbackName = 'bottomPassed' + ; + if(newCallback) { + module.debug('Adding callback for bottom passed', newCallback); + settings.onBottomPassed = newCallback; + } + if(calculations.bottomPassed) { + module.execute(callback, callbackName); + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return calculations.bottomPassed; + } + }, + + passingReverse: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onPassingReverse, + callbackName = 'passingReverse' + ; + if(newCallback) { + module.debug('Adding callback for passing reverse', newCallback); + settings.onPassingReverse = newCallback; + } + if(!calculations.passing) { + if(module.get.occurred('passing')) { + module.execute(callback, callbackName); + } + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback !== undefined) { + return !calculations.passing; + } + }, + + + topVisibleReverse: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onTopVisibleReverse, + callbackName = 'topVisibleReverse' + ; + if(newCallback) { + module.debug('Adding callback for top visible reverse', newCallback); + settings.onTopVisibleReverse = newCallback; + } + if(!calculations.topVisible) { + if(module.get.occurred('topVisible')) { + module.execute(callback, callbackName); + } + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return !calculations.topVisible; + } + }, + + bottomVisibleReverse: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onBottomVisibleReverse, + callbackName = 'bottomVisibleReverse' + ; + if(newCallback) { + module.debug('Adding callback for bottom visible reverse', newCallback); + settings.onBottomVisibleReverse = newCallback; + } + if(!calculations.bottomVisible) { + if(module.get.occurred('bottomVisible')) { + module.execute(callback, callbackName); + } + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return !calculations.bottomVisible; + } + }, + + topPassedReverse: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onTopPassedReverse, + callbackName = 'topPassedReverse' + ; + if(newCallback) { + module.debug('Adding callback for top passed reverse', newCallback); + settings.onTopPassedReverse = newCallback; + } + if(!calculations.topPassed) { + if(module.get.occurred('topPassed')) { + module.execute(callback, callbackName); + } + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return !calculations.onTopPassed; + } + }, + + bottomPassedReverse: function(newCallback) { + var + calculations = module.get.elementCalculations(), + callback = newCallback || settings.onBottomPassedReverse, + callbackName = 'bottomPassedReverse' + ; + if(newCallback) { + module.debug('Adding callback for bottom passed reverse', newCallback); + settings.onBottomPassedReverse = newCallback; + } + if(!calculations.bottomPassed) { + if(module.get.occurred('bottomPassed')) { + module.execute(callback, callbackName); + } + } + else if(!settings.once) { + module.remove.occurred(callbackName); + } + if(newCallback === undefined) { + return !calculations.bottomPassed; + } + }, + + execute: function(callback, callbackName) { + var + calculations = module.get.elementCalculations(), + screen = module.get.screenCalculations() + ; + callback = callback || false; + if(callback) { + if(settings.continuous) { + module.debug('Callback being called continuously', callbackName, calculations); + callback.call(element, calculations, screen); + } + else if(!module.get.occurred(callbackName)) { + module.debug('Conditions met', callbackName, calculations); + callback.call(element, calculations, screen); + } + } + module.save.occurred(callbackName); + }, + + remove: { + fixed: function() { + module.debug('Removing fixed position'); + $module + .removeClass(className.fixed) + .css({ + position : '', + top : '', + left : '', + zIndex : '' + }) + ; + settings.onUnfixed.call(element); + }, + placeholder: function() { + module.debug('Removing placeholder content'); + if($placeholder) { + $placeholder.remove(); + } + }, + occurred: function(callback) { + if(callback) { + var + occurred = module.cache.occurred + ; + if(occurred[callback] !== undefined && occurred[callback] === true) { + module.debug('Callback can now be called again', callback); + module.cache.occurred[callback] = false; + } + } + else { + module.cache.occurred = {}; + } + } + }, + + save: { + calculations: function() { + module.verbose('Saving all calculations necessary to determine positioning'); + module.save.direction(); + module.save.screenCalculations(); + module.save.elementCalculations(); + }, + occurred: function(callback) { + if(callback) { + if(module.cache.occurred[callback] === undefined || (module.cache.occurred[callback] !== true)) { + module.verbose('Saving callback occurred', callback); + module.cache.occurred[callback] = true; + } + } + }, + scroll: function(scrollPosition) { + scrollPosition = scrollPosition + settings.offset || $context.scrollTop() + settings.offset; + module.cache.scroll = scrollPosition; + }, + direction: function() { + var + scroll = module.get.scroll(), + lastScroll = module.get.lastScroll(), + direction + ; + if(scroll > lastScroll && lastScroll) { + direction = 'down'; + } + else if(scroll < lastScroll && lastScroll) { + direction = 'up'; + } + else { + direction = 'static'; + } + module.cache.direction = direction; + return module.cache.direction; + }, + elementPosition: function() { + var + element = module.cache.element, + screen = module.get.screenSize() + ; + module.verbose('Saving element position'); + // (quicker than $.extend) + element.fits = (element.height < screen.height); + element.offset = $module.offset(); + element.width = $module.outerWidth(); + element.height = $module.outerHeight(); + // compensate for scroll in context + if(module.is.verticallyScrollableContext()) { + element.offset.top += $context.scrollTop() - $context.offset().top; + } + if(module.is.horizontallyScrollableContext()) { + element.offset.left += $context.scrollLeft - $context.offset().left; + } + // store + module.cache.element = element; + return element; + }, + elementCalculations: function() { + var + screen = module.get.screenCalculations(), + element = module.get.elementPosition() + ; + // offset + if(settings.includeMargin) { + element.margin = {}; + element.margin.top = parseInt($module.css('margin-top'), 10); + element.margin.bottom = parseInt($module.css('margin-bottom'), 10); + element.top = element.offset.top - element.margin.top; + element.bottom = element.offset.top + element.height + element.margin.bottom; + } + else { + element.top = element.offset.top; + element.bottom = element.offset.top + element.height; + } + + // visibility + element.topPassed = (screen.top >= element.top); + element.bottomPassed = (screen.top >= element.bottom); + element.topVisible = (screen.bottom >= element.top) && !element.topPassed; + element.bottomVisible = (screen.bottom >= element.bottom) && !element.bottomPassed; + element.pixelsPassed = 0; + element.percentagePassed = 0; + + // meta calculations + element.onScreen = ((element.topVisible || element.passing) && !element.bottomPassed); + element.passing = (element.topPassed && !element.bottomPassed); + element.offScreen = (!element.onScreen); + + // passing calculations + if(element.passing) { + element.pixelsPassed = (screen.top - element.top); + element.percentagePassed = (screen.top - element.top) / element.height; + } + module.cache.element = element; + module.verbose('Updated element calculations', element); + return element; + }, + screenCalculations: function() { + var + scroll = module.get.scroll() + ; + module.save.direction(); + module.cache.screen.top = scroll; + module.cache.screen.bottom = scroll + module.cache.screen.height; + return module.cache.screen; + }, + screenSize: function() { + module.verbose('Saving window position'); + module.cache.screen = { + height: $context.height() + }; + }, + position: function() { + module.save.screenSize(); + module.save.elementPosition(); + } + }, + + get: { + pixelsPassed: function(amount) { + var + element = module.get.elementCalculations() + ; + if(amount.search('%') > -1) { + return ( element.height * (parseInt(amount, 10) / 100) ); + } + return parseInt(amount, 10); + }, + occurred: function(callback) { + return (module.cache.occurred !== undefined) + ? module.cache.occurred[callback] || false + : false + ; + }, + direction: function() { + if(module.cache.direction === undefined) { + module.save.direction(); + } + return module.cache.direction; + }, + elementPosition: function() { + if(module.cache.element === undefined) { + module.save.elementPosition(); + } + return module.cache.element; + }, + elementCalculations: function() { + if(module.cache.element === undefined) { + module.save.elementCalculations(); + } + return module.cache.element; + }, + screenCalculations: function() { + if(module.cache.screen === undefined) { + module.save.screenCalculations(); + } + return module.cache.screen; + }, + screenSize: function() { + if(module.cache.screen === undefined) { + module.save.screenSize(); + } + return module.cache.screen; + }, + scroll: function() { + if(module.cache.scroll === undefined) { + module.save.scroll(); + } + return module.cache.scroll; + }, + lastScroll: function() { + if(module.cache.screen === undefined) { + module.debug('First scroll event, no last scroll could be found'); + return false; + } + return module.cache.screen.top; + } + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; + } + else { + return module[name]; + } + }, + debug: function() { + if(!settings.silent && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.debug.apply(console, arguments); + } + } + }, + verbose: function() { + if(!settings.silent && settings.verbose && settings.debug) { + if(settings.performance) { + module.performance.log(arguments); + } + else { + module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); + module.verbose.apply(console, arguments); + } + } + }, + error: function() { + if(!settings.silent) { + module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); + module.error.apply(console, arguments); + } + }, + performance: { + log: function(message) { + var + currentTime, + executionTime, + previousTime + ; + if(settings.performance) { + currentTime = new Date().getTime(); + previousTime = time || currentTime; + executionTime = currentTime - previousTime; + time = currentTime; + performance.push({ + 'Name' : message[0], + 'Arguments' : [].slice.call(message, 1) || '', + 'Element' : element, + 'Execution Time' : executionTime + }); + } + clearTimeout(module.performance.timer); + module.performance.timer = setTimeout(module.performance.display, 500); + }, + display: function() { + var + title = settings.name + ':', + totalTime = 0 + ; + time = false; + clearTimeout(module.performance.timer); + $.each(performance, function(index, data) { + totalTime += data['Execution Time']; + }); + title += ' ' + totalTime + 'ms'; + if(moduleSelector) { + title += ' \'' + moduleSelector + '\''; + } + if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { + console.groupCollapsed(title); + if(console.table) { + console.table(performance); + } + else { + $.each(performance, function(index, data) { + console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); + }); + } + console.groupEnd(); + } + performance = []; + } + }, + invoke: function(query, passedArguments, context) { + var + object = instance, + maxDepth, + found, + response + ; + passedArguments = passedArguments || queryArguments; + context = element || context; + if(typeof query == 'string' && object !== undefined) { + query = query.split(/[\. ]/); + maxDepth = query.length - 1; + $.each(query, function(depth, value) { + var camelCaseValue = (depth != maxDepth) + ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) + : query + ; + if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { + object = object[camelCaseValue]; + } + else if( object[camelCaseValue] !== undefined ) { + found = object[camelCaseValue]; + return false; + } + else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { + object = object[value]; + } + else if( object[value] !== undefined ) { + found = object[value]; + return false; + } + else { + module.error(error.method, query); + return false; + } + }); + } + if ( $.isFunction( found ) ) { + response = found.apply(context, passedArguments); + } + else if(found !== undefined) { + response = found; + } + if(Array.isArray(returnedValue)) { + returnedValue.push(response); + } + else if(returnedValue !== undefined) { + returnedValue = [returnedValue, response]; + } + else if(response !== undefined) { + returnedValue = response; + } + return found; + } + }; + + if(methodInvoked) { + if(instance === undefined) { + module.initialize(); + } + instance.save.scroll(); + instance.save.calculations(); + module.invoke(query); + } + else { + if(instance !== undefined) { + instance.invoke('destroy'); + } + module.initialize(); + } + }) + ; + + return (returnedValue !== undefined) + ? returnedValue + : this + ; +}; + +$.fn.visibility.settings = { + + name : 'Visibility', + namespace : 'visibility', + + debug : false, + verbose : false, + performance : true, + + // whether to use mutation observers to follow changes + observeChanges : true, + + // check position immediately on init + initialCheck : true, + + // whether to refresh calculations after all page images load + refreshOnLoad : true, + + // whether to refresh calculations after page resize event + refreshOnResize : true, + + // should call callbacks on refresh event (resize, etc) + checkOnRefresh : true, + + // callback should only occur one time + once : true, + + // callback should fire continuously whe evaluates to true + continuous : false, + + // offset to use with scroll top + offset : 0, + + // whether to include margin in elements position + includeMargin : false, + + // scroll context for visibility checks + context : window, + + // visibility check delay in ms (defaults to animationFrame) + throttle : false, + + // special visibility type (image, fixed) + type : false, + + // z-index to use with visibility 'fixed' + zIndex : '10', + + // image only animation settings + transition : 'fade in', + duration : 1000, + + // array of callbacks for percentage + onPassed : {}, + + // standard callbacks + onOnScreen : false, + onOffScreen : false, + onPassing : false, + onTopVisible : false, + onBottomVisible : false, + onTopPassed : false, + onBottomPassed : false, + + // reverse callbacks + onPassingReverse : false, + onTopVisibleReverse : false, + onBottomVisibleReverse : false, + onTopPassedReverse : false, + onBottomPassedReverse : false, + + // special callbacks for image + onLoad : function() {}, + onAllLoaded : function() {}, + + // special callbacks for fixed position + onFixed : function() {}, + onUnfixed : function() {}, + + // utility callbacks + onUpdate : false, // disabled by default for performance + onRefresh : function(){}, + + metadata : { + src: 'src' + }, + + className: { + fixed : 'fixed', + placeholder : 'constraint', + visible : 'visible' + }, + + error : { + method : 'The method you called is not defined.', + visible : 'Element is hidden, you must call refresh after element becomes visible' + } + +}; + +})( jQuery, window, document ); diff --git a/public/vendor/plugins/fomantic/semantic.min.css b/public/vendor/plugins/fomantic/semantic.min.css new file mode 100644 index 0000000000..9f2dab4a36 --- /dev/null +++ b/public/vendor/plugins/fomantic/semantic.min.css @@ -0,0 +1,404 @@ + /* + * # Fomantic UI - 2.8.2 + * https://github.com/fomantic/Fomantic-UI + * http://fomantic-ui.com/ + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap);/*! + * # Fomantic-UI - Reset + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*! + * # Fomantic-UI - Site + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#fff;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87)}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.28571429em;margin:calc(2rem - .1428571428571429em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#4183c4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}body ::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}body ::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}body ::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);-webkit-transition:color .2s ease;transition:color .2s ease}body ::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.15)}body ::-webkit-scrollbar-thumb:hover{background:rgba(128,135,139,.8)}body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}/*! + * # Fomantic-UI - Button + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2 none;color:rgba(0,0,0,.6);font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em .78571429em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;will-change:auto;-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#cacbcd;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:none;-webkit-box-shadow:'';box-shadow:''}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:'';color:rgba(0,0,0,.9);-webkit-box-shadow:0 0 0 1px transparent inset,none;box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#c0c1c2;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid currentColor;color:#fff;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button:not(.basic),.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none;-webkit-box-shadow:none;box-shadow:none;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em}.ui.animated.button .hidden.content{position:absolute;width:100%}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button .visible.content{left:auto;right:0}.ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.inverted.button{-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset;background:transparent none;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px 0}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button:hover{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset;color:rgba(0,0,0,.8)}.ui.inverted.button.active,.ui.inverted.button:focus{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;-webkit-box-shadow:0 0 0 2px #dcddde inset;box-shadow:0 0 0 2px #dcddde inset;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0 0;padding:0!important;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;font-size:1em;padding:'';border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#1da1f2;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#0298f3;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#0c85d0;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dd4b39;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#e0321c;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#c23321;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#0077b5;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#00669c;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#005582;color:#fff;text-shadow:none}.ui.youtube.button{background-color:red;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#e60000;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#c00;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#bd081c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#ac0013;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#8c0615;color:#fff;text-shadow:none}.ui.vk.button{background-color:#45668e;color:#fff;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#395980;color:#fff}.ui.vk.button:active{background-color:#344d6c;color:#fff}.ui.whatsapp.button{background-color:#25d366;color:#fff;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.whatsapp.button:hover{background-color:#19c55a;color:#fff}.ui.whatsapp.button:active{background-color:#1da851;color:#fff}.ui.telegram.button{background-color:#08c;color:#fff;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.telegram.button:hover{background-color:#0077b3;color:#fff}.ui.telegram.button:active{background-color:#069;color:#fff}.ui.button>.icon:not(.button){height:auto;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button:not(.icon)>.icon:not(.button):not(.dropdown),.ui.button:not(.icon)>.icons:not(.button):not(.dropdown){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em .58928571em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em .58928571em .58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em .58928571em}.ui.compact.labeled.icon.button>.icon,.ui.compact.labeled.icon.buttons .button>.icon{padding:.58928571em 0 .58928571em 0}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.mini.buttons .button,.ui.mini.buttons .dropdown,.ui.mini.buttons .dropdown .menu>.item,.ui.mini.buttons .or,.ui.ui.ui.ui.mini.button{font-size:.78571429rem}.ui.tiny.buttons .button,.ui.tiny.buttons .dropdown,.ui.tiny.buttons .dropdown .menu>.item,.ui.tiny.buttons .or,.ui.ui.ui.ui.tiny.button{font-size:.85714286rem}.ui.small.buttons .button,.ui.small.buttons .dropdown,.ui.small.buttons .dropdown .menu>.item,.ui.small.buttons .or,.ui.ui.ui.ui.small.button{font-size:.92857143rem}.ui.large.buttons .button,.ui.large.buttons .dropdown,.ui.large.buttons .dropdown .menu>.item,.ui.large.buttons .or,.ui.ui.ui.ui.large.button{font-size:1.14285714rem}.ui.big.buttons .button,.ui.big.buttons .dropdown,.ui.big.buttons .dropdown .menu>.item,.ui.big.buttons .or,.ui.ui.ui.ui.big.button{font-size:1.28571429rem}.ui.huge.buttons .button,.ui.huge.buttons .dropdown,.ui.huge.buttons .dropdown .menu>.item,.ui.huge.buttons .or,.ui.ui.ui.ui.huge.button{font-size:1.42857143rem}.ui.massive.buttons .button,.ui.massive.buttons .dropdown,.ui.massive.buttons .dropdown .menu>.item,.ui.massive.buttons .or,.ui.ui.ui.ui.massive.button{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em .78571429em .78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0!important;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:transparent none;color:rgba(0,0,0,.6);font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.buttons .button{border-radius:0}.ui.basic.button:hover,.ui.basic.buttons .button:hover{background:#fff;color:rgba(0,0,0,.8);-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:focus,.ui.basic.buttons .button:focus{background:#fff;color:rgba(0,0,0,.8);-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8;color:rgba(0,0,0,.9);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05);-webkit-box-shadow:'';box-shadow:'';color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{-webkit-box-shadow:'';box-shadow:''}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent;color:#f9fafb;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset}.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:hover{color:#fff;-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.ui.basic.inverted.button:focus,.ui.basic.inverted.buttons .button:focus{color:#fff;-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08);color:#fff;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.9) inset;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#fff;text-shadow:none;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.7) inset;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.ui.basic.buttons .button{border-left:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none;border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.tertiary.button{-webkit-transition:color .1s ease!important;transition:color .1s ease!important;border-radius:0;margin:.28571429em .25em .28571429em 0!important;padding:.5em!important;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6);background:0 0}.ui.tertiary.button:hover{-webkit-box-shadow:inset 0 -.2em 0 #666;box-shadow:inset 0 -.2em 0 #666;color:#333;background:0 0}.ui.tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #666;box-shadow:inset 0 -.2em 0 #666;color:#333;background:0 0}.ui.tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #999;box-shadow:inset 0 -.2em 0 #999;border-radius:.28571429rem .28571429rem 0 0;color:#666;background:0 0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;top:0;left:0;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;-webkit-animation:none;animation:none;padding:.78571429em 0 .78571429em 0;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';-webkit-box-shadow:-1px 0 0 0 transparent inset;box-shadow:-1px 0 0 0 transparent inset}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;-webkit-box-shadow:1px 0 0 0 transparent inset;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:relative;width:100%;top:0;text-align:center}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:0;border-top-left-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.button>.loading.icon:before{-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;color:#fff}.ui.button.toggle.active:hover{background-color:#16ab39;text-shadow:none;color:#fff}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.15)}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:auto;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child{border-radius:0}.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem 0}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem 0}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #2185d0 inset;box-shadow:0 0 0 1px #2185d0 inset;color:#2185d0}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #1678c2 inset;box-shadow:0 0 0 1px #1678c2 inset;color:#1678c2}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #0d71bb inset;box-shadow:0 0 0 1px #0d71bb inset;color:#1678c2}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #1279c6 inset;box-shadow:0 0 0 1px #1279c6 inset;color:#1a69a4}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset;box-shadow:0 0 0 1px #1a69a4 inset;color:#1a69a4}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.inverted.primary.button,.ui.inverted.primary.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #54c8ff inset;box-shadow:0 0 0 2px #54c8ff inset;color:#54c8ff}.ui.inverted.primary.button.active,.ui.inverted.primary.button:active,.ui.inverted.primary.button:focus,.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button.active,.ui.inverted.primary.buttons .button:active,.ui.inverted.primary.buttons .button:focus,.ui.inverted.primary.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button:hover{background-color:#21b8ff}.ui.inverted.primary.button:focus,.ui.inverted.primary.buttons .button:focus{background-color:#2bbbff}.ui.inverted.primary.active.button,.ui.inverted.primary.buttons .active.button{background-color:#3ac0ff}.ui.inverted.primary.button:active,.ui.inverted.primary.buttons .button:active{background-color:#21b8ff}.ui.inverted.primary.basic.button,.ui.inverted.primary.basic.buttons .button,.ui.inverted.primary.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.primary.basic.button:hover,.ui.inverted.primary.basic.buttons .button:hover,.ui.inverted.primary.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #21b8ff inset;box-shadow:0 0 0 2px #21b8ff inset;color:#54c8ff}.ui.inverted.primary.basic.button:focus,.ui.inverted.primary.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #2bbbff inset;box-shadow:0 0 0 2px #2bbbff inset;color:#54c8ff}.ui.inverted.primary.basic.active.button,.ui.inverted.primary.basic.buttons .active.button,.ui.inverted.primary.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #3ac0ff inset;box-shadow:0 0 0 2px #3ac0ff inset;color:#54c8ff}.ui.inverted.primary.basic.button:active,.ui.inverted.primary.basic.buttons .button:active,.ui.inverted.primary.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #21b8ff inset;box-shadow:0 0 0 2px #21b8ff inset;color:#54c8ff}.ui.tertiary.primary.button,.ui.tertiary.primary.buttons .button,.ui.tertiary.primary.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#2185d0}.ui.tertiary.primary.button:hover,.ui.tertiary.primary.buttons .button:hover,.ui.tertiary.primary.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #2b75ac;box-shadow:inset 0 -.2em 0 #2b75ac;color:#2b75ac}.ui.tertiary.primary.button:focus,.ui.tertiary.primary.buttons .button:focus,.ui.tertiary.primary.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #216ea7;box-shadow:inset 0 -.2em 0 #216ea7;color:#216ea7}.ui.tertiary.primary.active.button,.ui.tertiary.primary.button:active,.ui.tertiary.primary.buttons .active.button,.ui.tertiary.primary.buttons .button:active,.ui.tertiary.primary.buttons .tertiary.active.button,.ui.tertiary.primary.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #007bd8;box-shadow:inset 0 -.2em 0 #007bd8;color:#1279c6}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #1b1c1d inset;box-shadow:0 0 0 1px #1b1c1d inset;color:#1b1c1d}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #27292a inset;box-shadow:0 0 0 1px #27292a inset;color:#27292a}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #2e3032 inset;box-shadow:0 0 0 1px #2e3032 inset;color:#27292a}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #27292a inset;box-shadow:0 0 0 1px #27292a inset;color:#343637}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset;box-shadow:0 0 0 1px #343637 inset;color:#343637}.ui.buttons:not(.vertical)>.basic.secondary.button:not(:first-child){margin-left:-1px}.ui.inverted.secondary.button,.ui.inverted.secondary.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #545454 inset;box-shadow:0 0 0 2px #545454 inset;color:#545454}.ui.inverted.secondary.button.active,.ui.inverted.secondary.button:active,.ui.inverted.secondary.button:focus,.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button.active,.ui.inverted.secondary.buttons .button:active,.ui.inverted.secondary.buttons .button:focus,.ui.inverted.secondary.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button:hover{background-color:#6e6e6e}.ui.inverted.secondary.button:focus,.ui.inverted.secondary.buttons .button:focus{background-color:#686868}.ui.inverted.secondary.active.button,.ui.inverted.secondary.buttons .active.button{background-color:#616161}.ui.inverted.secondary.button:active,.ui.inverted.secondary.buttons .button:active{background-color:#6e6e6e}.ui.inverted.secondary.basic.button,.ui.inverted.secondary.basic.buttons .button,.ui.inverted.secondary.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.secondary.basic.button:hover,.ui.inverted.secondary.basic.buttons .button:hover,.ui.inverted.secondary.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #6e6e6e inset;box-shadow:0 0 0 2px #6e6e6e inset;color:#545454}.ui.inverted.secondary.basic.button:focus,.ui.inverted.secondary.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #686868 inset;box-shadow:0 0 0 2px #686868 inset;color:#545454}.ui.inverted.secondary.basic.active.button,.ui.inverted.secondary.basic.buttons .active.button,.ui.inverted.secondary.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #616161 inset;box-shadow:0 0 0 2px #616161 inset;color:#545454}.ui.inverted.secondary.basic.button:active,.ui.inverted.secondary.basic.buttons .button:active,.ui.inverted.secondary.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #6e6e6e inset;box-shadow:0 0 0 2px #6e6e6e inset;color:#545454}.ui.tertiary.secondary.button,.ui.tertiary.secondary.buttons .button,.ui.tertiary.secondary.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#1b1c1d}.ui.tertiary.secondary.button:hover,.ui.tertiary.secondary.buttons .button:hover,.ui.tertiary.secondary.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #292929;box-shadow:inset 0 -.2em 0 #292929;color:#292929}.ui.tertiary.secondary.button:focus,.ui.tertiary.secondary.buttons .button:focus,.ui.tertiary.secondary.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #303030;box-shadow:inset 0 -.2em 0 #303030;color:#303030}.ui.tertiary.secondary.active.button,.ui.tertiary.secondary.button:active,.ui.tertiary.secondary.buttons .active.button,.ui.tertiary.secondary.buttons .button:active,.ui.tertiary.secondary.buttons .tertiary.active.button,.ui.tertiary.secondary.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #1f2933;box-shadow:inset 0 -.2em 0 #1f2933;color:#27292a}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #db2828 inset;box-shadow:0 0 0 1px #db2828 inset;color:#db2828}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #d01919 inset;box-shadow:0 0 0 1px #d01919 inset;color:#d01919}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #ca1010 inset;box-shadow:0 0 0 1px #ca1010 inset;color:#d01919}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #d41515 inset;box-shadow:0 0 0 1px #d41515 inset;color:#b21e1e}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset;box-shadow:0 0 0 1px #b21e1e inset;color:#b21e1e}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff695e inset;box-shadow:0 0 0 2px #ff695e inset;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff392b}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff392b inset;box-shadow:0 0 0 2px #ff392b inset;color:#ff695e}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff4335 inset;box-shadow:0 0 0 2px #ff4335 inset;color:#ff695e}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff5144 inset;box-shadow:0 0 0 2px #ff5144 inset;color:#ff695e}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff392b inset;box-shadow:0 0 0 2px #ff392b inset;color:#ff695e}.ui.tertiary.red.button,.ui.tertiary.red.buttons .button,.ui.tertiary.red.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#db2828}.ui.tertiary.red.button:hover,.ui.tertiary.red.buttons .button:hover,.ui.tertiary.red.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #b93131;box-shadow:inset 0 -.2em 0 #b93131;color:#b93131}.ui.tertiary.red.button:focus,.ui.tertiary.red.buttons .button:focus,.ui.tertiary.red.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #b52626;box-shadow:inset 0 -.2em 0 #b52626;color:#b52626}.ui.tertiary.red.active.button,.ui.tertiary.red.button:active,.ui.tertiary.red.buttons .active.button,.ui.tertiary.red.buttons .button:active,.ui.tertiary.red.buttons .tertiary.active.button,.ui.tertiary.red.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #ea0000;box-shadow:inset 0 -.2em 0 #ea0000;color:#d41515}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #f2711c inset;box-shadow:0 0 0 1px #f2711c inset;color:#f2711c}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #f26202 inset;box-shadow:0 0 0 1px #f26202 inset;color:#f26202}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #e55b00 inset;box-shadow:0 0 0 1px #e55b00 inset;color:#f26202}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #f56100 inset;box-shadow:0 0 0 1px #f56100 inset;color:#cf590c}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cf590c inset;box-shadow:0 0 0 1px #cf590c inset;color:#cf590c}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff851b inset;box-shadow:0 0 0 2px #ff851b inset;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#e76b00}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #e76b00 inset;box-shadow:0 0 0 2px #e76b00 inset;color:#ff851b}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f17000 inset;box-shadow:0 0 0 2px #f17000 inset;color:#ff851b}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff7701 inset;box-shadow:0 0 0 2px #ff7701 inset;color:#ff851b}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #e76b00 inset;box-shadow:0 0 0 2px #e76b00 inset;color:#ff851b}.ui.tertiary.orange.button,.ui.tertiary.orange.buttons .button,.ui.tertiary.orange.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#f2711c}.ui.tertiary.orange.button:hover,.ui.tertiary.orange.buttons .button:hover,.ui.tertiary.orange.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #da671b;box-shadow:inset 0 -.2em 0 #da671b;color:#da671b}.ui.tertiary.orange.button:focus,.ui.tertiary.orange.buttons .button:focus,.ui.tertiary.orange.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #ce6017;box-shadow:inset 0 -.2em 0 #ce6017;color:#ce6017}.ui.tertiary.orange.active.button,.ui.tertiary.orange.button:active,.ui.tertiary.orange.buttons .active.button,.ui.tertiary.orange.buttons .button:active,.ui.tertiary.orange.buttons .tertiary.active.button,.ui.tertiary.orange.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #f56100;box-shadow:inset 0 -.2em 0 #f56100;color:#f56100}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #fbbd08 inset;box-shadow:0 0 0 1px #fbbd08 inset;color:#fbbd08}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #eaae00 inset;box-shadow:0 0 0 1px #eaae00 inset;color:#eaae00}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #daa300 inset;box-shadow:0 0 0 1px #daa300 inset;color:#eaae00}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #eaae00 inset;box-shadow:0 0 0 1px #eaae00 inset;color:#cd9903}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cd9903 inset;box-shadow:0 0 0 1px #cd9903 inset;color:#cd9903}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ffe21f inset;box-shadow:0 0 0 2px #ffe21f inset;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ebcd00}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ebcd00 inset;box-shadow:0 0 0 2px #ebcd00 inset;color:#ffe21f}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f5d500 inset;box-shadow:0 0 0 2px #f5d500 inset;color:#ffe21f}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ffdf05 inset;box-shadow:0 0 0 2px #ffdf05 inset;color:#ffe21f}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ebcd00 inset;box-shadow:0 0 0 2px #ebcd00 inset;color:#ffe21f}.ui.tertiary.yellow.button,.ui.tertiary.yellow.buttons .button,.ui.tertiary.yellow.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#fbbd08}.ui.tertiary.yellow.button:hover,.ui.tertiary.yellow.buttons .button:hover,.ui.tertiary.yellow.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #d2a217;box-shadow:inset 0 -.2em 0 #d2a217;color:#d2a217}.ui.tertiary.yellow.button:focus,.ui.tertiary.yellow.buttons .button:focus,.ui.tertiary.yellow.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #c49816;box-shadow:inset 0 -.2em 0 #c49816;color:#c49816}.ui.tertiary.yellow.active.button,.ui.tertiary.yellow.button:active,.ui.tertiary.yellow.buttons .active.button,.ui.tertiary.yellow.buttons .button:active,.ui.tertiary.yellow.buttons .tertiary.active.button,.ui.tertiary.yellow.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #eaae00;box-shadow:inset 0 -.2em 0 #eaae00;color:#eaae00}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #b5cc18 inset;box-shadow:0 0 0 1px #b5cc18 inset;color:#b5cc18}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #a7bd0d inset;box-shadow:0 0 0 1px #a7bd0d inset;color:#a7bd0d}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #a0b605 inset;box-shadow:0 0 0 1px #a0b605 inset;color:#a7bd0d}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #aac109 inset;box-shadow:0 0 0 1px #aac109 inset;color:#8d9e13}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #8d9e13 inset;box-shadow:0 0 0 1px #8d9e13 inset;color:#8d9e13}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d9e778 inset;box-shadow:0 0 0 2px #d9e778 inset;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d2e745}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #d2e745 inset;box-shadow:0 0 0 2px #d2e745 inset;color:#d9e778}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #daef47 inset;box-shadow:0 0 0 2px #daef47 inset;color:#d9e778}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #daed59 inset;box-shadow:0 0 0 2px #daed59 inset;color:#d9e778}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cddf4d inset;box-shadow:0 0 0 2px #cddf4d inset;color:#d9e778}.ui.tertiary.olive.button,.ui.tertiary.olive.buttons .button,.ui.tertiary.olive.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#b5cc18}.ui.tertiary.olive.button:hover,.ui.tertiary.olive.buttons .button:hover,.ui.tertiary.olive.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #98a922;box-shadow:inset 0 -.2em 0 #98a922;color:#98a922}.ui.tertiary.olive.button:focus,.ui.tertiary.olive.buttons .button:focus,.ui.tertiary.olive.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #92a418;box-shadow:inset 0 -.2em 0 #92a418;color:#92a418}.ui.tertiary.olive.active.button,.ui.tertiary.olive.button:active,.ui.tertiary.olive.buttons .active.button,.ui.tertiary.olive.buttons .button:active,.ui.tertiary.olive.buttons .tertiary.active.button,.ui.tertiary.olive.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #b1cb00;box-shadow:inset 0 -.2em 0 #b1cb00;color:#aac109}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #21ba45 inset;box-shadow:0 0 0 1px #21ba45 inset;color:#21ba45}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #16ab39 inset;box-shadow:0 0 0 1px #16ab39 inset;color:#16ab39}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #0ea432 inset;box-shadow:0 0 0 1px #0ea432 inset;color:#16ab39}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #13ae38 inset;box-shadow:0 0 0 1px #13ae38 inset;color:#198f35}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset;box-shadow:0 0 0 1px #198f35 inset;color:#198f35}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #2ecc40 inset;box-shadow:0 0 0 2px #2ecc40 inset;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#1ea92e}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #1ea92e inset;box-shadow:0 0 0 2px #1ea92e inset;color:#2ecc40}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #19b82b inset;box-shadow:0 0 0 2px #19b82b inset;color:#2ecc40}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #1fc231 inset;box-shadow:0 0 0 2px #1fc231 inset;color:#2ecc40}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #25a233 inset;box-shadow:0 0 0 2px #25a233 inset;color:#2ecc40}.ui.tertiary.green.button,.ui.tertiary.green.buttons .button,.ui.tertiary.green.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#21ba45}.ui.tertiary.green.button:hover,.ui.tertiary.green.buttons .button:hover,.ui.tertiary.green.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #2a9844;box-shadow:inset 0 -.2em 0 #2a9844;color:#2a9844}.ui.tertiary.green.button:focus,.ui.tertiary.green.buttons .button:focus,.ui.tertiary.green.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #20923b;box-shadow:inset 0 -.2em 0 #20923b;color:#20923b}.ui.tertiary.green.active.button,.ui.tertiary.green.button:active,.ui.tertiary.green.buttons .active.button,.ui.tertiary.green.buttons .button:active,.ui.tertiary.green.buttons .tertiary.active.button,.ui.tertiary.green.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #00c22e;box-shadow:inset 0 -.2em 0 #00c22e;color:#13ae38}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #00b5ad inset;box-shadow:0 0 0 1px #00b5ad inset;color:#00b5ad}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #009c95 inset;box-shadow:0 0 0 1px #009c95 inset;color:#009c95}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #008c86 inset;box-shadow:0 0 0 1px #008c86 inset;color:#009c95}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #009c95 inset;box-shadow:0 0 0 1px #009c95 inset;color:#00827c}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{-webkit-box-shadow:0 0 0 1px #00827c inset;box-shadow:0 0 0 1px #00827c inset;color:#00827c}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #6dffff inset;box-shadow:0 0 0 2px #6dffff inset;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#3affff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #3affff inset;box-shadow:0 0 0 2px #3affff inset;color:#6dffff}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #4ff inset;box-shadow:0 0 0 2px #4ff inset;color:#6dffff}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #54ffff inset;box-shadow:0 0 0 2px #54ffff inset;color:#6dffff}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #3affff inset;box-shadow:0 0 0 2px #3affff inset;color:#6dffff}.ui.tertiary.teal.button,.ui.tertiary.teal.buttons .button,.ui.tertiary.teal.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#00b5ad}.ui.tertiary.teal.button:hover,.ui.tertiary.teal.buttons .button:hover,.ui.tertiary.teal.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #108c86;box-shadow:inset 0 -.2em 0 #108c86;color:#108c86}.ui.tertiary.teal.button:focus,.ui.tertiary.teal.buttons .button:focus,.ui.tertiary.teal.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #0e7e79;box-shadow:inset 0 -.2em 0 #0e7e79;color:#0e7e79}.ui.tertiary.teal.active.button,.ui.tertiary.teal.button:active,.ui.tertiary.teal.buttons .active.button,.ui.tertiary.teal.buttons .button:active,.ui.tertiary.teal.buttons .tertiary.active.button,.ui.tertiary.teal.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #009c95;box-shadow:inset 0 -.2em 0 #009c95;color:#009c95}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #2185d0 inset;box-shadow:0 0 0 1px #2185d0 inset;color:#2185d0}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #1678c2 inset;box-shadow:0 0 0 1px #1678c2 inset;color:#1678c2}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #0d71bb inset;box-shadow:0 0 0 1px #0d71bb inset;color:#1678c2}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #1279c6 inset;box-shadow:0 0 0 1px #1279c6 inset;color:#1a69a4}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset;box-shadow:0 0 0 1px #1a69a4 inset;color:#1a69a4}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #54c8ff inset;box-shadow:0 0 0 2px #54c8ff inset;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#21b8ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #21b8ff inset;box-shadow:0 0 0 2px #21b8ff inset;color:#54c8ff}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #2bbbff inset;box-shadow:0 0 0 2px #2bbbff inset;color:#54c8ff}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #3ac0ff inset;box-shadow:0 0 0 2px #3ac0ff inset;color:#54c8ff}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #21b8ff inset;box-shadow:0 0 0 2px #21b8ff inset;color:#54c8ff}.ui.tertiary.blue.button,.ui.tertiary.blue.buttons .button,.ui.tertiary.blue.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#2185d0}.ui.tertiary.blue.button:hover,.ui.tertiary.blue.buttons .button:hover,.ui.tertiary.blue.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #2b75ac;box-shadow:inset 0 -.2em 0 #2b75ac;color:#2b75ac}.ui.tertiary.blue.button:focus,.ui.tertiary.blue.buttons .button:focus,.ui.tertiary.blue.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #216ea7;box-shadow:inset 0 -.2em 0 #216ea7;color:#216ea7}.ui.tertiary.blue.active.button,.ui.tertiary.blue.button:active,.ui.tertiary.blue.buttons .active.button,.ui.tertiary.blue.buttons .button:active,.ui.tertiary.blue.buttons .tertiary.active.button,.ui.tertiary.blue.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #007bd8;box-shadow:inset 0 -.2em 0 #007bd8;color:#1279c6}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #6435c9 inset;box-shadow:0 0 0 1px #6435c9 inset;color:#6435c9}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #5829bb inset;box-shadow:0 0 0 1px #5829bb inset;color:#5829bb}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #4f20b5 inset;box-shadow:0 0 0 1px #4f20b5 inset;color:#5829bb}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #5626bf inset;box-shadow:0 0 0 1px #5626bf inset;color:#502aa1}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{-webkit-box-shadow:0 0 0 1px #502aa1 inset;box-shadow:0 0 0 1px #502aa1 inset;color:#502aa1}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #a291fb inset;box-shadow:0 0 0 2px #a291fb inset;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#745aff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #745aff inset;box-shadow:0 0 0 2px #745aff inset;color:#a291fb}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #7d64ff inset;box-shadow:0 0 0 2px #7d64ff inset;color:#a291fb}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #8a73ff inset;box-shadow:0 0 0 2px #8a73ff inset;color:#a291fb}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #7860f9 inset;box-shadow:0 0 0 2px #7860f9 inset;color:#a291fb}.ui.tertiary.violet.button,.ui.tertiary.violet.buttons .button,.ui.tertiary.violet.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#6435c9}.ui.tertiary.violet.button:hover,.ui.tertiary.violet.buttons .button:hover,.ui.tertiary.violet.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #6040a5;box-shadow:inset 0 -.2em 0 #6040a5;color:#6040a5}.ui.tertiary.violet.button:focus,.ui.tertiary.violet.buttons .button:focus,.ui.tertiary.violet.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #5735a0;box-shadow:inset 0 -.2em 0 #5735a0;color:#5735a0}.ui.tertiary.violet.active.button,.ui.tertiary.violet.button:active,.ui.tertiary.violet.buttons .active.button,.ui.tertiary.violet.buttons .button:active,.ui.tertiary.violet.buttons .tertiary.active.button,.ui.tertiary.violet.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #4e0fd6;box-shadow:inset 0 -.2em 0 #4e0fd6;color:#5626bf}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #a333c8 inset;box-shadow:0 0 0 1px #a333c8 inset;color:#a333c8}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #9627ba inset;box-shadow:0 0 0 1px #9627ba inset;color:#9627ba}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #8f1eb4 inset;box-shadow:0 0 0 1px #8f1eb4 inset;color:#9627ba}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #9724be inset;box-shadow:0 0 0 1px #9724be inset;color:#82299f}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{-webkit-box-shadow:0 0 0 1px #82299f inset;box-shadow:0 0 0 1px #82299f inset;color:#82299f}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #dc73ff inset;box-shadow:0 0 0 2px #dc73ff inset;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#cf40ff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #cf40ff inset;box-shadow:0 0 0 2px #cf40ff inset;color:#dc73ff}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #d24aff inset;box-shadow:0 0 0 2px #d24aff inset;color:#dc73ff}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #d65aff inset;box-shadow:0 0 0 2px #d65aff inset;color:#dc73ff}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cf40ff inset;box-shadow:0 0 0 2px #cf40ff inset;color:#dc73ff}.ui.tertiary.purple.button,.ui.tertiary.purple.buttons .button,.ui.tertiary.purple.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#a333c8}.ui.tertiary.purple.button:hover,.ui.tertiary.purple.buttons .button:hover,.ui.tertiary.purple.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #8a3ea4;box-shadow:inset 0 -.2em 0 #8a3ea4;color:#8a3ea4}.ui.tertiary.purple.button:focus,.ui.tertiary.purple.buttons .button:focus,.ui.tertiary.purple.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #84339f;box-shadow:inset 0 -.2em 0 #84339f;color:#84339f}.ui.tertiary.purple.active.button,.ui.tertiary.purple.button:active,.ui.tertiary.purple.buttons .active.button,.ui.tertiary.purple.buttons .button:active,.ui.tertiary.purple.buttons .tertiary.active.button,.ui.tertiary.purple.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #a30dd4;box-shadow:inset 0 -.2em 0 #a30dd4;color:#9724be}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #e03997 inset;box-shadow:0 0 0 1px #e03997 inset;color:#e03997}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #e61a8d inset;box-shadow:0 0 0 1px #e61a8d inset;color:#e61a8d}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #e10f85 inset;box-shadow:0 0 0 1px #e10f85 inset;color:#e61a8d}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #ea158d inset;box-shadow:0 0 0 1px #ea158d inset;color:#c71f7e}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{-webkit-box-shadow:0 0 0 1px #c71f7e inset;box-shadow:0 0 0 1px #c71f7e inset;color:#c71f7e}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff8edf inset;box-shadow:0 0 0 2px #ff8edf inset;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff5bd1}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff5bd1 inset;box-shadow:0 0 0 2px #ff5bd1 inset;color:#ff8edf}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff65d3 inset;box-shadow:0 0 0 2px #ff65d3 inset;color:#ff8edf}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff74d8 inset;box-shadow:0 0 0 2px #ff74d8 inset;color:#ff8edf}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff5bd1 inset;box-shadow:0 0 0 2px #ff5bd1 inset;color:#ff8edf}.ui.tertiary.pink.button,.ui.tertiary.pink.buttons .button,.ui.tertiary.pink.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#e03997}.ui.tertiary.pink.button:hover,.ui.tertiary.pink.buttons .button:hover,.ui.tertiary.pink.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #cc3389;box-shadow:inset 0 -.2em 0 #cc3389;color:#cc3389}.ui.tertiary.pink.button:focus,.ui.tertiary.pink.buttons .button:focus,.ui.tertiary.pink.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #c92782;box-shadow:inset 0 -.2em 0 #c92782;color:#c92782}.ui.tertiary.pink.active.button,.ui.tertiary.pink.button:active,.ui.tertiary.pink.buttons .active.button,.ui.tertiary.pink.buttons .button:active,.ui.tertiary.pink.buttons .tertiary.active.button,.ui.tertiary.pink.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #ff0090;box-shadow:inset 0 -.2em 0 #ff0090;color:#ea158d}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #a5673f inset;box-shadow:0 0 0 1px #a5673f inset;color:#a5673f}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #975b33 inset;box-shadow:0 0 0 1px #975b33 inset;color:#975b33}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #90532b inset;box-shadow:0 0 0 1px #90532b inset;color:#975b33}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #995a31 inset;box-shadow:0 0 0 1px #995a31 inset;color:#805031}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{-webkit-box-shadow:0 0 0 1px #805031 inset;box-shadow:0 0 0 1px #805031 inset;color:#805031}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d67c1c inset;box-shadow:0 0 0 2px #d67c1c inset;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#b0620f}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #b0620f inset;box-shadow:0 0 0 2px #b0620f inset;color:#d67c1c}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c16808 inset;box-shadow:0 0 0 2px #c16808 inset;color:#d67c1c}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cc6f0d inset;box-shadow:0 0 0 2px #cc6f0d inset;color:#d67c1c}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #a96216 inset;box-shadow:0 0 0 2px #a96216 inset;color:#d67c1c}.ui.tertiary.brown.button,.ui.tertiary.brown.buttons .button,.ui.tertiary.brown.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#a5673f}.ui.tertiary.brown.button:hover,.ui.tertiary.brown.buttons .button:hover,.ui.tertiary.brown.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #835f48;box-shadow:inset 0 -.2em 0 #835f48;color:#835f48}.ui.tertiary.brown.button:focus,.ui.tertiary.brown.buttons .button:focus,.ui.tertiary.brown.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #7d573e;box-shadow:inset 0 -.2em 0 #7d573e;color:#7d573e}.ui.tertiary.brown.active.button,.ui.tertiary.brown.button:active,.ui.tertiary.brown.buttons .active.button,.ui.tertiary.brown.buttons .button:active,.ui.tertiary.brown.buttons .tertiary.active.button,.ui.tertiary.brown.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #ae561d;box-shadow:inset 0 -.2em 0 #ae561d;color:#995a31}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #767676 inset;box-shadow:0 0 0 1px #767676 inset;color:#767676}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #838383 inset;box-shadow:0 0 0 1px #838383 inset;color:#838383}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #8a8a8a inset;box-shadow:0 0 0 1px #8a8a8a inset;color:#838383}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #696969 inset;box-shadow:0 0 0 1px #696969 inset;color:#909090}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{-webkit-box-shadow:0 0 0 1px #909090 inset;box-shadow:0 0 0 1px #909090 inset;color:#909090}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset;box-shadow:0 0 0 2px #d4d4d5 inset;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#c2c4c5}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #c2c4c5 inset;box-shadow:0 0 0 2px #c2c4c5 inset;color:#fff}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c7c9cb inset;box-shadow:0 0 0 2px #c7c9cb inset;color:#dcddde}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cfd0d2 inset;box-shadow:0 0 0 2px #cfd0d2 inset;color:#fff}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #c2c4c5 inset;box-shadow:0 0 0 2px #c2c4c5 inset;color:#fff}.ui.tertiary.grey.button,.ui.tertiary.grey.buttons .button,.ui.tertiary.grey.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#767676}.ui.tertiary.grey.button:hover,.ui.tertiary.grey.buttons .button:hover,.ui.tertiary.grey.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #838383;box-shadow:inset 0 -.2em 0 #838383;color:#838383}.ui.tertiary.grey.button:focus,.ui.tertiary.grey.buttons .button:focus,.ui.tertiary.grey.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #8a8a8a;box-shadow:inset 0 -.2em 0 #8a8a8a;color:#8a8a8a}.ui.tertiary.grey.active.button,.ui.tertiary.grey.button:active,.ui.tertiary.grey.buttons .active.button,.ui.tertiary.grey.buttons .button:active,.ui.tertiary.grey.buttons .tertiary.active.button,.ui.tertiary.grey.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #7e5454;box-shadow:inset 0 -.2em 0 #7e5454;color:#696969}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #1b1c1d inset;box-shadow:0 0 0 1px #1b1c1d inset;color:#1b1c1d}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #27292a inset;box-shadow:0 0 0 1px #27292a inset;color:#27292a}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #2f3032 inset;box-shadow:0 0 0 1px #2f3032 inset;color:#27292a}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #0f0f10 inset;box-shadow:0 0 0 1px #0f0f10 inset;color:#343637}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset;box-shadow:0 0 0 1px #343637 inset;color:#343637}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset;box-shadow:0 0 0 2px #d4d4d5 inset;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff}.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.button:focus,.ui.inverted.black.buttons .button:focus{background-color:#000}.ui.inverted.black.active.button,.ui.inverted.black.buttons .active.button{background-color:#000}.ui.inverted.black.button:active,.ui.inverted.black.buttons .button:active{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;color:#fff}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #000 inset;box-shadow:0 0 0 2px #000 inset;color:#fff}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #000 inset;box-shadow:0 0 0 2px #000 inset;color:#545454}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #000 inset;box-shadow:0 0 0 2px #000 inset;color:#fff}.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #000 inset;box-shadow:0 0 0 2px #000 inset;color:#fff}.ui.tertiary.black.button,.ui.tertiary.black.buttons .button,.ui.tertiary.black.buttons .tertiary.button{background:0 0;-webkit-box-shadow:none;box-shadow:none;color:#1b1c1d}.ui.tertiary.black.button:hover,.ui.tertiary.black.buttons .button:hover,.ui.tertiary.black.buttons button:hover{-webkit-box-shadow:inset 0 -.2em 0 #8b8f93;box-shadow:inset 0 -.2em 0 #8b8f93;color:#8b8f93}.ui.tertiary.black.button:focus,.ui.tertiary.black.buttons .button:focus,.ui.tertiary.black.buttons .tertiary.button:focus{-webkit-box-shadow:inset 0 -.2em 0 #93969a;box-shadow:inset 0 -.2em 0 #93969a;color:#93969a}.ui.tertiary.black.active.button,.ui.tertiary.black.button:active,.ui.tertiary.black.buttons .active.button,.ui.tertiary.black.buttons .button:active,.ui.tertiary.black.buttons .tertiary.active.button,.ui.tertiary.black.buttons .tertiary.button:active{-webkit-box-shadow:inset 0 -.2em 0 #404245;box-shadow:inset 0 -.2em 0 #404245;color:#0f0f10}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #21ba45 inset;box-shadow:0 0 0 1px #21ba45 inset;color:#21ba45}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #16ab39 inset;box-shadow:0 0 0 1px #16ab39 inset;color:#16ab39}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #0ea432 inset;box-shadow:0 0 0 1px #0ea432 inset;color:#16ab39}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #13ae38 inset;box-shadow:0 0 0 1px #13ae38 inset;color:#198f35}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset;box-shadow:0 0 0 1px #198f35 inset;color:#198f35}.ui.buttons:not(.vertical)>.basic.positive.button:not(:first-child){margin-left:-1px}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{background:0 0;-webkit-box-shadow:0 0 0 1px #db2828 inset;box-shadow:0 0 0 1px #db2828 inset;color:#db2828}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:0 0;-webkit-box-shadow:0 0 0 1px #d01919 inset;box-shadow:0 0 0 1px #d01919 inset;color:#d01919}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:0 0;-webkit-box-shadow:0 0 0 1px #ca1010 inset;box-shadow:0 0 0 1px #ca1010 inset;color:#d01919}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:0 0;-webkit-box-shadow:0 0 0 1px #d41515 inset;box-shadow:0 0 0 1px #d41515 inset;color:#b21e1e}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset;box-shadow:0 0 0 1px #b21e1e inset;color:#b21e1e}.ui.buttons:not(.vertical)>.basic.negative.button:not(:first-child){margin-left:-1px}.ui.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){-webkit-box-shadow:none;box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button:not(.basic):not(.inverted){-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.ui.vertical.buttons .button:first-child{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.vertical.buttons .button:last-child{margin-bottom:0;border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons .button:only-child{border-radius:.28571429rem}/*! + * # Fomantic-UI - Container + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.container{display:block;max-width:100%}@media only screen and (max-width:767.98px){.ui.ui.ui.container:not(.fluid){width:auto;margin-left:1em;margin-right:1em}.ui.ui.ui.grid.container{width:auto}.ui.ui.ui.relaxed.grid.container{width:auto}.ui.ui.ui.very.relaxed.grid.container{width:auto}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.ui.ui.container:not(.fluid){width:723px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(723px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(723px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(723px + 5rem)}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.ui.ui.container:not(.fluid){width:933px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(933px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(933px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(933px + 5rem)}}@media only screen and (min-width:1200px){.ui.ui.ui.container:not(.fluid){width:1127px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(1127px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(1127px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}/*! + * # Fomantic-UI - Divider + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767.98px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.horizontal.divider[class*="left aligned"]:before{display:none}.ui.horizontal.divider[class*="left aligned"]:after{width:100%}.ui.horizontal.divider[class*="right aligned"]:before{width:100%}.ui.horizontal.divider[class*="right aligned"]:after{display:none}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.mini.divider{font-size:.78571429rem}.ui.tiny.divider{font-size:.85714286rem}.ui.small.divider{font-size:.92857143rem}.ui.large.divider{font-size:1.14285714rem}.ui.big.divider{font-size:1.28571429rem}.ui.huge.divider{font-size:1.42857143rem}.ui.massive.divider{font-size:1.71428571rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}/*! + * # Fomantic UI - Emoji + * https://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md + * + */em[data-emoji]{opacity:1;speak:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}em[data-emoji]:before{content:'\00A0\00A0\00A0\00A0\00A0\00A0\00A0';display:inline-block;line-height:1.28571429em;background-repeat:no-repeat;background-position:center center}em[data-emoji].disabled{opacity:.45}em[data-emoji].loading:before{-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite}em[data-emoji].link{cursor:pointer}em[data-emoji].small{font-size:1.5em;vertical-align:middle}em[data-emoji].medium{font-size:3em;vertical-align:middle}em[data-emoji].large{font-size:6em;vertical-align:middle}em[data-emoji].big{font-size:7.5em;vertical-align:middle}em[data-emoji=":interrobang:"]:before,em[data-emoji=interrobang]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2049.svg)}em[data-emoji=":tm:"]:before,em[data-emoji=tm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2122.svg)}em[data-emoji=":information_source:"]:before,em[data-emoji=information_source]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2139.svg)}em[data-emoji=":left_right_arrow:"]:before,em[data-emoji=left_right_arrow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2194.svg)}em[data-emoji=":arrow_up_down:"]:before,em[data-emoji=arrow_up_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2195.svg)}em[data-emoji=":arrow_upper_left:"]:before,em[data-emoji=arrow_upper_left]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2196.svg)}em[data-emoji=":arrow_upper_right:"]:before,em[data-emoji=arrow_upper_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2197.svg)}em[data-emoji=":arrow_lower_right:"]:before,em[data-emoji=arrow_lower_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2198.svg)}em[data-emoji=":arrow_lower_left:"]:before,em[data-emoji=arrow_lower_left]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2199.svg)}em[data-emoji=":keyboard:"]:before,em[data-emoji=keyboard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2328.svg)}em[data-emoji=":sunny:"]:before,em[data-emoji=sunny]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2600.svg)}em[data-emoji=":cloud:"]:before,em[data-emoji=cloud]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2601.svg)}em[data-emoji=":umbrella2:"]:before,em[data-emoji=umbrella2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2602.svg)}em[data-emoji=":snowman2:"]:before,em[data-emoji=snowman2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2603.svg)}em[data-emoji=":comet:"]:before,em[data-emoji=comet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2604.svg)}em[data-emoji=":ballot_box_with_check:"]:before,em[data-emoji=ballot_box_with_check]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2611.svg)}em[data-emoji=":umbrella:"]:before,em[data-emoji=umbrella]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2614.svg)}em[data-emoji=":coffee:"]:before,em[data-emoji=coffee]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2615.svg)}em[data-emoji=":shamrock:"]:before,em[data-emoji=shamrock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2618.svg)}em[data-emoji=":skull_crossbones:"]:before,em[data-emoji=skull_crossbones]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2620.svg)}em[data-emoji=":radioactive:"]:before,em[data-emoji=radioactive]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2622.svg)}em[data-emoji=":biohazard:"]:before,em[data-emoji=biohazard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2623.svg)}em[data-emoji=":orthodox_cross:"]:before,em[data-emoji=orthodox_cross]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2626.svg)}em[data-emoji=":wheel_of_dharma:"]:before,em[data-emoji=wheel_of_dharma]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2638.svg)}em[data-emoji=":frowning2:"]:before,em[data-emoji=frowning2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2639.svg)}em[data-emoji=":female_sign:"]:before,em[data-emoji=female_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2640.svg)}em[data-emoji=":male_sign:"]:before,em[data-emoji=male_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2642.svg)}em[data-emoji=":aries:"]:before,em[data-emoji=aries]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2648.svg)}em[data-emoji=":taurus:"]:before,em[data-emoji=taurus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2649.svg)}em[data-emoji=":sagittarius:"]:before,em[data-emoji=sagittarius]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2650.svg)}em[data-emoji=":capricorn:"]:before,em[data-emoji=capricorn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2651.svg)}em[data-emoji=":aquarius:"]:before,em[data-emoji=aquarius]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2652.svg)}em[data-emoji=":pisces:"]:before,em[data-emoji=pisces]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2653.svg)}em[data-emoji=":spades:"]:before,em[data-emoji=spades]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2660.svg)}em[data-emoji=":clubs:"]:before,em[data-emoji=clubs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2663.svg)}em[data-emoji=":hearts:"]:before,em[data-emoji=hearts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2665.svg)}em[data-emoji=":diamonds:"]:before,em[data-emoji=diamonds]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2666.svg)}em[data-emoji=":hotsprings:"]:before,em[data-emoji=hotsprings]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2668.svg)}em[data-emoji=":hammer_pick:"]:before,em[data-emoji=hammer_pick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2692.svg)}em[data-emoji=":anchor:"]:before,em[data-emoji=anchor]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2693.svg)}em[data-emoji=":crossed_swords:"]:before,em[data-emoji=crossed_swords]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2694.svg)}em[data-emoji=":medical_symbol:"]:before,em[data-emoji=medical_symbol]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2695.svg)}em[data-emoji=":scales:"]:before,em[data-emoji=scales]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2696.svg)}em[data-emoji=":alembic:"]:before,em[data-emoji=alembic]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2697.svg)}em[data-emoji=":gear:"]:before,em[data-emoji=gear]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2699.svg)}em[data-emoji=":scissors:"]:before,em[data-emoji=scissors]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2702.svg)}em[data-emoji=":white_check_mark:"]:before,em[data-emoji=white_check_mark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2705.svg)}em[data-emoji=":airplane:"]:before,em[data-emoji=airplane]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2708.svg)}em[data-emoji=":envelope:"]:before,em[data-emoji=envelope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2709.svg)}em[data-emoji=":black_nib:"]:before,em[data-emoji=black_nib]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2712.svg)}em[data-emoji=":heavy_check_mark:"]:before,em[data-emoji=heavy_check_mark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2714.svg)}em[data-emoji=":heavy_multiplication_x:"]:before,em[data-emoji=heavy_multiplication_x]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2716.svg)}em[data-emoji=":star_of_david:"]:before,em[data-emoji=star_of_david]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2721.svg)}em[data-emoji=":sparkles:"]:before,em[data-emoji=sparkles]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2728.svg)}em[data-emoji=":eight_spoked_asterisk:"]:before,em[data-emoji=eight_spoked_asterisk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2733.svg)}em[data-emoji=":eight_pointed_black_star:"]:before,em[data-emoji=eight_pointed_black_star]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2734.svg)}em[data-emoji=":snowflake:"]:before,em[data-emoji=snowflake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2744.svg)}em[data-emoji=":sparkle:"]:before,em[data-emoji=sparkle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2747.svg)}em[data-emoji=":question:"]:before,em[data-emoji=question]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2753.svg)}em[data-emoji=":grey_question:"]:before,em[data-emoji=grey_question]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2754.svg)}em[data-emoji=":grey_exclamation:"]:before,em[data-emoji=grey_exclamation]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2755.svg)}em[data-emoji=":exclamation:"]:before,em[data-emoji=exclamation]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2757.svg)}em[data-emoji=":heart_exclamation:"]:before,em[data-emoji=heart_exclamation]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2763.svg)}em[data-emoji=":heart:"]:before,em[data-emoji=heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2764.svg)}em[data-emoji=":heavy_plus_sign:"]:before,em[data-emoji=heavy_plus_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2795.svg)}em[data-emoji=":heavy_minus_sign:"]:before,em[data-emoji=heavy_minus_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2796.svg)}em[data-emoji=":heavy_division_sign:"]:before,em[data-emoji=heavy_division_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2797.svg)}em[data-emoji=":arrow_heading_up:"]:before,em[data-emoji=arrow_heading_up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2934.svg)}em[data-emoji=":arrow_heading_down:"]:before,em[data-emoji=arrow_heading_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2935.svg)}em[data-emoji=":wavy_dash:"]:before,em[data-emoji=wavy_dash]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/3030.svg)}em[data-emoji=":congratulations:"]:before,em[data-emoji=congratulations]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/3297.svg)}em[data-emoji=":secret:"]:before,em[data-emoji=secret]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/3299.svg)}em[data-emoji=":orange_heart:"]:before,em[data-emoji=orange_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e1.svg)}em[data-emoji=":yellow_heart:"]:before,em[data-emoji=yellow_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49b.svg)}em[data-emoji=":green_heart:"]:before,em[data-emoji=green_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49a.svg)}em[data-emoji=":blue_heart:"]:before,em[data-emoji=blue_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f499.svg)}em[data-emoji=":purple_heart:"]:before,em[data-emoji=purple_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49c.svg)}em[data-emoji=":black_heart:"]:before,em[data-emoji=black_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5a4.svg)}em[data-emoji=":brown_heart:"]:before,em[data-emoji=brown_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90e.svg)}em[data-emoji=":white_heart:"]:before,em[data-emoji=white_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90d.svg)}em[data-emoji=":broken_heart:"]:before,em[data-emoji=broken_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f494.svg)}em[data-emoji=":two_hearts:"]:before,em[data-emoji=two_hearts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f495.svg)}em[data-emoji=":revolving_hearts:"]:before,em[data-emoji=revolving_hearts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49e.svg)}em[data-emoji=":heartbeat:"]:before,em[data-emoji=heartbeat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f493.svg)}em[data-emoji=":heartpulse:"]:before,em[data-emoji=heartpulse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f497.svg)}em[data-emoji=":sparkling_heart:"]:before,em[data-emoji=sparkling_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f496.svg)}em[data-emoji=":cupid:"]:before,em[data-emoji=cupid]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f498.svg)}em[data-emoji=":gift_heart:"]:before,em[data-emoji=gift_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49d.svg)}em[data-emoji=":heart_decoration:"]:before,em[data-emoji=heart_decoration]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f49f.svg)}em[data-emoji=":peace:"]:before,em[data-emoji=peace]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/262e.svg)}em[data-emoji=":cross:"]:before,em[data-emoji=cross]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/271d.svg)}em[data-emoji=":star_and_crescent:"]:before,em[data-emoji=star_and_crescent]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/262a.svg)}em[data-emoji=":om_symbol:"]:before,em[data-emoji=om_symbol]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f549.svg)}em[data-emoji=":six_pointed_star:"]:before,em[data-emoji=six_pointed_star]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52f.svg)}em[data-emoji=":menorah:"]:before,em[data-emoji=menorah]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f54e.svg)}em[data-emoji=":yin_yang:"]:before,em[data-emoji=yin_yang]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/262f.svg)}em[data-emoji=":place_of_worship:"]:before,em[data-emoji=place_of_worship]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6d0.svg)}em[data-emoji=":ophiuchus:"]:before,em[data-emoji=ophiuchus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26ce.svg)}em[data-emoji=":gemini:"]:before,em[data-emoji=gemini]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264a.svg)}em[data-emoji=":cancer:"]:before,em[data-emoji=cancer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264b.svg)}em[data-emoji=":leo:"]:before,em[data-emoji=leo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264c.svg)}em[data-emoji=":virgo:"]:before,em[data-emoji=virgo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264d.svg)}em[data-emoji=":libra:"]:before,em[data-emoji=libra]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264e.svg)}em[data-emoji=":scorpius:"]:before,em[data-emoji=scorpius]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/264f.svg)}em[data-emoji=":id:"]:before,em[data-emoji=id]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f194.svg)}em[data-emoji=":atom:"]:before,em[data-emoji=atom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/269b.svg)}em[data-emoji=":accept:"]:before,em[data-emoji=accept]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f251.svg)}em[data-emoji=":mobile_phone_off:"]:before,em[data-emoji=mobile_phone_off]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f4.svg)}em[data-emoji=":vibration_mode:"]:before,em[data-emoji=vibration_mode]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f3.svg)}em[data-emoji=":u6709:"]:before,em[data-emoji=u6709]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f236.svg)}em[data-emoji=":u7121:"]:before,em[data-emoji=u7121]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f21a.svg)}em[data-emoji=":u7533:"]:before,em[data-emoji=u7533]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f238.svg)}em[data-emoji=":u55b6:"]:before,em[data-emoji=u55b6]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f23a.svg)}em[data-emoji=":u6708:"]:before,em[data-emoji=u6708]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f237.svg)}em[data-emoji=":vs:"]:before,em[data-emoji=vs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f19a.svg)}em[data-emoji=":white_flower:"]:before,em[data-emoji=white_flower]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ae.svg)}em[data-emoji=":ideograph_advantage:"]:before,em[data-emoji=ideograph_advantage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f250.svg)}em[data-emoji=":u5408:"]:before,em[data-emoji=u5408]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f234.svg)}em[data-emoji=":u6e80:"]:before,em[data-emoji=u6e80]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f235.svg)}em[data-emoji=":u5272:"]:before,em[data-emoji=u5272]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f239.svg)}em[data-emoji=":u7981:"]:before,em[data-emoji=u7981]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f232.svg)}em[data-emoji=":a:"]:before,em[data-emoji="a"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f170.svg)}em[data-emoji=":b:"]:before,em[data-emoji="b"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f171.svg)}em[data-emoji=":ab:"]:before,em[data-emoji=ab]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f18e.svg)}em[data-emoji=":cl:"]:before,em[data-emoji=cl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f191.svg)}em[data-emoji=":o2:"]:before,em[data-emoji=o2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f17e.svg)}em[data-emoji=":sos:"]:before,em[data-emoji=sos]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f198.svg)}em[data-emoji=":x:"]:before,em[data-emoji="x"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/274c.svg)}em[data-emoji=":o:"]:before,em[data-emoji="o"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b55.svg)}em[data-emoji=":octagonal_sign:"]:before,em[data-emoji=octagonal_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6d1.svg)}em[data-emoji=":no_entry:"]:before,em[data-emoji=no_entry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26d4.svg)}em[data-emoji=":name_badge:"]:before,em[data-emoji=name_badge]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4db.svg)}em[data-emoji=":no_entry_sign:"]:before,em[data-emoji=no_entry_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ab.svg)}em[data-emoji="100"]:before,em[data-emoji=":100:"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4af.svg)}em[data-emoji=":anger:"]:before,em[data-emoji=anger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a2.svg)}em[data-emoji=":no_pedestrians:"]:before,em[data-emoji=no_pedestrians]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b7.svg)}em[data-emoji=":do_not_litter:"]:before,em[data-emoji=do_not_litter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6af.svg)}em[data-emoji=":no_bicycles:"]:before,em[data-emoji=no_bicycles]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b3.svg)}em[data-emoji=":non-potable_water:"]:before,em[data-emoji=non-potable_water]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b1.svg)}em[data-emoji=":underage:"]:before,em[data-emoji=underage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51e.svg)}em[data-emoji=":no_mobile_phones:"]:before,em[data-emoji=no_mobile_phones]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f5.svg)}em[data-emoji=":no_smoking:"]:before,em[data-emoji=no_smoking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ad.svg)}em[data-emoji=":bangbang:"]:before,em[data-emoji=bangbang]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/203c.svg)}em[data-emoji=":low_brightness:"]:before,em[data-emoji=low_brightness]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f505.svg)}em[data-emoji=":high_brightness:"]:before,em[data-emoji=high_brightness]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f506.svg)}em[data-emoji=":part_alternation_mark:"]:before,em[data-emoji=part_alternation_mark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/303d.svg)}em[data-emoji=":warning:"]:before,em[data-emoji=warning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26a0.svg)}em[data-emoji=":children_crossing:"]:before,em[data-emoji=children_crossing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b8.svg)}em[data-emoji=":trident:"]:before,em[data-emoji=trident]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f531.svg)}em[data-emoji=":fleur-de-lis:"]:before,em[data-emoji=fleur-de-lis]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/269c.svg)}em[data-emoji=":beginner:"]:before,em[data-emoji=beginner]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f530.svg)}em[data-emoji=":recycle:"]:before,em[data-emoji=recycle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/267b.svg)}em[data-emoji=":u6307:"]:before,em[data-emoji=u6307]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f22f.svg)}em[data-emoji=":chart:"]:before,em[data-emoji=chart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b9.svg)}em[data-emoji=":negative_squared_cross_mark:"]:before,em[data-emoji=negative_squared_cross_mark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/274e.svg)}em[data-emoji=":globe_with_meridians:"]:before,em[data-emoji=globe_with_meridians]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f310.svg)}em[data-emoji=":diamond_shape_with_a_dot_inside:"]:before,em[data-emoji=diamond_shape_with_a_dot_inside]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a0.svg)}em[data-emoji=":m:"]:before,em[data-emoji="m"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/24c2.svg)}em[data-emoji=":cyclone:"]:before,em[data-emoji=cyclone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f300.svg)}em[data-emoji=":zzz:"]:before,em[data-emoji=zzz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a4.svg)}em[data-emoji=":atm:"]:before,em[data-emoji=atm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e7.svg)}em[data-emoji=":wc:"]:before,em[data-emoji=wc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6be.svg)}em[data-emoji=":wheelchair:"]:before,em[data-emoji=wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/267f.svg)}em[data-emoji=":parking:"]:before,em[data-emoji=parking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f17f.svg)}em[data-emoji=":u7a7a:"]:before,em[data-emoji=u7a7a]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f233.svg)}em[data-emoji=":sa:"]:before,em[data-emoji=sa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f202.svg)}em[data-emoji=":passport_control:"]:before,em[data-emoji=passport_control]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c2.svg)}em[data-emoji=":customs:"]:before,em[data-emoji=customs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c3.svg)}em[data-emoji=":baggage_claim:"]:before,em[data-emoji=baggage_claim]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c4.svg)}em[data-emoji=":left_luggage:"]:before,em[data-emoji=left_luggage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c5.svg)}em[data-emoji=":mens:"]:before,em[data-emoji=mens]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b9.svg)}em[data-emoji=":womens:"]:before,em[data-emoji=womens]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ba.svg)}em[data-emoji=":baby_symbol:"]:before,em[data-emoji=baby_symbol]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6bc.svg)}em[data-emoji=":restroom:"]:before,em[data-emoji=restroom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6bb.svg)}em[data-emoji=":put_litter_in_its_place:"]:before,em[data-emoji=put_litter_in_its_place]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ae.svg)}em[data-emoji=":cinema:"]:before,em[data-emoji=cinema]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a6.svg)}em[data-emoji=":signal_strength:"]:before,em[data-emoji=signal_strength]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f6.svg)}em[data-emoji=":koko:"]:before,em[data-emoji=koko]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f201.svg)}em[data-emoji=":symbols:"]:before,em[data-emoji=symbols]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f523.svg)}em[data-emoji=":abc:"]:before,em[data-emoji=abc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f524.svg)}em[data-emoji=":abcd:"]:before,em[data-emoji=abcd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f521.svg)}em[data-emoji=":capital_abcd:"]:before,em[data-emoji=capital_abcd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f520.svg)}em[data-emoji=":ng:"]:before,em[data-emoji=ng]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f196.svg)}em[data-emoji=":ok:"]:before,em[data-emoji=ok]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f197.svg)}em[data-emoji=":up:"]:before,em[data-emoji=up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f199.svg)}em[data-emoji=":cool:"]:before,em[data-emoji=cool]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f192.svg)}em[data-emoji=":new:"]:before,em[data-emoji=new]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f195.svg)}em[data-emoji=":free:"]:before,em[data-emoji=free]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f193.svg)}em[data-emoji=":zero:"]:before,em[data-emoji=zero]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg)}em[data-emoji=":one:"]:before,em[data-emoji=one]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg)}em[data-emoji=":two:"]:before,em[data-emoji=two]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg)}em[data-emoji=":three:"]:before,em[data-emoji=three]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg)}em[data-emoji=":four:"]:before,em[data-emoji=four]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg)}em[data-emoji=":five:"]:before,em[data-emoji=five]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg)}em[data-emoji=":six:"]:before,em[data-emoji=six]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg)}em[data-emoji=":seven:"]:before,em[data-emoji=seven]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg)}em[data-emoji=":eight:"]:before,em[data-emoji=eight]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg)}em[data-emoji=":nine:"]:before,em[data-emoji=nine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg)}em[data-emoji=":keycap_ten:"]:before,em[data-emoji=keycap_ten]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51f.svg)}em[data-emoji="1234"]:before,em[data-emoji=":1234:"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f522.svg)}em[data-emoji=":hash:"]:before,em[data-emoji=hash]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg)}em[data-emoji=":asterisk:"]:before,em[data-emoji=asterisk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg)}em[data-emoji=":eject:"]:before,em[data-emoji=eject]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23cf.svg)}em[data-emoji=":arrow_forward:"]:before,em[data-emoji=arrow_forward]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25b6.svg)}em[data-emoji=":pause_button:"]:before,em[data-emoji=pause_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f8.svg)}em[data-emoji=":play_pause:"]:before,em[data-emoji=play_pause]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23ef.svg)}em[data-emoji=":stop_button:"]:before,em[data-emoji=stop_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f9.svg)}em[data-emoji=":record_button:"]:before,em[data-emoji=record_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23fa.svg)}em[data-emoji=":track_next:"]:before,em[data-emoji=track_next]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23ed.svg)}em[data-emoji=":track_previous:"]:before,em[data-emoji=track_previous]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23ee.svg)}em[data-emoji=":fast_forward:"]:before,em[data-emoji=fast_forward]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23e9.svg)}em[data-emoji=":rewind:"]:before,em[data-emoji=rewind]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23ea.svg)}em[data-emoji=":arrow_double_up:"]:before,em[data-emoji=arrow_double_up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23eb.svg)}em[data-emoji=":arrow_double_down:"]:before,em[data-emoji=arrow_double_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23ec.svg)}em[data-emoji=":arrow_backward:"]:before,em[data-emoji=arrow_backward]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25c0.svg)}em[data-emoji=":arrow_up_small:"]:before,em[data-emoji=arrow_up_small]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f53c.svg)}em[data-emoji=":arrow_down_small:"]:before,em[data-emoji=arrow_down_small]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f53d.svg)}em[data-emoji=":arrow_right:"]:before,em[data-emoji=arrow_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/27a1.svg)}em[data-emoji=":arrow_left:"]:before,em[data-emoji=arrow_left]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b05.svg)}em[data-emoji=":arrow_up:"]:before,em[data-emoji=arrow_up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b06.svg)}em[data-emoji=":arrow_down:"]:before,em[data-emoji=arrow_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b07.svg)}em[data-emoji=":arrow_right_hook:"]:before,em[data-emoji=arrow_right_hook]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/21aa.svg)}em[data-emoji=":leftwards_arrow_with_hook:"]:before,em[data-emoji=leftwards_arrow_with_hook]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/21a9.svg)}em[data-emoji=":twisted_rightwards_arrows:"]:before,em[data-emoji=twisted_rightwards_arrows]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f500.svg)}em[data-emoji=":repeat:"]:before,em[data-emoji=repeat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f501.svg)}em[data-emoji=":repeat_one:"]:before,em[data-emoji=repeat_one]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f502.svg)}em[data-emoji=":arrows_counterclockwise:"]:before,em[data-emoji=arrows_counterclockwise]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f504.svg)}em[data-emoji=":arrows_clockwise:"]:before,em[data-emoji=arrows_clockwise]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f503.svg)}em[data-emoji=":musical_note:"]:before,em[data-emoji=musical_note]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b5.svg)}em[data-emoji=":notes:"]:before,em[data-emoji=notes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b6.svg)}em[data-emoji=":infinity:"]:before,em[data-emoji=infinity]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/267e.svg)}em[data-emoji=":heavy_dollar_sign:"]:before,em[data-emoji=heavy_dollar_sign]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b2.svg)}em[data-emoji=":currency_exchange:"]:before,em[data-emoji=currency_exchange]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b1.svg)}em[data-emoji=":copyright:"]:before,em[data-emoji=copyright]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/a9.svg)}em[data-emoji=":registered:"]:before,em[data-emoji=registered]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/ae.svg)}em[data-emoji=":curly_loop:"]:before,em[data-emoji=curly_loop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/27b0.svg)}em[data-emoji=":loop:"]:before,em[data-emoji=loop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/27bf.svg)}em[data-emoji=":end:"]:before,em[data-emoji=end]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51a.svg)}em[data-emoji=":back:"]:before,em[data-emoji=back]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f519.svg)}em[data-emoji=":on:"]:before,em[data-emoji=on]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51b.svg)}em[data-emoji=":top:"]:before,em[data-emoji=top]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51d.svg)}em[data-emoji=":soon:"]:before,em[data-emoji=soon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f51c.svg)}em[data-emoji=":radio_button:"]:before,em[data-emoji=radio_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f518.svg)}em[data-emoji=":white_circle:"]:before,em[data-emoji=white_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26aa.svg)}em[data-emoji=":black_circle:"]:before,em[data-emoji=black_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26ab.svg)}em[data-emoji=":red_circle:"]:before,em[data-emoji=red_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f534.svg)}em[data-emoji=":blue_circle:"]:before,em[data-emoji=blue_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f535.svg)}em[data-emoji=":brown_circle:"]:before,em[data-emoji=brown_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e4.svg)}em[data-emoji=":purple_circle:"]:before,em[data-emoji=purple_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e3.svg)}em[data-emoji=":green_circle:"]:before,em[data-emoji=green_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e2.svg)}em[data-emoji=":yellow_circle:"]:before,em[data-emoji=yellow_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e1.svg)}em[data-emoji=":orange_circle:"]:before,em[data-emoji=orange_circle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e0.svg)}em[data-emoji=":small_red_triangle:"]:before,em[data-emoji=small_red_triangle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f53a.svg)}em[data-emoji=":small_red_triangle_down:"]:before,em[data-emoji=small_red_triangle_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f53b.svg)}em[data-emoji=":small_orange_diamond:"]:before,em[data-emoji=small_orange_diamond]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f538.svg)}em[data-emoji=":small_blue_diamond:"]:before,em[data-emoji=small_blue_diamond]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f539.svg)}em[data-emoji=":large_orange_diamond:"]:before,em[data-emoji=large_orange_diamond]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f536.svg)}em[data-emoji=":large_blue_diamond:"]:before,em[data-emoji=large_blue_diamond]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f537.svg)}em[data-emoji=":white_square_button:"]:before,em[data-emoji=white_square_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f533.svg)}em[data-emoji=":black_square_button:"]:before,em[data-emoji=black_square_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f532.svg)}em[data-emoji=":black_small_square:"]:before,em[data-emoji=black_small_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25aa.svg)}em[data-emoji=":white_small_square:"]:before,em[data-emoji=white_small_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25ab.svg)}em[data-emoji=":black_medium_small_square:"]:before,em[data-emoji=black_medium_small_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25fe.svg)}em[data-emoji=":white_medium_small_square:"]:before,em[data-emoji=white_medium_small_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25fd.svg)}em[data-emoji=":black_medium_square:"]:before,em[data-emoji=black_medium_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25fc.svg)}em[data-emoji=":white_medium_square:"]:before,em[data-emoji=white_medium_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/25fb.svg)}em[data-emoji=":black_large_square:"]:before,em[data-emoji=black_large_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b1b.svg)}em[data-emoji=":white_large_square:"]:before,em[data-emoji=white_large_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b1c.svg)}em[data-emoji=":orange_square:"]:before,em[data-emoji=orange_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e7.svg)}em[data-emoji=":blue_square:"]:before,em[data-emoji=blue_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e6.svg)}em[data-emoji=":red_square:"]:before,em[data-emoji=red_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e5.svg)}em[data-emoji=":brown_square:"]:before,em[data-emoji=brown_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7eb.svg)}em[data-emoji=":purple_square:"]:before,em[data-emoji=purple_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7ea.svg)}em[data-emoji=":green_square:"]:before,em[data-emoji=green_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e9.svg)}em[data-emoji=":yellow_square:"]:before,em[data-emoji=yellow_square]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f7e8.svg)}em[data-emoji=":speaker:"]:before,em[data-emoji=speaker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f508.svg)}em[data-emoji=":mute:"]:before,em[data-emoji=mute]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f507.svg)}em[data-emoji=":sound:"]:before,em[data-emoji=sound]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f509.svg)}em[data-emoji=":loud_sound:"]:before,em[data-emoji=loud_sound]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50a.svg)}em[data-emoji=":bell:"]:before,em[data-emoji=bell]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f514.svg)}em[data-emoji=":no_bell:"]:before,em[data-emoji=no_bell]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f515.svg)}em[data-emoji=":mega:"]:before,em[data-emoji=mega]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e3.svg)}em[data-emoji=":loudspeaker:"]:before,em[data-emoji=loudspeaker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e2.svg)}em[data-emoji=":speech_left:"]:before,em[data-emoji=speech_left]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5e8.svg)}em[data-emoji=":eye_in_speech_bubble:"]:before,em[data-emoji=eye_in_speech_bubble]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f441-200d-1f5e8.svg)}em[data-emoji=":speech_balloon:"]:before,em[data-emoji=speech_balloon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ac.svg)}em[data-emoji=":thought_balloon:"]:before,em[data-emoji=thought_balloon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ad.svg)}em[data-emoji=":anger_right:"]:before,em[data-emoji=anger_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5ef.svg)}em[data-emoji=":black_joker:"]:before,em[data-emoji=black_joker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f0cf.svg)}em[data-emoji=":flower_playing_cards:"]:before,em[data-emoji=flower_playing_cards]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b4.svg)}em[data-emoji=":mahjong:"]:before,em[data-emoji=mahjong]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f004.svg)}em[data-emoji=":clock1:"]:before,em[data-emoji=clock1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f550.svg)}em[data-emoji=":clock2:"]:before,em[data-emoji=clock2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f551.svg)}em[data-emoji=":clock3:"]:before,em[data-emoji=clock3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f552.svg)}em[data-emoji=":clock4:"]:before,em[data-emoji=clock4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f553.svg)}em[data-emoji=":clock5:"]:before,em[data-emoji=clock5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f554.svg)}em[data-emoji=":clock6:"]:before,em[data-emoji=clock6]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f555.svg)}em[data-emoji=":clock7:"]:before,em[data-emoji=clock7]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f556.svg)}em[data-emoji=":clock8:"]:before,em[data-emoji=clock8]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f557.svg)}em[data-emoji=":clock9:"]:before,em[data-emoji=clock9]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f558.svg)}em[data-emoji=":clock10:"]:before,em[data-emoji=clock10]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f559.svg)}em[data-emoji=":clock11:"]:before,em[data-emoji=clock11]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55a.svg)}em[data-emoji=":clock12:"]:before,em[data-emoji=clock12]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55b.svg)}em[data-emoji=":clock130:"]:before,em[data-emoji=clock130]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55c.svg)}em[data-emoji=":clock230:"]:before,em[data-emoji=clock230]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55d.svg)}em[data-emoji=":clock330:"]:before,em[data-emoji=clock330]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55e.svg)}em[data-emoji=":clock430:"]:before,em[data-emoji=clock430]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f55f.svg)}em[data-emoji=":clock530:"]:before,em[data-emoji=clock530]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f560.svg)}em[data-emoji=":clock630:"]:before,em[data-emoji=clock630]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f561.svg)}em[data-emoji=":clock730:"]:before,em[data-emoji=clock730]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f562.svg)}em[data-emoji=":clock830:"]:before,em[data-emoji=clock830]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f563.svg)}em[data-emoji=":clock930:"]:before,em[data-emoji=clock930]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f564.svg)}em[data-emoji=":clock1030:"]:before,em[data-emoji=clock1030]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f565.svg)}em[data-emoji=":clock1130:"]:before,em[data-emoji=clock1130]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f566.svg)}em[data-emoji=":clock1230:"]:before,em[data-emoji=clock1230]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f567.svg)}em[data-emoji=":digit_zero:"]:before,em[data-emoji=digit_zero]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/30-20e3.svg)}em[data-emoji=":digit_one:"]:before,em[data-emoji=digit_one]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/31-20e3.svg)}em[data-emoji=":digit_two:"]:before,em[data-emoji=digit_two]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/32-20e3.svg)}em[data-emoji=":digit_three:"]:before,em[data-emoji=digit_three]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/33-20e3.svg)}em[data-emoji=":digit_four:"]:before,em[data-emoji=digit_four]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/34-20e3.svg)}em[data-emoji=":digit_five:"]:before,em[data-emoji=digit_five]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/35-20e3.svg)}em[data-emoji=":digit_six:"]:before,em[data-emoji=digit_six]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/36-20e3.svg)}em[data-emoji=":digit_seven:"]:before,em[data-emoji=digit_seven]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/37-20e3.svg)}em[data-emoji=":digit_eight:"]:before,em[data-emoji=digit_eight]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/38-20e3.svg)}em[data-emoji=":digit_nine:"]:before,em[data-emoji=digit_nine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/39-20e3.svg)}em[data-emoji=":pound_symbol:"]:before,em[data-emoji=pound_symbol]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23-20e3.svg)}em[data-emoji=":asterisk_symbol:"]:before,em[data-emoji=asterisk_symbol]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2a-20e3.svg)}em[data-emoji=":soccer:"]:before,em[data-emoji=soccer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26bd.svg)}em[data-emoji=":basketball:"]:before,em[data-emoji=basketball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c0.svg)}em[data-emoji=":football:"]:before,em[data-emoji=football]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c8.svg)}em[data-emoji=":baseball:"]:before,em[data-emoji=baseball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26be.svg)}em[data-emoji=":softball:"]:before,em[data-emoji=softball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94e.svg)}em[data-emoji=":tennis:"]:before,em[data-emoji=tennis]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3be.svg)}em[data-emoji=":volleyball:"]:before,em[data-emoji=volleyball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d0.svg)}em[data-emoji=":rugby_football:"]:before,em[data-emoji=rugby_football]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c9.svg)}em[data-emoji=":flying_disc:"]:before,em[data-emoji=flying_disc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94f.svg)}em[data-emoji="8ball"]:before,em[data-emoji=":8ball:"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b1.svg)}em[data-emoji=":ping_pong:"]:before,em[data-emoji=ping_pong]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d3.svg)}em[data-emoji=":badminton:"]:before,em[data-emoji=badminton]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f8.svg)}em[data-emoji=":hockey:"]:before,em[data-emoji=hockey]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d2.svg)}em[data-emoji=":field_hockey:"]:before,em[data-emoji=field_hockey]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d1.svg)}em[data-emoji=":lacrosse:"]:before,em[data-emoji=lacrosse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94d.svg)}em[data-emoji=":cricket_game:"]:before,em[data-emoji=cricket_game]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cf.svg)}em[data-emoji=":goal:"]:before,em[data-emoji=goal]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f945.svg)}em[data-emoji=":golf:"]:before,em[data-emoji=golf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f3.svg)}em[data-emoji=":bow_and_arrow:"]:before,em[data-emoji=bow_and_arrow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f9.svg)}em[data-emoji=":fishing_pole_and_fish:"]:before,em[data-emoji=fishing_pole_and_fish]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a3.svg)}em[data-emoji=":boxing_glove:"]:before,em[data-emoji=boxing_glove]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94a.svg)}em[data-emoji=":martial_arts_uniform:"]:before,em[data-emoji=martial_arts_uniform]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94b.svg)}em[data-emoji=":running_shirt_with_sash:"]:before,em[data-emoji=running_shirt_with_sash]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3bd.svg)}em[data-emoji=":skateboard:"]:before,em[data-emoji=skateboard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f9.svg)}em[data-emoji=":sled:"]:before,em[data-emoji=sled]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f7.svg)}em[data-emoji=":parachute:"]:before,em[data-emoji=parachute]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa82.svg)}em[data-emoji=":ice_skate:"]:before,em[data-emoji=ice_skate]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f8.svg)}em[data-emoji=":curling_stone:"]:before,em[data-emoji=curling_stone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f94c.svg)}em[data-emoji=":ski:"]:before,em[data-emoji=ski]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3bf.svg)}em[data-emoji=":skier:"]:before,em[data-emoji=skier]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f7.svg)}em[data-emoji=":snowboarder:"]:before,em[data-emoji=snowboarder]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2.svg)}em[data-emoji=":snowboarder_tone1:"]:before,em[data-emoji=snowboarder_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fb.svg)}em[data-emoji=":snowboarder_tone2:"]:before,em[data-emoji=snowboarder_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fc.svg)}em[data-emoji=":snowboarder_tone3:"]:before,em[data-emoji=snowboarder_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fd.svg)}em[data-emoji=":snowboarder_tone4:"]:before,em[data-emoji=snowboarder_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3fe.svg)}em[data-emoji=":snowboarder_tone5:"]:before,em[data-emoji=snowboarder_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c2-1f3ff.svg)}em[data-emoji=":person_lifting_weights:"]:before,em[data-emoji=person_lifting_weights]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb.svg)}em[data-emoji=":person_lifting_weights_tone1:"]:before,em[data-emoji=person_lifting_weights_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb.svg)}em[data-emoji=":person_lifting_weights_tone2:"]:before,em[data-emoji=person_lifting_weights_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc.svg)}em[data-emoji=":person_lifting_weights_tone3:"]:before,em[data-emoji=person_lifting_weights_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd.svg)}em[data-emoji=":person_lifting_weights_tone4:"]:before,em[data-emoji=person_lifting_weights_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe.svg)}em[data-emoji=":person_lifting_weights_tone5:"]:before,em[data-emoji=person_lifting_weights_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff.svg)}em[data-emoji=":woman_lifting_weights:"]:before,em[data-emoji=woman_lifting_weights]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2640-fe0f.svg)}em[data-emoji=":woman_lifting_weights_tone1:"]:before,em[data-emoji=woman_lifting_weights_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_lifting_weights_tone2:"]:before,em[data-emoji=woman_lifting_weights_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_lifting_weights_tone3:"]:before,em[data-emoji=woman_lifting_weights_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_lifting_weights_tone4:"]:before,em[data-emoji=woman_lifting_weights_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_lifting_weights_tone5:"]:before,em[data-emoji=woman_lifting_weights_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_lifting_weights:"]:before,em[data-emoji=man_lifting_weights]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-fe0f-200d-2642-fe0f.svg)}em[data-emoji=":man_lifting_weights_tone1:"]:before,em[data-emoji=man_lifting_weights_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_lifting_weights_tone2:"]:before,em[data-emoji=man_lifting_weights_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_lifting_weights_tone3:"]:before,em[data-emoji=man_lifting_weights_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_lifting_weights_tone4:"]:before,em[data-emoji=man_lifting_weights_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_lifting_weights_tone5:"]:before,em[data-emoji=man_lifting_weights_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cb-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":people_wrestling:"]:before,em[data-emoji=people_wrestling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93c.svg)}em[data-emoji=":women_wrestling:"]:before,em[data-emoji=women_wrestling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2640-fe0f.svg)}em[data-emoji=":men_wrestling:"]:before,em[data-emoji=men_wrestling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93c-200d-2642-fe0f.svg)}em[data-emoji=":person_doing_cartwheel:"]:before,em[data-emoji=person_doing_cartwheel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938.svg)}em[data-emoji=":person_doing_cartwheel_tone1:"]:before,em[data-emoji=person_doing_cartwheel_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb.svg)}em[data-emoji=":person_doing_cartwheel_tone2:"]:before,em[data-emoji=person_doing_cartwheel_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc.svg)}em[data-emoji=":person_doing_cartwheel_tone3:"]:before,em[data-emoji=person_doing_cartwheel_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd.svg)}em[data-emoji=":person_doing_cartwheel_tone4:"]:before,em[data-emoji=person_doing_cartwheel_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe.svg)}em[data-emoji=":person_doing_cartwheel_tone5:"]:before,em[data-emoji=person_doing_cartwheel_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff.svg)}em[data-emoji=":woman_cartwheeling:"]:before,em[data-emoji=woman_cartwheeling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2640-fe0f.svg)}em[data-emoji=":woman_cartwheeling_tone1:"]:before,em[data-emoji=woman_cartwheeling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_cartwheeling_tone2:"]:before,em[data-emoji=woman_cartwheeling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_cartwheeling_tone3:"]:before,em[data-emoji=woman_cartwheeling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_cartwheeling_tone4:"]:before,em[data-emoji=woman_cartwheeling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_cartwheeling_tone5:"]:before,em[data-emoji=woman_cartwheeling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_cartwheeling:"]:before,em[data-emoji=man_cartwheeling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-200d-2642-fe0f.svg)}em[data-emoji=":man_cartwheeling_tone1:"]:before,em[data-emoji=man_cartwheeling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_cartwheeling_tone2:"]:before,em[data-emoji=man_cartwheeling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_cartwheeling_tone3:"]:before,em[data-emoji=man_cartwheeling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_cartwheeling_tone4:"]:before,em[data-emoji=man_cartwheeling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_cartwheeling_tone5:"]:before,em[data-emoji=man_cartwheeling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f938-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_bouncing_ball:"]:before,em[data-emoji=person_bouncing_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9.svg)}em[data-emoji=":person_bouncing_ball_tone1:"]:before,em[data-emoji=person_bouncing_ball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb.svg)}em[data-emoji=":person_bouncing_ball_tone2:"]:before,em[data-emoji=person_bouncing_ball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc.svg)}em[data-emoji=":person_bouncing_ball_tone3:"]:before,em[data-emoji=person_bouncing_ball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd.svg)}em[data-emoji=":person_bouncing_ball_tone4:"]:before,em[data-emoji=person_bouncing_ball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe.svg)}em[data-emoji=":person_bouncing_ball_tone5:"]:before,em[data-emoji=person_bouncing_ball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff.svg)}em[data-emoji=":woman_bouncing_ball:"]:before,em[data-emoji=woman_bouncing_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2640-fe0f.svg)}em[data-emoji=":woman_bouncing_ball_tone1:"]:before,em[data-emoji=woman_bouncing_ball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_bouncing_ball_tone2:"]:before,em[data-emoji=woman_bouncing_ball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_bouncing_ball_tone3:"]:before,em[data-emoji=woman_bouncing_ball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_bouncing_ball_tone4:"]:before,em[data-emoji=woman_bouncing_ball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_bouncing_ball_tone5:"]:before,em[data-emoji=woman_bouncing_ball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_bouncing_ball:"]:before,em[data-emoji=man_bouncing_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-fe0f-200d-2642-fe0f.svg)}em[data-emoji=":man_bouncing_ball_tone1:"]:before,em[data-emoji=man_bouncing_ball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_bouncing_ball_tone2:"]:before,em[data-emoji=man_bouncing_ball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_bouncing_ball_tone3:"]:before,em[data-emoji=man_bouncing_ball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_bouncing_ball_tone4:"]:before,em[data-emoji=man_bouncing_ball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_bouncing_ball_tone5:"]:before,em[data-emoji=man_bouncing_ball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f9-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_fencing:"]:before,em[data-emoji=person_fencing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93a.svg)}em[data-emoji=":person_playing_handball:"]:before,em[data-emoji=person_playing_handball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e.svg)}em[data-emoji=":person_playing_handball_tone1:"]:before,em[data-emoji=person_playing_handball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb.svg)}em[data-emoji=":person_playing_handball_tone2:"]:before,em[data-emoji=person_playing_handball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc.svg)}em[data-emoji=":person_playing_handball_tone3:"]:before,em[data-emoji=person_playing_handball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd.svg)}em[data-emoji=":person_playing_handball_tone4:"]:before,em[data-emoji=person_playing_handball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe.svg)}em[data-emoji=":person_playing_handball_tone5:"]:before,em[data-emoji=person_playing_handball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff.svg)}em[data-emoji=":woman_playing_handball:"]:before,em[data-emoji=woman_playing_handball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_handball_tone1:"]:before,em[data-emoji=woman_playing_handball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_handball_tone2:"]:before,em[data-emoji=woman_playing_handball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_handball_tone3:"]:before,em[data-emoji=woman_playing_handball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_handball_tone4:"]:before,em[data-emoji=woman_playing_handball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_handball_tone5:"]:before,em[data-emoji=woman_playing_handball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_playing_handball:"]:before,em[data-emoji=man_playing_handball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_handball_tone1:"]:before,em[data-emoji=man_playing_handball_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_handball_tone2:"]:before,em[data-emoji=man_playing_handball_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_handball_tone3:"]:before,em[data-emoji=man_playing_handball_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_handball_tone4:"]:before,em[data-emoji=man_playing_handball_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_handball_tone5:"]:before,em[data-emoji=man_playing_handball_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93e-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_golfing:"]:before,em[data-emoji=person_golfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc.svg)}em[data-emoji=":person_golfing_tone1:"]:before,em[data-emoji=person_golfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb.svg)}em[data-emoji=":person_golfing_tone2:"]:before,em[data-emoji=person_golfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc.svg)}em[data-emoji=":person_golfing_tone3:"]:before,em[data-emoji=person_golfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd.svg)}em[data-emoji=":person_golfing_tone4:"]:before,em[data-emoji=person_golfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe.svg)}em[data-emoji=":person_golfing_tone5:"]:before,em[data-emoji=person_golfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff.svg)}em[data-emoji=":woman_golfing:"]:before,em[data-emoji=woman_golfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2640-fe0f.svg)}em[data-emoji=":woman_golfing_tone1:"]:before,em[data-emoji=woman_golfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_golfing_tone2:"]:before,em[data-emoji=woman_golfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_golfing_tone3:"]:before,em[data-emoji=woman_golfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_golfing_tone4:"]:before,em[data-emoji=woman_golfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_golfing_tone5:"]:before,em[data-emoji=woman_golfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_golfing:"]:before,em[data-emoji=man_golfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-fe0f-200d-2642-fe0f.svg)}em[data-emoji=":man_golfing_tone1:"]:before,em[data-emoji=man_golfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_golfing_tone2:"]:before,em[data-emoji=man_golfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_golfing_tone3:"]:before,em[data-emoji=man_golfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_golfing_tone4:"]:before,em[data-emoji=man_golfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_golfing_tone5:"]:before,em[data-emoji=man_golfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cc-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":horse_racing:"]:before,em[data-emoji=horse_racing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7.svg)}em[data-emoji=":horse_racing_tone1:"]:before,em[data-emoji=horse_racing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fb.svg)}em[data-emoji=":horse_racing_tone2:"]:before,em[data-emoji=horse_racing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fc.svg)}em[data-emoji=":horse_racing_tone3:"]:before,em[data-emoji=horse_racing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fd.svg)}em[data-emoji=":horse_racing_tone4:"]:before,em[data-emoji=horse_racing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3fe.svg)}em[data-emoji=":horse_racing_tone5:"]:before,em[data-emoji=horse_racing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c7-1f3ff.svg)}em[data-emoji=":person_in_lotus_position:"]:before,em[data-emoji=person_in_lotus_position]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8.svg)}em[data-emoji=":person_in_lotus_position_tone1:"]:before,em[data-emoji=person_in_lotus_position_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb.svg)}em[data-emoji=":person_in_lotus_position_tone2:"]:before,em[data-emoji=person_in_lotus_position_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc.svg)}em[data-emoji=":person_in_lotus_position_tone3:"]:before,em[data-emoji=person_in_lotus_position_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd.svg)}em[data-emoji=":person_in_lotus_position_tone4:"]:before,em[data-emoji=person_in_lotus_position_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe.svg)}em[data-emoji=":person_in_lotus_position_tone5:"]:before,em[data-emoji=person_in_lotus_position_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff.svg)}em[data-emoji=":woman_in_lotus_position:"]:before,em[data-emoji=woman_in_lotus_position]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_lotus_position_tone1:"]:before,em[data-emoji=woman_in_lotus_position_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_lotus_position_tone2:"]:before,em[data-emoji=woman_in_lotus_position_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_lotus_position_tone3:"]:before,em[data-emoji=woman_in_lotus_position_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_lotus_position_tone4:"]:before,em[data-emoji=woman_in_lotus_position_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_lotus_position_tone5:"]:before,em[data-emoji=woman_in_lotus_position_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_in_lotus_position:"]:before,em[data-emoji=man_in_lotus_position]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-200d-2642-fe0f.svg)}em[data-emoji=":man_in_lotus_position_tone1:"]:before,em[data-emoji=man_in_lotus_position_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_in_lotus_position_tone2:"]:before,em[data-emoji=man_in_lotus_position_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_in_lotus_position_tone3:"]:before,em[data-emoji=man_in_lotus_position_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_in_lotus_position_tone4:"]:before,em[data-emoji=man_in_lotus_position_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_in_lotus_position_tone5:"]:before,em[data-emoji=man_in_lotus_position_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d8-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_surfing:"]:before,em[data-emoji=person_surfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4.svg)}em[data-emoji=":person_surfing_tone1:"]:before,em[data-emoji=person_surfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb.svg)}em[data-emoji=":person_surfing_tone2:"]:before,em[data-emoji=person_surfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc.svg)}em[data-emoji=":person_surfing_tone3:"]:before,em[data-emoji=person_surfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd.svg)}em[data-emoji=":person_surfing_tone4:"]:before,em[data-emoji=person_surfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe.svg)}em[data-emoji=":person_surfing_tone5:"]:before,em[data-emoji=person_surfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff.svg)}em[data-emoji=":woman_surfing:"]:before,em[data-emoji=woman_surfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2640-fe0f.svg)}em[data-emoji=":woman_surfing_tone1:"]:before,em[data-emoji=woman_surfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_surfing_tone2:"]:before,em[data-emoji=woman_surfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_surfing_tone3:"]:before,em[data-emoji=woman_surfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_surfing_tone4:"]:before,em[data-emoji=woman_surfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_surfing_tone5:"]:before,em[data-emoji=woman_surfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_surfing:"]:before,em[data-emoji=man_surfing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-200d-2642-fe0f.svg)}em[data-emoji=":man_surfing_tone1:"]:before,em[data-emoji=man_surfing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_surfing_tone2:"]:before,em[data-emoji=man_surfing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_surfing_tone3:"]:before,em[data-emoji=man_surfing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_surfing_tone4:"]:before,em[data-emoji=man_surfing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_surfing_tone5:"]:before,em[data-emoji=man_surfing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c4-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_swimming:"]:before,em[data-emoji=person_swimming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca.svg)}em[data-emoji=":person_swimming_tone1:"]:before,em[data-emoji=person_swimming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb.svg)}em[data-emoji=":person_swimming_tone2:"]:before,em[data-emoji=person_swimming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc.svg)}em[data-emoji=":person_swimming_tone3:"]:before,em[data-emoji=person_swimming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd.svg)}em[data-emoji=":person_swimming_tone4:"]:before,em[data-emoji=person_swimming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe.svg)}em[data-emoji=":person_swimming_tone5:"]:before,em[data-emoji=person_swimming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff.svg)}em[data-emoji=":woman_swimming:"]:before,em[data-emoji=woman_swimming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2640-fe0f.svg)}em[data-emoji=":woman_swimming_tone1:"]:before,em[data-emoji=woman_swimming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_swimming_tone2:"]:before,em[data-emoji=woman_swimming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_swimming_tone3:"]:before,em[data-emoji=woman_swimming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_swimming_tone4:"]:before,em[data-emoji=woman_swimming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_swimming_tone5:"]:before,em[data-emoji=woman_swimming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_swimming:"]:before,em[data-emoji=man_swimming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-200d-2642-fe0f.svg)}em[data-emoji=":man_swimming_tone1:"]:before,em[data-emoji=man_swimming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_swimming_tone2:"]:before,em[data-emoji=man_swimming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_swimming_tone3:"]:before,em[data-emoji=man_swimming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_swimming_tone4:"]:before,em[data-emoji=man_swimming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_swimming_tone5:"]:before,em[data-emoji=man_swimming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ca-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_playing_water_polo:"]:before,em[data-emoji=person_playing_water_polo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d.svg)}em[data-emoji=":person_playing_water_polo_tone1:"]:before,em[data-emoji=person_playing_water_polo_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb.svg)}em[data-emoji=":person_playing_water_polo_tone2:"]:before,em[data-emoji=person_playing_water_polo_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc.svg)}em[data-emoji=":person_playing_water_polo_tone3:"]:before,em[data-emoji=person_playing_water_polo_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd.svg)}em[data-emoji=":person_playing_water_polo_tone4:"]:before,em[data-emoji=person_playing_water_polo_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe.svg)}em[data-emoji=":person_playing_water_polo_tone5:"]:before,em[data-emoji=person_playing_water_polo_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff.svg)}em[data-emoji=":woman_playing_water_polo:"]:before,em[data-emoji=woman_playing_water_polo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_water_polo_tone1:"]:before,em[data-emoji=woman_playing_water_polo_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_water_polo_tone2:"]:before,em[data-emoji=woman_playing_water_polo_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_water_polo_tone3:"]:before,em[data-emoji=woman_playing_water_polo_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_water_polo_tone4:"]:before,em[data-emoji=woman_playing_water_polo_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_playing_water_polo_tone5:"]:before,em[data-emoji=woman_playing_water_polo_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_playing_water_polo:"]:before,em[data-emoji=man_playing_water_polo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_water_polo_tone1:"]:before,em[data-emoji=man_playing_water_polo_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_water_polo_tone2:"]:before,em[data-emoji=man_playing_water_polo_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_water_polo_tone3:"]:before,em[data-emoji=man_playing_water_polo_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_water_polo_tone4:"]:before,em[data-emoji=man_playing_water_polo_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_playing_water_polo_tone5:"]:before,em[data-emoji=man_playing_water_polo_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93d-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_rowing_boat:"]:before,em[data-emoji=person_rowing_boat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3.svg)}em[data-emoji=":person_rowing_boat_tone1:"]:before,em[data-emoji=person_rowing_boat_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb.svg)}em[data-emoji=":person_rowing_boat_tone2:"]:before,em[data-emoji=person_rowing_boat_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc.svg)}em[data-emoji=":person_rowing_boat_tone3:"]:before,em[data-emoji=person_rowing_boat_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd.svg)}em[data-emoji=":person_rowing_boat_tone4:"]:before,em[data-emoji=person_rowing_boat_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe.svg)}em[data-emoji=":person_rowing_boat_tone5:"]:before,em[data-emoji=person_rowing_boat_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff.svg)}em[data-emoji=":woman_rowing_boat:"]:before,em[data-emoji=woman_rowing_boat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2640-fe0f.svg)}em[data-emoji=":woman_rowing_boat_tone1:"]:before,em[data-emoji=woman_rowing_boat_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_rowing_boat_tone2:"]:before,em[data-emoji=woman_rowing_boat_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_rowing_boat_tone3:"]:before,em[data-emoji=woman_rowing_boat_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_rowing_boat_tone4:"]:before,em[data-emoji=woman_rowing_boat_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_rowing_boat_tone5:"]:before,em[data-emoji=woman_rowing_boat_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_rowing_boat:"]:before,em[data-emoji=man_rowing_boat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-200d-2642-fe0f.svg)}em[data-emoji=":man_rowing_boat_tone1:"]:before,em[data-emoji=man_rowing_boat_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_rowing_boat_tone2:"]:before,em[data-emoji=man_rowing_boat_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_rowing_boat_tone3:"]:before,em[data-emoji=man_rowing_boat_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_rowing_boat_tone4:"]:before,em[data-emoji=man_rowing_boat_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_rowing_boat_tone5:"]:before,em[data-emoji=man_rowing_boat_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a3-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_climbing:"]:before,em[data-emoji=person_climbing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7.svg)}em[data-emoji=":person_climbing_tone1:"]:before,em[data-emoji=person_climbing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb.svg)}em[data-emoji=":person_climbing_tone2:"]:before,em[data-emoji=person_climbing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc.svg)}em[data-emoji=":person_climbing_tone3:"]:before,em[data-emoji=person_climbing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd.svg)}em[data-emoji=":person_climbing_tone4:"]:before,em[data-emoji=person_climbing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe.svg)}em[data-emoji=":person_climbing_tone5:"]:before,em[data-emoji=person_climbing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff.svg)}em[data-emoji=":woman_climbing:"]:before,em[data-emoji=woman_climbing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2640-fe0f.svg)}em[data-emoji=":woman_climbing_tone1:"]:before,em[data-emoji=woman_climbing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_climbing_tone2:"]:before,em[data-emoji=woman_climbing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_climbing_tone3:"]:before,em[data-emoji=woman_climbing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_climbing_tone4:"]:before,em[data-emoji=woman_climbing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_climbing_tone5:"]:before,em[data-emoji=woman_climbing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_climbing:"]:before,em[data-emoji=man_climbing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-200d-2642-fe0f.svg)}em[data-emoji=":man_climbing_tone1:"]:before,em[data-emoji=man_climbing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_climbing_tone2:"]:before,em[data-emoji=man_climbing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_climbing_tone3:"]:before,em[data-emoji=man_climbing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_climbing_tone4:"]:before,em[data-emoji=man_climbing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_climbing_tone5:"]:before,em[data-emoji=man_climbing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d7-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_mountain_biking:"]:before,em[data-emoji=person_mountain_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5.svg)}em[data-emoji=":person_mountain_biking_tone1:"]:before,em[data-emoji=person_mountain_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb.svg)}em[data-emoji=":person_mountain_biking_tone2:"]:before,em[data-emoji=person_mountain_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc.svg)}em[data-emoji=":person_mountain_biking_tone3:"]:before,em[data-emoji=person_mountain_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd.svg)}em[data-emoji=":person_mountain_biking_tone4:"]:before,em[data-emoji=person_mountain_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe.svg)}em[data-emoji=":person_mountain_biking_tone5:"]:before,em[data-emoji=person_mountain_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff.svg)}em[data-emoji=":woman_mountain_biking:"]:before,em[data-emoji=woman_mountain_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2640-fe0f.svg)}em[data-emoji=":woman_mountain_biking_tone1:"]:before,em[data-emoji=woman_mountain_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_mountain_biking_tone2:"]:before,em[data-emoji=woman_mountain_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_mountain_biking_tone3:"]:before,em[data-emoji=woman_mountain_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_mountain_biking_tone4:"]:before,em[data-emoji=woman_mountain_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_mountain_biking_tone5:"]:before,em[data-emoji=woman_mountain_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_mountain_biking:"]:before,em[data-emoji=man_mountain_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-200d-2642-fe0f.svg)}em[data-emoji=":man_mountain_biking_tone1:"]:before,em[data-emoji=man_mountain_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_mountain_biking_tone2:"]:before,em[data-emoji=man_mountain_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_mountain_biking_tone3:"]:before,em[data-emoji=man_mountain_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_mountain_biking_tone4:"]:before,em[data-emoji=man_mountain_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_mountain_biking_tone5:"]:before,em[data-emoji=man_mountain_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b5-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_biking:"]:before,em[data-emoji=person_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4.svg)}em[data-emoji=":person_biking_tone1:"]:before,em[data-emoji=person_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb.svg)}em[data-emoji=":person_biking_tone2:"]:before,em[data-emoji=person_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc.svg)}em[data-emoji=":person_biking_tone3:"]:before,em[data-emoji=person_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd.svg)}em[data-emoji=":person_biking_tone4:"]:before,em[data-emoji=person_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe.svg)}em[data-emoji=":person_biking_tone5:"]:before,em[data-emoji=person_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff.svg)}em[data-emoji=":woman_biking:"]:before,em[data-emoji=woman_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2640-fe0f.svg)}em[data-emoji=":woman_biking_tone1:"]:before,em[data-emoji=woman_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_biking_tone2:"]:before,em[data-emoji=woman_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_biking_tone3:"]:before,em[data-emoji=woman_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_biking_tone4:"]:before,em[data-emoji=woman_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_biking_tone5:"]:before,em[data-emoji=woman_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_biking:"]:before,em[data-emoji=man_biking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-200d-2642-fe0f.svg)}em[data-emoji=":man_biking_tone1:"]:before,em[data-emoji=man_biking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_biking_tone2:"]:before,em[data-emoji=man_biking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_biking_tone3:"]:before,em[data-emoji=man_biking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_biking_tone4:"]:before,em[data-emoji=man_biking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_biking_tone5:"]:before,em[data-emoji=man_biking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b4-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":trophy:"]:before,em[data-emoji=trophy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c6.svg)}em[data-emoji=":first_place:"]:before,em[data-emoji=first_place]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f947.svg)}em[data-emoji=":second_place:"]:before,em[data-emoji=second_place]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f948.svg)}em[data-emoji=":third_place:"]:before,em[data-emoji=third_place]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f949.svg)}em[data-emoji=":medal:"]:before,em[data-emoji=medal]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c5.svg)}em[data-emoji=":military_medal:"]:before,em[data-emoji=military_medal]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f396.svg)}em[data-emoji=":rosette:"]:before,em[data-emoji=rosette]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f5.svg)}em[data-emoji=":reminder_ribbon:"]:before,em[data-emoji=reminder_ribbon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f397.svg)}em[data-emoji=":ticket:"]:before,em[data-emoji=ticket]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ab.svg)}em[data-emoji=":tickets:"]:before,em[data-emoji=tickets]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f39f.svg)}em[data-emoji=":circus_tent:"]:before,em[data-emoji=circus_tent]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3aa.svg)}em[data-emoji=":person_juggling:"]:before,em[data-emoji=person_juggling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939.svg)}em[data-emoji=":person_juggling_tone1:"]:before,em[data-emoji=person_juggling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb.svg)}em[data-emoji=":person_juggling_tone2:"]:before,em[data-emoji=person_juggling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc.svg)}em[data-emoji=":person_juggling_tone3:"]:before,em[data-emoji=person_juggling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd.svg)}em[data-emoji=":person_juggling_tone4:"]:before,em[data-emoji=person_juggling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe.svg)}em[data-emoji=":person_juggling_tone5:"]:before,em[data-emoji=person_juggling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff.svg)}em[data-emoji=":woman_juggling:"]:before,em[data-emoji=woman_juggling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2640-fe0f.svg)}em[data-emoji=":woman_juggling_tone1:"]:before,em[data-emoji=woman_juggling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_juggling_tone2:"]:before,em[data-emoji=woman_juggling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_juggling_tone3:"]:before,em[data-emoji=woman_juggling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_juggling_tone4:"]:before,em[data-emoji=woman_juggling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_juggling_tone5:"]:before,em[data-emoji=woman_juggling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_juggling:"]:before,em[data-emoji=man_juggling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-200d-2642-fe0f.svg)}em[data-emoji=":man_juggling_tone1:"]:before,em[data-emoji=man_juggling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_juggling_tone2:"]:before,em[data-emoji=man_juggling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_juggling_tone3:"]:before,em[data-emoji=man_juggling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_juggling_tone4:"]:before,em[data-emoji=man_juggling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_juggling_tone5:"]:before,em[data-emoji=man_juggling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f939-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":performing_arts:"]:before,em[data-emoji=performing_arts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ad.svg)}em[data-emoji=":art:"]:before,em[data-emoji=art]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a8.svg)}em[data-emoji=":clapper:"]:before,em[data-emoji=clapper]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ac.svg)}em[data-emoji=":microphone:"]:before,em[data-emoji=microphone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a4.svg)}em[data-emoji=":headphones:"]:before,em[data-emoji=headphones]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a7.svg)}em[data-emoji=":musical_score:"]:before,em[data-emoji=musical_score]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3bc.svg)}em[data-emoji=":musical_keyboard:"]:before,em[data-emoji=musical_keyboard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b9.svg)}em[data-emoji=":drum:"]:before,em[data-emoji=drum]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f941.svg)}em[data-emoji=":saxophone:"]:before,em[data-emoji=saxophone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b7.svg)}em[data-emoji=":trumpet:"]:before,em[data-emoji=trumpet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ba.svg)}em[data-emoji=":banjo:"]:before,em[data-emoji=banjo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa95.svg)}em[data-emoji=":guitar:"]:before,em[data-emoji=guitar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b8.svg)}em[data-emoji=":violin:"]:before,em[data-emoji=violin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3bb.svg)}em[data-emoji=":game_die:"]:before,em[data-emoji=game_die]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b2.svg)}em[data-emoji=":chess_pawn:"]:before,em[data-emoji=chess_pawn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/265f.svg)}em[data-emoji=":dart:"]:before,em[data-emoji=dart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3af.svg)}em[data-emoji=":kite:"]:before,em[data-emoji=kite]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa81.svg)}em[data-emoji=":yo_yo:"]:before,em[data-emoji=yo_yo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa80.svg)}em[data-emoji=":bowling:"]:before,em[data-emoji=bowling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b3.svg)}em[data-emoji=":video_game:"]:before,em[data-emoji=video_game]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ae.svg)}em[data-emoji=":slot_machine:"]:before,em[data-emoji=slot_machine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3b0.svg)}em[data-emoji=":jigsaw:"]:before,em[data-emoji=jigsaw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e9.svg)}em[data-emoji=":watch:"]:before,em[data-emoji=watch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/231a.svg)}em[data-emoji=":iphone:"]:before,em[data-emoji=iphone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f1.svg)}em[data-emoji=":calling:"]:before,em[data-emoji=calling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f2.svg)}em[data-emoji=":computer:"]:before,em[data-emoji=computer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4bb.svg)}em[data-emoji=":desktop:"]:before,em[data-emoji=desktop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5a5.svg)}em[data-emoji=":printer:"]:before,em[data-emoji=printer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5a8.svg)}em[data-emoji=":mouse_three_button:"]:before,em[data-emoji=mouse_three_button]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5b1.svg)}em[data-emoji=":trackball:"]:before,em[data-emoji=trackball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5b2.svg)}em[data-emoji=":joystick:"]:before,em[data-emoji=joystick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f579.svg)}em[data-emoji=":compression:"]:before,em[data-emoji=compression]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5dc.svg)}em[data-emoji=":minidisc:"]:before,em[data-emoji=minidisc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4bd.svg)}em[data-emoji=":floppy_disk:"]:before,em[data-emoji=floppy_disk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4be.svg)}em[data-emoji=":cd:"]:before,em[data-emoji=cd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4bf.svg)}em[data-emoji=":dvd:"]:before,em[data-emoji=dvd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c0.svg)}em[data-emoji=":vhs:"]:before,em[data-emoji=vhs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4fc.svg)}em[data-emoji=":camera:"]:before,em[data-emoji=camera]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f7.svg)}em[data-emoji=":camera_with_flash:"]:before,em[data-emoji=camera_with_flash]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f8.svg)}em[data-emoji=":video_camera:"]:before,em[data-emoji=video_camera]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f9.svg)}em[data-emoji=":movie_camera:"]:before,em[data-emoji=movie_camera]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a5.svg)}em[data-emoji=":projector:"]:before,em[data-emoji=projector]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4fd.svg)}em[data-emoji=":film_frames:"]:before,em[data-emoji=film_frames]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f39e.svg)}em[data-emoji=":telephone_receiver:"]:before,em[data-emoji=telephone_receiver]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4de.svg)}em[data-emoji=":telephone:"]:before,em[data-emoji=telephone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/260e.svg)}em[data-emoji=":pager:"]:before,em[data-emoji=pager]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4df.svg)}em[data-emoji=":fax:"]:before,em[data-emoji=fax]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e0.svg)}em[data-emoji=":tv:"]:before,em[data-emoji=tv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4fa.svg)}em[data-emoji=":radio:"]:before,em[data-emoji=radio]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4fb.svg)}em[data-emoji=":microphone2:"]:before,em[data-emoji=microphone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f399.svg)}em[data-emoji=":level_slider:"]:before,em[data-emoji=level_slider]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f39a.svg)}em[data-emoji=":control_knobs:"]:before,em[data-emoji=control_knobs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f39b.svg)}em[data-emoji=":compass:"]:before,em[data-emoji=compass]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ed.svg)}em[data-emoji=":stopwatch:"]:before,em[data-emoji=stopwatch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f1.svg)}em[data-emoji=":timer:"]:before,em[data-emoji=timer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f2.svg)}em[data-emoji=":alarm_clock:"]:before,em[data-emoji=alarm_clock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f0.svg)}em[data-emoji=":clock:"]:before,em[data-emoji=clock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f570.svg)}em[data-emoji=":hourglass:"]:before,em[data-emoji=hourglass]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/231b.svg)}em[data-emoji=":hourglass_flowing_sand:"]:before,em[data-emoji=hourglass_flowing_sand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/23f3.svg)}em[data-emoji=":satellite:"]:before,em[data-emoji=satellite]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e1.svg)}em[data-emoji=":battery:"]:before,em[data-emoji=battery]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50b.svg)}em[data-emoji=":electric_plug:"]:before,em[data-emoji=electric_plug]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50c.svg)}em[data-emoji=":bulb:"]:before,em[data-emoji=bulb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a1.svg)}em[data-emoji=":flashlight:"]:before,em[data-emoji=flashlight]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f526.svg)}em[data-emoji=":candle:"]:before,em[data-emoji=candle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f56f.svg)}em[data-emoji=":fire_extinguisher:"]:before,em[data-emoji=fire_extinguisher]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ef.svg)}em[data-emoji=":oil:"]:before,em[data-emoji=oil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e2.svg)}em[data-emoji=":money_with_wings:"]:before,em[data-emoji=money_with_wings]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b8.svg)}em[data-emoji=":dollar:"]:before,em[data-emoji=dollar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b5.svg)}em[data-emoji=":yen:"]:before,em[data-emoji=yen]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b4.svg)}em[data-emoji=":euro:"]:before,em[data-emoji=euro]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b6.svg)}em[data-emoji=":pound:"]:before,em[data-emoji=pound]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b7.svg)}em[data-emoji=":moneybag:"]:before,em[data-emoji=moneybag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b0.svg)}em[data-emoji=":credit_card:"]:before,em[data-emoji=credit_card]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4b3.svg)}em[data-emoji=":gem:"]:before,em[data-emoji=gem]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48e.svg)}em[data-emoji=":toolbox:"]:before,em[data-emoji=toolbox]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f0.svg)}em[data-emoji=":wrench:"]:before,em[data-emoji=wrench]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f527.svg)}em[data-emoji=":hammer:"]:before,em[data-emoji=hammer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f528.svg)}em[data-emoji=":tools:"]:before,em[data-emoji=tools]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e0.svg)}em[data-emoji=":pick:"]:before,em[data-emoji=pick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26cf.svg)}em[data-emoji=":nut_and_bolt:"]:before,em[data-emoji=nut_and_bolt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f529.svg)}em[data-emoji=":bricks:"]:before,em[data-emoji=bricks]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f1.svg)}em[data-emoji=":chains:"]:before,em[data-emoji=chains]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26d3.svg)}em[data-emoji=":magnet:"]:before,em[data-emoji=magnet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f2.svg)}em[data-emoji=":gun:"]:before,em[data-emoji=gun]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52b.svg)}em[data-emoji=":bomb:"]:before,em[data-emoji=bomb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a3.svg)}em[data-emoji=":firecracker:"]:before,em[data-emoji=firecracker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e8.svg)}em[data-emoji=":axe:"]:before,em[data-emoji=axe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa93.svg)}em[data-emoji=":razor:"]:before,em[data-emoji=razor]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa92.svg)}em[data-emoji=":knife:"]:before,em[data-emoji=knife]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52a.svg)}em[data-emoji=":dagger:"]:before,em[data-emoji=dagger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5e1.svg)}em[data-emoji=":shield:"]:before,em[data-emoji=shield]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e1.svg)}em[data-emoji=":smoking:"]:before,em[data-emoji=smoking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ac.svg)}em[data-emoji=":coffin:"]:before,em[data-emoji=coffin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26b0.svg)}em[data-emoji=":urn:"]:before,em[data-emoji=urn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26b1.svg)}em[data-emoji=":amphora:"]:before,em[data-emoji=amphora]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3fa.svg)}em[data-emoji=":diya_lamp:"]:before,em[data-emoji=diya_lamp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa94.svg)}em[data-emoji=":crystal_ball:"]:before,em[data-emoji=crystal_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52e.svg)}em[data-emoji=":prayer_beads:"]:before,em[data-emoji=prayer_beads]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ff.svg)}em[data-emoji=":nazar_amulet:"]:before,em[data-emoji=nazar_amulet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ff.svg)}em[data-emoji=":barber:"]:before,em[data-emoji=barber]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f488.svg)}em[data-emoji=":telescope:"]:before,em[data-emoji=telescope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52d.svg)}em[data-emoji=":microscope:"]:before,em[data-emoji=microscope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f52c.svg)}em[data-emoji=":hole:"]:before,em[data-emoji=hole]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f573.svg)}em[data-emoji=":probing_cane:"]:before,em[data-emoji=probing_cane]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9af.svg)}em[data-emoji=":stethoscope:"]:before,em[data-emoji=stethoscope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa7a.svg)}em[data-emoji=":adhesive_bandage:"]:before,em[data-emoji=adhesive_bandage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa79.svg)}em[data-emoji=":pill:"]:before,em[data-emoji=pill]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48a.svg)}em[data-emoji=":syringe:"]:before,em[data-emoji=syringe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f489.svg)}em[data-emoji=":drop_of_blood:"]:before,em[data-emoji=drop_of_blood]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa78.svg)}em[data-emoji=":dna:"]:before,em[data-emoji=dna]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ec.svg)}em[data-emoji=":microbe:"]:before,em[data-emoji=microbe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a0.svg)}em[data-emoji=":petri_dish:"]:before,em[data-emoji=petri_dish]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9eb.svg)}em[data-emoji=":test_tube:"]:before,em[data-emoji=test_tube]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ea.svg)}em[data-emoji=":thermometer:"]:before,em[data-emoji=thermometer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f321.svg)}em[data-emoji=":chair:"]:before,em[data-emoji=chair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa91.svg)}em[data-emoji=":broom:"]:before,em[data-emoji=broom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f9.svg)}em[data-emoji=":basket:"]:before,em[data-emoji=basket]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9fa.svg)}em[data-emoji=":roll_of_paper:"]:before,em[data-emoji=roll_of_paper]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9fb.svg)}em[data-emoji=":toilet:"]:before,em[data-emoji=toilet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6bd.svg)}em[data-emoji=":potable_water:"]:before,em[data-emoji=potable_water]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b0.svg)}em[data-emoji=":shower:"]:before,em[data-emoji=shower]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6bf.svg)}em[data-emoji=":bathtub:"]:before,em[data-emoji=bathtub]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c1.svg)}em[data-emoji=":bath:"]:before,em[data-emoji=bath]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0.svg)}em[data-emoji=":bath_tone1:"]:before,em[data-emoji=bath_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fb.svg)}em[data-emoji=":bath_tone2:"]:before,em[data-emoji=bath_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fc.svg)}em[data-emoji=":bath_tone3:"]:before,em[data-emoji=bath_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fd.svg)}em[data-emoji=":bath_tone4:"]:before,em[data-emoji=bath_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3fe.svg)}em[data-emoji=":bath_tone5:"]:before,em[data-emoji=bath_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6c0-1f3ff.svg)}em[data-emoji=":soap:"]:before,em[data-emoji=soap]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9fc.svg)}em[data-emoji=":sponge:"]:before,em[data-emoji=sponge]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9fd.svg)}em[data-emoji=":squeeze_bottle:"]:before,em[data-emoji=squeeze_bottle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f4.svg)}em[data-emoji=":bellhop:"]:before,em[data-emoji=bellhop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ce.svg)}em[data-emoji=":key:"]:before,em[data-emoji=key]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f511.svg)}em[data-emoji=":key2:"]:before,em[data-emoji=key2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5dd.svg)}em[data-emoji=":door:"]:before,em[data-emoji=door]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6aa.svg)}em[data-emoji=":couch:"]:before,em[data-emoji=couch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cb.svg)}em[data-emoji=":bed:"]:before,em[data-emoji=bed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cf.svg)}em[data-emoji=":sleeping_accommodation:"]:before,em[data-emoji=sleeping_accommodation]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc.svg)}em[data-emoji=":person_in_bed_tone1:"]:before,em[data-emoji=person_in_bed_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fb.svg)}em[data-emoji=":person_in_bed_tone2:"]:before,em[data-emoji=person_in_bed_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fc.svg)}em[data-emoji=":person_in_bed_tone3:"]:before,em[data-emoji=person_in_bed_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fd.svg)}em[data-emoji=":person_in_bed_tone4:"]:before,em[data-emoji=person_in_bed_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3fe.svg)}em[data-emoji=":person_in_bed_tone5:"]:before,em[data-emoji=person_in_bed_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cc-1f3ff.svg)}em[data-emoji=":teddy_bear:"]:before,em[data-emoji=teddy_bear]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f8.svg)}em[data-emoji=":frame_photo:"]:before,em[data-emoji=frame_photo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5bc.svg)}em[data-emoji=":shopping_bags:"]:before,em[data-emoji=shopping_bags]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6cd.svg)}em[data-emoji=":shopping_cart:"]:before,em[data-emoji=shopping_cart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6d2.svg)}em[data-emoji=":gift:"]:before,em[data-emoji=gift]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f381.svg)}em[data-emoji=":balloon:"]:before,em[data-emoji=balloon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f388.svg)}em[data-emoji=":flags:"]:before,em[data-emoji=flags]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38f.svg)}em[data-emoji=":ribbon:"]:before,em[data-emoji=ribbon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f380.svg)}em[data-emoji=":confetti_ball:"]:before,em[data-emoji=confetti_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38a.svg)}em[data-emoji=":tada:"]:before,em[data-emoji=tada]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f389.svg)}em[data-emoji=":dolls:"]:before,em[data-emoji=dolls]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38e.svg)}em[data-emoji=":izakaya_lantern:"]:before,em[data-emoji=izakaya_lantern]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ee.svg)}em[data-emoji=":wind_chime:"]:before,em[data-emoji=wind_chime]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f390.svg)}em[data-emoji=":red_envelope:"]:before,em[data-emoji=red_envelope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e7.svg)}em[data-emoji=":envelope_with_arrow:"]:before,em[data-emoji=envelope_with_arrow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e9.svg)}em[data-emoji=":incoming_envelope:"]:before,em[data-emoji=incoming_envelope]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e8.svg)}em[data-emoji=":e-mail:"]:before,em[data-emoji=e-mail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e7.svg)}em[data-emoji=":love_letter:"]:before,em[data-emoji=love_letter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48c.svg)}em[data-emoji=":inbox_tray:"]:before,em[data-emoji=inbox_tray]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e5.svg)}em[data-emoji=":outbox_tray:"]:before,em[data-emoji=outbox_tray]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e4.svg)}em[data-emoji=":package:"]:before,em[data-emoji=package]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4e6.svg)}em[data-emoji=":label:"]:before,em[data-emoji=label]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f7.svg)}em[data-emoji=":mailbox_closed:"]:before,em[data-emoji=mailbox_closed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ea.svg)}em[data-emoji=":mailbox:"]:before,em[data-emoji=mailbox]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4eb.svg)}em[data-emoji=":mailbox_with_mail:"]:before,em[data-emoji=mailbox_with_mail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ec.svg)}em[data-emoji=":mailbox_with_no_mail:"]:before,em[data-emoji=mailbox_with_no_mail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ed.svg)}em[data-emoji=":postbox:"]:before,em[data-emoji=postbox]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ee.svg)}em[data-emoji=":postal_horn:"]:before,em[data-emoji=postal_horn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ef.svg)}em[data-emoji=":scroll:"]:before,em[data-emoji=scroll]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4dc.svg)}em[data-emoji=":page_with_curl:"]:before,em[data-emoji=page_with_curl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c3.svg)}em[data-emoji=":page_facing_up:"]:before,em[data-emoji=page_facing_up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c4.svg)}em[data-emoji=":bookmark_tabs:"]:before,em[data-emoji=bookmark_tabs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d1.svg)}em[data-emoji=":receipt:"]:before,em[data-emoji=receipt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9fe.svg)}em[data-emoji=":bar_chart:"]:before,em[data-emoji=bar_chart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ca.svg)}em[data-emoji=":chart_with_upwards_trend:"]:before,em[data-emoji=chart_with_upwards_trend]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c8.svg)}em[data-emoji=":chart_with_downwards_trend:"]:before,em[data-emoji=chart_with_downwards_trend]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c9.svg)}em[data-emoji=":notepad_spiral:"]:before,em[data-emoji=notepad_spiral]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5d2.svg)}em[data-emoji=":calendar_spiral:"]:before,em[data-emoji=calendar_spiral]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5d3.svg)}em[data-emoji=":calendar:"]:before,em[data-emoji=calendar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c6.svg)}em[data-emoji=":date:"]:before,em[data-emoji=date]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c5.svg)}em[data-emoji=":wastebasket:"]:before,em[data-emoji=wastebasket]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5d1.svg)}em[data-emoji=":card_index:"]:before,em[data-emoji=card_index]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c7.svg)}em[data-emoji=":card_box:"]:before,em[data-emoji=card_box]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5c3.svg)}em[data-emoji=":ballot_box:"]:before,em[data-emoji=ballot_box]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5f3.svg)}em[data-emoji=":file_cabinet:"]:before,em[data-emoji=file_cabinet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5c4.svg)}em[data-emoji=":clipboard:"]:before,em[data-emoji=clipboard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4cb.svg)}em[data-emoji=":file_folder:"]:before,em[data-emoji=file_folder]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c1.svg)}em[data-emoji=":open_file_folder:"]:before,em[data-emoji=open_file_folder]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4c2.svg)}em[data-emoji=":dividers:"]:before,em[data-emoji=dividers]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5c2.svg)}em[data-emoji=":newspaper2:"]:before,em[data-emoji=newspaper2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5de.svg)}em[data-emoji=":newspaper:"]:before,em[data-emoji=newspaper]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4f0.svg)}em[data-emoji=":notebook:"]:before,em[data-emoji=notebook]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d3.svg)}em[data-emoji=":notebook_with_decorative_cover:"]:before,em[data-emoji=notebook_with_decorative_cover]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d4.svg)}em[data-emoji=":ledger:"]:before,em[data-emoji=ledger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d2.svg)}em[data-emoji=":closed_book:"]:before,em[data-emoji=closed_book]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d5.svg)}em[data-emoji=":green_book:"]:before,em[data-emoji=green_book]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d7.svg)}em[data-emoji=":blue_book:"]:before,em[data-emoji=blue_book]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d8.svg)}em[data-emoji=":orange_book:"]:before,em[data-emoji=orange_book]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d9.svg)}em[data-emoji=":books:"]:before,em[data-emoji=books]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4da.svg)}em[data-emoji=":book:"]:before,em[data-emoji=book]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d6.svg)}em[data-emoji=":bookmark:"]:before,em[data-emoji=bookmark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f516.svg)}em[data-emoji=":safety_pin:"]:before,em[data-emoji=safety_pin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f7.svg)}em[data-emoji=":link:"]:before,em[data-emoji=link]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f517.svg)}em[data-emoji=":paperclip:"]:before,em[data-emoji=paperclip]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ce.svg)}em[data-emoji=":paperclips:"]:before,em[data-emoji=paperclips]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f587.svg)}em[data-emoji=":triangular_ruler:"]:before,em[data-emoji=triangular_ruler]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4d0.svg)}em[data-emoji=":straight_ruler:"]:before,em[data-emoji=straight_ruler]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4cf.svg)}em[data-emoji=":abacus:"]:before,em[data-emoji=abacus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ee.svg)}em[data-emoji=":pushpin:"]:before,em[data-emoji=pushpin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4cc.svg)}em[data-emoji=":round_pushpin:"]:before,em[data-emoji=round_pushpin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4cd.svg)}em[data-emoji=":pen_ballpoint:"]:before,em[data-emoji=pen_ballpoint]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f58a.svg)}em[data-emoji=":pen_fountain:"]:before,em[data-emoji=pen_fountain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f58b.svg)}em[data-emoji=":paintbrush:"]:before,em[data-emoji=paintbrush]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f58c.svg)}em[data-emoji=":crayon:"]:before,em[data-emoji=crayon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f58d.svg)}em[data-emoji=":pencil:"]:before,em[data-emoji=pencil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4dd.svg)}em[data-emoji=":pencil2:"]:before,em[data-emoji=pencil2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270f.svg)}em[data-emoji=":mag:"]:before,em[data-emoji=mag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50d.svg)}em[data-emoji=":mag_right:"]:before,em[data-emoji=mag_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50e.svg)}em[data-emoji=":lock_with_ink_pen:"]:before,em[data-emoji=lock_with_ink_pen]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f50f.svg)}em[data-emoji=":closed_lock_with_key:"]:before,em[data-emoji=closed_lock_with_key]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f510.svg)}em[data-emoji=":lock:"]:before,em[data-emoji=lock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f512.svg)}em[data-emoji=":unlock:"]:before,em[data-emoji=unlock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f513.svg)}em[data-emoji=":dog:"]:before,em[data-emoji=dog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f436.svg)}em[data-emoji=":cat:"]:before,em[data-emoji=cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f431.svg)}em[data-emoji=":mouse:"]:before,em[data-emoji=mouse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42d.svg)}em[data-emoji=":hamster:"]:before,em[data-emoji=hamster]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f439.svg)}em[data-emoji=":rabbit:"]:before,em[data-emoji=rabbit]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f430.svg)}em[data-emoji=":fox:"]:before,em[data-emoji=fox]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98a.svg)}em[data-emoji=":bear:"]:before,em[data-emoji=bear]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43b.svg)}em[data-emoji=":panda_face:"]:before,em[data-emoji=panda_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43c.svg)}em[data-emoji=":koala:"]:before,em[data-emoji=koala]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f428.svg)}em[data-emoji=":tiger:"]:before,em[data-emoji=tiger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42f.svg)}em[data-emoji=":lion_face:"]:before,em[data-emoji=lion_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f981.svg)}em[data-emoji=":cow:"]:before,em[data-emoji=cow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42e.svg)}em[data-emoji=":pig:"]:before,em[data-emoji=pig]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f437.svg)}em[data-emoji=":pig_nose:"]:before,em[data-emoji=pig_nose]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43d.svg)}em[data-emoji=":frog:"]:before,em[data-emoji=frog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f438.svg)}em[data-emoji=":monkey_face:"]:before,em[data-emoji=monkey_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f435.svg)}em[data-emoji=":see_no_evil:"]:before,em[data-emoji=see_no_evil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f648.svg)}em[data-emoji=":hear_no_evil:"]:before,em[data-emoji=hear_no_evil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f649.svg)}em[data-emoji=":speak_no_evil:"]:before,em[data-emoji=speak_no_evil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64a.svg)}em[data-emoji=":monkey:"]:before,em[data-emoji=monkey]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f412.svg)}em[data-emoji=":chicken:"]:before,em[data-emoji=chicken]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f414.svg)}em[data-emoji=":penguin:"]:before,em[data-emoji=penguin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f427.svg)}em[data-emoji=":bird:"]:before,em[data-emoji=bird]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f426.svg)}em[data-emoji=":baby_chick:"]:before,em[data-emoji=baby_chick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f424.svg)}em[data-emoji=":hatching_chick:"]:before,em[data-emoji=hatching_chick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f423.svg)}em[data-emoji=":hatched_chick:"]:before,em[data-emoji=hatched_chick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f425.svg)}em[data-emoji=":duck:"]:before,em[data-emoji=duck]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f986.svg)}em[data-emoji=":eagle:"]:before,em[data-emoji=eagle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f985.svg)}em[data-emoji=":owl:"]:before,em[data-emoji=owl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f989.svg)}em[data-emoji=":bat:"]:before,em[data-emoji=bat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f987.svg)}em[data-emoji=":wolf:"]:before,em[data-emoji=wolf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43a.svg)}em[data-emoji=":boar:"]:before,em[data-emoji=boar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f417.svg)}em[data-emoji=":horse:"]:before,em[data-emoji=horse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f434.svg)}em[data-emoji=":unicorn:"]:before,em[data-emoji=unicorn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f984.svg)}em[data-emoji=":bee:"]:before,em[data-emoji=bee]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41d.svg)}em[data-emoji=":bug:"]:before,em[data-emoji=bug]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41b.svg)}em[data-emoji=":butterfly:"]:before,em[data-emoji=butterfly]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98b.svg)}em[data-emoji=":snail:"]:before,em[data-emoji=snail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40c.svg)}em[data-emoji=":shell:"]:before,em[data-emoji=shell]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41a.svg)}em[data-emoji=":beetle:"]:before,em[data-emoji=beetle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41e.svg)}em[data-emoji=":ant:"]:before,em[data-emoji=ant]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41c.svg)}em[data-emoji=":mosquito:"]:before,em[data-emoji=mosquito]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99f.svg)}em[data-emoji=":cricket:"]:before,em[data-emoji=cricket]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f997.svg)}em[data-emoji=":spider:"]:before,em[data-emoji=spider]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f577.svg)}em[data-emoji=":spider_web:"]:before,em[data-emoji=spider_web]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f578.svg)}em[data-emoji=":scorpion:"]:before,em[data-emoji=scorpion]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f982.svg)}em[data-emoji=":turtle:"]:before,em[data-emoji=turtle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f422.svg)}em[data-emoji=":snake:"]:before,em[data-emoji=snake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40d.svg)}em[data-emoji=":lizard:"]:before,em[data-emoji=lizard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98e.svg)}em[data-emoji=":t_rex:"]:before,em[data-emoji=t_rex]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f996.svg)}em[data-emoji=":sauropod:"]:before,em[data-emoji=sauropod]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f995.svg)}em[data-emoji=":octopus:"]:before,em[data-emoji=octopus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f419.svg)}em[data-emoji=":squid:"]:before,em[data-emoji=squid]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f991.svg)}em[data-emoji=":shrimp:"]:before,em[data-emoji=shrimp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f990.svg)}em[data-emoji=":lobster:"]:before,em[data-emoji=lobster]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99e.svg)}em[data-emoji=":oyster:"]:before,em[data-emoji=oyster]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9aa.svg)}em[data-emoji=":crab:"]:before,em[data-emoji=crab]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f980.svg)}em[data-emoji=":blowfish:"]:before,em[data-emoji=blowfish]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f421.svg)}em[data-emoji=":tropical_fish:"]:before,em[data-emoji=tropical_fish]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f420.svg)}em[data-emoji=":fish:"]:before,em[data-emoji=fish]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f41f.svg)}em[data-emoji=":dolphin:"]:before,em[data-emoji=dolphin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42c.svg)}em[data-emoji=":whale:"]:before,em[data-emoji=whale]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f433.svg)}em[data-emoji=":whale2:"]:before,em[data-emoji=whale2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40b.svg)}em[data-emoji=":shark:"]:before,em[data-emoji=shark]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f988.svg)}em[data-emoji=":crocodile:"]:before,em[data-emoji=crocodile]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40a.svg)}em[data-emoji=":tiger2:"]:before,em[data-emoji=tiger2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f405.svg)}em[data-emoji=":leopard:"]:before,em[data-emoji=leopard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f406.svg)}em[data-emoji=":zebra:"]:before,em[data-emoji=zebra]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f993.svg)}em[data-emoji=":gorilla:"]:before,em[data-emoji=gorilla]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98d.svg)}em[data-emoji=":orangutan:"]:before,em[data-emoji=orangutan]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a7.svg)}em[data-emoji=":elephant:"]:before,em[data-emoji=elephant]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f418.svg)}em[data-emoji=":hippopotamus:"]:before,em[data-emoji=hippopotamus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99b.svg)}em[data-emoji=":rhino:"]:before,em[data-emoji=rhino]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98f.svg)}em[data-emoji=":dromedary_camel:"]:before,em[data-emoji=dromedary_camel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42a.svg)}em[data-emoji=":camel:"]:before,em[data-emoji=camel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f42b.svg)}em[data-emoji=":giraffe:"]:before,em[data-emoji=giraffe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f992.svg)}em[data-emoji=":kangaroo:"]:before,em[data-emoji=kangaroo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f998.svg)}em[data-emoji=":water_buffalo:"]:before,em[data-emoji=water_buffalo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f403.svg)}em[data-emoji=":ox:"]:before,em[data-emoji=ox]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f402.svg)}em[data-emoji=":cow2:"]:before,em[data-emoji=cow2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f404.svg)}em[data-emoji=":racehorse:"]:before,em[data-emoji=racehorse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40e.svg)}em[data-emoji=":pig2:"]:before,em[data-emoji=pig2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f416.svg)}em[data-emoji=":ram:"]:before,em[data-emoji=ram]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f40f.svg)}em[data-emoji=":llama:"]:before,em[data-emoji=llama]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f999.svg)}em[data-emoji=":sheep:"]:before,em[data-emoji=sheep]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f411.svg)}em[data-emoji=":goat:"]:before,em[data-emoji=goat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f410.svg)}em[data-emoji=":deer:"]:before,em[data-emoji=deer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f98c.svg)}em[data-emoji=":dog2:"]:before,em[data-emoji=dog2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f415.svg)}em[data-emoji=":guide_dog:"]:before,em[data-emoji=guide_dog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ae.svg)}em[data-emoji=":service_dog:"]:before,em[data-emoji=service_dog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f415-200d-1f9ba.svg)}em[data-emoji=":poodle:"]:before,em[data-emoji=poodle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f429.svg)}em[data-emoji=":cat2:"]:before,em[data-emoji=cat2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f408.svg)}em[data-emoji=":rooster:"]:before,em[data-emoji=rooster]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f413.svg)}em[data-emoji=":turkey:"]:before,em[data-emoji=turkey]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f983.svg)}em[data-emoji=":peacock:"]:before,em[data-emoji=peacock]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99a.svg)}em[data-emoji=":parrot:"]:before,em[data-emoji=parrot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99c.svg)}em[data-emoji=":swan:"]:before,em[data-emoji=swan]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a2.svg)}em[data-emoji=":flamingo:"]:before,em[data-emoji=flamingo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a9.svg)}em[data-emoji=":dove:"]:before,em[data-emoji=dove]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f54a.svg)}em[data-emoji=":rabbit2:"]:before,em[data-emoji=rabbit2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f407.svg)}em[data-emoji=":sloth:"]:before,em[data-emoji=sloth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a5.svg)}em[data-emoji=":otter:"]:before,em[data-emoji=otter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a6.svg)}em[data-emoji=":skunk:"]:before,em[data-emoji=skunk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a8.svg)}em[data-emoji=":raccoon:"]:before,em[data-emoji=raccoon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f99d.svg)}em[data-emoji=":badger:"]:before,em[data-emoji=badger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9a1.svg)}em[data-emoji=":mouse2:"]:before,em[data-emoji=mouse2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f401.svg)}em[data-emoji=":rat:"]:before,em[data-emoji=rat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f400.svg)}em[data-emoji=":chipmunk:"]:before,em[data-emoji=chipmunk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43f.svg)}em[data-emoji=":hedgehog:"]:before,em[data-emoji=hedgehog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f994.svg)}em[data-emoji=":feet:"]:before,em[data-emoji=feet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f43e.svg)}em[data-emoji=":dragon:"]:before,em[data-emoji=dragon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f409.svg)}em[data-emoji=":dragon_face:"]:before,em[data-emoji=dragon_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f432.svg)}em[data-emoji=":cactus:"]:before,em[data-emoji=cactus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f335.svg)}em[data-emoji=":christmas_tree:"]:before,em[data-emoji=christmas_tree]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f384.svg)}em[data-emoji=":evergreen_tree:"]:before,em[data-emoji=evergreen_tree]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f332.svg)}em[data-emoji=":deciduous_tree:"]:before,em[data-emoji=deciduous_tree]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f333.svg)}em[data-emoji=":palm_tree:"]:before,em[data-emoji=palm_tree]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f334.svg)}em[data-emoji=":seedling:"]:before,em[data-emoji=seedling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f331.svg)}em[data-emoji=":herb:"]:before,em[data-emoji=herb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33f.svg)}em[data-emoji=":four_leaf_clover:"]:before,em[data-emoji=four_leaf_clover]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f340.svg)}em[data-emoji=":bamboo:"]:before,em[data-emoji=bamboo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38d.svg)}em[data-emoji=":tanabata_tree:"]:before,em[data-emoji=tanabata_tree]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38b.svg)}em[data-emoji=":leaves:"]:before,em[data-emoji=leaves]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f343.svg)}em[data-emoji=":fallen_leaf:"]:before,em[data-emoji=fallen_leaf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f342.svg)}em[data-emoji=":maple_leaf:"]:before,em[data-emoji=maple_leaf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f341.svg)}em[data-emoji=":mushroom:"]:before,em[data-emoji=mushroom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f344.svg)}em[data-emoji=":ear_of_rice:"]:before,em[data-emoji=ear_of_rice]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33e.svg)}em[data-emoji=":bouquet:"]:before,em[data-emoji=bouquet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f490.svg)}em[data-emoji=":tulip:"]:before,em[data-emoji=tulip]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f337.svg)}em[data-emoji=":rose:"]:before,em[data-emoji=rose]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f339.svg)}em[data-emoji=":wilted_rose:"]:before,em[data-emoji=wilted_rose]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f940.svg)}em[data-emoji=":hibiscus:"]:before,em[data-emoji=hibiscus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33a.svg)}em[data-emoji=":cherry_blossom:"]:before,em[data-emoji=cherry_blossom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f338.svg)}em[data-emoji=":blossom:"]:before,em[data-emoji=blossom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33c.svg)}em[data-emoji=":sunflower:"]:before,em[data-emoji=sunflower]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33b.svg)}em[data-emoji=":sun_with_face:"]:before,em[data-emoji=sun_with_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31e.svg)}em[data-emoji=":full_moon_with_face:"]:before,em[data-emoji=full_moon_with_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31d.svg)}em[data-emoji=":first_quarter_moon_with_face:"]:before,em[data-emoji=first_quarter_moon_with_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31b.svg)}em[data-emoji=":last_quarter_moon_with_face:"]:before,em[data-emoji=last_quarter_moon_with_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31c.svg)}em[data-emoji=":new_moon_with_face:"]:before,em[data-emoji=new_moon_with_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31a.svg)}em[data-emoji=":full_moon:"]:before,em[data-emoji=full_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f315.svg)}em[data-emoji=":waning_gibbous_moon:"]:before,em[data-emoji=waning_gibbous_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f316.svg)}em[data-emoji=":last_quarter_moon:"]:before,em[data-emoji=last_quarter_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f317.svg)}em[data-emoji=":waning_crescent_moon:"]:before,em[data-emoji=waning_crescent_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f318.svg)}em[data-emoji=":new_moon:"]:before,em[data-emoji=new_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f311.svg)}em[data-emoji=":waxing_crescent_moon:"]:before,em[data-emoji=waxing_crescent_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f312.svg)}em[data-emoji=":first_quarter_moon:"]:before,em[data-emoji=first_quarter_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f313.svg)}em[data-emoji=":waxing_gibbous_moon:"]:before,em[data-emoji=waxing_gibbous_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f314.svg)}em[data-emoji=":crescent_moon:"]:before,em[data-emoji=crescent_moon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f319.svg)}em[data-emoji=":earth_americas:"]:before,em[data-emoji=earth_americas]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30e.svg)}em[data-emoji=":earth_africa:"]:before,em[data-emoji=earth_africa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30d.svg)}em[data-emoji=":earth_asia:"]:before,em[data-emoji=earth_asia]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30f.svg)}em[data-emoji=":ringed_planet:"]:before,em[data-emoji=ringed_planet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa90.svg)}em[data-emoji=":dizzy:"]:before,em[data-emoji=dizzy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ab.svg)}em[data-emoji=":star:"]:before,em[data-emoji=star]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/2b50.svg)}em[data-emoji=":star2:"]:before,em[data-emoji=star2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f31f.svg)}em[data-emoji=":zap:"]:before,em[data-emoji=zap]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26a1.svg)}em[data-emoji=":boom:"]:before,em[data-emoji=boom]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a5.svg)}em[data-emoji=":fire:"]:before,em[data-emoji=fire]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f525.svg)}em[data-emoji=":cloud_tornado:"]:before,em[data-emoji=cloud_tornado]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32a.svg)}em[data-emoji=":rainbow:"]:before,em[data-emoji=rainbow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f308.svg)}em[data-emoji=":white_sun_small_cloud:"]:before,em[data-emoji=white_sun_small_cloud]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f324.svg)}em[data-emoji=":partly_sunny:"]:before,em[data-emoji=partly_sunny]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26c5.svg)}em[data-emoji=":white_sun_cloud:"]:before,em[data-emoji=white_sun_cloud]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f325.svg)}em[data-emoji=":white_sun_rain_cloud:"]:before,em[data-emoji=white_sun_rain_cloud]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f326.svg)}em[data-emoji=":cloud_rain:"]:before,em[data-emoji=cloud_rain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f327.svg)}em[data-emoji=":thunder_cloud_rain:"]:before,em[data-emoji=thunder_cloud_rain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26c8.svg)}em[data-emoji=":cloud_lightning:"]:before,em[data-emoji=cloud_lightning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f329.svg)}em[data-emoji=":cloud_snow:"]:before,em[data-emoji=cloud_snow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f328.svg)}em[data-emoji=":snowman:"]:before,em[data-emoji=snowman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26c4.svg)}em[data-emoji=":wind_blowing_face:"]:before,em[data-emoji=wind_blowing_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32c.svg)}em[data-emoji=":dash:"]:before,em[data-emoji=dash]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a8.svg)}em[data-emoji=":droplet:"]:before,em[data-emoji=droplet]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a7.svg)}em[data-emoji=":sweat_drops:"]:before,em[data-emoji=sweat_drops]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a6.svg)}em[data-emoji=":ocean:"]:before,em[data-emoji=ocean]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30a.svg)}em[data-emoji=":fog:"]:before,em[data-emoji=fog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32b.svg)}em[data-emoji=":green_apple:"]:before,em[data-emoji=green_apple]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34f.svg)}em[data-emoji=":apple:"]:before,em[data-emoji=apple]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34e.svg)}em[data-emoji=":pear:"]:before,em[data-emoji=pear]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f350.svg)}em[data-emoji=":tangerine:"]:before,em[data-emoji=tangerine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34a.svg)}em[data-emoji=":lemon:"]:before,em[data-emoji=lemon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34b.svg)}em[data-emoji=":banana:"]:before,em[data-emoji=banana]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34c.svg)}em[data-emoji=":watermelon:"]:before,em[data-emoji=watermelon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f349.svg)}em[data-emoji=":grapes:"]:before,em[data-emoji=grapes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f347.svg)}em[data-emoji=":strawberry:"]:before,em[data-emoji=strawberry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f353.svg)}em[data-emoji=":melon:"]:before,em[data-emoji=melon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f348.svg)}em[data-emoji=":cherries:"]:before,em[data-emoji=cherries]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f352.svg)}em[data-emoji=":peach:"]:before,em[data-emoji=peach]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f351.svg)}em[data-emoji=":mango:"]:before,em[data-emoji=mango]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96d.svg)}em[data-emoji=":pineapple:"]:before,em[data-emoji=pineapple]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f34d.svg)}em[data-emoji=":coconut:"]:before,em[data-emoji=coconut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f965.svg)}em[data-emoji=":kiwi:"]:before,em[data-emoji=kiwi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95d.svg)}em[data-emoji=":tomato:"]:before,em[data-emoji=tomato]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f345.svg)}em[data-emoji=":eggplant:"]:before,em[data-emoji=eggplant]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f346.svg)}em[data-emoji=":avocado:"]:before,em[data-emoji=avocado]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f951.svg)}em[data-emoji=":broccoli:"]:before,em[data-emoji=broccoli]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f966.svg)}em[data-emoji=":leafy_green:"]:before,em[data-emoji=leafy_green]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96c.svg)}em[data-emoji=":cucumber:"]:before,em[data-emoji=cucumber]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f952.svg)}em[data-emoji=":hot_pepper:"]:before,em[data-emoji=hot_pepper]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f336.svg)}em[data-emoji=":corn:"]:before,em[data-emoji=corn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f33d.svg)}em[data-emoji=":carrot:"]:before,em[data-emoji=carrot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f955.svg)}em[data-emoji=":onion:"]:before,em[data-emoji=onion]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c5.svg)}em[data-emoji=":garlic:"]:before,em[data-emoji=garlic]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c4.svg)}em[data-emoji=":potato:"]:before,em[data-emoji=potato]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f954.svg)}em[data-emoji=":sweet_potato:"]:before,em[data-emoji=sweet_potato]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f360.svg)}em[data-emoji=":croissant:"]:before,em[data-emoji=croissant]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f950.svg)}em[data-emoji=":bagel:"]:before,em[data-emoji=bagel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96f.svg)}em[data-emoji=":bread:"]:before,em[data-emoji=bread]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35e.svg)}em[data-emoji=":french_bread:"]:before,em[data-emoji=french_bread]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f956.svg)}em[data-emoji=":pretzel:"]:before,em[data-emoji=pretzel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f968.svg)}em[data-emoji=":cheese:"]:before,em[data-emoji=cheese]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c0.svg)}em[data-emoji=":egg:"]:before,em[data-emoji=egg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95a.svg)}em[data-emoji=":cooking:"]:before,em[data-emoji=cooking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f373.svg)}em[data-emoji=":pancakes:"]:before,em[data-emoji=pancakes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95e.svg)}em[data-emoji=":waffle:"]:before,em[data-emoji=waffle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c7.svg)}em[data-emoji=":bacon:"]:before,em[data-emoji=bacon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f953.svg)}em[data-emoji=":cut_of_meat:"]:before,em[data-emoji=cut_of_meat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f969.svg)}em[data-emoji=":poultry_leg:"]:before,em[data-emoji=poultry_leg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f357.svg)}em[data-emoji=":meat_on_bone:"]:before,em[data-emoji=meat_on_bone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f356.svg)}em[data-emoji=":hotdog:"]:before,em[data-emoji=hotdog]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32d.svg)}em[data-emoji=":hamburger:"]:before,em[data-emoji=hamburger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f354.svg)}em[data-emoji=":fries:"]:before,em[data-emoji=fries]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35f.svg)}em[data-emoji=":pizza:"]:before,em[data-emoji=pizza]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f355.svg)}em[data-emoji=":sandwich:"]:before,em[data-emoji=sandwich]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96a.svg)}em[data-emoji=":falafel:"]:before,em[data-emoji=falafel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c6.svg)}em[data-emoji=":stuffed_flatbread:"]:before,em[data-emoji=stuffed_flatbread]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f959.svg)}em[data-emoji=":taco:"]:before,em[data-emoji=taco]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32e.svg)}em[data-emoji=":burrito:"]:before,em[data-emoji=burrito]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f32f.svg)}em[data-emoji=":salad:"]:before,em[data-emoji=salad]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f957.svg)}em[data-emoji=":shallow_pan_of_food:"]:before,em[data-emoji=shallow_pan_of_food]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f958.svg)}em[data-emoji=":canned_food:"]:before,em[data-emoji=canned_food]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96b.svg)}em[data-emoji=":spaghetti:"]:before,em[data-emoji=spaghetti]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35d.svg)}em[data-emoji=":ramen:"]:before,em[data-emoji=ramen]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35c.svg)}em[data-emoji=":stew:"]:before,em[data-emoji=stew]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f372.svg)}em[data-emoji=":curry:"]:before,em[data-emoji=curry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35b.svg)}em[data-emoji=":sushi:"]:before,em[data-emoji=sushi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f363.svg)}em[data-emoji=":bento:"]:before,em[data-emoji=bento]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f371.svg)}em[data-emoji=":dumpling:"]:before,em[data-emoji=dumpling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95f.svg)}em[data-emoji=":fried_shrimp:"]:before,em[data-emoji=fried_shrimp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f364.svg)}em[data-emoji=":rice_ball:"]:before,em[data-emoji=rice_ball]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f359.svg)}em[data-emoji=":rice:"]:before,em[data-emoji=rice]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f35a.svg)}em[data-emoji=":rice_cracker:"]:before,em[data-emoji=rice_cracker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f358.svg)}em[data-emoji=":fish_cake:"]:before,em[data-emoji=fish_cake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f365.svg)}em[data-emoji=":fortune_cookie:"]:before,em[data-emoji=fortune_cookie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f960.svg)}em[data-emoji=":moon_cake:"]:before,em[data-emoji=moon_cake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f96e.svg)}em[data-emoji=":oden:"]:before,em[data-emoji=oden]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f362.svg)}em[data-emoji=":dango:"]:before,em[data-emoji=dango]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f361.svg)}em[data-emoji=":shaved_ice:"]:before,em[data-emoji=shaved_ice]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f367.svg)}em[data-emoji=":ice_cream:"]:before,em[data-emoji=ice_cream]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f368.svg)}em[data-emoji=":icecream:"]:before,em[data-emoji=icecream]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f366.svg)}em[data-emoji=":pie:"]:before,em[data-emoji=pie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f967.svg)}em[data-emoji=":cupcake:"]:before,em[data-emoji=cupcake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c1.svg)}em[data-emoji=":cake:"]:before,em[data-emoji=cake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f370.svg)}em[data-emoji=":birthday:"]:before,em[data-emoji=birthday]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f382.svg)}em[data-emoji=":custard:"]:before,em[data-emoji=custard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36e.svg)}em[data-emoji=":lollipop:"]:before,em[data-emoji=lollipop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36d.svg)}em[data-emoji=":candy:"]:before,em[data-emoji=candy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36c.svg)}em[data-emoji=":chocolate_bar:"]:before,em[data-emoji=chocolate_bar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36b.svg)}em[data-emoji=":popcorn:"]:before,em[data-emoji=popcorn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37f.svg)}em[data-emoji=":doughnut:"]:before,em[data-emoji=doughnut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f369.svg)}em[data-emoji=":cookie:"]:before,em[data-emoji=cookie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36a.svg)}em[data-emoji=":chestnut:"]:before,em[data-emoji=chestnut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f330.svg)}em[data-emoji=":peanuts:"]:before,em[data-emoji=peanuts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95c.svg)}em[data-emoji=":honey_pot:"]:before,em[data-emoji=honey_pot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f36f.svg)}em[data-emoji=":butter:"]:before,em[data-emoji=butter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c8.svg)}em[data-emoji=":milk:"]:before,em[data-emoji=milk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f95b.svg)}em[data-emoji=":baby_bottle:"]:before,em[data-emoji=baby_bottle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37c.svg)}em[data-emoji=":tea:"]:before,em[data-emoji=tea]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f375.svg)}em[data-emoji=":mate:"]:before,em[data-emoji=mate]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c9.svg)}em[data-emoji=":cup_with_straw:"]:before,em[data-emoji=cup_with_straw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f964.svg)}em[data-emoji=":beverage_box:"]:before,em[data-emoji=beverage_box]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c3.svg)}em[data-emoji=":ice_cube:"]:before,em[data-emoji=ice_cube]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ca.svg)}em[data-emoji=":sake:"]:before,em[data-emoji=sake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f376.svg)}em[data-emoji=":beer:"]:before,em[data-emoji=beer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37a.svg)}em[data-emoji=":beers:"]:before,em[data-emoji=beers]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37b.svg)}em[data-emoji=":champagne_glass:"]:before,em[data-emoji=champagne_glass]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f942.svg)}em[data-emoji=":wine_glass:"]:before,em[data-emoji=wine_glass]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f377.svg)}em[data-emoji=":tumbler_glass:"]:before,em[data-emoji=tumbler_glass]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f943.svg)}em[data-emoji=":cocktail:"]:before,em[data-emoji=cocktail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f378.svg)}em[data-emoji=":tropical_drink:"]:before,em[data-emoji=tropical_drink]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f379.svg)}em[data-emoji=":champagne:"]:before,em[data-emoji=champagne]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37e.svg)}em[data-emoji=":spoon:"]:before,em[data-emoji=spoon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f944.svg)}em[data-emoji=":fork_and_knife:"]:before,em[data-emoji=fork_and_knife]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f374.svg)}em[data-emoji=":fork_knife_plate:"]:before,em[data-emoji=fork_knife_plate]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f37d.svg)}em[data-emoji=":bowl_with_spoon:"]:before,em[data-emoji=bowl_with_spoon]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f963.svg)}em[data-emoji=":takeout_box:"]:before,em[data-emoji=takeout_box]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f961.svg)}em[data-emoji=":chopsticks:"]:before,em[data-emoji=chopsticks]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f962.svg)}em[data-emoji=":salt:"]:before,em[data-emoji=salt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9c2.svg)}em[data-emoji=":blush:"]:before,em[data-emoji=blush]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60a.svg)}em[data-emoji=":innocent:"]:before,em[data-emoji=innocent]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f607.svg)}em[data-emoji=":slight_smile:"]:before,em[data-emoji=slight_smile]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f642.svg)}em[data-emoji=":upside_down:"]:before,em[data-emoji=upside_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f643.svg)}em[data-emoji=":wink:"]:before,em[data-emoji=wink]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f609.svg)}em[data-emoji=":grinning:"]:before,em[data-emoji=grinning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f600.svg)}em[data-emoji=":smiley:"]:before,em[data-emoji=smiley]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f603.svg)}em[data-emoji=":smile:"]:before,em[data-emoji=smile]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f604.svg)}em[data-emoji=":grin:"]:before,em[data-emoji=grin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f601.svg)}em[data-emoji=":laughing:"]:before,em[data-emoji=laughing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f606.svg)}em[data-emoji=":sweat_smile:"]:before,em[data-emoji=sweat_smile]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f605.svg)}em[data-emoji=":joy:"]:before,em[data-emoji=joy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f602.svg)}em[data-emoji=":rofl:"]:before,em[data-emoji=rofl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f923.svg)}em[data-emoji=":relaxed:"]:before,em[data-emoji=relaxed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/263a.svg)}em[data-emoji=":relieved:"]:before,em[data-emoji=relieved]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60c.svg)}em[data-emoji=":heart_eyes:"]:before,em[data-emoji=heart_eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60d.svg)}em[data-emoji=":smiling_face_with_3_hearts:"]:before,em[data-emoji=smiling_face_with_3_hearts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f970.svg)}em[data-emoji=":kissing_heart:"]:before,em[data-emoji=kissing_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f618.svg)}em[data-emoji=":kissing:"]:before,em[data-emoji=kissing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f617.svg)}em[data-emoji=":kissing_smiling_eyes:"]:before,em[data-emoji=kissing_smiling_eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f619.svg)}em[data-emoji=":kissing_closed_eyes:"]:before,em[data-emoji=kissing_closed_eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61a.svg)}em[data-emoji=":yum:"]:before,em[data-emoji=yum]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60b.svg)}em[data-emoji=":stuck_out_tongue:"]:before,em[data-emoji=stuck_out_tongue]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61b.svg)}em[data-emoji=":stuck_out_tongue_closed_eyes:"]:before,em[data-emoji=stuck_out_tongue_closed_eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61d.svg)}em[data-emoji=":stuck_out_tongue_winking_eye:"]:before,em[data-emoji=stuck_out_tongue_winking_eye]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61c.svg)}em[data-emoji=":zany_face:"]:before,em[data-emoji=zany_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92a.svg)}em[data-emoji=":face_with_raised_eyebrow:"]:before,em[data-emoji=face_with_raised_eyebrow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f928.svg)}em[data-emoji=":face_with_monocle:"]:before,em[data-emoji=face_with_monocle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d0.svg)}em[data-emoji=":nerd:"]:before,em[data-emoji=nerd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f913.svg)}em[data-emoji=":sunglasses:"]:before,em[data-emoji=sunglasses]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60e.svg)}em[data-emoji=":star_struck:"]:before,em[data-emoji=star_struck]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f929.svg)}em[data-emoji=":partying_face:"]:before,em[data-emoji=partying_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f973.svg)}em[data-emoji=":smirk:"]:before,em[data-emoji=smirk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f60f.svg)}em[data-emoji=":unamused:"]:before,em[data-emoji=unamused]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f612.svg)}em[data-emoji=":disappointed:"]:before,em[data-emoji=disappointed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61e.svg)}em[data-emoji=":pensive:"]:before,em[data-emoji=pensive]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f614.svg)}em[data-emoji=":worried:"]:before,em[data-emoji=worried]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f61f.svg)}em[data-emoji=":confused:"]:before,em[data-emoji=confused]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f615.svg)}em[data-emoji=":slight_frown:"]:before,em[data-emoji=slight_frown]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f641.svg)}em[data-emoji=":persevere:"]:before,em[data-emoji=persevere]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f623.svg)}em[data-emoji=":confounded:"]:before,em[data-emoji=confounded]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f616.svg)}em[data-emoji=":tired_face:"]:before,em[data-emoji=tired_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62b.svg)}em[data-emoji=":weary:"]:before,em[data-emoji=weary]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f629.svg)}em[data-emoji=":yawning_face:"]:before,em[data-emoji=yawning_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f971.svg)}em[data-emoji=":pleading_face:"]:before,em[data-emoji=pleading_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97a.svg)}em[data-emoji=":cry:"]:before,em[data-emoji=cry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f622.svg)}em[data-emoji=":sob:"]:before,em[data-emoji=sob]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62d.svg)}em[data-emoji=":triumph:"]:before,em[data-emoji=triumph]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f624.svg)}em[data-emoji=":angry:"]:before,em[data-emoji=angry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f620.svg)}em[data-emoji=":rage:"]:before,em[data-emoji=rage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f621.svg)}em[data-emoji=":face_with_symbols_over_mouth:"]:before,em[data-emoji=face_with_symbols_over_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92c.svg)}em[data-emoji=":exploding_head:"]:before,em[data-emoji=exploding_head]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92f.svg)}em[data-emoji=":flushed:"]:before,em[data-emoji=flushed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f633.svg)}em[data-emoji=":hot_face:"]:before,em[data-emoji=hot_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f975.svg)}em[data-emoji=":cold_face:"]:before,em[data-emoji=cold_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f976.svg)}em[data-emoji=":scream:"]:before,em[data-emoji=scream]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f631.svg)}em[data-emoji=":fearful:"]:before,em[data-emoji=fearful]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f628.svg)}em[data-emoji=":cold_sweat:"]:before,em[data-emoji=cold_sweat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f630.svg)}em[data-emoji=":disappointed_relieved:"]:before,em[data-emoji=disappointed_relieved]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f625.svg)}em[data-emoji=":sweat:"]:before,em[data-emoji=sweat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f613.svg)}em[data-emoji=":hugging:"]:before,em[data-emoji=hugging]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f917.svg)}em[data-emoji=":thinking:"]:before,em[data-emoji=thinking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f914.svg)}em[data-emoji=":face_with_hand_over_mouth:"]:before,em[data-emoji=face_with_hand_over_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92d.svg)}em[data-emoji=":shushing_face:"]:before,em[data-emoji=shushing_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92b.svg)}em[data-emoji=":lying_face:"]:before,em[data-emoji=lying_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f925.svg)}em[data-emoji=":no_mouth:"]:before,em[data-emoji=no_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f636.svg)}em[data-emoji=":neutral_face:"]:before,em[data-emoji=neutral_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f610.svg)}em[data-emoji=":expressionless:"]:before,em[data-emoji=expressionless]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f611.svg)}em[data-emoji=":grimacing:"]:before,em[data-emoji=grimacing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62c.svg)}em[data-emoji=":rolling_eyes:"]:before,em[data-emoji=rolling_eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f644.svg)}em[data-emoji=":hushed:"]:before,em[data-emoji=hushed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62f.svg)}em[data-emoji=":frowning:"]:before,em[data-emoji=frowning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f626.svg)}em[data-emoji=":anguished:"]:before,em[data-emoji=anguished]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f627.svg)}em[data-emoji=":open_mouth:"]:before,em[data-emoji=open_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62e.svg)}em[data-emoji=":astonished:"]:before,em[data-emoji=astonished]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f632.svg)}em[data-emoji=":sleeping:"]:before,em[data-emoji=sleeping]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f634.svg)}em[data-emoji=":drooling_face:"]:before,em[data-emoji=drooling_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f924.svg)}em[data-emoji=":sleepy:"]:before,em[data-emoji=sleepy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f62a.svg)}em[data-emoji=":dizzy_face:"]:before,em[data-emoji=dizzy_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f635.svg)}em[data-emoji=":zipper_mouth:"]:before,em[data-emoji=zipper_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f910.svg)}em[data-emoji=":woozy_face:"]:before,em[data-emoji=woozy_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f974.svg)}em[data-emoji=":nauseated_face:"]:before,em[data-emoji=nauseated_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f922.svg)}em[data-emoji=":face_vomiting:"]:before,em[data-emoji=face_vomiting]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f92e.svg)}em[data-emoji=":sneezing_face:"]:before,em[data-emoji=sneezing_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f927.svg)}em[data-emoji=":mask:"]:before,em[data-emoji=mask]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f637.svg)}em[data-emoji=":thermometer_face:"]:before,em[data-emoji=thermometer_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f912.svg)}em[data-emoji=":head_bandage:"]:before,em[data-emoji=head_bandage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f915.svg)}em[data-emoji=":money_mouth:"]:before,em[data-emoji=money_mouth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f911.svg)}em[data-emoji=":cowboy:"]:before,em[data-emoji=cowboy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f920.svg)}em[data-emoji=":smiling_imp:"]:before,em[data-emoji=smiling_imp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f608.svg)}em[data-emoji=":imp:"]:before,em[data-emoji=imp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47f.svg)}em[data-emoji=":japanese_ogre:"]:before,em[data-emoji=japanese_ogre]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f479.svg)}em[data-emoji=":japanese_goblin:"]:before,em[data-emoji=japanese_goblin]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47a.svg)}em[data-emoji=":clown:"]:before,em[data-emoji=clown]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f921.svg)}em[data-emoji=":poop:"]:before,em[data-emoji=poop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4a9.svg)}em[data-emoji=":ghost:"]:before,em[data-emoji=ghost]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47b.svg)}em[data-emoji=":skull:"]:before,em[data-emoji=skull]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f480.svg)}em[data-emoji=":alien:"]:before,em[data-emoji=alien]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47d.svg)}em[data-emoji=":space_invader:"]:before,em[data-emoji=space_invader]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47e.svg)}em[data-emoji=":robot:"]:before,em[data-emoji=robot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f916.svg)}em[data-emoji=":jack_o_lantern:"]:before,em[data-emoji=jack_o_lantern]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f383.svg)}em[data-emoji=":smiley_cat:"]:before,em[data-emoji=smiley_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63a.svg)}em[data-emoji=":smile_cat:"]:before,em[data-emoji=smile_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f638.svg)}em[data-emoji=":joy_cat:"]:before,em[data-emoji=joy_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f639.svg)}em[data-emoji=":heart_eyes_cat:"]:before,em[data-emoji=heart_eyes_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63b.svg)}em[data-emoji=":smirk_cat:"]:before,em[data-emoji=smirk_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63c.svg)}em[data-emoji=":kissing_cat:"]:before,em[data-emoji=kissing_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63d.svg)}em[data-emoji=":scream_cat:"]:before,em[data-emoji=scream_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f640.svg)}em[data-emoji=":crying_cat_face:"]:before,em[data-emoji=crying_cat_face]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63f.svg)}em[data-emoji=":pouting_cat:"]:before,em[data-emoji=pouting_cat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f63e.svg)}em[data-emoji=":handshake:"]:before,em[data-emoji=handshake]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91d.svg)}em[data-emoji=":palms_up_together:"]:before,em[data-emoji=palms_up_together]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932.svg)}em[data-emoji=":palms_up_together_tone1:"]:before,em[data-emoji=palms_up_together_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fb.svg)}em[data-emoji=":palms_up_together_tone2:"]:before,em[data-emoji=palms_up_together_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fc.svg)}em[data-emoji=":palms_up_together_tone3:"]:before,em[data-emoji=palms_up_together_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fd.svg)}em[data-emoji=":palms_up_together_tone4:"]:before,em[data-emoji=palms_up_together_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3fe.svg)}em[data-emoji=":palms_up_together_tone5:"]:before,em[data-emoji=palms_up_together_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f932-1f3ff.svg)}em[data-emoji=":open_hands:"]:before,em[data-emoji=open_hands]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450.svg)}em[data-emoji=":open_hands_tone1:"]:before,em[data-emoji=open_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fb.svg)}em[data-emoji=":open_hands_tone2:"]:before,em[data-emoji=open_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fc.svg)}em[data-emoji=":open_hands_tone3:"]:before,em[data-emoji=open_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fd.svg)}em[data-emoji=":open_hands_tone4:"]:before,em[data-emoji=open_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3fe.svg)}em[data-emoji=":open_hands_tone5:"]:before,em[data-emoji=open_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f450-1f3ff.svg)}em[data-emoji=":raised_hands:"]:before,em[data-emoji=raised_hands]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c.svg)}em[data-emoji=":raised_hands_tone1:"]:before,em[data-emoji=raised_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fb.svg)}em[data-emoji=":raised_hands_tone2:"]:before,em[data-emoji=raised_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fc.svg)}em[data-emoji=":raised_hands_tone3:"]:before,em[data-emoji=raised_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fd.svg)}em[data-emoji=":raised_hands_tone4:"]:before,em[data-emoji=raised_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3fe.svg)}em[data-emoji=":raised_hands_tone5:"]:before,em[data-emoji=raised_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64c-1f3ff.svg)}em[data-emoji=":clap:"]:before,em[data-emoji=clap]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f.svg)}em[data-emoji=":clap_tone1:"]:before,em[data-emoji=clap_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fb.svg)}em[data-emoji=":clap_tone2:"]:before,em[data-emoji=clap_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fc.svg)}em[data-emoji=":clap_tone3:"]:before,em[data-emoji=clap_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fd.svg)}em[data-emoji=":clap_tone4:"]:before,em[data-emoji=clap_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3fe.svg)}em[data-emoji=":clap_tone5:"]:before,em[data-emoji=clap_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44f-1f3ff.svg)}em[data-emoji=":thumbsup:"]:before,em[data-emoji=thumbsup]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d.svg)}em[data-emoji=":thumbsup_tone1:"]:before,em[data-emoji=thumbsup_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fb.svg)}em[data-emoji=":thumbsup_tone2:"]:before,em[data-emoji=thumbsup_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fc.svg)}em[data-emoji=":thumbsup_tone3:"]:before,em[data-emoji=thumbsup_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fd.svg)}em[data-emoji=":thumbsup_tone4:"]:before,em[data-emoji=thumbsup_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3fe.svg)}em[data-emoji=":thumbsup_tone5:"]:before,em[data-emoji=thumbsup_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44d-1f3ff.svg)}em[data-emoji=":thumbsdown:"]:before,em[data-emoji=thumbsdown]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e.svg)}em[data-emoji=":thumbsdown_tone1:"]:before,em[data-emoji=thumbsdown_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fb.svg)}em[data-emoji=":thumbsdown_tone2:"]:before,em[data-emoji=thumbsdown_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fc.svg)}em[data-emoji=":thumbsdown_tone3:"]:before,em[data-emoji=thumbsdown_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fd.svg)}em[data-emoji=":thumbsdown_tone4:"]:before,em[data-emoji=thumbsdown_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3fe.svg)}em[data-emoji=":thumbsdown_tone5:"]:before,em[data-emoji=thumbsdown_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44e-1f3ff.svg)}em[data-emoji=":punch:"]:before,em[data-emoji=punch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a.svg)}em[data-emoji=":punch_tone1:"]:before,em[data-emoji=punch_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fb.svg)}em[data-emoji=":punch_tone2:"]:before,em[data-emoji=punch_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fc.svg)}em[data-emoji=":punch_tone3:"]:before,em[data-emoji=punch_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fd.svg)}em[data-emoji=":punch_tone4:"]:before,em[data-emoji=punch_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3fe.svg)}em[data-emoji=":punch_tone5:"]:before,em[data-emoji=punch_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44a-1f3ff.svg)}em[data-emoji=":fist:"]:before,em[data-emoji=fist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a.svg)}em[data-emoji=":fist_tone1:"]:before,em[data-emoji=fist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fb.svg)}em[data-emoji=":fist_tone2:"]:before,em[data-emoji=fist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fc.svg)}em[data-emoji=":fist_tone3:"]:before,em[data-emoji=fist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fd.svg)}em[data-emoji=":fist_tone4:"]:before,em[data-emoji=fist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a-1f3fe.svg)}em[data-emoji=":fist_tone5:"]:before,em[data-emoji=fist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270a-1f3ff.svg)}em[data-emoji=":left_facing_fist:"]:before,em[data-emoji=left_facing_fist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b.svg)}em[data-emoji=":left_facing_fist_tone1:"]:before,em[data-emoji=left_facing_fist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fb.svg)}em[data-emoji=":left_facing_fist_tone2:"]:before,em[data-emoji=left_facing_fist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fc.svg)}em[data-emoji=":left_facing_fist_tone3:"]:before,em[data-emoji=left_facing_fist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fd.svg)}em[data-emoji=":left_facing_fist_tone4:"]:before,em[data-emoji=left_facing_fist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3fe.svg)}em[data-emoji=":left_facing_fist_tone5:"]:before,em[data-emoji=left_facing_fist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91b-1f3ff.svg)}em[data-emoji=":right_facing_fist:"]:before,em[data-emoji=right_facing_fist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c.svg)}em[data-emoji=":right_facing_fist_tone1:"]:before,em[data-emoji=right_facing_fist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fb.svg)}em[data-emoji=":right_facing_fist_tone2:"]:before,em[data-emoji=right_facing_fist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fc.svg)}em[data-emoji=":right_facing_fist_tone3:"]:before,em[data-emoji=right_facing_fist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fd.svg)}em[data-emoji=":right_facing_fist_tone4:"]:before,em[data-emoji=right_facing_fist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3fe.svg)}em[data-emoji=":right_facing_fist_tone5:"]:before,em[data-emoji=right_facing_fist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91c-1f3ff.svg)}em[data-emoji=":fingers_crossed:"]:before,em[data-emoji=fingers_crossed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e.svg)}em[data-emoji=":fingers_crossed_tone1:"]:before,em[data-emoji=fingers_crossed_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fb.svg)}em[data-emoji=":fingers_crossed_tone2:"]:before,em[data-emoji=fingers_crossed_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fc.svg)}em[data-emoji=":fingers_crossed_tone3:"]:before,em[data-emoji=fingers_crossed_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fd.svg)}em[data-emoji=":fingers_crossed_tone4:"]:before,em[data-emoji=fingers_crossed_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3fe.svg)}em[data-emoji=":fingers_crossed_tone5:"]:before,em[data-emoji=fingers_crossed_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91e-1f3ff.svg)}em[data-emoji=":v:"]:before,em[data-emoji="v"]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c.svg)}em[data-emoji=":v_tone1:"]:before,em[data-emoji=v_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fb.svg)}em[data-emoji=":v_tone2:"]:before,em[data-emoji=v_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fc.svg)}em[data-emoji=":v_tone3:"]:before,em[data-emoji=v_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fd.svg)}em[data-emoji=":v_tone4:"]:before,em[data-emoji=v_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c-1f3fe.svg)}em[data-emoji=":v_tone5:"]:before,em[data-emoji=v_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270c-1f3ff.svg)}em[data-emoji=":love_you_gesture:"]:before,em[data-emoji=love_you_gesture]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f.svg)}em[data-emoji=":love_you_gesture_tone1:"]:before,em[data-emoji=love_you_gesture_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fb.svg)}em[data-emoji=":love_you_gesture_tone2:"]:before,em[data-emoji=love_you_gesture_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fc.svg)}em[data-emoji=":love_you_gesture_tone3:"]:before,em[data-emoji=love_you_gesture_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fd.svg)}em[data-emoji=":love_you_gesture_tone4:"]:before,em[data-emoji=love_you_gesture_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3fe.svg)}em[data-emoji=":love_you_gesture_tone5:"]:before,em[data-emoji=love_you_gesture_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91f-1f3ff.svg)}em[data-emoji=":metal:"]:before,em[data-emoji=metal]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918.svg)}em[data-emoji=":metal_tone1:"]:before,em[data-emoji=metal_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fb.svg)}em[data-emoji=":metal_tone2:"]:before,em[data-emoji=metal_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fc.svg)}em[data-emoji=":metal_tone3:"]:before,em[data-emoji=metal_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fd.svg)}em[data-emoji=":metal_tone4:"]:before,em[data-emoji=metal_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3fe.svg)}em[data-emoji=":metal_tone5:"]:before,em[data-emoji=metal_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f918-1f3ff.svg)}em[data-emoji=":ok_hand:"]:before,em[data-emoji=ok_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c.svg)}em[data-emoji=":ok_hand_tone1:"]:before,em[data-emoji=ok_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fb.svg)}em[data-emoji=":ok_hand_tone2:"]:before,em[data-emoji=ok_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fc.svg)}em[data-emoji=":ok_hand_tone3:"]:before,em[data-emoji=ok_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fd.svg)}em[data-emoji=":ok_hand_tone4:"]:before,em[data-emoji=ok_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3fe.svg)}em[data-emoji=":ok_hand_tone5:"]:before,em[data-emoji=ok_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44c-1f3ff.svg)}em[data-emoji=":pinching_hand:"]:before,em[data-emoji=pinching_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f.svg)}em[data-emoji=":pinching_hand_tone1:"]:before,em[data-emoji=pinching_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fb.svg)}em[data-emoji=":pinching_hand_tone2:"]:before,em[data-emoji=pinching_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fc.svg)}em[data-emoji=":pinching_hand_tone3:"]:before,em[data-emoji=pinching_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fd.svg)}em[data-emoji=":pinching_hand_tone4:"]:before,em[data-emoji=pinching_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3fe.svg)}em[data-emoji=":pinching_hand_tone5:"]:before,em[data-emoji=pinching_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f90f-1f3ff.svg)}em[data-emoji=":point_left:"]:before,em[data-emoji=point_left]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448.svg)}em[data-emoji=":point_left_tone1:"]:before,em[data-emoji=point_left_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fb.svg)}em[data-emoji=":point_left_tone2:"]:before,em[data-emoji=point_left_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fc.svg)}em[data-emoji=":point_left_tone3:"]:before,em[data-emoji=point_left_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fd.svg)}em[data-emoji=":point_left_tone4:"]:before,em[data-emoji=point_left_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3fe.svg)}em[data-emoji=":point_left_tone5:"]:before,em[data-emoji=point_left_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f448-1f3ff.svg)}em[data-emoji=":point_right:"]:before,em[data-emoji=point_right]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449.svg)}em[data-emoji=":point_right_tone1:"]:before,em[data-emoji=point_right_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fb.svg)}em[data-emoji=":point_right_tone2:"]:before,em[data-emoji=point_right_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fc.svg)}em[data-emoji=":point_right_tone3:"]:before,em[data-emoji=point_right_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fd.svg)}em[data-emoji=":point_right_tone4:"]:before,em[data-emoji=point_right_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3fe.svg)}em[data-emoji=":point_right_tone5:"]:before,em[data-emoji=point_right_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f449-1f3ff.svg)}em[data-emoji=":point_up_2:"]:before,em[data-emoji=point_up_2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446.svg)}em[data-emoji=":point_up_2_tone1:"]:before,em[data-emoji=point_up_2_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fb.svg)}em[data-emoji=":point_up_2_tone2:"]:before,em[data-emoji=point_up_2_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fc.svg)}em[data-emoji=":point_up_2_tone3:"]:before,em[data-emoji=point_up_2_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fd.svg)}em[data-emoji=":point_up_2_tone4:"]:before,em[data-emoji=point_up_2_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3fe.svg)}em[data-emoji=":point_up_2_tone5:"]:before,em[data-emoji=point_up_2_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f446-1f3ff.svg)}em[data-emoji=":point_down:"]:before,em[data-emoji=point_down]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447.svg)}em[data-emoji=":point_down_tone1:"]:before,em[data-emoji=point_down_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fb.svg)}em[data-emoji=":point_down_tone2:"]:before,em[data-emoji=point_down_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fc.svg)}em[data-emoji=":point_down_tone3:"]:before,em[data-emoji=point_down_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fd.svg)}em[data-emoji=":point_down_tone4:"]:before,em[data-emoji=point_down_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3fe.svg)}em[data-emoji=":point_down_tone5:"]:before,em[data-emoji=point_down_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f447-1f3ff.svg)}em[data-emoji=":point_up:"]:before,em[data-emoji=point_up]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d.svg)}em[data-emoji=":point_up_tone1:"]:before,em[data-emoji=point_up_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fb.svg)}em[data-emoji=":point_up_tone2:"]:before,em[data-emoji=point_up_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fc.svg)}em[data-emoji=":point_up_tone3:"]:before,em[data-emoji=point_up_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fd.svg)}em[data-emoji=":point_up_tone4:"]:before,em[data-emoji=point_up_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d-1f3fe.svg)}em[data-emoji=":point_up_tone5:"]:before,em[data-emoji=point_up_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/261d-1f3ff.svg)}em[data-emoji=":raised_hand:"]:before,em[data-emoji=raised_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b.svg)}em[data-emoji=":raised_hand_tone1:"]:before,em[data-emoji=raised_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fb.svg)}em[data-emoji=":raised_hand_tone2:"]:before,em[data-emoji=raised_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fc.svg)}em[data-emoji=":raised_hand_tone3:"]:before,em[data-emoji=raised_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fd.svg)}em[data-emoji=":raised_hand_tone4:"]:before,em[data-emoji=raised_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b-1f3fe.svg)}em[data-emoji=":raised_hand_tone5:"]:before,em[data-emoji=raised_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270b-1f3ff.svg)}em[data-emoji=":raised_back_of_hand:"]:before,em[data-emoji=raised_back_of_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a.svg)}em[data-emoji=":raised_back_of_hand_tone1:"]:before,em[data-emoji=raised_back_of_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fb.svg)}em[data-emoji=":raised_back_of_hand_tone2:"]:before,em[data-emoji=raised_back_of_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fc.svg)}em[data-emoji=":raised_back_of_hand_tone3:"]:before,em[data-emoji=raised_back_of_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fd.svg)}em[data-emoji=":raised_back_of_hand_tone4:"]:before,em[data-emoji=raised_back_of_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3fe.svg)}em[data-emoji=":raised_back_of_hand_tone5:"]:before,em[data-emoji=raised_back_of_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f91a-1f3ff.svg)}em[data-emoji=":hand_splayed:"]:before,em[data-emoji=hand_splayed]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590.svg)}em[data-emoji=":hand_splayed_tone1:"]:before,em[data-emoji=hand_splayed_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fb.svg)}em[data-emoji=":hand_splayed_tone2:"]:before,em[data-emoji=hand_splayed_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fc.svg)}em[data-emoji=":hand_splayed_tone3:"]:before,em[data-emoji=hand_splayed_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fd.svg)}em[data-emoji=":hand_splayed_tone4:"]:before,em[data-emoji=hand_splayed_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3fe.svg)}em[data-emoji=":hand_splayed_tone5:"]:before,em[data-emoji=hand_splayed_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f590-1f3ff.svg)}em[data-emoji=":vulcan:"]:before,em[data-emoji=vulcan]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596.svg)}em[data-emoji=":vulcan_tone1:"]:before,em[data-emoji=vulcan_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fb.svg)}em[data-emoji=":vulcan_tone2:"]:before,em[data-emoji=vulcan_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fc.svg)}em[data-emoji=":vulcan_tone3:"]:before,em[data-emoji=vulcan_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fd.svg)}em[data-emoji=":vulcan_tone4:"]:before,em[data-emoji=vulcan_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3fe.svg)}em[data-emoji=":vulcan_tone5:"]:before,em[data-emoji=vulcan_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f596-1f3ff.svg)}em[data-emoji=":wave:"]:before,em[data-emoji=wave]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b.svg)}em[data-emoji=":wave_tone1:"]:before,em[data-emoji=wave_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fb.svg)}em[data-emoji=":wave_tone2:"]:before,em[data-emoji=wave_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fc.svg)}em[data-emoji=":wave_tone3:"]:before,em[data-emoji=wave_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fd.svg)}em[data-emoji=":wave_tone4:"]:before,em[data-emoji=wave_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3fe.svg)}em[data-emoji=":wave_tone5:"]:before,em[data-emoji=wave_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f44b-1f3ff.svg)}em[data-emoji=":call_me:"]:before,em[data-emoji=call_me]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919.svg)}em[data-emoji=":call_me_tone1:"]:before,em[data-emoji=call_me_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fb.svg)}em[data-emoji=":call_me_tone2:"]:before,em[data-emoji=call_me_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fc.svg)}em[data-emoji=":call_me_tone3:"]:before,em[data-emoji=call_me_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fd.svg)}em[data-emoji=":call_me_tone4:"]:before,em[data-emoji=call_me_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3fe.svg)}em[data-emoji=":call_me_tone5:"]:before,em[data-emoji=call_me_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f919-1f3ff.svg)}em[data-emoji=":muscle:"]:before,em[data-emoji=muscle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa.svg)}em[data-emoji=":muscle_tone1:"]:before,em[data-emoji=muscle_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fb.svg)}em[data-emoji=":muscle_tone2:"]:before,em[data-emoji=muscle_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fc.svg)}em[data-emoji=":muscle_tone3:"]:before,em[data-emoji=muscle_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fd.svg)}em[data-emoji=":muscle_tone4:"]:before,em[data-emoji=muscle_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3fe.svg)}em[data-emoji=":muscle_tone5:"]:before,em[data-emoji=muscle_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4aa-1f3ff.svg)}em[data-emoji=":mechanical_arm:"]:before,em[data-emoji=mechanical_arm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9be.svg)}em[data-emoji=":middle_finger:"]:before,em[data-emoji=middle_finger]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595.svg)}em[data-emoji=":middle_finger_tone1:"]:before,em[data-emoji=middle_finger_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fb.svg)}em[data-emoji=":middle_finger_tone2:"]:before,em[data-emoji=middle_finger_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fc.svg)}em[data-emoji=":middle_finger_tone3:"]:before,em[data-emoji=middle_finger_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fd.svg)}em[data-emoji=":middle_finger_tone4:"]:before,em[data-emoji=middle_finger_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3fe.svg)}em[data-emoji=":middle_finger_tone5:"]:before,em[data-emoji=middle_finger_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f595-1f3ff.svg)}em[data-emoji=":writing_hand:"]:before,em[data-emoji=writing_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d.svg)}em[data-emoji=":writing_hand_tone1:"]:before,em[data-emoji=writing_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fb.svg)}em[data-emoji=":writing_hand_tone2:"]:before,em[data-emoji=writing_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fc.svg)}em[data-emoji=":writing_hand_tone3:"]:before,em[data-emoji=writing_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fd.svg)}em[data-emoji=":writing_hand_tone4:"]:before,em[data-emoji=writing_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d-1f3fe.svg)}em[data-emoji=":writing_hand_tone5:"]:before,em[data-emoji=writing_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/270d-1f3ff.svg)}em[data-emoji=":pray:"]:before,em[data-emoji=pray]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f.svg)}em[data-emoji=":pray_tone1:"]:before,em[data-emoji=pray_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fb.svg)}em[data-emoji=":pray_tone2:"]:before,em[data-emoji=pray_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fc.svg)}em[data-emoji=":pray_tone3:"]:before,em[data-emoji=pray_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fd.svg)}em[data-emoji=":pray_tone4:"]:before,em[data-emoji=pray_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3fe.svg)}em[data-emoji=":pray_tone5:"]:before,em[data-emoji=pray_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64f-1f3ff.svg)}em[data-emoji=":foot:"]:before,em[data-emoji=foot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6.svg)}em[data-emoji=":foot_tone1:"]:before,em[data-emoji=foot_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fb.svg)}em[data-emoji=":foot_tone2:"]:before,em[data-emoji=foot_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fc.svg)}em[data-emoji=":foot_tone3:"]:before,em[data-emoji=foot_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fd.svg)}em[data-emoji=":foot_tone4:"]:before,em[data-emoji=foot_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3fe.svg)}em[data-emoji=":foot_tone5:"]:before,em[data-emoji=foot_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b6-1f3ff.svg)}em[data-emoji=":leg:"]:before,em[data-emoji=leg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5.svg)}em[data-emoji=":leg_tone1:"]:before,em[data-emoji=leg_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fb.svg)}em[data-emoji=":leg_tone2:"]:before,em[data-emoji=leg_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fc.svg)}em[data-emoji=":leg_tone3:"]:before,em[data-emoji=leg_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fd.svg)}em[data-emoji=":leg_tone4:"]:before,em[data-emoji=leg_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3fe.svg)}em[data-emoji=":leg_tone5:"]:before,em[data-emoji=leg_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b5-1f3ff.svg)}em[data-emoji=":mechanical_leg:"]:before,em[data-emoji=mechanical_leg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bf.svg)}em[data-emoji=":lipstick:"]:before,em[data-emoji=lipstick]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f484.svg)}em[data-emoji=":kiss:"]:before,em[data-emoji=kiss]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48b.svg)}em[data-emoji=":lips:"]:before,em[data-emoji=lips]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f444.svg)}em[data-emoji=":tongue:"]:before,em[data-emoji=tongue]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f445.svg)}em[data-emoji=":tooth:"]:before,em[data-emoji=tooth]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b7.svg)}em[data-emoji=":bone:"]:before,em[data-emoji=bone]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b4.svg)}em[data-emoji=":ear:"]:before,em[data-emoji=ear]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442.svg)}em[data-emoji=":ear_tone1:"]:before,em[data-emoji=ear_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fb.svg)}em[data-emoji=":ear_tone2:"]:before,em[data-emoji=ear_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fc.svg)}em[data-emoji=":ear_tone3:"]:before,em[data-emoji=ear_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fd.svg)}em[data-emoji=":ear_tone4:"]:before,em[data-emoji=ear_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3fe.svg)}em[data-emoji=":ear_tone5:"]:before,em[data-emoji=ear_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f442-1f3ff.svg)}em[data-emoji=":ear_with_hearing_aid:"]:before,em[data-emoji=ear_with_hearing_aid]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb.svg)}em[data-emoji=":ear_with_hearing_aid_tone1:"]:before,em[data-emoji=ear_with_hearing_aid_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fb.svg)}em[data-emoji=":ear_with_hearing_aid_tone2:"]:before,em[data-emoji=ear_with_hearing_aid_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fc.svg)}em[data-emoji=":ear_with_hearing_aid_tone3:"]:before,em[data-emoji=ear_with_hearing_aid_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fd.svg)}em[data-emoji=":ear_with_hearing_aid_tone4:"]:before,em[data-emoji=ear_with_hearing_aid_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3fe.svg)}em[data-emoji=":ear_with_hearing_aid_tone5:"]:before,em[data-emoji=ear_with_hearing_aid_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bb-1f3ff.svg)}em[data-emoji=":nose:"]:before,em[data-emoji=nose]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443.svg)}em[data-emoji=":nose_tone1:"]:before,em[data-emoji=nose_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fb.svg)}em[data-emoji=":nose_tone2:"]:before,em[data-emoji=nose_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fc.svg)}em[data-emoji=":nose_tone3:"]:before,em[data-emoji=nose_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fd.svg)}em[data-emoji=":nose_tone4:"]:before,em[data-emoji=nose_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3fe.svg)}em[data-emoji=":nose_tone5:"]:before,em[data-emoji=nose_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f443-1f3ff.svg)}em[data-emoji=":footprints:"]:before,em[data-emoji=footprints]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f463.svg)}em[data-emoji=":eye:"]:before,em[data-emoji=eye]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f441.svg)}em[data-emoji=":eyes:"]:before,em[data-emoji=eyes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f440.svg)}em[data-emoji=":brain:"]:before,em[data-emoji=brain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e0.svg)}em[data-emoji=":speaking_head:"]:before,em[data-emoji=speaking_head]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5e3.svg)}em[data-emoji=":bust_in_silhouette:"]:before,em[data-emoji=bust_in_silhouette]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f464.svg)}em[data-emoji=":busts_in_silhouette:"]:before,em[data-emoji=busts_in_silhouette]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f465.svg)}em[data-emoji=":baby:"]:before,em[data-emoji=baby]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476.svg)}em[data-emoji=":baby_tone1:"]:before,em[data-emoji=baby_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fb.svg)}em[data-emoji=":baby_tone2:"]:before,em[data-emoji=baby_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fc.svg)}em[data-emoji=":baby_tone3:"]:before,em[data-emoji=baby_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fd.svg)}em[data-emoji=":baby_tone4:"]:before,em[data-emoji=baby_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3fe.svg)}em[data-emoji=":baby_tone5:"]:before,em[data-emoji=baby_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f476-1f3ff.svg)}em[data-emoji=":girl:"]:before,em[data-emoji=girl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467.svg)}em[data-emoji=":girl_tone1:"]:before,em[data-emoji=girl_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fb.svg)}em[data-emoji=":girl_tone2:"]:before,em[data-emoji=girl_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fc.svg)}em[data-emoji=":girl_tone3:"]:before,em[data-emoji=girl_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fd.svg)}em[data-emoji=":girl_tone4:"]:before,em[data-emoji=girl_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3fe.svg)}em[data-emoji=":girl_tone5:"]:before,em[data-emoji=girl_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f467-1f3ff.svg)}em[data-emoji=":child:"]:before,em[data-emoji=child]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2.svg)}em[data-emoji=":child_tone1:"]:before,em[data-emoji=child_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fb.svg)}em[data-emoji=":child_tone2:"]:before,em[data-emoji=child_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fc.svg)}em[data-emoji=":child_tone3:"]:before,em[data-emoji=child_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fd.svg)}em[data-emoji=":child_tone4:"]:before,em[data-emoji=child_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3fe.svg)}em[data-emoji=":child_tone5:"]:before,em[data-emoji=child_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d2-1f3ff.svg)}em[data-emoji=":boy:"]:before,em[data-emoji=boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466.svg)}em[data-emoji=":boy_tone1:"]:before,em[data-emoji=boy_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fb.svg)}em[data-emoji=":boy_tone2:"]:before,em[data-emoji=boy_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fc.svg)}em[data-emoji=":boy_tone3:"]:before,em[data-emoji=boy_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fd.svg)}em[data-emoji=":boy_tone4:"]:before,em[data-emoji=boy_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3fe.svg)}em[data-emoji=":boy_tone5:"]:before,em[data-emoji=boy_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f466-1f3ff.svg)}em[data-emoji=":woman:"]:before,em[data-emoji=woman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469.svg)}em[data-emoji=":woman_tone1:"]:before,em[data-emoji=woman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb.svg)}em[data-emoji=":woman_tone2:"]:before,em[data-emoji=woman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc.svg)}em[data-emoji=":woman_tone3:"]:before,em[data-emoji=woman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd.svg)}em[data-emoji=":woman_tone4:"]:before,em[data-emoji=woman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe.svg)}em[data-emoji=":woman_tone5:"]:before,em[data-emoji=woman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff.svg)}em[data-emoji=":adult:"]:before,em[data-emoji=adult]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1.svg)}em[data-emoji=":adult_tone1:"]:before,em[data-emoji=adult_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb.svg)}em[data-emoji=":adult_tone2:"]:before,em[data-emoji=adult_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc.svg)}em[data-emoji=":adult_tone3:"]:before,em[data-emoji=adult_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd.svg)}em[data-emoji=":adult_tone4:"]:before,em[data-emoji=adult_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe.svg)}em[data-emoji=":adult_tone5:"]:before,em[data-emoji=adult_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff.svg)}em[data-emoji=":man:"]:before,em[data-emoji=man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468.svg)}em[data-emoji=":man_tone1:"]:before,em[data-emoji=man_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb.svg)}em[data-emoji=":man_tone2:"]:before,em[data-emoji=man_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc.svg)}em[data-emoji=":man_tone3:"]:before,em[data-emoji=man_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd.svg)}em[data-emoji=":man_tone4:"]:before,em[data-emoji=man_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe.svg)}em[data-emoji=":man_tone5:"]:before,em[data-emoji=man_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff.svg)}em[data-emoji=":woman_curly_haired:"]:before,em[data-emoji=woman_curly_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b1.svg)}em[data-emoji=":woman_curly_haired_tone1:"]:before,em[data-emoji=woman_curly_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b1.svg)}em[data-emoji=":woman_curly_haired_tone2:"]:before,em[data-emoji=woman_curly_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b1.svg)}em[data-emoji=":woman_curly_haired_tone3:"]:before,em[data-emoji=woman_curly_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b1.svg)}em[data-emoji=":woman_curly_haired_tone4:"]:before,em[data-emoji=woman_curly_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b1.svg)}em[data-emoji=":woman_curly_haired_tone5:"]:before,em[data-emoji=woman_curly_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired:"]:before,em[data-emoji=man_curly_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired_tone1:"]:before,em[data-emoji=man_curly_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired_tone2:"]:before,em[data-emoji=man_curly_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired_tone3:"]:before,em[data-emoji=man_curly_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired_tone4:"]:before,em[data-emoji=man_curly_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b1.svg)}em[data-emoji=":man_curly_haired_tone5:"]:before,em[data-emoji=man_curly_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b1.svg)}em[data-emoji=":woman_red_haired:"]:before,em[data-emoji=woman_red_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b0.svg)}em[data-emoji=":woman_red_haired_tone1:"]:before,em[data-emoji=woman_red_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b0.svg)}em[data-emoji=":woman_red_haired_tone2:"]:before,em[data-emoji=woman_red_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b0.svg)}em[data-emoji=":woman_red_haired_tone3:"]:before,em[data-emoji=woman_red_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b0.svg)}em[data-emoji=":woman_red_haired_tone4:"]:before,em[data-emoji=woman_red_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b0.svg)}em[data-emoji=":woman_red_haired_tone5:"]:before,em[data-emoji=woman_red_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b0.svg)}em[data-emoji=":man_red_haired:"]:before,em[data-emoji=man_red_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b0.svg)}em[data-emoji=":man_red_haired_tone1:"]:before,em[data-emoji=man_red_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b0.svg)}em[data-emoji=":man_red_haired_tone2:"]:before,em[data-emoji=man_red_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b0.svg)}em[data-emoji=":man_red_haired_tone3:"]:before,em[data-emoji=man_red_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b0.svg)}em[data-emoji=":man_red_haired_tone4:"]:before,em[data-emoji=man_red_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b0.svg)}em[data-emoji=":man_red_haired_tone5:"]:before,em[data-emoji=man_red_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b0.svg)}em[data-emoji=":blond-haired_woman:"]:before,em[data-emoji=blond-haired_woman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2640-fe0f.svg)}em[data-emoji=":blond-haired_woman_tone1:"]:before,em[data-emoji=blond-haired_woman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":blond-haired_woman_tone2:"]:before,em[data-emoji=blond-haired_woman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":blond-haired_woman_tone3:"]:before,em[data-emoji=blond-haired_woman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":blond-haired_woman_tone4:"]:before,em[data-emoji=blond-haired_woman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":blond-haired_woman_tone5:"]:before,em[data-emoji=blond-haired_woman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":blond_haired_person:"]:before,em[data-emoji=blond_haired_person]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471.svg)}em[data-emoji=":blond_haired_person_tone1:"]:before,em[data-emoji=blond_haired_person_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb.svg)}em[data-emoji=":blond_haired_person_tone2:"]:before,em[data-emoji=blond_haired_person_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc.svg)}em[data-emoji=":blond_haired_person_tone3:"]:before,em[data-emoji=blond_haired_person_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd.svg)}em[data-emoji=":blond_haired_person_tone4:"]:before,em[data-emoji=blond_haired_person_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe.svg)}em[data-emoji=":blond_haired_person_tone5:"]:before,em[data-emoji=blond_haired_person_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff.svg)}em[data-emoji=":blond-haired_man:"]:before,em[data-emoji=blond-haired_man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-200d-2642-fe0f.svg)}em[data-emoji=":blond-haired_man_tone1:"]:before,em[data-emoji=blond-haired_man_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":blond-haired_man_tone2:"]:before,em[data-emoji=blond-haired_man_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":blond-haired_man_tone3:"]:before,em[data-emoji=blond-haired_man_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":blond-haired_man_tone4:"]:before,em[data-emoji=blond-haired_man_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":blond-haired_man_tone5:"]:before,em[data-emoji=blond-haired_man_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f471-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":woman_white_haired:"]:before,em[data-emoji=woman_white_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b3.svg)}em[data-emoji=":woman_white_haired_tone1:"]:before,em[data-emoji=woman_white_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b3.svg)}em[data-emoji=":woman_white_haired_tone2:"]:before,em[data-emoji=woman_white_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b3.svg)}em[data-emoji=":woman_white_haired_tone3:"]:before,em[data-emoji=woman_white_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b3.svg)}em[data-emoji=":woman_white_haired_tone4:"]:before,em[data-emoji=woman_white_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b3.svg)}em[data-emoji=":woman_white_haired_tone5:"]:before,em[data-emoji=woman_white_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b3.svg)}em[data-emoji=":man_white_haired:"]:before,em[data-emoji=man_white_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b3.svg)}em[data-emoji=":man_white_haired_tone1:"]:before,em[data-emoji=man_white_haired_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b3.svg)}em[data-emoji=":man_white_haired_tone2:"]:before,em[data-emoji=man_white_haired_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b3.svg)}em[data-emoji=":man_white_haired_tone3:"]:before,em[data-emoji=man_white_haired_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b3.svg)}em[data-emoji=":man_white_haired_tone4:"]:before,em[data-emoji=man_white_haired_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b3.svg)}em[data-emoji=":man_white_haired_tone5:"]:before,em[data-emoji=man_white_haired_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b3.svg)}em[data-emoji=":woman_bald:"]:before,em[data-emoji=woman_bald]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9b2.svg)}em[data-emoji=":woman_bald_tone1:"]:before,em[data-emoji=woman_bald_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9b2.svg)}em[data-emoji=":woman_bald_tone2:"]:before,em[data-emoji=woman_bald_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9b2.svg)}em[data-emoji=":woman_bald_tone3:"]:before,em[data-emoji=woman_bald_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9b2.svg)}em[data-emoji=":woman_bald_tone4:"]:before,em[data-emoji=woman_bald_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9b2.svg)}em[data-emoji=":woman_bald_tone5:"]:before,em[data-emoji=woman_bald_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9b2.svg)}em[data-emoji=":man_bald:"]:before,em[data-emoji=man_bald]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9b2.svg)}em[data-emoji=":man_bald_tone1:"]:before,em[data-emoji=man_bald_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9b2.svg)}em[data-emoji=":man_bald_tone2:"]:before,em[data-emoji=man_bald_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9b2.svg)}em[data-emoji=":man_bald_tone3:"]:before,em[data-emoji=man_bald_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9b2.svg)}em[data-emoji=":man_bald_tone4:"]:before,em[data-emoji=man_bald_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9b2.svg)}em[data-emoji=":man_bald_tone5:"]:before,em[data-emoji=man_bald_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9b2.svg)}em[data-emoji=":bearded_person:"]:before,em[data-emoji=bearded_person]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4.svg)}em[data-emoji=":bearded_person_tone1:"]:before,em[data-emoji=bearded_person_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fb.svg)}em[data-emoji=":bearded_person_tone2:"]:before,em[data-emoji=bearded_person_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fc.svg)}em[data-emoji=":bearded_person_tone3:"]:before,em[data-emoji=bearded_person_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fd.svg)}em[data-emoji=":bearded_person_tone4:"]:before,em[data-emoji=bearded_person_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3fe.svg)}em[data-emoji=":bearded_person_tone5:"]:before,em[data-emoji=bearded_person_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d4-1f3ff.svg)}em[data-emoji=":older_woman:"]:before,em[data-emoji=older_woman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475.svg)}em[data-emoji=":older_woman_tone1:"]:before,em[data-emoji=older_woman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fb.svg)}em[data-emoji=":older_woman_tone2:"]:before,em[data-emoji=older_woman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fc.svg)}em[data-emoji=":older_woman_tone3:"]:before,em[data-emoji=older_woman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fd.svg)}em[data-emoji=":older_woman_tone4:"]:before,em[data-emoji=older_woman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3fe.svg)}em[data-emoji=":older_woman_tone5:"]:before,em[data-emoji=older_woman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f475-1f3ff.svg)}em[data-emoji=":older_adult:"]:before,em[data-emoji=older_adult]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3.svg)}em[data-emoji=":older_adult_tone1:"]:before,em[data-emoji=older_adult_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fb.svg)}em[data-emoji=":older_adult_tone2:"]:before,em[data-emoji=older_adult_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fc.svg)}em[data-emoji=":older_adult_tone3:"]:before,em[data-emoji=older_adult_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fd.svg)}em[data-emoji=":older_adult_tone4:"]:before,em[data-emoji=older_adult_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3fe.svg)}em[data-emoji=":older_adult_tone5:"]:before,em[data-emoji=older_adult_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d3-1f3ff.svg)}em[data-emoji=":older_man:"]:before,em[data-emoji=older_man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474.svg)}em[data-emoji=":older_man_tone1:"]:before,em[data-emoji=older_man_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fb.svg)}em[data-emoji=":older_man_tone2:"]:before,em[data-emoji=older_man_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fc.svg)}em[data-emoji=":older_man_tone3:"]:before,em[data-emoji=older_man_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fd.svg)}em[data-emoji=":older_man_tone4:"]:before,em[data-emoji=older_man_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3fe.svg)}em[data-emoji=":older_man_tone5:"]:before,em[data-emoji=older_man_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f474-1f3ff.svg)}em[data-emoji=":man_with_chinese_cap:"]:before,em[data-emoji=man_with_chinese_cap]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472.svg)}em[data-emoji=":man_with_chinese_cap_tone1:"]:before,em[data-emoji=man_with_chinese_cap_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fb.svg)}em[data-emoji=":man_with_chinese_cap_tone2:"]:before,em[data-emoji=man_with_chinese_cap_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fc.svg)}em[data-emoji=":man_with_chinese_cap_tone3:"]:before,em[data-emoji=man_with_chinese_cap_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fd.svg)}em[data-emoji=":man_with_chinese_cap_tone4:"]:before,em[data-emoji=man_with_chinese_cap_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3fe.svg)}em[data-emoji=":man_with_chinese_cap_tone5:"]:before,em[data-emoji=man_with_chinese_cap_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f472-1f3ff.svg)}em[data-emoji=":person_wearing_turban:"]:before,em[data-emoji=person_wearing_turban]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473.svg)}em[data-emoji=":person_wearing_turban_tone1:"]:before,em[data-emoji=person_wearing_turban_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb.svg)}em[data-emoji=":person_wearing_turban_tone2:"]:before,em[data-emoji=person_wearing_turban_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc.svg)}em[data-emoji=":person_wearing_turban_tone3:"]:before,em[data-emoji=person_wearing_turban_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd.svg)}em[data-emoji=":person_wearing_turban_tone4:"]:before,em[data-emoji=person_wearing_turban_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe.svg)}em[data-emoji=":person_wearing_turban_tone5:"]:before,em[data-emoji=person_wearing_turban_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff.svg)}em[data-emoji=":woman_wearing_turban:"]:before,em[data-emoji=woman_wearing_turban]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2640-fe0f.svg)}em[data-emoji=":woman_wearing_turban_tone1:"]:before,em[data-emoji=woman_wearing_turban_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_wearing_turban_tone2:"]:before,em[data-emoji=woman_wearing_turban_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_wearing_turban_tone3:"]:before,em[data-emoji=woman_wearing_turban_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_wearing_turban_tone4:"]:before,em[data-emoji=woman_wearing_turban_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_wearing_turban_tone5:"]:before,em[data-emoji=woman_wearing_turban_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_wearing_turban:"]:before,em[data-emoji=man_wearing_turban]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-200d-2642-fe0f.svg)}em[data-emoji=":man_wearing_turban_tone1:"]:before,em[data-emoji=man_wearing_turban_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_wearing_turban_tone2:"]:before,em[data-emoji=man_wearing_turban_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_wearing_turban_tone3:"]:before,em[data-emoji=man_wearing_turban_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_wearing_turban_tone4:"]:before,em[data-emoji=man_wearing_turban_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_wearing_turban_tone5:"]:before,em[data-emoji=man_wearing_turban_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f473-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":woman_with_headscarf:"]:before,em[data-emoji=woman_with_headscarf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5.svg)}em[data-emoji=":woman_with_headscarf_tone1:"]:before,em[data-emoji=woman_with_headscarf_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fb.svg)}em[data-emoji=":woman_with_headscarf_tone2:"]:before,em[data-emoji=woman_with_headscarf_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fc.svg)}em[data-emoji=":woman_with_headscarf_tone3:"]:before,em[data-emoji=woman_with_headscarf_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fd.svg)}em[data-emoji=":woman_with_headscarf_tone4:"]:before,em[data-emoji=woman_with_headscarf_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3fe.svg)}em[data-emoji=":woman_with_headscarf_tone5:"]:before,em[data-emoji=woman_with_headscarf_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d5-1f3ff.svg)}em[data-emoji=":police_officer:"]:before,em[data-emoji=police_officer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e.svg)}em[data-emoji=":police_officer_tone1:"]:before,em[data-emoji=police_officer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb.svg)}em[data-emoji=":police_officer_tone2:"]:before,em[data-emoji=police_officer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc.svg)}em[data-emoji=":police_officer_tone3:"]:before,em[data-emoji=police_officer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd.svg)}em[data-emoji=":police_officer_tone4:"]:before,em[data-emoji=police_officer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe.svg)}em[data-emoji=":police_officer_tone5:"]:before,em[data-emoji=police_officer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff.svg)}em[data-emoji=":woman_police_officer:"]:before,em[data-emoji=woman_police_officer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2640-fe0f.svg)}em[data-emoji=":woman_police_officer_tone1:"]:before,em[data-emoji=woman_police_officer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_police_officer_tone2:"]:before,em[data-emoji=woman_police_officer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_police_officer_tone3:"]:before,em[data-emoji=woman_police_officer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_police_officer_tone4:"]:before,em[data-emoji=woman_police_officer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_police_officer_tone5:"]:before,em[data-emoji=woman_police_officer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_police_officer:"]:before,em[data-emoji=man_police_officer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-200d-2642-fe0f.svg)}em[data-emoji=":man_police_officer_tone1:"]:before,em[data-emoji=man_police_officer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_police_officer_tone2:"]:before,em[data-emoji=man_police_officer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_police_officer_tone3:"]:before,em[data-emoji=man_police_officer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_police_officer_tone4:"]:before,em[data-emoji=man_police_officer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_police_officer_tone5:"]:before,em[data-emoji=man_police_officer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46e-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":construction_worker:"]:before,em[data-emoji=construction_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477.svg)}em[data-emoji=":construction_worker_tone1:"]:before,em[data-emoji=construction_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb.svg)}em[data-emoji=":construction_worker_tone2:"]:before,em[data-emoji=construction_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc.svg)}em[data-emoji=":construction_worker_tone3:"]:before,em[data-emoji=construction_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd.svg)}em[data-emoji=":construction_worker_tone4:"]:before,em[data-emoji=construction_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe.svg)}em[data-emoji=":construction_worker_tone5:"]:before,em[data-emoji=construction_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff.svg)}em[data-emoji=":woman_construction_worker:"]:before,em[data-emoji=woman_construction_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2640-fe0f.svg)}em[data-emoji=":woman_construction_worker_tone1:"]:before,em[data-emoji=woman_construction_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_construction_worker_tone2:"]:before,em[data-emoji=woman_construction_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_construction_worker_tone3:"]:before,em[data-emoji=woman_construction_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_construction_worker_tone4:"]:before,em[data-emoji=woman_construction_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_construction_worker_tone5:"]:before,em[data-emoji=woman_construction_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_construction_worker:"]:before,em[data-emoji=man_construction_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-200d-2642-fe0f.svg)}em[data-emoji=":man_construction_worker_tone1:"]:before,em[data-emoji=man_construction_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_construction_worker_tone2:"]:before,em[data-emoji=man_construction_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_construction_worker_tone3:"]:before,em[data-emoji=man_construction_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_construction_worker_tone4:"]:before,em[data-emoji=man_construction_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_construction_worker_tone5:"]:before,em[data-emoji=man_construction_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f477-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":guard:"]:before,em[data-emoji=guard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482.svg)}em[data-emoji=":guard_tone1:"]:before,em[data-emoji=guard_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb.svg)}em[data-emoji=":guard_tone2:"]:before,em[data-emoji=guard_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc.svg)}em[data-emoji=":guard_tone3:"]:before,em[data-emoji=guard_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd.svg)}em[data-emoji=":guard_tone4:"]:before,em[data-emoji=guard_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe.svg)}em[data-emoji=":guard_tone5:"]:before,em[data-emoji=guard_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff.svg)}em[data-emoji=":woman_guard:"]:before,em[data-emoji=woman_guard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2640-fe0f.svg)}em[data-emoji=":woman_guard_tone1:"]:before,em[data-emoji=woman_guard_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_guard_tone2:"]:before,em[data-emoji=woman_guard_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_guard_tone3:"]:before,em[data-emoji=woman_guard_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_guard_tone4:"]:before,em[data-emoji=woman_guard_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_guard_tone5:"]:before,em[data-emoji=woman_guard_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_guard:"]:before,em[data-emoji=man_guard]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-200d-2642-fe0f.svg)}em[data-emoji=":man_guard_tone1:"]:before,em[data-emoji=man_guard_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_guard_tone2:"]:before,em[data-emoji=man_guard_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_guard_tone3:"]:before,em[data-emoji=man_guard_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_guard_tone4:"]:before,em[data-emoji=man_guard_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_guard_tone5:"]:before,em[data-emoji=man_guard_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f482-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":detective:"]:before,em[data-emoji=detective]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575.svg)}em[data-emoji=":detective_tone1:"]:before,em[data-emoji=detective_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb.svg)}em[data-emoji=":detective_tone2:"]:before,em[data-emoji=detective_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc.svg)}em[data-emoji=":detective_tone3:"]:before,em[data-emoji=detective_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd.svg)}em[data-emoji=":detective_tone4:"]:before,em[data-emoji=detective_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe.svg)}em[data-emoji=":detective_tone5:"]:before,em[data-emoji=detective_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff.svg)}em[data-emoji=":woman_detective:"]:before,em[data-emoji=woman_detective]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2640-fe0f.svg)}em[data-emoji=":woman_detective_tone1:"]:before,em[data-emoji=woman_detective_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_detective_tone2:"]:before,em[data-emoji=woman_detective_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_detective_tone3:"]:before,em[data-emoji=woman_detective_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_detective_tone4:"]:before,em[data-emoji=woman_detective_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_detective_tone5:"]:before,em[data-emoji=woman_detective_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_detective:"]:before,em[data-emoji=man_detective]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-fe0f-200d-2642-fe0f.svg)}em[data-emoji=":man_detective_tone1:"]:before,em[data-emoji=man_detective_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_detective_tone2:"]:before,em[data-emoji=man_detective_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_detective_tone3:"]:before,em[data-emoji=man_detective_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_detective_tone4:"]:before,em[data-emoji=man_detective_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_detective_tone5:"]:before,em[data-emoji=man_detective_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f575-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":woman_health_worker:"]:before,em[data-emoji=woman_health_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2695-fe0f.svg)}em[data-emoji=":woman_health_worker_tone1:"]:before,em[data-emoji=woman_health_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2695-fe0f.svg)}em[data-emoji=":woman_health_worker_tone2:"]:before,em[data-emoji=woman_health_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2695-fe0f.svg)}em[data-emoji=":woman_health_worker_tone3:"]:before,em[data-emoji=woman_health_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2695-fe0f.svg)}em[data-emoji=":woman_health_worker_tone4:"]:before,em[data-emoji=woman_health_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2695-fe0f.svg)}em[data-emoji=":woman_health_worker_tone5:"]:before,em[data-emoji=woman_health_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker:"]:before,em[data-emoji=man_health_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker_tone1:"]:before,em[data-emoji=man_health_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker_tone2:"]:before,em[data-emoji=man_health_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker_tone3:"]:before,em[data-emoji=man_health_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker_tone4:"]:before,em[data-emoji=man_health_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2695-fe0f.svg)}em[data-emoji=":man_health_worker_tone5:"]:before,em[data-emoji=man_health_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2695-fe0f.svg)}em[data-emoji=":woman_farmer:"]:before,em[data-emoji=woman_farmer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f33e.svg)}em[data-emoji=":woman_farmer_tone1:"]:before,em[data-emoji=woman_farmer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f33e.svg)}em[data-emoji=":woman_farmer_tone2:"]:before,em[data-emoji=woman_farmer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f33e.svg)}em[data-emoji=":woman_farmer_tone3:"]:before,em[data-emoji=woman_farmer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f33e.svg)}em[data-emoji=":woman_farmer_tone4:"]:before,em[data-emoji=woman_farmer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f33e.svg)}em[data-emoji=":woman_farmer_tone5:"]:before,em[data-emoji=woman_farmer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f33e.svg)}em[data-emoji=":man_farmer:"]:before,em[data-emoji=man_farmer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f33e.svg)}em[data-emoji=":man_farmer_tone1:"]:before,em[data-emoji=man_farmer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f33e.svg)}em[data-emoji=":man_farmer_tone2:"]:before,em[data-emoji=man_farmer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f33e.svg)}em[data-emoji=":man_farmer_tone3:"]:before,em[data-emoji=man_farmer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f33e.svg)}em[data-emoji=":man_farmer_tone4:"]:before,em[data-emoji=man_farmer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f33e.svg)}em[data-emoji=":man_farmer_tone5:"]:before,em[data-emoji=man_farmer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f33e.svg)}em[data-emoji=":woman_cook:"]:before,em[data-emoji=woman_cook]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f373.svg)}em[data-emoji=":woman_cook_tone1:"]:before,em[data-emoji=woman_cook_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f373.svg)}em[data-emoji=":woman_cook_tone2:"]:before,em[data-emoji=woman_cook_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f373.svg)}em[data-emoji=":woman_cook_tone3:"]:before,em[data-emoji=woman_cook_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f373.svg)}em[data-emoji=":woman_cook_tone4:"]:before,em[data-emoji=woman_cook_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f373.svg)}em[data-emoji=":woman_cook_tone5:"]:before,em[data-emoji=woman_cook_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f373.svg)}em[data-emoji=":man_cook:"]:before,em[data-emoji=man_cook]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f373.svg)}em[data-emoji=":man_cook_tone1:"]:before,em[data-emoji=man_cook_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f373.svg)}em[data-emoji=":man_cook_tone2:"]:before,em[data-emoji=man_cook_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f373.svg)}em[data-emoji=":man_cook_tone3:"]:before,em[data-emoji=man_cook_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f373.svg)}em[data-emoji=":man_cook_tone4:"]:before,em[data-emoji=man_cook_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f373.svg)}em[data-emoji=":man_cook_tone5:"]:before,em[data-emoji=man_cook_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f373.svg)}em[data-emoji=":woman_student:"]:before,em[data-emoji=woman_student]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f393.svg)}em[data-emoji=":woman_student_tone1:"]:before,em[data-emoji=woman_student_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f393.svg)}em[data-emoji=":woman_student_tone2:"]:before,em[data-emoji=woman_student_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f393.svg)}em[data-emoji=":woman_student_tone3:"]:before,em[data-emoji=woman_student_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f393.svg)}em[data-emoji=":woman_student_tone4:"]:before,em[data-emoji=woman_student_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f393.svg)}em[data-emoji=":woman_student_tone5:"]:before,em[data-emoji=woman_student_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f393.svg)}em[data-emoji=":man_student:"]:before,em[data-emoji=man_student]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f393.svg)}em[data-emoji=":man_student_tone1:"]:before,em[data-emoji=man_student_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f393.svg)}em[data-emoji=":man_student_tone2:"]:before,em[data-emoji=man_student_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f393.svg)}em[data-emoji=":man_student_tone3:"]:before,em[data-emoji=man_student_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f393.svg)}em[data-emoji=":man_student_tone4:"]:before,em[data-emoji=man_student_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f393.svg)}em[data-emoji=":man_student_tone5:"]:before,em[data-emoji=man_student_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f393.svg)}em[data-emoji=":woman_singer:"]:before,em[data-emoji=woman_singer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a4.svg)}em[data-emoji=":woman_singer_tone1:"]:before,em[data-emoji=woman_singer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a4.svg)}em[data-emoji=":woman_singer_tone2:"]:before,em[data-emoji=woman_singer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a4.svg)}em[data-emoji=":woman_singer_tone3:"]:before,em[data-emoji=woman_singer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a4.svg)}em[data-emoji=":woman_singer_tone4:"]:before,em[data-emoji=woman_singer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a4.svg)}em[data-emoji=":woman_singer_tone5:"]:before,em[data-emoji=woman_singer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a4.svg)}em[data-emoji=":man_singer:"]:before,em[data-emoji=man_singer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a4.svg)}em[data-emoji=":man_singer_tone1:"]:before,em[data-emoji=man_singer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a4.svg)}em[data-emoji=":man_singer_tone2:"]:before,em[data-emoji=man_singer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a4.svg)}em[data-emoji=":man_singer_tone3:"]:before,em[data-emoji=man_singer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a4.svg)}em[data-emoji=":man_singer_tone4:"]:before,em[data-emoji=man_singer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a4.svg)}em[data-emoji=":man_singer_tone5:"]:before,em[data-emoji=man_singer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a4.svg)}em[data-emoji=":woman_teacher:"]:before,em[data-emoji=woman_teacher]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3eb.svg)}em[data-emoji=":woman_teacher_tone1:"]:before,em[data-emoji=woman_teacher_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3eb.svg)}em[data-emoji=":woman_teacher_tone2:"]:before,em[data-emoji=woman_teacher_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3eb.svg)}em[data-emoji=":woman_teacher_tone3:"]:before,em[data-emoji=woman_teacher_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3eb.svg)}em[data-emoji=":woman_teacher_tone4:"]:before,em[data-emoji=woman_teacher_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3eb.svg)}em[data-emoji=":woman_teacher_tone5:"]:before,em[data-emoji=woman_teacher_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3eb.svg)}em[data-emoji=":man_teacher:"]:before,em[data-emoji=man_teacher]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3eb.svg)}em[data-emoji=":man_teacher_tone1:"]:before,em[data-emoji=man_teacher_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3eb.svg)}em[data-emoji=":man_teacher_tone2:"]:before,em[data-emoji=man_teacher_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3eb.svg)}em[data-emoji=":man_teacher_tone3:"]:before,em[data-emoji=man_teacher_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3eb.svg)}em[data-emoji=":man_teacher_tone4:"]:before,em[data-emoji=man_teacher_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3eb.svg)}em[data-emoji=":man_teacher_tone5:"]:before,em[data-emoji=man_teacher_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3eb.svg)}em[data-emoji=":woman_factory_worker:"]:before,em[data-emoji=woman_factory_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3ed.svg)}em[data-emoji=":woman_factory_worker_tone1:"]:before,em[data-emoji=woman_factory_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3ed.svg)}em[data-emoji=":woman_factory_worker_tone2:"]:before,em[data-emoji=woman_factory_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3ed.svg)}em[data-emoji=":woman_factory_worker_tone3:"]:before,em[data-emoji=woman_factory_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3ed.svg)}em[data-emoji=":woman_factory_worker_tone4:"]:before,em[data-emoji=woman_factory_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3ed.svg)}em[data-emoji=":woman_factory_worker_tone5:"]:before,em[data-emoji=woman_factory_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker:"]:before,em[data-emoji=man_factory_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker_tone1:"]:before,em[data-emoji=man_factory_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker_tone2:"]:before,em[data-emoji=man_factory_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker_tone3:"]:before,em[data-emoji=man_factory_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker_tone4:"]:before,em[data-emoji=man_factory_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3ed.svg)}em[data-emoji=":man_factory_worker_tone5:"]:before,em[data-emoji=man_factory_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3ed.svg)}em[data-emoji=":woman_technologist:"]:before,em[data-emoji=woman_technologist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bb.svg)}em[data-emoji=":woman_technologist_tone1:"]:before,em[data-emoji=woman_technologist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bb.svg)}em[data-emoji=":woman_technologist_tone2:"]:before,em[data-emoji=woman_technologist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bb.svg)}em[data-emoji=":woman_technologist_tone3:"]:before,em[data-emoji=woman_technologist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bb.svg)}em[data-emoji=":woman_technologist_tone4:"]:before,em[data-emoji=woman_technologist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bb.svg)}em[data-emoji=":woman_technologist_tone5:"]:before,em[data-emoji=woman_technologist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bb.svg)}em[data-emoji=":man_technologist:"]:before,em[data-emoji=man_technologist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bb.svg)}em[data-emoji=":man_technologist_tone1:"]:before,em[data-emoji=man_technologist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bb.svg)}em[data-emoji=":man_technologist_tone2:"]:before,em[data-emoji=man_technologist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bb.svg)}em[data-emoji=":man_technologist_tone3:"]:before,em[data-emoji=man_technologist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bb.svg)}em[data-emoji=":man_technologist_tone4:"]:before,em[data-emoji=man_technologist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bb.svg)}em[data-emoji=":man_technologist_tone5:"]:before,em[data-emoji=man_technologist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bb.svg)}em[data-emoji=":woman_office_worker:"]:before,em[data-emoji=woman_office_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f4bc.svg)}em[data-emoji=":woman_office_worker_tone1:"]:before,em[data-emoji=woman_office_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f4bc.svg)}em[data-emoji=":woman_office_worker_tone2:"]:before,em[data-emoji=woman_office_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f4bc.svg)}em[data-emoji=":woman_office_worker_tone3:"]:before,em[data-emoji=woman_office_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f4bc.svg)}em[data-emoji=":woman_office_worker_tone4:"]:before,em[data-emoji=woman_office_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f4bc.svg)}em[data-emoji=":woman_office_worker_tone5:"]:before,em[data-emoji=woman_office_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f4bc.svg)}em[data-emoji=":man_office_worker:"]:before,em[data-emoji=man_office_worker]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f4bc.svg)}em[data-emoji=":man_office_worker_tone1:"]:before,em[data-emoji=man_office_worker_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f4bc.svg)}em[data-emoji=":man_office_worker_tone2:"]:before,em[data-emoji=man_office_worker_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f4bc.svg)}em[data-emoji=":man_office_worker_tone3:"]:before,em[data-emoji=man_office_worker_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f4bc.svg)}em[data-emoji=":man_office_worker_tone4:"]:before,em[data-emoji=man_office_worker_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f4bc.svg)}em[data-emoji=":man_office_worker_tone5:"]:before,em[data-emoji=man_office_worker_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f4bc.svg)}em[data-emoji=":woman_mechanic:"]:before,em[data-emoji=woman_mechanic]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f527.svg)}em[data-emoji=":woman_mechanic_tone1:"]:before,em[data-emoji=woman_mechanic_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f527.svg)}em[data-emoji=":woman_mechanic_tone2:"]:before,em[data-emoji=woman_mechanic_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f527.svg)}em[data-emoji=":woman_mechanic_tone3:"]:before,em[data-emoji=woman_mechanic_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f527.svg)}em[data-emoji=":woman_mechanic_tone4:"]:before,em[data-emoji=woman_mechanic_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f527.svg)}em[data-emoji=":woman_mechanic_tone5:"]:before,em[data-emoji=woman_mechanic_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f527.svg)}em[data-emoji=":man_mechanic:"]:before,em[data-emoji=man_mechanic]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f527.svg)}em[data-emoji=":man_mechanic_tone1:"]:before,em[data-emoji=man_mechanic_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f527.svg)}em[data-emoji=":man_mechanic_tone2:"]:before,em[data-emoji=man_mechanic_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f527.svg)}em[data-emoji=":man_mechanic_tone3:"]:before,em[data-emoji=man_mechanic_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f527.svg)}em[data-emoji=":man_mechanic_tone4:"]:before,em[data-emoji=man_mechanic_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f527.svg)}em[data-emoji=":man_mechanic_tone5:"]:before,em[data-emoji=man_mechanic_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f527.svg)}em[data-emoji=":woman_scientist:"]:before,em[data-emoji=woman_scientist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f52c.svg)}em[data-emoji=":woman_scientist_tone1:"]:before,em[data-emoji=woman_scientist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f52c.svg)}em[data-emoji=":woman_scientist_tone2:"]:before,em[data-emoji=woman_scientist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f52c.svg)}em[data-emoji=":woman_scientist_tone3:"]:before,em[data-emoji=woman_scientist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f52c.svg)}em[data-emoji=":woman_scientist_tone4:"]:before,em[data-emoji=woman_scientist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f52c.svg)}em[data-emoji=":woman_scientist_tone5:"]:before,em[data-emoji=woman_scientist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f52c.svg)}em[data-emoji=":man_scientist:"]:before,em[data-emoji=man_scientist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f52c.svg)}em[data-emoji=":man_scientist_tone1:"]:before,em[data-emoji=man_scientist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f52c.svg)}em[data-emoji=":man_scientist_tone2:"]:before,em[data-emoji=man_scientist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f52c.svg)}em[data-emoji=":man_scientist_tone3:"]:before,em[data-emoji=man_scientist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f52c.svg)}em[data-emoji=":man_scientist_tone4:"]:before,em[data-emoji=man_scientist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f52c.svg)}em[data-emoji=":man_scientist_tone5:"]:before,em[data-emoji=man_scientist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f52c.svg)}em[data-emoji=":woman_artist:"]:before,em[data-emoji=woman_artist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f3a8.svg)}em[data-emoji=":woman_artist_tone1:"]:before,em[data-emoji=woman_artist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f3a8.svg)}em[data-emoji=":woman_artist_tone2:"]:before,em[data-emoji=woman_artist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f3a8.svg)}em[data-emoji=":woman_artist_tone3:"]:before,em[data-emoji=woman_artist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f3a8.svg)}em[data-emoji=":woman_artist_tone4:"]:before,em[data-emoji=woman_artist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f3a8.svg)}em[data-emoji=":woman_artist_tone5:"]:before,em[data-emoji=woman_artist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f3a8.svg)}em[data-emoji=":man_artist:"]:before,em[data-emoji=man_artist]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f3a8.svg)}em[data-emoji=":man_artist_tone1:"]:before,em[data-emoji=man_artist_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f3a8.svg)}em[data-emoji=":man_artist_tone2:"]:before,em[data-emoji=man_artist_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f3a8.svg)}em[data-emoji=":man_artist_tone3:"]:before,em[data-emoji=man_artist_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f3a8.svg)}em[data-emoji=":man_artist_tone4:"]:before,em[data-emoji=man_artist_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f3a8.svg)}em[data-emoji=":man_artist_tone5:"]:before,em[data-emoji=man_artist_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f3a8.svg)}em[data-emoji=":woman_firefighter:"]:before,em[data-emoji=woman_firefighter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f692.svg)}em[data-emoji=":woman_firefighter_tone1:"]:before,em[data-emoji=woman_firefighter_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f692.svg)}em[data-emoji=":woman_firefighter_tone2:"]:before,em[data-emoji=woman_firefighter_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f692.svg)}em[data-emoji=":woman_firefighter_tone3:"]:before,em[data-emoji=woman_firefighter_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f692.svg)}em[data-emoji=":woman_firefighter_tone4:"]:before,em[data-emoji=woman_firefighter_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f692.svg)}em[data-emoji=":woman_firefighter_tone5:"]:before,em[data-emoji=woman_firefighter_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f692.svg)}em[data-emoji=":man_firefighter:"]:before,em[data-emoji=man_firefighter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f692.svg)}em[data-emoji=":man_firefighter_tone1:"]:before,em[data-emoji=man_firefighter_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f692.svg)}em[data-emoji=":man_firefighter_tone2:"]:before,em[data-emoji=man_firefighter_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f692.svg)}em[data-emoji=":man_firefighter_tone3:"]:before,em[data-emoji=man_firefighter_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f692.svg)}em[data-emoji=":man_firefighter_tone4:"]:before,em[data-emoji=man_firefighter_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f692.svg)}em[data-emoji=":man_firefighter_tone5:"]:before,em[data-emoji=man_firefighter_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f692.svg)}em[data-emoji=":woman_pilot:"]:before,em[data-emoji=woman_pilot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2708-fe0f.svg)}em[data-emoji=":woman_pilot_tone1:"]:before,em[data-emoji=woman_pilot_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2708-fe0f.svg)}em[data-emoji=":woman_pilot_tone2:"]:before,em[data-emoji=woman_pilot_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2708-fe0f.svg)}em[data-emoji=":woman_pilot_tone3:"]:before,em[data-emoji=woman_pilot_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2708-fe0f.svg)}em[data-emoji=":woman_pilot_tone4:"]:before,em[data-emoji=woman_pilot_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2708-fe0f.svg)}em[data-emoji=":woman_pilot_tone5:"]:before,em[data-emoji=woman_pilot_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot:"]:before,em[data-emoji=man_pilot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot_tone1:"]:before,em[data-emoji=man_pilot_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot_tone2:"]:before,em[data-emoji=man_pilot_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot_tone3:"]:before,em[data-emoji=man_pilot_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot_tone4:"]:before,em[data-emoji=man_pilot_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2708-fe0f.svg)}em[data-emoji=":man_pilot_tone5:"]:before,em[data-emoji=man_pilot_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2708-fe0f.svg)}em[data-emoji=":woman_astronaut:"]:before,em[data-emoji=woman_astronaut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f680.svg)}em[data-emoji=":woman_astronaut_tone1:"]:before,em[data-emoji=woman_astronaut_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f680.svg)}em[data-emoji=":woman_astronaut_tone2:"]:before,em[data-emoji=woman_astronaut_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f680.svg)}em[data-emoji=":woman_astronaut_tone3:"]:before,em[data-emoji=woman_astronaut_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f680.svg)}em[data-emoji=":woman_astronaut_tone4:"]:before,em[data-emoji=woman_astronaut_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f680.svg)}em[data-emoji=":woman_astronaut_tone5:"]:before,em[data-emoji=woman_astronaut_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f680.svg)}em[data-emoji=":man_astronaut:"]:before,em[data-emoji=man_astronaut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f680.svg)}em[data-emoji=":man_astronaut_tone1:"]:before,em[data-emoji=man_astronaut_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f680.svg)}em[data-emoji=":man_astronaut_tone2:"]:before,em[data-emoji=man_astronaut_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f680.svg)}em[data-emoji=":man_astronaut_tone3:"]:before,em[data-emoji=man_astronaut_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f680.svg)}em[data-emoji=":man_astronaut_tone4:"]:before,em[data-emoji=man_astronaut_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f680.svg)}em[data-emoji=":man_astronaut_tone5:"]:before,em[data-emoji=man_astronaut_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f680.svg)}em[data-emoji=":woman_judge:"]:before,em[data-emoji=woman_judge]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2696-fe0f.svg)}em[data-emoji=":woman_judge_tone1:"]:before,em[data-emoji=woman_judge_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-2696-fe0f.svg)}em[data-emoji=":woman_judge_tone2:"]:before,em[data-emoji=woman_judge_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-2696-fe0f.svg)}em[data-emoji=":woman_judge_tone3:"]:before,em[data-emoji=woman_judge_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-2696-fe0f.svg)}em[data-emoji=":woman_judge_tone4:"]:before,em[data-emoji=woman_judge_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-2696-fe0f.svg)}em[data-emoji=":woman_judge_tone5:"]:before,em[data-emoji=woman_judge_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-2696-fe0f.svg)}em[data-emoji=":man_judge:"]:before,em[data-emoji=man_judge]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2696-fe0f.svg)}em[data-emoji=":man_judge_tone1:"]:before,em[data-emoji=man_judge_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-2696-fe0f.svg)}em[data-emoji=":man_judge_tone2:"]:before,em[data-emoji=man_judge_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-2696-fe0f.svg)}em[data-emoji=":man_judge_tone3:"]:before,em[data-emoji=man_judge_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-2696-fe0f.svg)}em[data-emoji=":man_judge_tone4:"]:before,em[data-emoji=man_judge_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-2696-fe0f.svg)}em[data-emoji=":man_judge_tone5:"]:before,em[data-emoji=man_judge_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-2696-fe0f.svg)}em[data-emoji=":bride_with_veil:"]:before,em[data-emoji=bride_with_veil]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470.svg)}em[data-emoji=":bride_with_veil_tone1:"]:before,em[data-emoji=bride_with_veil_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fb.svg)}em[data-emoji=":bride_with_veil_tone2:"]:before,em[data-emoji=bride_with_veil_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fc.svg)}em[data-emoji=":bride_with_veil_tone3:"]:before,em[data-emoji=bride_with_veil_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fd.svg)}em[data-emoji=":bride_with_veil_tone4:"]:before,em[data-emoji=bride_with_veil_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3fe.svg)}em[data-emoji=":bride_with_veil_tone5:"]:before,em[data-emoji=bride_with_veil_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f470-1f3ff.svg)}em[data-emoji=":man_in_tuxedo:"]:before,em[data-emoji=man_in_tuxedo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935.svg)}em[data-emoji=":man_in_tuxedo_tone1:"]:before,em[data-emoji=man_in_tuxedo_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fb.svg)}em[data-emoji=":man_in_tuxedo_tone2:"]:before,em[data-emoji=man_in_tuxedo_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fc.svg)}em[data-emoji=":man_in_tuxedo_tone3:"]:before,em[data-emoji=man_in_tuxedo_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fd.svg)}em[data-emoji=":man_in_tuxedo_tone4:"]:before,em[data-emoji=man_in_tuxedo_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3fe.svg)}em[data-emoji=":man_in_tuxedo_tone5:"]:before,em[data-emoji=man_in_tuxedo_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f935-1f3ff.svg)}em[data-emoji=":princess:"]:before,em[data-emoji=princess]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478.svg)}em[data-emoji=":princess_tone1:"]:before,em[data-emoji=princess_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fb.svg)}em[data-emoji=":princess_tone2:"]:before,em[data-emoji=princess_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fc.svg)}em[data-emoji=":princess_tone3:"]:before,em[data-emoji=princess_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fd.svg)}em[data-emoji=":princess_tone4:"]:before,em[data-emoji=princess_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3fe.svg)}em[data-emoji=":princess_tone5:"]:before,em[data-emoji=princess_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f478-1f3ff.svg)}em[data-emoji=":prince:"]:before,em[data-emoji=prince]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934.svg)}em[data-emoji=":prince_tone1:"]:before,em[data-emoji=prince_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fb.svg)}em[data-emoji=":prince_tone2:"]:before,em[data-emoji=prince_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fc.svg)}em[data-emoji=":prince_tone3:"]:before,em[data-emoji=prince_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fd.svg)}em[data-emoji=":prince_tone4:"]:before,em[data-emoji=prince_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3fe.svg)}em[data-emoji=":prince_tone5:"]:before,em[data-emoji=prince_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f934-1f3ff.svg)}em[data-emoji=":superhero:"]:before,em[data-emoji=superhero]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8.svg)}em[data-emoji=":superhero_tone1:"]:before,em[data-emoji=superhero_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb.svg)}em[data-emoji=":superhero_tone2:"]:before,em[data-emoji=superhero_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc.svg)}em[data-emoji=":superhero_tone3:"]:before,em[data-emoji=superhero_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd.svg)}em[data-emoji=":superhero_tone4:"]:before,em[data-emoji=superhero_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe.svg)}em[data-emoji=":superhero_tone5:"]:before,em[data-emoji=superhero_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff.svg)}em[data-emoji=":woman_superhero:"]:before,em[data-emoji=woman_superhero]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2640-fe0f.svg)}em[data-emoji=":woman_superhero_tone1:"]:before,em[data-emoji=woman_superhero_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_superhero_tone2:"]:before,em[data-emoji=woman_superhero_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_superhero_tone3:"]:before,em[data-emoji=woman_superhero_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_superhero_tone4:"]:before,em[data-emoji=woman_superhero_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_superhero_tone5:"]:before,em[data-emoji=woman_superhero_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_superhero:"]:before,em[data-emoji=man_superhero]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-200d-2642-fe0f.svg)}em[data-emoji=":man_superhero_tone1:"]:before,em[data-emoji=man_superhero_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_superhero_tone2:"]:before,em[data-emoji=man_superhero_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_superhero_tone3:"]:before,em[data-emoji=man_superhero_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_superhero_tone4:"]:before,em[data-emoji=man_superhero_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_superhero_tone5:"]:before,em[data-emoji=man_superhero_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b8-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":supervillain:"]:before,em[data-emoji=supervillain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9.svg)}em[data-emoji=":supervillain_tone1:"]:before,em[data-emoji=supervillain_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb.svg)}em[data-emoji=":supervillain_tone2:"]:before,em[data-emoji=supervillain_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc.svg)}em[data-emoji=":supervillain_tone3:"]:before,em[data-emoji=supervillain_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd.svg)}em[data-emoji=":supervillain_tone4:"]:before,em[data-emoji=supervillain_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe.svg)}em[data-emoji=":supervillain_tone5:"]:before,em[data-emoji=supervillain_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff.svg)}em[data-emoji=":woman_supervillain:"]:before,em[data-emoji=woman_supervillain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2640-fe0f.svg)}em[data-emoji=":woman_supervillain_tone1:"]:before,em[data-emoji=woman_supervillain_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_supervillain_tone2:"]:before,em[data-emoji=woman_supervillain_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_supervillain_tone3:"]:before,em[data-emoji=woman_supervillain_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_supervillain_tone4:"]:before,em[data-emoji=woman_supervillain_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_supervillain_tone5:"]:before,em[data-emoji=woman_supervillain_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_supervillain:"]:before,em[data-emoji=man_supervillain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-200d-2642-fe0f.svg)}em[data-emoji=":man_supervillain_tone1:"]:before,em[data-emoji=man_supervillain_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_supervillain_tone2:"]:before,em[data-emoji=man_supervillain_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_supervillain_tone3:"]:before,em[data-emoji=man_supervillain_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_supervillain_tone4:"]:before,em[data-emoji=man_supervillain_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_supervillain_tone5:"]:before,em[data-emoji=man_supervillain_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b9-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":mrs_claus:"]:before,em[data-emoji=mrs_claus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936.svg)}em[data-emoji=":mrs_claus_tone1:"]:before,em[data-emoji=mrs_claus_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fb.svg)}em[data-emoji=":mrs_claus_tone2:"]:before,em[data-emoji=mrs_claus_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fc.svg)}em[data-emoji=":mrs_claus_tone3:"]:before,em[data-emoji=mrs_claus_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fd.svg)}em[data-emoji=":mrs_claus_tone4:"]:before,em[data-emoji=mrs_claus_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3fe.svg)}em[data-emoji=":mrs_claus_tone5:"]:before,em[data-emoji=mrs_claus_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f936-1f3ff.svg)}em[data-emoji=":santa:"]:before,em[data-emoji=santa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385.svg)}em[data-emoji=":santa_tone1:"]:before,em[data-emoji=santa_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fb.svg)}em[data-emoji=":santa_tone2:"]:before,em[data-emoji=santa_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fc.svg)}em[data-emoji=":santa_tone3:"]:before,em[data-emoji=santa_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fd.svg)}em[data-emoji=":santa_tone4:"]:before,em[data-emoji=santa_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3fe.svg)}em[data-emoji=":santa_tone5:"]:before,em[data-emoji=santa_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f385-1f3ff.svg)}em[data-emoji=":mage:"]:before,em[data-emoji=mage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9.svg)}em[data-emoji=":mage_tone1:"]:before,em[data-emoji=mage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb.svg)}em[data-emoji=":mage_tone2:"]:before,em[data-emoji=mage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc.svg)}em[data-emoji=":mage_tone3:"]:before,em[data-emoji=mage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd.svg)}em[data-emoji=":mage_tone4:"]:before,em[data-emoji=mage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe.svg)}em[data-emoji=":mage_tone5:"]:before,em[data-emoji=mage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff.svg)}em[data-emoji=":woman_mage:"]:before,em[data-emoji=woman_mage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2640-fe0f.svg)}em[data-emoji=":woman_mage_tone1:"]:before,em[data-emoji=woman_mage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_mage_tone2:"]:before,em[data-emoji=woman_mage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_mage_tone3:"]:before,em[data-emoji=woman_mage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_mage_tone4:"]:before,em[data-emoji=woman_mage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_mage_tone5:"]:before,em[data-emoji=woman_mage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_mage:"]:before,em[data-emoji=man_mage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-200d-2642-fe0f.svg)}em[data-emoji=":man_mage_tone1:"]:before,em[data-emoji=man_mage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_mage_tone2:"]:before,em[data-emoji=man_mage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_mage_tone3:"]:before,em[data-emoji=man_mage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_mage_tone4:"]:before,em[data-emoji=man_mage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_mage_tone5:"]:before,em[data-emoji=man_mage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d9-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":elf:"]:before,em[data-emoji=elf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd.svg)}em[data-emoji=":elf_tone1:"]:before,em[data-emoji=elf_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb.svg)}em[data-emoji=":elf_tone2:"]:before,em[data-emoji=elf_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc.svg)}em[data-emoji=":elf_tone3:"]:before,em[data-emoji=elf_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd.svg)}em[data-emoji=":elf_tone4:"]:before,em[data-emoji=elf_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe.svg)}em[data-emoji=":elf_tone5:"]:before,em[data-emoji=elf_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff.svg)}em[data-emoji=":woman_elf:"]:before,em[data-emoji=woman_elf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2640-fe0f.svg)}em[data-emoji=":woman_elf_tone1:"]:before,em[data-emoji=woman_elf_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_elf_tone2:"]:before,em[data-emoji=woman_elf_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_elf_tone3:"]:before,em[data-emoji=woman_elf_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_elf_tone4:"]:before,em[data-emoji=woman_elf_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_elf_tone5:"]:before,em[data-emoji=woman_elf_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_elf:"]:before,em[data-emoji=man_elf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-200d-2642-fe0f.svg)}em[data-emoji=":man_elf_tone1:"]:before,em[data-emoji=man_elf_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_elf_tone2:"]:before,em[data-emoji=man_elf_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_elf_tone3:"]:before,em[data-emoji=man_elf_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_elf_tone4:"]:before,em[data-emoji=man_elf_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_elf_tone5:"]:before,em[data-emoji=man_elf_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dd-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":vampire:"]:before,em[data-emoji=vampire]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db.svg)}em[data-emoji=":vampire_tone1:"]:before,em[data-emoji=vampire_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb.svg)}em[data-emoji=":vampire_tone2:"]:before,em[data-emoji=vampire_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc.svg)}em[data-emoji=":vampire_tone3:"]:before,em[data-emoji=vampire_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd.svg)}em[data-emoji=":vampire_tone4:"]:before,em[data-emoji=vampire_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe.svg)}em[data-emoji=":vampire_tone5:"]:before,em[data-emoji=vampire_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff.svg)}em[data-emoji=":woman_vampire:"]:before,em[data-emoji=woman_vampire]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2640-fe0f.svg)}em[data-emoji=":woman_vampire_tone1:"]:before,em[data-emoji=woman_vampire_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_vampire_tone2:"]:before,em[data-emoji=woman_vampire_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_vampire_tone3:"]:before,em[data-emoji=woman_vampire_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_vampire_tone4:"]:before,em[data-emoji=woman_vampire_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_vampire_tone5:"]:before,em[data-emoji=woman_vampire_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_vampire:"]:before,em[data-emoji=man_vampire]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-200d-2642-fe0f.svg)}em[data-emoji=":man_vampire_tone1:"]:before,em[data-emoji=man_vampire_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_vampire_tone2:"]:before,em[data-emoji=man_vampire_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_vampire_tone3:"]:before,em[data-emoji=man_vampire_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_vampire_tone4:"]:before,em[data-emoji=man_vampire_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_vampire_tone5:"]:before,em[data-emoji=man_vampire_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9db-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":zombie:"]:before,em[data-emoji=zombie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9df.svg)}em[data-emoji=":woman_zombie:"]:before,em[data-emoji=woman_zombie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2640-fe0f.svg)}em[data-emoji=":man_zombie:"]:before,em[data-emoji=man_zombie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9df-200d-2642-fe0f.svg)}em[data-emoji=":genie:"]:before,em[data-emoji=genie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9de.svg)}em[data-emoji=":woman_genie:"]:before,em[data-emoji=woman_genie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2640-fe0f.svg)}em[data-emoji=":man_genie:"]:before,em[data-emoji=man_genie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9de-200d-2642-fe0f.svg)}em[data-emoji=":merperson:"]:before,em[data-emoji=merperson]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc.svg)}em[data-emoji=":merperson_tone1:"]:before,em[data-emoji=merperson_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb.svg)}em[data-emoji=":merperson_tone2:"]:before,em[data-emoji=merperson_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc.svg)}em[data-emoji=":merperson_tone3:"]:before,em[data-emoji=merperson_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd.svg)}em[data-emoji=":merperson_tone4:"]:before,em[data-emoji=merperson_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe.svg)}em[data-emoji=":merperson_tone5:"]:before,em[data-emoji=merperson_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff.svg)}em[data-emoji=":mermaid:"]:before,em[data-emoji=mermaid]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2640-fe0f.svg)}em[data-emoji=":mermaid_tone1:"]:before,em[data-emoji=mermaid_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":mermaid_tone2:"]:before,em[data-emoji=mermaid_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":mermaid_tone3:"]:before,em[data-emoji=mermaid_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":mermaid_tone4:"]:before,em[data-emoji=mermaid_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":mermaid_tone5:"]:before,em[data-emoji=mermaid_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":merman:"]:before,em[data-emoji=merman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-200d-2642-fe0f.svg)}em[data-emoji=":merman_tone1:"]:before,em[data-emoji=merman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":merman_tone2:"]:before,em[data-emoji=merman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":merman_tone3:"]:before,em[data-emoji=merman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":merman_tone4:"]:before,em[data-emoji=merman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":merman_tone5:"]:before,em[data-emoji=merman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9dc-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":fairy:"]:before,em[data-emoji=fairy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da.svg)}em[data-emoji=":fairy_tone1:"]:before,em[data-emoji=fairy_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb.svg)}em[data-emoji=":fairy_tone2:"]:before,em[data-emoji=fairy_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc.svg)}em[data-emoji=":fairy_tone3:"]:before,em[data-emoji=fairy_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd.svg)}em[data-emoji=":fairy_tone4:"]:before,em[data-emoji=fairy_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe.svg)}em[data-emoji=":fairy_tone5:"]:before,em[data-emoji=fairy_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff.svg)}em[data-emoji=":woman_fairy:"]:before,em[data-emoji=woman_fairy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2640-fe0f.svg)}em[data-emoji=":woman_fairy_tone1:"]:before,em[data-emoji=woman_fairy_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_fairy_tone2:"]:before,em[data-emoji=woman_fairy_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_fairy_tone3:"]:before,em[data-emoji=woman_fairy_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_fairy_tone4:"]:before,em[data-emoji=woman_fairy_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_fairy_tone5:"]:before,em[data-emoji=woman_fairy_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_fairy:"]:before,em[data-emoji=man_fairy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-200d-2642-fe0f.svg)}em[data-emoji=":man_fairy_tone1:"]:before,em[data-emoji=man_fairy_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_fairy_tone2:"]:before,em[data-emoji=man_fairy_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_fairy_tone3:"]:before,em[data-emoji=man_fairy_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_fairy_tone4:"]:before,em[data-emoji=man_fairy_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_fairy_tone5:"]:before,em[data-emoji=man_fairy_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9da-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":angel:"]:before,em[data-emoji=angel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c.svg)}em[data-emoji=":angel_tone1:"]:before,em[data-emoji=angel_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fb.svg)}em[data-emoji=":angel_tone2:"]:before,em[data-emoji=angel_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fc.svg)}em[data-emoji=":angel_tone3:"]:before,em[data-emoji=angel_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fd.svg)}em[data-emoji=":angel_tone4:"]:before,em[data-emoji=angel_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3fe.svg)}em[data-emoji=":angel_tone5:"]:before,em[data-emoji=angel_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f47c-1f3ff.svg)}em[data-emoji=":pregnant_woman:"]:before,em[data-emoji=pregnant_woman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930.svg)}em[data-emoji=":pregnant_woman_tone1:"]:before,em[data-emoji=pregnant_woman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fb.svg)}em[data-emoji=":pregnant_woman_tone2:"]:before,em[data-emoji=pregnant_woman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fc.svg)}em[data-emoji=":pregnant_woman_tone3:"]:before,em[data-emoji=pregnant_woman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fd.svg)}em[data-emoji=":pregnant_woman_tone4:"]:before,em[data-emoji=pregnant_woman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3fe.svg)}em[data-emoji=":pregnant_woman_tone5:"]:before,em[data-emoji=pregnant_woman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f930-1f3ff.svg)}em[data-emoji=":breast_feeding:"]:before,em[data-emoji=breast_feeding]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931.svg)}em[data-emoji=":breast_feeding_tone1:"]:before,em[data-emoji=breast_feeding_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fb.svg)}em[data-emoji=":breast_feeding_tone2:"]:before,em[data-emoji=breast_feeding_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fc.svg)}em[data-emoji=":breast_feeding_tone3:"]:before,em[data-emoji=breast_feeding_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fd.svg)}em[data-emoji=":breast_feeding_tone4:"]:before,em[data-emoji=breast_feeding_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3fe.svg)}em[data-emoji=":breast_feeding_tone5:"]:before,em[data-emoji=breast_feeding_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f931-1f3ff.svg)}em[data-emoji=":person_bowing:"]:before,em[data-emoji=person_bowing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647.svg)}em[data-emoji=":person_bowing_tone1:"]:before,em[data-emoji=person_bowing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb.svg)}em[data-emoji=":person_bowing_tone2:"]:before,em[data-emoji=person_bowing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc.svg)}em[data-emoji=":person_bowing_tone3:"]:before,em[data-emoji=person_bowing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd.svg)}em[data-emoji=":person_bowing_tone4:"]:before,em[data-emoji=person_bowing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe.svg)}em[data-emoji=":person_bowing_tone5:"]:before,em[data-emoji=person_bowing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff.svg)}em[data-emoji=":woman_bowing:"]:before,em[data-emoji=woman_bowing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2640-fe0f.svg)}em[data-emoji=":woman_bowing_tone1:"]:before,em[data-emoji=woman_bowing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_bowing_tone2:"]:before,em[data-emoji=woman_bowing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_bowing_tone3:"]:before,em[data-emoji=woman_bowing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_bowing_tone4:"]:before,em[data-emoji=woman_bowing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_bowing_tone5:"]:before,em[data-emoji=woman_bowing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_bowing:"]:before,em[data-emoji=man_bowing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-200d-2642-fe0f.svg)}em[data-emoji=":man_bowing_tone1:"]:before,em[data-emoji=man_bowing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_bowing_tone2:"]:before,em[data-emoji=man_bowing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_bowing_tone3:"]:before,em[data-emoji=man_bowing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_bowing_tone4:"]:before,em[data-emoji=man_bowing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_bowing_tone5:"]:before,em[data-emoji=man_bowing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f647-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_tipping_hand:"]:before,em[data-emoji=person_tipping_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481.svg)}em[data-emoji=":person_tipping_hand_tone1:"]:before,em[data-emoji=person_tipping_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb.svg)}em[data-emoji=":person_tipping_hand_tone2:"]:before,em[data-emoji=person_tipping_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc.svg)}em[data-emoji=":person_tipping_hand_tone3:"]:before,em[data-emoji=person_tipping_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd.svg)}em[data-emoji=":person_tipping_hand_tone4:"]:before,em[data-emoji=person_tipping_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe.svg)}em[data-emoji=":person_tipping_hand_tone5:"]:before,em[data-emoji=person_tipping_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff.svg)}em[data-emoji=":woman_tipping_hand:"]:before,em[data-emoji=woman_tipping_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2640-fe0f.svg)}em[data-emoji=":woman_tipping_hand_tone1:"]:before,em[data-emoji=woman_tipping_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_tipping_hand_tone2:"]:before,em[data-emoji=woman_tipping_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_tipping_hand_tone3:"]:before,em[data-emoji=woman_tipping_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_tipping_hand_tone4:"]:before,em[data-emoji=woman_tipping_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_tipping_hand_tone5:"]:before,em[data-emoji=woman_tipping_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_tipping_hand:"]:before,em[data-emoji=man_tipping_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-200d-2642-fe0f.svg)}em[data-emoji=":man_tipping_hand_tone1:"]:before,em[data-emoji=man_tipping_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_tipping_hand_tone2:"]:before,em[data-emoji=man_tipping_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_tipping_hand_tone3:"]:before,em[data-emoji=man_tipping_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_tipping_hand_tone4:"]:before,em[data-emoji=man_tipping_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_tipping_hand_tone5:"]:before,em[data-emoji=man_tipping_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f481-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_gesturing_no:"]:before,em[data-emoji=person_gesturing_no]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645.svg)}em[data-emoji=":person_gesturing_no_tone1:"]:before,em[data-emoji=person_gesturing_no_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb.svg)}em[data-emoji=":person_gesturing_no_tone2:"]:before,em[data-emoji=person_gesturing_no_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc.svg)}em[data-emoji=":person_gesturing_no_tone3:"]:before,em[data-emoji=person_gesturing_no_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd.svg)}em[data-emoji=":person_gesturing_no_tone4:"]:before,em[data-emoji=person_gesturing_no_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe.svg)}em[data-emoji=":person_gesturing_no_tone5:"]:before,em[data-emoji=person_gesturing_no_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff.svg)}em[data-emoji=":woman_gesturing_no:"]:before,em[data-emoji=woman_gesturing_no]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_no_tone1:"]:before,em[data-emoji=woman_gesturing_no_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_no_tone2:"]:before,em[data-emoji=woman_gesturing_no_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_no_tone3:"]:before,em[data-emoji=woman_gesturing_no_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_no_tone4:"]:before,em[data-emoji=woman_gesturing_no_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_no_tone5:"]:before,em[data-emoji=woman_gesturing_no_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_gesturing_no:"]:before,em[data-emoji=man_gesturing_no]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_no_tone1:"]:before,em[data-emoji=man_gesturing_no_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_no_tone2:"]:before,em[data-emoji=man_gesturing_no_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_no_tone3:"]:before,em[data-emoji=man_gesturing_no_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_no_tone4:"]:before,em[data-emoji=man_gesturing_no_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_no_tone5:"]:before,em[data-emoji=man_gesturing_no_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f645-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_gesturing_ok:"]:before,em[data-emoji=person_gesturing_ok]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646.svg)}em[data-emoji=":person_gesturing_ok_tone1:"]:before,em[data-emoji=person_gesturing_ok_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb.svg)}em[data-emoji=":person_gesturing_ok_tone2:"]:before,em[data-emoji=person_gesturing_ok_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc.svg)}em[data-emoji=":person_gesturing_ok_tone3:"]:before,em[data-emoji=person_gesturing_ok_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd.svg)}em[data-emoji=":person_gesturing_ok_tone4:"]:before,em[data-emoji=person_gesturing_ok_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe.svg)}em[data-emoji=":person_gesturing_ok_tone5:"]:before,em[data-emoji=person_gesturing_ok_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff.svg)}em[data-emoji=":woman_gesturing_ok:"]:before,em[data-emoji=woman_gesturing_ok]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_ok_tone1:"]:before,em[data-emoji=woman_gesturing_ok_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_ok_tone2:"]:before,em[data-emoji=woman_gesturing_ok_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_ok_tone3:"]:before,em[data-emoji=woman_gesturing_ok_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_ok_tone4:"]:before,em[data-emoji=woman_gesturing_ok_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_gesturing_ok_tone5:"]:before,em[data-emoji=woman_gesturing_ok_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_gesturing_ok:"]:before,em[data-emoji=man_gesturing_ok]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_ok_tone1:"]:before,em[data-emoji=man_gesturing_ok_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_ok_tone2:"]:before,em[data-emoji=man_gesturing_ok_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_ok_tone3:"]:before,em[data-emoji=man_gesturing_ok_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_ok_tone4:"]:before,em[data-emoji=man_gesturing_ok_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_gesturing_ok_tone5:"]:before,em[data-emoji=man_gesturing_ok_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f646-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_raising_hand:"]:before,em[data-emoji=person_raising_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b.svg)}em[data-emoji=":person_raising_hand_tone1:"]:before,em[data-emoji=person_raising_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb.svg)}em[data-emoji=":person_raising_hand_tone2:"]:before,em[data-emoji=person_raising_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc.svg)}em[data-emoji=":person_raising_hand_tone3:"]:before,em[data-emoji=person_raising_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd.svg)}em[data-emoji=":person_raising_hand_tone4:"]:before,em[data-emoji=person_raising_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe.svg)}em[data-emoji=":person_raising_hand_tone5:"]:before,em[data-emoji=person_raising_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff.svg)}em[data-emoji=":woman_raising_hand:"]:before,em[data-emoji=woman_raising_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2640-fe0f.svg)}em[data-emoji=":woman_raising_hand_tone1:"]:before,em[data-emoji=woman_raising_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_raising_hand_tone2:"]:before,em[data-emoji=woman_raising_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_raising_hand_tone3:"]:before,em[data-emoji=woman_raising_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_raising_hand_tone4:"]:before,em[data-emoji=woman_raising_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_raising_hand_tone5:"]:before,em[data-emoji=woman_raising_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_raising_hand:"]:before,em[data-emoji=man_raising_hand]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-200d-2642-fe0f.svg)}em[data-emoji=":man_raising_hand_tone1:"]:before,em[data-emoji=man_raising_hand_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_raising_hand_tone2:"]:before,em[data-emoji=man_raising_hand_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_raising_hand_tone3:"]:before,em[data-emoji=man_raising_hand_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_raising_hand_tone4:"]:before,em[data-emoji=man_raising_hand_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_raising_hand_tone5:"]:before,em[data-emoji=man_raising_hand_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64b-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":deaf_person:"]:before,em[data-emoji=deaf_person]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf.svg)}em[data-emoji=":deaf_person_tone1:"]:before,em[data-emoji=deaf_person_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb.svg)}em[data-emoji=":deaf_person_tone2:"]:before,em[data-emoji=deaf_person_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc.svg)}em[data-emoji=":deaf_person_tone3:"]:before,em[data-emoji=deaf_person_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd.svg)}em[data-emoji=":deaf_person_tone4:"]:before,em[data-emoji=deaf_person_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe.svg)}em[data-emoji=":deaf_person_tone5:"]:before,em[data-emoji=deaf_person_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff.svg)}em[data-emoji=":deaf_woman:"]:before,em[data-emoji=deaf_woman]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2640-fe0f.svg)}em[data-emoji=":deaf_woman_tone1:"]:before,em[data-emoji=deaf_woman_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":deaf_woman_tone2:"]:before,em[data-emoji=deaf_woman_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":deaf_woman_tone3:"]:before,em[data-emoji=deaf_woman_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":deaf_woman_tone4:"]:before,em[data-emoji=deaf_woman_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":deaf_woman_tone5:"]:before,em[data-emoji=deaf_woman_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":deaf_man:"]:before,em[data-emoji=deaf_man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-200d-2642-fe0f.svg)}em[data-emoji=":deaf_man_tone1:"]:before,em[data-emoji=deaf_man_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":deaf_man_tone2:"]:before,em[data-emoji=deaf_man_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":deaf_man_tone3:"]:before,em[data-emoji=deaf_man_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":deaf_man_tone4:"]:before,em[data-emoji=deaf_man_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":deaf_man_tone5:"]:before,em[data-emoji=deaf_man_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cf-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_facepalming:"]:before,em[data-emoji=person_facepalming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926.svg)}em[data-emoji=":person_facepalming_tone1:"]:before,em[data-emoji=person_facepalming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb.svg)}em[data-emoji=":person_facepalming_tone2:"]:before,em[data-emoji=person_facepalming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc.svg)}em[data-emoji=":person_facepalming_tone3:"]:before,em[data-emoji=person_facepalming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd.svg)}em[data-emoji=":person_facepalming_tone4:"]:before,em[data-emoji=person_facepalming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe.svg)}em[data-emoji=":person_facepalming_tone5:"]:before,em[data-emoji=person_facepalming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff.svg)}em[data-emoji=":woman_facepalming:"]:before,em[data-emoji=woman_facepalming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2640-fe0f.svg)}em[data-emoji=":woman_facepalming_tone1:"]:before,em[data-emoji=woman_facepalming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_facepalming_tone2:"]:before,em[data-emoji=woman_facepalming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_facepalming_tone3:"]:before,em[data-emoji=woman_facepalming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_facepalming_tone4:"]:before,em[data-emoji=woman_facepalming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_facepalming_tone5:"]:before,em[data-emoji=woman_facepalming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_facepalming:"]:before,em[data-emoji=man_facepalming]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-200d-2642-fe0f.svg)}em[data-emoji=":man_facepalming_tone1:"]:before,em[data-emoji=man_facepalming_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_facepalming_tone2:"]:before,em[data-emoji=man_facepalming_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_facepalming_tone3:"]:before,em[data-emoji=man_facepalming_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_facepalming_tone4:"]:before,em[data-emoji=man_facepalming_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_facepalming_tone5:"]:before,em[data-emoji=man_facepalming_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f926-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_shrugging:"]:before,em[data-emoji=person_shrugging]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937.svg)}em[data-emoji=":person_shrugging_tone1:"]:before,em[data-emoji=person_shrugging_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb.svg)}em[data-emoji=":person_shrugging_tone2:"]:before,em[data-emoji=person_shrugging_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc.svg)}em[data-emoji=":person_shrugging_tone3:"]:before,em[data-emoji=person_shrugging_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd.svg)}em[data-emoji=":person_shrugging_tone4:"]:before,em[data-emoji=person_shrugging_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe.svg)}em[data-emoji=":person_shrugging_tone5:"]:before,em[data-emoji=person_shrugging_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff.svg)}em[data-emoji=":woman_shrugging:"]:before,em[data-emoji=woman_shrugging]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2640-fe0f.svg)}em[data-emoji=":woman_shrugging_tone1:"]:before,em[data-emoji=woman_shrugging_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_shrugging_tone2:"]:before,em[data-emoji=woman_shrugging_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_shrugging_tone3:"]:before,em[data-emoji=woman_shrugging_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_shrugging_tone4:"]:before,em[data-emoji=woman_shrugging_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_shrugging_tone5:"]:before,em[data-emoji=woman_shrugging_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_shrugging:"]:before,em[data-emoji=man_shrugging]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-200d-2642-fe0f.svg)}em[data-emoji=":man_shrugging_tone1:"]:before,em[data-emoji=man_shrugging_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_shrugging_tone2:"]:before,em[data-emoji=man_shrugging_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_shrugging_tone3:"]:before,em[data-emoji=man_shrugging_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_shrugging_tone4:"]:before,em[data-emoji=man_shrugging_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_shrugging_tone5:"]:before,em[data-emoji=man_shrugging_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f937-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_pouting:"]:before,em[data-emoji=person_pouting]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e.svg)}em[data-emoji=":person_pouting_tone1:"]:before,em[data-emoji=person_pouting_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb.svg)}em[data-emoji=":person_pouting_tone2:"]:before,em[data-emoji=person_pouting_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc.svg)}em[data-emoji=":person_pouting_tone3:"]:before,em[data-emoji=person_pouting_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd.svg)}em[data-emoji=":person_pouting_tone4:"]:before,em[data-emoji=person_pouting_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe.svg)}em[data-emoji=":person_pouting_tone5:"]:before,em[data-emoji=person_pouting_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff.svg)}em[data-emoji=":woman_pouting:"]:before,em[data-emoji=woman_pouting]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2640-fe0f.svg)}em[data-emoji=":woman_pouting_tone1:"]:before,em[data-emoji=woman_pouting_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_pouting_tone2:"]:before,em[data-emoji=woman_pouting_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_pouting_tone3:"]:before,em[data-emoji=woman_pouting_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_pouting_tone4:"]:before,em[data-emoji=woman_pouting_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_pouting_tone5:"]:before,em[data-emoji=woman_pouting_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_pouting:"]:before,em[data-emoji=man_pouting]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-200d-2642-fe0f.svg)}em[data-emoji=":man_pouting_tone1:"]:before,em[data-emoji=man_pouting_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_pouting_tone2:"]:before,em[data-emoji=man_pouting_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_pouting_tone3:"]:before,em[data-emoji=man_pouting_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_pouting_tone4:"]:before,em[data-emoji=man_pouting_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_pouting_tone5:"]:before,em[data-emoji=man_pouting_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64e-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_frowning:"]:before,em[data-emoji=person_frowning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d.svg)}em[data-emoji=":person_frowning_tone1:"]:before,em[data-emoji=person_frowning_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb.svg)}em[data-emoji=":person_frowning_tone2:"]:before,em[data-emoji=person_frowning_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc.svg)}em[data-emoji=":person_frowning_tone3:"]:before,em[data-emoji=person_frowning_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd.svg)}em[data-emoji=":person_frowning_tone4:"]:before,em[data-emoji=person_frowning_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe.svg)}em[data-emoji=":person_frowning_tone5:"]:before,em[data-emoji=person_frowning_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff.svg)}em[data-emoji=":woman_frowning:"]:before,em[data-emoji=woman_frowning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2640-fe0f.svg)}em[data-emoji=":woman_frowning_tone1:"]:before,em[data-emoji=woman_frowning_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_frowning_tone2:"]:before,em[data-emoji=woman_frowning_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_frowning_tone3:"]:before,em[data-emoji=woman_frowning_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_frowning_tone4:"]:before,em[data-emoji=woman_frowning_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_frowning_tone5:"]:before,em[data-emoji=woman_frowning_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_frowning:"]:before,em[data-emoji=man_frowning]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-200d-2642-fe0f.svg)}em[data-emoji=":man_frowning_tone1:"]:before,em[data-emoji=man_frowning_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_frowning_tone2:"]:before,em[data-emoji=man_frowning_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_frowning_tone3:"]:before,em[data-emoji=man_frowning_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_frowning_tone4:"]:before,em[data-emoji=man_frowning_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_frowning_tone5:"]:before,em[data-emoji=man_frowning_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f64d-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_getting_haircut:"]:before,em[data-emoji=person_getting_haircut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487.svg)}em[data-emoji=":person_getting_haircut_tone1:"]:before,em[data-emoji=person_getting_haircut_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb.svg)}em[data-emoji=":person_getting_haircut_tone2:"]:before,em[data-emoji=person_getting_haircut_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc.svg)}em[data-emoji=":person_getting_haircut_tone3:"]:before,em[data-emoji=person_getting_haircut_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd.svg)}em[data-emoji=":person_getting_haircut_tone4:"]:before,em[data-emoji=person_getting_haircut_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe.svg)}em[data-emoji=":person_getting_haircut_tone5:"]:before,em[data-emoji=person_getting_haircut_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff.svg)}em[data-emoji=":woman_getting_haircut:"]:before,em[data-emoji=woman_getting_haircut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_haircut_tone1:"]:before,em[data-emoji=woman_getting_haircut_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_haircut_tone2:"]:before,em[data-emoji=woman_getting_haircut_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_haircut_tone3:"]:before,em[data-emoji=woman_getting_haircut_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_haircut_tone4:"]:before,em[data-emoji=woman_getting_haircut_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_haircut_tone5:"]:before,em[data-emoji=woman_getting_haircut_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_getting_haircut:"]:before,em[data-emoji=man_getting_haircut]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_haircut_tone1:"]:before,em[data-emoji=man_getting_haircut_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_haircut_tone2:"]:before,em[data-emoji=man_getting_haircut_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_haircut_tone3:"]:before,em[data-emoji=man_getting_haircut_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_haircut_tone4:"]:before,em[data-emoji=man_getting_haircut_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_haircut_tone5:"]:before,em[data-emoji=man_getting_haircut_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f487-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_getting_massage:"]:before,em[data-emoji=person_getting_massage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486.svg)}em[data-emoji=":person_getting_massage_tone1:"]:before,em[data-emoji=person_getting_massage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb.svg)}em[data-emoji=":person_getting_massage_tone2:"]:before,em[data-emoji=person_getting_massage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc.svg)}em[data-emoji=":person_getting_massage_tone3:"]:before,em[data-emoji=person_getting_massage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd.svg)}em[data-emoji=":person_getting_massage_tone4:"]:before,em[data-emoji=person_getting_massage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe.svg)}em[data-emoji=":person_getting_massage_tone5:"]:before,em[data-emoji=person_getting_massage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff.svg)}em[data-emoji=":woman_getting_face_massage:"]:before,em[data-emoji=woman_getting_face_massage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_face_massage_tone1:"]:before,em[data-emoji=woman_getting_face_massage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_face_massage_tone2:"]:before,em[data-emoji=woman_getting_face_massage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_face_massage_tone3:"]:before,em[data-emoji=woman_getting_face_massage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_face_massage_tone4:"]:before,em[data-emoji=woman_getting_face_massage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_getting_face_massage_tone5:"]:before,em[data-emoji=woman_getting_face_massage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_getting_face_massage:"]:before,em[data-emoji=man_getting_face_massage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_face_massage_tone1:"]:before,em[data-emoji=man_getting_face_massage_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_face_massage_tone2:"]:before,em[data-emoji=man_getting_face_massage_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_face_massage_tone3:"]:before,em[data-emoji=man_getting_face_massage_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_face_massage_tone4:"]:before,em[data-emoji=man_getting_face_massage_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_getting_face_massage_tone5:"]:before,em[data-emoji=man_getting_face_massage_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f486-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_in_steamy_room:"]:before,em[data-emoji=person_in_steamy_room]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6.svg)}em[data-emoji=":person_in_steamy_room_tone1:"]:before,em[data-emoji=person_in_steamy_room_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb.svg)}em[data-emoji=":person_in_steamy_room_tone2:"]:before,em[data-emoji=person_in_steamy_room_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc.svg)}em[data-emoji=":person_in_steamy_room_tone3:"]:before,em[data-emoji=person_in_steamy_room_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd.svg)}em[data-emoji=":person_in_steamy_room_tone4:"]:before,em[data-emoji=person_in_steamy_room_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe.svg)}em[data-emoji=":person_in_steamy_room_tone5:"]:before,em[data-emoji=person_in_steamy_room_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff.svg)}em[data-emoji=":woman_in_steamy_room:"]:before,em[data-emoji=woman_in_steamy_room]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_steamy_room_tone1:"]:before,em[data-emoji=woman_in_steamy_room_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_steamy_room_tone2:"]:before,em[data-emoji=woman_in_steamy_room_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_steamy_room_tone3:"]:before,em[data-emoji=woman_in_steamy_room_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_steamy_room_tone4:"]:before,em[data-emoji=woman_in_steamy_room_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_in_steamy_room_tone5:"]:before,em[data-emoji=woman_in_steamy_room_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_in_steamy_room:"]:before,em[data-emoji=man_in_steamy_room]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-200d-2642-fe0f.svg)}em[data-emoji=":man_in_steamy_room_tone1:"]:before,em[data-emoji=man_in_steamy_room_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_in_steamy_room_tone2:"]:before,em[data-emoji=man_in_steamy_room_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_in_steamy_room_tone3:"]:before,em[data-emoji=man_in_steamy_room_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_in_steamy_room_tone4:"]:before,em[data-emoji=man_in_steamy_room_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_in_steamy_room_tone5:"]:before,em[data-emoji=man_in_steamy_room_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d6-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":nail_care:"]:before,em[data-emoji=nail_care]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485.svg)}em[data-emoji=":nail_care_tone1:"]:before,em[data-emoji=nail_care_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fb.svg)}em[data-emoji=":nail_care_tone2:"]:before,em[data-emoji=nail_care_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fc.svg)}em[data-emoji=":nail_care_tone3:"]:before,em[data-emoji=nail_care_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fd.svg)}em[data-emoji=":nail_care_tone4:"]:before,em[data-emoji=nail_care_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3fe.svg)}em[data-emoji=":nail_care_tone5:"]:before,em[data-emoji=nail_care_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f485-1f3ff.svg)}em[data-emoji=":selfie:"]:before,em[data-emoji=selfie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933.svg)}em[data-emoji=":selfie_tone1:"]:before,em[data-emoji=selfie_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fb.svg)}em[data-emoji=":selfie_tone2:"]:before,em[data-emoji=selfie_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fc.svg)}em[data-emoji=":selfie_tone3:"]:before,em[data-emoji=selfie_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fd.svg)}em[data-emoji=":selfie_tone4:"]:before,em[data-emoji=selfie_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3fe.svg)}em[data-emoji=":selfie_tone5:"]:before,em[data-emoji=selfie_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f933-1f3ff.svg)}em[data-emoji=":dancer:"]:before,em[data-emoji=dancer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483.svg)}em[data-emoji=":dancer_tone1:"]:before,em[data-emoji=dancer_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fb.svg)}em[data-emoji=":dancer_tone2:"]:before,em[data-emoji=dancer_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fc.svg)}em[data-emoji=":dancer_tone3:"]:before,em[data-emoji=dancer_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fd.svg)}em[data-emoji=":dancer_tone4:"]:before,em[data-emoji=dancer_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3fe.svg)}em[data-emoji=":dancer_tone5:"]:before,em[data-emoji=dancer_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f483-1f3ff.svg)}em[data-emoji=":man_dancing:"]:before,em[data-emoji=man_dancing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a.svg)}em[data-emoji=":man_dancing_tone1:"]:before,em[data-emoji=man_dancing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fb.svg)}em[data-emoji=":man_dancing_tone2:"]:before,em[data-emoji=man_dancing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fc.svg)}em[data-emoji=":man_dancing_tone3:"]:before,em[data-emoji=man_dancing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fd.svg)}em[data-emoji=":man_dancing_tone5:"]:before,em[data-emoji=man_dancing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3ff.svg)}em[data-emoji=":man_dancing_tone4:"]:before,em[data-emoji=man_dancing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f57a-1f3fe.svg)}em[data-emoji=":people_with_bunny_ears_partying:"]:before,em[data-emoji=people_with_bunny_ears_partying]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46f.svg)}em[data-emoji=":women_with_bunny_ears_partying:"]:before,em[data-emoji=women_with_bunny_ears_partying]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2640-fe0f.svg)}em[data-emoji=":men_with_bunny_ears_partying:"]:before,em[data-emoji=men_with_bunny_ears_partying]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46f-200d-2642-fe0f.svg)}em[data-emoji=":levitate:"]:before,em[data-emoji=levitate]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574.svg)}em[data-emoji=":levitate_tone1:"]:before,em[data-emoji=levitate_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fb.svg)}em[data-emoji=":levitate_tone2:"]:before,em[data-emoji=levitate_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fc.svg)}em[data-emoji=":levitate_tone3:"]:before,em[data-emoji=levitate_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fd.svg)}em[data-emoji=":levitate_tone4:"]:before,em[data-emoji=levitate_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3fe.svg)}em[data-emoji=":levitate_tone5:"]:before,em[data-emoji=levitate_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f574-1f3ff.svg)}em[data-emoji=":person_walking:"]:before,em[data-emoji=person_walking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6.svg)}em[data-emoji=":person_walking_tone1:"]:before,em[data-emoji=person_walking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb.svg)}em[data-emoji=":person_walking_tone2:"]:before,em[data-emoji=person_walking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc.svg)}em[data-emoji=":person_walking_tone3:"]:before,em[data-emoji=person_walking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd.svg)}em[data-emoji=":person_walking_tone4:"]:before,em[data-emoji=person_walking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe.svg)}em[data-emoji=":person_walking_tone5:"]:before,em[data-emoji=person_walking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff.svg)}em[data-emoji=":woman_walking:"]:before,em[data-emoji=woman_walking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2640-fe0f.svg)}em[data-emoji=":woman_walking_tone1:"]:before,em[data-emoji=woman_walking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_walking_tone2:"]:before,em[data-emoji=woman_walking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_walking_tone3:"]:before,em[data-emoji=woman_walking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_walking_tone4:"]:before,em[data-emoji=woman_walking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_walking_tone5:"]:before,em[data-emoji=woman_walking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_walking:"]:before,em[data-emoji=man_walking]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-200d-2642-fe0f.svg)}em[data-emoji=":man_walking_tone1:"]:before,em[data-emoji=man_walking_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_walking_tone2:"]:before,em[data-emoji=man_walking_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_walking_tone3:"]:before,em[data-emoji=man_walking_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_walking_tone4:"]:before,em[data-emoji=man_walking_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_walking_tone5:"]:before,em[data-emoji=man_walking_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b6-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_running:"]:before,em[data-emoji=person_running]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3.svg)}em[data-emoji=":person_running_tone1:"]:before,em[data-emoji=person_running_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb.svg)}em[data-emoji=":person_running_tone2:"]:before,em[data-emoji=person_running_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc.svg)}em[data-emoji=":person_running_tone3:"]:before,em[data-emoji=person_running_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd.svg)}em[data-emoji=":person_running_tone4:"]:before,em[data-emoji=person_running_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe.svg)}em[data-emoji=":person_running_tone5:"]:before,em[data-emoji=person_running_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff.svg)}em[data-emoji=":woman_running:"]:before,em[data-emoji=woman_running]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2640-fe0f.svg)}em[data-emoji=":woman_running_tone1:"]:before,em[data-emoji=woman_running_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_running_tone2:"]:before,em[data-emoji=woman_running_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_running_tone3:"]:before,em[data-emoji=woman_running_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_running_tone4:"]:before,em[data-emoji=woman_running_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_running_tone5:"]:before,em[data-emoji=woman_running_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_running:"]:before,em[data-emoji=man_running]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-200d-2642-fe0f.svg)}em[data-emoji=":man_running_tone1:"]:before,em[data-emoji=man_running_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_running_tone2:"]:before,em[data-emoji=man_running_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_running_tone3:"]:before,em[data-emoji=man_running_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_running_tone4:"]:before,em[data-emoji=man_running_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_running_tone5:"]:before,em[data-emoji=man_running_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c3-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_standing:"]:before,em[data-emoji=person_standing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd.svg)}em[data-emoji=":person_standing_tone1:"]:before,em[data-emoji=person_standing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb.svg)}em[data-emoji=":person_standing_tone2:"]:before,em[data-emoji=person_standing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc.svg)}em[data-emoji=":person_standing_tone3:"]:before,em[data-emoji=person_standing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd.svg)}em[data-emoji=":person_standing_tone4:"]:before,em[data-emoji=person_standing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe.svg)}em[data-emoji=":person_standing_tone5:"]:before,em[data-emoji=person_standing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff.svg)}em[data-emoji=":woman_standing:"]:before,em[data-emoji=woman_standing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2640-fe0f.svg)}em[data-emoji=":woman_standing_tone1:"]:before,em[data-emoji=woman_standing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_standing_tone2:"]:before,em[data-emoji=woman_standing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_standing_tone3:"]:before,em[data-emoji=woman_standing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_standing_tone4:"]:before,em[data-emoji=woman_standing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_standing_tone5:"]:before,em[data-emoji=woman_standing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_standing:"]:before,em[data-emoji=man_standing]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-200d-2642-fe0f.svg)}em[data-emoji=":man_standing_tone1:"]:before,em[data-emoji=man_standing_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_standing_tone2:"]:before,em[data-emoji=man_standing_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_standing_tone3:"]:before,em[data-emoji=man_standing_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_standing_tone4:"]:before,em[data-emoji=man_standing_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_standing_tone5:"]:before,em[data-emoji=man_standing_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9cd-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":person_kneeling:"]:before,em[data-emoji=person_kneeling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce.svg)}em[data-emoji=":person_kneeling_tone1:"]:before,em[data-emoji=person_kneeling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb.svg)}em[data-emoji=":person_kneeling_tone2:"]:before,em[data-emoji=person_kneeling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc.svg)}em[data-emoji=":person_kneeling_tone3:"]:before,em[data-emoji=person_kneeling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd.svg)}em[data-emoji=":person_kneeling_tone4:"]:before,em[data-emoji=person_kneeling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe.svg)}em[data-emoji=":person_kneeling_tone5:"]:before,em[data-emoji=person_kneeling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff.svg)}em[data-emoji=":woman_kneeling:"]:before,em[data-emoji=woman_kneeling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2640-fe0f.svg)}em[data-emoji=":woman_kneeling_tone1:"]:before,em[data-emoji=woman_kneeling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2640-fe0f.svg)}em[data-emoji=":woman_kneeling_tone2:"]:before,em[data-emoji=woman_kneeling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2640-fe0f.svg)}em[data-emoji=":woman_kneeling_tone3:"]:before,em[data-emoji=woman_kneeling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2640-fe0f.svg)}em[data-emoji=":woman_kneeling_tone4:"]:before,em[data-emoji=woman_kneeling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2640-fe0f.svg)}em[data-emoji=":woman_kneeling_tone5:"]:before,em[data-emoji=woman_kneeling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2640-fe0f.svg)}em[data-emoji=":man_kneeling:"]:before,em[data-emoji=man_kneeling]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-200d-2642-fe0f.svg)}em[data-emoji=":man_kneeling_tone1:"]:before,em[data-emoji=man_kneeling_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fb-200d-2642-fe0f.svg)}em[data-emoji=":man_kneeling_tone2:"]:before,em[data-emoji=man_kneeling_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fc-200d-2642-fe0f.svg)}em[data-emoji=":man_kneeling_tone3:"]:before,em[data-emoji=man_kneeling_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fd-200d-2642-fe0f.svg)}em[data-emoji=":man_kneeling_tone4:"]:before,em[data-emoji=man_kneeling_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3fe-200d-2642-fe0f.svg)}em[data-emoji=":man_kneeling_tone5:"]:before,em[data-emoji=man_kneeling_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ce-1f3ff-200d-2642-fe0f.svg)}em[data-emoji=":woman_with_probing_cane:"]:before,em[data-emoji=woman_with_probing_cane]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9af.svg)}em[data-emoji=":woman_with_probing_cane_tone1:"]:before,em[data-emoji=woman_with_probing_cane_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9af.svg)}em[data-emoji=":woman_with_probing_cane_tone2:"]:before,em[data-emoji=woman_with_probing_cane_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9af.svg)}em[data-emoji=":woman_with_probing_cane_tone3:"]:before,em[data-emoji=woman_with_probing_cane_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9af.svg)}em[data-emoji=":woman_with_probing_cane_tone4:"]:before,em[data-emoji=woman_with_probing_cane_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9af.svg)}em[data-emoji=":woman_with_probing_cane_tone5:"]:before,em[data-emoji=woman_with_probing_cane_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane:"]:before,em[data-emoji=man_with_probing_cane]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane_tone1:"]:before,em[data-emoji=man_with_probing_cane_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane_tone2:"]:before,em[data-emoji=man_with_probing_cane_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane_tone3:"]:before,em[data-emoji=man_with_probing_cane_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane_tone4:"]:before,em[data-emoji=man_with_probing_cane_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9af.svg)}em[data-emoji=":man_with_probing_cane_tone5:"]:before,em[data-emoji=man_with_probing_cane_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9af.svg)}em[data-emoji=":woman_in_motorized_wheelchair:"]:before,em[data-emoji=woman_in_motorized_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bc.svg)}em[data-emoji=":woman_in_motorized_wheelchair_tone1:"]:before,em[data-emoji=woman_in_motorized_wheelchair_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bc.svg)}em[data-emoji=":woman_in_motorized_wheelchair_tone2:"]:before,em[data-emoji=woman_in_motorized_wheelchair_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bc.svg)}em[data-emoji=":woman_in_motorized_wheelchair_tone3:"]:before,em[data-emoji=woman_in_motorized_wheelchair_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bc.svg)}em[data-emoji=":woman_in_motorized_wheelchair_tone4:"]:before,em[data-emoji=woman_in_motorized_wheelchair_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bc.svg)}em[data-emoji=":woman_in_motorized_wheelchair_tone5:"]:before,em[data-emoji=woman_in_motorized_wheelchair_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair:"]:before,em[data-emoji=man_in_motorized_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair_tone1:"]:before,em[data-emoji=man_in_motorized_wheelchair_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair_tone2:"]:before,em[data-emoji=man_in_motorized_wheelchair_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair_tone3:"]:before,em[data-emoji=man_in_motorized_wheelchair_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair_tone4:"]:before,em[data-emoji=man_in_motorized_wheelchair_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bc.svg)}em[data-emoji=":man_in_motorized_wheelchair_tone5:"]:before,em[data-emoji=man_in_motorized_wheelchair_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bc.svg)}em[data-emoji=":woman_in_manual_wheelchair:"]:before,em[data-emoji=woman_in_manual_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f9bd.svg)}em[data-emoji=":woman_in_manual_wheelchair_tone1:"]:before,em[data-emoji=woman_in_manual_wheelchair_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f9bd.svg)}em[data-emoji=":woman_in_manual_wheelchair_tone2:"]:before,em[data-emoji=woman_in_manual_wheelchair_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f9bd.svg)}em[data-emoji=":woman_in_manual_wheelchair_tone3:"]:before,em[data-emoji=woman_in_manual_wheelchair_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f9bd.svg)}em[data-emoji=":woman_in_manual_wheelchair_tone4:"]:before,em[data-emoji=woman_in_manual_wheelchair_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f9bd.svg)}em[data-emoji=":woman_in_manual_wheelchair_tone5:"]:before,em[data-emoji=woman_in_manual_wheelchair_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair:"]:before,em[data-emoji=man_in_manual_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair_tone1:"]:before,em[data-emoji=man_in_manual_wheelchair_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fb-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair_tone2:"]:before,em[data-emoji=man_in_manual_wheelchair_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair_tone3:"]:before,em[data-emoji=man_in_manual_wheelchair_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair_tone4:"]:before,em[data-emoji=man_in_manual_wheelchair_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f9bd.svg)}em[data-emoji=":man_in_manual_wheelchair_tone5:"]:before,em[data-emoji=man_in_manual_wheelchair_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f9bd.svg)}em[data-emoji=":people_holding_hands:"]:before,em[data-emoji=people_holding_hands]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-200d-1f91d-200d-1f9d1.svg)}em[data-emoji=":people_holding_hands_tone1:"]:before,em[data-emoji=people_holding_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.svg)}em[data-emoji=":people_holding_hands_tone2:"]:before,em[data-emoji=people_holding_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.svg)}em[data-emoji=":people_holding_hands_tone2_tone1:"]:before,em[data-emoji=people_holding_hands_tone2_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.svg)}em[data-emoji=":people_holding_hands_tone3:"]:before,em[data-emoji=people_holding_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.svg)}em[data-emoji=":people_holding_hands_tone3_tone1:"]:before,em[data-emoji=people_holding_hands_tone3_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.svg)}em[data-emoji=":people_holding_hands_tone3_tone2:"]:before,em[data-emoji=people_holding_hands_tone3_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.svg)}em[data-emoji=":people_holding_hands_tone4:"]:before,em[data-emoji=people_holding_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.svg)}em[data-emoji=":people_holding_hands_tone4_tone1:"]:before,em[data-emoji=people_holding_hands_tone4_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.svg)}em[data-emoji=":people_holding_hands_tone4_tone2:"]:before,em[data-emoji=people_holding_hands_tone4_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.svg)}em[data-emoji=":people_holding_hands_tone4_tone3:"]:before,em[data-emoji=people_holding_hands_tone4_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.svg)}em[data-emoji=":people_holding_hands_tone5:"]:before,em[data-emoji=people_holding_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.svg)}em[data-emoji=":people_holding_hands_tone5_tone1:"]:before,em[data-emoji=people_holding_hands_tone5_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.svg)}em[data-emoji=":people_holding_hands_tone5_tone2:"]:before,em[data-emoji=people_holding_hands_tone5_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.svg)}em[data-emoji=":people_holding_hands_tone5_tone3:"]:before,em[data-emoji=people_holding_hands_tone5_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.svg)}em[data-emoji=":people_holding_hands_tone5_tone4:"]:before,em[data-emoji=people_holding_hands_tone5_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.svg)}em[data-emoji=":couple:"]:before,em[data-emoji=couple]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b.svg)}em[data-emoji=":woman_and_man_holding_hands_tone1:"]:before,em[data-emoji=woman_and_man_holding_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fb.svg)}em[data-emoji=":woman_and_man_holding_hands_tone1_tone2:"]:before,em[data-emoji=woman_and_man_holding_hands_tone1_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":woman_and_man_holding_hands_tone1_tone3:"]:before,em[data-emoji=woman_and_man_holding_hands_tone1_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":woman_and_man_holding_hands_tone1_tone4:"]:before,em[data-emoji=woman_and_man_holding_hands_tone1_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.svg)}em[data-emoji=":woman_and_man_holding_hands_tone1_tone5:"]:before,em[data-emoji=woman_and_man_holding_hands_tone1_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.svg)}em[data-emoji=":woman_and_man_holding_hands_tone2:"]:before,em[data-emoji=woman_and_man_holding_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fc.svg)}em[data-emoji=":woman_and_man_holding_hands_tone2_tone1:"]:before,em[data-emoji=woman_and_man_holding_hands_tone2_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":woman_and_man_holding_hands_tone2_tone3:"]:before,em[data-emoji=woman_and_man_holding_hands_tone2_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":woman_and_man_holding_hands_tone2_tone4:"]:before,em[data-emoji=woman_and_man_holding_hands_tone2_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.svg)}em[data-emoji=":woman_and_man_holding_hands_tone2_tone5:"]:before,em[data-emoji=woman_and_man_holding_hands_tone2_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.svg)}em[data-emoji=":woman_and_man_holding_hands_tone3:"]:before,em[data-emoji=woman_and_man_holding_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fd.svg)}em[data-emoji=":woman_and_man_holding_hands_tone3_tone1:"]:before,em[data-emoji=woman_and_man_holding_hands_tone3_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":woman_and_man_holding_hands_tone3_tone2:"]:before,em[data-emoji=woman_and_man_holding_hands_tone3_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":woman_and_man_holding_hands_tone3_tone4:"]:before,em[data-emoji=woman_and_man_holding_hands_tone3_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.svg)}em[data-emoji=":woman_and_man_holding_hands_tone3_tone5:"]:before,em[data-emoji=woman_and_man_holding_hands_tone3_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.svg)}em[data-emoji=":woman_and_man_holding_hands_tone4:"]:before,em[data-emoji=woman_and_man_holding_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3fe.svg)}em[data-emoji=":woman_and_man_holding_hands_tone4_tone1:"]:before,em[data-emoji=woman_and_man_holding_hands_tone4_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":woman_and_man_holding_hands_tone4_tone2:"]:before,em[data-emoji=woman_and_man_holding_hands_tone4_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":woman_and_man_holding_hands_tone4_tone3:"]:before,em[data-emoji=woman_and_man_holding_hands_tone4_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":woman_and_man_holding_hands_tone4_tone5:"]:before,em[data-emoji=woman_and_man_holding_hands_tone4_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.svg)}em[data-emoji=":woman_and_man_holding_hands_tone5:"]:before,em[data-emoji=woman_and_man_holding_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46b-1f3ff.svg)}em[data-emoji=":woman_and_man_holding_hands_tone5_tone1:"]:before,em[data-emoji=woman_and_man_holding_hands_tone5_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":woman_and_man_holding_hands_tone5_tone2:"]:before,em[data-emoji=woman_and_man_holding_hands_tone5_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":woman_and_man_holding_hands_tone5_tone3:"]:before,em[data-emoji=woman_and_man_holding_hands_tone5_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":woman_and_man_holding_hands_tone5_tone4:"]:before,em[data-emoji=woman_and_man_holding_hands_tone5_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg)}em[data-emoji=":two_women_holding_hands:"]:before,em[data-emoji=two_women_holding_hands]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d.svg)}em[data-emoji=":women_holding_hands_tone1:"]:before,em[data-emoji=women_holding_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fb.svg)}em[data-emoji=":women_holding_hands_tone2:"]:before,em[data-emoji=women_holding_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fc.svg)}em[data-emoji=":women_holding_hands_tone2_tone1:"]:before,em[data-emoji=women_holding_hands_tone2_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.svg)}em[data-emoji=":women_holding_hands_tone3:"]:before,em[data-emoji=women_holding_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fd.svg)}em[data-emoji=":women_holding_hands_tone3_tone1:"]:before,em[data-emoji=women_holding_hands_tone3_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.svg)}em[data-emoji=":women_holding_hands_tone3_tone2:"]:before,em[data-emoji=women_holding_hands_tone3_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.svg)}em[data-emoji=":women_holding_hands_tone4:"]:before,em[data-emoji=women_holding_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3fe.svg)}em[data-emoji=":women_holding_hands_tone4_tone1:"]:before,em[data-emoji=women_holding_hands_tone4_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.svg)}em[data-emoji=":women_holding_hands_tone4_tone2:"]:before,em[data-emoji=women_holding_hands_tone4_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.svg)}em[data-emoji=":women_holding_hands_tone4_tone3:"]:before,em[data-emoji=women_holding_hands_tone4_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.svg)}em[data-emoji=":women_holding_hands_tone5:"]:before,em[data-emoji=women_holding_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46d-1f3ff.svg)}em[data-emoji=":women_holding_hands_tone5_tone1:"]:before,em[data-emoji=women_holding_hands_tone5_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.svg)}em[data-emoji=":women_holding_hands_tone5_tone2:"]:before,em[data-emoji=women_holding_hands_tone5_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.svg)}em[data-emoji=":women_holding_hands_tone5_tone3:"]:before,em[data-emoji=women_holding_hands_tone5_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.svg)}em[data-emoji=":women_holding_hands_tone5_tone4:"]:before,em[data-emoji=women_holding_hands_tone5_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.svg)}em[data-emoji=":two_men_holding_hands:"]:before,em[data-emoji=two_men_holding_hands]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c.svg)}em[data-emoji=":men_holding_hands_tone1:"]:before,em[data-emoji=men_holding_hands_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fb.svg)}em[data-emoji=":men_holding_hands_tone2:"]:before,em[data-emoji=men_holding_hands_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fc.svg)}em[data-emoji=":men_holding_hands_tone2_tone1:"]:before,em[data-emoji=men_holding_hands_tone2_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":men_holding_hands_tone3:"]:before,em[data-emoji=men_holding_hands_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fd.svg)}em[data-emoji=":men_holding_hands_tone3_tone1:"]:before,em[data-emoji=men_holding_hands_tone3_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":men_holding_hands_tone3_tone2:"]:before,em[data-emoji=men_holding_hands_tone3_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":men_holding_hands_tone4:"]:before,em[data-emoji=men_holding_hands_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3fe.svg)}em[data-emoji=":men_holding_hands_tone4_tone1:"]:before,em[data-emoji=men_holding_hands_tone4_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":men_holding_hands_tone4_tone2:"]:before,em[data-emoji=men_holding_hands_tone4_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":men_holding_hands_tone4_tone3:"]:before,em[data-emoji=men_holding_hands_tone4_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":men_holding_hands_tone5:"]:before,em[data-emoji=men_holding_hands_tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46c-1f3ff.svg)}em[data-emoji=":men_holding_hands_tone5_tone1:"]:before,em[data-emoji=men_holding_hands_tone5_tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.svg)}em[data-emoji=":men_holding_hands_tone5_tone2:"]:before,em[data-emoji=men_holding_hands_tone5_tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.svg)}em[data-emoji=":men_holding_hands_tone5_tone3:"]:before,em[data-emoji=men_holding_hands_tone5_tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.svg)}em[data-emoji=":men_holding_hands_tone5_tone4:"]:before,em[data-emoji=men_holding_hands_tone5_tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.svg)}em[data-emoji=":couple_with_heart:"]:before,em[data-emoji=couple_with_heart]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f491.svg)}em[data-emoji=":couple_with_heart_woman_man:"]:before,em[data-emoji=couple_with_heart_woman_man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f468.svg)}em[data-emoji=":couple_ww:"]:before,em[data-emoji=couple_ww]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f469.svg)}em[data-emoji=":couple_mm:"]:before,em[data-emoji=couple_mm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f468.svg)}em[data-emoji=":couplekiss:"]:before,em[data-emoji=couplekiss]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48f.svg)}em[data-emoji=":kiss_woman_man:"]:before,em[data-emoji=kiss_woman_man]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.svg)}em[data-emoji=":kiss_ww:"]:before,em[data-emoji=kiss_ww]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.svg)}em[data-emoji=":kiss_mm:"]:before,em[data-emoji=kiss_mm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.svg)}em[data-emoji=":family:"]:before,em[data-emoji=family]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f46a.svg)}em[data-emoji=":family_man_woman_boy:"]:before,em[data-emoji=family_man_woman_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466.svg)}em[data-emoji=":family_mwg:"]:before,em[data-emoji=family_mwg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467.svg)}em[data-emoji=":family_mwgb:"]:before,em[data-emoji=family_mwgb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f466.svg)}em[data-emoji=":family_mwbb:"]:before,em[data-emoji=family_mwbb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f466-200d-1f466.svg)}em[data-emoji=":family_mwgg:"]:before,em[data-emoji=family_mwgg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f469-200d-1f467-200d-1f467.svg)}em[data-emoji=":family_wwb:"]:before,em[data-emoji=family_wwb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466.svg)}em[data-emoji=":family_wwg:"]:before,em[data-emoji=family_wwg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467.svg)}em[data-emoji=":family_wwgb:"]:before,em[data-emoji=family_wwgb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f466.svg)}em[data-emoji=":family_wwbb:"]:before,em[data-emoji=family_wwbb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f466-200d-1f466.svg)}em[data-emoji=":family_wwgg:"]:before,em[data-emoji=family_wwgg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f469-200d-1f467-200d-1f467.svg)}em[data-emoji=":family_mmb:"]:before,em[data-emoji=family_mmb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466.svg)}em[data-emoji=":family_mmg:"]:before,em[data-emoji=family_mmg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467.svg)}em[data-emoji=":family_mmgb:"]:before,em[data-emoji=family_mmgb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f466.svg)}em[data-emoji=":family_mmbb:"]:before,em[data-emoji=family_mmbb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f466-200d-1f466.svg)}em[data-emoji=":family_mmgg:"]:before,em[data-emoji=family_mmgg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f468-200d-1f467-200d-1f467.svg)}em[data-emoji=":family_woman_boy:"]:before,em[data-emoji=family_woman_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466.svg)}em[data-emoji=":family_woman_girl:"]:before,em[data-emoji=family_woman_girl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467.svg)}em[data-emoji=":family_woman_girl_boy:"]:before,em[data-emoji=family_woman_girl_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f466.svg)}em[data-emoji=":family_woman_boy_boy:"]:before,em[data-emoji=family_woman_boy_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f466-200d-1f466.svg)}em[data-emoji=":family_woman_girl_girl:"]:before,em[data-emoji=family_woman_girl_girl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f469-200d-1f467-200d-1f467.svg)}em[data-emoji=":family_man_boy:"]:before,em[data-emoji=family_man_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466.svg)}em[data-emoji=":family_man_girl:"]:before,em[data-emoji=family_man_girl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467.svg)}em[data-emoji=":family_man_girl_boy:"]:before,em[data-emoji=family_man_girl_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f466.svg)}em[data-emoji=":family_man_boy_boy:"]:before,em[data-emoji=family_man_boy_boy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f466-200d-1f466.svg)}em[data-emoji=":family_man_girl_girl:"]:before,em[data-emoji=family_man_girl_girl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f468-200d-1f467-200d-1f467.svg)}em[data-emoji=":yarn:"]:before,em[data-emoji=yarn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f6.svg)}em[data-emoji=":thread:"]:before,em[data-emoji=thread]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f5.svg)}em[data-emoji=":coat:"]:before,em[data-emoji=coat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e5.svg)}em[data-emoji=":lab_coat:"]:before,em[data-emoji=lab_coat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97c.svg)}em[data-emoji=":safety_vest:"]:before,em[data-emoji=safety_vest]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9ba.svg)}em[data-emoji=":womans_clothes:"]:before,em[data-emoji=womans_clothes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45a.svg)}em[data-emoji=":shirt:"]:before,em[data-emoji=shirt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f455.svg)}em[data-emoji=":jeans:"]:before,em[data-emoji=jeans]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f456.svg)}em[data-emoji=":shorts:"]:before,em[data-emoji=shorts]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa73.svg)}em[data-emoji=":necktie:"]:before,em[data-emoji=necktie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f454.svg)}em[data-emoji=":dress:"]:before,em[data-emoji=dress]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f457.svg)}em[data-emoji=":bikini:"]:before,em[data-emoji=bikini]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f459.svg)}em[data-emoji=":one_piece_swimsuit:"]:before,em[data-emoji=one_piece_swimsuit]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa71.svg)}em[data-emoji=":kimono:"]:before,em[data-emoji=kimono]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f458.svg)}em[data-emoji=":sari:"]:before,em[data-emoji=sari]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97b.svg)}em[data-emoji=":womans_flat_shoe:"]:before,em[data-emoji=womans_flat_shoe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97f.svg)}em[data-emoji=":high_heel:"]:before,em[data-emoji=high_heel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f460.svg)}em[data-emoji=":sandal:"]:before,em[data-emoji=sandal]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f461.svg)}em[data-emoji=":boot:"]:before,em[data-emoji=boot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f462.svg)}em[data-emoji=":ballet_shoes:"]:before,em[data-emoji=ballet_shoes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa70.svg)}em[data-emoji=":mans_shoe:"]:before,em[data-emoji=mans_shoe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45e.svg)}em[data-emoji=":athletic_shoe:"]:before,em[data-emoji=athletic_shoe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45f.svg)}em[data-emoji=":hiking_boot:"]:before,em[data-emoji=hiking_boot]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97e.svg)}em[data-emoji=":briefs:"]:before,em[data-emoji=briefs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1fa72.svg)}em[data-emoji=":socks:"]:before,em[data-emoji=socks]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e6.svg)}em[data-emoji=":gloves:"]:before,em[data-emoji=gloves]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e4.svg)}em[data-emoji=":scarf:"]:before,em[data-emoji=scarf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e3.svg)}em[data-emoji=":tophat:"]:before,em[data-emoji=tophat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a9.svg)}em[data-emoji=":billed_cap:"]:before,em[data-emoji=billed_cap]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9e2.svg)}em[data-emoji=":womans_hat:"]:before,em[data-emoji=womans_hat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f452.svg)}em[data-emoji=":mortar_board:"]:before,em[data-emoji=mortar_board]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f393.svg)}em[data-emoji=":helmet_with_cross:"]:before,em[data-emoji=helmet_with_cross]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26d1.svg)}em[data-emoji=":crown:"]:before,em[data-emoji=crown]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f451.svg)}em[data-emoji=":ring:"]:before,em[data-emoji=ring]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f48d.svg)}em[data-emoji=":pouch:"]:before,em[data-emoji=pouch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45d.svg)}em[data-emoji=":purse:"]:before,em[data-emoji=purse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45b.svg)}em[data-emoji=":handbag:"]:before,em[data-emoji=handbag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f45c.svg)}em[data-emoji=":briefcase:"]:before,em[data-emoji=briefcase]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4bc.svg)}em[data-emoji=":school_satchel:"]:before,em[data-emoji=school_satchel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f392.svg)}em[data-emoji=":luggage:"]:before,em[data-emoji=luggage]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9f3.svg)}em[data-emoji=":eyeglasses:"]:before,em[data-emoji=eyeglasses]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f453.svg)}em[data-emoji=":dark_sunglasses:"]:before,em[data-emoji=dark_sunglasses]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f576.svg)}em[data-emoji=":goggles:"]:before,em[data-emoji=goggles]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f97d.svg)}em[data-emoji=":diving_mask:"]:before,em[data-emoji=diving_mask]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f93f.svg)}em[data-emoji=":closed_umbrella:"]:before,em[data-emoji=closed_umbrella]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f302.svg)}em[data-emoji=":curly_haired:"]:before,em[data-emoji=curly_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b1.svg)}em[data-emoji=":red_haired:"]:before,em[data-emoji=red_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b0.svg)}em[data-emoji=":white_haired:"]:before,em[data-emoji=white_haired]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b3.svg)}em[data-emoji=":bald:"]:before,em[data-emoji=bald]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9b2.svg)}em[data-emoji=":red_car:"]:before,em[data-emoji=red_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f697.svg)}em[data-emoji=":taxi:"]:before,em[data-emoji=taxi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f695.svg)}em[data-emoji=":blue_car:"]:before,em[data-emoji=blue_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f699.svg)}em[data-emoji=":bus:"]:before,em[data-emoji=bus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68c.svg)}em[data-emoji=":trolleybus:"]:before,em[data-emoji=trolleybus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68e.svg)}em[data-emoji=":race_car:"]:before,em[data-emoji=race_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ce.svg)}em[data-emoji=":police_car:"]:before,em[data-emoji=police_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f693.svg)}em[data-emoji=":ambulance:"]:before,em[data-emoji=ambulance]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f691.svg)}em[data-emoji=":fire_engine:"]:before,em[data-emoji=fire_engine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f692.svg)}em[data-emoji=":minibus:"]:before,em[data-emoji=minibus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f690.svg)}em[data-emoji=":truck:"]:before,em[data-emoji=truck]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69a.svg)}em[data-emoji=":articulated_lorry:"]:before,em[data-emoji=articulated_lorry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69b.svg)}em[data-emoji=":tractor:"]:before,em[data-emoji=tractor]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69c.svg)}em[data-emoji=":auto_rickshaw:"]:before,em[data-emoji=auto_rickshaw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6fa.svg)}em[data-emoji=":motor_scooter:"]:before,em[data-emoji=motor_scooter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f5.svg)}em[data-emoji=":motorcycle:"]:before,em[data-emoji=motorcycle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3cd.svg)}em[data-emoji=":scooter:"]:before,em[data-emoji=scooter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f4.svg)}em[data-emoji=":bike:"]:before,em[data-emoji=bike]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6b2.svg)}em[data-emoji=":motorized_wheelchair:"]:before,em[data-emoji=motorized_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bc.svg)}em[data-emoji=":manual_wheelchair:"]:before,em[data-emoji=manual_wheelchair]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f9bd.svg)}em[data-emoji=":rotating_light:"]:before,em[data-emoji=rotating_light]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a8.svg)}em[data-emoji=":oncoming_police_car:"]:before,em[data-emoji=oncoming_police_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f694.svg)}em[data-emoji=":oncoming_bus:"]:before,em[data-emoji=oncoming_bus]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68d.svg)}em[data-emoji=":oncoming_automobile:"]:before,em[data-emoji=oncoming_automobile]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f698.svg)}em[data-emoji=":oncoming_taxi:"]:before,em[data-emoji=oncoming_taxi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f696.svg)}em[data-emoji=":aerial_tramway:"]:before,em[data-emoji=aerial_tramway]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a1.svg)}em[data-emoji=":mountain_cableway:"]:before,em[data-emoji=mountain_cableway]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a0.svg)}em[data-emoji=":suspension_railway:"]:before,em[data-emoji=suspension_railway]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69f.svg)}em[data-emoji=":railway_car:"]:before,em[data-emoji=railway_car]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f683.svg)}em[data-emoji=":train:"]:before,em[data-emoji=train]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68b.svg)}em[data-emoji=":mountain_railway:"]:before,em[data-emoji=mountain_railway]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69e.svg)}em[data-emoji=":monorail:"]:before,em[data-emoji=monorail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f69d.svg)}em[data-emoji=":bullettrain_side:"]:before,em[data-emoji=bullettrain_side]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f684.svg)}em[data-emoji=":bullettrain_front:"]:before,em[data-emoji=bullettrain_front]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f685.svg)}em[data-emoji=":light_rail:"]:before,em[data-emoji=light_rail]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f688.svg)}em[data-emoji=":steam_locomotive:"]:before,em[data-emoji=steam_locomotive]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f682.svg)}em[data-emoji=":train2:"]:before,em[data-emoji=train2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f686.svg)}em[data-emoji=":metro:"]:before,em[data-emoji=metro]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f687.svg)}em[data-emoji=":tram:"]:before,em[data-emoji=tram]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68a.svg)}em[data-emoji=":station:"]:before,em[data-emoji=station]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f689.svg)}em[data-emoji=":airplane_departure:"]:before,em[data-emoji=airplane_departure]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6eb.svg)}em[data-emoji=":airplane_arriving:"]:before,em[data-emoji=airplane_arriving]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6ec.svg)}em[data-emoji=":airplane_small:"]:before,em[data-emoji=airplane_small]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e9.svg)}em[data-emoji=":seat:"]:before,em[data-emoji=seat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f4ba.svg)}em[data-emoji=":satellite_orbital:"]:before,em[data-emoji=satellite_orbital]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f0.svg)}em[data-emoji=":rocket:"]:before,em[data-emoji=rocket]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f680.svg)}em[data-emoji=":flying_saucer:"]:before,em[data-emoji=flying_saucer]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f8.svg)}em[data-emoji=":helicopter:"]:before,em[data-emoji=helicopter]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f681.svg)}em[data-emoji=":canoe:"]:before,em[data-emoji=canoe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f6.svg)}em[data-emoji=":sailboat:"]:before,em[data-emoji=sailboat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f5.svg)}em[data-emoji=":speedboat:"]:before,em[data-emoji=speedboat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a4.svg)}em[data-emoji=":motorboat:"]:before,em[data-emoji=motorboat]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e5.svg)}em[data-emoji=":cruise_ship:"]:before,em[data-emoji=cruise_ship]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6f3.svg)}em[data-emoji=":ferry:"]:before,em[data-emoji=ferry]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f4.svg)}em[data-emoji=":ship:"]:before,em[data-emoji=ship]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a2.svg)}em[data-emoji=":fuelpump:"]:before,em[data-emoji=fuelpump]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26fd.svg)}em[data-emoji=":construction:"]:before,em[data-emoji=construction]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a7.svg)}em[data-emoji=":vertical_traffic_light:"]:before,em[data-emoji=vertical_traffic_light]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a6.svg)}em[data-emoji=":traffic_light:"]:before,em[data-emoji=traffic_light]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a5.svg)}em[data-emoji=":busstop:"]:before,em[data-emoji=busstop]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f68f.svg)}em[data-emoji=":map:"]:before,em[data-emoji=map]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5fa.svg)}em[data-emoji=":moyai:"]:before,em[data-emoji=moyai]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5ff.svg)}em[data-emoji=":statue_of_liberty:"]:before,em[data-emoji=statue_of_liberty]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5fd.svg)}em[data-emoji=":tokyo_tower:"]:before,em[data-emoji=tokyo_tower]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5fc.svg)}em[data-emoji=":european_castle:"]:before,em[data-emoji=european_castle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f0.svg)}em[data-emoji=":japanese_castle:"]:before,em[data-emoji=japanese_castle]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ef.svg)}em[data-emoji=":stadium:"]:before,em[data-emoji=stadium]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3df.svg)}em[data-emoji=":ferris_wheel:"]:before,em[data-emoji=ferris_wheel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a1.svg)}em[data-emoji=":roller_coaster:"]:before,em[data-emoji=roller_coaster]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a2.svg)}em[data-emoji=":carousel_horse:"]:before,em[data-emoji=carousel_horse]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3a0.svg)}em[data-emoji=":fountain:"]:before,em[data-emoji=fountain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f2.svg)}em[data-emoji=":beach_umbrella:"]:before,em[data-emoji=beach_umbrella]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f1.svg)}em[data-emoji=":beach:"]:before,em[data-emoji=beach]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d6.svg)}em[data-emoji=":island:"]:before,em[data-emoji=island]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3dd.svg)}em[data-emoji=":desert:"]:before,em[data-emoji=desert]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3dc.svg)}em[data-emoji=":volcano:"]:before,em[data-emoji=volcano]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30b.svg)}em[data-emoji=":mountain:"]:before,em[data-emoji=mountain]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26f0.svg)}em[data-emoji=":mountain_snow:"]:before,em[data-emoji=mountain_snow]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d4.svg)}em[data-emoji=":mount_fuji:"]:before,em[data-emoji=mount_fuji]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5fb.svg)}em[data-emoji=":camping:"]:before,em[data-emoji=camping]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d5.svg)}em[data-emoji=":tent:"]:before,em[data-emoji=tent]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26fa.svg)}em[data-emoji=":house:"]:before,em[data-emoji=house]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e0.svg)}em[data-emoji=":house_with_garden:"]:before,em[data-emoji=house_with_garden]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e1.svg)}em[data-emoji=":homes:"]:before,em[data-emoji=homes]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d8.svg)}em[data-emoji=":house_abandoned:"]:before,em[data-emoji=house_abandoned]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3da.svg)}em[data-emoji=":construction_site:"]:before,em[data-emoji=construction_site]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d7.svg)}em[data-emoji=":factory:"]:before,em[data-emoji=factory]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ed.svg)}em[data-emoji=":office:"]:before,em[data-emoji=office]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e2.svg)}em[data-emoji=":department_store:"]:before,em[data-emoji=department_store]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ec.svg)}em[data-emoji=":post_office:"]:before,em[data-emoji=post_office]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e3.svg)}em[data-emoji=":european_post_office:"]:before,em[data-emoji=european_post_office]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e4.svg)}em[data-emoji=":hospital:"]:before,em[data-emoji=hospital]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e5.svg)}em[data-emoji=":bank:"]:before,em[data-emoji=bank]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e6.svg)}em[data-emoji=":hotel:"]:before,em[data-emoji=hotel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e8.svg)}em[data-emoji=":convenience_store:"]:before,em[data-emoji=convenience_store]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ea.svg)}em[data-emoji=":school:"]:before,em[data-emoji=school]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3eb.svg)}em[data-emoji=":love_hotel:"]:before,em[data-emoji=love_hotel]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3e9.svg)}em[data-emoji=":wedding:"]:before,em[data-emoji=wedding]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f492.svg)}em[data-emoji=":classical_building:"]:before,em[data-emoji=classical_building]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3db.svg)}em[data-emoji=":church:"]:before,em[data-emoji=church]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26ea.svg)}em[data-emoji=":mosque:"]:before,em[data-emoji=mosque]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f54c.svg)}em[data-emoji=":hindu_temple:"]:before,em[data-emoji=hindu_temple]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6d5.svg)}em[data-emoji=":synagogue:"]:before,em[data-emoji=synagogue]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f54d.svg)}em[data-emoji=":kaaba:"]:before,em[data-emoji=kaaba]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f54b.svg)}em[data-emoji=":shinto_shrine:"]:before,em[data-emoji=shinto_shrine]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/26e9.svg)}em[data-emoji=":railway_track:"]:before,em[data-emoji=railway_track]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e4.svg)}em[data-emoji=":motorway:"]:before,em[data-emoji=motorway]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6e3.svg)}em[data-emoji=":japan:"]:before,em[data-emoji=japan]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f5fe.svg)}em[data-emoji=":rice_scene:"]:before,em[data-emoji=rice_scene]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f391.svg)}em[data-emoji=":park:"]:before,em[data-emoji=park]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3de.svg)}em[data-emoji=":sunrise:"]:before,em[data-emoji=sunrise]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f305.svg)}em[data-emoji=":sunrise_over_mountains:"]:before,em[data-emoji=sunrise_over_mountains]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f304.svg)}em[data-emoji=":stars:"]:before,em[data-emoji=stars]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f320.svg)}em[data-emoji=":sparkler:"]:before,em[data-emoji=sparkler]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f387.svg)}em[data-emoji=":fireworks:"]:before,em[data-emoji=fireworks]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f386.svg)}em[data-emoji=":city_sunset:"]:before,em[data-emoji=city_sunset]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f307.svg)}em[data-emoji=":city_dusk:"]:before,em[data-emoji=city_dusk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f306.svg)}em[data-emoji=":cityscape:"]:before,em[data-emoji=cityscape]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3d9.svg)}em[data-emoji=":night_with_stars:"]:before,em[data-emoji=night_with_stars]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f303.svg)}em[data-emoji=":milky_way:"]:before,em[data-emoji=milky_way]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f30c.svg)}em[data-emoji=":bridge_at_night:"]:before,em[data-emoji=bridge_at_night]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f309.svg)}em[data-emoji=":foggy:"]:before,em[data-emoji=foggy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f301.svg)}em[data-emoji=":regional_indicator_z:"]:before,em[data-emoji=regional_indicator_z]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ff.svg)}em[data-emoji=":regional_indicator_y:"]:before,em[data-emoji=regional_indicator_y]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fe.svg)}em[data-emoji=":regional_indicator_x:"]:before,em[data-emoji=regional_indicator_x]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fd.svg)}em[data-emoji=":regional_indicator_w:"]:before,em[data-emoji=regional_indicator_w]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fc.svg)}em[data-emoji=":regional_indicator_v:"]:before,em[data-emoji=regional_indicator_v]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb.svg)}em[data-emoji=":regional_indicator_u:"]:before,em[data-emoji=regional_indicator_u]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa.svg)}em[data-emoji=":regional_indicator_t:"]:before,em[data-emoji=regional_indicator_t]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9.svg)}em[data-emoji=":regional_indicator_s:"]:before,em[data-emoji=regional_indicator_s]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8.svg)}em[data-emoji=":regional_indicator_r:"]:before,em[data-emoji=regional_indicator_r]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7.svg)}em[data-emoji=":regional_indicator_q:"]:before,em[data-emoji=regional_indicator_q]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f6.svg)}em[data-emoji=":regional_indicator_p:"]:before,em[data-emoji=regional_indicator_p]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5.svg)}em[data-emoji=":regional_indicator_o:"]:before,em[data-emoji=regional_indicator_o]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f4.svg)}em[data-emoji=":regional_indicator_n:"]:before,em[data-emoji=regional_indicator_n]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3.svg)}em[data-emoji=":regional_indicator_m:"]:before,em[data-emoji=regional_indicator_m]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2.svg)}em[data-emoji=":regional_indicator_l:"]:before,em[data-emoji=regional_indicator_l]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1.svg)}em[data-emoji=":regional_indicator_k:"]:before,em[data-emoji=regional_indicator_k]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0.svg)}em[data-emoji=":regional_indicator_j:"]:before,em[data-emoji=regional_indicator_j]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ef.svg)}em[data-emoji=":regional_indicator_i:"]:before,em[data-emoji=regional_indicator_i]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee.svg)}em[data-emoji=":regional_indicator_h:"]:before,em[data-emoji=regional_indicator_h]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed.svg)}em[data-emoji=":regional_indicator_g:"]:before,em[data-emoji=regional_indicator_g]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec.svg)}em[data-emoji=":regional_indicator_f:"]:before,em[data-emoji=regional_indicator_f]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb.svg)}em[data-emoji=":regional_indicator_e:"]:before,em[data-emoji=regional_indicator_e]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea.svg)}em[data-emoji=":regional_indicator_d:"]:before,em[data-emoji=regional_indicator_d]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9.svg)}em[data-emoji=":regional_indicator_c:"]:before,em[data-emoji=regional_indicator_c]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8.svg)}em[data-emoji=":regional_indicator_b:"]:before,em[data-emoji=regional_indicator_b]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7.svg)}em[data-emoji=":regional_indicator_a:"]:before,em[data-emoji=regional_indicator_a]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6.svg)}em[data-emoji=":flag_white:"]:before,em[data-emoji=flag_white]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f3.svg)}em[data-emoji=":flag_black:"]:before,em[data-emoji=flag_black]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f4.svg)}em[data-emoji=":checkered_flag:"]:before,em[data-emoji=checkered_flag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3c1.svg)}em[data-emoji=":triangular_flag_on_post:"]:before,em[data-emoji=triangular_flag_on_post]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f6a9.svg)}em[data-emoji=":rainbow_flag:"]:before,em[data-emoji=rainbow_flag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg)}em[data-emoji=":pirate_flag:"]:before,em[data-emoji=pirate_flag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg)}em[data-emoji=":flag_af:"]:before,em[data-emoji=flag_af]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg)}em[data-emoji=":flag_ax:"]:before,em[data-emoji=flag_ax]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg)}em[data-emoji=":flag_al:"]:before,em[data-emoji=flag_al]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg)}em[data-emoji=":flag_dz:"]:before,em[data-emoji=flag_dz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg)}em[data-emoji=":flag_as:"]:before,em[data-emoji=flag_as]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg)}em[data-emoji=":flag_ad:"]:before,em[data-emoji=flag_ad]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg)}em[data-emoji=":flag_ao:"]:before,em[data-emoji=flag_ao]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg)}em[data-emoji=":flag_ai:"]:before,em[data-emoji=flag_ai]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg)}em[data-emoji=":flag_aq:"]:before,em[data-emoji=flag_aq]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg)}em[data-emoji=":flag_ag:"]:before,em[data-emoji=flag_ag]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg)}em[data-emoji=":flag_ar:"]:before,em[data-emoji=flag_ar]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg)}em[data-emoji=":flag_am:"]:before,em[data-emoji=flag_am]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg)}em[data-emoji=":flag_aw:"]:before,em[data-emoji=flag_aw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg)}em[data-emoji=":flag_au:"]:before,em[data-emoji=flag_au]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg)}em[data-emoji=":flag_at:"]:before,em[data-emoji=flag_at]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg)}em[data-emoji=":flag_az:"]:before,em[data-emoji=flag_az]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg)}em[data-emoji=":flag_bs:"]:before,em[data-emoji=flag_bs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg)}em[data-emoji=":flag_bh:"]:before,em[data-emoji=flag_bh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg)}em[data-emoji=":flag_bd:"]:before,em[data-emoji=flag_bd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg)}em[data-emoji=":flag_bb:"]:before,em[data-emoji=flag_bb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg)}em[data-emoji=":flag_by:"]:before,em[data-emoji=flag_by]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg)}em[data-emoji=":flag_be:"]:before,em[data-emoji=flag_be]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg)}em[data-emoji=":flag_bz:"]:before,em[data-emoji=flag_bz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg)}em[data-emoji=":flag_bj:"]:before,em[data-emoji=flag_bj]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg)}em[data-emoji=":flag_bm:"]:before,em[data-emoji=flag_bm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg)}em[data-emoji=":flag_bt:"]:before,em[data-emoji=flag_bt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg)}em[data-emoji=":flag_bo:"]:before,em[data-emoji=flag_bo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg)}em[data-emoji=":flag_ba:"]:before,em[data-emoji=flag_ba]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg)}em[data-emoji=":flag_bw:"]:before,em[data-emoji=flag_bw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg)}em[data-emoji=":flag_br:"]:before,em[data-emoji=flag_br]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg)}em[data-emoji=":flag_io:"]:before,em[data-emoji=flag_io]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg)}em[data-emoji=":flag_vg:"]:before,em[data-emoji=flag_vg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg)}em[data-emoji=":flag_bn:"]:before,em[data-emoji=flag_bn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg)}em[data-emoji=":flag_bg:"]:before,em[data-emoji=flag_bg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg)}em[data-emoji=":flag_bf:"]:before,em[data-emoji=flag_bf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg)}em[data-emoji=":flag_bi:"]:before,em[data-emoji=flag_bi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg)}em[data-emoji=":flag_kh:"]:before,em[data-emoji=flag_kh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg)}em[data-emoji=":flag_cm:"]:before,em[data-emoji=flag_cm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg)}em[data-emoji=":flag_ca:"]:before,em[data-emoji=flag_ca]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg)}em[data-emoji=":flag_ic:"]:before,em[data-emoji=flag_ic]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg)}em[data-emoji=":flag_cv:"]:before,em[data-emoji=flag_cv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg)}em[data-emoji=":flag_bq:"]:before,em[data-emoji=flag_bq]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg)}em[data-emoji=":flag_ky:"]:before,em[data-emoji=flag_ky]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg)}em[data-emoji=":flag_cf:"]:before,em[data-emoji=flag_cf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg)}em[data-emoji=":flag_td:"]:before,em[data-emoji=flag_td]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg)}em[data-emoji=":flag_cl:"]:before,em[data-emoji=flag_cl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg)}em[data-emoji=":flag_cn:"]:before,em[data-emoji=flag_cn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg)}em[data-emoji=":flag_cx:"]:before,em[data-emoji=flag_cx]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg)}em[data-emoji=":flag_cc:"]:before,em[data-emoji=flag_cc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg)}em[data-emoji=":flag_co:"]:before,em[data-emoji=flag_co]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg)}em[data-emoji=":flag_km:"]:before,em[data-emoji=flag_km]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg)}em[data-emoji=":flag_cg:"]:before,em[data-emoji=flag_cg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg)}em[data-emoji=":flag_cd:"]:before,em[data-emoji=flag_cd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg)}em[data-emoji=":flag_ck:"]:before,em[data-emoji=flag_ck]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg)}em[data-emoji=":flag_cr:"]:before,em[data-emoji=flag_cr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg)}em[data-emoji=":flag_ci:"]:before,em[data-emoji=flag_ci]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg)}em[data-emoji=":flag_hr:"]:before,em[data-emoji=flag_hr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg)}em[data-emoji=":flag_cu:"]:before,em[data-emoji=flag_cu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg)}em[data-emoji=":flag_cw:"]:before,em[data-emoji=flag_cw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg)}em[data-emoji=":flag_cy:"]:before,em[data-emoji=flag_cy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg)}em[data-emoji=":flag_cz:"]:before,em[data-emoji=flag_cz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg)}em[data-emoji=":flag_dk:"]:before,em[data-emoji=flag_dk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg)}em[data-emoji=":flag_dj:"]:before,em[data-emoji=flag_dj]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg)}em[data-emoji=":flag_dm:"]:before,em[data-emoji=flag_dm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg)}em[data-emoji=":flag_do:"]:before,em[data-emoji=flag_do]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg)}em[data-emoji=":flag_ec:"]:before,em[data-emoji=flag_ec]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg)}em[data-emoji=":flag_eg:"]:before,em[data-emoji=flag_eg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg)}em[data-emoji=":flag_sv:"]:before,em[data-emoji=flag_sv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg)}em[data-emoji=":flag_gq:"]:before,em[data-emoji=flag_gq]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg)}em[data-emoji=":flag_er:"]:before,em[data-emoji=flag_er]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg)}em[data-emoji=":flag_ee:"]:before,em[data-emoji=flag_ee]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg)}em[data-emoji=":flag_et:"]:before,em[data-emoji=flag_et]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg)}em[data-emoji=":flag_eu:"]:before,em[data-emoji=flag_eu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg)}em[data-emoji=":flag_fk:"]:before,em[data-emoji=flag_fk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg)}em[data-emoji=":flag_fo:"]:before,em[data-emoji=flag_fo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg)}em[data-emoji=":flag_fj:"]:before,em[data-emoji=flag_fj]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg)}em[data-emoji=":flag_fi:"]:before,em[data-emoji=flag_fi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg)}em[data-emoji=":flag_fr:"]:before,em[data-emoji=flag_fr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg)}em[data-emoji=":flag_gf:"]:before,em[data-emoji=flag_gf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg)}em[data-emoji=":flag_pf:"]:before,em[data-emoji=flag_pf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg)}em[data-emoji=":flag_tf:"]:before,em[data-emoji=flag_tf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg)}em[data-emoji=":flag_ga:"]:before,em[data-emoji=flag_ga]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg)}em[data-emoji=":flag_gm:"]:before,em[data-emoji=flag_gm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg)}em[data-emoji=":flag_ge:"]:before,em[data-emoji=flag_ge]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg)}em[data-emoji=":flag_de:"]:before,em[data-emoji=flag_de]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg)}em[data-emoji=":flag_gh:"]:before,em[data-emoji=flag_gh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg)}em[data-emoji=":flag_gi:"]:before,em[data-emoji=flag_gi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg)}em[data-emoji=":flag_gr:"]:before,em[data-emoji=flag_gr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg)}em[data-emoji=":flag_gl:"]:before,em[data-emoji=flag_gl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg)}em[data-emoji=":flag_gd:"]:before,em[data-emoji=flag_gd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg)}em[data-emoji=":flag_gp:"]:before,em[data-emoji=flag_gp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg)}em[data-emoji=":flag_gu:"]:before,em[data-emoji=flag_gu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg)}em[data-emoji=":flag_gt:"]:before,em[data-emoji=flag_gt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg)}em[data-emoji=":flag_gg:"]:before,em[data-emoji=flag_gg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg)}em[data-emoji=":flag_gn:"]:before,em[data-emoji=flag_gn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg)}em[data-emoji=":flag_gw:"]:before,em[data-emoji=flag_gw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg)}em[data-emoji=":flag_gy:"]:before,em[data-emoji=flag_gy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg)}em[data-emoji=":flag_ht:"]:before,em[data-emoji=flag_ht]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg)}em[data-emoji=":flag_hn:"]:before,em[data-emoji=flag_hn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg)}em[data-emoji=":flag_hk:"]:before,em[data-emoji=flag_hk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg)}em[data-emoji=":flag_hu:"]:before,em[data-emoji=flag_hu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg)}em[data-emoji=":flag_is:"]:before,em[data-emoji=flag_is]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg)}em[data-emoji=":flag_in:"]:before,em[data-emoji=flag_in]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg)}em[data-emoji=":flag_id:"]:before,em[data-emoji=flag_id]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg)}em[data-emoji=":flag_ir:"]:before,em[data-emoji=flag_ir]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg)}em[data-emoji=":flag_iq:"]:before,em[data-emoji=flag_iq]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg)}em[data-emoji=":flag_ie:"]:before,em[data-emoji=flag_ie]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg)}em[data-emoji=":flag_im:"]:before,em[data-emoji=flag_im]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg)}em[data-emoji=":flag_il:"]:before,em[data-emoji=flag_il]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg)}em[data-emoji=":flag_it:"]:before,em[data-emoji=flag_it]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg)}em[data-emoji=":flag_jm:"]:before,em[data-emoji=flag_jm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg)}em[data-emoji=":flag_jp:"]:before,em[data-emoji=flag_jp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg)}em[data-emoji=":crossed_flags:"]:before,em[data-emoji=crossed_flags]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f38c.svg)}em[data-emoji=":flag_je:"]:before,em[data-emoji=flag_je]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg)}em[data-emoji=":flag_jo:"]:before,em[data-emoji=flag_jo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg)}em[data-emoji=":flag_kz:"]:before,em[data-emoji=flag_kz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg)}em[data-emoji=":flag_ke:"]:before,em[data-emoji=flag_ke]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg)}em[data-emoji=":flag_ki:"]:before,em[data-emoji=flag_ki]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg)}em[data-emoji=":flag_xk:"]:before,em[data-emoji=flag_xk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg)}em[data-emoji=":flag_kw:"]:before,em[data-emoji=flag_kw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg)}em[data-emoji=":flag_kg:"]:before,em[data-emoji=flag_kg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg)}em[data-emoji=":flag_la:"]:before,em[data-emoji=flag_la]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg)}em[data-emoji=":flag_lv:"]:before,em[data-emoji=flag_lv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg)}em[data-emoji=":flag_lb:"]:before,em[data-emoji=flag_lb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg)}em[data-emoji=":flag_ls:"]:before,em[data-emoji=flag_ls]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg)}em[data-emoji=":flag_lr:"]:before,em[data-emoji=flag_lr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg)}em[data-emoji=":flag_ly:"]:before,em[data-emoji=flag_ly]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg)}em[data-emoji=":flag_li:"]:before,em[data-emoji=flag_li]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg)}em[data-emoji=":flag_lt:"]:before,em[data-emoji=flag_lt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg)}em[data-emoji=":flag_lu:"]:before,em[data-emoji=flag_lu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg)}em[data-emoji=":flag_mo:"]:before,em[data-emoji=flag_mo]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg)}em[data-emoji=":flag_mk:"]:before,em[data-emoji=flag_mk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg)}em[data-emoji=":flag_mg:"]:before,em[data-emoji=flag_mg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg)}em[data-emoji=":flag_mw:"]:before,em[data-emoji=flag_mw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg)}em[data-emoji=":flag_my:"]:before,em[data-emoji=flag_my]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg)}em[data-emoji=":flag_mv:"]:before,em[data-emoji=flag_mv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg)}em[data-emoji=":flag_ml:"]:before,em[data-emoji=flag_ml]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg)}em[data-emoji=":flag_mt:"]:before,em[data-emoji=flag_mt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg)}em[data-emoji=":flag_mh:"]:before,em[data-emoji=flag_mh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg)}em[data-emoji=":flag_mq:"]:before,em[data-emoji=flag_mq]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg)}em[data-emoji=":flag_mr:"]:before,em[data-emoji=flag_mr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg)}em[data-emoji=":flag_mu:"]:before,em[data-emoji=flag_mu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg)}em[data-emoji=":flag_yt:"]:before,em[data-emoji=flag_yt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg)}em[data-emoji=":flag_mx:"]:before,em[data-emoji=flag_mx]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg)}em[data-emoji=":flag_fm:"]:before,em[data-emoji=flag_fm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg)}em[data-emoji=":flag_md:"]:before,em[data-emoji=flag_md]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg)}em[data-emoji=":flag_mc:"]:before,em[data-emoji=flag_mc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg)}em[data-emoji=":flag_mn:"]:before,em[data-emoji=flag_mn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg)}em[data-emoji=":flag_me:"]:before,em[data-emoji=flag_me]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg)}em[data-emoji=":flag_ms:"]:before,em[data-emoji=flag_ms]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg)}em[data-emoji=":flag_ma:"]:before,em[data-emoji=flag_ma]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg)}em[data-emoji=":flag_mz:"]:before,em[data-emoji=flag_mz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg)}em[data-emoji=":flag_mm:"]:before,em[data-emoji=flag_mm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg)}em[data-emoji=":flag_na:"]:before,em[data-emoji=flag_na]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg)}em[data-emoji=":flag_nr:"]:before,em[data-emoji=flag_nr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg)}em[data-emoji=":flag_np:"]:before,em[data-emoji=flag_np]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg)}em[data-emoji=":flag_nl:"]:before,em[data-emoji=flag_nl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg)}em[data-emoji=":flag_nc:"]:before,em[data-emoji=flag_nc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg)}em[data-emoji=":flag_nz:"]:before,em[data-emoji=flag_nz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg)}em[data-emoji=":flag_ni:"]:before,em[data-emoji=flag_ni]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg)}em[data-emoji=":flag_ne:"]:before,em[data-emoji=flag_ne]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg)}em[data-emoji=":flag_ng:"]:before,em[data-emoji=flag_ng]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg)}em[data-emoji=":flag_nu:"]:before,em[data-emoji=flag_nu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg)}em[data-emoji=":flag_nf:"]:before,em[data-emoji=flag_nf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg)}em[data-emoji=":flag_kp:"]:before,em[data-emoji=flag_kp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg)}em[data-emoji=":flag_mp:"]:before,em[data-emoji=flag_mp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg)}em[data-emoji=":flag_no:"]:before,em[data-emoji=flag_no]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg)}em[data-emoji=":flag_om:"]:before,em[data-emoji=flag_om]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg)}em[data-emoji=":flag_pk:"]:before,em[data-emoji=flag_pk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg)}em[data-emoji=":flag_pw:"]:before,em[data-emoji=flag_pw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg)}em[data-emoji=":flag_ps:"]:before,em[data-emoji=flag_ps]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg)}em[data-emoji=":flag_pa:"]:before,em[data-emoji=flag_pa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg)}em[data-emoji=":flag_pg:"]:before,em[data-emoji=flag_pg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg)}em[data-emoji=":flag_py:"]:before,em[data-emoji=flag_py]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg)}em[data-emoji=":flag_pe:"]:before,em[data-emoji=flag_pe]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg)}em[data-emoji=":flag_ph:"]:before,em[data-emoji=flag_ph]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg)}em[data-emoji=":flag_pn:"]:before,em[data-emoji=flag_pn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg)}em[data-emoji=":flag_pl:"]:before,em[data-emoji=flag_pl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg)}em[data-emoji=":flag_pt:"]:before,em[data-emoji=flag_pt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg)}em[data-emoji=":flag_pr:"]:before,em[data-emoji=flag_pr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg)}em[data-emoji=":flag_qa:"]:before,em[data-emoji=flag_qa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg)}em[data-emoji=":flag_re:"]:before,em[data-emoji=flag_re]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg)}em[data-emoji=":flag_ro:"]:before,em[data-emoji=flag_ro]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg)}em[data-emoji=":flag_ru:"]:before,em[data-emoji=flag_ru]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg)}em[data-emoji=":flag_rw:"]:before,em[data-emoji=flag_rw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg)}em[data-emoji=":flag_ws:"]:before,em[data-emoji=flag_ws]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg)}em[data-emoji=":flag_sm:"]:before,em[data-emoji=flag_sm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg)}em[data-emoji=":flag_st:"]:before,em[data-emoji=flag_st]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg)}em[data-emoji=":flag_sa:"]:before,em[data-emoji=flag_sa]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg)}em[data-emoji=":flag_sn:"]:before,em[data-emoji=flag_sn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg)}em[data-emoji=":flag_rs:"]:before,em[data-emoji=flag_rs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg)}em[data-emoji=":flag_sc:"]:before,em[data-emoji=flag_sc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg)}em[data-emoji=":flag_sl:"]:before,em[data-emoji=flag_sl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg)}em[data-emoji=":flag_sg:"]:before,em[data-emoji=flag_sg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg)}em[data-emoji=":flag_sx:"]:before,em[data-emoji=flag_sx]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg)}em[data-emoji=":flag_sk:"]:before,em[data-emoji=flag_sk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg)}em[data-emoji=":flag_si:"]:before,em[data-emoji=flag_si]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg)}em[data-emoji=":flag_gs:"]:before,em[data-emoji=flag_gs]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg)}em[data-emoji=":flag_sb:"]:before,em[data-emoji=flag_sb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg)}em[data-emoji=":flag_so:"]:before,em[data-emoji=flag_so]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg)}em[data-emoji=":flag_za:"]:before,em[data-emoji=flag_za]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg)}em[data-emoji=":flag_kr:"]:before,em[data-emoji=flag_kr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg)}em[data-emoji=":flag_ss:"]:before,em[data-emoji=flag_ss]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg)}em[data-emoji=":flag_es:"]:before,em[data-emoji=flag_es]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg)}em[data-emoji=":flag_lk:"]:before,em[data-emoji=flag_lk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg)}em[data-emoji=":flag_bl:"]:before,em[data-emoji=flag_bl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg)}em[data-emoji=":flag_sh:"]:before,em[data-emoji=flag_sh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg)}em[data-emoji=":flag_kn:"]:before,em[data-emoji=flag_kn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg)}em[data-emoji=":flag_lc:"]:before,em[data-emoji=flag_lc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg)}em[data-emoji=":flag_pm:"]:before,em[data-emoji=flag_pm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg)}em[data-emoji=":flag_vc:"]:before,em[data-emoji=flag_vc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg)}em[data-emoji=":flag_sd:"]:before,em[data-emoji=flag_sd]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg)}em[data-emoji=":flag_sr:"]:before,em[data-emoji=flag_sr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg)}em[data-emoji=":flag_sz:"]:before,em[data-emoji=flag_sz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg)}em[data-emoji=":flag_se:"]:before,em[data-emoji=flag_se]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg)}em[data-emoji=":flag_ch:"]:before,em[data-emoji=flag_ch]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg)}em[data-emoji=":flag_sy:"]:before,em[data-emoji=flag_sy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg)}em[data-emoji=":flag_tw:"]:before,em[data-emoji=flag_tw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg)}em[data-emoji=":flag_tj:"]:before,em[data-emoji=flag_tj]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg)}em[data-emoji=":flag_tz:"]:before,em[data-emoji=flag_tz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg)}em[data-emoji=":flag_th:"]:before,em[data-emoji=flag_th]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg)}em[data-emoji=":flag_tl:"]:before,em[data-emoji=flag_tl]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg)}em[data-emoji=":flag_tg:"]:before,em[data-emoji=flag_tg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg)}em[data-emoji=":flag_tk:"]:before,em[data-emoji=flag_tk]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg)}em[data-emoji=":flag_to:"]:before,em[data-emoji=flag_to]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg)}em[data-emoji=":flag_tt:"]:before,em[data-emoji=flag_tt]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg)}em[data-emoji=":flag_tn:"]:before,em[data-emoji=flag_tn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg)}em[data-emoji=":flag_tr:"]:before,em[data-emoji=flag_tr]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg)}em[data-emoji=":flag_tm:"]:before,em[data-emoji=flag_tm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg)}em[data-emoji=":flag_tc:"]:before,em[data-emoji=flag_tc]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg)}em[data-emoji=":flag_vi:"]:before,em[data-emoji=flag_vi]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg)}em[data-emoji=":flag_tv:"]:before,em[data-emoji=flag_tv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg)}em[data-emoji=":flag_ug:"]:before,em[data-emoji=flag_ug]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg)}em[data-emoji=":flag_ua:"]:before,em[data-emoji=flag_ua]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg)}em[data-emoji=":flag_ae:"]:before,em[data-emoji=flag_ae]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg)}em[data-emoji=":flag_gb:"]:before,em[data-emoji=flag_gb]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg)}em[data-emoji=":england:"]:before,em[data-emoji=england]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg)}em[data-emoji=":scotland:"]:before,em[data-emoji=scotland]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg)}em[data-emoji=":wales:"]:before,em[data-emoji=wales]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg)}em[data-emoji=":flag_us:"]:before,em[data-emoji=flag_us]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg)}em[data-emoji=":flag_uy:"]:before,em[data-emoji=flag_uy]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg)}em[data-emoji=":flag_uz:"]:before,em[data-emoji=flag_uz]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg)}em[data-emoji=":flag_vu:"]:before,em[data-emoji=flag_vu]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg)}em[data-emoji=":flag_va:"]:before,em[data-emoji=flag_va]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg)}em[data-emoji=":flag_ve:"]:before,em[data-emoji=flag_ve]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg)}em[data-emoji=":flag_vn:"]:before,em[data-emoji=flag_vn]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg)}em[data-emoji=":flag_wf:"]:before,em[data-emoji=flag_wf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg)}em[data-emoji=":flag_eh:"]:before,em[data-emoji=flag_eh]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg)}em[data-emoji=":flag_ye:"]:before,em[data-emoji=flag_ye]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg)}em[data-emoji=":flag_zm:"]:before,em[data-emoji=flag_zm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg)}em[data-emoji=":flag_zw:"]:before,em[data-emoji=flag_zw]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg)}em[data-emoji=":flag_ac:"]:before,em[data-emoji=flag_ac]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg)}em[data-emoji=":flag_bv:"]:before,em[data-emoji=flag_bv]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg)}em[data-emoji=":flag_cp:"]:before,em[data-emoji=flag_cp]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg)}em[data-emoji=":flag_ea:"]:before,em[data-emoji=flag_ea]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg)}em[data-emoji=":flag_dg:"]:before,em[data-emoji=flag_dg]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg)}em[data-emoji=":flag_hm:"]:before,em[data-emoji=flag_hm]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg)}em[data-emoji=":flag_mf:"]:before,em[data-emoji=flag_mf]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg)}em[data-emoji=":flag_sj:"]:before,em[data-emoji=flag_sj]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg)}em[data-emoji=":flag_ta:"]:before,em[data-emoji=flag_ta]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg)}em[data-emoji=":flag_um:"]:before,em[data-emoji=flag_um]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg)}em[data-emoji=":united_nations:"]:before,em[data-emoji=united_nations]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg)}em[data-emoji=":tone1:"]:before,em[data-emoji=tone1]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3fb.svg)}em[data-emoji=":tone2:"]:before,em[data-emoji=tone2]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3fc.svg)}em[data-emoji=":tone3:"]:before,em[data-emoji=tone3]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3fd.svg)}em[data-emoji=":tone4:"]:before,em[data-emoji=tone4]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3fe.svg)}em[data-emoji=":tone5:"]:before,em[data-emoji=tone5]:before{background-image:url(https://twemoji.maxcdn.com/v/latest/svg/1f3ff.svg)}/*! + * # Fomantic-UI - Flag + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) no-repeat -108px -1976px;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.england:before,i.flag.gb.eng:before{background-position:0 -1690px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.uk:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-36px -1717px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}/*! + * # Fomantic-UI - Header + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.header{border:none;margin:calc(2rem - .1428571428571429em) 0 1rem;padding:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;line-height:1.28571429em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285714em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;font-size:1rem;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:0;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.14285714em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h1.ui.header .sub.header{font-size:1.14285714rem}h2.ui.header{font-size:1.71428571rem}h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header{font-size:1.28571429rem}h3.ui.header .sub.header{font-size:1rem}h4.ui.header{font-size:1.07142857rem}h4.ui.header .sub.header{font-size:1rem}h5.ui.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}h6.ui.header{font-size:.85714286rem}h6.ui.header .sub.header{font-size:.92857143rem}.ui.mini.header{font-size:.85714286em}.ui.mini.header .sub.header{font-size:.92857143rem}.ui.mini.sub.header{font-size:.78571429em}.ui.tiny.header{font-size:1em}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.tiny.sub.header{font-size:.78571429em}.ui.small.header{font-size:1.07142857em}.ui.small.header .sub.header{font-size:1rem}.ui.small.sub.header{font-size:.78571429em}.ui.large.header{font-size:1.71428571em}.ui.large.header .sub.header{font-size:1.14285714rem}.ui.large.sub.header{font-size:.92857143em}.ui.big.header{font-size:1.85714286em}.ui.big.header .sub.header{font-size:1.14285714rem}.ui.big.sub.header{font-size:1em}.ui.huge.header{font-size:2em;min-height:1em}.ui.huge.header .sub.header{font-size:1.14285714rem}.ui.huge.sub.header{font-size:1em}.ui.massive.header{font-size:2.28571429em;min-height:1em}.ui.massive.header .sub.header{font-size:1.42857143rem}.ui.massive.sub.header{font-size:1.14285714em}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;font-size:.85714286em;text-transform:uppercase;color:''}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .corner.icon{font-size:calc(3em * .45)}.ui.icon.header .content{display:block;padding:0}.ui.icon.header .circular.icon{font-size:2em}.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:#545454 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#545454 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));-webkit-box-shadow:none;box-shadow:none;border-bottom:none}.ui.primary.header{color:#2185d0}a.ui.primary.header:hover{color:#1678c2}.ui.primary.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.primary.header.header.header{color:#54c8ff}a.ui.inverted.primary.header.header.header:hover{color:#21b8ff}.ui.inverted.primary.dividing.header{border-bottom:2px solid #54c8ff}.ui.secondary.header{color:#1b1c1d}a.ui.secondary.header:hover{color:#27292a}.ui.secondary.dividing.header{border-bottom:2px solid #1b1c1d}.ui.inverted.secondary.header.header.header{color:#545454}a.ui.inverted.secondary.header.header.header:hover{color:#6e6e6e}.ui.inverted.secondary.dividing.header{border-bottom:2px solid #545454}.ui.red.header{color:#db2828}a.ui.red.header:hover{color:#d01919}.ui.red.dividing.header{border-bottom:2px solid #db2828}.ui.inverted.red.header.header.header{color:#ff695e}a.ui.inverted.red.header.header.header:hover{color:#ff392b}.ui.inverted.red.dividing.header{border-bottom:2px solid #ff695e}.ui.orange.header{color:#f2711c}a.ui.orange.header:hover{color:#f26202}.ui.orange.dividing.header{border-bottom:2px solid #f2711c}.ui.inverted.orange.header.header.header{color:#ff851b}a.ui.inverted.orange.header.header.header:hover{color:#e76b00}.ui.inverted.orange.dividing.header{border-bottom:2px solid #ff851b}.ui.yellow.header{color:#fbbd08}a.ui.yellow.header:hover{color:#eaae00}.ui.yellow.dividing.header{border-bottom:2px solid #fbbd08}.ui.inverted.yellow.header.header.header{color:#ffe21f}a.ui.inverted.yellow.header.header.header:hover{color:#ebcd00}.ui.inverted.yellow.dividing.header{border-bottom:2px solid #ffe21f}.ui.olive.header{color:#b5cc18}a.ui.olive.header:hover{color:#a7bd0d}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header.header.header{color:#d9e778}a.ui.inverted.olive.header.header.header:hover{color:#d2e745}.ui.inverted.olive.dividing.header{border-bottom:2px solid #d9e778}.ui.green.header{color:#21ba45}a.ui.green.header:hover{color:#16ab39}.ui.green.dividing.header{border-bottom:2px solid #21ba45}.ui.inverted.green.header.header.header{color:#2ecc40}a.ui.inverted.green.header.header.header:hover{color:#1ea92e}.ui.inverted.green.dividing.header{border-bottom:2px solid #2ecc40}.ui.teal.header{color:#00b5ad}a.ui.teal.header:hover{color:#009c95}.ui.teal.dividing.header{border-bottom:2px solid #00b5ad}.ui.inverted.teal.header.header.header{color:#6dffff}a.ui.inverted.teal.header.header.header:hover{color:#3affff}.ui.inverted.teal.dividing.header{border-bottom:2px solid #6dffff}.ui.blue.header{color:#2185d0}a.ui.blue.header:hover{color:#1678c2}.ui.blue.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.blue.header.header.header{color:#54c8ff}a.ui.inverted.blue.header.header.header:hover{color:#21b8ff}.ui.inverted.blue.dividing.header{border-bottom:2px solid #54c8ff}.ui.violet.header{color:#6435c9}a.ui.violet.header:hover{color:#5829bb}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header.header.header{color:#a291fb}a.ui.inverted.violet.header.header.header:hover{color:#745aff}.ui.inverted.violet.dividing.header{border-bottom:2px solid #a291fb}.ui.purple.header{color:#a333c8}a.ui.purple.header:hover{color:#9627ba}.ui.purple.dividing.header{border-bottom:2px solid #a333c8}.ui.inverted.purple.header.header.header{color:#dc73ff}a.ui.inverted.purple.header.header.header:hover{color:#cf40ff}.ui.inverted.purple.dividing.header{border-bottom:2px solid #dc73ff}.ui.pink.header{color:#e03997}a.ui.pink.header:hover{color:#e61a8d}.ui.pink.dividing.header{border-bottom:2px solid #e03997}.ui.inverted.pink.header.header.header{color:#ff8edf}a.ui.inverted.pink.header.header.header:hover{color:#ff5bd1}.ui.inverted.pink.dividing.header{border-bottom:2px solid #ff8edf}.ui.brown.header{color:#a5673f}a.ui.brown.header:hover{color:#975b33}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header.header.header{color:#d67c1c}a.ui.inverted.brown.header.header.header:hover{color:#b0620f}.ui.inverted.brown.dividing.header{border-bottom:2px solid #d67c1c}.ui.grey.header{color:#767676}a.ui.grey.header:hover{color:#838383}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header.header.header{color:#dcddde}a.ui.inverted.grey.header.header.header:hover{color:#c2c4c5}.ui.inverted.grey.dividing.header{border-bottom:2px solid #dcddde}.ui.black.header{color:#1b1c1d}a.ui.black.header:hover{color:#27292a}.ui.black.dividing.header{border-bottom:2px solid #1b1c1d}.ui.inverted.black.header.header.header{color:#545454}a.ui.inverted.black.header.header.header:hover{color:#000}.ui.inverted.black.dividing.header{border-bottom:2px solid #545454}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#f3f4f5;padding:.78571429rem 1rem;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.mini.block.header{font-size:.78571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.large.block.header{font-size:1.14285714rem}.ui.big.block.header{font-size:1.28571429rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.massive.block.header{font-size:1.71428571rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin:0 -1px 0 -1px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5;border-radius:0}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top).header{border-top:none}.ui.top.attached.header{border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{border-radius:0 0 .28571429rem .28571429rem}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.mini.attached.header{font-size:.78571429em}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.large.attached.header{font-size:1.14285714em}.ui.big.attached.header{font-size:1.28571429em}.ui.huge.attached.header{font-size:1.42857143em}.ui.massive.attached.header{font-size:1.71428571em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}/*! + * # Fomantic-UI - Icon + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite}i.emphasized.icon:not(.disabled),i.emphasized.icons:not(.disabled),i.icon:active,i.icon:hover,i.icons:active,i.icons:hover{opacity:1}i.disabled.icon,i.disabled.icons{opacity:.45;cursor:default;pointer-events:none}i.fitted.icon{width:auto;margin:0!important}i.link.icon:not(.disabled),i.link.icons:not(.disabled){cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.halfway.rotated.icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}i.clockwise.rotated.flipped.icon,i.right.rotated.flipped.icon,i.rotated.flipped.icon{-webkit-transform:scale(-1,1) rotate(90deg);transform:scale(-1,1) rotate(90deg)}i.counterclockwise.rotated.flipped.icon,i.left.rotated.flipped.icon{-webkit-transform:scale(-1,1) rotate(-90deg);transform:scale(-1,1) rotate(-90deg)}i.halfway.rotated.flipped.icon{-webkit-transform:scale(-1,1) rotate(180deg);transform:scale(-1,1) rotate(180deg)}i.clockwise.rotated.vertically.flipped.icon,i.right.rotated.vertically.flipped.icon,i.rotated.vertically.flipped.icon{-webkit-transform:scale(1,-1) rotate(90deg);transform:scale(1,-1) rotate(90deg)}i.counterclockwise.rotated.vertically.flipped.icon,i.left.rotated.vertically.flipped.icon{-webkit-transform:scale(1,-1) rotate(-90deg);transform:scale(1,-1) rotate(-90deg)}i.halfway.rotated.vertically.flipped.icon{-webkit-transform:scale(1,-1) rotate(180deg);transform:scale(1,-1) rotate(180deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d;color:#fff}i.inverted.icon{color:#fff}i.primary.icon.icon.icon.icon{color:#2185d0}i.inverted.primary.icon.icon.icon.icon{color:#54c8ff}i.inverted.bordered.primary.icon.icon.icon.icon,i.inverted.circular.primary.icon.icon.icon.icon{background-color:#2185d0;color:#fff}i.secondary.icon.icon.icon.icon{color:#1b1c1d}i.inverted.secondary.icon.icon.icon.icon{color:#545454}i.inverted.bordered.secondary.icon.icon.icon.icon,i.inverted.circular.secondary.icon.icon.icon.icon{background-color:#1b1c1d;color:#fff}i.red.icon.icon.icon.icon{color:#db2828}i.inverted.red.icon.icon.icon.icon{color:#ff695e}i.inverted.bordered.red.icon.icon.icon.icon,i.inverted.circular.red.icon.icon.icon.icon{background-color:#db2828;color:#fff}i.orange.icon.icon.icon.icon{color:#f2711c}i.inverted.orange.icon.icon.icon.icon{color:#ff851b}i.inverted.bordered.orange.icon.icon.icon.icon,i.inverted.circular.orange.icon.icon.icon.icon{background-color:#f2711c;color:#fff}i.yellow.icon.icon.icon.icon{color:#fbbd08}i.inverted.yellow.icon.icon.icon.icon{color:#ffe21f}i.inverted.bordered.yellow.icon.icon.icon.icon,i.inverted.circular.yellow.icon.icon.icon.icon{background-color:#fbbd08;color:#fff}i.olive.icon.icon.icon.icon{color:#b5cc18}i.inverted.olive.icon.icon.icon.icon{color:#d9e778}i.inverted.bordered.olive.icon.icon.icon.icon,i.inverted.circular.olive.icon.icon.icon.icon{background-color:#b5cc18;color:#fff}i.green.icon.icon.icon.icon{color:#21ba45}i.inverted.green.icon.icon.icon.icon{color:#2ecc40}i.inverted.bordered.green.icon.icon.icon.icon,i.inverted.circular.green.icon.icon.icon.icon{background-color:#21ba45;color:#fff}i.teal.icon.icon.icon.icon{color:#00b5ad}i.inverted.teal.icon.icon.icon.icon{color:#6dffff}i.inverted.bordered.teal.icon.icon.icon.icon,i.inverted.circular.teal.icon.icon.icon.icon{background-color:#00b5ad;color:#fff}i.blue.icon.icon.icon.icon{color:#2185d0}i.inverted.blue.icon.icon.icon.icon{color:#54c8ff}i.inverted.bordered.blue.icon.icon.icon.icon,i.inverted.circular.blue.icon.icon.icon.icon{background-color:#2185d0;color:#fff}i.violet.icon.icon.icon.icon{color:#6435c9}i.inverted.violet.icon.icon.icon.icon{color:#a291fb}i.inverted.bordered.violet.icon.icon.icon.icon,i.inverted.circular.violet.icon.icon.icon.icon{background-color:#6435c9;color:#fff}i.purple.icon.icon.icon.icon{color:#a333c8}i.inverted.purple.icon.icon.icon.icon{color:#dc73ff}i.inverted.bordered.purple.icon.icon.icon.icon,i.inverted.circular.purple.icon.icon.icon.icon{background-color:#a333c8;color:#fff}i.pink.icon.icon.icon.icon{color:#e03997}i.inverted.pink.icon.icon.icon.icon{color:#ff8edf}i.inverted.bordered.pink.icon.icon.icon.icon,i.inverted.circular.pink.icon.icon.icon.icon{background-color:#e03997;color:#fff}i.brown.icon.icon.icon.icon{color:#a5673f}i.inverted.brown.icon.icon.icon.icon{color:#d67c1c}i.inverted.bordered.brown.icon.icon.icon.icon,i.inverted.circular.brown.icon.icon.icon.icon{background-color:#a5673f;color:#fff}i.grey.icon.icon.icon.icon{color:#767676}i.inverted.grey.icon.icon.icon.icon{color:#dcddde}i.inverted.bordered.grey.icon.icon.icon.icon,i.inverted.circular.grey.icon.icon.icon.icon{background-color:#767676;color:#fff}i.black.icon.icon.icon.icon{color:#1b1c1d}i.inverted.black.icon.icon.icon.icon{color:#545454}i.inverted.bordered.black.icon.icon.icon.icon,i.inverted.circular.black.icon.icon.icon.icon{background-color:#1b1c1d;color:#fff}i.icon,i.icons{font-size:1em}i.mini.mini.mini.icon,i.mini.mini.mini.icons{line-height:1;vertical-align:middle;font-size:.4em}i.tiny.tiny.tiny.icon,i.tiny.tiny.tiny.icons{line-height:1;vertical-align:middle;font-size:.5em}i.small.small.small.icon,i.small.small.small.icons{line-height:1;vertical-align:middle;font-size:.75em}i.large.large.large.icon,i.large.large.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.big.big.icon,i.big.big.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.huge.huge.icon,i.huge.huge.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.massive.massive.icon,i.massive.massive.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .icon.corner[class*="top right"]{top:0;left:auto;right:0;bottom:auto}i.icons .icon.corner[class*="top left"]{top:0;left:0;right:auto;bottom:auto}i.icons .icon.corner[class*="bottom left"]{top:auto;left:0;right:auto;bottom:0}i.icons .icon.corner[class*="bottom right"]{top:auto;left:auto;right:0;bottom:0}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.linkedin.in:before{content:"\f0e1"}i.icon.zoom.in:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.sign.in:before{content:"\f2f6"}i.icon.in.cart:before{content:"\f218"}i.icon.log.out:before{content:"\f2f5"}i.icon.sign.out:before{content:"\f2f5"}i.icon.ad:before{content:"\f641"}i.icon.address.book:before{content:"\f2b9"}i.icon.address.card:before{content:"\f2bb"}i.icon.adjust:before{content:"\f042"}i.icon.air.freshener:before{content:"\f5d0"}i.icon.align.center:before{content:"\f037"}i.icon.align.justify:before{content:"\f039"}i.icon.align.left:before{content:"\f036"}i.icon.align.right:before{content:"\f038"}i.icon.allergies:before{content:"\f461"}i.icon.ambulance:before{content:"\f0f9"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.anchor:before{content:"\f13d"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.down:before{content:"\f107"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angry:before{content:"\f556"}i.icon.ankh:before{content:"\f644"}i.icon.archive:before{content:"\f187"}i.icon.archway:before{content:"\f557"}i.icon.arrow.alternate.circle.down:before{content:"\f358"}i.icon.arrow.alternate.circle.left:before{content:"\f359"}i.icon.arrow.alternate.circle.right:before{content:"\f35a"}i.icon.arrow.alternate.circle.up:before{content:"\f35b"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.arrows.alternate:before{content:"\f0b2"}i.icon.arrows.alternate.horizontal:before{content:"\f337"}i.icon.arrows.alternate.vertical:before{content:"\f338"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.asterisk:before{content:"\f069"}i.icon.at:before{content:"\f1fa"}i.icon.atlas:before{content:"\f558"}i.icon.atom:before{content:"\f5d2"}i.icon.audio.description:before{content:"\f29e"}i.icon.award:before{content:"\f559"}i.icon.baby:before{content:"\f77c"}i.icon.baby.carriage:before{content:"\f77d"}i.icon.backspace:before{content:"\f55a"}i.icon.backward:before{content:"\f04a"}i.icon.bacon:before{content:"\f7e5"}i.icon.balance.scale:before{content:"\f24e"}i.icon.balance.scale.left:before{content:"\f515"}i.icon.balance.scale.right:before{content:"\f516"}i.icon.ban:before{content:"\f05e"}i.icon.band.aid:before{content:"\f462"}i.icon.barcode:before{content:"\f02a"}i.icon.bars:before{content:"\f0c9"}i.icon.baseball.ball:before{content:"\f433"}i.icon.basketball.ball:before{content:"\f434"}i.icon.bath:before{content:"\f2cd"}i.icon.battery.empty:before{content:"\f244"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.half:before{content:"\f242"}i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.three.quarters:before{content:"\f241"}i.icon.bed:before{content:"\f236"}i.icon.beer:before{content:"\f0fc"}i.icon.bell:before{content:"\f0f3"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bezier.curve:before{content:"\f55b"}i.icon.bible:before{content:"\f647"}i.icon.bicycle:before{content:"\f206"}i.icon.biking:before{content:"\f84a"}i.icon.binoculars:before{content:"\f1e5"}i.icon.biohazard:before{content:"\f780"}i.icon.birthday.cake:before{content:"\f1fd"}i.icon.blender:before{content:"\f517"}i.icon.blender.phone:before{content:"\f6b6"}i.icon.blind:before{content:"\f29d"}i.icon.blog:before{content:"\f781"}i.icon.bold:before{content:"\f032"}i.icon.bolt:before{content:"\f0e7"}i.icon.bomb:before{content:"\f1e2"}i.icon.bone:before{content:"\f5d7"}i.icon.bong:before{content:"\f55c"}i.icon.book:before{content:"\f02d"}i.icon.book.dead:before{content:"\f6b7"}i.icon.book.medical:before{content:"\f7e6"}i.icon.book.open:before{content:"\f518"}i.icon.book.reader:before{content:"\f5da"}i.icon.bookmark:before{content:"\f02e"}i.icon.border.all:before{content:"\f84c"}i.icon.border.none:before{content:"\f850"}i.icon.border.style:before{content:"\f853"}i.icon.bowling.ball:before{content:"\f436"}i.icon.box:before{content:"\f466"}i.icon.box.open:before{content:"\f49e"}i.icon.boxes:before{content:"\f468"}i.icon.braille:before{content:"\f2a1"}i.icon.brain:before{content:"\f5dc"}i.icon.bread.slice:before{content:"\f7ec"}i.icon.briefcase:before{content:"\f0b1"}i.icon.briefcase.medical:before{content:"\f469"}i.icon.broadcast.tower:before{content:"\f519"}i.icon.broom:before{content:"\f51a"}i.icon.brush:before{content:"\f55d"}i.icon.bug:before{content:"\f188"}i.icon.building:before{content:"\f1ad"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bullseye:before{content:"\f140"}i.icon.burn:before{content:"\f46a"}i.icon.bus:before{content:"\f207"}i.icon.bus.alternate:before{content:"\f55e"}i.icon.business.time:before{content:"\f64a"}i.icon.calculator:before{content:"\f1ec"}i.icon.calendar:before{content:"\f133"}i.icon.calendar.alternate:before{content:"\f073"}i.icon.calendar.check:before{content:"\f274"}i.icon.calendar.day:before{content:"\f783"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.times:before{content:"\f273"}i.icon.calendar.week:before{content:"\f784"}i.icon.camera:before{content:"\f030"}i.icon.camera.retro:before{content:"\f083"}i.icon.campground:before{content:"\f6bb"}i.icon.candy.cane:before{content:"\f786"}i.icon.cannabis:before{content:"\f55f"}i.icon.capsules:before{content:"\f46b"}i.icon.car:before{content:"\f1b9"}i.icon.car.alternate:before{content:"\f5de"}i.icon.car.battery:before{content:"\f5df"}i.icon.car.crash:before{content:"\f5e1"}i.icon.car.side:before{content:"\f5e4"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.caret.square.down:before{content:"\f150"}i.icon.caret.square.left:before{content:"\f191"}i.icon.caret.square.right:before{content:"\f152"}i.icon.caret.square.up:before{content:"\f151"}i.icon.caret.up:before{content:"\f0d8"}i.icon.carrot:before{content:"\f787"}i.icon.cart.arrow.down:before{content:"\f218"}i.icon.cart.plus:before{content:"\f217"}i.icon.cash.register:before{content:"\f788"}i.icon.cat:before{content:"\f6be"}i.icon.certificate:before{content:"\f0a3"}i.icon.chair:before{content:"\f6c0"}i.icon.chalkboard:before{content:"\f51b"}i.icon.chalkboard.teacher:before{content:"\f51c"}i.icon.charging.station:before{content:"\f5e7"}i.icon.chart.area:before{content:"\f1fe"}i.icon.chart.bar:before{content:"\f080"}i.icon.chart.line:before{content:"\f201"}i.icon.chart.pie:before{content:"\f200"}i.icon.check:before{content:"\f00c"}i.icon.check.circle:before{content:"\f058"}i.icon.check.double:before{content:"\f560"}i.icon.check.square:before{content:"\f14a"}i.icon.cheese:before{content:"\f7ef"}i.icon.chess:before{content:"\f439"}i.icon.chess.bishop:before{content:"\f43a"}i.icon.chess.board:before{content:"\f43c"}i.icon.chess.king:before{content:"\f43f"}i.icon.chess.knight:before{content:"\f441"}i.icon.chess.pawn:before{content:"\f443"}i.icon.chess.queen:before{content:"\f445"}i.icon.chess.rook:before{content:"\f447"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.down:before{content:"\f078"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.chevron.up:before{content:"\f077"}i.icon.child:before{content:"\f1ae"}i.icon.church:before{content:"\f51d"}i.icon.circle:before{content:"\f111"}i.icon.circle.notch:before{content:"\f1ce"}i.icon.city:before{content:"\f64f"}i.icon.clinic.medical:before{content:"\f7f2"}i.icon.clipboard:before{content:"\f328"}i.icon.clipboard.check:before{content:"\f46c"}i.icon.clipboard.list:before{content:"\f46d"}i.icon.clock:before{content:"\f017"}i.icon.clone:before{content:"\f24d"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.cloud:before{content:"\f0c2"}i.icon.cloud.download.alternate:before{content:"\f381"}i.icon.cloud.meatball:before{content:"\f73b"}i.icon.cloud.moon:before{content:"\f6c3"}i.icon.cloud.moon.rain:before{content:"\f73c"}i.icon.cloud.rain:before{content:"\f73d"}i.icon.cloud.showers.heavy:before{content:"\f740"}i.icon.cloud.sun:before{content:"\f6c4"}i.icon.cloud.sun.rain:before{content:"\f743"}i.icon.cloud.upload.alternate:before{content:"\f382"}i.icon.cocktail:before{content:"\f561"}i.icon.code:before{content:"\f121"}i.icon.code.branch:before{content:"\f126"}i.icon.coffee:before{content:"\f0f4"}i.icon.cog:before{content:"\f013"}i.icon.cogs:before{content:"\f085"}i.icon.coins:before{content:"\f51e"}i.icon.columns:before{content:"\f0db"}i.icon.comment:before{content:"\f075"}i.icon.comment.alternate:before{content:"\f27a"}i.icon.comment.dollar:before{content:"\f651"}i.icon.comment.dots:before{content:"\f4ad"}i.icon.comment.medical:before{content:"\f7f5"}i.icon.comment.slash:before{content:"\f4b3"}i.icon.comments:before{content:"\f086"}i.icon.comments.dollar:before{content:"\f653"}i.icon.compact.disc:before{content:"\f51f"}i.icon.compass:before{content:"\f14e"}i.icon.compress:before{content:"\f066"}i.icon.compress.arrows.alternate:before{content:"\f78c"}i.icon.concierge.bell:before{content:"\f562"}i.icon.cookie:before{content:"\f563"}i.icon.cookie.bite:before{content:"\f564"}i.icon.copy:before{content:"\f0c5"}i.icon.copyright:before{content:"\f1f9"}i.icon.couch:before{content:"\f4b8"}i.icon.credit.card:before{content:"\f09d"}i.icon.crop:before{content:"\f125"}i.icon.crop.alternate:before{content:"\f565"}i.icon.cross:before{content:"\f654"}i.icon.crosshairs:before{content:"\f05b"}i.icon.crow:before{content:"\f520"}i.icon.crown:before{content:"\f521"}i.icon.crutch:before{content:"\f7f7"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.cut:before{content:"\f0c4"}i.icon.database:before{content:"\f1c0"}i.icon.deaf:before{content:"\f2a4"}i.icon.democrat:before{content:"\f747"}i.icon.desktop:before{content:"\f108"}i.icon.dharmachakra:before{content:"\f655"}i.icon.diagnoses:before{content:"\f470"}i.icon.dice:before{content:"\f522"}i.icon.dice.d20:before{content:"\f6cf"}i.icon.dice.d6:before{content:"\f6d1"}i.icon.dice.five:before{content:"\f523"}i.icon.dice.four:before{content:"\f524"}i.icon.dice.one:before{content:"\f525"}i.icon.dice.six:before{content:"\f526"}i.icon.dice.three:before{content:"\f527"}i.icon.dice.two:before{content:"\f528"}i.icon.digital.tachograph:before{content:"\f566"}i.icon.directions:before{content:"\f5eb"}i.icon.divide:before{content:"\f529"}i.icon.dizzy:before{content:"\f567"}i.icon.dna:before{content:"\f471"}i.icon.dog:before{content:"\f6d3"}i.icon.dollar.sign:before{content:"\f155"}i.icon.dolly:before{content:"\f472"}i.icon.dolly.flatbed:before{content:"\f474"}i.icon.donate:before{content:"\f4b9"}i.icon.door.closed:before{content:"\f52a"}i.icon.door.open:before{content:"\f52b"}i.icon.dot.circle:before{content:"\f192"}i.icon.dove:before{content:"\f4ba"}i.icon.download:before{content:"\f019"}i.icon.drafting.compass:before{content:"\f568"}i.icon.dragon:before{content:"\f6d5"}i.icon.draw.polygon:before{content:"\f5ee"}i.icon.drum:before{content:"\f569"}i.icon.drum.steelpan:before{content:"\f56a"}i.icon.drumstick.bite:before{content:"\f6d7"}i.icon.dumbbell:before{content:"\f44b"}i.icon.dumpster:before{content:"\f793"}i.icon.dumpster.fire:before{content:"\f794"}i.icon.dungeon:before{content:"\f6d9"}i.icon.edit:before{content:"\f044"}i.icon.egg:before{content:"\f7fb"}i.icon.eject:before{content:"\f052"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.envelope:before{content:"\f0e0"}i.icon.envelope.open:before{content:"\f2b6"}i.icon.envelope.open.text:before{content:"\f658"}i.icon.envelope.square:before{content:"\f199"}i.icon.equals:before{content:"\f52c"}i.icon.eraser:before{content:"\f12d"}i.icon.ethernet:before{content:"\f796"}i.icon.euro.sign:before{content:"\f153"}i.icon.exchange.alternate:before{content:"\f362"}i.icon.exclamation:before{content:"\f12a"}i.icon.exclamation.circle:before{content:"\f06a"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.expand:before{content:"\f065"}i.icon.expand.arrows.alternate:before{content:"\f31e"}i.icon.external.alternate:before{content:"\f35d"}i.icon.external.link.square.alternate:before{content:"\f360"}i.icon.eye:before{content:"\f06e"}i.icon.eye.dropper:before{content:"\f1fb"}i.icon.eye.slash:before{content:"\f070"}i.icon.fan:before{content:"\f863"}i.icon.fast.backward:before{content:"\f049"}i.icon.fast.forward:before{content:"\f050"}i.icon.fax:before{content:"\f1ac"}i.icon.feather:before{content:"\f52d"}i.icon.feather.alternate:before{content:"\f56b"}i.icon.female:before{content:"\f182"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.file:before{content:"\f15b"}i.icon.file.alternate:before{content:"\f15c"}i.icon.file.archive:before{content:"\f1c6"}i.icon.file.audio:before{content:"\f1c7"}i.icon.file.code:before{content:"\f1c9"}i.icon.file.contract:before{content:"\f56c"}i.icon.file.csv:before{content:"\f6dd"}i.icon.file.download:before{content:"\f56d"}i.icon.file.excel:before{content:"\f1c3"}i.icon.file.export:before{content:"\f56e"}i.icon.file.image:before{content:"\f1c5"}i.icon.file.import:before{content:"\f56f"}i.icon.file.invoice:before{content:"\f570"}i.icon.file.invoice.dollar:before{content:"\f571"}i.icon.file.medical:before{content:"\f477"}i.icon.file.medical.alternate:before{content:"\f478"}i.icon.file.pdf:before{content:"\f1c1"}i.icon.file.powerpoint:before{content:"\f1c4"}i.icon.file.prescription:before{content:"\f572"}i.icon.file.signature:before{content:"\f573"}i.icon.file.upload:before{content:"\f574"}i.icon.file.video:before{content:"\f1c8"}i.icon.file.word:before{content:"\f1c2"}i.icon.fill:before{content:"\f575"}i.icon.fill.drip:before{content:"\f576"}i.icon.film:before{content:"\f008"}i.icon.filter:before{content:"\f0b0"}i.icon.fingerprint:before{content:"\f577"}i.icon.fire:before{content:"\f06d"}i.icon.fire.alternate:before{content:"\f7e4"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.first.aid:before{content:"\f479"}i.icon.fish:before{content:"\f578"}i.icon.fist.raised:before{content:"\f6de"}i.icon.flag:before{content:"\f024"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.flag.usa:before{content:"\f74d"}i.icon.flask:before{content:"\f0c3"}i.icon.flushed:before{content:"\f579"}i.icon.folder:before{content:"\f07b"}i.icon.folder.minus:before{content:"\f65d"}i.icon.folder.open:before{content:"\f07c"}i.icon.folder.plus:before{content:"\f65e"}i.icon.font:before{content:"\f031"}i.icon.football.ball:before{content:"\f44e"}i.icon.forward:before{content:"\f04e"}i.icon.frog:before{content:"\f52e"}i.icon.frown:before{content:"\f119"}i.icon.frown.open:before{content:"\f57a"}i.icon.fruit-apple:before{content:"\f5d1"}i.icon.funnel.dollar:before{content:"\f662"}i.icon.futbol:before{content:"\f1e3"}i.icon.gamepad:before{content:"\f11b"}i.icon.gas.pump:before{content:"\f52f"}i.icon.gavel:before{content:"\f0e3"}i.icon.gem:before{content:"\f3a5"}i.icon.genderless:before{content:"\f22d"}i.icon.ghost:before{content:"\f6e2"}i.icon.gift:before{content:"\f06b"}i.icon.gifts:before{content:"\f79c"}i.icon.glass.cheers:before{content:"\f79f"}i.icon.glass.martini:before{content:"\f000"}i.icon.glass.martini.alternate:before{content:"\f57b"}i.icon.glass.whiskey:before{content:"\f7a0"}i.icon.glasses:before{content:"\f530"}i.icon.globe:before{content:"\f0ac"}i.icon.globe.africa:before{content:"\f57c"}i.icon.globe.americas:before{content:"\f57d"}i.icon.globe.asia:before{content:"\f57e"}i.icon.globe.europe:before{content:"\f7a2"}i.icon.golf.ball:before{content:"\f450"}i.icon.gopuram:before{content:"\f664"}i.icon.graduation.cap:before{content:"\f19d"}i.icon.greater.than:before{content:"\f531"}i.icon.greater.than.equal:before{content:"\f532"}i.icon.grimace:before{content:"\f57f"}i.icon.grin:before{content:"\f580"}i.icon.grin.alternate:before{content:"\f581"}i.icon.grin.beam:before{content:"\f582"}i.icon.grin.beam.sweat:before{content:"\f583"}i.icon.grin.hearts:before{content:"\f584"}i.icon.grin.squint:before{content:"\f585"}i.icon.grin.squint.tears:before{content:"\f586"}i.icon.grin.stars:before{content:"\f587"}i.icon.grin.tears:before{content:"\f588"}i.icon.grin.tongue:before{content:"\f589"}i.icon.grin.tongue.squint:before{content:"\f58a"}i.icon.grin.tongue.wink:before{content:"\f58b"}i.icon.grin.wink:before{content:"\f58c"}i.icon.grip.horizontal:before{content:"\f58d"}i.icon.grip.lines:before{content:"\f7a4"}i.icon.grip.lines.vertical:before{content:"\f7a5"}i.icon.grip.vertical:before{content:"\f58e"}i.icon.guitar:before{content:"\f7a6"}i.icon.h.square:before{content:"\f0fd"}i.icon.hamburger:before{content:"\f805"}i.icon.hammer:before{content:"\f6e3"}i.icon.hamsa:before{content:"\f665"}i.icon.hand.holding:before{content:"\f4bd"}i.icon.hand.holding.heart:before{content:"\f4be"}i.icon.hand.holding.usd:before{content:"\f4c0"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.middle.finger:before{content:"\f806"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.point.down:before{content:"\f0a7"}i.icon.hand.point.left:before{content:"\f0a5"}i.icon.hand.point.right:before{content:"\f0a4"}i.icon.hand.point.up:before{content:"\f0a6"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.spock:before{content:"\f259"}i.icon.hands:before{content:"\f4c2"}i.icon.hands.helping:before{content:"\f4c4"}i.icon.handshake:before{content:"\f2b5"}i.icon.hanukiah:before{content:"\f6e6"}i.icon.hard.hat:before{content:"\f807"}i.icon.hashtag:before{content:"\f292"}i.icon.hat.cowboy:before{content:"\f8c0"}i.icon.hat.cowboy.side:before{content:"\f8c1"}i.icon.hat.wizard:before{content:"\f6e8"}i.icon.haykal:before{content:"\f666"}i.icon.hdd:before{content:"\f0a0"}i.icon.heading:before{content:"\f1dc"}i.icon.headphones:before{content:"\f025"}i.icon.headphones.alternate:before{content:"\f58f"}i.icon.headset:before{content:"\f590"}i.icon.heart:before{content:"\f004"}i.icon.heart.broken:before{content:"\f7a9"}i.icon.heartbeat:before{content:"\f21e"}i.icon.helicopter:before{content:"\f533"}i.icon.highlighter:before{content:"\f591"}i.icon.hiking:before{content:"\f6ec"}i.icon.hippo:before{content:"\f6ed"}i.icon.history:before{content:"\f1da"}i.icon.hockey.puck:before{content:"\f453"}i.icon.holly.berry:before{content:"\f7aa"}i.icon.home:before{content:"\f015"}i.icon.horse:before{content:"\f6f0"}i.icon.horse.head:before{content:"\f7ab"}i.icon.hospital:before{content:"\f0f8"}i.icon.hospital.alternate:before{content:"\f47d"}i.icon.hospital.symbol:before{content:"\f47e"}i.icon.hot.tub:before{content:"\f593"}i.icon.hotdog:before{content:"\f80f"}i.icon.hotel:before{content:"\f594"}i.icon.hourglass:before{content:"\f254"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.start:before{content:"\f251"}i.icon.house.damage:before{content:"\f6f1"}i.icon.hryvnia:before{content:"\f6f2"}i.icon.i.cursor:before{content:"\f246"}i.icon.ice.cream:before{content:"\f810"}i.icon.icicles:before{content:"\f7ad"}i.icon.icons:before{content:"\f86d"}i.icon.id.badge:before{content:"\f2c1"}i.icon.id.card:before{content:"\f2c2"}i.icon.id.card.alternate:before{content:"\f47f"}i.icon.igloo:before{content:"\f7ae"}i.icon.image:before{content:"\f03e"}i.icon.images:before{content:"\f302"}i.icon.inbox:before{content:"\f01c"}i.icon.indent:before{content:"\f03c"}i.icon.industry:before{content:"\f275"}i.icon.infinity:before{content:"\f534"}i.icon.info:before{content:"\f129"}i.icon.info.circle:before{content:"\f05a"}i.icon.italic:before{content:"\f033"}i.icon.jedi:before{content:"\f669"}i.icon.joint:before{content:"\f595"}i.icon.journal.whills:before{content:"\f66a"}i.icon.kaaba:before{content:"\f66b"}i.icon.key:before{content:"\f084"}i.icon.keyboard:before{content:"\f11c"}i.icon.khanda:before{content:"\f66d"}i.icon.kiss:before{content:"\f596"}i.icon.kiss.beam:before{content:"\f597"}i.icon.kiss.wink.heart:before{content:"\f598"}i.icon.kiwi.bird:before{content:"\f535"}i.icon.landmark:before{content:"\f66f"}i.icon.language:before{content:"\f1ab"}i.icon.laptop:before{content:"\f109"}i.icon.laptop.code:before{content:"\f5fc"}i.icon.laptop.medical:before{content:"\f812"}i.icon.laugh:before{content:"\f599"}i.icon.laugh.beam:before{content:"\f59a"}i.icon.laugh.squint:before{content:"\f59b"}i.icon.laugh.wink:before{content:"\f59c"}i.icon.layer.group:before{content:"\f5fd"}i.icon.leaf:before{content:"\f06c"}i.icon.lemon:before{content:"\f094"}i.icon.less.than:before{content:"\f536"}i.icon.less.than.equal:before{content:"\f537"}i.icon.level.down.alternate:before{content:"\f3be"}i.icon.level.up.alternate:before{content:"\f3bf"}i.icon.life.ring:before{content:"\f1cd"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.linkify:before{content:"\f0c1"}i.icon.lira.sign:before{content:"\f195"}i.icon.list:before{content:"\f03a"}i.icon.list.alternate:before{content:"\f022"}i.icon.list.ol:before{content:"\f0cb"}i.icon.list.ul:before{content:"\f0ca"}i.icon.location.arrow:before{content:"\f124"}i.icon.lock:before{content:"\f023"}i.icon.lock.open:before{content:"\f3c1"}i.icon.long.arrow.alternate.down:before{content:"\f309"}i.icon.long.arrow.alternate.left:before{content:"\f30a"}i.icon.long.arrow.alternate.right:before{content:"\f30b"}i.icon.long.arrow.alternate.up:before{content:"\f30c"}i.icon.low.vision:before{content:"\f2a8"}i.icon.luggage.cart:before{content:"\f59d"}i.icon.magic:before{content:"\f0d0"}i.icon.magnet:before{content:"\f076"}i.icon.mail.bulk:before{content:"\f674"}i.icon.male:before{content:"\f183"}i.icon.map:before{content:"\f279"}i.icon.map.marked:before{content:"\f59f"}i.icon.map.marked.alternate:before{content:"\f5a0"}i.icon.map.marker:before{content:"\f041"}i.icon.map.marker.alternate:before{content:"\f3c5"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.marker:before{content:"\f5a1"}i.icon.mars:before{content:"\f222"}i.icon.mars.double:before{content:"\f227"}i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.mask:before{content:"\f6fa"}i.icon.medal:before{content:"\f5a2"}i.icon.medkit:before{content:"\f0fa"}i.icon.meh:before{content:"\f11a"}i.icon.meh.blank:before{content:"\f5a4"}i.icon.meh.rolling.eyes:before{content:"\f5a5"}i.icon.memory:before{content:"\f538"}i.icon.menorah:before{content:"\f676"}i.icon.mercury:before{content:"\f223"}i.icon.meteor:before{content:"\f753"}i.icon.microchip:before{content:"\f2db"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.alternate:before{content:"\f3c9"}i.icon.microphone.alternate.slash:before{content:"\f539"}i.icon.microphone.slash:before{content:"\f131"}i.icon.microscope:before{content:"\f610"}i.icon.minus:before{content:"\f068"}i.icon.minus.circle:before{content:"\f056"}i.icon.minus.square:before{content:"\f146"}i.icon.mitten:before{content:"\f7b5"}i.icon.mobile:before{content:"\f10b"}i.icon.mobile.alternate:before{content:"\f3cd"}i.icon.money.bill:before{content:"\f0d6"}i.icon.money.bill.alternate:before{content:"\f3d1"}i.icon.money.bill.wave:before{content:"\f53a"}i.icon.money.bill.wave.alternate:before{content:"\f53b"}i.icon.money.check:before{content:"\f53c"}i.icon.money.check.alternate:before{content:"\f53d"}i.icon.monument:before{content:"\f5a6"}i.icon.moon:before{content:"\f186"}i.icon.mortar.pestle:before{content:"\f5a7"}i.icon.mosque:before{content:"\f678"}i.icon.motorcycle:before{content:"\f21c"}i.icon.mountain:before{content:"\f6fc"}i.icon.mouse:before{content:"\f8cc"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.mug.hot:before{content:"\f7b6"}i.icon.music:before{content:"\f001"}i.icon.network.wired:before{content:"\f6ff"}i.icon.neuter:before{content:"\f22c"}i.icon.newspaper:before{content:"\f1ea"}i.icon.not.equal:before{content:"\f53e"}i.icon.notes.medical:before{content:"\f481"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.oil.can:before{content:"\f613"}i.icon.om:before{content:"\f679"}i.icon.otter:before{content:"\f700"}i.icon.outdent:before{content:"\f03b"}i.icon.pager:before{content:"\f815"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.paint.roller:before{content:"\f5aa"}i.icon.palette:before{content:"\f53f"}i.icon.pallet:before{content:"\f482"}i.icon.paper.plane:before{content:"\f1d8"}i.icon.paperclip:before{content:"\f0c6"}i.icon.parachute.box:before{content:"\f4cd"}i.icon.paragraph:before{content:"\f1dd"}i.icon.parking:before{content:"\f540"}i.icon.passport:before{content:"\f5ab"}i.icon.pastafarianism:before{content:"\f67b"}i.icon.paste:before{content:"\f0ea"}i.icon.pause:before{content:"\f04c"}i.icon.pause.circle:before{content:"\f28b"}i.icon.paw:before{content:"\f1b0"}i.icon.peace:before{content:"\f67c"}i.icon.pen:before{content:"\f304"}i.icon.pen.alternate:before{content:"\f305"}i.icon.pen.fancy:before{content:"\f5ac"}i.icon.pen.nib:before{content:"\f5ad"}i.icon.pen.square:before{content:"\f14b"}i.icon.pencil.alternate:before{content:"\f303"}i.icon.pencil.ruler:before{content:"\f5ae"}i.icon.people.carry:before{content:"\f4ce"}i.icon.pepper.hot:before{content:"\f816"}i.icon.percent:before{content:"\f295"}i.icon.percentage:before{content:"\f541"}i.icon.person.booth:before{content:"\f756"}i.icon.phone:before{content:"\f095"}i.icon.phone.alternate:before{content:"\f879"}i.icon.phone.slash:before{content:"\f3dd"}i.icon.phone.square:before{content:"\f098"}i.icon.phone.square.alternate:before{content:"\f87b"}i.icon.phone.volume:before{content:"\f2a0"}i.icon.photo.video:before{content:"\f87c"}i.icon.piggy.bank:before{content:"\f4d3"}i.icon.pills:before{content:"\f484"}i.icon.pizza.slice:before{content:"\f818"}i.icon.place.of.worship:before{content:"\f67f"}i.icon.plane:before{content:"\f072"}i.icon.plane.arrival:before{content:"\f5af"}i.icon.plane.departure:before{content:"\f5b0"}i.icon.play:before{content:"\f04b"}i.icon.play.circle:before{content:"\f144"}i.icon.plug:before{content:"\f1e6"}i.icon.plus:before{content:"\f067"}i.icon.plus.circle:before{content:"\f055"}i.icon.plus.square:before{content:"\f0fe"}i.icon.podcast:before{content:"\f2ce"}i.icon.poll:before{content:"\f681"}i.icon.poll.horizontal:before{content:"\f682"}i.icon.poo:before{content:"\f2fe"}i.icon.poo.storm:before{content:"\f75a"}i.icon.poop:before{content:"\f619"}i.icon.portrait:before{content:"\f3e0"}i.icon.pound.sign:before{content:"\f154"}i.icon.power.off:before{content:"\f011"}i.icon.pray:before{content:"\f683"}i.icon.praying.hands:before{content:"\f684"}i.icon.prescription:before{content:"\f5b1"}i.icon.prescription.bottle:before{content:"\f485"}i.icon.prescription.bottle.alternate:before{content:"\f486"}i.icon.print:before{content:"\f02f"}i.icon.procedures:before{content:"\f487"}i.icon.project.diagram:before{content:"\f542"}i.icon.puzzle.piece:before{content:"\f12e"}i.icon.qrcode:before{content:"\f029"}i.icon.question:before{content:"\f128"}i.icon.question.circle:before{content:"\f059"}i.icon.quidditch:before{content:"\f458"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.quran:before{content:"\f687"}i.icon.radiation:before{content:"\f7b9"}i.icon.radiation.alternate:before{content:"\f7ba"}i.icon.rainbow:before{content:"\f75b"}i.icon.random:before{content:"\f074"}i.icon.receipt:before{content:"\f543"}i.icon.record.vinyl:before{content:"\f8d9"}i.icon.recycle:before{content:"\f1b8"}i.icon.redo:before{content:"\f01e"}i.icon.redo.alternate:before{content:"\f2f9"}i.icon.registered:before{content:"\f25d"}i.icon.remove.format:before{content:"\f87d"}i.icon.reply:before{content:"\f3e5"}i.icon.reply.all:before{content:"\f122"}i.icon.republican:before{content:"\f75e"}i.icon.restroom:before{content:"\f7bd"}i.icon.retweet:before{content:"\f079"}i.icon.ribbon:before{content:"\f4d6"}i.icon.ring:before{content:"\f70b"}i.icon.road:before{content:"\f018"}i.icon.robot:before{content:"\f544"}i.icon.rocket:before{content:"\f135"}i.icon.route:before{content:"\f4d7"}i.icon.rss:before{content:"\f09e"}i.icon.rss.square:before{content:"\f143"}i.icon.ruble.sign:before{content:"\f158"}i.icon.ruler:before{content:"\f545"}i.icon.ruler.combined:before{content:"\f546"}i.icon.ruler.horizontal:before{content:"\f547"}i.icon.ruler.vertical:before{content:"\f548"}i.icon.running:before{content:"\f70c"}i.icon.rupee.sign:before{content:"\f156"}i.icon.sad.cry:before{content:"\f5b3"}i.icon.sad.tear:before{content:"\f5b4"}i.icon.satellite:before{content:"\f7bf"}i.icon.satellite.dish:before{content:"\f7c0"}i.icon.save:before{content:"\f0c7"}i.icon.school:before{content:"\f549"}i.icon.screwdriver:before{content:"\f54a"}i.icon.scroll:before{content:"\f70e"}i.icon.sd.card:before{content:"\f7c2"}i.icon.search:before{content:"\f002"}i.icon.search.dollar:before{content:"\f688"}i.icon.search.location:before{content:"\f689"}i.icon.search.minus:before{content:"\f010"}i.icon.search.plus:before{content:"\f00e"}i.icon.seedling:before{content:"\f4d8"}i.icon.server:before{content:"\f233"}i.icon.shapes:before{content:"\f61f"}i.icon.share:before{content:"\f064"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.share.square:before{content:"\f14d"}i.icon.shekel.sign:before{content:"\f20b"}i.icon.shield.alternate:before{content:"\f3ed"}i.icon.ship:before{content:"\f21a"}i.icon.shipping.fast:before{content:"\f48b"}i.icon.shoe.prints:before{content:"\f54b"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.shower:before{content:"\f2cc"}i.icon.shuttle.van:before{content:"\f5b6"}i.icon.sign:before{content:"\f4d9"}i.icon.sign.in.alternate:before{content:"\f2f6"}i.icon.sign.language:before{content:"\f2a7"}i.icon.sign.out.alternate:before{content:"\f2f5"}i.icon.signal:before{content:"\f012"}i.icon.signature:before{content:"\f5b7"}i.icon.sim.card:before{content:"\f7c4"}i.icon.sitemap:before{content:"\f0e8"}i.icon.skating:before{content:"\f7c5"}i.icon.skiing:before{content:"\f7c9"}i.icon.skiing.nordic:before{content:"\f7ca"}i.icon.skull:before{content:"\f54c"}i.icon.skull.crossbones:before{content:"\f714"}i.icon.slash:before{content:"\f715"}i.icon.sleigh:before{content:"\f7cc"}i.icon.sliders.horizontal:before{content:"\f1de"}i.icon.smile:before{content:"\f118"}i.icon.smile.beam:before{content:"\f5b8"}i.icon.smile.wink:before{content:"\f4da"}i.icon.smog:before{content:"\f75f"}i.icon.smoking:before{content:"\f48d"}i.icon.smoking.ban:before{content:"\f54d"}i.icon.sms:before{content:"\f7cd"}i.icon.snowboarding:before{content:"\f7ce"}i.icon.snowflake:before{content:"\f2dc"}i.icon.snowman:before{content:"\f7d0"}i.icon.snowplow:before{content:"\f7d2"}i.icon.socks:before{content:"\f696"}i.icon.solar.panel:before{content:"\f5ba"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.alphabet.down:before{content:"\f15d"}i.icon.sort.alphabet.down.alternate:before{content:"\f881"}i.icon.sort.alphabet.up:before{content:"\f15e"}i.icon.sort.alphabet.up.alternate:before{content:"\f882"}i.icon.sort.amount.down:before{content:"\f160"}i.icon.sort.amount.down.alternate:before{content:"\f884"}i.icon.sort.amount.up:before{content:"\f161"}i.icon.sort.amount.up.alternate:before{content:"\f885"}i.icon.sort.down:before{content:"\f0dd"}i.icon.sort.numeric.down:before{content:"\f162"}i.icon.sort.numeric.down.alternate:before{content:"\f886"}i.icon.sort.numeric.up:before{content:"\f163"}i.icon.sort.numeric.up.alternate:before{content:"\f887"}i.icon.sort.up:before{content:"\f0de"}i.icon.spa:before{content:"\f5bb"}i.icon.space.shuttle:before{content:"\f197"}i.icon.spell.check:before{content:"\f891"}i.icon.spider:before{content:"\f717"}i.icon.spinner:before{content:"\f110"}i.icon.splotch:before{content:"\f5bc"}i.icon.spray.can:before{content:"\f5bd"}i.icon.square:before{content:"\f0c8"}i.icon.square.full:before{content:"\f45c"}i.icon.square.root.alternate:before{content:"\f698"}i.icon.stamp:before{content:"\f5bf"}i.icon.star:before{content:"\f005"}i.icon.star.and.crescent:before{content:"\f699"}i.icon.star.half:before{content:"\f089"}i.icon.star.half.alternate:before{content:"\f5c0"}i.icon.star.of.david:before{content:"\f69a"}i.icon.star.of.life:before{content:"\f621"}i.icon.step.backward:before{content:"\f048"}i.icon.step.forward:before{content:"\f051"}i.icon.stethoscope:before{content:"\f0f1"}i.icon.sticky.note:before{content:"\f249"}i.icon.stop:before{content:"\f04d"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stopwatch:before{content:"\f2f2"}i.icon.store:before{content:"\f54e"}i.icon.store.alternate:before{content:"\f54f"}i.icon.stream:before{content:"\f550"}i.icon.street.view:before{content:"\f21d"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.stroopwafel:before{content:"\f551"}i.icon.subscript:before{content:"\f12c"}i.icon.subway:before{content:"\f239"}i.icon.suitcase:before{content:"\f0f2"}i.icon.suitcase.rolling:before{content:"\f5c1"}i.icon.sun:before{content:"\f185"}i.icon.superscript:before{content:"\f12b"}i.icon.surprise:before{content:"\f5c2"}i.icon.swatchbook:before{content:"\f5c3"}i.icon.swimmer:before{content:"\f5c4"}i.icon.swimming.pool:before{content:"\f5c5"}i.icon.synagogue:before{content:"\f69b"}i.icon.sync:before{content:"\f021"}i.icon.sync.alternate:before{content:"\f2f1"}i.icon.syringe:before{content:"\f48e"}i.icon.table:before{content:"\f0ce"}i.icon.table.tennis:before{content:"\f45d"}i.icon.tablet:before{content:"\f10a"}i.icon.tablet.alternate:before{content:"\f3fa"}i.icon.tablets:before{content:"\f490"}i.icon.tachometer.alternate:before{content:"\f3fd"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.tape:before{content:"\f4db"}i.icon.tasks:before{content:"\f0ae"}i.icon.taxi:before{content:"\f1ba"}i.icon.teeth:before{content:"\f62e"}i.icon.teeth.open:before{content:"\f62f"}i.icon.temperature.high:before{content:"\f769"}i.icon.temperature.low:before{content:"\f76b"}i.icon.tenge:before{content:"\f7d7"}i.icon.terminal:before{content:"\f120"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.th:before{content:"\f00a"}i.icon.th.large:before{content:"\f009"}i.icon.th.list:before{content:"\f00b"}i.icon.theater.masks:before{content:"\f630"}i.icon.thermometer:before{content:"\f491"}i.icon.thermometer.empty:before{content:"\f2cb"}i.icon.thermometer.full:before{content:"\f2c7"}i.icon.thermometer.half:before{content:"\f2c9"}i.icon.thermometer.quarter:before{content:"\f2ca"}i.icon.thermometer.three.quarters:before{content:"\f2c8"}i.icon.thumbs.down:before{content:"\f165"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbtack:before{content:"\f08d"}i.icon.ticket.alternate:before{content:"\f3ff"}i.icon.times:before{content:"\f00d"}i.icon.times.circle:before{content:"\f057"}i.icon.tint:before{content:"\f043"}i.icon.tint.slash:before{content:"\f5c7"}i.icon.tired:before{content:"\f5c8"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.toilet:before{content:"\f7d8"}i.icon.toilet.paper:before{content:"\f71e"}i.icon.toolbox:before{content:"\f552"}i.icon.tools:before{content:"\f7d9"}i.icon.tooth:before{content:"\f5c9"}i.icon.torah:before{content:"\f6a0"}i.icon.torii.gate:before{content:"\f6a1"}i.icon.tractor:before{content:"\f722"}i.icon.trademark:before{content:"\f25c"}i.icon.traffic.light:before{content:"\f637"}i.icon.train:before{content:"\f238"}i.icon.tram:before{content:"\f7da"}i.icon.transgender:before{content:"\f224"}i.icon.transgender.alternate:before{content:"\f225"}i.icon.trash:before{content:"\f1f8"}i.icon.trash.alternate:before{content:"\f2ed"}i.icon.trash.restore:before{content:"\f829"}i.icon.trash.restore.alternate:before{content:"\f82a"}i.icon.tree:before{content:"\f1bb"}i.icon.trophy:before{content:"\f091"}i.icon.truck:before{content:"\f0d1"}i.icon.truck.monster:before{content:"\f63b"}i.icon.truck.moving:before{content:"\f4df"}i.icon.truck.packing:before{content:"\f4de"}i.icon.truck.pickup:before{content:"\f63c"}i.icon.tshirt:before{content:"\f553"}i.icon.tty:before{content:"\f1e4"}i.icon.tv:before{content:"\f26c"}i.icon.umbrella:before{content:"\f0e9"}i.icon.umbrella.beach:before{content:"\f5ca"}i.icon.underline:before{content:"\f0cd"}i.icon.undo:before{content:"\f0e2"}i.icon.undo.alternate:before{content:"\f2ea"}i.icon.universal.access:before{content:"\f29a"}i.icon.university:before{content:"\f19c"}i.icon.unlink:before{content:"\f127"}i.icon.unlock:before{content:"\f09c"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.upload:before{content:"\f093"}i.icon.user:before{content:"\f007"}i.icon.user.alternate:before{content:"\f406"}i.icon.user.alternate.slash:before{content:"\f4fa"}i.icon.user.astronaut:before{content:"\f4fb"}i.icon.user.check:before{content:"\f4fc"}i.icon.user.circle:before{content:"\f2bd"}i.icon.user.clock:before{content:"\f4fd"}i.icon.user.cog:before{content:"\f4fe"}i.icon.user.edit:before{content:"\f4ff"}i.icon.user.friends:before{content:"\f500"}i.icon.user.graduate:before{content:"\f501"}i.icon.user.injured:before{content:"\f728"}i.icon.user.lock:before{content:"\f502"}i.icon.user.md:before{content:"\f0f0"}i.icon.user.minus:before{content:"\f503"}i.icon.user.ninja:before{content:"\f504"}i.icon.user.nurse:before{content:"\f82f"}i.icon.user.plus:before{content:"\f234"}i.icon.user.secret:before{content:"\f21b"}i.icon.user.shield:before{content:"\f505"}i.icon.user.slash:before{content:"\f506"}i.icon.user.tag:before{content:"\f507"}i.icon.user.tie:before{content:"\f508"}i.icon.user.times:before{content:"\f235"}i.icon.users:before{content:"\f0c0"}i.icon.users.cog:before{content:"\f509"}i.icon.utensil.spoon:before{content:"\f2e5"}i.icon.utensils:before{content:"\f2e7"}i.icon.vector.square:before{content:"\f5cb"}i.icon.venus:before{content:"\f221"}i.icon.venus.double:before{content:"\f226"}i.icon.venus.mars:before{content:"\f228"}i.icon.vial:before{content:"\f492"}i.icon.vials:before{content:"\f493"}i.icon.video:before{content:"\f03d"}i.icon.video.slash:before{content:"\f4e2"}i.icon.vihara:before{content:"\f6a7"}i.icon.voicemail:before{content:"\f897"}i.icon.volleyball.ball:before{content:"\f45f"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.mute:before{content:"\f6a9"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.up:before{content:"\f028"}i.icon.vote.yea:before{content:"\f772"}i.icon.vr.cardboard:before{content:"\f729"}i.icon.walking:before{content:"\f554"}i.icon.wallet:before{content:"\f555"}i.icon.warehouse:before{content:"\f494"}i.icon.water:before{content:"\f773"}i.icon.wave.square:before{content:"\f83e"}i.icon.weight:before{content:"\f496"}i.icon.weight.hanging:before{content:"\f5cd"}i.icon.wheelchair:before{content:"\f193"}i.icon.wifi:before{content:"\f1eb"}i.icon.wind:before{content:"\f72e"}i.icon.window.close:before{content:"\f410"}i.icon.window.maximize:before{content:"\f2d0"}i.icon.window.minimize:before{content:"\f2d1"}i.icon.window.restore:before{content:"\f2d2"}i.icon.wine.bottle:before{content:"\f72f"}i.icon.wine.glass:before{content:"\f4e3"}i.icon.wine.glass.alternate:before{content:"\f5ce"}i.icon.won.sign:before{content:"\f159"}i.icon.wrench:before{content:"\f0ad"}i.icon.x.ray:before{content:"\f497"}i.icon.yen.sign:before{content:"\f157"}i.icon.yin.yang:before{content:"\f6ad"}i.icon.add:before{content:"\f067"}i.icon.add.circle:before{content:"\f055"}i.icon.add.square:before{content:"\f0fe"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.add.to.cart:before{content:"\f217"}i.icon.add.user:before{content:"\f234"}i.icon.alarm:before{content:"\f0f3"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.ald:before{content:"\f2a2"}i.icon.als:before{content:"\f2a2"}i.icon.announcement:before{content:"\f0a1"}i.icon.area.chart:before{content:"\f1fe"}i.icon.area.graph:before{content:"\f1fe"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.asexual:before{content:"\f22d"}i.icon.asl:before{content:"\f2a3"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.attach:before{content:"\f0c6"}i.icon.attention:before{content:"\f06a"}i.icon.balance:before{content:"\f24e"}i.icon.bar:before{content:"\f0fc"}i.icon.bathtub:before{content:"\f2cd"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.one:before{content:"\f243"}i.icon.battery.three:before{content:"\f241"}i.icon.battery.two:before{content:"\f242"}i.icon.battery.zero:before{content:"\f244"}i.icon.birthday:before{content:"\f1fd"}i.icon.block.layout:before{content:"\f009"}i.icon.broken.chain:before{content:"\f127"}i.icon.browser:before{content:"\f022"}i.icon.call:before{content:"\f095"}i.icon.call.square:before{content:"\f098"}i.icon.cancel:before{content:"\f00d"}i.icon.cart:before{content:"\f07a"}i.icon.cc:before{content:"\f20a"}i.icon.chain:before{content:"\f0c1"}i.icon.chat:before{content:"\f075"}i.icon.checked.calendar:before{content:"\f274"}i.icon.checkmark:before{content:"\f00c"}i.icon.checkmark.box:before{content:"\f14a"}i.icon.chess.rock:before{content:"\f447"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f111"}i.icon.close:before{content:"\f00d"}i.icon.cloud.download:before{content:"\f381"}i.icon.cloud.upload:before{content:"\f382"}i.icon.cny:before{content:"\f157"}i.icon.cocktail:before{content:"\f000"}i.icon.commenting:before{content:"\f27a"}i.icon.compose:before{content:"\f303"}i.icon.computer:before{content:"\f108"}i.icon.configure:before{content:"\f0ad"}i.icon.content:before{content:"\f0c9"}i.icon.conversation:before{content:"\f086"}i.icon.credit.card.alternative:before{content:"\f09d"}i.icon.currency:before{content:"\f3d1"}i.icon.dashboard:before{content:"\f3fd"}i.icon.deafness:before{content:"\f2a4"}i.icon.delete:before{content:"\f00d"}i.icon.delete.calendar:before{content:"\f273"}i.icon.detective:before{content:"\f21b"}i.icon.diamond:before{content:"\f3a5"}i.icon.discussions:before{content:"\f086"}i.icon.disk:before{content:"\f0a0"}i.icon.doctor:before{content:"\f0f0"}i.icon.dollar:before{content:"\f155"}i.icon.dont:before{content:"\f05e"}i.icon.drivers.license:before{content:"\f2c2"}i.icon.dropdown:before{content:"\f0d7"}i.icon.emergency:before{content:"\f0f9"}i.icon.erase:before{content:"\f12d"}i.icon.eur:before{content:"\f153"}i.icon.euro:before{content:"\f153"}i.icon.exchange:before{content:"\f362"}i.icon.external:before{content:"\f35d"}i.icon.external.share:before{content:"\f14d"}i.icon.external.square:before{content:"\f360"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.factory:before{content:"\f275"}i.icon.favorite:before{content:"\f005"}i.icon.feed:before{content:"\f09e"}i.icon.female.homosexual:before{content:"\f226"}i.icon.file.text:before{content:"\f15c"}i.icon.find:before{content:"\f1e5"}i.icon.first.aid:before{content:"\f0fa"}i.icon.food:before{content:"\f2e7"}i.icon.fork:before{content:"\f126"}i.icon.game:before{content:"\f11b"}i.icon.gay:before{content:"\f227"}i.icon.gbp:before{content:"\f154"}i.icon.grab:before{content:"\f255"}i.icon.graduation:before{content:"\f19d"}i.icon.grid.layout:before{content:"\f00a"}i.icon.group:before{content:"\f0c0"}i.icon.h:before{content:"\f0fd"}i.icon.hamburger:before{content:"\f0c9"}i.icon.hand.victory:before{content:"\f25b"}i.icon.handicap:before{content:"\f193"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.header:before{content:"\f1dc"}i.icon.heart.empty:before{content:"\f004"}i.icon.help:before{content:"\f128"}i.icon.help.circle:before{content:"\f059"}i.icon.heterosexual:before{content:"\f228"}i.icon.hide:before{content:"\f070"}i.icon.hotel:before{content:"\f236"}i.icon.hourglass.four:before{content:"\f254"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.two:before{content:"\f252"}i.icon.hourglass.zero:before{content:"\f253"}i.icon.idea:before{content:"\f0eb"}i.icon.ils:before{content:"\f20b"}i.icon.in.cart:before{content:"\f218"}i.icon.inr:before{content:"\f156"}i.icon.intergender:before{content:"\f224"}i.icon.intersex:before{content:"\f224"}i.icon.jpy:before{content:"\f157"}i.icon.krw:before{content:"\f159"}i.icon.lab:before{content:"\f0c3"}i.icon.law:before{content:"\f24e"}i.icon.legal:before{content:"\f0e3"}i.icon.lesbian:before{content:"\f226"}i.icon.level.down:before{content:"\f3be"}i.icon.level.up:before{content:"\f3bf"}i.icon.lightning:before{content:"\f0e7"}i.icon.like:before{content:"\f004"}i.icon.line.graph:before{content:"\f201"}i.icon.linkify:before{content:"\f0c1"}i.icon.lira:before{content:"\f195"}i.icon.list.layout:before{content:"\f00b"}i.icon.log.out:before{content:"\f2f5"}i.icon.magnify:before{content:"\f00e"}i.icon.mail:before{content:"\f0e0"}i.icon.mail.forward:before{content:"\f064"}i.icon.mail.square:before{content:"\f199"}i.icon.male.homosexual:before{content:"\f227"}i.icon.man:before{content:"\f222"}i.icon.marker:before{content:"\f041"}i.icon.mars.alternate:before{content:"\f229"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.meanpath:before{content:"\f0c8"}i.icon.military:before{content:"\f0fb"}i.icon.money:before{content:"\f3d1"}i.icon.move:before{content:"\f0b2"}i.icon.mute:before{content:"\f131"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.numbered.list:before{content:"\f0cb"}i.icon.options:before{content:"\f1de"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.payment:before{content:"\f09d"}i.icon.pencil:before{content:"\f303"}i.icon.pencil.square:before{content:"\f14b"}i.icon.photo:before{content:"\f030"}i.icon.picture:before{content:"\f03e"}i.icon.pie.chart:before{content:"\f200"}i.icon.pie.graph:before{content:"\f200"}i.icon.pin:before{content:"\f08d"}i.icon.plus.cart:before{content:"\f217"}i.icon.point:before{content:"\f041"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pound:before{content:"\f154"}i.icon.power:before{content:"\f011"}i.icon.power.cord:before{content:"\f1e6"}i.icon.privacy:before{content:"\f084"}i.icon.protect:before{content:"\f023"}i.icon.puzzle:before{content:"\f12e"}i.icon.r.circle:before{content:"\f25d"}i.icon.radio:before{content:"\f192"}i.icon.rain:before{content:"\f0e9"}i.icon.record:before{content:"\f03d"}i.icon.refresh:before{content:"\f021"}i.icon.remove:before{content:"\f00d"}i.icon.remove.bookmark:before{content:"\f02e"}i.icon.remove.circle:before{content:"\f057"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.remove.user:before{content:"\f235"}i.icon.repeat:before{content:"\f01e"}i.icon.resize.horizontal:before{content:"\f337"}i.icon.resize.vertical:before{content:"\f338"}i.icon.rmb:before{content:"\f157"}i.icon.rouble:before{content:"\f158"}i.icon.rub:before{content:"\f158"}i.icon.ruble:before{content:"\f158"}i.icon.rupee:before{content:"\f156"}i.icon.s15:before{content:"\f2cd"}i.icon.selected.radio:before{content:"\f192"}i.icon.send:before{content:"\f1d8"}i.icon.setting:before{content:"\f013"}i.icon.settings:before{content:"\f085"}i.icon.shekel:before{content:"\f20b"}i.icon.sheqel:before{content:"\f20b"}i.icon.shield:before{content:"\f3ed"}i.icon.shipping:before{content:"\f0d1"}i.icon.shop:before{content:"\f07a"}i.icon.shuffle:before{content:"\f074"}i.icon.shutdown:before{content:"\f011"}i.icon.sidebar:before{content:"\f0c9"}i.icon.sign.in:before{content:"\f2f6"}i.icon.sign.out:before{content:"\f2f5"}i.icon.signing:before{content:"\f2a7"}i.icon.signup:before{content:"\f044"}i.icon.sliders:before{content:"\f1de"}i.icon.soccer:before{content:"\f1e3"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.sound:before{content:"\f025"}i.icon.spoon:before{content:"\f2e5"}i.icon.spy:before{content:"\f21b"}i.icon.star.empty:before{content:"\f005"}i.icon.star.half.empty:before{content:"\f089"}i.icon.star.half.full:before{content:"\f089"}i.icon.student:before{content:"\f19d"}i.icon.talk:before{content:"\f27a"}i.icon.target:before{content:"\f140"}i.icon.teletype:before{content:"\f1e4"}i.icon.television:before{content:"\f26c"}i.icon.text.cursor:before{content:"\f246"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.theme:before{content:"\f043"}i.icon.thermometer:before{content:"\f2c7"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.ticket:before{content:"\f3ff"}i.icon.time:before{content:"\f017"}i.icon.times.rectangle:before{content:"\f410"}i.icon.tm:before{content:"\f25c"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.left:before{content:"\f191"}i.icon.toggle.right:before{content:"\f152"}i.icon.toggle.up:before{content:"\f151"}i.icon.translate:before{content:"\f1ab"}i.icon.travel:before{content:"\f0b1"}i.icon.treatment:before{content:"\f0f1"}i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.try:before{content:"\f195"}i.icon.unhide:before{content:"\f06e"}i.icon.unlinkify:before{content:"\f127"}i.icon.unmute:before{content:"\f130"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.usd:before{content:"\f155"}i.icon.user.cancel:before{content:"\f235"}i.icon.user.close:before{content:"\f235"}i.icon.user.delete:before{content:"\f235"}i.icon.user.doctor:before{content:"\f0f0"}i.icon.user.x:before{content:"\f235"}i.icon.vcard:before{content:"\f2bb"}i.icon.video.camera:before{content:"\f03d"}i.icon.video.play:before{content:"\f144"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.wait:before{content:"\f017"}i.icon.warning:before{content:"\f12a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.wi.fi:before{content:"\f1eb"}i.icon.winner:before{content:"\f091"}i.icon.wizard:before{content:"\f0d0"}i.icon.woman:before{content:"\f221"}i.icon.won:before{content:"\f159"}i.icon.world:before{content:"\f0ac"}i.icon.write:before{content:"\f303"}i.icon.write.square:before{content:"\f14b"}i.icon.x:before{content:"\f00d"}i.icon.yen:before{content:"\f157"}i.icon.zip:before{content:"\f187"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.in:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}@font-face{font-family:outline-icons;src:url(themes/default/assets/fonts/outline-icons.eot);src:url(themes/default/assets/fonts/outline-icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/outline-icons.woff2) format('woff2'),url(themes/default/assets/fonts/outline-icons.woff) format('woff'),url(themes/default/assets/fonts/outline-icons.ttf) format('truetype'),url(themes/default/assets/fonts/outline-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.outline{font-family:outline-icons}i.icon.address.book.outline:before{content:"\f2b9"}i.icon.address.card.outline:before{content:"\f2bb"}i.icon.angry.outline:before{content:"\f556"}i.icon.arrow.alternate.circle.down.outline:before{content:"\f358"}i.icon.arrow.alternate.circle.left.outline:before{content:"\f359"}i.icon.arrow.alternate.circle.right.outline:before{content:"\f35a"}i.icon.arrow.alternate.circle.up.outline:before{content:"\f35b"}i.icon.bell.outline:before{content:"\f0f3"}i.icon.bell.slash.outline:before{content:"\f1f6"}i.icon.bookmark.outline:before{content:"\f02e"}i.icon.building.outline:before{content:"\f1ad"}i.icon.calendar.alternate.outline:before{content:"\f073"}i.icon.calendar.check.outline:before{content:"\f274"}i.icon.calendar.minus.outline:before{content:"\f272"}i.icon.calendar.outline:before{content:"\f133"}i.icon.calendar.plus.outline:before{content:"\f271"}i.icon.calendar.times.outline:before{content:"\f273"}i.icon.caret.square.down.outline:before{content:"\f150"}i.icon.caret.square.left.outline:before{content:"\f191"}i.icon.caret.square.right.outline:before{content:"\f152"}i.icon.caret.square.up.outline:before{content:"\f151"}i.icon.chart.bar.outline:before{content:"\f080"}i.icon.check.circle.outline:before{content:"\f058"}i.icon.check.square.outline:before{content:"\f14a"}i.icon.circle.outline:before{content:"\f111"}i.icon.clipboard.outline:before{content:"\f328"}i.icon.clock.outline:before{content:"\f017"}i.icon.clone.outline:before{content:"\f24d"}i.icon.closed.captioning.outline:before{content:"\f20a"}i.icon.comment.alternate.outline:before{content:"\f27a"}i.icon.comment.dots.outline:before{content:"\f4ad"}i.icon.comment.outline:before{content:"\f075"}i.icon.comments.outline:before{content:"\f086"}i.icon.compass.outline:before{content:"\f14e"}i.icon.copy.outline:before{content:"\f0c5"}i.icon.copyright.outline:before{content:"\f1f9"}i.icon.credit.card.outline:before{content:"\f09d"}i.icon.dizzy.outline:before{content:"\f567"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.edit.outline:before{content:"\f044"}i.icon.envelope.open.outline:before{content:"\f2b6"}i.icon.envelope.outline:before{content:"\f0e0"}i.icon.eye.outline:before{content:"\f06e"}i.icon.eye.slash.outline:before{content:"\f070"}i.icon.file.alternate.outline:before{content:"\f15c"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.outline:before{content:"\f15b"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.flag.outline:before{content:"\f024"}i.icon.flushed.outline:before{content:"\f579"}i.icon.folder.open.outline:before{content:"\f07c"}i.icon.folder.outline:before{content:"\f07b"}i.icon.frown.open.outline:before{content:"\f57a"}i.icon.frown.outline:before{content:"\f119"}i.icon.futbol.outline:before{content:"\f1e3"}i.icon.gem.outline:before{content:"\f3a5"}i.icon.grimace.outline:before{content:"\f57f"}i.icon.grin.alternate.outline:before{content:"\f581"}i.icon.grin.beam.outline:before{content:"\f582"}i.icon.grin.beam.sweat.outline:before{content:"\f583"}i.icon.grin.hearts.outline:before{content:"\f584"}i.icon.grin.outline:before{content:"\f580"}i.icon.grin.squint.outline:before{content:"\f585"}i.icon.grin.squint.tears.outline:before{content:"\f586"}i.icon.grin.stars.outline:before{content:"\f587"}i.icon.grin.tears.outline:before{content:"\f588"}i.icon.grin.tongue.outline:before{content:"\f589"}i.icon.grin.tongue.squint.outline:before{content:"\f58a"}i.icon.grin.tongue.wink.outline:before{content:"\f58b"}i.icon.grin.wink.outline:before{content:"\f58c"}i.icon.hand.lizard.outline:before{content:"\f258"}i.icon.hand.paper.outline:before{content:"\f256"}i.icon.hand.peace.outline:before{content:"\f25b"}i.icon.hand.point.down.outline:before{content:"\f0a7"}i.icon.hand.point.left.outline:before{content:"\f0a5"}i.icon.hand.point.right.outline:before{content:"\f0a4"}i.icon.hand.point.up.outline:before{content:"\f0a6"}i.icon.hand.pointer.outline:before{content:"\f25a"}i.icon.hand.rock.outline:before{content:"\f255"}i.icon.hand.scissors.outline:before{content:"\f257"}i.icon.hand.spock.outline:before{content:"\f259"}i.icon.handshake.outline:before{content:"\f2b5"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.heart.outline:before{content:"\f004"}i.icon.hospital.outline:before{content:"\f0f8"}i.icon.hourglass.outline:before{content:"\f254"}i.icon.id.badge.outline:before{content:"\f2c1"}i.icon.id.card.outline:before{content:"\f2c2"}i.icon.image.outline:before{content:"\f03e"}i.icon.images.outline:before{content:"\f302"}i.icon.keyboard.outline:before{content:"\f11c"}i.icon.kiss.beam.outline:before{content:"\f597"}i.icon.kiss.outline:before{content:"\f596"}i.icon.kiss.wink.heart.outline:before{content:"\f598"}i.icon.laugh.beam.outline:before{content:"\f59a"}i.icon.laugh.outline:before{content:"\f599"}i.icon.laugh.squint.outline:before{content:"\f59b"}i.icon.laugh.wink.outline:before{content:"\f59c"}i.icon.lemon.outline:before{content:"\f094"}i.icon.life.ring.outline:before{content:"\f1cd"}i.icon.lightbulb.outline:before{content:"\f0eb"}i.icon.list.alternate.outline:before{content:"\f022"}i.icon.map.outline:before{content:"\f279"}i.icon.meh.blank.outline:before{content:"\f5a4"}i.icon.meh.outline:before{content:"\f11a"}i.icon.meh.rolling.eyes.outline:before{content:"\f5a5"}i.icon.minus.square.outline:before{content:"\f146"}i.icon.money.bill.alternate.outline:before{content:"\f3d1"}i.icon.moon.outline:before{content:"\f186"}i.icon.newspaper.outline:before{content:"\f1ea"}i.icon.object.group.outline:before{content:"\f247"}i.icon.object.ungroup.outline:before{content:"\f248"}i.icon.paper.plane.outline:before{content:"\f1d8"}i.icon.pause.circle.outline:before{content:"\f28b"}i.icon.play.circle.outline:before{content:"\f144"}i.icon.plus.square.outline:before{content:"\f0fe"}i.icon.question.circle.outline:before{content:"\f059"}i.icon.registered.outline:before{content:"\f25d"}i.icon.sad.cry.outline:before{content:"\f5b3"}i.icon.sad.tear.outline:before{content:"\f5b4"}i.icon.save.outline:before{content:"\f0c7"}i.icon.share.square.outline:before{content:"\f14d"}i.icon.smile.beam.outline:before{content:"\f5b8"}i.icon.smile.outline:before{content:"\f118"}i.icon.smile.wink.outline:before{content:"\f4da"}i.icon.snowflake.outline:before{content:"\f2dc"}i.icon.square.outline:before{content:"\f0c8"}i.icon.star.half.outline:before{content:"\f089"}i.icon.star.outline:before{content:"\f005"}i.icon.sticky.note.outline:before{content:"\f249"}i.icon.stop.circle.outline:before{content:"\f28d"}i.icon.sun.outline:before{content:"\f185"}i.icon.surprise.outline:before{content:"\f5c2"}i.icon.thumbs.down.outline:before{content:"\f165"}i.icon.thumbs.up.outline:before{content:"\f164"}i.icon.times.circle.outline:before{content:"\f057"}i.icon.tired.outline:before{content:"\f5c8"}i.icon.trash.alternate.outline:before{content:"\f2ed"}i.icon.user.circle.outline:before{content:"\f2bd"}i.icon.user.outline:before{content:"\f007"}i.icon.window.close.outline:before{content:"\f410"}i.icon.window.maximize.outline:before{content:"\f2d0"}i.icon.window.minimize.outline:before{content:"\f2d1"}i.icon.window.restore.outline:before{content:"\f2d2"}@font-face{font-family:brand-icons;src:url(themes/default/assets/fonts/brand-icons.eot);src:url(themes/default/assets/fonts/brand-icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/brand-icons.woff2) format('woff2'),url(themes/default/assets/fonts/brand-icons.woff) format('woff'),url(themes/default/assets/fonts/brand-icons.ttf) format('truetype'),url(themes/default/assets/fonts/brand-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.\35 00px:before{content:"\f26e";font-family:brand-icons}i.icon.accessible:before{content:"\f368";font-family:brand-icons}i.icon.accusoft:before{content:"\f369";font-family:brand-icons}i.icon.acquisitions.incorporated:before{content:"\f6af";font-family:brand-icons}i.icon.adn:before{content:"\f170";font-family:brand-icons}i.icon.adobe:before{content:"\f778";font-family:brand-icons}i.icon.adversal:before{content:"\f36a";font-family:brand-icons}i.icon.affiliatetheme:before{content:"\f36b";font-family:brand-icons}i.icon.airbnb:before{content:"\f834";font-family:brand-icons}i.icon.algolia:before{content:"\f36c";font-family:brand-icons}i.icon.alipay:before{content:"\f642";font-family:brand-icons}i.icon.amazon:before{content:"\f270";font-family:brand-icons}i.icon.amazon.pay:before{content:"\f42c";font-family:brand-icons}i.icon.amilia:before{content:"\f36d";font-family:brand-icons}i.icon.android:before{content:"\f17b";font-family:brand-icons}i.icon.angellist:before{content:"\f209";font-family:brand-icons}i.icon.angrycreative:before{content:"\f36e";font-family:brand-icons}i.icon.angular:before{content:"\f420";font-family:brand-icons}i.icon.app.store:before{content:"\f36f";font-family:brand-icons}i.icon.app.store.ios:before{content:"\f370";font-family:brand-icons}i.icon.apper:before{content:"\f371";font-family:brand-icons}i.icon.apple:before{content:"\f179";font-family:brand-icons}i.icon.apple.pay:before{content:"\f415";font-family:brand-icons}i.icon.artstation:before{content:"\f77a";font-family:brand-icons}i.icon.asymmetrik:before{content:"\f372";font-family:brand-icons}i.icon.atlassian:before{content:"\f77b";font-family:brand-icons}i.icon.audible:before{content:"\f373";font-family:brand-icons}i.icon.autoprefixer:before{content:"\f41c";font-family:brand-icons}i.icon.avianex:before{content:"\f374";font-family:brand-icons}i.icon.aviato:before{content:"\f421";font-family:brand-icons}i.icon.aws:before{content:"\f375";font-family:brand-icons}i.icon.bandcamp:before{content:"\f2d5";font-family:brand-icons}i.icon.battle.net:before{content:"\f835";font-family:brand-icons}i.icon.behance:before{content:"\f1b4";font-family:brand-icons}i.icon.behance.square:before{content:"\f1b5";font-family:brand-icons}i.icon.bimobject:before{content:"\f378";font-family:brand-icons}i.icon.bitbucket:before{content:"\f171";font-family:brand-icons}i.icon.bitcoin:before{content:"\f379";font-family:brand-icons}i.icon.bity:before{content:"\f37a";font-family:brand-icons}i.icon.black.tie:before{content:"\f27e";font-family:brand-icons}i.icon.blackberry:before{content:"\f37b";font-family:brand-icons}i.icon.blogger:before{content:"\f37c";font-family:brand-icons}i.icon.blogger.b:before{content:"\f37d";font-family:brand-icons}i.icon.bluetooth:before{content:"\f293";font-family:brand-icons}i.icon.bluetooth.b:before{content:"\f294";font-family:brand-icons}i.icon.bootstrap:before{content:"\f836";font-family:brand-icons}i.icon.btc:before{content:"\f15a";font-family:brand-icons}i.icon.buffer:before{content:"\f837";font-family:brand-icons}i.icon.buromobelexperte:before{content:"\f37f";font-family:brand-icons}i.icon.buy.n.large:before{content:"\f8a6";font-family:brand-icons}i.icon.buysellads:before{content:"\f20d";font-family:brand-icons}i.icon.canadian.maple.leaf:before{content:"\f785";font-family:brand-icons}i.icon.cc.amazon.pay:before{content:"\f42d";font-family:brand-icons}i.icon.cc.amex:before{content:"\f1f3";font-family:brand-icons}i.icon.cc.apple.pay:before{content:"\f416";font-family:brand-icons}i.icon.cc.diners.club:before{content:"\f24c";font-family:brand-icons}i.icon.cc.discover:before{content:"\f1f2";font-family:brand-icons}i.icon.cc.jcb:before{content:"\f24b";font-family:brand-icons}i.icon.cc.mastercard:before{content:"\f1f1";font-family:brand-icons}i.icon.cc.paypal:before{content:"\f1f4";font-family:brand-icons}i.icon.cc.stripe:before{content:"\f1f5";font-family:brand-icons}i.icon.cc.visa:before{content:"\f1f0";font-family:brand-icons}i.icon.centercode:before{content:"\f380";font-family:brand-icons}i.icon.centos:before{content:"\f789";font-family:brand-icons}i.icon.chrome:before{content:"\f268";font-family:brand-icons}i.icon.chromecast:before{content:"\f838";font-family:brand-icons}i.icon.cloudscale:before{content:"\f383";font-family:brand-icons}i.icon.cloudsmith:before{content:"\f384";font-family:brand-icons}i.icon.cloudversify:before{content:"\f385";font-family:brand-icons}i.icon.codepen:before{content:"\f1cb";font-family:brand-icons}i.icon.codiepie:before{content:"\f284";font-family:brand-icons}i.icon.confluence:before{content:"\f78d";font-family:brand-icons}i.icon.connectdevelop:before{content:"\f20e";font-family:brand-icons}i.icon.contao:before{content:"\f26d";font-family:brand-icons}i.icon.cotton.bureau:before{content:"\f89e";font-family:brand-icons}i.icon.cpanel:before{content:"\f388";font-family:brand-icons}i.icon.creative.commons:before{content:"\f25e";font-family:brand-icons}i.icon.creative.commons.by:before{content:"\f4e7";font-family:brand-icons}i.icon.creative.commons.nc:before{content:"\f4e8";font-family:brand-icons}i.icon.creative.commons.nc.eu:before{content:"\f4e9";font-family:brand-icons}i.icon.creative.commons.nc.jp:before{content:"\f4ea";font-family:brand-icons}i.icon.creative.commons.nd:before{content:"\f4eb";font-family:brand-icons}i.icon.creative.commons.pd:before{content:"\f4ec";font-family:brand-icons}i.icon.creative.commons.pd.alternate:before{content:"\f4ed";font-family:brand-icons}i.icon.creative.commons.remix:before{content:"\f4ee";font-family:brand-icons}i.icon.creative.commons.sa:before{content:"\f4ef";font-family:brand-icons}i.icon.creative.commons.sampling:before{content:"\f4f0";font-family:brand-icons}i.icon.creative.commons.sampling.plus:before{content:"\f4f1";font-family:brand-icons}i.icon.creative.commons.share:before{content:"\f4f2";font-family:brand-icons}i.icon.creative.commons.zero:before{content:"\f4f3";font-family:brand-icons}i.icon.critical.role:before{content:"\f6c9";font-family:brand-icons}i.icon.css3:before{content:"\f13c";font-family:brand-icons}i.icon.css3.alternate:before{content:"\f38b";font-family:brand-icons}i.icon.cuttlefish:before{content:"\f38c";font-family:brand-icons}i.icon.d.and.d:before{content:"\f38d";font-family:brand-icons}i.icon.d.and.d.beyond:before{content:"\f6ca";font-family:brand-icons}i.icon.dashcube:before{content:"\f210";font-family:brand-icons}i.icon.delicious:before{content:"\f1a5";font-family:brand-icons}i.icon.deploydog:before{content:"\f38e";font-family:brand-icons}i.icon.deskpro:before{content:"\f38f";font-family:brand-icons}i.icon.dev:before{content:"\f6cc";font-family:brand-icons}i.icon.deviantart:before{content:"\f1bd";font-family:brand-icons}i.icon.dhl:before{content:"\f790";font-family:brand-icons}i.icon.diaspora:before{content:"\f791";font-family:brand-icons}i.icon.digg:before{content:"\f1a6";font-family:brand-icons}i.icon.digital.ocean:before{content:"\f391";font-family:brand-icons}i.icon.discord:before{content:"\f392";font-family:brand-icons}i.icon.discourse:before{content:"\f393";font-family:brand-icons}i.icon.dochub:before{content:"\f394";font-family:brand-icons}i.icon.docker:before{content:"\f395";font-family:brand-icons}i.icon.draft2digital:before{content:"\f396";font-family:brand-icons}i.icon.dribbble:before{content:"\f17d";font-family:brand-icons}i.icon.dribbble.square:before{content:"\f397";font-family:brand-icons}i.icon.dropbox:before{content:"\f16b";font-family:brand-icons}i.icon.drupal:before{content:"\f1a9";font-family:brand-icons}i.icon.dyalog:before{content:"\f399";font-family:brand-icons}i.icon.earlybirds:before{content:"\f39a";font-family:brand-icons}i.icon.ebay:before{content:"\f4f4";font-family:brand-icons}i.icon.edge:before{content:"\f282";font-family:brand-icons}i.icon.elementor:before{content:"\f430";font-family:brand-icons}i.icon.ello:before{content:"\f5f1";font-family:brand-icons}i.icon.ember:before{content:"\f423";font-family:brand-icons}i.icon.empire:before{content:"\f1d1";font-family:brand-icons}i.icon.envira:before{content:"\f299";font-family:brand-icons}i.icon.erlang:before{content:"\f39d";font-family:brand-icons}i.icon.ethereum:before{content:"\f42e";font-family:brand-icons}i.icon.etsy:before{content:"\f2d7";font-family:brand-icons}i.icon.evernote:before{content:"\f839";font-family:brand-icons}i.icon.expeditedssl:before{content:"\f23e";font-family:brand-icons}i.icon.facebook:before{content:"\f09a";font-family:brand-icons}i.icon.facebook.f:before{content:"\f39e";font-family:brand-icons}i.icon.facebook.messenger:before{content:"\f39f";font-family:brand-icons}i.icon.facebook.square:before{content:"\f082";font-family:brand-icons}i.icon.fantasy.flight.games:before{content:"\f6dc";font-family:brand-icons}i.icon.fedex:before{content:"\f797";font-family:brand-icons}i.icon.fedora:before{content:"\f798";font-family:brand-icons}i.icon.figma:before{content:"\f799";font-family:brand-icons}i.icon.firefox:before{content:"\f269";font-family:brand-icons}i.icon.first.order:before{content:"\f2b0";font-family:brand-icons}i.icon.first.order.alternate:before{content:"\f50a";font-family:brand-icons}i.icon.firstdraft:before{content:"\f3a1";font-family:brand-icons}i.icon.flickr:before{content:"\f16e";font-family:brand-icons}i.icon.flipboard:before{content:"\f44d";font-family:brand-icons}i.icon.fly:before{content:"\f417";font-family:brand-icons}i.icon.font.awesome:before{content:"\f2b4";font-family:brand-icons}i.icon.font.awesome.alternate:before{content:"\f35c";font-family:brand-icons}i.icon.font.awesome.flag:before{content:"\f425";font-family:brand-icons}i.icon.fonticons:before{content:"\f280";font-family:brand-icons}i.icon.fonticons.fi:before{content:"\f3a2";font-family:brand-icons}i.icon.fort.awesome:before{content:"\f286";font-family:brand-icons}i.icon.fort.awesome.alternate:before{content:"\f3a3";font-family:brand-icons}i.icon.forumbee:before{content:"\f211";font-family:brand-icons}i.icon.foursquare:before{content:"\f180";font-family:brand-icons}i.icon.free.code.camp:before{content:"\f2c5";font-family:brand-icons}i.icon.freebsd:before{content:"\f3a4";font-family:brand-icons}i.icon.fulcrum:before{content:"\f50b";font-family:brand-icons}i.icon.galactic.republic:before{content:"\f50c";font-family:brand-icons}i.icon.galactic.senate:before{content:"\f50d";font-family:brand-icons}i.icon.get.pocket:before{content:"\f265";font-family:brand-icons}i.icon.gg:before{content:"\f260";font-family:brand-icons}i.icon.gg.circle:before{content:"\f261";font-family:brand-icons}i.icon.git:before{content:"\f1d3";font-family:brand-icons}i.icon.git.alternate:before{content:"\f841";font-family:brand-icons}i.icon.git.square:before{content:"\f1d2";font-family:brand-icons}i.icon.github:before{content:"\f09b";font-family:brand-icons}i.icon.github.alternate:before{content:"\f113";font-family:brand-icons}i.icon.github.square:before{content:"\f092";font-family:brand-icons}i.icon.gitkraken:before{content:"\f3a6";font-family:brand-icons}i.icon.gitlab:before{content:"\f296";font-family:brand-icons}i.icon.gitter:before{content:"\f426";font-family:brand-icons}i.icon.glide:before{content:"\f2a5";font-family:brand-icons}i.icon.glide.g:before{content:"\f2a6";font-family:brand-icons}i.icon.gofore:before{content:"\f3a7";font-family:brand-icons}i.icon.goodreads:before{content:"\f3a8";font-family:brand-icons}i.icon.goodreads.g:before{content:"\f3a9";font-family:brand-icons}i.icon.google:before{content:"\f1a0";font-family:brand-icons}i.icon.google.drive:before{content:"\f3aa";font-family:brand-icons}i.icon.google.play:before{content:"\f3ab";font-family:brand-icons}i.icon.google.plus:before{content:"\f2b3";font-family:brand-icons}i.icon.google.plus.g:before{content:"\f0d5";font-family:brand-icons}i.icon.google.plus.square:before{content:"\f0d4";font-family:brand-icons}i.icon.google.wallet:before{content:"\f1ee";font-family:brand-icons}i.icon.gratipay:before{content:"\f184";font-family:brand-icons}i.icon.grav:before{content:"\f2d6";font-family:brand-icons}i.icon.gripfire:before{content:"\f3ac";font-family:brand-icons}i.icon.grunt:before{content:"\f3ad";font-family:brand-icons}i.icon.gulp:before{content:"\f3ae";font-family:brand-icons}i.icon.hacker.news:before{content:"\f1d4";font-family:brand-icons}i.icon.hacker.news.square:before{content:"\f3af";font-family:brand-icons}i.icon.hackerrank:before{content:"\f5f7";font-family:brand-icons}i.icon.hips:before{content:"\f452";font-family:brand-icons}i.icon.hire.a.helper:before{content:"\f3b0";font-family:brand-icons}i.icon.hooli:before{content:"\f427";font-family:brand-icons}i.icon.hornbill:before{content:"\f592";font-family:brand-icons}i.icon.hotjar:before{content:"\f3b1";font-family:brand-icons}i.icon.houzz:before{content:"\f27c";font-family:brand-icons}i.icon.html5:before{content:"\f13b";font-family:brand-icons}i.icon.hubspot:before{content:"\f3b2";font-family:brand-icons}i.icon.imdb:before{content:"\f2d8";font-family:brand-icons}i.icon.instagram:before{content:"\f16d";font-family:brand-icons}i.icon.intercom:before{content:"\f7af";font-family:brand-icons}i.icon.internet.explorer:before{content:"\f26b";font-family:brand-icons}i.icon.invision:before{content:"\f7b0";font-family:brand-icons}i.icon.ioxhost:before{content:"\f208";font-family:brand-icons}i.icon.itch.io:before{content:"\f83a";font-family:brand-icons}i.icon.itunes:before{content:"\f3b4";font-family:brand-icons}i.icon.itunes.note:before{content:"\f3b5";font-family:brand-icons}i.icon.java:before{content:"\f4e4";font-family:brand-icons}i.icon.jedi.order:before{content:"\f50e";font-family:brand-icons}i.icon.jenkins:before{content:"\f3b6";font-family:brand-icons}i.icon.jira:before{content:"\f7b1";font-family:brand-icons}i.icon.joget:before{content:"\f3b7";font-family:brand-icons}i.icon.joomla:before{content:"\f1aa";font-family:brand-icons}i.icon.js:before{content:"\f3b8";font-family:brand-icons}i.icon.js.square:before{content:"\f3b9";font-family:brand-icons}i.icon.jsfiddle:before{content:"\f1cc";font-family:brand-icons}i.icon.kaggle:before{content:"\f5fa";font-family:brand-icons}i.icon.keybase:before{content:"\f4f5";font-family:brand-icons}i.icon.keycdn:before{content:"\f3ba";font-family:brand-icons}i.icon.kickstarter:before{content:"\f3bb";font-family:brand-icons}i.icon.kickstarter.k:before{content:"\f3bc";font-family:brand-icons}i.icon.korvue:before{content:"\f42f";font-family:brand-icons}i.icon.laravel:before{content:"\f3bd";font-family:brand-icons}i.icon.lastfm:before{content:"\f202";font-family:brand-icons}i.icon.lastfm.square:before{content:"\f203";font-family:brand-icons}i.icon.leanpub:before{content:"\f212";font-family:brand-icons}i.icon.lesscss:before{content:"\f41d";font-family:brand-icons}i.icon.linechat:before{content:"\f3c0";font-family:brand-icons}i.icon.linkedin:before{content:"\f08c";font-family:brand-icons}i.icon.linkedin.in:before{content:"\f0e1";font-family:brand-icons}i.icon.linode:before{content:"\f2b8";font-family:brand-icons}i.icon.linux:before{content:"\f17c";font-family:brand-icons}i.icon.lyft:before{content:"\f3c3";font-family:brand-icons}i.icon.magento:before{content:"\f3c4";font-family:brand-icons}i.icon.mailchimp:before{content:"\f59e";font-family:brand-icons}i.icon.mandalorian:before{content:"\f50f";font-family:brand-icons}i.icon.markdown:before{content:"\f60f";font-family:brand-icons}i.icon.mastodon:before{content:"\f4f6";font-family:brand-icons}i.icon.maxcdn:before{content:"\f136";font-family:brand-icons}i.icon.mdb:before{content:"\f8ca";font-family:brand-icons}i.icon.medapps:before{content:"\f3c6";font-family:brand-icons}i.icon.medium:before{content:"\f23a";font-family:brand-icons}i.icon.medium.m:before{content:"\f3c7";font-family:brand-icons}i.icon.medrt:before{content:"\f3c8";font-family:brand-icons}i.icon.meetup:before{content:"\f2e0";font-family:brand-icons}i.icon.megaport:before{content:"\f5a3";font-family:brand-icons}i.icon.mendeley:before{content:"\f7b3";font-family:brand-icons}i.icon.microsoft:before{content:"\f3ca";font-family:brand-icons}i.icon.mix:before{content:"\f3cb";font-family:brand-icons}i.icon.mixcloud:before{content:"\f289";font-family:brand-icons}i.icon.mizuni:before{content:"\f3cc";font-family:brand-icons}i.icon.modx:before{content:"\f285";font-family:brand-icons}i.icon.monero:before{content:"\f3d0";font-family:brand-icons}i.icon.napster:before{content:"\f3d2";font-family:brand-icons}i.icon.neos:before{content:"\f612";font-family:brand-icons}i.icon.nimblr:before{content:"\f5a8";font-family:brand-icons}i.icon.node:before{content:"\f419";font-family:brand-icons}i.icon.node.js:before{content:"\f3d3";font-family:brand-icons}i.icon.npm:before{content:"\f3d4";font-family:brand-icons}i.icon.ns8:before{content:"\f3d5";font-family:brand-icons}i.icon.nutritionix:before{content:"\f3d6";font-family:brand-icons}i.icon.odnoklassniki:before{content:"\f263";font-family:brand-icons}i.icon.odnoklassniki.square:before{content:"\f264";font-family:brand-icons}i.icon.old.republic:before{content:"\f510";font-family:brand-icons}i.icon.opencart:before{content:"\f23d";font-family:brand-icons}i.icon.openid:before{content:"\f19b";font-family:brand-icons}i.icon.opera:before{content:"\f26a";font-family:brand-icons}i.icon.optin.monster:before{content:"\f23c";font-family:brand-icons}i.icon.orcid:before{content:"\f8d2";font-family:brand-icons}i.icon.osi:before{content:"\f41a";font-family:brand-icons}i.icon.page4:before{content:"\f3d7";font-family:brand-icons}i.icon.pagelines:before{content:"\f18c";font-family:brand-icons}i.icon.palfed:before{content:"\f3d8";font-family:brand-icons}i.icon.patreon:before{content:"\f3d9";font-family:brand-icons}i.icon.paypal:before{content:"\f1ed";font-family:brand-icons}i.icon.penny.arcade:before{content:"\f704";font-family:brand-icons}i.icon.periscope:before{content:"\f3da";font-family:brand-icons}i.icon.phabricator:before{content:"\f3db";font-family:brand-icons}i.icon.phoenix.framework:before{content:"\f3dc";font-family:brand-icons}i.icon.phoenix.squadron:before{content:"\f511";font-family:brand-icons}i.icon.php:before{content:"\f457";font-family:brand-icons}i.icon.pied.piper:before{content:"\f2ae";font-family:brand-icons}i.icon.pied.piper.alternate:before{content:"\f1a8";font-family:brand-icons}i.icon.pied.piper.hat:before{content:"\f4e5";font-family:brand-icons}i.icon.pied.piper.pp:before{content:"\f1a7";font-family:brand-icons}i.icon.pinterest:before{content:"\f0d2";font-family:brand-icons}i.icon.pinterest.p:before{content:"\f231";font-family:brand-icons}i.icon.pinterest.square:before{content:"\f0d3";font-family:brand-icons}i.icon.playstation:before{content:"\f3df";font-family:brand-icons}i.icon.product.hunt:before{content:"\f288";font-family:brand-icons}i.icon.pushed:before{content:"\f3e1";font-family:brand-icons}i.icon.python:before{content:"\f3e2";font-family:brand-icons}i.icon.qq:before{content:"\f1d6";font-family:brand-icons}i.icon.quinscape:before{content:"\f459";font-family:brand-icons}i.icon.quora:before{content:"\f2c4";font-family:brand-icons}i.icon.r.project:before{content:"\f4f7";font-family:brand-icons}i.icon.raspberry.pi:before{content:"\f7bb";font-family:brand-icons}i.icon.ravelry:before{content:"\f2d9";font-family:brand-icons}i.icon.react:before{content:"\f41b";font-family:brand-icons}i.icon.reacteurope:before{content:"\f75d";font-family:brand-icons}i.icon.readme:before{content:"\f4d5";font-family:brand-icons}i.icon.rebel:before{content:"\f1d0";font-family:brand-icons}i.icon.reddit:before{content:"\f1a1";font-family:brand-icons}i.icon.reddit.alien:before{content:"\f281";font-family:brand-icons}i.icon.reddit.square:before{content:"\f1a2";font-family:brand-icons}i.icon.redhat:before{content:"\f7bc";font-family:brand-icons}i.icon.redriver:before{content:"\f3e3";font-family:brand-icons}i.icon.redyeti:before{content:"\f69d";font-family:brand-icons}i.icon.renren:before{content:"\f18b";font-family:brand-icons}i.icon.replyd:before{content:"\f3e6";font-family:brand-icons}i.icon.researchgate:before{content:"\f4f8";font-family:brand-icons}i.icon.resolving:before{content:"\f3e7";font-family:brand-icons}i.icon.rev:before{content:"\f5b2";font-family:brand-icons}i.icon.rocketchat:before{content:"\f3e8";font-family:brand-icons}i.icon.rockrms:before{content:"\f3e9";font-family:brand-icons}i.icon.safari:before{content:"\f267";font-family:brand-icons}i.icon.salesforce:before{content:"\f83b";font-family:brand-icons}i.icon.sass:before{content:"\f41e";font-family:brand-icons}i.icon.schlix:before{content:"\f3ea";font-family:brand-icons}i.icon.scribd:before{content:"\f28a";font-family:brand-icons}i.icon.searchengin:before{content:"\f3eb";font-family:brand-icons}i.icon.sellcast:before{content:"\f2da";font-family:brand-icons}i.icon.sellsy:before{content:"\f213";font-family:brand-icons}i.icon.servicestack:before{content:"\f3ec";font-family:brand-icons}i.icon.shirtsinbulk:before{content:"\f214";font-family:brand-icons}i.icon.shopware:before{content:"\f5b5";font-family:brand-icons}i.icon.simplybuilt:before{content:"\f215";font-family:brand-icons}i.icon.sistrix:before{content:"\f3ee";font-family:brand-icons}i.icon.sith:before{content:"\f512";font-family:brand-icons}i.icon.sketch:before{content:"\f7c6";font-family:brand-icons}i.icon.skyatlas:before{content:"\f216";font-family:brand-icons}i.icon.skype:before{content:"\f17e";font-family:brand-icons}i.icon.slack:before{content:"\f198";font-family:brand-icons}i.icon.slack.hash:before{content:"\f3ef";font-family:brand-icons}i.icon.slideshare:before{content:"\f1e7";font-family:brand-icons}i.icon.snapchat:before{content:"\f2ab";font-family:brand-icons}i.icon.snapchat.ghost:before{content:"\f2ac";font-family:brand-icons}i.icon.snapchat.square:before{content:"\f2ad";font-family:brand-icons}i.icon.soundcloud:before{content:"\f1be";font-family:brand-icons}i.icon.sourcetree:before{content:"\f7d3";font-family:brand-icons}i.icon.speakap:before{content:"\f3f3";font-family:brand-icons}i.icon.speaker.deck:before{content:"\f83c";font-family:brand-icons}i.icon.spotify:before{content:"\f1bc";font-family:brand-icons}i.icon.squarespace:before{content:"\f5be";font-family:brand-icons}i.icon.stack.exchange:before{content:"\f18d";font-family:brand-icons}i.icon.stack.overflow:before{content:"\f16c";font-family:brand-icons}i.icon.stackpath:before{content:"\f842";font-family:brand-icons}i.icon.staylinked:before{content:"\f3f5";font-family:brand-icons}i.icon.steam:before{content:"\f1b6";font-family:brand-icons}i.icon.steam.square:before{content:"\f1b7";font-family:brand-icons}i.icon.steam.symbol:before{content:"\f3f6";font-family:brand-icons}i.icon.sticker.mule:before{content:"\f3f7";font-family:brand-icons}i.icon.strava:before{content:"\f428";font-family:brand-icons}i.icon.stripe:before{content:"\f429";font-family:brand-icons}i.icon.stripe.s:before{content:"\f42a";font-family:brand-icons}i.icon.studiovinari:before{content:"\f3f8";font-family:brand-icons}i.icon.stumbleupon:before{content:"\f1a4";font-family:brand-icons}i.icon.stumbleupon.circle:before{content:"\f1a3";font-family:brand-icons}i.icon.superpowers:before{content:"\f2dd";font-family:brand-icons}i.icon.supple:before{content:"\f3f9";font-family:brand-icons}i.icon.suse:before{content:"\f7d6";font-family:brand-icons}i.icon.swift:before{content:"\f8e1";font-family:brand-icons}i.icon.symfony:before{content:"\f83d";font-family:brand-icons}i.icon.teamspeak:before{content:"\f4f9";font-family:brand-icons}i.icon.telegram:before{content:"\f2c6";font-family:brand-icons}i.icon.telegram.plane:before{content:"\f3fe";font-family:brand-icons}i.icon.tencent.weibo:before{content:"\f1d5";font-family:brand-icons}i.icon.themeco:before{content:"\f5c6";font-family:brand-icons}i.icon.themeisle:before{content:"\f2b2";font-family:brand-icons}i.icon.think.peaks:before{content:"\f731";font-family:brand-icons}i.icon.trade.federation:before{content:"\f513";font-family:brand-icons}i.icon.trello:before{content:"\f181";font-family:brand-icons}i.icon.tripadvisor:before{content:"\f262";font-family:brand-icons}i.icon.tumblr:before{content:"\f173";font-family:brand-icons}i.icon.tumblr.square:before{content:"\f174";font-family:brand-icons}i.icon.twitch:before{content:"\f1e8";font-family:brand-icons}i.icon.twitter:before{content:"\f099";font-family:brand-icons}i.icon.twitter.square:before{content:"\f081";font-family:brand-icons}i.icon.typo3:before{content:"\f42b";font-family:brand-icons}i.icon.uber:before{content:"\f402";font-family:brand-icons}i.icon.ubuntu:before{content:"\f7df";font-family:brand-icons}i.icon.uikit:before{content:"\f403";font-family:brand-icons}i.icon.umbraco:before{content:"\f8e8";font-family:brand-icons}i.icon.uniregistry:before{content:"\f404";font-family:brand-icons}i.icon.untappd:before{content:"\f405";font-family:brand-icons}i.icon.ups:before{content:"\f7e0";font-family:brand-icons}i.icon.usb:before{content:"\f287";font-family:brand-icons}i.icon.usps:before{content:"\f7e1";font-family:brand-icons}i.icon.ussunnah:before{content:"\f407";font-family:brand-icons}i.icon.vaadin:before{content:"\f408";font-family:brand-icons}i.icon.viacoin:before{content:"\f237";font-family:brand-icons}i.icon.viadeo:before{content:"\f2a9";font-family:brand-icons}i.icon.viadeo.square:before{content:"\f2aa";font-family:brand-icons}i.icon.viber:before{content:"\f409";font-family:brand-icons}i.icon.vimeo:before{content:"\f40a";font-family:brand-icons}i.icon.vimeo.square:before{content:"\f194";font-family:brand-icons}i.icon.vimeo.v:before{content:"\f27d";font-family:brand-icons}i.icon.vine:before{content:"\f1ca";font-family:brand-icons}i.icon.vk:before{content:"\f189";font-family:brand-icons}i.icon.vnv:before{content:"\f40b";font-family:brand-icons}i.icon.vuejs:before{content:"\f41f";font-family:brand-icons}i.icon.waze:before{content:"\f83f";font-family:brand-icons}i.icon.weebly:before{content:"\f5cc";font-family:brand-icons}i.icon.weibo:before{content:"\f18a";font-family:brand-icons}i.icon.weixin:before{content:"\f1d7";font-family:brand-icons}i.icon.whatsapp:before{content:"\f232";font-family:brand-icons}i.icon.whatsapp.square:before{content:"\f40c";font-family:brand-icons}i.icon.whmcs:before{content:"\f40d";font-family:brand-icons}i.icon.wikipedia.w:before{content:"\f266";font-family:brand-icons}i.icon.windows:before{content:"\f17a";font-family:brand-icons}i.icon.wix:before{content:"\f5cf";font-family:brand-icons}i.icon.wizards.of.the.coast:before{content:"\f730";font-family:brand-icons}i.icon.wolf.pack.battalion:before{content:"\f514";font-family:brand-icons}i.icon.wordpress:before{content:"\f19a";font-family:brand-icons}i.icon.wordpress.simple:before{content:"\f411";font-family:brand-icons}i.icon.wpbeginner:before{content:"\f297";font-family:brand-icons}i.icon.wpexplorer:before{content:"\f2de";font-family:brand-icons}i.icon.wpforms:before{content:"\f298";font-family:brand-icons}i.icon.wpressr:before{content:"\f3e4";font-family:brand-icons}i.icon.xbox:before{content:"\f412";font-family:brand-icons}i.icon.xing:before{content:"\f168";font-family:brand-icons}i.icon.xing.square:before{content:"\f169";font-family:brand-icons}i.icon.y.combinator:before{content:"\f23b";font-family:brand-icons}i.icon.yahoo:before{content:"\f19e";font-family:brand-icons}i.icon.yammer:before{content:"\f840";font-family:brand-icons}i.icon.yandex:before{content:"\f413";font-family:brand-icons}i.icon.yandex.international:before{content:"\f414";font-family:brand-icons}i.icon.yarn:before{content:"\f7e3";font-family:brand-icons}i.icon.yelp:before{content:"\f1e9";font-family:brand-icons}i.icon.yoast:before{content:"\f2b1";font-family:brand-icons}i.icon.youtube:before{content:"\f167";font-family:brand-icons}i.icon.youtube.square:before{content:"\f431";font-family:brand-icons}i.icon.zhihu:before{content:"\f63f";font-family:brand-icons}i.icon.american.express:before{content:"\f1f3";font-family:brand-icons}i.icon.american.express.card:before{content:"\f1f3";font-family:brand-icons}i.icon.amex:before{content:"\f1f3";font-family:brand-icons}i.icon.bitbucket.square:before{content:"\f171";font-family:brand-icons}i.icon.bluetooth.alternative:before{content:"\f294";font-family:brand-icons}i.icon.credit.card.amazon.pay:before{content:"\f42d";font-family:brand-icons}i.icon.credit.card.american.express:before{content:"\f1f3";font-family:brand-icons}i.icon.credit.card.diners.club:before{content:"\f24c";font-family:brand-icons}i.icon.credit.card.discover:before{content:"\f1f2";font-family:brand-icons}i.icon.credit.card.jcb:before{content:"\f24b";font-family:brand-icons}i.icon.credit.card.mastercard:before{content:"\f1f1";font-family:brand-icons}i.icon.credit.card.paypal:before{content:"\f1f4";font-family:brand-icons}i.icon.credit.card.stripe:before{content:"\f1f5";font-family:brand-icons}i.icon.credit.card.visa:before{content:"\f1f0";font-family:brand-icons}i.icon.diners.club:before{content:"\f24c";font-family:brand-icons}i.icon.diners.club.card:before{content:"\f24c";font-family:brand-icons}i.icon.discover:before{content:"\f1f2";font-family:brand-icons}i.icon.discover.card:before{content:"\f1f2";font-family:brand-icons}i.icon.disk.outline:before{content:"\f369";font-family:brand-icons}i.icon.dribble:before{content:"\f17d";font-family:brand-icons}i.icon.eercast:before{content:"\f2da";font-family:brand-icons}i.icon.envira.gallery:before{content:"\f299";font-family:brand-icons}i.icon.fa:before{content:"\f2b4";font-family:brand-icons}i.icon.facebook.official:before{content:"\f082";font-family:brand-icons}i.icon.five.hundred.pixels:before{content:"\f26e";font-family:brand-icons}i.icon.gittip:before{content:"\f184";font-family:brand-icons}i.icon.google.plus.circle:before{content:"\f2b3";font-family:brand-icons}i.icon.google.plus.official:before{content:"\f2b3";font-family:brand-icons}i.icon.japan.credit.bureau:before{content:"\f24b";font-family:brand-icons}i.icon.japan.credit.bureau.card:before{content:"\f24b";font-family:brand-icons}i.icon.jcb:before{content:"\f24b";font-family:brand-icons}i.icon.linkedin.square:before{content:"\f08c";font-family:brand-icons}i.icon.mastercard:before{content:"\f1f1";font-family:brand-icons}i.icon.mastercard.card:before{content:"\f1f1";font-family:brand-icons}i.icon.microsoft.edge:before{content:"\f282";font-family:brand-icons}i.icon.ms.edge:before{content:"\f282";font-family:brand-icons}i.icon.new.pied.piper:before{content:"\f2ae";font-family:brand-icons}i.icon.optinmonster:before{content:"\f23c";font-family:brand-icons}i.icon.paypal.card:before{content:"\f1f4";font-family:brand-icons}i.icon.pied.piper.hat:before{content:"\f2ae";font-family:brand-icons}i.icon.pocket:before{content:"\f265";font-family:brand-icons}i.icon.stripe.card:before{content:"\f1f5";font-family:brand-icons}i.icon.theme.isle:before{content:"\f2b2";font-family:brand-icons}i.icon.visa:before{content:"\f1f0";font-family:brand-icons}i.icon.visa.card:before{content:"\f1f0";font-family:brand-icons}i.icon.wechat:before{content:"\f1d7";font-family:brand-icons}i.icon.wikipedia:before{content:"\f266";font-family:brand-icons}i.icon.wordpress.beginner:before{content:"\f297";font-family:brand-icons}i.icon.wordpress.forms:before{content:"\f298";font-family:brand-icons}i.icon.yc:before{content:"\f23b";font-family:brand-icons}i.icon.ycombinator:before{content:"\f23b";font-family:brand-icons}i.icon.youtube.play:before{content:"\f167";font-family:brand-icons}/*! + * # Fomantic-UI - Image + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.images,.ui.ui.hidden.image{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.images>.hidden.transition{display:inline-block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem 0}.ui.images .image,.ui.images>img,.ui.images>svg{display:inline-block;margin:0 .25rem .5rem}/*! + * # Fomantic-UI - Input + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input>input{margin:0;max-width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;-webkit-box-shadow:none;box-shadow:none}.ui.input>input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.input>input::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.input>input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.disabled.input,.ui.input:not(.disabled) input[disabled]{opacity:.45}.ui.disabled.input>input,.ui.input:not(.disabled) input[disabled]{pointer-events:none}.ui.input.down input,.ui.input>input:active{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.input.focus>input,.ui.input>input:focus{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);-webkit-box-shadow:none;box-shadow:none}.ui.input.focus>input::-webkit-input-placeholder,.ui.input>input:focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input::-moz-placeholder,.ui.input>input:focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input:-ms-input-placeholder,.ui.input>input:focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.error>input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-box-shadow:none;box-shadow:none}.ui.input.error>input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error>input::-moz-placeholder{color:#e7bdbc}.ui.input.error>input:-ms-input-placeholder{color:#e7bdbc}.ui.input.error>input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error>input:focus::-moz-placeholder{color:#da9796}.ui.input.error>input:focus:-ms-input-placeholder{color:#da9796}.ui.input.info>input{background-color:#f8ffff;border-color:#a9d5de;color:#276f86;-webkit-box-shadow:none;box-shadow:none}.ui.input.info>input::-webkit-input-placeholder{color:#98cfe1}.ui.input.info>input::-moz-placeholder{color:#98cfe1}.ui.input.info>input:-ms-input-placeholder{color:#98cfe1}.ui.input.info>input:focus::-webkit-input-placeholder{color:#70bdd6}.ui.input.info>input:focus::-moz-placeholder{color:#70bdd6}.ui.input.info>input:focus:-ms-input-placeholder{color:#70bdd6}.ui.input.success>input{background-color:#fcfff5;border-color:#a3c293;color:#2c662d;-webkit-box-shadow:none;box-shadow:none}.ui.input.success>input::-webkit-input-placeholder{color:#8fcf90}.ui.input.success>input::-moz-placeholder{color:#8fcf90}.ui.input.success>input:-ms-input-placeholder{color:#8fcf90}.ui.input.success>input:focus::-webkit-input-placeholder{color:#6cbf6d}.ui.input.success>input:focus::-moz-placeholder{color:#6cbf6d}.ui.input.success>input:focus:-ms-input-placeholder{color:#6cbf6d}.ui.input.warning>input{background-color:#fffaf3;border-color:#c9ba9b;color:#573a08;-webkit-box-shadow:none;box-shadow:none}.ui.input.warning>input::-webkit-input-placeholder{color:#edad3e}.ui.input.warning>input::-moz-placeholder{color:#edad3e}.ui.input.warning>input:-ms-input-placeholder{color:#edad3e}.ui.input.warning>input:focus::-webkit-input-placeholder{color:#e39715}.ui.input.warning>input:focus::-moz-placeholder{color:#e39715}.ui.input.warning>input:focus:-ms-input-placeholder{color:#e39715}.ui.transparent.input>input,.ui.transparent.input>textarea{border-color:transparent!important;background-color:transparent!important;padding:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important}.field .ui.transparent.input>textarea{padding:.67857143em 1em}:not(.field)>.ui.transparent.icon.input>i.icon{width:1.1em}:not(.field)>.ui.ui.ui.transparent.icon.input>input{padding-left:0;padding-right:2em}:not(.field)>.ui.ui.ui.transparent[class*="left icon"].input>input{padding-left:2em;padding-right:0}.ui.transparent.inverted.input{color:#fff}.ui.ui.transparent.inverted.input>input,.ui.ui.transparent.inverted.input>textarea{color:inherit}.ui.transparent.inverted.input>input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.ui.ui.ui.icon.input>input,.ui.ui.ui.ui.icon.input>textarea{padding-right:2.67142857em}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui.ui.ui.ui[class*="left icon"].input>input,.ui.ui.ui.ui[class*="left icon"].input>textarea{padding-left:2.67142857em;padding-right:1em}.ui.icon.input>input:focus~i.icon,.ui.icon.input>textarea:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input>input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input>input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>input,.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>textarea{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input,.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>textarea{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input>input,.ui[class*="left corner labeled"].labeled.input>textarea{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input,.ui[class*="left corner labeled"].icon.input>textarea{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.icon.input>textarea~.icon{height:3em}:not(.field)>.ui.transparent.icon.input>textarea~.icon{height:1.3em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input.error>.ui.button,.ui.form>.field.error>.ui.action.input>.ui.button,.ui.form>.field.error>.ui.labeled.input:not([class*="corner labeled"])>.ui.label,.ui.labeled.input.error:not([class*="corner labeled"])>.ui.label{border-top:1px solid #9f3a38;border-bottom:1px solid #9f3a38}.ui.form>.field.error>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label,.ui.form>.field.error>.ui.left.action.input>.ui.button,.ui.labeled.input.error:not(.right):not([class*="corner labeled"])>.ui.label,.ui.left.action.input.error>.ui.button{border-left:1px solid #9f3a38}.ui.action.input.error:not(.left)>input+.ui.button,.ui.form>.field.error>.ui.action.input:not(.left)>input+.ui.button,.ui.form>.field.error>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label,.ui.right.labeled.input.error:not([class*="corner labeled"])>input+.ui.label{border-right:1px solid #9f3a38}.ui.form>.field.error>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child,.ui.right.labeled.input.error:not([class*="corner labeled"])>.ui.label:first-child{border-left:1px solid #9f3a38}.ui.action.input.info>.ui.button,.ui.form>.field.info>.ui.action.input>.ui.button,.ui.form>.field.info>.ui.labeled.input:not([class*="corner labeled"])>.ui.label,.ui.labeled.input.info:not([class*="corner labeled"])>.ui.label{border-top:1px solid #276f86;border-bottom:1px solid #276f86}.ui.form>.field.info>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label,.ui.form>.field.info>.ui.left.action.input>.ui.button,.ui.labeled.input.info:not(.right):not([class*="corner labeled"])>.ui.label,.ui.left.action.input.info>.ui.button{border-left:1px solid #276f86}.ui.action.input.info:not(.left)>input+.ui.button,.ui.form>.field.info>.ui.action.input:not(.left)>input+.ui.button,.ui.form>.field.info>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label,.ui.right.labeled.input.info:not([class*="corner labeled"])>input+.ui.label{border-right:1px solid #276f86}.ui.form>.field.info>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child,.ui.right.labeled.input.info:not([class*="corner labeled"])>.ui.label:first-child{border-left:1px solid #276f86}.ui.action.input.success>.ui.button,.ui.form>.field.success>.ui.action.input>.ui.button,.ui.form>.field.success>.ui.labeled.input:not([class*="corner labeled"])>.ui.label,.ui.labeled.input.success:not([class*="corner labeled"])>.ui.label{border-top:1px solid #2c662d;border-bottom:1px solid #2c662d}.ui.form>.field.success>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label,.ui.form>.field.success>.ui.left.action.input>.ui.button,.ui.labeled.input.success:not(.right):not([class*="corner labeled"])>.ui.label,.ui.left.action.input.success>.ui.button{border-left:1px solid #2c662d}.ui.action.input.success:not(.left)>input+.ui.button,.ui.form>.field.success>.ui.action.input:not(.left)>input+.ui.button,.ui.form>.field.success>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label,.ui.right.labeled.input.success:not([class*="corner labeled"])>input+.ui.label{border-right:1px solid #2c662d}.ui.form>.field.success>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child,.ui.right.labeled.input.success:not([class*="corner labeled"])>.ui.label:first-child{border-left:1px solid #2c662d}.ui.action.input.warning>.ui.button,.ui.form>.field.warning>.ui.action.input>.ui.button,.ui.form>.field.warning>.ui.labeled.input:not([class*="corner labeled"])>.ui.label,.ui.labeled.input.warning:not([class*="corner labeled"])>.ui.label{border-top:1px solid #573a08;border-bottom:1px solid #573a08}.ui.form>.field.warning>.ui.labeled.input:not(.right):not([class*="corner labeled"])>.ui.label,.ui.form>.field.warning>.ui.left.action.input>.ui.button,.ui.labeled.input.warning:not(.right):not([class*="corner labeled"])>.ui.label,.ui.left.action.input.warning>.ui.button{border-left:1px solid #573a08}.ui.action.input.warning:not(.left)>input+.ui.button,.ui.form>.field.warning>.ui.action.input:not(.left)>input+.ui.button,.ui.form>.field.warning>.ui.right.labeled.input:not([class*="corner labeled"])>input+.ui.label,.ui.right.labeled.input.warning:not([class*="corner labeled"])>input+.ui.label{border-right:1px solid #573a08}.ui.form>.field.warning>.ui.right.labeled.input:not([class*="corner labeled"])>.ui.label:first-child,.ui.right.labeled.input.warning:not([class*="corner labeled"])>.ui.label:first-child{border-left:1px solid #573a08}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui[class*="left action"].input>input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:transparent}.ui.action.input>.button:first-child,.ui.action.input>.buttons:first-child>.button,.ui.action.input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.action.input>.button:not(:first-child),.ui.action.input>.buttons:not(:first-child)>.button,.ui.action.input>.dropdown:not(:first-child){border-radius:0}.ui.action.input>.button:last-child,.ui.action.input>.buttons:last-child>.button,.ui.action.input>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:#85b7d9}.ui.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9}.ui.inverted.input>input{border:none}.ui.fluid.input{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.input{font-size:1em}.ui.mini.input{font-size:.78571429em}.ui.tiny.input{font-size:.85714286em}.ui.small.input{font-size:.92857143em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}/*! + * # Fomantic-UI - Label + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em}.ui.label>.icon,.ui.left.icon.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.close.icon:hover,.ui.label>.delete.icon:hover{opacity:1}.ui.label.left.icon>.close.icon,.ui.label.left.icon>.delete.icon{margin:0 .5em 0 0}.ui.label:not(.icon)>.close.icon,.ui.label:not(.icon)>.delete.icon{margin:0 0 0 .5em}.ui.icon.label>.icon{margin:0 auto}.ui.right.icon.label>.icon{margin:0 0 0 .75em}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+:not(.attached),.ui.top.attached.label~.ui.bottom.attached.label+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;-webkit-box-shadow:none;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#fff;width:.5em;height:.5em;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.basic.tag.label:before,.ui.basic.tag.labels .label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;right:calc(100% + 1px)}.ui.basic.tag.label:after,.ui.basic.tag.labels .label:after{-webkit-box-shadow:0 -1px 3px 0 rgba(0,0,0,.8);box-shadow:0 -1px 3px 0 rgba(0,0,0,.8)}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label{background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:inherit;position:absolute;top:.64285714em;left:auto;right:.57142857em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:.57142857em;right:auto}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em)}.ui.basic.ribbon.label{padding-top:calc(.5833em - 1px);padding-bottom:calc(.5833em - 1px)}.ui.basic.ribbon.label:not([class*="right ribbon"]){padding-left:calc(1rem + 1.2em - 1px);padding-right:calc(1.2em - 1px)}.ui.basic[class*="right ribbon"].label{padding-left:calc(1.2em - 1px);padding-right:calc(1rem + 1.2em - 1px)}.ui.basic.ribbon.label::after{top:calc(100% + 1px)}.ui.basic.ribbon.label:not([class*="right ribbon"])::after{left:-1px}.ui.basic[class*="right ribbon"].label::after{right:-1px}.ui[class*="right ribbon"].label{text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-1em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + 1em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem 0}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem 0}.ui.label.disabled{opacity:.5}.ui.labels a.label:hover,a.ui.label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#d0d0d0;border-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:hover,a.ui.active.label:hover{background-color:#c8c8c8;border-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:hover:before,a.ui.active.label:hover:before{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.basic.label,.ui.basic.labels .label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.basic.labels a.label:hover,a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;-webkit-box-shadow:none;box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9);background-color:#b5b5b5}.ui.inverted.corner.label{border-color:#b5b5b5}.ui.inverted.corner.label:hover{border-color:#e8e8e8;-webkit-transition:none;transition:none}.ui.inverted.basic.label,.ui.inverted.basic.label:hover,.ui.inverted.basic.labels .label{border-color:rgba(255,255,255,.5);background:#1b1c1d}.ui.inverted.basic.label:hover{color:#4183c4}.ui.primary.labels .label,.ui.ui.ui.primary.label{background-color:#2185d0;border-color:#2185d0;color:rgba(255,255,255,.9)}.ui.primary.labels a.label:hover,a.ui.ui.ui.primary.label:hover{background-color:#1678c2;border-color:#1678c2;color:#fff}.ui.ui.ui.primary.ribbon.label{border-color:#1a69a4}.ui.basic.labels .primary.label,.ui.ui.ui.basic.primary.label{background:none #fff;border-color:#2185d0;color:#2185d0}.ui.basic.labels a.primary.label:hover,a.ui.ui.ui.basic.primary.label:hover{background:none #fff;border-color:#1678c2;color:#1678c2}.ui.inverted.labels .primary.label,.ui.ui.ui.inverted.primary.label{background-color:#54c8ff;border-color:#54c8ff;color:#1b1c1d}.ui.inverted.labels a.primary.label:hover,a.ui.ui.ui.inverted.primary.label:hover{background-color:#21b8ff;border-color:#21b8ff;color:#1b1c1d}.ui.ui.ui.inverted.primary.ribbon.label{border-color:#21b8ff}.ui.inverted.basic.labels .primary.label,.ui.ui.ui.inverted.basic.primary.label{background-color:#1b1c1d;border-color:#54c8ff;color:#54c8ff}.ui.inverted.basic.labels a.primary.label:hover,a.ui.ui.ui.inverted.basic.primary.label:hover{border-color:#21b8ff;background-color:#1b1c1d;color:#21b8ff}.ui.inverted.basic.tag.labels .primary.label,.ui.ui.ui.inverted.primary.basic.tag.label{border:1px solid #54c8ff}.ui.inverted.basic.tag.labels .primary.label:before,.ui.ui.ui.inverted.primary.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.secondary.labels .label,.ui.ui.ui.secondary.label{background-color:#1b1c1d;border-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.secondary.labels a.label:hover,a.ui.ui.ui.secondary.label:hover{background-color:#27292a;border-color:#27292a;color:#fff}.ui.ui.ui.secondary.ribbon.label{border-color:#020203}.ui.basic.labels .secondary.label,.ui.ui.ui.basic.secondary.label{background:none #fff;border-color:#1b1c1d;color:#1b1c1d}.ui.basic.labels a.secondary.label:hover,a.ui.ui.ui.basic.secondary.label:hover{background:none #fff;border-color:#27292a;color:#27292a}.ui.inverted.labels .secondary.label,.ui.ui.ui.inverted.secondary.label{background-color:#545454;border-color:#545454;color:#1b1c1d}.ui.inverted.labels a.secondary.label:hover,a.ui.ui.ui.inverted.secondary.label:hover{background-color:#6e6e6e;border-color:#6e6e6e;color:#1b1c1d}.ui.ui.ui.inverted.secondary.ribbon.label{border-color:#3b3b3b}.ui.inverted.basic.labels .secondary.label,.ui.ui.ui.inverted.basic.secondary.label{background-color:#1b1c1d;border-color:#545454;color:#545454}.ui.inverted.basic.labels a.secondary.label:hover,a.ui.ui.ui.inverted.basic.secondary.label:hover{border-color:#6e6e6e;background-color:#1b1c1d;color:#6e6e6e}.ui.inverted.basic.tag.labels .secondary.label,.ui.ui.ui.inverted.secondary.basic.tag.label{border:1px solid #545454}.ui.inverted.basic.tag.labels .secondary.label:before,.ui.ui.ui.inverted.secondary.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.red.labels .label,.ui.ui.ui.red.label{background-color:#db2828;border-color:#db2828;color:#fff}.ui.red.labels a.label:hover,a.ui.ui.ui.red.label:hover{background-color:#d01919;border-color:#d01919;color:#fff}.ui.ui.ui.red.ribbon.label{border-color:#b21e1e}.ui.basic.labels .red.label,.ui.ui.ui.basic.red.label{background:none #fff;border-color:#db2828;color:#db2828}.ui.basic.labels a.red.label:hover,a.ui.ui.ui.basic.red.label:hover{background:none #fff;border-color:#d01919;color:#d01919}.ui.inverted.labels .red.label,.ui.ui.ui.inverted.red.label{background-color:#ff695e;border-color:#ff695e;color:#1b1c1d}.ui.inverted.labels a.red.label:hover,a.ui.ui.ui.inverted.red.label:hover{background-color:#ff392b;border-color:#ff392b;color:#1b1c1d}.ui.ui.ui.inverted.red.ribbon.label{border-color:#ff392b}.ui.inverted.basic.labels .red.label,.ui.ui.ui.inverted.basic.red.label{background-color:#1b1c1d;border-color:#ff695e;color:#ff695e}.ui.inverted.basic.labels a.red.label:hover,a.ui.ui.ui.inverted.basic.red.label:hover{border-color:#ff392b;background-color:#1b1c1d;color:#ff392b}.ui.inverted.basic.tag.labels .red.label,.ui.ui.ui.inverted.red.basic.tag.label{border:1px solid #ff695e}.ui.inverted.basic.tag.labels .red.label:before,.ui.ui.ui.inverted.red.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.orange.labels .label,.ui.ui.ui.orange.label{background-color:#f2711c;border-color:#f2711c;color:#fff}.ui.orange.labels a.label:hover,a.ui.ui.ui.orange.label:hover{background-color:#f26202;border-color:#f26202;color:#fff}.ui.ui.ui.orange.ribbon.label{border-color:#cf590c}.ui.basic.labels .orange.label,.ui.ui.ui.basic.orange.label{background:none #fff;border-color:#f2711c;color:#f2711c}.ui.basic.labels a.orange.label:hover,a.ui.ui.ui.basic.orange.label:hover{background:none #fff;border-color:#f26202;color:#f26202}.ui.inverted.labels .orange.label,.ui.ui.ui.inverted.orange.label{background-color:#ff851b;border-color:#ff851b;color:#1b1c1d}.ui.inverted.labels a.orange.label:hover,a.ui.ui.ui.inverted.orange.label:hover{background-color:#e76b00;border-color:#e76b00;color:#1b1c1d}.ui.ui.ui.inverted.orange.ribbon.label{border-color:#e76b00}.ui.inverted.basic.labels .orange.label,.ui.ui.ui.inverted.basic.orange.label{background-color:#1b1c1d;border-color:#ff851b;color:#ff851b}.ui.inverted.basic.labels a.orange.label:hover,a.ui.ui.ui.inverted.basic.orange.label:hover{border-color:#e76b00;background-color:#1b1c1d;color:#e76b00}.ui.inverted.basic.tag.labels .orange.label,.ui.ui.ui.inverted.orange.basic.tag.label{border:1px solid #ff851b}.ui.inverted.basic.tag.labels .orange.label:before,.ui.ui.ui.inverted.orange.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.ui.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08;border-color:#fbbd08;color:#fff}.ui.yellow.labels a.label:hover,a.ui.ui.ui.yellow.label:hover{background-color:#eaae00;border-color:#eaae00;color:#fff}.ui.ui.ui.yellow.ribbon.label{border-color:#cd9903}.ui.basic.labels .yellow.label,.ui.ui.ui.basic.yellow.label{background:none #fff;border-color:#fbbd08;color:#fbbd08}.ui.basic.labels a.yellow.label:hover,a.ui.ui.ui.basic.yellow.label:hover{background:none #fff;border-color:#eaae00;color:#eaae00}.ui.inverted.labels .yellow.label,.ui.ui.ui.inverted.yellow.label{background-color:#ffe21f;border-color:#ffe21f;color:#1b1c1d}.ui.inverted.labels a.yellow.label:hover,a.ui.ui.ui.inverted.yellow.label:hover{background-color:#ebcd00;border-color:#ebcd00;color:#1b1c1d}.ui.ui.ui.inverted.yellow.ribbon.label{border-color:#ebcd00}.ui.inverted.basic.labels .yellow.label,.ui.ui.ui.inverted.basic.yellow.label{background-color:#1b1c1d;border-color:#ffe21f;color:#ffe21f}.ui.inverted.basic.labels a.yellow.label:hover,a.ui.ui.ui.inverted.basic.yellow.label:hover{border-color:#ebcd00;background-color:#1b1c1d;color:#ebcd00}.ui.inverted.basic.tag.labels .yellow.label,.ui.ui.ui.inverted.yellow.basic.tag.label{border:1px solid #ffe21f}.ui.inverted.basic.tag.labels .yellow.label:before,.ui.ui.ui.inverted.yellow.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.olive.labels .label,.ui.ui.ui.olive.label{background-color:#b5cc18;border-color:#b5cc18;color:#fff}.ui.olive.labels a.label:hover,a.ui.ui.ui.olive.label:hover{background-color:#a7bd0d;border-color:#a7bd0d;color:#fff}.ui.ui.ui.olive.ribbon.label{border-color:#8d9e13}.ui.basic.labels .olive.label,.ui.ui.ui.basic.olive.label{background:none #fff;border-color:#b5cc18;color:#b5cc18}.ui.basic.labels a.olive.label:hover,a.ui.ui.ui.basic.olive.label:hover{background:none #fff;border-color:#a7bd0d;color:#a7bd0d}.ui.inverted.labels .olive.label,.ui.ui.ui.inverted.olive.label{background-color:#d9e778;border-color:#d9e778;color:#1b1c1d}.ui.inverted.labels a.olive.label:hover,a.ui.ui.ui.inverted.olive.label:hover{background-color:#d2e745;border-color:#d2e745;color:#1b1c1d}.ui.ui.ui.inverted.olive.ribbon.label{border-color:#cddf4d}.ui.inverted.basic.labels .olive.label,.ui.ui.ui.inverted.basic.olive.label{background-color:#1b1c1d;border-color:#d9e778;color:#d9e778}.ui.inverted.basic.labels a.olive.label:hover,a.ui.ui.ui.inverted.basic.olive.label:hover{border-color:#d2e745;background-color:#1b1c1d;color:#d2e745}.ui.inverted.basic.tag.labels .olive.label,.ui.ui.ui.inverted.olive.basic.tag.label{border:1px solid #d9e778}.ui.inverted.basic.tag.labels .olive.label:before,.ui.ui.ui.inverted.olive.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.green.labels .label,.ui.ui.ui.green.label{background-color:#21ba45;border-color:#21ba45;color:#fff}.ui.green.labels a.label:hover,a.ui.ui.ui.green.label:hover{background-color:#16ab39;border-color:#16ab39;color:#fff}.ui.ui.ui.green.ribbon.label{border-color:#198f35}.ui.basic.labels .green.label,.ui.ui.ui.basic.green.label{background:none #fff;border-color:#21ba45;color:#21ba45}.ui.basic.labels a.green.label:hover,a.ui.ui.ui.basic.green.label:hover{background:none #fff;border-color:#16ab39;color:#16ab39}.ui.inverted.labels .green.label,.ui.ui.ui.inverted.green.label{background-color:#2ecc40;border-color:#2ecc40;color:#1b1c1d}.ui.inverted.labels a.green.label:hover,a.ui.ui.ui.inverted.green.label:hover{background-color:#1ea92e;border-color:#1ea92e;color:#1b1c1d}.ui.ui.ui.inverted.green.ribbon.label{border-color:#25a233}.ui.inverted.basic.labels .green.label,.ui.ui.ui.inverted.basic.green.label{background-color:#1b1c1d;border-color:#2ecc40;color:#2ecc40}.ui.inverted.basic.labels a.green.label:hover,a.ui.ui.ui.inverted.basic.green.label:hover{border-color:#1ea92e;background-color:#1b1c1d;color:#1ea92e}.ui.inverted.basic.tag.labels .green.label,.ui.ui.ui.inverted.green.basic.tag.label{border:1px solid #2ecc40}.ui.inverted.basic.tag.labels .green.label:before,.ui.ui.ui.inverted.green.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.teal.labels .label,.ui.ui.ui.teal.label{background-color:#00b5ad;border-color:#00b5ad;color:#fff}.ui.teal.labels a.label:hover,a.ui.ui.ui.teal.label:hover{background-color:#009c95;border-color:#009c95;color:#fff}.ui.ui.ui.teal.ribbon.label{border-color:#00827c}.ui.basic.labels .teal.label,.ui.ui.ui.basic.teal.label{background:none #fff;border-color:#00b5ad;color:#00b5ad}.ui.basic.labels a.teal.label:hover,a.ui.ui.ui.basic.teal.label:hover{background:none #fff;border-color:#009c95;color:#009c95}.ui.inverted.labels .teal.label,.ui.ui.ui.inverted.teal.label{background-color:#6dffff;border-color:#6dffff;color:#1b1c1d}.ui.inverted.labels a.teal.label:hover,a.ui.ui.ui.inverted.teal.label:hover{background-color:#3affff;border-color:#3affff;color:#1b1c1d}.ui.ui.ui.inverted.teal.ribbon.label{border-color:#3affff}.ui.inverted.basic.labels .teal.label,.ui.ui.ui.inverted.basic.teal.label{background-color:#1b1c1d;border-color:#6dffff;color:#6dffff}.ui.inverted.basic.labels a.teal.label:hover,a.ui.ui.ui.inverted.basic.teal.label:hover{border-color:#3affff;background-color:#1b1c1d;color:#3affff}.ui.inverted.basic.tag.labels .teal.label,.ui.ui.ui.inverted.teal.basic.tag.label{border:1px solid #6dffff}.ui.inverted.basic.tag.labels .teal.label:before,.ui.ui.ui.inverted.teal.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.blue.labels .label,.ui.ui.ui.blue.label{background-color:#2185d0;border-color:#2185d0;color:#fff}.ui.blue.labels a.label:hover,a.ui.ui.ui.blue.label:hover{background-color:#1678c2;border-color:#1678c2;color:#fff}.ui.ui.ui.blue.ribbon.label{border-color:#1a69a4}.ui.basic.labels .blue.label,.ui.ui.ui.basic.blue.label{background:none #fff;border-color:#2185d0;color:#2185d0}.ui.basic.labels a.blue.label:hover,a.ui.ui.ui.basic.blue.label:hover{background:none #fff;border-color:#1678c2;color:#1678c2}.ui.inverted.labels .blue.label,.ui.ui.ui.inverted.blue.label{background-color:#54c8ff;border-color:#54c8ff;color:#1b1c1d}.ui.inverted.labels a.blue.label:hover,a.ui.ui.ui.inverted.blue.label:hover{background-color:#21b8ff;border-color:#21b8ff;color:#1b1c1d}.ui.ui.ui.inverted.blue.ribbon.label{border-color:#21b8ff}.ui.inverted.basic.labels .blue.label,.ui.ui.ui.inverted.basic.blue.label{background-color:#1b1c1d;border-color:#54c8ff;color:#54c8ff}.ui.inverted.basic.labels a.blue.label:hover,a.ui.ui.ui.inverted.basic.blue.label:hover{border-color:#21b8ff;background-color:#1b1c1d;color:#21b8ff}.ui.inverted.basic.tag.labels .blue.label,.ui.ui.ui.inverted.blue.basic.tag.label{border:1px solid #54c8ff}.ui.inverted.basic.tag.labels .blue.label:before,.ui.ui.ui.inverted.blue.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.ui.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9;border-color:#6435c9;color:#fff}.ui.violet.labels a.label:hover,a.ui.ui.ui.violet.label:hover{background-color:#5829bb;border-color:#5829bb;color:#fff}.ui.ui.ui.violet.ribbon.label{border-color:#502aa1}.ui.basic.labels .violet.label,.ui.ui.ui.basic.violet.label{background:none #fff;border-color:#6435c9;color:#6435c9}.ui.basic.labels a.violet.label:hover,a.ui.ui.ui.basic.violet.label:hover{background:none #fff;border-color:#5829bb;color:#5829bb}.ui.inverted.labels .violet.label,.ui.ui.ui.inverted.violet.label{background-color:#a291fb;border-color:#a291fb;color:#1b1c1d}.ui.inverted.labels a.violet.label:hover,a.ui.ui.ui.inverted.violet.label:hover{background-color:#745aff;border-color:#745aff;color:#1b1c1d}.ui.ui.ui.inverted.violet.ribbon.label{border-color:#7860f9}.ui.inverted.basic.labels .violet.label,.ui.ui.ui.inverted.basic.violet.label{background-color:#1b1c1d;border-color:#a291fb;color:#a291fb}.ui.inverted.basic.labels a.violet.label:hover,a.ui.ui.ui.inverted.basic.violet.label:hover{border-color:#745aff;background-color:#1b1c1d;color:#745aff}.ui.inverted.basic.tag.labels .violet.label,.ui.ui.ui.inverted.violet.basic.tag.label{border:1px solid #a291fb}.ui.inverted.basic.tag.labels .violet.label:before,.ui.ui.ui.inverted.violet.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.purple.labels .label,.ui.ui.ui.purple.label{background-color:#a333c8;border-color:#a333c8;color:#fff}.ui.purple.labels a.label:hover,a.ui.ui.ui.purple.label:hover{background-color:#9627ba;border-color:#9627ba;color:#fff}.ui.ui.ui.purple.ribbon.label{border-color:#82299f}.ui.basic.labels .purple.label,.ui.ui.ui.basic.purple.label{background:none #fff;border-color:#a333c8;color:#a333c8}.ui.basic.labels a.purple.label:hover,a.ui.ui.ui.basic.purple.label:hover{background:none #fff;border-color:#9627ba;color:#9627ba}.ui.inverted.labels .purple.label,.ui.ui.ui.inverted.purple.label{background-color:#dc73ff;border-color:#dc73ff;color:#1b1c1d}.ui.inverted.labels a.purple.label:hover,a.ui.ui.ui.inverted.purple.label:hover{background-color:#cf40ff;border-color:#cf40ff;color:#1b1c1d}.ui.ui.ui.inverted.purple.ribbon.label{border-color:#cf40ff}.ui.inverted.basic.labels .purple.label,.ui.ui.ui.inverted.basic.purple.label{background-color:#1b1c1d;border-color:#dc73ff;color:#dc73ff}.ui.inverted.basic.labels a.purple.label:hover,a.ui.ui.ui.inverted.basic.purple.label:hover{border-color:#cf40ff;background-color:#1b1c1d;color:#cf40ff}.ui.inverted.basic.tag.labels .purple.label,.ui.ui.ui.inverted.purple.basic.tag.label{border:1px solid #dc73ff}.ui.inverted.basic.tag.labels .purple.label:before,.ui.ui.ui.inverted.purple.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.pink.labels .label,.ui.ui.ui.pink.label{background-color:#e03997;border-color:#e03997;color:#fff}.ui.pink.labels a.label:hover,a.ui.ui.ui.pink.label:hover{background-color:#e61a8d;border-color:#e61a8d;color:#fff}.ui.ui.ui.pink.ribbon.label{border-color:#c71f7e}.ui.basic.labels .pink.label,.ui.ui.ui.basic.pink.label{background:none #fff;border-color:#e03997;color:#e03997}.ui.basic.labels a.pink.label:hover,a.ui.ui.ui.basic.pink.label:hover{background:none #fff;border-color:#e61a8d;color:#e61a8d}.ui.inverted.labels .pink.label,.ui.ui.ui.inverted.pink.label{background-color:#ff8edf;border-color:#ff8edf;color:#1b1c1d}.ui.inverted.labels a.pink.label:hover,a.ui.ui.ui.inverted.pink.label:hover{background-color:#ff5bd1;border-color:#ff5bd1;color:#1b1c1d}.ui.ui.ui.inverted.pink.ribbon.label{border-color:#ff5bd1}.ui.inverted.basic.labels .pink.label,.ui.ui.ui.inverted.basic.pink.label{background-color:#1b1c1d;border-color:#ff8edf;color:#ff8edf}.ui.inverted.basic.labels a.pink.label:hover,a.ui.ui.ui.inverted.basic.pink.label:hover{border-color:#ff5bd1;background-color:#1b1c1d;color:#ff5bd1}.ui.inverted.basic.tag.labels .pink.label,.ui.ui.ui.inverted.pink.basic.tag.label{border:1px solid #ff8edf}.ui.inverted.basic.tag.labels .pink.label:before,.ui.ui.ui.inverted.pink.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.brown.labels .label,.ui.ui.ui.brown.label{background-color:#a5673f;border-color:#a5673f;color:#fff}.ui.brown.labels a.label:hover,a.ui.ui.ui.brown.label:hover{background-color:#975b33;border-color:#975b33;color:#fff}.ui.ui.ui.brown.ribbon.label{border-color:#805031}.ui.basic.labels .brown.label,.ui.ui.ui.basic.brown.label{background:none #fff;border-color:#a5673f;color:#a5673f}.ui.basic.labels a.brown.label:hover,a.ui.ui.ui.basic.brown.label:hover{background:none #fff;border-color:#975b33;color:#975b33}.ui.inverted.labels .brown.label,.ui.ui.ui.inverted.brown.label{background-color:#d67c1c;border-color:#d67c1c;color:#1b1c1d}.ui.inverted.labels a.brown.label:hover,a.ui.ui.ui.inverted.brown.label:hover{background-color:#b0620f;border-color:#b0620f;color:#1b1c1d}.ui.ui.ui.inverted.brown.ribbon.label{border-color:#a96216}.ui.inverted.basic.labels .brown.label,.ui.ui.ui.inverted.basic.brown.label{background-color:#1b1c1d;border-color:#d67c1c;color:#d67c1c}.ui.inverted.basic.labels a.brown.label:hover,a.ui.ui.ui.inverted.basic.brown.label:hover{border-color:#b0620f;background-color:#1b1c1d;color:#b0620f}.ui.inverted.basic.tag.labels .brown.label,.ui.ui.ui.inverted.brown.basic.tag.label{border:1px solid #d67c1c}.ui.inverted.basic.tag.labels .brown.label:before,.ui.ui.ui.inverted.brown.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.grey.labels .label,.ui.ui.ui.grey.label{background-color:#767676;border-color:#767676;color:#fff}.ui.grey.labels a.label:hover,a.ui.ui.ui.grey.label:hover{background-color:#838383;border-color:#838383;color:#fff}.ui.ui.ui.grey.ribbon.label{border-color:#5d5d5d}.ui.basic.labels .grey.label,.ui.ui.ui.basic.grey.label{background:none #fff;border-color:#767676;color:#767676}.ui.basic.labels a.grey.label:hover,a.ui.ui.ui.basic.grey.label:hover{background:none #fff;border-color:#838383;color:#838383}.ui.inverted.labels .grey.label,.ui.ui.ui.inverted.grey.label{background-color:#dcddde;border-color:#dcddde;color:#1b1c1d}.ui.inverted.labels a.grey.label:hover,a.ui.ui.ui.inverted.grey.label:hover{background-color:#c2c4c5;border-color:#c2c4c5;color:#fff}.ui.ui.ui.inverted.grey.ribbon.label{border-color:#e9eaea}.ui.inverted.basic.labels .grey.label,.ui.ui.ui.inverted.basic.grey.label{background-color:#1b1c1d;border-color:#dcddde;color:rgba(255,255,255,.9)}.ui.inverted.basic.labels a.grey.label:hover,a.ui.ui.ui.inverted.basic.grey.label:hover{border-color:#c2c4c5;background-color:#1b1c1d}.ui.inverted.basic.tag.labels .grey.label,.ui.ui.ui.inverted.grey.basic.tag.label{border:1px solid #dcddde}.ui.inverted.basic.tag.labels .grey.label:before,.ui.ui.ui.inverted.grey.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.black.labels .label,.ui.ui.ui.black.label{background-color:#1b1c1d;border-color:#1b1c1d;color:#fff}.ui.black.labels a.label:hover,a.ui.ui.ui.black.label:hover{background-color:#27292a;border-color:#27292a;color:#fff}.ui.ui.ui.black.ribbon.label{border-color:#020203}.ui.basic.labels .black.label,.ui.ui.ui.basic.black.label{background:none #fff;border-color:#1b1c1d;color:#1b1c1d}.ui.basic.labels a.black.label:hover,a.ui.ui.ui.basic.black.label:hover{background:none #fff;border-color:#27292a;color:#27292a}.ui.inverted.labels .black.label,.ui.ui.ui.inverted.black.label{background-color:#545454;border-color:#545454;color:#1b1c1d}.ui.inverted.labels a.black.label:hover,a.ui.ui.ui.inverted.black.label:hover{background-color:#000;border-color:#000;color:#fff}.ui.ui.ui.inverted.black.ribbon.label{border-color:#616161}.ui.inverted.basic.labels .black.label,.ui.ui.ui.inverted.basic.black.label{background-color:#1b1c1d;border-color:#545454;color:rgba(255,255,255,.9)}.ui.inverted.basic.labels a.black.label:hover,a.ui.ui.ui.inverted.basic.black.label:hover{border-color:#000;background-color:#1b1c1d}.ui.inverted.basic.tag.labels .black.label,.ui.ui.ui.inverted.black.basic.tag.label{border:1px solid #545454}.ui.inverted.basic.tag.labels .black.label:before,.ui.ui.ui.inverted.black.basic.tag.label:before{border-color:inherit;border-width:1px 0 0 1px;border-style:inherit;background-color:#1b1c1d;right:calc(100% + 1px)}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;background-image:inherit;border-width:0;border-style:solid;border-color:inherit}.ui.pointing.label:before{position:absolute;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:none;transition:none}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;top:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;right:0;white-space:nowrap;-webkit-transform:translateX(50%);transform:translateX(50%)}.ui.right.aligned.floating.label{-webkit-transform:translateX(1.2em);transform:translateX(1.2em)}.ui.left.floating.label{left:0;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.left.aligned.floating.label{-webkit-transform:translateX(-1.2em);transform:translateX(-1.2em)}.ui.bottom.floating.label{top:auto;bottom:-1em}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}/*! + * # Fomantic-UI - List + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0 0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item:after,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list:not(.icon),ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;min-width:1.55em;margin:0;padding-top:0;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:not(.loading),.ui.list>.item>i.icon:not(.loading){padding-right:.28571429em;vertical-align:top}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;min-width:auto;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em;color:rgba(0,0,0,.87)}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;width:100%;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>.loading.icon+.content,.ui.list>.item>.loading.icon+.content{padding-left:calc(.2857142857142857em + .5em)}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block;width:auto}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item>i.icon,.ui.list .list>a.item>i.icons,.ui.list>a.item>i.icon,.ui.list>a.item>i.icons{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item>a.header:hover,.ui.list>.item>a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-right:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:last-child{margin-right:0;padding-right:0}.ui.horizontal.list .list:not(.icon){padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list .item>i.icons>i.icon,.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content,.ui.horizontal.list>.item>.image+.content{float:none;display:inline-block;width:auto}.ui.horizontal.list>.item>.image{display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover>.icon,.ui.list .list>a.item:hover>.icons,.ui.list>a.item:hover>.icon,.ui.list>a.item:hover>.icons{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item>.content,.ui.inverted.list>.item>.content{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.item:hover{color:#fff}.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list a.item:active{color:#fff}.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list a.active.item{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em .5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list .list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.selection.list>.item.active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:'\2022';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list:not(.icon),ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list:not(.icon),ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered, ".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list .list>.item[data-value]:before,.ui.ordered.list>.item[data-value]:before{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list:not(.icon),ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.suffixed.ordered.list .list>.item:before,.ui.suffixed.ordered.list>.item:before,ol.ui.suffixed.list li:before{content:counters(ordered, ".") "."}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .list>.item{border-top:none}.ui.divided.list .item .list>.item{border-top:none}.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list:not(.icon),.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list:not(.icon){margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item{padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-right:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:last-child{border-right:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list:not(.icon){margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list:not(.icon){margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item{border-color:rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.list{font-size:1em}.ui.mini.list{font-size:.78571429em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.list{font-size:.85714286em}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.list{font-size:.92857143em}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.large.list{font-size:1.14285714em}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.list{font-size:1.28571429em}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.list{font-size:1.42857143em}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.list{font-size:1.71428571em}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}/*! + * # Fomantic-UI - Loader + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.fast.loader:after,.ui.fast.loading.loading .input>i.icon:after,.ui.fast.loading.loading:after,.ui.fast.loading.loading>i.icon:after{-webkit-animation-duration:.3s;animation-duration:.3s}.ui.slow.loader:after,.ui.slow.loading.loading .input>i.icon:after,.ui.slow.loading.loading:after,.ui.slow.loading.loading>i.icon:after{-webkit-animation-duration:.9s;animation-duration:.9s}@-webkit-keyframes loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.dimmer>.loader{display:block}.ui.dimmer>.ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer>.ui.loader:not(.elastic):before{border-color:rgba(255,255,255,.15)}.ui.inverted.dimmer>.ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.loader:not(.elastic):before{border-color:rgba(0,0,0,.1)}.ui.ui.ui.ui.text.loader{width:auto;height:auto;text-align:center;font-style:normal}.ui.indeterminate.loader:after{animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.primary.basic.elastic.loading.button:after,.ui.primary.basic.elastic.loading.button:before,.ui.primary.elastic.loader.loader:before,.ui.primary.elastic.loading.loading.loading .input>i.icon:before,.ui.primary.elastic.loading.loading.loading.loading>i.icon:before,.ui.primary.elastic.loading.loading.loading:not(.segment):before,.ui.primary.loader.loader.loader:after,.ui.primary.loading.loading.loading.loading .input>i.icon:after,.ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.primary.loading.loading.loading.loading>i.icon:after{color:#2185d0}.ui.inverted.primary.elastic.loader:before,.ui.inverted.primary.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.primary.elastic.loading.loading.loading>i.icon:before,.ui.inverted.primary.loader.loader.loader:after,.ui.inverted.primary.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.primary.loading.loading.loading.loading:not(.usual):after,.ui.inverted.primary.loading.loading.loading.loading>i.icon:after{color:#54c8ff}.ui.secondary.basic.elastic.loading.button:after,.ui.secondary.basic.elastic.loading.button:before,.ui.secondary.elastic.loader.loader:before,.ui.secondary.elastic.loading.loading.loading .input>i.icon:before,.ui.secondary.elastic.loading.loading.loading.loading>i.icon:before,.ui.secondary.elastic.loading.loading.loading:not(.segment):before,.ui.secondary.loader.loader.loader:after,.ui.secondary.loading.loading.loading.loading .input>i.icon:after,.ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.secondary.loading.loading.loading.loading>i.icon:after{color:#1b1c1d}.ui.inverted.secondary.elastic.loader:before,.ui.inverted.secondary.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.secondary.elastic.loading.loading.loading>i.icon:before,.ui.inverted.secondary.loader.loader.loader:after,.ui.inverted.secondary.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after,.ui.inverted.secondary.loading.loading.loading.loading>i.icon:after{color:#545454}.ui.red.basic.elastic.loading.button:after,.ui.red.basic.elastic.loading.button:before,.ui.red.elastic.loader.loader:before,.ui.red.elastic.loading.loading.loading .input>i.icon:before,.ui.red.elastic.loading.loading.loading.loading>i.icon:before,.ui.red.elastic.loading.loading.loading:not(.segment):before,.ui.red.loader.loader.loader:after,.ui.red.loading.loading.loading.loading .input>i.icon:after,.ui.red.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.red.loading.loading.loading.loading>i.icon:after{color:#db2828}.ui.inverted.red.elastic.loader:before,.ui.inverted.red.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.red.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.red.elastic.loading.loading.loading>i.icon:before,.ui.inverted.red.loader.loader.loader:after,.ui.inverted.red.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.red.loading.loading.loading.loading:not(.usual):after,.ui.inverted.red.loading.loading.loading.loading>i.icon:after{color:#ff695e}.ui.orange.basic.elastic.loading.button:after,.ui.orange.basic.elastic.loading.button:before,.ui.orange.elastic.loader.loader:before,.ui.orange.elastic.loading.loading.loading .input>i.icon:before,.ui.orange.elastic.loading.loading.loading.loading>i.icon:before,.ui.orange.elastic.loading.loading.loading:not(.segment):before,.ui.orange.loader.loader.loader:after,.ui.orange.loading.loading.loading.loading .input>i.icon:after,.ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.orange.loading.loading.loading.loading>i.icon:after{color:#f2711c}.ui.inverted.orange.elastic.loader:before,.ui.inverted.orange.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.orange.elastic.loading.loading.loading>i.icon:before,.ui.inverted.orange.loader.loader.loader:after,.ui.inverted.orange.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.orange.loading.loading.loading.loading:not(.usual):after,.ui.inverted.orange.loading.loading.loading.loading>i.icon:after{color:#ff851b}.ui.yellow.basic.elastic.loading.button:after,.ui.yellow.basic.elastic.loading.button:before,.ui.yellow.elastic.loader.loader:before,.ui.yellow.elastic.loading.loading.loading .input>i.icon:before,.ui.yellow.elastic.loading.loading.loading.loading>i.icon:before,.ui.yellow.elastic.loading.loading.loading:not(.segment):before,.ui.yellow.loader.loader.loader:after,.ui.yellow.loading.loading.loading.loading .input>i.icon:after,.ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.yellow.loading.loading.loading.loading>i.icon:after{color:#fbbd08}.ui.inverted.yellow.elastic.loader:before,.ui.inverted.yellow.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.yellow.elastic.loading.loading.loading>i.icon:before,.ui.inverted.yellow.loader.loader.loader:after,.ui.inverted.yellow.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after,.ui.inverted.yellow.loading.loading.loading.loading>i.icon:after{color:#ffe21f}.ui.olive.basic.elastic.loading.button:after,.ui.olive.basic.elastic.loading.button:before,.ui.olive.elastic.loader.loader:before,.ui.olive.elastic.loading.loading.loading .input>i.icon:before,.ui.olive.elastic.loading.loading.loading.loading>i.icon:before,.ui.olive.elastic.loading.loading.loading:not(.segment):before,.ui.olive.loader.loader.loader:after,.ui.olive.loading.loading.loading.loading .input>i.icon:after,.ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.olive.loading.loading.loading.loading>i.icon:after{color:#b5cc18}.ui.inverted.olive.elastic.loader:before,.ui.inverted.olive.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.olive.elastic.loading.loading.loading>i.icon:before,.ui.inverted.olive.loader.loader.loader:after,.ui.inverted.olive.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.olive.loading.loading.loading.loading:not(.usual):after,.ui.inverted.olive.loading.loading.loading.loading>i.icon:after{color:#d9e778}.ui.green.basic.elastic.loading.button:after,.ui.green.basic.elastic.loading.button:before,.ui.green.elastic.loader.loader:before,.ui.green.elastic.loading.loading.loading .input>i.icon:before,.ui.green.elastic.loading.loading.loading.loading>i.icon:before,.ui.green.elastic.loading.loading.loading:not(.segment):before,.ui.green.loader.loader.loader:after,.ui.green.loading.loading.loading.loading .input>i.icon:after,.ui.green.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.green.loading.loading.loading.loading>i.icon:after{color:#21ba45}.ui.inverted.green.elastic.loader:before,.ui.inverted.green.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.green.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.green.elastic.loading.loading.loading>i.icon:before,.ui.inverted.green.loader.loader.loader:after,.ui.inverted.green.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.green.loading.loading.loading.loading:not(.usual):after,.ui.inverted.green.loading.loading.loading.loading>i.icon:after{color:#2ecc40}.ui.teal.basic.elastic.loading.button:after,.ui.teal.basic.elastic.loading.button:before,.ui.teal.elastic.loader.loader:before,.ui.teal.elastic.loading.loading.loading .input>i.icon:before,.ui.teal.elastic.loading.loading.loading.loading>i.icon:before,.ui.teal.elastic.loading.loading.loading:not(.segment):before,.ui.teal.loader.loader.loader:after,.ui.teal.loading.loading.loading.loading .input>i.icon:after,.ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.teal.loading.loading.loading.loading>i.icon:after{color:#00b5ad}.ui.inverted.teal.elastic.loader:before,.ui.inverted.teal.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.teal.elastic.loading.loading.loading>i.icon:before,.ui.inverted.teal.loader.loader.loader:after,.ui.inverted.teal.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.teal.loading.loading.loading.loading:not(.usual):after,.ui.inverted.teal.loading.loading.loading.loading>i.icon:after{color:#6dffff}.ui.blue.basic.elastic.loading.button:after,.ui.blue.basic.elastic.loading.button:before,.ui.blue.elastic.loader.loader:before,.ui.blue.elastic.loading.loading.loading .input>i.icon:before,.ui.blue.elastic.loading.loading.loading.loading>i.icon:before,.ui.blue.elastic.loading.loading.loading:not(.segment):before,.ui.blue.loader.loader.loader:after,.ui.blue.loading.loading.loading.loading .input>i.icon:after,.ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.blue.loading.loading.loading.loading>i.icon:after{color:#2185d0}.ui.inverted.blue.elastic.loader:before,.ui.inverted.blue.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.blue.elastic.loading.loading.loading>i.icon:before,.ui.inverted.blue.loader.loader.loader:after,.ui.inverted.blue.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.blue.loading.loading.loading.loading:not(.usual):after,.ui.inverted.blue.loading.loading.loading.loading>i.icon:after{color:#54c8ff}.ui.violet.basic.elastic.loading.button:after,.ui.violet.basic.elastic.loading.button:before,.ui.violet.elastic.loader.loader:before,.ui.violet.elastic.loading.loading.loading .input>i.icon:before,.ui.violet.elastic.loading.loading.loading.loading>i.icon:before,.ui.violet.elastic.loading.loading.loading:not(.segment):before,.ui.violet.loader.loader.loader:after,.ui.violet.loading.loading.loading.loading .input>i.icon:after,.ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.violet.loading.loading.loading.loading>i.icon:after{color:#6435c9}.ui.inverted.violet.elastic.loader:before,.ui.inverted.violet.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.violet.elastic.loading.loading.loading>i.icon:before,.ui.inverted.violet.loader.loader.loader:after,.ui.inverted.violet.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.violet.loading.loading.loading.loading:not(.usual):after,.ui.inverted.violet.loading.loading.loading.loading>i.icon:after{color:#a291fb}.ui.purple.basic.elastic.loading.button:after,.ui.purple.basic.elastic.loading.button:before,.ui.purple.elastic.loader.loader:before,.ui.purple.elastic.loading.loading.loading .input>i.icon:before,.ui.purple.elastic.loading.loading.loading.loading>i.icon:before,.ui.purple.elastic.loading.loading.loading:not(.segment):before,.ui.purple.loader.loader.loader:after,.ui.purple.loading.loading.loading.loading .input>i.icon:after,.ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.purple.loading.loading.loading.loading>i.icon:after{color:#a333c8}.ui.inverted.purple.elastic.loader:before,.ui.inverted.purple.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.purple.elastic.loading.loading.loading>i.icon:before,.ui.inverted.purple.loader.loader.loader:after,.ui.inverted.purple.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.purple.loading.loading.loading.loading:not(.usual):after,.ui.inverted.purple.loading.loading.loading.loading>i.icon:after{color:#dc73ff}.ui.pink.basic.elastic.loading.button:after,.ui.pink.basic.elastic.loading.button:before,.ui.pink.elastic.loader.loader:before,.ui.pink.elastic.loading.loading.loading .input>i.icon:before,.ui.pink.elastic.loading.loading.loading.loading>i.icon:before,.ui.pink.elastic.loading.loading.loading:not(.segment):before,.ui.pink.loader.loader.loader:after,.ui.pink.loading.loading.loading.loading .input>i.icon:after,.ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.pink.loading.loading.loading.loading>i.icon:after{color:#e03997}.ui.inverted.pink.elastic.loader:before,.ui.inverted.pink.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.pink.elastic.loading.loading.loading>i.icon:before,.ui.inverted.pink.loader.loader.loader:after,.ui.inverted.pink.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.pink.loading.loading.loading.loading:not(.usual):after,.ui.inverted.pink.loading.loading.loading.loading>i.icon:after{color:#ff8edf}.ui.brown.basic.elastic.loading.button:after,.ui.brown.basic.elastic.loading.button:before,.ui.brown.elastic.loader.loader:before,.ui.brown.elastic.loading.loading.loading .input>i.icon:before,.ui.brown.elastic.loading.loading.loading.loading>i.icon:before,.ui.brown.elastic.loading.loading.loading:not(.segment):before,.ui.brown.loader.loader.loader:after,.ui.brown.loading.loading.loading.loading .input>i.icon:after,.ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.brown.loading.loading.loading.loading>i.icon:after{color:#a5673f}.ui.inverted.brown.elastic.loader:before,.ui.inverted.brown.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.brown.elastic.loading.loading.loading>i.icon:before,.ui.inverted.brown.loader.loader.loader:after,.ui.inverted.brown.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.brown.loading.loading.loading.loading:not(.usual):after,.ui.inverted.brown.loading.loading.loading.loading>i.icon:after{color:#d67c1c}.ui.grey.basic.elastic.loading.button:after,.ui.grey.basic.elastic.loading.button:before,.ui.grey.elastic.loader.loader:before,.ui.grey.elastic.loading.loading.loading .input>i.icon:before,.ui.grey.elastic.loading.loading.loading.loading>i.icon:before,.ui.grey.elastic.loading.loading.loading:not(.segment):before,.ui.grey.loader.loader.loader:after,.ui.grey.loading.loading.loading.loading .input>i.icon:after,.ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.grey.loading.loading.loading.loading>i.icon:after{color:#767676}.ui.inverted.grey.elastic.loader:before,.ui.inverted.grey.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.grey.elastic.loading.loading.loading>i.icon:before,.ui.inverted.grey.loader.loader.loader:after,.ui.inverted.grey.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.grey.loading.loading.loading.loading:not(.usual):after,.ui.inverted.grey.loading.loading.loading.loading>i.icon:after{color:#dcddde}.ui.black.basic.elastic.loading.button:after,.ui.black.basic.elastic.loading.button:before,.ui.black.elastic.loader.loader:before,.ui.black.elastic.loading.loading.loading .input>i.icon:before,.ui.black.elastic.loading.loading.loading.loading>i.icon:before,.ui.black.elastic.loading.loading.loading:not(.segment):before,.ui.black.loader.loader.loader:after,.ui.black.loading.loading.loading.loading .input>i.icon:after,.ui.black.loading.loading.loading.loading:not(.usual):not(.button):after,.ui.black.loading.loading.loading.loading>i.icon:after{color:#1b1c1d}.ui.inverted.black.elastic.loader:before,.ui.inverted.black.elastic.loading.loading.loading .input>i.icon:before,.ui.inverted.black.elastic.loading.loading.loading:not(.segment):before,.ui.inverted.black.elastic.loading.loading.loading>i.icon:before,.ui.inverted.black.loader.loader.loader:after,.ui.inverted.black.loading.loading.loading.loading .input>i.icon:after,.ui.inverted.black.loading.loading.loading.loading:not(.usual):after,.ui.inverted.black.loading.loading.loading.loading>i.icon:after{color:#545454}.ui.elastic.loader.loader:before,.ui.elastic.loading.loading.loading .input>i.icon:before,.ui.elastic.loading.loading.loading:before,.ui.elastic.loading.loading.loading>i.icon:before,.ui.loader.loader.loader:after,.ui.loading.loading.loading.loading .input>i.icon:after,.ui.loading.loading.loading.loading:not(.usual):after,.ui.loading.loading.loading.loading>i.icon:after{border-color:currentColor}.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic):before{color:#fff}.ui.elastic.basic.loading.button:after,.ui.elastic.basic.loading.button:before{color:#767676}.ui.double.loading.loading.loading.loading.button:after{border-bottom-color:currentColor}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}.ui.loader.loader.loader.loader.loader:after,.ui.loading.loading.loading.loading.loading.loading .input>i.icon:after,.ui.loading.loading.loading.loading.loading.loading:after,.ui.loading.loading.loading.loading.loading.loading>i.icon:after{border-left-color:transparent;border-right-color:transparent}.ui.loader.loader.loader.loader.loader.loader:not(.double):after,.ui.loading.loading.loading.loading.loading.loading.loading:not(.double) .input>i.icon:after,.ui.loading.loading.loading.loading.loading.loading.loading:not(.double):after,.ui.loading.loading.loading.loading.loading.loading.loading:not(.double)>i.icon:after{border-bottom-color:transparent}.ui.loading.loading.loading.loading.loading.loading.form:after,.ui.loading.loading.loading.loading.loading.loading.segment:after{border-left-color:rgba(0,0,0,.1);border-right-color:rgba(0,0,0,.1)}.ui.loading.loading.loading.loading.loading.loading.form:not(.double):after,.ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after{border-bottom-color:rgba(0,0,0,.1)}.ui.dimmer>.ui.elastic.loader{color:#fff}.ui.inverted.dimmer>.ui.elastic.loader{color:#767676}.ui.elastic.loader.loader:after,.ui.elastic.loading.loading .input>i.icon:after,.ui.elastic.loading.loading:not(.form):not(.segment):after,.ui.elastic.loading.loading>i.icon:after{-webkit-animation:loader 1s infinite cubic-bezier(.27,1.05,.92,.61);animation:loader 1s infinite cubic-bezier(.27,1.05,.92,.61);-webkit-animation-delay:.3s;animation-delay:.3s}.ui.elastic.loader.loader:before,.ui.elastic.loading.loading.loading .input>i.icon:before,.ui.elastic.loading.loading.loading:not(.form):not(.segment):before,.ui.elastic.loading.loading.loading>i.icon:before{-webkit-animation:elastic-loader 1s infinite cubic-bezier(.27,1.05,.92,.61);animation:elastic-loader 1s infinite cubic-bezier(.27,1.05,.92,.61);-moz-animation:currentcolor-elastic-loader 1s infinite cubic-bezier(.27,1.05,.92,.61);border-right-color:transparent}.ui.elastic.inline.loader:empty{-webkit-animation:loader 8s infinite linear;animation:loader 8s infinite linear}.ui.slow.elastic.loader.loader:after,.ui.slow.elastic.loading.loading .input>i.icon:after,.ui.slow.elastic.loading.loading:not(.form):not(.segment):after,.ui.slow.elastic.loading.loading>i.icon:after{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.45s;animation-delay:.45s}.ui.slow.elastic.loader.loader:before,.ui.slow.elastic.loading.loading.loading .input>i.icon:before,.ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before,.ui.slow.elastic.loading.loading.loading>i.icon:before{-webkit-animation-duration:1.5s;animation-duration:1.5s}.ui.fast.elastic.loader.loader:after,.ui.fast.elastic.loading.loading .input>i.icon:after,.ui.fast.elastic.loading.loading:not(.form):not(.segment):after,.ui.fast.elastic.loading.loading>i.icon:after{-webkit-animation-duration:.66s;animation-duration:.66s;-webkit-animation-delay:.2s;animation-delay:.2s}.ui.fast.elastic.loader.loader:before,.ui.fast.elastic.loading.loading.loading .input>i.icon:before,.ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before,.ui.fast.elastic.loading.loading.loading>i.icon:before{-webkit-animation-duration:.66s;animation-duration:.66s}@-webkit-keyframes elastic-loader{0%,1%{border-left-color:transparent;border-bottom-color:transparent}1.1%,50%{border-left-color:inherit}10%,35.1%{border-bottom-color:transparent}10.1%,35%{border-bottom-color:inherit}50.1%{border-left-color:transparent}100%{border-left-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes elastic-loader{0%,1%{border-left-color:transparent;border-bottom-color:transparent}1.1%,50%{border-left-color:inherit}10%,35.1%{border-bottom-color:transparent}10.1%,35%{border-bottom-color:inherit}50.1%{border-left-color:transparent}100%{border-left-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes currentcolor-elastic-loader{0%,1%{border-left-color:transparent;border-bottom-color:transparent}1.1%,50%{border-left-color:currentColor}10%,35.1%{border-bottom-color:transparent}10.1%,35%{border-bottom-color:currentColor}50.1%{border-left-color:transparent}100%{border-left-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes currentcolor-elastic-loader{0%,1%{border-left-color:transparent;border-bottom-color:transparent}1.1%,50%{border-left-color:currentColor}10%,35.1%{border-bottom-color:transparent}10.1%,35%{border-bottom-color:currentColor}50.1%{border-left-color:transparent}100%{border-left-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*! + * # Fomantic-UI - Loader + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.placeholder{position:static;overflow:hidden;-webkit-animation:placeholderShimmer 2s linear;animation:placeholderShimmer 2s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#fff;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.08)),color-stop(15%,rgba(0,0,0,.15)),color-stop(30%,rgba(0,0,0,.08)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);background-image:linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);background-size:1200px 100%;max-width:30rem}@-webkit-keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}@keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}.ui.placeholder+.ui.placeholder{margin-top:2rem}.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.15s;animation-delay:.15s}.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.3s;animation-delay:.3s}.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.45s;animation-delay:.45s}.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.6s;animation-delay:.6s}.ui.placeholder,.ui.placeholder .image.header:after,.ui.placeholder .line,.ui.placeholder .line:after,.ui.placeholder>:before{background-color:#fff}.ui.placeholder.hidden{display:none}.ui.placeholder .image:not(.header):not(.ui):not(.icon){height:100px}.ui.placeholder .square.image:not(.header){height:0;overflow:hidden;padding-top:100%}.ui.placeholder .rectangular.image:not(.header){height:0;overflow:hidden;padding-top:75%}.ui.placeholder .line{position:relative;height:.85714286em}.ui.placeholder .line:after,.ui.placeholder .line:before{top:100%;position:absolute;content:'';background-color:inherit}.ui.placeholder .line:before{left:0}.ui.placeholder .line:after{right:0}.ui.placeholder .line{margin-bottom:.5em}.ui.placeholder .line:after,.ui.placeholder .line:before{height:.5em}.ui.placeholder .line:not(:first-child){margin-top:.5em}.ui.placeholder .line:nth-child(1):after{width:0}.ui.placeholder .line:nth-child(2):after{width:50%}.ui.placeholder .line:nth-child(3):after{width:10%}.ui.placeholder .line:nth-child(4):after{width:35%}.ui.placeholder .line:nth-child(5):after{width:65%}.ui.placeholder .header{position:relative;overflow:hidden}.ui.placeholder .header .line{margin-bottom:.64285714em}.ui.placeholder .header .line:after,.ui.placeholder .header .line:before{height:.64285714em}.ui.placeholder .header .line:not(:first-child){margin-top:.64285714em}.ui.placeholder .header .line:after{width:20%}.ui.placeholder .header .line:nth-child(2):after{width:60%}.ui.placeholder .image.header .line{margin-left:3em}.ui.placeholder .image.header .line:before{width:.71428571rem}.ui.placeholder .image.header:after{display:block;height:.85714286em;content:'';margin-left:3em}.ui.placeholder .header .line:first-child,.ui.placeholder .image .line:first-child,.ui.placeholder .paragraph .line:first-child{height:.01px}.ui.placeholder .header:not(:first-child):before,.ui.placeholder .image:not(:first-child):before,.ui.placeholder .paragraph:not(:first-child):before{height:1.42857143em;content:'';display:block}.ui.inverted.placeholder{background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.08)),color-stop(15%,rgba(255,255,255,.14)),color-stop(30%,rgba(255,255,255,.08)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%);background-image:linear-gradient(to right,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%)}.ui.inverted.placeholder,.ui.inverted.placeholder .image.header:after,.ui.inverted.placeholder .line,.ui.inverted.placeholder .line:after,.ui.inverted.placeholder>:before{background-color:#1b1c1d}.ui.placeholder .full.line.line.line:after{width:0}.ui.placeholder .very.long.line.line.line:after{width:10%}.ui.placeholder .long.line.line.line:after{width:35%}.ui.placeholder .medium.line.line.line:after{width:50%}.ui.placeholder .short.line.line.line:after{width:65%}.ui.placeholder .very.short.line.line.line:after{width:80%}.ui.fluid.placeholder{max-width:none}/*! + * # Fomantic-UI - Rail + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.rail{font-size:1rem}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}/*! + * # Fomantic-UI - Reveal + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.reveal{display:inherit;position:relative!important;font-size:0}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;white-space:normal;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s;transition:transform .5s ease .1s,-webkit-transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;white-space:normal;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.reveal>.ui.ribbon.label{z-index:5}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem}.ui.mini.reveal>.content{font-size:.78571429rem}.ui.tiny.reveal>.content{font-size:.85714286rem}.ui.small.reveal>.content{font-size:.92857143rem}.ui.large.reveal>.content{font-size:1.14285714rem}.ui.big.reveal>.content{font-size:1.28571429rem}.ui.huge.reveal>.content{font-size:1.42857143rem}.ui.massive.reveal>.content{font-size:1.71428571rem}/*! + * # Fomantic-UI - Segment + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.segment{position:relative;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header,.ui.inverted.segment>.ui.header>.sub.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.segment.tab:last-child{margin-bottom:1rem}.ui.placeholder.segment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;max-width:initial;-webkit-animation:none;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);-webkit-box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset;box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{-ms-flex-item-align:center;align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;-webkit-box-shadow:'';box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:'';box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.raised.segment,.ui.raised.raised.segments{-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;-webkit-box-shadow:none;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{top:0;bottom:0;border-top:none;margin-top:0;margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem 1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;padding:0;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.stackable.horizontal.segments{-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments:not(.compact)>.segment:not(.compact){-webkit-box-flex:1;flex:1 1 auto;-ms-flex:1 1 0}.ui.horizontal.segments>.segment{margin:0;min-width:0;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments:not(.stackable)>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;pointer-events:none;text-shadow:none!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.basic.segment,.ui.basic.segments,.ui.segments .ui.basic.segment{background:none transparent;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:"";display:block;clear:both}.ui.red.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #db2828}.ui.inverted.red.segment.segment.segment.segment.segment{background-color:#db2828;color:#fff}.ui.orange.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #f2711c}.ui.inverted.orange.segment.segment.segment.segment.segment{background-color:#f2711c;color:#fff}.ui.yellow.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.inverted.yellow.segment.segment.segment.segment.segment{background-color:#fbbd08;color:#fff}.ui.olive.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.inverted.olive.segment.segment.segment.segment.segment{background-color:#b5cc18;color:#fff}.ui.green.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #21ba45}.ui.inverted.green.segment.segment.segment.segment.segment{background-color:#21ba45;color:#fff}.ui.teal.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.inverted.teal.segment.segment.segment.segment.segment{background-color:#00b5ad;color:#fff}.ui.blue.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #2185d0}.ui.inverted.blue.segment.segment.segment.segment.segment{background-color:#2185d0;color:#fff}.ui.violet.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #6435c9}.ui.inverted.violet.segment.segment.segment.segment.segment{background-color:#6435c9;color:#fff}.ui.purple.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a333c8}.ui.inverted.purple.segment.segment.segment.segment.segment{background-color:#a333c8;color:#fff}.ui.pink.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #e03997}.ui.inverted.pink.segment.segment.segment.segment.segment{background-color:#e03997;color:#fff}.ui.brown.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #a5673f}.ui.inverted.brown.segment.segment.segment.segment.segment{background-color:#a5673f;color:#fff}.ui.grey.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment.segment.segment.segment.segment{background-color:#767676;color:#fff}.ui.black.segment.segment.segment.segment.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.inverted.black.segment.segment.segment.segment.segment{background-color:#1b1c1d;color:#fff}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.inverted.loading.segment{color:#fff}.ui.inverted.loading.segment:before{background:rgba(0,0,0,.85)}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.2)),to(rgba(255,255,255,.2)));background:#4c4f52 -webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.35)),to(rgba(255,255,255,.35)));background:#717579 -webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:1rem}.ui.fitted.segment:not(.horizontally){padding-top:0;padding-bottom:0}.ui.fitted.segment:not(.vertically){padding-left:0;padding-right:0}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}/*! + * # Fomantic-UI - Step + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:'';-webkit-box-shadow:none;box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable){-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:'';top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:middle;align-self:middle}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counter(ordered);-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767.98px){.ui.steps:not(.unstackable){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.steps:not(.unstackable) .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui.steps:not(.unstackable) .step:after{top:unset;bottom:-1.14285714em;right:50%;-webkit-transform:translateY(-50%) translateX(50%) rotate(45deg);transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui.vertical.steps .active.step:last-child:after{display:none}.ui.steps:not(.unstackable) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable) .step:before,.ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem 0}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .step:after{display:block}.ui.steps .active.step:after{display:block}.ui.steps .step:last-child:after{display:none}.ui.steps .active.step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui[class*="tablet stackable"].steps .step:after{top:unset;bottom:-1.14285714em;right:50%;-webkit-transform:translateY(-50%) translateX(50%) rotate(45deg);transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}.ui.inverted.steps{border:1px solid #555}.ui.inverted.steps .step{color:rgba(255,255,255,.9);background:#1b1c1d;border-color:#555}.ui.inverted.steps .step:after{background-color:#1b1c1d;border-color:#555}.ui.inverted.steps .step .description{color:rgba(255,255,255,.9)}.ui.inverted.steps .step.active,.ui.inverted.steps .step.active:after{background:#333}.ui.inverted.ordered.steps .step.active:before,.ui.inverted.steps .active.step .icon{color:#fff}.ui.inverted.steps .disabled.step,.ui.inverted.steps .disabled.step:after{background:#222}.ui.inverted.steps .disabled.step,.ui.inverted.steps .disabled.step .description,.ui.inverted.steps .disabled.step .title{color:rgba(225,225,225,.3)}.ui.inverted.steps .link.step:hover,.ui.inverted.steps .link.step:hover::after,.ui.inverted.steps a.step:hover,.ui.inverted.steps a.step:hover::after{background:#3f3f3f;color:#fff}.ui.inverted.steps .link.step:active,.ui.inverted.steps .link.step:active::after,.ui.inverted.steps a.step:active,.ui.inverted.steps a.step:active::after{background:#444;color:#fff}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,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) format('woff')}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{font-family:Step;content:'\e800'}/*! + * # Fomantic-UI - Text + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md + * + */span.ui.primary.text{color:#2185d0}span.ui.inverted.primary.text{color:#54c8ff}span.ui.secondary.text{color:#1b1c1d}span.ui.inverted.secondary.text{color:#545454}span.ui.red.text{color:#db2828}span.ui.inverted.red.text{color:#ff695e}span.ui.orange.text{color:#f2711c}span.ui.inverted.orange.text{color:#ff851b}span.ui.yellow.text{color:#fbbd08}span.ui.inverted.yellow.text{color:#ffe21f}span.ui.olive.text{color:#b5cc18}span.ui.inverted.olive.text{color:#d9e778}span.ui.green.text{color:#21ba45}span.ui.inverted.green.text{color:#2ecc40}span.ui.teal.text{color:#00b5ad}span.ui.inverted.teal.text{color:#6dffff}span.ui.blue.text{color:#2185d0}span.ui.inverted.blue.text{color:#54c8ff}span.ui.violet.text{color:#6435c9}span.ui.inverted.violet.text{color:#a291fb}span.ui.purple.text{color:#a333c8}span.ui.inverted.purple.text{color:#dc73ff}span.ui.pink.text{color:#e03997}span.ui.inverted.pink.text{color:#ff8edf}span.ui.brown.text{color:#a5673f}span.ui.inverted.brown.text{color:#d67c1c}span.ui.grey.text{color:#767676}span.ui.inverted.grey.text{color:#dcddde}span.ui.black.text{color:#1b1c1d}span.ui.inverted.black.text{color:#545454}span.ui.disabled.text{opacity:.45}span.ui.medium.text{font-size:1em}span.ui.mini.text{font-size:.4em}span.ui.tiny.text{font-size:.5em}span.ui.small.text{font-size:.75em}span.ui.large.text{font-size:1.5em}span.ui.big.text{font-size:2em}span.ui.huge.text{font-size:4em}span.ui.massive.text{font-size:8em}/*! + * # Fomantic-UI - Breadcrumb + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.breadcrumb{line-height:1.4285em;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem 0;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.inverted.breadcrumb{color:#dcddde}.ui.inverted.breadcrumb>.active.section{color:#fff}.ui.inverted.breadcrumb>.divider{color:rgba(255,255,255,.7)}.ui.breadcrumb .active.section{font-weight:700}.ui.breadcrumb{font-size:1rem}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}/*! + * # Fomantic-UI - Form + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.21428571em}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea,.ui.input textarea{margin:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label+.ui.ui.checkbox{margin-top:.7em}.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox{margin-top:2.41428571em}.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.toggle.checkbox{margin-top:2.21428571em}.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.slider.checkbox{margin-top:2.61428571em}.ui.ui.form .field .fields .field:not(:only-child) .ui.checkbox{margin-top:.6em}.ui.ui.form .field .fields .field:not(:only-child) .ui.toggle.checkbox{margin-top:.5em}.ui.ui.form .field .fields .field:not(:only-child) .ui.slider.checkbox{margin-top:.7em}.ui.form .field .transparent.input:not(.icon) input,.ui.form .field input.transparent,.ui.form .field textarea.transparent{padding:.67857143em 1em}.ui.form .field input.transparent,.ui.form .field textarea.transparent{border-color:transparent!important;background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{min-width:auto;width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .error.message:empty{display:none}.ui.form .info.message,.ui.form .info.message:empty{display:none}.ui.form .success.message,.ui.form .success.message:empty{display:none}.ui.form .warning.message,.ui.form .warning.message:empty{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#d5c315!important}.ui.form ::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.form :-ms-input-placeholder{color:rgba(191,191,191,.87)!important}.ui.form ::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus:-ms-input-placeholder{color:rgba(115,115,115,.87)!important}.ui.form :focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.error .error.message:not(:empty),.ui.form .fields.error .error.message:not(:empty){display:block}.ui.form .field.error .compact.error.message:not(:empty),.ui.form .fields.error .compact.error.message:not(:empty){display:inline-block}.ui.form .field.error .icon.error.message:not(:empty),.ui.form .fields.error .icon.error.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.ui.form .field.error .input,.ui.ui.form .field.error label,.ui.ui.form .fields.error .field .input,.ui.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{color:#9f3a38;background:#fff6f6;border-color:#e0b4b4;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .transparent.input input,.ui.form .field.error .transparent.input textarea,.ui.form .field.error input.transparent,.ui.form .field.error textarea.transparent{background-color:#fff6f6;color:#9f3a38}.ui.form .error.error input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fffaf0 inset!important;box-shadow:0 0 0 100px #fffaf0 inset!important;border-color:#e0b4b4}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .fields.error .field .ui.dropdown{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .item:hover{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form.info .info.message:not(:empty){display:block}.ui.form.info .compact.info.message:not(:empty){display:inline-block}.ui.form.info .icon.info.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.info .info.message:not(:empty),.ui.form .fields.info .info.message:not(:empty){display:block}.ui.form .field.info .compact.info.message:not(:empty),.ui.form .fields.info .compact.info.message:not(:empty){display:inline-block}.ui.form .field.info .icon.info.message:not(:empty),.ui.form .fields.info .icon.info.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.ui.form .field.info .input,.ui.ui.form .field.info label,.ui.ui.form .fields.info .field .input,.ui.ui.form .fields.info .field label{color:#276f86}.ui.form .field.info .corner.label,.ui.form .fields.info .field .corner.label{border-color:#276f86;color:#fff}.ui.form .field.info input:not([type]),.ui.form .field.info input[type=date],.ui.form .field.info input[type=datetime-local],.ui.form .field.info input[type=email],.ui.form .field.info input[type=file],.ui.form .field.info input[type=number],.ui.form .field.info input[type=password],.ui.form .field.info input[type=search],.ui.form .field.info input[type=tel],.ui.form .field.info input[type=text],.ui.form .field.info input[type=time],.ui.form .field.info input[type=url],.ui.form .field.info select,.ui.form .field.info textarea,.ui.form .fields.info .field input:not([type]),.ui.form .fields.info .field input[type=date],.ui.form .fields.info .field input[type=datetime-local],.ui.form .fields.info .field input[type=email],.ui.form .fields.info .field input[type=file],.ui.form .fields.info .field input[type=number],.ui.form .fields.info .field input[type=password],.ui.form .fields.info .field input[type=search],.ui.form .fields.info .field input[type=tel],.ui.form .fields.info .field input[type=text],.ui.form .fields.info .field input[type=time],.ui.form .fields.info .field input[type=url],.ui.form .fields.info .field select,.ui.form .fields.info .field textarea{color:#276f86;background:#f8ffff;border-color:#a9d5de;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.info input:not([type]):focus,.ui.form .field.info input[type=date]:focus,.ui.form .field.info input[type=datetime-local]:focus,.ui.form .field.info input[type=email]:focus,.ui.form .field.info input[type=file]:focus,.ui.form .field.info input[type=number]:focus,.ui.form .field.info input[type=password]:focus,.ui.form .field.info input[type=search]:focus,.ui.form .field.info input[type=tel]:focus,.ui.form .field.info input[type=text]:focus,.ui.form .field.info input[type=time]:focus,.ui.form .field.info input[type=url]:focus,.ui.form .field.info select:focus,.ui.form .field.info textarea:focus{background:#f8ffff;border-color:#a9d5de;color:#276f86;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.info select{-webkit-appearance:menulist-button}.ui.form .field.info .transparent.input input,.ui.form .field.info .transparent.input textarea,.ui.form .field.info input.transparent,.ui.form .field.info textarea.transparent{background-color:#f8ffff;color:#276f86}.ui.form .info.info input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #f0faff inset!important;box-shadow:0 0 0 100px #f0faff inset!important;border-color:#b3e0e0}.ui.form .info ::-webkit-input-placeholder{color:#98cfe1}.ui.form .info :-ms-input-placeholder{color:#98cfe1}.ui.form .info ::-moz-placeholder{color:#98cfe1}.ui.form .info :focus::-webkit-input-placeholder{color:#70bdd6}.ui.form .info :focus:-ms-input-placeholder{color:#70bdd6}.ui.form .info :focus::-moz-placeholder{color:#70bdd6}.ui.form .field.info .ui.dropdown,.ui.form .field.info .ui.dropdown .item,.ui.form .field.info .ui.dropdown .text,.ui.form .fields.info .field .ui.dropdown,.ui.form .fields.info .field .ui.dropdown .item{background:#f8ffff;color:#276f86}.ui.form .field.info .ui.dropdown,.ui.form .fields.info .field .ui.dropdown{border-color:#a9d5de!important}.ui.form .field.info .ui.dropdown:hover,.ui.form .fields.info .field .ui.dropdown:hover{border-color:#a9d5de!important}.ui.form .field.info .ui.dropdown:hover .menu,.ui.form .fields.info .field .ui.dropdown:hover .menu{border-color:#a9d5de}.ui.form .field.info .ui.multiple.selection.dropdown>.label,.ui.form .fields.info .field .ui.multiple.selection.dropdown>.label{background-color:#cce3ea;color:#276f86}.ui.form .field.info .ui.dropdown .menu .item:hover,.ui.form .fields.info .field .ui.dropdown .menu .item:hover{background-color:#e9f2fb}.ui.form .field.info .ui.dropdown .menu .selected.item,.ui.form .fields.info .field .ui.dropdown .menu .selected.item{background-color:#e9f2fb}.ui.form .field.info .ui.dropdown .menu .active.item,.ui.form .fields.info .field .ui.dropdown .menu .active.item{background-color:#cef1fd}.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.info .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label{color:#276f86}.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before{background:#f8ffff;border-color:#a9d5de}.ui.form .field.info .checkbox .box:after,.ui.form .field.info .checkbox label:after,.ui.form .fields.info .field .checkbox .box:after,.ui.form .fields.info .field .checkbox label:after{color:#276f86}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.success .success.message:not(:empty),.ui.form .fields.success .success.message:not(:empty){display:block}.ui.form .field.success .compact.success.message:not(:empty),.ui.form .fields.success .compact.success.message:not(:empty){display:inline-block}.ui.form .field.success .icon.success.message:not(:empty),.ui.form .fields.success .icon.success.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.ui.form .field.success .input,.ui.ui.form .field.success label,.ui.ui.form .fields.success .field .input,.ui.ui.form .fields.success .field label{color:#2c662d}.ui.form .field.success .corner.label,.ui.form .fields.success .field .corner.label{border-color:#2c662d;color:#fff}.ui.form .field.success input:not([type]),.ui.form .field.success input[type=date],.ui.form .field.success input[type=datetime-local],.ui.form .field.success input[type=email],.ui.form .field.success input[type=file],.ui.form .field.success input[type=number],.ui.form .field.success input[type=password],.ui.form .field.success input[type=search],.ui.form .field.success input[type=tel],.ui.form .field.success input[type=text],.ui.form .field.success input[type=time],.ui.form .field.success input[type=url],.ui.form .field.success select,.ui.form .field.success textarea,.ui.form .fields.success .field input:not([type]),.ui.form .fields.success .field input[type=date],.ui.form .fields.success .field input[type=datetime-local],.ui.form .fields.success .field input[type=email],.ui.form .fields.success .field input[type=file],.ui.form .fields.success .field input[type=number],.ui.form .fields.success .field input[type=password],.ui.form .fields.success .field input[type=search],.ui.form .fields.success .field input[type=tel],.ui.form .fields.success .field input[type=text],.ui.form .fields.success .field input[type=time],.ui.form .fields.success .field input[type=url],.ui.form .fields.success .field select,.ui.form .fields.success .field textarea{color:#2c662d;background:#fcfff5;border-color:#a3c293;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.success input:not([type]):focus,.ui.form .field.success input[type=date]:focus,.ui.form .field.success input[type=datetime-local]:focus,.ui.form .field.success input[type=email]:focus,.ui.form .field.success input[type=file]:focus,.ui.form .field.success input[type=number]:focus,.ui.form .field.success input[type=password]:focus,.ui.form .field.success input[type=search]:focus,.ui.form .field.success input[type=tel]:focus,.ui.form .field.success input[type=text]:focus,.ui.form .field.success input[type=time]:focus,.ui.form .field.success input[type=url]:focus,.ui.form .field.success select:focus,.ui.form .field.success textarea:focus{background:#fcfff5;border-color:#a3c293;color:#2c662d;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.success select{-webkit-appearance:menulist-button}.ui.form .field.success .transparent.input input,.ui.form .field.success .transparent.input textarea,.ui.form .field.success input.transparent,.ui.form .field.success textarea.transparent{background-color:#fcfff5;color:#2c662d}.ui.form .success.success input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #f0fff0 inset!important;box-shadow:0 0 0 100px #f0fff0 inset!important;border-color:#bee0b3}.ui.form .success ::-webkit-input-placeholder{color:#8fcf90}.ui.form .success :-ms-input-placeholder{color:#8fcf90}.ui.form .success ::-moz-placeholder{color:#8fcf90}.ui.form .success :focus::-webkit-input-placeholder{color:#6cbf6d}.ui.form .success :focus:-ms-input-placeholder{color:#6cbf6d}.ui.form .success :focus::-moz-placeholder{color:#6cbf6d}.ui.form .field.success .ui.dropdown,.ui.form .field.success .ui.dropdown .item,.ui.form .field.success .ui.dropdown .text,.ui.form .fields.success .field .ui.dropdown,.ui.form .fields.success .field .ui.dropdown .item{background:#fcfff5;color:#2c662d}.ui.form .field.success .ui.dropdown,.ui.form .fields.success .field .ui.dropdown{border-color:#a3c293!important}.ui.form .field.success .ui.dropdown:hover,.ui.form .fields.success .field .ui.dropdown:hover{border-color:#a3c293!important}.ui.form .field.success .ui.dropdown:hover .menu,.ui.form .fields.success .field .ui.dropdown:hover .menu{border-color:#a3c293}.ui.form .field.success .ui.multiple.selection.dropdown>.label,.ui.form .fields.success .field .ui.multiple.selection.dropdown>.label{background-color:#cceacc;color:#2c662d}.ui.form .field.success .ui.dropdown .menu .item:hover,.ui.form .fields.success .field .ui.dropdown .menu .item:hover{background-color:#e9fbe9}.ui.form .field.success .ui.dropdown .menu .selected.item,.ui.form .fields.success .field .ui.dropdown .menu .selected.item{background-color:#e9fbe9}.ui.form .field.success .ui.dropdown .menu .active.item,.ui.form .fields.success .field .ui.dropdown .menu .active.item{background-color:#dafdce}.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.success .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label{color:#2c662d}.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before{background:#fcfff5;border-color:#a3c293}.ui.form .field.success .checkbox .box:after,.ui.form .field.success .checkbox label:after,.ui.form .fields.success .field .checkbox .box:after,.ui.form .fields.success .field .checkbox label:after{color:#2c662d}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.warning .warning.message:not(:empty),.ui.form .fields.warning .warning.message:not(:empty){display:block}.ui.form .field.warning .compact.warning.message:not(:empty),.ui.form .fields.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form .field.warning .icon.warning.message:not(:empty),.ui.form .fields.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.ui.form .field.warning .input,.ui.ui.form .field.warning label,.ui.ui.form .fields.warning .field .input,.ui.ui.form .fields.warning .field label{color:#573a08}.ui.form .field.warning .corner.label,.ui.form .fields.warning .field .corner.label{border-color:#573a08;color:#fff}.ui.form .field.warning input:not([type]),.ui.form .field.warning input[type=date],.ui.form .field.warning input[type=datetime-local],.ui.form .field.warning input[type=email],.ui.form .field.warning input[type=file],.ui.form .field.warning input[type=number],.ui.form .field.warning input[type=password],.ui.form .field.warning input[type=search],.ui.form .field.warning input[type=tel],.ui.form .field.warning input[type=text],.ui.form .field.warning input[type=time],.ui.form .field.warning input[type=url],.ui.form .field.warning select,.ui.form .field.warning textarea,.ui.form .fields.warning .field input:not([type]),.ui.form .fields.warning .field input[type=date],.ui.form .fields.warning .field input[type=datetime-local],.ui.form .fields.warning .field input[type=email],.ui.form .fields.warning .field input[type=file],.ui.form .fields.warning .field input[type=number],.ui.form .fields.warning .field input[type=password],.ui.form .fields.warning .field input[type=search],.ui.form .fields.warning .field input[type=tel],.ui.form .fields.warning .field input[type=text],.ui.form .fields.warning .field input[type=time],.ui.form .fields.warning .field input[type=url],.ui.form .fields.warning .field select,.ui.form .fields.warning .field textarea{color:#573a08;background:#fffaf3;border-color:#c9ba9b;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.warning input:not([type]):focus,.ui.form .field.warning input[type=date]:focus,.ui.form .field.warning input[type=datetime-local]:focus,.ui.form .field.warning input[type=email]:focus,.ui.form .field.warning input[type=file]:focus,.ui.form .field.warning input[type=number]:focus,.ui.form .field.warning input[type=password]:focus,.ui.form .field.warning input[type=search]:focus,.ui.form .field.warning input[type=tel]:focus,.ui.form .field.warning input[type=text]:focus,.ui.form .field.warning input[type=time]:focus,.ui.form .field.warning input[type=url]:focus,.ui.form .field.warning select:focus,.ui.form .field.warning textarea:focus{background:#fffaf3;border-color:#c9ba9b;color:#573a08;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.warning select{-webkit-appearance:menulist-button}.ui.form .field.warning .transparent.input input,.ui.form .field.warning .transparent.input textarea,.ui.form .field.warning input.transparent,.ui.form .field.warning textarea.transparent{background-color:#fffaf3;color:#573a08}.ui.form .warning.warning input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #ffffe0 inset!important;box-shadow:0 0 0 100px #ffffe0 inset!important;border-color:#e0e0b3}.ui.form .warning ::-webkit-input-placeholder{color:#edad3e}.ui.form .warning :-ms-input-placeholder{color:#edad3e}.ui.form .warning ::-moz-placeholder{color:#edad3e}.ui.form .warning :focus::-webkit-input-placeholder{color:#e39715}.ui.form .warning :focus:-ms-input-placeholder{color:#e39715}.ui.form .warning :focus::-moz-placeholder{color:#e39715}.ui.form .field.warning .ui.dropdown,.ui.form .field.warning .ui.dropdown .item,.ui.form .field.warning .ui.dropdown .text,.ui.form .fields.warning .field .ui.dropdown,.ui.form .fields.warning .field .ui.dropdown .item{background:#fffaf3;color:#573a08}.ui.form .field.warning .ui.dropdown,.ui.form .fields.warning .field .ui.dropdown{border-color:#c9ba9b!important}.ui.form .field.warning .ui.dropdown:hover,.ui.form .fields.warning .field .ui.dropdown:hover{border-color:#c9ba9b!important}.ui.form .field.warning .ui.dropdown:hover .menu,.ui.form .fields.warning .field .ui.dropdown:hover .menu{border-color:#c9ba9b}.ui.form .field.warning .ui.multiple.selection.dropdown>.label,.ui.form .fields.warning .field .ui.multiple.selection.dropdown>.label{background-color:#eaeacc;color:#573a08}.ui.form .field.warning .ui.dropdown .menu .item:hover,.ui.form .fields.warning .field .ui.dropdown .menu .item:hover{background-color:#fbfbe9}.ui.form .field.warning .ui.dropdown .menu .selected.item,.ui.form .fields.warning .field .ui.dropdown .menu .selected.item{background-color:#fbfbe9}.ui.form .field.warning .ui.dropdown .menu .active.item,.ui.form .fields.warning .field .ui.dropdown .menu .active.item{background-color:#fdfdce}.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label{color:#573a08}.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before{background:#fffaf3;border-color:#c9ba9b}.ui.form .field.warning .checkbox .box:after,.ui.form .field.warning .checkbox label:after,.ui.form .fields.warning .field .checkbox .box:after,.ui.form .fields.warning .field .checkbox label:after{color:#573a08}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled>label,.ui.form .fields.disabled>label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;pointer-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form.segments:before{border-radius:.28571429rem}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after,.ui.form label.required:after{margin:-.2em 0 0 .2em;content:'*';color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after,.ui.form label.required:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.loading.form{color:#fff}.ui.inverted.loading.form:before{background:rgba(0,0,0,.85)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=email],.ui.inverted.form input[type=file],.ui.inverted.form input[type=number],.ui.inverted.form input[type=password],.ui.inverted.form input[type=search],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=text],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url]{background:#fff;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;-webkit-box-shadow:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767.98px){.ui.form .fields{-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable)>.field,.ui[class*="equal width"].form:not(.unstackable) .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767.98px){.ui.form:not(.unstackable) .fields:not(.unstackable)>.eight.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.eleven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fifteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.five.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.four.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fourteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.nine.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.seven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.six.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.sixteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.ten.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.thirteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.three.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.twelve.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.two.wide.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.form,.ui.form .field .dropdown,.ui.form .field .dropdown .menu>.item{font-size:1rem}.ui.mini.form,.ui.mini.form .field .dropdown,.ui.mini.form .field .dropdown .menu>.item{font-size:.78571429rem}.ui.tiny.form,.ui.tiny.form .field .dropdown,.ui.tiny.form .field .dropdown .menu>.item{font-size:.85714286rem}.ui.small.form,.ui.small.form .field .dropdown,.ui.small.form .field .dropdown .menu>.item{font-size:.92857143rem}.ui.large.form,.ui.large.form .field .dropdown,.ui.large.form .field .dropdown .menu>.item{font-size:1.14285714rem}.ui.big.form,.ui.big.form .field .dropdown,.ui.big.form .field .dropdown .menu>.item{font-size:1.28571429rem}.ui.huge.form,.ui.huge.form .field .dropdown,.ui.huge.form .field .dropdown .menu>.item{font-size:1.42857143rem}.ui.massive.form,.ui.massive.form .field .dropdown,.ui.massive.form .field .dropdown .menu>.item{font-size:1.71428571rem}/*! + * # Fomantic-UI - Grid + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.ui.grid{margin-top:-1rem;margin-bottom:-1rem;margin-left:-1rem;margin-right:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:0;padding-top:1rem;padding-bottom:1rem}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1rem 1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:767.98px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919.98px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child{width:100%}.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{-webkit-box-shadow:none;box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767.98px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919.98px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(255,255,255,.1);box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{-webkit-box-shadow:0 -1px 0 0 rgba(255,255,255,.1);box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:2.5rem;margin-right:2.5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;-webkit-box-shadow:0 0 0 1px #d4d4d5;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;-webkit-box-shadow:0 -1px 0 0 #d4d4d5;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{-webkit-box-shadow:none;box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="internally celled"].grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.primary.column,.ui.grid>.primary.row,.ui.grid>.row>.primary.column{background-color:#2185d0;color:#fff}.ui.grid>.row>.secondary.column,.ui.grid>.secondary.column,.ui.grid>.secondary.row{background-color:#1b1c1d;color:#fff}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#db2828;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#f2711c;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#fbbd08;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21ba45;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00b5ad;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185d0;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#a333c8;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e03997;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#a5673f;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767.98px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767.98px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (max-width:767.98px){.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:1rem 1rem}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none!important;box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width:767.98px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919.98px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}.ui.ui.ui.compact.grid>.column:not(.row),.ui.ui.ui.compact.grid>.row>.column{padding-left:.5rem;padding-right:.5rem}.ui.ui.ui.compact.grid>*{padding-left:.5rem;padding-right:.5rem}.ui.ui.ui.compact.grid>.row{padding-top:.5rem;padding-bottom:.5rem}.ui.ui.ui.compact.grid>.column:not(.row){padding-top:.5rem;padding-bottom:.5rem}.ui.compact.relaxed.celled.grid>.column:not(.row),.ui.compact.relaxed.celled.grid>.row>.column{padding:.75em}.ui.compact[class*="very relaxed"].celled.grid>.column:not(.row),.ui.compact[class*="very relaxed"].celled.grid>.row>.column{padding:1em}.ui[class*="very compact"].grid>.column:not(.row),.ui[class*="very compact"].grid>.row>.column{padding-left:.25rem;padding-right:.5rem}.ui[class*="very compact"].grid>*{padding-left:.25rem;padding-right:.25rem}.ui[class*="very compact"].grid>.row{padding-top:.25rem;padding-bottom:.25rem}.ui[class*="very compact"].grid>.column:not(.row){padding-top:.25rem;padding-bottom:.25rem}.ui[class*="very compact"].relaxed.celled.grid>.column:not(.row),.ui[class*="very compact"].relaxed.celled.grid>.row>.column{padding:.375em}.ui[class*="very compact"][class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very compact"][class*="very relaxed"].celled.grid>.row>.column{padding:.5em}.ui.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:'';text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0!important}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem .28571429rem}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{-webkit-box-shadow:none;box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label:not(.floating){margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>.label{background:#999;color:#fff}.ui.menu .item>.image.label img{margin:-.2833em .8em -.2833em -.8em;height:1.5666em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.menu .list .item:before{background:0 0!important}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767.98px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.right.item:not(.borderless):last-child,.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.right.menu>.item:not(.borderless):last-child{border-right:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;-webkit-box-shadow:none;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.ui.menu .item.disabled{cursor:default;background-color:transparent;color:rgba(40,40,40,.3);pointer-events:none}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu:not(.vertical) :not(.dropdown)>.left.menu,.ui.menu:not(.vertical) :not(.dropdown)>.right.menu{display:inherit}.ui.menu:not(.vertical) .center.item,.ui.menu:not(.vertical) .center.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important;margin-right:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.menu .center.item:last-child::before,.ui.menu .center.menu>.item:last-child::before{display:none}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon,.ui.vertical.menu .item>i.icons{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;-webkit-box-shadow:none;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border:none;background:none transparent;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu .item{-ms-flex-item-align:center;align-self:center;-webkit-box-shadow:none;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:.28571429rem}.ui.secondary.menu .active.item:hover{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item:not(.disabled),.ui.secondary.inverted.menu a.item:not(.disabled){color:rgba(255,255,255,.7)}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.inverted.menu{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .ui.dropdown .menu .item{border-bottom-width:0}.ui.secondary.pointing.menu .item>.label:not(.floating){margin-top:-.3em;margin-bottom:-.3em}.ui.secondary.pointing.menu .item>.circular.label{margin-top:-.5em;margin-bottom:-.5em}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border-color:currentColor;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:currentColor;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:currentColor}.ui.secondary.inverted.pointing.menu{border-color:rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu .item:not(.disabled){color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:#fff}.ui.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff;background-color:transparent}.ui.text.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-item-align:center;align-self:center;margin:0 0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.menu .item>img:not(.ui){margin:0}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.pointing.menu .active.item:after{-webkit-box-shadow:none;box-shadow:none}.ui.text.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu>.item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767.98px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}.ui.stackable.menu .center.item,.ui.stackable.menu .center.menu{margin-left:0!important;margin-right:0!important}.ui.stackable.menu .center.menu,.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ui.ui.menu .primary.active.item,.ui.ui.primary.menu .active.item,.ui.ui.primary.menu .active.item:hover{color:#2185d0}.ui.ui.menu .red.active.item,.ui.ui.red.menu .active.item,.ui.ui.red.menu .active.item:hover{color:#db2828}.ui.ui.menu .orange.active.item,.ui.ui.orange.menu .active.item,.ui.ui.orange.menu .active.item:hover{color:#f2711c}.ui.ui.menu .yellow.active.item,.ui.ui.yellow.menu .active.item,.ui.ui.yellow.menu .active.item:hover{color:#fbbd08}.ui.ui.menu .olive.active.item,.ui.ui.olive.menu .active.item,.ui.ui.olive.menu .active.item:hover{color:#b5cc18}.ui.ui.green.menu .active.item,.ui.ui.green.menu .active.item:hover,.ui.ui.menu .green.active.item{color:#21ba45}.ui.ui.menu .teal.active.item,.ui.ui.teal.menu .active.item,.ui.ui.teal.menu .active.item:hover{color:#00b5ad}.ui.ui.blue.menu .active.item,.ui.ui.blue.menu .active.item:hover,.ui.ui.menu .blue.active.item{color:#2185d0}.ui.ui.menu .violet.active.item,.ui.ui.violet.menu .active.item,.ui.ui.violet.menu .active.item:hover{color:#6435c9}.ui.ui.menu .purple.active.item,.ui.ui.purple.menu .active.item,.ui.ui.purple.menu .active.item:hover{color:#a333c8}.ui.ui.menu .pink.active.item,.ui.ui.pink.menu .active.item,.ui.ui.pink.menu .active.item:hover{color:#e03997}.ui.ui.brown.menu .active.item,.ui.ui.brown.menu .active.item:hover,.ui.ui.menu .brown.active.item{color:#a5673f}.ui.ui.grey.menu .active.item,.ui.ui.grey.menu .active.item:hover,.ui.ui.menu .grey.active.item{color:#767676}.ui.ui.black.menu .active.item,.ui.ui.black.menu .active.item:hover,.ui.ui.menu .black.active.item{color:#1b1c1d}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.ui.ui.inverted.menu .item.disabled{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:#3d3e3f;color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:#3d3e3f;color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.ui.inverted.menu .primary.active.item,.ui.ui.inverted.primary.menu{background-color:#2185d0}.ui.inverted.primary.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.primary.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.primary.menu .active.item{background-color:#1678c2}.ui.ui.inverted.menu .red.active.item,.ui.ui.inverted.red.menu{background-color:#db2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.red.menu .active.item{background-color:#d01919}.ui.ui.inverted.menu .orange.active.item,.ui.ui.inverted.orange.menu{background-color:#f2711c}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.orange.menu .active.item{background-color:#f26202}.ui.ui.inverted.menu .yellow.active.item,.ui.ui.inverted.yellow.menu{background-color:#fbbd08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.yellow.menu .active.item{background-color:#eaae00}.ui.ui.inverted.menu .olive.active.item,.ui.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.olive.menu .active.item{background-color:#a7bd0d}.ui.ui.inverted.green.menu,.ui.ui.inverted.menu .green.active.item{background-color:#21ba45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.green.menu .active.item{background-color:#16ab39}.ui.ui.inverted.menu .teal.active.item,.ui.ui.inverted.teal.menu{background-color:#00b5ad}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.teal.menu .active.item{background-color:#009c95}.ui.ui.inverted.blue.menu,.ui.ui.inverted.menu .blue.active.item{background-color:#2185d0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.blue.menu .active.item{background-color:#1678c2}.ui.ui.inverted.menu .violet.active.item,.ui.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.violet.menu .active.item{background-color:#5829bb}.ui.ui.inverted.menu .purple.active.item,.ui.ui.inverted.purple.menu{background-color:#a333c8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.purple.menu .active.item{background-color:#9627ba}.ui.ui.inverted.menu .pink.active.item,.ui.ui.inverted.pink.menu{background-color:#e03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.pink.menu .active.item{background-color:#e61a8d}.ui.ui.inverted.brown.menu,.ui.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.brown.menu .active.item{background-color:#975b33}.ui.ui.inverted.grey.menu,.ui.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.grey.menu .active.item{background-color:#838383}.ui.ui.inverted.black.menu,.ui.ui.inverted.menu .black.active.item{background-color:#1b1c1d}.ui.inverted.black.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.ui.inverted.black.menu .active.item{background-color:rgba(0,0,0,.1)}.ui.inverted.pointing.black.menu .active.item{background-color:#27292a}.ui.ui.ui.inverted.pointing.menu .active.item:after{background-color:inherit}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:-ms-inline-flexbox!important;display:inline-block}.ui.compact.menu:not(.secondary) .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.attached.item.menu:not(.tabular){margin:0 -1px!important}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #d4d4d5;border-right:1px solid #d4d4d5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #d4d4d5;border-right:1px solid #d4d4d5}.ui.pointing.menu .ui.dropdown .menu .item:after,.ui.vertical.pointing.menu .ui.dropdown .menu .item:after{display:none}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.inverted.pointing.menu .primary.active.item:after{background-color:#2185d0}.ui.inverted.pointing.menu .secondary.active.item:after{background-color:#1b1c1d}.ui.inverted.pointing.menu .red.active.item:after{background-color:#db2828}.ui.inverted.pointing.menu .orange.active.item:after{background-color:#f2711c}.ui.inverted.pointing.menu .yellow.active.item:after{background-color:#fbbd08}.ui.inverted.pointing.menu .olive.active.item:after{background-color:#b5cc18}.ui.inverted.pointing.menu .green.active.item:after{background-color:#21ba45}.ui.inverted.pointing.menu .teal.active.item:after{background-color:#00b5ad}.ui.inverted.pointing.menu .blue.active.item:after{background-color:#2185d0}.ui.inverted.pointing.menu .violet.active.item:after{background-color:#6435c9}.ui.inverted.pointing.menu .purple.active.item:after{background-color:#a333c8}.ui.inverted.pointing.menu .pink.active.item:after{background-color:#e03997}.ui.inverted.pointing.menu .brown.active.item:after{background-color:#a5673f}.ui.inverted.pointing.menu .grey.active.item:after{background-color:#767676}.ui.inverted.pointing.menu .black.active.item:after{background-color:#1b1c1d}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.mini.menu,.ui.mini.menu .dropdown,.ui.mini.menu .dropdown .menu>.item{font-size:.78571429rem}.ui.mini.vertical.menu:not(.icon){width:9rem}.ui.tiny.menu,.ui.tiny.menu .dropdown,.ui.tiny.menu .dropdown .menu>.item{font-size:.85714286rem}.ui.tiny.vertical.menu:not(.icon){width:11rem}.ui.small.menu,.ui.small.menu .dropdown,.ui.small.menu .dropdown .menu>.item{font-size:.92857143rem}.ui.small.vertical.menu:not(.icon){width:13rem}.ui.large.menu,.ui.large.menu .dropdown,.ui.large.menu .dropdown .menu>.item{font-size:1.07142857rem}.ui.large.vertical.menu:not(.icon){width:18rem}.ui.big.menu,.ui.big.menu .dropdown,.ui.big.menu .dropdown .menu>.item{font-size:1.14285714rem}.ui.big.vertical.menu:not(.icon){width:20rem}.ui.huge.menu,.ui.huge.menu .dropdown,.ui.huge.menu .dropdown .menu>.item{font-size:1.21428571rem}.ui.huge.vertical.menu:not(.icon){width:22rem}.ui.massive.menu,.ui.massive.menu .dropdown,.ui.massive.menu .dropdown .menu>.item{font-size:1.28571429rem}.ui.massive.vertical.menu:not(.icon){width:25rem}.ui.menu .ui.inverted.inverted.dropdown.item .menu{background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none}.ui.menu .ui.inverted.dropdown .menu>.item{color:rgba(255,255,255,.8)!important}.ui.menu .ui.inverted.dropdown .menu>.active.item{background:0 0!important;color:rgba(255,255,255,.8)!important}.ui.menu .ui.inverted.dropdown .menu>.item:hover{background:rgba(255,255,255,.08)!important;color:rgba(255,255,255,.8)!important}.ui.menu .ui.inverted.dropdown .menu>.selected.item{background:rgba(255,255,255,.15)!important;color:rgba(255,255,255,.8)!important}.ui.vertical.menu .inverted.dropdown.item .menu{-webkit-box-shadow:none;box-shadow:none}/*! + * # Fomantic-UI - Message + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.message{position:relative;min-height:1em;margin:1em 0;background:#f8f8f9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:-.14285714em 0 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.compact.icon.message{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.positive.message{background-color:#fcfff5;color:#2c662d}.ui.attached.positive.message,.ui.positive.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.floating.positive.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #a3c293 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.positive.message .header{color:#1a531b}.ui.negative.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.negative.message,.ui.negative.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.floating.negative.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #e0b4b4 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#f8ffff;color:#276f86}.ui.attached.info.message,.ui.info.message{-webkit-box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.ui.floating.info.message{-webkit-box-shadow:0 0 0 1px #a9d5de inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #a9d5de inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.info.message .header{color:#0e566c}.ui.warning.message{background-color:#fffaf3;color:#573a08}.ui.attached.warning.message,.ui.warning.message{-webkit-box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.ui.floating.warning.message{-webkit-box-shadow:0 0 0 1px #c9ba9b inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #c9ba9b inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.warning.message .header{color:#794b02}.ui.error.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.error.message,.ui.error.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.floating.error.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #e0b4b4 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#fcfff5;color:#2c662d}.ui.attached.success.message,.ui.success.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.floating.success.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #a3c293 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.success.message .header{color:#1a531b}.ui.primary.message{background-color:#dff0ff;color:rgba(255,255,255,.9)}.ui.attached.primary.message,.ui.primary.message{-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent}.ui.floating.primary.message{-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #2185d0 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.primary.message .header{color:rgba(242,242,242,.9)}.ui.secondary.message{background-color:#f4f4f4;color:rgba(255,255,255,.9)}.ui.attached.secondary.message,.ui.secondary.message{-webkit-box-shadow:0 0 0 1px #1b1c1d inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #1b1c1d inset,0 0 0 0 transparent}.ui.floating.secondary.message{-webkit-box-shadow:0 0 0 1px #1b1c1d inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #1b1c1d inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.secondary.message .header{color:rgba(242,242,242,.9)}.ui.red.message{background-color:#ffe8e6;color:#db2828}.ui.attached.red.message,.ui.red.message{-webkit-box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent}.ui.floating.red.message{-webkit-box-shadow:0 0 0 1px #db2828 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #db2828 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#ffedde;color:#f2711c}.ui.attached.orange.message,.ui.orange.message{-webkit-box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent}.ui.floating.orange.message{-webkit-box-shadow:0 0 0 1px #f2711c inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #f2711c inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#fff8db;color:#b58105}.ui.attached.yellow.message,.ui.yellow.message{-webkit-box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent}.ui.floating.yellow.message{-webkit-box-shadow:0 0 0 1px #b58105 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #b58105 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#fbfdef;color:#8abc1e}.ui.attached.olive.message,.ui.olive.message{-webkit-box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent}.ui.floating.olive.message{-webkit-box-shadow:0 0 0 1px #8abc1e inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #8abc1e inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#e5f9e7;color:#1ebc30}.ui.attached.green.message,.ui.green.message{-webkit-box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent}.ui.floating.green.message{-webkit-box-shadow:0 0 0 1px #1ebc30 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #1ebc30 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#e1f7f7;color:#10a3a3}.ui.attached.teal.message,.ui.teal.message{-webkit-box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent}.ui.floating.teal.message{-webkit-box-shadow:0 0 0 1px #10a3a3 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #10a3a3 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#dff0ff;color:#2185d0}.ui.attached.blue.message,.ui.blue.message{-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent}.ui.floating.blue.message{-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #2185d0 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#eae7ff;color:#6435c9}.ui.attached.violet.message,.ui.violet.message{-webkit-box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent}.ui.floating.violet.message{-webkit-box-shadow:0 0 0 1px #6435c9 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #6435c9 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#f6e7ff;color:#a333c8}.ui.attached.purple.message,.ui.purple.message{-webkit-box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent}.ui.floating.purple.message{-webkit-box-shadow:0 0 0 1px #a333c8 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #a333c8 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#ffe3fb;color:#e03997}.ui.attached.pink.message,.ui.pink.message{-webkit-box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent}.ui.floating.pink.message{-webkit-box-shadow:0 0 0 1px #e03997 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #e03997 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#f1e2d3;color:#a5673f}.ui.attached.brown.message,.ui.brown.message{-webkit-box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent}.ui.floating.brown.message{-webkit-box-shadow:0 0 0 1px #a5673f inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #a5673f inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.brown.message .header{color:#935b38}.ui.grey.message{background-color:#f4f4f4;color:#767676}.ui.attached.grey.message,.ui.grey.message{-webkit-box-shadow:0 0 0 1px #767676 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #767676 inset,0 0 0 0 transparent}.ui.floating.grey.message{-webkit-box-shadow:0 0 0 1px #767676 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #767676 inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.grey.message .header{color:#696969}.ui.black.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.black.message .header{color:rgba(255,255,255,.9)}.ui.inverted.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.message{font-size:1em}.ui.mini.message{font-size:.78571429em}.ui.tiny.message{font-size:.85714286em}.ui.small.message{font-size:.92857143em}.ui.large.message{font-size:1.14285714em}.ui.big.message{font-size:1.28571429em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}/*! + * # Fomantic-UI - Table + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem;text-align:left;vertical-align:middle;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table>tbody,.ui.table>thead{text-align:inherit;vertical-align:inherit}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table>thead{-webkit-box-shadow:none;box-shadow:none}.ui.table>thead>tr>th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table>thead>tr>th:first-child{border-left:none}.ui.table>thead>tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table>thead>tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table>thead>tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table>tfoot{-webkit-box-shadow:none;box-shadow:none}.ui.table>tfoot>tr>td,.ui.table>tfoot>tr>th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em .78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table>tfoot>tr>td:first-child,.ui.table>tfoot>tr>th:first-child{border-left:none}.ui.table>tfoot>tr:first-child>td:first-child,.ui.table>tfoot>tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table>tfoot>tr:first-child>td:last-child,.ui.table>tfoot>tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table>tfoot>tr:first-child>td:only-child,.ui.table>tfoot>tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table>tbody>tr>td,.ui.table>tr>td{border-top:1px solid rgba(34,36,38,.1)}.ui.table>tbody>tr:first-child>td,.ui.table>tr:first-child>td{border-top:none}.ui.table>tbody+tbody tr:first-child>td{border-top:1px solid rgba(34,36,38,.1)}.ui.table>tbody>tr>td,.ui.table>tr>td{padding:.78571429em .78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767.98px){.ui.table:not(.unstackable){width:100%;padding:0}.ui.table:not(.unstackable)>tbody,.ui.table:not(.unstackable)>tbody>tr,.ui.table:not(.unstackable)>tbody>tr>td,.ui.table:not(.unstackable)>tbody>tr>th,.ui.table:not(.unstackable)>tfoot,.ui.table:not(.unstackable)>tfoot>tr,.ui.table:not(.unstackable)>tfoot>tr>td,.ui.table:not(.unstackable)>tfoot>tr>th,.ui.table:not(.unstackable)>thead,.ui.table:not(.unstackable)>thead>tr,.ui.table:not(.unstackable)>thead>tr>th,.ui.table:not(.unstackable)>tr,.ui.table:not(.unstackable)>tr>td,.ui.table:not(.unstackable)>tr>th{display:block!important;width:auto!important}.ui.table:not(.unstackable)>thead{display:block}.ui.table:not(.unstackable)>tfoot{display:block}.ui.ui.ui.ui.table:not(.unstackable)>tbody>tr,.ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr,.ui.ui.ui.ui.table:not(.unstackable)>thead>tr,.ui.ui.ui.ui.table:not(.unstackable)>tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset}.ui.ui.ui.ui.table:not(.unstackable)>tbody>tr>td,.ui.ui.ui.ui.table:not(.unstackable)>tbody>tr>th,.ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr>td,.ui.ui.ui.ui.table:not(.unstackable)>tfoot>tr>th,.ui.ui.ui.ui.table:not(.unstackable)>thead>tr>th,.ui.ui.ui.ui.table:not(.unstackable)>tr>td,.ui.ui.ui.ui.table:not(.unstackable)>tr>th{background:0 0;border:none;padding:.25em .75em;-webkit-box-shadow:none;box-shadow:none}.ui.table:not(.unstackable)>tbody>tr>td:first-child,.ui.table:not(.unstackable)>tbody>tr>th:first-child,.ui.table:not(.unstackable)>tfoot>tr>td:first-child,.ui.table:not(.unstackable)>tfoot>tr>th:first-child,.ui.table:not(.unstackable)>thead>tr>th:first-child,.ui.table:not(.unstackable)>tr>td:first-child,.ui.table:not(.unstackable)>tr>th:first-child{font-weight:700}.ui.definition.table:not(.unstackable)>thead>tr>th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset}.ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset}}.ui.table .collapsing .image,.ui.table .collapsing .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table>thead>tr>th{border-left:none;border-right:none}.ui.structured.sortable.table>thead>tr>th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table>tbody>tr>th,.ui.structured.basic.table>tfoot>tr>th,.ui.structured.basic.table>thead>tr>th,.ui.structured.basic.table>tr>th{border-left:none;border-right:none}.ui.structured.celled.table>tbody>tr>td,.ui.structured.celled.table>tbody>tr>th,.ui.structured.celled.table>tfoot>tr>td,.ui.structured.celled.table>tfoot>tr>th,.ui.structured.celled.table>thead>tr>th,.ui.structured.celled.table>tr>td,.ui.structured.celled.table>tr>th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table>thead:not(.full-width)>tr>th:first-child{pointer-events:none;background:#fff;font-weight:400;color:rgba(0,0,0,.4);-webkit-box-shadow:-.1em -.2em 0 .1em #fff;box-shadow:-.1em -.2em 0 .1em #fff;-moz-transform:scale(1)}.ui.definition.table>tfoot:not(.full-width)>tr>th:first-child{pointer-events:none;background:#fff;font-weight:400;color:rgba(0,0,0,.4);-webkit-box-shadow:-.1em .2em 0 .1em #fff;box-shadow:-.1em .2em 0 .1em #fff;-moz-transform:scale(1)}.ui.definition.table tr td.definition,.ui.definition.table>tbody>tr>td:first-child:not(.ignored),.ui.definition.table>tfoot>tr>td:first-child:not(.ignored),.ui.definition.table>tr>td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:'';-webkit-box-shadow:'';box-shadow:'';text-align:'';font-size:1em;padding-left:'';padding-right:''}.ui.definition.table>thead:not(.full-width)>tr>th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table>tfoot:not(.full-width)>tr>td:nth-child(2),.ui.definition.table>tfoot:not(.full-width)>tr>th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table>tbody>tr>td:nth-child(2),.ui.definition.table>tr>td:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.ui.table td.positive,.ui.ui.ui.ui.table tr.positive{-webkit-box-shadow:0 0 0 #a3c293 inset;box-shadow:0 0 0 #a3c293 inset;background:#fcfff5;color:#2c662d}.ui.ui.table td.negative,.ui.ui.ui.ui.table tr.negative{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset;background:#fff6f6;color:#9f3a38}.ui.ui.table td.error,.ui.ui.ui.ui.table tr.error{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset;background:#fff6f6;color:#9f3a38}.ui.ui.table td.warning,.ui.ui.ui.ui.table tr.warning{-webkit-box-shadow:0 0 0 #c9ba9b inset;box-shadow:0 0 0 #c9ba9b inset;background:#fffaf3;color:#573a08}.ui.ui.table td.active,.ui.ui.ui.ui.table tr.active{-webkit-box-shadow:0 0 0 rgba(0,0,0,.87) inset;box-shadow:0 0 0 rgba(0,0,0,.87) inset;background:#e0e0e0;color:rgba(0,0,0,.87)}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table>tbody,.ui[class*="tablet stackable"].table>tbody>tr,.ui[class*="tablet stackable"].table>tbody>tr>td,.ui[class*="tablet stackable"].table>tbody>tr>th,.ui[class*="tablet stackable"].table>tfoot,.ui[class*="tablet stackable"].table>tfoot>tr,.ui[class*="tablet stackable"].table>tfoot>tr>td,.ui[class*="tablet stackable"].table>tfoot>tr>th,.ui[class*="tablet stackable"].table>thead,.ui[class*="tablet stackable"].table>thead>tr,.ui[class*="tablet stackable"].table>thead>tr>th,.ui[class*="tablet stackable"].table>tr,.ui[class*="tablet stackable"].table>tr>td,.ui[class*="tablet stackable"].table>tr>th{display:block!important;width:100%!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table>thead{display:block}.ui[class*="tablet stackable"].table>tfoot{display:block}.ui.ui.ui.ui[class*="tablet stackable"].table>tbody>tr,.ui.ui.ui.ui[class*="tablet stackable"].table>tfoot>tr,.ui.ui.ui.ui[class*="tablet stackable"].table>thead>tr,.ui.ui.ui.ui[class*="tablet stackable"].table>tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset}.ui[class*="tablet stackable"].table>tbody>tr>td,.ui[class*="tablet stackable"].table>tbody>tr>th,.ui[class*="tablet stackable"].table>tfoot>tr>td,.ui[class*="tablet stackable"].table>tfoot>tr>th,.ui[class*="tablet stackable"].table>thead>tr>th,.ui[class*="tablet stackable"].table>tr>td,.ui[class*="tablet stackable"].table>tr>th{background:0 0;border:none!important;padding:.25em .75em;-webkit-box-shadow:none;box-shadow:none}.ui.definition[class*="tablet stackable"].table>thead>tr>th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset}.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.table tbody tr td.selectable:hover,.ui.ui.selectable.table>tbody>tr:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.table tbody tr td.selectable:hover,.ui.ui.selectable.inverted.table>tbody>tr:hover{background:rgba(255,255,255,.08);color:#fff}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em .78571429em}.ui.selectable.table>tbody>tr,.ui.selectable.table>tr,.ui.table>tbody>tr>td.selectable,.ui.table>tr>td.selectable{cursor:pointer}.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover,.ui.ui.selectable.table tr.error:hover{background:#ffe7e7;color:#943634}.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover,.ui.ui.selectable.table tr.warning:hover{background:#fff4e4;color:#493107}.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover,.ui.ui.selectable.table tr.active:hover{background:#e0e0e0;color:rgba(0,0,0,.87)}.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover,.ui.ui.selectable.table tr.positive:hover{background:#f7ffe6;color:#275b28}.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover,.ui.ui.selectable.table tr.negative:hover{background:#ffe7e7;color:#943634}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;-webkit-box-shadow:none,none;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table>tbody>tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table>tbody>tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef;color:rgba(0,0,0,.95)}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.primary.table{border-top:.2em solid #2185d0}.ui.inverted.primary.table{background-color:#2185d0;color:#fff}.ui.ui.table td.primary:not(.marked),.ui.ui.ui.ui.table tr.primary:not(.marked){background:#ddf4ff;color:rgba(255,255,255,.9)}.ui.selectable.table tr:hover td.primary:not(.marked),.ui.table tr td.selectable.primary:not(.marked):hover,.ui.ui.selectable.table tr.primary:not(.marked):hover{background:#d3f1ff;color:rgba(255,255,255,.9)}.ui.table td.marked.primary.left,.ui.table tr.marked.primary.left{-webkit-box-shadow:.2em 0 0 0 #2185d0 inset;box-shadow:.2em 0 0 0 #2185d0 inset}.ui.table td.marked.primary.right,.ui.table tr.marked.primary.right{-webkit-box-shadow:-.2em 0 0 0 #2185d0 inset;box-shadow:-.2em 0 0 0 #2185d0 inset}.ui.inverted.table td.marked.primary.left,.ui.inverted.table tr.marked.primary.left{-webkit-box-shadow:.2em 0 0 0 #54c8ff inset;box-shadow:.2em 0 0 0 #54c8ff inset}.ui.inverted.table td.marked.primary.right,.ui.inverted.table tr.marked.primary.right{-webkit-box-shadow:-.2em 0 0 0 #54c8ff inset;box-shadow:-.2em 0 0 0 #54c8ff inset}.ui.secondary.table{border-top:.2em solid #1b1c1d}.ui.inverted.secondary.table{background-color:#1b1c1d;color:#fff}.ui.ui.table td.secondary:not(.marked),.ui.ui.ui.ui.table tr.secondary:not(.marked){background:#ddd;color:rgba(255,255,255,.9)}.ui.selectable.table tr:hover td.secondary:not(.marked),.ui.table tr td.selectable.secondary:not(.marked):hover,.ui.ui.selectable.table tr.secondary:not(.marked):hover{background:#e2e2e2;color:rgba(255,255,255,.9)}.ui.table td.marked.secondary.left,.ui.table tr.marked.secondary.left{-webkit-box-shadow:.2em 0 0 0 #1b1c1d inset;box-shadow:.2em 0 0 0 #1b1c1d inset}.ui.table td.marked.secondary.right,.ui.table tr.marked.secondary.right{-webkit-box-shadow:-.2em 0 0 0 #1b1c1d inset;box-shadow:-.2em 0 0 0 #1b1c1d inset}.ui.inverted.table td.marked.secondary.left,.ui.inverted.table tr.marked.secondary.left{-webkit-box-shadow:.2em 0 0 0 #545454 inset;box-shadow:.2em 0 0 0 #545454 inset}.ui.inverted.table td.marked.secondary.right,.ui.inverted.table tr.marked.secondary.right{-webkit-box-shadow:-.2em 0 0 0 #545454 inset;box-shadow:-.2em 0 0 0 #545454 inset}.ui.red.table{border-top:.2em solid #db2828}.ui.inverted.red.table{background-color:#db2828;color:#fff}.ui.ui.table td.red:not(.marked),.ui.ui.ui.ui.table tr.red:not(.marked){background:#ffe1df;color:#db2828}.ui.selectable.table tr:hover td.red:not(.marked),.ui.table tr td.selectable.red:not(.marked):hover,.ui.ui.selectable.table tr.red:not(.marked):hover{background:#ffd7d5;color:#db2828}.ui.table td.marked.red.left,.ui.table tr.marked.red.left{-webkit-box-shadow:.2em 0 0 0 #db2828 inset;box-shadow:.2em 0 0 0 #db2828 inset}.ui.table td.marked.red.right,.ui.table tr.marked.red.right{-webkit-box-shadow:-.2em 0 0 0 #db2828 inset;box-shadow:-.2em 0 0 0 #db2828 inset}.ui.inverted.table td.marked.red.left,.ui.inverted.table tr.marked.red.left{-webkit-box-shadow:.2em 0 0 0 #ff695e inset;box-shadow:.2em 0 0 0 #ff695e inset}.ui.inverted.table td.marked.red.right,.ui.inverted.table tr.marked.red.right{-webkit-box-shadow:-.2em 0 0 0 #ff695e inset;box-shadow:-.2em 0 0 0 #ff695e inset}.ui.orange.table{border-top:.2em solid #f2711c}.ui.inverted.orange.table{background-color:#f2711c;color:#fff}.ui.ui.table td.orange:not(.marked),.ui.ui.ui.ui.table tr.orange:not(.marked){background:#ffe7d1;color:#f2711c}.ui.selectable.table tr:hover td.orange:not(.marked),.ui.table tr td.selectable.orange:not(.marked):hover,.ui.ui.selectable.table tr.orange:not(.marked):hover{background:#fae1cc;color:#f2711c}.ui.table td.marked.orange.left,.ui.table tr.marked.orange.left{-webkit-box-shadow:.2em 0 0 0 #f2711c inset;box-shadow:.2em 0 0 0 #f2711c inset}.ui.table td.marked.orange.right,.ui.table tr.marked.orange.right{-webkit-box-shadow:-.2em 0 0 0 #f2711c inset;box-shadow:-.2em 0 0 0 #f2711c inset}.ui.inverted.table td.marked.orange.left,.ui.inverted.table tr.marked.orange.left{-webkit-box-shadow:.2em 0 0 0 #ff851b inset;box-shadow:.2em 0 0 0 #ff851b inset}.ui.inverted.table td.marked.orange.right,.ui.inverted.table tr.marked.orange.right{-webkit-box-shadow:-.2em 0 0 0 #ff851b inset;box-shadow:-.2em 0 0 0 #ff851b inset}.ui.yellow.table{border-top:.2em solid #fbbd08}.ui.inverted.yellow.table{background-color:#fbbd08;color:#fff}.ui.ui.table td.yellow:not(.marked),.ui.ui.ui.ui.table tr.yellow:not(.marked){background:#fff9d2;color:#b58105}.ui.selectable.table tr:hover td.yellow:not(.marked),.ui.table tr td.selectable.yellow:not(.marked):hover,.ui.ui.selectable.table tr.yellow:not(.marked):hover{background:#fbf5cc;color:#b58105}.ui.table td.marked.yellow.left,.ui.table tr.marked.yellow.left{-webkit-box-shadow:.2em 0 0 0 #fbbd08 inset;box-shadow:.2em 0 0 0 #fbbd08 inset}.ui.table td.marked.yellow.right,.ui.table tr.marked.yellow.right{-webkit-box-shadow:-.2em 0 0 0 #fbbd08 inset;box-shadow:-.2em 0 0 0 #fbbd08 inset}.ui.inverted.table td.marked.yellow.left,.ui.inverted.table tr.marked.yellow.left{-webkit-box-shadow:.2em 0 0 0 #ffe21f inset;box-shadow:.2em 0 0 0 #ffe21f inset}.ui.inverted.table td.marked.yellow.right,.ui.inverted.table tr.marked.yellow.right{-webkit-box-shadow:-.2em 0 0 0 #ffe21f inset;box-shadow:-.2em 0 0 0 #ffe21f inset}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18;color:#fff}.ui.ui.table td.olive:not(.marked),.ui.ui.ui.ui.table tr.olive:not(.marked){background:#f7fae4;color:#8abc1e}.ui.selectable.table tr:hover td.olive:not(.marked),.ui.table tr td.selectable.olive:not(.marked):hover,.ui.ui.selectable.table tr.olive:not(.marked):hover{background:#f6fada;color:#8abc1e}.ui.table td.marked.olive.left,.ui.table tr.marked.olive.left{-webkit-box-shadow:.2em 0 0 0 #b5cc18 inset;box-shadow:.2em 0 0 0 #b5cc18 inset}.ui.table td.marked.olive.right,.ui.table tr.marked.olive.right{-webkit-box-shadow:-.2em 0 0 0 #b5cc18 inset;box-shadow:-.2em 0 0 0 #b5cc18 inset}.ui.inverted.table td.marked.olive.left,.ui.inverted.table tr.marked.olive.left{-webkit-box-shadow:.2em 0 0 0 #d9e778 inset;box-shadow:.2em 0 0 0 #d9e778 inset}.ui.inverted.table td.marked.olive.right,.ui.inverted.table tr.marked.olive.right{-webkit-box-shadow:-.2em 0 0 0 #d9e778 inset;box-shadow:-.2em 0 0 0 #d9e778 inset}.ui.green.table{border-top:.2em solid #21ba45}.ui.inverted.green.table{background-color:#21ba45;color:#fff}.ui.ui.table td.green:not(.marked),.ui.ui.ui.ui.table tr.green:not(.marked){background:#d5f5d9;color:#1ebc30}.ui.selectable.table tr:hover td.green:not(.marked),.ui.table tr td.selectable.green:not(.marked):hover,.ui.ui.selectable.table tr.green:not(.marked):hover{background:#d2eed5;color:#1ebc30}.ui.table td.marked.green.left,.ui.table tr.marked.green.left{-webkit-box-shadow:.2em 0 0 0 #21ba45 inset;box-shadow:.2em 0 0 0 #21ba45 inset}.ui.table td.marked.green.right,.ui.table tr.marked.green.right{-webkit-box-shadow:-.2em 0 0 0 #21ba45 inset;box-shadow:-.2em 0 0 0 #21ba45 inset}.ui.inverted.table td.marked.green.left,.ui.inverted.table tr.marked.green.left{-webkit-box-shadow:.2em 0 0 0 #2ecc40 inset;box-shadow:.2em 0 0 0 #2ecc40 inset}.ui.inverted.table td.marked.green.right,.ui.inverted.table tr.marked.green.right{-webkit-box-shadow:-.2em 0 0 0 #2ecc40 inset;box-shadow:-.2em 0 0 0 #2ecc40 inset}.ui.teal.table{border-top:.2em solid #00b5ad}.ui.inverted.teal.table{background-color:#00b5ad;color:#fff}.ui.ui.table td.teal:not(.marked),.ui.ui.ui.ui.table tr.teal:not(.marked){background:#e2ffff;color:#10a3a3}.ui.selectable.table tr:hover td.teal:not(.marked),.ui.table tr td.selectable.teal:not(.marked):hover,.ui.ui.selectable.table tr.teal:not(.marked):hover{background:#d8ffff;color:#10a3a3}.ui.table td.marked.teal.left,.ui.table tr.marked.teal.left{-webkit-box-shadow:.2em 0 0 0 #00b5ad inset;box-shadow:.2em 0 0 0 #00b5ad inset}.ui.table td.marked.teal.right,.ui.table tr.marked.teal.right{-webkit-box-shadow:-.2em 0 0 0 #00b5ad inset;box-shadow:-.2em 0 0 0 #00b5ad inset}.ui.inverted.table td.marked.teal.left,.ui.inverted.table tr.marked.teal.left{-webkit-box-shadow:.2em 0 0 0 #6dffff inset;box-shadow:.2em 0 0 0 #6dffff inset}.ui.inverted.table td.marked.teal.right,.ui.inverted.table tr.marked.teal.right{-webkit-box-shadow:-.2em 0 0 0 #6dffff inset;box-shadow:-.2em 0 0 0 #6dffff inset}.ui.blue.table{border-top:.2em solid #2185d0}.ui.inverted.blue.table{background-color:#2185d0;color:#fff}.ui.ui.table td.blue:not(.marked),.ui.ui.ui.ui.table tr.blue:not(.marked){background:#ddf4ff;color:#2185d0}.ui.selectable.table tr:hover td.blue:not(.marked),.ui.table tr td.selectable.blue:not(.marked):hover,.ui.ui.selectable.table tr.blue:not(.marked):hover{background:#d3f1ff;color:#2185d0}.ui.table td.marked.blue.left,.ui.table tr.marked.blue.left{-webkit-box-shadow:.2em 0 0 0 #2185d0 inset;box-shadow:.2em 0 0 0 #2185d0 inset}.ui.table td.marked.blue.right,.ui.table tr.marked.blue.right{-webkit-box-shadow:-.2em 0 0 0 #2185d0 inset;box-shadow:-.2em 0 0 0 #2185d0 inset}.ui.inverted.table td.marked.blue.left,.ui.inverted.table tr.marked.blue.left{-webkit-box-shadow:.2em 0 0 0 #54c8ff inset;box-shadow:.2em 0 0 0 #54c8ff inset}.ui.inverted.table td.marked.blue.right,.ui.inverted.table tr.marked.blue.right{-webkit-box-shadow:-.2em 0 0 0 #54c8ff inset;box-shadow:-.2em 0 0 0 #54c8ff inset}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9;color:#fff}.ui.ui.table td.violet:not(.marked),.ui.ui.ui.ui.table tr.violet:not(.marked){background:#ece9fe;color:#6435c9}.ui.selectable.table tr:hover td.violet:not(.marked),.ui.table tr td.selectable.violet:not(.marked):hover,.ui.ui.selectable.table tr.violet:not(.marked):hover{background:#e3deff;color:#6435c9}.ui.table td.marked.violet.left,.ui.table tr.marked.violet.left{-webkit-box-shadow:.2em 0 0 0 #6435c9 inset;box-shadow:.2em 0 0 0 #6435c9 inset}.ui.table td.marked.violet.right,.ui.table tr.marked.violet.right{-webkit-box-shadow:-.2em 0 0 0 #6435c9 inset;box-shadow:-.2em 0 0 0 #6435c9 inset}.ui.inverted.table td.marked.violet.left,.ui.inverted.table tr.marked.violet.left{-webkit-box-shadow:.2em 0 0 0 #a291fb inset;box-shadow:.2em 0 0 0 #a291fb inset}.ui.inverted.table td.marked.violet.right,.ui.inverted.table tr.marked.violet.right{-webkit-box-shadow:-.2em 0 0 0 #a291fb inset;box-shadow:-.2em 0 0 0 #a291fb inset}.ui.purple.table{border-top:.2em solid #a333c8}.ui.inverted.purple.table{background-color:#a333c8;color:#fff}.ui.ui.table td.purple:not(.marked),.ui.ui.ui.ui.table tr.purple:not(.marked){background:#f8e3ff;color:#a333c8}.ui.selectable.table tr:hover td.purple:not(.marked),.ui.table tr td.selectable.purple:not(.marked):hover,.ui.ui.selectable.table tr.purple:not(.marked):hover{background:#f5d9ff;color:#a333c8}.ui.table td.marked.purple.left,.ui.table tr.marked.purple.left{-webkit-box-shadow:.2em 0 0 0 #a333c8 inset;box-shadow:.2em 0 0 0 #a333c8 inset}.ui.table td.marked.purple.right,.ui.table tr.marked.purple.right{-webkit-box-shadow:-.2em 0 0 0 #a333c8 inset;box-shadow:-.2em 0 0 0 #a333c8 inset}.ui.inverted.table td.marked.purple.left,.ui.inverted.table tr.marked.purple.left{-webkit-box-shadow:.2em 0 0 0 #dc73ff inset;box-shadow:.2em 0 0 0 #dc73ff inset}.ui.inverted.table td.marked.purple.right,.ui.inverted.table tr.marked.purple.right{-webkit-box-shadow:-.2em 0 0 0 #dc73ff inset;box-shadow:-.2em 0 0 0 #dc73ff inset}.ui.pink.table{border-top:.2em solid #e03997}.ui.inverted.pink.table{background-color:#e03997;color:#fff}.ui.ui.table td.pink:not(.marked),.ui.ui.ui.ui.table tr.pink:not(.marked){background:#ffe8f9;color:#e03997}.ui.selectable.table tr:hover td.pink:not(.marked),.ui.table tr td.selectable.pink:not(.marked):hover,.ui.ui.selectable.table tr.pink:not(.marked):hover{background:#ffdef6;color:#e03997}.ui.table td.marked.pink.left,.ui.table tr.marked.pink.left{-webkit-box-shadow:.2em 0 0 0 #e03997 inset;box-shadow:.2em 0 0 0 #e03997 inset}.ui.table td.marked.pink.right,.ui.table tr.marked.pink.right{-webkit-box-shadow:-.2em 0 0 0 #e03997 inset;box-shadow:-.2em 0 0 0 #e03997 inset}.ui.inverted.table td.marked.pink.left,.ui.inverted.table tr.marked.pink.left{-webkit-box-shadow:.2em 0 0 0 #ff8edf inset;box-shadow:.2em 0 0 0 #ff8edf inset}.ui.inverted.table td.marked.pink.right,.ui.inverted.table tr.marked.pink.right{-webkit-box-shadow:-.2em 0 0 0 #ff8edf inset;box-shadow:-.2em 0 0 0 #ff8edf inset}.ui.brown.table{border-top:.2em solid #a5673f}.ui.inverted.brown.table{background-color:#a5673f;color:#fff}.ui.ui.table td.brown:not(.marked),.ui.ui.ui.ui.table tr.brown:not(.marked){background:#f7e5d2;color:#a5673f}.ui.selectable.table tr:hover td.brown:not(.marked),.ui.table tr td.selectable.brown:not(.marked):hover,.ui.ui.selectable.table tr.brown:not(.marked):hover{background:#efe0cf;color:#a5673f}.ui.table td.marked.brown.left,.ui.table tr.marked.brown.left{-webkit-box-shadow:.2em 0 0 0 #a5673f inset;box-shadow:.2em 0 0 0 #a5673f inset}.ui.table td.marked.brown.right,.ui.table tr.marked.brown.right{-webkit-box-shadow:-.2em 0 0 0 #a5673f inset;box-shadow:-.2em 0 0 0 #a5673f inset}.ui.inverted.table td.marked.brown.left,.ui.inverted.table tr.marked.brown.left{-webkit-box-shadow:.2em 0 0 0 #d67c1c inset;box-shadow:.2em 0 0 0 #d67c1c inset}.ui.inverted.table td.marked.brown.right,.ui.inverted.table tr.marked.brown.right{-webkit-box-shadow:-.2em 0 0 0 #d67c1c inset;box-shadow:-.2em 0 0 0 #d67c1c inset}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676;color:#fff}.ui.ui.table td.grey:not(.marked),.ui.ui.ui.ui.table tr.grey:not(.marked){background:#dcddde;color:#767676}.ui.selectable.table tr:hover td.grey:not(.marked),.ui.table tr td.selectable.grey:not(.marked):hover,.ui.ui.selectable.table tr.grey:not(.marked):hover{background:#c2c4c5;color:#767676}.ui.table td.marked.grey.left,.ui.table tr.marked.grey.left{-webkit-box-shadow:.2em 0 0 0 #767676 inset;box-shadow:.2em 0 0 0 #767676 inset}.ui.table td.marked.grey.right,.ui.table tr.marked.grey.right{-webkit-box-shadow:-.2em 0 0 0 #767676 inset;box-shadow:-.2em 0 0 0 #767676 inset}.ui.inverted.table td.marked.grey.left,.ui.inverted.table tr.marked.grey.left{-webkit-box-shadow:.2em 0 0 0 #dcddde inset;box-shadow:.2em 0 0 0 #dcddde inset}.ui.inverted.table td.marked.grey.right,.ui.inverted.table tr.marked.grey.right{-webkit-box-shadow:-.2em 0 0 0 #dcddde inset;box-shadow:-.2em 0 0 0 #dcddde inset}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d;color:#fff}.ui.ui.table td.black:not(.marked),.ui.ui.ui.ui.table tr.black:not(.marked){background:#545454;color:#fff}.ui.selectable.table tr:hover td.black:not(.marked),.ui.table tr td.selectable.black:not(.marked):hover,.ui.ui.selectable.table tr.black:not(.marked):hover{background:#000;color:#fff}.ui.table td.marked.black.left,.ui.table tr.marked.black.left{-webkit-box-shadow:.2em 0 0 0 #1b1c1d inset;box-shadow:.2em 0 0 0 #1b1c1d inset}.ui.table td.marked.black.right,.ui.table tr.marked.black.right{-webkit-box-shadow:-.2em 0 0 0 #1b1c1d inset;box-shadow:-.2em 0 0 0 #1b1c1d inset}.ui.inverted.table td.marked.black.left,.ui.inverted.table tr.marked.black.left{-webkit-box-shadow:.2em 0 0 0 #545454 inset;box-shadow:.2em 0 0 0 #545454 inset}.ui.inverted.table td.marked.black.right,.ui.inverted.table tr.marked.black.right{-webkit-box-shadow:-.2em 0 0 0 #545454 inset;box-shadow:-.2em 0 0 0 #545454 inset}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td{width:6.25%}.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table>thead>tr>th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table>thead>tr>th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table>thead>tr>th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table>thead>tr>th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:rgba(255,255,255,.15) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.15) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table>thead>tr>th:hover{background:rgba(255,255,255,.08) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.08) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table>thead>tr>th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.ui.inverted.table>tbody>tr>th,.ui.ui.inverted.table>tfoot>tr>td,.ui.ui.inverted.table>tfoot>tr>th,.ui.ui.inverted.table>thead>tr>th,.ui.ui.inverted.table>tr>th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.9)}.ui.inverted.table>tbody>tr>td,.ui.inverted.table>tfoot>tr>td,.ui.inverted.table>tr>td{border-color:rgba(255,255,255,.1)}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.table tr td.disabled:not([class=disabled]),.ui.inverted.table tr.disabled td[class]:not(.disabled),.ui.inverted.table tr.disabled:not([class=disabled]) td,.ui.inverted.table tr:hover td.disabled:not([class=disabled]){color:rgba(40,40,40,.3)}.ui.inverted.definition.table>tfoot:not(.full-width)>tr>th:first-child,.ui.inverted.definition.table>thead:not(.full-width)>tr>th:first-child{background:#fff}.ui.inverted.definition.table>tbody>tr>td:first-child .ui.inverted.definition.table>tfoot>tr>td:first-child,.ui.inverted.definition.table>tr>td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.table>tfoot,.ui.basic.table>thead{-webkit-box-shadow:none;box-shadow:none}.ui.basic.table>tbody>tr>th,.ui.basic.table>tfoot>tr>th,.ui.basic.table>thead>tr>th,.ui.basic.table>tr>th{background:0 0;border-left:none}.ui.basic.table>tbody>tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table>tbody>tr>td,.ui.basic.table>tfoot>tr>td,.ui.basic.table>tr>td{background:0 0}.ui.basic.striped.table>tbody>tr:nth-child(2n){background-color:rgba(0,0,0,.05)}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th,.ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tbody>tr>th:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tfoot>tr>th:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr>th:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped)>tr>th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped)>thead>tr:first-child>th{padding-top:0}.ui.celled.table>tbody>tr>td,.ui.celled.table>tbody>tr>th,.ui.celled.table>tfoot>tr>td,.ui.celled.table>tfoot>tr>th,.ui.celled.table>thead>tr>th,.ui.celled.table>tr>td,.ui.celled.table>tr>th{border-left:1px solid rgba(34,36,38,.1)}.ui.inverted.celled.table>tbody>tr>td,.ui.inverted.celled.table>tr>td{border-left:1px solid rgba(255,255,255,.1)}.ui.celled.table>tbody>tr>td:first-child,.ui.celled.table>tbody>tr>th:first-child,.ui.celled.table>tfoot>tr>td:first-child,.ui.celled.table>tfoot>tr>th:first-child,.ui.celled.table>thead>tr>th:first-child,.ui.celled.table>tr>td:first-child,.ui.celled.table>tr>th:first-child{border-left:none}.ui.padded.table>tbody>tr>th,.ui.padded.table>tfoot>tr>th,.ui.padded.table>thead>tr>th,.ui.padded.table>tr>th{padding-left:1em;padding-right:1em}.ui.padded.table>tbody>tr>td,.ui.padded.table>tbody>tr>th,.ui.padded.table>tfoot>tr>td,.ui.padded.table>tfoot>tr>th,.ui.padded.table>thead>tr>th,.ui.padded.table>tr>td,.ui.padded.table>tr>th{padding:1em 1em}.ui[class*="very padded"].table>tbody>tr>th,.ui[class*="very padded"].table>tfoot>tr>th,.ui[class*="very padded"].table>thead>tr>th,.ui[class*="very padded"].table>tr>th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table>tbody>tr>td,.ui[class*="very padded"].table>tfoot>tr>td,.ui[class*="very padded"].table>tr>td{padding:1.5em 1.5em}.ui.compact.table>tbody>tr>th,.ui.compact.table>tfoot>tr>th,.ui.compact.table>thead>tr>th,.ui.compact.table>tr>th{padding-left:.7em;padding-right:.7em}.ui.compact.table>tbody>tr>td,.ui.compact.table>tfoot>tr>td,.ui.compact.table>tr>td{padding:.5em .7em}.ui[class*="very compact"].table>tbody>tr>th,.ui[class*="very compact"].table>tfoot>tr>th,.ui[class*="very compact"].table>thead>tr>th,.ui[class*="very compact"].table>tr>th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table>tbody>tr>td,.ui[class*="very compact"].table>tfoot>tr>td,.ui[class*="very compact"].table>tr>td{padding:.4em .6em}.ui.table{font-size:1em}.ui.mini.table{font-size:.78571429rem}.ui.tiny.table{font-size:.85714286rem}.ui.small.table{font-size:.9em}.ui.large.table{font-size:1.1em}.ui.big.table{font-size:1.28571429rem}.ui.huge.table{font-size:1.42857143rem}.ui.massive.table{font-size:1.71428571rem}/*! + * # Fomantic-UI - Ad + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child{margin:0}.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767.98px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}/*! + * # Fomantic-UI - Card + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;-webkit-box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;-webkit-transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;transition:box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;z-index:'';word-wrap:break-word}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em 1em;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card>.button:last-child,.ui.card>.buttons:last-child,.ui.cards>.card>.button:last-child,.ui.cards>.card>.buttons:last-child{margin-bottom:-1px}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0 0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.card.horizontal,.ui.horizontal.cards>.card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:270px;width:400px;max-width:100%}.ui.card.horizontal>.image,.ui.horizontal.cards>.card>.image{border-radius:.28571429rem 0 0 .28571429rem;width:150px}.ui.card.horizontal>.image>img,.ui.horizontal.cards>.card>.image>img{background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;border-radius:.28571429rem 0 0 .28571429rem}.ui.card.horizontal>.image:last-child>img,.ui.horizontal.cards>.card>.image:last-child>img{border-radius:0 .28571429rem .28571429rem 0}.ui.horizontal.card>.content,.ui.horizontal.cards>.card>.content{-ms-flex-preferred-size:1px;flex-basis:1px}.ui.horizontal.card>.extra,.ui.horizontal.cards>.card>.extra{-ms-flex-preferred-size:100%;flex-basis:100%}.ui.raised.card,.ui.raised.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.centered.cards{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:not(.icon):hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;-webkit-box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.primary.card,.ui.primary.card,.ui.primary.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.cards>.primary.card:hover,.ui.primary.card:hover,.ui.primary.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.primary.card,.ui.inverted.primary.card,.ui.inverted.primary.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #54c8ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #54c8ff,0 0 0 1px #555}.ui.inverted.cards>.primary.card:hover,.ui.inverted.primary.card:hover,.ui.inverted.primary.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #21b8ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #21b8ff,0 0 0 1px #555}.ui.cards>.secondary.card,.ui.secondary.card,.ui.secondary.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.cards>.secondary.card:hover,.ui.secondary.card:hover,.ui.secondary.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.secondary.card,.ui.inverted.secondary.card,.ui.inverted.secondary.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #545454,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #545454,0 0 0 1px #555}.ui.inverted.cards>.secondary.card:hover,.ui.inverted.secondary.card:hover,.ui.inverted.secondary.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #6e6e6e,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #6e6e6e,0 0 0 1px #555}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.red.card,.ui.inverted.red.card,.ui.inverted.red.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff695e,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff695e,0 0 0 1px #555}.ui.inverted.cards>.red.card:hover,.ui.inverted.red.card:hover,.ui.inverted.red.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff392b,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff392b,0 0 0 1px #555}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.orange.card,.ui.inverted.orange.card,.ui.inverted.orange.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff851b,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff851b,0 0 0 1px #555}.ui.inverted.cards>.orange.card:hover,.ui.inverted.orange.card:hover,.ui.inverted.orange.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #e76b00,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #e76b00,0 0 0 1px #555}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.yellow.card,.ui.inverted.yellow.card,.ui.inverted.yellow.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ffe21f,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ffe21f,0 0 0 1px #555}.ui.inverted.cards>.yellow.card:hover,.ui.inverted.yellow.card:hover,.ui.inverted.yellow.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ebcd00,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ebcd00,0 0 0 1px #555}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.olive.card,.ui.inverted.olive.card,.ui.inverted.olive.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d9e778,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d9e778,0 0 0 1px #555}.ui.inverted.cards>.olive.card:hover,.ui.inverted.olive.card:hover,.ui.inverted.olive.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d2e745,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d2e745,0 0 0 1px #555}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.green.card,.ui.inverted.green.card,.ui.inverted.green.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #2ecc40,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #2ecc40,0 0 0 1px #555}.ui.inverted.cards>.green.card:hover,.ui.inverted.green.card:hover,.ui.inverted.green.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #1ea92e,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #1ea92e,0 0 0 1px #555}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.teal.card,.ui.inverted.teal.card,.ui.inverted.teal.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #6dffff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #6dffff,0 0 0 1px #555}.ui.inverted.cards>.teal.card:hover,.ui.inverted.teal.card:hover,.ui.inverted.teal.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #3affff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #3affff,0 0 0 1px #555}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.inverted.blue.card,.ui.inverted.blue.cards>.card,.ui.inverted.cards>.blue.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #54c8ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #54c8ff,0 0 0 1px #555}.ui.inverted.blue.card:hover,.ui.inverted.blue.cards>.card:hover,.ui.inverted.cards>.blue.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #21b8ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #21b8ff,0 0 0 1px #555}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.violet.card,.ui.inverted.violet.card,.ui.inverted.violet.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #a291fb,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #a291fb,0 0 0 1px #555}.ui.inverted.cards>.violet.card:hover,.ui.inverted.violet.card:hover,.ui.inverted.violet.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #745aff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #745aff,0 0 0 1px #555}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.purple.card,.ui.inverted.purple.card,.ui.inverted.purple.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #dc73ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #dc73ff,0 0 0 1px #555}.ui.inverted.cards>.purple.card:hover,.ui.inverted.purple.card:hover,.ui.inverted.purple.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #cf40ff,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #cf40ff,0 0 0 1px #555}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.pink.card,.ui.inverted.pink.card,.ui.inverted.pink.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff8edf,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff8edf,0 0 0 1px #555}.ui.inverted.cards>.pink.card:hover,.ui.inverted.pink.card:hover,.ui.inverted.pink.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff5bd1,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #ff5bd1,0 0 0 1px #555}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.inverted.brown.card,.ui.inverted.brown.cards>.card,.ui.inverted.cards>.brown.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d67c1c,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #d67c1c,0 0 0 1px #555}.ui.inverted.brown.card:hover,.ui.inverted.brown.cards>.card:hover,.ui.inverted.cards>.brown.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #b0620f,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #b0620f,0 0 0 1px #555}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.inverted.cards>.grey.card,.ui.inverted.grey.card,.ui.inverted.grey.cards>.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #dcddde,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #dcddde,0 0 0 1px #555}.ui.inverted.cards>.grey.card:hover,.ui.inverted.grey.card:hover,.ui.inverted.grey.cards>.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #c2c4c5,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #c2c4c5,0 0 0 1px #555}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.inverted.black.card,.ui.inverted.black.cards>.card,.ui.inverted.cards>.black.card{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #545454,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #545454,0 0 0 1px #555}.ui.inverted.black.card:hover,.ui.inverted.black.cards>.card:hover,.ui.inverted.cards>.black.card:hover{-webkit-box-shadow:0 1px 3px 0 #555,0 2px 0 0 #000,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 2px 0 0 #000,0 0 0 1px #555}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.666666666666664% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.285714285714285% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767.98px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767.98px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em 1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}.ui.mini.cards .card{font-size:.78571429rem}.ui.tiny.cards .card{font-size:.85714286rem}.ui.small.cards .card{font-size:.92857143rem}.ui.large.cards .card{font-size:1.14285714rem}.ui.big.cards .card{font-size:1.28571429rem}.ui.huge.cards .card{font-size:1.42857143rem}.ui.massive.cards .card{font-size:1.71428571rem}.ui.inverted.card,.ui.inverted.cards>.card{background:#1b1c1d;-webkit-box-shadow:0 1px 3px 0 #555,0 0 0 1px #555;box-shadow:0 1px 3px 0 #555,0 0 0 1px #555}.ui.inverted.card>.content,.ui.inverted.cards>.card>.content{border-top:1px solid rgba(255,255,255,.15)}.ui.inverted.card>.content>.header,.ui.inverted.cards>.card>.content>.header{color:rgba(255,255,255,.9)}.ui.inverted.card>.content>.description,.ui.inverted.cards>.card>.content>.description{color:rgba(255,255,255,.8)}.ui.inverted.card .meta,.ui.inverted.cards>.card .meta{color:rgba(255,255,255,.7)}.ui.inverted.card .meta>a:not(.ui),.ui.inverted.cards>.card .meta>a:not(.ui){color:rgba(255,255,255,.7)}.ui.inverted.card .meta>a:not(.ui):hover,.ui.inverted.cards>.card .meta>a:not(.ui):hover{color:#fff}.ui.inverted.card>.extra,.ui.inverted.cards>.card>.extra{border-top:1px solid rgba(255,255,255,.15)!important;color:rgba(255,255,255,.7)}.ui.inverted.card>.extra a:not(.ui),.ui.inverted.cards>.card>.extra a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.card>.extra a:not(.ui):hover,.ui.inverted.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.inverted.cards a.card:hover,.ui.inverted.link.card:hover,.ui.inverted.link.cards .card:not(.icon):hover,a.inverted.ui.card:hover{background:#1b1c1d}/*! + * # Fomantic-UI - Comment + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment>.comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment>.comments:before{position:absolute;top:0;left:0}.ui.comments .comment>.comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment>.comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;-webkit-box-shadow:-1px 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.comments{font-size:1rem}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.92857143rem}.ui.large.comments{font-size:1.14285714rem}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.42857143rem}.ui.massive.comments{font-size:1.71428571rem}.ui.inverted.comments .comment{background-color:#1b1c1d}.ui.inverted.comments .comment .author,.ui.inverted.comments .comment .text{color:rgba(255,255,255,.9)}.ui.inverted.comments .comment .actions a,.ui.inverted.comments .comment .metadata{color:rgba(255,255,255,.7)}.ui.inverted.comments .comment .actions a.active,.ui.inverted.comments .comment .actions a:hover,.ui.inverted.comments .comment a.author:hover{color:#fff}.ui.inverted.threaded.comments .comment>.comments{-webkit-box-shadow:-1px 0 0 #555;box-shadow:-1px 0 0 #555}/*! + * # Fomantic-UI - Feed + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;color:rgba(0,0,0,.4);font-weight:400;font-size:1em;font-style:normal}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.feed{font-size:1rem}.ui.mini.feed{font-size:.78571429rem}.ui.tiny.feed{font-size:.85714286rem}.ui.small.feed{font-size:.92857143rem}.ui.large.feed{font-size:1.14285714rem}.ui.big.feed{font-size:1.28571429rem}.ui.huge.feed{font-size:1.42857143rem}.ui.massive.feed{font-size:1.71428571rem}.ui.inverted.feed>.event{background:#1b1c1d}.ui.inverted.feed>.event>.content .date,.ui.inverted.feed>.event>.content .meta .like{color:rgba(255,255,255,.7)}.ui.inverted.feed>.event>.content .extra.text,.ui.inverted.feed>.event>.content .summary{color:rgba(255,255,255,.9)}.ui.inverted.feed>.event>.content .meta .like:hover{color:#fff}/*! + * # Fomantic-UI - Item + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.items>.item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .1s ease;transition:-webkit-box-shadow .1s ease;transition:box-shadow .1s ease;transition:box-shadow .1s ease,-webkit-box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-ms-flex-item-align:start;align-self:start}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;color:rgba(0,0,0,.87);margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-ms-flex-item-align:start;align-self:start;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-ms-flex-item-align:center;align-self:center;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0 .5em;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0 0 0;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767.98px){.ui.items:not(.unstackable)>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items:not(.unstackable)>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items:not(.unstackable)>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}.ui.mini.items>.item{font-size:.78571429em}.ui.tiny.items>.item{font-size:.85714286em}.ui.small.items>.item{font-size:.92857143em}.ui.large.items>.item{font-size:1.14285714em}.ui.big.items>.item{font-size:1.28571429em}.ui.huge.items>.item{font-size:1.42857143em}.ui.massive.items>.item{font-size:1.71428571em}@media only screen and (max-width:767.98px){.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img{width:125px!important}}.ui.inverted.items>.item{background:0 0}.ui.inverted.items>.item>.content{background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.items>.item .extra{background:0 0}.ui.inverted.items>.item>.content>.header{color:rgba(255,255,255,.9)}.ui.inverted.items>.item>.content>.description{color:rgba(255,255,255,.9)}.ui.inverted.items>.item .meta{color:rgba(255,255,255,.8)}.ui.inverted.items>.item>.content a:not(.ui){color:#57a4ef}.ui.inverted.items>.item>.content a:not(.ui):hover{color:#4183c4}.ui.inverted.items>.item>.content>a.header{color:rgba(255,255,255,.9)}.ui.inverted.items>.item>.content>a.header:hover{color:#fff}.ui.inverted.items>.item .meta>a:not(.ui){color:rgba(255,255,255,.7)}.ui.inverted.items>.item .meta>a:not(.ui):hover{color:rgba(255,255,255,.9)}.ui.inverted.items>.item>.content .favorite.icon:hover{color:#ffc63d}.ui.inverted.items>.item>.content .active.favorite.icon{color:#ffec56}.ui.inverted.items>.item>.content .like.icon:hover{color:#ff5a63}.ui.inverted.items>.item>.content .active.like.icon{color:#ff5a63}.ui.inverted.items>.item .extra{color:rgba(255,255,255,.7)}.ui.inverted.items a.item:hover .content .header,.ui.inverted.link.items>.item:hover .content .header{color:#fff}.ui.inverted.divided.items>.item{border-top:1px solid rgba(255,255,255,.1)}.ui.inverted.divided.items>.item:first-child{border-top:none}/*! + * # Fomantic-UI - Statistic + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:none}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 1em;max-width:none}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em -1.5em -1em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistics .statistic>.label~.value{margin-top:0}.ui.statistic>.value~.label,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -1em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 1em}.ui.nine.statistics{margin:0 0 -1em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 1em}.ui.eight.statistics{margin:0 0 -1em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 1em}.ui.seven.statistics{margin:0 0 -1em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 1em}.ui.six.statistics{margin:0 0 -1em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 1em}.ui.five.statistics{margin:0 0 -1em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 1em}.ui.four.statistics{margin:0 0 -1em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 1em}.ui.three.statistics{margin:0 0 -1em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 1em}.ui.two.statistics{margin:0 0 -1em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 1em}.ui.one.statistics{margin:0 0 -1em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 1em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.primary.statistic>.value,.ui.primary.statistics .statistic>.value,.ui.statistics .primary.statistic>.value{color:#2185d0}.ui.inverted.primary.statistic>.value,.ui.inverted.primary.statistics .statistic>.value,.ui.statistics .inverted.primary.statistic>.value{color:#54c8ff}.ui.secondary.statistic>.value,.ui.secondary.statistics .statistic>.value,.ui.statistics .secondary.statistic>.value{color:#1b1c1d}.ui.inverted.secondary.statistic>.value,.ui.inverted.secondary.statistics .statistic>.value,.ui.statistics .inverted.secondary.statistic>.value{color:#545454}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui.black.statistic>.value,.ui.black.statistics .statistic>.value,.ui.statistics .black.statistic>.value{color:#1b1c1d}.ui.inverted.black.statistic>.value,.ui.inverted.black.statistics .statistic>.value,.ui.statistics .inverted.black.statistic>.value{color:#545454}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}@media only screen and (max-width:767.98px){.ui.stackable.statistics{width:auto;margin-left:0!important;margin-right:0!important}.ui.stackable.statistics>.statistic{width:100%!important;margin:0 0!important;padding:1rem 1rem!important}}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem}.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value{font-size:1.5rem}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem}.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value{font-size:2rem}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem}.ui.big.statistic>.value,.ui.big.statistics .statistic>.value{font-size:5.5rem}.ui.big.horizontal.statistic>.value,.ui.big.horizontal.statistics .statistic>.value{font-size:4.5rem}.ui.big.statistic>.text.value,.ui.big.statistics .statistic>.text.value{font-size:2.5rem}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem}.ui.massive.statistic>.value,.ui.massive.statistics .statistic>.value{font-size:7rem}.ui.massive.horizontal.statistic>.value,.ui.massive.horizontal.statistics .statistic>.value{font-size:6rem}.ui.massive.statistic>.text.value,.ui.massive.statistics .statistic>.text.value{font-size:3rem}/*! + * # Fomantic-UI - Accordion + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.styled.accordion .accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .title~.content:not(.active),.ui.accordion .title~.content:not(.active){display:none}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}/*! + * # Fomantic-UI - Calendar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.calendar .ui.popup{max-width:none;padding:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.calendar .calendar:focus{outline:0}.ui.calendar .ui.popup .ui.grid{display:block;white-space:nowrap}.ui.calendar .ui.popup .ui.grid>.column{width:auto}.ui.calendar .ui.table.minute,.ui.calendar .ui.table.month,.ui.calendar .ui.table.year{min-width:15em}.ui.calendar .ui.table.day{min-width:18em}.ui.calendar .ui.table.day.andweek{min-width:22em}.ui.calendar .ui.table.hour{min-width:20em}.ui.calendar .ui.table tr td,.ui.calendar .ui.table tr th{padding:.5em;white-space:nowrap}.ui.calendar .ui.table tr th{border-left:none}.ui.calendar .ui.table tr th .icon{margin:0}.ui.calendar .ui.table tr:first-child th{position:relative;padding-left:0;padding-right:0}.ui.calendar .ui.table.day tr:first-child th{border:none}.ui.calendar .ui.table.day tr:nth-child(2) th{padding-top:.2em;padding-bottom:.3em}.ui.calendar .ui.table tr td{padding-left:.1em;padding-right:.1em}.ui.calendar .ui.table tr .link{cursor:pointer}.ui.calendar .ui.table tr .prev.link{width:14.28571429%;position:absolute;left:0}.ui.calendar .ui.table tr .next.link{width:14.28571429%;position:absolute;right:0}.ui.calendar .ui.table tr .disabled{pointer-events:auto;cursor:default;color:rgba(40,40,40,.3)}.ui.calendar .ui.table tr .adjacent:not(.disabled){color:rgba(0,0,0,.6);background:rgba(0,0,0,.03)}.ui.calendar .ui.table tr td.today{font-weight:700}.ui.calendar .ui.table tr td.range{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none}.ui.calendar .ui.table.inverted tr td.range{background:rgba(255,255,255,.08);color:#fff;-webkit-box-shadow:none;box-shadow:none}.ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus,.ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus{-webkit-box-shadow:inset 0 0 0 1px #85b7d9;box-shadow:inset 0 0 0 1px #85b7d9}.ui.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus,.ui.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus{-webkit-box-shadow:inset 0 0 0 1px #85b7d9;box-shadow:inset 0 0 0 1px #85b7d9}.ui.disabled.calendar{opacity:.45}.ui.disabled.calendar .ui.table tr .link,.ui.disabled.calendar>.input{pointer-events:none}/*! + * # Fomantic-UI - Checkbox + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1em;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#fff;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate~label:before{background:rgba(0,0,0,.15)}.ui.indeterminate.toggle.checkbox input:not([type=radio])~label:after{left:1.075rem}.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~label,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox label:before{content:'';-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox label:after{border:none;content:''!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~label:before{background-color:#fff}.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~label:before{background-color:#fff}.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~label:before{background-color:#fff}.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox label:before{display:block;position:absolute;content:'';-webkit-transform:none;transform:none;border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);-webkit-box-shadow:none;box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~label:after{left:-.05rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~label:after{left:2.15rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}.ui.inverted.checkbox label,.ui.inverted.checkbox+label{color:rgba(255,255,255,.9)!important}.ui.inverted.checkbox label:hover{color:#fff!important}.ui.inverted.checkbox label:hover::before{border-color:rgba(34,36,38,.5)}.ui.inverted.slider.checkbox label{color:rgba(255,255,255,.5)}.ui.inverted.slider.checkbox label:before{background-color:rgba(255,255,255,.5)!important}.ui.inverted.slider.checkbox label:hover::before{background:rgba(255,255,255,.7)!important}.ui.inverted.slider.checkbox input:checked~label{color:#fff!important}.ui.inverted.slider.checkbox input:checked~label:before{background-color:rgba(255,255,255,.8)!important}.ui.inverted.slider.checkbox input:focus:checked~label{color:#fff!important}.ui.inverted.slider.checkbox input:focus:checked~label:before{background-color:rgba(255,255,255,.8)!important}.ui.inverted.toggle.checkbox label:before{background-color:rgba(255,255,255,.9)!important}.ui.inverted.toggle.checkbox label:hover::before{background:#fff!important}.ui.inverted.toggle.checkbox input:checked~label{color:#fff!important}.ui.inverted.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.inverted.toggle.checkbox input:focus:checked~label{color:#fff!important}.ui.inverted.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.mini.checkbox{font-size:.78571429em}.ui.tiny.checkbox{font-size:.85714286em}.ui.small.checkbox{font-size:.92857143em}.ui.large.checkbox{font-size:1.14285714em}.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label:before,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before{-webkit-transform:scale(1.14285714);transform:scale(1.14285714);-webkit-transform-origin:left;transform-origin:left}.ui.large.checkbox.radio label:before,.ui.large.form .checkbox.radio label:before{-webkit-transform:scale(1.14285714);transform:scale(1.14285714);-webkit-transform-origin:left;transform-origin:left}.ui.large.checkbox.radio label:after,.ui.large.form .checkbox.radio label:after{-webkit-transform:scale(.57142857);transform:scale(.57142857);-webkit-transform-origin:left;transform-origin:left;left:.33571429em}.ui.big.checkbox{font-size:1.28571429em}.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label:before,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before{-webkit-transform:scale(1.28571429);transform:scale(1.28571429);-webkit-transform-origin:left;transform-origin:left}.ui.big.checkbox.radio label:before,.ui.big.form .checkbox.radio label:before{-webkit-transform:scale(1.28571429);transform:scale(1.28571429);-webkit-transform-origin:left;transform-origin:left}.ui.big.checkbox.radio label:after,.ui.big.form .checkbox.radio label:after{-webkit-transform:scale(.64285714);transform:scale(.64285714);-webkit-transform-origin:left;transform-origin:left;left:.37142857em}.ui.huge.checkbox{font-size:1.42857143em}.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label:before,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before{-webkit-transform:scale(1.42857143);transform:scale(1.42857143);-webkit-transform-origin:left;transform-origin:left}.ui.huge.checkbox.radio label:before,.ui.huge.form .checkbox.radio label:before{-webkit-transform:scale(1.42857143);transform:scale(1.42857143);-webkit-transform-origin:left;transform-origin:left}.ui.huge.checkbox.radio label:after,.ui.huge.form .checkbox.radio label:after{-webkit-transform:scale(.71428571);transform:scale(.71428571);-webkit-transform-origin:left;transform-origin:left;left:.40714286em}.ui.massive.checkbox{font-size:1.71428571em}.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label:before,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:after,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label:before{-webkit-transform:scale(1.71428571);transform:scale(1.71428571);-webkit-transform-origin:left;transform-origin:left}.ui.massive.checkbox.radio label:before,.ui.massive.form .checkbox.radio label:before{-webkit-transform:scale(1.71428571);transform:scale(1.71428571);-webkit-transform-origin:left;transform-origin:left}.ui.massive.checkbox.radio label:after,.ui.massive.form .checkbox.radio label:after{-webkit-transform:scale(.85714286);transform:scale(.85714286);-webkit-transform-origin:left;transform-origin:left;left:.47857143em}@font-face{font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox .box:after,.ui.checkbox label:after{font-family:Checkbox}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}/*! + * # Fomantic-UI - Dimmer + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer:not(.page){border-radius:inherit!important}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer{display:block}.ui[class*="top aligned"].dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:initial;filter:initial;-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer):not(.popup){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.medium.medium.medium.medium.medium.dimmer{background-color:rgba(0,0,0,.65)}.light.light.light.light.light.dimmer{background-color:rgba(0,0,0,.45)}.very.light.light.light.light.dimmer{background-color:rgba(0,0,0,.25)}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content,.ui.inverted.dimmer>.content>*{color:#000}.medium.medium.medium.medium.medium.inverted.dimmer{background-color:rgba(255,255,255,.65)}.light.light.light.light.light.inverted.dimmer{background-color:rgba(255,255,255,.45)}.very.light.light.light.light.inverted.dimmer{background-color:rgba(255,255,255,.25)}.ui.simple.dimmer{display:block;overflow:hidden;opacity:0;width:0;height:0;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui[class*="bottom dimmer"],.ui[class*="center dimmer"],.ui[class*="top dimmer"]{height:auto}.ui[class*="bottom dimmer"]{top:auto!important;bottom:0}.ui[class*="center dimmer"]{top:50%!important;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}.ui.segment>.ui[class*="top dimmer"]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.segment>.ui[class*="center dimmer"]{border-radius:0!important}.ui.segment>.ui[class*="bottom dimmer"]{border-top-left-radius:0!important;border-top-right-radius:0!important}.ui[class*="center dimmer"].transition[class*="fade up"].in{-webkit-animation-name:fadeInUpCenter;animation-name:fadeInUpCenter}.ui[class*="center dimmer"].transition[class*="fade down"].in{-webkit-animation-name:fadeInDownCenter;animation-name:fadeInDownCenter}.ui[class*="center dimmer"].transition[class*="fade up"].out{-webkit-animation-name:fadeOutUpCenter;animation-name:fadeOutUpCenter}.ui[class*="center dimmer"].transition[class*="fade down"].out{-webkit-animation-name:fadeOutDownCenter;animation-name:fadeOutDownCenter}.ui[class*="center dimmer"].bounce.transition{-webkit-animation-name:bounceCenter;animation-name:bounceCenter}@-webkit-keyframes fadeInUpCenter{0%{opacity:0;transform:translateY(-40%);-webkit-transform:translateY(calc(-40% - .5px))}100%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}}@keyframes fadeInUpCenter{0%{opacity:0;transform:translateY(-40%);-webkit-transform:translateY(calc(-40% - .5px))}100%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}}@-webkit-keyframes fadeInDownCenter{0%{opacity:0;transform:translateY(-60%);-webkit-transform:translateY(calc(-60% - .5px))}100%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}}@keyframes fadeInDownCenter{0%{opacity:0;transform:translateY(-60%);-webkit-transform:translateY(calc(-60% - .5px))}100%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}}@-webkit-keyframes fadeOutUpCenter{0%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}100%{opacity:0;transform:translateY(-45%);-webkit-transform:translateY(calc(-45% - .5px))}}@keyframes fadeOutUpCenter{0%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}100%{opacity:0;transform:translateY(-45%);-webkit-transform:translateY(calc(-45% - .5px))}}@-webkit-keyframes fadeOutDownCenter{0%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}100%{opacity:0;transform:translateY(-55%);-webkit-transform:translateY(calc(-55% - .5px))}}@keyframes fadeOutDownCenter{0%{opacity:1;transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}100%{opacity:0;transform:translateY(-55%);-webkit-transform:translateY(calc(-55% - .5px))}}@-webkit-keyframes bounceCenter{0%,100%,20%,50%,80%{transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}40%{-webkit-transform:translateY(calc(-50% - 30px));transform:translateY(calc(-50% - 30px))}60%{-webkit-transform:translateY(calc(-50% - 15px));transform:translateY(calc(-50% - 15px))}}@keyframes bounceCenter{0%,100%,20%,50%,80%{transform:translateY(-50%);-webkit-transform:translateY(calc(-50% - .5px))}40%{-webkit-transform:translateY(calc(-50% - 30px));transform:translateY(calc(-50% - 30px))}60%{-webkit-transform:translateY(calc(-50% - 15px));transform:translateY(calc(-50% - 15px))}}/*! + * # Fomantic-UI - Dropdown + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown:not(.labeled)>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;font-size:1rem;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;text-transform:none;font-weight:400;-webkit-box-shadow:none;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.header:not(.ui){color:rgba(0,0,0,.85);font-size:.78571429em}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.horizontal.divider{border-top:none}.ui.dropdown.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image:not(.icon),.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image:not(.icon),.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 3.2em .78571429em 1em;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767.98px){.ui.selection.dropdown[class*="very short"] .menu{max-height:4.00714286rem}.ui.selection.dropdown.short .menu{max-height:6.01071429rem}.ui.selection.dropdown .menu{max-height:8.01428571rem}.ui.selection.dropdown.long .menu{max-height:16.02857143rem}.ui.selection.dropdown[class*="very long"] .menu{max-height:24.04285714rem}}@media only screen and (min-width:768px){.ui.selection.dropdown[class*="very short"] .menu{max-height:5.34285714rem}.ui.selection.dropdown.short .menu{max-height:8.01428571rem}.ui.selection.dropdown .menu{max-height:10.68571429rem}.ui.selection.dropdown.long .menu{max-height:21.37142857rem}.ui.selection.dropdown[class*="very long"] .menu{max-height:32.05714286rem}}@media only screen and (min-width:992px){.ui.selection.dropdown[class*="very short"] .menu{max-height:8.01428571rem}.ui.selection.dropdown.short .menu{max-height:12.02142857rem}.ui.selection.dropdown .menu{max-height:16.02857143rem}.ui.selection.dropdown.long .menu{max-height:32.05714286rem}.ui.selection.dropdown[class*="very long"] .menu{max-height:48.08571429rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown[class*="very short"] .menu{max-height:10.68571429rem}.ui.selection.dropdown.short .menu{max-height:16.02857143rem}.ui.selection.dropdown .menu{max-height:21.37142857rem}.ui.selection.dropdown.long .menu{max-height:42.74285714rem}.ui.selection.dropdown[class*="very long"] .menu{max-height:64.11428571rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);-webkit-box-shadow:none;box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;-webkit-box-shadow:none;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:'';z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 3.2em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 3.2em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767.98px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.dropdown>.remove.icon{cursor:pointer;font-size:.85714286em;margin:-.78571429em;padding:.91666667em;right:3em;top:.78571429em;position:absolute;opacity:.6;z-index:3}.ui.clearable.dropdown .text,.ui.clearable.dropdown a:last-of-type{margin-right:1.5em}.ui.dropdown input:not([value])~.remove.icon,.ui.dropdown input[value='']~.remove.icon,.ui.dropdown select.noselection~.remove.icon,.ui.dropdown.loading>.remove.icon{display:none}.ui.multiple.dropdown{padding:.22619048em 3.2em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.dropdown>.label{display:inline-block;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.dropdown>.label:not(.image)>img:not(.centered){margin-right:.78571429rem}.ui.multiple.dropdown>.label:not(.image)>img.ui:not(.avatar){margin-bottom:.39285714rem}.ui.multiple.dropdown>.image.label img{margin:-.35714286em .78571429em -.35714286em -.78571429em;height:1.71428571em}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .21428571em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.dropdown.error>.menu>.item:hover{background-color:#fbe7e7}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.dropdown.info,.ui.dropdown.info>.default.text,.ui.dropdown.info>.text{color:#276f86}.ui.selection.dropdown.info{background:#f8ffff;border-color:#a9d5de}.ui.selection.dropdown.info:hover{border-color:#a9d5de}.ui.multiple.selection.info.dropdown>.label{border-color:#a9d5de}.ui.dropdown.info>.menu,.ui.dropdown.info>.menu .menu{border-color:#a9d5de}.ui.dropdown.info>.menu>.item{color:#276f86}.ui.dropdown.info>.menu>.item:hover{background-color:#e9f2fb}.ui.dropdown.info>.menu .active.item{background-color:#cef1fd}.ui.dropdown.success,.ui.dropdown.success>.default.text,.ui.dropdown.success>.text{color:#2c662d}.ui.selection.dropdown.success{background:#fcfff5;border-color:#a3c293}.ui.selection.dropdown.success:hover{border-color:#a3c293}.ui.multiple.selection.success.dropdown>.label{border-color:#a3c293}.ui.dropdown.success>.menu,.ui.dropdown.success>.menu .menu{border-color:#a3c293}.ui.dropdown.success>.menu>.item{color:#2c662d}.ui.dropdown.success>.menu>.item:hover{background-color:#e9fbe9}.ui.dropdown.success>.menu .active.item{background-color:#dafdce}.ui.dropdown.warning,.ui.dropdown.warning>.default.text,.ui.dropdown.warning>.text{color:#573a08}.ui.selection.dropdown.warning{background:#fffaf3;border-color:#c9ba9b}.ui.selection.dropdown.warning:hover{border-color:#c9ba9b}.ui.multiple.selection.warning.dropdown>.label{border-color:#c9ba9b}.ui.dropdown.warning>.menu,.ui.dropdown.warning>.menu .menu{border-color:#c9ba9b}.ui.dropdown.warning>.menu>.item{color:#573a08}.ui.dropdown.warning>.menu>.item:hover{background-color:#fbfbe9}.ui.dropdown.warning>.menu .active.item{background-color:#fdfdce}.ui.dropdown>.clear.dropdown.icon{opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.dropdown>.clear.dropdown.icon:hover{opacity:1}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.05);box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.05);box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767.98px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.dropdown[class*="two column"]>.menu>.item{display:inline-block;width:50%}.ui.dropdown[class*="three column"]>.menu>.item{display:inline-block;width:33%}.ui.dropdown[class*="four column"]>.menu>.item{display:inline-block;width:25%}.ui.dropdown[class*="five column"]>.menu>.item{display:inline-block;width:20%}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:-ms-inline-flexbox!important;display:block;overflow:hidden;top:-9999px;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;margin-top:0!important}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.simple.scrolling.active.dropdown>.menu,.ui.simple.scrolling.dropdown:hover>.menu{overflow-x:hidden;overflow-y:auto}.ui.fluid.dropdown{display:block;width:100%!important;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{border-radius:.28571429rem!important}.ui:not(.upward).floating.dropdown>.menu{margin-top:.5em}.ui.upward.floating.dropdown>.menu{margin-bottom:.5em}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:not(.hidden):after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:not(.hidden):after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;-webkit-box-shadow:1px 1px 0 0 rgba(34,36,38,.15);box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.dropdown,.ui.dropdown .menu>.item{font-size:1rem}.ui.mini.dropdown,.ui.mini.dropdown .menu>.item{font-size:.78571429rem}.ui.tiny.dropdown,.ui.tiny.dropdown .menu>.item{font-size:.85714286rem}.ui.small.dropdown,.ui.small.dropdown .menu>.item{font-size:.92857143rem}.ui.large.dropdown,.ui.large.dropdown .menu>.item{font-size:1.14285714rem}.ui.big.dropdown,.ui.big.dropdown .menu>.item{font-size:1.28571429rem}.ui.huge.dropdown,.ui.huge.dropdown .menu>.item{font-size:1.42857143rem}.ui.massive.dropdown,.ui.massive.dropdown .menu>.item{font-size:1.71428571rem}.ui.inverted.dropdown .menu{background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(255,255,255,.15)}.ui.inverted.dropdown .menu>.item{color:rgba(255,255,255,.8)}.ui.inverted.dropdown .menu .active.item{background:0 0;color:rgba(255,255,255,.8);-webkit-box-shadow:none;box-shadow:none}.ui.inverted.dropdown .menu>.item:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}.ui.inverted.dropdown .menu .selected.item,.ui.inverted.dropdown.selected{background:rgba(255,255,255,.15);color:rgba(255,255,255,.8)}.ui.inverted.dropdown .menu>.header{color:#fff}.ui.inverted.dropdown .menu>.item>.description,.ui.inverted.dropdown>.text>.description{color:rgba(255,255,255,.5)}.ui.inverted.dropdown .menu>.divider{border-top:1px solid rgba(255,255,255,.15)}.ui.inverted.dropdown .scrolling.menu{border:none;border-top:1px solid rgba(255,255,255,.15)}.ui.inverted.selection.dropdown{border:1px solid rgba(255,255,255,.15);background:#1b1c1d;color:rgba(255,255,255,.8)}.ui.inverted.selection.dropdown:hover{border-color:rgba(255,255,255,.25);-webkit-box-shadow:none;box-shadow:none}.ui.inverted.selection.dropdown input{color:#fff}.ui.inverted.selection.visible.dropdown>.text:not(.default){color:rgba(255,255,255,.9)}.ui.inverted.selection.active.dropdown .menu,.ui.inverted.selection.active.dropdown:hover{border-color:rgba(255,255,255,.15)}.ui.inverted.selection.dropdown .menu>.item{border-top:1px solid #242526}.ui.inverted.default.dropdown:not(.button)>.text,.ui.inverted.dropdown:not(.button)>.default.text{color:rgba(255,255,255,.5)}.ui.inverted.default.dropdown:not(.button)>input:focus~.text,.ui.inverted.dropdown:not(.button)>input:focus~.default.text{color:rgba(255,255,255,.7)}.ui.inverted.active.search.dropdown input.search:focus+.text .flag,.ui.inverted.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.inverted.active.search.dropdown input.search:focus+.text{color:rgba(255,255,255,.7)!important}.ui.inverted.dropdown .menu>.message:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.dropdown .menu>.item:first-child{border-top-width:0}.ui.inverted.multiple.dropdown>.label{background-color:rgba(255,255,255,.7);background-image:none;color:#000;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,0) inset;box-shadow:0 0 0 1px rgba(255,255,255,0) inset}.ui.inverted.multiple.dropdown>.label:hover{background-color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.9);background-image:none;color:#000}.ui.inverted.multiple.dropdown>.label>.close.icon,.ui.inverted.multiple.dropdown>.label>.delete.icon{opacity:.6}.ui.inverted.multiple.dropdown>.label>.close.icon:hover,.ui.inverted.multiple.dropdown>.label>.delete.icon:hover{opacity:.8}.ui.inverted.dropdown input::-webkit-selection,.ui.inverted.dropdown textarea::-webkit-selection{background-color:rgba(255,255,255,.25);color:rgba(255,255,255,.8)}.ui.inverted.dropdown input::-moz-selection,.ui.inverted.dropdown textarea::-moz-selection{background-color:rgba(255,255,255,.25);color:rgba(255,255,255,.8)}.ui.inverted.dropdown input::selection,.ui.inverted.dropdown textarea::selection{background-color:rgba(255,255,255,.25);color:rgba(255,255,255,.8)}.ui.inverted.dropdown .menu::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.ui.inverted.pointing.dropdown>.menu:after{background:#1b1c1d;-webkit-box-shadow:-1px -1px 0 0 rgba(255,255,255,.15);box-shadow:-1px -1px 0 0 rgba(255,255,255,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}/*! + * # Fomantic-UI - Video + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0;overflow:hidden}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}/*! + * # Fomantic-UI - Modal + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.modal{position:absolute;display:none;z-index:1001;text-align:left;background:#fff;border:none;-webkit-box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.dimmer:first-child+.icon+*,.ui.modal>.dimmer:first-child+:not(.icon),.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon):not(.dimmer){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-ms-flex-item-align:start;align-self:start;max-width:100%}.ui.modal>[class*="top aligned"]{-ms-flex-item-align:start;align-self:start}.ui.modal>[class*="middle aligned"]{-ms-flex-item-align:center;align-self:center}.ui.modal>[class*=stretched]{-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-flex-item-align:start;align-self:start}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem 1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}.ui.basic.modal>.actions{border-top:none}@media only screen and (max-width:767.98px){.ui.modal:not(.fullscreen){width:95%;margin:0}}@media only screen and (min-width:768px){.ui.modal:not(.fullscreen){width:88%;margin:0}}@media only screen and (min-width:992px){.ui.modal:not(.fullscreen){width:850px;margin:0}}@media only screen and (min-width:1200px){.ui.modal:not(.fullscreen){width:900px;margin:0}}@media only screen and (min-width:1920px){.ui.modal:not(.fullscreen){width:950px;margin:0}}@media only screen and (max-width:991.98px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767.98px){.ui.modal>.header{padding:.75rem 1rem!important;padding-right:2.25rem!important}.ui.overlay.fullscreen.modal>.content.content.content{min-height:calc(100vh - 8.1rem)}.ui.overlay.fullscreen.modal>.scrolling.content.content.content{max-height:calc(100vh - 8.1rem)}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;-webkit-box-shadow:none;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{-webkit-box-shadow:1px 3px 10px 2px rgba(0,0,0,.2);box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem;color:#fff}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}.ui.legacy.legacy.modal,.ui.legacy.legacy.page.dimmer>.ui.modal{left:50%!important}.ui.legacy.legacy.modal:not(.aligned),.ui.legacy.legacy.page.dimmer>.ui.modal:not(.aligned){top:50%}.ui.legacy.legacy.page.dimmer>.ui.scrolling.modal:not(.aligned),.ui.page.dimmer>.ui.scrolling.legacy.legacy.modal:not(.aligned),.ui.top.aligned.dimmer>.ui.legacy.legacy.modal:not(.aligned),.ui.top.aligned.legacy.legacy.page.dimmer>.ui.modal:not(.aligned){top:auto}.ui.legacy.overlay.fullscreen.modal{margin-top:-2rem!important}.ui.loading.modal{display:block;visibility:hidden;z-index:-1}.ui.active.modal{display:block}.modals.dimmer .ui.top.aligned.modal{top:5vh}.modals.dimmer .ui.bottom.aligned.modal{bottom:5vh}@media only screen and (max-width:767.98px){.modals.dimmer .ui.top.aligned.modal{top:1rem}.modals.dimmer .ui.bottom.aligned.modal{bottom:1rem}}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable>.dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:fixed}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.modals.dimmer .ui.scrolling.modal:not(.fullscreen){margin:2rem auto}.modals.dimmer .ui.scrolling.modal:not([class*="overlay fullscreen"])::after{content:'\00A0';position:absolute;height:2rem}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal:not(.fullscreen){position:absolute;left:50%}.ui.modal>.scrolling.content{max-height:calc(80vh - 10rem);overflow:auto}.ui.overlay.fullscreen.modal>.content{min-height:calc(100vh - 9.1rem)}.ui.overlay.fullscreen.modal>.scrolling.content{max-height:calc(100vh - 9.1rem)}.ui.fullscreen.modal{width:95%;left:2.5%;margin:1em auto}.ui.overlay.fullscreen.modal{width:100%;left:0;margin:0 auto;top:0;border-radius:0}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.basic.fullscreen.modal>.close{color:#fff}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767.98px){.ui.mini.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.mini.modal{width:35.2%;margin:0}}@media only screen and (min-width:992px){.ui.mini.modal{width:340px;margin:0}}@media only screen and (min-width:1200px){.ui.mini.modal{width:360px;margin:0}}@media only screen and (min-width:1920px){.ui.mini.modal{width:380px;margin:0}}.ui.tiny.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767.98px){.ui.tiny.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.tiny.modal{width:52.8%;margin:0}}@media only screen and (min-width:992px){.ui.tiny.modal{width:510px;margin:0}}@media only screen and (min-width:1200px){.ui.tiny.modal{width:540px;margin:0}}@media only screen and (min-width:1920px){.ui.tiny.modal{width:570px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767.98px){.ui.small.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0}}.ui.large.modal>.header:not(.ui){font-size:1.6em}@media only screen and (max-width:767.98px){.ui.large.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0}}.ui.big.modal>.header:not(.ui){font-size:1.6em}@media only screen and (max-width:767.98px){.ui.big.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.big.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.big.modal{width:1190px;margin:0}}@media only screen and (min-width:1200px){.ui.big.modal{width:1260px;margin:0}}@media only screen and (min-width:1920px){.ui.big.modal{width:1330px;margin:0}}.ui.huge.modal>.header:not(.ui){font-size:1.6em}@media only screen and (max-width:767.98px){.ui.huge.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.huge.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.huge.modal{width:1360px;margin:0}}@media only screen and (min-width:1200px){.ui.huge.modal{width:1440px;margin:0}}@media only screen and (min-width:1920px){.ui.huge.modal{width:1520px;margin:0}}.ui.massive.modal>.header:not(.ui){font-size:1.8em}@media only screen and (max-width:767.98px){.ui.massive.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.massive.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.massive.modal{width:1530px;margin:0}}@media only screen and (min-width:1200px){.ui.massive.modal{width:1620px;margin:0}}@media only screen and (min-width:1920px){.ui.massive.modal{width:1710px;margin:0}}.ui.inverted.modal{background:rgba(0,0,0,.9)}.ui.inverted.modal>.content,.ui.inverted.modal>.header{background:rgba(0,0,0,.9);color:#fff}.ui.inverted.modal>.actions{background:#191a1b;border-top:1px solid rgba(34,36,38,.85);color:#fff}.ui.inverted.dimmer>.modal>.close{color:rgba(0,0,0,.85)}@media only screen and (max-width:991.98px){.ui.dimmer .inverted.modal>.close{color:#fff}}.ui.inverted.fullscreen.modal>.close{color:#fff}/*! + * # Fomantic-UI - Nag + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}/*! + * # Fomantic-UI - Popup + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1901;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:before{pointer-events:none;position:absolute;content:'';font-size:1rem;width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1901;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after{pointer-events:none;content:attr(data-tooltip);position:absolute;text-transform:none;text-align:left;white-space:nowrap;font-size:1rem;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1900}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:after{opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{-webkit-box-shadow:none!important;box-shadow:none!important}[data-tooltip][data-inverted]:before{background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background:0 0;color:#fff}[data-position~=top][data-tooltip]:before{background:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem;background:#fff;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem;background:#fff;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}[data-tooltip][data-variation~=basic]:before{display:none}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}.ui.left.center.popup:before,.ui.right.center.popup:before{background:#fff}.ui.bottom.popup:before{background:#fff}.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before{background:#1b1c1d}.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before{background:#1b1c1d}.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767.98px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.popup{font-size:1rem}.ui.mini.popup{font-size:.78571429rem}[data-tooltip][data-variation~=mini]:after,[data-tooltip][data-variation~=mini]:before{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}[data-tooltip][data-variation~=tiny]:after,[data-tooltip][data-variation~=tiny]:before{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}[data-tooltip][data-variation~=small]:after,[data-tooltip][data-variation~=small]:before{font-size:.92857143rem}.ui.large.popup{font-size:1.14285714rem}[data-tooltip][data-variation~=large]:after,[data-tooltip][data-variation~=large]:before{font-size:1.14285714rem}.ui.big.popup{font-size:1.28571429rem}[data-tooltip][data-variation~=big]:after,[data-tooltip][data-variation~=big]:before{font-size:1.28571429rem}.ui.huge.popup{font-size:1.42857143rem}[data-tooltip][data-variation~=huge]:after,[data-tooltip][data-variation~=huge]:before{font-size:1.42857143rem}.ui.massive.popup{font-size:1.71428571rem}[data-tooltip][data-variation~=massive]:after,[data-tooltip][data-variation~=massive]:before{font-size:1.71428571rem}/*! + * # Fomantic-UI - Progress Bar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease;overflow:hidden}.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar,.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar{background:0 0}.ui.progress[data-percent="0"] .bar .progress{color:rgba(0,0,0,.87)}.ui.inverted.progress[data-percent="0"] .bar .progress{color:rgba(255,255,255,.9)}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.inverted.indicating.progress[data-percent^="1"] .label,.ui.inverted.indicating.progress[data-percent^="2"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="3"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="4"] .label,.ui.inverted.indicating.progress[data-percent^="5"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="6"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="7"] .label,.ui.inverted.indicating.progress[data-percent^="8"] .label{color:rgba(255,255,255,.9)}.ui.inverted.indicating.progress[data-percent^="100"] .label,.ui.inverted.indicating.progress[data-percent^="9"] .label{color:rgba(255,255,255,.9)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="0"] .label,.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.inverted.indicating.progress[data-percent="0"] .label,.ui.inverted.indicating.progress[data-percent="1"] .label,.ui.inverted.indicating.progress[data-percent="2"] .label,.ui.inverted.indicating.progress[data-percent="3"] .label,.ui.inverted.indicating.progress[data-percent="4"] .label,.ui.inverted.indicating.progress[data-percent="5"] .label,.ui.inverted.indicating.progress[data-percent="6"] .label,.ui.inverted.indicating.progress[data-percent="7"] .label,.ui.inverted.indicating.progress[data-percent="8"] .label,.ui.inverted.indicating.progress[data-percent="9"] .label{color:rgba(255,255,255,.9)}.ui.ui.indicating.progress.success .label{color:#1a531b}.ui.multiple.progress{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.ui.progress.success .bar{background-color:#21ba45}.ui.ui.progress.success .bar,.ui.ui.progress.success .bar::after{-webkit-animation:none;animation:none}.ui.progress.success>.label{color:#1a531b}.ui.ui.progress.warning .bar{background-color:#f2c037}.ui.ui.progress.warning .bar,.ui.ui.progress.warning .bar::after{-webkit-animation:none;animation:none}.ui.progress.warning>.label{color:#794b02}.ui.ui.progress.error .bar{background-color:#db2828}.ui.ui.progress.error .bar,.ui.ui.progress.error .bar::after{-webkit-animation:none;animation:none}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite;-webkit-transform-origin:left;transform-origin:left}@-webkit-keyframes progress-active{0%{opacity:.3;-webkit-transform:scale(0,1);transform:scale(0,1)}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes progress-active{0%{opacity:.3;-webkit-transform:scale(0,1);transform:scale(0,1)}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.ui.disabled.progress{opacity:.35}.ui.ui.disabled.progress .bar,.ui.ui.disabled.progress .bar::after{-webkit-animation:none;animation:none}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#1b1c1d}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.indeterminate.primary.progress .bar::before,.ui.primary.progress .bar,.ui.progress .primary.bar{background-color:#2185d0}.ui.inverted.indeterminate.primary.progress .bar::before,.ui.inverted.progress .primary.bar,.ui.primary.inverted.progress .bar{background-color:#54c8ff}.ui.indeterminate.secondary.progress .bar::before,.ui.progress .secondary.bar,.ui.secondary.progress .bar{background-color:#1b1c1d}.ui.inverted.indeterminate.secondary.progress .bar::before,.ui.inverted.progress .secondary.bar,.ui.secondary.inverted.progress .bar{background-color:#545454}.ui.indeterminate.red.progress .bar::before,.ui.progress .red.bar,.ui.red.progress .bar{background-color:#db2828}.ui.inverted.indeterminate.red.progress .bar::before,.ui.inverted.progress .red.bar,.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.indeterminate.orange.progress .bar::before,.ui.orange.progress .bar,.ui.progress .orange.bar{background-color:#f2711c}.ui.inverted.indeterminate.orange.progress .bar::before,.ui.inverted.progress .orange.bar,.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.indeterminate.yellow.progress .bar::before,.ui.progress .yellow.bar,.ui.yellow.progress .bar{background-color:#fbbd08}.ui.inverted.indeterminate.yellow.progress .bar::before,.ui.inverted.progress .yellow.bar,.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.indeterminate.olive.progress .bar::before,.ui.olive.progress .bar,.ui.progress .olive.bar{background-color:#b5cc18}.ui.inverted.indeterminate.olive.progress .bar::before,.ui.inverted.progress .olive.bar,.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar,.ui.indeterminate.green.progress .bar::before,.ui.progress .green.bar{background-color:#21ba45}.ui.green.inverted.progress .bar,.ui.inverted.indeterminate.green.progress .bar::before,.ui.inverted.progress .green.bar{background-color:#2ecc40}.ui.indeterminate.teal.progress .bar::before,.ui.progress .teal.bar,.ui.teal.progress .bar{background-color:#00b5ad}.ui.inverted.indeterminate.teal.progress .bar::before,.ui.inverted.progress .teal.bar,.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar,.ui.indeterminate.blue.progress .bar::before,.ui.progress .blue.bar{background-color:#2185d0}.ui.blue.inverted.progress .bar,.ui.inverted.indeterminate.blue.progress .bar::before,.ui.inverted.progress .blue.bar{background-color:#54c8ff}.ui.indeterminate.violet.progress .bar::before,.ui.progress .violet.bar,.ui.violet.progress .bar{background-color:#6435c9}.ui.inverted.indeterminate.violet.progress .bar::before,.ui.inverted.progress .violet.bar,.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.indeterminate.purple.progress .bar::before,.ui.progress .purple.bar,.ui.purple.progress .bar{background-color:#a333c8}.ui.inverted.indeterminate.purple.progress .bar::before,.ui.inverted.progress .purple.bar,.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.indeterminate.pink.progress .bar::before,.ui.pink.progress .bar,.ui.progress .pink.bar{background-color:#e03997}.ui.inverted.indeterminate.pink.progress .bar::before,.ui.inverted.progress .pink.bar,.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar,.ui.indeterminate.brown.progress .bar::before,.ui.progress .brown.bar{background-color:#a5673f}.ui.brown.inverted.progress .bar,.ui.inverted.indeterminate.brown.progress .bar::before,.ui.inverted.progress .brown.bar{background-color:#d67c1c}.ui.grey.progress .bar,.ui.indeterminate.grey.progress .bar::before,.ui.progress .grey.bar{background-color:#767676}.ui.grey.inverted.progress .bar,.ui.inverted.indeterminate.grey.progress .bar::before,.ui.inverted.progress .grey.bar{background-color:#dcddde}.ui.black.progress .bar,.ui.indeterminate.black.progress .bar::before,.ui.progress .black.bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar,.ui.inverted.indeterminate.black.progress .bar::before,.ui.inverted.progress .black.bar{background-color:#545454}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.mini.progress{font-size:.78571429rem}.ui.mini.progress .bar{height:.3em}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}.ui.huge.progress{font-size:1.42857143rem}.ui.huge.progress .bar{height:4em}.ui.massive.progress{font-size:1.71428571rem}.ui.massive.progress .bar{height:5em}.ui.indeterminate.progress .bar{width:100%}.ui.indeterminate.progress .bar .progress,.ui.progress .bar .centered.progress{text-align:center;position:relative}.ui.indeterminate.progress .bar::before{content:'';position:absolute;top:0;bottom:0;border-radius:.28571429rem;-webkit-animation:progress-pulsating 2s ease infinite;animation:progress-pulsating 2s ease infinite;-webkit-transform-origin:center;transform-origin:center;width:100%}.ui.slow.indeterminate.progress .bar::before{-webkit-animation-duration:4s;animation-duration:4s}.ui.fast.indeterminate.progress .bar::before{-webkit-animation-duration:1s;animation-duration:1s}.ui.swinging.indeterminate.progress .bar::before{-webkit-transform-origin:left;transform-origin:left;-webkit-animation-name:progress-swinging;animation-name:progress-swinging}.ui.sliding.indeterminate.progress .bar::before{-webkit-transform-origin:left;transform-origin:left;-webkit-animation-name:progress-sliding;animation-name:progress-sliding}.ui.filling.indeterminate.progress .bar::before{-webkit-animation-name:progress-filling;animation-name:progress-filling}.ui.indeterminate.progress:not(.sliding):not(.filling):not(.swinging) .bar::before{background:#fff}.ui.filling.indeterminate.progress .bar,.ui.sliding.indeterminate.progress .bar,.ui.swinging.indeterminate.progress .bar{background:rgba(0,0,0,.1)}.ui.sliding.indeterminate.progress .bar .progress,.ui.swinging.indeterminate.progress .bar .progress{color:#1b1c1d}.ui.inverted.filling.indeterminate.progress .bar,.ui.inverted.sliding.indeterminate.progress .bar,.ui.inverted.swinging.indeterminate.progress .bar{background:rgba(255,255,255,.08)}.ui.inverted.sliding.indeterminate.progress .bar .progress,.ui.inverted.swinging.indeterminate.progress .bar .progress{color:rgba(255,255,255,.7)}@-webkit-keyframes progress-swinging{0%,100%{width:10%;left:-25%}25%,65%{width:70%}50%{width:10%;left:100%}}@keyframes progress-swinging{0%,100%{width:10%;left:-25%}25%,65%{width:70%}50%{width:10%;left:100%}}@-webkit-keyframes progress-sliding{0%{width:10%;left:-25%}50%{width:70%}100%{width:10%;left:100%}}@keyframes progress-sliding{0%{width:10%;left:-25%}50%{width:70%}100%{width:10%;left:100%}}@-webkit-keyframes progress-filling{0%{-webkit-transform:scale(0,1);transform:scale(0,1)}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{opacity:0}}@keyframes progress-filling{0%{-webkit-transform:scale(0,1);transform:scale(0,1)}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{opacity:0}}@-webkit-keyframes progress-pulsating{0%{-webkit-transform:scale(0,1);transform:scale(0,1);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes progress-pulsating{0%{-webkit-transform:scale(0,1);transform:scale(0,1);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ui.slider:not(.vertical):not(.checkbox){width:100%;padding:1em .5em}.ui.slider:not(.checkbox){position:relative}.ui.slider:not(.checkbox):focus{outline:0}.ui.slider .inner{position:relative;z-index:2}.ui.slider:not(.vertical) .inner{height:1.5em}.ui.slider .inner:hover{cursor:auto}.ui.slider .inner .track{position:absolute;border-radius:4px;background-color:rgba(0,0,0,.05)}.ui.slider:not(.vertical) .inner .track{width:100%;height:.4em;top:.55em;left:0}.ui.slider .inner .track-fill{position:absolute;border-radius:4px;background-color:#1b1c1d}.ui.slider:not(.vertical) .inner .track-fill{height:.4em;top:.55em;left:0}.ui.slider .inner .thumb{position:absolute;left:0;top:0;height:1.5em;width:1.5em;background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));border-radius:100%;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider:not(.disabled) .inner .thumb:hover{cursor:pointer;background:#f2f2f2 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#f2f2f2 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#f2f2f2 linear-gradient(transparent,rgba(0,0,0,.05))}.ui.slider:not(.disabled):focus .inner .thumb{background:#f2f2f2 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#f2f2f2 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#f2f2f2 linear-gradient(transparent,rgba(0,0,0,.05))}.ui.disabled.slider:not(.checkbox){opacity:.5}.ui.disabled.slider .inner:hover{cursor:auto}.ui.disabled.slider .inner .track-fill{background:#ccc}.ui.reversed.slider .inner .track-fill{left:auto;right:0}.ui.reversed.slider:not(.vertical) .inner .thumb{left:auto;right:0}.ui.reversed.vertical.slider .inner .thumb{left:.03em}.ui.labeled.reversed.slider>.labels .label{-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.ui.vertical.slider{height:100%;width:1.5em;padding:.5em 1em}.ui.vertical.slider .inner{height:100%}.ui.vertical.slider .inner .track{height:100%;width:.4em;left:.55em;top:0}.ui.vertical.slider .inner .track-fill{width:.4em;left:.55em;top:0}.ui.vertical.reversed.slider .inner .thumb{top:auto;bottom:0}.ui.vertical.reversed.slider .inner .track-fill{top:auto;bottom:0}.ui.labeled.slider>.labels{height:1.5em;width:auto;margin:0;padding:0;position:absolute;top:50%;left:0;right:0}.ui.labeled.slider:not(.vertical)>.labels{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.slider>.labels .label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.ui.labeled.ticked.slider>.labels .label:after{content:' ';height:1.5em;width:1px;background:#ccc;position:absolute;top:100%;left:50%}.ui.labeled.ticked.slider>.labels .halftick.label:after{height:.75em}.ui.labeled.vertical.slider>.labels{width:1.5em;height:auto;left:50%;top:0;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.labeled.vertical.slider>.labels .label{-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.ui.labeled.vertical.slider>.labels .label:after{width:1.5em;height:1px;left:100%;top:50%}.ui.labeled.vertical.slider>.labels .halftick.label:after{width:.75em;height:1px}.ui.labeled.vertical.reversed.slider>.labels .label{-webkit-transform:translate(-100%,50%);transform:translate(-100%,50%)}.ui.hover.slider .inner .thumb{opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.ui.hover.slider:not(.disabled):focus .inner .thumb,.ui.hover.slider:not(.disabled):hover .inner .thumb{opacity:1}.ui.inverted.slider .inner .track-fill{background-color:#545454}.ui.inverted.slider .inner .track{background-color:rgba(255,255,255,.08)}.ui.primary.slider .inner .track-fill{background-color:#2185d0}.ui.primary.inverted.slider .inner .track-fill{background-color:#54c8ff}.ui.primary.slider.basic .inner .thumb{background-color:#2185d0}.ui.primary.slider.basic .inner .thumb:hover,.ui.primary.slider.basic:focus .inner .thumb{background-color:#1678c2}.ui.primary.inverted.slider.basic .inner .thumb{background-color:#54c8ff}.ui.primary.inverted.slider.basic .inner .thumb:hover,.ui.primary.inverted.slider.basic:focus .inner .thumb{background-color:#21b8ff}.ui.secondary.slider .inner .track-fill{background-color:#1b1c1d}.ui.secondary.inverted.slider .inner .track-fill{background-color:#545454}.ui.secondary.slider.basic .inner .thumb{background-color:#1b1c1d}.ui.secondary.slider.basic .inner .thumb:hover,.ui.secondary.slider.basic:focus .inner .thumb{background-color:#27292a}.ui.secondary.inverted.slider.basic .inner .thumb{background-color:#545454}.ui.secondary.inverted.slider.basic .inner .thumb:hover,.ui.secondary.inverted.slider.basic:focus .inner .thumb{background-color:#6e6e6e}.ui.red.slider .inner .track-fill{background-color:#db2828}.ui.red.inverted.slider .inner .track-fill{background-color:#ff695e}.ui.red.slider.basic .inner .thumb{background-color:#db2828}.ui.red.slider.basic .inner .thumb:hover,.ui.red.slider.basic:focus .inner .thumb{background-color:#d01919}.ui.red.inverted.slider.basic .inner .thumb{background-color:#ff695e}.ui.red.inverted.slider.basic .inner .thumb:hover,.ui.red.inverted.slider.basic:focus .inner .thumb{background-color:#ff392b}.ui.orange.slider .inner .track-fill{background-color:#f2711c}.ui.orange.inverted.slider .inner .track-fill{background-color:#ff851b}.ui.orange.slider.basic .inner .thumb{background-color:#f2711c}.ui.orange.slider.basic .inner .thumb:hover,.ui.orange.slider.basic:focus .inner .thumb{background-color:#f26202}.ui.orange.inverted.slider.basic .inner .thumb{background-color:#ff851b}.ui.orange.inverted.slider.basic .inner .thumb:hover,.ui.orange.inverted.slider.basic:focus .inner .thumb{background-color:#e76b00}.ui.yellow.slider .inner .track-fill{background-color:#fbbd08}.ui.yellow.inverted.slider .inner .track-fill{background-color:#ffe21f}.ui.yellow.slider.basic .inner .thumb{background-color:#fbbd08}.ui.yellow.slider.basic .inner .thumb:hover,.ui.yellow.slider.basic:focus .inner .thumb{background-color:#eaae00}.ui.yellow.inverted.slider.basic .inner .thumb{background-color:#ffe21f}.ui.yellow.inverted.slider.basic .inner .thumb:hover,.ui.yellow.inverted.slider.basic:focus .inner .thumb{background-color:#ebcd00}.ui.olive.slider .inner .track-fill{background-color:#b5cc18}.ui.olive.inverted.slider .inner .track-fill{background-color:#d9e778}.ui.olive.slider.basic .inner .thumb{background-color:#b5cc18}.ui.olive.slider.basic .inner .thumb:hover,.ui.olive.slider.basic:focus .inner .thumb{background-color:#a7bd0d}.ui.olive.inverted.slider.basic .inner .thumb{background-color:#d9e778}.ui.olive.inverted.slider.basic .inner .thumb:hover,.ui.olive.inverted.slider.basic:focus .inner .thumb{background-color:#d2e745}.ui.green.slider .inner .track-fill{background-color:#21ba45}.ui.green.inverted.slider .inner .track-fill{background-color:#2ecc40}.ui.green.slider.basic .inner .thumb{background-color:#21ba45}.ui.green.slider.basic .inner .thumb:hover,.ui.green.slider.basic:focus .inner .thumb{background-color:#16ab39}.ui.green.inverted.slider.basic .inner .thumb{background-color:#2ecc40}.ui.green.inverted.slider.basic .inner .thumb:hover,.ui.green.inverted.slider.basic:focus .inner .thumb{background-color:#1ea92e}.ui.teal.slider .inner .track-fill{background-color:#00b5ad}.ui.teal.inverted.slider .inner .track-fill{background-color:#6dffff}.ui.teal.slider.basic .inner .thumb{background-color:#00b5ad}.ui.teal.slider.basic .inner .thumb:hover,.ui.teal.slider.basic:focus .inner .thumb{background-color:#009c95}.ui.teal.inverted.slider.basic .inner .thumb{background-color:#6dffff}.ui.teal.inverted.slider.basic .inner .thumb:hover,.ui.teal.inverted.slider.basic:focus .inner .thumb{background-color:#3affff}.ui.blue.slider .inner .track-fill{background-color:#2185d0}.ui.blue.inverted.slider .inner .track-fill{background-color:#54c8ff}.ui.blue.slider.basic .inner .thumb{background-color:#2185d0}.ui.blue.slider.basic .inner .thumb:hover,.ui.blue.slider.basic:focus .inner .thumb{background-color:#1678c2}.ui.blue.inverted.slider.basic .inner .thumb{background-color:#54c8ff}.ui.blue.inverted.slider.basic .inner .thumb:hover,.ui.blue.inverted.slider.basic:focus .inner .thumb{background-color:#21b8ff}.ui.violet.slider .inner .track-fill{background-color:#6435c9}.ui.violet.inverted.slider .inner .track-fill{background-color:#a291fb}.ui.violet.slider.basic .inner .thumb{background-color:#6435c9}.ui.violet.slider.basic .inner .thumb:hover,.ui.violet.slider.basic:focus .inner .thumb{background-color:#5829bb}.ui.violet.inverted.slider.basic .inner .thumb{background-color:#a291fb}.ui.violet.inverted.slider.basic .inner .thumb:hover,.ui.violet.inverted.slider.basic:focus .inner .thumb{background-color:#745aff}.ui.purple.slider .inner .track-fill{background-color:#a333c8}.ui.purple.inverted.slider .inner .track-fill{background-color:#dc73ff}.ui.purple.slider.basic .inner .thumb{background-color:#a333c8}.ui.purple.slider.basic .inner .thumb:hover,.ui.purple.slider.basic:focus .inner .thumb{background-color:#9627ba}.ui.purple.inverted.slider.basic .inner .thumb{background-color:#dc73ff}.ui.purple.inverted.slider.basic .inner .thumb:hover,.ui.purple.inverted.slider.basic:focus .inner .thumb{background-color:#cf40ff}.ui.pink.slider .inner .track-fill{background-color:#e03997}.ui.pink.inverted.slider .inner .track-fill{background-color:#ff8edf}.ui.pink.slider.basic .inner .thumb{background-color:#e03997}.ui.pink.slider.basic .inner .thumb:hover,.ui.pink.slider.basic:focus .inner .thumb{background-color:#e61a8d}.ui.pink.inverted.slider.basic .inner .thumb{background-color:#ff8edf}.ui.pink.inverted.slider.basic .inner .thumb:hover,.ui.pink.inverted.slider.basic:focus .inner .thumb{background-color:#ff5bd1}.ui.brown.slider .inner .track-fill{background-color:#a5673f}.ui.brown.inverted.slider .inner .track-fill{background-color:#d67c1c}.ui.brown.slider.basic .inner .thumb{background-color:#a5673f}.ui.brown.slider.basic .inner .thumb:hover,.ui.brown.slider.basic:focus .inner .thumb{background-color:#975b33}.ui.brown.inverted.slider.basic .inner .thumb{background-color:#d67c1c}.ui.brown.inverted.slider.basic .inner .thumb:hover,.ui.brown.inverted.slider.basic:focus .inner .thumb{background-color:#b0620f}.ui.grey.slider .inner .track-fill{background-color:#767676}.ui.grey.inverted.slider .inner .track-fill{background-color:#dcddde}.ui.grey.slider.basic .inner .thumb{background-color:#767676}.ui.grey.slider.basic .inner .thumb:hover,.ui.grey.slider.basic:focus .inner .thumb{background-color:#838383}.ui.grey.inverted.slider.basic .inner .thumb{background-color:#dcddde}.ui.grey.inverted.slider.basic .inner .thumb:hover,.ui.grey.inverted.slider.basic:focus .inner .thumb{background-color:#c2c4c5}.ui.black.slider .inner .track-fill{background-color:#1b1c1d}.ui.black.inverted.slider .inner .track-fill{background-color:#545454}.ui.black.slider.basic .inner .thumb{background-color:#1b1c1d}.ui.black.slider.basic .inner .thumb:hover,.ui.black.slider.basic:focus .inner .thumb{background-color:#27292a}.ui.black.inverted.slider.basic .inner .thumb{background-color:#545454}.ui.black.inverted.slider.basic .inner .thumb:hover,.ui.black.inverted.slider.basic:focus .inner .thumb{background-color:#000}.ui.slider.basic .inner .thumb{background-color:#1b1c1d}.ui.slider.basic .inner .thumb:hover,.ui.slider.basic:focus .inner .thumb{background-color:#27292a}.ui.inverted.slider.basic .inner .thumb{background-color:#545454}.ui.inverted.slider.basic .inner .thumb:hover,.ui.inverted.slider.basic:focus .inner .thumb{background-color:#000}.ui.slider.small .inner .thumb{height:1em;width:1em}.ui.slider.small:not(.vertical) .inner{height:1em}.ui.slider.small:not(.vertical) .inner .track,.ui.slider.small:not(.vertical) .inner .track-fill{height:.3em;top:.35em}.ui.small.labeled.slider:not(.vertical)>.labels,.ui.small.labeled.slider:not(.vertical)>.labels .label:after{height:1em}.ui.small.labeled.slider:not(.vertical)>.labels .halftick.label:after{height:.5em}.ui.slider.small.vertical .inner{width:1em}.ui.slider.small.vertical .inner .track,.ui.slider.small.vertical .inner .track-fill{width:.3em;left:.35em}.ui.small.labeled.vertical.slider>.labels,.ui.small.labeled.vertical.slider>.labels .label:after{width:1em}.ui.small.labeled.vertical.slider>.labels .halftick.label:after{width:.5em}.ui.slider.large .inner .thumb{height:2em;width:2em}.ui.slider.large:not(.vertical) .inner{height:2em}.ui.slider.large:not(.vertical) .inner .track,.ui.slider.large:not(.vertical) .inner .track-fill{height:.5em;top:.75em}.ui.large.labeled.slider:not(.vertical)>.labels,.ui.large.labeled.slider:not(.vertical)>.labels .label:after{height:2em}.ui.large.labeled.slider:not(.vertical)>.labels .halftick.label:after{height:1em}.ui.slider.large.vertical .inner{width:2em}.ui.slider.large.vertical .inner .track,.ui.slider.large.vertical .inner .track-fill{width:.5em;left:.75em}.ui.large.labeled.vertical.slider>.labels,.ui.large.labeled.vertical.slider>.labels .label:after{width:2em}.ui.large.labeled.vertical.slider>.labels .halftick.label:after{width:1em}.ui.slider.big .inner .thumb{height:2.5em;width:2.5em}.ui.slider.big:not(.vertical) .inner{height:2.5em}.ui.slider.big:not(.vertical) .inner .track,.ui.slider.big:not(.vertical) .inner .track-fill{height:.6em;top:.95em}.ui.big.labeled.slider:not(.vertical)>.labels,.ui.big.labeled.slider:not(.vertical)>.labels .label:after{height:2.5em}.ui.big.labeled.slider:not(.vertical)>.labels .halftick.label:after{height:1.25em}.ui.slider.big.vertical .inner{width:2.5em}.ui.slider.big.vertical .inner .track,.ui.slider.big.vertical .inner .track-fill{width:.6em;left:.95em}.ui.big.labeled.vertical.slider>.labels,.ui.big.labeled.vertical.slider>.labels .label:after{width:2.5em}.ui.big.labeled.vertical.slider>.labels .halftick.label:after{width:1.25em}/*! + * # Fomantic-UI - Rating + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;text-align:center;font-weight:400;font-style:normal;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.rating .icon{background:0 0;color:rgba(0,0,0,.15)}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.85)),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,rgba(0,0,0,.85) 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,rgba(0,0,0,.85) 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.ui.rating .icon.selected,.ui.rating .icon.selected.active,.ui.rating .icon.selected.partial.active{background:0 0;color:rgba(0,0,0,.87);background-clip:unset}.ui.primary.rating .active.icon{color:#54c8ff;text-shadow:0 -1px 0 #2185d0,-1px 0 0 #2185d0,0 1px 0 #2185d0,1px 0 0 #2185d0}.ui.primary.rating .icon.selected,.ui.primary.rating .icon.selected.active,.ui.primary.rating .icon.selected.partial.active{background:inherit;color:#21b8ff;text-shadow:0 -1px 0 #1678c2,-1px 0 0 #1678c2,0 1px 0 #1678c2,1px 0 0 #1678c2;-webkit-text-stroke:unset;background-clip:unset}.ui.primary.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#54c8ff),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#54c8ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#54c8ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#2185d0 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.secondary.rating .active.icon{color:#545454;text-shadow:0 -1px 0 #1b1c1d,-1px 0 0 #1b1c1d,0 1px 0 #1b1c1d,1px 0 0 #1b1c1d}.ui.secondary.rating .icon.selected,.ui.secondary.rating .icon.selected.active,.ui.secondary.rating .icon.selected.partial.active{background:inherit;color:#6e6e6e;text-shadow:0 -1px 0 #27292a,-1px 0 0 #27292a,0 1px 0 #27292a,1px 0 0 #27292a;-webkit-text-stroke:unset;background-clip:unset}.ui.secondary.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#545454),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#545454 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#545454 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#1b1c1d .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.red.rating .active.icon{color:#ff695e;text-shadow:0 -1px 0 #db2828,-1px 0 0 #db2828,0 1px 0 #db2828,1px 0 0 #db2828}.ui.red.rating .icon.selected,.ui.red.rating .icon.selected.active,.ui.red.rating .icon.selected.partial.active{background:inherit;color:#ff392b;text-shadow:0 -1px 0 #d01919,-1px 0 0 #d01919,0 1px 0 #d01919,1px 0 0 #d01919;-webkit-text-stroke:unset;background-clip:unset}.ui.red.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#ff695e),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#ff695e 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#ff695e 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#db2828 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.orange.rating .active.icon{color:#ff851b;text-shadow:0 -1px 0 #f2711c,-1px 0 0 #f2711c,0 1px 0 #f2711c,1px 0 0 #f2711c}.ui.orange.rating .icon.selected,.ui.orange.rating .icon.selected.active,.ui.orange.rating .icon.selected.partial.active{background:inherit;color:#e76b00;text-shadow:0 -1px 0 #f26202,-1px 0 0 #f26202,0 1px 0 #f26202,1px 0 0 #f26202;-webkit-text-stroke:unset;background-clip:unset}.ui.orange.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#ff851b),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#ff851b 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#ff851b 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#f2711c .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.yellow.rating .active.icon{color:#ffe21f;text-shadow:0 -1px 0 #fbbd08,-1px 0 0 #fbbd08,0 1px 0 #fbbd08,1px 0 0 #fbbd08}.ui.yellow.rating .icon.selected,.ui.yellow.rating .icon.selected.active,.ui.yellow.rating .icon.selected.partial.active{background:inherit;color:#ebcd00;text-shadow:0 -1px 0 #eaae00,-1px 0 0 #eaae00,0 1px 0 #eaae00,1px 0 0 #eaae00;-webkit-text-stroke:unset;background-clip:unset}.ui.yellow.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#ffe21f),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#ffe21f 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#ffe21f 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#fbbd08 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.olive.rating .active.icon{color:#d9e778;text-shadow:0 -1px 0 #b5cc18,-1px 0 0 #b5cc18,0 1px 0 #b5cc18,1px 0 0 #b5cc18}.ui.olive.rating .icon.selected,.ui.olive.rating .icon.selected.active,.ui.olive.rating .icon.selected.partial.active{background:inherit;color:#d2e745;text-shadow:0 -1px 0 #a7bd0d,-1px 0 0 #a7bd0d,0 1px 0 #a7bd0d,1px 0 0 #a7bd0d;-webkit-text-stroke:unset;background-clip:unset}.ui.olive.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#d9e778),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#d9e778 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#d9e778 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#b5cc18 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.green.rating .active.icon{color:#2ecc40;text-shadow:0 -1px 0 #21ba45,-1px 0 0 #21ba45,0 1px 0 #21ba45,1px 0 0 #21ba45}.ui.green.rating .icon.selected,.ui.green.rating .icon.selected.active,.ui.green.rating .icon.selected.partial.active{background:inherit;color:#1ea92e;text-shadow:0 -1px 0 #16ab39,-1px 0 0 #16ab39,0 1px 0 #16ab39,1px 0 0 #16ab39;-webkit-text-stroke:unset;background-clip:unset}.ui.green.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#2ecc40),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#2ecc40 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#2ecc40 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#21ba45 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.teal.rating .active.icon{color:#6dffff;text-shadow:0 -1px 0 #00b5ad,-1px 0 0 #00b5ad,0 1px 0 #00b5ad,1px 0 0 #00b5ad}.ui.teal.rating .icon.selected,.ui.teal.rating .icon.selected.active,.ui.teal.rating .icon.selected.partial.active{background:inherit;color:#3affff;text-shadow:0 -1px 0 #009c95,-1px 0 0 #009c95,0 1px 0 #009c95,1px 0 0 #009c95;-webkit-text-stroke:unset;background-clip:unset}.ui.teal.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#6dffff),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#6dffff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#6dffff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#00b5ad .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.blue.rating .active.icon{color:#54c8ff;text-shadow:0 -1px 0 #2185d0,-1px 0 0 #2185d0,0 1px 0 #2185d0,1px 0 0 #2185d0}.ui.blue.rating .icon.selected,.ui.blue.rating .icon.selected.active,.ui.blue.rating .icon.selected.partial.active{background:inherit;color:#21b8ff;text-shadow:0 -1px 0 #1678c2,-1px 0 0 #1678c2,0 1px 0 #1678c2,1px 0 0 #1678c2;-webkit-text-stroke:unset;background-clip:unset}.ui.blue.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#54c8ff),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#54c8ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#54c8ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#2185d0 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.violet.rating .active.icon{color:#a291fb;text-shadow:0 -1px 0 #6435c9,-1px 0 0 #6435c9,0 1px 0 #6435c9,1px 0 0 #6435c9}.ui.violet.rating .icon.selected,.ui.violet.rating .icon.selected.active,.ui.violet.rating .icon.selected.partial.active{background:inherit;color:#745aff;text-shadow:0 -1px 0 #5829bb,-1px 0 0 #5829bb,0 1px 0 #5829bb,1px 0 0 #5829bb;-webkit-text-stroke:unset;background-clip:unset}.ui.violet.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#a291fb),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#a291fb 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#a291fb 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#6435c9 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.purple.rating .active.icon{color:#dc73ff;text-shadow:0 -1px 0 #a333c8,-1px 0 0 #a333c8,0 1px 0 #a333c8,1px 0 0 #a333c8}.ui.purple.rating .icon.selected,.ui.purple.rating .icon.selected.active,.ui.purple.rating .icon.selected.partial.active{background:inherit;color:#cf40ff;text-shadow:0 -1px 0 #9627ba,-1px 0 0 #9627ba,0 1px 0 #9627ba,1px 0 0 #9627ba;-webkit-text-stroke:unset;background-clip:unset}.ui.purple.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#dc73ff),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#dc73ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#dc73ff 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#a333c8 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.pink.rating .active.icon{color:#ff8edf;text-shadow:0 -1px 0 #e03997,-1px 0 0 #e03997,0 1px 0 #e03997,1px 0 0 #e03997}.ui.pink.rating .icon.selected,.ui.pink.rating .icon.selected.active,.ui.pink.rating .icon.selected.partial.active{background:inherit;color:#ff5bd1;text-shadow:0 -1px 0 #e61a8d,-1px 0 0 #e61a8d,0 1px 0 #e61a8d,1px 0 0 #e61a8d;-webkit-text-stroke:unset;background-clip:unset}.ui.pink.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#ff8edf),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#ff8edf 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#ff8edf 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#e03997 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.brown.rating .active.icon{color:#d67c1c;text-shadow:0 -1px 0 #a5673f,-1px 0 0 #a5673f,0 1px 0 #a5673f,1px 0 0 #a5673f}.ui.brown.rating .icon.selected,.ui.brown.rating .icon.selected.active,.ui.brown.rating .icon.selected.partial.active{background:inherit;color:#b0620f;text-shadow:0 -1px 0 #975b33,-1px 0 0 #975b33,0 1px 0 #975b33,1px 0 0 #975b33;-webkit-text-stroke:unset;background-clip:unset}.ui.brown.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#d67c1c),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#d67c1c 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#d67c1c 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#a5673f .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.grey.rating .active.icon{color:#dcddde;text-shadow:0 -1px 0 #767676,-1px 0 0 #767676,0 1px 0 #767676,1px 0 0 #767676}.ui.grey.rating .icon.selected,.ui.grey.rating .icon.selected.active,.ui.grey.rating .icon.selected.partial.active{background:inherit;color:#c2c4c5;text-shadow:0 -1px 0 #838383,-1px 0 0 #838383,0 1px 0 #838383,1px 0 0 #838383;-webkit-text-stroke:unset;background-clip:unset}.ui.grey.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#dcddde),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#dcddde 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#dcddde 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#767676 .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.black.rating .active.icon{color:#545454;text-shadow:0 -1px 0 #1b1c1d,-1px 0 0 #1b1c1d,0 1px 0 #1b1c1d,1px 0 0 #1b1c1d}.ui.black.rating .icon.selected,.ui.black.rating .icon.selected.active,.ui.black.rating .icon.selected.partial.active{background:inherit;color:#000;text-shadow:0 -1px 0 #27292a,-1px 0 0 #27292a,0 1px 0 #27292a,1px 0 0 #27292a;-webkit-text-stroke:unset;background-clip:unset}.ui.black.rating .icon.partial.active{background:-webkit-gradient(linear,left top,right top,from(#545454),to(rgba(0,0,0,.15)));background:-webkit-linear-gradient(left,#545454 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);background:linear-gradient(to right,#545454 0 var(--full),rgba(0,0,0,.15) var(--full) 100%);text-shadow:none;-webkit-text-stroke:#1b1c1d .78px;-webkit-background-clip:text;background-clip:text;color:transparent}.ui.disabled.rating .icon{cursor:default}.ui.rating.selected .active.icon{opacity:1}.ui.rating .icon.selected,.ui.rating.selected .icon.selected{opacity:1}.ui.rating{font-size:1rem}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.large.rating{font-size:1.14285714rem}.ui.big.rating{font-size:1.28571429rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}/*! + * # Fomantic-UI - Search + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;text-align:left;text-transform:none;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em 1em}.ui.search>.results>.message .header{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover:not(div){background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none}.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search>.results .result.active .description{color:rgba(0,0,0,.85)}.ui.disabled.search{cursor:default;pointer-events:none;opacity:.45}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search .results.animating,.ui.category.search .results.visible{display:table}.ui.category.search>.results .category{display:table-row;background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category>.name{display:table-cell;text-overflow:ellipsis;width:100px;white-space:nowrap;background:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .results{display:table-cell;background:#fff;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .result{border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.search{font-size:1em}.ui.mini.search{font-size:.78571429em}.ui.tiny.search{font-size:.85714286em}.ui.small.search{font-size:.92857143em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}@media only screen and (max-width:767.98px){.ui.search .results{max-width:calc(100vw - 2rem)}}/*! + * # Fomantic-UI - Shape + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{display:none;opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 2px rgba(0,0,0,.3);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .animating.side *,.ui.shape.animating .side *{-webkit-transition:none;transition:none}.ui.shape .active.side{display:block}/*! + * # Fomantic-UI - Sidebar + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454}body.pushable.dimmed{background:inherit}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;will-change:transform;z-index:101}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:2;background:inherit}body.pushable>.pusher{background:#fff}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.left.visible.sidebar,.ui.right.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.bottom.visible.sidebar,.ui.top.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.left.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.right.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.bottom.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);transform:scale(.75)}/*! + * # Fomantic-UI - Sticky + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}/*! + * # Fomantic-UI - Tab + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:50%;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:50%;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:loader .6s infinite linear;animation:loader .6s infinite linear;border:.2em solid #767676;border-radius:500rem;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}/*! + * # Fomantic-UI - Toast + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.ui.toast-container{position:fixed;z-index:9999}.ui.toast-container.top.right{top:.85714286em;right:.85714286em;margin-left:.85714286em}.ui.toast-container.top.left{top:.85714286em;left:.85714286em;margin-right:.85714286em}.ui.toast-container.top.center{left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);top:.85714286em}.ui.toast-container.bottom.right{bottom:.85714286em;right:.85714286em;margin-left:.85714286em}.ui.toast-container.bottom.left{bottom:.85714286em;left:.85714286em;margin-right:.85714286em}.ui.toast-container.bottom.center{left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);bottom:.85714286em}.ui.toast-container .animating.toast-box,.ui.toast-container .toast-box,.ui.toast-container .visible.toast-box{display:table!important}.ui.toast-container .toast-box{margin-bottom:.5em;border-radius:.28571429rem;cursor:default}.ui.toast-container .toast-box:hover{opacity:1}.ui.toast-container .toast-box:not(.unclickable):hover{cursor:pointer}.ui.toast-container .toast-box.floating,.ui.toast-container .toast-box.hoverfloating:hover{-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.12)}.ui.toast-container .toast-box.compact,.ui.toast-container .toast-box>.compact{width:350px}.ui.toast-container .toast-box>.ui.message,.ui.toast-container .toast-box>.ui.toast{margin:0 -1px -.01em;position:relative}.ui.toast-container .toast-box>.attached.progress{z-index:1}.ui.toast-container .toast-box>.attached.progress.bottom{margin:-.2em -1px -.01em}.ui.toast-container .toast-box>.attached.progress.top{margin:-.01em -1px -.2em}.ui.toast-container .toast-box>.attached.progress .bar{min-width:0}.ui.toast-container .toast-box>.attached.progress.info .bar.bar.bar{background:#12a1bf}.ui.toast-container .toast-box>.attached.progress.warning .bar.bar.bar{background:#cf9b0d}.ui.toast-container .toast-box>.attached.progress.success .bar.bar.bar{background:#15792d}.ui.toast-container .toast-box>.attached.progress .error .bar.bar.bar{background:#9c1a1a}.ui.toast-container .toast-box>.attached.progress.neutral .bar.bar.bar{background:#d9d9d9}.ui.toast-container .toast-box>.ui.message>.close.icon{top:.3em;right:.3em}.ui.toast-container .toast-box>.ui.message>.actions:last-child{margin-bottom:-1em}.ui.toast-container .toast-box>.ui.message.icon{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.ui.toast-container .toast-box>.ui.message.icon>:not(.icon):not(.actions){padding-left:5rem}.ui.toast-container .toast-box>.ui.message.icon>.icon:not(.close){display:inline-block;position:absolute;width:4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.toast-container .toast-box>.ui.message.icon:not(.vertical).actions>.icon:not(.close){top:calc(50% - 1.2em);-webkit-transform:none;transform:none}.ui.toast-container .toast-box>.ui.message.icon:not(.vertical).icon.icon.icon{display:block}.ui.toast-container .toast-box .ui.toast>.close.icon{cursor:pointer;margin:0;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.toast-container .toast-box .ui.toast>.close.icon:hover{opacity:1}.ui.toast-container .toast-box .ui.toast.vertical>.close.icon{margin-top:-.3em;margin-right:-.3em}.ui.toast-container .toast-box .ui.toast:not(.vertical)>.close.icon{position:absolute;top:.3em}.ui.toast-container .toast-box .ui.toast:not(.vertical)>.close.icon:not(.left){right:.3em}.ui.toast-container .toast-box .ui.toast:not(.vertical)>.close.icon.left{margin-left:-.3em}.ui.toast-container .toast-box .ui.card{margin:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom{border-top-left-radius:0;border-top-right-radius:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal>.image>img{border-top-left-radius:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).bottom.horizontal>.image:last-child>img{border-top-right-radius:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal>.image>img{border-bottom-left-radius:0}.ui.toast-container .toast-box .ui.card.attached:not(.vertical).top.horizontal>.image:last-child>img{border-bottom-right-radius:0}.ui.toast-container .toast-box .ui.card.horizontal.actions>.image>img{border-bottom-left-radius:0}.ui.toast-container .toast-box .ui.card.horizontal.actions>.image:last-child>img{border-bottom-right-radius:0}.ui.toast-container .toast-box .progressing{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ui.toast-container .toast-box .progressing.up{-webkit-animation-name:progressUp;animation-name:progressUp}.ui.toast-container .toast-box .progressing.down{-webkit-animation-name:progressDown;animation-name:progressDown}.ui.toast-container .toast-box .progressing.wait{-webkit-animation-name:progressWait;animation-name:progressWait}.ui.toast-container .toast-box:hover .pausable.progressing{-webkit-animation-play-state:paused;animation-play-state:paused}.ui.toast-container .toast-box .ui.toast:not(.vertical){display:block}.ui.toast-container .toast-box :not(.comment):not(.card) .actions{margin:.5em -1em -1em -1em}.ui.toast-container .toast-box :not(.comment) .actions{padding:.5em .5em .75em .5em;text-align:right}.ui.toast-container .toast-box :not(.comment) .actions.attached:not(.vertical){margin-right:1px}.ui.toast-container .toast-box :not(.comment) .actions:not(.basic):not(.attached){background:rgba(255,255,255,.25);border-top:1px solid rgba(0,0,0,.2)}.ui.toast-container .toast-box :not(.comment) .actions.left{text-align:left}.ui.toast-container .toast-box .vertical.actions>.button,.ui.toast-container .toast-box>.vertical.vertical.vertical,.ui.toast-container .toast-box>.vertical>.vertical.vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.toast-container .toast-box :not(.comment) .vertical.actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.toast-container .toast-box :not(.comment) .vertical.actions>.button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.toast-container .toast-box :not(.comment) .vertical.actions.attached>.button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached){border-top:0;margin-top:-.75em;margin-bottom:-.75em;margin-left:1em;-ms-flex-pack:distribute;justify-content:space-around}.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic){border-left:1px solid rgba(0,0,0,.2)}.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached)>.button:not(:last-child){margin-bottom:.3em}.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ui.vertical.attached:not(.left).card>.image>img{border-top-right-radius:0}.ui.vertical.attached:not(.left).card.horizontal>.image:last-child>img{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.attached:not(.left).card,.ui.vertical.attached:not(.left).toast{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.attached:not(.left).actions{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.attached:not(.left).actions .button:first-child,.ui.vertical.attached:not(.left).actions .button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ui.vertical.attached:not(.left).message{border-top-right-radius:0;border-bottom-left-radius:.28571429rem}.ui.vertical.attached.left.card>.image>img{border-top-left-radius:0}.ui.vertical.attached.left.card.horizontal>.image>img{border-top-left-radius:0;border-bottom-left-radius:0}.ui.vertical.attached.left.card,.ui.vertical.attached.left.toast{border-top-left-radius:0;border-bottom-left-radius:0}.ui.vertical.attached.left.actions{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.vertical.attached.left.actions .button:first-child,.ui.vertical.attached.left.actions .button:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.attached.left.actions .button:not(:first-child):not(:last-child){margin-left:-1px}.ui.vertical.attached.left.message.message.message{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.attached:not(.vertical):not(.top).actions{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.attached:not(.vertical):not(.top).actions .button:first-child{border-bottom-left-radius:.28571429rem}.ui.attached:not(.vertical):not(.top).actions .button:last-child{border-bottom-right-radius:.28571429rem}.ui.attached:not(.vertical).top.actions{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.attached:not(.vertical).top.actions .button:first-child{border-top-left-radius:.28571429rem}.ui.attached:not(.vertical).top.actions .button:last-child{border-top-right-radius:.28571429rem}.ui.toast{display:none;border-radius:.28571429rem;padding:.78571429em 1em;margin:0 -1px -.01em;color:rgba(0,0,0,.87);background-color:#fff}.ui.toast>.content>.header{font-weight:700;color:inherit;margin:0}.ui.toast.info{background-color:#31ccec;color:rgba(255,255,255,.9)}.ui.toast.warning{background-color:#f2c037;color:rgba(255,255,255,.9)}.ui.toast.success{background-color:#21ba45;color:rgba(255,255,255,.9)}.ui.toast.error{background-color:#db2828;color:rgba(255,255,255,.9)}.ui.toast.neutral{background-color:#fff;color:rgba(0,0,0,.87)}.ui.toast>.icon:not(.close){font-size:1.5em}.ui.toast:not(.vertical)>.icon:not(.close){position:absolute}.ui.toast:not(.vertical)>.icon:not(.close)+.content{padding-left:3em}.ui.toast:not(.vertical)>.close.icon+.content{padding-left:1.5em}.ui.toast:not(.vertical)>.ui.image{position:absolute}.ui.toast:not(.vertical)>.ui.image.avatar+.content{padding-left:3em;min-height:2em}.ui.toast:not(.vertical)>.ui.image.mini+.content{padding-left:3.4em;min-height:35px}.ui.toast:not(.vertical)>.ui.image.tiny+.content{padding-left:7em;min-height:80px}.ui.toast:not(.vertical)>.ui.image.small+.content{padding-left:12em;min-height:150px}.ui.toast:not(.vertical)>.centered.icon,.ui.toast:not(.vertical)>.centered.image{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}.ui.toast:not(.vertical).actions>.centered.image{top:calc(50% - 2em)}.ui.toast:not(.vertical).actions>.centered.icon{top:calc(50% - 1.2em)}.ui.toast.vertical>.close.icon+.content{padding-left:1em}.ui.toast.vertical>.icon:not(.close)+.content,.ui.toast.vertical>.ui.image+.content{padding-left:1em}.ui.toast.vertical>.ui.image{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-negative:0;flex-shrink:0}.ui.toast.vertical>.centered.icon,.ui.toast.vertical>.centered.image{-ms-flex-item-align:center;align-self:center}.ui.toast.attached.bottom{border-top-left-radius:0;border-top-right-radius:0}.ui.toast.attached.top{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.hoverfloating.message:hover{-webkit-box-shadow:0 0 0 1px inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.center.toast-container .toast-box,.ui.right.toast-container .toast-box{margin-left:auto}.ui.center.toast-container .toast-box{margin-right:auto}.ui.primary.toast{background-color:#2185d0;color:rgba(255,255,255,.9)}.ui.inverted.primary.toast,.ui.toast-container .toast-box>.inverted.primary.attached.progress .bar{background-color:#54c8ff;color:rgba(0,0,0,.87)}.ui.secondary.toast{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.secondary.toast,.ui.toast-container .toast-box>.inverted.secondary.attached.progress .bar{background-color:#545454;color:rgba(0,0,0,.87)}.ui.red.toast{background-color:#db2828;color:rgba(255,255,255,.9)}.ui.inverted.red.toast,.ui.toast-container .toast-box>.inverted.red.attached.progress .bar{background-color:#ff695e;color:rgba(0,0,0,.87)}.ui.orange.toast{background-color:#f2711c;color:rgba(255,255,255,.9)}.ui.inverted.orange.toast,.ui.toast-container .toast-box>.inverted.orange.attached.progress .bar{background-color:#ff851b;color:rgba(0,0,0,.87)}.ui.yellow.toast{background-color:#fbbd08;color:rgba(255,255,255,.9)}.ui.inverted.yellow.toast,.ui.toast-container .toast-box>.inverted.yellow.attached.progress .bar{background-color:#ffe21f;color:rgba(0,0,0,.87)}.ui.olive.toast{background-color:#b5cc18;color:rgba(255,255,255,.9)}.ui.inverted.olive.toast,.ui.toast-container .toast-box>.inverted.olive.attached.progress .bar{background-color:#d9e778;color:rgba(0,0,0,.87)}.ui.green.toast{background-color:#21ba45;color:rgba(255,255,255,.9)}.ui.inverted.green.toast,.ui.toast-container .toast-box>.inverted.green.attached.progress .bar{background-color:#2ecc40;color:rgba(0,0,0,.87)}.ui.teal.toast{background-color:#00b5ad;color:rgba(255,255,255,.9)}.ui.inverted.teal.toast,.ui.toast-container .toast-box>.inverted.teal.attached.progress .bar{background-color:#6dffff;color:rgba(0,0,0,.87)}.ui.blue.toast{background-color:#2185d0;color:rgba(255,255,255,.9)}.ui.inverted.blue.toast,.ui.toast-container .toast-box>.inverted.blue.attached.progress .bar{background-color:#54c8ff;color:rgba(0,0,0,.87)}.ui.violet.toast{background-color:#6435c9;color:rgba(255,255,255,.9)}.ui.inverted.violet.toast,.ui.toast-container .toast-box>.inverted.violet.attached.progress .bar{background-color:#a291fb;color:rgba(0,0,0,.87)}.ui.purple.toast{background-color:#a333c8;color:rgba(255,255,255,.9)}.ui.inverted.purple.toast,.ui.toast-container .toast-box>.inverted.purple.attached.progress .bar{background-color:#dc73ff;color:rgba(0,0,0,.87)}.ui.pink.toast{background-color:#e03997;color:rgba(255,255,255,.9)}.ui.inverted.pink.toast,.ui.toast-container .toast-box>.inverted.pink.attached.progress .bar{background-color:#ff8edf;color:rgba(0,0,0,.87)}.ui.brown.toast{background-color:#a5673f;color:rgba(255,255,255,.9)}.ui.inverted.brown.toast,.ui.toast-container .toast-box>.inverted.brown.attached.progress .bar{background-color:#d67c1c;color:rgba(0,0,0,.87)}.ui.grey.toast{background-color:#767676;color:rgba(255,255,255,.9)}.ui.inverted.grey.toast,.ui.toast-container .toast-box>.inverted.grey.attached.progress .bar{background-color:#dcddde;color:rgba(0,0,0,.87)}.ui.black.toast{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.black.toast,.ui.toast-container .toast-box>.inverted.black.attached.progress .bar{background-color:#545454;color:rgba(0,0,0,.87)}.ui.inverted.toast{color:rgba(255,255,255,.9);background-color:#1b1c1d}@media only screen and (max-width:420px){.ui.toast-container .toast-box.toast-box,.ui.toast-container .toast-box>*,.ui.toast-container .toast-box>.compact,.ui.toast-container .toast-box>.vertical>*{width:auto;max-width:100%}.ui.toast-container .toast-box>:not(.vertical){min-width:280px}.ui.toast-container .toast-box>.ui.card.horizontal,.ui.toast-container .toast-box>.vertical>.ui.horizontal.card{min-width:initial}}@-webkit-keyframes progressDown{0%{width:100%}100%{width:0}}@keyframes progressDown{0%{width:100%}100%{width:0}}@-webkit-keyframes progressUp{0%{width:0}100%{width:100%}}@keyframes progressUp{0%{width:0}100%{width:100%}}@-webkit-keyframes progressWait{0%{opacity:1}100%{opacity:0}}@keyframes progressWait{0%{opacity:1}100%{opacity:0}}/*! + * # Fomantic-UI - Transition + * http://github.com/fomantic/Fomantic-UI/ + * + * + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{-webkit-animation-name:zoomIn;animation-name:zoomIn}.transition.zoom.out{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}.transition.glow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1)}.transition.glow{-webkit-animation-name:glow;animation-name:glow}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}@keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}} \ No newline at end of file diff --git a/public/vendor/plugins/fomantic/semantic.min.js b/public/vendor/plugins/fomantic/semantic.min.js new file mode 100644 index 0000000000..88b9715d3b --- /dev/null +++ b/public/vendor/plugins/fomantic/semantic.min.js @@ -0,0 +1,11 @@ + /* + * # Fomantic UI - 2.8.2 + * https://github.com/fomantic/Fomantic-UI + * http://fomantic-ui.com/ + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ +!function(p,h,v,b){p.isFunction=p.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},p.site=p.fn.site=function(e){var s,l,i=(new Date).getTime(),o=[],t=e,n="string"==typeof t,c=[].slice.call(arguments,1),u=p.isPlainObject(e)?p.extend(!0,{},p.site.settings,e):p.extend({},p.site.settings),a=u.namespace,d=u.error,r="module-"+a,f=p(v),m=this,g=f.data(r);return s={initialize:function(){s.instantiate()},instantiate:function(){s.verbose("Storing instance of site",s),g=s,f.data(r,s)},normalize:function(){s.fix.console(),s.fix.requestAnimationFrame()},fix:{console:function(){s.debug("Normalizing window.console"),console!==b&&console.log!==b||(s.verbose("Console not available, normalizing events"),s.disable.console()),void 0!==console.group&&void 0!==console.groupEnd&&void 0!==console.groupCollapsed||(s.verbose("Console group not available, normalizing events"),h.console.group=function(){},h.console.groupEnd=function(){},h.console.groupCollapsed=function(){}),void 0===console.markTimeline&&(s.verbose("Mark timeline not available, normalizing events"),h.console.markTimeline=function(){})},consoleClear:function(){s.debug("Disabling programmatic console clearing"),h.console.clear=function(){}},requestAnimationFrame:function(){s.debug("Normalizing requestAnimationFrame"),h.requestAnimationFrame===b&&(s.debug("RequestAnimationFrame not available, normalizing event"),h.requestAnimationFrame=h.requestAnimationFrame||h.mozRequestAnimationFrame||h.webkitRequestAnimationFrame||h.msRequestAnimationFrame||function(e){setTimeout(e,0)})}},moduleExists:function(e){return p.fn[e]!==b&&p.fn[e].settings!==b},enabled:{modules:function(e){var n=[];return e=e||u.modules,p.each(e,function(e,t){s.moduleExists(t)&&n.push(t)}),n}},disabled:{modules:function(e){var n=[];return e=e||u.modules,p.each(e,function(e,t){s.moduleExists(t)||n.push(t)}),n}},change:{setting:function(o,a,e,r){e="string"==typeof e?"all"===e?u.modules:[e]:e||u.modules,r=r===b||r,p.each(e,function(e,t){var n,i=!s.moduleExists(t)||(p.fn[t].settings.namespace||!1);s.moduleExists(t)&&(s.verbose("Changing default setting",o,a,t),p.fn[t].settings[o]=a,r&&i&&0<(n=p(":data(module-"+i+")")).length&&(s.verbose("Modifying existing settings",n),n[t]("setting",o,a)))})},settings:function(i,e,o){e="string"==typeof e?[e]:e||u.modules,o=o===b||o,p.each(e,function(e,t){var n;s.moduleExists(t)&&(s.verbose("Changing default setting",i,t),p.extend(!0,p.fn[t].settings,i),o&&a&&0<(n=p(":data(module-"+a+")")).length&&(s.verbose("Modifying existing settings",n),n[t]("setting",i)))})}},enable:{console:function(){s.console(!0)},debug:function(e,t){e=e||u.modules,s.debug("Enabling debug for modules",e),s.change.setting("debug",!0,e,t)},verbose:function(e,t){e=e||u.modules,s.debug("Enabling verbose debug for modules",e),s.change.setting("verbose",!0,e,t)}},disable:{console:function(){s.console(!1)},debug:function(e,t){e=e||u.modules,s.debug("Disabling debug for modules",e),s.change.setting("debug",!1,e,t)},verbose:function(e,t){e=e||u.modules,s.debug("Disabling verbose debug for modules",e),s.change.setting("verbose",!1,e,t)}},console:function(e){if(e){if(g.cache.console===b)return void s.error(d.console);s.debug("Restoring console function"),h.console=g.cache.console}else s.debug("Disabling console function"),g.cache.console=h.console,h.console={clear:function(){},error:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},markTimeline:function(){},warn:function(){}}},destroy:function(){s.verbose("Destroying previous site for",f),f.removeData(r)},cache:{},setting:function(e,t){if(p.isPlainObject(e))p.extend(!0,u,e);else{if(t===b)return u[e];u[e]=t}},internal:function(e,t){if(p.isPlainObject(e))p.extend(!0,s,e);else{if(t===b)return s[e];s[e]=t}},debug:function(){u.debug&&(u.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,u.name+":"),s.debug.apply(console,arguments)))},verbose:function(){u.verbose&&u.debug&&(u.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,u.name+":"),s.verbose.apply(console,arguments)))},error:function(){s.error=Function.prototype.bind.call(console.error,console,u.name+":"),s.error.apply(console,arguments)},performance:{log:function(e){var t,n;u.performance&&(n=(t=(new Date).getTime())-(i||t),i=t,o.push({Element:m,Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=u.name+":",n=0;i=!1,clearTimeout(s.performance.timer),p.each(o,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",(console.group!==b||console.table!==b)&&0<o.length&&(console.groupCollapsed(e),console.table?console.table(o):p.each(o,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),o=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||c,t=m||t,"string"==typeof i&&r!==b&&(i=i.split(/[\. ]/),o=i.length-1,p.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(p.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==b)return a=r[n],!1;if(!p.isPlainObject(r[t])||e==o)return r[t]!==b?a=r[t]:s.error(d.method,i),!1;r=r[t]}})),p.isFunction(a)?n=a.apply(t,e):a!==b&&(n=a),Array.isArray(l)?l.push(n):l!==b?l=[l,n]:n!==b&&(l=n),a}},n?(g===b&&s.initialize(),s.invoke(t)):(g!==b&&s.destroy(),s.initialize()),l!==b?l:this},p.site.settings={name:"Site",namespace:"site",error:{console:"Console cannot be restored, most likely it was overwritten outside of module",method:"The method you called is not defined."},debug:!1,verbose:!1,performance:!0,modules:["accordion","api","calendar","checkbox","dimmer","dropdown","embed","form","modal","nag","popup","slider","rating","shape","sidebar","state","sticky","tab","toast","transition","visibility","visit"],siteNamespace:"site",namespaceStub:{cache:{},config:{},sections:{},section:{},utilities:{}}},p.extend(p.expr[":"],{data:p.expr.createPseudo?p.expr.createPseudo(function(t){return function(e){return!!p.data(e,t)}}):function(e,t,n){return!!p.data(e,n[3])}})}(jQuery,window,document),function(M,I,j,L){"use strict";M.isFunction=M.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},I=void 0!==I&&I.Math==Math?I:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),M.fn.form=function(k){var T,S=M(this),D=S.selector||"",A=(new Date).getTime(),E=[],P=k,F=arguments[1],R="string"==typeof P,O=[].slice.call(arguments,1);return S.each(function(){var n,f,t,e,g,c,m,p,h,i,u,o,a,s,l,v,d=M(this),b=this,y=[],x=!1,r=!1,C=!1,w=["clean","clean"];(v={initialize:function(){v.get.settings(),R?(l===L&&v.instantiate(),v.invoke(P)):(l!==L&&l.invoke("destroy"),v.verbose("Initializing form validation",d,g),v.bindEvents(),v.set.defaults(),v.instantiate())},instantiate:function(){v.verbose("Storing instance of module",v),l=v,d.data(a,v)},destroy:function(){v.verbose("Destroying previous module",l),v.removeEvents(),d.removeData(a)},refresh:function(){v.verbose("Refreshing selector cache"),n=d.find(p.field),f=d.find(p.group),t=d.find(p.message),d.find(p.prompt),e=d.find(p.submit),d.find(p.clear),d.find(p.reset)},submit:function(){v.verbose("Submitting form",d),r=!0,d.submit()},attachEvents:function(e,t){t=t||"submit",M(e).on("click"+s,function(e){v[t](),e.preventDefault()})},bindEvents:function(){v.verbose("Attaching form events"),d.on("submit"+s,v.validate.form).on("blur"+s,p.field,v.event.field.blur).on("click"+s,p.submit,v.submit).on("click"+s,p.reset,v.reset).on("click"+s,p.clear,v.clear),g.keyboardShortcuts&&d.on("keydown"+s,p.field,v.event.field.keydown),n.each(function(e,t){var n=M(t),i=n.prop("type"),o=v.get.changeEvent(i,n);n.on(o+s,v.event.field.change)}),g.preventLeaving&&M(I).on("beforeunload"+s,v.event.beforeUnload),n.on("change click keyup keydown blur",function(e){M(this).triggerHandler(e.type+".dirty")}),n.on("change.dirty click.dirty keyup.dirty keydown.dirty blur.dirty",v.determine.isDirty),d.on("dirty"+s,function(e){g.onDirty.call()}),d.on("clean"+s,function(e){g.onClean.call()})},clear:function(){n.each(function(e,t){var n=M(t),i=n.parent(),o=n.closest(f),a=o.find(p.prompt),r=n.closest(p.uiCalendar),s=n.data(m.defaultValue)||"",l=i.is(p.uiCheckbox),c=i.is(p.uiDropdown)&&v.can.useElement("dropdown"),u=0<r.length&&v.can.useElement("calendar");o.hasClass(h.error)&&(v.verbose("Resetting error on field",o),o.removeClass(h.error),a.remove()),c?(v.verbose("Resetting dropdown value",i,s),i.dropdown("clear",!0)):l?n.prop("checked",!1):u?r.calendar("clear"):(v.verbose("Resetting field value",n,s),n.val(""))})},reset:function(){n.each(function(e,t){var n=M(t),i=n.parent(),o=n.closest(f),a=n.closest(p.uiCalendar),r=o.find(p.prompt),s=n.data(m.defaultValue),l=i.is(p.uiCheckbox),c=i.is(p.uiDropdown)&&v.can.useElement("dropdown"),u=0<a.length&&v.can.useElement("calendar"),d=o.hasClass(h.error);s!==L&&(d&&(v.verbose("Resetting error on field",o),o.removeClass(h.error),r.remove()),c?(v.verbose("Resetting dropdown value",i,s),i.dropdown("restore defaults",!0)):l?(v.verbose("Resetting checkbox value",i,s),n.prop("checked",s)):u?a.calendar("set date",s):(v.verbose("Resetting field value",n,s),n.val(s)))}),v.determine.isDirty()},determine:{isValid:function(){var n=!0;return M.each(c,function(e,t){v.validate.field(t,e,!0)||(n=!1)}),n},isDirty:function(e){var o=!1;n.each(function(e,t){var n,i=M(t);n=0<i.filter(p.checkbox).length?v.is.checkboxDirty(i):v.is.fieldDirty(i),i.data(g.metadata.isDirty,n),o|=n}),o?v.set.dirty():v.set.clean(),e&&"dirty"===e.namespace&&(e.stopImmediatePropagation(),e.preventDefault())}},is:{bracketedRule:function(e){return e.type&&e.type.match(g.regExp.bracket)},shorthandFields:function(e){var t=e[Object.keys(e)[0]];return v.is.shorthandRules(t)},shorthandRules:function(e){return"string"==typeof e||Array.isArray(e)},empty:function(e){return!e||0===e.length||(e.is(p.checkbox)?!e.is(":checked"):v.is.blank(e))},blank:function(e){return""===M.trim(e.val())},valid:function(e){var n=!0;return e?(v.verbose("Checking if field is valid",e),v.validate.field(c[e],e,!1)):(v.verbose("Checking if form is valid"),M.each(c,function(e,t){v.is.valid(e)||(n=!1)}),n)},dirty:function(){return C},clean:function(){return!C},fieldDirty:function(e){var t=e.data(m.defaultValue);null==t&&(t="");var n=e.val();null==n&&(n="");var i=/^(true|false)$/i;return i.test(t)&&i.test(n)?!new RegExp("^"+t+"$","i").test(n):n!==t},checkboxDirty:function(e){return e.data(m.defaultValue)!==e.is(":checked")},justDirty:function(){return"dirty"===w[0]},justClean:function(){return"clean"===w[0]}},removeEvents:function(){d.off(s),n.off(s),e.off(s),n.off(s)},event:{field:{keydown:function(e){var t=M(this),n=e.which,i=t.is(p.input),o=t.is(p.checkbox),a=0<t.closest(p.uiDropdown).length,r=13;n==27&&(v.verbose("Escape key pressed blurring field"),t.blur()),e.ctrlKey||n!=r||!i||a||o||(x||(t.one("keyup"+s,v.event.field.keyup),v.submit(),v.debug("Enter pressed on input submitting form")),x=!0)},keyup:function(){x=!1},blur:function(e){var t=M(this),n=t.closest(f),i=v.get.validation(t);n.hasClass(h.error)?(v.debug("Revalidating field",t,i),i&&v.validate.field(i)):"blur"==g.on&&i&&v.validate.field(i)},change:function(e){var t=M(this),n=t.closest(f),i=v.get.validation(t);i&&("change"==g.on||n.hasClass(h.error)&&g.revalidate)&&(clearTimeout(v.timer),v.timer=setTimeout(function(){v.debug("Revalidating field",t,v.get.validation(t)),v.validate.field(i)},g.delay))}},beforeUnload:function(e){if(v.is.dirty()&&!r)return(e=e||I.event)&&(e.returnValue=g.text.leavingMessage),g.text.leavingMessage}},get:{ancillaryValue:function(e){return!(!e.type||!e.value&&!v.is.bracketedRule(e))&&(e.value!==L?e.value:e.type.match(g.regExp.bracket)[1]+"")},ruleName:function(e){return v.is.bracketedRule(e)?e.type.replace(e.type.match(g.regExp.bracket)[0],""):e.type},changeEvent:function(e,t){return"checkbox"==e||"radio"==e||"hidden"==e||t.is("select")?"change":v.get.inputEvent()},inputEvent:function(){return j.createElement("input").oninput!==L?"input":j.createElement("input").onpropertychange!==L?"propertychange":"keyup"},fieldsFromShorthand:function(e){var i={};return M.each(e,function(n,e){"string"==typeof e&&(e=[e]),i[n]={rules:[]},M.each(e,function(e,t){i[n].rules.push({type:t})})}),i},prompt:function(e,t){var n,i,o=v.get.ruleName(e),a=v.get.ancillaryValue(e),r=v.get.field(t.identifier),s=r.val(),l=M.isFunction(e.prompt)?e.prompt(s):e.prompt||g.prompt[o]||g.text.unspecifiedRule,c=-1!==l.search("{value}"),u=-1!==l.search("{name}");return c&&(l=l.replace("{value}",r.val())),u&&(i=1==(n=r.closest(p.group).find("label").eq(0)).length?n.text():r.prop("placeholder")||g.text.unspecifiedField,l=l.replace("{name}",i)),l=(l=l.replace("{identifier}",t.identifier)).replace("{ruleValue}",a),e.prompt||v.verbose("Using default validation prompt for type",l,o),l},settings:function(){if(M.isPlainObject(k)){var e=Object.keys(k);0<e.length&&(k[e[0]].identifier!==L&&k[e[0]].rules!==L)?(g=M.extend(!0,{},M.fn.form.settings,F),c=M.extend({},M.fn.form.settings.defaults,k),v.error(g.error.oldSyntax,b),v.verbose("Extending settings from legacy parameters",c,g)):(k.fields&&v.is.shorthandFields(k.fields)&&(k.fields=v.get.fieldsFromShorthand(k.fields)),g=M.extend(!0,{},M.fn.form.settings,k),c=M.extend({},M.fn.form.settings.defaults,g.fields),v.verbose("Extending settings",c,g))}else g=M.fn.form.settings,c=M.fn.form.settings.defaults,v.verbose("Using default form validation",c,g);o=g.namespace,m=g.metadata,p=g.selector,h=g.className,i=g.regExp,u=g.error,a="module-"+o,s="."+o,l=d.data(a),v.refresh()},field:function(e){var t;return v.verbose("Finding field with identifier",e),e=v.escape.string(e),0<(t=n.filter("#"+e)).length?t:0<(t=n.filter('[name="'+e+'"]')).length?t:0<(t=n.filter('[name="'+e+'[]"]')).length?t:0<(t=n.filter("[data-"+m.validate+'="'+e+'"]')).length?t:M("<input/>")},fields:function(e){var n=M();return M.each(e,function(e,t){n=n.add(v.get.field(t))}),n},validation:function(i){var o,a;return!!c&&(M.each(c,function(e,n){a=n.identifier||e,M.each(v.get.field(a),function(e,t){if(t==i[0])return n.identifier=a,o=n,!1})}),o||!1)},value:function(e){var t=[];return t.push(e),v.get.values.call(b,t)[e]},values:function(e){var t=Array.isArray(e)?v.get.fields(e):n,m={};return t.each(function(e,t){var n=M(t),i=n.closest(p.uiCalendar),o=n.prop("name"),a=n.val(),r=n.is(p.checkbox),s=n.is(p.radio),l=-1!==o.indexOf("[]"),c=0<i.length&&v.can.useElement("calendar"),u=!!r&&n.is(":checked");if(o)if(l)o=o.replace("[]",""),m[o]||(m[o]=[]),r?u?m[o].push(a||!0):m[o].push(!1):m[o].push(a);else if(s)m[o]!==L&&0!=m[o]||(m[o]=!!u&&(a||!0));else if(r)m[o]=!!u&&(a||!0);else if(c){var d=i.calendar("get date");if(null!==d){if("date"==g.dateHandling)m[o]=d;else if("input"==g.dateHandling)m[o]=i.calendar("get input date");else if("formatter"==g.dateHandling){var f=i.calendar("setting","type");switch(f){case"date":m[o]=g.formatter.date(d);break;case"datetime":m[o]=g.formatter.datetime(d);break;case"time":m[o]=g.formatter.time(d);break;case"month":m[o]=g.formatter.month(d);break;case"year":m[o]=g.formatter.year(d);break;default:v.debug("Wrong calendar mode",i,f),m[o]=""}}}else m[o]=""}else m[o]=a}),m},dirtyFields:function(){return n.filter(function(e,t){return M(t).data(m.isDirty)})}},has:{field:function(e){return v.verbose("Checking for existence of a field with identifier",e),"string"!=typeof(e=v.escape.string(e))&&v.error(u.identifier,e),0<n.filter("#"+e).length||(0<n.filter('[name="'+e+'"]').length||0<n.filter("[data-"+m.validate+'="'+e+'"]').length)}},can:{useElement:function(e){return M.fn[e]!==L||(v.error(u.noElement.replace("{element}",e)),!1)}},escape:{string:function(e){return(e=String(e)).replace(i.escape,"\\$&")}},add:{rule:function(e,t){v.add.field(e,t)},field:function(n,e){var i={};v.is.shorthandRules(e)?(e=Array.isArray(e)?e:[e],i[n]={rules:[]},M.each(e,function(e,t){i[n].rules.push({type:t})})):i[n]=e,c=M.extend({},c,i),v.debug("Adding rules",i,c)},fields:function(e){var t;t=e&&v.is.shorthandFields(e)?v.get.fieldsFromShorthand(e):e,c=M.extend({},c,t)},prompt:function(e,t,n){var i=v.get.field(e).closest(f),o=i.children(p.prompt),a=0!==o.length;t="string"==typeof t?[t]:t,v.verbose("Adding field error state",e),n||i.addClass(h.error),g.inline&&(a||(o=g.templates.prompt(t,h.label)).appendTo(i),o.html(t[0]),a?v.verbose("Inline errors are disabled, no inline error added",e):g.transition&&v.can.useElement("transition")&&d.transition("is supported")?(v.verbose("Displaying error with css transition",g.transition),o.transition(g.transition+" in",g.duration)):(v.verbose("Displaying error with fallback javascript animation"),o.fadeIn(g.duration)))},errors:function(e){v.debug("Adding form error messages",e),v.set.error(),t.html(g.templates.error(e))}},remove:{rule:function(n,e){var i=Array.isArray(e)?e:[e];if(c[n]!==L&&Array.isArray(c[n].rules))return e===L?(v.debug("Removed all rules"),void(c[n].rules=[])):void M.each(c[n].rules,function(e,t){t&&-1!==i.indexOf(t.type)&&(v.debug("Removed rule",t.type),c[n].rules.splice(e,1))})},field:function(e){var t=Array.isArray(e)?e:[e];M.each(t,function(e,t){v.remove.rule(t)})},rules:function(e,n){Array.isArray(e)?M.each(e,function(e,t){v.remove.rule(t,n)}):v.remove.rule(e,n)},fields:function(e){v.remove.field(e)},prompt:function(e){var t=v.get.field(e).closest(f),n=t.children(p.prompt);t.removeClass(h.error),g.inline&&n.is(":visible")&&(v.verbose("Removing prompt for field",e),g.transition&&v.can.useElement("transition")&&d.transition("is supported")?n.transition(g.transition+" out",g.duration,function(){n.remove()}):n.fadeOut(g.duration,function(){n.remove()}))}},set:{success:function(){d.removeClass(h.error).addClass(h.success)},defaults:function(){n.each(function(e,t){var n=M(t),i=n.parent(),o=0<n.filter(p.checkbox).length,a=i.is(p.uiDropdown)&&v.can.useElement("dropdown"),r=n.closest(p.uiCalendar),s=0<r.length&&v.can.useElement("calendar"),l=o?n.is(":checked"):n.val();a?i.dropdown("save defaults"):s&&r.calendar("refresh"),n.data(m.defaultValue,l),n.data(m.isDirty,!1)})},error:function(){d.removeClass(h.success).addClass(h.error)},value:function(e,t){var n={};return n[e]=t,v.set.values.call(b,n)},values:function(e){M.isEmptyObject(e)||M.each(e,function(e,t){var n,i=v.get.field(e),o=i.parent(),a=i.closest(p.uiCalendar),r=Array.isArray(t),s=o.is(p.uiCheckbox)&&v.can.useElement("checkbox"),l=o.is(p.uiDropdown)&&v.can.useElement("dropdown"),c=i.is(p.radio)&&s,u=0<a.length&&v.can.useElement("calendar");0<i.length&&(r&&s?(v.verbose("Selecting multiple",t,i),o.checkbox("uncheck"),M.each(t,function(e,t){n=i.filter('[value="'+t+'"]'),o=n.parent(),0<n.length&&o.checkbox("check")})):c?(v.verbose("Selecting radio value",t,i),i.filter('[value="'+t+'"]').parent(p.uiCheckbox).checkbox("check")):s?(v.verbose("Setting checkbox value",t,o),!0===t||1===t?o.checkbox("check"):o.checkbox("uncheck")):l?(v.verbose("Setting dropdown value",t,o),o.dropdown("set selected",t)):u?a.calendar("set date",t):(v.verbose("Setting field value",t,i),i.val(t)))})},dirty:function(){v.verbose("Setting state dirty"),C=!0,w[0]=w[1],w[1]="dirty",v.is.justClean()&&d.trigger("dirty")},clean:function(){v.verbose("Setting state clean"),C=!1,w[0]=w[1],w[1]="clean",v.is.justDirty()&&d.trigger("clean")},asClean:function(){v.set.defaults(),v.set.clean()},asDirty:function(){v.set.defaults(),v.set.dirty()}},validate:{form:function(e,t){var n=v.get.values();if(x)return!1;if(y=[],v.determine.isValid()){if(v.debug("Form has no validation errors, submitting"),v.set.success(),!0!==t)return g.onSuccess.call(b,e,n)}else if(v.debug("Form has errors"),v.set.error(),g.inline||v.add.errors(y),e&&d.data("moduleApi")!==L&&e.stopImmediatePropagation(),!0!==t)return g.onFailure.call(b,y,n)},field:function(i,e,o){o=o===L||o,"string"==typeof i&&(v.verbose("Validating field",i),i=c[e=i]);var a=i.identifier||e,t=v.get.field(a),n=!!i.depends&&v.get.field(i.depends),r=!0,s=[];i.identifier||(v.debug("Using field name as identifier",a),i.identifier=a);var l=!0;return M.each(t,function(){if(!M(this).prop("disabled"))return l=!1}),l?v.debug("Field is disabled. Skipping",a):i.optional&&v.is.blank(t)?v.debug("Field is optional and blank. Skipping",a):i.depends&&v.is.empty(n)?v.debug("Field depends on another value that is not present or empty. Skipping",n):i.rules!==L&&(t.closest(f).removeClass(h.error),M.each(i.rules,function(e,t){if(v.has.field(a)){var n=v.validate.rule(i,t,!0)||[];0<n.length&&(v.debug("Field is invalid",a,t.type),s.push(v.get.prompt(t,i)),r=!1,o&&M(n).closest(f).addClass(h.error))}})),r?(o&&(v.remove.prompt(a,s),g.onValid.call(t)),!0):(o&&(y=y.concat(s),v.add.prompt(a,s,!0),g.onInvalid.call(t,s)),!1)},rule:function(e,t,n){function i(e){var t=c?M(e).filter(":checked").val():M(e).val();return t=t===L||""===t||null===t?"":g.shouldTrim?M.trim(t+""):String(t+""),s.call(e,t,a,d)}var o=v.get.field(e.identifier),a=v.get.ancillaryValue(t),r=v.get.ruleName(t),s=g.rules[r],l=[],c=o.is(p.checkbox);if(M.isFunction(s))return c?i(o)||(l=o):M.each(o,function(e,t){i(t)||l.push(t)}),n?l:!(0<l.length);v.error(u.noRule,r)}},setting:function(e,t){if(M.isPlainObject(e))M.extend(!0,g,e);else{if(t===L)return g[e];g[e]=t}},internal:function(e,t){if(M.isPlainObject(e))M.extend(!0,v,e);else{if(t===L)return v[e];v[e]=t}},debug:function(){!g.silent&&g.debug&&(g.performance?v.performance.log(arguments):(v.debug=Function.prototype.bind.call(console.info,console,g.name+":"),v.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?v.performance.log(arguments):(v.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),v.verbose.apply(console,arguments)))},error:function(){g.silent||(v.error=Function.prototype.bind.call(console.error,console,g.name+":"),v.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(A||t),A=t,E.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:b,"Execution Time":n})),clearTimeout(v.performance.timer),v.performance.timer=setTimeout(v.performance.display,500)},display:function(){var e=g.name+":",n=0;A=!1,clearTimeout(v.performance.timer),M.each(E,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",D&&(e+=" '"+D+"'"),1<S.length&&(e+=" ("+S.length+")"),(console.group!==L||console.table!==L)&&0<E.length&&(console.groupCollapsed(e),console.table?console.table(E):M.each(E,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),E=[]}},invoke:function(i,e,t){var o,a,n,r=l;return e=e||O,t=b||t,"string"==typeof i&&r!==L&&(i=i.split(/[\. ]/),o=i.length-1,M.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(M.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==L)return a=r[n],!1;if(!M.isPlainObject(r[t])||e==o)return r[t]!==L&&(a=r[t]),!1;r=r[t]}})),M.isFunction(a)?n=a.apply(t,e):a!==L&&(n=a),Array.isArray(T)?T.push(n):T!==L?T=[T,n]:n!==L&&(T=n),a}}).initialize()}),T!==L?T:this},M.fn.form.settings={name:"Form",namespace:"form",debug:!1,verbose:!1,performance:!0,fields:!1,keyboardShortcuts:!0,on:"submit",inline:!1,delay:200,revalidate:!0,shouldTrim:!0,transition:"scale",duration:200,preventLeaving:!1,dateHandling:"date",onValid:function(){},onInvalid:function(){},onSuccess:function(){return!0},onFailure:function(){return!1},onDirty:function(){},onClean:function(){},metadata:{defaultValue:"default",validate:"validate",isDirty:"isDirty"},regExp:{htmlID:/^[a-zA-Z][\w:.-]*$/g,bracket:/\[(.*)\]/i,decimal:/^\d+\.?\d*$/,email:/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|:,=@]/g,flags:/^\/(.*)\/(.*)?/,integer:/^\-?\d+$/,number:/^\-?\d*(\.\d+)?$/,url:/(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i},text:{unspecifiedRule:"Please enter a valid value",unspecifiedField:"This field",leavingMessage:"There are unsaved changes on this page which will be discarded if you continue."},prompt:{empty:"{name} must have a value",checked:"{name} must be checked",email:"{name} must be a valid e-mail",url:"{name} must be a valid url",regExp:"{name} is not formatted correctly",integer:"{name} must be an integer",decimal:"{name} must be a decimal number",number:"{name} must be set to a number",is:'{name} must be "{ruleValue}"',isExactly:'{name} must be exactly "{ruleValue}"',not:'{name} cannot be set to "{ruleValue}"',notExactly:'{name} cannot be set to exactly "{ruleValue}"',contain:'{name} must contain "{ruleValue}"',containExactly:'{name} must contain exactly "{ruleValue}"',doesntContain:'{name} cannot contain "{ruleValue}"',doesntContainExactly:'{name} cannot contain exactly "{ruleValue}"',minLength:"{name} must be at least {ruleValue} characters",length:"{name} must be at least {ruleValue} characters",exactLength:"{name} must be exactly {ruleValue} characters",maxLength:"{name} cannot be longer than {ruleValue} characters",match:"{name} must match {ruleValue} field",different:"{name} must have a different value than {ruleValue} field",creditCard:"{name} must be a valid credit card number",minCount:"{name} must have at least {ruleValue} choices",exactCount:"{name} must have exactly {ruleValue} choices",maxCount:"{name} must have {ruleValue} or less choices"},selector:{checkbox:'input[type="checkbox"], input[type="radio"]',clear:".clear",field:"input, textarea, select",group:".field",input:"input",message:".error.message",prompt:".prompt.label",radio:'input[type="radio"]',reset:'.reset:not([type="reset"])',submit:'.submit:not([type="submit"])',uiCheckbox:".ui.checkbox",uiDropdown:".ui.dropdown",uiCalendar:".ui.calendar"},className:{error:"error",label:"ui basic red pointing prompt label",pressed:"down",success:"success"},error:{identifier:"You must specify a string identifier for each field",method:"The method you called is not defined.",noRule:"There is no rule matching the one you specified",oldSyntax:"Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically.",noElement:"This module requires ui {element}"},templates:{error:function(e){var n='<ul class="list">';return M.each(e,function(e,t){n+="<li>"+t+"</li>"}),M(n+="</ul>")},prompt:function(e,t){return M("<div/>").addClass(t).html(e[0])}},formatter:{date:function(e){return Intl.DateTimeFormat("en-GB").format(e)},datetime:function(e){return Intl.DateTimeFormat("en-GB",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(e)},time:function(e){return Intl.DateTimeFormat("en-GB",{hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(e)},month:function(e){return Intl.DateTimeFormat("en-GB",{month:"2-digit",year:"numeric"}).format(e)},year:function(e){return Intl.DateTimeFormat("en-GB",{year:"numeric"}).format(e)}},rules:{empty:function(e){return!(e===L||""===e||Array.isArray(e)&&0===e.length)},checked:function(){return 0<M(this).filter(":checked").length},email:function(e){return M.fn.form.settings.regExp.email.test(e)},url:function(e){return M.fn.form.settings.regExp.url.test(e)},regExp:function(e,t){if(t instanceof RegExp)return e.match(t);var n,i=t.match(M.fn.form.settings.regExp.flags);return i&&(t=2<=i.length?i[1]:t,n=3<=i.length?i[2]:""),e.match(new RegExp(t,n))},integer:function(e,t){var n,i,o,a=M.fn.form.settings.regExp.integer;return t&&-1===["",".."].indexOf(t)&&(-1==t.indexOf("..")?a.test(t)&&(n=i=t-0):(o=t.split("..",2),a.test(o[0])&&(n=o[0]-0),a.test(o[1])&&(i=o[1]-0))),a.test(e)&&(n===L||n<=e)&&(i===L||e<=i)},decimal:function(e){return M.fn.form.settings.regExp.decimal.test(e)},number:function(e){return M.fn.form.settings.regExp.number.test(e)},is:function(e,t){return t="string"==typeof t?t.toLowerCase():t,(e="string"==typeof e?e.toLowerCase():e)==t},isExactly:function(e,t){return e==t},not:function(e,t){return(e="string"==typeof e?e.toLowerCase():e)!=(t="string"==typeof t?t.toLowerCase():t)},notExactly:function(e,t){return e!=t},contains:function(e,t){return t=t.replace(M.fn.form.settings.regExp.escape,"\\$&"),-1!==e.search(new RegExp(t,"i"))},containsExactly:function(e,t){return t=t.replace(M.fn.form.settings.regExp.escape,"\\$&"),-1!==e.search(new RegExp(t))},doesntContain:function(e,t){return t=t.replace(M.fn.form.settings.regExp.escape,"\\$&"),-1===e.search(new RegExp(t,"i"))},doesntContainExactly:function(e,t){return t=t.replace(M.fn.form.settings.regExp.escape,"\\$&"),-1===e.search(new RegExp(t))},minLength:function(e,t){return e!==L&&e.length>=t},length:function(e,t){return e!==L&&e.length>=t},exactLength:function(e,t){return e!==L&&e.length==t},maxLength:function(e,t){return e!==L&&e.length<=t},match:function(e,t,n){var i,o;return 0<(o=n.find('[data-validate="'+t+'"]')).length?i=o.val():0<(o=n.find("#"+t)).length?i=o.val():0<(o=n.find('[name="'+t+'"]')).length?i=o.val():0<(o=n.find('[name="'+t+'[]"]')).length&&(i=o),i!==L&&e.toString()==i.toString()},different:function(e,t,n){var i,o;return 0<(o=n.find('[data-validate="'+t+'"]')).length?i=o.val():0<(o=n.find("#"+t)).length?i=o.val():0<(o=n.find('[name="'+t+'"]')).length?i=o.val():0<(o=n.find('[name="'+t+'[]"]')).length&&(i=o),i!==L&&e.toString()!==i.toString()},creditCard:function(n,e){var t,i,o={visa:{pattern:/^4/,length:[16]},amex:{pattern:/^3[47]/,length:[15]},mastercard:{pattern:/^5[1-5]/,length:[16]},discover:{pattern:/^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/,length:[16]},unionPay:{pattern:/^(62|88)/,length:[16,17,18,19]},jcb:{pattern:/^35(2[89]|[3-8][0-9])/,length:[16]},maestro:{pattern:/^(5018|5020|5038|6304|6759|676[1-3])/,length:[12,13,14,15,16,17,18,19]},dinersClub:{pattern:/^(30[0-5]|^36)/,length:[14]},laser:{pattern:/^(6304|670[69]|6771)/,length:[16,17,18,19]},visaElectron:{pattern:/^(4026|417500|4508|4844|491(3|7))/,length:[16]}},a={},r=!1,s="string"==typeof e&&e.split(",");if("string"==typeof n&&0!==n.length){if(n=n.replace(/[\-]/g,""),s&&(M.each(s,function(e,t){(i=o[t])&&(a={length:-1!==M.inArray(n.length,i.length),pattern:-1!==n.search(i.pattern)}).length&&a.pattern&&(r=!0)}),!r))return!1;if((t={number:-1!==M.inArray(n.length,o.unionPay.length),pattern:-1!==n.search(o.unionPay.pattern)}).number&&t.pattern)return!0;for(var l=n.length,c=0,u=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],d=0;l--;)d+=u[c][parseInt(n.charAt(l),10)],c^=1;return d%10==0&&0<d}},minCount:function(e,t){return 0==t||(1==t?""!==e:e.split(",").length>=t)},exactCount:function(e,t){return 0==t?""===e:1==t?""!==e&&-1===e.search(","):e.split(",").length==t},maxCount:function(e,t){return 0!=t&&(1==t?-1===e.search(","):e.split(",").length<=t)}}}}(jQuery,window,document),function(k,T,e,S){"use strict";k.isFunction=k.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},T=void 0!==T&&T.Math==Math?T:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),k.fn.accordion=function(a){var v,r=k(this),b=(new Date).getTime(),y=[],x=a,C="string"==typeof x,w=[].slice.call(arguments,1);return r.each(function(){var e,c,u=k.isPlainObject(a)?k.extend(!0,{},k.fn.accordion.settings,a):k.extend({},k.fn.accordion.settings),d=u.className,t=u.namespace,f=u.selector,s=u.error,n="."+t,i="module-"+t,o=r.selector||"",m=k(this),g=m.find(f.title),p=m.find(f.content),l=this,h=m.data(i);c={initialize:function(){c.debug("Initializing",m),c.bind.events(),u.observeChanges&&c.observeChanges(),c.instantiate()},instantiate:function(){h=c,m.data(i,c)},destroy:function(){c.debug("Destroying previous instance",m),m.off(n).removeData(i)},refresh:function(){g=m.find(f.title),p=m.find(f.content)},observeChanges:function(){"MutationObserver"in T&&((e=new MutationObserver(function(e){c.debug("DOM tree modified, updating selector cache"),c.refresh()})).observe(l,{childList:!0,subtree:!0}),c.debug("Setting up mutation observer",e))},bind:{events:function(){c.debug("Binding delegated events"),m.on(u.on+n,f.trigger,c.event.click)}},event:{click:function(){c.toggle.call(this)}},toggle:function(e){var t=e!==S?"number"==typeof e?g.eq(e):k(e).closest(f.title):k(this).closest(f.title),n=t.next(p),i=n.hasClass(d.animating),o=n.hasClass(d.active),a=o&&!i,r=!o&&i;c.debug("Toggling visibility of content",t),a||r?u.collapsible?c.close.call(t):c.debug("Cannot close accordion content collapsing is disabled"):c.open.call(t)},open:function(e){var t=e!==S?"number"==typeof e?g.eq(e):k(e).closest(f.title):k(this).closest(f.title),n=t.next(p),i=n.hasClass(d.animating);n.hasClass(d.active)||i?c.debug("Accordion already open, skipping",n):(c.debug("Opening accordion content",t),u.onOpening.call(n),u.onChanging.call(n),u.exclusive&&c.closeOthers.call(t),t.addClass(d.active),n.stop(!0,!0).addClass(d.animating),u.animateChildren&&(k.fn.transition!==S&&m.transition("is supported")?n.children().transition({animation:"fade in",queue:!1,useFailSafe:!0,debug:u.debug,verbose:u.verbose,duration:u.duration,skipInlineHidden:!0,onComplete:function(){n.children().removeClass(d.transition)}}):n.children().stop(!0,!0).animate({opacity:1},u.duration,c.resetOpacity)),n.slideDown(u.duration,u.easing,function(){n.removeClass(d.animating).addClass(d.active),c.reset.display.call(this),u.onOpen.call(this),u.onChange.call(this)}))},close:function(e){var t=e!==S?"number"==typeof e?g.eq(e):k(e).closest(f.title):k(this).closest(f.title),n=t.next(p),i=n.hasClass(d.animating),o=n.hasClass(d.active);!o&&!(!o&&i)||o&&i||(c.debug("Closing accordion content",n),u.onClosing.call(n),u.onChanging.call(n),t.removeClass(d.active),n.stop(!0,!0).addClass(d.animating),u.animateChildren&&(k.fn.transition!==S&&m.transition("is supported")?n.children().transition({animation:"fade out",queue:!1,useFailSafe:!0,debug:u.debug,verbose:u.verbose,duration:u.duration,skipInlineHidden:!0}):n.children().stop(!0,!0).animate({opacity:0},u.duration,c.resetOpacity)),n.slideUp(u.duration,u.easing,function(){n.removeClass(d.animating).removeClass(d.active),c.reset.display.call(this),u.onClose.call(this),u.onChange.call(this)}))},closeOthers:function(e){var t,n,i,o=e!==S?g.eq(e):k(this).closest(f.title),a=o.parents(f.content).prev(f.title),r=o.closest(f.accordion),s=f.title+"."+d.active+":visible",l=f.content+"."+d.active+":visible";i=u.closeNested?(t=r.find(s).not(a)).next(p):(t=r.find(s).not(a),n=r.find(l).find(s).not(a),(t=t.not(n)).next(p)),0<t.length&&(c.debug("Exclusive enabled, closing other content",t),t.removeClass(d.active),i.removeClass(d.animating).stop(!0,!0),u.animateChildren&&(k.fn.transition!==S&&m.transition("is supported")?i.children().transition({animation:"fade out",useFailSafe:!0,debug:u.debug,verbose:u.verbose,duration:u.duration,skipInlineHidden:!0}):i.children().stop(!0,!0).animate({opacity:0},u.duration,c.resetOpacity)),i.slideUp(u.duration,u.easing,function(){k(this).removeClass(d.active),c.reset.display.call(this)}))},reset:{display:function(){c.verbose("Removing inline display from element",this),k(this).css("display",""),""===k(this).attr("style")&&k(this).attr("style","").removeAttr("style")},opacity:function(){c.verbose("Removing inline opacity from element",this),k(this).css("opacity",""),""===k(this).attr("style")&&k(this).attr("style","").removeAttr("style")}},setting:function(e,t){if(c.debug("Changing setting",e,t),k.isPlainObject(e))k.extend(!0,u,e);else{if(t===S)return u[e];k.isPlainObject(u[e])?k.extend(!0,u[e],t):u[e]=t}},internal:function(e,t){if(c.debug("Changing internal",e,t),t===S)return c[e];k.isPlainObject(e)?k.extend(!0,c,e):c[e]=t},debug:function(){!u.silent&&u.debug&&(u.performance?c.performance.log(arguments):(c.debug=Function.prototype.bind.call(console.info,console,u.name+":"),c.debug.apply(console,arguments)))},verbose:function(){!u.silent&&u.verbose&&u.debug&&(u.performance?c.performance.log(arguments):(c.verbose=Function.prototype.bind.call(console.info,console,u.name+":"),c.verbose.apply(console,arguments)))},error:function(){u.silent||(c.error=Function.prototype.bind.call(console.error,console,u.name+":"),c.error.apply(console,arguments))},performance:{log:function(e){var t,n;u.performance&&(n=(t=(new Date).getTime())-(b||t),b=t,y.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:l,"Execution Time":n})),clearTimeout(c.performance.timer),c.performance.timer=setTimeout(c.performance.display,500)},display:function(){var e=u.name+":",n=0;b=!1,clearTimeout(c.performance.timer),k.each(y,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",o&&(e+=" '"+o+"'"),(console.group!==S||console.table!==S)&&0<y.length&&(console.groupCollapsed(e),console.table?console.table(y):k.each(y,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),y=[]}},invoke:function(i,e,t){var o,a,n,r=h;return e=e||w,t=l||t,"string"==typeof i&&r!==S&&(i=i.split(/[\. ]/),o=i.length-1,k.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(k.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==S)return a=r[n],!1;if(!k.isPlainObject(r[t])||e==o)return r[t]!==S?a=r[t]:c.error(s.method,i),!1;r=r[t]}})),k.isFunction(a)?n=a.apply(t,e):a!==S&&(n=a),Array.isArray(v)?v.push(n):v!==S?v=[v,n]:n!==S&&(v=n),a}},C?(h===S&&c.initialize(),c.invoke(x)):(h!==S&&h.invoke("destroy"),c.initialize())}),v!==S?v:this},k.fn.accordion.settings={name:"Accordion",namespace:"accordion",silent:!1,debug:!1,verbose:!1,performance:!0,on:"click",observeChanges:!0,exclusive:!0,collapsible:!0,closeNested:!1,animateChildren:!0,duration:350,easing:"easeOutQuad",onOpening:function(){},onClosing:function(){},onChanging:function(){},onOpen:function(){},onClose:function(){},onChange:function(){},error:{method:"The method you called is not defined"},className:{active:"active",animating:"animating",transition:"transition"},selector:{accordion:".accordion",title:".title",trigger:".title",content:".content"}},k.extend(k.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(pe,e,k,T){"use strict";pe.isFunction=pe.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),pe.fn.calendar=function(o){var h,e=pe(this),a=e.selector||"",v=(new Date).getTime(),b=[],y=o,x="string"==typeof y,C=[].slice.call(arguments,1),w={5:{row:4,column:3},10:{row:3,column:2},15:{row:2,column:2},20:{row:3,column:1},30:{row:2,column:1}};return e.each(function(){var f,le,ce=pe.isPlainObject(o)?pe.extend(!0,{},pe.fn.calendar.settings,o):pe.extend({},pe.fn.calendar.settings),ue=ce.className,e=ce.namespace,r=ce.selector,de=ce.formatter,n=ce.parser,fe=ce.metadata,me=w[ce.minTimeGap],s=ce.error,t="."+e,i="module-"+e,l=pe(this),c=l.find(r.input),ge=l.find(r.popup),u=l.find(r.activator),d=this,m=l.data(i),g=!1,p=!1;le={initialize:function(){le.debug("Initializing calendar for",d,l),f=le.get.isTouch(),le.setup.config(),le.setup.popup(),le.setup.inline(),le.setup.input(),le.setup.date(),le.create.calendar(),le.bind.events(),le.instantiate()},instantiate:function(){le.verbose("Storing instance of calendar"),m=le,l.data(i,m)},destroy:function(){le.verbose("Destroying previous calendar for",d),l.removeData(i),le.unbind.events()},setup:{config:function(){null!==le.get.minDate()&&le.set.minDate(l.data(fe.minDate)),null!==le.get.maxDate()&&le.set.maxDate(l.data(fe.maxDate)),le.setting("type",le.get.type())},popup:function(){if(!ce.inline&&(u.length||(u=l.children().first()).length))if(pe.fn.popup!==T){if(!ge.length){var e=u.parent(),t=0!==e.closest(r.append).length?"appendTo":"prependTo";ge=pe("<div/>").addClass(ue.popup)[t](e)}ge.addClass(ue.calendar);var n=ce.onVisible,i=ce.onHidden;c.length||(ge.attr("tabindex","0"),n=function(){return le.focus(),ce.onVisible.apply(ge,arguments)},i=function(){return le.blur(),ce.onHidden.apply(ge,arguments)});var o=ce.on||(c.length?"focus":"click"),a=pe.extend({},ce.popupOptions,{popup:ge,on:o,hoverable:"hover"===o,onShow:function(){return le.set.focusDate(le.get.date()),le.set.mode(ce.startMode),ce.onShow.apply(ge,arguments)},onVisible:n,onHide:ce.onHide,onHidden:i});le.popup(a)}else le.error(s.popup)},inline:function(){u.length&&!ce.inline||(ge=pe("<div/>").addClass(ue.calendar).appendTo(l),c.length||ge.attr("tabindex","0"))},input:function(){ce.touchReadonly&&c.length&&f&&c.prop("readonly",!0)},date:function(){var e;ce.initialDate?e=n.date(ce.initialDate,ce):l.data(fe.date)!==T?e=n.date(l.data(fe.date),ce):c.length&&(e=n.date(c.val(),ce)),le.set.date(e,ce.formatInput,!1)}},create:{calendar:function(){var e,t,n,i,o,a,r,s=le.get.mode(),l=new Date,c=le.get.date(),u=le.get.focusDate(),d=u||c||ce.initialDate||l;d=le.helper.dateInRange(d),u||(u=d,le.set.focusDate(u,!1,!1));var f="year"===s,m="month"===s,g="day"===s,p="hour"===s,h="minute"===s,v="time"===ce.type,b=Math.max(ce.multiMonth,1),y=g?le.get.monthOffset():0,x=d.getMinutes(),C=d.getHours(),w=d.getDate(),k=d.getMonth()+y,T=d.getFullYear(),S=g?ce.showWeekNumbers?8:7:p?4:me.column,D=g||p?6:me.row,A=g?b:1,E=ge,P=E.hasClass("left")?"right center":"left center";for(E.empty(),1<A&&(r=pe("<div/>").addClass(ue.grid).appendTo(E)),i=0;i<A;i++){if(1<A)E=pe("<div/>").addClass(ue.column).appendTo(r);var F=k+i,R=(new Date(T,F,1).getDay()-ce.firstDayOfWeek%7+7)%7;if(!ce.constantHeight&&g){var O=new Date(T,F+1,0).getDate()+R;D=Math.ceil(O/7)}var M=f?10:m?1:0,I=g?1:0,j=p||h?1:0,L=p||h?w:1,q=new Date(T-M,F-I,L-j,C),V=new Date(T+M,F+I,L+j,C),N=f?new Date(10*Math.ceil(T/10)-9,0,0):m?new Date(T,0,0):g?new Date(T,F,0):new Date(T,F,w,-1),z=f?new Date(10*Math.ceil(T/10)+1,0,1):m?new Date(T+1,0,1):g?new Date(T,F+1,1):new Date(T,F,w+1),H=s;g&&ce.showWeekNumbers&&(H+=" andweek");var U=pe("<table/>").addClass(ue.table).addClass(H).appendTo(E),B=S;if(!v){var W=pe("<thead/>").appendTo(U);o=pe("<tr/>").appendTo(W),a=pe("<th/>").attr("colspan",""+S).appendTo(o);var Y=f||m?new Date(T,0,1):g?new Date(T,F,1):new Date(T,F,w,C,x),Q=pe("<span/>").addClass(ue.link).appendTo(a);Q.text(de.header(Y,s,ce));var X=m?ce.disableYear?"day":"year":g?ce.disableMonth?"year":"month":"day";if(Q.data(fe.mode,X),0===i){var $=pe("<span/>").addClass(ue.prev).appendTo(a);$.data(fe.focusDate,q),$.toggleClass(ue.disabledCell,!le.helper.isDateInRange(N,s)),pe("<i/>").addClass(ue.prevIcon).appendTo($)}if(i===A-1){var G=pe("<span/>").addClass(ue.next).appendTo(a);G.data(fe.focusDate,V),G.toggleClass(ue.disabledCell,!le.helper.isDateInRange(z,s)),pe("<i/>").addClass(ue.nextIcon).appendTo(G)}if(g)for(o=pe("<tr/>").appendTo(W),ce.showWeekNumbers&&((a=pe("<th/>").appendTo(o)).text(ce.text.weekNo),a.addClass(ue.weekCell),B--),e=0;e<B;e++)(a=pe("<th/>").appendTo(o)).text(de.dayColumnHeader((e+ce.firstDayOfWeek)%7,ce))}var K=pe("<tbody/>").appendTo(U);for(e=f?10*Math.ceil(T/10)-9:g?1-R:0,t=0;t<D;t++)for(o=pe("<tr/>").appendTo(K),g&&ce.showWeekNumbers&&((a=pe("<th/>").appendTo(o)).text(le.get.weekOfYear(T,F,e+1-ce.firstDayOfWeek)),a.addClass(ue.weekCell)),n=0;n<B;n++,e++){var J=f?new Date(e,F,1,C,x):m?new Date(T,e,1,C,x):g?new Date(T,F,e,C,x):p?new Date(T,F,w,e):new Date(T,F,w,C,e*ce.minTimeGap),Z=f?e:m?ce.text.monthsShort[e]:g?J.getDate():de.time(J,ce,!0);(a=pe("<td/>").addClass(ue.cell).appendTo(o)).text(Z),a.data(fe.date,J);var _=g&&J.getMonth()!==(F+12)%12,ee=!ce.selectAdjacentDays&&_||!le.helper.isDateInRange(J,s)||ce.isDisabled(J,s)||le.helper.isDisabled(J,s)||!le.helper.isEnabled(J,s);if(ee){var te=le.helper.findDayAsObject(J,s,ce.disabledDates);null!==te&&te[fe.message]&&(a.attr("data-tooltip",te[fe.message]),a.attr("data-position",P))}else{var ne=le.helper.findDayAsObject(J,s,ce.eventDates);null!==ne&&(a.addClass(ne[fe.class]||ce.eventClass),ne[fe.message]&&(a.attr("data-tooltip",ne[fe.message]),a.attr("data-position",P)))}var ie=le.helper.dateEqual(J,c,s),oe=le.helper.dateEqual(J,l,s);a.toggleClass(ue.adjacentCell,_),a.toggleClass(ue.disabledCell,ee),a.toggleClass(ue.activeCell,ie&&!_),p||h||a.toggleClass(ue.todayCell,!_&&oe);var ae={mode:s,adjacent:_,disabled:ee,active:ie,today:oe};de.cell(a,J,ae),le.helper.dateEqual(J,u,s)&&le.set.focusDate(J,!1,!1)}if(ce.today){var re=pe("<tr/>").appendTo(K),se=pe("<td/>").attr("colspan",""+S).addClass(ue.today).appendTo(re);se.text(de.today(ce)),se.data(fe.date,l)}le.update.focus(!1,U)}}},update:{focus:function(e,t){t=t||ge;var s=le.get.mode(),n=le.get.date(),l=le.get.focusDate(),c=le.get.startDate(),u=le.get.endDate(),d=(e?l:null)||n||(f?null:l);t.find("td").each(function(){var e=pe(this),t=e.data(fe.date);if(t){var n=e.hasClass(ue.disabledCell),i=e.hasClass(ue.activeCell),o=e.hasClass(ue.adjacentCell),a=le.helper.dateEqual(t,l,s),r=!!d&&(!!c&&le.helper.isDateInRange(t,s,c,d)||!!u&&le.helper.isDateInRange(t,s,d,u));e.toggleClass(ue.focusCell,a&&(!f||g)&&(!o||ce.selectAdjacentDays&&o)&&!n),le.helper.isTodayButton(e)||e.toggleClass(ue.rangeCell,r&&!i&&!n)}})}},refresh:function(){le.create.calendar()},bind:{events:function(){le.debug("Binding events"),ge.on("mousedown"+t,le.event.mousedown),ge.on("touchstart"+t,le.event.mousedown),ge.on("mouseup"+t,le.event.mouseup),ge.on("touchend"+t,le.event.mouseup),ge.on("mouseover"+t,le.event.mouseover),c.length?(c.on("input"+t,le.event.inputChange),c.on("focus"+t,le.event.inputFocus),c.on("blur"+t,le.event.inputBlur),c.on("click"+t,le.event.inputClick),c.on("keydown"+t,le.event.keydown)):ge.on("keydown"+t,le.event.keydown)}},unbind:{events:function(){le.debug("Unbinding events"),ge.off(t),c.length&&c.off(t)}},event:{mouseover:function(e){var t=pe(e.target).data(fe.date),n=1===e.buttons;t&&le.set.focusDate(t,!1,!0,n)},mousedown:function(e){c.length&&e.preventDefault(),g=0<=e.type.indexOf("touch");var t=pe(e.target).data(fe.date);t&&le.set.focusDate(t,!1,!0,!0)},mouseup:function(e){le.focus(),e.preventDefault(),e.stopPropagation(),g=!1;var t=pe(e.target);if(!t.hasClass("disabled")){var n=t.parent();(n.data(fe.date)||n.data(fe.focusDate)||n.data(fe.mode))&&(t=n);var i=t.data(fe.date),o=t.data(fe.focusDate),a=t.data(fe.mode);if(i&&!1!==ce.onSelect.call(d,i,le.get.mode())){var r=t.hasClass(ue.today);le.selectDate(i,r)}else o?le.set.focusDate(o):a&&le.set.mode(a)}},keydown:function(e){var t=e.which;if(27!==t&&9!==t||le.popup("hide"),le.popup("is visible"))if(37===t||38===t||39===t||40===t){var n="day"===(d=le.get.mode())?7:"hour"===d?4:"minute"===d?me.column:3,i=37===t?-1:38===t?-n:39==t?1:n;i*="minute"===d?ce.minTimeGap:1;var o=le.get.focusDate()||le.get.date()||new Date,a=o.getFullYear()+("year"===d?i:0),r=o.getMonth()+("month"===d?i:0),s=o.getDate()+("day"===d?i:0),l=o.getHours()+("hour"===d?i:0),c=o.getMinutes()+("minute"===d?i:0),u=new Date(a,r,s,l,c);"time"===ce.type&&(u=le.helper.mergeDateTime(o,u)),le.helper.isDateInRange(u,d)&&le.set.focusDate(u)}else if(13===t){var d=le.get.mode(),f=le.get.focusDate();f&&!ce.isDisabled(f,d)&&!le.helper.isDisabled(f,d)&&le.helper.isEnabled(f,d)&&le.selectDate(f),e.preventDefault(),e.stopPropagation()}38!==t&&40!==t||(e.preventDefault(),le.popup("show"))},inputChange:function(){var e=c.val(),t=n.date(e,ce);le.set.date(t,!1)},inputFocus:function(){ge.addClass(ue.active)},inputBlur:function(){if(ge.removeClass(ue.active),ce.formatInput){var e=le.get.date(),t=de.datetime(e,ce);c.val(t)}},inputClick:function(){le.popup("show")}},get:{weekOfYear:function(e,t,n){var i,o,a;return i=Date.UTC(e,t,n+3)/864e5,o=Math.floor(i/7),a=new Date(6048e5*o).getUTCFullYear(),o-Math.floor(Date.UTC(a,0,7)/6048e5)+1},date:function(){return le.helper.sanitiseDate(l.data(fe.date))||null},inputDate:function(){return c.val()},focusDate:function(){return l.data(fe.focusDate)||null},startDate:function(){var e=le.get.calendarModule(ce.startCalendar);return(e?e.get.date():l.data(fe.startDate))||null},endDate:function(){var e=le.get.calendarModule(ce.endCalendar);return(e?e.get.date():l.data(fe.endDate))||null},minDate:function(){return l.data(fe.minDate)||null},maxDate:function(){return l.data(fe.maxDate)||null},monthOffset:function(){return l.data(fe.monthOffset)||0},mode:function(){var e=l.data(fe.mode)||ce.startMode,t=le.get.validModes();return 0<=pe.inArray(e,t)?e:"time"===ce.type?"hour":"month"===ce.type?"month":"year"===ce.type?"year":"day"},type:function(){return l.data(fe.type)||ce.type},validModes:function(){var e=[];return"time"!==ce.type&&(ce.disableYear&&"year"!==ce.type||e.push("year"),(ce.disableMonth||"year"===ce.type)&&"month"!==ce.type||e.push("month"),0<=ce.type.indexOf("date")&&e.push("day")),0<=ce.type.indexOf("time")&&(e.push("hour"),ce.disableMinute||e.push("minute")),e},isTouch:function(){try{return k.createEvent("TouchEvent"),!0}catch(e){return!1}},calendarModule:function(e){return e?(e instanceof pe||(e=pe(e).first()),e.data(i)):null}},set:{date:function(e,t,n){t=!1!==t,n=!1!==n,e=le.helper.sanitiseDate(e),e=le.helper.dateInRange(e);var i=le.get.mode(),o=de.datetime(e,ce);if(n&&!1===ce.onBeforeChange.call(d,e,o,i))return!1;if(le.set.focusDate(e),ce.isDisabled(e,i))return!1;var a=le.get.endDate();a&&e&&a<e&&le.set.endDate(T),le.set.dataKeyValue(fe.date,e),t&&c.length&&c.val(o),n&&ce.onChange.call(d,e,o,i)},startDate:function(e,t){e=le.helper.sanitiseDate(e);var n=le.get.calendarModule(ce.startCalendar);n&&n.set.date(e),le.set.dataKeyValue(fe.startDate,e,t)},endDate:function(e,t){e=le.helper.sanitiseDate(e);var n=le.get.calendarModule(ce.endCalendar);n&&n.set.date(e),le.set.dataKeyValue(fe.endDate,e,t)},focusDate:function(e,t,n,i){e=le.helper.sanitiseDate(e),e=le.helper.dateInRange(e);var o="day"===le.get.mode(),a=le.get.focusDate();if(o&&e&&a){var r=12*(e.getFullYear()-a.getFullYear())+e.getMonth()-a.getMonth();if(r){var s=le.get.monthOffset()-r;le.set.monthOffset(s,!1)}}var l=le.set.dataKeyValue(fe.focusDate,e,t);n=!1!==n&&l&&!1===t||p!=i,p=i,n&&le.update.focus(i)},minDate:function(e){e=le.helper.sanitiseDate(e),null!==ce.maxDate&&ce.maxDate<=e?le.verbose("Unable to set minDate variable bigger that maxDate variable",e,ce.maxDate):(le.setting("minDate",e),le.set.dataKeyValue(fe.minDate,e))},maxDate:function(e){e=le.helper.sanitiseDate(e),null!==ce.minDate&&ce.minDate>=e?le.verbose("Unable to set maxDate variable lower that minDate variable",e,ce.minDate):(le.setting("maxDate",e),le.set.dataKeyValue(fe.maxDate,e))},monthOffset:function(e,t){var n=Math.max(ce.multiMonth,1);e=Math.max(1-n,Math.min(0,e)),le.set.dataKeyValue(fe.monthOffset,e,t)},mode:function(e,t){le.set.dataKeyValue(fe.mode,e,t)},dataKeyValue:function(e,t,n){var i=l.data(e),o=i===t||i<=t&&t<=i;return t?l.data(e,t):l.removeData(e),(n=!1!==n&&!o)&&le.refresh(),!o}},selectDate:function(e,t){le.verbose("New date selection",e);var n=le.get.mode();if(t||"minute"===n||ce.disableMinute&&"hour"===n||"date"===ce.type&&"day"===n||"month"===ce.type&&"month"===n||"year"===ce.type&&"year"===n){if(!(!1===le.set.date(e))&&ce.closable){le.popup("hide");var i=le.get.calendarModule(ce.endCalendar);i&&(i.popup("show"),i.focus())}}else{var o="year"===n?ce.disableMonth?"day":"month":"month"===n?"day":"day"===n?"hour":"minute";le.set.mode(o),"hour"===n||"day"===n&&le.get.date()?le.set.date(e):le.set.focusDate(e)}},changeDate:function(e){le.set.date(e)},clear:function(){le.set.date(T)},popup:function(){return u.popup.apply(u,arguments)},focus:function(){c.length?c.focus():ge.focus()},blur:function(){c.length?c.blur():ge.blur()},helper:{isDisabled:function(t,n){return"day"===n&&(-1!==ce.disabledDaysOfWeek.indexOf(t.getDay())||ce.disabledDates.some(function(e){return"string"==typeof e&&(e=le.helper.sanitiseDate(e)),e instanceof Date?le.helper.dateEqual(t,e,n):null!==e&&"object"==typeof e&&e[fe.date]?le.helper.dateEqual(t,le.helper.sanitiseDate(e[fe.date]),n):void 0}))},isEnabled:function(t,n){return"day"!==n||(0===ce.enabledDates.length||ce.enabledDates.some(function(e){return"string"==typeof e&&(e=le.helper.sanitiseDate(e)),e instanceof Date?le.helper.dateEqual(t,e,n):null!==e&&"object"==typeof e&&e[fe.date]?le.helper.dateEqual(t,le.helper.sanitiseDate(e[fe.date]),n):void 0}))},findDayAsObject:function(e,t,n){if("day"===t)for(var i,o=0,a=n.length;o<a;o++){if("string"==typeof(i=n[o])&&(i=le.helper.sanitiseDate(i)),i instanceof Date&&le.helper.dateEqual(e,i,t)){var r={};return r[fe.date]=i,r}if(null!==i&&"object"==typeof i&&i[fe.date]&&le.helper.dateEqual(e,le.helper.sanitiseDate(i[fe.date]),t))return i}return null},sanitiseDate:function(e){return e?(e instanceof Date||(e=n.date(""+e,ce)),!e||null===e||isNaN(e.getTime())?T:e):T},dateDiff:function(e,t,n){n=n||"day";var i="time"===ce.type,o="year"===n,a=o||"month"===n,r="minute"===n,s=r||"hour"===n;return e=new Date(i?2e3:e.getFullYear(),i?0:o?0:e.getMonth(),i?1:a?1:e.getDate(),s?e.getHours():0,r?ce.minTimeGap*Math.floor(e.getMinutes()/ce.minTimeGap):0),(t=new Date(i?2e3:t.getFullYear(),i?0:o?0:t.getMonth(),i?1:a?1:t.getDate(),s?t.getHours():0,r?ce.minTimeGap*Math.floor(t.getMinutes()/ce.minTimeGap):0)).getTime()-e.getTime()},dateEqual:function(e,t,n){return!!e&&!!t&&0===le.helper.dateDiff(e,t,n)},isDateInRange:function(e,t,n,i){if(!n&&!i){var o=le.get.startDate();n=o&&ce.minDate?new Date(Math.max(o,ce.minDate)):o||ce.minDate,i=ce.maxDate}return n=n&&new Date(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),ce.minTimeGap*Math.ceil(n.getMinutes()/ce.minTimeGap)),!(!e||n&&0<le.helper.dateDiff(e,n,t)||i&&0<le.helper.dateDiff(i,e,t))},dateInRange:function(e,t,n){if(!t&&!n){var i=le.get.startDate();t=i&&ce.minDate?new Date(Math.max(i,ce.minDate)):i||ce.minDate,n=ce.maxDate}t=t&&new Date(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),ce.minTimeGap*Math.ceil(t.getMinutes()/ce.minTimeGap));var o="time"===ce.type;return e?t&&0<le.helper.dateDiff(e,t,"minute")?o?le.helper.mergeDateTime(e,t):t:n&&0<le.helper.dateDiff(n,e,"minute")?o?le.helper.mergeDateTime(e,n):n:e:e},mergeDateTime:function(e,t){return e&&t?new Date(e.getFullYear(),e.getMonth(),e.getDate(),t.getHours(),t.getMinutes()):t},isTodayButton:function(e){return e.text()===ce.text.today}},setting:function(e,t){if(le.debug("Changing setting",e,t),pe.isPlainObject(e))pe.extend(!0,ce,e);else{if(t===T)return ce[e];pe.isPlainObject(ce[e])?pe.extend(!0,ce[e],t):ce[e]=t}},internal:function(e,t){if(pe.isPlainObject(e))pe.extend(!0,le,e);else{if(t===T)return le[e];le[e]=t}},debug:function(){!ce.silent&&ce.debug&&(ce.performance?le.performance.log(arguments):(le.debug=Function.prototype.bind.call(console.info,console,ce.name+":"),le.debug.apply(console,arguments)))},verbose:function(){!ce.silent&&ce.verbose&&ce.debug&&(ce.performance?le.performance.log(arguments):(le.verbose=Function.prototype.bind.call(console.info,console,ce.name+":"),le.verbose.apply(console,arguments)))},error:function(){ce.silent||(le.error=Function.prototype.bind.call(console.error,console,ce.name+":"),le.error.apply(console,arguments))},performance:{log:function(e){var t,n;ce.performance&&(n=(t=(new Date).getTime())-(v||t),v=t,b.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:d,"Execution Time":n})),clearTimeout(le.performance.timer),le.performance.timer=setTimeout(le.performance.display,500)},display:function(){var e=ce.name+":",n=0;v=!1,clearTimeout(le.performance.timer),pe.each(b,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",a&&(e+=" '"+a+"'"),(console.group!==T||console.table!==T)&&0<b.length&&(console.groupCollapsed(e),console.table?console.table(b):pe.each(b,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),b=[]}},invoke:function(i,e,t){var o,a,n,r=m;return e=e||C,t=d||t,"string"==typeof i&&r!==T&&(i=i.split(/[\. ]/),o=i.length-1,pe.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(pe.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==T)return a=r[n],!1;if(!pe.isPlainObject(r[t])||e==o)return r[t]!==T?a=r[t]:le.error(s.method,i),!1;r=r[t]}})),pe.isFunction(a)?n=a.apply(t,e):a!==T&&(n=a),Array.isArray(h)?h.push(n):h!==T?h=[h,n]:n!==T&&(h=n),a}},x?(m===T&&le.initialize(),le.invoke(y)):(m!==T&&m.invoke("destroy"),le.initialize())}),h!==T?h:this},pe.fn.calendar.settings={name:"Calendar",namespace:"calendar",silent:!1,debug:!1,verbose:!1,performance:!1,type:"datetime",firstDayOfWeek:0,constantHeight:!0,today:!1,closable:!0,monthFirst:!0,touchReadonly:!0,inline:!1,on:null,initialDate:null,startMode:!1,minDate:null,maxDate:null,ampm:!0,disableYear:!1,disableMonth:!1,disableMinute:!1,formatInput:!0,startCalendar:null,endCalendar:null,multiMonth:1,minTimeGap:5,showWeekNumbers:null,disabledDates:[],disabledDaysOfWeek:[],enabledDates:[],eventDates:[],centuryBreak:60,currentCentury:2e3,selectAdjacentDays:!1,popupOptions:{position:"bottom left",lastResort:"bottom left",prefer:"opposite",hideOnScroll:!1},text:{days:["S","M","T","W","T","F","S"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",now:"Now",am:"AM",pm:"PM",weekNo:"Week"},formatter:{header:function(e,t,n){return"year"===t?n.formatter.yearHeader(e,n):"month"===t?n.formatter.monthHeader(e,n):"day"===t?n.formatter.dayHeader(e,n):"hour"===t?n.formatter.hourHeader(e,n):n.formatter.minuteHeader(e,n)},yearHeader:function(e,t){var n=10*Math.ceil(e.getFullYear()/10);return n-9+" - "+(2+n)},monthHeader:function(e,t){return e.getFullYear()},dayHeader:function(e,t){return t.text.months[e.getMonth()]+" "+e.getFullYear()},hourHeader:function(e,t){return t.formatter.date(e,t)},minuteHeader:function(e,t){return t.formatter.date(e,t)},dayColumnHeader:function(e,t){return t.text.days[e]},datetime:function(e,t){if(!e)return"";var n="time"===t.type?"":t.formatter.date(e,t),i=t.type.indexOf("time")<0?"":t.formatter.time(e,t,!1);return n+("datetime"===t.type?" ":"")+i},date:function(e,t){if(!e)return"";var n=e.getDate(),i=t.text.months[e.getMonth()],o=e.getFullYear();return"year"===t.type?o:"month"===t.type?i+" "+o:(t.monthFirst?i+" "+n:n+" "+i)+", "+o},time:function(e,t,n){if(!e)return"";var i=e.getHours(),o=e.getMinutes(),a="";return t.ampm&&(a=" "+(i<12?t.text.am:t.text.pm),i=0===i?12:12<i?i-12:i),i+":"+(o<10?"0":"")+o+a},today:function(e){return"date"===e.type?e.text.today:e.text.now},cell:function(e,t,n){}},parser:{date:function(e,t){if(e instanceof Date)return e;if(!e)return null;if(0===(e=(""+e).trim().toLowerCase()).length)return null;e=t.monthFirst?e:e.replace(/[\/\-\.]/g,"/").replace(/([0-9]+)\/([0-9]+)/,"$2/$1");var n,i,o,a=new Date(e);if(!isNaN(a.getDate()))return a;var r,s,l,c=-1,u=-1,d=-1,f=-1,m=-1,g=T,p="time"===t.type,h=t.type.indexOf("time")<0,v=e.split(t.regExp.dateWords),b=e.split(t.regExp.dateNumbers);if(!h)for(g=0<=pe.inArray(t.text.am.toLowerCase(),v)||!(0<=pe.inArray(t.text.pm.toLowerCase(),v))&&T,n=0;n<b.length;n++)if(0<=(s=b[n]).indexOf(":")){if(u<0||c<0)for(l=s.split(":"),o=0;o<Math.min(2,l.length);o++)i=parseInt(l[o]),isNaN(i)&&(i=0),0===o?u=i%24:c=i%60;b.splice(n,1)}if(!p){for(n=0;n<v.length;n++)if(!((r=v[n]).length<=0)){for(i=0;i<t.text.months.length;i++)if(t.text.months[i].substring(0,r.length).toLowerCase()===r){f=i+1;break}if(0<=f)break}for(n=0;n<b.length;n++)if(i=parseInt(b[n]),!isNaN(i)&&i>=t.centuryBreak&&n===b.length-1){i<=99&&(i+=t.currentCentury-100),m=i,b.splice(n,1);break}if(f<0)for(n=0;n<b.length;n++)if(o=1<n||t.monthFirst?n:1===n?0:1,i=parseInt(b[o]),!isNaN(i)&&1<=i&&i<=12){f=i,b.splice(o,1);break}for(n=0;n<b.length;n++)if(i=parseInt(b[n]),!isNaN(i)&&1<=i&&i<=31){d=i,b.splice(n,1);break}if(m<0)for(n=b.length-1;0<=n;n--)if(i=parseInt(b[n]),!isNaN(i)){i<=99&&(i+=t.currentCentury),m=i,b.splice(n,1);break}}if(!h){if(u<0)for(n=0;n<b.length;n++)if(i=parseInt(b[n]),!isNaN(i)&&0<=i&&i<=23){u=i,b.splice(n,1);break}if(c<0)for(n=0;n<b.length;n++)if(i=parseInt(b[n]),!isNaN(i)&&0<=i&&i<=59){c=i,b.splice(n,1);break}}if(c<0&&u<0&&d<0&&f<0&&m<0)return null;c<0&&(c=0),u<0&&(u=0),d<0&&(d=1),f<0&&(f=1),m<0&&(m=(new Date).getFullYear()),g!==T&&(g?12===u&&(u=0):u<12&&(u+=12));var y=new Date(m,f-1,d,u,c);return y.getMonth()===f-1&&y.getFullYear()===m||(y=new Date(m,f,0,u,c)),isNaN(y.getTime())?null:y}},onBeforeChange:function(e,t,n){return!0},onChange:function(e,t,n){},onShow:function(){},onVisible:function(){},onHide:function(){},onHidden:function(){},onSelect:function(e,t){},isDisabled:function(e,t){return!1},selector:{popup:".ui.popup",input:"input",activator:"input",append:".inline.field,.inline.fields"},regExp:{dateWords:/[^A-Za-z\u00C0-\u024F]+/g,dateNumbers:/[^\d:]+/g},error:{popup:"UI Popup, a required component is not included in this page",method:"The method you called is not defined."},className:{calendar:"calendar",active:"active",popup:"ui popup",grid:"ui equal width grid",column:"column",table:"ui celled center aligned unstackable table",prev:"prev link",next:"next link",prevIcon:"chevron left icon",nextIcon:"chevron right icon",link:"link",cell:"link",disabledCell:"disabled",weekCell:"disabled",adjacentCell:"adjacent",activeCell:"active",rangeCell:"range",focusCell:"focus",todayCell:"today",today:"today link"},metadata:{date:"date",focusDate:"focusDate",startDate:"startDate",endDate:"endDate",minDate:"minDate",maxDate:"maxDate",mode:"mode",type:"type",monthOffset:"monthOffset",message:"message",class:"class"},eventClass:"blue"}}(jQuery,window,document),function(S,D,A,E){"use strict";S.isFunction=S.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},D=void 0!==D&&D.Math==Math?D:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),S.fn.checkbox=function(u){var d,e=S(this),f=e.selector||"",x=(new Date).getTime(),C=[],w=u,k="string"==typeof w,T=[].slice.call(arguments,1);return e.each(function(){var e,m,g=S.extend(!0,{},S.fn.checkbox.settings,u),t=g.className,n=g.namespace,p=g.selector,s=g.error,i="."+n,o="module-"+n,h=S(this),a=S(this).children(p.label),v=S(this).children(p.input),b=v[0],r=!1,y=!1,l=h.data(o),c=this;m={initialize:function(){m.verbose("Initializing checkbox",g),m.create.label(),m.bind.events(),m.set.tabbable(),m.hide.input(),m.observeChanges(),m.instantiate(),m.setup()},instantiate:function(){m.verbose("Storing instance of module",m),l=m,h.data(o,m)},destroy:function(){m.verbose("Destroying module"),m.unbind.events(),m.show.input(),h.removeData(o)},fix:{reference:function(){h.is(p.input)&&(m.debug("Behavior called on <input> adjusting invoked element"),h=h.closest(p.checkbox),m.refresh())}},setup:function(){m.set.initialLoad(),m.is.indeterminate()?(m.debug("Initial value is indeterminate"),m.indeterminate()):m.is.checked()?(m.debug("Initial value is checked"),m.check()):(m.debug("Initial value is unchecked"),m.uncheck()),m.remove.initialLoad()},refresh:function(){a=h.children(p.label),v=h.children(p.input),b=v[0]},hide:{input:function(){m.verbose("Modifying <input> z-index to be unselectable"),v.addClass(t.hidden)}},show:{input:function(){m.verbose("Modifying <input> z-index to be selectable"),v.removeClass(t.hidden)}},observeChanges:function(){"MutationObserver"in D&&((e=new MutationObserver(function(e){m.debug("DOM tree modified, updating selector cache"),m.refresh()})).observe(c,{childList:!0,subtree:!0}),m.debug("Setting up mutation observer",e))},attachEvents:function(e,t){var n=S(e);t=S.isFunction(m[t])?m[t]:m.toggle,0<n.length?(m.debug("Attaching checkbox events to element",e,t),n.on("click"+i,t)):m.error(s.notFound)},preventDefaultOnInputTarget:function(){"undefined"!=typeof event&&S(event.target).is(p.input)&&(m.verbose("Preventing default check action after manual check action"),event.preventDefault())},event:{change:function(e){m.should.ignoreCallbacks()||g.onChange.call(b)},click:function(e){var t=S(e.target);t.is(p.input)?m.verbose("Using default check action on initialized checkbox"):t.is(p.link)?m.debug("Clicking link inside checkbox, skipping toggle"):(m.toggle(),v.focus(),e.preventDefault())},keydown:function(e){var t=e.which,n=13,i=32,o=27,a=37,r=38,s=39,l=40,c=m.get.radios(),u=c.index(h),d=c.length,f=!1;if(t==a||t==r?f=(0===u?d:u)-1:t!=s&&t!=l||(f=u===d-1?0:u+1),!m.should.ignoreCallbacks()&&!1!==f){if(!1===g.beforeUnchecked.apply(b))return m.verbose("Option not allowed to be unchecked, cancelling key navigation"),!1;if(!1===g.beforeChecked.apply(S(c[f]).children(p.input)[0]))return m.verbose("Next option should not allow check, cancelling key navigation"),!1}y=t==o?(m.verbose("Escape key pressed blurring field"),v.blur(),!0):!(e.ctrlKey||!(t==i||t==n&&g.enableEnterKey))&&(m.verbose("Enter/space key pressed, toggling checkbox"),m.toggle(),!0)},keyup:function(e){y&&e.preventDefault()}},check:function(){m.should.allowCheck()&&(m.debug("Checking checkbox",v),m.set.checked(),m.should.ignoreCallbacks()||(g.onChecked.call(b),m.trigger.change()),m.preventDefaultOnInputTarget())},uncheck:function(){m.should.allowUncheck()&&(m.debug("Unchecking checkbox"),m.set.unchecked(),m.should.ignoreCallbacks()||(g.onUnchecked.call(b),m.trigger.change()),m.preventDefaultOnInputTarget())},indeterminate:function(){m.should.allowIndeterminate()?m.debug("Checkbox is already indeterminate"):(m.debug("Making checkbox indeterminate"),m.set.indeterminate(),m.should.ignoreCallbacks()||(g.onIndeterminate.call(b),m.trigger.change()))},determinate:function(){m.should.allowDeterminate()?m.debug("Checkbox is already determinate"):(m.debug("Making checkbox determinate"),m.set.determinate(),m.should.ignoreCallbacks()||(g.onDeterminate.call(b),m.trigger.change()))},enable:function(){m.is.enabled()?m.debug("Checkbox is already enabled"):(m.debug("Enabling checkbox"),m.set.enabled(),m.should.ignoreCallbacks()||(g.onEnable.call(b),g.onEnabled.call(b),m.trigger.change()))},disable:function(){m.is.disabled()?m.debug("Checkbox is already disabled"):(m.debug("Disabling checkbox"),m.set.disabled(),m.should.ignoreCallbacks()||(g.onDisable.call(b),g.onDisabled.call(b),m.trigger.change()))},get:{radios:function(){var e=m.get.name();return S('input[name="'+e+'"]').closest(p.checkbox)},otherRadios:function(){return m.get.radios().not(h)},name:function(){return v.attr("name")}},is:{initialLoad:function(){return r},radio:function(){return v.hasClass(t.radio)||"radio"==v.attr("type")},indeterminate:function(){return v.prop("indeterminate")!==E&&v.prop("indeterminate")},checked:function(){return v.prop("checked")!==E&&v.prop("checked")},disabled:function(){return v.prop("disabled")!==E&&v.prop("disabled")},enabled:function(){return!m.is.disabled()},determinate:function(){return!m.is.indeterminate()},unchecked:function(){return!m.is.checked()}},should:{allowCheck:function(){return m.is.determinate()&&m.is.checked()&&!m.is.initialLoad()?(m.debug("Should not allow check, checkbox is already checked"),!1):!(!m.should.ignoreCallbacks()&&!1===g.beforeChecked.apply(b))||(m.debug("Should not allow check, beforeChecked cancelled"),!1)},allowUncheck:function(){return m.is.determinate()&&m.is.unchecked()&&!m.is.initialLoad()?(m.debug("Should not allow uncheck, checkbox is already unchecked"),!1):!(!m.should.ignoreCallbacks()&&!1===g.beforeUnchecked.apply(b))||(m.debug("Should not allow uncheck, beforeUnchecked cancelled"),!1)},allowIndeterminate:function(){return m.is.indeterminate()&&!m.is.initialLoad()?(m.debug("Should not allow indeterminate, checkbox is already indeterminate"),!1):!(!m.should.ignoreCallbacks()&&!1===g.beforeIndeterminate.apply(b))||(m.debug("Should not allow indeterminate, beforeIndeterminate cancelled"),!1)},allowDeterminate:function(){return m.is.determinate()&&!m.is.initialLoad()?(m.debug("Should not allow determinate, checkbox is already determinate"),!1):!(!m.should.ignoreCallbacks()&&!1===g.beforeDeterminate.apply(b))||(m.debug("Should not allow determinate, beforeDeterminate cancelled"),!1)},ignoreCallbacks:function(){return r&&!g.fireOnInit}},can:{change:function(){return!(h.hasClass(t.disabled)||h.hasClass(t.readOnly)||v.prop("disabled")||v.prop("readonly"))},uncheck:function(){return"boolean"==typeof g.uncheckable?g.uncheckable:!m.is.radio()}},set:{initialLoad:function(){r=!0},checked:function(){m.verbose("Setting class to checked"),h.removeClass(t.indeterminate).addClass(t.checked),m.is.radio()&&m.uncheckOthers(),m.is.indeterminate()||!m.is.checked()?(m.verbose("Setting state to checked",b),v.prop("indeterminate",!1).prop("checked",!0)):m.debug("Input is already checked, skipping input property change")},unchecked:function(){m.verbose("Removing checked class"),h.removeClass(t.indeterminate).removeClass(t.checked),m.is.indeterminate()||!m.is.unchecked()?(m.debug("Setting state to unchecked"),v.prop("indeterminate",!1).prop("checked",!1)):m.debug("Input is already unchecked")},indeterminate:function(){m.verbose("Setting class to indeterminate"),h.addClass(t.indeterminate),m.is.indeterminate()?m.debug("Input is already indeterminate, skipping input property change"):(m.debug("Setting state to indeterminate"),v.prop("indeterminate",!0))},determinate:function(){m.verbose("Removing indeterminate class"),h.removeClass(t.indeterminate),m.is.determinate()?m.debug("Input is already determinate, skipping input property change"):(m.debug("Setting state to determinate"),v.prop("indeterminate",!1))},disabled:function(){m.verbose("Setting class to disabled"),h.addClass(t.disabled),m.is.disabled()?m.debug("Input is already disabled, skipping input property change"):(m.debug("Setting state to disabled"),v.prop("disabled","disabled"))},enabled:function(){m.verbose("Removing disabled class"),h.removeClass(t.disabled),m.is.enabled()?m.debug("Input is already enabled, skipping input property change"):(m.debug("Setting state to enabled"),v.prop("disabled",!1))},tabbable:function(){m.verbose("Adding tabindex to checkbox"),v.attr("tabindex")===E&&v.attr("tabindex",0)}},remove:{initialLoad:function(){r=!1}},trigger:{change:function(){var e=A.createEvent("HTMLEvents"),t=v[0];t&&(m.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},create:{label:function(){0<v.prevAll(p.label).length?(v.prev(p.label).detach().insertAfter(v),m.debug("Moving existing label",a)):m.has.label()||(a=S("<label>").insertAfter(v),m.debug("Creating label",a))}},has:{label:function(){return 0<a.length}},bind:{events:function(){m.verbose("Attaching checkbox events"),h.on("click"+i,m.event.click).on("change"+i,m.event.change).on("keydown"+i,p.input,m.event.keydown).on("keyup"+i,p.input,m.event.keyup)}},unbind:{events:function(){m.debug("Removing events"),h.off(i)}},uncheckOthers:function(){var e=m.get.otherRadios();m.debug("Unchecking other radios",e),e.removeClass(t.checked)},toggle:function(){m.can.change()?m.is.indeterminate()||m.is.unchecked()?(m.debug("Currently unchecked"),m.check()):m.is.checked()&&m.can.uncheck()&&(m.debug("Currently checked"),m.uncheck()):m.is.radio()||m.debug("Checkbox is read-only or disabled, ignoring toggle")},setting:function(e,t){if(m.debug("Changing setting",e,t),S.isPlainObject(e))S.extend(!0,g,e);else{if(t===E)return g[e];S.isPlainObject(g[e])?S.extend(!0,g[e],t):g[e]=t}},internal:function(e,t){if(S.isPlainObject(e))S.extend(!0,m,e);else{if(t===E)return m[e];m[e]=t}},debug:function(){!g.silent&&g.debug&&(g.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,g.name+":"),m.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),m.verbose.apply(console,arguments)))},error:function(){g.silent||(m.error=Function.prototype.bind.call(console.error,console,g.name+":"),m.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(x||t),x=t,C.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:c,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var e=g.name+":",n=0;x=!1,clearTimeout(m.performance.timer),S.each(C,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",f&&(e+=" '"+f+"'"),(console.group!==E||console.table!==E)&&0<C.length&&(console.groupCollapsed(e),console.table?console.table(C):S.each(C,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),C=[]}},invoke:function(i,e,t){var o,a,n,r=l;return e=e||T,t=c||t,"string"==typeof i&&r!==E&&(i=i.split(/[\. ]/),o=i.length-1,S.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(S.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==E)return a=r[n],!1;if(!S.isPlainObject(r[t])||e==o)return r[t]!==E?a=r[t]:m.error(s.method,i),!1;r=r[t]}})),S.isFunction(a)?n=a.apply(t,e):a!==E&&(n=a),Array.isArray(d)?d.push(n):d!==E?d=[d,n]:n!==E&&(d=n),a}},k?(l===E&&m.initialize(),m.invoke(w)):(l!==E&&l.invoke("destroy"),m.initialize())}),d!==E?d:this},S.fn.checkbox.settings={name:"Checkbox",namespace:"checkbox",silent:!1,debug:!1,verbose:!0,performance:!0,uncheckable:"auto",fireOnInit:!1,enableEnterKey:!0,onChange:function(){},beforeChecked:function(){},beforeUnchecked:function(){},beforeDeterminate:function(){},beforeIndeterminate:function(){},onChecked:function(){},onUnchecked:function(){},onDeterminate:function(){},onIndeterminate:function(){},onEnable:function(){},onDisable:function(){},onEnabled:function(){},onDisabled:function(){},className:{checked:"checked",indeterminate:"indeterminate",disabled:"disabled",hidden:"hidden",radio:"radio",readOnly:"read-only"},error:{method:"The method you called is not defined"},selector:{checkbox:".ui.checkbox",label:"label, .box",input:'input[type="checkbox"], input[type="radio"]',link:"a[href]"}}}(jQuery,window,document),function(k,e,T,S){"use strict";k.isFunction=k.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),k.fn.dimmer=function(p){var h,v=k(this),b=(new Date).getTime(),y=[],x=p,C="string"==typeof x,w=[].slice.call(arguments,1);return v.each(function(){var a,t,s,r=k.isPlainObject(p)?k.extend(!0,{},k.fn.dimmer.settings,p):k.extend({},k.fn.dimmer.settings),n=r.selector,e=r.namespace,i=r.className,l=r.error,o="."+e,c="module-"+e,u=v.selector||"",d="ontouchstart"in T.documentElement?"touchstart":"click",f=k(this),m=this,g=f.data(c);(s={preinitialize:function(){a=s.is.dimmer()?(t=f.parent(),f):(t=f,s.has.dimmer()?r.dimmerName?t.find(n.dimmer).filter("."+r.dimmerName):t.find(n.dimmer):s.create())},initialize:function(){s.debug("Initializing dimmer",r),s.bind.events(),s.set.dimmable(),s.instantiate()},instantiate:function(){s.verbose("Storing instance of module",s),g=s,f.data(c,g)},destroy:function(){s.verbose("Destroying previous module",a),s.unbind.events(),s.remove.variation(),t.off(o)},bind:{events:function(){"hover"==r.on?t.on("mouseenter"+o,s.show).on("mouseleave"+o,s.hide):"click"==r.on&&t.on(d+o,s.toggle),s.is.page()&&(s.debug("Setting as a page dimmer",t),s.set.pageDimmer()),s.is.closable()&&(s.verbose("Adding dimmer close event",a),t.on(d+o,n.dimmer,s.event.click))}},unbind:{events:function(){f.removeData(c),t.off(o)}},event:{click:function(e){s.verbose("Determining if event occured on dimmer",e),0!==a.find(e.target).length&&!k(e.target).is(n.content)||(s.hide(),e.stopImmediatePropagation())}},addContent:function(e){var t=k(e);s.debug("Add content to dimmer",t),t.parent()[0]!==a[0]&&t.detach().appendTo(a)},create:function(){var e=k(r.template.dimmer(r));return r.dimmerName&&(s.debug("Creating named dimmer",r.dimmerName),e.addClass(r.dimmerName)),e.appendTo(t),e},show:function(e){e=k.isFunction(e)?e:function(){},s.debug("Showing dimmer",a,r),s.set.variation(),s.is.dimmed()&&!s.is.animating()||!s.is.enabled()?s.debug("Dimmer is already shown or disabled"):(s.animate.show(e),r.onShow.call(m),r.onChange.call(m))},hide:function(e){e=k.isFunction(e)?e:function(){},s.is.dimmed()||s.is.animating()?(s.debug("Hiding dimmer",a),s.animate.hide(e),r.onHide.call(m),r.onChange.call(m)):s.debug("Dimmer is not visible")},toggle:function(){s.verbose("Toggling dimmer visibility",a),s.is.dimmed()?s.is.closable()&&s.hide():s.show()},animate:{show:function(e){e=k.isFunction(e)?e:function(){},r.useCSS&&k.fn.transition!==S&&a.transition("is supported")?(r.useFlex?(s.debug("Using flex dimmer"),s.remove.legacy()):(s.debug("Using legacy non-flex dimmer"),s.set.legacy()),"auto"!==r.opacity&&s.set.opacity(),a.transition({displayType:r.useFlex?"flex":"block",animation:r.transition+" in",queue:!1,duration:s.get.duration(),useFailSafe:!0,onStart:function(){s.set.dimmed()},onComplete:function(){s.set.active(),e()}})):(s.verbose("Showing dimmer animation with javascript"),s.set.dimmed(),"auto"==r.opacity&&(r.opacity=.8),a.stop().css({opacity:0,width:"100%",height:"100%"}).fadeTo(s.get.duration(),r.opacity,function(){a.removeAttr("style"),s.set.active(),e()}))},hide:function(e){e=k.isFunction(e)?e:function(){},r.useCSS&&k.fn.transition!==S&&a.transition("is supported")?(s.verbose("Hiding dimmer with css"),a.transition({displayType:r.useFlex?"flex":"block",animation:r.transition+" out",queue:!1,duration:s.get.duration(),useFailSafe:!0,onComplete:function(){s.remove.dimmed(),s.remove.variation(),s.remove.active(),e()}})):(s.verbose("Hiding dimmer with javascript"),a.stop().fadeOut(s.get.duration(),function(){s.remove.dimmed(),s.remove.active(),a.removeAttr("style"),e()}))}},get:{dimmer:function(){return a},duration:function(){return"object"==typeof r.duration?s.is.active()?r.duration.hide:r.duration.show:r.duration}},has:{dimmer:function(){return r.dimmerName?0<f.find(n.dimmer).filter("."+r.dimmerName).length:0<f.find(n.dimmer).length}},is:{active:function(){return a.hasClass(i.active)},animating:function(){return a.is(":animated")||a.hasClass(i.animating)},closable:function(){return"auto"==r.closable?"hover"!=r.on:r.closable},dimmer:function(){return f.hasClass(i.dimmer)},dimmable:function(){return f.hasClass(i.dimmable)},dimmed:function(){return t.hasClass(i.dimmed)},disabled:function(){return t.hasClass(i.disabled)},enabled:function(){return!s.is.disabled()},page:function(){return t.is("body")},pageDimmer:function(){return a.hasClass(i.pageDimmer)}},can:{show:function(){return!a.hasClass(i.disabled)}},set:{opacity:function(e){var t=a.css("background-color"),n=t.split(","),i=n&&3==n.length,o=n&&4==n.length;e=0===r.opacity?0:r.opacity||e,t=i||o?(n[3]=e+")",n.join(",")):"rgba(0, 0, 0, "+e+")",s.debug("Setting opacity to",e),a.css("background-color",t)},legacy:function(){a.addClass(i.legacy)},active:function(){a.addClass(i.active)},dimmable:function(){t.addClass(i.dimmable)},dimmed:function(){t.addClass(i.dimmed)},pageDimmer:function(){a.addClass(i.pageDimmer)},disabled:function(){a.addClass(i.disabled)},variation:function(e){(e=e||r.variation)&&a.addClass(e)}},remove:{active:function(){a.removeClass(i.active)},legacy:function(){a.removeClass(i.legacy)},dimmed:function(){t.removeClass(i.dimmed)},disabled:function(){a.removeClass(i.disabled)},variation:function(e){(e=e||r.variation)&&a.removeClass(e)}},setting:function(e,t){if(s.debug("Changing setting",e,t),k.isPlainObject(e))k.extend(!0,r,e);else{if(t===S)return r[e];k.isPlainObject(r[e])?k.extend(!0,r[e],t):r[e]=t}},internal:function(e,t){if(k.isPlainObject(e))k.extend(!0,s,e);else{if(t===S)return s[e];s[e]=t}},debug:function(){!r.silent&&r.debug&&(r.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,r.name+":"),s.debug.apply(console,arguments)))},verbose:function(){!r.silent&&r.verbose&&r.debug&&(r.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,r.name+":"),s.verbose.apply(console,arguments)))},error:function(){r.silent||(s.error=Function.prototype.bind.call(console.error,console,r.name+":"),s.error.apply(console,arguments))},performance:{log:function(e){var t,n;r.performance&&(n=(t=(new Date).getTime())-(b||t),b=t,y.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:m,"Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=r.name+":",n=0;b=!1,clearTimeout(s.performance.timer),k.each(y,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",u&&(e+=" '"+u+"'"),1<v.length&&(e+=" ("+v.length+")"),(console.group!==S||console.table!==S)&&0<y.length&&(console.groupCollapsed(e),console.table?console.table(y):k.each(y,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),y=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||w,t=m||t,"string"==typeof i&&r!==S&&(i=i.split(/[\. ]/),o=i.length-1,k.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(k.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==S)return a=r[n],!1;if(!k.isPlainObject(r[t])||e==o)return r[t]!==S?a=r[t]:s.error(l.method,i),!1;r=r[t]}})),k.isFunction(a)?n=a.apply(t,e):a!==S&&(n=a),Array.isArray(h)?h.push(n):h!==S?h=[h,n]:n!==S&&(h=n),a}}).preinitialize(),C?(g===S&&s.initialize(),s.invoke(x)):(g!==S&&g.invoke("destroy"),s.initialize())}),h!==S?h:this},k.fn.dimmer.settings={name:"Dimmer",namespace:"dimmer",silent:!1,debug:!1,verbose:!1,performance:!0,useFlex:!0,dimmerName:!1,variation:!1,closable:"auto",useCSS:!0,transition:"fade",on:!1,opacity:"auto",duration:{show:500,hide:500},displayLoader:!1,loaderText:!1,loaderVariation:"",onChange:function(){},onShow:function(){},onHide:function(){},error:{method:"The method you called is not defined."},className:{active:"active",animating:"animating",dimmable:"dimmable",dimmed:"dimmed",dimmer:"dimmer",disabled:"disabled",hide:"hide",legacy:"legacy",pageDimmer:"page",show:"show",loader:"ui loader"},selector:{dimmer:"> .ui.dimmer",content:".ui.dimmer > .content, .ui.dimmer > .content > .center"},template:{dimmer:function(e){var t,n=k("<div/>").addClass("ui dimmer");return e.displayLoader&&(t=k("<div/>").addClass(e.className.loader).addClass(e.loaderVariation),e.loaderText&&(t.text(e.loaderText),t.addClass("text")),n.append(t)),n}}}}(jQuery,window,document),function(Z,_,ee,te){"use strict";Z.isFunction=Z.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},_=void 0!==_&&_.Math==Math?_:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),Z.fn.dropdown=function(H){var U,B=Z(this),W=Z(ee),Y=B.selector||"",Q="ontouchstart"in ee.documentElement,X=(new Date).getTime(),$=[],G=H,K="string"==typeof G,J=[].slice.call(arguments,1);return B.each(function(n){var c,e,t,i,o,a,r,s,p,g=Z.isPlainObject(H)?Z.extend(!0,{},Z.fn.dropdown.settings,H):Z.extend({},Z.fn.dropdown.settings),h=g.className,u=g.message,l=g.fields,v=g.keys,b=g.metadata,d=g.namespace,f=g.regExp,y=g.selector,m=g.error,x=g.templates,C="."+d,w="module-"+d,k=Z(this),T=Z(g.context),S=k.find(y.text),D=k.find(y.search),A=k.find(y.sizer),E=k.find(y.input),P=k.find(y.icon),F=k.find(y.clearIcon),R=0<k.prev().find(y.text).length?k.prev().find(y.text):k.prev(),O=k.children(y.menu),M=O.find(y.item),I=g.hideDividers?M.parent().children(y.divider):Z(),j=!1,L=!1,q=!1,V=!1,N=this,z=k.data(w);p={initialize:function(){p.debug("Initializing dropdown",g),p.is.alreadySetup()?p.setup.reference():(g.ignoreDiacritics&&!String.prototype.normalize&&(g.ignoreDiacritics=!1,p.error(m.noNormalize,N)),p.setup.layout(),g.values&&p.change.values(g.values),p.refreshData(),p.save.defaults(),p.restore.selected(),p.create.id(),p.bind.events(),p.observeChanges(),p.instantiate())},instantiate:function(){p.verbose("Storing instance of dropdown",p),z=p,k.data(w,p)},destroy:function(){p.verbose("Destroying previous dropdown",k),p.remove.tabbable(),p.remove.active(),O.transition("stop all"),O.removeClass(h.visible).addClass(h.hidden),k.off(C).removeData(w),O.off(C),W.off(o),p.disconnect.menuObserver(),p.disconnect.selectObserver()},observeChanges:function(){"MutationObserver"in _&&(r=new MutationObserver(p.event.select.mutation),s=new MutationObserver(p.event.menu.mutation),p.debug("Setting up mutation observer",r,s),p.observe.select(),p.observe.menu())},disconnect:{menuObserver:function(){s&&s.disconnect()},selectObserver:function(){r&&r.disconnect()}},observe:{select:function(){p.has.input()&&r&&r.observe(k[0],{childList:!0,subtree:!0})},menu:function(){p.has.menu()&&s&&s.observe(O[0],{childList:!0,subtree:!0})}},create:{id:function(){a=(Math.random().toString(16)+"000000000").substr(2,8),o="."+a,p.verbose("Creating unique id for element",a)},userChoice:function(e){var n,i,o;return!!(e=e||p.get.userValues())&&(e=Array.isArray(e)?e:[e],Z.each(e,function(e,t){!1===p.get.item(t)&&(o=g.templates.addition(p.add.variables(u.addResult,t)),i=Z("<div />").html(o).attr("data-"+b.value,t).attr("data-"+b.text,t).addClass(h.addition).addClass(h.item),g.hideAdditions&&i.addClass(h.hidden),n=n===te?i:n.add(i),p.verbose("Creating user choices for value",t,i))}),n)},userLabels:function(e){var t=p.get.userValues();t&&(p.debug("Adding user labels",t),Z.each(t,function(e,t){p.verbose("Adding custom user value"),p.add.label(t,t)}))},menu:function(){O=Z("<div />").addClass(h.menu).appendTo(k)},sizer:function(){A=Z("<span />").addClass(h.sizer).insertAfter(D)}},search:function(e){e=e!==te?e:p.get.query(),p.verbose("Searching for query",e),p.has.minCharacters(e)?p.filter(e):p.hide(null,!0)},select:{firstUnfiltered:function(){p.verbose("Selecting first non-filtered element"),p.remove.selectedItem(),M.not(y.unselectable).not(y.addition+y.hidden).eq(0).addClass(h.selected)},nextAvailable:function(e){var t=(e=e.eq(0)).nextAll(y.item).not(y.unselectable).eq(0),n=e.prevAll(y.item).not(y.unselectable).eq(0);0<t.length?(p.verbose("Moving selection to",t),t.addClass(h.selected)):(p.verbose("Moving selection to",n),n.addClass(h.selected))}},setup:{api:function(){var e={debug:g.debug,urlData:{value:p.get.value(),query:p.get.query()},on:!1};p.verbose("First request, initializing API"),k.api(e)},layout:function(){k.is("select")&&(p.setup.select(),p.setup.returnedObject()),p.has.menu()||p.create.menu(),p.is.selection()&&p.is.clearable()&&!p.has.clearItem()&&(p.verbose("Adding clear icon"),F=Z("<i />").addClass("remove icon").insertBefore(S)),p.is.search()&&!p.has.search()&&(p.verbose("Adding search input"),D=Z("<input />").addClass(h.search).prop("autocomplete","off").insertBefore(S)),p.is.multiple()&&p.is.searchSelection()&&!p.has.sizer()&&p.create.sizer(),g.allowTab&&p.set.tabbable()},select:function(){var e=p.get.selectValues();p.debug("Dropdown initialized on a select",e),k.is("select")&&(E=k),0<E.parent(y.dropdown).length?(p.debug("UI dropdown already exists. Creating dropdown menu only"),k=E.closest(y.dropdown),p.has.menu()||p.create.menu(),O=k.children(y.menu),p.setup.menu(e)):(p.debug("Creating entire dropdown from select"),k=Z("<div />").attr("class",E.attr("class")).addClass(h.selection).addClass(h.dropdown).html(x.dropdown(e,l,g.preserveHTML,g.className)).insertBefore(E),E.hasClass(h.multiple)&&!1===E.prop("multiple")&&(p.error(m.missingMultiple),E.prop("multiple",!0)),E.is("[multiple]")&&p.set.multiple(),E.prop("disabled")&&(p.debug("Disabling dropdown"),k.addClass(h.disabled)),E.removeAttr("required").removeAttr("class").detach().prependTo(k)),p.refresh()},menu:function(e){O.html(x.menu(e,l,g.preserveHTML,g.className)),M=O.find(y.item),I=g.hideDividers?M.parent().children(y.divider):Z()},reference:function(){p.debug("Dropdown behavior was called on select, replacing with closest dropdown"),k=k.parent(y.dropdown),z=k.data(w),N=k.get(0),p.refresh(),p.setup.returnedObject()},returnedObject:function(){var e=B.slice(0,n),t=B.slice(n+1);B=e.add(k).add(t)}},refresh:function(){p.refreshSelectors(),p.refreshData()},refreshItems:function(){M=O.find(y.item),I=g.hideDividers?M.parent().children(y.divider):Z()},refreshSelectors:function(){p.verbose("Refreshing selector cache"),S=k.find(y.text),D=k.find(y.search),E=k.find(y.input),P=k.find(y.icon),R=0<k.prev().find(y.text).length?k.prev().find(y.text):k.prev(),O=k.children(y.menu),M=O.find(y.item),I=g.hideDividers?M.parent().children(y.divider):Z()},refreshData:function(){p.verbose("Refreshing cached metadata"),M.removeData(b.text).removeData(b.value)},clearData:function(){p.verbose("Clearing metadata"),M.removeData(b.text).removeData(b.value),k.removeData(b.defaultText).removeData(b.defaultValue).removeData(b.placeholderText)},toggle:function(){p.verbose("Toggling menu visibility"),p.is.active()?p.hide():p.show()},show:function(e,t){if(e=Z.isFunction(e)?e:function(){},!p.can.show()&&p.is.remote()&&(p.debug("No API results retrieved, searching before show"),p.queryRemote(p.get.query(),p.show)),p.can.show()&&!p.is.active()){if(p.debug("Showing dropdown"),!p.has.message()||p.has.maxSelections()||p.has.allResultsFiltered()||p.remove.message(),p.is.allFiltered())return!0;!1!==g.onShow.call(N)&&p.animate.show(function(){p.can.click()&&p.bind.intent(),p.has.search()&&!t&&p.focusSearch(),p.set.visible(),e.call(N)})}},hide:function(e,t){e=Z.isFunction(e)?e:function(){},p.is.active()&&!p.is.animatingOutward()?(p.debug("Hiding dropdown"),!1!==g.onHide.call(N)&&p.animate.hide(function(){p.remove.visible(),p.is.focusedOnSearch()&&!0!==t&&D.blur(),e.call(N)})):p.can.click()&&p.unbind.intent()},hideOthers:function(){p.verbose("Finding other dropdowns to hide"),B.not(k).has(y.menu+"."+h.visible).dropdown("hide")},hideMenu:function(){p.verbose("Hiding menu instantaneously"),p.remove.active(),p.remove.visible(),O.transition("hide")},hideSubMenus:function(){var e=O.children(y.item).find(y.menu);p.verbose("Hiding sub menus",e),e.transition("hide")},bind:{events:function(){Q&&p.bind.touchEvents(),p.bind.keyboardEvents(),p.bind.inputEvents(),p.bind.mouseEvents()},touchEvents:function(){p.debug("Touch device detected binding additional touch events"),p.is.searchSelection()||p.is.single()&&k.on("touchstart"+C,p.event.test.toggle),O.on("touchstart"+C,y.item,p.event.item.mouseenter)},keyboardEvents:function(){p.verbose("Binding keyboard events"),k.on("keydown"+C,p.event.keydown),p.has.search()&&k.on(p.get.inputEvent()+C,y.search,p.event.input),p.is.multiple()&&W.on("keydown"+o,p.event.document.keydown)},inputEvents:function(){p.verbose("Binding input change events"),k.on("change"+C,y.input,p.event.change)},mouseEvents:function(){p.verbose("Binding mouse events"),p.is.multiple()&&k.on("click"+C,y.label,p.event.label.click).on("click"+C,y.remove,p.event.remove.click),p.is.searchSelection()?(k.on("mousedown"+C,p.event.mousedown).on("mouseup"+C,p.event.mouseup).on("mousedown"+C,y.menu,p.event.menu.mousedown).on("mouseup"+C,y.menu,p.event.menu.mouseup).on("click"+C,y.icon,p.event.icon.click).on("click"+C,y.clearIcon,p.event.clearIcon.click).on("focus"+C,y.search,p.event.search.focus).on("click"+C,y.search,p.event.search.focus).on("blur"+C,y.search,p.event.search.blur).on("click"+C,y.text,p.event.text.focus),p.is.multiple()&&k.on("click"+C,p.event.click)):("click"==g.on?k.on("click"+C,y.icon,p.event.icon.click).on("click"+C,p.event.test.toggle):"hover"==g.on?k.on("mouseenter"+C,p.delay.show).on("mouseleave"+C,p.delay.hide):k.on(g.on+C,p.toggle),k.on("mousedown"+C,p.event.mousedown).on("mouseup"+C,p.event.mouseup).on("focus"+C,p.event.focus).on("click"+C,y.clearIcon,p.event.clearIcon.click),p.has.menuSearch()?k.on("blur"+C,y.search,p.event.search.blur):k.on("blur"+C,p.event.blur)),O.on("mouseenter"+C,y.item,p.event.item.mouseenter).on("mouseleave"+C,y.item,p.event.item.mouseleave).on("click"+C,y.item,p.event.item.click)},intent:function(){p.verbose("Binding hide intent event to document"),Q&&W.on("touchstart"+o,p.event.test.touch).on("touchmove"+o,p.event.test.touch),W.on("click"+o,p.event.test.hide)}},unbind:{intent:function(){p.verbose("Removing hide intent event from document"),Q&&W.off("touchstart"+o).off("touchmove"+o),W.off("click"+o)}},filter:function(e){function t(){p.is.multiple()&&p.filterActive(),(e||!e&&0==p.get.activeItem().length)&&p.select.firstUnfiltered(),p.has.allResultsFiltered()?g.onNoResults.call(N,n)?g.allowAdditions?g.hideAdditions&&(p.verbose("User addition with no menu, setting empty style"),p.set.empty(),p.hideMenu()):(p.verbose("All items filtered, showing message",n),p.add.message(u.noResults)):(p.verbose("All items filtered, hiding dropdown",n),p.hideMenu()):(p.remove.empty(),p.remove.message()),g.allowAdditions&&p.add.userSuggestion(p.escape.htmlEntities(e)),p.is.searchSelection()&&p.can.show()&&p.is.focusedOnSearch()&&p.show()}var n=e!==te?e:p.get.query();g.useLabels&&p.has.maxSelections()||(g.apiSettings?p.can.useAPI()?p.queryRemote(n,function(){g.filterRemoteData&&p.filterItems(n);var e=E.val();Array.isArray(e)||(e=e&&""!==e?e.split(g.delimiter):[]),Z.each(e,function(e,t){M.filter('[data-value="'+t+'"]').addClass(h.filtered)}),t()}):p.error(m.noAPI):(p.filterItems(n),t()))},queryRemote:function(e,n){var t={errorDuration:!1,cache:"local",throttle:g.throttle,urlData:{query:e},onError:function(){p.add.message(u.serverError),n()},onFailure:function(){p.add.message(u.serverError),n()},onSuccess:function(e){var t=e[l.remoteValues];Array.isArray(t)||(t=[]),p.remove.message(),p.setup.menu({values:t}),0!==t.length||g.allowAdditions||p.add.message(u.noResults),n()}};k.api("get request")||p.setup.api(),t=Z.extend(!0,{},t,g.apiSettings),k.api("setting",t).api("query")},filterItems:function(e){var i=p.remove.diacritics(e!==te?e:p.get.query()),o=null,t=p.escape.string(i),n=(g.ignoreSearchCase?"i":"")+"gm",a=new RegExp("^"+t,n);p.has.query()&&(o=[],p.verbose("Searching for matching values",i),M.each(function(){var e,t,n=Z(this);if("both"===g.match||"text"===g.match){if(-1!==(e=p.remove.diacritics(String(p.get.choiceText(n,!1)))).search(a))return o.push(this),!0;if("exact"===g.fullTextSearch&&p.exactSearch(i,e))return o.push(this),!0;if(!0===g.fullTextSearch&&p.fuzzySearch(i,e))return o.push(this),!0}if("both"===g.match||"value"===g.match){if(-1!==(t=p.remove.diacritics(String(p.get.choiceValue(n,e)))).search(a))return o.push(this),!0;if("exact"===g.fullTextSearch&&p.exactSearch(i,t))return o.push(this),!0;if(!0===g.fullTextSearch&&p.fuzzySearch(i,t))return o.push(this),!0}})),p.debug("Showing only matched items",i),p.remove.filteredItem(),o&&M.not(o).addClass(h.filtered),p.has.query()?!0===g.hideDividers?I.addClass(h.hidden):"empty"===g.hideDividers&&I.removeClass(h.hidden).filter(function(){var e=Z(this).nextUntil(y.item);return 0===(e.length?e:Z(this)).nextUntil(y.divider).filter(y.item+":not(."+h.filtered+")").length}).addClass(h.hidden):I.removeClass(h.hidden)},fuzzySearch:function(e,t){var n=t.length,i=e.length;if(e=g.ignoreSearchCase?e.toLowerCase():e,t=g.ignoreSearchCase?t.toLowerCase():t,n<i)return!1;if(i===n)return e===t;e:for(var o=0,a=0;o<i;o++){for(var r=e.charCodeAt(o);a<n;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},exactSearch:function(e,t){return e=g.ignoreSearchCase?e.toLowerCase():e,-1<(t=g.ignoreSearchCase?t.toLowerCase():t).indexOf(e)},filterActive:function(){g.useLabels&&M.filter("."+h.active).addClass(h.filtered)},focusSearch:function(e){p.has.search()&&!p.is.focusedOnSearch()&&(e?(k.off("focus"+C,y.search),D.focus(),k.on("focus"+C,y.search,p.event.search.focus)):D.focus())},blurSearch:function(){p.has.search()&&D.blur()},forceSelection:function(){var e=M.not(h.filtered).filter("."+h.selected).eq(0),t=M.not(h.filtered).filter("."+h.active).eq(0),n=0<e.length?e:t,i=0<n.length;g.allowAdditions||i&&!p.is.multiple()?(p.debug("Forcing partial selection to selected item",n),p.event.item.click.call(n,{},!0)):p.remove.searchTerm()},change:{values:function(e){g.allowAdditions||p.clear(),p.debug("Creating dropdown with specified values",e),p.setup.menu({values:e}),Z.each(e,function(e,t){if(1==t.selected&&(p.debug("Setting initial selection to",t[l.value]),p.set.selected(t[l.value]),!p.is.multiple()))return!1}),p.has.selectInput()&&(p.disconnect.selectObserver(),E.html(""),E.append("<option disabled selected value></option>"),Z.each(e,function(e,t){var n=g.templates.deQuote(t[l.value]),i=g.templates.escape(t[l.name]||t[l.value],g.preserveHTML);E.append('<option value="'+n+'">'+i+"</option>")}),p.observe.select())}},event:{change:function(){q||(p.debug("Input changed, updating selection"),p.set.selected())},focus:function(){g.showOnFocus&&!j&&p.is.hidden()&&!t&&p.show()},blur:function(e){t=ee.activeElement===this,j||t||(p.remove.activeLabel(),p.hide())},mousedown:function(){p.is.searchSelection()?i=!0:j=!0},mouseup:function(){p.is.searchSelection()?i=!1:j=!1},click:function(e){Z(e.target).is(k)&&(p.is.focusedOnSearch()?p.show():p.focusSearch())},search:{focus:function(e){j=!0,p.is.multiple()&&p.remove.activeLabel(),(g.showOnFocus||"focus"!==e.type&&"focusin"!==e.type)&&p.search()},blur:function(e){t=ee.activeElement===this,p.is.searchSelection()&&!i&&(L||t||(g.forceSelection?p.forceSelection():g.allowAdditions||p.remove.searchTerm(),p.hide())),i=!1}},clearIcon:{click:function(e){p.clear(),p.is.searchSelection()&&p.remove.searchTerm(),p.hide(),e.stopPropagation()}},icon:{click:function(e){V=!0,p.has.search()?p.is.active()?p.blurSearch():g.showOnFocus?p.focusSearch():p.toggle():p.toggle()}},text:{focus:function(e){j=!0,p.focusSearch()}},input:function(e){(p.is.multiple()||p.is.searchSelection())&&p.set.filtered(),clearTimeout(p.timer),p.timer=setTimeout(p.search,g.delay.search)},label:{click:function(e){var t=Z(this),n=k.find(y.label),i=n.filter("."+h.active),o=t.nextAll("."+h.active),a=t.prevAll("."+h.active),r=0<o.length?t.nextUntil(o).add(i).add(t):t.prevUntil(a).add(i).add(t);e.shiftKey?(i.removeClass(h.active),r.addClass(h.active)):e.ctrlKey?t.toggleClass(h.active):(i.removeClass(h.active),t.addClass(h.active)),g.onLabelSelect.apply(this,n.filter("."+h.active))}},remove:{click:function(){var e=Z(this).parent();e.hasClass(h.active)?p.remove.activeLabels():p.remove.activeLabels(e)}},test:{toggle:function(e){var t=p.is.multiple()?p.show:p.toggle;p.is.bubbledLabelClick(e)||p.is.bubbledIconClick(e)||p.determine.eventOnElement(e,t)&&e.preventDefault()},touch:function(e){p.determine.eventOnElement(e,function(){"touchstart"==e.type?p.timer=setTimeout(function(){p.hide()},g.delay.touch):"touchmove"==e.type&&clearTimeout(p.timer)}),e.stopPropagation()},hide:function(e){p.determine.eventInModule(e,p.hide)&&N.id&&Z(e.target).attr("for")===N.id&&e.preventDefault()}},select:{mutation:function(e){p.debug("<select> modified, recreating menu"),p.is.selectMutation(e)&&(p.disconnect.selectObserver(),p.refresh(),p.setup.select(),p.set.selected(),p.observe.select())}},menu:{mutation:function(e){var t=e[0],n=t.addedNodes?Z(t.addedNodes[0]):Z(!1),i=t.removedNodes?Z(t.removedNodes[0]):Z(!1),o=n.add(i),a=o.is(y.addition)||0<o.closest(y.addition).length,r=o.is(y.message)||0<o.closest(y.message).length;a||r?(p.debug("Updating item selector cache"),p.refreshItems()):(p.debug("Menu modified, updating selector cache"),p.refresh())},mousedown:function(){L=!0},mouseup:function(){L=!1}},item:{mouseenter:function(e){var t=Z(e.target),n=Z(this),i=n.children(y.menu),o=n.siblings(y.item).children(y.menu),a=0<i.length;0<i.find(t).length||!a||(clearTimeout(p.itemTimer),p.itemTimer=setTimeout(function(){p.verbose("Showing sub-menu",i),Z.each(o,function(){p.animate.hide(!1,Z(this))}),p.animate.show(!1,i)},g.delay.show),e.preventDefault())},mouseleave:function(e){var t=Z(this).children(y.menu);0<t.length&&(clearTimeout(p.itemTimer),p.itemTimer=setTimeout(function(){p.verbose("Hiding sub-menu",t),p.animate.hide(!1,t)},g.delay.hide))},click:function(e,t){var n=Z(this),i=Z(e?e.target:""),o=n.find(y.menu),a=p.get.choiceText(n),r=p.get.choiceValue(n,a),s=0<o.length,l=0<o.find(i).length;"input"!==ee.activeElement.tagName.toLowerCase()&&Z(ee.activeElement).blur(),l||s&&!g.allowCategorySelection||(p.is.searchSelection()&&(g.allowAdditions&&p.remove.userAddition(),p.remove.searchTerm(),p.is.focusedOnSearch()||1==t||p.focusSearch(!0)),g.useLabels||(p.remove.filteredItem(),p.set.scrollPosition(n)),p.determine.selectAction.call(this,a,r))}},document:{keydown:function(e){var t=e.which;if(p.is.inObject(t,v)){var n=k.find(y.label),i=n.filter("."+h.active),o=(i.data(b.value),n.index(i)),a=n.length,r=0<i.length,s=1<i.length,l=0===o,c=o+1==a,u=p.is.searchSelection(),d=p.is.focusedOnSearch(),f=p.is.focused(),m=d&&0===p.get.caretPosition(!1),g=m&&0!==p.get.caretPosition(!0);if(u&&!r&&!d)return;t==v.leftArrow?!f&&!m||r?r&&(e.shiftKey?p.verbose("Adding previous label to selection"):(p.verbose("Selecting previous label"),n.removeClass(h.active)),l&&!s?i.addClass(h.active):i.prev(y.siblingLabel).addClass(h.active).end(),e.preventDefault()):(p.verbose("Selecting previous label"),n.last().addClass(h.active)):t==v.rightArrow?(f&&!r&&n.first().addClass(h.active),r&&(e.shiftKey?p.verbose("Adding next label to selection"):(p.verbose("Selecting next label"),n.removeClass(h.active)),c?u?d?n.removeClass(h.active):p.focusSearch():s?i.next(y.siblingLabel).addClass(h.active):i.addClass(h.active):i.next(y.siblingLabel).addClass(h.active),e.preventDefault())):t==v.deleteKey||t==v.backspace?r?(p.verbose("Removing active labels"),c&&u&&!d&&p.focusSearch(),i.last().next(y.siblingLabel).addClass(h.active),p.remove.activeLabels(i),e.preventDefault()):!m||g||r||t!=v.backspace||(p.verbose("Removing last label on input backspace"),i=n.last().addClass(h.active),p.remove.activeLabels(i)):i.removeClass(h.active)}}},keydown:function(e){var t=e.which;if(p.is.inObject(t,v)){var n,i=M.not(y.unselectable).filter("."+h.selected).eq(0),o=O.children("."+h.active).eq(0),a=0<i.length?i:o,r=0<a.length?a.siblings(":not(."+h.filtered+")").addBack():O.children(":not(."+h.filtered+")"),s=a.children(y.menu),l=a.closest(y.menu),c=l.hasClass(h.visible)||l.hasClass(h.animating)||0<l.parent(y.menu).length,u=0<s.length,d=0<a.length,f=0<a.not(y.unselectable).length,m=t==v.delimiter&&g.allowAdditions&&p.is.multiple();if(g.allowAdditions&&g.hideAdditions&&(t==v.enter||m)&&f&&(p.verbose("Selecting item from keyboard shortcut",a),p.event.item.click.call(a,e),p.is.searchSelection()&&p.remove.searchTerm(),p.is.multiple()&&e.preventDefault()),p.is.visible()){if(t!=v.enter&&!m||(t==v.enter&&d&&u&&!g.allowCategorySelection?(p.verbose("Pressed enter on unselectable category, opening sub menu"),t=v.rightArrow):f&&(p.verbose("Selecting item from keyboard shortcut",a),p.event.item.click.call(a,e),p.is.searchSelection()&&(p.remove.searchTerm(),p.is.multiple()&&D.focus())),e.preventDefault()),d&&(t==v.leftArrow&&l[0]!==O[0]&&(p.verbose("Left key pressed, closing sub-menu"),p.animate.hide(!1,l),a.removeClass(h.selected),l.closest(y.item).addClass(h.selected),e.preventDefault()),t==v.rightArrow&&u&&(p.verbose("Right key pressed, opening sub-menu"),p.animate.show(!1,s),a.removeClass(h.selected),s.find(y.item).eq(0).addClass(h.selected),e.preventDefault())),t==v.upArrow){if(n=d&&c?a.prevAll(y.item+":not("+y.unselectable+")").eq(0):M.eq(0),r.index(n)<0)return p.verbose("Up key pressed but reached top of current menu"),void e.preventDefault();p.verbose("Up key pressed, changing active item"),a.removeClass(h.selected),n.addClass(h.selected),p.set.scrollPosition(n),g.selectOnKeydown&&p.is.single()&&p.set.selectedItem(n),e.preventDefault()}if(t==v.downArrow){if(0===(n=d&&c?n=a.nextAll(y.item+":not("+y.unselectable+")").eq(0):M.eq(0)).length)return p.verbose("Down key pressed but reached bottom of current menu"),void e.preventDefault();p.verbose("Down key pressed, changing active item"),M.removeClass(h.selected),n.addClass(h.selected),p.set.scrollPosition(n),g.selectOnKeydown&&p.is.single()&&p.set.selectedItem(n),e.preventDefault()}t==v.pageUp&&(p.scrollPage("up"),e.preventDefault()),t==v.pageDown&&(p.scrollPage("down"),e.preventDefault()),t==v.escape&&(p.verbose("Escape key pressed, closing dropdown"),p.hide())}else m&&e.preventDefault(),t!=v.downArrow||p.is.visible()||(p.verbose("Down key pressed, showing dropdown"),p.show(),e.preventDefault())}else p.has.search()||p.set.selectedLetter(String.fromCharCode(t))}},trigger:{change:function(){var e=ee.createEvent("HTMLEvents"),t=E[0];t&&(p.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},determine:{selectAction:function(e,t){c=!0,p.verbose("Determining action",g.action),Z.isFunction(p.action[g.action])?(p.verbose("Triggering preset action",g.action,e,t),p.action[g.action].call(N,e,t,this)):Z.isFunction(g.action)?(p.verbose("Triggering user action",g.action,e,t),g.action.call(N,e,t,this)):p.error(m.action,g.action),c=!1},eventInModule:function(e,t){var n=Z(e.target),i=0<n.closest(ee.documentElement).length,o=0<n.closest(k).length;return t=Z.isFunction(t)?t:function(){},i&&!o?(p.verbose("Triggering event",t),t(),!0):(p.verbose("Event occurred in dropdown, canceling callback"),!1)},eventOnElement:function(e,t){var n=Z(e.target),i=n.closest(y.siblingLabel),o=ee.body.contains(e.target),a=0===k.find(i).length||!(p.is.multiple()&&g.useLabels),r=0===n.closest(O).length;return t=Z.isFunction(t)?t:function(){},o&&a&&r?(p.verbose("Triggering event",t),t(),!0):(p.verbose("Event occurred in dropdown menu, canceling callback"),!1)}},action:{nothing:function(){},activate:function(e,t,n){t=t!==te?t:e,p.can.activate(Z(n))&&(p.set.selected(t,Z(n)),p.is.multiple()||p.hideAndClear())},select:function(e,t,n){t=t!==te?t:e,p.can.activate(Z(n))&&(p.set.value(t,e,Z(n)),p.is.multiple()||p.hideAndClear())},combo:function(e,t,n){t=t!==te?t:e,p.set.selected(t,Z(n)),p.hideAndClear()},hide:function(e,t,n){p.set.value(t,e,Z(n)),p.hideAndClear()}},get:{id:function(){return a},defaultText:function(){return k.data(b.defaultText)},defaultValue:function(){return k.data(b.defaultValue)},placeholderText:function(){return"auto"!=g.placeholder&&"string"==typeof g.placeholder?g.placeholder:k.data(b.placeholderText)||""},text:function(){return S.text()},query:function(){return Z.trim(D.val())},searchWidth:function(e){return e=e!==te?e:D.val(),A.text(e),Math.ceil(A.width()+1)},selectionCount:function(){var e=p.get.values();return p.is.multiple()?Array.isArray(e)?e.length:0:""!==p.get.value()?1:0},transition:function(e){return"auto"==g.transition?p.is.upward(e)?"slide up":"slide down":g.transition},userValues:function(){var e=p.get.values();return!!e&&(e=Array.isArray(e)?e:[e],Z.grep(e,function(e){return!1===p.get.item(e)}))},uniqueArray:function(n){return Z.grep(n,function(e,t){return Z.inArray(e,n)===t})},caretPosition:function(e){var t,n,i=D.get(0);return e&&"selectionEnd"in i?i.selectionEnd:!e&&"selectionStart"in i?i.selectionStart:ee.selection?(i.focus(),n=(t=ee.selection.createRange()).text.length,e?n:(t.moveStart("character",-i.value.length),t.text.length-n)):void 0},value:function(){var e=0<E.length?E.val():k.data(b.value),t=Array.isArray(e)&&1===e.length&&""===e[0];return e===te||t?"":e},values:function(){var e=p.get.value();return""===e?"":!p.has.selectInput()&&p.is.multiple()?"string"==typeof e?p.escape.htmlEntities(e).split(g.delimiter):"":e},remoteValues:function(){var e=p.get.values(),i=!1;return e&&("string"==typeof e&&(e=[e]),Z.each(e,function(e,t){var n=p.read.remoteData(t);p.verbose("Restoring value from session data",n,t),n&&((i=i||{})[t]=n)})),i},choiceText:function(e,t){if(t=t!==te?t:g.preserveHTML,e)return 0<e.find(y.menu).length&&(p.verbose("Retrieving text of element with sub-menu"),(e=e.clone()).find(y.menu).remove(),e.find(y.menuIcon).remove()),e.data(b.text)!==te?e.data(b.text):t?Z.trim(e.html()):Z.trim(e.text())},choiceValue:function(e,t){return t=t||p.get.choiceText(e),!!e&&(e.data(b.value)!==te?String(e.data(b.value)):"string"==typeof t?Z.trim(g.ignoreSearchCase?t.toLowerCase():t):String(t))},inputEvent:function(){var e=D[0];return!!e&&(e.oninput!==te?"input":e.onpropertychange!==te?"propertychange":"keyup")},selectValues:function(){var a={},r=[];return a.values=[],k.find("option").each(function(){var e=Z(this),t=e.html(),n=e.attr("disabled"),i=e.attr("value")!==te?e.attr("value"):t,o=e.parent("optgroup");"auto"===g.placeholder&&""===i?a.placeholder=t:(o.length===r.length&&o[0]===r[0]||(a.values.push({type:"header",divider:g.headerDivider,name:o.attr("label")||""}),r=o),a.values.push({name:t,value:i,disabled:n}))}),g.placeholder&&"auto"!==g.placeholder&&(p.debug("Setting placeholder value to",g.placeholder),a.placeholder=g.placeholder),g.sortSelect?(!0===g.sortSelect?a.values.sort(function(e,t){return e.name.localeCompare(t.name)}):"natural"===g.sortSelect?a.values.sort(function(e,t){return e.name.toLowerCase().localeCompare(t.name.toLowerCase())}):Z.isFunction(g.sortSelect)&&a.values.sort(g.sortSelect),p.debug("Retrieved and sorted values from select",a)):p.debug("Retrieved values from select",a),a},activeItem:function(){return M.filter("."+h.active)},selectedItem:function(){var e=M.not(y.unselectable).filter("."+h.selected);return 0<e.length?e:M.eq(0)},itemWithAdditions:function(e){var t=p.get.item(e),n=p.create.userChoice(e);return n&&0<n.length&&(t=0<t.length?t.add(n):n),t},item:function(i,o){var e,a,r=!1;return i=i!==te?i:p.get.values()!==te?p.get.values():p.get.text(),e=(a=p.is.multiple()&&Array.isArray(i))?0<i.length:i!==te&&null!==i,o=""===i||!1===i||!0===i||(o||!1),e&&M.each(function(){var e=Z(this),t=p.get.choiceText(e),n=p.get.choiceValue(e,t);if(null!==n&&n!==te)if(a)-1!==Z.inArray(String(n),i)&&(r=r?r.add(e):e);else if(o){if(p.verbose("Ambiguous dropdown value using strict type check",e,i),n===i)return r=e,!0}else if(g.ignoreCase&&(n=n.toLowerCase(),i=i.toLowerCase()),String(n)==String(i))return p.verbose("Found select item by value",n,i),r=e,!0}),r}},check:{maxSelections:function(e){return!g.maxSelections||((e=e!==te?e:p.get.selectionCount())>=g.maxSelections?(p.debug("Maximum selection count reached"),g.useLabels&&(M.addClass(h.filtered),p.add.message(u.maxSelections)),!0):(p.verbose("No longer at maximum selection count"),p.remove.message(),p.remove.filteredItem(),p.is.searchSelection()&&p.filterItems(),!1))}},restore:{defaults:function(e){p.clear(e),p.restore.defaultText(),p.restore.defaultValue()},defaultText:function(){var e=p.get.defaultText();e===p.get.placeholderText?(p.debug("Restoring default placeholder text",e),p.set.placeholderText(e)):(p.debug("Restoring default text",e),p.set.text(e))},placeholderText:function(){p.set.placeholderText()},defaultValue:function(){var e=p.get.defaultValue();e!==te&&(p.debug("Restoring default value",e),""!==e?(p.set.value(e),p.set.selected()):(p.remove.activeItem(),p.remove.selectedItem()))},labels:function(){g.allowAdditions&&(g.useLabels||(p.error(m.labels),g.useLabels=!0),p.debug("Restoring selected values"),p.create.userLabels()),p.check.maxSelections()},selected:function(){p.restore.values(),p.is.multiple()?(p.debug("Restoring previously selected values and labels"),p.restore.labels()):p.debug("Restoring previously selected values")},values:function(){p.set.initialLoad(),g.apiSettings&&g.saveRemoteData&&p.get.remoteValues()?p.restore.remoteValues():p.set.selected();var e=p.get.value();!e||""===e||Array.isArray(e)&&0===e.length?E.addClass(h.noselection):E.removeClass(h.noselection),p.remove.initialLoad()},remoteValues:function(){var e=p.get.remoteValues();p.debug("Recreating selected from session data",e),e&&(p.is.single()?Z.each(e,function(e,t){p.set.text(t)}):Z.each(e,function(e,t){p.add.label(e,t)}))}},read:{remoteData:function(e){var t;if(_.Storage!==te)return(t=sessionStorage.getItem(e))!==te&&t;p.error(m.noStorage)}},save:{defaults:function(){p.save.defaultText(),p.save.placeholderText(),p.save.defaultValue()},defaultValue:function(){var e=p.get.value();p.verbose("Saving default value as",e),k.data(b.defaultValue,e)},defaultText:function(){var e=p.get.text();p.verbose("Saving default text as",e),k.data(b.defaultText,e)},placeholderText:function(){var e;!1!==g.placeholder&&S.hasClass(h.placeholder)&&(e=p.get.text(),p.verbose("Saving placeholder text as",e),k.data(b.placeholderText,e))},remoteData:function(e,t){_.Storage!==te?(p.verbose("Saving remote data to session storage",t,e),sessionStorage.setItem(t,e)):p.error(m.noStorage)}},clear:function(e){p.is.multiple()&&g.useLabels?p.remove.labels():(p.remove.activeItem(),p.remove.selectedItem(),p.remove.filteredItem()),p.set.placeholderText(),p.clearValue(e)},clearValue:function(e){p.set.value("",null,null,e)},scrollPage:function(e,t){var n,i,o=t||p.get.selectedItem(),a=o.closest(y.menu),r=a.outerHeight(),s=a.scrollTop(),l=M.eq(0).outerHeight(),c=Math.floor(r/l),u=(a.prop("scrollHeight"),"up"==e?s-l*c:s+l*c),d=M.not(y.unselectable);i="up"==e?d.index(o)-c:d.index(o)+c,0<(n=("up"==e?0<=i:i<d.length)?d.eq(i):"up"==e?d.first():d.last()).length&&(p.debug("Scrolling page",e,n),o.removeClass(h.selected),n.addClass(h.selected),g.selectOnKeydown&&p.is.single()&&p.set.selectedItem(n),a.scrollTop(u))},set:{filtered:function(){var e=p.is.multiple(),t=p.is.searchSelection(),n=e&&t,i=t?p.get.query():"",o="string"==typeof i&&0<i.length,a=p.get.searchWidth(),r=""!==i;e&&o&&(p.verbose("Adjusting input width",a,g.glyphWidth),D.css("width",a)),o||n&&r?(p.verbose("Hiding placeholder text"),S.addClass(h.filtered)):e&&(!n||r)||(p.verbose("Showing placeholder text"),S.removeClass(h.filtered))},empty:function(){k.addClass(h.empty)},loading:function(){k.addClass(h.loading)},placeholderText:function(e){e=e||p.get.placeholderText(),p.debug("Setting placeholder text",e),p.set.text(e),S.addClass(h.placeholder)},tabbable:function(){p.is.searchSelection()?(p.debug("Added tabindex to searchable dropdown"),D.val("").attr("tabindex",0),O.attr("tabindex",-1)):(p.debug("Added tabindex to dropdown"),k.attr("tabindex")===te&&(k.attr("tabindex",0),O.attr("tabindex",-1)))},initialLoad:function(){p.verbose("Setting initial load"),e=!0},activeItem:function(e){g.allowAdditions&&0<e.filter(y.addition).length?e.addClass(h.filtered):e.addClass(h.active)},partialSearch:function(e){var t=p.get.query().length;D.val(e.substr(0,t))},scrollPosition:function(e,t){var n,i,o,a,r,s;n=(e=e||p.get.selectedItem()).closest(y.menu),i=e&&0<e.length,t=t!==te&&t,0===p.get.activeItem().length&&(t=!1),e&&0<n.length&&i&&(e.position().top,n.addClass(h.loading),o=(a=n.scrollTop())-n.offset().top+e.offset().top,t||(s=a+n.height()<o+5,r=o-5<a),p.debug("Scrolling to active item",o),(t||r||s)&&n.scrollTop(o),n.removeClass(h.loading))},text:function(e){"combo"===g.action?(p.debug("Changing combo button text",e,R),g.preserveHTML?R.html(e):R.text(e)):"activate"===g.action&&(e!==p.get.placeholderText()&&S.removeClass(h.placeholder),p.debug("Changing text",e,S),S.removeClass(h.filtered),g.preserveHTML?S.html(e):S.text(e))},selectedItem:function(e){var t=p.get.choiceValue(e),n=p.get.choiceText(e,!1),i=p.get.choiceText(e,!0);p.debug("Setting user selection to item",e),p.remove.activeItem(),p.set.partialSearch(n),p.set.activeItem(e),p.set.selected(t,e),p.set.text(i)},selectedLetter:function(e){var t,n=M.filter("."+h.selected),i=0<n.length&&p.has.firstLetter(n,e),o=!1;i&&(t=n.nextAll(M).eq(0),p.has.firstLetter(t,e)&&(o=t)),o||M.each(function(){if(p.has.firstLetter(Z(this),e))return o=Z(this),!1}),o&&(p.verbose("Scrolling to next value with letter",e),p.set.scrollPosition(o),n.removeClass(h.selected),o.addClass(h.selected),g.selectOnKeydown&&p.is.single()&&p.set.selectedItem(o))},direction:function(e){"auto"==g.direction?(e?p.is.upward(e)&&p.remove.upward(e):p.remove.upward(),p.can.openDownward(e)?p.remove.upward(e):p.set.upward(e),p.is.leftward(e)||p.can.openRightward(e)||p.set.leftward(e)):"upward"==g.direction&&p.set.upward(e)},upward:function(e){(e||k).addClass(h.upward)},leftward:function(e){(e||O).addClass(h.leftward)},value:function(e,t,n,i){e===te||""===e||Array.isArray(e)&&0===e.length?E.addClass(h.noselection):E.removeClass(h.noselection);var o=p.escape.value(e),a=0<E.length,r=p.get.values(),s=e!==te?String(e):e;if(a){if(!g.allowReselection&&s==r&&(p.verbose("Skipping value update already same value",e,r),!p.is.initialLoad()))return;p.is.single()&&p.has.selectInput()&&p.can.extendSelect()&&(p.debug("Adding user option",e),p.add.optionValue(e)),p.debug("Updating input value",o,r),q=!0,E.val(o),!1===g.fireOnInit&&p.is.initialLoad()?p.debug("Input native change event ignored on initial load"):!0!==i&&p.trigger.change(),q=!1}else p.verbose("Storing value in metadata",o,E),o!==r&&k.data(b.value,s);!1===g.fireOnInit&&p.is.initialLoad()?p.verbose("No callback on initial load",g.onChange):!0!==i&&g.onChange.call(N,e,t,n)},active:function(){k.addClass(h.active)},multiple:function(){k.addClass(h.multiple)},visible:function(){k.addClass(h.visible)},exactly:function(e,t){p.debug("Setting selected to exact values"),p.clear(),p.set.selected(e,t)},selected:function(e,s){var l=p.is.multiple();(s=g.allowAdditions?s||p.get.itemWithAdditions(e):s||p.get.item(e))&&(p.debug("Setting selected menu item to",s),p.is.multiple()&&p.remove.searchWidth(),p.is.single()?(p.remove.activeItem(),p.remove.selectedItem()):g.useLabels&&p.remove.selectedItem(),s.each(function(){var e=Z(this),t=p.get.choiceText(e),n=p.get.choiceValue(e,t),i=e.hasClass(h.filtered),o=e.hasClass(h.active),a=e.hasClass(h.addition),r=l&&1==s.length;l?!o||a?(g.apiSettings&&g.saveRemoteData&&p.save.remoteData(t,n),g.useLabels?(p.add.label(n,t,r),p.add.value(n,t,e),p.set.activeItem(e),p.filterActive(),p.select.nextAvailable(s)):(p.add.value(n,t,e),p.set.text(p.add.variables(u.count)),p.set.activeItem(e))):i||!g.useLabels&&!c||(p.debug("Selected active value, removing label"),p.remove.selected(n)):(g.apiSettings&&g.saveRemoteData&&p.save.remoteData(t,n),p.set.text(t),p.set.value(n,t,e),e.addClass(h.active).addClass(h.selected))}),p.remove.searchTerm())}},add:{label:function(e,t,n){var i,o=p.is.searchSelection()?D:S,a=p.escape.value(e);g.ignoreCase&&(a=a.toLowerCase()),i=Z("<a />").addClass(h.label).attr("data-"+b.value,a).html(x.label(a,t,g.preserveHTML,g.className)),i=g.onLabelCreate.call(i,a,t),p.has.label(e)?p.debug("User selection already exists, skipping",a):(g.label.variation&&i.addClass(g.label.variation),!0===n?(p.debug("Animating in label",i),i.addClass(h.hidden).insertBefore(o).transition({animation:g.label.transition,debug:g.debug,verbose:g.verbose,duration:g.label.duration})):(p.debug("Adding selection label",i),i.insertBefore(o)))},message:function(e){var t=O.children(y.message),n=g.templates.message(p.add.variables(e));0<t.length?t.html(n):t=Z("<div/>").html(n).addClass(h.message).appendTo(O)},optionValue:function(e){var t=p.escape.value(e);0<E.find('option[value="'+p.escape.string(t)+'"]').length||(p.disconnect.selectObserver(),p.is.single()&&(p.verbose("Removing previous user addition"),E.find("option."+h.addition).remove()),Z("<option/>").prop("value",t).addClass(h.addition).html(e).appendTo(E),p.verbose("Adding user addition as an <option>",e),p.observe.select())},userSuggestion:function(e){var t,n=O.children(y.addition),i=p.get.item(e),o=i&&i.not(y.addition).length,a=0<n.length;g.useLabels&&p.has.maxSelections()||(""===e||o?n.remove():(a?(n.data(b.value,e).data(b.text,e).attr("data-"+b.value,e).attr("data-"+b.text,e).removeClass(h.filtered),g.hideAdditions||(t=g.templates.addition(p.add.variables(u.addResult,e)),n.html(t)),p.verbose("Replacing user suggestion with new value",n)):((n=p.create.userChoice(e)).prependTo(O),p.verbose("Adding item choice to menu corresponding with user choice addition",n)),g.hideAdditions&&!p.is.allFiltered()||n.addClass(h.selected).siblings().removeClass(h.selected),p.refreshItems()))},variables:function(e,t){var n,i,o=-1!==e.search("{count}"),a=-1!==e.search("{maxCount}"),r=-1!==e.search("{term}");return p.verbose("Adding templated variables to message",e),o&&(n=p.get.selectionCount(),e=e.replace("{count}",n)),a&&(n=p.get.selectionCount(),e=e.replace("{maxCount}",g.maxSelections)),r&&(i=t||p.get.query(),e=e.replace("{term}",i)),e},value:function(e,t,n){var i,o=p.get.values();p.has.value(e)?p.debug("Value already selected"):""!==e?(i=Array.isArray(o)?(i=o.concat([e]),p.get.uniqueArray(i)):[e],p.has.selectInput()?p.can.extendSelect()&&(p.debug("Adding value to select",e,i,E),p.add.optionValue(e)):(i=i.join(g.delimiter),p.debug("Setting hidden input to delimited value",i,E)),!1===g.fireOnInit&&p.is.initialLoad()?p.verbose("Skipping onadd callback on initial load",g.onAdd):g.onAdd.call(N,e,t,n),p.set.value(i,t,n),p.check.maxSelections()):p.debug("Cannot select blank values from multiselect")}},remove:{active:function(){k.removeClass(h.active)},activeLabel:function(){k.find(y.label).removeClass(h.active)},empty:function(){k.removeClass(h.empty)},loading:function(){k.removeClass(h.loading)},initialLoad:function(){e=!1},upward:function(e){(e||k).removeClass(h.upward)},leftward:function(e){(e||O).removeClass(h.leftward)},visible:function(){k.removeClass(h.visible)},activeItem:function(){M.removeClass(h.active)},filteredItem:function(){g.useLabels&&p.has.maxSelections()||(g.useLabels&&p.is.multiple()?M.not("."+h.active).removeClass(h.filtered):M.removeClass(h.filtered),g.hideDividers&&I.removeClass(h.hidden),p.remove.empty())},optionValue:function(e){var t=p.escape.value(e),n=E.find('option[value="'+p.escape.string(t)+'"]');0<n.length&&n.hasClass(h.addition)&&(r&&(r.disconnect(),p.verbose("Temporarily disconnecting mutation observer")),n.remove(),p.verbose("Removing user addition as an <option>",t),r&&r.observe(E[0],{childList:!0,subtree:!0}))},message:function(){O.children(y.message).remove()},searchWidth:function(){D.css("width","")},searchTerm:function(){p.verbose("Cleared search term"),D.val(""),p.set.filtered()},userAddition:function(){M.filter(y.addition).remove()},selected:function(e,t){if(!(t=g.allowAdditions?t||p.get.itemWithAdditions(e):t||p.get.item(e)))return!1;t.each(function(){var e=Z(this),t=p.get.choiceText(e),n=p.get.choiceValue(e,t);p.is.multiple()?g.useLabels?(p.remove.value(n,t,e),p.remove.label(n)):(p.remove.value(n,t,e),0===p.get.selectionCount()?p.set.placeholderText():p.set.text(p.add.variables(u.count))):p.remove.value(n,t,e),e.removeClass(h.filtered).removeClass(h.active),g.useLabels&&e.removeClass(h.selected)})},selectedItem:function(){M.removeClass(h.selected)},value:function(e,t,n){var i,o=p.get.values();p.has.selectInput()?(p.verbose("Input is <select> removing selected option",e),i=p.remove.arrayValue(e,o),p.remove.optionValue(e)):(p.verbose("Removing from delimited values",e),i=(i=p.remove.arrayValue(e,o)).join(g.delimiter)),!1===g.fireOnInit&&p.is.initialLoad()?p.verbose("No callback on initial load",g.onRemove):g.onRemove.call(N,e,t,n),p.set.value(i,t,n),p.check.maxSelections()},arrayValue:function(t,e){return Array.isArray(e)||(e=[e]),e=Z.grep(e,function(e){return t!=e}),p.verbose("Removed value from delimited string",t,e),e},label:function(e,t){var n=k.find(y.label).filter("[data-"+b.value+'="'+p.escape.string(g.ignoreCase?e.toLowerCase():e)+'"]');p.verbose("Removing label",n),n.remove()},activeLabels:function(e){e=e||k.find(y.label).filter("."+h.active),p.verbose("Removing active label selections",e),p.remove.labels(e)},labels:function(e){e=e||k.find(y.label),p.verbose("Removing labels",e),e.each(function(){var e=Z(this),t=e.data(b.value),n=t!==te?String(t):t,i=p.is.userValue(n);!1!==g.onLabelRemove.call(e,t)?(p.remove.message(),i?(p.remove.value(n),p.remove.label(n)):p.remove.selected(n)):p.debug("Label remove callback cancelled removal")})},tabbable:function(){p.is.searchSelection()?(p.debug("Searchable dropdown initialized"),D.removeAttr("tabindex")):(p.debug("Simple selection dropdown initialized"),k.removeAttr("tabindex")),O.removeAttr("tabindex")},diacritics:function(e){return g.ignoreDiacritics?e.normalize("NFD").replace(/[\u0300-\u036f]/g,""):e}},has:{menuSearch:function(){return p.has.search()&&0<D.closest(O).length},clearItem:function(){return 0<F.length},search:function(){return 0<D.length},sizer:function(){return 0<A.length},selectInput:function(){return E.is("select")},minCharacters:function(e){return g.minCharacters&&!V?(e=e!==te?String(e):String(p.get.query())).length>=g.minCharacters:!(V=!1)},firstLetter:function(e,t){var n;return!(!e||0===e.length||"string"!=typeof t)&&(n=p.get.choiceText(e,!1),(t=t.toLowerCase())==String(n).charAt(0).toLowerCase())},input:function(){return 0<E.length},items:function(){return 0<M.length},menu:function(){return 0<O.length},message:function(){return 0!==O.children(y.message).length},label:function(e){var t=p.escape.value(e),n=k.find(y.label);return g.ignoreCase&&(t=t.toLowerCase()),0<n.filter("[data-"+b.value+'="'+p.escape.string(t)+'"]').length},maxSelections:function(){return g.maxSelections&&p.get.selectionCount()>=g.maxSelections},allResultsFiltered:function(){var e=M.not(y.addition);return e.filter(y.unselectable).length===e.length},userSuggestion:function(){return 0<O.children(y.addition).length},query:function(){return""!==p.get.query()},value:function(e){return g.ignoreCase?p.has.valueIgnoringCase(e):p.has.valueMatchingCase(e)},valueMatchingCase:function(e){var t=p.get.values();return!!(Array.isArray(t)?t&&-1!==Z.inArray(e,t):t==e)},valueIgnoringCase:function(n){var e=p.get.values(),i=!1;return Array.isArray(e)||(e=[e]),Z.each(e,function(e,t){if(String(n).toLowerCase()==String(t).toLowerCase())return!(i=!0)}),i}},is:{active:function(){return k.hasClass(h.active)},animatingInward:function(){return O.transition("is inward")},animatingOutward:function(){return O.transition("is outward")},bubbledLabelClick:function(e){return Z(e.target).is("select, input")&&0<k.closest("label").length},bubbledIconClick:function(e){return 0<Z(e.target).closest(P).length},alreadySetup:function(){return k.is("select")&&k.parent(y.dropdown).data(w)!==te&&0===k.prev().length},animating:function(e){return e?e.transition&&e.transition("is animating"):O.transition&&O.transition("is animating")},leftward:function(e){return(e||O).hasClass(h.leftward)},clearable:function(){return k.hasClass(h.clearable)||g.clearable},disabled:function(){return k.hasClass(h.disabled)},focused:function(){return ee.activeElement===k[0]},focusedOnSearch:function(){return ee.activeElement===D[0]},allFiltered:function(){return(p.is.multiple()||p.has.search())&&!(0==g.hideAdditions&&p.has.userSuggestion())&&!p.has.message()&&p.has.allResultsFiltered()},hidden:function(e){return!p.is.visible(e)},initialLoad:function(){return e},inObject:function(n,e){var i=!1;return Z.each(e,function(e,t){if(t==n)return i=!0}),i},multiple:function(){return k.hasClass(h.multiple)},remote:function(){return g.apiSettings&&p.can.useAPI()},single:function(){return!p.is.multiple()},selectMutation:function(e){var n=!1;return Z.each(e,function(e,t){if(Z(t.target).is("select")||Z(t.addedNodes).is("select"))return!(n=!0)}),n},search:function(){return k.hasClass(h.search)},searchSelection:function(){return p.has.search()&&1===D.parent(y.dropdown).length},selection:function(){return k.hasClass(h.selection)},userValue:function(e){return-1!==Z.inArray(e,p.get.userValues())},upward:function(e){return(e||k).hasClass(h.upward)},visible:function(e){return e?e.hasClass(h.visible):O.hasClass(h.visible)},verticallyScrollableContext:function(){var e=T.get(0)!==_&&T.css("overflow-y");return"auto"==e||"scroll"==e},horizontallyScrollableContext:function(){var e=T.get(0)!==_&&T.css("overflow-X");return"auto"==e||"scroll"==e}},can:{activate:function(e){return!!g.useLabels||(!p.has.maxSelections()||!(!p.has.maxSelections()||!e.hasClass(h.active)))},openDownward:function(e){var t,n,i=e||O,o=!0;return i.addClass(h.loading),n={context:{offset:T.get(0)===_?{top:0,left:0}:T.offset(),scrollTop:T.scrollTop(),height:T.outerHeight()},menu:{offset:i.offset(),height:i.outerHeight()}},p.is.verticallyScrollableContext()&&(n.menu.offset.top+=n.context.scrollTop),o=(t={above:n.context.scrollTop<=n.menu.offset.top-n.context.offset.top-n.menu.height,below:n.context.scrollTop+n.context.height>=n.menu.offset.top-n.context.offset.top+n.menu.height}).below?(p.verbose("Dropdown can fit in context downward",t),!0):t.below||t.above?(p.verbose("Dropdown cannot fit below, opening upward",t),!1):(p.verbose("Dropdown cannot fit in either direction, favoring downward",t),!0),i.removeClass(h.loading),o},openRightward:function(e){var t,n,i=e||O,o=!0;return i.addClass(h.loading),n={context:{offset:T.get(0)===_?{top:0,left:0}:T.offset(),scrollLeft:T.scrollLeft(),width:T.outerWidth()},menu:{offset:i.offset(),width:i.outerWidth()}},p.is.horizontallyScrollableContext()&&(n.menu.offset.left+=n.context.scrollLeft),(t=n.menu.offset.left-n.context.offset.left+n.menu.width>=n.context.scrollLeft+n.context.width)&&(p.verbose("Dropdown cannot fit in context rightward",t),o=!1),i.removeClass(h.loading),o},click:function(){return Q||"click"==g.on},extendSelect:function(){return g.allowAdditions||g.apiSettings},show:function(){return!p.is.disabled()&&(p.has.items()||p.has.message())},useAPI:function(){return Z.fn.api!==te}},animate:{show:function(e,t){var n,i=t||O,o=t?function(){}:function(){p.hideSubMenus(),p.hideOthers(),p.set.active()};e=Z.isFunction(e)?e:function(){},p.verbose("Doing menu show animation",i),p.set.direction(t),n=p.get.transition(t),p.is.selection()&&p.set.scrollPosition(p.get.selectedItem(),!0),(p.is.hidden(i)||p.is.animating(i))&&("none"==n?(o(),i.transition("show"),e.call(N)):Z.fn.transition!==te&&k.transition("is supported")?i.transition({animation:n+" in",debug:g.debug,verbose:g.verbose,duration:g.duration,queue:!0,onStart:o,onComplete:function(){e.call(N)}}):p.error(m.noTransition,n))},hide:function(e,t){var n=t||O,i=t?function(){}:function(){p.can.click()&&p.unbind.intent(),p.remove.active()},o=p.get.transition(t);e=Z.isFunction(e)?e:function(){},(p.is.visible(n)||p.is.animating(n))&&(p.verbose("Doing menu hide animation",n),"none"==o?(i(),n.transition("hide"),e.call(N)):Z.fn.transition!==te&&k.transition("is supported")?n.transition({animation:o+" out",duration:g.duration,debug:g.debug,verbose:g.verbose,queue:!1,onStart:i,onComplete:function(){e.call(N)}}):p.error(m.transition))}},hideAndClear:function(){p.remove.searchTerm(),p.has.maxSelections()||(p.has.search()?p.hide(function(){p.remove.filteredItem()}):p.hide())},delay:{show:function(){p.verbose("Delaying show event to ensure user intent"),clearTimeout(p.timer),p.timer=setTimeout(p.show,g.delay.show)},hide:function(){p.verbose("Delaying hide event to ensure user intent"),clearTimeout(p.timer),p.timer=setTimeout(p.hide,g.delay.hide)}},escape:{value:function(e){var t=Array.isArray(e),n="string"==typeof e,i=!n&&!t,o=n&&-1!==e.search(f.quote),a=[];return i||!o?e:(p.debug("Encoding quote values for use in select",e),t?(Z.each(e,function(e,t){a.push(t.replace(f.quote,"""))}),a):e.replace(f.quote,"""))},string:function(e){return(e=String(e)).replace(f.escape,"\\$&")},htmlEntities:function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return t[e]}):e}},setting:function(e,t){if(p.debug("Changing setting",e,t),Z.isPlainObject(e))Z.extend(!0,g,e);else{if(t===te)return g[e];Z.isPlainObject(g[e])?Z.extend(!0,g[e],t):g[e]=t}},internal:function(e,t){if(Z.isPlainObject(e))Z.extend(!0,p,e);else{if(t===te)return p[e];p[e]=t}},debug:function(){!g.silent&&g.debug&&(g.performance?p.performance.log(arguments):(p.debug=Function.prototype.bind.call(console.info,console,g.name+":"),p.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?p.performance.log(arguments):(p.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),p.verbose.apply(console,arguments)))},error:function(){g.silent||(p.error=Function.prototype.bind.call(console.error,console,g.name+":"),p.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(X||t),X=t,$.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:N,"Execution Time":n})),clearTimeout(p.performance.timer),p.performance.timer=setTimeout(p.performance.display,500)},display:function(){var e=g.name+":",n=0;X=!1,clearTimeout(p.performance.timer),Z.each($,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",Y&&(e+=" '"+Y+"'"),(console.group!==te||console.table!==te)&&0<$.length&&(console.groupCollapsed(e),console.table?console.table($):Z.each($,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),$=[]}},invoke:function(i,e,t){var o,a,n,r=z;return e=e||J,t=N||t,"string"==typeof i&&r!==te&&(i=i.split(/[\. ]/),o=i.length-1,Z.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(Z.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==te)return a=r[n],!1;if(!Z.isPlainObject(r[t])||e==o)return r[t]!==te?a=r[t]:p.error(m.method,i),!1;r=r[t]}})),Z.isFunction(a)?n=a.apply(t,e):a!==te&&(n=a),Array.isArray(U)?U.push(n):U!==te?U=[U,n]:n!==te&&(U=n),a}},K?(z===te&&p.initialize(),p.invoke(G)):(z!==te&&z.invoke("destroy"),p.initialize())}),U!==te?U:B},Z.fn.dropdown.settings={silent:!1,debug:!1,verbose:!1,performance:!0,on:"click",action:"activate",values:!1,clearable:!1,apiSettings:!1,selectOnKeydown:!0,minCharacters:0,filterRemoteData:!1,saveRemoteData:!0,throttle:200,context:_,direction:"auto",keepOnScreen:!0,match:"both",fullTextSearch:!1,ignoreDiacritics:!1,hideDividers:!1,placeholder:"auto",preserveHTML:!0,sortSelect:!1,forceSelection:!0,allowAdditions:!1,ignoreCase:!1,ignoreSearchCase:!0,hideAdditions:!0,maxSelections:!1,useLabels:!0,delimiter:",",showOnFocus:!0,allowReselection:!1,allowTab:!0,allowCategorySelection:!1,fireOnInit:!1,transition:"auto",duration:200,glyphWidth:1.037,headerDivider:!0,label:{transition:"scale",duration:200,variation:!1},delay:{hide:300,show:200,search:20,touch:50},onChange:function(e,t,n){},onAdd:function(e,t,n){},onRemove:function(e,t,n){},onLabelSelect:function(e){},onLabelCreate:function(e,t){return Z(this)},onLabelRemove:function(e){return!0},onNoResults:function(e){return!0},onShow:function(){},onHide:function(){},name:"Dropdown",namespace:"dropdown",message:{addResult:"Add <b>{term}</b>",count:"{count} selected",maxSelections:"Max {maxCount} selections",noResults:"No results found.",serverError:"There was an error contacting the server"},error:{action:"You called a dropdown action that was not defined",alreadySetup:"Once a select has been initialized behaviors must be called on the created ui dropdown",labels:"Allowing user additions currently requires the use of labels.",missingMultiple:"<select> requires multiple property to be set to correctly preserve multiple values",method:"The method you called is not defined.",noAPI:"The API module is required to load resources remotely",noStorage:"Saving remote data requires session storage",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>",noNormalize:'"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.'},regExp:{escape:/[-[\]{}()*+?.,\\^$|#\s:=@]/g,quote:/"/g},metadata:{defaultText:"defaultText",defaultValue:"defaultValue",placeholderText:"placeholder",text:"text",value:"value"},fields:{remoteValues:"results",values:"values",disabled:"disabled",name:"name",value:"value",text:"text",type:"type",image:"image",imageClass:"imageClass",icon:"icon",iconClass:"iconClass",class:"class",divider:"divider"},keys:{backspace:8,delimiter:188,deleteKey:46,enter:13,escape:27,pageUp:33,pageDown:34,leftArrow:37,upArrow:38,rightArrow:39,downArrow:40},selector:{addition:".addition",divider:".divider, .header",dropdown:".ui.dropdown",hidden:".hidden",icon:"> .dropdown.icon",input:'> input[type="hidden"], > select',item:".item",label:"> .label",remove:"> .label > .delete.icon",siblingLabel:".label",menu:".menu",message:".message",menuIcon:".dropdown.icon",search:"input.search, .menu > .search > input, .menu input.search",sizer:"> input.sizer",text:"> .text:not(.icon)",unselectable:".disabled, .filtered",clearIcon:"> .remove.icon"},className:{active:"active",addition:"addition",animating:"animating",disabled:"disabled",empty:"empty",dropdown:"ui dropdown",filtered:"filtered",hidden:"hidden transition",icon:"icon",image:"image",item:"item",label:"ui label",loading:"loading",menu:"menu",message:"message",multiple:"multiple",placeholder:"default",sizer:"sizer",search:"search",selected:"selected",selection:"selection",upward:"upward",leftward:"left",visible:"visible",clearable:"clearable",noselection:"noselection",delete:"delete",header:"header",divider:"divider",groupIcon:""}},Z.fn.dropdown.settings.templates={deQuote:function(e){return String(e).replace(/"/g,"")},escape:function(e,t){if(t)return e;var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return n[e]}):e},dropdown:function(e,t,n,i){var o=e.placeholder||!1,a="",r=Z.fn.dropdown.settings.templates.escape;return a+='<i class="dropdown icon"></i>',a+=o?'<div class="default text">'+r(o,n)+"</div>":'<div class="text"></div>',a+='<div class="'+i.menu+'">',a+=Z.fn.dropdown.settings.templates.menu(e,t,n,i),a+="</div>"},menu:function(e,s,l,c){var t=e[s.values]||[],u="",d=Z.fn.dropdown.settings.templates.escape,f=Z.fn.dropdown.settings.templates.deQuote;return Z.each(t,function(e,t){var n=t[s.type]?t[s.type]:"item";if("item"===n){var i=t[s.text]?' data-text="'+f(t[s.text])+'"':"",o=t[s.disabled]?c.disabled+" ":"";u+='<div class="'+o+(t[s.class]?f(t[s.class]):c.item)+'" data-value="'+f(t[s.value])+'"'+i+">",t[s.image]&&(u+='<img class="'+(t[s.imageClass]?f(t[s.imageClass]):c.image)+'" src="'+f(t[s.image])+'">'),t[s.icon]&&(u+='<i class="'+f(t[s.icon])+" "+(t[s.iconClass]?f(t[s.iconClass]):c.icon)+'"></i>'),u+=d(t[s.name]||t[s.value],l),u+="</div>"}else if("header"===n){var a=d(t[s.name],l),r=t[s.icon]?f(t[s.icon]):c.groupIcon;""===a&&""===r||(u+='<div class="'+(t[s.class]?f(t[s.class]):c.header)+'">',""!==r&&(u+='<i class="'+r+" "+(t[s.iconClass]?f(t[s.iconClass]):c.icon)+'"></i>'),u+=a,u+="</div>"),t[s.divider]&&(u+='<div class="'+c.divider+'"></div>')}}),u},label:function(e,t,n,i){return(0,Z.fn.dropdown.settings.templates.escape)(t,n)+'<i class="'+i.delete+' icon"></i>'},message:function(e){return e},addition:function(e){return e}}}(jQuery,window,document),function(T,e,t,S){"use strict";T.isFunction=T.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),T.fn.embed=function(p){var h,v=T(this),b=v.selector||"",y=(new Date).getTime(),x=[],C=p,w="string"==typeof C,k=[].slice.call(arguments,1);return v.each(function(){var s,i=T.isPlainObject(p)?T.extend(!0,{},T.fn.embed.settings,p):T.extend({},T.fn.embed.settings),e=i.selector,t=i.className,o=i.sources,l=i.error,a=i.metadata,n=i.namespace,r=i.templates,c="."+n,u="module-"+n,d=T(this),f=(d.find(e.placeholder),d.find(e.icon),d.find(e.embed)),m=this,g=d.data(u);s={initialize:function(){s.debug("Initializing embed"),s.determine.autoplay(),s.create(),s.bind.events(),s.instantiate()},instantiate:function(){s.verbose("Storing instance of module",s),g=s,d.data(u,s)},destroy:function(){s.verbose("Destroying previous instance of embed"),s.reset(),d.removeData(u).off(c)},refresh:function(){s.verbose("Refreshing selector cache"),d.find(e.placeholder),d.find(e.icon),f=d.find(e.embed)},bind:{events:function(){s.has.placeholder()&&(s.debug("Adding placeholder events"),d.on("click"+c,e.placeholder,s.createAndShow).on("click"+c,e.icon,s.createAndShow))}},create:function(){s.get.placeholder()?s.createPlaceholder():s.createAndShow()},createPlaceholder:function(e){var t=s.get.icon(),n=s.get.url();s.generate.embed(n);e=e||s.get.placeholder(),d.html(r.placeholder(e,t)),s.debug("Creating placeholder for embed",e,t)},createEmbed:function(e){s.refresh(),e=e||s.get.url(),f=T("<div/>").addClass(t.embed).html(s.generate.embed(e)).appendTo(d),i.onCreate.call(m,e),s.debug("Creating embed object",f)},changeEmbed:function(e){f.html(s.generate.embed(e))},createAndShow:function(){s.createEmbed(),s.show()},change:function(e,t,n){s.debug("Changing video to ",e,t,n),d.data(a.source,e).data(a.id,t),n?d.data(a.url,n):d.removeData(a.url),s.has.embed()?s.changeEmbed():s.create()},reset:function(){s.debug("Clearing embed and showing placeholder"),s.remove.data(),s.remove.active(),s.remove.embed(),s.showPlaceholder(),i.onReset.call(m)},show:function(){s.debug("Showing embed"),s.set.active(),i.onDisplay.call(m)},hide:function(){s.debug("Hiding embed"),s.showPlaceholder()},showPlaceholder:function(){s.debug("Showing placeholder image"),s.remove.active(),i.onPlaceholderDisplay.call(m)},get:{id:function(){return i.id||d.data(a.id)},placeholder:function(){return i.placeholder||d.data(a.placeholder)},icon:function(){return i.icon?i.icon:d.data(a.icon)!==S?d.data(a.icon):s.determine.icon()},source:function(e){return i.source?i.source:d.data(a.source)!==S?d.data(a.source):s.determine.source()},type:function(){var e=s.get.source();return o[e]!==S&&o[e].type},url:function(){return i.url?i.url:d.data(a.url)!==S?d.data(a.url):s.determine.url()}},determine:{autoplay:function(){s.should.autoplay()&&(i.autoplay=!0)},source:function(n){var i=!1;return(n=n||s.get.url())&&T.each(o,function(e,t){if(-1!==n.search(t.domain))return i=e,!1}),i},icon:function(){var e=s.get.source();return o[e]!==S&&o[e].icon},url:function(){var e,t=i.id||d.data(a.id),n=i.source||d.data(a.source);return(e=o[n]!==S&&o[n].url.replace("{id}",t))&&d.data(a.url,e),e}},set:{active:function(){d.addClass(t.active)}},remove:{data:function(){d.removeData(a.id).removeData(a.icon).removeData(a.placeholder).removeData(a.source).removeData(a.url)},active:function(){d.removeClass(t.active)},embed:function(){f.empty()}},encode:{parameters:function(e){var t,n=[];for(t in e)n.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return n.join("&")}},generate:{embed:function(e){s.debug("Generating embed html");var t,n,i=s.get.source();return(e=s.get.url(e))?(n=s.generate.parameters(i),t=r.iframe(e,n)):s.error(l.noURL,d),t},parameters:function(e,t){var n=o[e]&&o[e].parameters!==S?o[e].parameters(i):{};return(t=t||i.parameters)&&(n=T.extend({},n,t)),n=i.onEmbed(n),s.encode.parameters(n)}},has:{embed:function(){return 0<f.length},placeholder:function(){return i.placeholder||d.data(a.placeholder)}},should:{autoplay:function(){return"auto"===i.autoplay?i.placeholder||d.data(a.placeholder)!==S:i.autoplay}},is:{video:function(){return"video"==s.get.type()}},setting:function(e,t){if(s.debug("Changing setting",e,t),T.isPlainObject(e))T.extend(!0,i,e);else{if(t===S)return i[e];T.isPlainObject(i[e])?T.extend(!0,i[e],t):i[e]=t}},internal:function(e,t){if(T.isPlainObject(e))T.extend(!0,s,e);else{if(t===S)return s[e];s[e]=t}},debug:function(){!i.silent&&i.debug&&(i.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,i.name+":"),s.debug.apply(console,arguments)))},verbose:function(){!i.silent&&i.verbose&&i.debug&&(i.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,i.name+":"),s.verbose.apply(console,arguments)))},error:function(){i.silent||(s.error=Function.prototype.bind.call(console.error,console,i.name+":"),s.error.apply(console,arguments))},performance:{log:function(e){var t,n;i.performance&&(n=(t=(new Date).getTime())-(y||t),y=t,x.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:m,"Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=i.name+":",n=0;y=!1,clearTimeout(s.performance.timer),T.each(x,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",b&&(e+=" '"+b+"'"),1<v.length&&(e+=" ("+v.length+")"),(console.group!==S||console.table!==S)&&0<x.length&&(console.groupCollapsed(e),console.table?console.table(x):T.each(x,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),x=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||k,t=m||t,"string"==typeof i&&r!==S&&(i=i.split(/[\. ]/),o=i.length-1,T.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(T.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==S)return a=r[n],!1;if(!T.isPlainObject(r[t])||e==o)return r[t]!==S?a=r[t]:s.error(l.method,i),!1;r=r[t]}})),T.isFunction(a)?n=a.apply(t,e):a!==S&&(n=a),Array.isArray(h)?h.push(n):h!==S?h=[h,n]:n!==S&&(h=n),a}},w?(g===S&&s.initialize(),s.invoke(C)):(g!==S&&g.invoke("destroy"),s.initialize())}),h!==S?h:this},T.fn.embed.settings={name:"Embed",namespace:"embed",silent:!1,debug:!1,verbose:!1,performance:!0,icon:!1,source:!1,url:!1,id:!1,autoplay:"auto",color:"#444444",hd:!0,brandedUI:!1,parameters:!1,onDisplay:function(){},onPlaceholderDisplay:function(){},onReset:function(){},onCreate:function(e){},onEmbed:function(e){return e},metadata:{id:"id",icon:"icon",placeholder:"placeholder",source:"source",url:"url"},error:{noURL:"No URL specified",method:"The method you called is not defined"},className:{active:"active",embed:"embed"},selector:{embed:".embed",placeholder:".placeholder",icon:".icon"},sources:{youtube:{name:"youtube",type:"video",icon:"video play",domain:"youtube.com",url:"//www.youtube.com/embed/{id}",parameters:function(e){return{autohide:!e.brandedUI,autoplay:e.autoplay,color:e.color||S,hq:e.hd,jsapi:e.api,modestbranding:!e.brandedUI}}},vimeo:{name:"vimeo",type:"video",icon:"video play",domain:"vimeo.com",url:"//player.vimeo.com/video/{id}",parameters:function(e){return{api:e.api,autoplay:e.autoplay,byline:e.brandedUI,color:e.color||S,portrait:e.brandedUI,title:e.brandedUI}}}},templates:{iframe:function(e,t){var n=e;return t&&(n+="?"+t),'<iframe src="'+n+'" width="100%" height="100%" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>'},placeholder:function(e,t){var n="";return t&&(n+='<i class="'+t+' icon"></i>'),e&&(n+='<img class="placeholder" src="'+e+'">'),n}},api:!1,onPause:function(){},onPlay:function(){},onStop:function(){}}}(jQuery,window,document),function(V,N,z,H){"use strict";V.isFunction=V.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},N=void 0!==N&&N.Math==Math?N:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),V.fn.modal=function(D){var A,e=V(this),E=V(N),P=V(z),F=V("body"),R=e.selector||"",O=(new Date).getTime(),M=[],I=D,j="string"==typeof I,L=[].slice.call(arguments,1),q=N.requestAnimationFrame||N.mozRequestAnimationFrame||N.webkitRequestAnimationFrame||N.msRequestAnimationFrame||function(e){setTimeout(e,0)};return e.each(function(){var o,a,e,i,n,r,s,t,l,c,u,d=V.isPlainObject(D)?V.extend(!0,{},V.fn.modal.settings,D):V.extend({},V.fn.modal.settings),f=d.selector,m=d.className,g=d.namespace,p=d.error,h="."+g,v="module-"+g,b=V(this),y=V(d.context),x=b.find(f.close),C=this,w=b.data(v),k=!1,T="",S="";u={initialize:function(){u.cache={},u.verbose("Initializing dimmer",y),u.create.id(),u.create.dimmer(),d.allowMultiple&&u.create.innerDimmer(),d.centered||b.addClass("top aligned"),u.refreshModals(),u.bind.events(),d.observeChanges&&u.observeChanges(),u.instantiate()},instantiate:function(){u.verbose("Storing instance of modal"),w=u,b.data(v,w)},create:{dimmer:function(){var e={debug:d.debug,dimmerName:"modals"},t=V.extend(!0,e,d.dimmerSettings);V.fn.dimmer!==H?(u.debug("Creating dimmer"),i=y.dimmer(t),d.detachable?(u.verbose("Modal is detachable, moving content into dimmer"),i.dimmer("add content",b)):u.set.undetached(),n=i.dimmer("get dimmer")):u.error(p.dimmer)},id:function(){l=(Math.random().toString(16)+"000000000").substr(2,8),t="."+l,u.verbose("Creating unique id for element",l)},innerDimmer:function(){0==b.find(f.dimmer).length&&b.prepend('<div class="ui inverted dimmer"></div>')}},destroy:function(){c&&c.disconnect(),u.verbose("Destroying previous modal"),b.removeData(v).off(h),E.off(t),n.off(t),x.off(h),y.dimmer("destroy")},observeChanges:function(){"MutationObserver"in N&&((c=new MutationObserver(function(e){u.debug("DOM tree modified, refreshing"),u.refresh()})).observe(C,{childList:!0,subtree:!0}),u.debug("Setting up mutation observer",c))},refresh:function(){u.remove.scrolling(),u.cacheSizes(),u.can.useFlex()||u.set.modalOffset(),u.set.screenHeight(),u.set.type()},refreshModals:function(){a=b.siblings(f.modal),o=a.add(b)},attachEvents:function(e,t){var n=V(e);t=V.isFunction(u[t])?u[t]:u.toggle,0<n.length?(u.debug("Attaching modal events to element",e,t),n.off(h).on("click"+h,t)):u.error(p.notFound,e)},bind:{events:function(){u.verbose("Attaching events"),b.on("click"+h,f.close,u.event.close).on("click"+h,f.approve,u.event.approve).on("click"+h,f.deny,u.event.deny),E.on("resize"+t,u.event.resize)},scrollLock:function(){i.get(0).addEventListener("touchmove",u.event.preventScroll,{passive:!1})}},unbind:{scrollLock:function(){i.get(0).removeEventListener("touchmove",u.event.preventScroll,{passive:!1})}},get:{id:function(){return(Math.random().toString(16)+"000000000").substr(2,8)}},event:{approve:function(){k||!1===d.onApprove.call(C,V(this))?u.verbose("Approve callback returned false cancelling hide"):(k=!0,u.hide(function(){k=!1}))},preventScroll:function(e){-1!==e.target.className.indexOf("dimmer")&&e.preventDefault()},deny:function(){k||!1===d.onDeny.call(C,V(this))?u.verbose("Deny callback returned false cancelling hide"):(k=!0,u.hide(function(){k=!1}))},close:function(){u.hide()},mousedown:function(e){var t=V(e.target),n=u.is.rtl();(r=0<t.closest(f.modal).length)&&u.verbose("Mouse down event registered inside the modal"),(s=u.is.scrolling()&&(!n&&V(N).outerWidth()-d.scrollbarWidth<=e.clientX||n&&d.scrollbarWidth>=e.clientX))&&u.verbose("Mouse down event registered inside the scrollbar")},mouseup:function(e){if(d.closable)if(r)u.debug("Dimmer clicked but mouse down was initially registered inside the modal");else if(s)u.debug("Dimmer clicked but mouse down was initially registered inside the scrollbar");else{var t=0<V(e.target).closest(f.modal).length,n=V.contains(z.documentElement,e.target);if(!t&&n&&u.is.active()&&b.hasClass(m.front)){if(u.debug("Dimmer clicked, hiding all modals"),d.allowMultiple){if(!u.hideAll())return}else if(!u.hide())return;u.remove.clickaway()}}else u.verbose("Dimmer clicked but closable setting is disabled")},debounce:function(e,t){clearTimeout(u.timer),u.timer=setTimeout(e,t)},keyboard:function(e){27==e.which&&(d.closable?(u.debug("Escape key pressed hiding modal"),b.hasClass(m.front)&&u.hide()):u.debug("Escape key pressed, but closable is set to false"),e.preventDefault())},resize:function(){i.dimmer("is active")&&(u.is.animating()||u.is.active())&&q(u.refresh)}},toggle:function(){u.is.active()||u.is.animating()?u.hide():u.show()},show:function(e){e=V.isFunction(e)?e:function(){},u.refreshModals(),u.set.dimmerSettings(),u.set.dimmerStyles(),u.showModal(e)},hide:function(e){return e=V.isFunction(e)?e:function(){},u.refreshModals(),u.hideModal(e)},showModal:function(e){e=V.isFunction(e)?e:function(){},u.is.animating()||!u.is.active()?(u.showDimmer(),u.cacheSizes(),u.set.bodyMargin(),u.can.useFlex()?u.remove.legacy():(u.set.legacy(),u.set.modalOffset(),u.debug("Using non-flex legacy modal positioning.")),u.set.screenHeight(),u.set.type(),u.set.clickaway(),!d.allowMultiple&&u.others.active()?u.hideOthers(u.showModal):(k=!1,d.allowMultiple&&(u.others.active()&&a.filter("."+m.active).find(f.dimmer).addClass("active"),d.detachable&&b.detach().appendTo(n)),d.onShow.call(C),d.transition&&V.fn.transition!==H&&b.transition("is supported")?(u.debug("Showing modal with css animations"),b.transition({debug:d.debug,animation:d.transition+" in",queue:d.queue,duration:d.duration,useFailSafe:!0,onComplete:function(){d.onVisible.apply(C),d.keyboardShortcuts&&u.add.keyboardShortcuts(),u.save.focus(),u.set.active(),d.autofocus&&u.set.autofocus(),e()}})):u.error(p.noTransition))):u.debug("Modal is already visible")},hideModal:function(e,t,n){var i=a.filter("."+m.active).last();if(e=V.isFunction(e)?e:function(){},u.debug("Hiding modal"),!1===d.onHide.call(C,V(this)))return u.verbose("Hide callback returned false cancelling hide"),k=!1;(u.is.animating()||u.is.active())&&(d.transition&&V.fn.transition!==H&&b.transition("is supported")?(u.remove.active(),b.transition({debug:d.debug,animation:d.transition+" out",queue:d.queue,duration:d.duration,useFailSafe:!0,onStart:function(){u.others.active()||u.others.animating()||t||u.hideDimmer(),d.keyboardShortcuts&&!u.others.active()&&u.remove.keyboardShortcuts()},onComplete:function(){u.unbind.scrollLock(),d.allowMultiple&&(i.addClass(m.front),b.removeClass(m.front),n?o.find(f.dimmer).removeClass("active"):i.find(f.dimmer).removeClass("active")),d.onHidden.call(C),u.remove.dimmerStyles(),u.restore.focus(),e()}})):u.error(p.noTransition))},showDimmer:function(){i.dimmer("is animating")||!i.dimmer("is active")?(u.save.bodyMargin(),u.debug("Showing dimmer"),i.dimmer("show")):u.debug("Dimmer already visible")},hideDimmer:function(){i.dimmer("is animating")||i.dimmer("is active")?(u.unbind.scrollLock(),i.dimmer("hide",function(){u.restore.bodyMargin(),u.remove.clickaway(),u.remove.screenHeight()})):u.debug("Dimmer is not visible cannot hide")},hideAll:function(n){var e=o.filter("."+m.active+", ."+m.animating);if(n=V.isFunction(n)?n:function(){},0<e.length){u.debug("Hiding all visible modals");var i=!0;return V(e.get().reverse()).each(function(e,t){i=i&&V(t).modal("hide modal",n,!1,!0)}),i&&u.hideDimmer(),i}},hideOthers:function(e){var t=a.filter("."+m.active+", ."+m.animating);e=V.isFunction(e)?e:function(){},0<t.length&&(u.debug("Hiding other modals",a),t.modal("hide modal",e,!0))},others:{active:function(){return 0<a.filter("."+m.active).length},animating:function(){return 0<a.filter("."+m.animating).length}},add:{keyboardShortcuts:function(){u.verbose("Adding keyboard shortcuts"),P.on("keyup"+h,u.event.keyboard)}},save:{focus:function(){0<V(z.activeElement).closest(b).length||(e=V(z.activeElement).blur())},bodyMargin:function(){T=F.css("margin-"+(u.can.leftBodyScrollbar()?"left":"right"));var e=parseInt(T.replace(/[^\d.]/g,"")),t=N.innerWidth-z.documentElement.clientWidth;S=e+t}},restore:{focus:function(){e&&0<e.length&&d.restoreFocus&&e.focus()},bodyMargin:function(){var e=u.can.leftBodyScrollbar()?"left":"right";F.css("margin-"+e,T),F.find(f.bodyFixed.replace("right",e)).css("padding-"+e,T)}},remove:{active:function(){b.removeClass(m.active)},legacy:function(){b.removeClass(m.legacy)},clickaway:function(){d.detachable||b.off("mousedown"+t),n.off("mousedown"+t),n.off("mouseup"+t)},dimmerStyles:function(){n.removeClass(m.inverted),i.removeClass(m.blurring)},bodyStyle:function(){""===F.attr("style")&&(u.verbose("Removing style attribute"),F.removeAttr("style"))},screenHeight:function(){u.debug("Removing page height"),F.css("height","")},keyboardShortcuts:function(){u.verbose("Removing keyboard shortcuts"),P.off("keyup"+h)},scrolling:function(){i.removeClass(m.scrolling),b.removeClass(m.scrolling)}},cacheSizes:function(){b.addClass(m.loading);var e=b.prop("scrollHeight"),t=b.outerWidth(),n=b.outerHeight();u.cache.pageHeight!==H&&0===n||(V.extend(u.cache,{pageHeight:V(z).outerHeight(),width:t,height:n+d.offset,scrollHeight:e+d.offset,contextHeight:"body"==d.context?V(N).height():i.height()}),u.cache.topOffset=-u.cache.height/2),b.removeClass(m.loading),u.debug("Caching modal and container sizes",u.cache)},can:{leftBodyScrollbar:function(){return u.cache.leftBodyScrollbar===H&&(u.cache.leftBodyScrollbar=u.is.rtl()&&(u.is.iframe&&!u.is.firefox()||u.is.safari()||u.is.edge()||u.is.ie())),u.cache.leftBodyScrollbar},useFlex:function(){return d.useFlex&&d.detachable&&!u.is.ie()},fit:function(){var e=u.cache.contextHeight,t=u.cache.contextHeight/2,n=u.cache.topOffset,i=u.cache.scrollHeight,o=u.cache.height,a=d.padding;return o<i?t+n+i+a<e:o+2*a<e}},is:{active:function(){return b.hasClass(m.active)},ie:function(){if(u.cache.isIE===H){var e=!N.ActiveXObject&&"ActiveXObject"in N,t="ActiveXObject"in N;u.cache.isIE=e||t}return u.cache.isIE},animating:function(){return b.transition("is supported")?b.transition("is animating"):b.is(":visible")},scrolling:function(){return i.hasClass(m.scrolling)},modernBrowser:function(){return!(N.ActiveXObject||"ActiveXObject"in N)},rtl:function(){return u.cache.isRTL===H&&(u.cache.isRTL="rtl"===F.attr("dir")||"rtl"===F.css("direction")),u.cache.isRTL},safari:function(){return u.cache.isSafari===H&&(u.cache.isSafari=/constructor/i.test(N.HTMLElement)||!!N.ApplePaySession),u.cache.isSafari},edge:function(){return u.cache.isEdge===H&&(u.cache.isEdge=!!N.setImmediate&&!u.is.ie()),u.cache.isEdge},firefox:function(){return u.cache.isFirefox===H&&(u.cache.isFirefox=!!N.InstallTrigger),u.cache.isFirefox},iframe:function(){return!(self===top)}},set:{autofocus:function(){var e=b.find("[tabindex], :input").filter(":visible").filter(function(){return 0===V(this).closest(".disabled").length}),t=e.filter("[autofocus]"),n=0<t.length?t.first():e.first();0<n.length&&n.focus()},bodyMargin:function(){var e=u.can.leftBodyScrollbar()?"left":"right";(d.detachable||u.can.fit())&&F.css("margin-"+e,S+"px"),F.find(f.bodyFixed.replace("right",e)).css("padding-"+e,S+"px")},clickaway:function(){d.detachable||b.on("mousedown"+t,u.event.mousedown),n.on("mousedown"+t,u.event.mousedown),n.on("mouseup"+t,u.event.mouseup)},dimmerSettings:function(){if(V.fn.dimmer!==H){var e={debug:d.debug,dimmerName:"modals",closable:"auto",useFlex:u.can.useFlex(),duration:{show:d.duration,hide:d.duration}},t=V.extend(!0,e,d.dimmerSettings);d.inverted&&(t.variation=t.variation!==H?t.variation+" inverted":"inverted"),y.dimmer("setting",t)}else u.error(p.dimmer)},dimmerStyles:function(){d.inverted?n.addClass(m.inverted):n.removeClass(m.inverted),d.blurring?i.addClass(m.blurring):i.removeClass(m.blurring)},modalOffset:function(){if(d.detachable)b.css({marginTop:!b.hasClass("aligned")&&u.can.fit()?-u.cache.height/2:d.padding/2,marginLeft:-u.cache.width/2});else{var e=u.can.fit();b.css({top:!b.hasClass("aligned")&&e?V(z).scrollTop()+(u.cache.contextHeight-u.cache.height)/2:!e||b.hasClass("top")?V(z).scrollTop()+d.padding:V(z).scrollTop()+(u.cache.contextHeight-u.cache.height-d.padding),marginLeft:-u.cache.width/2})}u.verbose("Setting modal offset for legacy mode")},screenHeight:function(){u.can.fit()?F.css("height",""):b.hasClass("bottom")||(u.debug("Modal is taller than page content, resizing page height"),F.css("height",u.cache.height+2*d.padding))},active:function(){b.addClass(m.active+" "+m.front),a.filter("."+m.active).removeClass(m.front)},scrolling:function(){i.addClass(m.scrolling),b.addClass(m.scrolling),u.unbind.scrollLock()},legacy:function(){b.addClass(m.legacy)},type:function(){u.can.fit()?(u.verbose("Modal fits on screen"),u.others.active()||u.others.animating()||(u.remove.scrolling(),u.bind.scrollLock())):b.hasClass("bottom")?u.verbose("Bottom aligned modal not fitting on screen is unsupported for scrolling"):(u.verbose("Modal cannot fit on screen setting to scrolling"),u.set.scrolling())},undetached:function(){i.addClass(m.undetached)}},setting:function(e,t){if(u.debug("Changing setting",e,t),V.isPlainObject(e))V.extend(!0,d,e);else{if(t===H)return d[e];V.isPlainObject(d[e])?V.extend(!0,d[e],t):d[e]=t}},internal:function(e,t){if(V.isPlainObject(e))V.extend(!0,u,e);else{if(t===H)return u[e];u[e]=t}},debug:function(){!d.silent&&d.debug&&(d.performance?u.performance.log(arguments):(u.debug=Function.prototype.bind.call(console.info,console,d.name+":"),u.debug.apply(console,arguments)))},verbose:function(){!d.silent&&d.verbose&&d.debug&&(d.performance?u.performance.log(arguments):(u.verbose=Function.prototype.bind.call(console.info,console,d.name+":"),u.verbose.apply(console,arguments)))},error:function(){d.silent||(u.error=Function.prototype.bind.call(console.error,console,d.name+":"),u.error.apply(console,arguments))},performance:{log:function(e){var t,n;d.performance&&(n=(t=(new Date).getTime())-(O||t),O=t,M.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:C,"Execution Time":n})),clearTimeout(u.performance.timer),u.performance.timer=setTimeout(u.performance.display,500)},display:function(){var e=d.name+":",n=0;O=!1,clearTimeout(u.performance.timer),V.each(M,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",R&&(e+=" '"+R+"'"),(console.group!==H||console.table!==H)&&0<M.length&&(console.groupCollapsed(e),console.table?console.table(M):V.each(M,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),M=[]}},invoke:function(i,e,t){var o,a,n,r=w;return e=e||L,t=C||t,"string"==typeof i&&r!==H&&(i=i.split(/[\. ]/),o=i.length-1,V.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(V.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==H)return a=r[n],!1;if(!V.isPlainObject(r[t])||e==o)return r[t]!==H&&(a=r[t]),!1;r=r[t]}})),V.isFunction(a)?n=a.apply(t,e):a!==H&&(n=a),Array.isArray(A)?A.push(n):A!==H?A=[A,n]:n!==H&&(A=n),a}},j?(w===H&&u.initialize(),u.invoke(I)):(w!==H&&w.invoke("destroy"),u.initialize())}),A!==H?A:this},V.fn.modal.settings={name:"Modal",namespace:"modal",useFlex:"auto",offset:0,silent:!1,debug:!1,verbose:!1,performance:!0,observeChanges:!1,allowMultiple:!1,detachable:!0,closable:!0,autofocus:!0,restoreFocus:!0,inverted:!1,blurring:!1,centered:!0,dimmerSettings:{closable:!1,useCSS:!0},keyboardShortcuts:!0,context:"body",queue:!1,duration:500,transition:"scale",padding:50,scrollbarWidth:10,onShow:function(){},onVisible:function(){},onHide:function(){return!0},onHidden:function(){},onApprove:function(){return!0},onDeny:function(){return!0},selector:{close:"> .close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel",modal:".ui.modal",dimmer:"> .ui.dimmer",bodyFixed:"> .ui.fixed.menu, > .ui.right.toast-container, > .ui.right.sidebar"},error:{dimmer:"UI Dimmer, a required component is not included in this page",method:"The method you called is not defined.",notFound:"The element you specified could not be found"},className:{active:"active",animating:"animating",blurring:"blurring",inverted:"inverted",legacy:"legacy",loading:"loading",scrolling:"scrolling",undetached:"undetached",front:"front"}}}(jQuery,window,document),function(y,x,e,C){"use strict";y.isFunction=y.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=void 0!==x&&x.Math==Math?x:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),y.fn.nag=function(d){var f,e=y(this),m=e.selector||"",g=(new Date).getTime(),p=[],h=d,v="string"==typeof h,b=[].slice.call(arguments,1);return e.each(function(){var s,i=y.isPlainObject(d)?y.extend(!0,{},y.fn.nag.settings,d):y.extend({},y.fn.nag.settings),e=i.selector,l=i.error,t=i.namespace,n="."+t,o=t+"-module",a=y(this),r=i.context?y(i.context):y("body"),c=this,u=a.data(o);s={initialize:function(){s.verbose("Initializing element"),a.on("click"+n,e.close,s.dismiss).data(o,s),i.detachable&&a.parent()[0]!==r[0]&&a.detach().prependTo(r),0<i.displayTime&&setTimeout(s.hide,i.displayTime),s.show()},destroy:function(){s.verbose("Destroying instance"),a.removeData(o).off(n)},show:function(){s.should.show()&&!a.is(":visible")&&(s.debug("Showing nag",i.animation.show),"fade"==i.animation.show?a.fadeIn(i.duration,i.easing):a.slideDown(i.duration,i.easing))},hide:function(){s.debug("Showing nag",i.animation.hide),"fade"==i.animation.show?a.fadeIn(i.duration,i.easing):a.slideUp(i.duration,i.easing)},onHide:function(){s.debug("Removing nag",i.animation.hide),a.remove(),i.onHide&&i.onHide()},dismiss:function(e){i.storageMethod&&s.storage.set(i.key,i.value),s.hide(),e.stopImmediatePropagation(),e.preventDefault()},should:{show:function(){return i.persist?(s.debug("Persistent nag is set, can show nag"),!0):s.storage.get(i.key)!=i.value.toString()?(s.debug("Stored value is not set, can show nag",s.storage.get(i.key)),!0):(s.debug("Stored value is set, cannot show nag",s.storage.get(i.key)),!1)}},get:{storageOptions:function(){var e={};return i.expires&&(e.expires=i.expires),i.domain&&(e.domain=i.domain),i.path&&(e.path=i.path),e}},clear:function(){s.storage.remove(i.key)},storage:{set:function(e,t){var n=s.get.storageOptions();if("localstorage"==i.storageMethod&&x.localStorage!==C)x.localStorage.setItem(e,t),s.debug("Value stored using local storage",e,t);else if("sessionstorage"==i.storageMethod&&x.sessionStorage!==C)x.sessionStorage.setItem(e,t),s.debug("Value stored using session storage",e,t);else{if(y.cookie===C)return void s.error(l.noCookieStorage);y.cookie(e,t,n),s.debug("Value stored using cookie",e,t,n)}},get:function(e,t){var n;return"localstorage"==i.storageMethod&&x.localStorage!==C?n=x.localStorage.getItem(e):"sessionstorage"==i.storageMethod&&x.sessionStorage!==C?n=x.sessionStorage.getItem(e):y.cookie!==C?n=y.cookie(e):s.error(l.noCookieStorage),"undefined"!=n&&"null"!=n&&n!==C&&null!==n||(n=C),n},remove:function(e){var t=s.get.storageOptions();"localstorage"==i.storageMethod&&x.localStorage!==C?x.localStorage.removeItem(e):"sessionstorage"==i.storageMethod&&x.sessionStorage!==C?x.sessionStorage.removeItem(e):y.cookie!==C?y.removeCookie(e,t):s.error(l.noStorage)}},setting:function(e,t){if(s.debug("Changing setting",e,t),y.isPlainObject(e))y.extend(!0,i,e);else{if(t===C)return i[e];y.isPlainObject(i[e])?y.extend(!0,i[e],t):i[e]=t}},internal:function(e,t){if(y.isPlainObject(e))y.extend(!0,s,e);else{if(t===C)return s[e];s[e]=t}},debug:function(){!i.silent&&i.debug&&(i.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,i.name+":"),s.debug.apply(console,arguments)))},verbose:function(){!i.silent&&i.verbose&&i.debug&&(i.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,i.name+":"),s.verbose.apply(console,arguments)))},error:function(){i.silent||(s.error=Function.prototype.bind.call(console.error,console,i.name+":"),s.error.apply(console,arguments))},performance:{log:function(e){var t,n;i.performance&&(n=(t=(new Date).getTime())-(g||t),g=t,p.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:c,"Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=i.name+":",n=0;g=!1,clearTimeout(s.performance.timer),y.each(p,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",m&&(e+=" '"+m+"'"),(console.group!==C||console.table!==C)&&0<p.length&&(console.groupCollapsed(e),console.table?console.table(p):y.each(p,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),p=[]}},invoke:function(i,e,t){var o,a,n,r=u;return e=e||b,t=c||t,"string"==typeof i&&r!==C&&(i=i.split(/[\. ]/),o=i.length-1,y.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(y.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==C)return a=r[n],!1;if(!y.isPlainObject(r[t])||e==o)return r[t]!==C?a=r[t]:s.error(l.method,i),!1;r=r[t]}})),y.isFunction(a)?n=a.apply(t,e):a!==C&&(n=a),Array.isArray(f)?f.push(n):f!==C?f=[f,n]:n!==C&&(f=n),a}},v?(u===C&&s.initialize(),s.invoke(h)):(u!==C&&u.invoke("destroy"),s.initialize())}),f!==C?f:this},y.fn.nag.settings={name:"Nag",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"Nag",persist:!1,displayTime:0,animation:{show:"slide",hide:"slide"},context:!1,detachable:!1,expires:30,domain:!1,path:"/",storageMethod:"cookie",key:"nag",value:"dismiss",error:{noCookieStorage:"$.cookie is not included. A storage solution is required.",noStorage:"Neither $.cookie or store is defined. A storage solution is required for storing state",method:"The method you called is not defined."},className:{bottom:"bottom",fixed:"fixed"},selector:{close:".close.icon"},speed:500,easing:"easeOutQuad",onHide:function(){}},y.extend(y.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(L,q,V,N){"use strict";L.isFunction=L.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},q=void 0!==q&&q.Math==Math?q:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),L.fn.popup=function(T){var S,e=L(this),D=L(V),A=L(q),E=L("body"),P=e.selector||"",F="ontouchstart"in V.documentElement?"touchstart":"click",R=(new Date).getTime(),O=[],M=T,I="string"==typeof M,j=[].slice.call(arguments,1);return e.each(function(){var u,c,e,t,n,d,f=L.isPlainObject(T)?L.extend(!0,{},L.fn.popup.settings,T):L.extend({},L.fn.popup.settings),o=f.selector,m=f.className,g=f.error,p=f.metadata,i=f.namespace,a="."+f.namespace,r="module-"+i,h=L(this),s=L(f.context),l=L(f.scrollContext),v=L(f.boundary),b=f.target?L(f.target):h,y=0,x=!1,C=!1,w=this,k=h.data(r);d={initialize:function(){d.debug("Initializing",h),d.createID(),d.bind.events(),!d.exists()&&f.preserve&&d.create(),f.observeChanges&&d.observeChanges(),d.instantiate()},instantiate:function(){d.verbose("Storing instance",d),k=d,h.data(r,k)},observeChanges:function(){"MutationObserver"in q&&((e=new MutationObserver(d.event.documentChanged)).observe(V,{childList:!0,subtree:!0}),d.debug("Setting up mutation observer",e))},refresh:function(){f.popup?u=L(f.popup).eq(0):f.inline&&(u=b.nextAll(o.popup).eq(0),f.popup=u),f.popup?(u.addClass(m.loading),c=d.get.offsetParent(),u.removeClass(m.loading),f.movePopup&&d.has.popup()&&d.get.offsetParent(u)[0]!==c[0]&&(d.debug("Moving popup to the same offset parent as target"),u.detach().appendTo(c))):c=f.inline?d.get.offsetParent(b):d.has.popup()?d.get.offsetParent(u):E,c.is("html")&&c[0]!==E[0]&&(d.debug("Setting page as offset parent"),c=E),d.get.variation()&&d.set.variation()},reposition:function(){d.refresh(),d.set.position()},destroy:function(){d.debug("Destroying previous module"),e&&e.disconnect(),u&&!f.preserve&&d.removePopup(),clearTimeout(d.hideTimer),clearTimeout(d.showTimer),d.unbind.close(),d.unbind.events(),h.removeData(r)},event:{start:function(e){var t=L.isPlainObject(f.delay)?f.delay.show:f.delay;clearTimeout(d.hideTimer),(!C||C&&f.addTouchEvents)&&(d.showTimer=setTimeout(d.show,t))},end:function(){var e=L.isPlainObject(f.delay)?f.delay.hide:f.delay;clearTimeout(d.showTimer),d.hideTimer=setTimeout(d.hide,e)},touchstart:function(e){C=!0,f.addTouchEvents&&d.show()},resize:function(){d.is.visible()&&d.set.position()},documentChanged:function(e){[].forEach.call(e,function(e){e.removedNodes&&[].forEach.call(e.removedNodes,function(e){(e==w||0<L(e).find(w).length)&&(d.debug("Element removed from DOM, tearing down events"),d.destroy())})})},hideGracefully:function(e){var t=L(e.target),n=L.contains(V.documentElement,e.target),i=0<t.closest(o.popup).length;e&&!i&&n?(d.debug("Click occurred outside popup hiding popup"),d.hide()):d.debug("Click was inside popup, keeping popup open")}},create:function(){var e=d.get.html(),t=d.get.title(),n=d.get.content();e||n||t?(d.debug("Creating pop-up html"),e=e||f.templates.popup({title:t,content:n}),u=L("<div/>").addClass(m.popup).data(p.activator,h).html(e),f.inline?(d.verbose("Inserting popup element inline",u),u.insertAfter(h)):(d.verbose("Appending popup element to body",u),u.appendTo(s)),d.refresh(),d.set.variation(),f.hoverable&&d.bind.popup(),f.onCreate.call(u,w)):f.popup?(L(f.popup).data(p.activator,h),d.verbose("Used popup specified in settings"),d.refresh(),f.hoverable&&d.bind.popup()):0!==b.next(o.popup).length?(d.verbose("Pre-existing popup found"),f.inline=!0,f.popup=b.next(o.popup).data(p.activator,h),d.refresh(),f.hoverable&&d.bind.popup()):d.debug("No content specified skipping display",w)},createID:function(){n=(Math.random().toString(16)+"000000000").substr(2,8),t="."+n,d.verbose("Creating unique id for element",n)},toggle:function(){d.debug("Toggling pop-up"),d.is.hidden()?(d.debug("Popup is hidden, showing pop-up"),d.unbind.close(),d.show()):(d.debug("Popup is visible, hiding pop-up"),d.hide())},show:function(e){if(e=e||function(){},d.debug("Showing pop-up",f.transition),d.is.hidden()&&(!d.is.active()||!d.is.dropdown())){if(d.exists()||d.create(),!1===f.onShow.call(u,w))return void d.debug("onShow callback returned false, cancelling popup animation");f.preserve||f.popup||d.refresh(),u&&d.set.position()&&(d.save.conditions(),f.exclusive&&d.hideAll(),d.animate.show(e))}},hide:function(e){if(e=e||function(){},d.is.visible()||d.is.animating()){if(!1===f.onHide.call(u,w))return void d.debug("onHide callback returned false, cancelling popup animation");d.remove.visible(),d.unbind.close(),d.restore.conditions(),d.animate.hide(e)}},hideAll:function(){L(o.popup).filter("."+m.popupVisible).each(function(){L(this).data(p.activator).popup("hide")})},exists:function(){return!!u&&(f.inline||f.popup?d.has.popup():1<=u.closest(s).length)},removePopup:function(){d.has.popup()&&!f.popup&&(d.debug("Removing popup",u),u.remove(),u=N,f.onRemove.call(u,w))},save:{conditions:function(){d.cache={title:h.attr("title")},d.cache.title&&h.removeAttr("title"),d.verbose("Saving original attributes",d.cache.title)}},restore:{conditions:function(){return d.cache&&d.cache.title&&(h.attr("title",d.cache.title),d.verbose("Restoring original attributes",d.cache.title)),!0}},supports:{svg:function(){return"undefined"!=typeof SVGGraphicsElement}},animate:{show:function(e){e=L.isFunction(e)?e:function(){},f.transition&&L.fn.transition!==N&&h.transition("is supported")?(d.set.visible(),u.transition({animation:f.transition+" in",queue:!1,debug:f.debug,verbose:f.verbose,duration:f.duration,onComplete:function(){d.bind.close(),e.call(u,w),f.onVisible.call(u,w)}})):d.error(g.noTransition)},hide:function(e){e=L.isFunction(e)?e:function(){},d.debug("Hiding pop-up"),f.transition&&L.fn.transition!==N&&h.transition("is supported")?u.transition({animation:f.transition+" out",queue:!1,duration:f.duration,debug:f.debug,verbose:f.verbose,onComplete:function(){d.reset(),e.call(u,w),f.onHidden.call(u,w)}}):d.error(g.noTransition)}},change:{content:function(e){u.html(e)}},get:{html:function(){return h.removeData(p.html),h.data(p.html)||f.html},title:function(){return h.removeData(p.title),h.data(p.title)||f.title},content:function(){return h.removeData(p.content),h.data(p.content)||f.content||h.attr("title")},variation:function(){return h.removeData(p.variation),h.data(p.variation)||f.variation},popup:function(){return u},popupOffset:function(){return u.offset()},calculations:function(){var e,t=d.get.offsetParent(u),n=b[0],i=v[0]==q,o=f.inline||f.popup&&f.movePopup?b.position():b.offset(),a=i?{top:0,left:0}:v.offset(),r={},s=i?{top:A.scrollTop(),left:A.scrollLeft()}:{top:0,left:0};if(r={target:{element:b[0],width:b.outerWidth(),height:b.outerHeight(),top:o.top,left:o.left,margin:{}},popup:{width:u.outerWidth(),height:u.outerHeight()},parent:{width:c.outerWidth(),height:c.outerHeight()},screen:{top:a.top,left:a.left,scroll:{top:s.top,left:s.left},width:v.width(),height:v.height()}},t.get(0)!==c.get(0)){var l=t.offset();r.target.top-=l.top,r.target.left-=l.left,r.parent.width=t.outerWidth(),r.parent.height=t.outerHeight()}return f.setFluidWidth&&d.is.fluid()&&(r.container={width:u.parent().outerWidth()},r.popup.width=r.container.width),r.target.margin.top=f.inline?parseInt(q.getComputedStyle(n).getPropertyValue("margin-top"),10):0,r.target.margin.left=f.inline?d.is.rtl()?parseInt(q.getComputedStyle(n).getPropertyValue("margin-right"),10):parseInt(q.getComputedStyle(n).getPropertyValue("margin-left"),10):0,e=r.screen,r.boundary={top:e.top+e.scroll.top,bottom:e.top+e.scroll.top+e.height,left:e.left+e.scroll.left,right:e.left+e.scroll.left+e.width},r},id:function(){return n},startEvent:function(){return"hover"==f.on?"mouseenter":"focus"==f.on&&"focus"},scrollEvent:function(){return"scroll"},endEvent:function(){return"hover"==f.on?"mouseleave":"focus"==f.on&&"blur"},distanceFromBoundary:function(e,t){var n,i,o={};return n=(t=t||d.get.calculations()).popup,i=t.boundary,e&&(o={top:e.top-i.top,left:e.left-i.left,right:i.right-(e.left+n.width),bottom:i.bottom-(e.top+n.height)},d.verbose("Distance from boundaries determined",e,o)),o},offsetParent:function(e){var t=(e!==N?e[0]:b[0]).parentNode,n=L(t);if(t)for(var i="none"===n.css("transform"),o="static"===n.css("position"),a=n.is("body");t&&!a&&o&&i;)t=t.parentNode,i="none"===(n=L(t)).css("transform"),o="static"===n.css("position"),a=n.is("body");return n&&0<n.length?n:L()},positions:function(){return{"top left":!1,"top center":!1,"top right":!1,"bottom left":!1,"bottom center":!1,"bottom right":!1,"left center":!1,"right center":!1}},nextPosition:function(e){var t=e.split(" "),n=t[0],i=t[1],o="top"==n||"bottom"==n,a=!1,r=!1,s=!1;return x||(d.verbose("All available positions available"),x=d.get.positions()),d.debug("Recording last position tried",e),x[e]=!0,"opposite"===f.prefer&&(s=(s=[{top:"bottom",bottom:"top",left:"right",right:"left"}[n],i]).join(" "),a=!0===x[s],d.debug("Trying opposite strategy",s)),"adjacent"===f.prefer&&o&&(s=(s=[n,{left:"center",center:"right",right:"left"}[i]]).join(" "),r=!0===x[s],d.debug("Trying adjacent strategy",s)),(r||a)&&(d.debug("Using backup position",s),s={"top left":"top center","top center":"top right","top right":"right center","right center":"bottom right","bottom right":"bottom center","bottom center":"bottom left","bottom left":"left center","left center":"top left"}[e]),s}},set:{position:function(e,t){if(0!==b.length&&0!==u.length){var n,i,o,a,r,s,l,c;if(t=t||d.get.calculations(),e=e||h.data(p.position)||f.position,n=h.data(p.offset)||f.offset,i=f.distanceAway,o=t.target,a=t.popup,r=t.parent,d.should.centerArrow(t)&&(d.verbose("Adjusting offset to center arrow on small target element"),"top left"!=e&&"bottom left"!=e||(n+=o.width/2,n-=f.arrowPixelsFromEdge),"top right"!=e&&"bottom right"!=e||(n-=o.width/2,n+=f.arrowPixelsFromEdge)),0===o.width&&0===o.height&&!d.is.svg(o.element))return d.debug("Popup target is hidden, no action taken"),!1;switch(f.inline&&(d.debug("Adding margin to calculation",o.margin),"left center"==e||"right center"==e?(n+=o.margin.top,i+=-o.margin.left):"top left"==e||"top center"==e||"top right"==e?(n+=o.margin.left,i-=o.margin.top):(n+=o.margin.left,i+=o.margin.top)),d.debug("Determining popup position from calculations",e,t),d.is.rtl()&&(e=e.replace(/left|right/g,function(e){return"left"==e?"right":"left"}),d.debug("RTL: Popup position updated",e)),y==f.maxSearchDepth&&"string"==typeof f.lastResort&&(e=f.lastResort),e){case"top left":s={top:"auto",bottom:r.height-o.top+i,left:o.left+n,right:"auto"};break;case"top center":s={bottom:r.height-o.top+i,left:o.left+o.width/2-a.width/2+n,top:"auto",right:"auto"};break;case"top right":s={bottom:r.height-o.top+i,right:r.width-o.left-o.width-n,top:"auto",left:"auto"};break;case"left center":s={top:o.top+o.height/2-a.height/2+n,right:r.width-o.left+i,left:"auto",bottom:"auto"};break;case"right center":s={top:o.top+o.height/2-a.height/2+n,left:o.left+o.width+i,bottom:"auto",right:"auto"};break;case"bottom left":s={top:o.top+o.height+i,left:o.left+n,bottom:"auto",right:"auto"};break;case"bottom center":s={top:o.top+o.height+i,left:o.left+o.width/2-a.width/2+n,bottom:"auto",right:"auto"};break;case"bottom right":s={top:o.top+o.height+i,right:r.width-o.left-o.width-n,left:"auto",bottom:"auto"}}if(s===N&&d.error(g.invalidPosition,e),d.debug("Calculated popup positioning values",s),u.css(s).removeClass(m.position).addClass(e).addClass(m.loading),l=d.get.popupOffset(),c=d.get.distanceFromBoundary(l,t),!f.forcePosition&&d.is.offstage(c,e)){if(d.debug("Position is outside viewport",e),y<f.maxSearchDepth)return y++,e=d.get.nextPosition(e),d.debug("Trying new position",e),!!u&&d.set.position(e,t);if(!f.lastResort)return d.debug("Popup could not find a position to display",u),d.error(g.cannotPlace,w),d.remove.attempts(),d.remove.loading(),d.reset(),f.onUnplaceable.call(u,w),!1;d.debug("No position found, showing with last position")}return d.debug("Position is on stage",e),d.remove.attempts(),d.remove.loading(),f.setFluidWidth&&d.is.fluid()&&d.set.fluidWidth(t),!0}d.error(g.notFound)},fluidWidth:function(e){e=e||d.get.calculations(),d.debug("Automatically setting element width to parent width",e.parent.width),u.css("width",e.container.width)},variation:function(e){(e=e||d.get.variation())&&d.has.popup()&&(d.verbose("Adding variation to popup",e),u.addClass(e))},visible:function(){h.addClass(m.visible)}},remove:{loading:function(){u.removeClass(m.loading)},variation:function(e){(e=e||d.get.variation())&&(d.verbose("Removing variation",e),u.removeClass(e))},visible:function(){h.removeClass(m.visible)},attempts:function(){d.verbose("Resetting all searched positions"),y=0,x=!1}},bind:{events:function(){d.debug("Binding popup events to module"),"click"==f.on&&h.on(F+a,d.toggle),"hover"==f.on&&h.on("touchstart"+a,d.event.touchstart),d.get.startEvent()&&h.on(d.get.startEvent()+a,d.event.start).on(d.get.endEvent()+a,d.event.end),f.target&&d.debug("Target set to element",b),A.on("resize"+t,d.event.resize)},popup:function(){d.verbose("Allowing hover events on popup to prevent closing"),u&&d.has.popup()&&u.on("mouseenter"+a,d.event.start).on("mouseleave"+a,d.event.end)},close:function(){(!0===f.hideOnScroll||"auto"==f.hideOnScroll&&"click"!=f.on)&&d.bind.closeOnScroll(),d.is.closable()?d.bind.clickaway():"hover"==f.on&&C&&d.bind.touchClose()},closeOnScroll:function(){d.verbose("Binding scroll close event to document"),l.one(d.get.scrollEvent()+t,d.event.hideGracefully)},touchClose:function(){d.verbose("Binding popup touchclose event to document"),D.on("touchstart"+t,function(e){d.verbose("Touched away from popup"),d.event.hideGracefully.call(w,e)})},clickaway:function(){d.verbose("Binding popup close event to document"),D.on(F+t,function(e){d.verbose("Clicked away from popup"),d.event.hideGracefully.call(w,e)})}},unbind:{events:function(){A.off(t),h.off(a)},close:function(){D.off(t),l.off(t)}},has:{popup:function(){return u&&0<u.length}},should:{centerArrow:function(e){return!d.is.basic()&&e.target.width<=2*f.arrowPixelsFromEdge}},is:{closable:function(){return"auto"==f.closable?"hover"!=f.on:f.closable},offstage:function(e,n){var i=[];return L.each(e,function(e,t){t<-f.jitter&&(d.debug("Position exceeds allowable distance from edge",e,t,n),i.push(e))}),0<i.length},svg:function(e){return d.supports.svg()&&e instanceof SVGGraphicsElement},basic:function(){return h.hasClass(m.basic)},active:function(){return h.hasClass(m.active)},animating:function(){return u!==N&&u.hasClass(m.animating)},fluid:function(){return u!==N&&u.hasClass(m.fluid)},visible:function(){return u!==N&&u.hasClass(m.popupVisible)},dropdown:function(){return h.hasClass(m.dropdown)},hidden:function(){return!d.is.visible()},rtl:function(){return"rtl"===h.attr("dir")||"rtl"===h.css("direction")}},reset:function(){d.remove.visible(),f.preserve?L.fn.transition!==N&&u.transition("remove transition"):d.removePopup()},setting:function(e,t){if(L.isPlainObject(e))L.extend(!0,f,e);else{if(t===N)return f[e];f[e]=t}},internal:function(e,t){if(L.isPlainObject(e))L.extend(!0,d,e);else{if(t===N)return d[e];d[e]=t}},debug:function(){!f.silent&&f.debug&&(f.performance?d.performance.log(arguments):(d.debug=Function.prototype.bind.call(console.info,console,f.name+":"),d.debug.apply(console,arguments)))},verbose:function(){!f.silent&&f.verbose&&f.debug&&(f.performance?d.performance.log(arguments):(d.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),d.verbose.apply(console,arguments)))},error:function(){f.silent||(d.error=Function.prototype.bind.call(console.error,console,f.name+":"),d.error.apply(console,arguments))},performance:{log:function(e){var t,n;f.performance&&(n=(t=(new Date).getTime())-(R||t),R=t,O.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:w,"Execution Time":n})),clearTimeout(d.performance.timer),d.performance.timer=setTimeout(d.performance.display,500)},display:function(){var e=f.name+":",n=0;R=!1,clearTimeout(d.performance.timer),L.each(O,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",P&&(e+=" '"+P+"'"),(console.group!==N||console.table!==N)&&0<O.length&&(console.groupCollapsed(e),console.table?console.table(O):L.each(O,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),O=[]}},invoke:function(i,e,t){var o,a,n,r=k;return e=e||j,t=w||t,"string"==typeof i&&r!==N&&(i=i.split(/[\. ]/),o=i.length-1,L.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(L.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==N)return a=r[n],!1;if(!L.isPlainObject(r[t])||e==o)return r[t]!==N&&(a=r[t]),!1;r=r[t]}})),L.isFunction(a)?n=a.apply(t,e):a!==N&&(n=a),Array.isArray(S)?S.push(n):S!==N?S=[S,n]:n!==N&&(S=n),a}},I?(k===N&&d.initialize(),d.invoke(M)):(k!==N&&k.invoke("destroy"),d.initialize())}),S!==N?S:this},L.fn.popup.settings={name:"Popup",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"popup",observeChanges:!0,onCreate:function(){},onRemove:function(){},onShow:function(){},onVisible:function(){},onHide:function(){},onUnplaceable:function(){},onHidden:function(){},on:"hover",boundary:q,addTouchEvents:!0,position:"top left",forcePosition:!1,variation:"",movePopup:!0,target:!1,popup:!1,inline:!1,preserve:!1,hoverable:!1,content:!1,html:!1,title:!1,closable:!0,hideOnScroll:"auto",exclusive:!1,context:"body",scrollContext:q,prefer:"opposite",lastResort:!1,arrowPixelsFromEdge:20,delay:{show:50,hide:70},setFluidWidth:!0,duration:200,transition:"scale",distanceAway:0,jitter:2,offset:0,maxSearchDepth:15,error:{invalidPosition:"The position you specified is not a valid position",cannotPlace:"Popup does not fit within the boundaries of the viewport",method:"The method you called is not defined.",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>",notFound:"The target or popup you specified does not exist on the page"},metadata:{activator:"activator",content:"content",html:"html",offset:"offset",position:"position",title:"title",variation:"variation"},className:{active:"active",basic:"basic",animating:"animating",dropdown:"dropdown",fluid:"fluid",loading:"loading",popup:"ui popup",position:"top left center bottom right",visible:"visible",popupVisible:"visible"},selector:{popup:".ui.popup"},templates:{escape:function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return t[e]}):e},popup:function(e){var t="",n=L.fn.popup.settings.templates.escape;return typeof e!==N&&(typeof e.title!==N&&e.title&&(e.title=n(e.title),t+='<div class="header">'+e.title+"</div>"),typeof e.content!==N&&e.content&&(e.content=n(e.content),t+='<div class="content">'+e.content+"</div>")),t}}}}(jQuery,window,document),function(T,e,S,D){"use strict";T.isFunction=T.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),T.fn.progress=function(h){var v,e=T(this),b=e.selector||"",y=(new Date).getTime(),x=[],C=h,w="string"==typeof C,k=[].slice.call(arguments,1);return e.each(function(){var c,s=T.isPlainObject(h)?T.extend(!0,{},T.fn.progress.settings,h):T.extend({},T.fn.progress.settings),n=s.className,t=s.metadata,e=s.namespace,i=s.selector,l=s.error,o="."+e,a="module-"+e,u=T(this),d=T(this).find(i.bar),r=T(this).find(i.progress),f=T(this).find(i.label),m=this,g=u.data(a),p=!1;c={helper:{sum:function(e){return Array.isArray(e)?e.reduce(function(e,t){return e+Number(t)},0):0},derivePrecision:function(e,t){for(var n=0,i=1,o=e/t;n<10&&!(1<(o*=i));)i=Math.pow(10,n++);return i},forceArray:function(e){return Array.isArray(e)?e:isNaN(e)?"string"==typeof e?e.split(","):[]:[e]}},initialize:function(){c.set.duration(),c.set.transitionEvent(),c.debug(m),c.read.metadata(),c.read.settings(),c.instantiate()},instantiate:function(){c.verbose("Storing instance of progress",c),g=c,u.data(a,c)},destroy:function(){c.verbose("Destroying previous progress for",u),clearInterval(g.interval),c.remove.state(),u.removeData(a),g=D},reset:function(){c.remove.nextValue(),c.update.progress(0)},complete:function(e){(c.percent===D||c.percent<100)&&(c.remove.progressPoll(),!0!==e&&c.set.percent(100))},read:{metadata:function(){var e={percent:c.helper.forceArray(u.data(t.percent)),total:u.data(t.total),value:c.helper.forceArray(u.data(t.value))};e.total&&(c.debug("Total value set from metadata",e.total),c.set.total(e.total)),0<e.value.length&&(c.debug("Current value set from metadata",e.value),c.set.value(e.value),c.set.progress(e.value)),0<e.percent.length&&(c.debug("Current percent value set from metadata",e.percent),c.set.percent(e.percent))},settings:function(){!1!==s.total&&(c.debug("Current total set in settings",s.total),c.set.total(s.total)),!1!==s.value&&(c.debug("Current value set in settings",s.value),c.set.value(s.value),c.set.progress(c.value)),!1!==s.percent&&(c.debug("Current percent set in settings",s.percent),c.set.percent(s.percent))}},bind:{transitionEnd:function(t){var e=c.get.transitionEnd();d.one(e+o,function(e){clearTimeout(c.failSafeTimer),t.call(this,e)}),c.failSafeTimer=setTimeout(function(){d.triggerHandler(e)},s.duration+s.failSafeDelay),c.verbose("Adding fail safe timer",c.timer)}},increment:function(e){var t,n;e=c.has.total()?(t=c.get.value(),e||1):(t=c.get.percent(),e||c.get.randomValue()),n=t+e,c.debug("Incrementing percentage by",t,n,e),n=c.get.normalizedValue(n),c.set.progress(n)},decrement:function(e){var t,n;c.get.total()?(n=(t=c.get.value())-(e=e||1),c.debug("Decrementing value by",e,t)):(n=(t=c.get.percent())-(e=e||c.get.randomValue()),c.debug("Decrementing percentage by",e,t)),n=c.get.normalizedValue(n),c.set.progress(n)},has:{progressPoll:function(){return c.progressPoll},total:function(){return!1!==c.get.total()}},get:{text:function(e,t){var n=t||0,i=c.get.value(n),o=c.total||0,a=p?c.get.displayPercent(n):c.get.percent(n),r=0<c.total?o-i:100-a;return e=(e=e||"").replace("{value}",i).replace("{total}",o).replace("{left}",r).replace("{percent}",a).replace("{bar}",s.text.bars[n]||""),c.verbose("Adding variables to progress bar text",e),e},normalizedValue:function(e){if(e<0)return c.debug("Value cannot decrement below 0"),0;if(c.has.total()){if(e>c.total)return c.debug("Value cannot increment above total",c.total),c.total}else if(100<e)return c.debug("Value cannot increment above 100 percent"),100;return e},updateInterval:function(){return"auto"==s.updateInterval?s.duration:s.updateInterval},randomValue:function(){return c.debug("Generating random increment percentage"),Math.floor(Math.random()*s.random.max+s.random.min)},numericValue:function(e){return"string"==typeof e?""!==e.replace(/[^\d.]/g,"")&&+e.replace(/[^\d.]/g,""):e},transitionEnd:function(){var e,t=S.createElement("element"),n={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in n)if(t.style[e]!==D)return n[e]},displayPercent:function(e){var t=T(d[e]),n=t.width(),i=u.width(),o=parseInt(t.css("min-width"),10)<n?n/i*100:c.percent;return 0<s.precision?Math.round(o*(10*s.precision))/(10*s.precision):Math.round(o)},percent:function(e){return c.percent&&c.percent[e||0]||0},value:function(e){return c.nextValue||c.value&&c.value[e||0]||0},total:function(){return c.total||!1}},create:{progressPoll:function(){c.progressPoll=setTimeout(function(){c.update.toNextValue(),c.remove.progressPoll()},c.get.updateInterval())}},is:{complete:function(){return c.is.success()||c.is.warning()||c.is.error()},success:function(){return u.hasClass(n.success)},warning:function(){return u.hasClass(n.warning)},error:function(){return u.hasClass(n.error)},active:function(){return u.hasClass(n.active)},visible:function(){return u.is(":visible")}},remove:{progressPoll:function(){c.verbose("Removing progress poll timer"),c.progressPoll&&(clearTimeout(c.progressPoll),delete c.progressPoll)},nextValue:function(){c.verbose("Removing progress value stored for next update"),delete c.nextValue},state:function(){c.verbose("Removing stored state"),delete c.total,delete c.percent,delete c.value},active:function(){c.verbose("Removing active state"),u.removeClass(n.active)},success:function(){c.verbose("Removing success state"),u.removeClass(n.success)},warning:function(){c.verbose("Removing warning state"),u.removeClass(n.warning)},error:function(){c.verbose("Removing error state"),u.removeClass(n.error)}},set:{barWidth:function(e){c.debug("set bar width with ",e),e=c.helper.forceArray(e);var o=-1,a=-1,r=c.helper.sum(e),s=d.length,l=1<s,t=e.map(function(e,t){var n=t===s-1&&0===r,i=T(d[t]);return 0===e&&l&&!n?i.css("display","none"):(l&&n&&i.css("background","transparent"),-1==o&&(o=t),a=t,i.css({display:"block",width:e+"%"})),parseFloat(e)});e.forEach(function(e,t){T(d[t]).css({borderTopLeftRadius:t==o?"":0,borderBottomLeftRadius:t==o?"":0,borderTopRightRadius:t==a?"":0,borderBottomRightRadius:t==a?"":0})}),u.attr("data-percent",t)},duration:function(e){e="number"==typeof(e=e||s.duration)?e+"ms":e,c.verbose("Setting progress bar transition duration",e),d.css({"transition-duration":e})},percent:function(e){e=c.helper.forceArray(e).map(function(e){return"string"==typeof e?+e.replace("%",""):e});var t=c.has.total(),n=c.helper.sum(e),i=1<e.length&&t,o=c.helper.sum(c.helper.forceArray(c.value));if(i&&o>c.total)c.error(l.sumExceedsTotal,o,c.total);else if(!i&&100<n)c.error(l.tooHigh,n);else if(n<0)c.error(l.tooLow,n);else{var a=0<s.precision?s.precision:i?c.helper.derivePrecision(Math.min.apply(null,c.value),c.total):D,r=e.map(function(e){return 0<a?Math.round(e*(10*a))/(10*a):Math.round(e)});c.percent=r,t||(c.value=r.map(function(e){return 0<a?Math.round(e/100*c.total*(10*a))/(10*a):Math.round(e/100*c.total*10)/10}),s.limitValues&&(c.value=c.value.map(function(e){return 100<e?100:c.value<0?0:c.value}))),c.set.barWidth(e),c.set.labelInterval(),c.set.labels()}s.onChange.call(m,e,c.value,c.total)},labelInterval:function(){clearInterval(c.interval),c.bind.transitionEnd(function(){c.verbose("Bar finished animating, removing continuous label updates"),clearInterval(c.interval),p=!1,c.set.labels()}),p=!0,c.interval=setInterval(function(){T.contains(S.documentElement,m)||(clearInterval(c.interval),p=!1),c.set.labels()},s.framerate)},labels:function(){c.verbose("Setting both bar progress and outer label text"),c.set.barLabel(),c.set.state()},label:function(e){(e=e||"")&&(e=c.get.text(e),c.verbose("Setting label to text",e),f.text(e))},state:function(e){100===(e=e!==D?e:c.helper.sum(c.percent))?s.autoSuccess&&1===d.length&&!(c.is.warning()||c.is.error()||c.is.success())?(c.set.success(),c.debug("Automatically triggering success at 100%")):(c.verbose("Reached 100% removing active state"),c.remove.active(),c.remove.progressPoll()):0<e?(c.verbose("Adjusting active progress bar label",e),c.set.active()):(c.remove.active(),c.set.label(s.text.active))},barLabel:function(i){r.map(function(e,t){var n=T(t);i!==D?n.text(c.get.text(i,e)):"ratio"==s.label&&c.total?(c.verbose("Adding ratio to bar label"),n.text(c.get.text(s.text.ratio,e))):"percent"==s.label&&(c.verbose("Adding percentage to bar label"),n.text(c.get.text(s.text.percent,e)))})},active:function(e){e=e||s.text.active,c.debug("Setting active state"),s.showActivity&&!c.is.active()&&u.addClass(n.active),c.remove.warning(),c.remove.error(),c.remove.success(),(e=s.onLabelUpdate("active",e,c.value,c.total))&&c.set.label(e),c.bind.transitionEnd(function(){s.onActive.call(m,c.value,c.total)})},success:function(e,t){e=e||s.text.success||s.text.active,c.debug("Setting success state"),u.addClass(n.success),c.remove.active(),c.remove.warning(),c.remove.error(),c.complete(t),e=s.text.success?s.onLabelUpdate("success",e,c.value,c.total):s.onLabelUpdate("active",e,c.value,c.total),c.set.label(e),c.bind.transitionEnd(function(){s.onSuccess.call(m,c.total)})},warning:function(e,t){e=e||s.text.warning,c.debug("Setting warning state"),u.addClass(n.warning),c.remove.active(),c.remove.success(),c.remove.error(),c.complete(t),(e=s.onLabelUpdate("warning",e,c.value,c.total))&&c.set.label(e),c.bind.transitionEnd(function(){s.onWarning.call(m,c.value,c.total)})},error:function(e,t){e=e||s.text.error,c.debug("Setting error state"),u.addClass(n.error),c.remove.active(),c.remove.success(),c.remove.warning(),c.complete(t),(e=s.onLabelUpdate("error",e,c.value,c.total))&&c.set.label(e),c.bind.transitionEnd(function(){s.onError.call(m,c.value,c.total)})},transitionEvent:function(){c.get.transitionEnd()},total:function(e){c.total=e},value:function(e){c.value=c.helper.forceArray(e)},progress:function(e){c.has.progressPoll()?(c.debug("Updated within interval, setting next update to use new value",e),c.set.nextValue(e)):(c.debug("First update in progress update interval, immediately updating",e),c.update.progress(e),c.create.progressPoll())},nextValue:function(e){c.nextValue=e}},update:{toNextValue:function(){var e=c.nextValue;e&&(c.debug("Update interval complete using last updated value",e),c.update.progress(e),c.remove.nextValue())},progress:function(e){var n=c.has.total();n&&c.set.value(e);var t=c.helper.forceArray(e).map(function(e){var t;return!1===(e=c.get.numericValue(e))&&c.error(l.nonNumeric,e),e=c.get.normalizedValue(e),n?(t=e/c.total*100,c.debug("Calculating percent complete from total",t)):(t=e,c.debug("Setting value to exact percentage value",t)),t});c.set.percent(t)}},setting:function(e,t){if(c.debug("Changing setting",e,t),T.isPlainObject(e))T.extend(!0,s,e);else{if(t===D)return s[e];T.isPlainObject(s[e])?T.extend(!0,s[e],t):s[e]=t}},internal:function(e,t){if(T.isPlainObject(e))T.extend(!0,c,e);else{if(t===D)return c[e];c[e]=t}},debug:function(){!s.silent&&s.debug&&(s.performance?c.performance.log(arguments):(c.debug=Function.prototype.bind.call(console.info,console,s.name+":"),c.debug.apply(console,arguments)))},verbose:function(){!s.silent&&s.verbose&&s.debug&&(s.performance?c.performance.log(arguments):(c.verbose=Function.prototype.bind.call(console.info,console,s.name+":"),c.verbose.apply(console,arguments)))},error:function(){s.silent||(c.error=Function.prototype.bind.call(console.error,console,s.name+":"),c.error.apply(console,arguments))},performance:{log:function(e){var t,n;s.performance&&(n=(t=(new Date).getTime())-(y||t),y=t,x.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:m,"Execution Time":n})),clearTimeout(c.performance.timer),c.performance.timer=setTimeout(c.performance.display,500)},display:function(){var e=s.name+":",n=0;y=!1,clearTimeout(c.performance.timer),T.each(x,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",b&&(e+=" '"+b+"'"),(console.group!==D||console.table!==D)&&0<x.length&&(console.groupCollapsed(e),console.table?console.table(x):T.each(x,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),x=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||k,t=m||t,"string"==typeof i&&r!==D&&(i=i.split(/[\. ]/),o=i.length-1,T.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(T.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==D)return a=r[n],!1;if(!T.isPlainObject(r[t])||e==o)return r[t]!==D?a=r[t]:c.error(l.method,i),!1;r=r[t]}})),T.isFunction(a)?n=a.apply(t,e):a!==D&&(n=a),Array.isArray(v)?v.push(n):v!==D?v=[v,n]:n!==D&&(v=n),a}},w?(g===D&&c.initialize(),c.invoke(C)):(g!==D&&g.invoke("destroy"),c.initialize())}),v!==D?v:this},T.fn.progress.settings={name:"Progress",namespace:"progress",silent:!1,debug:!1,verbose:!1,performance:!0,random:{min:2,max:5},duration:300,updateInterval:"auto",autoSuccess:!0,showActivity:!0,limitValues:!0,label:"percent",precision:0,framerate:1e3/30,percent:!1,total:!1,value:!1,failSafeDelay:100,onLabelUpdate:function(e,t,n,i){return t},onChange:function(e,t,n){},onSuccess:function(e){},onActive:function(e,t){},onError:function(e,t){},onWarning:function(e,t){},error:{method:"The method you called is not defined.",nonNumeric:"Progress value is non numeric",tooHigh:"Value specified is above 100%",tooLow:"Value specified is below 0%",sumExceedsTotal:"Sum of multple values exceed total"},regExp:{variable:/\{\$*[A-z0-9]+\}/g},metadata:{percent:"percent",total:"total",value:"value"},selector:{bar:"> .bar",label:"> .label",progress:".bar > .progress"},text:{active:!1,error:!1,success:!1,warning:!1,percent:"{percent}%",ratio:"{value} of {total}",bars:[""]},className:{active:"active",error:"error",success:"success",warning:"warning"}}}(jQuery,window,document),function(H,t,U,B){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),H.fn.slider=function(F){var R,e=H(this),O=H(t),M=e.selector||"",I=(new Date).getTime(),j=[],L=F,q="string"==typeof L,V=[].slice.call(arguments,1),N=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],z=0;return e.each(function(){var m,s,l,e,g,r,t,o,p,h,v,c,n,u,a,b,d=H.isPlainObject(F)?H.extend(!0,{},H.fn.slider.settings,F):H.extend({},H.fn.slider.settings),i=d.className,f=d.metadata,y=d.namespace,x=d.error,C=d.keys,w=d.interpretLabel,k=!1,T="."+y,S="module-"+y,D=H(this),A=this,E=D.data(S),P=1;b={initialize:function(){b.debug("Initializing slider",d),a=!0,t=z+=1,n=b.setup.testOutTouch(),b.setup.layout(),b.setup.labels(),b.is.disabled()||b.bind.events(),b.read.metadata(),b.read.settings(),a=!1,b.instantiate()},instantiate:function(){b.verbose("Storing instance of slider",b),E=b,D.data(S,b)},destroy:function(){b.verbose("Destroying previous slider for",D),clearInterval(E.interval),b.unbind.events(),b.unbind.slidingEvents(),D.removeData(S),E=B},setup:{layout:function(){D.attr("tabindex")===B&&D.attr("tabindex",0),0==D.find(".inner").length&&D.append("<div class='inner'><div class='track'></div><div class='track-fill'></div><div class='thumb'></div></div>"),c=b.get.precision(),s=D.find(".thumb:not(.second)"),m=s,b.is.range()&&(0==D.find(".thumb.second").length&&D.find(".inner").append("<div class='thumb second'></div>"),l=D.find(".thumb.second")),e=D.find(".track"),g=D.find(".track-fill"),v=s.width()/2},labels:function(){b.is.labeled()&&(0!=(r=D.find(".labels:not(.auto)")).length?b.setup.customLabel():b.setup.autoLabel(),d.showLabelTicks&&D.addClass(i.ticked))},testOutTouch:function(){try{return U.createEvent("TouchEvent"),!0}catch(e){return!1}},customLabel:function(){var n,e=r.find(".label"),i=e.length,o=b.get.min(),a=b.get.max();e.each(function(e){var t=H(this).attr("data-value");n=t?((t=a<t?a:t<o?o:t)-o)/(a-o):(e+1)/(i+1),b.update.labelPosition(n,H(this))})},autoLabel:function(){if(0!=b.get.step()){0!=(r=D.find(".labels")).length?r.empty():r=D.append('<ul class="auto labels"></ul>').find(".labels");for(var e=0,t=b.get.numLabels();e<=t;e++){var n=b.get.label(e),i=""!==n?e%b.get.gapRatio()?H('<li class="halftick label"></li>'):H('<li class="label">'+n+"</li>"):null,o=e/t;i&&(b.update.labelPosition(o,i),r.append(i))}}}},bind:{events:function(){b.bind.globalKeyboardEvents(),b.bind.keyboardEvents(),b.bind.mouseEvents(),b.is.touch()&&b.bind.touchEvents(),d.autoAdjustLabels&&b.bind.windowEvents()},keyboardEvents:function(){b.verbose("Binding keyboard events"),D.on("keydown"+T,b.event.keydown)},globalKeyboardEvents:function(){H(U).on("keydown"+T+t,b.event.activateFocus)},mouseEvents:function(){b.verbose("Binding mouse events"),D.find(".track, .thumb, .inner").on("mousedown"+T,function(e){e.stopImmediatePropagation(),e.preventDefault(),b.event.down(e)}),D.on("mousedown"+T,b.event.down),D.on("mouseenter"+T,function(e){k=!0}),D.on("mouseleave"+T,function(e){k=!1})},touchEvents:function(){b.verbose("Binding touch events"),D.find(".track, .thumb, .inner").on("touchstart"+T,function(e){e.stopImmediatePropagation(),e.preventDefault(),b.event.down(e)}),D.on("touchstart"+T,b.event.down)},slidingEvents:function(){b.verbose("Binding page wide events while handle is being draged"),b.is.touch()?(H(U).on("touchmove"+T,b.event.move),H(U).on("touchend"+T,b.event.up)):(H(U).on("mousemove"+T,b.event.move),H(U).on("mouseup"+T,b.event.up))},windowEvents:function(){O.on("resize"+T,b.event.resize)}},unbind:{events:function(){D.find(".track, .thumb, .inner").off("mousedown"+T),D.find(".track, .thumb, .inner").off("touchstart"+T),D.off("mousedown"+T),D.off("mouseenter"+T),D.off("mouseleave"+T),D.off("touchstart"+T),D.off("keydown"+T),D.off("focusout"+T),H(U).off("keydown"+T+t,b.event.activateFocus),O.off("resize"+T)},slidingEvents:function(){b.is.touch()?(H(U).off("touchmove"+T),H(U).off("touchend"+T)):(H(U).off("mousemove"+T),H(U).off("mouseup"+T))}},event:{down:function(e){if(e.preventDefault(),b.is.range()){var t=b.determine.eventPos(e),n=b.determine.pos(t);m=b.is.range()&&d.preventCrossover&&b.thumbVal===b.secondThumbVal?(u=n,B):b.determine.closestThumb(n)}b.is.disabled()||b.bind.slidingEvents()},move:function(e){e.preventDefault();var t=b.determine.valueFromEvent(e);if(m===B){var n=b.determine.eventPos(e),i=b.determine.pos(n);m=i<u?s:l}if(0==b.get.step()||b.is.smooth()){var o=b.thumbVal,a=b.secondThumbVal,r=b.determine.smoothValueFromEvent(e);m.hasClass("second")?(d.preventCrossover&&(t=Math.max(o,t),r=Math.max(o,r)),a=t):(d.preventCrossover&&(t=Math.min(a,t),r=Math.min(a,r)),o=t),t=Math.abs(o-(a||0)),b.update.position(r),d.onMove.call(A,t,o,a)}else b.update.value(t,function(e,t,n){d.onMove.call(A,e,t,n)})},up:function(e){e.preventDefault();var t=b.determine.valueFromEvent(e);b.set.value(t),b.unbind.slidingEvents()},keydown:function(e,t){if(b.is.range()&&d.preventCrossover&&b.thumbVal===b.secondThumbVal&&(m=B),b.is.focused()&&H(U).trigger(e),t||b.is.focused()){var n=b.determine.keyMovement(e);if(0!=n)switch(e.preventDefault(),n){case 1:b.takeStep();break;case 2:b.takeStep(b.get.multiplier());break;case-1:b.backStep();break;case-2:b.backStep(b.get.multiplier())}}},activateFocus:function(e){!b.is.focused()&&b.is.hover()&&0!=b.determine.keyMovement(e)&&(e.preventDefault(),b.event.keydown(e,!0),D.focus())},resize:function(e){P!=b.get.gapRatio()&&(b.setup.labels(),P=b.get.gapRatio())}},resync:function(){b.verbose("Resyncing thumb position based on value"),b.is.range()&&b.update.position(b.secondThumbVal,l),b.update.position(b.thumbVal,s),b.setup.labels()},takeStep:function(e){e=e!=B?e:1;var t=b.get.step(),n=b.get.currentThumbValue();if(b.verbose("Taking a step"),0<t)b.set.value(n+t*e);else if(0==t){var i=b.get.precision(),o=n+e/i;b.set.value(Math.round(o*i)/i)}},backStep:function(e){e=e!=B?e:1;var t=b.get.step(),n=b.get.currentThumbValue();if(b.verbose("Going back a step"),0<t)b.set.value(n-t*e);else if(0==t){var i=b.get.precision(),o=n-e/i;b.set.value(Math.round(o*i)/i)}},is:{range:function(){return D.hasClass(d.className.range)},hover:function(){return k},focused:function(){return D.is(":focus")},disabled:function(){return D.hasClass(d.className.disabled)},labeled:function(){return D.hasClass(d.className.labeled)},reversed:function(){return D.hasClass(d.className.reversed)},vertical:function(){return D.hasClass(d.className.vertical)},smooth:function(){return d.smooth||D.hasClass(d.className.smooth)},touch:function(){return n}},get:{trackOffset:function(){return b.is.vertical()?e.offset().top:e.offset().left},trackLength:function(){return b.is.vertical()?e.height():e.width()},trackLeft:function(){return b.is.vertical()?e.position().top:e.position().left},trackStartPos:function(){return b.is.reversed()?b.get.trackLeft()+b.get.trackLength():b.get.trackLeft()},trackEndPos:function(){return b.is.reversed()?b.get.trackLeft():b.get.trackLeft()+b.get.trackLength()},trackStartMargin:function(){return(b.is.vertical()?b.is.reversed()?D.css("padding-bottom"):D.css("padding-top"):b.is.reversed()?D.css("padding-right"):D.css("padding-left"))||"0px"},trackEndMargin:function(){return(b.is.vertical()?b.is.reversed()?D.css("padding-top"):D.css("padding-bottom"):b.is.reversed()?D.css("padding-left"):D.css("padding-right"))||"0px"},precision:function(){var e,t=b.get.step();if(0!=t){var n=String(t).split(".");e=2==n.length?n[1].length:0}else e=d.decimalPlaces;var i=Math.pow(10,e);return b.debug("Precision determined",i),i},min:function(){return d.min},max:function(){var e=b.get.step(),t=b.get.min(),n=0===e?0:Math.floor((d.max-t)/e);return 0==(0===e?0:(d.max-t)%e)?d.max:t+n*e},step:function(){return d.step},numLabels:function(){var e=Math.round((b.get.max()-b.get.min())/b.get.step());return b.debug("Determined that there should be "+e+" labels"),e},labelType:function(){return d.labelType},label:function(e){if(w)return w(e);switch(d.labelType){case d.labelTypes.number:return Math.round((e*b.get.step()+b.get.min())*c)/c;case d.labelTypes.letter:return N[e%26];default:return e}},value:function(){return o},currentThumbValue:function(){return m!==B&&m.hasClass("second")?b.secondThumbVal:b.thumbVal},thumbValue:function(e){switch(e){case"second":if(b.is.range())return b.secondThumbVal;b.error(x.notrange);break;case"first":default:return b.thumbVal}},multiplier:function(){return d.pageMultiplier},thumbPosition:function(e){switch(e){case"second":if(b.is.range())return h;b.error(x.notrange);break;case"first":default:return p}},gapRatio:function(){var e=1;if(d.autoAdjustLabels){var t=b.get.numLabels(),n=b.get.trackLength(),i=1;if(0<n)for(;n/t*i<d.labelDistance;)t%i||(e=i),i+=1}return e}},determine:{pos:function(e){return b.is.reversed()?b.get.trackStartPos()-e+b.get.trackOffset():e-b.get.trackOffset()-b.get.trackStartPos()},closestThumb:function(e){var t=parseFloat(b.determine.thumbPos(s)),n=Math.abs(e-t),i=parseFloat(b.determine.thumbPos(l)),o=Math.abs(e-i);return n===o&&b.get.thumbValue()===b.get.min()?l:n<=o?s:l},closestThumbPos:function(e){var t=parseFloat(b.determine.thumbPos(s)),n=Math.abs(e-t),i=parseFloat(b.determine.thumbPos(l));return n<=Math.abs(e-i)?t:i},thumbPos:function(e){return b.is.vertical()?b.is.reversed()?e.css("bottom"):e.css("top"):b.is.reversed()?e.css("right"):e.css("left")},positionFromValue:function(e){var t=b.get.min(),n=b.get.max(),i=(e=n<e?n:e<t?t:e,b.get.trackLength()),o=(e-t)/(n-t),a=Math.round(o*i);return b.verbose("Determined position: "+a+" from value: "+e),a},positionFromRatio:function(e){var t=b.get.trackLength(),n=b.get.step(),i=Math.round(e*t);return 0==n?i:Math.round(i/n)*n},valueFromEvent:function(e){var t=b.determine.eventPos(e),n=b.determine.pos(t);return t<b.get.trackOffset()?b.is.reversed()?b.get.max():b.get.min():t>b.get.trackOffset()+b.get.trackLength()?b.is.reversed()?b.get.min():b.get.max():b.determine.value(n)},smoothValueFromEvent:function(e){var t,n=b.get.min(),i=b.get.max(),o=b.get.trackLength(),a=b.determine.eventPos(e)-b.get.trackOffset();return t=(a=a<0?0:o<a?o:a)/o,b.is.reversed()&&(t=1-t),t*(i-n)+n},eventPos:function(e){if(b.is.touch()){var t=e.changedTouches?e:e.originalEvent,n=t.changedTouches[0]?t.changedTouches:t.touches,i=n[0].pageY,o=n[0].pageX;return b.is.vertical()?i:o}var a=e.pageY||e.originalEvent.pageY,r=e.pageX||e.originalEvent.pageX;return b.is.vertical()?a:r},value:function(e){var t=b.is.reversed()?b.get.trackEndPos():b.get.trackStartPos(),n=(e-t)/((b.is.reversed()?b.get.trackStartPos():b.get.trackEndPos())-t),i=b.get.max()-b.get.min(),o=b.get.step(),a=n*i,r=0==o?a:Math.round(a/o)*o;return b.verbose("Determined value based upon position: "+e+" as: "+a),a!=r&&b.verbose("Rounding value to closest step: "+r),r=Math.round(r*c)/c,b.verbose("Cutting off additional decimal places"),r+b.get.min()},keyMovement:function(e){var t=e.which,n=b.is.vertical()?b.is.reversed()?C.downArrow:C.upArrow:C.downArrow,i=b.is.vertical()?b.is.reversed()?C.upArrow:C.downArrow:C.upArrow,o=b.is.vertical()?C.leftArrow:b.is.reversed()?C.rightArrow:C.leftArrow,a=b.is.vertical()?C.rightArrow:b.is.reversed()?C.leftArrow:C.rightArrow;return t==n||t==o?-1:t==i||t==a?1:t==C.pageDown?-2:t==C.pageUp?2:0}},handleNewValuePosition:function(e){var t=b.get.min(),n=b.get.max();return e<=t?e=t:n<=e&&(e=n),b.determine.positionFromValue(e)},set:{value:function(e){b.update.value(e,function(e,t,n){a&&!d.fireOnInit||(d.onChange.call(A,e,t,n),d.onMove.call(A,e,t,n))})},rangeValue:function(e,t){if(b.is.range()){var n=b.get.min(),i=b.get.max();e<=n?e=n:i<=e&&(e=i),t<=n?t=n:i<=t&&(t=i),b.thumbVal=e,b.secondThumbVal=t,o=Math.abs(b.thumbVal-b.secondThumbVal),b.update.position(b.thumbVal,s),b.update.position(b.secondThumbVal,l),a&&!d.fireOnInit||(d.onChange.call(A,o,b.thumbVal,b.secondThumbVal),d.onMove.call(A,o,b.thumbVal,b.secondThumbVal))}else b.error(x.notrange)},position:function(e,t){var n=b.determine.value(e);switch(t){case"second":b.secondThumbVal=n,b.update.position(n,l);break;default:b.thumbVal=n,b.update.position(n,s)}o=Math.abs(b.thumbVal-(b.secondThumbVal||0)),b.set.value(o)}},update:{value:function(e,t){var n=b.get.min(),i=b.get.max();e<=n?e=n:i<=e&&(e=i),b.is.range()?(m===B&&(m=e<=b.get.currentThumbValue()?s:l),m.hasClass("second")?(d.preventCrossover&&(e=Math.max(b.thumbVal,e)),b.secondThumbVal=e):(d.preventCrossover&&(e=Math.min(b.secondThumbVal,e)),b.thumbVal=e),o=Math.abs(b.thumbVal-b.secondThumbVal)):(o=e,b.thumbVal=o),b.update.position(e),b.debug("Setting slider value to "+o),"function"==typeof t&&t(o,b.thumbVal,b.secondThumbVal)},position:function(e,t){var n=b.handleNewValuePosition(e),i=t!=B?t:m,o=b.thumbVal||b.get.min(),a=b.secondThumbVal||b.get.min();b.is.range()&&i.hasClass("second")?(h=n,a=e):(p=n,o=e);var r,s,l=b.get.min(),c=b.get.max(),u=100*(e-l)/(c-l),d=100*(Math.min(o,a)-l)/(c-l),f=100*(1-(Math.max(o,a)-l)/(c-l));r=b.is.vertical()?b.is.reversed()?(s={bottom:"calc("+u+"% - "+v+"px)",top:"auto"},{bottom:d+"%",top:f+"%"}):(s={top:"calc("+u+"% - "+v+"px)",bottom:"auto"},{top:d+"%",bottom:f+"%"}):b.is.reversed()?(s={right:"calc("+u+"% - "+v+"px)",left:"auto"},{right:d+"%",left:f+"%"}):(s={left:"calc("+u+"% - "+v+"px)",right:"auto"},{left:d+"%",right:f+"%"}),i.css(s),g.css(r),b.debug("Setting slider position to "+n)},labelPosition:function(e,t){var n=b.get.trackStartMargin(),i=b.get.trackEndMargin(),o=b.is.vertical()?b.is.reversed()?"bottom":"top":b.is.reversed()?"right":"left",a=b.is.reversed()&&!b.is.vertical()?" - ":" + ",r="(100% - "+n+" - "+i+") * "+e;t.css(o,"calc("+r+a+n+")")}},goto:{max:function(){b.set.value(b.get.max())},min:function(){b.set.value(b.get.min())}},read:{metadata:function(){var e={thumbVal:D.data(f.thumbVal),secondThumbVal:D.data(f.secondThumbVal)};e.thumbVal&&(b.is.range()&&e.secondThumbVal?(b.debug("Current value set from metadata",e.thumbVal,e.secondThumbVal),b.set.rangeValue(e.thumbVal,e.secondThumbVal)):(b.debug("Current value set from metadata",e.thumbVal),b.set.value(e.thumbVal)))},settings:function(){!1!==d.start&&(b.is.range()?(b.debug("Start position set from settings",d.start,d.end),b.set.rangeValue(d.start,d.end)):(b.debug("Start position set from settings",d.start),b.set.value(d.start)))}},setting:function(e,t){if(b.debug("Changing setting",e,t),H.isPlainObject(e))H.extend(!0,d,e);else{if(t===B)return d[e];H.isPlainObject(d[e])?H.extend(!0,d[e],t):d[e]=t}},internal:function(e,t){if(H.isPlainObject(e))H.extend(!0,b,e);else{if(t===B)return b[e];b[e]=t}},debug:function(){!d.silent&&d.debug&&(d.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,d.name+":"),b.debug.apply(console,arguments)))},verbose:function(){!d.silent&&d.verbose&&d.debug&&(d.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,d.name+":"),b.verbose.apply(console,arguments)))},error:function(){d.silent||(b.error=Function.prototype.bind.call(console.error,console,d.name+":"),b.error.apply(console,arguments))},performance:{log:function(e){var t,n;d.performance&&(n=(t=(new Date).getTime())-(I||t),I=t,j.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:A,"Execution Time":n})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var e=d.name+":",n=0;I=!1,clearTimeout(b.performance.timer),H.each(j,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",M&&(e+=" '"+M+"'"),(console.group!==B||console.table!==B)&&0<j.length&&(console.groupCollapsed(e),console.table?console.table(j):H.each(j,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),j=[]}},invoke:function(i,e,t){var o,a,n,r=E;return e=e||V,t=A||t,"string"==typeof i&&r!==B&&(i=i.split(/[\. ]/),o=i.length-1,H.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(H.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==B)return a=r[n],!1;if(!H.isPlainObject(r[t])||e==o)return r[t]!==B?a=r[t]:b.error(x.method,i),!1;r=r[t]}})),H.isFunction(a)?n=a.apply(t,e):a!==B&&(n=a),H.isArray(R)?R.push(n):R!==B?R=[R,n]:n!==B&&(R=n),a}},q?(E===B&&b.initialize(),b.invoke(L)):(E!==B&&E.invoke("destroy"),b.initialize())}),R!==B?R:this},H.fn.slider.settings={silent:!1,debug:!1,verbose:!1,performance:!0,name:"Slider",namespace:"slider",error:{method:"The method you called is not defined.",notrange:"This slider is not a range slider"},metadata:{thumbVal:"thumbVal",secondThumbVal:"secondThumbVal"},min:0,max:20,step:1,start:0,end:20,labelType:"number",showLabelTicks:!1,smooth:!1,autoAdjustLabels:!0,labelDistance:100,preventCrossover:!0,fireOnInit:!1,decimalPlaces:2,pageMultiplier:2,selector:{},className:{reversed:"reversed",disabled:"disabled",labeled:"labeled",ticked:"ticked",vertical:"vertical",range:"range",smooth:"smooth"},keys:{pageUp:33,pageDown:34,leftArrow:37,upArrow:38,rightArrow:39,downArrow:40},labelTypes:{number:"number",letter:"letter"},onChange:function(e,t,n){},onMove:function(e,t,n){}}}(jQuery,window,document),function(k,e,t,T){"use strict";k.isFunction=k.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),k.fn.rating=function(g){var p,h=k(this),v=h.selector||"",b=(new Date).getTime(),y=[],x=g,C="string"==typeof x,w=[].slice.call(arguments,1);return h.each(function(){var e,a,r=k.isPlainObject(g)?k.extend(!0,{},k.fn.rating.settings,g):k.extend({},k.fn.rating.settings),t=r.namespace,s=r.className,n=r.metadata,i=r.selector,l=r.cssVars,o="."+t,c="module-"+t,u=this,d=k(this).data(c),f=k(this),m=f.find(i.icon);a={initialize:function(){a.verbose("Initializing rating module",r),0===m.length&&a.setup.layout(),r.interactive&&!a.is.disabled()?a.enable():a.disable(),a.set.initialLoad(),a.set.rating(a.get.initialRating()),a.remove.initialLoad(),a.instantiate()},instantiate:function(){a.verbose("Instantiating module",r),d=a,f.data(c,a)},destroy:function(){a.verbose("Destroying previous instance",d),a.remove.events(),f.removeData(c)},refresh:function(){m=f.find(i.icon)},setup:{layout:function(){var e=a.get.maxRating(),t=a.get.icon(),n=k.fn.rating.settings.templates.icon(e,t);a.debug("Generating icon html dynamically"),f.html(n),a.refresh()}},event:{mouseenter:function(){var e=k(this);e.nextAll().removeClass(s.selected),f.addClass(s.selected),e.addClass(s.selected).prevAll().addClass(s.selected)},mouseleave:function(){f.removeClass(s.selected),m.removeClass(s.selected)},click:function(){var e=k(this),t=a.get.rating(),n=m.index(e)+1;("auto"==r.clearable?1===m.length:r.clearable)&&t==n?a.clearRating():a.set.rating(n)}},clearRating:function(){a.debug("Clearing current rating"),a.set.rating(0)},bind:{events:function(){a.verbose("Binding events"),f.on("mouseenter"+o,i.icon,a.event.mouseenter).on("mouseleave"+o,i.icon,a.event.mouseleave).on("click"+o,i.icon,a.event.click)}},remove:{events:function(){a.verbose("Removing events"),f.off(o)},initialLoad:function(){e=!1}},enable:function(){a.debug("Setting rating to interactive mode"),a.bind.events(),f.removeClass(s.disabled)},disable:function(){a.debug("Setting rating to read-only mode"),a.remove.events(),f.addClass(s.disabled)},is:{initialLoad:function(){return e},disabled:function(){return f.hasClass(s.disabled)}},get:{icon:function(){var e=f.data(n.icon);return e&&f.removeData(n.icon),e||r.icon},initialRating:function(){return f.data(n.rating)!==T?(f.removeData(n.rating),f.data(n.rating)):r.initialRating},maxRating:function(){return f.data(n.maxRating)!==T?(f.removeData(n.maxRating),f.data(n.maxRating)):r.maxRating},rating:function(){var e=m.filter("."+s.active).length;return a.verbose("Current rating retrieved",e),e}},set:{rating:function(e){var t=Math.floor(0<=e-1?e-1:0),n=m.eq(t),i=e<=1?n:n.next(),o=e%1*100;f.removeClass(s.selected),m.removeClass(s.selected).removeClass(s.active).removeClass(s.partiallyActive),0<e&&(a.verbose("Setting current rating to",e),n.prevAll().addBack().addClass(s.active),n.next()&&e%1!=0&&(i.addClass(s.partiallyActive).addClass(s.active),i.css(l.filledCustomPropName,o+"%"),"transparent"===i.css("backgroundColor")&&i.removeClass(s.partiallyActive).removeClass(s.active))),a.is.initialLoad()||r.onRate.call(u,e)},initialLoad:function(){e=!0}},setting:function(e,t){if(a.debug("Changing setting",e,t),k.isPlainObject(e))k.extend(!0,r,e);else{if(t===T)return r[e];k.isPlainObject(r[e])?k.extend(!0,r[e],t):r[e]=t}},internal:function(e,t){if(k.isPlainObject(e))k.extend(!0,a,e);else{if(t===T)return a[e];a[e]=t}},debug:function(){!r.silent&&r.debug&&(r.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,r.name+":"),a.debug.apply(console,arguments)))},verbose:function(){!r.silent&&r.verbose&&r.debug&&(r.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,r.name+":"),a.verbose.apply(console,arguments)))},error:function(){r.silent||(a.error=Function.prototype.bind.call(console.error,console,r.name+":"),a.error.apply(console,arguments))},performance:{log:function(e){var t,n;r.performance&&(n=(t=(new Date).getTime())-(b||t),b=t,y.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:u,"Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var e=r.name+":",n=0;b=!1,clearTimeout(a.performance.timer),k.each(y,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",v&&(e+=" '"+v+"'"),1<h.length&&(e+=" ("+h.length+")"),(console.group!==T||console.table!==T)&&0<y.length&&(console.groupCollapsed(e),console.table?console.table(y):k.each(y,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),y=[]}},invoke:function(i,e,t){var o,a,n,r=d;return e=e||w,t=u||t,"string"==typeof i&&r!==T&&(i=i.split(/[\. ]/),o=i.length-1,k.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(k.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==T)return a=r[n],!1;if(!k.isPlainObject(r[t])||e==o)return r[t]!==T&&(a=r[t]),!1;r=r[t]}})),k.isFunction(a)?n=a.apply(t,e):a!==T&&(n=a),Array.isArray(p)?p.push(n):p!==T?p=[p,n]:n!==T&&(p=n),a}},C?(d===T&&a.initialize(),a.invoke(x)):(d!==T&&d.invoke("destroy"),a.initialize())}),p!==T?p:this},k.fn.rating.settings={name:"Rating",namespace:"rating",icon:"star",silent:!1,debug:!1,verbose:!1,performance:!0,initialRating:0,interactive:!0,maxRating:4,clearable:"auto",fireOnInit:!1,onRate:function(e){},error:{method:"The method you called is not defined",noMaximum:"No maximum rating specified. Cannot generate HTML automatically"},metadata:{rating:"rating",maxRating:"maxRating",icon:"icon"},className:{active:"active",disabled:"disabled",selected:"selected",loading:"loading",partiallyActive:"partial"},cssVars:{filledCustomPropName:"--full"},selector:{icon:".icon"},templates:{icon:function(e,t){for(var n=1,i="";n<=e;)i+='<i class="'+t+' icon"></i>',n++;return i}}}}(jQuery,window,document),function(P,F,R,O){"use strict";P.isFunction=P.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},F=void 0!==F&&F.Math==Math?F:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),P.fn.search=function(x){var C,w=P(this),k=w.selector||"",T=(new Date).getTime(),S=[],D=x,A="string"==typeof D,E=[].slice.call(arguments,1);return P(this).each(function(){var f,u=P.isPlainObject(x)?P.extend(!0,{},P.fn.search.settings,x):P.extend({},P.fn.search.settings),m=u.className,c=u.metadata,i=u.regExp,a=u.fields,g=u.selector,d=u.error,e=u.namespace,o="."+e,t=e+"-module",p=P(this),h=p.find(g.prompt),n=p.find(g.searchButton),r=p.find(g.results),s=p.find(g.result),v=(p.find(g.category),this),l=p.data(t),b=!1,y=!1;f={initialize:function(){f.verbose("Initializing module"),f.get.settings(),f.determine.searchFields(),f.bind.events(),f.set.type(),f.create.results(),f.instantiate()},instantiate:function(){f.verbose("Storing instance of module",f),l=f,p.data(t,f)},destroy:function(){f.verbose("Destroying instance"),p.off(o).removeData(t)},refresh:function(){f.debug("Refreshing selector cache"),h=p.find(g.prompt),n=p.find(g.searchButton),p.find(g.category),r=p.find(g.results),s=p.find(g.result)},refreshResults:function(){r=p.find(g.results),s=p.find(g.result)},bind:{events:function(){f.verbose("Binding events to search"),u.automatic&&(p.on(f.get.inputEvent()+o,g.prompt,f.event.input),h.attr("autocomplete","off")),p.on("focus"+o,g.prompt,f.event.focus).on("blur"+o,g.prompt,f.event.blur).on("keydown"+o,g.prompt,f.handleKeyboard).on("click"+o,g.searchButton,f.query).on("mousedown"+o,g.results,f.event.result.mousedown).on("mouseup"+o,g.results,f.event.result.mouseup).on("click"+o,g.result,f.event.result.click)}},determine:{searchFields:function(){x&&x.searchFields!==O&&(u.searchFields=x.searchFields)}},event:{input:function(){u.searchDelay?(clearTimeout(f.timer),f.timer=setTimeout(function(){f.is.focused()&&f.query()},u.searchDelay)):f.query()},focus:function(){f.set.focus(),u.searchOnFocus&&f.has.minimumCharacters()&&f.query(function(){f.can.show()&&f.showResults()})},blur:function(e){function t(){f.cancel.query(),f.remove.focus(),f.timer=setTimeout(f.hideResults,u.hideDelay)}var n=R.activeElement===this;n||(y=!1,f.resultsClicked?(f.debug("Determining if user action caused search to close"),p.one("click.close"+o,g.results,function(e){f.is.inMessage(e)||b?h.focus():(b=!1,f.is.animating()||f.is.hidden()||t())})):(f.debug("Input blurred without user action, closing results"),t()))},result:{mousedown:function(){f.resultsClicked=!0},mouseup:function(){f.resultsClicked=!1},click:function(e){f.debug("Search result selected");var t=P(this),n=t.find(g.title).eq(0),i=t.is("a[href]")?t:t.find("a[href]").eq(0),o=i.attr("href")||!1,a=i.attr("target")||!1,r=0<n.length&&n.text(),s=f.get.results(),l=t.data(c.result)||f.get.result(r,s);if(r&&f.set.value(r),P.isFunction(u.onSelect)&&!1===u.onSelect.call(v,l,s))return f.debug("Custom onSelect callback cancelled default select action"),void(b=!0);f.hideResults(),o&&(f.verbose("Opening search link found in result",i),"_blank"==a||e.ctrlKey?F.open(o):F.location.href=o)}}},handleKeyboard:function(e){var t,n=p.find(g.result),i=p.find(g.category),o=n.filter("."+m.active),a=n.index(o),r=n.length,s=0<o.length,l=e.which,c=13,u=38,d=40;if(l==27&&(f.verbose("Escape key pressed, blurring search field"),f.hideResults(),y=!0),f.is.visible())if(l==c){if(f.verbose("Enter key pressed, selecting active result"),0<n.filter("."+m.active).length)return f.event.result.click.call(n.filter("."+m.active),e),e.preventDefault(),!1}else l==u&&s?(f.verbose("Up key pressed, changing active result"),t=a-1<0?a:a-1,i.removeClass(m.active),n.removeClass(m.active).eq(t).addClass(m.active).closest(i).addClass(m.active),e.preventDefault()):l==d&&(f.verbose("Down key pressed, changing active result"),t=r<=a+1?a:a+1,i.removeClass(m.active),n.removeClass(m.active).eq(t).addClass(m.active).closest(i).addClass(m.active),e.preventDefault());else l==c&&(f.verbose("Enter key pressed, executing query"),f.query(),f.set.buttonPressed(),h.one("keyup",f.remove.buttonFocus))},setup:{api:function(t,n){var e={debug:u.debug,on:!1,cache:u.cache,action:"search",urlData:{query:t},onSuccess:function(e){f.parse.response.call(v,e,t),n()},onFailure:function(){f.displayMessage(d.serverError),n()},onAbort:function(e){},onError:f.error};P.extend(!0,e,u.apiSettings),f.verbose("Setting up API request",e),p.api(e)}},can:{useAPI:function(){return P.fn.api!==O},show:function(){return f.is.focused()&&!f.is.visible()&&!f.is.empty()},transition:function(){return u.transition&&P.fn.transition!==O&&p.transition("is supported")}},is:{animating:function(){return r.hasClass(m.animating)},hidden:function(){return r.hasClass(m.hidden)},inMessage:function(e){if(e.target){var t=P(e.target);return P.contains(R.documentElement,e.target)&&0<t.closest(g.message).length}},empty:function(){return""===r.html()},visible:function(){return 0<r.filter(":visible").length},focused:function(){return 0<h.filter(":focus").length}},get:{settings:function(){P.isPlainObject(x)&&x.searchFullText&&(u.fullTextSearch=x.searchFullText,f.error(u.error.oldSearchSyntax,v)),u.ignoreDiacritics&&!String.prototype.normalize&&(u.ignoreDiacritics=!1,f.error(d.noNormalize,v))},inputEvent:function(){var e=h[0];return e!==O&&e.oninput!==O?"input":e!==O&&e.onpropertychange!==O?"propertychange":"keyup"},value:function(){return h.val()},results:function(){return p.data(c.results)},result:function(n,e){var i=!1;return n=n!==O?n:f.get.value(),e=e!==O?e:f.get.results(),"category"===u.type?(f.debug("Finding result that matches",n),P.each(e,function(e,t){if(Array.isArray(t.results)&&(i=f.search.object(n,t.results)[0]))return!1})):(f.debug("Finding result in results object",n),i=f.search.object(n,e)[0]),i||!1}},select:{firstResult:function(){f.verbose("Selecting first result"),s.first().addClass(m.active)}},set:{focus:function(){p.addClass(m.focus)},loading:function(){p.addClass(m.loading)},value:function(e){f.verbose("Setting search input value",e),h.val(e)},type:function(e){e=e||u.type,"category"==u.type&&p.addClass(u.type)},buttonPressed:function(){n.addClass(m.pressed)}},remove:{loading:function(){p.removeClass(m.loading)},focus:function(){p.removeClass(m.focus)},buttonPressed:function(){n.removeClass(m.pressed)},diacritics:function(e){return u.ignoreDiacritics?e.normalize("NFD").replace(/[\u0300-\u036f]/g,""):e}},query:function(e){e=P.isFunction(e)?e:function(){};var t=f.get.value(),n=f.read.cache(t);e=e||function(){},f.has.minimumCharacters()?(n?(f.debug("Reading result from cache",t),f.save.results(n.results),f.addResults(n.html),f.inject.id(n.results),e()):(f.debug("Querying for",t),P.isPlainObject(u.source)||Array.isArray(u.source)?(f.search.local(t),e()):f.can.useAPI()?f.search.remote(t,e):(f.error(d.source),e())),u.onSearchQuery.call(v,t)):f.hideResults()},search:{local:function(e){var t,n=f.search.object(e,u.source);f.set.loading(),f.save.results(n),f.debug("Returned full local search results",n),0<u.maxResults&&(f.debug("Using specified max results",n),n=n.slice(0,u.maxResults)),"category"==u.type&&(n=f.create.categoryResults(n)),t=f.generateResults({results:n}),f.remove.loading(),f.addResults(t),f.inject.id(n),f.write.cache(e,{html:t,results:n})},remote:function(e,t){t=P.isFunction(t)?t:function(){},p.api("is loading")&&p.api("abort"),f.setup.api(e,t),p.api("query")},object:function(o,t,e){o=f.remove.diacritics(String(o));function a(e,t){var n=-1==P.inArray(t,r),i=-1==P.inArray(t,l),o=-1==P.inArray(t,s);n&&i&&o&&e.push(t)}var r=[],s=[],l=[],n=o.replace(i.escape,"\\$&"),c=new RegExp(i.beginsWith+n,"i");return t=t||u.source,e=e!==O?e:u.searchFields,Array.isArray(e)||(e=[e]),t===O||!1===t?(f.error(d.source),[]):(P.each(e,function(e,i){P.each(t,function(e,t){var n;"string"!=typeof t[i]&&"number"!=typeof t[i]||(-1!==(n="string"==typeof t[i]?f.remove.diacritics(t[i]):t[i].toString()).search(c)?a(r,t):"exact"===u.fullTextSearch&&f.exactSearch(o,n)?a(s,t):1==u.fullTextSearch&&f.fuzzySearch(o,n)&&a(l,t))})}),P.merge(s,l),P.merge(r,s),r)}},exactSearch:function(e,t){return e=e.toLowerCase(),-1<(t=t.toLowerCase()).indexOf(e)},fuzzySearch:function(e,t){var n=t.length,i=e.length;if("string"!=typeof e)return!1;if(e=e.toLowerCase(),t=t.toLowerCase(),n<i)return!1;if(i===n)return e===t;e:for(var o=0,a=0;o<i;o++){for(var r=e.charCodeAt(o);a<n;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},parse:{response:function(e,t){if(Array.isArray(e)){var n={};n[a.results]=e,e=n}var i=f.generateResults(e);f.verbose("Parsing server response",e),e!==O&&t!==O&&e[a.results]!==O&&(f.addResults(i),f.inject.id(e[a.results]),f.write.cache(t,{html:i,results:e[a.results]}),f.save.results(e[a.results]))}},cancel:{query:function(){f.can.useAPI()&&p.api("abort")}},has:{minimumCharacters:function(){return f.get.value().length>=u.minCharacters},results:function(){return 0!==r.length&&""!=r.html()}},clear:{cache:function(e){var t=p.data(c.cache);e?e&&t&&t[e]&&(f.debug("Removing value from cache",e),delete t[e],p.data(c.cache,t)):(f.debug("Clearing cache",e),p.removeData(c.cache))}},read:{cache:function(e){var t=p.data(c.cache);return!!u.cache&&(f.verbose("Checking cache for generated html for query",e),"object"==typeof t&&t[e]!==O&&t[e])}},create:{categoryResults:function(e){var n={};return P.each(e,function(e,t){t.category&&(n[t.category]===O?(f.verbose("Creating new category of results",t.category),n[t.category]={name:t.category,results:[t]}):n[t.category].results.push(t))}),n},id:function(e,t){var n,i=e+1;return t!==O?(n=String.fromCharCode(97+t)+i,f.verbose("Creating category result id",n)):(n=i,f.verbose("Creating result id",n)),n},results:function(){0===r.length&&(r=P("<div />").addClass(m.results).appendTo(p))}},inject:{result:function(e,t,n){f.verbose("Injecting result into results");var i=n!==O?r.children().eq(n).children(g.results).first().children(g.result).eq(t):r.children(g.result).eq(t);f.verbose("Injecting results metadata",i),i.data(c.result,e)},id:function(e){f.debug("Injecting unique ids into results");var n=0,i=0;return"category"===u.type?P.each(e,function(e,t){0<t.results.length&&(i=0,P.each(t.results,function(e,t){t.id===O&&(t.id=f.create.id(i,n)),f.inject.result(t,i,n),i++}),n++)}):P.each(e,function(e,t){t.id===O&&(t.id=f.create.id(i)),f.inject.result(t,i),i++}),e}},save:{results:function(e){f.verbose("Saving current search results to metadata",e),p.data(c.results,e)}},write:{cache:function(e,t){var n=p.data(c.cache)!==O?p.data(c.cache):{};u.cache&&(f.verbose("Writing generated html to cache",e,t),n[e]=t,p.data(c.cache,n))}},addResults:function(e){if(P.isFunction(u.onResultsAdd)&&!1===u.onResultsAdd.call(r,e))return f.debug("onResultsAdd callback cancelled default action"),!1;e?(r.html(e),f.refreshResults(),u.selectFirstResult&&f.select.firstResult(),f.showResults()):f.hideResults(function(){r.empty()})},showResults:function(e){e=P.isFunction(e)?e:function(){},y||!f.is.visible()&&f.has.results()&&(f.can.transition()?(f.debug("Showing results with css animations"),r.transition({animation:u.transition+" in",debug:u.debug,verbose:u.verbose,duration:u.duration,onComplete:function(){e()},queue:!0})):(f.debug("Showing results with javascript"),r.stop().fadeIn(u.duration,u.easing)),u.onResultsOpen.call(r))},hideResults:function(e){e=P.isFunction(e)?e:function(){},f.is.visible()&&(f.can.transition()?(f.debug("Hiding results with css animations"),r.transition({animation:u.transition+" out",debug:u.debug,verbose:u.verbose,duration:u.duration,onComplete:function(){e()},queue:!0})):(f.debug("Hiding results with javascript"),r.stop().fadeOut(u.duration,u.easing)),u.onResultsClose.call(r))},generateResults:function(e){f.debug("Generating html from response",e);var t=u.templates[u.type],n=P.isPlainObject(e[a.results])&&!P.isEmptyObject(e[a.results]),i=Array.isArray(e[a.results])&&0<e[a.results].length,o="";return n||i?(0<u.maxResults&&(n?"standard"==u.type&&f.error(d.maxResults):e[a.results]=e[a.results].slice(0,u.maxResults)),P.isFunction(t)?o=t(e,a,u.preserveHTML):f.error(d.noTemplate,!1)):u.showNoResults&&(o=f.displayMessage(d.noResults,"empty",d.noResultsHeader)),u.onResults.call(v,e),o},displayMessage:function(e,t,n){return t=t||"standard",f.debug("Displaying message",e,t,n),f.addResults(u.templates.message(e,t,n)),u.templates.message(e,t,n)},setting:function(e,t){if(P.isPlainObject(e))P.extend(!0,u,e);else{if(t===O)return u[e];u[e]=t}},internal:function(e,t){if(P.isPlainObject(e))P.extend(!0,f,e);else{if(t===O)return f[e];f[e]=t}},debug:function(){!u.silent&&u.debug&&(u.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,u.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!u.silent&&u.verbose&&u.debug&&(u.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,u.name+":"),f.verbose.apply(console,arguments)))},error:function(){u.silent||(f.error=Function.prototype.bind.call(console.error,console,u.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,n;u.performance&&(n=(t=(new Date).getTime())-(T||t),T=t,S.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:v,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var e=u.name+":",n=0;T=!1,clearTimeout(f.performance.timer),P.each(S,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",k&&(e+=" '"+k+"'"),1<w.length&&(e+=" ("+w.length+")"),(console.group!==O||console.table!==O)&&0<S.length&&(console.groupCollapsed(e),console.table?console.table(S):P.each(S,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),S=[]}},invoke:function(i,e,t){var o,a,n,r=l;return e=e||E,t=v||t,"string"==typeof i&&r!==O&&(i=i.split(/[\. ]/),o=i.length-1,P.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(P.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==O)return a=r[n],!1;if(!P.isPlainObject(r[t])||e==o)return r[t]!==O&&(a=r[t]),!1;r=r[t]}})),P.isFunction(a)?n=a.apply(t,e):a!==O&&(n=a),Array.isArray(C)?C.push(n):C!==O?C=[C,n]:n!==O&&(C=n),a}},A?(l===O&&f.initialize(),f.invoke(D)):(l!==O&&l.invoke("destroy"),f.initialize())}),C!==O?C:this},P.fn.search.settings={name:"Search",namespace:"search",silent:!1,debug:!1,verbose:!1,performance:!0,type:"standard",minCharacters:1,selectFirstResult:!1,apiSettings:!1,source:!1,searchOnFocus:!0,searchFields:["id","title","description"],displayField:"",fullTextSearch:"exact",ignoreDiacritics:!1,automatic:!0,hideDelay:0,searchDelay:200,maxResults:7,cache:!0,showNoResults:!0,preserveHTML:!0,transition:"scale",duration:200,easing:"easeOutExpo",onSelect:!1,onResultsAdd:!1,onSearchQuery:function(e){},onResults:function(e){},onResultsOpen:function(){},onResultsClose:function(){},className:{animating:"animating",active:"active",empty:"empty",focus:"focus",hidden:"hidden",loading:"loading",results:"results",pressed:"down"},error:{source:"Cannot search. No source used, and Semantic API module was not included",noResultsHeader:"No Results",noResults:"Your search returned no results",logging:"Error in debug logging, exiting.",noEndpoint:"No search endpoint was specified",noTemplate:"A valid template name was not specified.",oldSearchSyntax:"searchFullText setting has been renamed fullTextSearch for consistency, please adjust your settings.",serverError:"There was an issue querying the server.",maxResults:"Results must be an array to use maxResults setting",method:"The method you called is not defined.",noNormalize:'"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.'},metadata:{cache:"cache",results:"results",result:"result"},regExp:{escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,beginsWith:"(?:s|^)"},fields:{categories:"results",categoryName:"name",categoryResults:"results",description:"description",image:"image",price:"price",results:"results",title:"title",url:"url",action:"action",actionText:"text",actionURL:"url"},selector:{prompt:".prompt",searchButton:".search.button",results:".results",message:".results > .message",category:".category",result:".result",title:".title, .name"},templates:{escape:function(e,t){if(t)return e;var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return n[e]}):e},message:function(e,t,n){var i="";return e!==O&&t!==O&&(i+='<div class="message '+t+'">',n&&(i+='<div class="header">'+n+"</div>"),i+=' <div class="description">'+e+"</div>",i+="</div>"),i},category:function(e,n,i){var o="",a=P.fn.search.settings.templates.escape;return e[n.categoryResults]!==O&&(P.each(e[n.categoryResults],function(e,t){t[n.results]!==O&&0<t.results.length&&(o+='<div class="category">',t[n.categoryName]!==O&&(o+='<div class="name">'+a(t[n.categoryName],i)+"</div>"),o+='<div class="results">',P.each(t.results,function(e,t){t[n.url]?o+='<a class="result" href="'+t[n.url].replace(/"/g,"")+'">':o+='<a class="result">',t[n.image]!==O&&(o+='<div class="image"> <img src="'+t[n.image].replace(/"/g,"")+'"></div>'),o+='<div class="content">',t[n.price]!==O&&(o+='<div class="price">'+a(t[n.price],i)+"</div>"),t[n.title]!==O&&(o+='<div class="title">'+a(t[n.title],i)+"</div>"),t[n.description]!==O&&(o+='<div class="description">'+a(t[n.description],i)+"</div>"),o+="</div>",o+="</a>"}),o+="</div>",o+="</div>")}),e[n.action]&&(!1===n.actionURL?o+='<div class="action">'+a(e[n.action][n.actionText],i)+"</div>":o+='<a href="'+e[n.action][n.actionURL].replace(/"/g,"")+'" class="action">'+a(e[n.action][n.actionText],i)+"</a>"),o)},standard:function(e,n,i){var o="",a=P.fn.search.settings.templates.escape;return e[n.results]!==O&&(P.each(e[n.results],function(e,t){t[n.url]?o+='<a class="result" href="'+t[n.url].replace(/"/g,"")+'">':o+='<a class="result">',t[n.image]!==O&&(o+='<div class="image"> <img src="'+t[n.image].replace(/"/g,"")+'"></div>'),o+='<div class="content">',t[n.price]!==O&&(o+='<div class="price">'+a(t[n.price],i)+"</div>"),t[n.title]!==O&&(o+='<div class="title">'+a(t[n.title],i)+"</div>"),t[n.description]!==O&&(o+='<div class="description">'+a(t[n.description],i)+"</div>"),o+="</div>",o+="</a>"}),e[n.action]&&(!1===n.actionURL?o+='<div class="action">'+a(e[n.action][n.actionText],i)+"</div>":o+='<a href="'+e[n.action][n.actionURL].replace(/"/g,"")+'" class="action">'+a(e[n.action][n.actionText],i)+"</a>"),o)}}}}(jQuery,window,document),function(A,e,E,P){"use strict";A.isFunction=A.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),A.fn.shape=function(b){var y,x=A(this),C=(new Date).getTime(),w=[],k=b,T="string"==typeof k,S=[].slice.call(arguments,1),D=e.requestAnimationFrame||e.mozRequestAnimationFrame||e.webkitRequestAnimationFrame||e.msRequestAnimationFrame||function(e){setTimeout(e,0)};return x.each(function(){var i,o,r,t=x.selector||"",s=A.isPlainObject(b)?A.extend(!0,{},A.fn.shape.settings,b):A.extend({},A.fn.shape.settings),e=s.namespace,l=s.selector,n=s.error,c=s.className,a="."+e,u="module-"+e,d=A(this),f=d.find(">"+l.sides),m=f.find(">"+l.side),g=!1,p=this,h=d.data(u);if(r={initialize:function(){r.verbose("Initializing module for",p),r.set.defaultSide(),r.instantiate()},instantiate:function(){r.verbose("Storing instance of module",r),h=r,d.data(u,h)},destroy:function(){r.verbose("Destroying previous module for",p),d.removeData(u).off(a)},refresh:function(){r.verbose("Refreshing selector cache for",p),d=A(p),f=A(this).find(l.sides),m=A(this).find(l.side)},repaint:function(){r.verbose("Forcing repaint event");(f[0]||E.createElement("div")).offsetWidth},animate:function(e,t){r.verbose("Animating box with properties",e),t=t||function(e){r.verbose("Executing animation callback"),e!==P&&e.stopPropagation(),r.reset(),r.set.active()},s.beforeChange.call(o[0]),r.get.transitionEvent()?(r.verbose("Starting CSS animation"),d.addClass(c.animating),f.css(e).one(r.get.transitionEvent(),t),r.set.duration(s.duration),D(function(){d.addClass(c.animating),i.addClass(c.hidden)})):t()},queue:function(e){r.debug("Queueing animation of",e),f.one(r.get.transitionEvent(),function(){r.debug("Executing queued animation"),setTimeout(function(){d.shape(e)},0)})},reset:function(){r.verbose("Animating states reset"),d.removeClass(c.animating).attr("style","").removeAttr("style"),f.attr("style","").removeAttr("style"),m.attr("style","").removeAttr("style").removeClass(c.hidden),o.removeClass(c.animating).attr("style","").removeAttr("style")},is:{complete:function(){return m.filter("."+c.active)[0]==o[0]},animating:function(){return d.hasClass(c.animating)},hidden:function(){return 0<d.closest(":hidden").length}},set:{defaultSide:function(){i=m.filter("."+s.className.active),o=0<i.next(l.side).length?i.next(l.side):m.first(),g=!1,r.verbose("Active side set to",i),r.verbose("Next side set to",o)},duration:function(e){e="number"==typeof(e=e||s.duration)?e+"ms":e,r.verbose("Setting animation duration",e),!s.duration&&0!==s.duration||f.add(m).css({"-webkit-transition-duration":e,"-moz-transition-duration":e,"-ms-transition-duration":e,"-o-transition-duration":e,"transition-duration":e})},currentStageSize:function(){var e=m.filter("."+s.className.active),t=e.outerWidth(!0),n=e.outerHeight(!0);d.css({width:t,height:n})},stageSize:function(){var e=d.clone().addClass(c.loading),t=e.find(">"+l.sides+">"+l.side),n=t.filter("."+s.className.active),i=g?t.eq(g):0<n.next(l.side).length?n.next(l.side):t.first(),o="next"===s.width?i.outerWidth(!0):"initial"===s.width?d.width():s.width,a="next"===s.height?i.outerHeight(!0):"initial"===s.height?d.height():s.height;n.removeClass(c.active),i.addClass(c.active),e.insertAfter(d),e.remove(),"auto"!==s.width&&(d.css("width",o+s.jitter),r.verbose("Specifying width during animation",o)),"auto"!==s.height&&(d.css("height",a+s.jitter),r.verbose("Specifying height during animation",a))},nextSide:function(e){g=e,o=m.filter(e),g=m.index(o),0===o.length&&(r.set.defaultSide(),r.error(n.side)),r.verbose("Next side manually set to",o)},active:function(){r.verbose("Setting new side to active",o),m.removeClass(c.active),o.addClass(c.active),s.onChange.call(o[0]),r.set.defaultSide()}},flip:{to:function(e,t){if(r.is.hidden())r.debug("Module not visible",o);else if(!r.is.complete()||r.is.animating()||s.allowRepeats){var n=r.get.transform[e]();r.is.animating()?r.queue("flip "+e):(r.debug("Flipping "+e,o),r.set.stageSize(),r.stage[t](),r.animate(n))}else r.debug("Side already visible",o)},up:function(){r.flip.to("up","above")},down:function(){r.flip.to("down","below")},left:function(){r.flip.to("left","left")},right:function(){r.flip.to("right","right")},over:function(){r.flip.to("over","behind")},back:function(){r.flip.to("back","behind")}},get:{transform:{up:function(){var e=i.outerHeight(!0)/2;return{transform:"translateY("+(o.outerHeight(!0)-e)+"px) translateZ(-"+e+"px) rotateX(-90deg)"}},down:function(){var e=i.outerHeight(!0)/2;return{transform:"translateY(-"+e+"px) translateZ(-"+e+"px) rotateX(90deg)"}},left:function(){var e=i.outerWidth(!0)/2;return{transform:"translateX("+(o.outerWidth(!0)-e)+"px) translateZ(-"+e+"px) rotateY(90deg)"}},right:function(){var e=i.outerWidth(!0)/2;return{transform:"translateX(-"+e+"px) translateZ(-"+e+"px) rotateY(-90deg)"}},over:function(){return{transform:"translateX("+-(i.outerWidth(!0)-o.outerWidth(!0))/2+"px) rotateY(180deg)"}},back:function(){return{transform:"translateX("+-(i.outerWidth(!0)-o.outerWidth(!0))/2+"px) rotateY(-180deg)"}}},transitionEvent:function(){var e,t=E.createElement("element"),n={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in n)if(t.style[e]!==P)return n[e]},nextSide:function(){return 0<i.next(l.side).length?i.next(l.side):m.first()}},stage:{above:function(){var e={origin:(i.outerHeight(!0)-o.outerHeight(!0))/2,depth:{active:o.outerHeight(!0)/2,next:i.outerHeight(!0)/2}};r.verbose("Setting the initial animation position as above",o,e),i.css({transform:"rotateX(0deg)"}),o.addClass(c.animating).css({top:e.origin+"px",transform:"rotateX(90deg) translateZ("+e.depth.next+"px) translateY(-"+e.depth.active+"px)"})},below:function(){var e={origin:(i.outerHeight(!0)-o.outerHeight(!0))/2,depth:{active:o.outerHeight(!0)/2,next:i.outerHeight(!0)/2}};r.verbose("Setting the initial animation position as below",o,e),i.css({transform:"rotateX(0deg)"}),o.addClass(c.animating).css({top:e.origin+"px",transform:"rotateX(-90deg) translateZ("+e.depth.next+"px) translateY("+e.depth.active+"px)"})},left:function(){var e=i.outerWidth(!0),t=o.outerWidth(!0),n={origin:(e-t)/2,depth:{active:t/2,next:e/2}};r.verbose("Setting the initial animation position as left",o,n),i.css({transform:"rotateY(0deg)"}),o.addClass(c.animating).css({left:n.origin+"px",transform:"rotateY(-90deg) translateZ("+n.depth.next+"px) translateX(-"+n.depth.active+"px)"})},right:function(){var e=i.outerWidth(!0),t=o.outerWidth(!0),n={origin:(e-t)/2,depth:{active:t/2,next:e/2}};r.verbose("Setting the initial animation position as right",o,n),i.css({transform:"rotateY(0deg)"}),o.addClass(c.animating).css({left:n.origin+"px",transform:"rotateY(90deg) translateZ("+n.depth.next+"px) translateX("+n.depth.active+"px)"})},behind:function(){var e=i.outerWidth(!0),t=o.outerWidth(!0),n={origin:(e-t)/2,depth:{active:t/2,next:e/2}};r.verbose("Setting the initial animation position as behind",o,n),i.css({transform:"rotateY(0deg)"}),o.addClass(c.animating).css({left:n.origin+"px",transform:"rotateY(-180deg)"})}},setting:function(e,t){if(r.debug("Changing setting",e,t),A.isPlainObject(e))A.extend(!0,s,e);else{if(t===P)return s[e];A.isPlainObject(s[e])?A.extend(!0,s[e],t):s[e]=t}},internal:function(e,t){if(A.isPlainObject(e))A.extend(!0,r,e);else{if(t===P)return r[e];r[e]=t}},debug:function(){!s.silent&&s.debug&&(s.performance?r.performance.log(arguments):(r.debug=Function.prototype.bind.call(console.info,console,s.name+":"),r.debug.apply(console,arguments)))},verbose:function(){!s.silent&&s.verbose&&s.debug&&(s.performance?r.performance.log(arguments):(r.verbose=Function.prototype.bind.call(console.info,console,s.name+":"),r.verbose.apply(console,arguments)))},error:function(){s.silent||(r.error=Function.prototype.bind.call(console.error,console,s.name+":"),r.error.apply(console,arguments))},performance:{log:function(e){var t,n;s.performance&&(n=(t=(new Date).getTime())-(C||t),C=t,w.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:p,"Execution Time":n})),clearTimeout(r.performance.timer),r.performance.timer=setTimeout(r.performance.display,500)},display:function(){var e=s.name+":",n=0;C=!1,clearTimeout(r.performance.timer),A.each(w,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",t&&(e+=" '"+t+"'"),1<x.length&&(e+=" ("+x.length+")"),(console.group!==P||console.table!==P)&&0<w.length&&(console.groupCollapsed(e),console.table?console.table(w):A.each(w,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),w=[]}},invoke:function(i,e,t){var o,a,n,r=h;return e=e||S,t=p||t,"string"==typeof i&&r!==P&&(i=i.split(/[\. ]/),o=i.length-1,A.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(A.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==P)return a=r[n],!1;if(!A.isPlainObject(r[t])||e==o)return r[t]!==P&&(a=r[t]),!1;r=r[t]}})),A.isFunction(a)?n=a.apply(t,e):a!==P&&(n=a),Array.isArray(y)?y.push(n):y!==P?y=[y,n]:n!==P&&(y=n),a}},T){h===P&&r.initialize();var v=d.find("input");0<v.length?(v.blur(),setTimeout(function(){r.invoke(k)},150)):r.invoke(k)}else h!==P&&h.invoke("destroy"),r.initialize()}),y!==P?y:this},A.fn.shape.settings={name:"Shape",silent:!1,debug:!1,verbose:!1,jitter:0,performance:!0,namespace:"shape",width:"initial",height:"initial",beforeChange:function(){},onChange:function(){},allowRepeats:!1,duration:!1,error:{side:"You tried to switch to a side that does not exist.",method:"The method you called is not defined"},className:{animating:"animating",hidden:"hidden",loading:"loading",active:"active"},selector:{sides:".sides",side:".side"}}}(jQuery,window,document),function(M,I,j,L){"use strict";M.isFunction=M.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},I=void 0!==I&&I.Math==Math?I:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),M.fn.sidebar=function(x){var C,e=M(this),w=M(I),k=M(j),T=M("html"),S=M("head"),D=e.selector||"",A=(new Date).getTime(),E=[],P=x,F="string"==typeof P,R=[].slice.call(arguments,1),O=I.requestAnimationFrame||I.mozRequestAnimationFrame||I.webkitRequestAnimationFrame||I.msRequestAnimationFrame||function(e){setTimeout(e,0)};return e.each(function(){var r,s,e,t,l,c,u=M.isPlainObject(x)?M.extend(!0,{},M.fn.sidebar.settings,x):M.extend({},M.fn.sidebar.settings),n=u.selector,a=u.className,i=u.namespace,o=u.regExp,d=u.error,f="."+i,m="module-"+i,g=M(this),p=M(u.context),h=g.children(n.sidebar),v=(p.children(n.fixed),p.children(n.pusher)),b=this,y=g.data(m);c={initialize:function(){c.debug("Initializing sidebar",x),c.create.id(),l=c.get.transitionEvent(),u.delaySetup?O(c.setup.layout):c.setup.layout(),O(function(){c.setup.cache()}),c.instantiate()},instantiate:function(){c.verbose("Storing instance of module",c),y=c,g.data(m,c)},create:{id:function(){e=(Math.random().toString(16)+"000000000").substr(2,8),s="."+e,c.verbose("Creating unique id for element",e)}},destroy:function(){c.verbose("Destroying previous module for",g),g.off(f).removeData(m),c.is.ios()&&c.remove.ios(),p.off(s),w.off(s),k.off(s)},event:{clickaway:function(e){if(u.closable){var t=0<v.find(e.target).length||v.is(e.target),n=p.is(e.target);t&&(c.verbose("User clicked on dimmed page"),c.hide()),n&&(c.verbose("User clicked on dimmable context (scaled out page)"),c.hide())}},touch:function(e){},containScroll:function(e){b.scrollTop<=0&&(b.scrollTop=1),b.scrollTop+b.offsetHeight>=b.scrollHeight&&(b.scrollTop=b.scrollHeight-b.offsetHeight-1)},scroll:function(e){0===M(e.target).closest(n.sidebar).length&&e.preventDefault()}},bind:{clickaway:function(){c.verbose("Adding clickaway events to context",p),p.on("click"+s,c.event.clickaway).on("touchend"+s,c.event.clickaway)},scrollLock:function(){u.scrollLock&&(c.debug("Disabling page scroll"),w.on("DOMMouseScroll"+s,c.event.scroll)),c.verbose("Adding events to contain sidebar scroll"),k.on("touchmove"+s,c.event.touch),g.on("scroll"+f,c.event.containScroll)}},unbind:{clickaway:function(){c.verbose("Removing clickaway events from context",p),p.off(s)},scrollLock:function(){c.verbose("Removing scroll lock from page"),k.off(s),w.off(s),g.off("scroll"+f)}},add:{inlineCSS:function(){var e,t=c.cache.width||g.outerWidth(),n=c.cache.height||g.outerHeight(),i=c.is.rtl(),o=c.get.direction(),a={left:t,right:-t,top:n,bottom:-n};i&&(c.verbose("RTL detected, flipping widths"),a.left=-t,a.right=t),e="<style>","left"===o||"right"===o?(c.debug("Adding CSS rules for animation distance",t),e+=" .ui.visible."+o+".sidebar ~ .fixed, .ui.visible."+o+".sidebar ~ .pusher { -webkit-transform: translate3d("+a[o]+"px, 0, 0); transform: translate3d("+a[o]+"px, 0, 0); }"):"top"!==o&&"bottom"!=o||(e+=" .ui.visible."+o+".sidebar ~ .fixed, .ui.visible."+o+".sidebar ~ .pusher { -webkit-transform: translate3d(0, "+a[o]+"px, 0); transform: translate3d(0, "+a[o]+"px, 0); }"),c.is.ie()&&("left"===o||"right"===o?(c.debug("Adding CSS rules for animation distance",t),e+=" body.pushable > .ui.visible."+o+".sidebar ~ .pusher:after { -webkit-transform: translate3d("+a[o]+"px, 0, 0); transform: translate3d("+a[o]+"px, 0, 0); }"):"top"!==o&&"bottom"!=o||(e+=" body.pushable > .ui.visible."+o+".sidebar ~ .pusher:after { -webkit-transform: translate3d(0, "+a[o]+"px, 0); transform: translate3d(0, "+a[o]+"px, 0); }"),e+=" body.pushable > .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher:after, body.pushable > .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher:after { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }"),r=M(e+="</style>").appendTo(S),c.debug("Adding sizing css to head",r)}},refresh:function(){c.verbose("Refreshing selector cache"),p=M(u.context),h=p.children(n.sidebar),v=p.children(n.pusher),p.children(n.fixed),c.clear.cache()},refreshSidebars:function(){c.verbose("Refreshing other sidebars"),h=p.children(n.sidebar)},repaint:function(){c.verbose("Forcing repaint event"),b.style.display="none";b.offsetHeight;b.scrollTop=b.scrollTop,b.style.display=""},setup:{cache:function(){c.cache={width:g.outerWidth(),height:g.outerHeight()}},layout:function(){0===p.children(n.pusher).length&&(c.debug("Adding wrapper element for sidebar"),c.error(d.pusher),v=M('<div class="pusher" />'),p.children().not(n.omitted).not(h).wrapAll(v),c.refresh()),0!==g.nextAll(n.pusher).length&&g.nextAll(n.pusher)[0]===v[0]||(c.debug("Moved sidebar to correct parent element"),c.error(d.movedSidebar,b),g.detach().prependTo(p),c.refresh()),c.clear.cache(),c.set.pushable(),c.set.direction()}},attachEvents:function(e,t){var n=M(e);t=M.isFunction(c[t])?c[t]:c.toggle,0<n.length?(c.debug("Attaching sidebar events to element",e,t),n.on("click"+f,t)):c.error(d.notFound,e)},show:function(e){if(e=M.isFunction(e)?e:function(){},c.is.hidden()){if(c.refreshSidebars(),u.overlay&&(c.error(d.overlay),u.transition="overlay"),c.refresh(),c.othersActive())if(c.debug("Other sidebars currently visible"),u.exclusive){if("overlay"!=u.transition)return void c.hideOthers(c.show);c.hideOthers()}else u.transition="overlay";c.pushPage(function(){e.call(b),u.onShow.call(b)}),u.onChange.call(b),u.onVisible.call(b)}else c.debug("Sidebar is already visible")},hide:function(e){e=M.isFunction(e)?e:function(){},(c.is.visible()||c.is.animating())&&(c.debug("Hiding sidebar",e),c.refreshSidebars(),c.pullPage(function(){e.call(b),u.onHidden.call(b)}),u.onChange.call(b),u.onHide.call(b))},othersAnimating:function(){return 0<h.not(g).filter("."+a.animating).length},othersVisible:function(){return 0<h.not(g).filter("."+a.visible).length},othersActive:function(){return c.othersVisible()||c.othersAnimating()},hideOthers:function(e){var t=h.not(g).filter("."+a.visible),n=t.length,i=0;e=e||function(){},t.sidebar("hide",function(){++i==n&&e()})},toggle:function(){c.verbose("Determining toggled direction"),c.is.hidden()?c.show():c.hide()},pushPage:function(t){var e,n,i,o=c.get.transition(),a="overlay"===o||c.othersActive()?g:v;t=M.isFunction(t)?t:function(){},"scale down"==u.transition&&c.scrollToTop(),c.set.transition(o),c.repaint(),e=function(){c.bind.clickaway(),c.add.inlineCSS(),c.set.animating(),c.set.visible()},n=function(){c.set.dimmed()},i=function(e){e.target==a[0]&&(a.off(l+s,i),c.remove.animating(),c.bind.scrollLock(),t.call(b))},a.off(l+s),a.on(l+s,i),O(e),u.dimPage&&!c.othersVisible()&&O(n)},pullPage:function(t){var e,n,i=c.get.transition(),o="overlay"==i||c.othersActive()?g:v;t=M.isFunction(t)?t:function(){},c.verbose("Removing context push state",c.get.direction()),c.unbind.clickaway(),c.unbind.scrollLock(),e=function(){c.set.transition(i),c.set.animating(),c.remove.visible(),u.dimPage&&!c.othersVisible()&&v.removeClass(a.dimmed)},n=function(e){e.target==o[0]&&(o.off(l+s,n),c.remove.animating(),c.remove.transition(),c.remove.inlineCSS(),("scale down"==i||u.returnScroll&&c.is.mobile())&&c.scrollBack(),t.call(b))},o.off(l+s),o.on(l+s,n),O(e)},scrollToTop:function(){c.verbose("Scrolling to top of page to avoid animation issues"),t=M(I).scrollTop(),g.scrollTop(0),I.scrollTo(0,0)},scrollBack:function(){c.verbose("Scrolling back to original page position"),I.scrollTo(0,t)},clear:{cache:function(){c.verbose("Clearing cached dimensions"),c.cache={}}},set:{ios:function(){T.addClass(a.ios)},pushed:function(){p.addClass(a.pushed)},pushable:function(){p.addClass(a.pushable)},dimmed:function(){v.addClass(a.dimmed)},active:function(){g.addClass(a.active)},animating:function(){g.addClass(a.animating)},transition:function(e){e=e||c.get.transition(),g.addClass(e)},direction:function(e){e=e||c.get.direction(),g.addClass(a[e])},visible:function(){g.addClass(a.visible)},overlay:function(){g.addClass(a.overlay)}},remove:{inlineCSS:function(){c.debug("Removing inline css styles",r),r&&0<r.length&&r.remove()},ios:function(){T.removeClass(a.ios)},pushed:function(){p.removeClass(a.pushed)},pushable:function(){p.removeClass(a.pushable)},active:function(){g.removeClass(a.active)},animating:function(){g.removeClass(a.animating)},transition:function(e){e=e||c.get.transition(),g.removeClass(e)},direction:function(e){e=e||c.get.direction(),g.removeClass(a[e])},visible:function(){g.removeClass(a.visible)},overlay:function(){g.removeClass(a.overlay)}},get:{direction:function(){return g.hasClass(a.top)?a.top:g.hasClass(a.right)?a.right:g.hasClass(a.bottom)?a.bottom:a.left},transition:function(){var e,t=c.get.direction();return e=c.is.mobile()?"auto"==u.mobileTransition?u.defaultTransition.mobile[t]:u.mobileTransition:"auto"==u.transition?u.defaultTransition.computer[t]:u.transition,c.verbose("Determined transition",e),e},transitionEvent:function(){var e,t=j.createElement("element"),n={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in n)if(t.style[e]!==L)return n[e]}},is:{ie:function(){return!I.ActiveXObject&&"ActiveXObject"in I||"ActiveXObject"in I},ios:function(){var e=navigator.userAgent,t=e.match(o.ios),n=e.match(o.mobileChrome);return!(!t||n)&&(c.verbose("Browser was found to be iOS",e),!0)},mobile:function(){var e=navigator.userAgent;return e.match(o.mobile)?(c.verbose("Browser was found to be mobile",e),!0):(c.verbose("Browser is not mobile, using regular transition",e),!1)},hidden:function(){return!c.is.visible()},visible:function(){return g.hasClass(a.visible)},open:function(){return c.is.visible()},closed:function(){return c.is.hidden()},vertical:function(){return g.hasClass(a.top)},animating:function(){return p.hasClass(a.animating)},rtl:function(){return c.cache.rtl===L&&(c.cache.rtl="rtl"===g.attr("dir")||"rtl"===g.css("direction")),c.cache.rtl}},setting:function(e,t){if(c.debug("Changing setting",e,t),M.isPlainObject(e))M.extend(!0,u,e);else{if(t===L)return u[e];M.isPlainObject(u[e])?M.extend(!0,u[e],t):u[e]=t}},internal:function(e,t){if(M.isPlainObject(e))M.extend(!0,c,e);else{if(t===L)return c[e];c[e]=t}},debug:function(){!u.silent&&u.debug&&(u.performance?c.performance.log(arguments):(c.debug=Function.prototype.bind.call(console.info,console,u.name+":"),c.debug.apply(console,arguments)))},verbose:function(){!u.silent&&u.verbose&&u.debug&&(u.performance?c.performance.log(arguments):(c.verbose=Function.prototype.bind.call(console.info,console,u.name+":"),c.verbose.apply(console,arguments)))},error:function(){u.silent||(c.error=Function.prototype.bind.call(console.error,console,u.name+":"),c.error.apply(console,arguments))},performance:{log:function(e){var t,n;u.performance&&(n=(t=(new Date).getTime())-(A||t),A=t,E.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:b,"Execution Time":n})),clearTimeout(c.performance.timer),c.performance.timer=setTimeout(c.performance.display,500)},display:function(){var e=u.name+":",n=0;A=!1,clearTimeout(c.performance.timer),M.each(E,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",D&&(e+=" '"+D+"'"),(console.group!==L||console.table!==L)&&0<E.length&&(console.groupCollapsed(e),console.table?console.table(E):M.each(E,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),E=[]}},invoke:function(i,e,t){var o,a,n,r=y;return e=e||R,t=b||t,"string"==typeof i&&r!==L&&(i=i.split(/[\. ]/),o=i.length-1,M.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(M.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==L)return a=r[n],!1;if(!M.isPlainObject(r[t])||e==o)return r[t]!==L?a=r[t]:c.error(d.method,i),!1;r=r[t]}})),M.isFunction(a)?n=a.apply(t,e):a!==L&&(n=a),Array.isArray(C)?C.push(n):C!==L?C=[C,n]:n!==L&&(C=n),a}},F?(y===L&&c.initialize(),c.invoke(P)):(y!==L&&c.invoke("destroy"),c.initialize())}),C!==L?C:this},M.fn.sidebar.settings={name:"Sidebar",namespace:"sidebar",silent:!1,debug:!1,verbose:!1,performance:!0,transition:"auto",mobileTransition:"auto",defaultTransition:{computer:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"},mobile:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"}},context:"body",exclusive:!1,closable:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,duration:500,onChange:function(){},onShow:function(){},onHide:function(){},onHidden:function(){},onVisible:function(){},className:{active:"active",animating:"animating",dimmed:"dimmed",ios:"ios",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible"},selector:{fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",sidebar:".ui.sidebar"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedSidebar:"Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag",overlay:"The overlay setting is no longer supported, use animation: overlay",notFound:"There were no elements that matched the specified selector"}}}(jQuery,window,document),function(S,D,A,E){"use strict";S.isFunction=S.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},D=void 0!==D&&D.Math==Math?D:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),S.fn.sticky=function(v){var b,e=S(this),y=e.selector||"",x=(new Date).getTime(),C=[],w=v,k="string"==typeof w,T=[].slice.call(arguments,1);return e.each(function(){var t,i,e,n,d,f=S.isPlainObject(v)?S.extend(!0,{},S.fn.sticky.settings,v):S.extend({},S.fn.sticky.settings),o=f.className,a=f.namespace,r=f.error,s="."+a,l="module-"+a,c=S(this),u=S(D),m=S(f.scrollContext),g=c.data(l),p=D.requestAnimationFrame||D.mozRequestAnimationFrame||D.webkitRequestAnimationFrame||D.msRequestAnimationFrame||function(e){setTimeout(e,0)},h=this;d={initialize:function(){d.determineContainer(),d.determineContext(),d.verbose("Initializing sticky",f,t),d.save.positions(),d.checkErrors(),d.bind.events(),f.observeChanges&&d.observeChanges(),d.instantiate()},instantiate:function(){d.verbose("Storing instance of module",d),g=d,c.data(l,d)},destroy:function(){d.verbose("Destroying previous instance"),d.reset(),e&&e.disconnect(),n&&n.disconnect(),u.off("load"+s,d.event.load).off("resize"+s,d.event.resize),m.off("scrollchange"+s,d.event.scrollchange),c.removeData(l)},observeChanges:function(){"MutationObserver"in D&&(e=new MutationObserver(d.event.documentChanged),n=new MutationObserver(d.event.changed),e.observe(A,{childList:!0,subtree:!0}),n.observe(h,{childList:!0,subtree:!0}),n.observe(i[0],{childList:!0,subtree:!0}),d.debug("Setting up mutation observer",n))},determineContainer:function(){t=f.container?S(f.container):c.offsetParent()},determineContext:function(){0!==(i=f.context?S(f.context):t).length||d.error(r.invalidContext,f.context,c)},checkErrors:function(){if(d.is.hidden()&&d.error(r.visible,c),d.cache.element.height>d.cache.context.height)return d.reset(),void d.error(r.elementSize,c)},bind:{events:function(){u.on("load"+s,d.event.load).on("resize"+s,d.event.resize),m.off("scroll"+s).on("scroll"+s,d.event.scroll).on("scrollchange"+s,d.event.scrollchange)}},event:{changed:function(e){clearTimeout(d.timer),d.timer=setTimeout(function(){d.verbose("DOM tree modified, updating sticky menu",e),d.refresh()},100)},documentChanged:function(e){[].forEach.call(e,function(e){e.removedNodes&&[].forEach.call(e.removedNodes,function(e){(e==h||0<S(e).find(h).length)&&(d.debug("Element removed from DOM, tearing down events"),d.destroy())})})},load:function(){d.verbose("Page contents finished loading"),p(d.refresh)},resize:function(){d.verbose("Window resized"),p(d.refresh)},scroll:function(){p(function(){m.triggerHandler("scrollchange"+s,m.scrollTop())})},scrollchange:function(e,t){d.stick(t),f.onScroll.call(h)}},refresh:function(e){d.reset(),f.context||d.determineContext(),e&&d.determineContainer(),d.save.positions(),d.stick(),f.onReposition.call(h)},supports:{sticky:function(){var e=S("<div/>");return e.addClass(o.supported),e.css("position").match("sticky")}},save:{lastScroll:function(e){d.lastScroll=e},elementScroll:function(e){d.elementScroll=e},positions:function(){var e={height:m.height()},t={margin:{top:parseInt(c.css("margin-top"),10),bottom:parseInt(c.css("margin-bottom"),10)},offset:c.offset(),width:c.outerWidth(),height:c.outerHeight()},n={offset:i.offset(),height:i.outerHeight()};d.is.standardScroll()||(d.debug("Non-standard scroll. Removing scroll offset from element offset"),e.top=m.scrollTop(),e.left=m.scrollLeft(),t.offset.top+=e.top,n.offset.top+=e.top,t.offset.left+=e.left,n.offset.left+=e.left),d.cache={fits:t.height+f.offset<=e.height,sameHeight:t.height==n.height,scrollContext:{height:e.height},element:{margin:t.margin,top:t.offset.top-t.margin.top,left:t.offset.left,width:t.width,height:t.height,bottom:t.offset.top+t.height},context:{top:n.offset.top,height:n.height,bottom:n.offset.top+n.height}},d.set.containerSize(),d.stick(),d.debug("Caching element positions",d.cache)}},get:{direction:function(e){var t="down";return e=e||m.scrollTop(),d.lastScroll!==E&&(d.lastScroll<e?t="down":d.lastScroll>e&&(t="up")),t},scrollChange:function(e){return e=e||m.scrollTop(),d.lastScroll?e-d.lastScroll:0},currentElementScroll:function(){return d.elementScroll?d.elementScroll:d.is.top()?Math.abs(parseInt(c.css("top"),10))||0:Math.abs(parseInt(c.css("bottom"),10))||0},elementScroll:function(e){e=e||m.scrollTop();var t=d.cache.element,n=d.cache.scrollContext,i=d.get.scrollChange(e),o=t.height-n.height+f.offset,a=d.get.currentElementScroll(),r=a+i;return a=d.cache.fits||r<0?0:o<r?o:r}},remove:{lastScroll:function(){delete d.lastScroll},elementScroll:function(e){delete d.elementScroll},minimumSize:function(){t.css("min-height","")},offset:function(){c.css("margin-top","")}},set:{offset:function(){d.verbose("Setting offset on element",f.offset),c.css("margin-top",f.offset)},containerSize:function(){var e=t.get(0).tagName;"HTML"===e||"body"==e?d.determineContainer():Math.abs(t.outerHeight()-d.cache.context.height)>f.jitter&&(d.debug("Context has padding, specifying exact height for container",d.cache.context.height),t.css({height:d.cache.context.height}))},minimumSize:function(){var e=d.cache.element;t.css("min-height",e.height)},scroll:function(e){d.debug("Setting scroll on element",e),d.elementScroll!=e&&(d.is.top()&&c.css("bottom","").css("top",-e),d.is.bottom()&&c.css("top","").css("bottom",e))},size:function(){0!==d.cache.element.height&&0!==d.cache.element.width&&(h.style.setProperty("width",d.cache.element.width+"px","important"),h.style.setProperty("height",d.cache.element.height+"px","important"))}},is:{standardScroll:function(){return m[0]==D},top:function(){return c.hasClass(o.top)},bottom:function(){return c.hasClass(o.bottom)},initialPosition:function(){return!d.is.fixed()&&!d.is.bound()},hidden:function(){return!c.is(":visible")},bound:function(){return c.hasClass(o.bound)},fixed:function(){return c.hasClass(o.fixed)}},stick:function(e){var t=e||m.scrollTop(),n=d.cache,i=n.fits,o=n.sameHeight,a=n.element,r=n.scrollContext,s=n.context,l=d.is.bottom()&&f.pushing?f.bottomOffset:f.offset,c=(e={top:t+l,bottom:t+l+r.height},i?0:d.get.elementScroll(e.top)),u=!i;0===a.height||o||(d.is.initialPosition()?e.top>=s.bottom?(d.debug("Initial element position is bottom of container"),d.bindBottom()):e.top>a.top&&(a.height+e.top-c>=s.bottom?(d.debug("Initial element position is bottom of container"),d.bindBottom()):(d.debug("Initial element position is fixed"),d.fixTop())):d.is.fixed()?d.is.top()?e.top<=a.top?(d.debug("Fixed element reached top of container"),d.setInitialPosition()):a.height+e.top-c>=s.bottom?(d.debug("Fixed element reached bottom of container"),d.bindBottom()):u&&(d.set.scroll(c),d.save.lastScroll(e.top),d.save.elementScroll(c)):d.is.bottom()&&(e.bottom-a.height<=a.top?(d.debug("Bottom fixed rail has reached top of container"),d.setInitialPosition()):e.bottom>=s.bottom?(d.debug("Bottom fixed rail has reached bottom of container"),d.bindBottom()):u&&(d.set.scroll(c),d.save.lastScroll(e.top),d.save.elementScroll(c))):d.is.bottom()&&(e.top<=a.top?(d.debug("Jumped from bottom fixed to top fixed, most likely used home/end button"),d.setInitialPosition()):f.pushing?d.is.bound()&&e.bottom<=s.bottom&&(d.debug("Fixing bottom attached element to bottom of browser."),d.fixBottom()):d.is.bound()&&e.top<=s.bottom-a.height&&(d.debug("Fixing bottom attached element to top of browser."),d.fixTop())))},bindTop:function(){d.debug("Binding element to top of parent container"),d.remove.offset(),c.css({left:"",top:"",marginBottom:""}).removeClass(o.fixed).removeClass(o.bottom).addClass(o.bound).addClass(o.top),f.onTop.call(h),f.onUnstick.call(h)},bindBottom:function(){d.debug("Binding element to bottom of parent container"),d.remove.offset(),c.css({left:"",top:""}).removeClass(o.fixed).removeClass(o.top).addClass(o.bound).addClass(o.bottom),f.onBottom.call(h),f.onUnstick.call(h)},setInitialPosition:function(){d.debug("Returning to initial position"),d.unfix(),d.unbind()},fixTop:function(){d.debug("Fixing element to top of page"),f.setSize&&d.set.size(),d.set.minimumSize(),d.set.offset(),c.css({left:d.cache.element.left,bottom:"",marginBottom:""}).removeClass(o.bound).removeClass(o.bottom).addClass(o.fixed).addClass(o.top),f.onStick.call(h)},fixBottom:function(){d.debug("Sticking element to bottom of page"),f.setSize&&d.set.size(),d.set.minimumSize(),d.set.offset(),c.css({left:d.cache.element.left,bottom:"",marginBottom:""}).removeClass(o.bound).removeClass(o.top).addClass(o.fixed).addClass(o.bottom),f.onStick.call(h)},unbind:function(){d.is.bound()&&(d.debug("Removing container bound position on element"),d.remove.offset(),c.removeClass(o.bound).removeClass(o.top).removeClass(o.bottom))},unfix:function(){d.is.fixed()&&(d.debug("Removing fixed position on element"),d.remove.minimumSize(),d.remove.offset(),c.removeClass(o.fixed).removeClass(o.top).removeClass(o.bottom),f.onUnstick.call(h))},reset:function(){d.debug("Resetting elements position"),d.unbind(),d.unfix(),d.resetCSS(),d.remove.offset(),d.remove.lastScroll()},resetCSS:function(){c.css({width:"",height:""}),t.css({height:""})},setting:function(e,t){if(S.isPlainObject(e))S.extend(!0,f,e);else{if(t===E)return f[e];f[e]=t}},internal:function(e,t){if(S.isPlainObject(e))S.extend(!0,d,e);else{if(t===E)return d[e];d[e]=t}},debug:function(){!f.silent&&f.debug&&(f.performance?d.performance.log(arguments):(d.debug=Function.prototype.bind.call(console.info,console,f.name+":"),d.debug.apply(console,arguments)))},verbose:function(){!f.silent&&f.verbose&&f.debug&&(f.performance?d.performance.log(arguments):(d.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),d.verbose.apply(console,arguments)))},error:function(){f.silent||(d.error=Function.prototype.bind.call(console.error,console,f.name+":"),d.error.apply(console,arguments))},performance:{log:function(e){var t,n;f.performance&&(n=(t=(new Date).getTime())-(x||t),x=t,C.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:h,"Execution Time":n})),clearTimeout(d.performance.timer),d.performance.timer=setTimeout(d.performance.display,0)},display:function(){var e=f.name+":",n=0;x=!1,clearTimeout(d.performance.timer),S.each(C,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",y&&(e+=" '"+y+"'"),(console.group!==E||console.table!==E)&&0<C.length&&(console.groupCollapsed(e),console.table?console.table(C):S.each(C,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),C=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||T,t=h||t,"string"==typeof i&&r!==E&&(i=i.split(/[\. ]/),o=i.length-1,S.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(S.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==E)return a=r[n],!1;if(!S.isPlainObject(r[t])||e==o)return r[t]!==E&&(a=r[t]),!1;r=r[t]}})),S.isFunction(a)?n=a.apply(t,e):a!==E&&(n=a),Array.isArray(b)?b.push(n):b!==E?b=[b,n]:n!==E&&(b=n),a}},k?(g===E&&d.initialize(),d.invoke(w)):(g!==E&&g.invoke("destroy"),d.initialize())}),b!==E?b:this},S.fn.sticky.settings={name:"Sticky",namespace:"sticky",silent:!1,debug:!1,verbose:!0,performance:!0,pushing:!1,context:!1,container:!1,scrollContext:D,offset:0,bottomOffset:0,jitter:5,setSize:!0,observeChanges:!1,onReposition:function(){},onScroll:function(){},onStick:function(){},onUnstick:function(){},onTop:function(){},onBottom:function(){},error:{container:"Sticky element must be inside a relative container",visible:"Element is hidden, you must call refresh after element becomes visible. Use silent setting to surpress this warning in production.",method:"The method you called is not defined.",invalidContext:"Context specified does not exist",elementSize:"Sticky element is larger than its container, cannot create sticky."},className:{bound:"bound",fixed:"fixed",supported:"native",top:"top",bottom:"bottom"}}}(jQuery,window,document),function(F,R,O,M){"use strict";F.isWindow=F.isWindow||function(e){return null!=e&&e===e.window},F.isFunction=F.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},R=void 0!==R&&R.Math==Math?R:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),F.fn.tab=function(c){var u,d=F.isFunction(this)?F(R):F(this),f=d.selector||"",m=(new Date).getTime(),g=[],D=c,A="string"==typeof D,E=[].slice.call(arguments,1),P=!1;return d.each(function(){var p,a,h,v,b,y,x=F.isPlainObject(c)?F.extend(!0,{},F.fn.tab.settings,c):F.extend({},F.fn.tab.settings),C=x.className,w=x.metadata,t=x.selector,k=x.error,n=x.regExp,e="."+x.namespace,i="module-"+x.namespace,T=F(this),o={},S=!0,r=0,s=this,l=T.data(i);b={initialize:function(){b.debug("Initializing tab menu item",T),b.fix.callbacks(),b.determineTabs(),b.debug("Determining tabs",x.context,a),x.auto&&b.set.auto(),b.bind.events(),x.history&&!P&&(b.initializeHistory(),P=!0),l===M&&null==b.determine.activeTab()&&(b.debug("No active tab detected, setting first tab active",b.get.initialPath()),b.changeTab(b.get.initialPath())),b.instantiate()},instantiate:function(){b.verbose("Storing instance of module",b),l=b,T.data(i,b)},destroy:function(){b.debug("Destroying tabs",T),T.removeData(i).off(e)},bind:{events:function(){F.isWindow(s)||(b.debug("Attaching tab activation events to element",T),T.on("click"+e,b.event.click))}},determineTabs:function(){var e;"parent"===x.context?(0<T.closest(t.ui).length?(e=T.closest(t.ui),b.verbose("Using closest UI element as parent",e)):e=T,p=e.parent(),b.verbose("Determined parent element for creating context",p)):x.context?(p=F(x.context),b.verbose("Using selector for tab context",x.context,p)):p=F("body"),x.childrenOnly?(a=p.children(t.tabs),b.debug("Searching tab context children for tabs",p,a)):(a=p.find(t.tabs),b.debug("Searching tab context for tabs",p,a))},fix:{callbacks:function(){F.isPlainObject(c)&&(c.onTabLoad||c.onTabInit)&&(c.onTabLoad&&(c.onLoad=c.onTabLoad,delete c.onTabLoad,b.error(k.legacyLoad,c.onLoad)),c.onTabInit&&(c.onFirstLoad=c.onTabInit,delete c.onTabInit,b.error(k.legacyInit,c.onFirstLoad)),x=F.extend(!0,{},F.fn.tab.settings,c))}},initializeHistory:function(){if(b.debug("Initializing page state"),F.address===M)return b.error(k.state),!1;if("state"==x.historyType){if(b.debug("Using HTML5 to manage state"),!1===x.path)return b.error(k.path),!1;F.address.history(!0).state(x.path)}F.address.bind("change",b.event.history.change)},event:{click:function(e){var t=F(this).data(w.tab);t!==M?(x.history?(b.verbose("Updating page state",e),F.address.value(t)):(b.verbose("Changing tab",e),b.changeTab(t)),e.preventDefault()):b.debug("No tab specified")},history:{change:function(e){var t=e.pathNames.join("/")||b.get.initialPath(),n=x.templates.determineTitle(t)||!1;b.performance.display(),b.debug("History change event",t,e),y=e,t!==M&&b.changeTab(t),n&&F.address.title(n)}}},refresh:function(){h&&(b.debug("Refreshing tab",h),b.changeTab(h))},cache:{read:function(e){return e!==M&&o[e]},add:function(e,t){e=e||h,b.debug("Adding cached content for",e),o[e]=t},remove:function(e){e=e||h,b.debug("Removing cached content for",e),delete o[e]}},escape:{string:function(e){return(e=String(e)).replace(n.escape,"\\$&")}},set:{auto:function(){var e="string"==typeof x.path?x.path.replace(/\/$/,"")+"/{$tab}":"/{$tab}";b.verbose("Setting up automatic tab retrieval from server",e),F.isPlainObject(x.apiSettings)?x.apiSettings.url=e:x.apiSettings={url:e}},loading:function(e){var t=b.get.tabElement(e);t.hasClass(C.loading)||(b.verbose("Setting loading state for",t),t.addClass(C.loading).siblings(a).removeClass(C.active+" "+C.loading),0<t.length&&x.onRequest.call(t[0],e))},state:function(e){F.address.value(e)}},changeTab:function(d){var f=R.history&&R.history.pushState&&x.ignoreFirstLoad&&S,m=x.auto||F.isPlainObject(x.apiSettings),g=m&&!f?b.utilities.pathToArray(d):b.get.defaultPathArray(d);d=b.utilities.arrayToPath(g),F.each(g,function(e,t){var n,i,o,a,r=g.slice(0,e+1),s=b.utilities.arrayToPath(r),l=b.is.tab(s),c=e+1==g.length,u=b.get.tabElement(s);if(b.verbose("Looking for tab",t),l){if(b.verbose("Tab was found",t),h=s,v=b.utilities.filterArray(g,r),c?a=!0:(i=g.slice(0,e+2),o=b.utilities.arrayToPath(i),(a=!b.is.tab(o))&&b.verbose("Tab parameters found",i)),a&&m)return f?(b.debug("Ignoring remote content on first tab load",s),S=!1,b.cache.add(d,u.html()),b.activate.all(s),x.onFirstLoad.call(u[0],s,v,y),x.onLoad.call(u[0],s,v,y)):(b.activate.navigation(s),b.fetch.content(s,d)),!1;b.debug("Opened local tab",s),b.activate.all(s),b.cache.read(s)||(b.cache.add(s,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(u[0],s,v,y)),x.onLoad.call(u[0],s,v,y)}else{if(-1!=d.search("/")||""===d)return b.error(k.missingTab,T,p,s),!1;if(d=b.escape.string(d),s=(n=F("#"+d+', a[name="'+d+'"]')).closest("[data-tab]").data(w.tab),u=b.get.tabElement(s),n&&0<n.length&&s)return b.debug("Anchor link used, opening parent tab",u,n),u.hasClass(C.active)||setTimeout(function(){b.scrollTo(n)},0),b.activate.all(s),b.cache.read(s)||(b.cache.add(s,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(u[0],s,v,y)),x.onLoad.call(u[0],s,v,y),!1}})},scrollTo:function(e){var t=!!(e&&0<e.length)&&e.offset().top;!1!==t&&(b.debug("Forcing scroll to an in-page link in a hidden tab",t,e),F(O).scrollTop(t))},update:{content:function(e,t,n){var i=b.get.tabElement(e),o=i[0];n=n!==M?n:x.evaluateScripts,"string"==typeof x.cacheType&&"dom"==x.cacheType.toLowerCase()&&"string"!=typeof t?i.empty().append(F(t).clone(!0)):n?(b.debug("Updating HTML and evaluating inline scripts",e,t),i.html(t)):(b.debug("Updating HTML",e,t),o.innerHTML=t)}},fetch:{content:function(t,n){var e,i,o=b.get.tabElement(t),a={dataType:"html",encodeParameters:!1,on:"now",cache:x.alwaysRefresh,headers:{"X-Remote":!0},onSuccess:function(e){"response"==x.cacheType&&b.cache.add(n,e),b.update.content(t,e),t==h?(b.debug("Content loaded",t),b.activate.tab(t)):b.debug("Content loaded in background",t),x.onFirstLoad.call(o[0],t,v,y),x.onLoad.call(o[0],t,v,y),x.loadOnce?b.cache.add(n,!0):"string"==typeof x.cacheType&&"dom"==x.cacheType.toLowerCase()&&0<o.children().length?setTimeout(function(){var e=o.children().clone(!0);e=e.not("script"),b.cache.add(n,e)},0):b.cache.add(n,o.html())},urlData:{tab:n}},r=o.api("get request")||!1,s=r&&"pending"===r.state();n=n||t,i=b.cache.read(n),x.cache&&i?(b.activate.tab(t),b.debug("Adding cached content",n),x.loadOnce||("once"==x.evaluateScripts?b.update.content(t,i,!1):b.update.content(t,i)),x.onLoad.call(o[0],t,v,y)):s?(b.set.loading(t),b.debug("Content is already loading",n)):F.api!==M?(e=F.extend(!0,{},x.apiSettings,a),b.debug("Retrieving remote content",n,e),b.set.loading(t),o.api(e)):b.error(k.api)}},activate:{all:function(e){b.activate.tab(e),b.activate.navigation(e)},tab:function(e){var t=b.get.tabElement(e),n="siblings"==x.deactivate?t.siblings(a):a.not(t),i=t.hasClass(C.active);b.verbose("Showing tab content for",t),i||(t.addClass(C.active),n.removeClass(C.active+" "+C.loading),0<t.length&&x.onVisible.call(t[0],e))},navigation:function(e){var t=b.get.navElement(e),n="siblings"==x.deactivate?t.siblings(d):d.not(t),i=t.hasClass(C.active);b.verbose("Activating tab navigation for",t,e),i||(t.addClass(C.active),n.removeClass(C.active+" "+C.loading))}},deactivate:{all:function(){b.deactivate.navigation(),b.deactivate.tabs()},navigation:function(){d.removeClass(C.active)},tabs:function(){a.removeClass(C.active+" "+C.loading)}},is:{tab:function(e){return e!==M&&0<b.get.tabElement(e).length}},get:{initialPath:function(){return d.eq(0).data(w.tab)||a.eq(0).data(w.tab)},path:function(){return F.address.value()},defaultPathArray:function(e){return b.utilities.pathToArray(b.get.defaultPath(e))},defaultPath:function(e){var t=d.filter("[data-"+w.tab+'^="'+b.escape.string(e)+'/"]').eq(0).data(w.tab)||!1;if(t){if(b.debug("Found default tab",t),r<x.maxDepth)return r++,b.get.defaultPath(t);b.error(k.recursion)}else b.debug("No default tabs found for",e,a);return r=0,e},navElement:function(e){return e=e||h,d.filter("[data-"+w.tab+'="'+b.escape.string(e)+'"]')},tabElement:function(e){var t,n,i,o;return e=e||h,i=b.utilities.pathToArray(e),o=b.utilities.last(i),t=a.filter("[data-"+w.tab+'="'+b.escape.string(e)+'"]'),n=a.filter("[data-"+w.tab+'="'+b.escape.string(o)+'"]'),0<t.length?t:n},tab:function(){return h}},determine:{activeTab:function(){var i=null;return a.each(function(e,t){if(F(t).hasClass(C.active)){var n=F(this).data(w.tab);d.filter("[data-"+w.tab+'="'+b.escape.string(n)+'"]').hasClass(C.active)&&(i=n)}}),i}},utilities:{filterArray:function(e,t){return F.grep(e,function(e){return-1==F.inArray(e,t)})},last:function(e){return!!Array.isArray(e)&&e[e.length-1]},pathToArray:function(e){return e===M&&(e=h),"string"==typeof e?e.split("/"):[e]},arrayToPath:function(e){return!!Array.isArray(e)&&e.join("/")}},setting:function(e,t){if(b.debug("Changing setting",e,t),F.isPlainObject(e))F.extend(!0,x,e);else{if(t===M)return x[e];F.isPlainObject(x[e])?F.extend(!0,x[e],t):x[e]=t}},internal:function(e,t){if(F.isPlainObject(e))F.extend(!0,b,e);else{if(t===M)return b[e];b[e]=t}},debug:function(){!x.silent&&x.debug&&(x.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,x.name+":"),b.debug.apply(console,arguments)))},verbose:function(){!x.silent&&x.verbose&&x.debug&&(x.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),b.verbose.apply(console,arguments)))},error:function(){x.silent||(b.error=Function.prototype.bind.call(console.error,console,x.name+":"),b.error.apply(console,arguments))},performance:{log:function(e){var t,n;x.performance&&(n=(t=(new Date).getTime())-(m||t),m=t,g.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:s,"Execution Time":n})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var e=x.name+":",n=0;m=!1,clearTimeout(b.performance.timer),F.each(g,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",f&&(e+=" '"+f+"'"),(console.group!==M||console.table!==M)&&0<g.length&&(console.groupCollapsed(e),console.table?console.table(g):F.each(g,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),g=[]}},invoke:function(i,e,t){var o,a,n,r=l;return e=e||E,t=s||t,"string"==typeof i&&r!==M&&(i=i.split(/[\. ]/),o=i.length-1,F.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(F.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==M)return a=r[n],!1;if(!F.isPlainObject(r[t])||e==o)return r[t]!==M?a=r[t]:b.error(k.method,i),!1;r=r[t]}})),F.isFunction(a)?n=a.apply(t,e):a!==M&&(n=a),Array.isArray(u)?u.push(n):u!==M?u=[u,n]:n!==M&&(u=n),a}},A?(l===M&&b.initialize(),b.invoke(D)):(l!==M&&l.invoke("destroy"),b.initialize())}),u!==M?u:this},F.tab=function(){F(R).tab.apply(this,arguments)},F.fn.tab.settings={name:"Tab",namespace:"tab",silent:!1,debug:!1,verbose:!1,performance:!0,auto:!1,history:!1,historyType:"hash",path:!1,context:!1,childrenOnly:!1,maxDepth:25,deactivate:"siblings",alwaysRefresh:!1,cache:!0,loadOnce:!1,cacheType:"response",ignoreFirstLoad:!1,apiSettings:!1,evaluateScripts:"once",onFirstLoad:function(e,t,n){},onLoad:function(e,t,n){},onVisible:function(e,t,n){},onRequest:function(e,t,n){},templates:{determineTitle:function(e){}},error:{api:"You attempted to load content without API module",method:"The method you called is not defined",missingTab:"Activated tab cannot be found. Tabs are case-sensitive.",noContent:"The tab you specified is missing a content url.",path:"History enabled, but no path was specified",recursion:"Max recursive depth reached",legacyInit:"onTabInit has been renamed to onFirstLoad in 2.0, please adjust your code.",legacyLoad:"onTabLoad has been renamed to onLoad in 2.0. Please adjust your code",state:"History requires Asual's Address library <https://github.com/asual/jquery-address>"},regExp:{escape:/[-[\]{}()*+?.,\\^$|#\s:=@]/g},metadata:{tab:"tab",loaded:"loaded",promise:"promise"},className:{loading:"loading",active:"active"},selector:{tabs:".ui.tab",ui:".ui"}}}(jQuery,window,document),function(P,e,t,F){"use strict";P.isFunction=P.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),P.fn.toast=function(C){var w,e=P(this),k=e.selector||"",T=(new Date).getTime(),S=[],D=C,A="string"==typeof D,E=[].slice.call(arguments,1);return e.each(function(){var i,o,a,r,s,l,c,u,d=P.isPlainObject(C)?P.extend(!0,{},P.fn.toast.settings,C):P.extend({},P.fn.toast.settings),f=d.className,e=d.selector,m=d.error,t=d.namespace,g=d.fields,n="."+t,p=t+"-module",h=P(this),v=d.context?P(d.context):P("body"),b=h.hasClass("toast")||h.hasClass("message")||h.hasClass("card"),y=this,x=b?h.data(p):F;u={initialize:function(){u.verbose("Initializing element"),u.has.container()||u.create.container(),(b||""!==d.message||""!==d.title||""!==u.get.iconClass()||d.showImage||u.has.configActions())&&("string"==typeof d.showProgress&&-1!==[f.top,f.bottom].indexOf(d.showProgress)||(d.showProgress=!1),u.create.toast(),d.closeOnClick&&(d.closeIcon||0<P(o).find(e.input).length||u.has.configActions())&&(d.closeOnClick=!1),d.closeOnClick||i.addClass(f.unclickable),u.bind.events()),u.instantiate(),i&&u.show()},instantiate:function(){u.verbose("Storing instance of toast"),x=u,h.data(p,x)},destroy:function(){i&&(u.debug("Removing toast",i),u.unbind.events(),i.remove(),l=o=i=F,d.onRemove.call(i,y),c=s=r=F),h.removeData(p)},show:function(e){e=e||function(){},u.debug("Showing toast"),!1!==d.onShow.call(i,y)?u.animate.show(e):u.debug("onShow callback returned false, cancelling toast animation")},close:function(e){e=e||function(){},u.remove.visible(),u.unbind.events(),u.animate.close(e)},create:{container:function(){u.verbose("Creating container"),v.append(P("<div/>",{class:d.position+" "+f.container}))},toast:function(){if(i=P("<div/>",{class:f.box}),b)o=d.cloneModule?h.clone().removeAttr("id"):h,c=o.find("> i"+u.helpers.toClass(f.close)),d.closeIcon=0<c.length;else{u.verbose("Creating toast"),o=P("<div/>");var e=P("<div/>",{class:f.content}),t=u.get.iconClass();""!==t&&o.append(P("<i/>",{class:t+" "+f.icon})),d.showImage&&o.append(P("<img>",{class:f.image+" "+d.classImage,src:d.showImage})),""!==d.title&&e.append(P("<div/>",{class:f.title,text:d.title})),e.append(P("<div/>",{html:u.helpers.escape(d.message,d.preserveHTML)})),o.addClass(d.class+" "+f.toast).append(e),o.css("opacity",d.opacity),d.closeIcon&&((c=P("<i/>",{class:f.close+" "+("string"==typeof d.closeIcon?d.closeIcon:"")})).hasClass(f.left)?o.prepend(c):o.append(c))}if(o.hasClass(f.compact)&&(d.compact=!0),o.hasClass("card")&&(d.compact=!1),a=o.find(".actions"),u.has.configActions()&&(0===a.length&&(a=P("<div/>",{class:f.actions+" "+(d.classActions||"")}).appendTo(o)),o.hasClass("card")&&!a.hasClass(f.attached)&&(a.addClass(f.extraContent),a.hasClass(f.vertical)&&(a.removeClass(f.vertical),u.error(m.verticalCard))),d.actions.forEach(function(e){var t=e[g.icon]?'<i class="'+u.helpers.deQuote(e[g.icon])+' icon"></i>':"",n=u.helpers.escape(e[g.text]||"",d.preserveHTML),i=u.helpers.deQuote(e[g.class]||""),o=e[g.click]&&P.isFunction(e[g.click])?e[g.click]:function(){};a.append(P("<button/>",{html:t+n,class:f.button+" "+i,click:function(){!1!==o.call(y,h)&&u.close()}}))})),a&&a.hasClass(f.vertical)&&o.addClass(f.vertical),0<a.length&&!a.hasClass(f.attached)&&(!a||a.hasClass(f.basic)&&!a.hasClass(f.left)||o.addClass(f.actions)),"auto"===d.displayTime&&(d.displayTime=Math.max(d.minDisplayTime,o.text().split(" ").length/d.wordsPerMinute*6e4)),i.append(o),0<a.length&&a.hasClass(f.attached)&&(a.addClass(f.buttons),a.detach(),o.addClass(f.attached),a.hasClass(f.vertical)?(o.wrap(P("<div/>",{class:f.vertical+" "+f.attached+" "+(d.compact?f.compact:"")})),a.hasClass(f.left)?o.addClass(f.left).parent().addClass(f.left).prepend(a):o.parent().append(a)):a.hasClass(f.top)?(i.prepend(a),o.addClass(f.bottom)):(i.append(a),o.addClass(f.top))),h!==o&&(y=(h=o)[0]),0<d.displayTime){var n=f.progressing+" "+(d.pauseOnHover?f.pausable:"");d.showProgress&&(r=P("<div/>",{class:f.progress+" "+(d.classProgress||d.class),"data-percent":""}),d.classProgress||(o.hasClass("toast")&&!o.hasClass(f.inverted)?r.addClass(f.inverted):r.removeClass(f.inverted)),s=P("<div/>",{class:"bar "+(d.progressUp?"up ":"down ")+n}),r.addClass(d.showProgress).append(s),r.hasClass(f.top)?i.prepend(r):i.append(r),s.css("animation-duration",d.displayTime/1e3+"s")),(l=P("<span/>",{class:"wait "+n})).css("animation-duration",d.displayTime/1e3+"s"),l.appendTo(o)}d.compact&&(i.addClass(f.compact),o.addClass(f.compact),r&&r.addClass(f.compact)),d.newestOnTop?i.prependTo(u.get.container()):i.appendTo(u.get.container())}},bind:{events:function(){u.debug("Binding events to toast"),(d.closeOnClick||d.closeIcon)&&(d.closeIcon?c:o).on("click"+n,u.event.click),l&&l.on("animationend"+n,u.close),i.on("click"+n,e.approve,u.event.approve).on("click"+n,e.deny,u.event.deny)}},unbind:{events:function(){u.debug("Unbinding events to toast"),(d.closeOnClick||d.closeIcon)&&(d.closeIcon?c:o).off("click"+n),l&&l.off("animationend"+n),i.off("click"+n)}},animate:{show:function(e){e=P.isFunction(e)?e:function(){},d.transition&&u.can.useElement("transition")&&h.transition("is supported")&&(u.set.visible(),i.transition({animation:d.transition.showMethod+" in",queue:!1,debug:d.debug,verbose:d.verbose,duration:d.transition.showDuration,onComplete:function(){e.call(i,y),d.onVisible.call(i,y)}}))},close:function(e){e=P.isFunction(e)?e:function(){},u.debug("Closing toast"),!1!==d.onHide.call(i,y)?d.transition&&P.fn.transition!==F&&h.transition("is supported")?i.transition({animation:d.transition.hideMethod+" out",queue:!1,duration:d.transition.hideDuration,debug:d.debug,verbose:d.verbose,interval:50,onBeforeHide:function(e){e=P.isFunction(e)?e:function(){},""!==d.transition.closeEasing?(i.css("opacity",0),i.wrap("<div/>").parent().slideUp(500,d.transition.closeEasing,function(){i&&(i.parent().remove(),e.call(i))})):e.call(i)},onComplete:function(){e.call(i,y),d.onHidden.call(i,y),u.destroy()}}):u.error(m.noTransition):u.debug("onHide callback returned false, cancelling toast animation")},pause:function(){l.css("animationPlayState","paused"),s&&s.css("animationPlayState","paused")},continue:function(){l.css("animationPlayState","running"),s&&s.css("animationPlayState","running")}},has:{container:function(){return u.verbose("Determining if there is already a container"),0<v.find(u.helpers.toClass(d.position)+e.container).length},toast:function(){return!!u.get.toast()},toasts:function(){return 0<u.get.toasts().length},configActions:function(){return Array.isArray(d.actions)&&0<d.actions.length}},get:{container:function(){return v.find(u.helpers.toClass(d.position)+e.container)[0]},toastBox:function(){return i||null},toast:function(){return o||null},toasts:function(){return P(u.get.container()).find(e.box)},iconClass:function(){return"string"==typeof d.showIcon?d.showIcon:d.showIcon&&d.icons[d.class]?d.icons[d.class]:""},remainingTime:function(){return l?l.css("opacity")*d.displayTime:0}},set:{visible:function(){o.addClass(f.visible)}},remove:{visible:function(){o.removeClass(f.visible)}},event:{click:function(e){0===P(e.target).closest("a").length&&(d.onClick.call(i,y),u.close())},approve:function(){!1!==d.onApprove.call(y,h)?u.close():u.verbose("Approve callback returned false cancelling close")},deny:function(){!1!==d.onDeny.call(y,h)?u.close():u.verbose("Deny callback returned false cancelling close")}},helpers:{toClass:function(e){var t=e.split(" "),n="";return t.forEach(function(e){n+="."+e}),n},deQuote:function(e){return String(e).replace(/"/g,"")},escape:function(e,t){if(t)return e;var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return n[e]}):e}},can:{useElement:function(e){return P.fn[e]!==F||(u.error(m.noElement.replace("{element}",e)),!1)}},setting:function(e,t){if(u.debug("Changing setting",e,t),P.isPlainObject(e))P.extend(!0,d,e);else{if(t===F)return d[e];P.isPlainObject(d[e])?P.extend(!0,d[e],t):d[e]=t}},internal:function(e,t){if(P.isPlainObject(e))P.extend(!0,u,e);else{if(t===F)return u[e];u[e]=t}},debug:function(){!d.silent&&d.debug&&(d.performance?u.performance.log(arguments):(u.debug=Function.prototype.bind.call(console.info,console,d.name+":"),u.debug.apply(console,arguments)))},verbose:function(){!d.silent&&d.verbose&&d.debug&&(d.performance?u.performance.log(arguments):(u.verbose=Function.prototype.bind.call(console.info,console,d.name+":"),u.verbose.apply(console,arguments)))},error:function(){d.silent||(u.error=Function.prototype.bind.call(console.error,console,d.name+":"),u.error.apply(console,arguments))},performance:{log:function(e){var t,n;d.performance&&(n=(t=(new Date).getTime())-(T||t),T=t,S.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:y,"Execution Time":n})),clearTimeout(u.performance.timer),u.performance.timer=setTimeout(u.performance.display,500)},display:function(){var e=d.name+":",n=0;T=!1,clearTimeout(u.performance.timer),P.each(S,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",k&&(e+=" '"+k+"'"),(console.group!==F||console.table!==F)&&0<S.length&&(console.groupCollapsed(e),console.table?console.table(S):P.each(S,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),S=[]}},invoke:function(i,e,t){var o,a,n,r=x;return e=e||E,t=y||t,"string"==typeof i&&r!==F&&(i=i.split(/[\. ]/),o=i.length-1,P.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(P.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==F)return a=r[n],!1;if(!P.isPlainObject(r[t])||e==o)return r[t]!==F?a=r[t]:u.error(m.method,i),!1;r=r[t]}})),P.isFunction(a)?n=a.apply(t,e):a!==F&&(n=a),Array.isArray(w)?w.push(n):w!==F?w=[w,n]:n!==F&&(w=n),a}},A?(x===F&&u.initialize(),u.invoke(D)):(x!==F&&x.invoke("destroy"),u.initialize(),w=h)}),w!==F?w:this},P.fn.toast.settings={name:"Toast",namespace:"toast",silent:!1,debug:!1,verbose:!1,performance:!0,context:"body",position:"top right",class:"neutral",classProgress:!1,classActions:!1,classImage:"mini",title:"",message:"",displayTime:3e3,minDisplayTime:1e3,wordsPerMinute:120,showIcon:!1,newestOnTop:!1,showProgress:!1,pauseOnHover:!0,progressUp:!1,opacity:1,compact:!0,closeIcon:!1,closeOnClick:!0,cloneModule:!0,actions:!1,preserveHTML:!0,showImage:!1,transition:{showMethod:"scale",showDuration:500,hideMethod:"scale",hideDuration:500,closeEasing:"easeOutCubic"},error:{method:"The method you called is not defined.",noElement:"This module requires ui {element}",verticalCard:"Vertical but not attached actions are not supported for card layout"},className:{container:"ui toast-container",box:"floating toast-box",progress:"ui attached active progress",toast:"ui toast",icon:"centered icon",visible:"visible",content:"content",title:"ui header",actions:"actions",extraContent:"extra content",button:"ui button",buttons:"ui buttons",close:"close icon",image:"ui image",vertical:"vertical",attached:"attached",inverted:"inverted",compact:"compact",pausable:"pausable",progressing:"progressing",top:"top",bottom:"bottom",left:"left",basic:"basic",unclickable:"unclickable"},icons:{info:"info",success:"checkmark",warning:"warning",error:"times"},selector:{container:".ui.toast-container",box:".toast-box",toast:".ui.toast",input:'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel"},fields:{class:"class",text:"text",icon:"icon",click:"click"},onShow:function(){},onVisible:function(){},onClick:function(){},onHide:function(){},onHidden:function(){},onRemove:function(){},onApprove:function(){},onDeny:function(){}},P.extend(P.easing,{easeOutBounce:function(e,t,n,i,o){return(t/=o)<1/2.75?i*(7.5625*t*t)+n:t<2/2.75?i*(7.5625*(t-=1.5/2.75)*t+.75)+n:t<2.5/2.75?i*(7.5625*(t-=2.25/2.75)*t+.9375)+n:i*(7.5625*(t-=2.625/2.75)*t+.984375)+n},easeOutCubic:function(e){return--e*e*e+1}})}(jQuery,window,document),function(C,e,w,k){"use strict";C.isFunction=C.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),C.fn.transition=function(){var c,r=C(this),g=r.selector||"",p=(new Date).getTime(),h=[],v=arguments,b=v[0],y=[].slice.call(arguments,1),x="string"==typeof b;return r.each(function(i){var u,s,t,d,n,o,e,a,f,m=C(this),l=this;(f={initialize:function(){u=f.get.settings.apply(l,v),d=u.className,t=u.error,n=u.metadata,a="."+u.namespace,e="module-"+u.namespace,s=m.data(e)||f,o=f.get.animationEndEvent(),!1===(x=x&&f.invoke(b))&&(f.verbose("Converted arguments into settings object",u),u.interval?f.delay(u.animate):f.animate(),f.instantiate())},instantiate:function(){f.verbose("Storing instance of module",f),s=f,m.data(e,s)},destroy:function(){f.verbose("Destroying previous module for",l),m.removeData(e)},refresh:function(){f.verbose("Refreshing display type on next animation"),delete f.displayType},forceRepaint:function(){f.verbose("Forcing element repaint");var e=m.parent(),t=m.next();0===t.length?m.detach().appendTo(e):m.detach().insertBefore(t)},repaint:function(){f.verbose("Repainting element");l.offsetWidth},delay:function(e){var t,n=f.get.animationDirection();n=n||(f.can.transition()?f.get.direction():"static"),e=e!==k?e:u.interval,t="auto"==u.reverse&&n==d.outward||1==u.reverse?(r.length-i)*u.interval:i*u.interval,f.debug("Delaying animation by",t),setTimeout(f.animate,t)},animate:function(e){if(u=e||u,!f.is.supported())return f.error(t.support),!1;if(f.debug("Preparing animation",u.animation),f.is.animating()){if(u.queue)return!u.allowRepeats&&f.has.direction()&&f.is.occurring()&&!0!==f.queuing?f.debug("Animation is currently occurring, preventing queueing same animation",u.animation):f.queue(u.animation),!1;if(!u.allowRepeats&&f.is.occurring())return f.debug("Animation is already occurring, will not execute repeated animation",u.animation),!1;f.debug("New animation started, completing previous early",u.animation),s.complete()}f.can.animate()?f.set.animating(u.animation):f.error(t.noAnimation,u.animation,l)},reset:function(){f.debug("Resetting animation to beginning conditions"),f.remove.animationCallbacks(),f.restore.conditions(),f.remove.animating()},queue:function(e){f.debug("Queueing animation of",e),f.queuing=!0,m.one(o+".queue"+a,function(){f.queuing=!1,f.repaint(),f.animate.apply(this,u)})},complete:function(e){e&&e.target===l&&e.stopPropagation(),f.debug("Animation complete",u.animation),f.remove.completeCallback(),f.remove.failSafe(),f.is.looping()||(f.is.outward()?(f.verbose("Animation is outward, hiding element"),f.restore.conditions(),f.hide()):f.is.inward()?(f.verbose("Animation is outward, showing element"),f.restore.conditions(),f.show()):(f.verbose("Static animation completed"),f.restore.conditions(),u.onComplete.call(l)))},force:{visible:function(){var e=m.attr("style"),t=f.get.userStyle(e),n=f.get.displayType(),i=t+"display: "+n+" !important;",o=m[0].style.display;return!n||"none"===o&&u.skipInlineHidden||m[0].tagName.match(/(script|link|style)/i)?(f.remove.transition(),!1):(f.verbose("Overriding default display to show element",n),m.attr("style",i),!0)},hidden:function(){var e=m.attr("style"),t=m.css("display"),n=e===k||""===e;"none"===t||f.is.hidden()?n&&m.removeAttr("style"):(f.verbose("Overriding default display to hide element"),m.css("display","none"))}},has:{direction:function(e){var n=!1;return"string"==typeof(e=e||u.animation)&&(e=e.split(" "),C.each(e,function(e,t){t!==d.inward&&t!==d.outward||(n=!0)})),n},inlineDisplay:function(){var e=m.attr("style")||"";return Array.isArray(e.match(/display.*?;/,""))}},set:{animating:function(e){f.remove.completeCallback(),e=e||u.animation;var t=f.get.animationClass(e);f.save.animation(t),f.force.visible()&&(f.remove.hidden(),f.remove.direction(),f.start.animation(t))},duration:function(e,t){!(t="number"==typeof(t=t||u.duration)?t+"ms":t)&&0!==t||(f.verbose("Setting animation duration",t),m.css({"animation-duration":t}))},direction:function(e){(e=e||f.get.direction())==d.inward?f.set.inward():f.set.outward()},looping:function(){f.debug("Transition set to loop"),m.addClass(d.looping)},hidden:function(){m.addClass(d.transition).addClass(d.hidden)},inward:function(){f.debug("Setting direction to inward"),m.removeClass(d.outward).addClass(d.inward)},outward:function(){f.debug("Setting direction to outward"),m.removeClass(d.inward).addClass(d.outward)},visible:function(){m.addClass(d.transition).addClass(d.visible)}},start:{animation:function(e){e=e||f.get.animationClass(),f.debug("Starting tween",e),m.addClass(e).one(o+".complete"+a,f.complete),u.useFailSafe&&f.add.failSafe(),f.set.duration(u.duration),u.onStart.call(l)}},save:{animation:function(e){f.cache||(f.cache={}),f.cache.animation=e},displayType:function(e){"none"!==e&&m.data(n.displayType,e)},transitionExists:function(e,t){C.fn.transition.exists[e]=t,f.verbose("Saving existence of transition",e,t)}},restore:{conditions:function(){var e=f.get.currentAnimation();e&&(m.removeClass(e),f.verbose("Removing animation class",f.cache)),f.remove.duration()}},add:{failSafe:function(){var e=f.get.duration();f.timer=setTimeout(function(){m.triggerHandler(o)},e+u.failSafeDelay),f.verbose("Adding fail safe timer",f.timer)}},remove:{animating:function(){m.removeClass(d.animating)},animationCallbacks:function(){f.remove.queueCallback(),f.remove.completeCallback()},queueCallback:function(){m.off(".queue"+a)},completeCallback:function(){m.off(".complete"+a)},display:function(){m.css("display","")},direction:function(){m.removeClass(d.inward).removeClass(d.outward)},duration:function(){m.css("animation-duration","")},failSafe:function(){f.verbose("Removing fail safe timer",f.timer),f.timer&&clearTimeout(f.timer)},hidden:function(){m.removeClass(d.hidden)},visible:function(){m.removeClass(d.visible)},looping:function(){f.debug("Transitions are no longer looping"),f.is.looping()&&(f.reset(),m.removeClass(d.looping))},transition:function(){m.removeClass(d.transition).removeClass(d.visible).removeClass(d.hidden)}},get:{settings:function(e,t,n){return"object"==typeof e?C.extend(!0,{},C.fn.transition.settings,e):"function"==typeof n?C.extend({},C.fn.transition.settings,{animation:e,onComplete:n,duration:t}):"string"==typeof t||"number"==typeof t?C.extend({},C.fn.transition.settings,{animation:e,duration:t}):"object"==typeof t?C.extend({},C.fn.transition.settings,t,{animation:e}):"function"==typeof t?C.extend({},C.fn.transition.settings,{animation:e,onComplete:t}):C.extend({},C.fn.transition.settings,{animation:e})},animationClass:function(e){var t=e||u.animation,n=f.can.transition()&&!f.has.direction()?f.get.direction()+" ":"";return d.animating+" "+d.transition+" "+n+t},currentAnimation:function(){return!(!f.cache||f.cache.animation===k)&&f.cache.animation},currentDirection:function(){return f.is.inward()?d.inward:d.outward},direction:function(){return f.is.hidden()||!f.is.visible()?d.inward:d.outward},animationDirection:function(e){var n;return"string"==typeof(e=e||u.animation)&&(e=e.split(" "),C.each(e,function(e,t){t===d.inward?n=d.inward:t===d.outward&&(n=d.outward)})),n||!1},duration:function(e){return!1===(e=e||u.duration)&&(e=m.css("animation-duration")||0),"string"==typeof e?-1<e.indexOf("ms")?parseFloat(e):1e3*parseFloat(e):e},displayType:function(e){if(e=e===k||e,u.displayType)return u.displayType;if(e&&m.data(n.displayType)===k){var t=m.css("display");""===t||"none"===t?f.can.transition(!0):f.save.displayType(t)}return m.data(n.displayType)},userStyle:function(e){return(e=e||m.attr("style")||"").replace(/display.*?;/,"")},transitionExists:function(e){return C.fn.transition.exists[e]},animationStartEvent:function(){var e,t=w.createElement("div"),n={animation:"animationstart",OAnimation:"oAnimationStart",MozAnimation:"mozAnimationStart",WebkitAnimation:"webkitAnimationStart"};for(e in n)if(t.style[e]!==k)return n[e];return!1},animationEndEvent:function(){var e,t=w.createElement("div"),n={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(e in n)if(t.style[e]!==k)return n[e];return!1}},can:{transition:function(e){var t,n,i,o,a,r,s=u.animation,l=f.get.transitionExists(s),c=f.get.displayType(!1);if(l===k||e){if(f.verbose("Determining whether animation exists"),t=m.attr("class"),n=m.prop("tagName"),o=(i=C("<"+n+" />").addClass(t).insertAfter(m)).addClass(s).removeClass(d.inward).removeClass(d.outward).addClass(d.animating).addClass(d.transition).css("animationName"),a=i.addClass(d.inward).css("animationName"),c||(c=i.attr("class",t).removeAttr("style").removeClass(d.hidden).removeClass(d.visible).show().css("display"),f.verbose("Determining final display state",c),f.save.displayType(c)),i.remove(),o!=a)f.debug("Direction exists for animation",s),r=!0;else{if("none"==o||!o)return void f.debug("No animation defined in css",s);f.debug("Static animation found",s,c),r=!1}f.save.transitionExists(s,r)}return l!==k?l:r},animate:function(){return f.can.transition()!==k}},is:{animating:function(){return m.hasClass(d.animating)},inward:function(){return m.hasClass(d.inward)},outward:function(){return m.hasClass(d.outward)},looping:function(){return m.hasClass(d.looping)},occurring:function(e){return e="."+(e=e||u.animation).replace(" ","."),0<m.filter(e).length},visible:function(){return m.is(":visible")},hidden:function(){return"hidden"===m.css("visibility")},supported:function(){return!1!==o}},hide:function(){f.verbose("Hiding element"),f.is.animating()&&f.reset(),l.blur(),f.remove.display(),f.remove.visible(),C.isFunction(u.onBeforeHide)?u.onBeforeHide.call(l,function(){f.hideNow()}):f.hideNow()},hideNow:function(){f.set.hidden(),f.force.hidden(),u.onHide.call(l),u.onComplete.call(l)},show:function(e){f.verbose("Showing element",e),f.force.visible()&&(f.remove.hidden(),f.set.visible(),u.onShow.call(l),u.onComplete.call(l))},toggle:function(){f.is.visible()?f.hide():f.show()},stop:function(){f.debug("Stopping current animation"),m.triggerHandler(o)},stopAll:function(){f.debug("Stopping all animation"),f.remove.queueCallback(),m.triggerHandler(o)},clear:{queue:function(){f.debug("Clearing animation queue"),f.remove.queueCallback()}},enable:function(){f.verbose("Starting animation"),m.removeClass(d.disabled)},disable:function(){f.debug("Stopping animation"),m.addClass(d.disabled)},setting:function(e,t){if(f.debug("Changing setting",e,t),C.isPlainObject(e))C.extend(!0,u,e);else{if(t===k)return u[e];C.isPlainObject(u[e])?C.extend(!0,u[e],t):u[e]=t}},internal:function(e,t){if(C.isPlainObject(e))C.extend(!0,f,e);else{if(t===k)return f[e];f[e]=t}},debug:function(){!u.silent&&u.debug&&(u.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,u.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!u.silent&&u.verbose&&u.debug&&(u.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,u.name+":"),f.verbose.apply(console,arguments)))},error:function(){u.silent||(f.error=Function.prototype.bind.call(console.error,console,u.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,n;u.performance&&(n=(t=(new Date).getTime())-(p||t),p=t,h.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:l,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var e=u.name+":",n=0;p=!1,clearTimeout(f.performance.timer),C.each(h,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",g&&(e+=" '"+g+"'"),1<r.length&&(e+=" ("+r.length+")"),(console.group!==k||console.table!==k)&&0<h.length&&(console.groupCollapsed(e),console.table?console.table(h):C.each(h,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),h=[]}},invoke:function(i,e,t){var o,a,n,r=s;return e=e||y,t=l||t,"string"==typeof i&&r!==k&&(i=i.split(/[\. ]/),o=i.length-1,C.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(C.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==k)return a=r[n],!1;if(!C.isPlainObject(r[t])||e==o)return r[t]!==k&&(a=r[t]),!1;r=r[t]}})),C.isFunction(a)?n=a.apply(t,e):a!==k&&(n=a),Array.isArray(c)?c.push(n):c!==k?c=[c,n]:n!==k&&(c=n),a!==k&&a}}).initialize()}),c!==k?c:this},C.fn.transition.exists={},C.fn.transition.settings={name:"Transition",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"transition",interval:0,reverse:"auto",onStart:function(){},onComplete:function(){},onShow:function(){},onHide:function(){},useFailSafe:!0,failSafeDelay:100,allowRepeats:!1,displayType:!1,animation:"fade",duration:!1,queue:!0,skipInlineHidden:!1,metadata:{displayType:"display"},className:{animating:"animating",disabled:"disabled",hidden:"hidden",inward:"in",loading:"loading",looping:"looping",outward:"out",transition:"transition",visible:"visible"},error:{noAnimation:"Element is no longer attached to DOM. Unable to animate. Use silent setting to surpress this warning in production.",repeated:"That animation is already occurring, cancelling repeated animation",method:"The method you called is not defined",support:"This browser does not support CSS animations"}}}(jQuery,window,document),function(E,P,e,F){"use strict";E.isWindow=E.isWindow||function(e){return null!=e&&e===e.window},P=void 0!==P&&P.Math==Math?P:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),E.api=E.fn.api=function(x){var C,e=E.isFunction(this)?E(P):E(this),w=e.selector||"",k=(new Date).getTime(),T=[],S=x,D="string"==typeof S,A=[].slice.call(arguments,1);return e.each(function(){var a,r,n,e,s,l,c=E.isPlainObject(x)?E.extend(!0,{},E.fn.api.settings,x):E.extend({},E.fn.api.settings),t=c.namespace,i=c.metadata,o=c.selector,u=c.error,d=c.className,f="."+t,m="module-"+t,g=E(this),p=g.closest(o.form),h=c.stateContext?E(c.stateContext):g,v=this,b=h[0],y=g.data(m);l={initialize:function(){D||l.bind.events(),l.instantiate()},instantiate:function(){l.verbose("Storing instance of module",l),y=l,g.data(m,y)},destroy:function(){l.verbose("Destroying previous module for",v),g.removeData(m).off(f)},bind:{events:function(){var e=l.get.event();e?(l.verbose("Attaching API events to element",e),g.on(e+f,l.event.trigger)):"now"==c.on&&(l.debug("Querying API endpoint immediately"),l.query())}},decode:{json:function(e){if(e!==F&&"string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}},read:{cachedResponse:function(e){var t;if(P.Storage!==F)return t=sessionStorage.getItem(e),l.debug("Using cached response",e,t),t=l.decode.json(t);l.error(u.noStorage)}},write:{cachedResponse:function(e,t){t&&""===t?l.debug("Response empty, not caching",t):P.Storage!==F?(E.isPlainObject(t)&&(t=JSON.stringify(t)),sessionStorage.setItem(e,t),l.verbose("Storing cached response for url",e,t)):l.error(u.noStorage)}},query:function(){if(l.is.disabled())l.debug("Element is disabled API request aborted");else{if(l.is.loading()){if(!c.interruptRequests)return void l.debug("Cancelling request, previous request is still pending");l.debug("Interrupting previous request"),l.abort()}if(c.defaultData&&E.extend(!0,c.urlData,l.get.defaultData()),c.serializeForm&&(c.data=l.add.formData(c.data)),!1===(r=l.get.settings()))return l.cancelled=!0,void l.error(u.beforeSend);if(l.cancelled=!1,(n=l.get.templatedURL())||l.is.mocked()){if((n=l.add.urlData(n))||l.is.mocked()){if(r.url=c.base+n,a=E.extend(!0,{},c,{type:c.method||c.type,data:e,url:c.base+n,beforeSend:c.beforeXHR,success:function(){},failure:function(){},complete:function(){}}),l.debug("Querying URL",a.url),l.verbose("Using AJAX settings",a),"local"===c.cache&&l.read.cachedResponse(n))return l.debug("Response returned from local cache"),l.request=l.create.request(),void l.request.resolveWith(b,[l.read.cachedResponse(n)]);c.throttle?c.throttleFirstRequest||l.timer?(l.debug("Throttling request",c.throttle),clearTimeout(l.timer),l.timer=setTimeout(function(){l.timer&&delete l.timer,l.debug("Sending throttled request",e,a.method),l.send.request()},c.throttle)):(l.debug("Sending request",e,a.method),l.send.request(),l.timer=setTimeout(function(){},c.throttle)):(l.debug("Sending request",e,a.method),l.send.request())}}else l.error(u.missingURL)}},should:{removeError:function(){return!0===c.hideError||"auto"===c.hideError&&!l.is.form()}},is:{disabled:function(){return 0<g.filter(o.disabled).length},expectingJSON:function(){return"json"===c.dataType||"jsonp"===c.dataType},form:function(){return g.is("form")||h.is("form")},mocked:function(){return c.mockResponse||c.mockResponseAsync||c.response||c.responseAsync},input:function(){return g.is("input")},loading:function(){return!!l.request&&"pending"==l.request.state()},abortedRequest:function(e){return e&&e.readyState!==F&&0===e.readyState?(l.verbose("XHR request determined to be aborted"),!0):(l.verbose("XHR request was not aborted"),!1)},validResponse:function(e){return l.is.expectingJSON()&&E.isFunction(c.successTest)?(l.debug("Checking JSON returned success",c.successTest,e),c.successTest(e)?(l.debug("Response passed success test",e),!0):(l.debug("Response failed success test",e),!1)):(l.verbose("Response is not JSON, skipping validation",c.successTest,e),!0)}},was:{cancelled:function(){return l.cancelled||!1},succesful:function(){return l.verbose('This behavior will be deleted due to typo. Use "was successful" instead.'),l.was.successful()},successful:function(){return l.request&&"resolved"==l.request.state()},failure:function(){return l.request&&"rejected"==l.request.state()},complete:function(){return l.request&&("resolved"==l.request.state()||"rejected"==l.request.state())}},add:{urlData:function(o,a){var e,t;return o&&(e=o.match(c.regExp.required),t=o.match(c.regExp.optional),a=a||c.urlData,e&&(l.debug("Looking for required URL variables",e),E.each(e,function(e,t){var n=-1!==t.indexOf("$")?t.substr(2,t.length-3):t.substr(1,t.length-2),i=E.isPlainObject(a)&&a[n]!==F?a[n]:g.data(n)!==F?g.data(n):h.data(n)!==F?h.data(n):a[n];if(i===F)return l.error(u.requiredParameter,n,o),o=!1;l.verbose("Found required variable",n,i),i=c.encodeParameters?l.get.urlEncodedValue(i):i,o=o.replace(t,i)})),t&&(l.debug("Looking for optional URL variables",e),E.each(t,function(e,t){var n=-1!==t.indexOf("$")?t.substr(3,t.length-4):t.substr(2,t.length-3),i=E.isPlainObject(a)&&a[n]!==F?a[n]:g.data(n)!==F?g.data(n):h.data(n)!==F?h.data(n):a[n];o=i!==F?(l.verbose("Optional variable Found",n,i),o.replace(t,i)):(l.verbose("Optional variable not found",n),-1!==o.indexOf("/"+t)?o.replace("/"+t,""):o.replace(t,""))}))),o},formData:function(e){var t=E.fn.serializeObject!==F,n=t?p.serializeObject():p.serialize();return e=e||c.data,e=E.isPlainObject(e)?t?(l.debug("Extending existing data with form data",e,n),E.extend(!0,{},e,n)):(l.error(u.missingSerialize),l.debug("Cant extend data. Replacing data with form data",e,n),n):(l.debug("Adding form data",n),n)}},send:{request:function(){l.set.loading(),l.request=l.create.request(),l.is.mocked()?l.mockedXHR=l.create.mockedXHR():l.xhr=l.create.xhr(),c.onRequest.call(b,l.request,l.xhr)}},event:{trigger:function(e){l.query(),"submit"!=e.type&&"click"!=e.type||e.preventDefault()},xhr:{always:function(){},done:function(e,t,n){var i=this,o=(new Date).getTime()-s,a=c.loadingDuration-o,r=!!E.isFunction(c.onResponse)&&(l.is.expectingJSON()&&!c.rawResponse?c.onResponse.call(i,E.extend(!0,{},e)):c.onResponse.call(i,e));a=0<a?a:0,r&&(l.debug("Modified API response in onResponse callback",c.onResponse,r,e),e=r),0<a&&l.debug("Response completed early delaying state change by",a),setTimeout(function(){l.is.validResponse(e)?l.request.resolveWith(i,[e,n]):l.request.rejectWith(i,[n,"invalid"])},a)},fail:function(e,t,n){var i=this,o=(new Date).getTime()-s,a=c.loadingDuration-o;0<(a=0<a?a:0)&&l.debug("Response completed early delaying state change by",a),setTimeout(function(){l.is.abortedRequest(e)?l.request.rejectWith(i,[e,"aborted",n]):l.request.rejectWith(i,[e,"error",t,n])},a)}},request:{done:function(e,t){l.debug("Successful API Response",e),"local"===c.cache&&n&&(l.write.cachedResponse(n,e),l.debug("Saving server response locally",l.cache)),c.onSuccess.call(b,e,g,t)},complete:function(e,t){var n,i;l.was.successful()?(i=e,n=t):(n=e,i=l.get.responseFromXHR(n)),l.remove.loading(),c.onComplete.call(b,i,g,n)},fail:function(e,t,n){var i=l.get.responseFromXHR(e),o=l.get.errorFromRequest(i,t,n);if("aborted"==t)return l.debug("XHR Aborted (Most likely caused by page navigation or CORS Policy)",t,n),c.onAbort.call(b,t,g,e),!0;"invalid"==t?l.debug("JSON did not pass success test. A server-side error has most likely occurred",i):"error"==t&&e!==F&&(l.debug("XHR produced a server error",t,n),(e.status<200||300<=e.status)&&n!==F&&""!==n&&l.error(u.statusMessage+n,a.url),c.onError.call(b,o,g,e)),c.errorDuration&&"aborted"!==t&&(l.debug("Adding error state"),l.set.error(),l.should.removeError()&&setTimeout(l.remove.error,c.errorDuration)),l.debug("API Request failed",o,e),c.onFailure.call(b,i,g,e)}}},create:{request:function(){return E.Deferred().always(l.event.request.complete).done(l.event.request.done).fail(l.event.request.fail)},mockedXHR:function(){var e,t,n,i=c.mockResponse||c.response,o=c.mockResponseAsync||c.responseAsync;return n=E.Deferred().always(l.event.xhr.complete).done(l.event.xhr.done).fail(l.event.xhr.fail),i?(t=E.isFunction(i)?(l.debug("Using specified synchronous callback",i),i.call(b,r)):(l.debug("Using settings specified response",i),i),n.resolveWith(b,[t,!1,{responseText:t}])):E.isFunction(o)&&(e=function(e){l.debug("Async callback returned response",e),e?n.resolveWith(b,[e,!1,{responseText:e}]):n.rejectWith(b,[{responseText:e},!1,!1])},l.debug("Using specified async response callback",o),o.call(b,r,e)),n},xhr:function(){var e;return e=E.ajax(a).always(l.event.xhr.always).done(l.event.xhr.done).fail(l.event.xhr.fail),l.verbose("Created server request",e,a),e}},set:{error:function(){l.verbose("Adding error state to element",h),h.addClass(d.error)},loading:function(){l.verbose("Adding loading state to element",h),h.addClass(d.loading),s=(new Date).getTime()}},remove:{error:function(){l.verbose("Removing error state from element",h),h.removeClass(d.error)},loading:function(){l.verbose("Removing loading state from element",h),h.removeClass(d.loading)}},get:{responseFromXHR:function(e){return!!E.isPlainObject(e)&&(l.is.expectingJSON()?l.decode.json(e.responseText):e.responseText)},errorFromRequest:function(e,t,n){return E.isPlainObject(e)&&e.error!==F?e.error:c.error[t]!==F?c.error[t]:n},request:function(){return l.request||!1},xhr:function(){return l.xhr||!1},settings:function(){var e;return(e=c.beforeSend.call(g,c))&&(e.success!==F&&(l.debug("Legacy success callback detected",e),l.error(u.legacyParameters,e.success),e.onSuccess=e.success),e.failure!==F&&(l.debug("Legacy failure callback detected",e),l.error(u.legacyParameters,e.failure),e.onFailure=e.failure),e.complete!==F&&(l.debug("Legacy complete callback detected",e),l.error(u.legacyParameters,e.complete),e.onComplete=e.complete)),e===F&&l.error(u.noReturnedValue),!1===e?e:e!==F?E.extend(!0,{},e):E.extend(!0,{},c)},urlEncodedValue:function(e){var t=P.decodeURIComponent(e),n=P.encodeURIComponent(e);return t!==e?(l.debug("URL value is already encoded, avoiding double encoding",e),e):(l.verbose("Encoding value using encodeURIComponent",e,n),n)},defaultData:function(){var e={};return E.isWindow(v)||(l.is.input()?e.value=g.val():l.is.form()||(e.text=g.text())),e},event:function(){return E.isWindow(v)||"now"==c.on?(l.debug("API called without element, no events attached"),!1):"auto"==c.on?g.is("input")?v.oninput!==F?"input":v.onpropertychange!==F?"propertychange":"keyup":g.is("form")?"submit":"click":c.on},templatedURL:function(e){if(e=e||g.data(i.action)||c.action||!1,n=g.data(i.url)||c.url||!1)return l.debug("Using specified url",n),n;if(e){if(l.debug("Looking up url for action",e,c.api),c.api[e]===F&&!l.is.mocked())return void l.error(u.missingAction,c.action,c.api);n=c.api[e]}else l.is.form()&&(n=g.attr("action")||h.attr("action")||!1,l.debug("No url or action specified, defaulting to form action",n));return n}},abort:function(){var e=l.get.xhr();e&&"resolved"!==e.state()&&(l.debug("Cancelling API request"),e.abort())},reset:function(){l.remove.error(),l.remove.loading()},setting:function(e,t){if(l.debug("Changing setting",e,t),E.isPlainObject(e))E.extend(!0,c,e);else{if(t===F)return c[e];E.isPlainObject(c[e])?E.extend(!0,c[e],t):c[e]=t}},internal:function(e,t){if(E.isPlainObject(e))E.extend(!0,l,e);else{if(t===F)return l[e];l[e]=t}},debug:function(){!c.silent&&c.debug&&(c.performance?l.performance.log(arguments):(l.debug=Function.prototype.bind.call(console.info,console,c.name+":"),l.debug.apply(console,arguments)))},verbose:function(){!c.silent&&c.verbose&&c.debug&&(c.performance?l.performance.log(arguments):(l.verbose=Function.prototype.bind.call(console.info,console,c.name+":"),l.verbose.apply(console,arguments)))},error:function(){c.silent||(l.error=Function.prototype.bind.call(console.error,console,c.name+":"),l.error.apply(console,arguments))},performance:{log:function(e){var t,n;c.performance&&(n=(t=(new Date).getTime())-(k||t),k=t,T.push({Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(l.performance.timer),l.performance.timer=setTimeout(l.performance.display,500)},display:function(){var e=c.name+":",n=0;k=!1,clearTimeout(l.performance.timer),E.each(T,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",w&&(e+=" '"+w+"'"),(console.group!==F||console.table!==F)&&0<T.length&&(console.groupCollapsed(e),console.table?console.table(T):E.each(T,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),T=[]}},invoke:function(i,e,t){var o,a,n,r=y;return e=e||A,t=v||t,"string"==typeof i&&r!==F&&(i=i.split(/[\. ]/),o=i.length-1,E.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(E.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==F)return a=r[n],!1;if(!E.isPlainObject(r[t])||e==o)return r[t]!==F?a=r[t]:l.error(u.method,i),!1;r=r[t]}})),E.isFunction(a)?n=a.apply(t,e):a!==F&&(n=a),Array.isArray(C)?C.push(n):C!==F?C=[C,n]:n!==F&&(C=n),a}},D?(y===F&&l.initialize(),l.invoke(S)):(y!==F&&y.invoke("destroy"),l.initialize())}),C!==F?C:this},E.api.settings={name:"API",namespace:"api",debug:!1,verbose:!1,performance:!0,api:{},cache:!0,interruptRequests:!0,on:"auto",stateContext:!1,loadingDuration:0,hideError:"auto",errorDuration:2e3,encodeParameters:!0,action:!1,url:!1,base:"",urlData:{},defaultData:!0,serializeForm:!1,throttle:0,throttleFirstRequest:!0,method:"get",data:{},dataType:"json",mockResponse:!1,mockResponseAsync:!1,response:!1,responseAsync:!1,rawResponse:!1,beforeSend:function(e){return e},beforeXHR:function(e){},onRequest:function(e,t){},onResponse:!1,onSuccess:function(e,t){},onComplete:function(e,t){},onFailure:function(e,t){},onError:function(e,t){},onAbort:function(e,t){},successTest:!1,error:{beforeSend:"The before send function has aborted the request",error:"There was an error with your request",exitConditions:"API Request Aborted. Exit conditions met",JSONParse:"JSON could not be parsed during error handling",legacyParameters:"You are using legacy API success callback names",method:"The method you called is not defined",missingAction:"API action used but no url was defined",missingSerialize:"jquery-serialize-object is required to add form data to an existing data object",missingURL:"No URL specified for api event",noReturnedValue:"The beforeSend callback must return a settings object, beforeSend ignored.",noStorage:"Caching responses locally requires session storage",parseError:"There was an error parsing your request",requiredParameter:"Missing a required URL parameter: ",statusMessage:"Server gave an error: ",timeout:"Your request timed out"},regExp:{required:/\{\$*[A-z0-9]+\}/g,optional:/\{\/\$*[A-z0-9]+\}/g},className:{loading:"loading",error:"error"},selector:{disabled:".disabled",form:"form"},metadata:{action:"action",url:"url"}}}(jQuery,window,document),function(w,e,t,k){"use strict";w.isFunction=w.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),w.fn.state=function(m){var g,p=w(this),h=p.selector||"",v=(new Date).getTime(),b=[],y=m,x="string"==typeof y,C=[].slice.call(arguments,1);return p.each(function(){var s,o=w.isPlainObject(m)?w.extend(!0,{},w.fn.state.settings,m):w.extend({},w.fn.state.settings),l=o.error,n=o.metadata,t=o.className,e=o.namespace,i=o.states,a=o.text,r="."+e,c=e+"-module",u=w(this),d=this,f=u.data(c);s={initialize:function(){s.verbose("Initializing module"),o.automatic&&s.add.defaults(),o.context&&""!==h?w(o.context).on(h,"mouseenter"+r,s.change.text).on(h,"mouseleave"+r,s.reset.text).on(h,"click"+r,s.toggle.state):u.on("mouseenter"+r,s.change.text).on("mouseleave"+r,s.reset.text).on("click"+r,s.toggle.state),s.instantiate()},instantiate:function(){s.verbose("Storing instance of module",s),f=s,u.data(c,s)},destroy:function(){s.verbose("Destroying previous module",f),u.off(r).removeData(c)},refresh:function(){s.verbose("Refreshing selector cache"),u=w(d)},add:{defaults:function(){var n=m&&w.isPlainObject(m.states)?m.states:{};w.each(o.defaults,function(e,t){s.is[e]!==k&&s.is[e]()&&(s.verbose("Adding default states",e,d),w.extend(o.states,t,n))})}},is:{active:function(){return u.hasClass(t.active)},loading:function(){return u.hasClass(t.loading)},inactive:function(){return!u.hasClass(t.active)},state:function(e){return t[e]!==k&&u.hasClass(t[e])},enabled:function(){return!u.is(o.filter.active)},disabled:function(){return u.is(o.filter.active)},textEnabled:function(){return!u.is(o.filter.text)},button:function(){return u.is(".button:not(a, .submit)")},input:function(){return u.is("input")},progress:function(){return u.is(".ui.progress")}},allow:function(e){s.debug("Now allowing state",e),i[e]=!0},disallow:function(e){s.debug("No longer allowing",e),i[e]=!1},allows:function(e){return i[e]||!1},enable:function(){u.removeClass(t.disabled)},disable:function(){u.addClass(t.disabled)},setState:function(e){s.allows(e)&&u.addClass(t[e])},removeState:function(e){s.allows(e)&&u.removeClass(t[e])},toggle:{state:function(){var e;if(s.allows("active")&&s.is.enabled()){if(s.refresh(),w.fn.api!==k)if(e=u.api("get request"),u.api("was cancelled"))s.debug("API Request cancelled by beforesend"),o.activateTest=function(){return!1},o.deactivateTest=function(){return!1};else if(e)return void s.listenTo(e);s.change.state()}}},listenTo:function(e){s.debug("API request detected, waiting for state signal",e),e&&(a.loading&&s.update.text(a.loading),w.when(e).then(function(){"resolved"==e.state()?(s.debug("API request succeeded"),o.activateTest=function(){return!0},o.deactivateTest=function(){return!0}):(s.debug("API request failed"),o.activateTest=function(){return!1},o.deactivateTest=function(){return!1}),s.change.state()}))},change:{state:function(){s.debug("Determining state change direction"),s.is.inactive()?s.activate():s.deactivate(),o.sync&&s.sync(),o.onChange.call(d)},text:function(){s.is.textEnabled()&&(s.is.disabled()?(s.verbose("Changing text to disabled text",a.hover),s.update.text(a.disabled)):s.is.active()?a.hover?(s.verbose("Changing text to hover text",a.hover),s.update.text(a.hover)):a.deactivate&&(s.verbose("Changing text to deactivating text",a.deactivate),s.update.text(a.deactivate)):a.hover?(s.verbose("Changing text to hover text",a.hover),s.update.text(a.hover)):a.activate&&(s.verbose("Changing text to activating text",a.activate),s.update.text(a.activate)))}},activate:function(){o.activateTest.call(d)&&(s.debug("Setting state to active"),u.addClass(t.active),s.update.text(a.active),o.onActivate.call(d))},deactivate:function(){o.deactivateTest.call(d)&&(s.debug("Setting state to inactive"),u.removeClass(t.active),s.update.text(a.inactive),o.onDeactivate.call(d))},sync:function(){s.verbose("Syncing other buttons to current state"),s.is.active()?p.not(u).state("activate"):p.not(u).state("deactivate")},get:{text:function(){return o.selector.text?u.find(o.selector.text).text():u.html()},textFor:function(e){return a[e]||!1}},flash:{text:function(e,t,n){var i=s.get.text();s.debug("Flashing text message",e,t),e=e||o.text.flash,t=t||o.flashDuration,n=n||function(){},s.update.text(e),setTimeout(function(){s.update.text(i),n.call(d)},t)}},reset:{text:function(){var e=a.active||u.data(n.storedText),t=a.inactive||u.data(n.storedText);s.is.textEnabled()&&(s.is.active()&&e?(s.verbose("Resetting active text",e),s.update.text(e)):t&&(s.verbose("Resetting inactive text",e),s.update.text(t)))}},update:{text:function(e){var t=s.get.text();e&&e!==t?(s.debug("Updating text",e),o.selector.text?u.data(n.storedText,e).find(o.selector.text).text(e):u.data(n.storedText,e).html(e)):s.debug("Text is already set, ignoring update",e)}},setting:function(e,t){if(s.debug("Changing setting",e,t),w.isPlainObject(e))w.extend(!0,o,e);else{if(t===k)return o[e];w.isPlainObject(o[e])?w.extend(!0,o[e],t):o[e]=t}},internal:function(e,t){if(w.isPlainObject(e))w.extend(!0,s,e);else{if(t===k)return s[e];s[e]=t}},debug:function(){!o.silent&&o.debug&&(o.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,o.name+":"),s.debug.apply(console,arguments)))},verbose:function(){!o.silent&&o.verbose&&o.debug&&(o.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,o.name+":"),s.verbose.apply(console,arguments)))},error:function(){o.silent||(s.error=Function.prototype.bind.call(console.error,console,o.name+":"),s.error.apply(console,arguments))},performance:{log:function(e){var t,n;o.performance&&(n=(t=(new Date).getTime())-(v||t),v=t,b.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:d,"Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=o.name+":",n=0;v=!1,clearTimeout(s.performance.timer),w.each(b,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",h&&(e+=" '"+h+"'"),(console.group!==k||console.table!==k)&&0<b.length&&(console.groupCollapsed(e),console.table?console.table(b):w.each(b,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),b=[]}},invoke:function(i,e,t){var o,a,n,r=f;return e=e||C,t=d||t,"string"==typeof i&&r!==k&&(i=i.split(/[\. ]/),o=i.length-1,w.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(w.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==k)return a=r[n],!1;if(!w.isPlainObject(r[t])||e==o)return r[t]!==k?a=r[t]:s.error(l.method,i),!1;r=r[t]}})),w.isFunction(a)?n=a.apply(t,e):a!==k&&(n=a),Array.isArray(g)?g.push(n):g!==k?g=[g,n]:n!==k&&(g=n),a}},x?(f===k&&s.initialize(),s.invoke(y)):(f!==k&&f.invoke("destroy"),s.initialize())}),g!==k?g:this},w.fn.state.settings={name:"State",debug:!1,verbose:!1,namespace:"state",performance:!0,onActivate:function(){},onDeactivate:function(){},onChange:function(){},activateTest:function(){return!0},deactivateTest:function(){return!0},automatic:!0,sync:!1,flashDuration:1e3,filter:{text:".loading, .disabled",active:".disabled"},context:!1,error:{beforeSend:"The before send function has cancelled state change",method:"The method you called is not defined."},metadata:{promise:"promise",storedText:"stored-text"},className:{active:"active",disabled:"disabled",error:"error",loading:"loading",success:"success",warning:"warning"},selector:{text:!1},defaults:{input:{disabled:!0,loading:!0,active:!0},button:{disabled:!0,loading:!0,active:!0},progress:{active:!0,success:!0,warning:!0,error:!0}},states:{active:!0,disabled:!0,error:!0,loading:!0,success:!0,warning:!0},text:{disabled:!1,flash:!1,hover:!1,active:!1,inactive:!1,activate:!1,deactivate:!1}}}(jQuery,window,document),function(E,P,F,R){"use strict";E.isFunction=E.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},P=void 0!==P&&P.Math==Math?P:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),E.fn.visibility=function(b){var y,e=E(this),x=e.selector||"",C=(new Date).getTime(),w=[],k=b,T="string"==typeof k,S=[].slice.call(arguments,1),D=e.length,A=0;return e.each(function(){var e,t,n,s,o=E.isPlainObject(b)?E.extend(!0,{},E.fn.visibility.settings,b):E.extend({},E.fn.visibility.settings),i=o.className,a=o.namespace,l=o.error,r=o.metadata,c="."+a,u="module-"+a,d=E(P),f=E(this),m=E(o.context),g=f.data(u),p=P.requestAnimationFrame||P.mozRequestAnimationFrame||P.webkitRequestAnimationFrame||P.msRequestAnimationFrame||function(e){setTimeout(e,0)},h=this,v=!1;s={initialize:function(){s.debug("Initializing",o),s.setup.cache(),s.should.trackChanges()&&("image"==o.type&&s.setup.image(),"fixed"==o.type&&s.setup.fixed(),o.observeChanges&&s.observeChanges(),s.bind.events()),s.save.position(),s.is.visible()||s.error(l.visible,f),o.initialCheck&&s.checkVisibility(),s.instantiate()},instantiate:function(){s.debug("Storing instance",s),f.data(u,s),g=s},destroy:function(){s.verbose("Destroying previous module"),n&&n.disconnect(),t&&t.disconnect(),d.off("load"+c,s.event.load).off("resize"+c,s.event.resize),m.off("scroll"+c,s.event.scroll).off("scrollchange"+c,s.event.scrollchange),"fixed"==o.type&&(s.resetFixed(),s.remove.placeholder()),f.off(c).removeData(u)},observeChanges:function(){"MutationObserver"in P&&(t=new MutationObserver(s.event.contextChanged),n=new MutationObserver(s.event.changed),t.observe(F,{childList:!0,subtree:!0}),n.observe(h,{childList:!0,subtree:!0}),s.debug("Setting up mutation observer",n))},bind:{events:function(){s.verbose("Binding visibility events to scroll and resize"),o.refreshOnLoad&&d.on("load"+c,s.event.load),d.on("resize"+c,s.event.resize),m.off("scroll"+c).on("scroll"+c,s.event.scroll).on("scrollchange"+c,s.event.scrollchange)}},event:{changed:function(e){s.verbose("DOM tree modified, updating visibility calculations"),s.timer=setTimeout(function(){s.verbose("DOM tree modified, updating sticky menu"),s.refresh()},100)},contextChanged:function(e){[].forEach.call(e,function(e){e.removedNodes&&[].forEach.call(e.removedNodes,function(e){(e==h||0<E(e).find(h).length)&&(s.debug("Element removed from DOM, tearing down events"),s.destroy())})})},resize:function(){s.debug("Window resized"),o.refreshOnResize&&p(s.refresh)},load:function(){s.debug("Page finished loading"),p(s.refresh)},scroll:function(){o.throttle?(clearTimeout(s.timer),s.timer=setTimeout(function(){m.triggerHandler("scrollchange"+c,[m.scrollTop()])},o.throttle)):p(function(){m.triggerHandler("scrollchange"+c,[m.scrollTop()])})},scrollchange:function(e,t){s.checkVisibility(t)}},precache:function(e,t){e instanceof Array||(e=[e]);for(var n=e.length,i=0,o=[],a=F.createElement("img"),r=function(){++i>=e.length&&E.isFunction(t)&&t()};n--;)(a=F.createElement("img")).onload=r,a.onerror=r,a.src=e[n],o.push(a)},enableCallbacks:function(){s.debug("Allowing callbacks to occur"),v=!1},disableCallbacks:function(){s.debug("Disabling all callbacks temporarily"),v=!0},should:{trackChanges:function(){return T?(s.debug("One time query, no need to bind events"),!1):(s.debug("Callbacks being attached"),!0)}},setup:{cache:function(){s.cache={occurred:{},screen:{},element:{}}},image:function(){var e=f.data(r.src);e&&(s.verbose("Lazy loading image",e),o.once=!0,o.observeChanges=!1,o.onOnScreen=function(){s.debug("Image on screen",h),s.precache(e,function(){s.set.image(e,function(){++A==D&&o.onAllLoaded.call(this),o.onLoad.call(this)})})})},fixed:function(){s.debug("Setting up fixed"),o.once=!1,o.observeChanges=!1,o.initialCheck=!0,o.refreshOnLoad=!0,b.transition||(o.transition=!1),s.create.placeholder(),s.debug("Added placeholder",e),o.onTopPassed=function(){s.debug("Element passed, adding fixed position",f),s.show.placeholder(),s.set.fixed(),o.transition&&E.fn.transition!==R&&f.transition(o.transition,o.duration)},o.onTopPassedReverse=function(){s.debug("Element returned to position, removing fixed",f),s.hide.placeholder(),s.remove.fixed()}}},create:{placeholder:function(){s.verbose("Creating fixed position placeholder"),e=f.clone(!1).css("display","none").addClass(i.placeholder).insertAfter(f)}},show:{placeholder:function(){s.verbose("Showing placeholder"),e.css("display","block").css("visibility","hidden")}},hide:{placeholder:function(){s.verbose("Hiding placeholder"),e.css("display","none").css("visibility","")}},set:{fixed:function(){s.verbose("Setting element to fixed position"),f.addClass(i.fixed).css({position:"fixed",top:o.offset+"px",left:"auto",zIndex:o.zIndex}),o.onFixed.call(h)},image:function(e,t){if(f.attr("src",e),o.transition)if(E.fn.transition!==R){if(f.hasClass(i.visible))return void s.debug("Transition already occurred on this image, skipping animation");f.transition(o.transition,o.duration,t)}else f.fadeIn(o.duration,t);else f.show()}},is:{onScreen:function(){return s.get.elementCalculations().onScreen},offScreen:function(){return s.get.elementCalculations().offScreen},visible:function(){return!(!s.cache||!s.cache.element)&&!(0===s.cache.element.width&&0===s.cache.element.offset.top)},verticallyScrollableContext:function(){var e=m.get(0)!==P&&m.css("overflow-y");return"auto"==e||"scroll"==e},horizontallyScrollableContext:function(){var e=m.get(0)!==P&&m.css("overflow-x");return"auto"==e||"scroll"==e}},refresh:function(){s.debug("Refreshing constants (width/height)"),"fixed"==o.type&&s.resetFixed(),s.reset(),s.save.position(),o.checkOnRefresh&&s.checkVisibility(),o.onRefresh.call(h)},resetFixed:function(){s.remove.fixed(),s.remove.occurred()},reset:function(){s.verbose("Resetting all cached values"),E.isPlainObject(s.cache)&&(s.cache.screen={},s.cache.element={})},checkVisibility:function(e){s.verbose("Checking visibility of element",s.cache.element),!v&&s.is.visible()&&(s.save.scroll(e),s.save.calculations(),s.passed(),s.passingReverse(),s.topVisibleReverse(),s.bottomVisibleReverse(),s.topPassedReverse(),s.bottomPassedReverse(),s.onScreen(),s.offScreen(),s.passing(),s.topVisible(),s.bottomVisible(),s.topPassed(),s.bottomPassed(),o.onUpdate&&o.onUpdate.call(h,s.get.elementCalculations()))},passed:function(e,t){var n=s.get.elementCalculations();if(e&&t)o.onPassed[e]=t;else{if(e!==R)return s.get.pixelsPassed(e)>n.pixelsPassed;n.passing&&E.each(o.onPassed,function(e,t){n.bottomVisible||n.pixelsPassed>s.get.pixelsPassed(e)?s.execute(t,e):o.once||s.remove.occurred(t)})}},onScreen:function(e){var t=s.get.elementCalculations(),n=e||o.onOnScreen;if(e&&(s.debug("Adding callback for onScreen",e),o.onOnScreen=e),t.onScreen?s.execute(n,"onScreen"):o.once||s.remove.occurred("onScreen"),e!==R)return t.onOnScreen},offScreen:function(e){var t=s.get.elementCalculations(),n=e||o.onOffScreen;if(e&&(s.debug("Adding callback for offScreen",e),o.onOffScreen=e),t.offScreen?s.execute(n,"offScreen"):o.once||s.remove.occurred("offScreen"),e!==R)return t.onOffScreen},passing:function(e){var t=s.get.elementCalculations(),n=e||o.onPassing;if(e&&(s.debug("Adding callback for passing",e),o.onPassing=e),t.passing?s.execute(n,"passing"):o.once||s.remove.occurred("passing"),e!==R)return t.passing},topVisible:function(e){var t=s.get.elementCalculations(),n=e||o.onTopVisible,i="topVisible";if(e&&(s.debug("Adding callback for top visible",e),o.onTopVisible=e),t.topVisible?s.execute(n,i):o.once||s.remove.occurred(i),e===R)return t.topVisible},bottomVisible:function(e){var t=s.get.elementCalculations(),n=e||o.onBottomVisible,i="bottomVisible";if(e&&(s.debug("Adding callback for bottom visible",e),o.onBottomVisible=e),t.bottomVisible?s.execute(n,i):o.once||s.remove.occurred(i),e===R)return t.bottomVisible},topPassed:function(e){var t=s.get.elementCalculations(),n=e||o.onTopPassed;if(e&&(s.debug("Adding callback for top passed",e),o.onTopPassed=e),t.topPassed?s.execute(n,"topPassed"):o.once||s.remove.occurred("topPassed"),e===R)return t.topPassed},bottomPassed:function(e){var t=s.get.elementCalculations(),n=e||o.onBottomPassed,i="bottomPassed";if(e&&(s.debug("Adding callback for bottom passed",e),o.onBottomPassed=e),t.bottomPassed?s.execute(n,i):o.once||s.remove.occurred(i),e===R)return t.bottomPassed},passingReverse:function(e){var t=s.get.elementCalculations(),n=e||o.onPassingReverse,i="passingReverse";if(e&&(s.debug("Adding callback for passing reverse",e),o.onPassingReverse=e),t.passing?o.once||s.remove.occurred(i):s.get.occurred("passing")&&s.execute(n,i),e!==R)return!t.passing},topVisibleReverse:function(e){var t=s.get.elementCalculations(),n=e||o.onTopVisibleReverse,i="topVisibleReverse";if(e&&(s.debug("Adding callback for top visible reverse",e),o.onTopVisibleReverse=e),t.topVisible?o.once||s.remove.occurred(i):s.get.occurred("topVisible")&&s.execute(n,i),e===R)return!t.topVisible},bottomVisibleReverse:function(e){var t=s.get.elementCalculations(),n=e||o.onBottomVisibleReverse,i="bottomVisibleReverse";if(e&&(s.debug("Adding callback for bottom visible reverse",e),o.onBottomVisibleReverse=e),t.bottomVisible?o.once||s.remove.occurred(i):s.get.occurred("bottomVisible")&&s.execute(n,i),e===R)return!t.bottomVisible},topPassedReverse:function(e){var t=s.get.elementCalculations(),n=e||o.onTopPassedReverse,i="topPassedReverse";if(e&&(s.debug("Adding callback for top passed reverse",e),o.onTopPassedReverse=e),t.topPassed?o.once||s.remove.occurred(i):s.get.occurred("topPassed")&&s.execute(n,i),e===R)return!t.onTopPassed},bottomPassedReverse:function(e){var t=s.get.elementCalculations(),n=e||o.onBottomPassedReverse,i="bottomPassedReverse";if(e&&(s.debug("Adding callback for bottom passed reverse",e),o.onBottomPassedReverse=e),t.bottomPassed?o.once||s.remove.occurred(i):s.get.occurred("bottomPassed")&&s.execute(n,i),e===R)return!t.bottomPassed},execute:function(e,t){var n=s.get.elementCalculations(),i=s.get.screenCalculations();(e=e||!1)&&(o.continuous?(s.debug("Callback being called continuously",t,n),e.call(h,n,i)):s.get.occurred(t)||(s.debug("Conditions met",t,n),e.call(h,n,i))),s.save.occurred(t)},remove:{fixed:function(){s.debug("Removing fixed position"),f.removeClass(i.fixed).css({position:"",top:"",left:"",zIndex:""}),o.onUnfixed.call(h)},placeholder:function(){s.debug("Removing placeholder content"),e&&e.remove()},occurred:function(e){if(e){var t=s.cache.occurred;t[e]!==R&&!0===t[e]&&(s.debug("Callback can now be called again",e),s.cache.occurred[e]=!1)}else s.cache.occurred={}}},save:{calculations:function(){s.verbose("Saving all calculations necessary to determine positioning"),s.save.direction(),s.save.screenCalculations(),s.save.elementCalculations()},occurred:function(e){e&&(s.cache.occurred[e]!==R&&!0===s.cache.occurred[e]||(s.verbose("Saving callback occurred",e),s.cache.occurred[e]=!0))},scroll:function(e){e=e+o.offset||m.scrollTop()+o.offset,s.cache.scroll=e},direction:function(){var e,t=s.get.scroll(),n=s.get.lastScroll();return e=n<t&&n?"down":t<n&&n?"up":"static",s.cache.direction=e,s.cache.direction},elementPosition:function(){var e=s.cache.element,t=s.get.screenSize();return s.verbose("Saving element position"),e.fits=e.height<t.height,e.offset=f.offset(),e.width=f.outerWidth(),e.height=f.outerHeight(),s.is.verticallyScrollableContext()&&(e.offset.top+=m.scrollTop()-m.offset().top),s.is.horizontallyScrollableContext()&&(e.offset.left+=m.scrollLeft-m.offset().left),s.cache.element=e},elementCalculations:function(){var e=s.get.screenCalculations(),t=s.get.elementPosition();return o.includeMargin?(t.margin={},t.margin.top=parseInt(f.css("margin-top"),10),t.margin.bottom=parseInt(f.css("margin-bottom"),10),t.top=t.offset.top-t.margin.top,t.bottom=t.offset.top+t.height+t.margin.bottom):(t.top=t.offset.top,t.bottom=t.offset.top+t.height),t.topPassed=e.top>=t.top,t.bottomPassed=e.top>=t.bottom,t.topVisible=e.bottom>=t.top&&!t.topPassed,t.bottomVisible=e.bottom>=t.bottom&&!t.bottomPassed,t.pixelsPassed=0,t.percentagePassed=0,t.onScreen=(t.topVisible||t.passing)&&!t.bottomPassed,t.passing=t.topPassed&&!t.bottomPassed,t.offScreen=!t.onScreen,t.passing&&(t.pixelsPassed=e.top-t.top,t.percentagePassed=(e.top-t.top)/t.height),s.cache.element=t,s.verbose("Updated element calculations",t),t},screenCalculations:function(){var e=s.get.scroll();return s.save.direction(),s.cache.screen.top=e,s.cache.screen.bottom=e+s.cache.screen.height,s.cache.screen},screenSize:function(){s.verbose("Saving window position"),s.cache.screen={height:m.height()}},position:function(){s.save.screenSize(),s.save.elementPosition()}},get:{pixelsPassed:function(e){var t=s.get.elementCalculations();return-1<e.search("%")?t.height*(parseInt(e,10)/100):parseInt(e,10)},occurred:function(e){return s.cache.occurred!==R&&s.cache.occurred[e]||!1},direction:function(){return s.cache.direction===R&&s.save.direction(),s.cache.direction},elementPosition:function(){return s.cache.element===R&&s.save.elementPosition(),s.cache.element},elementCalculations:function(){return s.cache.element===R&&s.save.elementCalculations(),s.cache.element},screenCalculations:function(){return s.cache.screen===R&&s.save.screenCalculations(),s.cache.screen},screenSize:function(){return s.cache.screen===R&&s.save.screenSize(),s.cache.screen},scroll:function(){return s.cache.scroll===R&&s.save.scroll(),s.cache.scroll},lastScroll:function(){return s.cache.screen===R?(s.debug("First scroll event, no last scroll could be found"),!1):s.cache.screen.top}},setting:function(e,t){if(E.isPlainObject(e))E.extend(!0,o,e);else{if(t===R)return o[e];o[e]=t}},internal:function(e,t){if(E.isPlainObject(e))E.extend(!0,s,e);else{if(t===R)return s[e];s[e]=t}},debug:function(){!o.silent&&o.debug&&(o.performance?s.performance.log(arguments):(s.debug=Function.prototype.bind.call(console.info,console,o.name+":"),s.debug.apply(console,arguments)))},verbose:function(){!o.silent&&o.verbose&&o.debug&&(o.performance?s.performance.log(arguments):(s.verbose=Function.prototype.bind.call(console.info,console,o.name+":"),s.verbose.apply(console,arguments)))},error:function(){o.silent||(s.error=Function.prototype.bind.call(console.error,console,o.name+":"),s.error.apply(console,arguments))},performance:{log:function(e){var t,n;o.performance&&(n=(t=(new Date).getTime())-(C||t),C=t,w.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:h,"Execution Time":n})),clearTimeout(s.performance.timer),s.performance.timer=setTimeout(s.performance.display,500)},display:function(){var e=o.name+":",n=0;C=!1,clearTimeout(s.performance.timer),E.each(w,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",x&&(e+=" '"+x+"'"),(console.group!==R||console.table!==R)&&0<w.length&&(console.groupCollapsed(e),console.table?console.table(w):E.each(w,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),w=[]}},invoke:function(i,e,t){var o,a,n,r=g;return e=e||S,t=h||t,"string"==typeof i&&r!==R&&(i=i.split(/[\. ]/),o=i.length-1,E.each(i,function(e,t){var n=e!=o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(E.isPlainObject(r[n])&&e!=o)r=r[n];else{if(r[n]!==R)return a=r[n],!1;if(!E.isPlainObject(r[t])||e==o)return r[t]!==R?a=r[t]:s.error(l.method,i),!1;r=r[t]}})),E.isFunction(a)?n=a.apply(t,e):a!==R&&(n=a),Array.isArray(y)?y.push(n):y!==R?y=[y,n]:n!==R&&(y=n),a}},T?(g===R&&s.initialize(),g.save.scroll(),g.save.calculations(),s.invoke(k)):(g!==R&&g.invoke("destroy"),s.initialize())}),y!==R?y:this},E.fn.visibility.settings={name:"Visibility",namespace:"visibility",debug:!1,verbose:!1,performance:!0,observeChanges:!0,initialCheck:!0,refreshOnLoad:!0,refreshOnResize:!0,checkOnRefresh:!0,once:!0,continuous:!1,offset:0,includeMargin:!1,context:P,throttle:!1,type:!1,zIndex:"10",transition:"fade in",duration:1e3,onPassed:{},onOnScreen:!1,onOffScreen:!1,onPassing:!1,onTopVisible:!1,onBottomVisible:!1,onTopPassed:!1,onBottomPassed:!1,onPassingReverse:!1,onTopVisibleReverse:!1,onBottomVisibleReverse:!1,onTopPassedReverse:!1,onBottomPassedReverse:!1,onLoad:function(){},onAllLoaded:function(){},onFixed:function(){},onUnfixed:function(){},onUpdate:!1,onRefresh:function(){},metadata:{src:"src"},className:{fixed:"fixed",placeholder:"constraint",visible:"visible"},error:{method:"The method you called is not defined.",visible:"Element is hidden, you must call refresh after element becomes visible"}}}(jQuery,window,document); \ No newline at end of file diff --git a/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot b/public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.eot similarity index 100% rename from public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot rename to public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.eot diff --git a/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg b/public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.svg similarity index 100% rename from public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg rename to public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.svg diff --git a/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf b/public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.ttf similarity index 100% rename from public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf rename to public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.ttf diff --git a/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff b/public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.woff similarity index 100% rename from public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff rename to public/vendor/plugins/fomantic/themes/basic/assets/fonts/icons.woff diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.eot b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.eot new file mode 100644 index 0000000000000000000000000000000000000000..f6b7c7dc13790f64eeb1828f53fdc490eda54fd6 GIT binary patch literal 130906 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	X4(-G;t+hpD|tsTZ;HA=#WCkTLv) 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 B&Y1uJ literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.svg b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.svg new file mode 100644 index 0000000000..cf4d7ceb1d --- /dev/null +++ b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.svg @@ -0,0 +1,3496 @@ +<?xml version="1.0" standalone="no"?> +<!-- +Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com +License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) +--> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20190801 at Mon Sep 23 12:53:49 2019 + By Robert Madole +Copyright (c) Font Awesome +</metadata> +<defs> +<font id="FontAwesome5Brands-Regular" horiz-adv-x="448" > + <font-face + font-family="Font Awesome 5 Brands Regular" + font-weight="400" + font-stretch="normal" + units-per-em="512" + panose-1="2 0 5 3 0 0 0 0 0 0" + ascent="448" + descent="-64" + bbox="-0.200195 -66.9505 641.5 448.3" + underline-thickness="25" + underline-position="-50" + unicode-range="U+0020-F8E8" + /> + <missing-glyph /> + <glyph glyph-name="twitter-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM351.1 257.2c12.8008 9.2998 24 20.8994 32.9004 34c-11.7998 -5.10059 -24.5996 -8.7998 -37.7998 -10.2002 +c13.5996 8.09961 23.8994 20.9004 28.7998 36.0996c-12.5996 -7.5 -26.7998 -13 -41.5996 -15.7998c-12 12.7998 -29 20.7002 -47.9004 20.7002c-40 0 -73.2998 -36.0996 -64 -80.5996c-54.4004 2.7998 -102.9 28.7998 -135.2 68.5996 +c-5.7002 -9.7002 -8.89941 -20.9004 -8.89941 -33.0996v-0.107422c0 -19.3584 13.0811 -43.7715 29.1992 -54.4932c-10.6992 0.400391 -20.8994 3.40039 -29.5996 8.2998v-0.799805c0 -31.8994 22.5 -58.2998 52.5 -64.3994 +c-10.4004 -2.7002 -19.5 -2.7002 -29.5996 -1.2002c8.2998 -26 32.5 -44.9004 61.2998 -45.5c-22.5 -17.6006 -50.7002 -28 -81.4004 -28c-5.39941 0 -10.5 0.200195 -15.7998 0.799805c29 -18.5996 63.5 -29.4004 100.7 -29.4004c120.6 0 186.6 99.9004 186.6 186.601 +c0 2.7998 0 5.7002 -0.200195 8.5z" /> + <glyph glyph-name="facebook-square" unicode="" +d="M400 416c26.4961 0 48 -21.5039 48 -48v-352c0 -26.4961 -21.5039 -48 -48 -48h-137.25v152.31h57.7803l11 71.6904h-68.7803v46.5498c0 19.6104 9.61035 38.7305 40.4199 38.7305h31.2705v61s-28.3809 4.83984 -55.5205 4.83984 +c-56.6699 0 -93.6699 -34.3301 -93.6699 -96.4805v-54.6396h-63v-71.6904h63v-152.31h-137.25c-26.4961 0 -48 21.5039 -48 48v352c0 26.4961 21.5039 48 48 48h352z" /> + <glyph glyph-name="linkedin" unicode="" +d="M416 416c17.5996 0 32 -14.5 32 -32.2998v-383.4c0 -17.7998 -14.4004 -32.2998 -32 -32.2998h-384.1c-17.6006 0 -31.9004 14.5 -31.9004 32.2998v383.4c0 17.7998 14.2998 32.2998 31.9004 32.2998h384.1zM135.4 32h0.0996094v213.8h-66.5v-213.8h66.4004zM102.2 275 +c21.2998 0 38.5 17.2002 38.5 38.5c0 21.2002 -17.2998 38.5 -38.5 38.5c-21.2998 0 -38.5 -17.2998 -38.5 -38.5s17.2002 -38.5 38.5 -38.5zM384.3 32v117.2c0 57.5996 -12.5 101.899 -79.7002 101.899c-32.2998 0 -54 -17.6992 -62.8994 -34.5h-0.900391v29.2002h-63.7002 +v-213.8h66.4004v105.8c0 27.9004 5.2998 54.9004 39.9004 54.9004c34 0 34.5 -31.9004 34.5 -56.7002v-104h66.3994z" /> + <glyph glyph-name="github-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM277.3 32.2998c66 22 110.8 84.9004 110.7 158.3c0 91.8008 -74.4004 161.5 -166.2 161.5s-162 -69.6992 -162 -161.5 +c0 -73.3994 46.2002 -136.199 112.2 -158.3c8.5 -1.5 11.5 3.7002 11.5 8c0 4.10059 -0.200195 26.7002 -0.200195 40.6006c0 0 -46.3994 -10 -56.0996 19.6992c0 0 -7.60059 19.2002 -18.4004 24.2002c0 0 -15.0996 10.4004 1.10059 10.2002 +c0 0 16.3994 -1.2998 25.5 -17.0996c14.5 -25.6006 38.7998 -18.2002 48.2998 -13.9004c1.5 10.5996 5.7998 18 10.5996 22.2998c-37 4.10059 -74.2998 9.5 -74.2998 73.1006c0 18.1992 5 27.2998 15.5996 39c-1.7998 4.39941 -7.39941 22.0996 1.7002 45 +c13.9004 4.2998 45.7002 -17.9004 45.7002 -17.9004c13.2002 3.7002 27.5 5.59961 41.5996 5.59961c14.1006 0 28.4004 -1.89941 41.6006 -5.59961c0 0 31.7998 22.2002 45.7002 17.9004c9.09961 -23 3.39941 -40.7002 1.69922 -45 +c10.6006 -11.7002 17.1006 -20.8008 17.1006 -39c0 -63.9004 -39 -69 -76 -73.1006c6.09961 -5.2002 11.2998 -15.0996 11.2998 -30.7002c0 -22.2998 -0.200195 -49.8994 -0.200195 -55.2998c0 -4.2998 3.10059 -9.5 11.5 -8zM179.2 93.4004 +c-1.90039 -0.400391 -3.7002 0.399414 -3.90039 1.69922c-0.200195 1.5 1.10059 2.80078 3 3.2002c1.90039 0.200195 3.7002 -0.599609 3.90039 -1.89941c0.299805 -1.30078 -1 -2.60059 -3 -3zM169.7 94.2998c0 1.5 -1.7998 2.60059 -3.7002 2.40039 +c-2 0 -3.5 -1.10059 -3.5 -2.40039c0 -1.5 1.5 -2.59961 3.7002 -2.39941c2 0 3.5 1.09961 3.5 2.39941zM156 95.4004c-0.400391 -1.30078 -2.40039 -1.90039 -4.09961 -1.30078c-1.90039 0.400391 -3.2002 1.90039 -2.80078 3.2002 +c0.400391 1.2998 2.40039 1.90039 4.10059 1.5c2 -0.599609 3.2998 -2.09961 2.7998 -3.39941zM143.7 100.8c0.899414 0.799805 0.399414 2.7998 -0.900391 4.10059c-1.5 1.5 -3.39941 1.69922 -4.2998 0.599609c-1 -0.900391 -0.599609 -2.7998 0.900391 -4.09961 +c1.5 -1.5 3.39941 -1.7002 4.2998 -0.600586zM134.6 109.9c1.10059 0.799805 1.10059 2.59961 0 4.09961c-0.899414 1.5 -2.59961 2.2002 -3.69922 1.2998c-1.10059 -0.700195 -1.10059 -2.39941 0 -3.89941c1.09961 -1.5 2.7998 -2.10059 3.69922 -1.5zM128.1 119.6 +c0.900391 0.700195 0.700195 2.2002 -0.399414 3.5c-1.10059 1 -2.60059 1.5 -3.5 0.600586c-0.900391 -0.700195 -0.700195 -2.2002 0.399414 -3.5c1.10059 -1 2.60059 -1.5 3.5 -0.600586zM121.4 127c0.399414 0.799805 -0.200195 1.90039 -1.5 2.59961 +c-1.30078 0.5 -2.40039 0.200195 -2.80078 -0.399414c-0.399414 -0.900391 0.200195 -2 1.5 -2.60059c1.10059 -0.699219 2.40039 -0.5 2.80078 0.400391z" /> + <glyph glyph-name="twitter" unicode="" horiz-adv-x="512" +d="M459.37 296.284c0.325195 -4.54785 0.325195 -9.09766 0.325195 -13.6455c0 -138.72 -105.583 -298.558 -298.559 -298.558c-59.4521 0 -114.68 17.2188 -161.137 47.1055c8.44727 -0.973633 16.5684 -1.29883 25.3398 -1.29883 +c49.0547 0 94.2129 16.5684 130.274 44.832c-46.1318 0.975586 -84.792 31.1885 -98.1123 72.7725c6.49805 -0.974609 12.9951 -1.62402 19.8184 -1.62402c9.4209 0 18.8428 1.2998 27.6133 3.57324c-48.0811 9.74707 -84.1426 51.9795 -84.1426 102.984v1.29883 +c13.9688 -7.79688 30.2139 -12.6699 47.4307 -13.3184c-28.2637 18.8428 -46.7803 51.0049 -46.7803 87.3906c0 19.4922 5.19629 37.3604 14.2939 52.9541c51.6543 -63.6748 129.3 -105.258 216.364 -109.807c-1.62402 7.79688 -2.59863 15.918 -2.59863 24.04 +c0 57.8271 46.7822 104.934 104.934 104.934c30.2139 0 57.502 -12.6699 76.6709 -33.1367c23.7148 4.54785 46.4551 13.3193 66.5986 25.3398c-7.79785 -24.3662 -24.3662 -44.833 -46.1318 -57.8271c21.1172 2.27344 41.584 8.12207 60.4258 16.2432 +c-14.292 -20.791 -32.1611 -39.3086 -52.6279 -54.2529z" /> + <glyph glyph-name="facebook" unicode="" horiz-adv-x="512" +d="M504 192c0 -123.78 -90.6904 -226.38 -209.25 -245v173.31h57.7803l11 71.6904h-68.7803v46.5498c0 19.6104 9.61035 38.7305 40.4102 38.7305h31.2803v61s-28.3809 4.83984 -55.5205 4.83984c-56.6699 0 -93.6699 -34.3301 -93.6699 -96.4805v-54.6396h-63v-71.6904h63 +v-173.31c-118.56 18.6201 -209.25 121.22 -209.25 245c0 137 111 248 248 248s248 -111 248 -248z" /> + <glyph glyph-name="github" unicode="" horiz-adv-x="496" +d="M165.9 50.5996c0 -2 -2.30078 -3.59961 -5.2002 -3.59961c-3.2998 -0.299805 -5.60059 1.2998 -5.60059 3.59961c0 2 2.30078 3.60059 5.2002 3.60059c3 0.299805 5.60059 -1.2998 5.60059 -3.60059zM134.8 55.0996c0.700195 2 3.60059 3 6.2002 2.30078 +c3 -0.900391 4.90039 -3.2002 4.2998 -5.2002c-0.599609 -2 -3.59961 -3 -6.2002 -2c-3 0.599609 -5 2.89941 -4.2998 4.89941zM179 56.7998c2.90039 0.299805 5.59961 -1 5.90039 -2.89941c0.299805 -2 -1.7002 -3.90039 -4.60059 -4.60059 +c-3 -0.700195 -5.59961 0.600586 -5.89941 2.60059c-0.300781 2.2998 1.69922 4.19922 4.59961 4.89941zM244.8 440c138.7 0 251.2 -105.3 251.2 -244c0 -110.9 -67.7998 -205.8 -167.8 -239c-12.7002 -2.2998 -17.2998 5.59961 -17.2998 12.0996 +c0 8.2002 0.299805 49.9004 0.299805 83.6006c0 23.5 -7.7998 38.5 -17 46.3994c55.8994 6.30078 114.8 14 114.8 110.5c0 27.4004 -9.7998 41.2002 -25.7998 58.9004c2.59961 6.5 11.0996 33.2002 -2.60059 67.9004c-20.8994 6.59961 -69 -27 -69 -27 +c-20 5.59961 -41.5 8.5 -62.7998 8.5s-42.7998 -2.90039 -62.7998 -8.5c0 0 -48.0996 33.5 -69 27c-13.7002 -34.6006 -5.2002 -61.4004 -2.59961 -67.9004c-16 -17.5996 -23.6006 -31.4004 -23.6006 -58.9004c0 -96.1992 56.4004 -104.3 112.3 -110.5 +c-7.19922 -6.59961 -13.6992 -17.6992 -16 -33.6992c-14.2998 -6.60059 -51 -17.7002 -72.8994 20.8994c-13.7002 23.7998 -38.6006 25.7998 -38.6006 25.7998c-24.5 0.300781 -1.59961 -15.3994 -1.59961 -15.3994c16.4004 -7.5 27.7998 -36.6006 27.7998 -36.6006 +c14.7002 -44.7998 84.7002 -29.7998 84.7002 -29.7998c0 -21 0.299805 -55.2002 0.299805 -61.3994c0 -6.5 -4.5 -14.4004 -17.2998 -12.1006c-99.7002 33.4004 -169.5 128.3 -169.5 239.2c0 138.7 106.1 244 244.8 244zM97.2002 95.0996 +c1.2998 1.30078 3.59961 0.600586 5.2002 -1c1.69922 -1.89941 2 -4.19922 0.699219 -5.19922c-1.2998 -1.30078 -3.59961 -0.600586 -5.19922 1c-1.7002 1.89941 -2 4.19922 -0.700195 5.19922zM86.4004 103.2c0.699219 1 2.2998 1.2998 4.2998 0.700195 +c2 -1 3 -2.60059 2.2998 -3.90039c-0.700195 -1.40039 -2.7002 -1.7002 -4.2998 -0.700195c-2 1 -3 2.60059 -2.2998 3.90039zM118.8 67.5996c1.2998 1.60059 4.2998 1.30078 6.5 -1c2 -1.89941 2.60059 -4.89941 1.2998 -6.19922 +c-1.2998 -1.60059 -4.19922 -1.30078 -6.5 1c-2.2998 1.89941 -2.89941 4.89941 -1.2998 6.19922zM107.4 82.2998c1.59961 1.2998 4.19922 0.299805 5.59961 -2c1.59961 -2.2998 1.59961 -4.89941 0 -6.2002c-1.2998 -1 -4 0 -5.59961 2.30078 +c-1.60059 2.2998 -1.60059 4.89941 0 5.89941z" /> + <glyph glyph-name="pinterest" unicode="" horiz-adv-x="496" +d="M496 192c0 -137 -111 -248 -248 -248c-25.5996 0 -50.2002 3.90039 -73.4004 11.0996c10.1006 16.5 25.2002 43.5 30.8008 65c3 11.6006 15.3994 59 15.3994 59c8.10059 -15.3994 31.7002 -28.5 56.7998 -28.5c74.8008 0 128.7 68.8008 128.7 154.301 +c0 81.8994 -66.8994 143.199 -152.899 143.199c-107 0 -163.9 -71.7998 -163.9 -150.1c0 -36.4004 19.4004 -81.7002 50.2998 -96.0996c4.7002 -2.2002 7.2002 -1.2002 8.2998 3.2998c0.800781 3.39941 5 20.2998 6.90039 28.0996 +c0.599609 2.5 0.299805 4.7002 -1.7002 7.10059c-10.0996 12.5 -18.2998 35.2998 -18.2998 56.5996c0 54.7002 41.4004 107.6 112 107.6c60.9004 0 103.6 -41.5 103.6 -100.899c0 -67.1006 -33.8994 -113.601 -78 -113.601c-24.2998 0 -42.5996 20.1006 -36.6992 44.8008 +c7 29.5 20.5 61.2998 20.5 82.5996c0 19 -10.2002 34.9004 -31.4004 34.9004c-24.9004 0 -44.9004 -25.7002 -44.9004 -60.2002c0 -22 7.40039 -36.7998 7.40039 -36.7998s-24.5 -103.801 -29 -123.2c-5 -21.4004 -3 -51.6006 -0.900391 -71.2002 +c-92.1992 36.0996 -157.6 125.9 -157.6 231c0 137 111 248 248 248s248 -111 248 -248z" /> + <glyph glyph-name="pinterest-square" unicode="" +d="M448 368v-352c0 -26.5 -21.5 -48 -48 -48h-245.6c9.7998 16.4004 22.3994 40 27.3994 59.2998c3 11.5 15.2998 58.4004 15.2998 58.4004c8 -15.2998 31.4004 -28.2002 56.3008 -28.2002c74.0996 0 127.399 68.0996 127.399 152.7 +c0 81.0996 -66.2002 141.8 -151.399 141.8c-106 0 -162.2 -71.0996 -162.2 -148.6c0 -36 19.2002 -80.8008 49.7998 -95.1006c4.7002 -2.2002 7.09961 -1.2002 8.2002 3.2998c0.799805 3.40039 5 20.1006 6.7998 27.8008c0.599609 2.5 0.299805 4.59961 -1.7002 7 +c-10.0996 12.2998 -18.2998 34.8994 -18.2998 56c0 54.1992 41 106.6 110.9 106.6c60.2998 0 102.6 -41.0996 102.6 -99.9004c0 -66.3994 -33.5 -112.399 -77.2002 -112.399c-24.0996 0 -42.0996 19.8994 -36.3994 44.3994c6.89941 29.2002 20.2998 60.7002 20.2998 81.8008 +c0 53 -75.5 45.6992 -75.5 -25c0 -21.7002 7.2998 -36.5 7.2998 -36.5c-31.4004 -132.801 -36.0996 -134.5 -29.5996 -192.601l2.19922 -0.799805h-88.5996c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48z" /> + <glyph glyph-name="google-plus-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM164 92c57.7002 0 96 40.5 96 97.5996c0 6.5 -0.599609 11.6006 -1.59961 16.6006h-94.4004v-34.4004h56.9004 +c-2.40039 -14.5996 -17.2002 -43.0996 -56.8008 -43.0996c-34.0996 0 -61.8994 28.2998 -61.8994 63.2002c0 35 27.7998 63.1992 61.8994 63.1992c19.5 0 32.4004 -8.2998 39.8008 -15.3994l27.0996 26.0996c-17.5 16.4004 -40 26.2002 -67 26.2002 +c-55.2998 0 -100 -44.7002 -100 -100s44.7002 -100 100 -100zM384 173.8v29.2002h-29v29h-29.2002v-29h-29v-29.2002h29v-29h29.2002v29h29z" /> + <glyph glyph-name="google-plus-g" unicode="" horiz-adv-x="640" +d="M386.061 219.504c1.83398 -9.69238 3.14355 -19.3838 3.14355 -31.9561c0 -109.753 -73.6055 -187.548 -184.404 -187.548c-106.084 0 -192 85.915 -192 192s85.916 192 192 192c51.8643 0 95.083 -18.8594 128.611 -50.292l-52.126 -50.0303 +c-14.1455 13.6211 -39.0283 29.5996 -76.4854 29.5996c-65.4834 0 -118.92 -54.2217 -118.92 -121.277s53.4365 -121.277 118.92 -121.277c75.9609 0 104.514 54.7451 108.965 82.7734h-108.965v66.0088h181.261v-0.000976562zM571.467 213.067h55.7334v-56.001h-55.7334 +v-55.7334h-56.001v55.7334h-55.7324v56.001h55.7324v55.7324h56.001v-55.7324z" /> + <glyph glyph-name="linkedin-in" unicode="" +d="M100.28 0h-92.8799v299.1h92.8799v-299.1zM53.79 339.9c-29.7002 0 -53.79 24.5996 -53.79 54.2998c0 29.6914 24.0977 53.79 53.79 53.79s53.79 -24.0986 53.79 -53.79c0 -29.7002 -24.0996 -54.2998 -53.79 -54.2998zM447.9 0h-92.6807v145.6 +c0 34.7002 -0.700195 79.2002 -48.29 79.2002c-48.29 0 -55.6895 -37.7002 -55.6895 -76.7002v-148.1h-92.7803v299.1h89.0801v-40.7998h1.2998c12.4004 23.5 42.6904 48.2998 87.8799 48.2998c94 0 111.28 -61.8994 111.28 -142.3v-164.3h-0.0996094z" /> + <glyph glyph-name="github-alt" unicode="" horiz-adv-x="480" +d="M186.1 119.3c0 -20.8994 -10.8994 -55.0996 -36.6992 -55.0996c-25.8008 0 -36.7002 34.2002 -36.7002 55.0996c0 20.9004 10.8994 55.1006 36.7002 55.1006c25.7998 0 36.6992 -34.2002 36.6992 -55.1006zM480 169.8c0 -31.8994 -3.2002 -65.7002 -17.5 -95 +c-37.9004 -76.5996 -142.1 -74.7998 -216.7 -74.7998c-75.7998 0 -186.2 -2.7002 -225.6 74.7998c-14.6006 29 -20.2002 63.1006 -20.2002 95c0 41.9004 13.9004 81.5 41.5 113.601c-5.2002 15.7998 -7.7002 32.3994 -7.7002 48.7998 +c0 21.5 4.90039 32.2998 14.6006 51.7998c45.2998 0 74.2998 -9 108.8 -36c29 6.90039 58.7998 10 88.7002 10c27 0 54.1992 -2.90039 80.3994 -9.2002c34 26.7002 63 35.2002 107.8 35.2002c9.80078 -19.5 14.6006 -30.2998 14.6006 -51.7998 +c0 -16.4004 -2.60059 -32.7002 -7.7002 -48.2002c27.5 -32.4004 39 -72.2998 39 -114.2zM415.7 119.3c0 43.9004 -26.7002 82.6006 -73.5 82.6006c-18.9004 0 -37 -3.40039 -56 -6c-14.9004 -2.30078 -29.7998 -3.2002 -45.1006 -3.2002 +c-15.1992 0 -30.0996 0.899414 -45.0996 3.2002c-18.7002 2.59961 -37 6 -56 6c-46.7998 0 -73.5 -38.7002 -73.5 -82.6006c0 -87.7998 80.4004 -101.3 150.4 -101.3h48.1992c70.3008 0 150.601 13.4004 150.601 101.3zM333.1 174.4 +c25.8008 0 36.7002 -34.2002 36.7002 -55.1006c0 -20.8994 -10.8994 -55.0996 -36.7002 -55.0996c-25.7998 0 -36.6992 34.2002 -36.6992 55.0996c0 20.9004 10.8994 55.1006 36.6992 55.1006z" /> + <glyph glyph-name="maxcdn" unicode="" horiz-adv-x="512" +d="M461.1 5.2998h-97.3994l51.8994 242.7c2.30078 10.2002 0.900391 19.5 -4.39941 25.7002c-5 6.09961 -13.7002 9.59961 -24.2002 9.59961h-49.2998l-59.5 -278h-97.4004l59.5 278h-83.3994l-59.5 -278h-97.4004l59.5 278l-44.5996 95.4004h372.1 +c39.4004 0 75.2998 -16.2998 98.2998 -44.9004c23.2998 -28.5996 31.7998 -67.3994 23.6006 -105.899z" /> + <glyph glyph-name="html5" unicode="" horiz-adv-x="384" +d="M0 416h384l-34.9004 -395.8l-157.6 -52.2002l-156.6 52.2002zM308.2 288.1l4.39941 47.7002h-241.1l12.7998 -145.6h166.9l-6 -62.2002l-53.7002 -14.5l-53.5 14.5l-3.5 38.0996h-47.7002l6 -75.7998l98.7002 -27.2998h1.09961v0.299805l97.9004 27l13.5996 148.4h-175.6 +l-4.09961 49.3994h183.8z" /> + <glyph glyph-name="css3" unicode="" horiz-adv-x="512" +d="M480 416l-64 -368l-223.3 -80l-192.7 80l19.5996 94.7998h82l-8 -40.5996l116.4 -44.4004l134.1 44.4004l18.8008 97.0996h-333.4l16 82h333.7l10.5 52.7002h-333.4l16.2998 82h407.4z" /> + <glyph glyph-name="btc" unicode="" horiz-adv-x="384" +d="M310.204 205.362c46.0059 -11.0283 74.9971 -38.4443 69.3262 -99.8906c-7.24805 -76.5723 -61.5967 -97.0547 -142.896 -101.467v-68.0049h-48.5273v66.7451c-12.29 0 -25.21 0 -38.4443 0.314453v-67.0596h-48.5283v68.0049s-8.88867 0.31543 -97.3701 0.31543 +l9.76758 57.666c34.7305 -0.614258 50.3301 -3.4209 53.2549 16.0703v217.43c-4.60645 24.5664 -24.709 22.1045 -63.0234 21.4268v51.6777c58.748 -0.275391 79.5283 -0.539062 97.3701 0v79.4092h48.5283v-77.833c12.9189 0.31543 25.8389 0.629883 38.4443 0.629883 +v77.2031h48.5273v-79.4092c62.3926 -5.35547 109.492 -24.5781 114.851 -81.9287c4.09668 -41.9102 -13.5508 -67.1201 -41.2803 -81.2998zM150.608 313.447v-96.7402c27.416 0 113.126 -6.30273 113.126 48.2119c0 57.0352 -85.7109 48.5283 -113.126 48.5283z +M150.608 61.6709c32.7715 0 133.126 -6.93262 133.127 53.2529c0 62.3936 -100.355 53.2549 -133.127 53.2549v-106.508z" /> + <glyph glyph-name="youtube" unicode="" horiz-adv-x="576" +d="M549.655 323.917c11.4121 -42.8672 11.4121 -132.305 11.4121 -132.305s0 -89.4385 -11.4121 -132.306c-6.28125 -23.6494 -24.7871 -41.5 -48.2842 -47.8203c-42.5908 -11.4863 -213.371 -11.4863 -213.371 -11.4863s-170.78 0 -213.371 11.4863 +c-23.4971 6.32031 -42.0029 24.1709 -48.2842 47.8203c-11.4121 42.8672 -11.4121 132.306 -11.4121 132.306s0 89.4375 11.4121 132.305c6.28125 23.6504 24.7871 42.2754 48.2842 48.5967c42.5908 11.4863 213.371 11.4863 213.371 11.4863s170.781 0 213.371 -11.4863 +c23.4971 -6.32031 42.0029 -24.9463 48.2842 -48.5967zM232.145 110.409l142.739 81.2012l-142.739 81.2051v-162.406z" /> + <glyph glyph-name="xing" unicode="" horiz-adv-x="384" +d="M162.7 238c-1.7998 -3.2998 -25.2002 -44.4004 -70.1006 -123.5c-4.89941 -8.2998 -10.7998 -12.5 -17.6992 -12.5h-65.1006c-7.7002 0 -12.0996 7.5 -8.5 14.4004l69 121.3c0.200195 0 0.200195 0.0996094 0 0.299805l-43.8994 75.5996 +c-4.30078 7.80078 0.299805 14.1006 8.5 14.1006h65.0996c7.2998 0 13.2998 -4.10059 18 -12.2002zM382.6 401.9l-144 -253v-0.300781l91.6006 -166.6c3.89941 -7.09961 0.200195 -14.0996 -8.5 -14.0996h-65.2002c-7.59961 0 -13.5996 4 -18 12.1992l-92.4004 168.5 +c3.30078 5.80078 51.5 90.8008 144.801 255.2c4.59961 8.10059 10.3994 12.2002 17.5 12.2002h65.6992c8 0 12.3008 -6.7002 8.5 -14.0996z" /> + <glyph glyph-name="xing-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM140.4 127.8c4.89941 0 9.09961 2.90039 12.5996 9.10059c32.0996 56.5 48.7998 85.8994 50.0996 88.1992l-31.8994 55.3008 +c-3.40039 5.7998 -7.7002 8.69922 -12.9004 8.69922h-46.5996c-5.7998 0 -9 -4.5 -6 -10.0996l31.3994 -54c0.100586 -0.0996094 0.100586 -0.200195 0 -0.200195l-49.2998 -86.7002c-2.7002 -5 0.5 -10.2998 6 -10.2998h46.6006zM360.1 341.9 +c2.80078 5.2998 -0.299805 10.0996 -6 10h-46.8994c-5.10059 0 -9.2002 -2.90039 -12.5 -8.7002c-66.6006 -117.4 -101.101 -178.2 -103.4 -182.3l66 -120.301c3.2002 -5.7998 7.40039 -8.69922 12.9004 -8.69922h46.5996c6.10059 0 8.7998 5 6 10.0996l-65.5 119v0.200195z +" /> + <glyph glyph-name="dropbox" unicode="" horiz-adv-x="528" +d="M264.4 331.7l-132 -84.2998l132 -84.3008l-132 -84.2998l-132.4 85.1006l132.3 84.2998l-132.3 83.5l132.3 84.2998zM131.6 52.2998l132 84.2998l132 -84.2998l-132 -84.2998zM264.4 163.9l132 84.2998l-132 83.5996l131.3 84.2002l132.3 -84.2998l-132.3 -84.2998 +l132.3 -84.2002l-132.3 -84.2998z" /> + <glyph glyph-name="stack-overflow" unicode="" horiz-adv-x="384" +d="M290.7 137l-8.2002 -39l-195.7 41l8.2002 39.2998zM341.7 224l-25.5 -30.7998l-153.5 128.3l25.5 30.7998zM310.5 184.3l-16.7998 -36.2998l-181.2 84.5l16.7002 36.5zM262 416l119.3 -160.3l-32 -24l-119.3 160.3zM282.5 88v-39.7002h-200v39.7002h200zM322.2 8v120h40 +v-160h-359.5v160h40v-120h279.5z" /> + <glyph glyph-name="instagram" unicode="" +d="M224.1 307c63.6006 0 114.9 -51.2998 114.9 -114.9c0 -63.5996 -51.2998 -114.899 -114.9 -114.899c-63.5996 0 -114.899 51.2998 -114.899 114.899c0 63.6006 51.2998 114.9 114.899 114.9zM224.1 117.4c41.1006 0 74.7002 33.5 74.7002 74.6992 +c0 41.2002 -33.5 74.7002 -74.7002 74.7002c-41.1992 0 -74.6992 -33.5 -74.6992 -74.7002c0 -41.1992 33.5996 -74.6992 74.6992 -74.6992zM370.5 311.7c0 -14.9004 -12 -26.7998 -26.7998 -26.7998c-14.9004 0 -26.7998 12 -26.7998 26.7998s12 26.7998 26.7998 26.7998 +s26.7998 -12 26.7998 -26.7998zM446.6 284.5c2.10059 -37 2.10059 -147.8 0 -184.8c-1.7998 -35.9004 -10 -67.7002 -36.1992 -93.9004c-26.2002 -26.2998 -58 -34.5 -93.9004 -36.2002c-37 -2.09961 -147.9 -2.09961 -184.9 0 +c-35.8994 1.80078 -67.5996 10 -93.8994 36.2002s-34.5 58 -36.2002 93.9004c-2.09961 37 -2.09961 147.899 0 184.899c1.7998 35.9004 9.90039 67.7002 36.2002 93.9004s58.0996 34.4004 93.8994 36.0996c37 2.10059 147.9 2.10059 184.9 0 +c35.9004 -1.7998 67.7002 -10 93.9004 -36.1992c26.2998 -26.2002 34.5 -58 36.1992 -93.9004zM398.8 60c11.7002 29.4004 9 99.5 9 132.1c0 32.6006 2.7002 102.601 -9 132.101c-7.89941 19.7002 -23 34.7998 -42.5996 42.5996c-29.4004 11.6006 -99.5 9 -132.101 9 +c-32.5996 0 -102.6 2.7002 -132.1 -9c-19.7002 -7.89941 -34.7998 -23 -42.5996 -42.5996c-11.6006 -29.4004 -9 -99.5 -9 -132.101c0 -32.5996 -2.7002 -102.6 9 -132.1c7.89941 -19.7002 23 -34.7998 42.5996 -42.5996c29.4004 -11.6006 99.5 -9 132.1 -9 +c32.6006 0 102.601 -2.7002 132.101 9c19.7002 7.89941 34.7998 23 42.5996 42.5996z" /> + <glyph glyph-name="flickr" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM144.5 129c35.0996 0 63.5 28.4004 63.5 63.5s-28.4004 63.5 -63.5 63.5s-63.5 -28.4004 -63.5 -63.5s28.4004 -63.5 63.5 -63.5z +M303.5 129c35.0996 0 63.5 28.4004 63.5 63.5s-28.4004 63.5 -63.5 63.5s-63.5 -28.4004 -63.5 -63.5s28.4004 -63.5 63.5 -63.5z" /> + <glyph glyph-name="adn" unicode="" horiz-adv-x="496" +d="M248 280.5l64.9004 -98.7998h-129.801zM496 192c0 -136.9 -111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248s248 -111.1 248 -248zM396.2 109.3l-148.2 223.2l-148.2 -223.2h30.4004l33.5996 51.7002h168.601l33.5996 -51.7002h30.2002z" /> + <glyph glyph-name="bitbucket" unicode="" horiz-adv-x="512" +d="M22.2002 416l466.8 -0.200195c0.776367 -0.0107422 2.03027 -0.100586 2.7998 -0.200195c7.39648 -1.21875 13.3984 -8.29102 13.3984 -15.7871c0 -0.697266 -0.0888672 -1.82324 -0.198242 -2.5127l-67.9004 -416.8 +c-1.2168 -7.39746 -8.29004 -13.4014 -15.7871 -13.4014c-0.0585938 0 -0.154297 0.000976562 -0.212891 0.000976562h-325.699c-10.1016 0.0820312 -19.6445 8.23535 -21.3008 18.2002l-67.8994 412.101c-0.0966797 0.769531 -0.186523 2.02344 -0.200195 2.7998 +c0.108398 8.72168 7.27539 15.8008 15.999 15.8008c0.0556641 0 0.145508 0 0.201172 -0.000976562zM308.1 118.2l25.2002 147h-157.3l28.0996 -147h104z" /> + <glyph glyph-name="tumblr" unicode="" horiz-adv-x="320" +d="M309.8 -32.2998c-13.5996 -14.5 -50 -31.7002 -97.3994 -31.7002c-120.801 0 -147 88.7998 -147 140.6v144h-47.5c-5.5 0 -10 4.5 -10 10v68c0 7.2002 4.5 13.6006 11.2998 16c62 21.8008 81.5 76 84.2998 117.101c0.799805 11 6.5 16.2998 16.0996 16.2998h70.9004 +c5.5 0 10 -4.5 10 -10v-115.2h83c5.5 0 10 -4.39941 10 -9.89941v-81.7002c0 -5.5 -4.5 -10 -10 -10h-83.4004v-133.2c0 -34.2002 23.7002 -53.5996 68 -35.7998c4.80078 1.89941 9 3.2002 12.7002 2.2002c3.5 -0.900391 5.7998 -3.40039 7.40039 -7.90039l22 -64.2998 +c1.7998 -5 3.2998 -10.6006 -0.400391 -14.5z" /> + <glyph glyph-name="tumblr-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM317.7 51.7998c2.2998 2.40039 1.2998 5.90039 0.299805 9.10059l-13.7998 40.1992c-1 2.80078 -2.40039 4.40039 -4.60059 4.90039 +c-2.39941 0.599609 -5 -0.200195 -8 -1.40039c-27.6992 -11.0996 -42.5 1 -42.5 22.4004v83.2998h52.1006c3.39941 0 6.2002 2.7998 6.2002 6.2002v51.0996c0 3.40039 -2.80078 6.2002 -6.2002 6.2002h-51.9004v72c0 3.40039 -2.7998 6.2002 -6.2002 6.2002h-44.2998 +c-5.89941 0 -9.5 -3.2998 -10 -10.2002c-1.7998 -25.7002 -13.8994 -59.5 -52.7002 -73.2002c-4.2998 -1.5 -7.09961 -5.5 -7.09961 -10v-42.5c0 -3.39941 2.7998 -6.19922 6.2002 -6.19922h29.7002v-90c0 -32.4004 16.3994 -87.9004 91.8994 -87.9004 +c29.7002 0 52.4004 10.7002 60.9004 19.7998z" /> + <glyph glyph-name="apple" unicode="" horiz-adv-x="384" +d="M318.7 179.3c0 -1.89941 -3.5 -61.2002 61.7002 -91.8994c-12.2002 -36.8008 -54 -118.601 -102.601 -119.301c-28.0996 0 -44.5996 17.9004 -76.3994 17.9004c-32.8008 0 -50.6006 -17.2998 -75.8008 -17.9004c-48.1992 -1.5 -94.3994 88.5 -107.199 125.2 +c-9.60059 27.9336 -14.4004 55 -14.4004 81.2002c0 88.7002 59.2998 132.3 115.1 133.2c27 0 61.4004 -19.7002 76.4004 -19.7002c14.2002 0 53 23.5 88.5 20.7002c37.5 -2.90039 65.9004 -17.7002 84.7002 -44.6006c-33.6006 -20.3994 -50.2002 -48.0996 -50 -84.7998z +M262.1 343.5c-19.5996 -22.9004 -43.3994 -36.2998 -69.5 -34.2998c-2.19922 27.5996 8.10059 52.0996 25.6006 71.8994c15.8994 18.5 43.7998 33.5 67.8994 34.9004c0.800781 -10.5996 3.30078 -40.0996 -24 -72.5z" /> + <glyph glyph-name="windows" unicode="" +d="M0 354.3l183.6 25.2998v-177.399h-183.6v152.1zM0 29.7002v149.899h183.6v-175.199zM203.8 1.7002v177.899h244.2v-211.6zM203.8 382.3l244.2 33.7002v-213.8h-244.2v180.1z" /> + <glyph glyph-name="android" unicode="" +d="M89.5996 243.5v-115.8c0 -15.4004 -12.0996 -27.7002 -27.5 -27.7002c-15.2998 0 -30.0996 12.4004 -30.0996 27.7002v115.8c0 15.0996 14.7998 27.5 30.0996 27.5c15.1006 0 27.5 -12.4004 27.5 -27.5zM100.4 86.5v179.4h247.3v-179.4 +c0 -16.4004 -13.2002 -29.5996 -29.4004 -29.5996h-20.2002v-61.1006c0 -36.7998 -55.5 -36.7002 -55.5 0v61.1006h-37.1992v-61.1006c0 -36.5996 -55.2002 -36.8994 -55.2002 0l-0.299805 61.1006h-19.9004c-16.4004 0 -29.5996 13.1992 -29.5996 29.5996zM348.4 275.6 +h-249.101c0 42.8008 25.6006 80 63.6006 99.4004l-19.1006 35.2998c-2.7998 4.90039 4.2998 8 6.7002 3.7998l19.4004 -35.5996c34.8994 15.5 75 14.7002 108.3 0l19.2998 35.5c2.5 4.2998 9.5 1.09961 6.7002 -3.7998l-19.1006 -35.2002 +c37.7002 -19.4004 63.3008 -56.5996 63.3008 -99.4004zM177.7 331.1c0 5.7002 -4.60059 10.5 -10.5 10.5c-5.7002 0 -10.2002 -4.7998 -10.2002 -10.5c0 -5.69922 4.59961 -10.5 10.2002 -10.5c5.89941 0 10.5 4.80078 10.5 10.5zM291.1 331.1 +c0 5.7002 -4.59961 10.5 -10.1992 10.5c-5.90039 0 -10.5 -4.7998 -10.5 -10.5c0 -5.69922 4.59961 -10.5 10.5 -10.5c5.59961 0 10.1992 4.80078 10.1992 10.5zM385.9 271c15.2998 0 30.0996 -12.0996 30.0996 -27.5v-115.8 +c0 -15.2998 -14.7002 -27.7002 -30.0996 -27.7002c-15.1006 0 -27.5 12.2998 -27.5 27.7002v115.8c0 15.4004 12.3994 27.5 27.5 27.5z" /> + <glyph glyph-name="linux" unicode="" +d="M220.8 324.7c-1.09961 0.599609 -3.09961 0.399414 -3.39941 1.7002c-0.200195 0.399414 0.199219 0.899414 0.599609 1.09961c1.59961 0.900391 3.7998 0.599609 5.5 -0.0996094c1.2998 -0.600586 3.40039 -1.5 3.2002 -2.90039 +c-0.100586 -1.09961 -1.7998 -1.5 -2.90039 -1.5c-1.2002 0 -2 1.2002 -3 1.7002zM198.9 323c-1 -0.0996094 -2.7002 0.400391 -2.80078 1.40039c-0.199219 1.39941 1.90039 2.2998 3.2002 2.89941c1.7002 0.700195 3.90039 1 5.5 0.100586 +c0.400391 -0.200195 0.799805 -0.700195 0.600586 -1.10059c-0.400391 -1.2002 -2.40039 -1 -3.5 -1.59961c-1 -0.5 -1.80078 -1.7002 -3 -1.7002zM420 44.2002c11.0996 -12.4004 15.9004 -21.5 15.5 -29.7002c-0.5 -8.2002 -6.5 -13.7998 -13.9004 -18.2998 +c-14.8994 -9 -37.2998 -15.7998 -50.8994 -32.2002c-14.2002 -16.9004 -31.7002 -26.5996 -48.2998 -27.9004c-16.5 -1.2998 -32 6.30078 -40.3008 23v0.100586c-1.09961 2.09961 -1.89941 4.39941 -2.5 6.7002c-21.5 -1.2002 -40.1992 5.2998 -55.0996 4.09961 +c-22 -1.2002 -35.7998 -6.5 -48.2998 -6.59961c-4.7998 -10.6006 -14.2998 -17.6006 -25.9004 -20.2002c-16 -3.7002 -36.0996 0 -55.8994 10.3994c-18.5 9.80078 -42 8.90039 -59.3008 12.5c-8.69922 1.80078 -16.2998 5 -20.0996 12.3008 +c-3.7002 7.2998 -3 17.2998 2.2002 31.6992c1.7002 5.10059 0.399414 12.7002 -0.799805 20.8008c-0.600586 3.89941 -1.2002 7.89941 -1.2002 11.7998c0 4.2998 0.700195 8.5 2.7998 12.3994c4.5 8.5 11.7998 12.1006 18.5 14.5c6.7002 2.40039 12.7998 4 17 8.30078 +c5.2002 5.5 10.0996 14.3994 16.5996 20.1992c-2.59961 17.2002 0.200195 35.4004 6.2002 53.3008c12.6006 37.8994 39.2002 74.1992 58.1006 96.6992c16.0996 22.9004 20.7998 41.3008 22.5 64.7002c1.09961 31.7998 -24.5 135.4 77.8994 135.2 +c80.9004 -0.0996094 76.2998 -85.4004 75.7998 -131.3c-0.299805 -30.1006 16.3008 -50.5 33.4004 -72c15.2002 -18 35.0996 -44.2998 46.5 -74.4004c9.2998 -24.5996 12.9004 -51.7998 3.7002 -79.0996c1.39941 -0.5 2.7998 -1.2002 4.09961 -2 +c1.40039 -0.799805 2.7002 -1.7998 4 -2.90039c6.60059 -5.59961 8.7002 -14.2998 10.5 -22.3994c1.90039 -8.10059 3.60059 -15.7002 7.2002 -19.7002zM223.7 360.7c-3.2002 -7.2002 -3.90039 -14.9004 -2.90039 -21.7998c3.60059 -0.900391 8.90039 -2.40039 13 -4.40039 +c-2.09961 12.2002 4.5 23.5 11.7998 23c8.90039 -0.299805 13.9004 -15.5 9.10059 -27.2998c-0.799805 -1.90039 -2.7998 -3.40039 -3.90039 -4.60059c6.7002 -2.2998 11 -4.09961 12.6006 -4.89941c7.89941 9.5 10.7998 26.2002 4.2998 40.3994 +c-9.7998 21.4004 -34.2002 21.8008 -44 -0.399414zM183 372.2c-18.9004 0 -24 -37.5 -8.40039 -52.1006c7.80078 5.7002 6.90039 4.7002 5.90039 5.5c-8 6.90039 -6.59961 27.4004 1.7998 28.1006c6.2998 0.5 10.7998 -10.7002 9.60059 -19.6006 +c3.09961 2.10059 6.69922 3.60059 10.1992 4.60059c1.7002 19.2998 -9 33.5 -19.0996 33.5zM169.4 311.5c-4.2002 -3.2998 -5.60059 -7.40039 -4.2002 -12.2998c1.5 -4.90039 6.09961 -10.5 14.7002 -15.2998c7.7998 -4.60059 12 -11.5 20 -15 +c2.59961 -1.10059 5.69922 -1.90039 9.59961 -2.10059c18.4004 -1.09961 27.0996 11.2998 38.2002 14.9004c11.7002 3.7002 20.0996 11 22.7002 18.0996c3.19922 8.5 -2.10059 14.7002 -10.5 18.2002c-11.3008 4.90039 -16.3008 5.2002 -22.6006 9.2998 +c-10.2998 6.60059 -18.7998 8.90039 -25.8994 8.90039c-14.4004 0 -23.2002 -9.7998 -27.9004 -14.2002c-0.5 -0.5 -7.90039 -5.90039 -14.0996 -10.5zM172.7 -22.5c2.09961 20.5 -31.5 49 -41 68.9004l-19.6006 35.5996c-6.7998 9.2002 -13.7998 14.7998 -21.8994 16 +c-7.7002 1.2002 -12.6006 -1.40039 -17.7002 -6.90039c-4.7998 -5.09961 -8.7998 -12.2998 -14.2998 -18c-7.7998 -6.5 -9.2998 -6.19922 -19.6006 -9.89941c-6.2998 -2.2002 -11.2998 -4.60059 -14.7998 -11.2998c-2.7002 -5 -2.09961 -12.2002 -0.899414 -20 +c1.19922 -7.90039 3 -16.3008 0.599609 -23.9004v-0.200195c-5 -13.7002 -5 -21.7002 -2.59961 -26.3994c7.89941 -15.4004 46.5996 -6.10059 76.5 -21.9004c31.3994 -16.4004 72.5996 -17.0996 75.2998 18zM171.3 3.40039c37.6006 -25.7002 82.2002 -15.7002 114.3 7.19922 +c3.2002 11 6.30078 21.3008 6.80078 29c0.799805 15.2002 1.59961 28.7002 4.39941 39.9004c3.10059 12.5996 9.2998 23.0996 21.4004 27.2998c2.2998 21.1006 18.7002 21.1006 38.2998 12.5c18.9004 -8.5 26 -16 22.7998 -26.0996c1 0 2 0.0996094 4.2002 0 +c5.2002 16.8994 -14.2998 28 -30.7002 34.7998c2.90039 12 2.40039 24.0996 -0.399414 35.7002c-6 25.2998 -22.6006 47.7998 -35.2002 59c-2.2998 0.0996094 -2.10059 -1.90039 2.59961 -6.5c11.6006 -10.7002 37.1006 -49.2002 23.2998 -84.9004 +c-3.89941 1 -7.59961 1.5 -10.8994 1.40039c-5.2998 29.0996 -17.5 53.2002 -23.6006 64.5996c-11.5 21.4004 -29.5 65.2998 -37.1992 95.7002c-4.5 -6.40039 -12.4004 -11.9004 -22.3008 -15c-4.69922 -1.5 -9.69922 -5.5 -15.8994 -9 +c-13.9004 -8 -30 -8.7998 -42.4004 1.2002c-4.5 3.59961 -8 7.59961 -12.5996 10.2998c-1.60059 0.900391 -5.10059 3.2998 -6.2002 4.09961c-2 -37.7998 -27.2998 -85.2998 -39.2998 -112.699c-8.2998 -19.7002 -13.2002 -40.8008 -13.7998 -61.5 +c-21.8008 29.0996 -5.90039 66.2998 2.59961 82.3994c9.5 17.6006 11 22.5 8.7002 20.7998c-8.60059 -14 -22 -36.2998 -27.2002 -59.1992c-2.7002 -11.9004 -3.2002 -24 0.299805 -35.2002s11.1006 -21.5 24.6006 -29.9004c0 0 24.7998 -14.2998 38.2998 -32.5 +c7.39941 -10 9.7002 -18.7002 7.39941 -24.8994c-2.5 -6.7002 -9.59961 -8.90039 -16.6992 -8.90039c4.7998 -6 10.2998 -13 14.3994 -19.5996zM428.7 14.9004c0.299805 5.09961 -3.10059 13 -13.7002 24.5996c-10 11.2998 -7.2002 33.0996 -17.0996 41.5996 +c-6.90039 6 -13.6006 5.40039 -22.6006 5.10059c-7.7002 -8.7998 -25.7998 -19.6006 -38.3994 -16.2998c-11.5 2.89941 -18 16.2998 -18.8008 29.5c-0.299805 -0.200195 -0.699219 -0.300781 -1 -0.5c-7.09961 -3.90039 -11.0996 -10.8008 -13.6992 -21.1006 +c-2.5 -10.2002 -3.40039 -23.5 -4.2002 -38.7002c-0.700195 -11.7998 -6.2002 -26.3994 -9.90039 -40.5996c-3.5 -13.2002 -5.7998 -25.2002 -1.09961 -36.2998c7.2002 -14.5 19.5 -20.4004 33.7002 -19.2998c14.1992 1.09961 30.3994 9.7998 43.5996 25.5 +c22 26.5996 62.2998 29.6992 63.2002 46.5zM173.3 299.3c-3.5 2.7998 -3.09961 6.60059 -1.7002 6.5c2.40039 -0.299805 2.80078 -3.5 4.30078 -4.89941c2 -1.90039 4.59961 -4.40039 7.69922 -6.90039c6.2002 -4.90039 14.5 -9.7002 24.9004 -9.7002 +s22.5 6 29.9004 10.2002c4.19922 2.40039 9.5 6.59961 13.8994 9.7998c3.40039 2.5 3.2002 5.40039 6 5.10059c2.7998 -0.300781 0.799805 -3.2002 -3.09961 -6.60059c-3.90039 -3.39941 -9.90039 -7.7998 -14.7998 -10.3994 +c-9.30078 -4.90039 -20.2002 -10.8008 -31.8008 -10.8008c-11.5 0 -20.6992 5.40039 -27.2998 10.6006c-3.2998 2.59961 -6 5.2002 -8 7.09961z" /> + <glyph glyph-name="dribbble" unicode="" horiz-adv-x="512" +d="M256 440c136.748 0 248 -111.252 248 -248s-111.252 -248 -248 -248s-248 111.252 -248 248s111.252 248 248 248zM419.97 325.634c-4.46582 -6.04102 -39.9629 -51.5459 -118.284 -83.5225c7.43652 -15.2217 12.8652 -27.5732 18.6172 -41.6143 +c70.4844 8.86426 140.519 -5.34082 147.502 -6.81836c-0.46582 49.998 -18.332 95.9092 -47.835 131.955zM396.421 350.13c-52.0947 46.2188 -122.885 63.6816 -190.061 47.4893c5.85449 -7.83984 44.3281 -60.2324 79.04 -124.008 +c75.3232 28.2324 107.211 71.0918 111.021 76.5186zM165.941 383.38c-59.2637 -27.9531 -103.562 -82.585 -117.298 -148.318c9.47461 -0.125 96.7471 -0.503906 195.834 25.8096c-35.0986 62.3926 -72.9512 114.85 -78.5361 122.509zM44.1699 191.677 +c0 -54.4072 20.624 -104.082 54.457 -141.636c34.3369 58.7793 103.932 120.731 180.531 142.306c-5.31738 12.0342 -11.1104 24.0811 -17.1738 35.9492c-105.786 -31.6592 -208.438 -30.3359 -217.706 -30.1455c-0.0654297 -2.15137 -0.108398 -4.30762 -0.108398 -6.47363 +zM125.977 24.5645c62.7539 -48.9355 144.656 -56.8955 212.769 -27.8828c-3.15039 18.585 -15.4492 83.3555 -45.1895 160.639c-85.4004 -29.1348 -145.452 -87.5234 -167.579 -132.756zM374.357 16.0752c47.5215 32.1338 81.3525 83.0371 90.7949 141.978 +c-7.24707 2.28711 -65.5674 19.6816 -131.947 9.05566c27.7061 -76.1367 38.9805 -138.147 41.1523 -151.033z" /> + <glyph glyph-name="skype" unicode="" +d="M424.7 148.2c14.5996 -18.9004 23.2998 -42.5 23.2002 -68.1006c0 -61.7998 -50.2002 -112 -112 -112c-25.6006 0 -49.2002 8.7002 -68.2002 23.3008c-14.1006 -3 -28.9004 -4.7002 -43.7998 -4.7002c-113.4 0 -205.301 91.7998 -205.301 205.3 +c0 14.9004 1.80078 29.7998 4.7002 43.7998c-14.5996 18.9004 -23.2998 42.5 -23.2998 68.2002c0 61.7998 50.2002 112 112 112c25.7002 0 49.2998 -8.7002 68.2998 -23.4004c14.1006 3 28.9004 4.7002 43.7998 4.7002c113.4 0 205.301 -91.7998 205.301 -205.3 +c0 -14.9004 -1.80078 -29.7998 -4.7002 -43.7998zM230.1 56.7002c54.9004 0 112 27.3994 112 86.5c0 50.7998 -49.2998 68.2998 -90.6992 77.5996c-48.3008 11.2002 -69.1006 13.2002 -69.1006 33c0 15.5 16.2998 22.5 42 22.5c45.7998 0 46.7002 -33.5 75 -33.5 +c18.9004 0 30.2998 14.9004 30.2998 31.7998c0 33.5 -55.6992 55.4004 -110.8 55.4004c-50.5 0 -109.1 -21.9004 -109.1 -81.0996c0 -65.2002 55.2998 -71.8008 117.8 -87.2002c26 -6.40039 42 -9.2998 42 -28c0 -14.9004 -16.5996 -26.2998 -42.2998 -26.2998 +c-54 0 -56.9004 44.8994 -88.1006 44.8994c-20.5 0 -29.5 -14.5996 -29.5 -30.5996c0 -35.7998 54.9004 -65 120.5 -65z" /> + <glyph glyph-name="foursquare" unicode="" horiz-adv-x="368" +d="M323.1 445c40 0 50.7002 -22.7998 42.2002 -65.2002l-48.5996 -243c-3.7002 -14.5 -9.2002 -39.7002 -44.2998 -39.7002h-83.4004c-3.40039 0 -3.7002 0.300781 -6.7998 -3.09961c0 0 -2.2002 -2.5 -131.101 -151.9 +c-10.0996 -11.6992 -26.6992 -9.59961 -32.8994 -7.09961c-6.10059 2.40039 -18.2002 9.7998 -18.2002 30.0996v433.801c0 17.7998 12.4004 46.0996 49.9004 46.0996h273.199zM306.8 371.2c2.10059 9.7998 -5.2998 17.5 -13.5 17.5h-219 +c-9.7998 0 -16.5996 -8.90039 -16.5996 -16.6006v-338.8c0 -0.899414 0.899414 -1.2002 1.7998 -0.299805c80.5996 96.9004 89.5 108.3 89.5 108.3c9.2998 10.7998 13 12.6006 26.5 12.6006h73.5c10.0996 0 16 8.59961 16.9004 13.5 +c0.899414 5 9.59961 49.8994 11.3994 58.7998c1.7998 9 -6.5 18.2002 -14.7998 18.2002h-90.4004c-12 0 -20.5996 8.59961 -20.5996 20.5996v13c0 12 8.59961 20.2998 20.5996 20.2998h106.4c7.40039 0 15.7002 6.7002 16.9004 13.2002z" /> + <glyph glyph-name="trello" unicode="" +d="M392.3 416c30.7998 -0.200195 55.7002 -25.2002 55.6006 -56v-336c0 -30.7998 -24.9004 -55.7998 -55.7002 -56h-336.2c-30.9004 0 -56 25.0996 -56 56c0 340 -0.0996094 336 0 336c0 30.9004 25.0996 56 56.0996 56h336.2zM197 76.7002h0.0996094v254.2 +c0 14.8994 -12.0996 26.8994 -26.8994 26.8994h-82.9004c-14.8994 0 -26.8994 -12.0996 -26.8994 -26.8994v-254.2c0.0996094 -14.7998 12.1992 -26.7002 27 -26.6006h82.6992c14.8008 0 26.7002 11.9004 26.9004 26.6006zM390.1 188.7v142.1 +c0 14.9004 -12.0996 26.9004 -26.8994 26.9004h-81.1006c-14.7998 0 -26.7998 -12.1006 -26.7998 -26.9004v-142.1c0 -14.9004 12.1006 -26.9004 26.9004 -26.9004h81c14.8994 0 26.8994 12.1006 26.8994 26.9004z" /> + <glyph glyph-name="gratipay" unicode="" horiz-adv-x="496" +d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM362.6 213.6c8.80078 12 19.1006 50.4004 -13.7998 72c-27.7002 18.1006 -54.2002 4.2002 -68.0996 -11.8994c-15.1006 -16.9004 -45.7998 -17.9004 -61.7002 0 +c-13.9004 16.0996 -40.4004 30 -68.5 11.8994c-32.7002 -21.5996 -22.2998 -60.0996 -13.5996 -72l112.699 -152.699z" /> + <glyph glyph-name="vk" unicode="" horiz-adv-x="576" +d="M545 330.3c-7.40039 -34.2998 -79.2998 -135.5 -79.4004 -135.6c-6.19922 -10 -8.69922 -15 0 -26.2002c3.40039 -4.7998 79.1006 -76.5996 90.3008 -111.5c4.89941 -16.5996 -3.60059 -25 -20.4004 -25h-58.9004c-22.3994 0 -29 17.9004 -69 57.9004 +c-35 33.6992 -50 38.0996 -58.6992 38.0996c-18.8008 0 -15.4004 -6.2998 -15.4004 -73.0996c0 -14.5 -4.59961 -22.9004 -42.0996 -22.9004c-62.4004 0 -131 37.9004 -179.7 107.8c-73.1006 102.4 -93.1006 179.9 -93.1006 195.5c0 8.7998 3.40039 16.7002 20.2002 16.7002 +h58.9004c15.0996 0 20.7998 -6.59961 26.5996 -22.9004c28.7998 -84 77.4004 -157.399 97.4004 -157.399c7.5 0 10.8994 3.5 10.8994 22.5v86.7998c-2.19922 40 -23.3994 43.2998 -23.3994 57.5c0 6.5 5.59961 13.5 15 13.5h92.5996 +c12.4004 0 16.6006 -6.7002 16.6006 -21.7002v-116.7c0 -12.5 5.69922 -16.8994 9.39941 -16.8994c7.5 0 13.7998 4.39941 27.5 18.0996c42.4004 47.4004 72.4004 120.5 72.4004 120.5c3.7002 8.7998 10.5996 16.7002 25.5996 16.7002h58.9004 +c17.7998 0 21.5 -9.2002 17.7998 -21.7002z" /> + <glyph glyph-name="weibo" unicode="" horiz-adv-x="512" +d="M407 270.4c7.59961 24 -13.4004 46.7998 -37.4004 41.6992c-22 -4.7998 -28.7998 28.1006 -7.09961 32.8008c50.0996 10.8994 92.2998 -37.1006 76.5 -84.8008c-6.7998 -21.1992 -38.7998 -10.7998 -32 10.3008zM214.8 1.2998c-106.3 0 -214.8 51.4004 -214.8 136.3 +c0 44.3008 28 95.4004 76.2998 143.7c99.7002 99.7002 203.2 100.9 173.601 5.7002c-4 -13.0996 12.2998 -5.7002 12.2998 -6c79.5 33.5996 140.5 16.7998 114 -51.4004c-3.7002 -9.39941 1.09961 -10.8994 8.2998 -13.0996c135.7 -42.2998 34.7998 -215.2 -169.7 -215.2z +M358.5 147.6c-5.40039 55.7002 -78.5 94 -163.4 85.7002c-84.7998 -8.59961 -148.8 -60.2998 -143.399 -116c5.39941 -55.7002 78.5 -94 163.399 -85.7002c84.8008 8.60059 148.801 60.3008 143.4 116zM347.9 412.9c102.3 21.5996 189.3 -74.5 157.399 -174.301 +c-8.2998 -25 -44.7998 -12.1992 -37.3994 12c23.0996 71.2002 -39.4004 139.2 -111.7 124c-25.1006 -5.39941 -34.2002 32.7002 -8.2998 38.3008zM269.4 101.9c-17.1006 -38.8008 -66.8008 -60 -109.101 -46.3008c-40.7998 13.1006 -58 53.4004 -40.2998 89.7002 +c17.7002 35.4004 63.0996 55.4004 103.4 45.1006c42 -10.8008 63.0996 -50.2002 46 -88.5zM183.1 131.9c-12.8994 5.39941 -30 -0.300781 -38 -12.9004c-8.2998 -12.9004 -4.2998 -28 8.60059 -34c13.0996 -6 30.7998 -0.299805 39.0996 12.9004 +c8 13.0996 3.7002 28.2998 -9.7002 34zM215.7 145.3c-5.10059 1.7002 -11.4004 -0.599609 -14.2998 -5.39941c-2.90039 -5.10059 -1.40039 -10.6006 3.69922 -12.9004c5.10059 -2 11.7002 0.299805 14.6006 5.40039c2.7998 5.19922 1.09961 10.8994 -4 12.8994z" /> + <glyph glyph-name="renren" unicode="" horiz-adv-x="512" +d="M214 278.9c0 -110.4 -61 -205.4 -147.6 -247.4c-36.4004 43.2998 -58.4004 98.7998 -58.4004 159.9c0 122.699 89.0996 224.399 206 244.1v-156.6zM255 -56c-42.9004 0 -83.2998 11 -118.5 30.4004c57.2002 36.0996 103.4 90.6992 118.5 154.6 +c15.5 -63.9004 61.7002 -118.5 118.8 -154.7c-35.0996 -19.2998 -75.5 -30.2998 -118.8 -30.2998zM445.6 31.5c-86.5996 42 -147.6 136.9 -147.6 247.4v156.6c116.9 -19.7002 206 -121.4 206 -244.1c0 -61.1006 -22 -116.601 -58.4004 -159.9z" /> + <glyph glyph-name="pagelines" unicode="" horiz-adv-x="384" +d="M384 135.3c-55.0996 -136.7 -187.1 -54 -187.1 -54c-40.5 -81.7998 -107.4 -134.399 -184.601 -134.7c-16.0996 0 -16.5996 24.4004 0 24.4004c64.4004 0.299805 120.5 42.7002 157.2 110.1c-41.0996 -15.8994 -118.6 -27.8994 -161.6 82.2002 +c109 44.9004 159.1 -11.2002 178.3 -45.5c9.89941 24.4004 17 50.9004 21.5996 79.7002c0 0 -139.7 -21.9004 -149.5 98.0996c119.101 47.9004 152.601 -76.6992 152.601 -76.6992c1.59961 16.6992 3.2998 52.5996 3.2998 53.3994c0 0 -106.3 73.7002 -38.1006 165.2 +c124.601 -43 61.4004 -162.4 61.4004 -162.4c0.5 -1.59961 0.5 -23.7998 0 -33.3994c0 0 45.2002 89 136.4 57.5c-4.2002 -134 -141.9 -106.4 -141.9 -106.4c-4.40039 -27.3994 -11.2002 -53.3994 -20 -77.5c0 0 83 91.7998 172 20z" /> + <glyph glyph-name="stack-exchange" unicode="" +d="M17.7002 115.7h412.7v-22c0 -37.7002 -29.3008 -68 -65.3008 -68h-19l-86.7998 -89.7002v89.7002h-176.3c-36 0 -65.2998 30.2998 -65.2998 68v22zM17.7002 139.3v85h412.7v-85h-412.7zM17.7002 248.7v85h412.7v-85h-412.7zM365 448 +c36 0 65.2998 -30.2998 65.4004 -67.7002v-22.2998h-412.7v22.2998c0 37.4004 29.2998 67.7002 65.2998 67.7002h282z" /> + <glyph glyph-name="vimeo-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM383.8 266.4c1.90039 41.5996 -13.5996 63 -46.5 64c-44.2998 1.39941 -74.3994 -23.6006 -90.0996 -75.1006 +c19.5996 8.40039 48.5996 10.6006 45.2002 -22.2002c-0.900391 -11.0996 -8.10059 -27.0996 -21.5 -48.2998c-37.2002 -58.7002 -46.3008 -39.0996 -66.8008 90.5c-5.7998 36.5 -21.0996 53.5 -46 51.1006c-22 -2 -57.1992 -38 -94.0996 -70.4004l15 -19.4004 +c14.2998 10.1006 22.7002 15.1006 25.0996 15.1006c20.8008 0 31.5 -54.1006 56.7002 -146.4c12.9004 -34.3994 28.6006 -51.5996 47.2998 -51.5996c30.1006 0 66.9004 28.2998 110.4 84.7998c42.0996 54.0996 63.9004 96.7998 65.2998 127.9z" /> + <glyph glyph-name="slack" unicode="" +d="M94.1201 132.9c0 -25.9004 -21.1602 -47.0605 -47.0605 -47.0605c-25.8994 0 -47.0596 21.1602 -47.0596 47.0605c0 25.8994 21.1602 47.0596 47.0596 47.0596h47.0605v-47.0596zM117.84 132.9c0 25.8994 21.1602 47.0596 47.0605 47.0596 +c25.8994 0 47.0596 -21.1602 47.0596 -47.0596v-117.841c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596c-25.9004 0 -47.0605 21.1602 -47.0605 47.0596v117.841zM164.9 321.88c-25.9004 0 -47.0605 21.1602 -47.0605 47.0605c0 25.8994 21.1602 47.0596 47.0605 47.0596 +c25.8994 0 47.0596 -21.1602 47.0596 -47.0596v-47.0605h-47.0596zM164.9 298.16c25.8994 0 47.0596 -21.1602 47.0596 -47.0605c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596h-117.841c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596 +c0 25.9004 21.1602 47.0605 47.0596 47.0605h117.841zM353.88 251.1c0 25.9004 21.1602 47.0605 47.0605 47.0605c25.8994 0 47.0596 -21.1602 47.0596 -47.0605c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596h-47.0605v47.0596zM330.16 251.1 +c0 -25.8994 -21.1602 -47.0596 -47.0605 -47.0596c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596v117.841c0 25.8994 21.1602 47.0596 47.0596 47.0596c25.9004 0 47.0605 -21.1602 47.0605 -47.0596v-117.841zM283.1 62.1201c25.9004 0 47.0605 -21.1602 47.0605 -47.0605 +c0 -25.8994 -21.1602 -47.0596 -47.0605 -47.0596c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596v47.0605h47.0596zM283.1 85.8398c-25.8994 0 -47.0596 21.1602 -47.0596 47.0605c0 25.8994 21.1602 47.0596 47.0596 47.0596h117.841 +c25.8994 0 47.0596 -21.1602 47.0596 -47.0596c0 -25.9004 -21.1602 -47.0605 -47.0596 -47.0605h-117.841z" /> + <glyph glyph-name="wordpress" unicode="" horiz-adv-x="512" +d="M61.7002 278.6l101.5 -278c-71 34.4004 -119.9 107.2 -119.9 191.4c0 30.9004 6.60059 60.0996 18.4004 86.5996zM399.6 202.7c0 -18.2002 -7 -39.2998 -16 -68.7002l-21.1992 -70.9004l-76.9004 228.7c12.7998 0.700195 24.2998 2 24.2998 2 +c11.4004 1.2998 10.1006 18.2002 -1.39941 17.5c0 0 -34.5 -2.7002 -56.7002 -2.7002c-20.9004 0 -56 2.7002 -56 2.7002c-11.4004 0.700195 -12.7998 -16.7998 -1.2998 -17.5c0 0 10.7998 -1.2998 22.2998 -2l33.0996 -90.7998l-46.5996 -139.6l-77.5 230.399 +c12.7998 0.700195 24.2998 2 24.2998 2c11.4004 1.2998 10.0996 18.2002 -1.40039 17.5c0 0 -34.5 -2.7002 -56.6992 -2.7002c-4 0 -8.7002 0.100586 -13.7002 0.300781c38.0996 57.7998 103.5 95.8994 177.8 95.8994c55.4004 0 105.8 -21.2002 143.7 -55.8994 +c-1 0.0996094 -1.90039 0.199219 -2.7998 0.199219c-20.9004 0 -35.7002 -18.1992 -35.7002 -37.7998c0 -17.5 10.0996 -32.3994 20.8994 -49.8994c8.10059 -14.2002 17.5 -32.4004 17.5 -58.7002zM259.7 173.4l65.3994 -179.2c0.400391 -1 0.900391 -2 1.5 -2.90039 +c-22.0996 -7.7998 -45.7998 -12.0996 -70.5996 -12.0996c-20.9004 0 -41 3.09961 -60.0996 8.7002zM442.7 294.1c16.5996 -30.2998 26 -65.0996 26 -102.1c0 -78.5 -42.5 -147 -105.8 -183.9l65 187.9c12.1992 30.4004 16.1992 54.5996 16.1992 76.2002 +c0 7.89941 -0.5 15.0996 -1.39941 21.8994zM504 192c0 -136.8 -111.3 -248 -248 -248c-136.8 0 -248 111.3 -248 248c0 136.8 111.2 248 248 248c136.7 0 248 -111.2 248 -248zM492.6 192c0 130.5 -106.199 236.6 -236.6 236.6c-130.5 0 -236.6 -106.1 -236.6 -236.6 +s106.199 -236.6 236.6 -236.6c130.5 0 236.6 106.1 236.6 236.6z" /> + <glyph glyph-name="openid" unicode="" +d="M271.5 16l-68 -32c-115 10.2998 -203.5 71.5 -203.5 145.8c0 71.5 82.5 131 191.7 144.3v-43c-71.5 -12.5 -124 -53 -124 -101.3c0 -51 58.5 -93.2998 135.7 -103v340l68 33.2002v-384h0.0996094zM448 157l-131.3 28.5l36.7998 20.7002c-19.5 11.5 -43.5 20 -70 24.7998 +v43c46.2002 -5.5 87.7002 -19.5 120.3 -39.2998l35 19.7998z" /> + <glyph glyph-name="yahoo" unicode="" +d="M252 156l4 -220c-12.7002 2.2002 -23.5 3.90039 -32.2998 3.90039c-8.40039 0 -19.2002 -1.7002 -32.2998 -3.90039l4 220c-55 94.7998 -110.4 196.8 -174 292c11.8994 -3.09961 23 -3.90039 33.1992 -3.90039c9 0 20.4004 0.800781 34.1006 3.90039 +c40.8994 -72.2002 82.0996 -138.7 135 -225.5c37.2998 61.5996 91.0996 144.1 134.899 225.5c11.1006 -2.90039 22 -3.90039 32.9004 -3.90039c11.5 0 23.2002 1 35 3.90039c-34.4004 -47.9004 -131.6 -216.9 -174.5 -292z" /> + <glyph glyph-name="google" unicode="" horiz-adv-x="488" +d="M488 186.2c0 -141.5 -96.9004 -242.2 -240 -242.2c-137.2 0 -248 110.8 -248 248s110.8 248 248 248c66.7998 0 123 -24.5 166.3 -64.9004l-67.5 -64.8994c-88.2998 85.2002 -252.5 21.2002 -252.5 -118.2c0 -86.5 69.1006 -156.6 153.7 -156.6 +c98.2002 0 135 70.3994 140.8 106.899h-140.8v85.2998h236.1c2.30078 -12.6992 3.90039 -24.8994 3.90039 -41.3994z" /> + <glyph glyph-name="reddit" unicode="" horiz-adv-x="512" +d="M201.5 142.5c-13.7998 0 -24.9004 11.0996 -24.9004 24.5996c0 13.8008 11.1006 24.9004 24.9004 24.9004c13.5996 0 24.5996 -11.0996 24.5996 -24.9004c0 -13.5996 -11.0996 -24.5996 -24.5996 -24.5996zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248 +s111 248 248 248s248 -111 248 -248zM371.7 233.2c-9.40039 0 -17.7002 -3.90039 -23.7998 -10c-22.4004 15.5 -52.6006 25.5 -86.1006 26.5996l17.4004 78.2998l55.3994 -12.5c0 -13.5996 11.1006 -24.5996 24.6006 -24.5996c13.7998 0 24.8994 11.2998 24.8994 24.9004 +c0 13.5996 -11.0996 24.8994 -24.8994 24.8994c-9.7002 0 -18 -5.7998 -22.1006 -13.7998l-61.1992 13.5996c-3 0.800781 -6.10059 -1.39941 -6.90039 -4.39941l-19.0996 -86.4004c-33.2002 -1.39941 -63.1006 -11.2998 -85.5 -26.7998 +c-6.10059 6.40039 -14.7002 10.2002 -24.1006 10.2002c-34.8994 0 -46.2998 -46.9004 -14.3994 -62.7998c-1.10059 -5 -1.7002 -10.2002 -1.7002 -15.5c0 -52.6006 59.2002 -95.2002 132 -95.2002c73.0996 0 132.3 42.5996 132.3 95.2002 +c0 5.2998 -0.599609 10.7998 -1.90039 15.7998c31.3008 16 19.8008 62.5 -14.8994 62.5zM302.8 117c2.2002 2.2002 6.10059 2.2002 8.2998 0c2.5 -2.5 2.5 -6.40039 0 -8.59961c-22.8994 -22.8008 -87.3994 -22.8008 -110.199 0c-2.5 2.19922 -2.5 6.09961 0 8.59961 +c2.19922 2.2002 6.09961 2.2002 8.2998 0c17.5 -17.9004 75.3994 -18.2002 93.5996 0zM310.5 192c13.9004 0 24.9004 -11.0996 24.9004 -24.9004c0 -13.5 -11.1006 -24.5996 -24.9004 -24.5996c-13.5 0 -24.5996 11 -24.5996 24.5996c0 13.8008 11 24.9004 24.5996 24.9004z +" /> + <glyph glyph-name="reddit-square" unicode="" +d="M283.2 102.5c2.7002 -2.7002 2.7002 -6.7998 0 -9.2002c-24.5 -24.5 -93.7998 -24.5996 -118.4 0c-2.7002 2.40039 -2.7002 6.5 0 9.2002c2.40039 2.40039 6.5 2.40039 8.90039 0c18.7002 -19.2002 81 -19.5996 100.5 0c2.39941 2.2998 6.59961 2.2998 9 0zM191.9 156.3 +c0 -14.5996 -11.9004 -26.5 -26.5 -26.5c-14.9004 0 -26.8008 11.9004 -26.8008 26.5c0 14.9004 11.9004 26.7998 26.8008 26.7998c14.5996 0 26.5 -11.8994 26.5 -26.7998zM282.6 183.1c14.9004 0 26.8008 -11.8994 26.8008 -26.7998 +c0 -14.5996 -11.9004 -26.5 -26.8008 -26.5c-14.5996 0 -26.5 11.9004 -26.5 26.5c0 14.9004 11.9004 26.7998 26.5 26.7998zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM348.3 227.4 +c-10.0996 0 -19 -4.2002 -25.5996 -10.7002c-24.1006 16.7002 -56.5 27.3994 -92.5 28.5996l18.7002 84.2002l59.5 -13.4004c0 -14.5996 11.8994 -26.5 26.5 -26.5c14.8994 0 26.7998 12.2002 26.7998 26.8008c0 14.5996 -11.9004 26.7998 -26.7998 26.7998 +c-10.4004 0 -19.3008 -6.2002 -23.8008 -14.9004l-65.6992 14.6006c-3.30078 0.899414 -6.5 -1.5 -7.40039 -4.80078l-20.5 -92.7998c-35.7002 -1.5 -67.7998 -12.2002 -91.9004 -28.8994c-6.5 6.7998 -15.7998 11 -25.8994 11c-37.5 0 -49.7998 -50.4004 -15.5 -67.5 +c-1.2002 -5.40039 -1.7998 -11 -1.7998 -16.7002c0 -56.5 63.6992 -102.3 141.899 -102.3c78.5 0 142.2 45.7998 142.2 102.3c0 5.7002 -0.599609 11.5996 -2.09961 17c33.5996 17.2002 21.1992 67.2002 -16.1006 67.2002z" /> + <glyph glyph-name="stumbleupon-circle" unicode="" horiz-adv-x="496" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 262.5c9.7998 0 17.7998 -8 17.7002 -17.5996v-20.6006l22.8994 -10.7002l34.1006 10.1006v23.7002c0 40.2998 -34 72.5996 -74.7002 72.5996 +c-40.5 0 -74.7002 -32.0996 -74.7002 -72.0996v-108.4c0 -9.90039 -8 -17.7998 -17.7998 -17.7998s-17.7998 7.7998 -17.7998 17.7998v45.7998h-57.2998v-46.5c0 -41.3994 33.5 -74.8994 74.8994 -74.8994c41 0 74.9004 33 74.9004 73.8994v106.9 +c0 9.7998 8 17.7998 17.7998 17.7998zM423.6 138.9c0 0 0 0.5 0.100586 46.3994h-57.2998v-48c0 -9.7002 -8 -17.5996 -17.8008 -17.5996c-9.7998 0 -17.7998 7.7998 -17.7998 17.5996v47.1006l-34.0996 -10.1006l-22.9004 10.7002v-46.7998 +c0 -41 33.7002 -74.2002 74.9004 -74.2002c41.3994 0 74.8994 33.5 74.8994 74.9004z" /> + <glyph glyph-name="stumbleupon" unicode="" horiz-adv-x="512" +d="M502.9 182v-69.7002c0 -62.0996 -50.3008 -112.399 -112.4 -112.399c-61.7998 0 -112.4 49.7998 -112.4 111.3v70.2002l34.3008 -16l51.0996 15.1992v-70.5996c0 -14.7002 12 -26.5 26.7002 -26.5s26.7998 11.7998 26.7998 26.5v72h85.9004zM278.2 240.2v30.8994 +c0 14.7002 -12 26.7002 -26.7002 26.7002s-26.7002 -12 -26.7002 -26.7002v-160.3c0 -61.2998 -50.7998 -110.8 -112.399 -110.8c-62.1006 0 -112.4 50.2998 -112.4 112.3v69.7002h86v-68.5996c0 -14.9004 12 -26.7002 26.7002 -26.7002s26.7002 11.7998 26.7002 26.7002 +v162.399c0 60 51.2998 108.2 112.1 108.2c61 0 112.1 -48.5 112.1 -109v-35.5996l-51.0996 -15.2002z" /> + <glyph glyph-name="delicious" unicode="" +d="M446.5 380c1 -3.7998 1.5 -7.90039 1.59961 -12v-352.1c0 -26.5 -21.5 -48 -48 -48h-352c-4.09961 0 -8.19922 0.5 -12 1.5c-7.69922 2 -14.5996 5.7998 -20.2998 11c-1.2002 1.09961 -2.2998 2.19922 -3.2998 3.2998c-5.2002 5.7002 -9 12.5996 -11 20.2998 +c-1 3.7998 -1.5 7.90039 -1.5 12v352c0 26.5 21.5 48 48 47.9004h352c4.09961 0 8.2002 -0.5 12 -1.5c1.90039 -0.400391 3.7002 -1 5.40039 -1.7002c1.89941 -0.700195 3.69922 -1.5 5.5 -2.5c1.39941 -0.700195 2.69922 -1.5 4 -2.40039 +c1.09961 -0.799805 2.19922 -1.59961 3.2998 -2.5c2.5 -2 4.7998 -4.2998 6.89941 -6.7998c1.7002 -2.09961 3.30078 -4.5 4.7002 -6.90039c1.2998 -2.2998 2.40039 -4.59961 3.2998 -7.09961c0.5 -1.5 1 -3 1.40039 -4.5zM416 16v176h-192v192h-176 +c-8.7998 0 -16 -7.2002 -16 -16v-176h192v-192h176c8.7998 0 16 7.2002 16 16z" /> + <glyph glyph-name="digg" unicode="" horiz-adv-x="512" +d="M81.7002 275.7v76.2998h51v-250.7h-132.7v174.4h81.7002zM81.7002 142.3v92.2998h-30.7998v-92.2998h30.7998zM378.9 275.7h133.1v-243.7h-133.1v40.7998h81.7998v28.5h-81.7998v174.4zM460.7 142.3v92.2998h-30.7998v-92.2998h30.7998zM225.1 101.3v174.4h133.301 +v-243.7h-133.301v40.7998h82.1006v28.5h-82.1006zM276.3 234.6v-92.2998h30.7998v92.2998h-30.7998zM153.3 352h51.2998v-51h-51.2998v51zM153.3 275.7h51.2998v-174.4h-51.2998v174.4z" /> + <glyph glyph-name="pied-piper-pp" unicode="" +d="M205.3 273.4c0 -21.1006 -14.2002 -38.1006 -31.7002 -38.1006c-7.09961 0 -12.7998 1.2002 -17.1992 3.7002v68c4.39941 2.7002 10.0996 4.2002 17.1992 4.2002c17.5 0 31.7002 -16.9004 31.7002 -37.7998zM257.9 206.4c17.3994 0 31.6992 -17 31.6992 -38.1006 +c0 -20.8994 -14.2998 -37.7998 -31.6992 -37.7998c-7.10059 0 -12.8008 1.2002 -17.2002 3.7002v68c4.39941 2.7002 10.0996 4.2002 17.2002 4.2002zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352 +c26.5 0 48 -21.5 48 -48zM185 192.9c41 0 74.2002 35.5996 74.2002 79.5996s-33.2002 79.5996 -74.2002 79.5996c-12 0 -24.0996 -3.19922 -34.5996 -8.7998h-45.7002v-206.3l51.7998 10.0996v50.6006c8.59961 -3.10059 18.0996 -4.7998 28.5 -4.7998zM343.4 167.6 +c0 44 -33.2002 79.6006 -73.9004 79.6006c-3.2002 0 -6.40039 -0.200195 -9.59961 -0.700195c-3.7002 -12.5 -10.1006 -23.7998 -19.2002 -33.4004c-13.7998 -15 -32.2002 -23.7998 -51.7998 -24.7998v-156.3l51.7998 10.0996v50.6006 +c8.59961 -3.2002 18.2002 -4.7002 28.7002 -4.7002c40.7998 0 74 35.5996 74 79.5996z" /> + <glyph glyph-name="pied-piper-alt" unicode="" horiz-adv-x="576" +d="M244 202l-27.7002 -5.7002l-1.7002 4.90039c6.7002 0.5 12.7002 3.7002 19.3008 3.7002c3.7998 0 6.89941 -0.900391 10.0996 -2.90039zM379.9 4.09961c9.5 0 28.1992 -45.0996 33 -55.0996c-35.9004 -13.4004 -70.3008 -15.9004 -106 -9.7998l-6.90039 45.0996 +c15.7998 10.2998 60.9004 19.7998 79.9004 19.7998zM340.8 271c-7.59961 3.5 -63.8994 6.40039 -98.7998 -10c6.2998 11.7998 13.2002 17 25.9004 21.7998c27.2998 10.2998 40.1992 30.5 58.8994 51.1006c11.9004 -8.40039 12 -24.6006 31.6006 -23v-21.8008 +l6.2998 -0.299805c37.3994 14.4004 74.7002 30.2002 106.6 54.6006c48.2998 36.7998 52.9004 50 81.2998 100l2 2.59961c-0.599609 -14.0996 -6.2998 -27.2998 -12.3994 -39.9004c-30.5 -63.7998 -78.7002 -100.3 -146.8 -116.699 +c-12.4004 -2.90039 -26.4004 -3.2002 -37.6006 -8.90039c1.40039 -9.7998 13.2002 -18.0996 13.2002 -23c0 -3.40039 -5.5 -7.2002 -7.5 -8.59961c-11.2002 12.8994 -16.0996 19.2998 -22.7002 22.0996zM555.5 448l-0.299805 -1.40039l-0.600586 -0.599609 +l0.300781 0.900391zM496.3 65.9004c20.1006 -34.2002 43.7002 -54.3008 72.7002 -79.9004c-31 -19.2998 -70.4004 -32.2002 -103.5 -47.2002c-55.2002 46.2998 -23 229.9 -111.5 229.9c-3.5 -0.700195 -2.40039 -0.299805 -4.59961 -1.7002 +c1.09961 -1.40039 2.59961 -2.90039 3.69922 -4c23.9004 -20.0996 33.4004 -24.4004 34.8008 -58.5996l0.299805 -9.5c0.799805 -21.6006 -5.5 -42.5 -9.7998 -63.5c-25.9004 0.699219 -51.2002 -11 -77.9004 -2.90039c-0.700195 5.90039 -1.09961 30.9004 0.299805 41.0996 +c1.40039 9.5 33.6006 29.9004 33 43.7002c-5.5 0.600586 -9.2002 -2.59961 -12.3994 -6.89941c-13.3008 -19.5 -47.2002 -41.9004 -71.3008 -41.9004c-16.5996 0 -56.2998 71.5 -76.3994 85.9004c-3.2002 2.2998 -5.2002 5.39941 -7.7998 8.59961 +c-16.1006 -3.7998 -139.4 -32.2002 -147.4 -32.2002c-6 0 -11.5 4.90039 -11.5 10.9004c0 5.5 3.40039 10.7002 8.90039 11.7998l139.6 30.4004c-9.5 17.1992 12.2998 17.5 21.5 20.0996c3.2002 0.799805 6.2998 4 9.5 4c6.2998 0 11.7998 -8.90039 13.7998 -14.0996 +c6.2998 1.39941 45.7002 10.5996 49.4004 10.5996c15.2002 0 15.8994 -20.0996 2.89941 -22.7002l-52.2998 -11.5l-0.299805 -4.59961c-0.299805 -10.1006 45.4004 -60.1006 53.4004 -60.1006c18.0996 0 54.8994 41.7002 54.8994 60.1006 +c0 30.7002 -42.7998 12.5996 -42.7998 33.5996c0 3.5 1.2002 6.60059 2.90039 9.7998l-19.5 5.5c13.0996 13.6006 13.7998 31.7002 10.8994 50.3008c14.7002 2.89941 26.7002 4.59961 41.4004 4.59961c56.8994 0 45.7002 -8.59961 65.5 -54.2998l14.3994 7.2002 +c-2.2998 -34.2002 -36.1992 -17.5 -35.0996 -31l0.299805 -6c74.7002 2.89941 116.101 -58.6006 150 -115.5zM300.1 19.7998h8.90039l2.90039 -23.7998l-11.8008 -3.40039v27.2002zM231.4 170.2l13.7998 3.5l31.2998 -50.9004l-21 -13.7998zM315.8 15.2998 +c22.6006 2.5 32.7002 6.2998 59.5 6.2998c0.299805 -1.39941 0.900391 -3.19922 0.900391 -4.59961c0 -7.5 -49.4004 -12.5996 -58.4004 -14.0996z" /> + <glyph glyph-name="drupal" unicode="" +d="M319.5 333.3c13.5 -8.2998 96.5 -67 96.5 -179.3c0 -112 -88.5 -186 -190.2 -186c-102 0 -193.8 80.2998 -193.8 189.5c0 109 85 167.5 100.8 175.8c18.7002 10.1006 32.2002 15.2998 53.5 32.2998c10.5 8.30078 19.2998 20.2002 22 49.5 +c15.2002 -18.2998 33.5 -39.5 46.5 -48.2998c21.2002 -14 42.5 -19.5 64.7002 -33.5zM322 7.7002c4.2002 4.2002 1.90039 13.0996 -4.2002 8.5c-8.5 -6.2998 -27.5 -14 -54.5 -14c-34.5 0 -51.5 13.2998 -51.5 13.2998c-6.2002 0 -11.2998 -7.2002 -6.5 -12 +c26.6006 -24.5 96.6006 -15.9004 116.7 4.2002zM267.5 60.2998c-6.5 -2.7002 -28.4004 -16.7998 -22.4004 -25c2.40039 -3.2998 5.2002 -1.2998 12.2002 4.7002c7.2002 5.7998 12 11 26.7002 11c25.2998 0 18.0996 -19.9004 26.5 -15.7002 +c9.90039 4.90039 -2.09961 20.9004 -6.2002 23.7002c-7.7998 5.09961 -28.0996 4.90039 -36.7998 1.2998zM360 43c39.0996 -3.2998 64.5 106 15.7998 106c-20 0 -60.5 -41.5 -81.7998 -41.7998c-24.7002 -0.5 -59 49 -108.5 48.5 +c-66.4004 -0.400391 -90.5996 -78.6006 -51.7998 -105.2c57.2002 -38.7002 130.399 42.9004 161.3 42c19.5 -0.700195 49.7998 -48.5 65 -49.5z" /> + <glyph glyph-name="joomla" unicode="" +d="M0.599609 355.9c0 33.2998 26.8008 60.0996 59.8008 60.0996c30 0 54.5 -21.9004 59.1992 -50.2002c32.6006 7.60059 67.1006 -0.599609 96.5 -30l-44.2998 -44.2998c-20.5 20.5 -42.5996 16.2998 -55.3994 3.5c-14.3008 -14.2998 -14.3008 -37.9004 0 -52.2002 +l99.5 -99.5l-44 -44.2998c-87.7002 87.2002 -49.7002 49.7002 -99.8008 99.7002c-26.7998 26.5 -35 64.7998 -24.7998 98.8994c-26.8994 5.80078 -46.7002 29.7002 -46.7002 58.3008zM130.1 239.5c28.5 28.4004 81.3008 80.7998 99.6006 99.9004 +c26.5996 26.5996 64.5 35 98.2998 25.0996c4.09961 29.0996 29.2002 51.5996 59.5 51.5996c33 0 59.7998 -26.8994 59.7998 -60.0996c0 -30.2998 -22.7002 -55.4004 -51.8994 -59.5c9.59961 -33.5996 2.2998 -70 -28.9004 -101.2l-44 44.2998 +c20.5 20.4004 16.2998 42.6006 3.5 55.4004c-14.2998 14.2998 -37.5996 14.2998 -51.9004 0c-10 -10.0996 -89.6992 -89.7998 -99.6992 -99.7998zM396.4 87.2998c29.0996 -4.09961 51.5996 -28.8994 51.5996 -59.0996c0 -33.2998 -26.7998 -60.1006 -59.7998 -60.1006 +c-29.2002 0 -53.4004 20.7002 -58.9004 48.1006c-34.7002 -10.7998 -75.0996 -2.2002 -102.7 28l44 44.2998c20.4004 -20.5 42.6006 -16.2998 55.4004 -3.5c14.2998 14.2998 14.2998 37.5996 0 51.9004l-99.7002 99.6992l44.2998 44.3008 +c104.5 -104.4 87.7002 -87.5 99.5 -99.7002c25.4004 -25.4004 34.5 -61.2002 26.3008 -93.9004zM312.1 140.4c-87.2998 -87.3008 -67.3994 -67.7002 -99.5 -99.7002c-25.6992 -25.4004 -61.5 -34.2002 -94.1992 -26c-6.10059 -26.9004 -30 -46.7002 -58.6006 -46.7002 +c-33 0 -59.7998 26.7998 -59.7998 60.0996c0 28.3008 19.5 52.2002 46.2002 58.2002c-8.5 33.1006 -0.700195 68.1006 29.5 98.2998l44 -44.2998c-20.1006 -20.0996 -16.2998 -42 -3.2002 -55.3994c14.2998 -14.3008 37.5996 -14.3008 51.9004 0 +c49.2998 49.3994 12.6992 13.3994 99.6992 99.7998z" /> + <glyph glyph-name="behance" unicode="" horiz-adv-x="576" +d="M232 210.8c43.5996 -12.2998 64.7002 -45.2002 64.7002 -89.7002c0 -72 -60.5 -102.899 -124.9 -102.899h-171.8v354.399h167.1c60.7002 0 113.301 -17.1992 113.301 -87.7998c0 -35.7998 -16.6006 -58.7998 -48.4004 -74zM77.9004 312.1v-82.6992h79 +c27.7998 0 47.5 12.0996 47.5 42.1992c0 32.6006 -25.3008 40.5 -53.4004 40.5h-73.0996zM161.2 78.4004c31.7002 0 57.5996 11.1992 57.5996 47c0 36.2998 -21.7002 50.5996 -56 50.5996h-84.8994v-97.5996h83.2998zM519.7 319.1h-143.7v34.9004h143.7v-34.9004zM576 142.8 +c0 -4.5 -0.299805 -9 -0.599609 -13.2002h-185.101c0 -41.0996 21.7002 -65.2998 63 -65.2998c21.4004 0 49 11.6006 55.7002 33.5h62.2002c-19.1006 -58.7002 -58.7998 -86.2998 -120.101 -86.2998c-81 0 -131.3 54.7998 -131.3 134.7c0 77 53.1006 135.8 131.3 135.8 +c80.5 0 124.9 -63.2998 124.9 -139.2zM390.4 174h114.699c-3 34 -20.7998 54.7998 -56.1992 54.7998c-33.8008 0 -56.2002 -21.0996 -58.5 -54.7998z" /> + <glyph glyph-name="behance-square" unicode="" +d="M186.5 155c0 -19.2998 -14 -25.4004 -31.2002 -25.4004h-45.0996v52.9004h46c18.5996 -0.0996094 30.2998 -7.7998 30.2998 -27.5zM178.8 237.3c0 -16.2998 -10.7002 -22.8994 -25.7998 -22.8994h-42.7002v44.7998h39.6006c15.1992 0 28.8994 -4.2002 28.8994 -21.9004z +M311.1 214.1c19.2002 0 28.8008 -11.1992 30.5 -29.6992h-62.1992c1.19922 18.2998 13.3994 29.6992 31.6992 29.6992zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM271.7 263h77.7998 +v18.9004h-77.7998v-18.9004zM228.7 152.7c0 24.0996 -11.4004 44.8994 -35 51.5996c17.2002 8.2002 26.2002 17.7002 26.2002 37c0 38.2002 -28.5 47.5 -61.4004 47.5h-90.5v-192h93.0996c34.9004 0.200195 67.6006 16.9004 67.6006 55.9004zM380 167.5 +c0 41.0996 -24.0996 75.4004 -67.5996 75.4004c-42.4004 0 -71.1006 -31.8008 -71.1006 -73.6006c0 -43.2998 27.2998 -73 71.1006 -73c33.1992 0 54.6992 14.9004 65.0996 46.7998h-33.7002c-3.7002 -11.8994 -18.5996 -18.0996 -30.2002 -18.0996 +c-22.3994 0 -34.0996 13.0996 -34.0996 35.2998h100.2c0.0996094 2.2998 0.299805 4.7998 0.299805 7.2002z" /> + <glyph glyph-name="steam" unicode="" horiz-adv-x="496" +d="M496 192c0 -137 -111.2 -248 -248.4 -248c-113.8 0 -209.6 76.2998 -239 180.4l95.2002 -39.3008c6.40039 -32.0996 34.9004 -56.3994 68.9004 -56.3994c39.2002 0 71.8994 32.3994 70.2002 73.5l84.5 60.2002c52.0996 -1.30078 95.7998 40.8994 95.7998 93.5 +c0 51.5996 -42 93.5 -93.7002 93.5s-93.7002 -42 -93.7002 -93.5v-1.2002l-59.2002 -85.7002c-15.5 0.900391 -30.6992 -3.40039 -43.5 -12.0996l-133.1 55c10.2002 127.699 117.1 228.1 247.6 228.1c137.2 0 248.4 -111 248.4 -248zM155.7 63.7002 +c19.7998 -8.2002 42.5 1.09961 50.7998 21c8.2998 19.7998 -1.09961 42.5 -20.9004 50.7002l-31.5 13c12.2002 4.59961 26 4.7998 38.9004 -0.600586c13 -5.39941 23.0996 -15.5996 28.5 -28.5996s5.2998 -27.2998 -0.0996094 -40.2998 +c-11.2002 -26.8008 -42.1006 -39.6006 -69 -28.4004c-10.2119 4.26953 -22.3975 15.8281 -27.2002 25.7998zM329.5 193.6c-34.4004 0 -62.4004 28 -62.4004 62.3008c0 34.2998 28 62.2998 62.4004 62.2998s62.4004 -28 62.4004 -62.2998 +c0 -34.3008 -27.9004 -62.3008 -62.4004 -62.3008zM329.6 209.2c25.9004 0 46.9004 21 46.9004 46.7998c0 25.9004 -21 46.7998 -46.9004 46.7998c-25.8994 0 -46.8994 -21 -46.8994 -46.7998c0.0996094 -25.7998 21.0996 -46.7998 46.8994 -46.7998z" /> + <glyph glyph-name="steam-square" unicode="" +d="M185.2 91.5c7.7002 18.5 -1 39.7002 -19.6006 47.4004l-29.5 12.1992c11.4004 4.30078 24.3008 4.5 36.4004 -0.5c12.2002 -5.09961 21.5996 -14.5996 26.7002 -26.6992c5 -12.2002 5 -25.6006 -0.100586 -37.7002c-10.5 -25.1006 -39.3994 -37 -64.5996 -26.5 +c-11.5996 4.7998 -20.4004 13.5996 -25.4004 24.2002l28.5 -11.8008c18.6006 -7.7998 39.9004 0.900391 47.6006 19.4004zM400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v112.8l89.0996 -36.8994 +c6 -30 32.7002 -52.7002 64.5 -52.7002c36.6006 0 67.3008 30.2998 65.7002 68.7998l79 56.2998c48.7002 -1.2002 89.6006 38.2998 89.6006 87.5c0 48.2002 -39.3008 87.5 -87.6006 87.5s-87.5996 -39.2998 -87.5996 -87.5v-1.09961l-55.4004 -80.2002 +c-14.5 0.799805 -28.7002 -3.09961 -40.7002 -11.2998l-116.6 48.0996v160.7c0 26.5 21.5 48 48 48h352zM300.3 193.5c-32.2002 0 -58.3994 26.0996 -58.3994 58.2998s26.1992 58.2998 58.3994 58.2998s58.4004 -26.1992 58.4004 -58.2998 +c0 -32.0996 -26.2002 -58.2998 -58.4004 -58.2998zM300.4 208.1c24.1992 0 43.8994 19.6006 43.8994 43.8008c0 24.1992 -19.5996 43.7998 -43.8994 43.7998c-24.2002 0 -43.9004 -19.6006 -43.9004 -43.7998c0 -24.2002 19.7002 -43.8008 43.9004 -43.8008z" /> + <glyph glyph-name="spotify" unicode="" horiz-adv-x="496" +d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM348.7 75.0996c8.09961 0 15.2002 6.30078 15.2002 15.4004s-3.60059 12.5996 -9.7002 16.5c-71.4004 42.7002 -155.101 44.2998 -237 26.2002 +c-7.5 -1.60059 -13.6006 -6.5 -13.6006 -16.7998c0 -8.10059 6.10059 -15.8008 15.8008 -15.8008c2.89941 0 8 1.60059 11.8994 2.60059c71.7002 14.7002 144.3 13.0996 206.7 -24.5c3.90039 -2.2998 6.5 -3.60059 10.7002 -3.60059zM375.6 140.7 +c10.9004 0 19.3008 8.7002 19.4004 19.5c0 8.7002 -3.2002 14.8994 -11.2998 19.7002c-49.4004 29.3994 -112.101 45.5 -177 45.5c-41.6006 0 -70 -5.80078 -97.7998 -13.6006c-10.3008 -2.89941 -15.5 -10 -15.5 -20.7002c0 -10.6992 8.69922 -19.3994 19.3994 -19.3994 +c4.5 0 7.10059 1.2998 11.9004 2.59961c82.8994 22.5 176.1 7.60059 238.6 -29.3994c3.60059 -1.90039 7.10059 -4.2002 12.2998 -4.2002zM406.6 216.9c12.2002 0 23.2002 9.69922 23.2002 23.2998c0 11.8994 -5.09961 18.0996 -12.8994 22.5996 +c-55.9004 32.6006 -132.4 47.7998 -205.4 47.7998c-42.9004 0 -82.2998 -4.89941 -117.5 -15.1992c-9 -2.60059 -17.4004 -10.3008 -17.4004 -23.9004c0 -13.2998 10.1006 -23.5996 23.3008 -23.5996c4.7998 0 9.2998 1.59961 12.8994 2.59961 +c82.4004 23 209.7 12.7998 280.9 -29.7002c4.5 -2.59961 7.7002 -3.89941 12.8994 -3.89941z" /> + <glyph glyph-name="deviantart" unicode="" horiz-adv-x="320" +d="M320 354.8l-98.2002 -179.1l7.40039 -9.5h90.7998v-127.7h-160.9l-13.5 -9.2002l-43.6992 -84c-0.300781 0 -8.60059 -8.59961 -9.2002 -9.2002h-92.7002v93.2002l93.2002 179.4l-7.40039 9.2002h-85.7998v127.6h156l13.5 9.2002l43.7002 84 +c0.299805 0 8.59961 8.59961 9.2002 9.2002h97.5996v-93.1006z" /> + <glyph glyph-name="soundcloud" unicode="" horiz-adv-x="640" +d="M111.4 191.7l5.7998 -65l-5.7998 -68.2998c-0.300781 -2.5 -2.2002 -4.40039 -4.40039 -4.40039s-4.2002 1.90039 -4.2002 4.40039l-5.59961 68.2998l5.59961 65c0 2.2002 1.90039 4.2002 4.2002 4.2002c2.2002 0 4.09961 -2 4.40039 -4.2002zM132.8 237.3 +c2.5 0 4.7002 -2.2002 4.7002 -5l5.7998 -105.6l-5.7998 -68.2998c0 -2.80078 -2.2002 -5 -4.7002 -5c-2.7998 0 -4.7002 2.19922 -5 5l-5 68.2998l5 105.6c0.299805 2.7998 2.2002 5 5 5zM158.3 261.4c2.7998 0 5.2998 -2.2002 5.2998 -5.30078l5.30078 -130 +l-5.30078 -67.7998c0 -3.09961 -2.5 -5.2998 -5.2998 -5.2998c-3.09961 0 -5.2998 2.2002 -5.59961 5.2998l-4.40039 67.7998l4.40039 130c0.299805 3.10059 2.5 5.30078 5.59961 5.30078zM7.2002 164.8c1.39941 0 2.2002 -1.09961 2.5 -2.5l5.59961 -35.5996l-5.59961 -35 +c-0.299805 -1.40039 -1.10059 -2.5 -2.5 -2.5c-1.40039 0 -2.2002 1.09961 -2.5 2.5l-4.7002 35l4.7002 35.5996c0.299805 1.40039 1.09961 2.5 2.5 2.5zM30.7998 186.7c1.40039 0 2.5 -1.10059 2.7998 -2.5l7.2002 -57.5l-7.2002 -56.4004 +c-0.299805 -1.39941 -1.39941 -2.5 -2.7998 -2.5c-1.39941 0 -2.5 1.10059 -2.5 2.7998l-6.39941 56.1006l6.39941 57.5c0 1.39941 1.10059 2.5 2.5 2.5zM56.0996 198.1c1.7002 0 3.10059 -1.39941 3.10059 -3.2998l6.89941 -68.0996l-6.89941 -65.7998 +c0 -1.7002 -1.40039 -3.10059 -3.10059 -3.10059c-1.59961 0 -3 1.40039 -3.2998 3.10059l-5.7998 65.7998l5.7998 68.0996c0.200195 1.90039 1.60059 3.2998 3.2998 3.2998zM81.4004 200.3c1.89941 0 3.59961 -1.39941 3.89941 -3.59961l6.40039 -70l-6.40039 -67.7998 +c-0.299805 -2.2002 -2 -3.60059 -3.89941 -3.60059c-1.90039 0 -3.60059 1.40039 -3.60059 3.60059l-5.7998 67.7998l5.7998 70c0 2.2002 1.7002 3.59961 3.60059 3.59961zM322.8 311.2c2.5 -1.40039 4.10059 -4.2002 4.5 -7.2002l3.90039 -177.5l-3.90039 -64.2002 +c0 -4.7002 -3.89941 -8.59961 -8.59961 -8.59961s-8.60059 3.89941 -8.90039 8.59961l-1.7002 31.7002l-1.69922 32.5l3.2998 176.7v0.799805c0.200195 2.5 1.39941 5 3.2998 6.7002c1.40039 1.09961 3.40039 1.89941 5.59961 1.89941 +c1.40039 0 3.10059 -0.599609 4.2002 -1.39941zM296.1 295.9c2.2002 -1.40039 3.60059 -3.90039 3.90039 -6.7002l3.2998 -162.8l-3.09961 -58.6006l-0.299805 -6.7002c0 -2.2998 -0.800781 -4.19922 -2.5 -5.59961c-1.40039 -1.40039 -3.40039 -2.5 -5.60059 -2.5 +c-2.5 0 -4.7002 1.2002 -6.39941 3.09961c-1.10059 1.40039 -1.7002 3 -1.7002 4.7002v0.299805c-3.10059 65.3008 -3.10059 65.6006 -3.10059 65.6006l2.80078 160.8l0.299805 1.7002c0 2.7998 1.39941 5.2998 3.59961 6.7002 +c1.2998 0.799805 2.7998 1.39941 4.40039 1.39941c1.59961 0 3 -0.599609 4.39941 -1.39941zM184.7 273.4c3.39941 0 5.89941 -2.80078 6.09961 -6.10059l5 -140.6l-5 -67.2002c-0.299805 -3.2998 -2.7998 -5.7998 -6.09961 -5.7998c-3 0 -5.5 2.5 -5.7998 5.7998 +l-4.40039 67.2002l4.40039 140.6c0 3.2998 2.69922 6.10059 5.7998 6.10059zM561.4 210.6c43.2998 0 78.5996 -35.2998 78.5 -78.8994c0 -43.2998 -35.3008 -78.2998 -78.6006 -78.2998h-218.3c-4.7002 0.599609 -8.59961 4.19922 -8.59961 9.19922v249.7 +c0 4.7998 1.69922 7 7.7998 9.2002c15.2998 6.09961 32.5 9.40039 50.2998 9.40039c72.5 0 131.9 -55.6006 138.3 -126.4c9.5 3.90039 19.7998 6.09961 30.6006 6.09961zM264.7 270.9c4.2002 0 7.2002 -3.30078 7.5 -7.80078l3.89941 -136.699l-3.89941 -65.6006 +c0 -4.2002 -3.2998 -7.5 -7.5 -7.5s-7.5 3.2998 -7.7998 7.5l-3.30078 65.6006l3.30078 136.699c0.299805 4.5 3.59961 7.80078 7.7998 7.80078zM211.1 278.7c3.60059 0 6.40039 -3.10059 6.7002 -6.7002l4.40039 -145.3l-4.40039 -66.9004 +c-0.299805 -3.59961 -3.09961 -6.39941 -6.7002 -6.39941c-3.2998 0 -6.09961 2.7998 -6.39941 6.39941l-3.90039 66.9004l3.90039 145.3c0 3.59961 3.09961 6.7002 6.39941 6.7002zM237.8 275.3c3.90039 0 6.90039 -3 6.90039 -6.89941l4.2002 -141.7l-4.2002 -66.4004 +c0 -3.7998 -3.10059 -6.89941 -6.90039 -6.89941s-6.59961 3 -6.89941 6.89941l-3.90039 66.4004l3.90039 141.7c0 3.7998 3 6.89941 6.89941 6.89941z" /> + <glyph glyph-name="vine" unicode="" horiz-adv-x="384" +d="M384 193.3v-52.0996c-18.4004 -4.2002 -36.9004 -6.10059 -52.0996 -6.10059c-36.9004 -77.3994 -103 -143.8 -125.101 -156.199c-14 -7.90039 -27.0996 -8.40039 -42.7002 0.799805c-27.0996 16.2998 -129.899 100.6 -164.1 365.6h74.5 +c18.7002 -159.1 64.5 -240.7 114.8 -301.8c27.9004 27.9004 54.7998 65.0996 75.6006 106.9c-49.8008 25.2998 -80.1006 80.8994 -80.1006 145.6c0 65.5996 37.7002 115.1 102.2 115.1c114.9 0 106.2 -127.899 81.5996 -181.5c0 0 -46.3994 -9.19922 -63.5 20.5 +c3.40039 11.3008 8.2002 30.8008 8.2002 48.5c0 31.3008 -11.2998 46.6006 -28.3994 46.6006c-18.2002 0 -30.8008 -17.1006 -30.8008 -50c0.100586 -79.2002 59.4004 -118.7 129.9 -101.9z" /> + <glyph glyph-name="codepen" unicode="" horiz-adv-x="512" +d="M502.285 288.296c6.00098 -3.99902 9.71484 -11.1426 9.71582 -18.2852v-155.999c0 -7.14258 -3.71484 -14.2871 -9.71484 -18.2861l-234 -156.021c-8.06055 -4.95996 -16.584 -4.91504 -24.5713 0l-234 156.021c-6.00098 4 -9.71484 11.1436 -9.71484 18.2861v155.999 +c0 7.14258 3.71387 14.2861 9.71387 18.2852l234 156c8.06055 4.95996 16.584 4.91504 24.5713 0zM278 384.869v-102.572l95.4287 -63.7148l76.8574 51.4287zM234 384.869l-172.286 -114.858l76.8574 -51.4287l95.4287 63.7148v102.572zM44 228.868v-73.7139 +l55.1426 36.8564zM234 -0.84668v102.571l-95.4287 63.7158l-76.8574 -51.4297zM256 140.011l77.7148 52l-77.7148 52l-77.7148 -52zM278 -0.84668l172.286 114.857l-76.8574 51.4297l-95.4287 -63.7158v-102.571zM468 155.154v73.7139l-55.1426 -36.8574z" /> + <glyph glyph-name="jsfiddle" unicode="" horiz-adv-x="576" +d="M510.634 210.538c45.6885 -25.334 68.3721 -74.5605 56.832 -122.634c-12.1035 -50.4199 -55.5479 -86.6592 -108.212 -87.293c-84.0303 -1.01172 -168.079 -0.458984 -252.12 -0.480469c-30.3223 -0.00683594 -60.668 -0.492188 -90.959 0.539062 +c-48.0938 1.63672 -91.7764 35.8643 -105.607 81.4326c-14.1289 46.5508 2.18945 94.623 41.9014 124.615c2.54688 1.92383 4.86914 6.52051 4.51465 9.54492c-3.74609 31.8604 7.14453 57.6709 32.6758 76.4082c26.2822 19.2881 55.2285 21.5879 85.3311 9.16699 +c2.36621 -0.975586 4.63965 -2.17773 7.82422 -3.68555c16.5215 27.5332 38.1221 48.6523 65.4922 63.9023c92.8594 51.7402 210.954 8.31152 246.85 -91.6455c5.55762 -15.4766 6.74512 -32.6074 9.09668 -49.0947c0.716797 -5.02832 1.6543 -8.15527 6.38086 -10.7764z +M531.741 53.6582c39.3135 48.375 22.418 117.668 -35.1426 144.497c-7.43555 3.46582 -9.72559 7.74414 -9.84766 15.8936c-1.87012 125.129 -132.78 187.063 -230.24 132.697c-26.1133 -14.5674 -46.4492 -34.8955 -60.6709 -61.2939 +c-7.59082 -14.0908 -11.9287 -7.97754 -22.1982 -2.52734c-24.6113 13.0635 -49.0469 12.6406 -72.0332 -3.08301c-21.9678 -15.0244 -31.9102 -36.6201 -26.4199 -62.9805c2.4082 -11.5703 -0.914062 -17.0635 -10.0967 -23.1367 +c-38.1895 -25.2578 -53.0879 -74.8604 -34.1855 -116.105c18.4355 -40.2295 51.3135 -59.6631 95.1748 -59.9951c0.700195 -0.00488281 163.728 -0.545898 163.728 0.154297c56.8857 0 113.778 -0.551758 170.652 0.229492 +c28.9375 0.397461 53.0498 13.2178 71.2803 35.6504zM443.952 134.157c-5.84863 -31.1572 -34.6221 -55.0967 -66.666 -55.0957c-16.9531 0.00195312 -32.0586 6.5459 -44.0791 17.7051c-27.6973 25.7139 -71.1406 74.9805 -95.9375 93.3877 +c-20.0557 14.8877 -41.9893 12.333 -60.2715 -3.78223c-49.9961 -44.0713 15.8594 -121.775 67.0625 -77.1885c4.54883 3.95996 7.84082 9.54297 12.7441 12.8447c8.18457 5.50879 20.7666 0.883789 13.168 -10.6221c-17.3574 -26.2842 -49.3301 -38.1973 -78.8623 -29.3008 +c-28.8975 8.70312 -48.8408 35.9678 -48.626 70.1787c1.22461 22.4844 12.3633 43.0596 35.4141 55.9648c22.5742 12.6377 46.3682 13.1455 66.9902 -2.47363c50.791 -38.4756 75.5781 -81.7451 107.296 -101.245c24.5586 -15.0996 54.2549 -7.36328 68.8232 17.5059 +c28.8301 49.209 -34.5918 105.016 -78.8682 63.46c-3.98828 -3.74414 -6.91699 -8.93164 -11.4092 -11.7197c-10.9756 -6.81152 -17.333 4.1123 -12.8096 10.3525c20.7031 28.5537 50.4639 40.4404 83.2715 28.2139c31.4287 -11.7139 49.1074 -44.3662 42.7598 -78.1855z +" /> + <glyph glyph-name="rebel" unicode="" horiz-adv-x="512" +d="M256.5 -56c-139.3 0 -247.5 116.2 -243.3 254.1c2.7998 79.2002 43.2002 152.2 116.5 200.4c0.299805 0 1.89941 0.599609 1.09961 -0.799805c-5.7998 -5.5 -111.3 -129.8 -14.0996 -226.4c49.7998 -49.5 90 -2.5 90 -2.5c38.5 50.1006 -0.600586 125.9 -0.600586 125.9 +c-10 24.8994 -45.6992 40.0996 -45.6992 40.0996l28.7998 31.7998c24.3994 -10.5 43.2002 -38.6992 43.2002 -38.6992c0.799805 29.5996 -21.9004 61.3994 -21.9004 61.3994l44.5996 50.7002l44.3008 -50.0996c-20.5 -28.8008 -21.9004 -62.6006 -21.9004 -62.6006 +c13.7998 23 43.5 39.2998 43.5 39.2998l28.5 -31.7998c-27.4004 -8.89941 -45.4004 -39.8994 -45.4004 -39.8994c-15.7998 -28.5 -27.0996 -89.4004 0.600586 -127.301c32.3994 -44.5996 87.7002 2.80078 87.7002 2.80078c102.699 91.8994 -10.5 225 -10.5 225 +c-6.10059 5.5 0.799805 2.7998 0.799805 2.7998c50.0996 -36.5 114.6 -84.4004 116.2 -204.8c2 -145.601 -99.9004 -249.4 -242.4 -249.4z" /> + <glyph glyph-name="empire" unicode="" horiz-adv-x="496" +d="M287.6 393.8c-10.7998 2.2002 -22.0996 3.2998 -33.5 3.60059v18.1992c78.1006 -2.19922 146.101 -44 184.601 -106.6l-15.7998 -9.09961c-6.10059 9.69922 -12.7002 18.7998 -20.2002 27.0996l-18 -15.5c-26 29.5996 -61.4004 50.7002 -101.9 58.4004zM53.4004 125.6 +c3.89941 -10.7998 8.2998 -21.0996 13.5996 -31.0996l-15.7998 -9.09961c-17.1006 31.5996 -27.1006 68.0996 -27.1006 106.6s9.90039 75 27.1006 106.5l15.7998 -9.09961c-5.2998 -9.7002 -10 -20.2002 -13.5996 -31l22.6992 -7.7002 +c-6.39941 -18.2998 -9.69922 -38.2002 -9.69922 -58.7002s3.59961 -40.4004 10 -58.7002zM213.1 14l-4.69922 -23.7998c10.7998 -1.90039 22.1992 -3.2998 33.5 -3.60059v-18.2998c-78.1006 2.2998 -146.4 44.2998 -184.9 106.601l16 9.39941 +c5.7998 -9.7002 12.7002 -18.7998 20.2002 -27.3994l18 15.7998c26.0996 -29.6006 61.5 -50.7002 101.899 -58.7002zM93.2998 327.1c-7.5 -8.2998 -14.0996 -17.5 -20.0996 -27.1992l-15.7998 9.09961c38.5 62.5996 106.5 104.4 184.6 106.6v-18.1992 +c-11.4004 -0.300781 -22.7002 -1.40039 -33.5 -3.60059l4.7002 -23.7998c-40.5 -7.7002 -75.9004 -28.7998 -101.9 -58.4004zM402.7 56.9004c7.5 8.59961 14.3994 17.6992 20.0996 27.3994l16.1006 -9.39941c-38.5 -62.3008 -106.801 -104.4 -184.9 -106.601v18.2998 +c11.4004 0.300781 22.7002 1.7002 33.5 3.60059l-4.7002 23.7998c40.5 8 75.9004 29.0996 101.9 58.7002zM496 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM483.8 192c0 130.1 -105.7 235.8 -235.8 235.8 +s-235.8 -105.7 -235.8 -235.8s105.7 -235.8 235.8 -235.8s235.8 105.7 235.8 235.8zM444.8 298.6c17.2002 -31.5996 27.1006 -68.0996 27.1006 -106.6s-9.90039 -75 -27.1006 -106.4l-15.7998 9.10059c5.2998 10 9.7002 20.2002 13.5996 31l-23 7.7002 +c6.40039 18.2998 10 38.1992 10 58.6992s-3.2998 40.4004 -9.69922 58.7002l22.6992 7.7002c-3.59961 10.7998 -8.2998 21.2998 -13.5996 31zM261.8 120.9l13.2998 -66.7002c-8.59961 -1.7002 -17.6992 -2.7998 -27.0996 -2.7998s-18.5 1.09961 -27.0996 2.7998 +l13.2998 66.7002c-16.2998 3.2998 -30.5 11.5996 -40.7002 23.5l-51.2002 -44.8008c-11.8994 13.6006 -21.2998 29.4004 -27.0996 46.8008l64.2002 22.0996c-2.5 7.40039 -3.90039 15.2002 -3.90039 23.5s1.40039 16 3.90039 23.5l-64.5 22.0996 +c6.09961 17.5 15.5 33.2002 27.3994 46.8008l51.2002 -44.8008c10.2998 11.9004 24.4004 20.5 40.7002 23.8008l-13.2998 66.3994c8.59961 2 17.6992 2.7998 27.0996 2.7998s18.5 -0.899414 27.0996 -2.7998l-13.2998 -66.3994 +c16.2998 -3.30078 30.5 -11.9004 40.7002 -23.8008l51.2002 44.8008c11.8994 -13.6006 21.2998 -29.4004 27.3994 -46.8008l-64.5 -22.0996c2.5 -7.40039 3.90039 -15.2002 3.90039 -23.5s-1.40039 -16 -3.90039 -23.5l64.2002 -22.0996 +c-5.7998 -17.5 -15.2002 -33.2002 -27.0996 -46.8008l-51.2002 44.8008c-10.2998 -11.9004 -24.4004 -20.2002 -40.7002 -23.5z" /> + <glyph glyph-name="git-square" unicode="" +d="M100.59 113.76c48.5703 -3.30957 58.9502 -2.10938 58.9502 -11.9395c0 -20 -65.5498 -20.0605 -65.5498 -1.52051c0.00976562 5.08984 3.29004 9.40039 6.59961 13.46zM128.54 230.4c30.96 0 31.7598 -44.4707 -0.75 -44.4707c-33 0 -31.54 44.4707 0.75 44.4707z +M448 368v-352c0 -26.4961 -21.5039 -48 -48 -48h-352c-26.4961 0 -48 21.5039 -48 48v352c0 26.4961 21.5039 48 48 48h352c26.4961 0 48 -21.5039 48 -48zM221 298.69c0 -14.4902 8.37988 -22.8809 22.8604 -22.8809c14.7393 0 23.1299 8.39062 23.1299 22.8809 +c0 14.4893 -8.37012 22.3096 -23.1104 22.3096c-14.4795 0 -22.8799 -7.83984 -22.8799 -22.3096zM199.18 253h-49.5498c-25 6.5498 -81.5596 4.84961 -81.5596 -46.75c0 -18.7998 9.39941 -32 21.8496 -38.1104c-15.6895 -14.3701 -23.1201 -21.1396 -23.1201 -30.7393 +c0 -6.87012 2.79004 -13.2207 11.1807 -16.7607c-8.90039 -8.39941 -14 -14.4795 -14 -25.9199c0.0195312 -20.0693 17.5498 -31.7197 63.5391 -31.7197c44.2207 0 69.8701 16.5098 69.8701 45.7305c0 36.6699 -28.2295 35.3193 -94.7695 39.3799l8.37988 13.4297 +c17 -4.74023 74.1904 -6.23047 74.1904 42.4297c0 11.6904 -4.83008 19.8203 -9.40039 25.6699l23.3799 1.78027zM283.52 143.16l-13 1.78027c-3.81934 0.509766 -4.06934 1 -4.06934 5.08984v105.45h-52.6006l-2.79004 -20.5703c15.75 -5.5498 17 -4.86035 17 -10.1699 +v-74.7402c0 -5.62012 -0.30957 -4.58008 -17 -6.87012v-20.0596h72.4209zM384 133l-6.87012 22.3701c-40.9297 -15.3701 -37.8496 12.4102 -37.8496 16.7295v60.7207h37.8496v25.4102h-35.8203c-2.86914 0 -2 -2.52051 -2 38.6299h-24.1797 +c-2.79004 -27.7002 -11.6797 -38.8799 -34 -41.4199v-22.6201c20.4697 0 19.8203 0.849609 19.8203 -2.54004v-66.5703c0 -28.7197 11.4297 -40.9102 41.6699 -40.9102c14.4502 0 30.4502 4.83008 41.3799 10.2002z" /> + <glyph glyph-name="git" unicode="" horiz-adv-x="512" +d="M216.29 289.61l0.0400391 -34.5508l-37.4102 -2.83984c7.27051 -9.35938 15 -22.3701 15 -41.0693c0 -77.8906 -91.4297 -75.4707 -118.7 -67.8906l-13.4297 -21.5498c106.47 -6.5 151.63 -4.33984 151.63 -63c0 -46.7598 -41.04 -73.1797 -111.79 -73.1797 +c-73.5801 0 -101.63 18.71 -101.63 50.8193c0 18.3008 8.12988 28.04 22.4004 41.4502c-13.4199 5.66992 -17.8906 15.8105 -17.8906 26.8105c0 15.3594 11.9004 26.21 37 49.21c-20 9.76953 -35 30.9102 -35 61c0 82.5498 90.4902 85.2793 130.49 74.79h79.29z +M152.87 47.71c0 15.7402 -16.6104 13.8096 -94.3203 19.1104c-5.2998 -6.54004 -10.5693 -13.4004 -10.5693 -21.54c0 -29.6699 104.89 -29.6299 104.89 2.42969zM102.06 182.29c52.0205 0 50.7402 71.1602 1.2002 71.1602c-51.6602 0 -54 -71.1602 -1.2002 -71.1602z +M235.36 81.7803v32.0996c26.75 3.66016 27.2393 2 27.2393 11v119.51c0 8.5 -2.0498 7.37988 -27.2393 16.2607l4.46973 32.9199h84.1699v-168.71c0 -6.51074 0.400391 -7.32031 6.50977 -8.14062l20.7305 -2.83984v-32.0996h-115.88zM287.81 326.09 +c-23.1699 0 -36.5898 13.4297 -36.5898 36.6104c0 23.1797 13.4199 35.7695 36.5898 35.7695c23.5801 0 37 -12.6201 37 -35.7695c0 -23.1504 -13.4199 -36.6104 -37 -36.6104zM512 97.54c-17.4902 -8.53027 -43.0996 -16.2598 -66.2803 -16.2598 +c-48.3799 0 -66.6699 19.5 -66.6699 65.46v106.51c0 5.41992 1.0498 4.05957 -31.71 4.05957v36.1904c35.7803 4.07031 50 22 54.4697 66.2695h38.6309c0 -65.8291 -1.34082 -61.8096 3.25977 -61.8096h57.2998v-40.6504h-60.5596v-97.1494 +c0 -6.91992 -4.9209 -51.4102 60.5693 -26.8398z" /> + <glyph glyph-name="hacker-news" unicode="" +d="M0 416h448v-448h-448v448zM21.2002 218.8h-0.200195c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.0996094 -0.400391zM239.2 164.9l80.7998 155.1h-34.7998c-54.7998 -101.2 -48.2998 -98.5996 -60.6006 -125.6 +c-10.0996 24.3994 -6.7998 27.2998 -59.2998 125.6h-37.2998l79.7998 -153.3v-102.7h31.4004v100.9z" /> + <glyph glyph-name="tencent-weibo" unicode="" horiz-adv-x="384" +d="M72.2998 -47.7998c1.40039 -19.9004 -27.5996 -22.2002 -29.7002 -2.90039c-11.5996 129.9 31.1006 239.5 101.4 313.2c-15.5996 34 9.2002 77.0996 50.5996 77.0996c30.3008 0 55.1006 -24.5996 55.1006 -55.0996c0 -44 -49.5 -70.7998 -86.9004 -45.0996 +c-65.7002 -71.3008 -101.399 -169.801 -90.5 -287.2zM192 447.9c92 0 166.6 -74.6006 166.6 -166.5c0 -102.301 -93.2998 -185.5 -204 -162.301c-19 4.7002 -12.5 33.2002 6.60059 29.1006c80.7998 -20.7998 167.7 42.2998 167.7 133.1c0 75.5 -61.5 136.9 -136.9 136.9 +c-101 0 -168.3 -106.601 -122 -199.2c9 -17.9004 -17.5996 -30.7998 -26.2998 -13.4004c-56 108.101 22.3994 242.301 148.3 242.301z" /> + <glyph glyph-name="qq" unicode="" +d="M433.754 27.5547c-11.5264 -1.39258 -44.8604 52.7412 -44.8604 52.7412c0 -31.3447 -16.1357 -72.2471 -51.0508 -101.786c16.8418 -5.19141 54.8428 -19.167 45.8037 -34.4209c-7.31641 -12.3428 -125.511 -7.88086 -159.633 -4.03711 +c-34.1221 -3.84375 -152.315 -8.30566 -159.632 4.03711c-9.04492 15.25 28.918 29.2139 45.7832 34.415c-34.9199 29.5391 -51.0586 70.4453 -51.0586 101.792c0 0 -33.334 -54.1338 -44.8594 -52.7412c-5.37012 0.650391 -12.4238 29.6445 9.34668 99.7041 +c10.2617 33.0244 21.9951 60.4785 40.1445 105.779c-3.05566 116.898 45.2441 214.956 160.262 214.962c113.737 -0.00585938 163.156 -96.1328 160.264 -214.963c18.1182 -45.2227 29.9121 -72.8506 40.1445 -105.778c21.7676 -70.0596 14.7158 -99.0527 9.3457 -99.7041z +" /> + <glyph glyph-name="weixin" unicode="" horiz-adv-x="576" +d="M385.2 280.4c-92.4004 0 -165.4 -69.1006 -165.3 -154c0 -14.2002 2.19922 -27.9004 6.19922 -40.8008c-6.19922 -0.5 -12.0996 -0.799805 -18.2998 -0.799805c-24.3994 0 -43.7998 4.90039 -68.2002 9.7002l-68 -34.0996l19.3008 58.5996 +c-48.6006 34.0996 -77.9004 78.2002 -77.9004 131.6c0 92.6006 87.5 165.4 194.7 165.4c95.5996 0 179.7 -58.2998 196.3 -136.7c-6.2002 0.799805 -12.4004 1.10059 -18.7998 1.10059zM280.7 333.3c-14.7002 0 -29.2002 -9.7002 -29.2998 -24.3994 +c0 -14.5 14.5 -24.2002 29.2998 -24.2002c14.5 0 24.2002 9.7002 24.2002 24.2002c0 14.6992 -9.7002 24.3994 -24.2002 24.3994zM144.3 284.7c14.7998 0 24.4004 9.59961 24.4004 24.2002c0 14.6992 -9.60059 24.3994 -24.4004 24.3994 +c-14.5 0 -29.2998 -9.59961 -29.2998 -24.3994c0 -14.5 14.7998 -24.2002 29.2998 -24.2002zM563 128.6c0 -43.7998 -29 -82.6992 -68.2002 -112.1l14.7998 -48.5996l-53.3994 29.2998c-19.7002 -4.7998 -39.2998 -9.90039 -58.6006 -9.90039 +c-92.5996 0 -165.399 63.4004 -165.399 141.3c0 77.9004 72.7002 141.301 165.399 141.301c87.5 0 165.4 -63.4004 165.4 -141.301zM343.9 153.1c14.6992 0 24.3994 9.60059 24.3994 19.6006c0 9.59961 -9.59961 19.2998 -24.3994 19.2998 +c-9.60059 0 -19.3008 -9.59961 -19.3008 -19.2998c0 -9.90039 9.60059 -19.6006 19.3008 -19.6006zM451 153.1c14.5 0 24.5 9.60059 24.4004 19.6006c0 9.59961 -9.90039 19.2998 -24.4004 19.2998c-9.59961 0 -19.2998 -9.59961 -19.2998 -19.2998 +c0 -9.90039 9.59961 -19.6006 19.2998 -19.6006z" /> + <glyph glyph-name="slideshare" unicode="" horiz-adv-x="512" +d="M187.7 294.3c34 0 61.7002 -25.7002 61.7002 -57.7002c0 -31.6992 -27.7002 -57.6992 -61.7002 -57.6992s-61.7002 26 -61.7002 57.6992c0 32 27.7002 57.7002 61.7002 57.7002zM331.1 294.3c34.3008 0 61.8008 -25.7002 61.7002 -57.7002 +c0 -31.6992 -27.3994 -57.6992 -61.7002 -57.6992c-34 0 -61.6992 26 -61.6992 57.6992c0 32 27.6992 57.7002 61.6992 57.7002zM487.7 204.3c15.2002 10.5 25.2002 -4 16.0996 -17.7998c-18.2998 -22.5996 -53.2002 -50.2998 -106.3 -72 +c56.2998 -191.7 -137.4 -222.3 -134.3 -124c0 0.700195 -0.299805 53.7998 -0.299805 93.5c-4.30078 0.799805 -8.60059 2 -13.7002 3.09961c0 -40 -0.299805 -95.8994 -0.299805 -96.5996c3.09961 -98.2002 -190.601 -67.5996 -134.301 124.1 +c-53.1992 21.7002 -88 49.4004 -106.3 72c-9.09961 13.7002 0.900391 28.3008 16 17.7002c2 -1.39941 4.2998 -2.89941 6.2998 -4.2998v198.3c0 27.4004 20.6006 49.7002 46 49.7002h359.101c25.3994 0 46 -22.2998 46 -49.7002v-198.3zM457.2 185.1h0.0996094v190.601 +c0 32.7998 -10.5996 45.7002 -40.8994 45.7002h-317.7c-31.7002 0 -40.6006 -10.8008 -40.6006 -45.7002v-192.4c67.7002 -35.3994 125.7 -29.0996 157.4 -28c13.4004 0.299805 22 -2.2998 27.0996 -7.7002c1.7002 -1.59961 10 -9.39941 20.3008 -17.0996 +c1.09961 15.7998 10 25.7998 33.6992 24.9004c32.3008 -1.40039 91.7002 -7.7002 160.601 29.6992z" /> + <glyph glyph-name="twitch" unicode="" +d="M40.0996 416h397.9v-274.2l-117 -117h-87l-56.7998 -56.7998h-60.2002v56.7998h-107v314.3zM397.9 161.9v214h-321v-280.9h90.2998v-56.7998l56.7998 56.7998h107zM331 299v-116.9h-40.0996v116.9h40.0996zM224 299v-116.9h-40.0996v116.9h40.0996z" /> + <glyph glyph-name="yelp" unicode="" horiz-adv-x="384" +d="M42.9004 207.68l99.6191 -48.6094c19.2002 -9.40039 16.2002 -37.5107 -4.5 -42.71l-107.52 -26.8105c-1.51074 -0.379883 -4 -0.6875 -5.55762 -0.6875c-11.2676 0 -21.415 9.08887 -22.6523 20.2881c-0.708984 6.18164 -1.28516 16.25 -1.28516 22.4727 +c0 17.8105 4.60742 45.9658 10.2852 62.8467c2.88574 8.56836 12.5664 15.5215 21.6074 15.5215c2.9082 0 7.38867 -1.03516 10.0029 -2.31152zM86.9004 -31.5703c-5.48535 3.75195 -9.92773 12.1904 -9.92773 18.8359c0 4.8291 2.61914 11.6631 5.84766 15.2539 +l74.21 82.4004c14.3096 15.8105 40.5098 5.2002 39.8096 -16.0996l-3.89941 -110.82c-0.412109 -12.1484 -10.6123 -22.0078 -22.7676 -22.0078c-1.07129 0 -2.79688 0.146484 -3.85254 0.328125c-23.8691 4.04199 -59.4492 18.4277 -79.4199 32.1094zM232.24 78.3496 +c-11.2998 18.1104 6.2002 40.4102 26.5098 33.9102l105.42 -34.2598c8.69043 -2.88965 15.7422 -12.667 15.7422 -21.8252c0 -2.8125 -0.963867 -7.16504 -2.15234 -9.71484c-10.418 -21.8799 -34.0322 -52.1689 -52.71 -67.6104 +c-3.50586 -2.88867 -10.0391 -5.2334 -14.582 -5.2334c-6.99707 0 -15.6963 4.80859 -19.418 10.7334zM380.57 210.58c1.04688 -2.41602 1.93652 -6.5127 1.93652 -9.14551c0 -9.49805 -7.39551 -19.3828 -16.5068 -22.0645l-106.64 -30.5098 +c-20.5 -5.90039 -37.1006 17.0098 -25.2002 34.71l62 91.9199c3.75 5.55664 12.2354 10.0654 18.9385 10.0654c4.74512 0 11.4932 -2.53809 15.0615 -5.66602c18.166 -16.0361 40.75 -47.0869 50.4102 -69.3096zM62.1104 417.82 +c29.4697 14.0293 79.793 27.5137 112.33 30.0996c0.503906 0.0410156 1.32422 0.0742188 1.83008 0.0742188c12.5146 0 22.6709 -10.1562 22.6709 -22.6699c0 -0.0566406 -0.000976562 -0.147461 -0.000976562 -0.204102v-208.34 +c0 -23.2998 -30.9102 -31.6006 -42.6104 -11.4004l-104.12 180.44c-1.68164 2.92188 -3.0459 8.0293 -3.0459 11.4014c0 7.93066 5.7998 17.1592 12.9463 20.5986z" /> + <glyph glyph-name="paypal" unicode="" horiz-adv-x="384" +d="M111.4 152.1c-3.5 -19.1992 -17.4004 -108.699 -21.5 -134c-0.300781 -1.7998 -1 -2.5 -3 -2.5h-74.6006c-7.59961 0 -13.0996 6.60059 -12.0996 13.9004l58.5996 371.9c1.5 9.59961 10.1006 16.8994 20 16.8994c152.3 0 165.101 3.7002 204 -11.3994 +c60.1006 -23.3008 65.6006 -79.5 44 -140.301c-21.5 -62.5996 -72.5 -89.5 -140.1 -90.2998c-43.4004 -0.700195 -69.5 7 -75.2998 -24.2002zM357.1 296c28.4004 -21.2002 30.3008 -57.7998 23.8008 -92.5996c-16.5 -83.5 -71.9004 -112.301 -142.9 -112.301 +c-15 0 -24.7002 2.30078 -29.2998 -19.6992c-15.5 -97.4004 -13.7002 -85.9004 -14.4004 -91.3008c-1.7002 -8.59961 -8.7998 -14.8994 -17.3994 -14.8994h-63.5c-7.10059 0 -11.6006 5.7998 -10.6006 12.8994c0 0 4.5 29.3008 27.1006 169.7 +c0.799805 6.10059 4.7998 9.40039 10.8994 9.40039c54 0 164.601 -9.90039 204.5 103.899c3.7002 11.1006 6.7998 22.2002 8.7998 33.6006c0.5 3.09961 1.2002 2.59961 3 1.2998z" /> + <glyph glyph-name="google-wallet" unicode="" +d="M156.8 321.2c37.6006 -60.6006 64.2002 -113.101 84.2998 -162.5c-8.2998 -33.7998 -18.7998 -66.5 -31.2998 -98.2998c-13.2002 52.2998 -26.5 101.3 -56 148.5c6.5 36.3994 2.2998 73.5996 3 112.3zM109.3 248c5 0 10 -2.5 13 -6.5 +c43.7998 -59.7998 66.2998 -123.8 82.5 -193.5h-103.5c-20 69.5 -49.5 133 -91.7002 187.3c-4 5.2002 0 12.7002 6.5 12.7002h93.2002zM157.1 336h108.7c74.7998 -103 131.2 -230 143.2 -368h-113.7c-8.2002 133.5 -69.7002 260 -138.2 368zM408.9 404.5 +c19 -67.5 31.0996 -139 31.0996 -212.6c0 -69.5 -9.5 -142.5 -25.2998 -203c-10.9004 92.5 -42.4004 184.6 -90.6006 270.8c-4.19922 50.5 -13.2998 99.5 -26.5 146c-1.19922 5.2998 2.5 10.2998 7.80078 10.2998h88.2998c7 0 13.3994 -4.7002 15.2002 -11.5z" /> + <glyph glyph-name="cc-visa" unicode="" horiz-adv-x="576" +d="M470.1 216.7c0 0 7.60059 -37.2002 9.30078 -45h-33.4004c3.2998 8.89941 16 43.5 16 43.5c-0.200195 -0.299805 3.2998 9.09961 5.2998 14.8994zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480 +c26.5 0 48 -21.5 48 -48zM152.5 116.8l63.2002 155.2h-42.5l-39.2998 -106l-4.30078 21.5l-14 71.4004c-2.2998 9.89941 -9.39941 12.6992 -18.1992 13.0996h-64.7002l-0.700195 -3.09961c15.7998 -4 29.9004 -9.80078 42.2002 -17.1006l35.7998 -135h42.5zM246.9 116.6 +l25.1992 155.4h-40.1992l-25.1006 -155.4h40.1006zM386.8 167.4c0.200195 17.6992 -10.5996 31.1992 -33.7002 42.2998c-14.0996 7.09961 -22.6992 11.8994 -22.6992 19.2002c0.199219 6.59961 7.2998 13.3994 23.0996 13.3994 +c13.0996 0.299805 22.7002 -2.7998 29.9004 -5.89941l3.59961 -1.7002l5.5 33.5996c-7.90039 3.10059 -20.5 6.60059 -36 6.60059c-39.7002 0 -67.5996 -21.2002 -67.7998 -51.4004c-0.299805 -22.2998 20 -34.7002 35.2002 -42.2002 +c15.5 -7.59961 20.7998 -12.5996 20.7998 -19.2998c-0.200195 -10.4004 -12.6006 -15.2002 -24.1006 -15.2002c-16 0 -24.5996 2.5 -37.6992 8.2998l-5.30078 2.5l-5.59961 -34.8994c9.40039 -4.2998 26.7998 -8.10059 44.7998 -8.2998 +c42.2002 -0.100586 69.7002 20.7998 70 53zM528 116.6l-32.4004 155.4h-31.0996c-9.59961 0 -16.9004 -2.7998 -21 -12.9004l-59.7002 -142.5h42.2002s6.90039 19.2002 8.40039 23.3008h51.5996c1.2002 -5.5 4.7998 -23.3008 4.7998 -23.3008h37.2002z" /> + <glyph glyph-name="cc-mastercard" unicode="" horiz-adv-x="576" +d="M482.9 37.7002c0 -6.7998 -4.60059 -11.7002 -11.2002 -11.7002c-6.7998 0 -11.2002 5.2002 -11.2002 11.7002s4.40039 11.7002 11.2002 11.7002c6.59961 0 11.2002 -5.2002 11.2002 -11.7002zM172.1 49.4004c6.5 0 10.8008 -5.2002 10.9004 -11.7002 +c0 -6.7998 -4.40039 -11.7002 -10.9004 -11.7002c-7.09961 0 -11.1992 5.2002 -11.1992 11.7002s4.09961 11.7002 11.1992 11.7002zM289.6 49.7002c5.2002 0 8.7002 -3 9.60059 -8.7002h-19.1006c0.800781 5.2002 4.10059 8.7002 9.5 8.7002zM397.4 49.4004 +c6.7998 0 11.1992 -5.2002 11.1992 -11.7002c0 -6.7998 -4.39941 -11.7002 -11.1992 -11.7002c-6.80078 0 -10.9004 5.2002 -10.9004 11.7002s4.09961 11.7002 10.9004 11.7002zM503.3 23.2998c0 -0.299805 0.299805 -0.5 0.299805 -1.09961 +c0 -0.299805 -0.299805 -0.5 -0.299805 -1.10059c-0.299805 -0.299805 -0.299805 -0.5 -0.5 -0.799805c-0.299805 -0.299805 -0.5 -0.5 -1.09961 -0.5c-0.299805 -0.299805 -0.5 -0.299805 -1.10059 -0.299805c-0.299805 0 -0.5 0 -1.09961 0.299805 +c-0.299805 0 -0.5 0.299805 -0.799805 0.5c-0.299805 0.299805 -0.5 0.5 -0.5 0.799805c-0.299805 0.5 -0.299805 0.800781 -0.299805 1.10059c0 0.5 0 0.799805 0.299805 1.09961c0 0.5 0.299805 0.799805 0.5 1.10059c0.299805 0.299805 0.5 0.299805 0.799805 0.5 +c0.5 0.299805 0.799805 0.299805 1.09961 0.299805c0.5 0 0.800781 0 1.10059 -0.299805c0.5 -0.300781 0.799805 -0.300781 1.09961 -0.5c0.299805 -0.200195 0.200195 -0.600586 0.5 -1.10059zM501.1 21.9004c0.5 0 0.5 0.299805 0.800781 0.299805 +c0.299805 0.299805 0.299805 0.5 0.299805 0.799805s0 0.5 -0.299805 0.799805c-0.300781 0 -0.5 0.299805 -1.10059 0.299805h-1.59961v-3.5h0.799805v1.40039h0.299805l1.10059 -1.40039h0.799805zM576 367v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48 +v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM64 227.4c0 -76.5 62.0996 -138.5 138.5 -138.5c27.2002 0 53.9004 8.19922 76.5 23.0996c-72.9004 59.2998 -72.4004 171.2 0 230.5c-22.5996 15 -49.2998 23.0996 -76.5 23.0996 +c-76.4004 0.100586 -138.5 -62 -138.5 -138.199zM288 118.6c70.5 55 70.2002 162.2 0 217.5c-70.2002 -55.2998 -70.5 -162.6 0 -217.5zM145.7 42.2998c0 8.7002 -5.7002 14.4004 -14.7002 14.7002c-4.59961 0 -9.5 -1.40039 -12.7998 -6.5 +c-2.40039 4.09961 -6.5 6.5 -12.2002 6.5c-3.7998 0 -7.59961 -1.40039 -10.5996 -5.40039v4.40039h-8.2002v-36.7002h8.2002c0 18.9004 -2.5 30.2002 9 30.2002c10.1992 0 8.19922 -10.2002 8.19922 -30.2002h7.90039c0 18.2998 -2.5 30.2002 9 30.2002 +c10.2002 0 8.2002 -10 8.2002 -30.2002h8.2002v23h-0.200195zM190.6 56h-7.89941v-4.40039c-2.7002 3.30078 -6.5 5.40039 -11.7002 5.40039c-10.2998 0 -18.2002 -8.2002 -18.2002 -19.2998c0 -11.2002 7.90039 -19.2998 18.2002 -19.2998 +c5.2002 0 9 1.89941 11.7002 5.39941v-4.59961h7.89941v36.7998zM231.1 30.4004c0 15 -22.8994 8.19922 -22.8994 15.1992c0 5.7002 11.8994 4.80078 18.5 1.10059l3.2998 6.5c-9.40039 6.09961 -30.2002 6 -30.2002 -8.2002c0 -14.2998 22.9004 -8.2998 22.9004 -15 +c0 -6.2998 -13.5 -5.7998 -20.7002 -0.799805l-3.5 -6.2998c11.2002 -7.60059 32.5996 -6 32.5996 7.5zM266.5 21.0996l-2.2002 6.80078c-3.7998 -2.10059 -12.2002 -4.40039 -12.2002 4.09961v16.5996h13.1006v7.40039h-13.1006v11.2002h-8.19922v-11.2002h-7.60059 +v-7.2998h7.60059v-16.7002c0 -17.5996 17.2998 -14.4004 22.5996 -10.9004zM279.8 34.5h27.5c0 16.2002 -7.39941 22.5996 -17.3994 22.5996c-10.6006 0 -18.2002 -7.89941 -18.2002 -19.2998c0 -20.5 22.5996 -23.8994 33.7998 -14.2002l-3.7998 6 +c-7.7998 -6.39941 -19.6006 -5.7998 -21.9004 4.90039zM338.9 56c-4.60059 2 -11.6006 1.7998 -15.2002 -4.40039v4.40039h-8.2002v-36.7002h8.2002v20.7002c0 11.5996 9.5 10.0996 12.7998 8.40039zM349.5 37.7002c0 11.3994 11.5996 15.0996 20.7002 8.39941l3.7998 6.5 +c-11.5996 9.10059 -32.7002 4.10059 -32.7002 -15c0 -19.7998 22.4004 -23.7998 32.7002 -15l-3.7998 6.5c-9.2002 -6.5 -20.7002 -2.59961 -20.7002 8.60059zM416.2 56h-8.2002v-4.40039c-8.2998 11 -29.9004 4.80078 -29.9004 -13.8994 +c0 -19.2002 22.4004 -24.7002 29.9004 -13.9004v-4.59961h8.2002v36.7998zM449.9 56c-2.40039 1.2002 -11 2.90039 -15.2002 -4.40039v4.40039h-7.90039v-36.7002h7.90039v20.7002c0 11 9 10.2998 12.7998 8.40039zM490.2 70.9004h-7.90039v-19.3008 +c-8.2002 10.9004 -29.8994 5.10059 -29.8994 -13.8994c0 -19.4004 22.5 -24.6006 29.8994 -13.9004v-4.59961h7.90039v51.7002zM497.8 146v-4.59961h0.799805v4.59961h1.90039v0.799805h-4.59961v-0.799805h1.89941zM504.4 22.2002c0 0.5 0 1.09961 -0.300781 1.59961 +c-0.299805 0.299805 -0.5 0.799805 -0.799805 1.10059c-0.299805 0.299805 -0.799805 0.5 -1.09961 0.799805c-0.5 0 -1.10059 0.299805 -1.60059 0.299805c-0.299805 0 -0.799805 -0.299805 -1.39941 -0.299805c-0.5 -0.299805 -0.799805 -0.5 -1.10059 -0.799805 +c-0.5 -0.300781 -0.799805 -0.800781 -0.799805 -1.10059c-0.299805 -0.5 -0.299805 -1.09961 -0.299805 -1.59961c0 -0.299805 0 -0.799805 0.299805 -1.40039c0 -0.299805 0.299805 -0.799805 0.799805 -1.09961c0.300781 -0.299805 0.5 -0.5 1.10059 -0.799805 +c0.5 -0.300781 1.09961 -0.300781 1.39941 -0.300781c0.5 0 1.10059 0 1.60059 0.300781c0.299805 0.299805 0.799805 0.5 1.09961 0.799805s0.5 0.799805 0.799805 1.09961c0.300781 0.600586 0.300781 1.10059 0.300781 1.40039zM507.6 146.9h-1.39941l-1.60059 -3.5 +l-1.59961 3.5h-1.40039v-5.40039h0.800781v4.09961l1.59961 -3.5h1.09961l1.40039 3.5v-4.09961h1.09961v5.40039zM512 227.4c0 76.1992 -62.0996 138.3 -138.5 138.3c-27.2002 0 -53.9004 -8.2002 -76.5 -23.1006c72.0996 -59.2998 73.2002 -171.5 0 -230.5 +c22.5996 -15 49.5 -23.0996 76.5 -23.0996c76.4004 -0.0996094 138.5 61.9004 138.5 138.4z" /> + <glyph glyph-name="cc-discover" unicode="" horiz-adv-x="576" +d="M520.4 251.9c0 -8.40039 -5.5 -12.8008 -15.8008 -12.8008h-4.69922v24.9004h4.89941c10.1006 0 15.6006 -4.2002 15.6006 -12.0996zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480z +M483.9 277.1v-82h16v32.8008h2.19922l22.2002 -32.8008h19.6006l-25.8008 34.4004c12.1006 2.5 18.7002 10.5996 18.7002 23.2002c0 28.5 -30.2998 24.3994 -52.8994 24.3994zM428 277v-82h45.2998v13.7998h-29.2998v22.2002h28.2998v13.7998h-28.2998v18.2002h29.2998v14 +h-45.2998zM359.3 277h-17.5l35 -84.2002h8.60059l35.5 84.2002h-17.5l-22.2002 -55.2002zM303.4 280c-24.6006 0 -44.6006 -19.9004 -44.6006 -44.5996c0 -24.6006 19.9004 -44.6006 44.6006 -44.6006c24.5996 0 44.5996 19.9004 44.5996 44.6006 +c0 24.5996 -19.9004 44.5996 -44.5996 44.5996zM254.1 273.9c-30.1992 15 -63.2998 -6.80078 -63.2998 -38c0 -32.5 33.6006 -52.5 63.2998 -38.2002v19c-19.2998 -19.2998 -46.7998 -5.7998 -46.7998 19.2002c0 23.6992 26.7002 39.0996 46.7998 19v19zM156.9 207.6 +c-7.60059 0 -13.8008 3.7002 -17.5 10.8008l-10.3008 -9.90039c17.8008 -26.0996 56.6006 -18.2002 56.6006 11.2998c0 13.1006 -5.40039 19 -23.6006 25.6006c-9.59961 3.39941 -12.2998 5.89941 -12.2998 10.2998c0 8.7002 14.5 14.0996 24.9004 2.5l8.39941 10.7998 +c-19.0996 17.0996 -49.6992 8.90039 -49.6992 -14.2998c0 -11.2998 5.19922 -17.2002 20.1992 -22.7002c25.7002 -9.09961 14.7002 -24.4004 3.30078 -24.4004zM55.4004 195c30.8994 0 44.0996 22.4004 44.0996 40.9004c0 24.0996 -18 41.0996 -44.0996 41.0996h-23.4004 +v-82h23.4004zM122.9 195v82h-16v-82h16zM544 15v145c-33.2998 -20.7998 -226.4 -124.4 -416 -160h401c8.2002 0 15 6.7998 15 15zM74.0996 256.4c5.7002 -5 8.90039 -12.6006 8.90039 -20.5c0 -7.90039 -3.2002 -15.5 -8.90039 -20.7002 +c-4.89941 -4.40039 -11.5996 -6.40039 -21.8994 -6.40039h-4.2002v54.2002h4.2002c10.2998 0 16.7002 -1.7002 21.8994 -6.59961z" /> + <glyph glyph-name="cc-amex" unicode="" horiz-adv-x="576" +d="M325.1 280.2c0.100586 -8 -4.2998 -15.7002 -11.6992 -18.7002c9.5 -3.2998 11 -9.2002 11 -18.4004v-13.5h-16.6006c-0.299805 14.8008 3.60059 25.1006 -14.7998 25.1006h-18v-25.1006h-16.4004v69.3008l39.1006 -0.300781c13.2998 0 27.3994 -2 27.3994 -18.3994z +M295.7 268.9c5.7002 0 11 1.2998 11 7.89941c0 6.40039 -5.60059 7.40039 -10.7002 7.40039h-21v-15.2998h20.7002zM279 179.4c15.5996 0 27.9004 -5.40039 27.9004 -22.7002c0 -27.9004 -30.4004 -23.2998 -49.3008 -23.2998l-0.0996094 -23.3008h-32.2002l-20.3994 23 +l-21.3008 -23h-65.3994l0.0996094 69.3008h66.5l20.5 -22.8008l21 22.8008h52.7002zM175.2 124.7l19 20.2002l-17.9004 20.1992h-41.7002v-12.5h36.3008v-14.0996h-36.3008v-13.7998h40.6006zM241 116.5v55.5l-25.2998 -27.4004zM278.8 147.5 +c5.90039 0 10.5 2.7998 10.5 9.2002c0 6.09961 -4.59961 8.39941 -10.2002 8.39941h-21.5v-17.5996h21.2002zM247.2 284.2h-38.9004v-12.5h37.7998v-14.1006h-37.7998v-13.7998h38.9004v-14.2998h-55.5v69.2998h55.5v-14.5996zM576 192.6h-0.200195h0.200195zM381.4 160.7 +c-0.100586 -7.60059 -4.2002 -15.2998 -11.9004 -18.4004c9.2002 -3.2998 11 -9.5 11 -18.3994l-0.0996094 -13.8008h-16.6006l0.100586 11.5c0 11.8008 -3.80078 13.8008 -14.8008 13.8008h-17.5996l-0.0996094 -25.3008h-16.6006l0.100586 69.3008h39.3994 +c13 0 27.1006 -2.30078 27.1006 -18.7002zM352.2 149.5c5.59961 0 11 1.2998 11 8.2002c0 6.39941 -5.60059 7.39941 -10.7002 7.39941h-21v-15.5996h20.7002zM179.4 229.5h-16.8008v54.2002l-24 -54.2002h-14.5996l-24 54.2002v-54.2002h-33.7998l-6.40039 15.2998h-34.5 +l-6.39941 -15.2998h-17.9004l29.7002 69.2998h24.5l28.0996 -65.7002v65.7002h27.1006l21.6992 -47l19.7002 47h27.6006v-69.2998zM31.2002 259.2h22.7002l-11.5 27.5996zM508.6 100.3c34.8008 0 54.8008 -2.2002 67.5 6.10059v-90.4004c0 -26.5 -21.5 -48 -48 -48h-480.1 +c-26.5 0 -48 21.5 -48 48v203.7h26.5996c4.2002 10.0996 2.2002 5.2998 6.40039 15.2998h19.2002c4.2002 -10 2.2002 -5.2002 6.39941 -15.2998h52.9004v11.3994c2.2002 -5 1.09961 -2.5 5.09961 -11.3994h29.5c2.40039 5.5 2.60059 5.7998 5.10059 11.3994v-11.3994h135.5 +v25.0996c6.39941 0 8 0.100586 9.7998 -0.200195c0 0 -0.200195 -10.8994 0.0996094 -24.7998h66.5v8.90039c7.40039 -5.90039 17.4004 -8.90039 29.7002 -8.90039h26.7998c4.2002 10.1006 2.2002 5.2998 6.40039 15.2998h19c6.5 -15 0.200195 -0.5 6.59961 -15.2998 +h52.8008v21.9004c11.7998 -19.7002 7.7998 -12.9004 13.1992 -21.9004h41.6006v92h-39.9004v-18.3994c-12.2002 20.1992 -6.2998 10.3994 -11.2002 18.3994h-43.2998v-20.5996c-6.2002 14.5996 -4.59961 10.7998 -8.7998 20.5996h-32.4004 +c-0.399414 0 -2.2998 -0.200195 -2.2998 0.299805h-27.5996c-12.7998 0 -23.1006 -3.19922 -30.7002 -9.2998v9.2998h-39.9004v-5.2998c-10.7998 6.10059 -20.6992 5.10059 -64.3994 5.2998c-0.100586 0 -11.6006 0.100586 -11.6006 0h-103 +c-2.5 -6.09961 -6.7998 -16.3994 -12.5996 -30c-2.7998 6 -11 23.8008 -13.9004 30h-46v-21.0996c-7.39941 17.4004 -4.69922 11 -9 21.0996h-39.6992c-3.40039 -7.89941 -13.7002 -32 -23.1006 -53.8994v109.8c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48v-175.4 +c-37.7002 0.200195 -44 0.900391 -54.2998 -5v5c-45.2998 0 -53.5 1.7002 -64.9004 -5.19922v5.19922h-78.1992v-5.09961c-11.4004 6.5 -21.4004 5.09961 -75.7002 5.09961v-5.59961c-6.2998 3.7002 -14.5 5.59961 -24.2998 5.59961h-58 +c-3.5 -3.7998 -12.5 -13.6992 -15.7002 -17.1992c-12.7002 14.0996 -10.5 11.5996 -15.5 17.1992h-83.1006v-92.2998h82c3.30078 3.5 12.9004 13.9004 16.1006 17.4004c12.7002 -14.2998 10.2998 -11.7002 15.3994 -17.4004h48.9004 +c0 14.7002 0.0996094 8.2998 0.0996094 23c11.5 -0.200195 24.3008 0.200195 34.3008 6.2002c0 -13.9004 -0.100586 -17.0996 -0.100586 -29.2002h39.6006c0 18.5 0.0996094 7.40039 0.0996094 25.2998c6.2002 0 7.7002 0 9.40039 -0.0996094 +c0.0996094 -1.2998 0 0 0 -25.2002c152.8 0 145.899 -1.09961 156.699 4.5v-4.5zM544.9 164.8c-4.60059 0 -9.2002 -0.700195 -9.2002 -6.5c0 -12.2002 28.7998 0.299805 39.2998 -13.5v-25.7998c-4.90039 -7.09961 -14.0996 -8.90039 -22.5 -8.90039h-32l0.0996094 14.8008 +h32c4.10059 0 8.40039 1.2998 8.40039 6.39941c0 14.6006 -42.7002 -5.59961 -42.7002 27.4004c0 14.0996 11 20.7002 23.7998 20.7002h32.9004v-14.6006h-30.0996zM487.9 125c4.09961 0 8.69922 1 8.7998 6.40039c0 14.8994 -42.7002 -5.60059 -42.7002 27.3994 +c0 14.1006 10.7002 20.7002 23.5 20.7002h33.2002v-14.5996h-30.4004c-4.2998 0 -9.2002 -0.800781 -9.2002 -6.40039c0 -15.0996 42.9004 6.90039 42.9004 -26.2998c0 -16.4004 -11.4004 -22 -26.2002 -22h-32.2002l0.100586 14.7998h32.2002zM445.7 165.1h-38.5v-12.5 +h37.7998v-14.0996h-37.9004v-13.7998l38.6006 -0.299805l-0.100586 -14.3008h-55.1992l0.0996094 69.3008h55.2002v-14.3008zM389.4 273.2c0.299805 0.299805 1.69922 1 7.2998 1c1 0 2 -0.100586 3.09961 -0.100586l-7.2998 -16.8994 +c-2.2998 0 -3.2002 0.399414 -3.40039 0.5c-0.199219 0.200195 -1.09961 1.89941 -1.09961 7.89941c0 5.40039 1.09961 7.40039 1.40039 7.60059zM409.8 283.7h-0.0996094h0.0996094zM393.6 298.9h16.1006v-15.2002c-17.4004 0.299805 -33.1006 4.09961 -33.1006 -19.7002 +c0 -11.7998 2.80078 -19.9004 16.1006 -19.9004h7.39941l23.5 54.5h24.8008l27.8994 -65.3994v65.3994h25.2998l29.1006 -48.0996v48.0996h16.8994v-69h-23.5996l-31.2002 51.9004v-51.9004h-33.7002l-6.59961 15.3008h-34.2998l-6.40039 -15.3008h-19.2002 +c-22.7998 0 -33 11.8008 -33 34c0 23.3008 10.5 35.3008 34 35.3008zM435.7 286.8l-11.6006 -27.5996h22.8008zM334.6 298.8h16.9004v-69.2998h-16.9004v69.2998z" /> + <glyph glyph-name="cc-paypal" unicode="" horiz-adv-x="576" +d="M186.3 189.8c0 -12.2002 -9.7002 -21.5 -22 -21.5c-9.2002 0 -16 5.2002 -16 15c0 12.2002 9.5 22 21.7002 22c9.2998 0 16.2998 -5.7002 16.2998 -15.5zM80.5 238.3c11.2998 0 19.7998 -1.5 17.5 -14.8994c-2 -12.7002 -10.5 -14.2002 -21.5 -14.2002l-8.2002 -0.299805 +l4.2998 26.6992c0.200195 1.7002 1.7002 2.7002 3.2002 2.7002h4.7002zM364.5 238.3c8.5 0 18 -0.5 18.0996 -11.0996c0 -15 -9 -18 -22 -18l-8 -0.299805l4.2002 26.6992c0.200195 1.7002 1.40039 2.7002 3.2002 2.7002h4.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480 +c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM128.3 232.6c0 21 -16.2002 28 -34.7002 28h-40c-2.5 0 -5 -2 -5.19922 -4.69922l-16.4004 -102.101c-0.299805 -2 1.2002 -4 3.2002 -4h19c2.7002 0 5.2002 2.90039 5.5 5.7002l4.5 26.5996 +c1 7.2002 13.2002 4.7002 18 4.7002c28.5996 0 46.0996 17 46.0996 45.7998zM212.5 223.8h-19c-3.7998 0 -4 -5.5 -4.2002 -8.2002c-5.7998 8.5 -14.2002 10 -23.7002 10c-24.5 0 -43.1992 -21.5 -43.1992 -45.1992c0 -19.5 12.1992 -32.2002 31.6992 -32.2002 +c9 0 20.2002 4.89941 26.5 11.8994c-0.5 -1.5 -1 -4.69922 -1 -6.19922c0 -2.30078 1 -4 3.2002 -4h17.2002c2.7002 0 5 2.89941 5.5 5.69922l10.2002 64.3008c0.299805 1.89941 -1.2002 3.89941 -3.2002 3.89941zM253 125.9l63.7002 92.5996c0.5 0.5 0.5 1 0.5 1.7002 +c0 1.7002 -1.5 3.5 -3.2002 3.5h-19.2002c-1.7002 0 -3.5 -1 -4.5 -2.5l-26.5 -39l-11 37.5c-0.799805 2.2002 -3 4 -5.5 4h-18.7002c-1.69922 0 -3.19922 -1.7998 -3.19922 -3.5c0 -1.2002 19.5 -56.7998 21.1992 -62.1006c-2.69922 -3.7998 -20.5 -28.5996 -20.5 -31.5996 +c0 -1.7998 1.5 -3.2002 3.2002 -3.2002h19.2002c1.7998 0.100586 3.5 1.10059 4.5 2.60059zM412.3 232.6c0 21 -16.2002 28 -34.7002 28h-39.6992c-2.7002 0 -5.2002 -2 -5.5 -4.69922l-16.2002 -102c-0.200195 -2 1.2998 -4 3.2002 -4h20.5c2 0 3.5 1.5 4 3.19922l4.5 29 +c1 7.2002 13.1992 4.7002 18 4.7002c28.3994 0 45.8994 17 45.8994 45.7998zM496.5 223.8h-19c-3.7998 0 -4 -5.5 -4.2998 -8.2002c-5.5 8.5 -14 10 -23.7002 10c-24.5 0 -43.2002 -21.5 -43.2002 -45.1992c0 -19.5 12.2002 -32.2002 31.7002 -32.2002 +c9.2998 0 20.5 4.89941 26.5 11.8994c-0.299805 -1.5 -1 -4.69922 -1 -6.19922c0 -2.30078 1 -4 3.2002 -4h17.2998c2.7002 0 5 2.89941 5.5 5.69922l10.2002 64.3008c0.299805 1.89941 -1.2002 3.89941 -3.2002 3.89941zM544 257.1c0 2 -1.5 3.5 -3.2002 3.5h-18.5 +c-1.5 0 -3 -1.19922 -3.2002 -2.69922l-16.1992 -104l-0.300781 -0.5c0 -1.80078 1.5 -3.5 3.5 -3.5h16.5c2.5 0 5 2.89941 5.2002 5.69922l16.2002 101.2v0.299805zM454 205.3c9.2998 0 16.2998 -5.7002 16.2002 -15.5c0 -12.2998 -9.7002 -21.5 -21.7002 -21.5 +c-9.2002 0 -16.2002 5.2998 -16.2002 15c0 12.2998 9.5 22 21.7002 22z" /> + <glyph glyph-name="cc-stripe" unicode="" horiz-adv-x="576" +d="M492.4 227.2c8.69922 0 18 -6.7002 18 -22.7002h-36.7002c0 16 9.7998 22.7002 18.7002 22.7002zM375 224.6c12.9004 0.100586 21.9004 -14.5 21.9004 -33.0996c0 -19.0996 -8.80078 -33.4004 -21.9004 -33.4004c-8.2998 0 -13.2998 3 -16.7998 6.7002l-0.200195 52.7998 +c3.7002 4.10059 8.7998 7 17 7zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM122.2 166.9c0 42.2998 -54.2998 34.6992 -54.2998 50.6992c0 5.5 4.59961 7.7002 12.0996 7.7002 +c10.7998 0 24.5 -3.2998 35.2998 -9.09961v33.3994c-11.7998 4.7002 -23.5 6.5 -35.2998 6.5c-28.7998 0 -48 -15 -48 -40.1992c0 -39.3008 54 -32.9004 54 -49.9004c0 -6.59961 -5.7002 -8.7002 -13.5996 -8.7002c-11.8008 0 -26.9004 4.90039 -38.9004 11.2998v-33.8994 +c13.2002 -5.7002 26.5996 -8.10059 38.7998 -8.10059c29.6006 0.200195 49.9004 14.7002 49.9004 40.3008zM191 223.5v30.2998h-26.9004v30.7998l-34.6992 -7.39941l-0.200195 -113.9c0 -21 15.7998 -36.5 36.8994 -36.5c11.6006 0 20.2002 2.10059 24.9004 4.7002v28.9004 +c-4.5 -1.80078 -27 -8.30078 -27 12.5996v50.5h27zM265 221.1v32.7002h-0.0996094c-4.7002 1.7002 -21.3008 4.7998 -29.6006 -10.5l-2.2002 10.5h-30.6992v-124.5h35.5v84.4004c8.39941 11 22.5996 8.89941 27.0996 7.39941zM309.1 129.3v124.5h-35.6992v-124.5h35.6992z +M309.1 272.2v28.8994l-35.6992 -7.59961v-28.9004zM383.2 126.7c25.3994 0.0996094 48.5996 20.5 48.5996 65.5996c0 41.2998 -23.5 63.7998 -48.3994 63.7998c-13.9004 0 -22.9004 -6.59961 -27.8008 -11.0996l-1.7998 8.7998h-31.2998v-165.8l35.5 7.5l0.0996094 40.2002 +c5.10059 -3.7002 12.7002 -9 25.1006 -9zM543.6 178.2c0.100586 2 0.400391 9.39941 0.400391 12.8994c0 36.4004 -17.5996 65.1006 -51.2998 65.1006c-33.7998 0 -54.2998 -28.7002 -54.2998 -64.9004c0 -42.7998 24.1992 -64.5 58.7998 -64.5 +c17 0 29.7002 3.90039 39.3994 9.2002v28.5996c-9.69922 -4.89941 -20.7998 -7.89941 -34.8994 -7.89941c-13.7998 0 -26 4.89941 -27.6006 21.5h69.5z" /> + <glyph glyph-name="lastfm" unicode="" horiz-adv-x="512" +d="M225.8 80.9004c0 0 -31.7002 -31.1006 -97.8994 -31.1006c-82.2002 0 -127.9 48.1006 -127.9 137.2c0 92.7002 45.7002 147.2 131.8 147.2c117.7 0 129.3 -66.2002 161.3 -163c14 -42.7998 38.7002 -73.9004 97.9004 -73.9004c39.9004 0 61 8.7998 61 30.5 +c0 31.9004 -34.9004 35.1006 -79.7998 45.7002c-48.6006 11.7002 -68 36.9004 -68 76.7998c0 64 51.5996 83.9004 104.399 83.9004c59.8008 0 96.2002 -21.7002 100.9 -74.5l-58.5996 -7c-2.30078 25.2002 -17.5 35.7998 -45.7002 35.7998 +c-25.7998 0 -41.6006 -11.7998 -41.6006 -31.7002c0 -17.5996 7.60059 -28.0996 33.4004 -34c52.2998 -11.5 115 -19.2002 115 -92.0996c0 -58.6006 -49.2998 -80.9004 -122 -80.9004c-101.4 0 -136.6 45.7002 -155.4 102.601 +c-26.0996 81.5996 -34.3994 134.899 -100.899 134.899c-35.7002 0 -72.1006 -25.7998 -72.1006 -97.8994c0 -56.3008 28.7002 -91.5 69.2002 -91.5c45.7002 0 76.2002 34 76.2002 34z" /> + <glyph glyph-name="lastfm-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM307.8 103.1c45.4004 0 76.2002 13.9004 76.1006 50.6006c0 45.5 -39.1006 50.3994 -71.8008 57.5 +c-16.0996 3.7002 -20.8994 10.2998 -20.8994 21.2998c0 12.5 9.89941 19.7998 26 19.7998c17.5996 0 27.0996 -6.59961 28.5996 -22.3994l36.7002 4.39941c-2.90039 33 -25.5996 46.6006 -63 46.6006c-32.9004 0 -65.2002 -12.4004 -65.2002 -52.4004 +c0 -24.9004 12.1006 -40.7002 42.5 -48c28.1006 -6.59961 49.9004 -8.7002 49.9004 -28.5996c0 -13.6006 -13.2002 -19.1006 -38.1006 -19.1006c-37 0 -52.3994 19.4004 -61.1992 46.2002c-20 60.5 -27.3008 101.9 -100.801 101.9c-53.8994 0 -82.5 -34.1006 -82.5 -92 +c0 -55.7002 28.6006 -85.8008 79.9004 -85.8008c41.4004 0 61.2002 19.4004 61.2002 19.4004l-11.7002 31.9004s-19 -21.3008 -47.5996 -21.3008c-25.3008 0 -43.3008 22 -43.3008 57.2002c0 45.1006 22.7002 61.2002 45.1006 61.2002c41.5 0 46.7002 -33.2998 63 -84.2998 +c11.7002 -35.5 33.7002 -64.1006 97.0996 -64.1006z" /> + <glyph glyph-name="ioxhost" unicode="" horiz-adv-x="640" +d="M616 288c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-52.7002c3.10059 -15.5 4.7002 -31.5996 4.7002 -48c0 -137 -111 -248 -248 -248c-102.9 0 -191.2 62.7002 -228.7 152h-67.2998c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24 +h52.7002c-3.10059 15.5 -4.7002 31.5996 -4.7002 48c0 137 111 248 248 248c102.9 0 191.2 -62.7002 228.7 -152h67.2998zM520 192c0 16.5996 -2 32.5996 -5.7998 48h-298.2c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24h279.5 +c-33.9004 62 -99.7998 104 -175.5 104c-110.5 0 -200 -89.5 -200 -200c0 -16.5996 2 -32.5996 5.7998 -48h298.2c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-279.5c33.9004 -62 99.7998 -104 175.5 -104c110.5 0 200 89.5 200 200zM216 216h208 +c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-208c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24z" /> + <glyph glyph-name="angellist" unicode="" +d="M347.1 232.6c48 -11.6992 54.9004 -50.5996 54.9004 -93.6992c0 -114.301 -73.4004 -202.9 -191.4 -202.9c-96.1992 0 -164.6 76.4004 -164.5 148.6c0 37.1006 14.2002 61.7002 51.1006 71.7002c-3.10059 8.2998 -8 20.7998 -8 29.7002 +c0 23.5 24.8994 52.5996 48.2998 52.5996c6.90039 0 13.7002 -2 20 -4.2998c-12.4004 35.2002 -46.5996 126.7 -46.5996 162c0 28.7998 14.5996 51.7002 45.6992 51.7002c40 0 85.4004 -144 95.1006 -172.5c12.5 31.4004 52.5 163.1 97.0996 163.1 +c28 0 43.7002 -22.2998 43.7002 -48.8994c0 -30.2002 -33.7002 -124.5 -45.4004 -157.101zM311.7 340l-33.1006 -93.7002l34 -6c8.5 23.4004 47.1006 128.9 47.1006 148c0 7.10059 -2.2998 16 -10.9004 16c-16 0 -33.0996 -52 -37.0996 -64.2998zM142.3 399.7 +c0 -29.1006 34.6006 -120 45.5 -148.8c7.7002 4.39941 19.7998 2.69922 35.4004 1.39941l-34.6006 100.3c-31.7998 92.8008 -46.2998 59 -46.2998 47.1006zM140 204c-7.7002 0 -20.2998 -13.4004 -20.4004 -21.0996c0 -20.8008 56 -97.7002 76.9004 -97.7002 +c5.7002 0 10.5996 6.2998 10.5996 11.3994c0 12.8008 -37.7998 107.4 -67.0996 107.4zM324.3 17.7002c55.2998 61.5 49.1006 158.6 31 174.7c-24 21.0996 -106 29.0996 -138.3 29.0996c-17.2998 0 -17.4004 -6.40039 -17.4004 -13.0996 +c0 -43.7002 92.9004 -39.7002 120.601 -39.7002c11.2002 0 15.7998 -9.90039 16.8994 -21.1006c-7.39941 -7.39941 -17.6992 -11.6992 -27.3994 -15.3994c-9.40039 -3.40039 -19.1006 -7.10059 -27.1006 -13.1006c-22 -16 -43.6992 -43.3994 -43.6992 -71.6992 +c0 -17.7002 10.5996 -32.9004 10.5996 -50.3008c0 -0.299805 -2 -6.5 -2 -7.39941c-32.5996 2.2998 -40.5996 34.5996 -41.7002 61.7002c-3.39941 -0.900391 -8 -0.600586 -11.7002 -0.600586c5.10059 -17.7998 -11.8994 -42 -38 -42 +c-37.7998 0 -88 57.2002 -58.2998 86.9004c28.7002 -35.9004 35 -51.4004 51.1006 -51.4004c4 0 11.6992 3.40039 11.6992 8.2998c0 12.8008 -42.8994 73.1006 -54.2998 73.1006c-16.7998 0 -37.7002 -24.9004 -20.5996 -68.2998 +c22.5996 -55.7002 69.5 -88.3008 128.899 -88.3008c43.4004 0 80.6006 16.6006 109.7 48.6006zM225.7 143.7c3.2002 -8.2998 6.59961 -16.6006 9.39941 -25.1006c6.30078 7.10059 12.9004 13.7002 20.3008 19.1006c-10 2 -20 2.89941 -29.7002 6z" /> + <glyph glyph-name="buysellads" unicode="" +d="M224 297.3l42.9004 -160.7h-85.8008zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM382.7 42.7002l-94.5 298.7h-128.4l-94.5 -298.7h90.7002l111.7 91.5996l24.2002 -91.5996h90.7998z +" /> + <glyph glyph-name="connectdevelop" unicode="" horiz-adv-x="576" +d="M550.5 207c6.69629 -1.33887 11.7861 -7.5 11.7881 -14.7324c0 -7.5 -5.3584 -13.6602 -12.3223 -15l-54.9111 -95.3574c0.536133 -1.60742 0.804688 -3.21387 0.804688 -4.82129c0 -7.23145 -5.09082 -13.3926 -12.0547 -14.7314l-51.6963 -90.2686 +c0.535156 -1.33887 0.802734 -2.67773 0.802734 -4.28516c0 -8.30371 -6.69727 -15.2676 -15.2686 -15.2676c-4.28516 0 -8.30371 1.875 -10.9814 4.82129h-107.144c-2.67871 -3.21484 -6.96484 -5.35742 -11.5176 -5.35742s-8.83887 2.14258 -11.5166 5.35645h-106.875 +c-2.67969 -3.21484 -6.69727 -5.35742 -11.5186 -5.35742c-8.30371 0 -15.2676 6.69727 -15.2676 15.2676c0 1.875 0.535156 3.75 1.07031 5.35742l-51.6963 89.7324c-6.96484 1.33887 -12.0547 7.5 -12.0547 14.7314c0 1.875 0.268555 3.21387 0.804688 4.82129 +l-55.1797 95.3574c-6.96484 1.60742 -12.0537 7.76855 -12.0537 15c0 7.5 5.3584 13.6611 12.5898 15l53.3047 92.1436c0 0.536133 -0.268555 1.07227 -0.268555 1.60645c0 6.16113 3.75098 11.251 9.10742 13.6611l55.9824 97.2334 +c-0.536133 1.33887 -1.07129 3.21387 -1.07129 4.82129c0 8.57129 6.96484 15.2676 15.2676 15.2676c4.82227 0 8.83887 -2.14258 11.7861 -5.625h106.071c2.67871 3.48242 6.69629 5.625 11.5176 5.625s8.83887 -2.14258 11.5176 -5.62402h106.606 +c2.94727 3.48242 6.96484 5.625 11.7861 5.625c8.30371 0 15.2676 -6.69727 15.2676 -15.2676c0 -1.60742 -0.535156 -3.21484 -1.07031 -4.82129l55.4463 -95.8936c8.03613 -0.267578 14.7324 -6.96484 14.7324 -15.001c0 -2.67871 -0.803711 -5.08984 -1.875 -7.23145z +M153.535 -2.73242v75.8037h-43.6602zM153.535 81.1074v50.624l-44.999 -47.4102c0.535156 -1.07227 1.07129 -2.14355 1.33887 -3.21387h43.6602zM153.535 143.518l0.000976562 92.9463l-50.0889 51.9648c-2.41113 -1.60645 -5.08887 -2.41113 -7.76855 -2.67871 +l-51.9648 -90c0.268555 -1.07227 0.268555 -2.14258 0.268555 -3.48242c0 -1.33887 0 -2.67871 -0.535156 -4.01758l55.7129 -96.4287c1.33887 -0.267578 2.67871 -1.07129 4.01758 -1.60742zM153.535 245.84v72.0527l-43.9277 -15.8037 +c0 -0.267578 0.267578 -0.803711 0.267578 -1.07227c0 -2.94531 -0.803711 -5.62402 -2.14258 -7.7666zM153.535 326.465v59.7324l-43.6602 -75.5361zM480.054 287.357l-0.267578 0.267578l-98.0361 -101.518l63.75 -67.2324l35.3584 167.143zM291.75 92.8926 +l-11.25 -11.7852h22.7676zM291.482 104.143l79.2852 82.2324l-83.0352 87.5889l-79.5537 -84.375zM296.839 98.25l16.875 -17.1426h124.02l5.8916 28.125l-67.5 71.25zM410.411 403.607l-117.053 -124.019l83.0342 -87.5889l97.5 101.25 +c-1.33984 2.14258 -2.14258 4.82129 -2.14258 7.7666v0.536133l-57.8574 100.714c-1.33984 0.268555 -2.41016 0.804688 -3.48145 1.34082zM401.304 405.75h-4.28711l-166.339 -60l57.0547 -60.2676zM277.821 405.75h-103.929l50.8936 -53.5713l148.393 53.5713h-75 +c-2.67871 -2.67773 -6.16016 -4.28516 -10.1787 -4.28516s-7.50098 1.60742 -10.1787 4.28516zM161.572 400.125v-70.7148l54.9111 19.8213l-51.1611 53.8398c-0.730469 -0.25293 -1.93066 -0.613281 -2.67969 -0.804688zM161.572 320.839v-83.3037l40.9814 -42.0527 +l79.5537 84.1064l-59.7324 63.2139zM161.572 228.161v-76.0723l36.4277 38.3037zM161.572 140.303v-59.1953h107.678l17.1426 17.6777l-82.7676 85.9814zM168.536 -21.75h1.33887l91.6074 94.8213h-99.9102v-89.7324l1.07031 -1.60645 +c2.41113 -0.804688 4.28613 -1.875 5.89355 -3.48242zM298.447 -21.75h104.194l-91.6064 94.8213h-38.3037l-91.6074 -94.8213h96.4287c2.68066 2.41016 6.42871 4.28516 10.4473 4.28516s7.76758 -1.875 10.4473 -4.28516zM418.447 -9.96387l17.4121 83.0361h-114.376 +l89.1953 -91.875c1.07227 0.536133 2.14355 1.07031 3.48242 1.33887zM431.303 12.2676l34.8223 60.8037h-21.9639zM466.125 81.1074c0.267578 1.07129 0.803711 2.14258 1.33887 2.94531l-17.1426 18.2139l-4.55371 -21.1592h20.3574zM532.286 188.518 +c-0.268555 1.33984 -0.536133 2.41113 -0.536133 3.75c0 1.60742 0.536133 2.94629 0.802734 4.28516l-45.8027 79.2861l-34.5537 -163.928l20.625 -21.9639c1.33887 0.802734 2.67871 1.33887 4.01758 1.87402z" /> + <glyph glyph-name="dashcube" unicode="" +d="M326.6 344l102.2 104v-427c0 -50.5 -40.0996 -85 -91.2002 -85h-227.199c-51.1006 0 -91.2002 34.5 -91.2002 85v229.5c0 50.2002 40.0996 93.5 91.2002 93.5h216.199zM153.9 31.5v-0.0996094h223.8l-51.1006 52.2998v123.5c0 17.7002 -14.2998 32.5 -32 32.5h-140.699 +c-17.7002 0 -32.4004 -14.7998 -32.4004 -32.5v-142.9c0 -17.7002 14.7002 -32.7998 32.4004 -32.7998z" /> + <glyph glyph-name="forumbee" unicode="" +d="M5.7998 138.3c-3.7998 17 -5.7998 34.2002 -5.7998 51.4004c0 123.3 99.7998 223.3 223.1 223.3c16.6006 0 33.3008 -2 49.3008 -5.5c-123.4 -47 -220.5 -145.5 -266.601 -269.2zM398.7 327.5c-151.101 -44 -269.2 -164.4 -312.3 -315.7 +c-17.2002 13.4004 -32.7002 30.9004 -45.2002 49c43.3994 149.9 160.1 267.7 309.7 312c18.0996 -12.5996 34.0996 -27.7998 47.7998 -45.2998zM414.5 74.7998c13.0996 -35.2998 24.2002 -73.2998 33.5 -109.8c-36.0996 9.2998 -72 20.5 -107 33.5996 +c-25.7002 -16 -54.5996 -26.8994 -84.5996 -31.2998c42.5996 79.7002 108.199 147.4 187.6 190.3c-4.09961 -29.0996 -14.2998 -57.6992 -29.5 -82.7998zM444.2 220.3c-113.7 -46.7002 -204.2 -139.399 -250.5 -253.5c-19.6006 2.7002 -38.5 7.60059 -56.6006 15.2002 +c44.9004 138.5 153.4 249.3 291.301 295.1c7.89941 -18.0996 13.1992 -37.2998 15.7998 -56.7998z" /> + <glyph glyph-name="leanpub" unicode="" horiz-adv-x="576" +d="M386.539 336.515l15.0957 -248.955l-10.9785 0.275391c-36.2324 0.824219 -71.6406 -8.7832 -102.657 -27.9971c-31.0156 19.2139 -66.4238 27.9971 -102.657 27.9971c-45.5635 0 -82.0693 -10.7051 -123.516 -27.7227l31.291 258.288 +c28.5459 11.8027 61.4834 18.1143 92.2256 18.1143c41.1729 0 73.8359 -13.1748 102.657 -42.5439c27.7227 28.2715 59.0127 41.7217 98.5391 42.5439zM569.07 0c-25.5264 0 -47.4854 5.21484 -70.542 15.6445c-34.3105 15.6455 -69.9932 24.9785 -107.871 24.9785 +c-38.9775 0 -74.9346 -12.9014 -102.657 -40.623c-27.7227 27.7227 -63.6797 40.623 -102.657 40.623c-37.8779 0 -73.5605 -9.33301 -107.871 -24.9785c-22.2324 -9.88086 -44.7402 -15.6445 -69.1689 -15.6445h-1.37305l42.5449 349.141 +c39.251 22.2334 87.0117 34.8594 132.301 34.8594c37.0547 0 75.209 -7.68457 106.225 -29.0947c31.0156 21.4102 69.1699 29.0947 106.225 29.0947c45.2891 0 93.0498 -12.626 132.301 -34.8594zM525.702 44.7412l-34.0361 280.246 +c-30.7422 13.999 -67.248 21.4102 -101.009 21.4102c-38.4287 0 -74.3848 -12.0771 -102.657 -38.7021c-28.2725 26.625 -64.2275 38.7021 -102.657 38.7021c-33.7607 0 -70.2666 -7.41113 -101.009 -21.4102l-34.0361 -280.246 +c47.2109 19.4863 82.8945 33.4854 135.045 33.4854c37.6045 0 70.8174 -9.60547 102.657 -29.6436c31.8398 20.0381 65.0518 29.6436 102.657 29.6436c52.1504 0 87.834 -13.999 135.045 -33.4854z" /> + <glyph glyph-name="sellsy" unicode="" horiz-adv-x="640" +d="M539.71 210.692c55.1572 -13.4834 94.0742 -63.124 94.0732 -119.509c0 -68.0264 -55.4639 -123.184 -123.185 -123.184h-381.197c-67.7217 0 -123.186 55.1572 -123.185 123.185c0 47.4961 27.8848 91.0098 70.7852 111.234 +c-2.14453 7.35449 -3.06543 15.0146 -3.06543 22.3691c0 46.2705 37.6914 83.9609 83.9629 83.9609c20.2227 0 39.835 -7.35449 55.1562 -20.5303c18.3867 74.7695 85.8008 127.781 163.021 127.781c92.542 0 167.924 -75.3818 167.924 -167.924 +c0 -12.5635 -1.22559 -25.127 -4.29004 -37.3838zM199.88 46.4463v110.928c0 8.27344 -7.04688 15.3213 -15.3213 15.3213h-30.9482c-8.27344 0 -15.3213 -7.04785 -15.3213 -15.3213v-110.928c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h30.9482 +c8.27344 0 15.3213 7.04688 15.3213 15.3213zM289.357 46.4463v131.458c0 8.27246 -7.04883 15.3203 -15.3223 15.3203h-30.9492c-8.27246 0 -15.3213 -7.04688 -15.3213 -15.3203v-131.458c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h30.9492 +c8.27344 0 15.3223 7.04688 15.3223 15.3213zM378.834 46.4463v162.714c0 8.27246 -7.04688 15.3213 -15.3213 15.3213h-30.9482c-8.27441 0 -15.3223 -7.04785 -15.3223 -15.3213v-162.714c0 -8.27344 7.04785 -15.3213 15.3223 -15.3213h30.9482 +c8.27441 0 15.3213 7.04688 15.3213 15.3213zM465.861 46.4463v224.612c0 8.58008 -7.04785 15.6279 -15.3223 15.6279h-28.4971c-8.27441 0 -15.3213 -7.04883 -15.3213 -15.6279v-224.612c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h28.4971 +c8.27441 0 15.3223 7.04688 15.3223 15.3213z" /> + <glyph glyph-name="shirtsinbulk" unicode="" +d="M100 37.7002l4.40039 9.89941l30.5996 -13.3994l-4.40039 -9.90039zM139.4 20.2002l4.39941 9.89941l30.6006 -13.3994l-4.40039 -9.90039zM311.5 34.2002l30.5996 13.3994l4.40039 -9.89941l-30.5996 -13.4004zM179.1 3l4.40039 9.59961l30.2998 -13.3994 +l-4.39941 -9.90039zM60.4004 55.2002l4.39941 9.89941l30.6006 -13.6992l-4.40039 -9.60059zM271.8 16.7002l30.6006 13.3994l4.39941 -9.89941l-30.5996 -13.4004zM232.5 -0.799805l30.5996 13.3994l4.40039 -9.59961l-30.5996 -13.7002zM350.9 51.4004l30.5996 13.6992 +l4.40039 -9.89941l-30.6006 -13.4004zM170 401.4v-10.5h-33.5v10.5h33.5zM122.8 401.4l-0.0996094 -10.5h-33.5v10.5h33.5996zM75.5 401.4l0.0996094 -10.5h-33.2998v10.5h33.2002zM217 401.4v-10.5h-33.2002v10.5h33.2002zM311.5 401.4v-10.5h-33.5v10.5h33.5zM358.8 401.4 +v-10.5h-33.5v10.5h33.5zM264.2 401.4v-10.5h-33.2002v10.5h33.2002zM405.7 401.4v-10.5h-33.2998v10.5h33.2998zM52.7998 96.9004v-33.5h-10.7998v33.5h10.7998zM122.8 312.8l-0.0996094 -10.5h-33.5v10.5h33.5996zM52.7998 302.2v-23h-10.7998v33.5h33.5996v-10.5h-22.7998 +zM221.7 73.5996c-50.2002 0 -91.2998 40.8008 -91.2998 91.3008c0 50.1992 41.0996 91.2998 91.2998 91.2998c50.5 0 91.2998 -41.1006 91.2998 -91.2998c0 -50.5 -40.7998 -91.3008 -91.2998 -91.3008zM173.5 184.7c0 -44.2998 77.5996 -11.9004 77.5996 -38 +c0 -13.1006 -24 -14.2998 -32.6992 -14.2998c-12.3008 0 -29.8008 2.69922 -35.9004 14.8994h-0.900391l-9 -18.3994c14.8008 -9.30078 29.1006 -12.2002 47.2002 -12.2002c19.5 0 51 5.7998 51 31.2002c0 48.0996 -78.5 16.2998 -78.5 37.8994 +c0 13.1006 20.7998 14.9004 29.7998 14.9004c10.8008 0 29.2002 -3.2002 35.6006 -13.1006h0.899414l8.80078 16.9004c-15.1006 6.2002 -27.4004 12 -44.3008 12c-20.0996 0 -49.5996 -6.40039 -49.5996 -31.7998zM52.7998 269.6v-33.5996h-10.7998v33.5996h10.7998z +M395.2 63.4004v33.5h10.7998v-33.5h-10.7998zM52.7998 140.1v-33.5h-10.7998v33.5h10.7998zM0 444.3h448v-406l-226.3 -98.5996l-221.7 98.5996v406zM418.8 57.2002h0.100586v270.1h-389.7v-270.1l192.8 -85.7002zM418.8 356.5h0.100586v58.5996h-389.7v-58.5996h389.6z +M52.7998 226.4v-33.5h-10.7998v33.5h10.7998zM52.7998 183.2v-33.5h-10.7998v33.5h10.7998zM170 312.8v-10.5h-33.5v10.5h33.5zM395.2 149.7v33.5h10.7998v-33.5h-10.7998zM395.2 192.9v33.5h10.7998v-33.5h-10.7998zM217 312.8v-10.5h-33.2002v10.5h33.2002zM395.2 236 +v33.5h10.7998v-33.5h-10.7998zM395.2 106.5v33.5h10.7998v-33.5h-10.7998zM264.2 312.8v-10.5h-33.2002v10.5h33.2002zM311.5 312.8v-10.5h-33.5v10.5h33.5zM395.2 279.2l0.0996094 23h-22.7998v10.5h33.5v-33.5h-10.7998zM358.8 312.8v-10.5h-33.5v10.5h33.5z" /> + <glyph glyph-name="simplybuilt" unicode="" horiz-adv-x="512" +d="M481.2 384c14.7002 0 26.5 -11.7998 26.7002 -26.2998v-331.4c0 -14.5 -11.8008 -26.2998 -26.6006 -26.2998h-450.399c-14.8008 0 -26.6006 11.7998 -26.6006 26.2998v331.4c0 14.5 11.7998 26.2998 26.4004 26.2998h106c14.5996 0 26.5996 -11.7998 26.5996 -26.2998 +v-39.6006h185.3v39.6006c0 14.5 12.1006 26.2998 26.6006 26.2998h106zM149.8 92.2002c36.9004 0 66.6006 29.7002 66.6006 66.3994c0 36.9004 -29.7002 66.6006 -66.6006 66.6006c-36.7002 0 -66.3994 -29.7002 -66.3994 -66.6006 +c0 -36.6992 29.7998 -66.3994 66.3994 -66.3994zM362.2 92.2002c36.5996 0 66.3994 29.7002 66.3994 66.5996c0 36.7002 -29.7998 66.4004 -66.3994 66.4004c-36.9004 0 -66.6006 -29.7998 -66.6006 -66.4004c0 -36.8994 29.7002 -66.5996 66.6006 -66.5996z" /> + <glyph glyph-name="skyatlas" unicode="" horiz-adv-x="640" +d="M640 118.7c0 -65.9004 -52.5 -114.4 -117.5 -114.4c-165.9 0 -196.6 249.7 -359.7 249.7c-146.899 0 -147.1 -212.2 5.60059 -212.2c42.5 0 90.8994 17.7998 125.3 42.5c5.59961 4.10059 16.8994 16.2998 22.7998 16.2998s10.9004 -5 10.9004 -10.8994 +c0 -7.7998 -13.1006 -19.1006 -18.7002 -24.1006c-40.9004 -35.5996 -100.3 -61.1992 -154.7 -61.1992c-83.4004 -0.100586 -154 59 -154 144.899c0 85.9004 67.5 149.101 152.8 149.101c185.3 0 222.5 -245.9 361.9 -245.9c99.8994 0 94.7998 139.7 3.39941 139.7 +c-17.5 0 -35 -11.6006 -46.8994 -11.6006c-8.40039 0 -15.9004 7.2002 -15.9004 15.6006c0 11.5996 5.2998 23.7002 5.2998 36.2998c0 66.5996 -50.8994 114.7 -116.899 114.7c-53.1006 0 -80 -36.9004 -88.7998 -36.9004c-6.2002 0 -11.2002 5 -11.2002 11.2002 +c0 5.59961 4.09961 10.2998 7.7998 14.4004c25.2998 28.7998 64.7002 43.6992 102.8 43.6992c79.4004 0 139.101 -58.3994 139.101 -137.8c0 -6.89941 -0.300781 -13.7002 -1.2002 -20.5996c11.8994 3.09961 24.0996 4.7002 35.8994 4.7002 +c60.7002 0 111.9 -45.3008 111.9 -107.2z" /> + <glyph glyph-name="pinterest-p" unicode="" horiz-adv-x="384" +d="M204 441.5c94.2002 0 180 -64.7998 180 -164.1c0 -93.3008 -47.7002 -196.801 -153.9 -196.801c-25.1992 0 -57 12.6006 -69.2998 36c-22.7998 -90.2998 -21 -103.8 -71.3994 -172.8c-5.2002 -1.89941 -3.5 -2.2998 -6.90039 1.5c-1.7998 18.9004 -4.5 37.5 -4.5 56.4004 +c0 61.2002 28.2002 149.7 42 209.1c-7.5 15.2998 -9.59961 33.9004 -9.59961 50.7002c0 80 93.8994 92 93.8994 25.7998c0 -39 -26.3994 -75.5996 -26.3994 -113.399c0 -25.8008 21.2998 -43.8008 46.1992 -43.8008c69 0 90.3008 99.6006 90.3008 152.7 +c0 71.1006 -50.4004 109.8 -118.5 109.8c-79.2002 0 -140.4 -57 -140.4 -137.399c0 -38.7002 23.7002 -58.5 23.7002 -67.7998c0 -7.80078 -5.7002 -35.4004 -15.6006 -35.4004c-24 0 -63.5996 40 -63.5996 110.4c0 110.699 101.4 179.1 204 179.1z" /> + <glyph glyph-name="whatsapp" unicode="" +d="M380.9 350.9c41.8994 -42 67.0996 -97.7002 67.0996 -157c0 -122.4 -101.8 -222 -224.1 -222h-0.100586c-37.2002 0 -73.7002 9.2998 -106.1 27l-117.7 -30.9004l31.5 115c-19.4004 33.7002 -29.5996 71.9004 -29.5996 111c0 122.4 99.5996 222 222 222 +c59.2998 0 115.1 -23.0996 157 -65.0996zM223.9 9.2998c101.699 0 186.6 82.7998 186.6 184.601c0.0996094 49.2998 -21.2998 95.5996 -56.0996 130.5c-34.8008 34.8994 -81.1006 54.0996 -130.4 54.0996c-101.8 0 -184.6 -82.7998 -184.6 -184.5 +c0 -34.9004 9.69922 -68.7998 28.1992 -98.2002l4.40039 -7l-18.5996 -68.0996l69.7998 18.2998l6.7002 -4c28.2998 -16.7998 60.7998 -25.7002 94 -25.7002zM325.1 147.5c5.5 -2.7002 9.2002 -4.09961 10.5 -6.59961c1.40039 -2.30078 1.40039 -13.4004 -3.19922 -26.4004 +c-4.60059 -13 -26.7002 -24.7998 -37.4004 -26.4004c-17.5996 -2.59961 -31.4004 -1.2998 -66.5996 13.9004c-55.7002 24.0996 -92 80.0996 -94.8008 83.7998c-2.69922 3.7002 -22.5996 30.1006 -22.5996 57.4004s14.2998 40.7002 19.4004 46.2998 +c5.09961 5.5 11.0996 6.90039 14.7998 6.90039s7.39941 0 10.5996 -0.200195c3.40039 -0.200195 8 1.2998 12.5 -9.5c4.60059 -11.1006 15.7002 -38.4004 17.1006 -41.2002c1.39941 -2.7998 2.2998 -6 0.5 -9.7002c-10.6006 -21.2002 -22 -20.5 -16.3008 -30.2998 +c21.5 -36.9004 42.9004 -49.7002 75.5 -66c5.5 -2.7998 8.80078 -2.2998 12 1.40039c3.30078 3.7998 13.9004 16.1992 17.6006 21.7998c3.7002 5.59961 7.39941 4.7002 12.5 2.7998c5.09961 -1.7998 32.3994 -15.2002 37.8994 -18z" /> + <glyph glyph-name="viacoin" unicode="" horiz-adv-x="384" +d="M384 416l-48 -112h48v-48h-68.5l-13.7998 -32h82.2998v-48h-102.8l-89.2002 -208l-89.2002 208h-102.8v48h82.2998l-13.7998 32h-68.5v48h48l-48 112h64l80.7998 -192h94.5l80.7002 192h64zM192 112l27 64h-54z" /> + <glyph glyph-name="medium" unicode="" +d="M0 416h448v-448h-448v448zM372.2 309.9v5h-83.2002l-59.2998 -147.9l-67.4004 148h-87.2998v-5.09961l28.0996 -33.9004c2.80078 -2.5 4.2002 -6.09961 3.80078 -9.7998v-133c0.799805 -4.7998 -0.700195 -9.7002 -4.10059 -13.2002l-31.5996 -38.2998v-5.10059h89.7998 +v5.10059l-31.5996 38.2998c-3.40039 3.5 -5.10059 8.40039 -4.40039 13.2002v115l78.7002 -171.601h9.09961l67.6006 171.601v-136.9c0 -3.59961 0 -4.2998 -2.40039 -6.7002l-24.2998 -23.5996v-4.90039h118v5.10059l-23.5 23 +c-2.10059 1.5 -3.10059 4.09961 -2.7002 6.7002v169.3c-0.400391 2.5 0.599609 5.09961 2.7002 6.7002z" /> + <glyph glyph-name="y-combinator" unicode="" +d="M448 416v-448h-448v448h448zM236 160.5l77.5 145.5h-32.7002l-45.7998 -91c-4.7002 -9.2998 -9 -18.2998 -12.7998 -26.7998l-12.2002 26.7998l-45.2002 91h-35l76.7002 -143.8v-94.5h29.5v92.7998z" /> + <glyph glyph-name="optin-monster" unicode="" horiz-adv-x="576" +d="M572.6 26.5996c1 -3.5 1.90039 -7 1.7002 -10.6992c0.799805 -31.6006 -44.2998 -64 -73.5 -65.1006c-17.2998 -0.799805 -34.5996 8.40039 -42.7002 23.5c-113.5 -4.09961 -227 -4.89941 -340.199 0c-8.40039 -15.0996 -25.7002 -24 -43 -23.5 +c-28.9004 1.10059 -74 33.5 -73.5 65.1006c0.299805 3.7998 0.799805 7.2998 1.89941 10.7998c-5.59961 9.39941 -4.7998 15.2998 5.40039 11.5996c3.2998 5.2002 7 9.5 11.0996 13.7998c-2.5 10.9004 1.2998 14.1006 11.1006 9.2002c4.5 3.2998 10 6.5 15.8994 9.2002 +c0 15.7998 11.7998 11.2002 17.2998 5.7002c12.5 1.7998 20.2002 -0.700195 26.8008 -5.7002v19.7002c-12.9004 0 -40.6006 11.3994 -45.9004 36.2002c-5 20.7998 2.59961 38.0996 25.0996 47.5996c0.800781 5.90039 8.10059 14 14.9004 15.9004 +c7.59961 1.89941 12.5 -4.60059 14.0996 -10.3008c7.40039 0 17.8008 -1.5 21.1006 -8.09961c5.39941 0.5 11.0996 1.40039 16.5 1.90039c-2.40039 1.89941 -5.10059 3.5 -8.10059 4.59961c-5.09961 8.90039 -13.7998 11.0996 -24.5996 11.5996 +c0 0.800781 0 1.60059 0.299805 2.7002c-19.7998 0.5 -44.0996 5.60059 -54.8994 17.7998c-21.3008 23.6006 -15.9004 83.6006 12.1992 103.5c8.40039 5.7002 21.6006 0.800781 22.7002 -9.69922c2.40039 -20.6006 0.400391 -26.8008 26.2002 -25.9004 +c8.09961 7.7998 16.7998 14.5996 26.5 20c-14.9004 1.2998 -28.9004 -1.59961 -43.7998 -3.7998c12.7002 12.5 23.8994 25.3994 56.7002 42.3994c23.5 11.9004 50 20.8008 76.1992 23.2002c-18.5996 7.90039 -40 11.9004 -59.6992 16.5 +c76.5 16.2002 174.6 22.1006 244.199 -37.5996c18.1006 -15.4004 32.4004 -36.2002 42.7002 -60c39.7998 -4.90039 36.4004 5.5 38.6006 25.0996c1.09961 10.2998 14.2998 15.4004 22.6992 9.5c14.9004 -10.5 22.2002 -30.7998 24.6006 -48.0996 +c2.2002 -17.7998 0.299805 -41.2998 -12.4004 -55.1006c-10.7998 -12.1992 -34.2998 -17.5996 -53.7998 -18.0996v-2.7998c-11.0996 -0.200195 -20.2998 -2.40039 -25.7002 -11.6006c-3 -1.09961 -5.7002 -2.69922 -8.39941 -4.59961 +c5.69922 -0.5 11.3994 -1.40039 16.7998 -1.90039c1.89941 5.60059 12.5996 8.40039 21.0996 8.40039c1.7002 5.40039 6.7998 11.9004 14.1006 10.2998c7.2998 -1.59961 14.0996 -10 14.8994 -15.8994c10.7998 -4.40039 22.1006 -12.2002 25.1006 -25.7002 +c1.89941 -8.10059 1.69922 -15.1006 0.299805 -21.9004c-5.7002 -25.2002 -33.2998 -36.2002 -45.9004 -36.2002c0 -6.69922 0 -13.1992 -0.299805 -19.6992c8.09961 6 16.4004 7.19922 26.7998 5.69922c6 5.90039 17.6006 9.40039 17.6006 -5.69922 +c5.59961 -2.7002 11.2998 -6 15.8994 -9.2002c10.1006 5 13.7002 0.5 10.7998 -9.2002c4.10059 -4.2998 8.10059 -8.90039 11.1006 -13.7998c10.0996 3.59961 11 -2.10059 5.39941 -11.6006zM498.8 280.6c17.2998 -6.69922 26.2002 -22.0996 30.2998 -35.6992 +c1.10059 10.5996 -2.69922 39.5 -13.7998 51.0996c-7.2998 7.2998 -14.0996 5.09961 -14.0996 -0.799805c0 -6.2002 -1.2998 -11.6006 -2.40039 -14.6006zM494.2 273.9c-3.2002 -3.30078 -9.2002 -4.90039 -14.1006 -5.7002c13 -15.7002 17 -41.7002 12.7002 -63 +c10.7998 2.2002 20.5 6.2998 26.2002 12.2002c1.90039 2.19922 3.7998 4.89941 4.90039 7.59961c-1.10059 21.2998 -10.2002 42.7002 -29.7002 48.9004zM470.1 267.1c-3.69922 0 -8.09961 0 -11.7998 0.300781c7.5 -20.6006 12.4004 -42.7002 14.2998 -64.6006 +c3.5 0 7.5 0.299805 11.6006 0.799805c5.89941 24.3008 -0.299805 51.6006 -14.1006 63.5zM47.5 245c4.09961 13.5 13 28.9004 30.2998 35.7002c-1 3 -2.39941 8.39941 -2.39941 14.5996c0 5.90039 -7.10059 8.10059 -14.1006 0.799805 +c-11.3994 -11.5996 -14.8994 -40.5996 -13.7998 -51.0996zM57.2002 217.4c5.7002 -6.2002 15.3994 -10 26.2002 -12.2002c-4.30078 21.3994 -0.300781 47.2998 12.6992 63c-4.89941 0.799805 -10.8994 2.5 -14.0996 5.7002 +c-19.4004 -6.2002 -28.2998 -27.6006 -29.7002 -48.9004c1.40039 -2.7002 3 -5.40039 4.90039 -7.59961zM105.1 202.8c2.40039 22.2002 9.10059 43.7998 19.8008 63.5c-5.2002 -1.09961 -10 -3 -14.9004 -4.89941l-12.2002 -5.10059v0.299805 +c-7.2998 -14.0996 -10 -34.3994 -5.39941 -53c4.59961 -0.5 8.59961 -0.799805 12.6992 -0.799805zM289.1 365.5c-41.8994 0 -76.1992 -34.0996 -76.1992 -75.9004c0 -42.1992 34.2998 -76.1992 76.1992 -76.1992c41.9004 0 76.2002 34 76.2002 76.1992 +c0 41.9004 -34.2998 75.9004 -76.2002 75.9004zM404.7 191.2c-12.9004 0.799805 -26.2002 0.799805 -39.5 1.09961c10 -50.5996 3.2998 -64.7002 16.5 -58.0996c16 8.09961 22.7002 39.2002 23 57zM350.7 192.8c-18.9004 0.299805 -38.1006 0.299805 -57 0v0.299805 +c-0.299805 -5.19922 0.200195 -38.0996 4.2998 -41.0996c11.0996 -5.40039 39.5 -4.59961 51.0996 -1.09961c5.40039 1.59961 2.40039 37 1.60059 41.8994zM278.3 139c4.60059 2.5 2.40039 45.4004 1.2998 53.7002v0.299805 +c-19.3994 -0.299805 -38.5996 -0.299805 -57.7998 -0.799805c-1.89941 -9.2002 -4.59961 -48.9004 1.90039 -51.6006c13 -5.69922 41.5996 -5.09961 54.5996 -1.59961zM171.8 190.1c-5.39941 -19.6992 0.299805 -45.0996 22.2002 -54.8994 +c5.40039 -2.5 8.59961 -2.5 9.7002 4.2998c1.89941 8.7002 2.5 36.7998 4.89941 52.2002c-12.1992 -0.200195 -24.5996 -0.799805 -36.7998 -1.60059zM136.4 158.8c2.39941 -3.7002 1.59961 -9.09961 -8 -12.5c43.7998 -47 92.6992 -85.7002 155.899 -106.5 +c67.5 19.2002 115.601 60 163.2 107c-11.0996 4.2998 -7.7002 10.2998 -7.2998 11.6006c-8.90039 0.799805 -17.9004 1.89941 -26.5 2.69922c-9.5 -33 -36 -52.8994 -46.7998 -31.5996c-2.7002 5.2002 -3.5 11.7002 -4.60059 16.7998 +c-3.7998 -8.39941 -13.2998 -8.09961 -24.5996 -8.89941c-13.2002 -1.10059 -31.6006 -1.30078 -44 3c-3 -12.9004 -11.1006 -12.9004 -26.7998 -14.3008c-14.1006 -1.39941 -48.7002 -4.09961 -54.9004 10.8008c-1.09961 -28.7002 -35.0996 -10 -45.0996 7 +c-3.2002 5.69922 -5.40039 11.3994 -7 17.5996c-7.80078 -0.799805 -15.7002 -1.59961 -23.5 -2.7002zM114.8 -13.7002c0.5 2.5 0.799805 5.2002 0.799805 8.2002c-5.69922 23.2002 -18.5996 49.7002 -33.5 54c-22.3994 6.7002 -68.8994 -23.5 -66.1992 -54.5996 +c12.6992 -19.5 40 -35.7002 59.1992 -36.5c17.8008 -0.800781 35.9004 11.0996 39.7002 28.8994zM106.1 52.2998c9 -16 15.5 -33.2998 16.7002 -51.8994c33.5 19.3994 69.1006 35.6992 105.9 47c-38.7002 20.5 -68.1006 47.7998 -97.2998 77 +c-2.10059 -1.30078 -5.10059 -2.40039 -7.80078 -3.5c-1.59961 -4.90039 8.7002 -5.30078 5.40039 -12.4004c-2.09961 -4.09961 -8.59961 -7.59961 -15.0996 -9.2002c-2.10059 -2.7002 -5.10059 -4.89941 -7.80078 -6.5h-0.299805 +c-0.200195 -13.5 -0.200195 -27 0.299805 -40.5zM443.7 -12.2998c-36.7998 21.2998 -74.1006 41.2998 -115.601 53c-13.7998 -6.2002 -27.8994 -11.2998 -42.1992 -15.4004c-2.10059 -0.799805 -2.10059 -0.799805 -4.30078 0 +c-11.8994 3.7002 -23.2998 8.10059 -34.8994 13.2002c-40.2002 -11.5996 -77.2998 -29.2002 -112.4 -50.7998h-0.299805v-0.299805c0.299805 0 0.299805 0 0.299805 0.299805c103.2 -4.10059 206.4 -3.5 309.4 0zM454.2 0.0996094c1 14.7002 7.2002 35.8008 16.5 51.7002 +l-0.299805 -0.299805c0.5 13.7002 0.799805 27.5 0.799805 41.2998c-3 1.7002 -5.7002 4.10059 -8.10059 6.7998c-6.5 1.30078 -12.8994 5.10059 -15.0996 8.90039c-1.90039 4.09961 1.2998 7.59961 5.90039 10.2998c-0.200195 0.5 -0.5 1.60059 -0.5 2.40039 +c-3 0.799805 -5.40039 1.7998 -7.60059 3.2002c-31.5996 -29.4004 -65.3994 -56.7002 -103.5 -76.7002c38.9004 -11.7002 76 -28.1006 111.9 -47.6006zM560.1 -6.09961c3 31.0996 -43.5 61.3994 -66.1992 54.5c-14.6006 -4.30078 -27.8008 -30.8008 -33.5 -54 +c0 -23.8008 21.1992 -37.9004 40.5 -37c19.1992 0.799805 46.5 17 59.1992 36.5zM372.9 372.8c-35.7002 39.2002 -81.4004 47.7998 -126 23.5c25.1992 56.2002 122.199 48.6006 126 -23.5zM74.7998 40.9004c14.9004 1.89941 24.6006 -19.2002 18.6006 -30.8008 +c-4.80078 -9.69922 -23.7002 -24.0996 -35.9004 -27.2998c-16.5 -4.59961 -32.2002 3.2998 -32.2002 14.9004c0 17.7998 33.7998 41.5996 49.5 43.2002zM290.7 217.1c-30.9004 0 -57.6006 25.7002 -50.2998 59.8008c13.1992 -20.7002 46.5 -12 46.5 11.2998 +c0 10 -7 18.5996 -16.5 21.5996c31.6992 13.7998 72.1992 -8.2002 72.1992 -44.2998c0 -26.7998 -23.2998 -48.4004 -51.8994 -48.4004zM68 -26.0996c-0.5 8.39941 20.2998 23.5 29.2002 25.0996c8.59961 1.59961 12.7002 -11.4004 9.7002 -18.4004 +c-2.7002 -5.69922 -10.5 -13.5 -17.3008 -16.1992c-9.39941 -3.2002 -21.0996 3 -21.5996 9.5zM501.2 40.9004c15.7002 -1.60059 49.5 -25.4004 49.5 -43.2002c0 -11.7002 -15.7002 -19.5 -32.2002 -14.9004c-12.0996 3.2002 -31.2998 17.6006 -36.2002 27.2998 +c-5.7002 11.6006 4 32.7002 18.9004 30.8008zM478.8 -1c8.90039 -1.59961 30 -16.7002 29.1006 -25.0996c-0.200195 -6.5 -12.1006 -12.7002 -21.3008 -9.5c-7 2.69922 -14.8994 10.5 -17.2998 16.1992c-2.89941 7.10059 1.10059 20 9.5 18.4004z" /> + <glyph glyph-name="opencart" unicode="" horiz-adv-x="640" +d="M423.3 7.2998c0 -25.2998 -20.2998 -45.5996 -45.5996 -45.5996s-45.7998 20.2998 -45.7998 45.5996s20.5996 45.7998 45.7998 45.7998c25.3994 0 45.5996 -20.5 45.5996 -45.7998zM169.4 53.0996c25.2998 0 45.7998 -20.5 45.7998 -45.7998 +s-20.5 -45.5996 -45.7998 -45.5996c-25.3008 0 -45.6006 20.3994 -45.6006 45.5996s20.2998 45.7998 45.6006 45.7998zM461.1 323.1c302.2 0 169.5 -67.1992 -17.1992 -233.899c59.1992 102.8 262.5 193.899 -70.8008 188.899c-319.8 -4.69922 -338.699 92.5 -373.1 144.2 +c81.9004 -86.3994 158.9 -99.2002 461.1 -99.2002z" /> + <glyph glyph-name="expeditedssl" unicode="" horiz-adv-x="496" +d="M248 404.6c117.4 0 212.6 -95.1992 212.6 -212.6s-95.1992 -212.6 -212.6 -212.6s-212.6 95.1992 -212.6 212.6s95.1992 212.6 212.6 212.6zM150.6 271.7h-0.199219v-26.6006c0 -5 3.89941 -8.89941 8.89941 -8.89941h17.7002c5 0 8.90039 3.89941 8.90039 8.89941 +v26.6006c0 82.0996 124 82.0996 124 0v-26.6006c0 -5 3.89941 -8.89941 8.89941 -8.89941h17.7002c5 0 8.90039 3.89941 8.90039 8.89941v26.6006c0 53.7002 -43.7002 97.3994 -97.4004 97.3994s-97.4004 -43.6992 -97.4004 -97.3994zM389.7 68v141.7 +c0 9.7002 -8 17.7002 -17.7002 17.7002h-248c-9.7002 0 -17.7002 -8 -17.7002 -17.7002v-141.7c0 -9.7002 8 -17.7002 17.7002 -17.7002h248c9.7002 0 17.7002 8 17.7002 17.7002zM141.7 205.3v-132.899c0 -2.5 -1.90039 -4.40039 -4.40039 -4.40039h-8.89941 +c-2.5 0 -4.40039 1.90039 -4.40039 4.40039v132.899c0 2.5 1.90039 4.40039 4.40039 4.40039h8.89941c2.5 0 4.40039 -1.90039 4.40039 -4.40039zM283.4 156.6c0 -13 -7.2002 -24.3994 -17.7002 -30.3994v-31.6006c0 -5 -3.90039 -8.89941 -8.90039 -8.89941h-17.7002 +c-5 0 -8.89941 3.89941 -8.89941 8.89941v31.6006c-10.5 6.09961 -17.7002 17.3994 -17.7002 30.3994c0 19.7002 15.7998 35.4004 35.4004 35.4004c19.5996 0 35.5 -15.7998 35.5 -35.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248 +s111 248 248 248zM248 -38.2998c127 0 230.3 103.3 230.3 230.3s-103.3 230.3 -230.3 230.3s-230.3 -103.3 -230.3 -230.3s103.3 -230.3 230.3 -230.3z" /> + <glyph glyph-name="cc-jcb" unicode="" horiz-adv-x="576" +d="M431.5 203.7v32.2998c41.2002 0 38.5 -0.200195 38.5 -0.200195c7.2998 -1.2998 13.2998 -7.2998 13.2998 -16c0 -8.7998 -6 -14.5 -13.2998 -15.7998c-1.2002 -0.400391 -3.2998 -0.299805 -38.5 -0.299805zM474.3 183.5c7.5 -1.5 13.5 -8.2998 13.5 -17 +c0 -9 -6 -15.5 -13.5 -17c-2.7998 -0.700195 -3.2002 -0.5 -42.7998 -0.5v35c39.5 0 40 0.200195 42.7998 -0.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM182 255.7h-57 +c0 -67.1006 10.7002 -109.7 -35.7998 -109.7c-19.5 0 -38.7998 5.7002 -57.2002 14.7998v-28c30 -8.2998 68 -8.2998 68 -8.2998c97.9004 0 82 47.7002 82 131.2zM360.5 251.2c-63.4004 16 -165 14.8994 -165 -59.2998c0 -77.1006 108.2 -73.6006 165 -59.2002v28.2998 +c-47.5996 -24.7002 -107.5 -22 -107.5 31s59.7998 55.5996 107.5 31.2002v28zM544 161.5c0 18.5 -16.5 30.5 -38 32v0.799805c19.5 2.7002 30.2998 15.5 30.2998 30.2002c0 19 -15.7002 30 -37 31c0 0 6.2998 0.299805 -120.3 0.299805v-127.5h122.7 +c24.2998 -0.0996094 42.2998 12.9004 42.2998 33.2002z" /> + <glyph glyph-name="cc-diners-club" unicode="" horiz-adv-x="576" +d="M239.7 368.1c97.2002 0 175.8 -78.5996 175.8 -175.8c0 -96.8994 -78.5996 -175.8 -175.8 -175.8c-96.9004 0 -175.8 78.9004 -175.8 175.8c0 97.2002 78.8994 175.8 175.8 175.8zM199.8 88.5v207.9c-41.7002 -16.2002 -71.3994 -56.7002 -71.3994 -104.101 +c0 -47.3994 29.6992 -87.8994 71.3994 -103.8zM279.6 88.2002c41.7002 16.2002 71.4004 56.7002 71.4004 104.1c0 47.4004 -29.7002 87.9004 -71.4004 104.101v-208.2zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h480zM329.7 0c105 0 200.7 85.5 200.7 190.2c0 114.6 -95.7002 193.8 -200.7 193.8h-90.2998c-106.2 0 -193.801 -79.2002 -193.801 -193.8c0 -104.7 87.6006 -190.2 193.801 -190.2h90.2998z" /> + <glyph glyph-name="creative-commons" unicode="" horiz-adv-x="496" +d="M245.83 233.13l-33.2197 -17.2803c-9.43066 19.5801 -25.2402 19.9307 -27.46 19.9307c-22.1309 0 -33.2207 -14.6104 -33.2207 -43.8398c0 -23.5703 9.20996 -43.8408 33.2207 -43.8408c14.4697 0 24.6494 7.09082 30.5693 21.2607l30.5498 -15.5 +c-6.16992 -11.5107 -25.6895 -38.9805 -65.0996 -38.9805c-22.5996 0 -73.96 10.3203 -73.96 77.0498c0 58.6904 43 77.0605 72.6299 77.0605c30.7197 0.00976562 52.7002 -11.9502 65.9902 -35.8604zM388.88 233.13l-32.7803 -17.2803 +c-9.5 19.7705 -25.7197 19.9307 -27.8994 19.9307c-22.1406 0 -33.2197 -14.6104 -33.2197 -43.8398c0 -23.5508 9.22949 -43.8408 33.2197 -43.8408c14.4502 0 24.6494 7.09082 30.54 21.2607l31 -15.5c-2.10059 -3.75 -21.3906 -38.9805 -65.0898 -38.9805 +c-22.6904 0 -73.96 9.87012 -73.96 77.0498c0 58.6699 42.9697 77.0605 72.6299 77.0605c30.71 0.00976562 52.5801 -11.9502 65.5596 -35.8604zM247.56 439.95c141.82 0 248.44 -110.13 248.44 -248c0 -147.13 -118.51 -248 -248.44 -248 +c-133.96 0 -247.56 109.51 -247.56 248c0 132.939 104.74 248 247.56 248zM248.43 -10.8604c103.16 0 202.83 81.1299 202.84 202.82c0 113.8 -90.2891 203.26 -202.819 203.26c-118.29 0 -203.72 -97.8496 -203.72 -203.27c0 -109.771 91.1592 -202.811 203.699 -202.811z +" /> + <glyph glyph-name="gg" unicode="" horiz-adv-x="512" +d="M179.2 217.6l102.399 -102.399l-102.399 -102.4l-179.2 179.2l179.2 179.2l44.7998 -44.7998l-25.5996 -25.6006l-19.2002 19.2002l-128 -128l128 -128l51.5 51.5l-77.1006 76.5zM332.8 371.2l179.2 -179.2l-179.2 -179.2l-44.7998 44.7998l25.5996 25.6006 +l19.2002 -19.2002l128 128l-128 128l-51.5 -51.5l77.1006 -76.5l-25.6006 -25.5996l-102.399 102.399z" /> + <glyph glyph-name="gg-circle" unicode="" horiz-adv-x="512" +d="M257 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM207.5 65.2002l75 75.2002l-77.2002 77.1992l-24.3994 -24.3994l53.0996 -52.9004l-26.5996 -26.5996l-77.2002 77.2002l77.2002 77.1992l11.0996 -11.0996l24.2002 24.2002 +l-35.2002 35.3994l-125.7 -125.699zM306.5 67.4004l125.7 125.6l-125.7 125.7l-75 -75l77.2002 -77.2002l24.3994 24.4004l-53.0996 52.8994l26.5 26.5l77.2002 -77.2002l-77.2002 -77.1992l-11.0996 11.0996l-24.1006 -24.4004z" /> + <glyph glyph-name="tripadvisor" unicode="" horiz-adv-x="576" +d="M166.4 167.479c0 -13.2354 -10.7305 -23.9658 -23.9668 -23.9658c-13.2354 0 -23.9658 10.7305 -23.9658 23.9658c0 13.2363 10.7305 23.9668 23.9658 23.9668c13.2363 0 23.9668 -10.7295 23.9668 -23.9668zM431.362 191.435 +c13.2295 0 23.9551 -10.7246 23.9561 -23.9561c0 -13.2305 -10.7266 -23.9551 -23.9561 -23.9551c-13.2314 0 -23.9561 10.7256 -23.9561 23.9551c0 13.2314 10.7256 23.9561 23.9561 23.9561zM520.75 51.9453c-62.667 -49.1045 -153.276 -38.1094 -202.379 24.5586 +l-30.9795 -46.3252l-30.6826 45.9395c-48.2773 -60.3906 -135.622 -71.8916 -197.885 -26.0547c-64.0586 47.1572 -77.7588 137.315 -30.6016 201.373c-5.05762 17.1221 -17.7021 42.7236 -28.2227 57.1475l90.2861 0.0498047 +c48.0039 29.8701 132.851 54.1123 189.389 54.1123c2.11914 0 5.55762 -0.0371094 7.67578 -0.0820312c1.72363 0.0302734 4.52246 0.0556641 6.24609 0.0556641c55.5518 0 138.851 -23.9258 185.936 -53.4043l96.2178 -0.0742188 +c-10.6191 -14.5371 -23.3213 -40.3643 -28.3516 -57.6494c46.793 -62.7471 34.9639 -151.37 -26.6484 -199.646zM259.366 166.239c-0.00683594 63.5566 -51.5352 115.075 -115.092 115.067c-63.5576 -0.00683594 -115.074 -51.5342 -115.068 -115.092 +c0.00683594 -63.5566 51.5352 -115.075 115.092 -115.067c63.5127 0.0742188 114.984 51.5381 115.068 115.052v0.0400391zM287.957 176.694c5.43262 73.4395 65.5098 130.884 139.12 133.021c-35.5576 15.374 -95.8555 27.8506 -134.594 27.8506 +c-1.41699 0 -3.7168 -0.0166016 -5.13379 -0.0380859c-0.953125 0.00878906 -2.50098 0.0166016 -3.45508 0.0166016c-39.2324 0 -100.479 -12.2168 -136.709 -27.2695c74.3447 -1.58203 135.3 -59.4248 140.771 -133.581zM539.663 205.461 +c-21.9922 59.6338 -88.1621 90.1484 -147.795 68.1572c-59.6338 -21.9922 -90.1484 -88.1621 -68.1572 -147.795v-0.0322266c22.0381 -59.6074 88.1982 -90.0908 147.827 -68.1133c59.6152 22.0039 90.1133 88.1621 68.125 147.783zM213.624 167.486v-0.115234 +c-0.0566406 -39.3281 -31.9863 -71.1631 -71.3145 -71.1064c-39.3271 0.0576172 -71.1621 31.9863 -71.1055 71.3145s31.9863 71.1631 71.3135 71.1055c39.2598 -0.115234 71.042 -31.9395 71.1064 -71.1982zM189.112 167.486v0.0839844 +c-0.0517578 25.7832 -20.9941 46.6445 -46.7783 46.5938s-46.6445 -20.9941 -46.5938 -46.7773c0.0507812 -25.7842 20.9941 -46.6445 46.7764 -46.5938c25.7266 0.113281 46.5371 20.9678 46.5957 46.6934zM502.535 167.486 +c-0.0205078 -39.3281 -31.918 -71.2422 -71.2471 -71.2217c-39.3291 0.0214844 -71.1943 31.918 -71.1729 71.2471c0.0195312 39.3281 31.918 71.1943 71.2471 71.1729c39.29 -0.0654297 71.1211 -31.9082 71.1729 -71.1982zM478.031 167.494 +c-0.00878906 25.7842 -20.918 46.6787 -46.7021 46.6699s-46.6787 -20.918 -46.6699 -46.7021s20.918 -46.6777 46.7021 -46.6699c25.7646 0.0458984 46.6357 20.9277 46.6699 46.6934v0.00878906z" /> + <glyph glyph-name="odnoklassniki" unicode="" horiz-adv-x="320" +d="M275.1 114c-27.3994 -17.4004 -65.0996 -24.2998 -90 -26.9004l20.9004 -20.5996l76.2998 -76.2998c27.9004 -28.6006 -17.5 -73.2998 -45.7002 -45.7002c-19.0996 19.4004 -47.0996 47.4004 -76.2998 76.5996l-76.2998 -76.5 +c-28.2002 -27.5 -73.5996 17.6006 -45.4004 45.7002c19.4004 19.4004 47.1006 47.4004 76.3008 76.2998l20.5996 20.6006c-24.5996 2.59961 -62.9004 9.09961 -90.5996 26.8994c-32.6006 21 -46.9004 33.3008 -34.3008 59c7.40039 14.6006 27.7002 26.9004 54.6006 5.7002 +c0 0 36.2998 -28.8994 94.8994 -28.8994c58.6006 0 94.9004 28.8994 94.9004 28.8994c26.9004 21.1006 47.0996 8.90039 54.5996 -5.7002c12.4004 -25.6992 -1.89941 -38 -34.5 -59.0996zM30.2998 318.3c0 71.7002 58.2998 129.7 129.7 129.7s129.7 -58 129.7 -129.7 +c0 -71.3994 -58.2998 -129.399 -129.7 -129.399s-129.7 58 -129.7 129.399zM96.2998 318.3c0 -35.0996 28.6006 -63.7002 63.7002 -63.7002s63.7002 28.6006 63.7002 63.7002c0 35.4004 -28.6006 64 -63.7002 64s-63.7002 -28.5996 -63.7002 -64z" /> + <glyph glyph-name="odnoklassniki-square" unicode="" +d="M184.2 270.9c0 22.0996 17.8994 40 39.7998 40s39.7998 -17.9004 39.7998 -40c0 -22 -17.8994 -39.8008 -39.7998 -39.8008s-39.7998 17.9004 -39.7998 39.8008zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352 +c26.5 0 48 -21.5 48 -48zM142.9 270.9c0 -44.6006 36.3994 -80.9004 81.0996 -80.9004s81.0996 36.2002 81.0996 80.9004c0 44.7998 -36.3994 81.0996 -81.0996 81.0996s-81.0996 -36.2002 -81.0996 -81.0996zM317.4 180.2 +c-4.60059 9.09961 -17.3008 16.7998 -34.1006 3.59961c0 0 -22.7002 -18 -59.2998 -18s-59.2998 18 -59.2998 18c-16.7998 13.2002 -29.5 5.5 -34.1006 -3.59961c-7.89941 -16.1006 1.10059 -23.7002 21.4004 -37c17.2998 -11.1006 41.2002 -15.2002 56.5996 -16.7998 +l-12.8994 -12.9004c-18.2002 -18 -35.5 -35.5 -47.7002 -47.7002c-17.5996 -17.5996 10.7002 -45.7998 28.4004 -28.5996l47.6992 47.8994c18.2002 -18.1992 35.7002 -35.6992 47.7002 -47.8994c17.6006 -17.2002 46 10.7002 28.6006 28.5996l-47.7002 47.7002l-13 12.9004 +c15.5 1.59961 39.0996 5.89941 56.2002 16.7998c20.3994 13.2998 29.2998 21 21.5 37z" /> + <glyph glyph-name="get-pocket" unicode="" +d="M407.6 384c22.7002 0 40.4004 -18.2002 40.4004 -40.5996v-135.2c0 -124.7 -99.7998 -224.2 -223.8 -224.2c-124.5 0 -224.2 99.5 -224.2 224.2v135.2c0 22.0996 18.5 40.5996 40.5996 40.5996h367zM245.6 115.5c111.9 107.5 114.801 105.4 114.801 123.2 +c0 16.8994 -13.8008 30.7002 -30.7002 30.7002c-16.9004 0 -14.9004 -2.40039 -105.5 -89.3008c-89.1006 85.5 -88.2002 89.3008 -105.2 89.3008c-16.9004 0 -30.7002 -13.8008 -30.7002 -30.7002c0 -18.1006 1.2002 -14.2998 114.9 -123.2 +c11 -11.0996 30 -11.7998 42.3994 0z" /> + <glyph glyph-name="wikipedia-w" unicode="" horiz-adv-x="640" +d="M640 396.8l-0.299805 -12.2002c-28.1006 -0.799805 -45 -15.7998 -55.7998 -40.2998c-25 -57.7998 -103.301 -240 -155.301 -358.6h-13.5996l-81.9004 193.1c-32.5 -63.5996 -68.2998 -130 -99.1992 -193.1c-0.300781 -0.299805 -15 0 -15 0.299805 +c-46.9004 109.7 -96.1006 218.6 -143.101 328.6c-11.3994 26.7002 -49.3994 70 -75.5996 69.7002c0 3.10059 -0.299805 10 -0.299805 14.2002h161.899v-13.9004c-19.2002 -1.09961 -52.7998 -13.2998 -43.2998 -34.1992c21.9004 -49.7002 103.6 -240.301 125.6 -288.601 +c15 29.7002 57.8008 109.2 75.3008 142.8c-13.9004 28.3008 -58.6006 133.9 -72.8008 160c-9.69922 17.8008 -36.0996 19.4004 -55.7998 19.7002v13.9004l142.5 -0.299805v-13.1006c-19.3994 -0.599609 -38.0996 -7.7998 -29.3994 -26.0996 +c18.8994 -40 30.5996 -68.1006 48.0996 -104.7c5.59961 10.7998 34.7002 69.4004 48.0996 100.8c8.90039 20.6006 -3.89941 28.6006 -38.5996 29.4004c0.299805 3.59961 0 10.2998 0.299805 13.5996c44.4004 0.299805 111.101 0.299805 123.101 0.600586v-13.6006 +c-22.5 -0.799805 -45.8008 -12.7998 -58.1006 -31.7002l-59.2002 -122.8c6.40039 -16.0996 63.3008 -142.8 69.2002 -156.7l122.4 282.601c-8.60059 23.0996 -36.4004 28.0996 -47.2002 28.2998v13.9004l127.8 -1.10059z" /> + <glyph glyph-name="safari" unicode="" horiz-adv-x="512" +d="M236.9 191.2c0 9.09961 6.59961 17.7002 16.2998 17.7002c8.89941 0 17.3994 -6.40039 17.3994 -16.1006c0 -9.09961 -6.39941 -17.7002 -16.0996 -17.7002c-9 0 -17.5996 6.7002 -17.5996 16.1006zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248 +s111 248 248 248s248 -111 248 -248zM477.4 192c0 122.3 -99.1006 221.4 -221.4 221.4s-221.4 -99.1006 -221.4 -221.4s99.1006 -221.4 221.4 -221.4s221.4 99.1006 221.4 221.4zM404.9 95.4004c0 -3.60059 13 -10.2002 16.2998 -12.2002 +c-27.4004 -41.5 -69.7998 -71.4004 -117.9 -83.2998l-4.39941 18.5c-0.300781 2.5 -1.90039 2.7998 -4.2002 2.7998c-1.90039 0 -3 -2.7998 -2.7998 -4.2002l4.39941 -18.7998c-13.2998 -2.7998 -26.7998 -4.2002 -40.3994 -4.2002c-36.3008 0 -72 10.2002 -103 29.0996 +c1.69922 2.80078 12.1992 18 12.1992 20.2002c0 1.90039 -1.69922 3.60059 -3.59961 3.60059c-3.90039 0 -12.2002 -16.6006 -14.7002 -19.9004c-41.7998 27.7002 -72 70.5996 -83.5996 119.6l19.0996 4.2002c2.2002 0.600586 2.7998 2.2002 2.7998 4.2002 +c0 1.90039 -2.7998 3 -4.39941 2.7998l-18.7002 -4.2998c-2.5 12.7002 -3.90039 25.5 -3.90039 38.5c0 37.0996 10.5 73.5996 30.2002 104.9c2.7998 -1.7002 16.1006 -10.8008 18.2998 -10.8008c1.90039 0 3.60059 1.40039 3.60059 3.30078 +c0 3.89941 -14.7002 11.2998 -18 13.5996c28.2002 41.2002 71.0996 70.9004 119.8 81.9004l4.2002 -18.5c0.599609 -2.2002 2.2002 -2.80078 4.2002 -2.80078s3 2.80078 2.7998 4.40039l-4.2002 18.2998c12.2002 2.2002 24.5996 3.60059 37.0996 3.60059 +c37.1006 0 73.3008 -10.5 104.9 -30.2002c-1.90039 -2.7998 -10.7998 -15.7998 -10.7998 -18c0 -1.90039 1.39941 -3.60059 3.2998 -3.60059c3.90039 0 11.2998 14.4004 13.2998 17.7002c41 -27.7002 70.2998 -70 81.7002 -118.2l-15.5 -3.2998 +c-2.5 -0.599609 -2.7998 -2.2002 -2.7998 -4.39941c0 -1.90039 2.7998 -3 4.2002 -2.80078l15.7998 3.60059c2.5 -12.7002 3.89941 -25.7002 3.89941 -38.7002c0 -36.2998 -10 -72 -28.7998 -102.7c-2.7998 1.40039 -14.3994 9.7002 -16.5996 9.7002 +c-2.10059 0 -3.7998 -1.7002 -3.7998 -3.59961zM371.7 337.6c-13 -12.1992 -134.2 -123.699 -137.601 -129.5l-96.5996 -160.5c12.7002 11.9004 134.2 124 137.3 129.301z" /> + <glyph glyph-name="chrome" unicode="" horiz-adv-x="496" +d="M131.5 230.5l-76.4004 117.4c47.6006 59.1992 119 91.7998 192 92.0996c42.3008 0.299805 85.5 -10.5 124.801 -33.2002c43.3994 -25.2002 76.3994 -61.3994 97.3994 -103l-205.3 10.7998c-58.0996 3.40039 -113.4 -29.2998 -132.5 -84.0996zM164.4 192 +c0 46.2998 37.3994 83.5996 83.5996 83.5996s83.5996 -37.3994 83.5996 -83.5996s-37.3994 -83.5996 -83.5996 -83.5996s-83.5996 37.3994 -83.5996 83.5996zM479.3 281.2c43.5 -111.9 0 -241.9 -107.399 -303.9c-43.4004 -25.2002 -91.3008 -35.3994 -137.801 -32.8994 +l112.101 172.399c31.8994 49 31.2998 112.9 -6.60059 157.2zM133.7 144.4c26.2998 -51.7002 81.8994 -83.3008 139.5 -72.5l-63.7002 -124.801c-118.7 18.2002 -209.5 120.9 -209.5 244.9c0 50.0996 14.9004 96.9004 40.4004 135.9z" /> + <glyph glyph-name="firefox" unicode="" horiz-adv-x="480" +d="M478.1 212.7c1.30078 -7.10059 1.90039 -14.2998 1.90039 -21.6006v-2.7998c-1.40039 -34 -11.5996 -67 -29.5996 -95.8994c-1 -1.5 -1.80078 -2.90039 -2.7002 -4.30078c2.7002 -7.19922 2.59961 -15.0996 -0.400391 -22.1992 +c-5 -19.4004 -16.5996 -36.4004 -32.8994 -48.1006c-10.8008 -8.7002 -22.7002 -16.2002 -35.3008 -22.0996l-1.89941 -0.900391l-1 -0.5c-1.7002 -0.700195 -3.2998 -1.39941 -4.90039 -2.09961c-2.39941 -5.10059 -5.7998 -9.60059 -9.89941 -13.2998 +c-2.5 -3.10059 -30.1006 -35 -113.801 -35c-23.5996 0 -47.1992 3.5 -69.7998 10.2998c0.799805 -0.299805 1.60059 -0.700195 2.40039 -1c-2.60059 0.899414 -5.2002 1.7998 -7.7002 2.7002c-19.0996 5.89941 -37.2002 14.5996 -53.7998 25.7998 +c-40.7002 24.7002 -72.9004 61.2002 -92.2998 104.7c-14.5 31.3994 -21.1006 65.7998 -19.4004 100.3c-2.7998 -8.2998 -5.2002 -16.7002 -7 -25.2998c0 29.1992 5.5 58.0996 16.2002 85.1992c-5.5 -7.89941 -10.2998 -16.2998 -14.2998 -25.0996 +c5.69922 23.0996 14.6992 45.2002 26.7998 65.5996c3.7002 6.10059 7.89941 11.9004 12.7002 17.1006v0.200195c-0.100586 2.69922 0.0996094 5.5 0.5 8.2998c1.5 16.2998 5.69922 32.2002 12.3994 47.0996l0.299805 0.700195c0.100586 0.299805 0 -1 0 -1.7002 +s-0.0996094 -1.2998 0 -1c0.600586 2 1.40039 4 2.30078 5.90039c1 2.09961 2.39941 4.09961 3.89941 5.7998c0.100586 0.0996094 0.200195 0.200195 0.299805 0.400391c0.100586 0.199219 -0.399414 -2 -0.5 -3.10059v-0.5c0.600586 1.2002 1.30078 2.40039 2.2002 4.5 +c2.10059 5.90039 6 11 11.1006 14.5l0.199219 0.100586c-0.299805 -9 1.2002 -17.9004 4.40039 -26.2002v-0.100586c0.299805 -0.399414 0.5 1.30078 0.900391 1.30078c0.0996094 0 0.199219 -0.100586 0.199219 -0.200195 +c0.900391 -1.7998 1.80078 -3.60059 2.7002 -5.2002c1.2998 -2.2002 2.5 -4.2002 3.7002 -6l0.400391 -0.200195l0.199219 0.100586c2.60059 -4.2002 5.90039 -7.80078 9.7002 -10.9004h-0.200195l0.200195 -0.0996094c18.2998 3.59961 37.2002 2 54.6006 -4.7002 +l0.0996094 0.0996094c2.09961 2.60059 4.59961 4.90039 7.2998 6.90039c0 -0.900391 -0.0996094 -1.7998 -0.200195 -2.7002c4 5 9.10059 9 15 11.5c-0.399414 -0.700195 -0.5 -1.40039 -0.5 -2.2002c7.40039 4.2998 15.5 7.40039 23.9004 9 +c1.09961 0 -3.5 -1.7998 -5.09961 -3.09961c3.69922 1.59961 7.69922 2.59961 11.6992 2.7998c6.60059 0.700195 14 -2.09961 12.6006 -2.7002c-2.7998 -1 -5.5 -2.2002 -8.2002 -3.5c-0.799805 -0.700195 3.2002 0.200195 2.40039 -0.5 +c-14 -9.2002 -24.8008 -22.5996 -30.8008 -38.2998v-0.0996094c2.5 -11 11.4004 -19.3008 22.5 -21.1006c31.5 -3 37.5 -5.59961 38.4004 -9.09961v-1.5c-0.0996094 -1 -0.200195 -1.90039 -0.299805 -2.7998c-1.2002 -6.90039 -4.90039 -13.2002 -10.2002 -17.7002 +c-1.40039 -1.2998 -2.90039 -2.5 -4.5 -3.5c-1.09961 -0.700195 -6.40039 -2.7998 -12.7998 -5.60059c-7.90039 -3.19922 -15.5 -7.09961 -22.7002 -11.5996c-1.2998 -0.799805 -2.40039 -1.7002 -3.40039 -2.7002c-0.399414 -0.399414 -1.19922 -1.5 -1.19922 -1.5 +v-0.0996094c0.5 -1.2002 1 -2.40039 1.19922 -3.7002c-1.39941 1.7002 -2.69922 1.09961 -1.89941 -0.5c0.899414 -2.5 1.2998 -5.2002 1.09961 -7.7998c0.200195 -4.7998 -0.700195 -9.60059 -2.59961 -14c-2.10059 1.5 -4.2998 2.89941 -6.60059 4.09961h-0.199219 +c2.5 -1.59961 4.2998 -3.89941 5.39941 -6.59961c0.700195 -2.2002 -0.299805 -2.7002 -0.299805 -2.7002c-1.40039 2 -3.09961 3.59961 -5.2002 4.7002c-3.09961 1.7998 -8.7998 4.7002 -11.3994 5.7998c-0.300781 -0.200195 -0.5 -0.0996094 -0.800781 -0.200195 +c0.800781 -1.2998 2.10059 -3.7998 2.10059 -3.7998s-1.7998 1.09961 -4.7998 2.59961c-3.90039 -1.7998 -7.2002 -4.89941 -9.30078 -8.69922c-3.5 -7.7002 -3.09961 -16.7002 1 -24.1006c4 -6 9.10059 -11.2002 15 -15.2002 +c0.400391 -0.299805 -3.39941 1.10059 -3.09961 0.800781c4.59961 -3.2002 9.40039 -6.10059 14.4004 -8.60059c1.5 -1 -5 1.2002 -3.40039 0.299805c1.40039 -0.899414 2.7998 -1.69922 4.2998 -2.5c22.9004 -12.0996 38.9004 0.400391 56.4004 2.90039 +c16.7998 3 33.7998 -3.59961 44.2002 -17c6 -8.5 -0.600586 -16.7002 -9 -14h-0.200195c-8.60059 2.90039 -19.1006 -4.2998 -36.6006 -14c-17.2998 -8.2998 -36.8994 -10.5996 -55.5996 -6.59961c-4.7998 0.899414 -9.40039 2.09961 -14 3.69922l-2 0.700195 +l0.200195 -0.299805c8.7998 -12.2002 19.8994 -22.5 32.7998 -30.2998c8.7002 -4.40039 17.9004 -7.5 27.4004 -9.2998c8 -1.90039 16.1992 -2.80078 24.5 -2.80078c61 -0.0996094 110.6 49.4004 110.6 110.4c0.0996094 15.9004 -3.09961 31.7998 -9.2998 46.5 +c20.7002 -12.2998 37.5996 -30.2002 48.7998 -51.5c-13.9004 40.5996 -40.2998 56.4004 -64.7002 76.5996c-19.5996 14.8008 -34.7002 34.9004 -43.3994 57.9004c-25.2002 67.7998 33.0996 132.9 33.0996 132.9s-3.59961 -15.1006 27.4004 -44.3008 +c6.39941 -5.89941 16.7998 -14.5 28.8994 -26.6992c1.7002 9.2998 4.2002 18.3994 7.40039 27.2998c2.5 -14.7002 7.7998 -28.7998 15.3994 -41.6006c11.7002 -16.6992 21.9004 -25.5996 30.7002 -40c1.90039 -2.5 3.7998 -5.19922 5.60059 -7.89941 +c5.09961 -7.2002 9.5 -14.7998 13.2998 -22.7998c6 -12 10.7998 -24.5 14.5 -37.4004c3 -10.4004 4.89941 -20.9004 5.7998 -31.5996c2.90039 3.89941 4.7002 5.89941 4.7002 5.89941s0.700195 -2.59961 1.39941 -7.09961zM179.1 310.3 +c-0.5 -1.2002 -0.899414 -2.2998 -1.2998 -3.5c0.400391 1.2002 0.900391 2.40039 1.2998 3.5z" /> + <glyph glyph-name="opera" unicode="" horiz-adv-x="496" +d="M313.9 415.3c-170.2 0 -252.601 -223.8 -147.5 -355.1c36.5 -45.4004 88.5996 -75.6006 147.5 -75.6006c36.2998 0 70.2998 11.1006 99.3994 30.4004c-43.7998 -39.2002 -101.899 -63 -165.3 -63c-3.90039 0 -8 0 -11.9004 0.299805 +c-131.5 6.10059 -236.1 114.601 -236.1 247.7c0 137 111 248 248 248h0.799805c63.1006 -0.299805 120.7 -24.0996 164.4 -63.0996c-29 19.3994 -63.1006 30.3994 -99.2998 30.3994zM415.7 17.5996c-40.9004 -24.6992 -90.7002 -23.5996 -132 5.80078 +c56.2002 20.5 97.7002 91.5996 97.7002 176.6c0 84.7002 -41.2002 155.8 -97.4004 176.6c41.7998 29.2002 91.2002 30.3008 132.9 5c105.899 -98.6992 105.5 -265.699 -1.2002 -364z" /> + <glyph glyph-name="internet-explorer" unicode="" horiz-adv-x="512" +d="M483.049 288.294c25.1963 -45.4473 33.2578 -97.5811 26.8516 -141.162h-328.792c0 -100.432 144.31 -136.029 196.818 -47.4355h120.833c-32.5645 -91.7285 -119.689 -146.022 -216.813 -146.022c-35.1367 0 -70.2725 0.143555 -101.695 15.5732 +c-87.3975 -44.4941 -180.251 -56.5693 -180.251 42.0059c0 45.8066 23.2461 107.096 43.9922 145.022c35.1357 63.7227 81.4121 124.875 135.687 173.168c-43.7061 -18.8604 -91.125 -66.2959 -121.977 -101.158c25.877 112.787 129.466 193.638 237.098 186.457 +c130.032 59.7939 209.673 34.1445 209.673 -38.5771c0 -27.4326 -10.5684 -63.2959 -21.4238 -87.8711zM64.5586 101.123c-73.001 -152.4 11.5254 -172.244 100.267 -123.304c-46.5635 27.4326 -82.5557 72.1533 -100.267 123.304zM180.536 209.996h207.961 +c-2 55.1514 -50.5635 94.8711 -103.981 94.8711c-53.7041 0 -101.979 -39.7197 -103.979 -94.8711zM365.072 397.596c46.2764 -18.002 85.9824 -57.2939 112.263 -99.5859c7.1416 18.8604 14.5693 47.8643 14.5693 67.8672c0 32.0049 -22.8525 53.7217 -54.2744 53.7217 +c-23.9951 0 -51.1328 -11.7158 -72.5576 -22.0029z" /> + <glyph glyph-name="contao" unicode="" horiz-adv-x="512" +d="M45.4004 143c14.3994 -67.0996 26.3994 -129 68.1992 -175h-79.5996c-18.7002 0 -34 15.2002 -34 34v380c0 18.7002 15.2002 34 34 34h57.7002c-13.7998 -12.5996 -26.1006 -27.2002 -36.9004 -43.5996c-45.3994 -70 -27 -146.801 -9.39941 -229.4zM478 416 +c18.7998 0 34 -15.2002 34 -34v-380.1c0 -18.8008 -15.2998 -34 -34 -34h-52.0996c38.6992 38.3994 60.5996 92.0996 57.3994 163.6l-137.399 -29.5996c-1.7002 -32.5 -12.9004 -63.8008 -57.4004 -73.2002c-24.9004 -5.2998 -45.4004 0.599609 -58.2998 11.7002 +c-15.7998 13.5 -28.4004 31 -49.5 131.199c-21.4004 100.5 -17 121.601 -8.2002 140.301c7.2998 15.2998 23.7002 29.2998 48.2998 34.5996c44.7998 9.40039 67.7002 -14.9004 82.6006 -43.9004l137.1 29.3008c-13.5 34.5996 -31.2998 62.6992 -52.7002 84.0996h90.2002z +" /> + <glyph glyph-name="500px" unicode="" +d="M103.3 103.7c-6.5 14.2002 -6.89941 18.2998 7.40039 23.0996c25.5996 8 8 -9.2002 43.2002 -49.2002h0.299805v93.9004c1.2002 50.2002 44 92.2002 97.7002 92.2002c53.8994 0 97.6992 -43.5 97.6992 -96.7998c0 -63.4004 -60.7998 -113.2 -128.5 -93.3008 +c-10.5 4.2002 -2.09961 31.7002 8.5 28.6006c53 0 89.4004 10.0996 89.4004 64.3994c0 61 -77.0996 89.6006 -116.9 44.6006c-23.5 -26.4004 -17.5996 -42.1006 -17.5996 -157.601c50.7002 -31 118.3 -22 160.4 20.1006c24.7998 24.7998 38.5 58 38.5 93 +c0 35.2002 -13.8008 68.2002 -38.8008 93.2998c-24.7998 24.7998 -57.7998 38.5 -93.2998 38.5s-68.7998 -13.7998 -93.5 -38.5c-0.299805 -0.299805 -16 -16.5 -21.2002 -23.9004l-0.5 -0.599609c-3.2998 -4.7002 -6.2998 -9.09961 -20.0996 -6.09961 +c-6.90039 1.69922 -14.2998 5.7998 -14.2998 11.7998v186.8c0 5 3.89941 10.5 10.5 10.5h241.3c8.2998 0 8.2998 -11.5996 8.2998 -15.0996c0 -3.90039 0 -15.1006 -8.2998 -15.1006h-223.2v-132.899h0.299805c104.2 109.8 282.801 36 282.801 -108.9 +c0 -178.1 -244.801 -220.3 -310.101 -62.7998zM166.6 364.5c3.80078 18.7998 145.101 50.7998 238.301 -38.2002c8.5 -7.5 -9.5 -22.7998 -14.3008 -22.7998c-6.59961 0 -84.5996 87.9004 -209.399 40.4004c-10 -3.90039 -15.1006 16.3994 -14.6006 20.5996zM393 33.2998 +c8.09961 8 27.5996 -12.5996 20.7002 -20.3994c-135.601 -135.601 -357.601 -52.1006 -381.601 121.3c-1.5 10.7002 28.9004 15.5 28.9004 3.2998c33 -165 222 -214.1 332 -104.2zM213.6 141.4c0 3.39941 2.30078 4.69922 20.4004 22.5996l-18.2002 18.2002 +c-5.59961 5.59961 7.40039 17.2998 12.4004 17.2998c3.09961 0 2.89941 -0.700195 21.5 -19.5l17.8994 17.9004c6.10059 6.09961 22.5 -8.90039 16.2002 -15.7002l-18.2002 -18.2002l17.3008 -17.2998c7.7998 -7.7998 -5.30078 -18.2002 -10.7002 -18.2002 +c-3.2002 0 -2.7002 0.200195 -22.2998 19.5c-19.7002 -19.7002 -18.5 -19.5 -22.3008 -19.5c-2.39941 0 -5.5 1.40039 -8.5 4.40039c-1.19922 1.19922 -5.5 4.5 -5.5 8.5z" /> + <glyph glyph-name="amazon" unicode="" +d="M257.2 285.3c0 39.2998 5.2002 69.2002 -35.5 69.1006c0 0 -37.9004 0 -54.2002 -49.5l-73.5 6.7998c0 49.2998 46.7002 104.3 134.7 104.3c87.7998 0 112.3 -57 112.3 -82.2998v-147.101c0 -27.5 32.2998 -52.7998 32.2998 -52.7998l-56.7998 -56 +c-9.90039 9.2998 -38.7998 36.6006 -45.2998 46.7998c-45.2002 -70.7998 -183.5 -66.2998 -183.5 43.2002c0 102 120.8 115.7 169.5 117.5zM257.2 198.5v40.5996c-33.7002 -1.09961 -84.2002 -10.5996 -84.2002 -57.7998c0 -50.7998 84.2002 -62.7998 84.2002 17.2002z +M393.2 35c-7.7002 -10 -70 -67 -174.5 -67s-184.5 71.5 -209 101c-6.7998 7.7002 1 11.2998 5.5 8.2998c73.2998 -44.5 187.8 -117.8 372.5 -30.2998c7.5 3.7002 13.2998 -2 5.5 -12zM433 32.7998c-6.5 -15.7998 -16 -26.7998 -21.2002 -31 +c-5.5 -4.5 -9.5 -2.7002 -6.5 3.7998s19.2998 46.5 12.7002 55c-6.5 8.30078 -37 4.30078 -48 3.2002c-10.7998 -1 -13 -2 -14 0.299805c-2.2998 5.7002 21.7002 15.5 37.5 17.5c15.7002 1.80078 41 0.800781 46 -5.69922c3.7002 -5.10059 0 -27.1006 -6.5 -43.1006z" /> + <glyph glyph-name="houzz" unicode="" +d="M275.9 117.3h-104.601v-149.3h-154.3v448h109.5v-104.5l305.1 -85.5996v-257.9h-155.699v149.3z" /> + <glyph glyph-name="vimeo-v" unicode="" +d="M447.8 294.4c-2 -43.6006 -32.3994 -103.301 -91.3994 -179.101c-60.9004 -79.2002 -112.4 -118.8 -154.601 -118.8c-26.0996 0 -48.2002 24.0996 -66.2998 72.2998c-35.2002 129.2 -50.2002 204.9 -79.2998 204.9c-3.40039 0 -15.1006 -7.10059 -35.2002 -21.1006 +l-21 27.2002c51.5996 45.2998 100.9 95.7002 131.8 98.5c34.9004 3.40039 56.2998 -20.5 64.4004 -71.5c28.7002 -181.5 41.3994 -208.899 93.5996 -126.7c18.7002 29.6006 28.7998 52.1006 30.2002 67.6006c4.7998 45.8994 -35.7998 42.7998 -63.2998 31 +c22 72.0996 64.0996 107.1 126.2 105.1c45.7998 -1.2002 67.5 -31.0996 64.8994 -89.3994z" /> + <glyph glyph-name="black-tie" unicode="" +d="M0 416h448v-448h-448v448zM316.5 90.7998l-64.5 184l64.4004 86.6006h-184.9l64.5 -86.6006l-64.5 -184l92.5 -88.7002z" /> + <glyph glyph-name="fonticons" unicode="" +d="M0 416h448v-448h-448v448zM187 275.1c11.9004 0 16.5996 -4.2998 16.2998 -23l50.7002 6.10059c0 44.5996 -30.5996 52.7998 -64.7002 52.7998c-50.7998 0 -77.2998 -20.4004 -77.2998 -70v-21h-28v-37.4004h22.2002c2.89941 0 5.7998 0 5.7998 -2.2998v-111.399 +c0 -5.60059 -1.5 -7.30078 -6.7002 -7.90039l-21.2998 -2v-25.7002h130.7v25.1006l-43.5 4.09961c-5.2002 0.599609 -3.2002 1.5 -3.2002 7.2998v112.9h55.7002l11.0996 37.2998h-67.3994c-2.90039 0 0.599609 2 0.599609 4.40039v23.2998 +c0 17.5 0.599609 27.3994 19 27.3994zM261.3 33.2998h102.601v25.1006l-15.7002 2.59961c-5.5 0.900391 -2.90039 1.5 -2.90039 7.2998v151.7h-80.2002l-6.69922 -29.5l24.1992 -6.40039c3.80078 -1.19922 6.7002 -3.7998 6.7002 -7.89941v-107.9 +c0 -5.59961 -2.39941 -6.7002 -7.59961 -7.2998l-20.4004 -2.59961v-25.1006zM342.1 288.8l21.9004 24.2002l-3.5 9.59961h-27.7002l-15.5 28h-9.2998l-15.5 -28h-27.7002l-3.5 -9.59961l21.7998 -24.2002l-9 -33.2002l7.30078 -7.2998l31.1992 16.6006l31.2002 -16.6006 +l7.2998 7.2998z" /> + <glyph glyph-name="reddit-alien" unicode="" horiz-adv-x="512" +d="M440.3 244.5c55.2998 0 73.7002 -74.0996 23.7998 -99.7002c2.2002 -7.89941 3.10059 -16.7002 3.10059 -25.0996c0 -83.7998 -94.4004 -151.7 -210.8 -151.7c-115.9 0 -210.301 67.9004 -210.301 151.7c0 8.39941 0.800781 16.7998 2.60059 24.7002 +c-50.9004 25.5 -32.7002 100.1 22.8994 100.1c15 0 28.7002 -6.2002 38.4004 -16.2998c35.7998 24.7002 83.4004 40.5996 136.3 42.7998l30.4004 137.6c1.2998 4.90039 6.09961 8.40039 11 7.10059l97.3994 -21.6006c6.60059 12.7002 19.9004 22 35.3008 22 +c22.0996 0 39.6992 -18.0996 39.6992 -39.6992c0 -21.6006 -17.6992 -39.7002 -39.6992 -39.7002c-21.6006 0 -39.2002 17.5996 -39.2002 39.2002l-88.2002 19.7998l-27.7002 -124.8c53.2998 -1.7002 101.4 -17.6006 137.101 -42.3008 +c9.69922 9.7002 22.8994 15.9004 37.8994 15.9004zM129.4 139.1c0 -21.5996 17.6992 -39.2998 39.6992 -39.1992c21.6006 0 39.2002 17.5996 39.2002 39.1992c0 22.1006 -17.5996 39.7002 -39.2002 39.7002c-22.0996 0 -39.6992 -17.7002 -39.6992 -39.7002zM343.7 45.5996 +c4 3.5 4 9.7002 -0.100586 13.7002c-3.5 3.5 -9.69922 3.5 -13.1992 0c-29 -29 -121.2 -28.5 -149 0c-3.5 3.5 -9.7002 3.5 -13.2002 0c-4 -4 -4 -10.2002 0 -13.7002c36.3994 -36.3994 139.1 -36.3994 175.5 0zM342.9 99.7998c22 0 39.5996 17.7002 39.6992 39.2002 +c0 22.0996 -17.6992 39.7002 -39.6992 39.7002c-21.6006 0 -39.2002 -17.7002 -39.2002 -39.7002c0 -21.5996 17.5996 -39.2002 39.2002 -39.2002z" /> + <glyph glyph-name="edge" unicode="" horiz-adv-x="512" +d="M25.7139 219.837c0.111328 0.162109 0.230469 0.323242 0.341797 0.485352c-0.0205078 -0.162109 -0.0449219 -0.323242 -0.0644531 -0.485352h-0.277344zM486.286 204.329l0.000976562 -52.0645h-314.073c1.38379 -128.497 191.392 -124.065 272.255 -67.5713v-104.404 +c-47.3555 -28.5244 -156.774 -53.1709 -240.132 -21.3242c-70.6191 27.1406 -119.913 100.528 -120.743 171.977c-1.10742 92.2188 45.6943 153.422 120.742 188.314c-15.7852 -19.9395 -27.9697 -41.54 -34.3389 -78.9258h175.853 +c10.2471 104.957 -99.4189 104.957 -99.4189 104.957c-103.302 -3.58984 -177.945 -63.6543 -220.375 -124.966c14.5615 114.465 92.9062 219.955 232.837 219.678c85.0195 0 157.605 -39.8779 198.593 -113.265c21.0469 -37.9404 28.8008 -78.373 28.8008 -122.405z" /> + <glyph glyph-name="codiepie" unicode="" horiz-adv-x="472" +d="M422.5 245.1c30.7002 0 33.5 -53.0996 -0.299805 -53.0996h-10.7998v-44.2998h-26.6006v97.3994h37.7002zM472 95.4004c-42.0996 -91.9004 -121.6 -151.4 -224 -151.4c-137 0 -248 111 -248 248s111 248 248 248c97.4004 0 172.8 -53.7002 218.2 -138.4l-186 -108.8z +M433.5 82.9004l-60.2998 30.6992c-27.1006 -44.2998 -70.4004 -71.3994 -122.4 -71.3994c-82.5 0 -149.2 66.7002 -149.2 148.899c0 82.5 66.7002 149.2 149.2 149.2c48.4004 0 88.9004 -23.5 116.9 -63.3994l59.5 34.5996c-40.7002 62.5996 -104.7 100 -179.2 100 +c-121.2 0 -219.5 -98.2998 -219.5 -219.5s98.2998 -219.5 219.5 -219.5c78.5996 0 146.5 42.0996 185.5 110.4z" /> + <glyph glyph-name="modx" unicode="" +d="M356 206.2l36.7002 -23.7002v-214.5l-133 83.7998zM440 373l-83.2002 -134.3l-153.5 96.5l23 37.7998h213.7zM351 230.2l-249.8 -57.7002l-46 29v214.5zM97 153.8l249.7 57.7002l-125 -200.5h-213.7z" /> + <glyph glyph-name="fort-awesome" unicode="" horiz-adv-x="512" +d="M489.2 160.1c2.59961 0 4.59961 -2 4.5 -4.59961v-219.5h-182.9v96c0 72.5996 -109.7 72.5996 -109.7 0v-96h-182.899v219.5c0 2.59961 2 4.59961 4.59961 4.59961h27.4004c2.59961 0 4.59961 -2 4.59961 -4.59961v-32h36.6006v178.3 +c0 2.60059 2 4.60059 4.59961 4.60059h27.4004c2.59961 0 4.59961 -2 4.59961 -4.60059v-32h36.2998v32c0 2.60059 2 4.60059 4.60059 4.60059h27.3994c2.60059 0 4.60059 -2 4.60059 -4.60059v-32h36.5996v32c0 6 8 4.60059 11.7002 4.60059v111.699 +c-5.40039 2.60059 -9.10059 8.30078 -9.10059 14.3008c0 20.7998 31.4004 20.6992 31.4004 0c0 -6 -3.7002 -11.7002 -9.09961 -14.3008v-4.89941c7.69922 1.7998 15.6992 2.89941 23.6992 2.89941c11.7002 0 22.9004 -4.2998 32.6006 -4.2998 +c8.89941 0 18.8994 4.2998 24 4.2998c2.59961 0 4.59961 -2 4.59961 -4.59961v-60c0 -6.90039 -23.0996 -8 -27.7002 -8c-10.5 0 -20.5 4.2998 -31.3994 4.2998c-8.60059 0 -17.4004 -1.39941 -25.7002 -3.39941v-38c3.7002 0 11.7002 1.39941 11.7002 -4.60059v-32h36.5996 +v32c0 2.60059 2 4.60059 4.60059 4.60059h27.3994c2.60059 0 4.60059 -2 4.60059 -4.60059v-32h36.5996v32c0 2.60059 2 4.60059 4.59961 4.60059h27.4004c2.59961 0 4.59961 -2 4.59961 -4.60059v-178.3h36.6006v32c0 2.59961 2 4.59961 4.59961 4.59961h27.4004z +M201.1 164.6v64c0 2.60059 -2 4.60059 -4.59961 4.60059h-27.4004c-2.59961 0 -4.59961 -2 -4.59961 -4.60059v-64c0 -2.59961 2 -4.59961 4.59961 -4.59961h27.4004c2.59961 0 4.59961 2 4.59961 4.59961zM347.5 164.6v64c0 2.60059 -2 4.60059 -4.59961 4.60059h-27.4004 +c-2.59961 0 -4.59961 -2 -4.59961 -4.60059v-64c0 -2.59961 2 -4.59961 4.59961 -4.59961h27.4004c2.59961 0 4.59961 2 4.59961 4.59961z" /> + <glyph glyph-name="usb" unicode="" horiz-adv-x="640" +d="M641.5 192c0 -3.09961 -1.7002 -6.09961 -4.5 -7.5l-89.0996 -53.5c-1.40039 -0.799805 -2.80078 -1.40039 -4.5 -1.40039c-1.40039 0 -3.10059 0.300781 -4.5 1.10059c-2.80078 1.7002 -4.5 4.5 -4.5 7.7998v35.5996h-238.7 +c25.2998 -39.5996 40.5 -106.899 69.5996 -106.899h26.7002v26.7998c0 5 3.90039 8.90039 8.90039 8.90039h89.0996c5 0 8.90039 -3.90039 8.90039 -8.90039v-89.0996c0 -5 -3.90039 -8.90039 -8.90039 -8.90039h-89.0996c-5 0 -8.90039 3.90039 -8.90039 8.90039v26.6992 +h-26.7002c-75.3994 0 -81.0996 142.5 -124.7 142.5h-100.3c-8.09961 -30.5996 -35.8994 -53.5 -69 -53.5c-39.2998 0.100586 -71.2998 32.1006 -71.2998 71.4004s32 71.2998 71.2998 71.2998c33.1006 0 61 -22.7998 69 -53.5c39.1006 0 43.9004 -9.5 74.6006 60.4004 +c40.0996 89.0996 58.0996 82.0996 108.899 82.0996c7.5 20.9004 27 35.6006 50.4004 35.6006c29.5 0 53.5 -23.9004 53.5 -53.5c0 -29.6006 -23.9004 -53.5 -53.5 -53.5c-23.4004 0 -42.9004 14.7998 -50.4004 35.5996h-29.7998 +c-29.0996 0 -44.2998 -67.4004 -69.5996 -106.9h310.1v35.6006c0 3.2998 1.7002 6.09961 4.5 7.7998s6.40039 1.40039 8.90039 -0.299805l89.0996 -53.5c2.7998 -1.10059 4.5 -4.10059 4.5 -7.2002z" /> + <glyph glyph-name="product-hunt" unicode="" horiz-adv-x="512" +d="M326.3 229.2c0 -20.5 -16.7002 -37.2002 -37.2002 -37.2002h-70.2998v74.4004h70.2998c20.5 0 37.2002 -16.7002 37.2002 -37.2002zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM375.9 229.2 +c0 47.8994 -38.9004 86.7998 -86.8008 86.7998h-119.899v-248h49.5996v74.4004h70.2998c47.9004 0 86.8008 38.8994 86.8008 86.7998z" /> + <glyph glyph-name="mixcloud" unicode="" horiz-adv-x="640" +d="M424.43 228.271c42.3623 -9.1377 74.4805 -47.0693 74.4805 -92.2002c0 -52.3311 -42.6406 -94.6934 -94.9688 -94.6934h-289.614c-62.5752 0 -113.243 50.668 -113.243 112.966c0 56.7598 42.085 103.554 96.6299 111.582 +c22.9814 67.5586 86.9395 114.074 159.205 114.074c87.2158 0 159.205 -66.7266 167.511 -151.729zM403.941 83.7412c29.0713 0 52.6064 23.5352 52.6064 52.3301c0 22.1494 -14.1211 40.9766 -33.502 48.4531c-1.38477 -8.58301 -3.59961 -17.166 -6.36914 -25.4727 +c-8.01367 -25.6484 -49.0898 -14.2266 -40.1465 13.29c4.15332 12.7373 6.36914 26.0264 6.36914 39.5938c0 69.2197 -56.4834 125.702 -125.979 125.702c-49.8379 0 -94.6934 -29.626 -114.628 -73.9258c19.3809 -4.98438 37.3779 -14.9512 52.0527 -29.3486 +c19.9531 -19.9531 -10.2168 -50.1436 -30.1797 -30.1807c-13.29 13.291 -31.0107 20.7666 -49.8379 20.7666c-39.04 0 -70.8809 -31.5645 -70.8809 -70.6045s31.8408 -70.6035 70.8809 -70.6035h289.614zM639.01 136.071c0 -44.0244 -12.7363 -86.3867 -37.1016 -122.657 +c-4.15332 -6.0918 -10.7979 -9.41406 -17.7197 -9.41406c-16.3174 0 -27.1279 18.8262 -17.4434 32.9492c19.3809 29.3486 29.9033 63.6816 29.9033 99.1221c0 35.4395 -10.5215 69.7725 -29.9033 98.8447c-15.6553 22.8311 19.3613 47.2402 35.1631 23.5342 +c24.3662 -35.9932 37.1016 -78.3564 37.1016 -122.379zM568.13 136.071c0 -31.5654 -9.13672 -62.0215 -26.8564 -88.3252c-4.15332 -6.09082 -10.7988 -9.13574 -17.7207 -9.13574c-17.2012 0 -27.0215 18.9785 -17.4424 32.9473 +c13.0127 19.1045 19.6572 41.2559 19.6572 64.5137c0 22.9805 -6.64453 45.4072 -19.6572 64.5117c-15.7617 22.9863 19.0078 47.0947 35.1631 23.5352c17.7188 -26.0264 26.8564 -56.4834 26.8564 -88.0469z" /> + <glyph glyph-name="scribd" unicode="" horiz-adv-x="384" +d="M42.2998 195.3c-16.0996 19 -24.7002 45.9004 -24.7998 79.9004c0 100.399 75.2002 153.1 167.2 153.1c98.5996 1.60059 156.8 -49 184.3 -70.5996l-50.5 -72.1006l-37.2998 24.6006l26.8994 38.5996c-36.5 24 -79.3994 36.5 -123 35.7998 +c-50.6992 0.800781 -111.699 -27.1992 -111.699 -76.1992c0 -18.7002 11.1992 -20.7002 28.5996 -15.6006c23.2998 5.2998 41.9004 -0.599609 55.7998 -14c26.4004 -24.2998 23.2002 -67.5996 -0.700195 -91.8994c-29.1992 -29.5 -85.1992 -27.3008 -114.8 8.39941z +M360 189.4c33.9004 -40.4004 36.7998 -138.2 -20.2998 -189.601c-39.2002 -33.5996 -82.2002 -44.0996 -133.601 -44.0996c-70.2998 -0.299805 -138.199 25.3994 -190.699 72.2002l-15.4004 13.7998l60.7998 71.7998l35.6006 -27.4004l-33.7002 -39.3994 +c41.7002 -30.9004 92.2002 -47.5 144.1 -47.2998c61.9004 0 104.7 23.5 121.4 64.3994c0.899414 4.2002 1.39941 8.40039 1.39941 12.7002c0 18.7002 -11.1992 20.7002 -28.5996 15.5996c-23.2998 -5.2998 -42.2002 0.5 -56.2998 14.4004 +c-12.4004 11.2998 -19.1006 27.5 -18.4004 44.2998c-0.599609 39.2002 32.4004 69.2002 70.5 67.2002c24.2998 0.799805 47.7002 -9.7998 63.2002 -28.5996z" /> + <glyph glyph-name="bluetooth" unicode="" +d="M292.6 276.9l-42.8994 -42.9004l-0.299805 86zM249.4 57.0996l0.199219 86l42.9004 -42.8994zM416 188.6c0 -205.6 -71.9004 -252.6 -185.1 -252.6c-113.2 0 -198.9 47 -198.9 252.6c0 205.601 83.4004 259.4 196.6 259.4c113.2 0 187.4 -53.9004 187.4 -259.4z +M257.5 188.6l79.4004 88.6006l-125.101 134.3v-176.9l-73.7998 73.8008l-27 -26.9004l92.7002 -93l-92.7002 -93l26.9004 -26.9004l73.7998 73.8008l2.2998 -170l127.4 127.5z" /> + <glyph glyph-name="bluetooth-b" unicode="" horiz-adv-x="320" +d="M196.48 187.977l97.9111 -103.333l-148.552 -148.644l-2.71484 198.284l-86.1113 -86.1113l-31.4053 31.4053l108.061 108.398l-108.061 108.399l31.4053 31.4053l86.1113 -86.1113v206.33l145.981 -156.69zM237.34 290.973l-50.3145 50.3174l0.337891 -100.295z +M187.363 134.96l-0.337891 -100.294l50.3145 50.3164z" /> + <glyph glyph-name="gitlab" unicode="" horiz-adv-x="512" +d="M105.2 423.1c0 0 56.5 -174.8 56.5996 -174.8h-132l56.5 174.8c3.2002 8.90039 15.7998 8.90039 18.9004 0zM0.900391 160.3l28.7998 88l226.2 -294l-247.9 184c-6.7998 5.10059 -9.7002 14 -7.09961 22zM161.7 248.3h188.6l-94.2998 -294zM511.1 160.3 +c2.5 -8 -0.299805 -16.8994 -7.19922 -22l-247.9 -184l226.3 294zM425.7 423.1l56.5 -174.8h-132l56.5996 174.8c3.2002 8.90039 15.7998 8.90039 18.9004 0z" /> + <glyph glyph-name="wpbeginner" unicode="" horiz-adv-x="512" +d="M462.799 125.626c56.2109 -64.3076 4.16211 -157.626 -91.8545 -157.626c-39.6025 0 -78.8242 17.6865 -100.143 50.04c-6.88672 -0.356445 -22.7021 -0.356445 -29.5898 0c-21.3643 -32.4209 -60.624 -50.04 -100.143 -50.04 +c-95.4902 0 -148.349 92.9961 -91.8555 157.626c-79.1387 131.851 31.2646 290.374 206.792 290.374c175.632 0 285.87 -158.626 206.793 -290.374zM123.152 208.598h41.5283v58.0752h-41.5283v-58.0752zM340.332 122.526v23.8389 +c-60.5059 -20.915 -132.355 -9.19824 -187.589 33.9707l0.246094 -24.8965c51.1006 -46.3672 131.746 -57.875 187.343 -32.9131zM189.579 208.598h166.058v58.0752h-166.058v-58.0752z" /> + <glyph glyph-name="wpforms" unicode="" +d="M448 372.8v-361.7c0 -24.2998 -19 -43.1992 -43.2002 -43.1992h-361.6c-23.9004 0.0996094 -43.2002 18.6992 -43.2002 43.2998v361.6c0 24.1006 18.7998 43.2002 43.2002 43.2002h361.7c24 0 43.0996 -18.7998 43.0996 -43.2002zM410.7 11.2002v361.6 +c0 3 -2.60059 5.7998 -5.7998 5.7998h-9.30078l-110.3 -74.5996l-61.2998 49.9004l-61.2002 -49.9004l-110.3 74.7002h-9.2998c-3.2002 0 -5.7998 -2.7998 -5.7998 -5.7998v-361.7c0 -3 2.59961 -5.7998 5.7998 -5.7998h361.7 +c3.19922 -0.100586 5.7998 2.69922 5.7998 5.7998zM150.2 262v-37h-73.5v37h73.5zM150.2 187.6v-37.2998h-73.5v37.2998h73.5zM161.3 334.9l54 43.6992h-118.5zM371.3 262v-37h-196v37h196zM371.3 187.6v-37.2998h-196v37.2998h196zM286.7 334.9l64.5 43.6992h-118.4z +M371.3 113v-37.2998h-99.3994v37.2998h99.3994z" /> + <glyph glyph-name="envira" unicode="" +d="M0 416c477.6 0 366.6 -317.3 367.1 -366.3l80.9004 -81.7002h-26l-70.4004 71.2002c-39 -4.2002 -124.399 -34.5 -214.399 37c-90.2002 71.5 -85.2002 157.1 -137.2 339.8zM79.7002 370c-49.7002 23.5 -5.2002 -9.2002 -5.2002 -9.2002 +c45.2002 -31.2002 66 -73.7002 90.2002 -119.899c31.5 -60.2002 79 -139.7 144.2 -167.7c65 -28 34.1992 -12.5 6 8.5c-28.2002 21.2002 -68.2002 87 -91 130.2c-31.7002 60 -61 118.6 -144.2 158.1z" /> + <glyph glyph-name="glide" unicode="" +d="M252.8 299.4c0 -8.80078 -1.59961 -17.7002 -3.39941 -26.4004c-5.80078 -27.7998 -11.6006 -55.7998 -17.3008 -83.5996c-1.39941 -6.30078 -8.2998 -4.90039 -13.6992 -4.90039c-23.8008 0 -30.5 26 -30.5 45.5c0 29.2998 11.1992 68.0996 38.5 83.0996 +c4.2998 2.5 9.19922 4.2002 14.0996 4.2002c11.4004 0 12.2998 -8.2998 12.2998 -17.8994zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM384 181c0 5.09961 -20.7998 37.7002 -25.5 39.5 +c-2.2002 0.900391 -7.2002 2.2998 -9.59961 2.2998c-23.1006 0 -38.7002 -10.5 -58.2002 -21.5l-0.5 0.5c4.2998 29.4004 14.5996 57.2002 14.5996 87.4004c0 44.5996 -23.7998 62.7002 -67.5 62.7002c-71.7002 0 -108 -70.8008 -108 -123.5c0 -54.7002 32 -85 86.2998 -85 +c7.5 0 6.90039 0.599609 6.90039 -2.30078c-10.5 -80.2998 -56.5 -82.8994 -56.5 -58.8994c0 24.3994 28 36.5 28.2998 38c-0.200195 7.59961 -29.2998 17.2002 -36.7002 17.2002c-21.0996 0 -32.6992 -33 -32.6992 -50.6006c0 -32.2998 20.3994 -54.7002 53.2998 -54.7002 +c48.2002 0 83.3994 49.7002 94.2998 91.7002c9.40039 37.7002 7 39.4004 12.2998 42.1006c20 10.0996 35.7998 16.7998 58.4004 16.7998c11.0996 0 19 -2.2998 36.7002 -5.2002c1.7998 -0.0996094 4.09961 1.7002 4.09961 3.5z" /> + <glyph glyph-name="glide-g" unicode="" +d="M407.1 236.8c7.5 -2.89941 40.9004 -55.3994 40.9004 -63.3994c0 -2.90039 -3.7998 -5.80078 -6.7002 -5.80078c-28.3994 4.7002 -41.0996 8.40039 -58.8994 8.40039c-36.3008 0 -61.6006 -10.7998 -93.8008 -27c-8.5 -4.2998 -4.59961 -7.09961 -19.6992 -67.5996 +c-17.4004 -67.6006 -74 -145.4 -151.4 -145.4c-52.7002 0 -85.5 36 -85.5 87.9004c0 28.0996 18.5 79.1992 52.4004 79.2998c11.8994 0 58.5996 -15.4004 58.8994 -27.6006c-0.5 -2.39941 -45.5 -21.7998 -45.5 -61c0 -38.5 73.9004 -34.2998 90.7998 94.6006 +c0 4.7998 1 3.7998 -11 3.7998c-87.2998 0 -138.6 48.7002 -138.6 136.6c0 84.7002 58.2998 198.4 173.4 198.4c70.1992 0 108.399 -29.0996 108.399 -100.6c0 -48.5 -16.5 -93.1006 -23.5 -140.4l0.900391 -0.900391c31.2998 17.7002 56.3994 34.5 93.5 34.5 +c3.7998 0 11.8994 -2.39941 15.3994 -3.7998zM231.8 321.2c2.90039 13.8994 5.5 28.0996 5.60059 42.3994c0 15.4004 -1.40039 28.7002 -20 28.7002c-7.80078 0 -15.6006 -2.59961 -22.6006 -6.7002c-43.7998 -24.0996 -61.7998 -86.3994 -61.7998 -133.399 +c0 -31.2998 10.7002 -73.1006 49 -73.1006c8.7002 0 19.7002 -2.39941 22 7.80078c9.2002 44.6992 18.5 89.5996 27.7998 134.3z" /> + <glyph glyph-name="viadeo" unicode="" +d="M276.2 297.5v-0.700195c-17.9004 52.6006 -42.6006 103.4 -70.7998 151.2c43.2998 -29.2002 67 -100 70.7998 -150.5zM308.9 175.8c15.0996 3.10059 29.5 9 42.1992 17c24.5 -58.5996 20.2002 -139.7 -36.3994 -201c-67.7998 -73.8994 -191.9 -74.5996 -259.8 0 +c-108.801 117.8 -31.6006 313.7 129.899 313.7c21.2998 0 42.6006 -3.5 62.5 -10.7002c-6.89941 -13.3994 -11.7002 -28.2002 -13.3994 -43.2998c-15.4004 6.5 -32.3008 9.59961 -49.1006 9.59961c-78 0 -135.399 -66.6992 -135.399 -142.3 +c0 -68.7998 45.5996 -126 111.3 -137.399c98.5 38.3994 116.6 188.199 116.6 280c0 11.6992 0 23.6992 -1 35.3994c12.4004 -36.0996 18.9004 -73.8994 18.9004 -112c0 -86.5 -35.1006 -158.399 -109.3 -205.1l-3.80078 -0.299805 +c80 -1.60059 137.801 61.6992 137.801 139.399c0 19.5 -3.40039 38.7998 -11 57zM418.1 436.3c52 -74 20.9004 -208.6 -58.0996 -208.6c-21.2998 0 -40.2002 11.3994 -55 25.7998c35.0996 19.2998 79.4004 49.2002 99.7002 84.9004 +c2.39941 4.7998 6.5 13.6992 7.2002 19.1992c-19.9004 -44.6992 -70.8008 -79.6992 -118.2 -90.6992c-7.5 11.6992 -12 24.6992 -12 38.7998c0 16.5 8.2002 38.5 20.5996 50.5c34.5 32.8994 84.7998 13.5996 115.8 80.0996z" /> + <glyph glyph-name="viadeo-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM280.7 66.7998c35.3994 38.2998 38.0996 89 22.7998 125.601c-7.90039 -4.90039 -16.9004 -8.60059 -26.4004 -10.5 +c4.80078 -11.4004 6.90039 -23.5 6.90039 -35.7002c0 -48.6006 -36.2002 -88.2002 -86.2002 -87.2002l2.40039 0.200195c46.3994 29.2002 68.2998 74.0996 68.2998 128.2c0 23.7998 -4.09961 47.5 -11.7998 70v0.399414c-2.2998 31.6006 -17.1006 75.7998 -44.2002 94.1006 +c17.5996 -29.9004 33 -61.6006 44.2002 -94.5c0.599609 -7.30078 0.599609 -14.8008 0.599609 -22.1006c0 -57.3994 -11.3994 -151 -72.8994 -175c-41 7.2002 -69.5 42.9004 -69.5 85.9004c0 47.2002 35.7998 88.8994 84.5996 88.8994c10.5 0 21 -1.89941 30.7002 -6 +c1.09961 9.5 4.09961 18.7002 8.39941 27.1006c-12.5 4.59961 -25.7998 6.7002 -39.0996 6.7002c-101 0 -149.2 -122.5 -81.2002 -196.101c42.4004 -46.5996 120 -46.2002 162.4 0zM309 214.3c49.4004 0 68.7998 84.1006 36.2998 130.3 +c-19.3994 -41.5 -50.7998 -29.5 -72.3994 -50c-7.7002 -7.5 -12.9004 -21.2998 -12.9004 -31.5996c0 -8.7998 2.7998 -17 7.5 -24.2998c29.7002 6.89941 61.4004 28.7998 73.9004 56.7002c-0.400391 -3.40039 -3 -9 -4.5 -12c-12.7002 -22.3008 -40.4004 -41 -62.3008 -53 +c9.30078 -9 21.1006 -16.1006 34.4004 -16.1006z" /> + <glyph glyph-name="snapchat" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM417.5 101.1c2.2002 5.30078 -0.900391 9.80078 -4.90039 10.8008c-46.2998 7.59961 -67.0996 55.0996 -68 57.0996 +c-0.0996094 0.0996094 -0.0996094 0.200195 -0.199219 0.299805c-2.40039 5 -3 9.2002 -1.60059 12.5c2.60059 6.2998 12.5 9.40039 19 11.5c1.7998 0.600586 3.5 1.10059 4.90039 1.7002c11.5 4.5 17.2998 10.0996 17.2002 16.5996 +c-0.100586 5.10059 -4.10059 9.60059 -10.4004 11.9004c-4 1.59961 -9.59961 1.90039 -13.5996 0c-5.5 -2.59961 -10.4004 -4 -14.7002 -4.2002c-2.7998 0.100586 -4.60059 0.799805 -5.7002 1.40039c1.40039 24 4.7002 58 -3.7998 77.0996 +c-16.2998 36.5 -49.6006 54.2998 -84.2998 54.2998c-0.600586 0 -6.10059 -0.0996094 -6.7002 -0.0996094c-14 0 -61.6006 -4 -84.1006 -54.2998c-8.5 -19.1006 -5.19922 -53.2002 -3.7998 -77.1006c-1.09961 -0.599609 -3.2998 -1.39941 -6.59961 -1.39941 +c-4.5 0 -9.7998 1.39941 -15.7002 4.2002c-7.5 3.5 -20.2998 -1.80078 -21.9004 -10.3008c-1 -4.89941 1.2002 -12.0996 17 -18.2998c6.10059 -2.5 20.6006 -5.2998 24 -13.2002c1.40039 -3.2998 0.900391 -7.5 -1.59961 -12.5 +c-0.0996094 -0.0996094 -0.200195 -0.199219 -0.200195 -0.299805c-0.899414 -2 -21.7002 -49.5 -68 -57.0996c-3.59961 -0.600586 -6.09961 -3.7998 -5.89941 -7.40039c0.699219 -13.8994 31.6992 -19.2998 45.5 -21.3994c1.39941 -1.90039 2.5 -9.90039 4.2998 -16 +c0.799805 -2.7002 2.89941 -6 8.2998 -6s13.2998 3.09961 25.7998 3.09961c17.6006 0 23.6006 -4 37.4004 -13.7002c9.89941 -7 27.5 -19.7998 48.5 -18.2002c20.7998 -0.899414 34.7002 7.90039 49.2002 18.2002c13.6992 9.7002 19.7998 13.7002 37.3994 13.7002 +c13 0 19.6006 -2.90039 25.7998 -2.90039h0.200195c4.40039 0 7 2.2002 8.10059 5.90039c1.7998 6.09961 2.89941 14 4.2998 15.9004c26.7002 4.19922 41.2998 10.0996 44.7998 18.1992z" /> + <glyph glyph-name="snapchat-ghost" unicode="" horiz-adv-x="512" +d="M510.846 55.3271c-5.21094 -12.1572 -27.2383 -21.0889 -67.3594 -27.3184c-2.06445 -2.78613 -3.77539 -14.6855 -6.50781 -23.9561c-1.625 -5.56543 -5.62207 -8.86914 -12.1279 -8.86914l-0.296875 0.00585938c-9.39453 0 -19.2031 4.32227 -38.8516 4.32227 +c-26.5215 0 -35.6621 -6.04297 -56.2539 -20.5879c-21.832 -15.4375 -42.7715 -28.7637 -74.0273 -27.3984c-31.6455 -2.33398 -58.0244 16.9072 -72.8711 27.4033c-20.7139 14.6436 -29.8281 20.582 -56.2412 20.582c-18.8633 0 -30.7354 -4.71973 -38.8516 -4.71973 +c-8.07324 0 -11.2129 4.92188 -12.4219 9.04004c-2.70312 9.18848 -4.4043 21.2627 -6.52344 24.1299c-20.6787 3.20898 -67.3096 11.3438 -68.498 32.1504c-0.00878906 0.161133 -0.015625 0.422852 -0.015625 0.583984c0 4.97559 3.98438 9.67285 8.89258 10.4844 +c69.583 11.4551 100.925 82.9014 102.228 85.9346c0.0742188 0.175781 0.155273 0.34375 0.237305 0.514648c3.71289 7.53711 4.54395 13.8486 2.46289 18.7529c-5.05078 11.8965 -26.8721 16.1641 -36.0537 19.7959c-23.7148 9.36621 -27.0146 20.1279 -25.6113 27.5039 +c2.43652 12.8359 21.7246 20.7354 33.002 15.4531c8.91895 -4.18066 16.8428 -6.29688 23.5469 -6.29688c5.02148 0 8.21191 1.2041 9.95996 2.1709c-2.04297 35.9365 -7.10156 87.29 5.68652 115.969c33.7734 75.7188 105.356 81.6025 126.478 81.6025 +c0.943359 0 9.14062 0.0888672 10.1094 0.0888672c52.1484 0 102.255 -26.7803 126.724 -81.6426c12.7764 -28.6504 7.74902 -79.792 5.69434 -116.01c1.58203 -0.87207 4.35742 -1.94141 8.59961 -2.13867c6.39648 0.286133 13.8145 2.38867 22.0693 6.25684 +c6.08496 2.84668 14.4053 2.46094 20.4795 -0.0576172l0.0292969 -0.00976562c9.47559 -3.38574 15.4385 -10.2158 15.5889 -17.8701c0.183594 -9.74707 -8.52246 -18.165 -25.8779 -25.0186c-2.11816 -0.834961 -4.69434 -1.6543 -7.43457 -2.52441 +c-9.79688 -3.10645 -24.5996 -7.80566 -28.6152 -17.2715c-2.0791 -4.9043 -1.25684 -11.2109 2.45996 -18.748c0.0869141 -0.167969 0.166016 -0.341797 0.238281 -0.514648c1.30176 -3.03027 32.6152 -74.46 102.23 -85.9346 +c6.42676 -1.05762 11.1631 -7.87695 7.72461 -15.8584z" /> + <glyph glyph-name="snapchat-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM393.5 101.1c2.2002 5.30078 -0.900391 9.80078 -4.90039 10.8008c-46.2998 7.59961 -67.0996 55.0996 -68 57.0996 +c-0.0996094 0.0996094 -0.0996094 0.200195 -0.199219 0.299805c-2.40039 5 -3 9.2002 -1.60059 12.5c2.60059 6.2998 12.5 9.40039 19 11.5c1.7998 0.600586 3.5 1.10059 4.90039 1.7002c11.5 4.5 17.2998 10.0996 17.2002 16.5996 +c-0.100586 5.10059 -4.10059 9.60059 -10.4004 11.9004c-4 1.59961 -9.59961 1.90039 -13.5996 0c-5.5 -2.59961 -10.4004 -4 -14.7002 -4.2002c-2.7998 0.100586 -4.60059 0.799805 -5.7002 1.40039c1.40039 24 4.7002 58 -3.7998 77.0996 +c-16.2998 36.5 -49.6006 54.2998 -84.2998 54.2998c-0.600586 0 -6.10059 -0.0996094 -6.7002 -0.0996094c-14 0 -61.6006 -4 -84.1006 -54.2998c-8.5 -19.1006 -5.19922 -53.2002 -3.7998 -77.1006c-1.09961 -0.599609 -3.2998 -1.39941 -6.59961 -1.39941 +c-4.5 0 -9.7998 1.39941 -15.7002 4.2002c-7.5 3.5 -20.2998 -1.80078 -21.9004 -10.3008c-1 -4.89941 1.2002 -12.0996 17 -18.2998c6.10059 -2.5 20.6006 -5.2998 24 -13.2002c1.40039 -3.2998 0.900391 -7.5 -1.59961 -12.5 +c-0.0996094 -0.0996094 -0.200195 -0.199219 -0.200195 -0.299805c-0.899414 -2 -21.7002 -49.5 -68 -57.0996c-3.59961 -0.600586 -6.09961 -3.7998 -5.89941 -7.40039c0.699219 -13.8994 31.6992 -19.2998 45.5 -21.3994c1.39941 -1.90039 2.5 -9.90039 4.2998 -16 +c0.799805 -2.7002 2.89941 -6 8.2998 -6s13.2998 3.09961 25.7998 3.09961c17.6006 0 23.6006 -4 37.4004 -13.7002c9.89941 -7 27.5 -19.7998 48.5 -18.2002c20.7998 -0.899414 34.7002 7.90039 49.2002 18.2002c13.6992 9.7002 19.7998 13.7002 37.3994 13.7002 +c13 0 19.6006 -2.90039 25.7998 -2.90039h0.200195c4.40039 0 7 2.2002 8.10059 5.90039c1.7998 6.09961 2.89941 14 4.2998 15.9004c26.7002 4.19922 41.2998 10.0996 44.7998 18.1992z" /> + <glyph glyph-name="pied-piper" unicode="" +d="M32 29l-32 -60.2002l0.799805 328c0 65.9004 53.2002 119.2 119.2 119.2h327.2c-93 -28.9004 -189.9 -94.2002 -253.9 -168.6c-70.5996 -81.4004 -110.7 -137.4 -161.3 -218.4zM448 416c0 0 0 -328.8 0.0996094 -328.8c0 -65.9004 -53.2998 -119.2 -119.3 -119.2 +h-328.399c18.5 25.5 61.6992 54 84.8994 66c35.5 18.0996 76.4004 28.5 105.3 56.2998c42.1006 40.5 47.8008 105 71 158.601c43.6006 100.3 186.4 167.1 186.4 167.1z" /> + <glyph glyph-name="first-order" unicode="" +d="M12.9004 218.8c0.0996094 0.100586 0.199219 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.100586 -0.400391h-0.199219zM224 351.4c7.40039 0 14.5996 -0.5 21.7002 -1.7002l-4 -67.7002l22.2998 64.2998c14.2998 -3.7998 27.7002 -9.5 40 -16.8994 +l-29.4004 -61.1006l45.1006 50.9004c11.5 -8.90039 21.7002 -19.2002 30.5996 -30.9004l-50.5996 -45.3994l60.8994 29.6992c7.5 -12.2998 12.9004 -26 16.6006 -40.2998l-64 -22.2998l67.7002 4c1.09961 -7.09961 1.39941 -14.5996 1.39941 -22 +s-0.299805 -14.5996 -1.39941 -21.7002l-67.4004 4l64 -22.2998c-3.7002 -14.5996 -9.5 -28 -16.5996 -40.2998l-61.1006 29.3994l50.6006 -45.0996c-8.60059 -11.7998 -18.9004 -22 -30.6006 -30.9004l-44.8994 50.9004l29.3994 -61.2998 +c-12.2998 -7.5 -25.7002 -12.9004 -40 -16.9004l-22.5996 65.1006l4 -68.6006c-7.10059 -1.09961 -14.2998 -1.7002 -21.7002 -1.7002c-7.09961 0 -14.5996 0.600586 -21.7002 1.7002l4 68l-22.2998 -64.5996c-14.2998 3.7998 -27.7002 9.5 -40 16.8994l29.5 61.4004 +l-44.9004 -50.9004c-11.7998 8.60059 -22 19.2002 -30.8994 30.9004l50.8994 45.0996l-61.0996 -29.6992c-7.2002 12.5996 -12.9004 26 -16.5996 40.2998l64 22.5996l-67.7002 -4c-0.799805 7.10059 -1.40039 14.2998 -1.40039 21.7002s0.5 14.9004 1.40039 22l68 -4 +l-64.2998 22.5996c3.69922 14.3008 9.5 27.7002 16.5996 40l61.0996 -29.6992l-50.5996 45.3994c8.90039 11.7998 19.2002 22 30.5996 30.9004l45.1006 -50.9004l-29.4004 61.4004c12.2998 7.2002 25.7002 12.8994 40 16.5996l22 -64l-3.7002 67.4004 +c6.80078 1.09961 14.3008 1.7002 21.4004 1.7002zM443.4 320v-256l-219.4 -128l-219.4 128v256l219.4 128zM426.3 309.7l-202.3 117.399l-202.3 -117.399v-235.101l202.3 -117.699l202.3 117.699v235.101zM224 410.9l187.7 -109.4v-218.9l-187.7 -109.5l-187.7 109.5 +v218.801zM224 360c-92.2998 0 -166.9 -75.0996 -166.9 -168c0 -92.5996 74.6006 -167.7 166.9 -167.7c92 0 166.9 75.1006 166.9 167.7c0 92.9004 -74.9004 168 -166.9 168z" /> + <glyph glyph-name="yoast" unicode="" +d="M91.2998 372h186l-7 -18.9004h-179c-39.7002 0 -71.8994 -31.5996 -71.8994 -70.2998v-205.399c0 -35.4004 24.8994 -70.3008 84 -70.3008v-19.0996h-12.1006c-50.0996 0 -91.2998 40.2002 -91.2998 89.5v205.3c0 49.2998 40.7002 89.2002 91.2998 89.2002zM320.4 428 +h66.5c-143.801 -378.1 -145.7 -398.9 -184.7 -439.3c-20.7998 -21.6006 -49.2998 -31.7002 -78.2998 -32.7002v51.0996c49.1992 7.7002 64.5996 49.9004 64.5996 75.3008c0 20.0996 0.599609 12.5996 -82.0996 223.199h61.3994l50.4004 -156.6zM448 286.5v-298.5h-214 +c6.59961 9.59961 10.7002 16.2998 12.0996 19.4004h182.5v279.1c0 32.5 -17.0996 51.9004 -48.1992 62.9004l6.69922 17.5996c41.7002 -13.5996 60.9004 -43.0996 60.9004 -80.5z" /> + <glyph glyph-name="themeisle" unicode="" horiz-adv-x="512" +d="M208 359.714c0 10 6.28613 21.7139 17.7148 21.7139c11.1426 0 17.7139 -11.7139 17.7139 -21.7139c0 -10.2852 -6.57129 -21.7139 -17.7139 -21.7139c-11.4287 0 -17.7148 11.4287 -17.7148 21.7139zM512 199.714c0 -36.001 -11.4287 -102.286 -36.2861 -129.714 +c-22.8574 -24.8584 -87.4277 -61.1426 -120.856 -70.5723l-1.14355 -0.286133v-32.5703c0 -16.2861 -12.5723 -30.5713 -29.1426 -30.5713c-10 0 -19.4297 5.71387 -24.5723 14.2861c-5.42676 -8.57227 -14.8564 -14.2861 -24.8564 -14.2861 +s-19.4287 5.71387 -24.8574 14.2861c-5.14258 -8.57227 -14.5713 -14.2861 -24.5703 -14.2861c-10.2861 0 -19.4287 5.71387 -24.8574 14.2861c-5.14355 -8.57227 -14.5713 -14.2861 -24.5713 -14.2861c-18.8574 0 -29.4287 15.7139 -29.4287 32.8574 +c-16.2861 -12.2852 -35.7158 -19.4287 -56.5713 -19.4287c-22 0 -43.4287 8.28516 -60.2861 22.8574c10.2852 0.286133 20.5713 2.28613 30.2852 5.71387c-20.8574 5.71387 -39.4277 18.8574 -52 36.2861c21.3701 -4.64551 46.209 -1.67285 67.1426 11.1426 +c-22 22 -56.5703 58.8574 -68.5713 87.4287c-5.71387 13.4287 -6.85645 31.4287 -6.85645 45.7139c0 49.7139 20.2861 160 86.2861 160c10.5713 0 18.8564 -4.8584 23.1426 -14.8574c3.0498 4.46289 8.42578 11.374 12 15.4277c2 2.57227 5.71387 5.42969 7.14355 8.28613 +c7.99902 12.5713 11.7139 21.1426 21.7139 34c32.2852 41.1445 81.7139 69.4297 134.856 69.4297c6 0 12 -0.285156 17.7148 -1.14355c10.8564 11.7148 26 18.2861 41.7148 18.2861c14.5703 0 29.7139 -6 40 -16.2861c0.856445 -0.857422 1.42773 -2.28613 1.42773 -3.42773 +c0 -3.71387 -10.2852 -13.4287 -12.8574 -16.2861c4.28613 -1.42871 15.7148 -6.8584 15.7148 -12c0 -2.85742 -2.85742 -5.14258 -4.57129 -7.14258c31.4287 -27.7148 49.4287 -67.1436 56.2861 -108c4.28613 5.14258 10.2852 8.57129 17.1426 8.57129 +c10.5713 0 20.8574 -7.14355 28.5713 -14.001c20.8564 -18.5703 25.7139 -53.1416 25.7139 -79.7139zM188 358.572c0 -18.2861 12.5713 -37.1436 32.2861 -37.1436c19.7139 0 32.2852 18.8574 32.2852 37.1436c0 18 -12.5713 36.8564 -32.2852 36.8564 +c-19.7148 0 -32.2861 -18.8574 -32.2861 -36.8564zM237.714 254c0 19.7139 3.71387 39.1426 8.57129 58.2861c-52.0391 -79.5342 -13.5312 -184.571 68.8574 -184.571c21.4287 0 42.5713 7.71387 60 20c2 7.42871 3.71484 14.8574 3.71484 22.5723 +c0 14.2861 -6.28613 21.4277 -20.5723 21.4277c-4.57129 0 -9.14355 -0.856445 -13.4287 -1.71387c-63.3438 -12.668 -107.143 -3.66895 -107.143 63.999zM196.572 -0.858398c0 11.1436 -8.8584 20.8574 -20.2861 20.8574c-11.4287 0 -20 -9.71484 -20 -20.8574v-32.5703 +c0 -11.1436 8.57129 -21.1426 20 -21.1426c11.4277 0 20.2861 9.71484 20.2861 21.1426v32.5703zM245.715 -0.858398c0 11.1436 -8.57227 20.8574 -20 20.8574c-11.4287 0 -20.2861 -9.71484 -20.2861 -20.8574v-32.5703c0 -11.1436 8.85742 -21.1426 20.2861 -21.1426 +c11.4277 0 20 10 20 21.1426v32.5703zM295.428 -0.858398c0 11.1436 -8.85645 20.8574 -20.2852 20.8574s-20.2852 -9.71484 -20.2852 -20.8574v-32.5703c0 -11.1436 8.85645 -21.1426 20.2852 -21.1426s20.2852 9.71484 20.2852 21.1426v32.5703zM345.143 -0.858398 +c0 11.1436 -8.85645 20.8574 -20.2852 20.8574s-20.2861 -9.71484 -20.2861 -20.8574v-32.5703c0 -11.1436 8.85742 -21.1426 20.2861 -21.1426s20.2852 10 20.2852 21.1426v32.5703zM421.714 162c-30.8564 -59.1416 -90.2852 -102.572 -158.571 -102.572 +c-96.5703 0 -160.57 84.5723 -160.57 176.572c0 16.8574 2 33.4287 6 49.7139c-20 -33.7148 -29.7139 -72.5723 -29.7139 -111.429c0 -60.2861 24.8564 -121.715 71.4287 -160.857c5.14258 9.71387 14.8564 16.2861 26 16.2861c10 0 19.4277 -5.71387 24.5713 -14.2861 +c5.42871 8.57129 14.5703 14.2861 24.8574 14.2861c10 0 19.4277 -5.71387 24.5713 -14.2861c5.42871 8.57129 14.8564 14.2861 24.8574 14.2861c10 0 19.4287 -5.71387 24.8574 -14.2861c5.14258 8.57129 14.5713 14.2861 24.5723 14.2861 +c10.8564 0 20.8564 -6.57227 25.7139 -16c43.4268 36.2861 68.5693 92 71.4258 148.286zM432.286 261.714c0 53.7139 -34.5713 105.714 -92.5723 105.714c-30.2852 0 -58.5713 -15.1426 -78.8564 -36.8564c-19.9951 -66.3828 -27.4473 -136.571 41.4287 -136.571 +c28.8047 0 97.3564 28.5381 84.2861 -36.8574c28.8564 26 45.7139 65.7148 45.7139 104.571z" /> + <glyph glyph-name="google-plus" unicode="" horiz-adv-x="496" +d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM177.3 68c71.2998 0 118.8 50.4004 118.8 121.2c0 7.09961 -0.599609 13.8994 -1.89941 20.7002h-116.9v-42.6006h70.1006 +c-5.2002 -34.2002 -37.5 -53.2998 -70.1006 -53.2998c-43 0 -77.2002 35.5 -77.2002 78.0996c0 42.6006 34.3008 78.1006 77.2002 78.1006c18.1006 0 36.2002 -6.2002 49.4004 -19.1006l33.5996 32.6006c-22.8994 21.2998 -51.7002 32.2998 -83 32.2998 +c-68.7998 0 -124 -55.5 -124 -124s55.2002 -124 124 -124zM407.5 174.2h35.2002v35.5h-35.2002v35.5h-35.5v-35.5h-35.5v-35.5h35.5v-35.5h35.5v35.5z" /> + <glyph glyph-name="font-awesome" unicode="" +d="M397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM352.4 131.7h0.0996094v140.3 +c0 4.2002 -4.2002 7.7998 -9 7.7998c-6 0 -31.0996 -16.0996 -53.7998 -16.0996c-4.7002 0 -8.90039 0.599609 -13.1006 2.39941c-20.2998 7.7002 -38.1992 13.7002 -60.8994 13.7002c-20.9004 0 -43 -6.5 -61.5 -14.2998 +c-1.7998 -1.2002 -3.60059 -1.7998 -5.40039 -2.40039v18.5c8.2998 6 13.1006 15.5 13.1006 26.3008c0 18.5996 -15 33.5 -33.5 33.5c-18.6006 0 -33.5 -15 -33.5 -33.5c0 -10.8008 5.2998 -20.3008 13.0996 -26.3008v-218.6c0 -11.2998 9 -20.2998 20.2998 -20.2998 +c8.90039 0 16.7002 5.89941 19.1006 14.2998v1.2002c0.599609 1.2002 0.599609 3 0.599609 4.7998v45.4004c1.2002 0.599609 2.40039 0.599609 3.59961 1.19922c19.7002 8.90039 44.2002 17.3008 67.5 17.3008c32.3008 0 44.8008 -16.7002 71.7002 -16.7002 +c19.2002 0 37.1006 6.5 53.7998 13.7002c4.2002 1.7998 7.80078 3.59961 7.80078 7.7998z" /> + <glyph glyph-name="linode" unicode="" +d="M437.4 221.7c0.599609 -2 -8.80078 -66.2998 -9.7002 -72.7998c0 -0.900391 -0.5 -1.7002 -1.10059 -2l-54.5996 -43.7002c-1.09961 -0.900391 -2.59961 -0.900391 -3.7002 0l-20.2998 14l-2.2998 -33.4004c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998 +l-66.8994 -53.4004c-1.10059 -0.899414 -2.90039 -0.899414 -4 0l-28 23.7002l2 -46c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998l-83.6992 -66.9004c-0.600586 -0.299805 -1.10059 -0.599609 -1.7002 -0.599609c-0.900391 0.299805 -1.7002 0.299805 -2.2998 0.900391 +l-65.1006 69.0996c-1.5 1.40039 -15.5 72 -16.8994 79.0996c-0.300781 1.10059 0.5 2.5 1.39941 3.10059l17.4004 10.5996c-3.40039 3.2002 -26.5 23.4004 -27.1006 26.2998l-20.5996 100.301c-0.299805 1.09961 0.299805 2.5 1.7002 3.39941l26.8994 12.9004 +c-4.59961 3.5 -37.6992 27.5 -38.5996 30.8994l-27.4004 133.101c-0.299805 1.7002 0.600586 3.09961 2 3.7002l123.7 38.5996c0.600586 0 1.40039 0 2.2998 -0.299805l90.6006 -43.7002c0.799805 -0.599609 1.7002 -1.7002 1.7002 -2.59961l5.69922 -132.301 +c0 -1.19922 -0.599609 -2.2998 -1.69922 -2.89941l-33.7002 -17.4004l36 -24.2998c0.799805 -0.299805 1.39941 -1.40039 1.39941 -2.2998l1.40039 -35.1006l34.5996 21.2002c0.800781 0.600586 2.2002 0.600586 3.10059 0l24 -16l0.899414 31.4004 +c0 0.899414 0.5 2 1.40039 2.59961l58.9004 36c1.09961 0.600586 2.19922 0.600586 3.09961 0l70 -38.5996c0.5 -0.600586 1.09961 -1.10059 1.40039 -2zM232.6 216.9l-100.6 -57.2002l14 -96.6006l90.5996 61.2002zM224.9 396.9l-120.9 -46.6006l19.7002 -134.8 +l106.6 55.4004zM44 274.9l73.0996 -57.2002l-19.3994 132.899l-79.7002 49.4004zM74.5996 127.1l64.8008 -60.7998l-13.7002 93.4004l-70 58.2998zM98.9004 9.40039l57.6992 -61.2002l-9.69922 67.3994l-61.7002 60.9004zM163.4 -55.0996l78.1992 62.2998l-3.09961 70 +l-85.7002 -61.4004zM245.4 60l27.0996 -22.9004l-0.599609 68.3008l-29.4004 22.5996c0 -2.2998 1.2002 -6.2998 -1.09961 -8l-22.3008 -14.9004l24.3008 -20c2.89941 -2.19922 2 -21.6992 2 -25.0996zM339.7 85.4004l4.2002 66.8994l-65.7002 -46.8994l0.599609 -68.6006z +M367.4 111.1l5.7998 66.6006l-64.6006 40.5996l-0.599609 -30l41.2002 -27.2002c0.799805 -0.599609 1.39941 -1.69922 1.09961 -2.59961l-2 -34zM422 150.9l8.5 63.3994l-51.0996 -36.5996l-5.7002 -65.1006z" /> + <glyph glyph-name="quora" unicode="" +d="M440.5 61.2998c1.7998 -18 -7.2002 -93.2998 -89 -93.2998c-49.5 0 -75.5 28.7002 -95.2002 62.2998c-117.7 -32.5996 -249 54.9004 -249 189c0 117 98 196.7 197.7 196.7c101.8 0 198.5 -79.2002 198.4 -196.7c0 -65.5 -30.5 -118.8 -74.7002 -153 +c14.2002 -21.5996 29 -35.7998 49.5 -35.7998c22.5 0 31.5 17.2998 33 30.7998h29.2998zM297 118.8c11.2998 24.9004 16.7998 58.7002 16.7002 100.5c0 104.2 -32.5 157.7 -108.7 157.7c-75 0 -107.5 -53.5 -107.5 -157.9c0 -103.699 32.5 -156.699 107.5 -156.699 +c12 0 22.7002 1.19922 32.7002 4.19922c-15.5 30.5 -33.7002 61.3008 -69.2002 61.3008c-6.7998 0 -13.5996 -1 -19.7998 -4l-12.2002 24.2998c14.7002 12.7998 38.5 22.7998 69 22.7998c47.7998 0 72 -23 91.5 -52.2002z" /> + <glyph glyph-name="free-code-camp" unicode="" horiz-adv-x="576" +d="M69.2998 303.5c-41 -68.5 -36.3994 -163 1 -227c22.2002 -38.2002 49.7002 -52.4004 49.7002 -66.5c0 -6.7998 -6 -13 -12.7998 -13c-19.5 0 -99.2002 75.5 -99.2002 197.8c0 111.5 78 186 97.0996 186c6 0 14.9004 -4.7998 14.9004 -11.0996 +c0 -12.7002 -28.2998 -28.6006 -50.7002 -66.2002zM265.1 89.7002c-37.1992 13.5996 -65.5 45.8994 -65.2998 86.2002c0 48 57.7002 90.0996 57.7002 136.199c0 16.8008 -10.4004 32.6006 -19.5996 38.2002c-1.90039 1 -4.60059 2.7002 -4.60059 5.10059 +c0 9.59961 26.1006 2.7998 36.5 -2.2002c33.6006 -15.9004 40.6006 -40.2998 46.4004 -74.1006c1.39941 -7.89941 4.2998 -33.2998 15.8994 -33.2998c7.5 0 12.3008 5.10059 12.3008 12.2998c0 12.6006 -15.4004 31.2002 -7.2002 31.2002 +c6.09961 0 18.5996 -12.7998 22.5 -16.8994c23.3994 -24.9004 32.0996 -49 32.0996 -82.6006c0 -42.2002 -23.3994 -74.7002 -53.0996 -89.7998c-9.2002 -5.7998 -12.1006 0.900391 -12.1006 1.90039c0 7 29.5 23.5996 29.5 56c0 10.5996 -2.69922 22.5 -8.5 31.3994 +c-1.69922 2.40039 -7.69922 10.1006 -11.0996 10.1006c-0.700195 0 -0.700195 -0.5 -0.700195 -1.2002c0 -5.7998 3.60059 -11.4004 3.60059 -17.4004c0 -13 -31.9004 -20.2002 -31.9004 6.7998c0 7.10059 0.700195 14.3008 0.700195 21.3008 +c0 5.09961 -0.200195 6.5 -2.40039 11.0996c-3.39941 6.5 -14.5 19.7998 -22.5 19.7998c-2.2002 0 -2.89941 0 -2.89941 -2.2002c0 -3.39941 7.69922 -7 7.69922 -19.2998c0 -32.0996 -44.1992 -37.8994 -44.1992 -70c0 -14.3994 1.89941 -26.5 10.0996 -38.5996 +c5.09961 -7.5 10.5996 -11.7998 19.0996 -15.2002c2.10059 -0.700195 4.30078 -0.900391 4.30078 -3.59961c0 -6.40039 -7.80078 -3 -12.3008 -1.2002zM470.4 381c21.3994 0 97.5996 -78.9004 97.5 -198.2c0 -104.899 -73.4004 -185.7 -98.8008 -185.7 +c-5 0 -13.1992 6.30078 -13.1992 11.4004c0 8.2002 28.2998 34.5996 35.2998 43.5c61 76.7002 64 205.9 -17.6006 291c-5.5 5.7998 -17.5996 16.7002 -17.5996 25.4004c0 6.09961 8.40039 12.5996 14.4004 12.5996zM428.1 57.9004c8.40039 0 11.9004 -7 11.9004 -15.5 +c0 -8.90039 -2.5 -16.4004 -11.9004 -16.4004h-261.1c-8.5 0 -15.5 7 -15.5 15.5c0 8.90039 6.09961 16.4004 15.5 16.4004h261.1z" /> + <glyph glyph-name="telegram" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM369.8 270.1c3.60059 16.8008 -6.09961 23.5 -17.2002 19.5l-239.1 -92.1992c-16.4004 -6.40039 -16.0996 -15.5 -2.7998 -19.7002l61.2002 -19.1006l142 89.4004 +c6.59961 4.40039 12.6992 1.90039 7.69922 -2.5l-114.899 -103.8l-4.40039 -63.1006c6.40039 0 9.2002 2.80078 12.5 6.10059l29.9004 28.7998l62 -45.7002c11.2998 -6.39941 19.3994 -3.09961 22.3994 10.5z" /> + <glyph glyph-name="bandcamp" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM296.2 113.9l84.7002 156.1h-181l-84.7002 -156.1h181z" /> + <glyph glyph-name="grav" unicode="" horiz-adv-x="512" +d="M301.1 236c4.40039 -4.40039 4.40039 -11.9004 0 -16.2998l-9.69922 -9.7002c-4.40039 -4.7002 -11.9004 -4.7002 -16.6006 0l-10.5 10.5c-4.39941 4.7002 -4.39941 11.9004 0 16.5996l9.7002 9.7002c4.40039 4.40039 11.9004 4.40039 16.5996 0zM270.9 255.7 +c-2.7002 -2.7998 -7.40039 -2.7998 -10.5 0c-2.80078 3 -2.80078 7.7002 0 10.5c3 3 7.69922 3 10.5 0c3 -2.7002 3 -7.5 0 -10.5zM244.9 250.4c2.7998 3 7.5 3 10.5 0c2.7998 -2.7002 2.7998 -7.40039 0 -10.2002c-3 -3 -7.7002 -3 -10.5 0c-3 2.7002 -3 7.39941 0 10.2002 +zM317.4 263.7c-19.9004 14.3994 -33.8008 43.2002 -11.9004 68.0996c21.5996 24.9004 40.7002 17.2002 59.7998 -0.799805c11.9004 -11.2998 29.2998 -24.9004 17.2002 -48.2002c-12.5 -23.5 -45.0996 -33.2002 -65.0996 -19.0996zM365.1 308.2 +c-8.89941 10 -23.2998 -6.90039 -15.5 -16.1006c7.40039 -9 32.1006 -2.39941 15.5 16.1006zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM437.8 149.4c2.5 16.0996 -20.2002 16.5996 -25.2002 25.6992 +c-13.5996 24.1006 -27.6992 36.8008 -54.5 30.4004c11.6006 8 23.5 6.09961 23.5 6.09961c0.300781 6.40039 0 13 -9.39941 24.9004c3.89941 12.5 0.299805 22.4004 0.299805 22.4004c15.5 8.59961 26.7998 24.3994 29.0996 43.1992 +c3.60059 31 -18.7998 59.2002 -49.7998 62.8008c-22.0996 2.5 -43.7002 -7.7002 -54.2998 -25.7002c-23.2002 -40.1006 1.40039 -70.9004 22.4004 -81.4004c-14.4004 1.40039 -34.3008 11.9004 -40.1006 34.2998c-6.59961 25.7002 2.7998 49.8008 8.90039 61.4004 +c0 0 -4.40039 5.7998 -8 8.90039c0 0 -13.7998 0 -24.6006 -5.30078c11.9004 15.2002 25.2002 14.4004 25.2002 14.4004c0 6.40039 -0.599609 14.9004 -3.59961 21.5996c-5.40039 11 -23.7998 12.9004 -31.7002 -2.7998c0.0996094 0.200195 0.299805 0.400391 0.400391 0.5 +c-5 -11.8994 -1.10059 -55.8994 16.8994 -87.2002c-2.5 -1.39941 -9.09961 -6.09961 -13 -10c-21.5996 -9.69922 -56.2002 -60.2998 -56.2002 -60.2998c-28.1992 -10.7998 -77.1992 -50.8994 -70.5996 -79.7002c0.299805 -3 1.40039 -5.5 3 -7.5 +c-2.7998 -2.19922 -5.5 -5 -8.2998 -8.2998c-11.9004 -13.7998 -5.2998 -35.2002 17.7002 -24.3994c15.7998 7.19922 29.5996 20.1992 36.2998 30.3994c0 0 -5.5 5 -16.2998 4.40039c27.6992 6.59961 34.2998 9.39941 46.1992 9.09961c8 -3.89941 8 34.2998 8 34.2998 +c0 14.7002 -2.19922 31 -11.0996 41.5c12.5 -12.1992 29.0996 -32.6992 28 -60.5996c-0.799805 -18.2998 -15.2002 -23 -15.2002 -23c-9.09961 -16.5996 -43.2002 -65.9004 -30.3994 -106c0 0 -9.7002 14.9004 -10.2002 22.0996 +c-17.4004 -19.3994 -46.5 -52.2998 -24.6006 -64.5c26.6006 -14.6992 108.801 88.6006 126.2 142.301c34.6006 20.7998 55.4004 47.2998 63.9004 65c22 -43.5 95.2998 -94.5 101.1 -59z" /> + <glyph glyph-name="etsy" unicode="" horiz-adv-x="384" +d="M384 100c-1.75 -10.75 -13.75 -110 -15.5 -132c-117.879 4.29883 -219.895 4.74316 -368.5 0v25.5c45.457 8.94824 60.627 8.01855 61 35.25c1.79297 72.3223 3.52441 244.143 0 322c-1.0293 28.46 -12.1299 26.7646 -61 36v25.5 +c73.8857 -2.3584 255.933 -8.55078 362.999 3.75c-3.5 -38.25 -7.75 -126.5 -7.75 -126.5h-23.249c-11.0527 42.835 -18.7588 90.5 -54.75 90.5h-137c-10.25 0 -10.75 -3.5 -10.75 -9.75v-163.75c58 -0.5 88.5 2.5 88.5 2.5c29.7695 0.951172 27.5596 8.50195 40.75 65.251 +h25.75c-4.40723 -101.351 -3.91016 -61.8291 -1.75 -160.25h-25.75c-9.15527 40.0859 -9.06543 61.0449 -39.501 61.5c0 0 -21.5 2 -88 2v-139c0 -26 14.25 -38.25 44.25 -38.25h89.251c63.6357 0 66.5645 24.9961 98.751 99.75h22.249v-0.000976562z" /> + <glyph glyph-name="imdb" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM21.2998 218.8h-0.299805c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391v-0.400391zM97 128.2v127.8h-33v-127.8h33z +M210.2 128.2v127.8h-43l-7.60059 -59.9004c-2.69922 20 -5.39941 40.1006 -8.69922 59.9004h-42.8008v-127.8h29v84.5l12.2002 -84.5h20.6006l11.5996 86.3994v-86.3994h28.7002zM221.6 128.2c86.1006 -0.100586 75 -6 75 82.5c0 8.09961 0.300781 16.7998 -1.39941 24.3994 +c-4.2998 22.5 -31.4004 20.9004 -49 20.9004h-24.6006v-127.8zM382.5 157.4v36c0 17.2998 -0.799805 30.0996 -22.2002 30.0996c-8.89941 0 -14.8994 -2.7002 -20.8994 -9.2002v41.7002h-31.7002v-127.8h29.7998l1.90039 8.09961 +c5.69922 -6.7998 11.8994 -9.7998 20.8994 -9.7998c19.7998 0 22.2002 15.2002 22.2002 30.9004zM265 218.1v-49.2998c0 -9.7002 1.90039 -18.7002 -10.2998 -18.3994v83.6992c11.8994 0 10.2998 -6.2998 10.2998 -16zM350.5 192v-32.7002 +c0 -5.39941 1.59961 -14.3994 -6.2002 -14.3994c-1.59961 0 -3 0.799805 -3.7998 2.39941c-2.2002 5.10059 -1.09961 44.1006 -1.09961 44.7002c0 3.7998 -1.10059 12.7002 4.89941 12.7002c7.2998 0 6.2002 -7.2998 6.2002 -12.7002z" /> + <glyph glyph-name="ravelry" unicode="" horiz-adv-x="512" +d="M407.4 386.5c72.6992 -37.9004 112 -117.2 103.3 -199.5c-1.7002 -16.7002 -4.40039 -36.2002 -9.7998 -52.2002c-22.2002 -65.7002 -52.9004 -108.6 -123.101 -147.7c-6.39941 -4.39941 -13.2998 -8.59961 -20.2002 -10.7998 +c-12.5 -4.39941 -26.0996 -5.39941 -40.0996 -3.89941c-5.90039 -0.5 -11.7998 -0.700195 -18 -0.700195c-93.7002 0 -173 64 -196.9 151.399c-0.699219 0 -1.5 0.200195 -2.19922 0.200195c-5.60059 -44.2998 27.0996 -104.1 27.0996 -104.1s2 -3 13.2998 -20.2002 +c-62.7998 33.2002 -64.5 131.2 -64.5 131.2c-15 5.59961 -67.2002 23.3994 -76.2998 37.8994c0 0 40.9004 -22.3994 76.2002 -27c-0.200195 0.300781 0.5 7.90039 0.5 7.90039c2.2002 30 12.5 53.4004 23.0996 71.4004c6.90039 33.7998 22.1006 64.2998 43.2998 89.8994 +c3.7002 15.2998 9.60059 33.5 19.9004 52.7002c4.40039 8.40039 8.59961 13.7998 19.9004 19c74.8994 35 148.699 43.9004 224.5 4.5zM138.8 284.8c-7.59961 -11.2998 -13.7002 -23.5996 -18.8994 -36.3994c8.09961 8.59961 14.7998 14.1992 18.1992 16.6992 +c-0.5 7.40039 0.700195 19.7002 0.700195 19.7002zM107.6 162.9c0.700195 -9.60059 2 -18.9004 4.2002 -28.1006l41.4004 -6.89941c-14.1006 42.0996 -15.7998 90.0996 -15.7998 90.0996c-16.5 -16 -25.4004 -37.9004 -29.8008 -55.0996zM115.5 120.1 +c21.4004 -69.6992 81 -122.8 154.1 -134.399c-1 0.299805 -1.69922 0.5 -2.69922 1c0 0 -81 47.5 -108.301 124.3c-9.09961 1.5 -28.2998 5.90039 -43.0996 9.09961zM386 3.90039c63 32 106.6 98 106.8 174c0 107.399 -86.5996 194.5 -193 194.5 +c-49.2998 0 -94.0996 -18.7002 -128.3 -49.5c-5.2002 -10.1006 -8.59961 -22.9004 -11.0996 -39.4004c52.5 44.5996 146 33.5 146 33.5c23.3994 -1 20.5996 -21.7002 20.3994 -28.0996c-85.2002 7.19922 -127 -17.2002 -168.399 -52.4004 +c0 0 8.09961 -78.7998 26.7998 -110.8c107.8 -4.90039 189.8 53.7002 189.8 53.7002c10.2998 7.39941 19.4004 8.09961 21.4004 -4.7002c1.5 -10.4004 2.19922 -24.4004 -9.60059 -29.7998c-36 -16.8008 -75.5996 -27.3008 -115 -33 +c-25.5996 -3.7002 -39.7998 -4.60059 -78 -3.90039c36.4004 -84.7002 127.5 -107.8 127.5 -107.8c28.5 -4.7002 50.2002 -1 64.7002 3.7002z" /> + <glyph glyph-name="sellcast" unicode="" +d="M353.4 416c52.0996 0 94.6992 -42.5996 94.6992 -94.5996v-258.801c0 -52 -42.5996 -94.5996 -94.6992 -94.5996h-258.7c-52.1006 0 -94.7002 42.5996 -94.7002 94.7002v258.7c0 52 42.5996 94.5996 94.7002 94.5996h258.7zM303.4 99.5996 +c27.8994 48.2002 11.1992 110.5 -37.2002 138.5c-18.6006 10.8008 0.0996094 -0.0996094 -18.5 10.7002c-25 14.4004 -46.2002 -23.2998 -21.6006 -37.5c18 -10.2002 0.800781 -0.399414 18.6006 -10.5996c27.5996 -16 37.2002 -51.7998 21.2998 -79.4004 +c-16 -27.5996 -51.7998 -37.2002 -79.4004 -21.2998c-18.5996 10.7998 0.100586 -0.0996094 -18.5 10.7002c-10.2998 6 -23.5996 2.39941 -29.5 -7.90039l-15.6992 -27.2002c-12.6006 -21.7998 19.3994 -53 42.2998 -13.1992c48.2998 -27.7002 110.3 -11 138.2 37.1992z +M325.2 308.4c14.2998 24.7998 -23.4004 46.3994 -37.7002 21.5l-4.7998 -8.40039c-48.2998 27.7002 -110.3 11 -138.2 -37.2002c-27.7998 -48.2998 -11.0996 -110.6 37.0996 -138.399c18.6006 -10.8008 -0.0996094 0.0996094 18.5 -10.7002 +c25 -14.4004 46.2002 23.2998 21.6006 37.5c-0.100586 0 -18.6006 10.5996 -18.6006 10.5996c-27.5996 16 -37.2998 51.7998 -21.2998 79.4004c16 27.5996 51.7998 37.2002 79.4004 21.2998c18.5996 -10.7998 -0.100586 0.0996094 18.5 -10.7002 +c10.2002 -5.09961 20 -2.89941 26.5 3.60059c2.7002 2.69922 2 2 19 31.5z" /> + <glyph glyph-name="superpowers" unicode="" +d="M448 416l-87.2002 -87c39.7002 -38.7002 61.2002 -92.7002 57.7002 -148.2c-5.40039 -93 -76.9004 -167.3 -168.7 -179.8c-83.2998 -11 -166.5 -22 -249.8 -33l86.7998 86.7998c-39.7998 38.7002 -61.0996 92.7002 -57.7998 148.2c5.7002 93.2998 77 167.5 169 180 +c83.2002 11 166.7 22 250 33zM368.3 183.7c4.40039 80 -56.7998 146.3 -136.1 151c-78.7002 4.7998 -148.5 -55.2998 -153 -134.5c-4.40039 -80 56.7998 -146.3 136.3 -151c78.7998 -4.7002 148.6 55 152.8 134.5z" /> + <glyph glyph-name="wpexplorer" unicode="" horiz-adv-x="512" +d="M512 192c0 -141.2 -114.7 -256 -256 -256c-141.2 0 -256 114.7 -256 256s114.7 256 256 256s256 -114.7 256 -256zM480 192c0 123.2 -100.3 224 -224 224c-123.5 0 -224 -100.5 -224 -224s100.5 -224 224 -224s224 100.5 224 224zM160.9 323.4l86.8994 -37.1006 +l-37.0996 -86.8994l-86.9004 37.0996zM270.9 154.3l46.5996 -94h-14.5996l-50 100l-48.9004 -100h-14l51.0996 106.9l-22.2998 9.39941l6 14l68.6006 -29.0996l-6 -14.2998zM259.1 270.6l68.6006 -29.3994l-29.4004 -68.2998l-68.2998 29.0996zM339.4 227.7 +l54.5996 -23.1006l-23.4004 -54.2998l-54.2998 23.1006z" /> + <glyph glyph-name="meetup" unicode="" horiz-adv-x="512" +d="M99 33.7002c1.09961 -5.7002 -2.2998 -11.1006 -8 -12.2998c-5.40039 -1.10059 -10.9004 2.2998 -12 8c-1.09961 5.39941 2.2998 11.0996 7.7002 12.2998c5.39941 1.2002 11.0996 -2.2998 12.2998 -8zM242.1 -37.7002c6.60059 4.60059 15.5 2.7998 19.7002 -3.7002 +c4.60059 -6.59961 2.90039 -15.3994 -3.39941 -20c-6.60059 -4.59961 -15.4004 -2.89941 -20 3.7002c-4.30078 6.60059 -2.60059 15.4004 3.69922 20zM156.1 424.6c-6.2998 -1.5 -12.5 2.5 -13.8994 9.10059c-1.2002 6.2998 2.7998 12.5996 9.09961 14 +c6.2998 1.5 12.6006 -2.5 13.7002 -9.10059c1.40039 -6.2998 -2.59961 -12.5996 -8.90039 -14zM34.4004 221.7c10 -7.10059 12.5996 -20.7998 5.69922 -31.2002c-6.89941 -10.2998 -20.5996 -12.7998 -30.5996 -5.7002c-10 6.90039 -12.5996 20.9004 -5.7002 30.9004 +c6.90039 10.2998 20.6006 12.8994 30.6006 6zM306.4 392.6c-10.3008 -6.2998 -23.7002 -2.89941 -29.7002 7.40039c-6.2998 10.5996 -2.90039 24.2998 7.39941 30.5996c10.3008 6.30078 23.7002 2.90039 30 -7.69922c6 -10.3008 2.90039 -24 -7.69922 -30.3008zM115.3 334.6 +c-7.5 -5.19922 -18 -3.5 -23.0996 4.30078c-5.10059 7.69922 -3.40039 18.2998 4.2998 23.6992c7.40039 5.10059 18 3.40039 23.0996 -4.2998c5.10059 -7.7002 3.40039 -18.2998 -4.2998 -23.7002zM487.6 178.6c7.40039 1.40039 14.8008 -3.5 16.3008 -10.8994 +c1.69922 -7.7002 -3.2002 -15.2002 -10.6006 -16.6006c-7.39941 -1.69922 -14.8994 3.2002 -16.2998 10.6006c-1.7002 7.7998 3.2002 15.2002 10.5996 16.8994zM527.3 235.4c1.40039 -5.7002 -2.2998 -11.1006 -7.7002 -12.6006 +c-5.69922 -1.09961 -11.1992 2.60059 -12.2998 8c-1.09961 5.7002 2.2998 11.5 8 12.6006c5.40039 1.09961 10.9004 -2.30078 12 -8zM447 309.1c8.2998 6 20 3.80078 25.7002 -4.89941c5.7002 -8.60059 3.7002 -20.2998 -4.60059 -26.2998 +c-8.59961 -5.7002 -20.2998 -3.7002 -26 4.89941c-5.69922 8.60059 -3.69922 20.2998 4.90039 26.2998zM440.7 169.7c26.2998 -43.1006 15.0996 -100 -26.2998 -129.101c-17.4004 -12.2998 -37.1006 -17.6992 -56.9004 -17.0996 +c-12 -47.0996 -69.4004 -64.5996 -105.1 -32.5996c-1.10059 -0.900391 -2.60059 -1.7002 -3.7002 -2.90039c-39.1006 -27.0996 -92.2998 -17.4004 -119.4 22.2998c-9.7002 14.2998 -14.5996 30.6006 -15.0996 46.9004c-65.4004 10.8994 -90 94 -41.1006 139.7 +c-28.2998 46.8994 0.600586 107.399 53.4004 114.899c25.0996 66.2002 107.6 97.6006 163.6 54.2002c67.4004 22.2998 136.301 -29.4004 130.9 -101.1c41.0996 -12.6006 52.7998 -66.9004 19.7002 -95.2002zM370.7 95.4004 +c-3.10059 20.5996 -40.9004 4.59961 -43.1006 27.0996c-3.09961 32 43.7002 101.1 40 128c-3.39941 24 -19.3994 29.0996 -33.3994 29.4004c-13.4004 0.299805 -16.9004 -2 -21.4004 -4.60059c-2.89941 -1.7002 -6.59961 -4.89941 -11.7002 0.299805 +c-6.2998 6 -11.0996 11.7002 -19.3994 12.9004c-12.2998 2 -17.7002 -2 -26.6006 -9.7002c-3.39941 -2.89941 -12 -12.8994 -20 -9.09961c-3.39941 1.7002 -15.3994 7.7002 -24 11.3994c-16.2998 7.10059 -40 -4.59961 -48.5996 -20 +c-12.9004 -22.8994 -38 -113.1 -41.7002 -125.1c-8.59961 -26.5996 10.9004 -48.5996 36.9004 -47.0996c11.0996 0.599609 18.2998 4.59961 25.3994 17.3994c4 7.40039 41.7002 107.7 44.6006 112.601c2 3.39941 8.89941 8 14.5996 5.09961 +c5.7002 -3.09961 6.90039 -9.40039 6 -15.0996c-1.09961 -9.7002 -28 -70.9004 -28.8994 -77.7002c-3.40039 -22.9004 26.8994 -26.6006 38.5996 -4c3.7002 7.09961 45.7002 92.5996 49.4004 98.2998c4.2998 6.2998 7.39941 8.2998 11.6992 8 +c3.10059 0 8.30078 -0.900391 7.10059 -10.9004c-1.40039 -9.39941 -35.1006 -72.2998 -38.9004 -87.6992c-4.59961 -20.6006 6.60059 -41.4004 24.9004 -50.6006c11.3994 -5.7002 62.5 -15.7002 58.5 11.1006zM376.4 3.09961c10.5996 7.5 24.8994 4.60059 32.2998 -6 +c7.09961 -10.5996 4.59961 -25.1992 -6 -32.5996c-10.6006 -7.09961 -24.9004 -4.59961 -32 6c-7.2002 10.5996 -4.60059 25.2002 5.7002 32.5996z" /> + <glyph glyph-name="font-awesome-alt" unicode="" +d="M339.3 276.8c5.40039 0 9.5 -3 7.7002 -7.09961v-134.4c0 -4.2002 -3 -6 -7.2002 -7.7998c-15.5996 -7.09961 -33.5 -13.7002 -52 -13.7002c-26.2998 0 -38.2002 16.1006 -69.2998 16.1006c-22.7002 0 -46 -8.30078 -65.7002 -16.7002 +c-0.599609 -0.600586 -1.7998 -1.2002 -3 -1.2002v-44.2002c0 -1.7998 0 -3 -0.599609 -4.7998v-1.2998c-2.40039 -7.7002 -9.5 -13.7002 -18.5 -13.7002c-10.7002 0 -19.7002 8.90039 -19.7002 19.7002v212.1c-7.7002 6 -12.5 15.5 -12.5 25.7002 +c0 18 14.2998 32.2998 32.2998 32.2998s32.2998 -14.3994 32.2998 -32.2998c0 -10.7998 -4.69922 -19.7002 -12.5 -25.7002v-17.8994c1.2002 0.599609 3 1.19922 4.80078 1.7998c17.8994 7.09961 39.3994 13.7002 59.6992 13.7002 +c22.1006 0 39.4004 -5.90039 59.1006 -13.7002c4.09961 -1.7998 8.2998 -2.40039 12.5 -2.40039c22.7002 0 46.5996 15.5 52.5996 15.5zM397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6 +c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM412.1 18.2998v347.601c0 7.69922 -6.5 14.2998 -14.2998 14.2998v-0.100586h-347.6c-7.7002 0 -14.2998 -6.5 -14.2998 -14.2998v-347.5 +c0 -7.7002 6.5 -14.2998 14.2998 -14.2998h347.6c7.7002 0 14.2998 6.5 14.2998 14.2998z" /> + <glyph glyph-name="accessible-icon" unicode="" +d="M423.9 192.2l-12.9004 -157.3c-3.2998 -40.7002 -63.9004 -35.1006 -60.5996 4.89941l10 122.5l-41.1006 -2.2998c10.1006 -20.7002 15.7998 -43.9004 15.7998 -68.5c0 -41.2002 -16.0996 -78.7002 -42.2998 -106.5l-39.2998 39.2998 +c57.9004 63.7002 13.0996 167.2 -74 167.2c-25.9004 0 -49.5 -9.90039 -67.2002 -26l-39.2998 39.2998c22 20.7002 50.0996 35.1006 81.4004 40.2002l75.2998 85.7002l-42.6006 24.7998l-51.5996 -46c-30 -26.7998 -70.5996 18.5 -40.5 45.4004l68 60.6992 +c9.7998 8.80078 24.0996 10.2002 35.5 3.60059c0 0 139.3 -80.9004 139.5 -81.1006c16.2002 -10.0996 20.7002 -36 6.09961 -52.5996l-58.3994 -66.5l106.1 5.90039c18.5 1.09961 33.6006 -14.4004 32.1006 -32.7002zM359 346.2 +c-28.0996 0 -50.9004 22.7998 -50.9004 50.8994c0 28.1006 22.8008 50.9004 50.9004 50.9004s50.9004 -22.7998 50.9004 -50.9004c0 -28.0996 -22.8008 -50.8994 -50.9004 -50.8994zM179.6 -8.5c20.8008 0 40.1006 6.40039 56.1006 17.2998l39.7002 -39.7002 +c-100.7 -78.8994 -251.4 -8.19922 -251.4 122.5c0 36.1006 12.4004 69.4004 33.2002 95.7002l39.7002 -39.7002c-44.7002 -65.5 2.09961 -156.1 82.6992 -156.1z" /> + <glyph glyph-name="accusoft" unicode="" horiz-adv-x="640" +d="M322.1 196c-1.69922 -1.59961 -89.5996 -82.5 -90.1992 -83.2998l-92.6006 -33.7998c-4.7998 -2 -7.59961 -3.7002 -7 -8.90039c0.200195 -1.5 0.600586 -22.5996 1 -27.7002c-0.700195 -0.5 -0.0996094 0 -0.599609 -0.599609c0 0 -113.7 -36.6006 -114.5 -36.6006 +c-14.1006 -5.09961 -22.7002 -8.2998 -15.7002 1.7002c1.2998 1.7998 234.4 231.601 243.4 240.9c13 13.5 25 15.0996 25 15.0996l51.1992 -65.7998v-1zM482.2 75.9004c-5.7002 6.89941 -232.2 297.1 -239.9 306.6c-13.7002 17.2002 0 16.7998 19.2002 16.9004 +c9.7002 0.0996094 106.3 0.599609 116.5 0.599609c24.0996 0.0996094 28.7002 -0.599609 38.4004 -12.7998c2.09961 -2.7002 205.1 -245.8 207.199 -248.3c5.5 -6.7002 15.2002 -19.1006 7.2002 -23.4004c-2.39941 -1.2998 -114.6 -47.7002 -117.8 -48.9004 +c-10.0996 -4 -17.5 -6.7998 -30.7998 9.30078zM634.9 74.2998c6 -1.39941 7.09961 -4.2002 1.69922 -8.2002c-2 -1.39941 -123.699 -76.5996 -125.8 -77.7998c-15.0996 -8.7998 -38 -1.59961 -53.5996 1.7002c-7.10059 1.5 -305.3 68.2998 -308 69.0996 +c-2.60059 0.900391 -4.40039 1 -4.60059 3.5c-0.299805 4 6 5.60059 11.1006 7.60059c5 1.89941 145.3 52.5996 150.2 54.7002c4.7998 2.09961 11.2998 2.69922 14.3994 2.89941c4.90039 0.299805 59.9004 -8.39941 65.2998 -9.2998l57.1006 -74 +c9.7998 -11.4004 20.7002 -21.9004 36.7002 -14.5996c2.5 1.19922 117.5 51.5996 117.5 51.5996c13.3994 -2.5 35.6992 -6.90039 38 -7.2002z" /> + <glyph glyph-name="adversal" unicode="" horiz-adv-x="512" +d="M482.1 416c24.5 0 29.9004 -5.59961 29.9004 -30.2002v-388.1c0 -24.5 -5.5 -29.7002 -29.9004 -29.7002h-453.399c-22.9004 0 -28.7002 5.59961 -28.7002 28.9004v390.199c0 23 5.7998 28.9004 28.7002 28.9004h453.399zM178.4 227.7 +c9.39941 -7.2002 12.3994 -17.1006 11.2998 -27.2998c-1.7998 -19.1006 -75.7998 -11.4004 -114 -30.9004c-27.2002 -13.9004 -42.7002 -41.7002 -39.6006 -71c6.7002 -64.7002 89.6006 -79.7002 147 -43.2998c4.60059 3.2002 8.30078 4.89941 11.9004 1 +c2.09961 -2.60059 2 -4 3.90039 -6.2002c7.2998 -9.59961 38.1992 -14.0996 46.5996 -7.40039c3.09961 2.80078 4.59961 6.30078 2.7002 10.7002c-13.6006 30.5 -6.60059 63 -9.2998 88.7998c0 69.3008 6.39941 111.7 -34.5 128.5 +c-41.9004 17.4004 -84.2002 16.6006 -125.301 -4.7998c-16.2998 -9 -53.6992 -52.8994 -24.8994 -64.2998c5.2998 -2.2998 12.7998 -4 22.5 -5.5c8.2002 -1.2002 13.2002 -2.7998 17.5 8.2998c12.0996 32.1006 56.7002 43.6006 84.2002 23.4004zM465.1 5.7002 +c0 14.2998 -9.7998 9.89941 -16.5996 9.89941c-132.3 0.400391 -264.5 0.400391 -396.8 0c-6.60059 0 -16.7002 4.80078 -17.1006 -9.09961c-0.399414 -15.5 10.4004 -10.7002 17.8008 -10.7002h394.899c6.7002 0 17.7998 -5.2002 17.7998 9.90039zM468.9 346.2 +c0 0.200195 0 0.299805 0.0996094 0.5c0 9.89941 -3.5 15.0996 -13.5996 14.2998c-3.10059 -0.400391 -6.60059 0 -9.7002 0c-26.1006 0 -26 0 -26 -26.2002v-71c-79.2002 45.6006 -124.3 -6.59961 -136.101 -30.5c-16.3994 -32.8994 -21.7998 -66.5996 -15.6992 -100 +c16.2998 -92.2998 91 -114.899 144.399 -85.2002c4.60059 2.80078 6.60059 7.5 12.4004 -1.19922c8.59961 -12.7002 23.7002 -5.2002 36.0996 -5.60059c7.40039 0 8.10059 8.2002 8.10059 13.9004v291zM417.4 113.9c-19.5 -47.6006 -72.9004 -43.3008 -90 -5.2002 +c-15.1006 33.2998 -15.5 68.2002 0.399414 101.5c16.2998 34.0996 59.7002 35.7002 81.5 4.7998c20.6006 -28.7998 14.9004 -84.5996 8.10059 -101.1zM122.6 78.5996c-7.5 1.30078 -33 3.30078 -33.6992 27.8008c-0.400391 13.8994 7.7998 23 19.7998 25.7998 +c24.3994 5.89941 49.2998 9.89941 73.7002 14.7002c8.89941 2 7.39941 -4.40039 7.7998 -9.5c1.39941 -33 -26.1006 -59.2002 -67.6006 -58.8008z" /> + <glyph glyph-name="affiliatetheme" unicode="" horiz-adv-x="512" +d="M159.7 210.6c-51.2998 -70.8994 -116.601 -110.8 -145.7 -89.1992c-29.2002 21.6992 -11.2002 96.5996 40.2002 167.5c51.2998 70.8994 116.6 110.8 145.7 89.1992c29.0996 -21.5996 11.0996 -96.5996 -40.2002 -167.5zM510.9 267.9 +c0.699219 -8.2002 1.09961 -16.5 1 -25c0 -151.801 -121.601 -274.9 -271.601 -274.9c-82.8994 0 -157.2 37.5996 -207 96.9004c71.2998 19.3994 130.5 68.3994 164.101 133.199c7.69922 -32.5996 24 -58.5996 49 -73.7998c72.5996 -44.0996 190.699 20.2002 264.5 143.601z +" /> + <glyph glyph-name="algolia" unicode="" +d="M229.3 265.4c49.2002 0 89.2002 -39.9004 89.2002 -89.2002s-39.9004 -89.2002 -89.2002 -89.2002s-89.2002 39.9004 -89.2002 89.2002s39.9004 89.2002 89.2002 89.2002zM292 208.8c1.2998 0.700195 1.7998 2.40039 1.09961 3.7002 +c-12.1992 21.4004 -34.8994 36.0996 -61.0996 37.0996c-1.40039 0.100586 -2.7002 -1.09961 -2.7002 -2.59961v-66.5c0 -1.90039 2 -3.2002 3.7998 -2.2998zM389.1 416c32.5 0 58.9004 -26.4004 58.8008 -58.9004v-330.199c0 -32.5 -26.3008 -58.9004 -58.9004 -58.9004 +h-330.1c-32.5 0 -58.9004 26.4004 -58.9004 59v330.1c0 32.5 26.4004 58.9004 58.9004 58.9004h330.199zM186.5 331.3h0.0996094v-15.7998c0 -1.7002 1.7002 -3 3.40039 -2.5c12.7002 3.7002 25.9004 5.5 39.4004 5.5c13 0 25.7998 -1.7002 38.0996 -5.09961 +c1.59961 -0.5 3.2998 0.699219 3.2998 2.5v15.3994c0 10.7998 -8.7002 19.5 -19.5 19.5h-45.2998c-10.7998 0 -19.5 -8.7002 -19.5 -19.5zM102.1 294.3c-7.59961 -7.59961 -7.59961 -19.8994 0 -27.3994l7.7002 -7.7002c1.10059 -1.2002 3 -1 4 0.299805 +c4.40039 6.09961 9.40039 12 14.7998 17.4004c5.5 5.5 11.4004 10.3994 17.6006 14.8994c1.2998 1 1.39941 2.90039 0.299805 4l-7.7002 7.7002c-7.59961 7.59961 -19.8994 7.59961 -27.5 0zM229.3 49.5c69.9004 0 126.601 56.7998 126.601 126.6 +c0 70 -56.6006 126.601 -126.601 126.601c-69.8994 0 -126.6 -56.7002 -126.6 -126.601c0 -69.8994 56.5996 -126.6 126.6 -126.6z" /> + <glyph glyph-name="amilia" unicode="" +d="M240.1 416c134.101 0 191.9 -55.7002 192 -136v-296.6c0 -3 -1 -8.10059 -5.09961 -9.10059c-4 -1 -57.2998 -0.700195 -66.5 -0.700195s-56.7998 1 -59.9004 2c-4 0.900391 -6.09961 6.10059 -6.09961 9.10059v25.3994 +c-39.5996 -21.3994 -105.5 -42.0996 -153.3 -42.0996c-109.7 0 -124.9 85.7002 -124.9 104s-5.09961 95.5 30.4004 111.8c31.5 13.2002 156.3 36.5 243.7 47.7998v38.5c0 44.7002 -1 73.1006 -58.9004 73.1006c-55.7998 0 -119.8 -25.4004 -152.3 -47.7002 +c-6.10059 -4.09961 -16.2002 -4.09961 -20.2998 6.09961c-5.10059 12.2002 -9.10059 34.5 -10.2002 39.6006c-1.90039 10.2002 2.09961 16.2998 7.2002 19.3994c52.6992 38.5 122.3 55.4004 184.199 55.4004zM290.3 68v106.7c-44.7002 -4.10059 -95.5 -20.2998 -119.8 -33.5 +c-21.2998 -10.2002 -18.2998 -40.7002 -18.2998 -52.9004c0.0996094 -11.2002 6.2002 -44.7002 59 -44.7002c30.3994 0 57.7002 11.2002 79.0996 24.4004z" /> + <glyph glyph-name="angrycreative" unicode="" horiz-adv-x="640" +d="M640 209.8l-3.2002 -28.2002l-34.5 -2.2998l-2 -18.0996l34.5 2.2998l-3.2002 -28.2002l-34.3994 -2.2002l-2.2998 -20.0996l34.3994 2.2002l-3 -26.1006l-64.7002 -4.09961l12.7002 113.2l-47.2998 -115.4l-31.9004 -2l-23.7998 117.8l30.2998 2l13.6006 -79.3994 +l31.7002 82.3994zM426.8 76.5l12.7998 120l28.4004 1.90039l-12.9004 -120.101zM162 59.9004l-19.4004 36l-3.5 -37.4004l-28.1992 -1.7002l2.69922 29.1006c-11 -18 -32 -34.3008 -56.8994 -35.8008c-32.7998 -2 -59.7002 20.9004 -56.4004 58.2002 +c2.60059 29.2998 26.7002 62.7998 67.5 65.4004c37.7002 2.39941 47.6006 -23.2002 51.2998 -28.7998l2.80078 30.7998l38.8994 2.5c20.1006 1.2998 38.7002 -3.7002 42.5 -23.7002l2.60059 26.5996l64.7998 4.2002l-2.7002 -27.8994l-36.4004 -2.40039l-1.69922 -17.9004 +l36.3994 2.30078l-2.7002 -27.9004l-36.3994 -2.2998l-1.90039 -19.9004l36.2998 2.2998l-2.09961 -20.7998l55 117.2l23.7998 1.59961l32.1006 -110.6l8.89941 85.5996l-22.2998 -1.39941l2.90039 27.8994l75 4.90039l-3 -28l-24.3008 -1.59961l-9.69922 -91.9004 +l-58 -3.7002l-4.30078 15.6006l-39.3994 -2.5l-8 -16.3008zM117.7 130.1l-26.4004 -1.69922c-6.7002 12.3994 -14.3994 16.5996 -26.2998 15.7998c-19 -1.2002 -33.2998 -17.5 -34.5996 -33.2998c-1.40039 -16 7.2998 -32.5 28.6992 -31.2002 +c12.8008 0.799805 21.3008 8.59961 28.9004 18.8994l27 1.7002zM173.8 137.8c1.2002 12.9004 -7.59961 13.6006 -26.0996 12.4004l-2.7002 -28.5c14.2002 0.899414 27.5 2.09961 28.7998 16.0996zM194.9 67l5.7998 60c-5 -13.5 -14.7002 -21.0996 -27.9004 -26.5996z +M330.3 112l-7.89941 37.7998l-15.8008 -39.2998zM160.2 186.6l-4.2998 17.5l-39.6006 -2.59961l-8.09961 -18.2002l-31.9004 -2.09961l57 121.899l23.9004 1.60059l30.7002 -102l9.89941 104.7l27 1.7998l37.7998 -63.6006l6.5 66.6006l28.5 1.89941l-4 -41.1992 +c7.40039 13.5 22.9004 44.6992 63.6006 47.5c40.5 2.7998 52.3994 -29.3008 53.3994 -30.3008l3.30078 32l39.2998 2.7002c12.7002 0.900391 27.7998 -0.299805 36.2998 -9.7002l-4.40039 11.9004l32.2002 2.2002l12.9004 -43.2002l23 45.7002l31 2.2002l-43.6006 -78.4004 +l-4.7998 -44.2998l-28.3994 -1.90039l4.7998 44.2998l-15.7998 43c1 -22.2998 -9.2002 -40.0996 -32 -49.5996l25.1992 -38.7998l-36.3994 -2.40039l-19.2002 36.7998l-4 -38.2998l-28.4004 -1.89941l3.30078 31.5c-6.7002 -9.30078 -19.7002 -35.4004 -59.6006 -38 +c-26.2002 -1.7002 -45.5996 10.2998 -55.3994 39.1992l-4 -40.2998l-25 -1.59961l-37.6006 63.2998l-6.2998 -66.2002zM436.8 268.7c10.2002 0.700195 17.5 2.09961 21.6006 4.2998c4.5 2.40039 7 6.40039 7.59961 12.0996 +c0.599609 5.30078 -0.599609 8.80078 -3.40039 10.4004c-3.59961 2.09961 -10.5996 2.7998 -22.8994 2zM327.7 234c5.59961 -5.90039 12.7002 -8.5 21.2998 -7.90039c4.7002 0.300781 9.09961 1.80078 13.2998 4.10059c5.5 3 10.6006 8 15.1006 14.2998l-34.2002 -2.2998 +l2.39941 23.8994l63.1006 4.30078l1.2002 12l-31.2002 -2.10059c-4.10059 3.7002 -7.7998 6.60059 -11.1006 8.10059c-4 1.69922 -8.09961 2.7998 -12.1992 2.5c-8 -0.5 -15.3008 -3.60059 -22 -9.2002c-7.7002 -6.40039 -12 -14.5 -12.9004 -24.4004 +c-1.09961 -9.59961 1.40039 -17.2998 7.2002 -23.2998zM126.4 225.8l23.7998 1.60059l-8.2998 37.5996z" /> + <glyph glyph-name="app-store" unicode="" horiz-adv-x="512" +d="M255.9 327.1l9.09961 15.7002c5.59961 9.7998 18.0996 13.1006 27.9004 7.5c9.7998 -5.59961 13.0996 -18.0996 7.5 -27.8994l-87.5 -151.5h63.2998c20.5 0 32 -24.1006 23.0996 -40.8008h-185.5c-11.2998 0 -20.3994 9.10059 -20.3994 20.4004 +s9.09961 20.4004 20.3994 20.4004h52l66.6006 115.399l-20.8008 36.1006c-5.59961 9.7998 -2.2998 22.1992 7.5 27.8994c9.80078 5.60059 22.2002 2.2998 27.9004 -7.5zM177.2 109.1l-19.6006 -34c-5.59961 -9.7998 -18.0996 -13.0996 -27.8994 -7.5 +c-9.7998 5.60059 -13.1006 18.1006 -7.5 27.9004l14.5996 25.2002c16.4004 5.09961 29.7998 1.2002 40.4004 -11.6006zM346.1 170.8h53.1006c11.2998 0 20.3994 -9.09961 20.3994 -20.3994c0 -11.3008 -9.09961 -20.4004 -20.3994 -20.4004h-29.5l19.8994 -34.5 +c5.60059 -9.7998 2.30078 -22.2002 -7.5 -27.9004c-9.7998 -5.59961 -22.1992 -2.2998 -27.8994 7.5c-33.5 58.1006 -58.7002 101.601 -75.4004 130.601c-17.0996 29.5 -4.89941 59.0996 7.2002 69.0996c13.4004 -23 33.4004 -57.7002 60.0996 -104zM256 440 +c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM472 192c0 119.9 -97.2998 216 -216 216c-119.9 0 -216 -97.2998 -216 -216c0 -119.9 97.2998 -216 216 -216c119.9 0 216 97.2998 216 216z" /> + <glyph glyph-name="app-store-ios" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM127 63.5l19.2998 33.2998c-10.2998 12.5 -23.5 16.2998 -39.5996 11.4004l-14.2998 -24.7002 +c-5.5 -9.5 -2.30078 -21.7998 7.2998 -27.2998c9.5 -5.5 21.7998 -2.2998 27.2998 7.2998zM265.9 117.4c8.7998 16.2998 -2.5 40 -22.7002 40h-62.1006l85.8008 148.6c5.5 9.5 2.2998 21.7998 -7.30078 27.2998c-9.5 5.5 -21.7998 2.2998 -27.2998 -7.2998 +l-8.89941 -15.4004l-8.90039 15.4004c-5.5 9.5 -17.7002 12.7998 -27.2998 7.2998c-9.5 -5.5 -12.7998 -17.7002 -7.2998 -27.2998l20.5 -35.4004l-65.4004 -113.199h-51c-11 0 -20 -9 -20 -20s9 -20 20 -20h181.9zM364 117.4c11 0 20 8.89941 20 20c0 11 -9 20 -20 20h-52 +c-26.2002 45.2998 -45.7998 79.2998 -58.9004 102c-11.8994 -9.80078 -23.7998 -38.8008 -7.09961 -67.8008c16.5 -28.3994 41.0996 -71.1992 74 -128.1c5.5 -9.5 17.7002 -12.7998 27.2998 -7.2998c9.5 5.5 12.7998 17.7002 7.2998 27.2998l-19.5996 33.9004h29z" /> + <glyph glyph-name="apper" unicode="" horiz-adv-x="640" +d="M42.0996 208.9c22.2002 0 29 -2.80078 33.5 -14.6006h0.800781v22.9004c0 11.2998 -4.80078 15.3994 -17.9004 15.3994c-11.2998 0 -14.4004 -2.5 -15.0996 -12.7998h-38.6006c0.299805 13.9004 1.5 19.1006 5.7998 24.4004 +c7.30078 8.7998 18.9004 11.7998 46.1006 11.7998c33 0 47.0996 -5 53.8994 -18.9004c2 -4.2998 4 -15.5996 4 -23.6992v-76.3008h-38.2998l1.2998 19.1006h-1c-5.2998 -15.6006 -13.5996 -20.4004 -35.5 -20.4004c-30.2998 0 -41.0996 10.1006 -41.0996 37.2998 +c0 25.2002 12.2998 35.8008 42.0996 35.8008zM59.2002 160.8c13.0996 0 16.8994 3 16.8994 13.4004c0 9.09961 -4.2998 11.5996 -19.5996 11.5996c-13.0996 0 -17.9004 -3 -17.9004 -12.0996c-0.0996094 -10.4004 3.7002 -12.9004 20.6006 -12.9004zM137 255.7h38.2998 +l-1.5 -20.6006h0.799805c9.10059 17.1006 15.9004 20.9004 37.5 20.9004c14.4004 0 24.7002 -3 31.5 -9.09961c9.80078 -8.60059 12.8008 -20.4004 12.8008 -48.1006c0 -30 -3 -43.0996 -12.1006 -52.8994c-6.7998 -7.30078 -16.3994 -10.1006 -33.2002 -10.1006 +c-20.3994 0 -29.1992 5.5 -33.7998 21.2002h-0.799805v-70.2998h-39.5v169zM217.9 195c0 27.5 -3.30078 32.5 -20.7002 32.5c-16.9004 0 -20.7002 -5 -20.7002 -28.7002c0 -28 3.5 -33.5 21.2002 -33.5c16.3994 0 20.2002 5.60059 20.2002 29.7002zM275.8 255.7h38.2998 +l-1.5 -20.6006h0.800781c9.09961 17.1006 15.8994 20.9004 37.5 20.9004c14.3994 0 24.6992 -3 31.5 -9.09961c9.7998 -8.60059 12.7998 -20.4004 12.7998 -48.1006c0 -30 -3 -43.0996 -12.1006 -52.8994c-6.7998 -7.30078 -16.3994 -10.1006 -33.2998 -10.1006 +c-20.3994 0 -29.2002 5.5 -33.7998 21.2002h-0.799805v-70.2998h-39.5v169h0.0996094zM356.7 195c0 27.5 -3.2998 32.5 -20.7002 32.5c-16.9004 0 -20.7002 -5 -20.7002 -28.7002c0 -28 3.5 -33.5 21.2002 -33.5c16.4004 0 20.2002 5.60059 20.2002 29.7002zM410.5 198.8 +c0 25.4004 3.2998 37.7998 12.2998 45.7998c8.7998 8.10059 22.2002 11.3008 45.1006 11.3008c42.7998 0 55.6992 -12.8008 55.6992 -55.7002v-11.1006h-75.2998c-0.299805 -2 -0.299805 -4 -0.299805 -4.7998c0 -16.8994 4.5 -21.8994 20.0996 -21.8994 +c13.9004 0 17.9004 3 17.9004 13.8994h37.5v-2.2998c0 -9.7998 -2.5 -18.9004 -6.7998 -24.7002c-7.2998 -9.7998 -19.6006 -13.5996 -44.2998 -13.5996c-27.5 0 -41.6006 3.2998 -50.6006 12.2998c-8.5 8.5 -11.2998 21.2998 -11.2998 50.7998zM486.9 210.4 +c-0.300781 1.7998 -0.300781 3.2998 -0.300781 3.7998c0 12.2998 -3.2998 14.5996 -19.5996 14.5996c-14.4004 0 -17.0996 -3 -18.0996 -15.0996l-0.300781 -3.2998h38.3008zM542.5 255.7h38.2998l-1.7998 -19.9004h0.700195 +c6.7998 14.9004 14.3994 20.2002 29.7002 20.2002c10.7998 0 19.0996 -3.2998 23.3994 -9.2998c5.2998 -7.2998 6.7998 -14.4004 6.7998 -34c0 -1.5 0 -5 0.200195 -9.2998h-35c0.299805 1.7998 0.299805 3.2998 0.299805 4c0 15.3994 -2 19.3994 -10.2998 19.3994 +c-6.2998 0 -10.7998 -3.2998 -13.0996 -9.2998c-1 -3 -1 -4.2998 -1 -12.2998v-68h-38.2998v118.5h0.0996094z" /> + <glyph glyph-name="asymmetrik" unicode="" horiz-adv-x="576" +d="M517.5 138.8c-13.9004 -14.2998 -30.4004 -27.7002 -48.9004 -39.7998l73.4004 -110.4h-101.6l-45.9004 71.8008c-17.5996 -7.2002 -35.9004 -13.4004 -54.5 -18.7002l32.5996 -53.1006h-135.5l22.8008 37.1006c-23.3008 -2.7002 -46.4004 -3.7002 -68.6006 -2.7002 +l-22 -34.4004h-101.6l34.5 51.7002c-45 17.9004 -68.9004 47.9004 -68.4004 83c0.299805 25.7998 14 54.2998 41.7002 82.9004c38.9004 40 96.5 72.5996 161.6 92.8994c-22.2998 -8.09961 -42 -18.5 -62 -30.6992c-31.1992 -16.2002 -58.6992 -35.9004 -79.5 -58.1006 +c-57.3994 -61 -46.5 -121.8 19.1006 -151.2l190.2 285.5l150.899 -226.399c13 9.5 24.7998 19.7998 35 30.5996c98 104.2 53.7002 207.9 -98.7998 231.7c-68.2998 10.5996 -146.8 5.7002 -221.3 -14.7998c-60.1006 -10 -118.7 -31.7002 -170.7 -58.2002 +c118.1 66.9004 277.9 102.1 406.6 82.4004c110 -16.8008 170.2 -69.5 169.4 -135c-0.400391 -36.1006 -19.7002 -76.1006 -58.5 -116.101zM329.9 58.2998c18.3994 5.2998 36.5 11.7998 53.6992 19.2002l-78.6992 123l-101.9 -159.3 +c22.5 -0.700195 45.7998 0.899414 69.2002 4.39941l32.7002 53.3008z" /> + <glyph glyph-name="audible" unicode="" horiz-adv-x="640" +d="M640 248.1v-54l-320 -200l-320 199.9v54l320 -200zM445.5 176.1c-70.7998 94.4004 -200.5 110.7 -290.2 36.3008c-2.59961 -2.2002 -5.2002 -4.40039 -7.7002 -6.7002h-0.299805c37.1006 55.7002 100.601 92.3994 172.601 92.3994s135.5 -36.7998 172.699 -92.5996z +M225.4 157.3c21 29.6006 55.5 49 94.3994 49c39.2002 0 73.9004 -19.5996 94.7998 -49.5l-45.3994 -28.3994c-21.2002 29.1992 -52 47.5996 -86.4004 47.5996c-20.8994 0 -40.5 -6.7998 -57.3994 -18.7002zM103.6 286.9c-11.5 -9.10059 -24.2998 -22.1006 -34.1992 -32.6006 +c53.8994 82.1006 147 135.601 250.5 135.601c104.899 0 197.199 -54 250.699 -135.7l-48.7998 -30.4004l-0.700195 1c-99.2998 138.5 -285.699 166.4 -417.5 62.1006zM570.6 254.2z" /> + <glyph glyph-name="avianex" unicode="" horiz-adv-x="512" +d="M453.1 416c39 0 64.8008 -31.2002 57.8008 -69.7998l-56.7002 -308.5c-7.10059 -38.5 -44.4004 -69.7002 -83.2998 -69.7002h-312c-39 0 -64.8008 31.2002 -57.7002 69.7002l56.5996 308.6c7.10059 38.5 44.4004 69.7002 83.2998 69.7002h312zM394.9 68.7002 +l6.2998 7.89941l-94.9004 119.4l-4.5 7.2998c19.7998 14.2002 33.5 24.2998 35.2998 25.6006c7.90039 6.59961 6.30078 20.7998 -2.69922 31.2998c-9.2002 10.7998 -23 14.3994 -30.7002 7.89941c0 0 -14.4004 -13.5996 -33.7998 -32.3994l-4.90039 4.5l-103.1 112.399 +l-8.90039 -4.7998l-18.7998 -28.8994l68.7998 -99.8008l20.5 -29.5996c-12 -12.2998 -23.5 -24.4004 -32.7998 -34.9004l-58 31.1006l-15.7002 -15.4004l52.4004 -48.0996l40.5996 -61l17.9004 12.7002l-22.1006 64.1992c12.5 7.60059 27 17.1006 41.7002 27.1006 +l115.4 -110z" /> + <glyph glyph-name="aws" unicode="" horiz-adv-x="640" +d="M180.41 244.99c-0.719727 -22.6504 10.5996 -32.6807 10.8799 -39.0498c-0.238281 -2.31543 -2.0752 -5.12402 -4.09961 -6.27051l-12.8008 -8.95996c-1.39941 -0.981445 -3.92188 -1.8418 -5.62988 -1.91992c-0.429688 0.0195312 -8.18945 -1.83008 -20.4795 25.6104 +c-13.0283 -16.2627 -40.5127 -29.4609 -61.3496 -29.4609c-0.347656 0 -0.913086 0.00488281 -1.26074 0.0107422c-16.2803 -0.890625 -60.4004 9.24023 -58.1299 56.21c-1.58984 38.2803 34.0596 62.0596 70.9297 60.0498 +c7.10059 -0.0195312 21.6006 -0.370117 46.9902 -6.26953v15.6191c2.69043 26.46 -14.7002 46.9902 -44.8096 43.9102c-2.40039 -0.00976562 -19.4004 0.5 -45.8408 -10.1094c-7.35938 -3.37988 -8.2998 -2.82031 -10.75 -2.82031 +c-7.40918 0 -4.35938 21.4795 -2.93945 24.2002c5.20996 6.39941 35.8604 18.3496 65.9395 18.1797c1.86523 0.165039 4.89844 0.298828 6.77148 0.298828c15.2451 0 37.1611 -7.875 48.9189 -17.5791c9.87305 -11.0439 17.8867 -32.0303 17.8867 -46.8438 +c0 -1.52539 -0.0966797 -3.99609 -0.216797 -5.51562zM93.9902 212.6c32.4297 0.470703 46.1602 19.9707 49.29 30.4707c2.45996 10.0498 2.0498 16.4102 2.0498 27.3994c-9.66992 2.32031 -23.5898 4.85059 -39.5605 4.87012 +c-15.1494 1.14062 -42.8193 -5.62988 -41.7393 -32.2598c-1.24023 -16.79 11.1201 -31.4004 29.96 -30.4805zM264.91 189.55c-7.86035 -0.719727 -11.5205 4.86035 -12.6797 10.3701l-49.8008 164.65c-0.969727 2.7793 -1.60938 5.64941 -1.91992 8.58008 +c-0.0283203 0.189453 -0.0517578 0.5 -0.0517578 0.692383c0 2.18555 1.75195 4.22656 3.91211 4.55762h22.25c8.78027 0.879883 11.6396 -6.03027 12.5498 -10.3701l35.7197 -140.83l33.1602 140.83c0.530273 3.21973 2.94043 11.0693 12.7998 10.2393h17.1602 +c2.16992 0.180664 11.1104 0.5 12.6807 -10.3691l33.4199 -142.631l36.8701 142.631c0.479492 2.17969 2.71973 11.3691 12.6797 10.3691h19.7197c0.850586 0.130859 6.15039 0.810547 5.25 -8.5791c-0.429688 -1.85059 3.41016 10.6592 -52.75 -169.9 +c-1.14941 -5.50977 -4.82031 -11.0898 -12.6797 -10.3701h-18.6904c-10.9395 -1.15039 -12.5098 9.66016 -12.6797 10.75l-33.1602 137.13l-32.7803 -136.99c-0.15918 -1.08984 -1.72949 -11.8994 -12.6797 -10.75h-18.2998v-0.00976562zM538.39 183.92 +c-5.87988 -0.00976562 -33.9199 0.299805 -57.3594 12.29c-4.31152 1.8252 -7.81055 7.10645 -7.81055 11.7891v0.121094v10.75c0 8.4502 6.2002 6.89941 8.83008 5.88965c10.04 -4.05957 16.4805 -7.13965 28.8105 -9.59961 +c36.6494 -7.53027 52.7695 2.2998 56.7197 4.47949c13.1504 7.81055 14.1895 25.6807 5.25 34.9502c-10.4805 8.79004 -15.4805 9.12012 -53.1299 21c-4.64062 1.29004 -43.7002 13.6104 -43.79 52.3604c-0.610352 28.2402 25.0498 56.1797 69.5195 55.9502 +c12.6699 0.00976562 46.4307 -4.13086 55.5703 -15.6201c1.34961 -2.08984 2.01953 -4.5498 1.91992 -7.04004v-10.1104c0 -4.43945 -1.62012 -6.66016 -4.87012 -6.66016c-7.70996 0.860352 -21.3896 11.1699 -49.1602 10.75 +c-6.88965 0.360352 -39.8896 -0.910156 -38.4092 -24.9697c-0.430664 -18.96 26.6094 -26.0703 29.6992 -26.8896c36.46 -10.9707 48.6504 -12.79 63.1201 -29.5801c17.1406 -22.25 7.90039 -48.2998 4.35059 -55.4404 +c-19.0801 -37.4902 -68.4199 -34.4395 -69.2607 -34.4199zM578.59 79.0596c-70.0303 -51.7197 -171.689 -79.25 -258.49 -79.25c-0.853516 -0.00488281 -2.23926 -0.00976562 -3.09277 -0.00976562c-99.5195 0 -240.271 54.0918 -314.177 120.74 +c-6.53027 5.88965 -0.770508 13.96 7.16992 9.46973c81.1748 -46.4336 222.955 -84.1201 316.473 -84.1201h0.407227c69.4072 0.373047 177.64 22.5713 241.59 49.5508c11.7803 5 21.7705 -7.80078 10.1201 -16.3809zM607.78 112.35 +c-8.95996 11.5205 -59.2803 5.38086 -81.8105 2.69043c-6.79004 -0.770508 -7.93945 5.12012 -1.79004 9.46973c40.0703 28.1699 105.88 20.1006 113.44 10.6299c7.5498 -9.46973 -2.0498 -75.4092 -39.5605 -106.909c-5.75977 -4.87012 -11.2695 -2.30078 -8.70996 4.09961 +c8.44043 21.25 27.3906 68.4902 18.4307 80.0195z" /> + <glyph glyph-name="bimobject" unicode="" +d="M416 416c17.5996 0 32 -14.4004 32 -32v-384c0 -17.5996 -14.4004 -32 -32 -32h-384c-17.5996 0 -32 14.4004 -32 32v384c0 17.5996 14.4004 32 32 32h384zM352 158.6h-0.0996094v35c0 49.4004 -11.4004 82.5 -103.801 82.5h-17.2998 +c-30 0 -65.0996 -8.2998 -69.7002 -38.7998h-1.09961v74.7002h-64v-232h64v34.7998h0.900391c8 -23.8994 26.2998 -38.7998 70.3994 -38.7998h16.9004c92.3994 0 103.8 33.2002 103.8 82.5996zM288 187.5v-22.9004c0 -21.6992 -3.40039 -33.7998 -38.4004 -33.7998h-45.2998 +c-28.8994 0 -44.0996 6.5 -44.0996 35.7002v19c0 29.2998 15.2002 35.7002 44.0996 35.7002h45.2998c35 0.200195 38.4004 -12 38.4004 -33.7002z" /> + <glyph glyph-name="bitcoin" unicode="" horiz-adv-x="512" +d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM362.349 227.33c4.9375 32.999 -20.1904 50.7393 -54.5498 62.5732l11.1465 44.7021l-27.2129 6.78027l-10.8516 -43.5234 +c-7.1543 1.78223 -14.502 3.46387 -21.8027 5.12988l10.9287 43.8096l-27.1982 6.78125l-11.1523 -44.6855c-5.92188 1.34863 -11.7354 2.68164 -17.377 4.08398l0.0302734 0.139648l-37.5293 9.37012l-7.23926 -29.0625s20.1914 -4.62695 19.7646 -4.91309 +c11.0225 -2.75098 13.0146 -10.0439 12.6807 -15.8242l-12.6963 -50.9258c0.759766 -0.193359 1.74414 -0.472656 2.8291 -0.90625c-0.907227 0.224609 -1.87598 0.472656 -2.87598 0.712891l-17.7959 -71.3379c-1.34961 -3.34863 -4.76758 -8.37012 -12.4717 -6.46484 +c0.271484 -0.394531 -19.7793 4.9375 -19.7793 4.9375l-13.5107 -31.1475l35.4141 -8.82617c6.58887 -1.65137 13.0449 -3.37988 19.4004 -5.00684l-11.2617 -45.2129l27.1816 -6.78027l11.1533 44.7324c5.96875 -1.61719 15.6846 -4.13867 21.6865 -5.62695 +l-11.1152 -44.5225l27.2139 -6.78125l11.2617 45.1279c46.4043 -8.78125 81.2988 -5.23926 95.9863 36.7266c11.8359 33.79 -0.589844 53.2812 -25.0049 65.9912c17.7803 4.09766 31.1748 15.792 34.7471 39.9492zM300.172 140.151 +c-8.41016 -33.79 -65.3076 -15.5234 -83.7549 -10.9434l14.9443 59.8994c18.4453 -4.60352 77.5996 -13.7178 68.8105 -48.9561zM308.589 227.818c-7.67285 -30.7363 -55.0312 -15.1201 -70.3926 -11.292l13.5479 54.3262 +c15.3633 -3.82715 64.8359 -10.9727 56.8447 -43.0342z" /> + <glyph glyph-name="bity" unicode="" horiz-adv-x="496" +d="M78.4004 380.8c95.3994 89.2002 246.1 91.2002 343.1 -3.7998c14.2998 -14.0996 -6.40039 -37.0996 -22.4004 -21.5c-84.7998 82.4004 -215.8 80.2998 -298.899 3.2002c-16.2998 -15.1006 -36.5 8.2998 -21.7998 22.0996zM177.3 -37.7998 +c-128.7 38.2998 -201.899 170.7 -169.8 298.1c5.2998 21 35.2002 12.5 30.2002 -7.09961c-28.2998 -111.3 35.2998 -227.101 147.5 -261c21.3994 -6.40039 11.3994 -35.7002 -7.90039 -30zM325.4 -35.7998c-19.2002 -6.2998 -30 22.7002 -8.80078 29.7002 +c106.101 35.5 167.4 145.699 143.2 253.399c-4.89941 21.7002 25.5 27.6006 30 7.90039c28.5 -124.101 -42.5 -250.8 -164.399 -291zM262.5 43.2002c0 -8.2002 -6.59961 -14.7998 -14.7998 -14.7998s-14.7998 6.59961 -14.7998 14.7998l0.199219 71.7998 +c0 8.09961 6.60059 14.7998 14.8008 14.7998c8.19922 0 14.7998 -6.59961 14.7998 -14.7998zM333.5 312.2c0 21.7998 32.5 19.5996 32.5 0v-71.6006c0 -69.2998 -60.7002 -90.8994 -118 -90.0996c-57.2998 -0.799805 -118 20.7998 -118 90.0996v71.6006 +c0 19.5996 32.5 21.7998 32.5 0c-1.40039 -88.2002 -7 -131.8 85.5 -132.5c90.2002 0.599609 87.5996 41.5996 85.5 132.5z" /> + <glyph glyph-name="blackberry" unicode="" horiz-adv-x="512" +d="M166 331.1c0 -23.3994 -16.4004 -49.0996 -72.5 -49.0996h-70.0996l21 88.7998h67.7998c42.0996 0 53.7998 -23.2998 53.7998 -39.7002zM292.2 370.8c42.0996 0 53.7998 -23.2998 53.7002 -39.7002c0 -23.3994 -16.3008 -49.0996 -70.1006 -49.0996h-70.0996 +l18.7002 88.7998h67.7998zM88.7998 239.9c42.1006 0 53.7998 -23.4004 53.7998 -39.7002c0 -25.7002 -16.3994 -49.1006 -72.5 -49.1006h-70.0996l21 88.8008h67.7998zM268.9 239.9c42 0 53.6992 -23.4004 53.6992 -39.7002c0 -25.7002 -16.2998 -49.1006 -70.0996 -49.1006 +h-70.0996l18.6992 88.8008h67.8008zM458.2 293.7c42.0996 0 53.7998 -23.4004 53.7002 -39.7002c0 -25.7002 -16.3008 -49.0996 -70.1006 -49.0996h-70.0996l18.7002 88.7998h67.7998zM430.2 155.8c42.0996 0 53.7002 -23.3994 53.7002 -39.7002 +c0 -25.6992 -14 -49.0996 -70.1006 -49.0996h-70.0996l18.7002 88.7998h67.7998zM240.8 102c42.1006 0 53.7998 -23.4004 53.7002 -39.7002c0 -23.3994 -14 -49.0996 -70.0996 -49.0996h-70.1006l18.7002 88.7998h67.7998z" /> + <glyph glyph-name="blogger" unicode="" +d="M162.4 252c4.7998 4.90039 6.19922 5.09961 36.3994 5.09961c27.2002 0 28.1006 -0.0996094 32.1006 -2.09961c5.7998 -2.90039 8.2998 -7 8.2998 -13.5996c0 -5.90039 -2.40039 -10 -7.60059 -13.4004c-2.7998 -1.7998 -4.5 -1.90039 -31.0996 -2.09961 +c-16.4004 -0.100586 -29.5 0.199219 -31.5 0.799805c-10.2998 2.89941 -14.0996 17.7002 -6.59961 25.2998zM223.8 157.5c55.4004 0 55.1006 0 60.4004 -4.7002c7.39941 -7 5.89941 -19.2998 -3.10059 -24.3994l-9.19922 -1.5l-47.9004 -0.600586 +c-42.2002 -0.5 -54.0996 0.200195 -56.2998 1.2002c-4.40039 1.90039 -8.5 7.2998 -9.2002 12c-0.599609 4.5 1.59961 10.7998 5.09961 13.9004c4.40039 3.89941 6.30078 4.09961 60.2002 4.09961zM447.2 27.4004c-3.5 -28.4004 -23 -50.4004 -51.1006 -57.5 +c-7.19922 -1.80078 -9.69922 -1.90039 -172.899 -1.80078c-157.8 0 -165.9 0.100586 -172 1.80078c-8.40039 2.19922 -15.6006 5.5 -22.2998 10c-5.60059 3.7998 -13.9004 11.7998 -17 16.3994c-3.80078 5.60059 -8.2002 15.2998 -10 22 +c-1.80078 6.7002 -1.90039 9.40039 -1.90039 173.4c0 163.1 0 166.6 1.7998 173.7c6.2998 24.6992 25.9004 43.5996 51.2002 49.1992c7.2998 1.60059 332.1 1.90039 340 0.300781c21.2002 -4.30078 37.9004 -17.1006 47.5996 -36.4004c7.7002 -15.2998 7 1.5 7.30078 -180.6 +c0.199219 -115.801 0 -164.5 -0.700195 -170.5zM361.8 212.6c-1.09961 5 -4.2002 9.60059 -7.7002 11.5c-1.09961 0.600586 -8 1.30078 -15.5 1.7002c-12.3994 0.600586 -13.7998 0.799805 -17.7998 3.10059c-6.2002 3.59961 -7.89941 7.59961 -8 18.2998 +c0 20.3994 -8.5 39.3994 -25.2998 56.5c-12 12.2002 -25.2998 20.5 -40.5996 25.0996c-3.60059 1.10059 -11.8008 1.5 -39.2002 1.7998c-42.9004 0.5 -52.5 -0.399414 -67.1006 -6.19922c-27 -10.7002 -46.2998 -33.4004 -53.3994 -62.4004 +c-1.2998 -5.40039 -1.60059 -14.2002 -1.90039 -64.2998c-0.399414 -62.7998 0 -72.1006 4 -84.5c9.7002 -30.7002 37.1006 -53.4004 64.6006 -58.4004c9.19922 -1.7002 122.199 -2.09961 133.699 -0.5c20.1006 2.7002 35.9004 10.7998 50.7002 25.9004 +c10.7002 10.8994 17.4004 22.7998 21.7998 38.5c3.2002 10.8994 2.90039 88.3994 1.7002 93.8994z" /> + <glyph glyph-name="blogger-b" unicode="" +d="M446.6 225.3c2 -8.89941 2.40039 -134.1 -2.5 -151.7c-7.09961 -25.2998 -17.8994 -44.3994 -35.1992 -62.0996c-23.9004 -24.4004 -49.4004 -37.5 -81.9004 -41.9004c-18.7002 -2.5 -201.2 -1.89941 -216 0.800781c-44.5 8 -88.7998 44.6992 -104.4 94.2998 +c-6.2998 20.0996 -7 35 -6.39941 136.5c0.5 81 1 95.0996 3.09961 103.899c11.4004 46.8008 42.6006 83.4004 86.1006 100.601c23.5996 9.39941 39 10.7998 108.399 10c44.2002 -0.5 57.4004 -1.10059 63.2998 -2.90039c24.6006 -7.5 46.2002 -20.7998 65.5 -40.5 +c27.1006 -27.5996 40.8008 -58.2998 40.9004 -91.2998c0.0996094 -17.2002 2.7998 -23.5996 12.9004 -29.5c6.39941 -3.7002 8.59961 -4.09961 28.6992 -5c12 -0.5 23.2002 -1.7002 25 -2.7002c5.7002 -3.09961 10.7002 -10.5 12.5 -18.5zM124.5 288.9 +c-12.2002 -12.3008 -6 -36.1006 10.5996 -40.8008c3.10059 -0.799805 24.3008 -1.39941 50.8008 -1.19922c43 0.199219 45.6992 0.399414 50.2998 3.2998c8.5 5.39941 12.2998 12.0996 12.2998 21.5996c0 10.6006 -4.09961 17.2002 -13.4004 21.9004 +c-6.39941 3.2998 -7.89941 3.39941 -51.7998 3.39941c-48.7998 0 -51 -0.299805 -58.7998 -8.19922zM316.3 89.0996c14.4004 8.2002 17 28.1006 4.90039 39.4004c-8.5 7.90039 -8 7.90039 -97.6006 7.7998c-87.0996 -0.0996094 -90.1992 -0.299805 -97.2998 -6.7002 +c-5.59961 -5.09961 -9.2998 -15.0996 -8.2002 -22.3994c1.10059 -7.7002 7.80078 -16.2998 14.9004 -19.4004c3.59961 -1.59961 22.7998 -2.7998 90.9004 -2l77.5 0.900391z" /> + <glyph glyph-name="buromobelexperte" unicode="" +d="M0 416h128v-128h-128v128zM120 296v112h-112v-112h112zM160 416h128v-128h-128v128zM280 296v112h-112v-112h112zM320 416h128v-128h-128v128zM440 296v112h-112v-112h112zM0 256h128v-128h-128v128zM120 136v112h-112v-112h112zM160 256h128v-128h-128v128zM280 136v112 +h-112v-112h112zM320 256h128v-128h-128v128zM440 136v112h-112v-112h112zM0 96h128v-128h-128v128zM120 -24v112h-112v-112h112zM160 96h128v-128h-128v128zM280 -24v112h-112v-112h112zM320 96h128v-128h-128v128z" /> + <glyph glyph-name="centercode" unicode="" horiz-adv-x="512" +d="M329.2 179.4c-3.7998 -35.2002 -35.4004 -60.6006 -70.6006 -56.8008c-35.1992 3.80078 -60.5996 35.4004 -56.7998 70.6006s35.4004 60.5996 70.6006 56.7998c35.0996 -3.7998 60.5996 -35.4004 56.7998 -70.5996zM243.4 -55.7002 +c-146.7 7.7002 -251.601 138.2 -233.301 279.4c11.2002 86.5996 65.8008 156.899 139.101 192c161 77.0996 349.7 -37.4004 354.7 -216.601c4.09961 -147 -118.4 -262.199 -260.5 -254.8zM423.3 124.3c27.9004 118 -160.5 205.9 -237.2 234.2 +c-57.5 -56.2998 -69.0996 -188.6 -33.7998 -344.4c68.7998 -15.7998 169.101 26.4004 271 110.2z" /> + <glyph glyph-name="cloudscale" unicode="" +d="M318.1 294c6.2002 6.2998 15.8008 -3.09961 9.5 -9.59961l-75.1992 -88.8008c0.899414 -8.19922 -1.80078 -16.7998 -8.10059 -23.0996c-11.0996 -11 -28.8994 -11 -40 0c-11.0996 11.0996 -11.0996 29 0 40c6.2998 6.2998 14.7998 9 23.1006 8.09961l25.1992 20.4004 +c-16.3994 15.2998 -38.3994 24.7002 -62.5996 24.7002c-50.7998 0 -94.5996 -41.4004 -92.5996 -97.4004c-1 6.2998 -1.40039 12.7998 -1.40039 19.4004c0 71.5 57.7998 132.3 129.4 132.3c31.7998 0 60.7998 -14.2998 83.2998 -33.5996zM234.3 182.5 +c5.60059 5.5 5.60059 14.5996 0 20.2002c-5.59961 5.59961 -14.5996 5.59961 -20.2002 0c-5.59961 -5.60059 -5.59961 -14.6006 0 -20.2002c5.60059 -5.5 14.6006 -5.5 20.2002 0zM224 416c123.5 0 224 -100.5 224 -224s-100.5 -224 -224 -224s-224 100.5 -224 224 +s100.5 224 224 224zM224 32c88.2002 0 160 71.7998 160 160s-71.7998 160 -160 160s-160 -71.7998 -160 -160s71.7998 -160 160 -160z" /> + <glyph glyph-name="cloudsmith" unicode="" horiz-adv-x="332" +d="M332.5 28.0996c0 -46.3994 -37.5996 -84.0996 -84 -84.0996s-84 37.7002 -84 84.0996c0 46.4004 37.5996 84 84 84s84 -37.5996 84 -84zM248.5 272c-46.4004 0 -80 -33.5996 -80 -80s-37.5996 -80 -84 -80s-84 33.5996 -84 80s37.5996 88 84 88s76 29.5996 76 76 +s41.5996 84 88 84s80 -37.5996 80 -84s-33.5996 -84 -80 -84z" /> + <glyph glyph-name="cloudversify" unicode="" horiz-adv-x="616" +d="M148.6 144v-0.0996094h-48.8994c-6.40039 0 -11.7002 5.39941 -11.7002 11.7998v40.3994c0 7.60059 7 11.9004 10.7998 11.9004h46.7998v-6.59961c0 -10.7002 8.80078 -16.7002 19.5 -16.7002h20.2002c10.7998 0 19.5 8.7998 19.5 19.5v20.3994 +c0 10.6006 -3.5 19.5 -15.2002 19.5c18.5 15.2002 37.2002 21.4004 45 24.1006c15 56.5 42 92.3994 99.3008 109.7c55.0996 16.5 153.5 3.09961 186.5 -85c73.8994 -22.6006 106.899 -92.6006 92.0996 -155.101c-13 -54.8994 -62.2998 -100.6 -131.5 -99.5 +c-49.5996 -51.3994 -135.2 -48.8994 -186.4 -5.59961c-78.5996 -4.2002 -137.8 42.7998 -146 111.3zM376 136c8.7002 -54.0996 59.7002 -65.5 91.7998 -59.2002c39.1006 7.7002 70.5 37.5 79.7002 76.5c5.7998 24.4004 2.40039 50 -9.40039 72l-10.5 19.6006 +c1.2002 -22.5 -12.5 -60.6006 -47.5 -76.9004c65.5 67.7002 2.10059 141.2 -67.6992 150.5c-49.8008 6.59961 -83.3008 -13 -114.2 -43.7002c48 -4.7002 87.7002 -26.7998 101.8 -74.7998c-30.0996 49.2998 -103 56.5996 -133.6 40.7998 +c-35.5 -18.2002 -60 -54 -57 -93.8994c3.59961 -47.4004 39.5 -67.4004 57.3994 -79.8008c-4.5 21.7002 -4 71.3008 29.2002 92.9004c-36.2998 -60 28.0996 -144.6 135.3 -110.8c-33.5996 14.3994 -66 40.5 -55.2998 86.7998zM128 240h-39.7998 +c-8.90039 0 -16.2002 7.2998 -16.2002 16.2002v39.5996c0 8.90039 7.2998 16.2002 16.2002 16.2002h39.7998c8.90039 0 16.2002 -7.2998 16.2002 -16.2002v-39.5996c0 -8.90039 -7.2998 -16.2002 -16.2002 -16.2002zM10.0996 280c-5.59961 0 -10.0996 4.5 -10.0996 10.0996 +v27.8008c0 5.59961 4.5 10.0996 10.0996 10.0996h27.7002c5.5 0 10.1006 -4.5 10.1006 -10.0996v-27.8008c0 -5.59961 -4.5 -10.0996 -10.1006 -10.0996h-27.7002zM168 305.3v21.4004c0 5.09961 4.2002 9.2998 9.2998 9.2998h21.4004 +c5.09961 0 9.2998 -4.2002 9.2998 -9.2998v-21.4004c0 -5.09961 -4.2002 -9.2998 -9.2998 -9.2998h-21.4004c-5.09961 0 -9.2998 4.2002 -9.2998 9.2998zM56 212.5v-25c0 -6.2998 -5.09961 -11.5 -11.4004 -11.5h-25.1992c-6.30078 0 -11.4004 5.2002 -11.4004 11.5v25 +c0 6.2998 5.09961 11.5 11.4004 11.5h25.0996c6.40039 0 11.5 -5.2002 11.5 -11.5z" /> + <glyph glyph-name="cpanel" unicode="" horiz-adv-x="640" +d="M210.3 227.8c6.60059 -29.0996 -14.5 -65.2998 -51.7002 -65.2998h-32l6.40039 23.7998c1.7998 6.2002 7.2998 10.7998 14.2998 10.7998h10.2998c12.4004 0 20.8008 11.7002 18.3008 22.6006c-2.10059 9.2002 -9.90039 14.7998 -18.3008 14.7998h-19.7998 +l-25.7998 -95.7002c-1.90039 -6.2002 -7.40039 -10.7002 -14.2002 -10.7002l-24.7002 -0.0996094l34.9004 130.1c1.7998 6.40039 7.2002 10.9004 14.2998 10.9004h37c24.1006 0 45.4004 -16.4004 51 -41.2002zM53.7998 199.8c-24.8994 0 -24.7002 -37.3994 0 -37.3994 +h11.2998c4.2002 0 7.60059 -3.90039 6.40039 -8.30078l-7.09961 -26.0996h-12.4004c-33.5 0 -59 31.4004 -50.2998 65.2002c7.2998 27 28.2998 41.0996 51.2002 41.0996h40l-6.2002 -23.5996c-1.90039 -6.5 -7.40039 -10.9004 -14.2998 -10.9004h-18.6006zM301.3 234.6 +c18.7998 0 33.2998 -17.5996 28.5 -36.7998l-14 -51.7998c-2.7998 -10.5996 -12.2002 -17.7998 -23.3994 -17.7998l-57.5 0.200195c-42.9004 0 -38.5 63.7998 0.699219 63.7998h48.4004l-3.5 -13.2002c-1.90039 -6.2002 -7.40039 -10.7998 -14.2002 -10.7998h-21.5996 +c-5.2998 0 -5.2998 -7.90039 0 -7.90039h34.8994c4.60059 0 5.10059 3.90039 5.5 5.2998l8.60059 31.8008c0.299805 1 1.89941 5.2998 -2.10059 5.2998h-57.5c-9.69922 0 -16.5996 8.89941 -14.1992 18.5l3.5 13.3994h77.8994zM633.1 269c4.5 0 7.7002 -4 6.5 -8.2998 +l-26.5 -98.2002c-5.09961 -20.7002 -24.1992 -34.5 -44.8994 -34.5l35.5996 133.1c1.2002 4.7002 5.5 7.90039 10.4004 7.90039h18.8994zM396.8 234.3c34.4004 0 59.2998 -32.2998 50.2998 -65.3994l-8.7998 -33.1006c-1.2002 -4.89941 -5.7002 -7.7998 -10.2998 -7.7998 +h-19.0996c-4.5 0 -7.60059 4 -6.40039 8.2998l10.5996 40c3.30078 11.6006 -5.59961 23.4004 -18.0996 23.4004h-19.7998l-17.2002 -64c-1.2002 -4.7998 -5.59961 -7.7998 -10.4004 -7.7998h-18.8994c-4.2002 0 -7.60059 3.89941 -6.40039 8.2998l26.2002 98h48.2998 +v0.0996094zM495.1 159.7h73.3008l-5.7002 -21c-1.90039 -6.2002 -7.40039 -10.7002 -14.2002 -10.7002h-66.7002c-20 0 -33.2998 19 -28.2998 36.7002l10.7998 40c4.7998 17.5996 20.7002 29.5996 38.6006 29.5996h47.2998c19 0 33.2002 -17.7002 28.2998 -36.7998 +l-3.2002 -12c-2.89941 -11 -12.7002 -17.5996 -23.2002 -17.5996h-53.3994l3.5 13c1.59961 6.19922 7.2002 10.7998 14.2002 10.7998h21.5996c2 0 3.2998 1 3.90039 3l0.699219 2.59961c0.700195 2.7002 -1.2998 5.10059 -3.89941 5.10059h-32.9004 +c-4.09961 0 -6.89941 -2.10059 -7.7998 -6l-8 -30c-0.900391 -3.30078 1.5 -6.7002 5.09961 -6.7002z" /> + <glyph glyph-name="css3-alt" unicode="" horiz-adv-x="384" +d="M0 416h384l-34.9004 -395.8l-157.1 -52.2002l-157.1 52.2002zM313.1 336h-242.199l5.7998 -47.2998h122.899l-6.5 -2.7002l-112.1 -46.7002l3.59961 -46.2998l0.200195 0.0996094v-0.0996094l166.3 -0.5l-3.69922 -61.5996l-54.7002 -15.4004l-52.6006 13.2998 +l-3.19922 38.2998h-48.9004l6.40039 -73.8994l98.7998 -29.2002l98.2002 28.7002l12.7998 146.6h-111.5l0.299805 0.100586l115.3 49.2998z" /> + <glyph glyph-name="cuttlefish" unicode="" horiz-adv-x="440" +d="M344 142.5c13.7002 -50.9004 41.7002 -93.2998 87 -117.8c-45.2998 -49.6006 -110.5 -80.7002 -183 -80.7002c-137 0 -248 111 -248 248s111 248 248 248c72.5 0 137.7 -31.0996 183 -80.7002c-45.2998 -24.5 -73.2998 -66.8994 -87 -117.8 +c-17.5 31.5996 -57.4004 54.5 -96 54.5c-56.5996 0 -104 -47.4004 -104 -104s47.4004 -104 104 -104c38.5996 0 78.5 22.9004 96 54.5z" /> + <glyph glyph-name="d-and-d" unicode="" horiz-adv-x="576" +d="M82.5 349.1c-0.599609 17.2002 2 33.8008 12.7002 48.2002c0.299805 -7.39941 1.2002 -14.5 4.2002 -21.5996c5.89941 27.5 19.6992 49.2998 42.2998 65.5c-1.90039 -5.90039 -3.5 -11.7998 -3 -17.7002c8.7002 7.40039 18.7998 17.7998 44.3994 22.7002 +c14.7002 2.7998 29.7002 2 42.1006 -1c38.5 -9.2998 61 -34.2998 69.7002 -72.2998c5.2998 -23.1006 0.699219 -45 -8.30078 -66.4004c-5.19922 -12.4004 -12 -24.4004 -20.6992 -35.0996c-2 1.89941 -3.90039 3.7998 -5.80078 5.59961 +c-42.7998 40.7998 -26.7998 25.2002 -37.3994 37.4004c-1.10059 1.19922 -1 2.19922 -0.100586 3.59961c8.30078 13.5 11.8008 28.2002 10 44c-1.09961 9.7998 -4.2998 18.9004 -11.2998 26.2002c-14.5 15.2998 -39.2002 15 -53.5 -0.600586 +c-11.3994 -12.5 -14.0996 -27.3994 -10.8994 -43.5996c0.199219 -1.2998 0.399414 -2.7002 0 -3.90039c-3.40039 -13.6992 -4.60059 -27.5996 -2.5 -41.5996c0.0996094 -0.5 0.0996094 -1.09961 0.0996094 -1.59961c0 -0.300781 -0.0996094 -0.5 -0.200195 -1.10059 +c-21.7998 11 -36 28.2998 -43.2002 52.2002c-8.2998 -17.7998 -11.0996 -35.5 -6.59961 -54.0996c-15.5996 15.1992 -21.2998 34.2998 -22 55.1992zM552.1 225.9c0.5 -0.600586 1.2002 -1 1.7002 -1.40039v-0.5c-15 3.59961 -29.7998 1.7998 -44.5 -1.2998 +c-9.2998 -2 -18.2998 -4.7002 -26.7002 -9c-2.89941 -1.5 -5.69922 -3.2998 -8 -4.7002c-5.7998 2.40039 -11.2998 5.5 -17.1992 6.7998c-24.5 5.2998 -45.8008 -1.2002 -62.5 -20c-19.7002 -22.2002 -34.5 -47.5996 -46.7002 -74.5l-1.2002 -2.7002 +c-0.0996094 -0.199219 -0.200195 -0.299805 -0.400391 -0.399414c-12.0996 8.2998 -21.5996 20.2998 -36.0996 25.5996c0.299805 0.400391 0.400391 0.900391 0.700195 1.2998c20.5996 28.2002 44.8994 52.5 75.0996 70.4004c16 9.5 33 16.0996 51.5 18.5 +c1.7998 0.200195 3.5 0.400391 5.2998 1.09961c-4.39941 0 -8.7998 0.300781 -13.0996 -0.0996094c-21.2002 -1.90039 -40.5 -9.59961 -58.7002 -20.2002c-13.7998 -8 -26.2002 -17.7002 -36.5996 -29.7998c-0.400391 -0.5 -0.600586 -1.09961 -0.900391 -1.7002 +c-0.299805 0.299805 -0.700195 0.600586 -1 0.900391c11 30.8994 30.7002 55 57.7002 73.2998c0.200195 -0.200195 0.5 -0.299805 0.700195 -0.5c-1.2002 -1.7002 -2.5 -3.2998 -3.5 -5.09961c-1.7998 -3.30078 -3.7002 -6.5 -5.10059 -10 +c-1.7998 -4.30078 1.60059 -8.60059 12 -0.5c18.2002 14.0996 29.6006 26.2998 48.9004 29.5996c0.700195 0.0996094 1.2998 0.299805 1.90039 0.299805h2.5c-1 -0.700195 -1.60059 -1.09961 -2.2002 -1.5c-11.6006 -7.7998 -11.7998 -7.39941 -15 -12 +c-2.60059 -3.7002 -0.200195 -8 4.7002 -6.7998c2.59961 0.599609 5.19922 1.2998 7.69922 2.2002c9.40039 3.2998 19 5.7998 29 6.39941c13.9004 0.800781 27.1006 -1.89941 39.9004 -7.09961c15.0996 -6.2002 28.5 -15 40.0996 -26.5996zM316.7 50.4004 +c1.5 -1.30078 1.89941 -2.40039 0.899414 -4.2002c-25.2998 -50.2002 -61.0996 -89.1006 -116 -98.7998c-26.7998 -4.7002 -52.8994 -2.7002 -77.8994 8.59961c-18.5 8.2002 -34.6006 19.5996 -47.2002 35.5996c-2 2.60059 -3.7002 5.40039 -5.90039 8.60059 +c-0.699219 -7.7998 0.100586 -14.9004 1.5 -21.9004c-0.199219 -0.200195 -0.399414 -0.299805 -0.599609 -0.5c-3.2002 3.40039 -6.59961 6.60059 -9.5 10.2998c-12.2002 15.5 -19.5 33.3008 -24.0996 52.3008c-11.8008 48.2998 -0.5 78.7998 7.7998 101.1 +c-8.7002 -4.7998 -16.2002 -10.2998 -23.6006 -16.2002c11.6006 32.7998 31.9004 59.9004 56.1006 84.6006c2.39941 -2.10059 3.2998 -4.7002 3 -7.40039c-0.200195 -1 -5.90039 -38.9004 -5.60059 -44.7002c18.9004 18.9004 40.5 33.2998 64.8008 43.9004 +c-7.5 -11.1006 -11 -23.4004 -11.8008 -37.2998c13.4004 12.1992 27.7002 20.0996 46.4004 13.8994c-8.5 -9.09961 -30.7998 -30.5 -38.5996 -64.2998c-5.10059 -21.9004 -3.80078 -43.0996 8.19922 -62.5996c11.2002 -18.3008 27.8008 -27.8008 49.4004 -27.8008 +c12.5996 0 23.7998 5 34.0996 11.8008c18.5 12.2998 32.8008 28.5 44 47.5996c1.90039 3.2002 1.10059 2.09961 1.90039 3c19.9004 -16.0996 3.2998 -2.59961 42.7002 -35.5996zM488.7 96.7998c20.2002 -6.59961 35.5 -18.7998 43.7998 -38.8994 +c9.2002 -23.1006 2.09961 -49.4004 -17.4004 -66c-16.3994 -14 -35.6992 -19.2002 -57 -17.4004c-0.599609 0 -1.19922 0 -1.89941 -0.299805c15.0996 -10.7002 31.5996 -15.2002 50.8994 -10.6006c-2.19922 -2.39941 -3.89941 -4.69922 -5.89941 -6.5 +c-12.2998 -10.8994 -26.9004 -16.8994 -42.9004 -19.7998c-39.5996 -7.2998 -75.5996 12.7998 -85 56.9004c-0.5 2.09961 -0.599609 4.2002 -0.899414 6.39941c-10.8008 -8.19922 -16.4004 -34.0996 -0.700195 -52.2998c-1.60059 0.5 -2.60059 0.700195 -3.60059 1.10059 +c-21.2998 8.2998 -34.3994 28.2998 -33.5 51.1992c0.900391 23.2002 4.90039 41 -13 56c-16.5 13.8008 -33 27.4004 -49.5 41.1006c-8.09961 6.7002 -14.7998 14.5 -17 25.0996c-1 4.60059 -1.39941 9.40039 -1.7998 14.1006c-0.5 6.09961 -3.2998 11 -7.89941 14.7998 +c-4.5 3.89941 -9.30078 7.39941 -13.8008 11.2002c-8.89941 7.5 -12.2998 18.8994 -7.2998 29.8994c2.7998 -12.8994 9.60059 -18.8994 22.6006 -20.2998c4.39941 -0.5 8.89941 -0.799805 13.2998 -1.5c8.09961 -1.2002 12.7998 -6.09961 14.2998 -14.2002 +c0.700195 -3.39941 1.2998 -6.7998 2.2002 -10.2002c1.59961 -5.59961 4.5 -8 10.3994 -8.39941c4.60059 -0.299805 9.30078 -0.5 13.9004 -0.900391c7.59961 -0.599609 14.2002 -3.7998 20.0996 -8.7002c19.4004 -16.1992 39 -32.1992 58.5 -48.2998 +c5.7002 -4.7002 12 -8.2002 19.6006 -8.5c16.7002 -0.599609 29 15.2002 24.7998 31.7998c-0.200195 0.700195 -0.400391 1.5 -0.0996094 2.80078c2.39941 -2 4.89941 -3.80078 7 -5.90039c14.0996 -14 18.0996 -39.2998 8.69922 -56.0996 +c-2.09961 -3.80078 -5.2998 -7.10059 -8.09961 -10.8008c0.700195 -0.199219 1.7998 -0.5 3 -0.599609c14 -1.40039 27.2002 1 38.9004 9.09961c15.7998 10.9004 18 31.2002 5.39941 45.6006c-4.7002 5.39941 -8.89941 8 -18.7998 12 +c6.5 1.2998 19.2002 0.200195 28.7002 -2.90039zM99.4004 268.7c-5.30078 9.2002 -13.2002 15.5996 -22.1006 21.2998c13.7002 0.5 26.6006 -0.200195 39.6006 -3.7002c-7 12.2002 -8.5 24.7002 -5 38.7002c5.2998 -11.9004 13.6992 -20.0996 23.5996 -26.7998 +c19.7002 -13.2002 35.7002 -19.6006 46.7002 -30.2002c3.39941 -3.2998 6.2998 -7.09961 9.59961 -10.9004c-0.799805 2.10059 -1.39941 4.10059 -2.2002 6c-5 10.6006 -13 18.6006 -22.5996 25c-1.7998 1.2002 -2.7998 2.5 -3.40039 4.5 +c-3.2998 12.5 -3 25.1006 -0.699219 37.6006c1 5.5 2.7998 10.8994 4.5 16.2998c0.799805 2.40039 2.2998 4.59961 4 6.59961c0.599609 -6.89941 0 -25.5 19.5996 -46c10.7998 -11.2998 22.4004 -21.8994 33.9004 -32.6992c9 -8.5 18.2998 -16.7002 25.5 -26.8008 +c1.09961 -1.59961 2.19922 -3.2998 3.7998 -4.69922c-5 13 -14.2002 24.0996 -24.2002 33.7998c-9.59961 9.2998 -19.4004 18.3994 -29.2002 27.3994c-3.2998 3 -4.59961 6.7002 -5.09961 10.9004c-1.2002 10.4004 0 20.5996 4.2998 30.2002c0.5 1 1.09961 2 1.90039 3.2998 +c0.5 -4.2002 0.599609 -7.90039 1.39941 -11.5996c4.7998 -23.1006 20.4004 -36.3008 49.2998 -63.5c10 -9.40039 19.3008 -19.2002 25.6006 -31.6006c4.7998 -9.2998 7.2998 -19 5.7002 -29.5996c-0.100586 -0.600586 0.5 -1.7002 1.09961 -2 +c6.2002 -2.60059 10 -6.90039 9.7002 -14.2998c7.7002 2.59961 12.5 8 16.3994 14.5c4.2002 -20.2002 -9.09961 -50.3008 -27.1992 -58.7002c0.399414 4.5 5 23.3994 -16.5 27.7002c-6.80078 1.2998 -12.8008 1.2998 -22.9004 2.09961c4.7002 9 10.4004 20.5996 0.5 22.4004 +c-24.9004 4.59961 -52.7998 -1.90039 -57.7998 -4.60059c8.2002 -0.399414 16.2998 -1 23.5 -3.2998c-2 -6.5 -4 -12.7002 -5.7998 -18.9004c-1.90039 -6.5 2.09961 -14.5996 9.2998 -9.59961c1.2002 0.900391 2.2998 1.90039 3.2998 2.7002 +c-3.09961 -17.9004 -2.90039 -15.9004 -2.7998 -18.2998c0.299805 -10.2002 9.5 -7.80078 15.7002 -7.30078c-2.5 -11.7998 -29.5 -27.2998 -45.4004 -25.7998c7 4.7002 12.7002 10.2998 15.9004 17.9004c-6.5 -0.799805 -12.9004 -1.60059 -19.2002 -2.40039 +l-0.299805 0.900391c4.69922 3.39941 8 7.7998 10.1992 13.0996c8.7002 21.1006 -3.59961 38 -25 39.9004c-9.09961 0.799805 -17.7998 -0.799805 -25.8994 -5.5c6.2002 15.5996 17.2002 26.5996 32.5996 34.5c-15.2002 4.2998 -8.89941 2.7002 -24.5996 6.2998 +c14.5996 9.2998 30.2002 13.2002 46.5 14.5996c-5.2002 3.2002 -48.1006 3.60059 -70.2002 -20.8994c7.90039 -1.40039 15.5 -2.7998 23.2002 -4.2002c-23.7998 -7 -44 -19.7002 -62.4004 -35.5996c1.10059 4.7998 2.7002 9.5 3.2998 14.2998 +c0.600586 4.5 0.800781 9.2002 0.100586 13.5996c-1.5 9.40039 -8.90039 15.1006 -19.7002 16.2998c-7.90039 0.900391 -15.5996 -0.0996094 -23.2998 -1.2998c-0.900391 -0.0996094 -1.7002 -0.299805 -2.90039 0c15.7998 14.7998 36 21.7002 53.1006 33.5 +c6 4.5 6.7998 8.2002 3 14.9004zM227.8 241.9c3.2998 -16 12.6006 -25.5 23.7998 -24.3008c-4.59961 11.3008 -12.0996 19.5 -23.7998 24.3008z" /> + <glyph glyph-name="deploydog" unicode="" horiz-adv-x="512" +d="M382.2 312h51.7002v-239.6h-51.7002v20.6992c-19.7998 -24.7998 -52.7998 -24.0996 -73.7998 -14.6992c-26.2002 11.6992 -44.3008 38.0996 -44.3008 71.7998c0 29.7998 14.8008 57.8994 43.3008 70.7998c20.1992 9.09961 52.6992 10.5996 74.7998 -12.9004v103.9z +M317.5 150.2c0 -18.2002 13.5996 -33.5 33.2002 -33.5c19.7998 0 33.2002 16.3994 33.2002 32.8994c0 17.1006 -13.7002 33.2002 -33.2002 33.2002c-19.6006 0 -33.2002 -16.3994 -33.2002 -32.5996zM188.5 312h51.7002v-239.6h-51.7002v20.6992 +c-19.7998 -24.7998 -52.7998 -24.0996 -73.7998 -14.6992c-26.2002 11.6992 -44.2998 38.0996 -44.2998 71.7998c0 29.7998 14.7998 57.8994 43.2998 70.7998c20.2002 9.09961 52.7002 10.5996 74.7998 -12.9004v103.9zM123.8 150.2c0 -18.2002 13.6006 -33.5 33.2002 -33.5 +c19.7998 0 33.2002 16.3994 33.2002 32.8994c0 17.1006 -13.7002 33.2002 -33.2002 33.2002c-19.7002 0 -33.2002 -16.3994 -33.2002 -32.5996zM448 352h-384c-17.5996 0 -32 -14.5 -32 -32v-256c0 -17.5996 14.5 -32 32 -32h384c17.5996 0 32 14.5 32 32v256 +c0 17.5996 -14.5 32 -32 32zM448 384c35.2002 0 64 -28.7998 64 -64v-256c0 -35.2002 -28.7998 -64 -64 -64h-384c-35.2002 0 -64 28.7998 -64 64v256c0 35.2002 28.7998 64 64 64h384z" /> + <glyph glyph-name="deskpro" unicode="" horiz-adv-x="480" +d="M205.9 -64l31.0996 38.4004c12.2998 0.199219 25.5996 1.39941 36.5 6.59961c38.9004 18.5996 38.4004 61.9004 38.2998 63.7998c-0.0996094 5 -0.799805 4.40039 -28.8994 37.4004h79.0996c-0.200195 -50.1006 -7.2998 -68.5 -10.2002 -75.7002 +c-9.39941 -23.7002 -43.8994 -62.7998 -95.2002 -69.4004c-8.69922 -1.09961 -32.7998 -1.19922 -50.6992 -1.09961zM406.3 103.7l-119.2 -0.100586l17.4004 31.3008l175.5 -0.300781c-15.2002 -17.2998 -35.0996 -30.8994 -73.7002 -30.8994zM362.7 327.6v-168.3h-73.5 +l-32.7002 -55.5h-6.5c-52.2998 0 -58.0996 56.5 -58.2998 58.9004c-1.2002 13.2002 -21.2998 11.5996 -20.1006 -1.7998c1.40039 -15.8008 8.80078 -40 26.4004 -57.1006h-91c-25.5 0 -110.8 26.7998 -107 114v213.3c0 16 9.7002 16.6006 15 16.8008h82 +c0.200195 0 0.299805 -0.100586 0.5 -0.100586c4.2998 0.400391 50.0996 2.10059 50.0996 -43.7002c0 -13.2998 20.2002 -13.3994 20.2002 0c0 18.2002 -5.5 32.8008 -15.7998 43.7002h84.2002c108.7 0.400391 126.5 -79.3994 126.5 -120.2zM230.2 271.6l64 -29.2998 +c13.2998 45.5 -42.2002 71.7002 -64 29.2998z" /> + <glyph glyph-name="digital-ocean" unicode="" horiz-adv-x="512" +d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208 +c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996 +v-95.3008z" /> + <glyph glyph-name="discord" unicode="" +d="M297.216 204.8c0 -15.6162 -11.5195 -28.416 -26.1123 -28.416c-14.3359 0 -26.1113 12.7998 -26.1113 28.416s11.5195 28.416 26.1113 28.416c14.5928 0 26.1123 -12.7998 26.1123 -28.416zM177.664 233.216c14.5918 0 26.3682 -12.7998 26.1123 -28.416 +c0 -15.6162 -11.5205 -28.416 -26.1123 -28.416c-14.3359 0 -26.1123 12.7998 -26.1123 28.416s11.5205 28.416 26.1123 28.416zM448 395.264v-459.264c-64.4941 56.9941 -43.8682 38.1279 -118.784 107.776l13.5684 -47.3604h-290.304 +c-28.9287 0 -52.4805 23.5518 -52.4805 52.7363v346.111c0 29.1846 23.5518 52.7363 52.4805 52.7363h343.039c28.9287 0 52.4805 -23.5518 52.4805 -52.7363zM375.04 152.576c0 82.4316 -36.8643 149.248 -36.8643 149.248 +c-36.8643 27.6475 -71.9355 26.8799 -71.9355 26.8799l-3.58398 -4.0957c43.5195 -13.3125 63.7441 -32.5127 63.7441 -32.5127c-60.8115 33.3291 -132.244 33.335 -191.232 7.42383c-9.47168 -4.35156 -15.1035 -7.42383 -15.1035 -7.42383 +s21.2471 20.2246 67.3271 33.5361l-2.55957 3.07227s-35.0723 0.767578 -71.9355 -26.8799c0 0 -36.8643 -66.8164 -36.8643 -149.248c0 0 21.5039 -37.1201 78.0801 -38.9121c0 0 9.47168 11.5195 17.1514 21.248c-32.5117 9.72754 -44.7998 30.208 -44.7998 30.208 +c3.7666 -2.63574 9.97656 -6.05273 10.4961 -6.40039c43.21 -24.1973 104.588 -32.126 159.744 -8.95996c8.95996 3.32812 18.9443 8.19238 29.4395 15.1045c0 0 -12.7998 -20.9922 -46.3359 -30.4639c7.68066 -9.72852 16.8965 -20.7363 16.8965 -20.7363 +c56.5762 1.79199 78.3359 38.9121 78.3359 38.9121z" /> + <glyph glyph-name="discourse" unicode="" +d="M225.9 416c122.699 0 222.1 -102.3 222.1 -223.9c0 -121.6 -99.4004 -223.899 -222.1 -223.899l-225.801 -0.200195s-0.0996094 224 -0.0996094 227.9c0 121.6 103.3 220.1 225.9 220.1zM224 64c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128 +s-128 -57.2998 -128 -128c0 -22.0996 5.59961 -42.9004 15.4004 -61l-22.9004 -75l81.0996 20.0996c16.5 -7.7998 35 -12.0996 54.4004 -12.0996z" /> + <glyph glyph-name="dochub" unicode="" horiz-adv-x="416" +d="M397.9 288h-141.9v140.4zM304 256h96v-126.1c0 -129.301 -70.2998 -193.9 -210.8 -193.9h-189.2v512h189.2c12.2002 0 23.7002 -1.09961 34.5996 -3.2998v-84c-10 1.7002 -21.0996 2.5 -33.0996 2.5h-94.7002v-337.3h94.7002c76.7998 0 113.3 33.2998 113.3 100.1v130z +" /> + <glyph glyph-name="docker" unicode="" horiz-adv-x="640" +d="M349.9 211.7h-66.1006v59.3994h66.1006v-59.3994zM349.9 416v-60.7002h-66.1006v60.7002h66.1006zM428.1 271.2v-59.4004h-66.0996v59.4004h66.0996zM271.8 343.3v-60.0996h-66.0996v60.0996h66.0996zM349.9 343.3v-60.0996h-66.1006v60.0996h66.1006zM626.7 243.3 +l13.2998 -8.89941c-1.90039 -3.90039 -7 -14.6006 -8.5 -17.1006c-23.7002 -45.2998 -69.9004 -45.5996 -91.2998 -45.2002c-54.5 -131.699 -171 -204.199 -328.4 -204.199c-72.7002 0 -128.3 22.2998 -165.399 66.1992c-38.2002 45.3008 -52.7002 111.301 -44 162.101 +h434.699c22.6006 -0.400391 39.7002 6 48.4004 10.7002c-19.7002 30.1992 -14.7002 76 3.7002 103.8l9.2998 14l14 -9.2998c24.4004 -18.8008 37.7998 -39.7002 41.0996 -63.7002c25.5 4.7998 58.7002 1.2998 73.1006 -8.40039zM115.6 271.2h0.100586v-59.4004h-66.1006 +v59.4004h66zM193.7 271.2v-59.4004h-66.1006v59.4004h66.1006zM271.8 271.2v-59.4004h-66.0996v59.4004h66.0996zM193.7 343.3v-60.0996h-66.1006v60.0996h66.1006z" /> + <glyph glyph-name="draft2digital" unicode="" horiz-adv-x="480" +d="M480 49.9004l-144 -81.9004v64.2002l-336 -0.100586c18.2998 19.1006 84.5 87.8008 161.1 174.801c32.6006 37.1992 78 83.2998 69.7002 127.6c-5.2998 28.2998 -42.2002 50.7998 -83.2998 33.5c-8.59961 -3.59961 -24.5 -17.4004 -26.2998 -24.7002 +c28.2998 -4.7002 48 -29.7002 48 -56.7998c0 -31.7002 -25.6006 -57.4004 -57.2998 -57.4004c-37.3008 0 -62.2002 34.1006 -56.7002 67.1006c1.2002 7.89941 5.09961 26.7998 18.2002 47.7002c14.8994 23.8994 45.1992 54.8994 104.3 67.2998 +c103.8 21.7002 161.6 -36.6006 166 -41.2002c28.8994 -29.9004 48 -90.7002 12.7998 -153.3c-30 -53.4004 -81 -114.3 -111.8 -149.3h91.2998v64.6992zM369.9 77v-54.4004l47.0996 27.2002zM134.2 286.6c0 12.3008 -10 22.4004 -22.4004 22.4004 +c-12.3994 0 -22.3994 -10 -22.3994 -22.4004c0 -12.3994 10 -22.3994 22.3994 -22.3994c12.4004 0 22.4004 10 22.4004 22.3994zM82.5 67.5h114.4c17.5996 19.2002 91.5 100.8 128.5 166.7c36.5996 65.0996 -5.80078 113.3 -5.80078 113.3 +c-14.1992 14.9004 -36.8994 36.2002 -82.1992 38.2998c6.7998 -5.5 16.8994 -16.8994 24.2998 -35.7002c11.8994 -30.2998 6.7002 -69.5996 -28.4004 -112.699c-53.0996 -65.2002 -125.2 -142.5 -150.8 -169.9z" /> + <glyph glyph-name="dribbble-square" unicode="" +d="M90.2002 219.8c8.89941 42.4004 37.3994 77.7002 75.7002 95.7002c3.59961 -4.90039 28 -38.7998 50.6992 -79c-64 -17 -120.3 -16.7998 -126.399 -16.7002zM314.6 294c-2.5 -3.5 -23 -31.0996 -71.5996 -49.4004c-22.4004 41.1006 -47.2002 74.9004 -51 80 +c43.2998 10.5 89 -0.799805 122.6 -30.5996zM140.1 84c14.3008 29.2002 53 66.7998 108.101 85.5996c19.2002 -49.7998 27.2002 -91.5996 29.2002 -103.6c-44 -18.7002 -96.8008 -13.5996 -137.301 18zM238.9 192.2c-49.4004 -13.9004 -94.3008 -53.9004 -116.5 -91.7998 +c-21.8008 24.2998 -35.1006 56.2998 -35.1006 91.3994c0 1.40039 0.100586 2.7998 0.100586 4.2002c6 -0.200195 72.1992 -1 140.399 19.4004c3.90039 -7.7002 7.7002 -15.4004 11.1006 -23.2002zM273.8 175.9c42.7998 6.89941 80.5 -4.30078 85.1006 -5.80078 +c-6.10059 -38 -27.9004 -70.8994 -58.6006 -91.5996c-1.39941 8.2998 -8.59961 48.2998 -26.5 97.4004zM253.5 224.3c50.5 20.7002 73.4004 50 76.2998 53.9004c19.1006 -23.2002 30.6006 -52.7998 30.9004 -85.1006c-4.5 1 -49.7002 10.1006 -95.2002 4.40039 +c-3.7002 9 -7.2002 17 -12 26.7998zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM384 192c0 88.2002 -71.7998 160 -160 160s-160 -71.7998 -160 -160s71.7998 -160 160 -160 +s160 71.7998 160 160z" /> + <glyph glyph-name="dyalog" unicode="" horiz-adv-x="416" +d="M0 416h171.2c74.5 0 137.7 -24 182.5 -69.5996c40.2002 -40.9004 62.2998 -95.6006 62.2998 -154.301c0 -111.399 -84.0996 -224.1 -244.8 -224.1h-171.2v64h171.2c122.2 0 180.8 84 180.8 160.1c0 79.7002 -67.4004 159.9 -180.8 159.9h-107.2v-55.2002h-64v119.2z" /> + <glyph glyph-name="earlybirds" unicode="" horiz-adv-x="480" +d="M313.2 400.5c1.2002 13 21.2998 14 36.5996 8.7002c0.900391 -0.299805 26.2002 -9.7002 19 -15.2002c-27.8994 7.40039 -56.3994 -18.2002 -55.5996 6.5zM112.2 393.6c-7.7998 6.2002 19.8994 16.4004 20.8994 16.7002c16.8008 5.7002 38.9004 4.60059 40.2002 -9.59961 +c0.900391 -27.1006 -30.3994 1 -61.0996 -7.10059zM319.4 288c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16c-8.80078 0 -16 7.2002 -16 16s7.19922 16 16 16zM159.7 288c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16z +M478.2 124.8c-9.90039 -24 -40.7002 -11 -63.9004 1.2002c-13.5 -69.0996 -58.0996 -111.4 -126.3 -124.2c0.299805 -0.899414 -2 0.100586 24 -1c33.5996 -1.39941 63.7998 3.10059 97.4004 8c-19.8008 13.7998 -11.4004 37.1006 -9.80078 38.1006 +c1.40039 0.899414 14.7002 -1.7002 21.6006 -11.5c8.59961 12.5 28.3994 14.7998 30.2002 13.5996c1.59961 -1.09961 6.59961 -20.9004 -6.90039 -34.5996c4.7002 0.899414 8.2002 1.59961 9.7998 2.09961c2.60059 0.799805 17.7002 -11.2998 3.10059 -13.2998 +c-14.3008 -2.2998 -22.6006 -5.10059 -47.1006 -10.7998c-45.8994 -10.7002 -85.8994 -11.8008 -117.7 -12.8008l1 -11.5996c3.80078 -18.0996 -23.3994 -24.2998 -27.5996 -6.2002c0.799805 -17.8994 -27.0996 -21.7998 -28.4004 1l-0.5 -5.2998 +c-0.699219 -18.4004 -28.3994 -17.9004 -28.2998 0.599609c-7.5 -13.5 -28.0996 -6.7998 -26.3994 8.5l1.19922 12.4004c-36.6992 -0.900391 -59.6992 -3.09961 -61.7998 -3.09961c-20.8994 0 -20.8994 31.5996 0 31.5996c2.40039 0 27.7002 -1.2998 63.2002 -2.7998 +c-61.0996 15.5 -103.7 55 -114.9 118.2c-25 -12.8008 -57.5 -26.8008 -68.1992 -0.800781c-10.5 25.4004 21.5 42.6006 66.7998 73.4004c0.700195 6.59961 1.59961 13.2998 2.7002 19.7998c-14.4004 19.6006 -11.6006 36.2998 -16.1006 60.4004 +c-16.7998 -2.40039 -23.2002 9.09961 -23.5996 23.0996c0.299805 7.2998 2.09961 14.9004 2.39941 15.4004c1.10059 1.7998 10.1006 2 12.7002 2.59961c6 31.7002 50.6006 33.2002 90.9004 34.5c19.7002 21.7998 45.2002 41.5 80.8994 48.2998 +c-15.2998 19.4004 -3.39941 39.9004 -2.39941 40.4004c1.7002 0.799805 21.2002 -4.2998 26.2998 -23.2002c5.2002 8.7998 18.2998 11.4004 19.5996 10.7002c1.10059 -0.599609 6.40039 -15 -4.89941 -25.9004c40.2998 -3.5 72.2002 -24.6992 96 -50.6992 +c36.0996 -1.5 71.7998 -5.90039 77.0996 -34c2.7002 -0.600586 11.6006 -0.800781 12.7002 -2.60059c0.299805 -0.5 2.09961 -8.09961 2.40039 -15.3994c-0.5 -13.9004 -6.80078 -25.4004 -23.6006 -23.1006c-3.2002 -17.2998 -2.7002 -32.8994 -8.7002 -47.7002 +c2.40039 -11.6992 4 -23.7998 4.80078 -36.3994c37 -25.4004 70.2998 -42.5 60.2998 -66.9004zM207.4 288.1c0.899414 44 -37.9004 42.2002 -78.6006 40.3008c-21.7002 -1 -38.8994 -1.90039 -45.5 -13.9004c-11.3994 -20.9004 5.90039 -92.9004 23.2002 -101.2 +c9.7998 -4.7002 73.4004 -7.89941 86.2998 7.10059c8.2002 9.39941 15 49.3994 14.6006 67.6992zM259.4 229.8c-4.30078 12.4004 -6 30.1006 -15.3008 32.7002c-2 0.5 -9 0.5 -11 0c-10 -2.7998 -10.7998 -22.0996 -17 -37.2002c15.4004 0 19.3008 -9.7002 23.7002 -9.7002 +c4.2998 0 6.2998 11.3008 19.6006 14.2002zM395.1 314.5c-6.59961 12.0996 -24.7998 12.9004 -46.5 13.9004c-40.1992 1.89941 -78.1992 3.7998 -77.2998 -40.3008c-0.5 -18.2998 5 -58.2998 13.2002 -67.7998c13 -14.8994 76.5996 -11.7998 86.2998 -7.09961 +c15.7998 7.59961 36.5 78.8994 24.2998 101.3z" /> + <glyph glyph-name="erlang" unicode="" horiz-adv-x="640" +d="M87.2002 394.5c-41.5 -50.2002 -65.6006 -116.2 -65.5 -192.9c-0.100586 -86.7998 29 -159.5 78.7002 -212.1h-100.4v405h87.2002zM325.4 384.8c46.1992 -0.0996094 79.5996 -33.5 80.6992 -83.2002h-169.899c4.09961 49.7002 43.2998 83.1006 89.2002 83.2002z +M556.1 394.4h0.300781l-0.100586 0.0996094zM556.4 394.4h83.5996v-405h-80.7998c21.3994 23 40.5 49.8994 57.8994 80.7998l-96.3994 48.2002c-33.9004 -55.1006 -83.4004 -105.801 -151.9 -106.101c-99.7002 0.400391 -138.8 85.6006 -138.6 195.3h372.399 +c0.5 12.4004 0.5 18.1006 0 24.1006c2.5 65.2002 -14.7998 120 -46.1992 162.7z" /> + <glyph glyph-name="facebook-f" unicode="" horiz-adv-x="320" +d="M279.14 160h-74.6895v-224h-100.17v224h-81.3906v92.6602h81.3906v70.6201c0 80.3398 47.8594 124.72 121.08 124.72c35.0693 0 71.75 -6.25977 71.75 -6.25977v-78.8906h-40.4199c-39.8203 0 -52.2402 -24.71 -52.2402 -50.0596v-60.1299h88.9102z" /> + <glyph glyph-name="facebook-messenger" unicode="" horiz-adv-x="512" +d="M256.55 440c140.04 0 247.45 -102.34 247.45 -240.57c0 -175.13 -166.15 -273.229 -319.44 -231.04c-8.96973 2.44043 -9.64941 0.600586 -62.5596 -22.6992c-2.10449 -0.918945 -5.67578 -1.66504 -7.97168 -1.66504c-10.624 0 -19.543 8.61719 -19.9082 19.2344 +c-1.41992 46.3701 0.299805 50.7207 -8.0498 58.2305c-48.3604 43.1602 -78.0703 105.64 -78.0703 177.939c0 138.23 108.52 240.57 248.55 240.57zM405.79 254.87c7.0498 11.0801 -6.65039 23.5996 -17.0898 15.6201l-78.4102 -59.3799 +c-2.20801 -1.65625 -6.24023 -3 -9 -3s-6.79199 1.34375 -9 3l-58.0596 43.46c-5.48926 4.09961 -15.5049 7.42676 -22.3564 7.42676c-11.3438 0 -25.4805 -7.77637 -31.5537 -17.3574l-73 -115.569c-7.05078 -11.0703 6.64941 -23.6006 17.1094 -15.6699l78.3701 59.4395 +c2.20801 1.65625 6.24023 3 9 3s6.79199 -1.34375 9 -3l58.0801 -43.4697c5.48926 -4.09766 15.5039 -7.42285 22.3535 -7.42285c11.3428 0 25.4805 7.77441 31.5566 17.3525z" /> + <glyph glyph-name="firstdraft" unicode="" horiz-adv-x="384" +d="M384 256h-64v-128h-128v-128h-192v25.5996h166.4v128h128v128h89.5996v-25.5996zM358.4 217.6h25.5996v-153.6h-128v-128h-192v25.5996h166.4v128h128v128zM384 25.5996v-25.5996h-64v-64h-25.5996v89.5996h89.5996zM0 448h384v-128h-128v-128h-128v-128h-128v384z" /> + <glyph glyph-name="fonticons-fi" unicode="" horiz-adv-x="384" +d="M114.4 224h92.3994l-15.2002 -51.2002h-76.3994v-157.8c0 -8 -2.7998 -9.2002 4.39941 -10l59.6006 -5.59961v-34.4004h-179.2v35.2002l29.2002 2.7998c7.2002 0.799805 9.2002 3.2002 9.2002 10.7998v155.8c0 3.2002 -4 3.2002 -8 3.2002h-30.4004v51.2002h38.4004 +v28.7998c0 68 36.3994 96 106 96c46.7998 0 88.7998 -11.2002 88.7998 -72.3994l-69.6006 -8.40039c0.400391 25.5996 -6 31.5996 -22.3994 31.5996c-25.2002 0 -26 -13.5996 -26 -37.5996v-32c0 -3.2002 -4.7998 -6 -0.799805 -6zM384 -35h-140.8v34.4004l28 3.59961 +c7.2002 0.799805 10.3994 2.40039 10.3994 10v148c0 5.59961 -4 9.2002 -9.19922 10.7998l-33.2002 8.7998l9.2002 40.4004h110v-208c0 -8 -3.60059 -8.7998 4 -10l21.5996 -3.59961v-34.4004zM354 312.2l12.4004 -45.6006l-10 -10l-42.8008 22.8008l-42.7998 -22.8008 +l-10 10l12.4004 45.6006l-30 36.3994l4.7998 10h38l21.2002 38.4004h12.7998l21.2002 -38.4004h38l4.7998 -13.1992z" /> + <glyph glyph-name="fort-awesome-alt" unicode="" horiz-adv-x="512" +d="M208 210.6c2.09961 0 3.7002 -1.59961 3.7002 -3.69922v-51.7002c0 -2.10059 -1.60059 -3.7002 -3.7002 -3.7002h-22.2002c-2.09961 0 -3.7002 1.59961 -3.7002 3.7002v51.7002c0 2.09961 1.60059 3.69922 3.7002 3.69922h22.2002zM326.2 210.6 +c2 0 3.59961 -1.59961 3.7002 -3.69922v-51.7002c0 -2.10059 -1.60059 -3.7002 -3.7002 -3.7002h-22.2002c-2.09961 0 -3.7002 1.59961 -3.7002 3.7002v51.7002c0 2.09961 1.60059 3.69922 3.7002 3.69922h22.2002zM458.2 335.7 +c28.8994 -40.7002 45.7998 -90.2002 45.7998 -143.7c0 -2 0 -4 -0.0996094 -6c0 -0.700195 0 -1.2998 -0.100586 -2c0 -1.2998 -0.0996094 -2.7002 -0.200195 -4c0 -0.799805 -0.0996094 -1.5 -0.0996094 -2.2998 +c-0.0996094 -1.2002 -0.0996094 -2.40039 -0.200195 -0.700195c-0.0996094 -0.799805 -0.0996094 -1.59961 -0.200195 -2.40039c-0.0996094 -1.19922 -0.199219 -2.39941 -0.299805 -3.5c-0.0996094 -0.799805 -0.200195 -1.59961 -0.200195 -2.39941 +c-0.0996094 -1.2002 -0.299805 -2.40039 -0.399414 -3.60059c-0.100586 -0.799805 -0.200195 -1.5 -0.299805 -2.2998c-0.200195 -1.2998 -0.400391 -2.59961 -0.5 -3.89941c-0.100586 -0.600586 -0.200195 -1.30078 -0.300781 -1.90039l-0.899414 -5.7002 +c-0.100586 -0.599609 -0.200195 -1.09961 -0.299805 -1.7002c-0.200195 -1.2998 -0.5 -2.69922 -0.800781 -4c-0.199219 -0.799805 -0.299805 -1.59961 -0.5 -2.39941c-0.199219 -1.10059 -0.5 -2.2002 -0.699219 -3.2002 +c-0.200195 -0.900391 -0.400391 -1.7002 -0.600586 -2.59961c-0.200195 -1 -0.5 -2 -0.700195 -3c-0.199219 -0.900391 -0.5 -1.80078 -0.699219 -2.7002c-0.300781 -1 -0.5 -1.90039 -0.800781 -2.90039c-0.199219 -0.899414 -0.5 -1.7998 -0.799805 -2.7002 +c-0.299805 -0.899414 -0.599609 -1.89941 -0.799805 -2.7998c-0.299805 -0.899414 -0.5 -1.7998 -0.799805 -2.7002c-0.299805 -0.899414 -0.600586 -1.7998 -0.900391 -2.7998c-0.5 -1.59961 -1.09961 -3.2998 -1.7002 -4.89941 +c-0.299805 -0.900391 -0.599609 -1.80078 -1 -2.80078c-0.399414 -1 -0.699219 -2 -1.09961 -3c-0.299805 -0.799805 -0.599609 -1.5 -0.900391 -2.2998l-1.19922 -3c-0.300781 -0.700195 -0.600586 -1.5 -0.900391 -2.2002c-0.400391 -1 -0.799805 -2 -1.2998 -3 +l-0.900391 -2.09961c-0.399414 -1 -0.899414 -2 -1.39941 -3c-0.300781 -0.700195 -0.600586 -1.2998 -0.900391 -2c-0.5 -1 -1 -2.09961 -1.5 -3.09961c-0.299805 -0.600586 -0.599609 -1.10059 -0.799805 -1.7002c-0.600586 -1.10059 -1.10059 -2.2002 -1.7002 -3.2998 +c-0.0996094 -0.200195 -0.200195 -0.300781 -0.299805 -0.5c-2.2002 -4.10059 -4.40039 -8.2002 -6.7998 -12.2002c-0.200195 -0.400391 -0.5 -0.799805 -0.700195 -1.2002c-0.700195 -1.09961 -1.2998 -2.2002 -2 -3.2998 +c-0.299805 -0.5 -0.600586 -0.900391 -0.900391 -1.40039c-0.700195 -1.09961 -1.39941 -2.09961 -2 -3.2002c-0.299805 -0.5 -0.599609 -0.899414 -0.899414 -1.39941c-0.700195 -1.10059 -1.40039 -2.10059 -2.10059 -3.2002 +c-0.299805 -0.400391 -0.599609 -0.799805 -0.799805 -1.2002c-0.799805 -1.09961 -1.5 -2.2002 -2.2998 -3.2998c-0.200195 -0.200195 -0.299805 -0.5 -0.5 -0.700195c-37.6006 -54.7002 -94.5 -91.3994 -160.101 -102.399 +c-0.899414 -0.100586 -1.69922 -0.300781 -2.59961 -0.400391c-1 -0.200195 -2.09961 -0.299805 -3.09961 -0.5c-0.900391 -0.0996094 -1.80078 -0.299805 -2.80078 -0.400391c-1 -0.0996094 -2 -0.299805 -3 -0.399414c-1 -0.100586 -2 -0.200195 -2.89941 -0.299805 +c-1 -0.100586 -1.90039 -0.200195 -2.90039 -0.300781c-1 -0.0996094 -2.09961 -0.199219 -3.09961 -0.299805c-0.900391 -0.0996094 -1.7998 -0.200195 -2.7002 -0.200195c-1.09961 -0.0996094 -2.2998 -0.0996094 -3.40039 -0.199219 +c-0.799805 0 -1.69922 -0.100586 -2.5 -0.100586c-1.2998 -0.0996094 -2.59961 -0.0996094 -3.89941 -0.0996094c-0.700195 0 -1.40039 -0.100586 -2.10059 -0.100586c-2 0 -4 -0.0996094 -6 -0.0996094s-4 0 -6 0.0996094c-0.699219 0 -1.39941 0 -2.09961 0.100586 +c-1.2998 0 -2.59961 0.0996094 -3.90039 0.0996094c-0.799805 0 -1.69922 0.100586 -2.5 0.100586c-1.09961 0.0996094 -2.2998 0.0996094 -3.39941 0.199219c-0.900391 0.100586 -1.7998 0.100586 -2.7002 0.200195c-1 0.100586 -2.09961 0.200195 -3.09961 0.299805 +c-1 0.100586 -1.90039 0.200195 -2.90039 0.300781c-1 0.0996094 -2 0.199219 -2.90039 0.299805c-1 0.0996094 -2 0.200195 -3 0.399414c-0.899414 0.100586 -1.7998 0.300781 -2.7998 0.400391s-2.09961 0.299805 -3.09961 0.5 +c-0.900391 0.0996094 -1.7002 0.299805 -2.60059 0.400391c-65.5996 10.8994 -122.5 47.6992 -160 99.3994c-0.199219 0.200195 -0.299805 0.5 -0.5 0.700195c-0.799805 1.09961 -1.59961 2.2002 -2.2998 3.2998c-0.299805 0.400391 -0.599609 0.799805 -0.799805 1.2002 +c-0.700195 1.09961 -1.40039 2.09961 -2.09961 3.2002c-0.300781 0.5 -0.600586 0.899414 -0.900391 1.39941c-0.700195 1.10059 -1.40039 2.10059 -2 3.2002c-0.299805 0.5 -0.599609 0.900391 -0.900391 1.40039c-0.699219 1.09961 -1.2998 2.2002 -2 3.2998 +c-0.199219 0.400391 -0.5 0.799805 -0.699219 1.2002c-2.40039 4 -4.60059 8.09961 -6.80078 12.2002c-0.0996094 0.199219 -0.199219 0.299805 -0.299805 0.5c-0.599609 1.09961 -1.09961 2.19922 -1.7002 3.2998c-0.299805 0.599609 -0.599609 1.09961 -0.799805 1.7002 +c-0.5 1 -1 2.09961 -1.5 3.09961c-0.299805 0.700195 -0.599609 1.2998 -0.899414 2c-0.5 1 -0.900391 2 -1.40039 3l-0.900391 2.09961c-0.399414 1 -0.899414 2 -1.2998 3c-0.299805 0.700195 -0.599609 1.5 -0.899414 2.2002l-1.2002 3 +c-0.299805 0.799805 -0.600586 1.5 -0.900391 2.2998c-0.399414 1 -0.799805 2 -1.09961 3c-0.299805 0.900391 -0.600586 1.80078 -1 2.80078c-0.600586 1.59961 -1.10059 3.2998 -1.7002 4.89941c-0.299805 0.900391 -0.599609 1.7998 -0.900391 2.7998 +c-0.299805 0.900391 -0.5 1.80078 -0.799805 2.7002c-0.299805 0.900391 -0.599609 1.90039 -0.799805 2.7998c-0.299805 0.900391 -0.5 1.80078 -0.799805 2.7002c-0.299805 1 -0.5 1.90039 -0.799805 2.90039c-0.200195 0.899414 -0.5 1.7998 -0.700195 2.7002 +c-0.299805 1 -0.5 2 -0.700195 3c-0.200195 0.899414 -0.400391 1.69922 -0.599609 2.59961c-0.200195 1.09961 -0.5 2.2002 -0.700195 3.2002c-0.200195 0.799805 -0.299805 1.59961 -0.5 2.39941c-0.299805 1.30078 -0.5 2.7002 -0.799805 4 +c-0.100586 0.600586 -0.200195 1.10059 -0.300781 1.7002l-0.899414 5.7002c-0.100586 0.599609 -0.200195 1.2998 -0.299805 1.90039c-0.200195 1.2998 -0.400391 2.59961 -0.5 3.89941c-0.100586 0.799805 -0.200195 1.5 -0.300781 2.2998 +c-0.0996094 1.2002 -0.299805 2.40039 -0.399414 3.60059c-0.100586 0.799805 -0.200195 1.59961 -0.200195 2.39941c-0.0996094 1.2002 -0.200195 2.40039 -0.299805 3.5c-0.100586 0.800781 -0.100586 1.60059 -0.200195 2.40039 +c-0.0996094 1.2002 -0.200195 2.40039 -0.200195 3.7002c0 0.799805 -0.0996094 1.5 -0.0996094 2.2998c-0.100586 1.2998 -0.100586 2.7002 -0.200195 4c0 0.700195 0 1.2998 -0.0996094 2c0 2 -0.100586 4 -0.100586 6c0 53.5 16.9004 103 45.7998 143.6 +c2.30078 3.2002 4.7002 6.40039 7.10059 9.5c4.89941 6.2002 10.0996 12.3008 15.5996 18c2.7002 2.90039 5.5 5.7002 8.40039 8.40039c2.89941 2.7002 5.7998 5.40039 8.7998 8c4.5 3.90039 9.09961 7.59961 13.9004 11.2002c1.59961 1.2002 3.19922 2.39941 4.7998 3.5 +c27.2998 19.5996 59 33.7002 93.2998 40.7998c16.0996 3.2998 32.9004 5 50 5s33.7998 -1.7002 50 -5c34.2998 -7 66 -21.0996 93.5996 -40.7002c1.60059 -1.2002 3.2002 -2.2998 4.80078 -3.5c4.7998 -3.59961 9.39941 -7.2998 13.8994 -11.2002 +c12 -10.3994 23 -21.8994 32.7998 -34.3994c2.5 -3.10059 4.80078 -6.2998 7.10059 -9.5zM448 76.5v71.2998c0 2.10059 -1.59961 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.69922 -1.59961 -3.69922 -3.7002v-25.7998h-29.5v144 +c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.1006c-2.09961 0 -3.69922 -1.60059 -3.69922 -3.7002v-25.9004h-29.5v25.9004c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-25.9004h-29.5v25.9004 +c0 4.7998 -6.5 3.7002 -9.5 3.7002v30.7002c6.7002 1.59961 13.7998 2.7998 20.7998 2.7998c8.80078 0 16.8008 -3.5 25.4004 -3.5c3.7002 0 22.4004 0.899414 22.4004 6.5v48.3994c0 2.10059 -1.60059 3.7002 -3.7002 3.7002c-4.2002 0 -12.2002 -3.5 -19.4004 -3.5 +c-7.89941 0 -16.8994 3.5 -26.2998 3.5c-6.5 0 -12.9004 -0.899414 -19.2002 -2.2998v3.90039c4.40039 2.09961 7.40039 6.69922 7.40039 11.5c0 16.7998 -25.4004 16.7998 -25.4004 0c0 -4.80078 3 -9.5 7.40039 -11.5v-90.2002c-3 0 -9.5 1.09961 -9.5 -3.7002v-25.9004 +h-29.5v25.9004c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-25.9004h-29.5v25.9004c0 2.09961 -1.59961 3.7002 -3.69922 3.7002h-22.1006c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-144h-29.5996v25.7998 +c0 2.10059 -1.59961 3.7002 -3.7002 3.7002h-22.0996c-2.10059 0 -3.7002 -1.59961 -3.7002 -3.7002v-71.2998c9.40039 -15.5 20.5996 -29.9004 33.5996 -42.9004c20.6006 -20.5996 44.5 -36.6992 71.2002 -48c13.9004 -5.89941 28.2002 -10.2998 42.9004 -13.1992v75.7998 +c0 58.5996 88.5996 58.5996 88.5996 0v-75.7998c14.7002 2.89941 29 7.39941 42.9004 13.1992c26.7002 11.3008 50.5996 27.4004 71.2002 48c13 13 24.1992 27.4004 33.5996 42.9004z" /> + <glyph glyph-name="freebsd" unicode="" +d="M303.7 351.8c11.0996 11.1006 115.5 77 139.2 53.2002c23.6992 -23.7002 -42.1006 -128.1 -53.2002 -139.2c-11.1006 -11.0996 -39.4004 -0.899414 -63.1006 22.9004c-23.7998 23.7002 -34.0996 52 -22.8994 63.0996zM109.9 379.9 +c-31.6006 -19.4004 -57.9004 -46.5 -76.4004 -78.7002c-20.7998 36.2998 -44.5 89.0996 -27.9004 105.7c16.4004 16.5 68 -6.40039 104.301 -27zM406.7 274c3.2998 5.5 7 11.7998 10.8994 18.7998c17.6006 -31.2998 27.7002 -67.3994 27.7002 -105.8 +c0 -119.1 -96.5 -215.6 -215.6 -215.6c-119.101 0 -215.601 96.5996 -215.601 215.6c0 119.1 96.5 215.6 215.601 215.6c35.8994 0 69.7002 -8.7998 99.5 -24.2998c-7.2998 -4 -13.9004 -8 -19.6006 -11.5996c-26 4.7002 -32.8994 -16.4004 -14.8994 -48.7002 +c21.7998 -43.0996 89 -90.4004 109.3 -70.0996c5.40039 5.39941 6 14.7998 2.7002 26.0996z" /> + <glyph glyph-name="gitkraken" unicode="" horiz-adv-x="592" +d="M565.7 329.9c11.7998 -31.6006 18.2998 -65.7002 18.2998 -101.4c0 -155.1 -122.6 -281.6 -276.3 -287.7v145.8c-8.40039 -0.5 -16.6006 -0.399414 -23.4004 0v-145.899c-153.7 6.2002 -276.3 132.7 -276.3 287.8c0 35.7002 6.5 69.7998 18.2998 101.3 +c2.2998 6.2002 9.2998 9.2002 15.2998 6.60059c5.7002 -2.40039 8.5 -8.80078 6.30078 -14.6006c-10.9004 -29 -16.9004 -60.5 -16.9004 -93.2998c0 -134.6 100.4 -245.7 230.2 -262.7v123.7c-7.90039 1.59961 -15.4004 3.7002 -23 6.2002v-104 +c-106.7 26 -185.9 122.1 -185.9 236.8c0 91.7998 50.7998 171.8 125.8 213.3c5.80078 3.2002 13 0.900391 15.9004 -5c2.7002 -5.5 0.700195 -12.0996 -4.7002 -15.0996c-67.8994 -37.7002 -113.899 -110.101 -113.899 -193.2c0 -93.4004 57.8994 -173.2 139.8 -205.4 +v92.2002c-14.2002 4.5 -24.7998 17.7002 -24.7998 33.5c0 13.1006 6.69922 24.4004 17.2998 30.5c-8.2002 79.6006 -44.5 58.6006 -44.5 83.9004v14.7998c0 38 87.8994 161.7 129.1 164.7c2.60059 0.200195 5.10059 0.200195 7.60059 0 +c41.0996 -2.90039 129 -126.7 129 -164.7v-14.7002c0 -25.2998 -36.2002 -4.39941 -44.5 -83.8994c10.5 -6.10059 17.2998 -17.4004 17.2998 -30.5c0 -15.8008 -10.7002 -29 -24.9004 -33.5v-92.2002c81.9004 32.2998 139.8 112.1 139.8 205.399 +c0 83.2002 -46 155.601 -113.899 193.2c-5.2998 2.90039 -7.40039 9.60059 -4.7002 15.1006c2.90039 5.89941 10.2002 8.19922 15.9004 5c75 -41.5 125.8 -121.5 125.8 -213.301c0 -114.699 -79.2002 -210.899 -185.9 -236.8v104 +c-7.5 -2.59961 -15.0996 -4.7002 -23 -6.2002v-123.699c129.9 17 230.2 128.1 230.2 262.699c0 32.8008 -6 64.3008 -16.9004 93.3008c-2.19922 5.69922 0.600586 12.1992 6.30078 14.5996c6 2.59961 13 -0.5 15.2998 -6.59961zM365.9 172.5 +c-13.1006 0 -23.7002 -10.5996 -23.7002 -23.7002c0 -13.2002 10.7002 -23.7002 23.7002 -23.7002c13.0996 0 23.6992 10.6006 23.6992 23.7002c0 13.2002 -10.6992 23.7002 -23.6992 23.7002zM226.1 125.2c13.2002 0 23.7002 10.7002 23.7002 23.7002 +c0 13.0996 -10.5996 23.6992 -23.7002 23.6992c-13.1992 0 -23.6992 -10.6992 -23.6992 -23.6992s10.5 -23.7002 23.6992 -23.7002z" /> + <glyph glyph-name="gofore" unicode="" horiz-adv-x="400" +d="M324 128.2c54.2998 0 65.7002 -50.1006 67.7002 -77.7002c-46.5 -56.2998 -107.8 -82.5 -171 -82.5c-123.7 0 -220.7 101.5 -220.7 224c0 123.4 98 224 220.7 224c59 0 114.3 -23.2998 156.1 -65.5996l-62.2998 -63.3008c-25 25.4004 -58.2998 39.4004 -93.5996 39.4004 +c-73.2002 0 -132.4 -60.2998 -132.4 -134.4c0 -74.1992 59.2002 -134.399 132.4 -134.399c33.5996 0 65.3994 12.7002 89.8994 35.7998v34.7002h13.2002zM311.9 240.7c47.6992 0 88.0996 -35 88.0996 -100.2v-30.5996c-15.5 26.6992 -42.5 41.7998 -76 41.7998h-118.4v89 +h106.301z" /> + <glyph glyph-name="goodreads" unicode="" +d="M299.9 256.8c5.09961 -37.2998 -4.7002 -79 -35.9004 -100.7c-22.2998 -15.5 -52.7998 -14.0996 -70.7998 -5.69922c-37.1006 17.2998 -49.5 58.5996 -46.7998 97.1992c4.2998 60.9004 40.8994 87.9004 75.2998 87.5c46.8994 0.200195 71.7998 -31.7998 78.2002 -78.2998 +zM448 360v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336c30.9004 0 56 -25.0996 56 -56zM330 134.8c0 0 -0.0996094 34 -0.0996094 217.3h-29v-40.2998c-0.800781 -0.299805 -1.2002 0.5 -1.60059 1.2002 +c-9.59961 20.7002 -35.8994 46.2998 -76 46c-51.8994 -0.400391 -87.2002 -31.2002 -100.6 -77.7998c-4.2998 -14.9004 -5.7998 -30.1006 -5.5 -45.6006c1.7002 -77.8994 45.0996 -117.8 112.399 -115.199c28.9004 1.09961 54.5 17 69 45.1992 +c0.5 1 1.10059 1.90039 1.7002 2.90039c0.200195 -0.0996094 0.400391 -0.0996094 0.600586 -0.200195c0.299805 -3.7998 0.199219 -30.7002 0.0996094 -34.5c-0.200195 -14.7998 -2 -29.5 -7.2002 -43.5c-7.7998 -21 -22.2998 -34.7002 -44.5 -39.5 +c-17.7998 -3.89941 -35.5996 -3.7998 -53.2002 1.2002c-21.5 6.09961 -36.5 19 -41.0996 41.7998c-0.299805 1.60059 -1.2998 1.2998 -2.2998 1.2998h-26.7998c0.799805 -10.5996 3.19922 -20.2998 8.5 -29.1992c24.1992 -40.5 82.6992 -48.5 128.199 -37.4004 +c49.9004 12.2998 67.3008 54.9004 67.4004 106.3z" /> + <glyph glyph-name="goodreads-g" unicode="" horiz-adv-x="384" +d="M42.5996 44.7002h2.80078c12.6992 0 25.5 0 38.1992 -0.100586c1.60059 0 3.10059 0.400391 3.60059 -2.09961c7.09961 -34.9004 30 -54.5996 62.8994 -63.9004c26.9004 -7.59961 54.1006 -7.7998 81.3008 -1.7998c33.7998 7.40039 56 28.2998 68 60.4004 +c8 21.5 10.6992 43.7998 11 66.5c0.0996094 5.7998 0.299805 47 -0.200195 52.7998l-0.900391 0.299805c-0.799805 -1.5 -1.7002 -2.89941 -2.5 -4.39941c-22.0996 -43.1006 -61.2998 -67.4004 -105.399 -69.1006c-103 -4 -169.4 57 -172 176.2 +c-0.5 23.7002 1.7998 46.9004 8.2998 69.7002c20.5996 71.0996 74.5996 118.2 153.899 118.8c61.3008 0.400391 101.5 -38.7002 116.2 -70.2998c0.5 -1.10059 1.2998 -2.2998 2.40039 -1.90039v61.6006h44.2998c0 -280.301 0.0996094 -332.2 0.0996094 -332.2 +c-0.0996094 -78.5 -26.6992 -143.7 -103 -162.2c-69.5 -16.9004 -159 -4.7998 -196 57.2002c-8 13.5 -11.7998 28.2998 -13 44.5zM188.9 411.5c-52.5 0.5 -108.5 -40.7002 -115 -133.8c-4.10059 -59 14.7998 -122.2 71.5 -148.601 +c27.5996 -12.8994 74.2998 -15 108.3 8.7002c47.5996 33.2002 62.7002 97 54.7998 154c-9.7002 71.1006 -47.7998 120 -119.6 119.7z" /> + <glyph glyph-name="google-drive" unicode="" horiz-adv-x="512" +d="M339 133.1l-163.6 282.9h161.199l163.601 -282.9h-161.2zM201.5 109.5h310.5l-80.5996 -141.5h-310.5zM154.1 380.6l82.9004 -141.399l-156.4 -271.2l-80.5996 141.5z" /> + <glyph glyph-name="google-play" unicode="" horiz-adv-x="512" +d="M325.3 213.7l-220.7 221.3l280.801 -161.2zM47 448l256.6 -255.9l-256.6 -256c-13 6.80078 -21.7002 19.2002 -21.7002 35.3008v441.3c0 16.0996 8.7002 28.5 21.7002 35.2998zM472.2 222.4c19.2002 -14.3008 19.2002 -46.5 1.2002 -60.8008l-60.1006 -34.0996 +l-65.7002 64.5l65.7002 64.5zM104.6 -51l220.7 221.3l60.1006 -60.0996z" /> + <glyph glyph-name="gripfire" unicode="" horiz-adv-x="384" +d="M112.5 146.6c0 -26.8994 16.5996 -47.1992 32.5996 -69.5c22.5 -30.1992 44.2002 -56.8994 44.2002 -86.5c-0.0996094 -14.5 -4.39941 -29.6992 -17.5 -46.3994c0 5.2998 4.7998 12.2002 4.7998 22.2998c0 15.2002 -13 39.9004 -78.0996 86.5996 +c-34.2998 29.1006 -66.5 58.5 -66.5 108.301c0 114.699 147.1 176.5 147.1 268.6c0 3.2998 -0.199219 6.7002 -0.599609 10c5.09961 -2.40039 39.0996 -43.2998 39.0996 -90.4004c0 -80.5 -105.1 -129.199 -105.1 -203zM317.8 185.6 +c1.5 -8.39941 2.2002 -16.5996 2.2002 -24.5996c0 -51.7998 -29.4004 -97.5 -67.2998 -136.8c-1 -1 -2.2002 -2.40039 -3.2002 -2.40039c-3.59961 0 -35.5 41.6006 -35.5 53.2002c0 0 41.7998 55.7002 41.7998 96.9004c0 10.7998 -2.7002 21.6992 -9.09961 33.3994 +c-1.5 -32.2998 -55.7002 -87.7002 -58.1006 -87.7002c-2.69922 0 -17.8994 22 -17.8994 42.1006c0 5.2998 1 10.7002 3.2002 15.7998c2.39941 5.5 56.5996 72 56.5996 116.7c0 6.2002 -1 12 -3.40039 17.0996l-4 7.2002c16.7002 -6.5 82.6006 -64.0996 94.7002 -130.9z" /> + <glyph glyph-name="grunt" unicode="" horiz-adv-x="384" +d="M61.2998 258.7c0.5 4.89941 2.7998 10 7 12h0.100586c-4.60059 1.7002 -9.2002 3.09961 -13.5 4.09961c42.1992 10.2002 73.3994 -20.5996 83.0996 -31.7998c16.5996 -19.2002 35.5 -8.7998 35.5 -8.7998c0.299805 -11.1006 -10.2998 -19 -21.0996 -19.5 +c1.19922 -15.4004 -13.9004 -32.5 -13.9004 -32.5s5.59961 15 2.7002 25.2998c-0.900391 3.2002 -2 6.09961 -3 8.5c-19.2998 -17.2002 -48 -1.5 -54.9004 6.09961c-9.59961 10.6006 -12.3994 23.8008 -12.7998 34.1006c-1.7998 -3.7998 -3.2998 -9.10059 -4 -16.6006 +c0 0 -6.2998 9.10059 -5.2002 19.1006zM89.5996 260.5c-2.89941 -9.09961 -3.39941 -27.7002 6.90039 -35.2998c16.2998 -12.1006 32.2998 -5 38 -1.7002c-7.5 11.2998 -25.4004 26 -44.9004 37zM231.7 214.7c-10.7998 0.399414 -21.4004 8.39941 -21.2002 19.2998 +c0 0 18.7998 -10.4004 35.5 8.7998c9.7002 11.2002 40.7998 42 83.0996 31.7998c-4.2998 -0.899414 -8.89941 -2.2998 -13.5 -4.09961h0.100586c4.09961 -1.7998 6.39941 -6.7998 7 -11.7998c1.2002 -10 -5.2002 -19.1006 -5.2002 -19.1006 +c-0.599609 7.5 -2.2002 12.8008 -4 16.6006c-0.5 -10.2998 -3.2002 -23.5 -12.7998 -34.1006c-6.7998 -7.59961 -35.5 -23.3994 -54.7998 -6.09961c-1 -2.5 -2.10059 -5.2998 -3 -8.5c-2.90039 -10.2998 2.69922 -25.2998 2.69922 -25.2998s-15.0996 17 -13.8994 32.5z +M294.4 260.5c-19.5 -11 -37.4004 -25.5996 -44.9004 -37c5.7002 -3.40039 21.5996 -10.5 37.9004 1.59961c10.3994 7.7002 10 26.3008 7 35.4004zM160 29.5c4.09961 0 7 -0.900391 8.7998 -2.7002c2.2002 -2.2998 1.5 -5.2998 0.900391 -6.7998 +c-1.10059 -2.7002 -5.5 -11.5996 -13 -19.7998c-2.7002 -2.90039 -6.60059 -4.60059 -11 -4.60059c-4.2998 0 -8.7002 1.60059 -11.7998 4.30078c-2.30078 2.09961 -10.2002 9.5 -13.7002 18.5996c-1.2998 3.40039 -1 6.09961 0.899414 8.09961 +c1.30078 1.30078 4 2.90039 9.5 2.90039h29.4004zM349.2 130.7c0 0 29.2998 -22.5 21.0996 -70.9004c-5.2998 -29.5 -23.2002 -46 -47 -54.7002c-8.7998 -19.0996 -29.3994 -45.6992 -67.2998 -49.5996c-14.5 -11.7998 -34.5 -19.5 -63.5996 -19.5h-0.200195 +c-29.2002 0 -49.2002 7.7002 -63.6006 19.5c-37.8994 3.90039 -58.5 30.5 -67.2998 49.5996c-23.7998 8.60059 -41.7998 25.2002 -47 54.7002c-8.59961 48.2002 20.6006 70.7998 20.6006 70.7998c2.39941 -17.8994 13 -33.8994 24.5996 -43.7998 +c3.09961 22.7002 3.7002 55.5 3.7002 62.4004c0 14.7002 -9.5 24.5 -12.2002 26.0996c-2.5 1.5 -5.2998 3 -8.2998 4.60059c-18 9.59961 -40.4004 21.5996 -40.4004 43.6992c0 16.1006 9.2998 23.2002 15.4004 27.8008c0.799805 0.599609 1.5 1.19922 2.2002 1.69922 +c2.09961 1.7002 3.69922 3 4.2998 4.40039c4.39941 9.7998 3.59961 34.2002 1.7002 37.5996c-0.600586 0.700195 -16.8008 21 -11.8008 39.2002c2 7.40039 6.90039 13.2998 14.1006 17c5.2998 2.7002 11.7998 4.2002 19.5 4.5c0.0996094 2 0.5 4 0.899414 5.90039 +c0.5 2.59961 1.10059 5.2998 0.900391 8.09961c-0.400391 4.7002 -0.799805 9.10059 -2.2002 11.2998c-8.39941 13.3008 -28.7998 17.6006 -29 17.6006l-12.2998 2.39941l8.09961 9.40039c0.200195 0.200195 17.3008 17.5 46.3008 17.5c7.89941 0 16 -1.2998 23.8994 -3.5 +c24.2998 -7.7998 42.9004 -30.5 49.4004 -39.2998c2 0.599609 3.89941 1.2002 5.89941 1.7002c-1 26.3994 20.7002 47.3994 28.2002 48.2998c0.5 -4.5 -0.399414 -22.2002 7.2002 -27.6006c2.2002 14.4004 9.59961 30.3008 39.0996 40.7002 +c-6.2998 -16.7002 -0.799805 -30.7002 1.80078 -37.2002c20.0996 18.2002 33.6992 15.2002 33.6992 15.2002s-13.1992 -22.7002 -9 -38.5c3.30078 -0.799805 6.5 -1.7002 9.60059 -2.7002c6.5 8.80078 25.2002 31.5 49.3994 39.3008 +c8.10059 2.59961 16.2002 3.89941 24.1006 3.89941c29 0 46.2002 -17.2998 46.2998 -17.5l8.09961 -9.5l-12.2998 -2.39941c-0.200195 0 -20.5996 -4.30078 -29 -17.6006c-1.39941 -2.2998 -1.7998 -6.59961 -2.2002 -11.2998 +c-0.199219 -2.7998 0.300781 -5.5 0.900391 -8.09961c0.400391 -2 0.799805 -3.90039 0.900391 -5.90039c7.59961 -0.299805 14.1992 -1.7998 19.5 -4.5c7.19922 -3.7002 12.0996 -9.59961 14.0996 -17c4.90039 -18.2998 -11.2002 -38.5996 -11.7998 -39.2002 +c-1.90039 -3.39941 -2.7002 -27.7998 1.7002 -37.5996c0.599609 -1.40039 2.19922 -2.7002 4.2998 -4.40039c0.700195 -0.599609 1.39941 -1.09961 2.2002 -1.7002c6.09961 -4.59961 15.3994 -11.5996 15.3994 -27.7998c0 -22.0996 -22.3994 -34.0996 -40.3994 -43.7002 +c-2.90039 -1.59961 -5.80078 -3.09961 -8.30078 -4.59961c-2.69922 -1.59961 -12.1992 -11.4004 -12.1992 -26.0996c0 -6.90039 0.599609 -39.7002 3.69922 -62.4004c11.6006 9.90039 22.2002 25.7998 24.6006 43.7002zM305.7 410.3 +c-17.7998 -5.7002 -31.6006 -23.0996 -37.7002 -32.2002c1.59961 -0.699219 3.09961 -1.39941 4.7002 -2.19922c2.59961 -1.2002 4.89941 -2.40039 7.09961 -3.7002c2.7002 5.5 8.40039 13.7002 20.7002 22.3994c8.2002 5.80078 18.2002 8.90039 28.7002 8.90039 +c3.59961 0 6.7998 -0.400391 9.2002 -0.799805c3.2998 2.09961 6.59961 3.89941 9.69922 5.2998c-4.7998 2 -13.6992 5 -24.6992 5c-6.10059 0 -12.1006 -0.900391 -17.7002 -2.7002zM326.7 392.1c-7.40039 -0.299805 -14 -2.69922 -19.6006 -7 +c-8 -6.39941 -12.0996 -17.6992 -13.5 -22.5c4.90039 -4.19922 8.2002 -8.09961 10.5 -11.1992c3.40039 1 7.30078 1.89941 11.5 2.69922c3.30078 4.5 3.90039 10.6006 4.40039 17c0.5 6.2002 1.09961 12.6006 4.40039 17.8008c0.699219 1.09961 1.5 2.19922 2.2998 3.19922 +zM45.5996 402.7c2.40039 0.399414 5.60059 0.799805 9 0.899414c10.6006 0 20.5 -3.09961 28.8008 -8.89941c12.3994 -8.7002 18.0996 -17 20.6992 -22.4004c2.2002 1.2002 4.60059 2.5 7.10059 3.7002c1.59961 0.799805 3.2002 1.5 4.7998 2.2002 +c-6.09961 8.89941 -19.9004 26.2998 -37.7002 32.0996c-5.7002 1.7998 -11.5996 2.7002 -17.7002 2.7002c-11 0 -19.8994 -3 -24.6992 -5c3.09961 -1.2998 6.39941 -3.09961 9.69922 -5.2998zM90.2998 362.6c-1.39941 4.80078 -5.5 16.1006 -13.5 22.4004 +c-5.5 4.40039 -12.0996 6.7002 -19.5 7c0.799805 -1 1.60059 -2.09961 2.2998 -3.2002c3.30078 -5.2002 3.90039 -11.5996 4.40039 -17.7998c0.5 -6.40039 1 -12.5 4.2998 -16.9004c4.2002 -0.799805 8.10059 -1.7998 11.5 -2.69922c2.2002 3.19922 5.60059 7 10.5 11.1992z +M58.0996 188.1c8.7002 -5 18.1006 -16.7998 19 -34.1992c0.900391 -14.7002 -0.899414 -49.9004 -3.39941 -75.9004c12.5 -4.7998 26.7002 -6.40039 39.7002 -6.7998c2 4.09961 3.89941 8.5 5.5 13.0996c0.699219 1.90039 19.5996 51 26.3994 62.2002 +c-5.39941 -39 -17.5 -73.7002 -23.5 -89.5996c3.40039 0.399414 7.2998 0.699219 11.7002 0.699219h117c4.40039 0 8.2002 -0.199219 11.7002 -0.699219c-6 15.8994 -18 50.5996 -23.5 89.5996c6.7998 -11.0996 25.7002 -60.2002 26.3994 -62.2002 +c1.60059 -4.59961 3.5 -9 5.5 -13.0996c13 0.399414 27.3008 2 39.7002 6.7998c-2.5 26 -4.2998 61.2998 -3.39941 75.9004c1.09961 17.5 10.3994 29.1992 19.0996 34.1992c2.7002 1.5 5.5 3.10059 8.40039 4.60059c14.7998 8 30.1992 16.2998 30.1992 30.5 +c0 11.0996 -4.2998 14.5 -8.89941 18.2002l-0.5 0.399414c-0.700195 0.600586 -1.5 1.2002 -2.2002 1.7998c0.900391 -7.19922 1.90039 -13.2998 2.7002 -14.8994c0 0 -12.1006 15 -15.7002 44.2998c-1.40039 11.5 1.09961 34.2002 5.09961 43 +c-0.199219 -4.90039 0 -9.7998 0.300781 -14.4004c0.399414 0.900391 0.799805 1.60059 1.2998 2.2002c3.2998 4 11.8994 17.5 9.39941 26.6006c-1 3.39941 -3.19922 6 -6.69922 7.7998c-3.80078 1.89941 -8.80078 2.89941 -15.1006 2.89941 +c-12.2998 0 -25.8994 -3.7998 -32.8994 -6c-25.1006 -7.89941 -55.4004 -30.8994 -64.1006 -37.6992c-0.200195 -0.200195 -0.399414 -0.300781 -0.399414 -0.300781l-5.60059 -3.89941l3.5 5.7998c0.200195 0.299805 19.1006 31.4004 53.1006 46.5 +c-2 2.90039 -7.40039 8.2002 -21.6006 15.0996c-21.3994 10.5 -46.3994 15.8008 -74.2998 15.8008c-27.7998 0 -52.9004 -5.30078 -74.2998 -15.8008c-14.2002 -7 -19.6006 -12.1992 -21.6006 -15.0996c34.1006 -15.0996 53 -46.2002 53.2002 -46.5l3.5 -5.7998 +l-5.59961 3.89941s-0.200195 0.100586 -0.400391 0.300781c-8.7002 6.7998 -39 29.6992 -64.0996 37.6992c-7 2.30078 -20.6006 6 -32.9004 6c-6.2998 0 -11.2998 -1 -15.0996 -2.89941c-3.60059 -1.7998 -5.7998 -4.2998 -6.7002 -7.7998 +c-2.40039 -9.10059 6.2002 -22.6006 9.40039 -26.6006c0.5 -0.599609 0.899414 -1.39941 1.2998 -2.2002c0.299805 4.60059 0.5 9.5 0.299805 14.4004c4 -8.7002 6.5 -31.5 5.09961 -43c-3.59961 -29.2998 -15.6992 -44.2998 -15.6992 -44.2998 +c0.799805 1.59961 1.7998 7.7002 2.69922 14.8994c-0.799805 -0.599609 -1.5 -1.19922 -2.19922 -1.7998l-0.5 -0.399414c-4.60059 -3.60059 -8.90039 -7.10059 -8.90039 -18.2002c0 -14.2002 15.2998 -22.5 30.2002 -30.5c2.7998 -1.5 5.7002 -3 8.39941 -4.60059z +M34.7998 43.4004c11.9004 -19.7002 35.5 -29.4004 58.2002 -29.5c-4.5 13.2998 -3.09961 24 4.09961 31.7998l1.40039 1.39941c1.7998 2.40039 4.2998 5.80078 7 10c-27.2002 1.10059 -63.5 11 -74.4004 45.4004c-5 -5 -8.39941 -39.0996 3.7002 -59.0996zM80.5 -0.0996094 +c6.5 -9.5 16.5 -19.6006 30.9004 -25.5c-4.90039 7.19922 -8.80078 15.0996 -12.3008 23.0996c-6.39941 0.5 -12.5996 1.2998 -18.5996 2.40039zM192 -50.2002c60.5996 0.100586 78.2998 45.9004 84.9004 64.7002c3.59961 10.5 3.2998 18.2998 -0.900391 23.0996 +c-2.7998 3.30078 -9.5 7.2002 -24.5996 7.2002h-118.801c-15.0996 0 -21.6992 -3.89941 -24.5996 -7.2002c-4.2998 -4.89941 -4.59961 -12.5996 -0.900391 -23.0996c6.60059 -18.9004 24.3008 -64.5996 84.9004 -64.7002zM272.6 -25.5996 +c14.4004 5.89941 24.4004 16 30.9004 25.5c-6 -1.10059 -12.2002 -1.90039 -18.5996 -2.40039c-3.5 -8 -7.40039 -15.9004 -12.3008 -23.0996zM349.2 43.4004c12.2002 19.8994 8.7998 54 3.7998 59c-10.9004 -34.4004 -47.2002 -44.2002 -74.4004 -45.4004 +c2.7002 -4.2002 5.2002 -7.59961 7 -10c0.5 -0.5 1 -1 1.40039 -1.5c7.2002 -7.7002 8.59961 -18.5 4.09961 -31.7998c22.5 0.399414 46.1006 10 58.1006 29.7002zM191.9 260.3c-12.7002 0.200195 -27.2002 17.7998 -27.2002 17.7998 +c9.89941 -6 18.7998 -8.09961 27.2998 -8.2998c8.5 0.200195 17.4004 2.2998 27.2998 8.2998c0 0 -14.5 -17.6992 -27.2002 -17.7998h-0.199219zM253.6 29.5996c5.40039 -0.0996094 8.10059 -1.69922 9.40039 -3c1.90039 -1.89941 2.2002 -4.59961 0.900391 -7.89941 +c-3.5 -8.90039 -11.4004 -16.1006 -13.7002 -18.1006c-3.10059 -2.59961 -7.40039 -4.19922 -11.7998 -4.19922c-4.40039 0 -8.30078 1.59961 -11 4.5c-7.5 8 -12 16.6992 -13 19.2998c-0.600586 1.5 -1.30078 4.39941 0.899414 6.7002 +c1.7002 1.7998 4.7002 2.69922 8.90039 2.69922h29.3994z" /> + <glyph glyph-name="gulp" unicode="" horiz-adv-x="256" +d="M209.8 56.9004l-14.0996 -24.6006l-4.60059 -80.2002c0 -8.89941 -28.2998 -16.0996 -63.0996 -16.0996s-63.0996 7.2002 -63.0996 16.0996l-5.80078 79.4004l-14.8994 25.4004c41.2002 -17.3008 126 -16.7002 165.6 0zM13.7998 310.2 +c30.7002 -17 197.8 -16.9004 228.3 0.200195l-14.7998 -136.801c-4.7998 -4.19922 -11.5996 -10.1992 -16.5996 -14.0996c-1.60059 -1.2002 -6 -4.7002 -8 -4.7002c-1.2998 0 -2.2002 0.5 -2.2002 1.7998c0.0996094 1 3.40039 4.5 5 6.40039 +c4.90039 5.7002 13.7998 16 13.7998 23.4004c0 7 -10.7002 14.0996 -25.7002 0.199219c-1.59961 -1.5 -3.09961 -3 -4.5 -4.5c0.400391 1.10059 1.10059 5.10059 1.10059 6.2002c0 2.7998 -1.40039 4 -4.2002 4c-1 0 -1.90039 -0.599609 -2.7002 -1.59961 +c-2.59961 -3.10059 -3.89941 -7.5 -5.2998 -11.2998c-0.5 -1.80078 -1.09961 -3.60059 -1.7002 -5.5c-0.399414 -0.200195 -0.700195 -0.300781 -0.899414 -0.600586c-3.80078 -3.89941 -17.7002 -17 -23.1006 -17c-2.2998 0 -1.59961 3.60059 -1 5.7998 +c1 3.40039 6.7998 17.7002 8.7002 22.3008c4.59961 11.0996 8 19.7998 13.2002 31.8994c3.89941 9.2002 3.7998 8.60059 4.5 10.5c0.700195 2.10059 0.700195 4.90039 -1 6.2002c-1 0.700195 -2 1.09961 -3.2002 1.09961c-2.40039 0 -4.7998 -1.39941 -6.09961 -4.69922 +c-25.5 -64.4004 -25.2002 -63.3008 -26.4004 -68.2002c-2 -1.7002 -4.40039 -3.40039 -6.7998 -4.5c-3.10059 -1.40039 -6.7998 -2.2002 -6.7998 1.2002c0 3.69922 1.39941 8.19922 2.69922 11.6992c2.2002 6.10059 4.90039 11.1006 6.90039 16.7002 +c0.900391 2.40039 1.2998 4.7002 -0.400391 6.90039c-0.799805 1 -1.89941 1.5 -3.19922 1.5c-2.60059 0 -4.10059 -2.60059 -5.2002 -5.10059c-0.700195 -1.5 -1.2998 -3.09961 -1.7998 -4.7998c-1.2002 -4 -3.60059 -8.7002 -5.60059 -12.2998 +c-2.7998 -5 -6.5 -10.0996 -11.0996 -13.5c-2.2002 -1.59961 -4.5 -2.40039 -6.90039 -2.40039c-3.5 0 -2.39941 5.7002 -1.5 9c2.2002 7.80078 5.5 13.3008 9.2998 20.8008c1.30078 2.69922 2.30078 5.39941 -0.299805 7.19922c-0.5 0.300781 -1 0.5 -1.59961 0.700195 +c-3.40039 0.900391 -6 -1.09961 -7.60059 -4.5c-3.09961 -6.2998 -5.39941 -11.7002 -7.09961 -16.2002c-3.2998 -8.89941 -6.90039 -18.2998 -4.59961 -23.7998c1.5 -3.7002 4.5 -5.09961 8.59961 -5.09961c9.7998 0 17.7998 6.7002 22.4004 14.8994 +c-4.30078 -19.7998 8.19922 -17.2998 20 -8.09961c0.0996094 -0.400391 0.0996094 -0.799805 0.199219 -1.2002c1.5 -6.7002 8.7002 -6.7002 14.5 -4.09961c3.5 1.59961 8.2002 4.5 14.4004 10.5c0.200195 0.299805 0.799805 1.39941 -0.799805 -2.2998 +c-7.2002 -16.2002 -13.5 -28.2002 -15 -34.3008c-0.200195 -0.899414 -0.299805 -1.7998 -0.299805 -2.69922c0 -1.80078 0.399414 -3.10059 1.2998 -3.7002c1.59961 -1.2002 4.2002 -1.2998 6.09961 -0.299805c1.7998 1 3.10059 2.59961 4 4.5 +c1 2.19922 0.200195 0.699219 5.2002 14c5 13.3994 2.90039 7.7998 9.09961 22c1.90039 4.2998 4.2002 9.5 8.5 15.5c2.5 3.39941 5.5 7 8.7002 9.69922c5.7002 4.7002 11.7002 5.40039 11.7002 2.5c0 -2.19922 -3.2998 -6.39941 -4.7002 -8.09961 +c-5.2998 -6.7002 -14.3994 -16.2998 -14.3994 -21.5c0 -9.5 12 -8 17.3994 -5.7002c7.2998 3.2002 13.9004 9.60059 19.6006 14.7998l-10.9004 -94.5996c-1.90039 -4.90039 -39.0996 -17.0996 -88.2002 -17.0996c-49 0 -86.2002 12.0996 -88.2002 17.0996l-7.59961 79.5996 +c2.09961 -1.5 4.2998 -2.39941 7.7002 -2.39941c7.39941 0 16.0996 6.7002 21.5 11.7998c2.2998 2.2002 4.39941 4.40039 6.39941 6.59961c-1 -3 -7.09961 -22 -7.2998 -25.1992c-0.0996094 -1 -0.200195 -4.90039 0.799805 -6.30078 +c0.5 -0.799805 1.40039 -1.19922 2.60059 -1.19922c2.89941 0 5.59961 4.69922 6.2998 7.5c0 0 1.7998 6.2998 7.59961 25.7998c6.30078 21.0996 10 24.5 10 34.7002c0 5.59961 -7.2998 6.7998 -9.89941 0l-5.2002 -15.5c-2.2002 -4.5 -8 -11.5 -12.5 -16 +c-3.5 -3.5 -10.7998 -10.1006 -15.7998 -10.1006c-2.40039 0 -3.90039 1.40039 -4.90039 3.60059c-2.2998 5.2998 -0.899414 14.2998 0.600586 19.8994c2.59961 9.7002 6.89941 19.4004 12 28.2002c4.19922 7.2998 10.1992 15.7002 17.0996 20.7002 +c6.59961 4.7998 12.7998 4.5 16.9004 -2.7998c1.5 -2.7002 3.7998 -7.30078 6.7998 -7.30078c2.5 0 5.7002 2.60059 4.5 9.10059c-0.5 2.5 -4.90039 8.7998 -10.1006 11.7998c-6 3.59961 -12.3994 3.59961 -18.6992 0.900391 +c-19.2002 -8.2002 -34.1006 -35.2002 -40 -55.2002zM243.5 318.7c0 -21 -231.2 -21 -231.2 0c0 8.7998 51.7998 15.8994 115.601 15.8994c9 0 17.7998 -0.0996094 26.2998 -0.399414l12.5996 48.7002l61.2998 64.5c1.40039 1.39941 5.80078 0.199219 9.90039 -3.5 +c4.09961 -3.7002 6.59961 -7.90039 5.2998 -9.30078l-0.0996094 -0.0996094l-57.2998 -60.5l-10 -40.7002c39.8994 -2.59961 67.5996 -8.09961 67.5996 -14.5996zM174.1 314.1c0 0.800781 -0.899414 1.5 -2.5 2.10059l-0.199219 -0.799805 +c0 -1.30078 -5 -2.40039 -11.1006 -2.40039c-6.09961 0 -11.0996 1.09961 -11.0996 2.40039c0 0.0996094 0 0.199219 0.0996094 0.299805l0.200195 0.700195c-1.7998 -0.600586 -3 -1.40039 -3 -2.30078c0 -2.09961 6.2002 -3.69922 13.7002 -3.69922 +c7.7002 -0.100586 13.8994 1.59961 13.8994 3.69922z" /> + <glyph glyph-name="hacker-news-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM21.2002 218.8h-0.200195c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.0996094 -0.400391z +M239.2 164.9l80.7998 155.1h-34.7998c-54.7998 -101.2 -48.2998 -98.5996 -60.6006 -125.6c-10.0996 24.3994 -6.7998 27.2998 -59.2998 125.6h-37.2998l79.7998 -153.3v-102.7h31.4004v100.9z" /> + <glyph glyph-name="hire-a-helper" unicode="" horiz-adv-x="512" +d="M443.1 448c3.90039 -36.4004 32.5 -65.7998 68.9004 -71.7002v-370.5c-35.4004 -4 -64.9004 -33.3994 -67.9004 -69.7998h-372.199c-5.90039 36.4004 -34.5 63.9004 -71.9004 68.7998v371.5c37.4004 3.90039 67.9004 34.4004 71.9004 71.7002h371.199zM406.1 43.0996 +c7.80078 0 5.80078 10.8008 0 10.8008c-10.2998 3.39941 -13.5 3.59961 -21.6992 13.7998c-7.80078 12.8994 -7.90039 44.3994 -7.90039 127.8v101.2c0 22.0996 12.2002 28.2998 28.5996 32.3994c8.90039 2.2002 3.90039 11.8008 -1 11.8008 +c-36.5 0 -20.5996 -2 -57.0996 -2c-32.7002 0 -16.5 2 -49.2002 2c-3.2998 0 -8.5 -8.30078 -1 -10.8008c4.90039 -1.59961 27.6006 -3.69922 27.6006 -39.2998c0 -45.5996 0.199219 -55.7998 -1 -68.7998c0 -1.2998 -2.30078 -12.7998 -12.8008 -12.7998h-109.199 +c-10.5 0 -12.8008 11.5 -12.8008 12.7998c-1.19922 13 -1 23.2002 -1 68.7998c0 35.6006 22.7002 37.7002 27.6006 39.2998c7.5 2.5 2.2998 10.8008 -1 10.8008c-32.7002 0 -16.5 -2 -49.2002 -2c-36.5 0 -20.5996 2 -57.0996 2c-5 0 -9.80078 -9.60059 -1 -11.8008 +c16.3994 -4.09961 28.5996 -10.1992 28.5996 -32.3994v-101.2c0 -83.4004 -0.200195 -114.9 -7.90039 -127.8c-8.19922 -10.2998 -11.5 -10.4004 -21.6992 -13.7998c-5.80078 0 -7.90039 -10.8008 0 -10.8008c36.2998 0 18.7998 2 55.0996 2c35.7998 0 21 -2 56.0996 -2 +c6 0 4.90039 8.2002 0 9.80078c-22.7998 7.59961 -22.8994 10.2998 -24.5996 12.7998c-10.4004 15.5996 -5.90039 83 -5.90039 113c0 5.2998 6.40039 12.7998 13.8008 12.7998h111.199c7.40039 0 13.8008 -7.5 13.8008 -12.7998c0 -30 4.5 -97.4004 -5.90039 -113 +c-1.7002 -2.60059 -1.7998 -5.2002 -24.5996 -12.7998c-4.90039 -1.60059 -5.90039 -9.80078 0 -9.80078c35.0996 0 20.2998 2 56.0996 2c36.2998 0 18.7998 -2 55.0996 -2z" /> + <glyph glyph-name="hotjar" unicode="" +d="M414.9 286.5c30 -53 41.7998 -121.6 26.2998 -180.9c-14.7002 -56.6992 -68.2998 -120.3 -148.8 -145.6c54.5 76.9004 43.8994 200.1 -27.1006 215.5c54.2002 -93.9004 -53.7002 -180.3 -110.8 -93.9004c-2.5 -7.19922 -25.0996 -74.5 4.09961 -129.6 +c-61.0996 9.09961 -117.8 33.5 -144.6 93.4004c-35 78.1992 -2.7002 149.8 79 204.899c129.2 87.2998 28.0996 197.7 28.0996 197.7s219.101 -29 293.801 -161.5z" /> + <glyph glyph-name="hubspot" unicode="" horiz-adv-x="512" +d="M267.4 236.4l-163.2 114.699c-7.90039 -4.69922 -17 -7.59961 -26.7998 -7.59961c-28.8008 0 -52.2002 23.4004 -52.2002 52.2998c0 28.7998 23.3994 52.2002 52.2002 52.2002c28.8994 0 52.3994 -23.4004 52.3994 -52.2002c0 -4.7998 -0.799805 -9.39941 -2 -13.7998 +c51.4004 -39.0996 141.3 -103.9 168.9 -124.8c13.0996 6.89941 27.5 11.5 42.7002 13.5996v61.2002c-17.5 7.40039 -28.2002 23.7998 -28.2002 42.9004c0 26.0996 20.5996 47.8994 46.7002 47.8994c26.0996 0 47 -21.7998 47 -47.8994 +c0 -19.1006 -10.7002 -35.5 -28.2002 -42.9004v-61.5996c62.5 -9.5 110.2 -63.5 110.2 -128.7c0 -71.9004 -58.1006 -130.2 -130 -130.2c-29.9004 0 -57.3008 10 -79.3008 26.9004l-50 -50.2002c1.30078 -3.90039 1.90039 -7.90039 1.90039 -12.1006 +c0 -10.6992 -4.2002 -20.8994 -11.7998 -28.5c-7.7002 -7.69922 -17.7998 -11.5996 -28.6006 -11.5996c-10.6992 0 -20.8994 4 -28.5 11.5996c-7.59961 7.60059 -11.7998 17.7002 -11.7998 28.5c0 10.8008 4.2002 21 11.7998 28.6006 +c7.60059 7.59961 17.7002 11.7998 28.5 11.7998c4.90039 0 9.60059 -0.900391 14 -2.5l49.5 49.7998c-16.2998 21.7002 -26 48.7002 -26 78c0 37.2998 15.7002 70.9004 40.8008 94.6006zM356.9 72.7998c38.0996 0 69 30.9004 69 69c0 38.1006 -30.9004 69 -69 69 +c-38.1006 0 -69 -30.8994 -69 -69c0 -38.0996 30.8994 -69 69 -69z" /> + <glyph glyph-name="itunes" unicode="" +d="M223.6 367.7c94.5 0 171.2 -76.7002 171.2 -171.3c0 -94.5 -76.5996 -171.2 -171.2 -171.2c-94.5996 0 -171.1 76.7998 -171.1 171.3s76.5 171.2 171.1 171.2zM303 127.7c1.40039 6.2002 0.900391 -3 1 167.6c0 5.7002 -3.2998 9.10059 -9 8.7002 +c-1.7998 0 -14.0996 -2.40039 -115.1 -21.4004c-0.900391 0 -4.60059 -1 -6.7002 -2.69922c-2 -1.60059 -3.10059 -3.80078 -3.5 -6.40039c-1.7002 -6.7002 2.39941 -128 -2.60059 -133.7c-2.09961 -2.5 -4.69922 -3.2002 -7.69922 -3.7002 +c-17.7002 -3.19922 -29.6006 -4.7998 -38 -12.7998c-14.5 -14.2002 -7 -38.8994 14.3994 -42.8994c8 -1.40039 23.1006 0.599609 31.4004 5.19922c7.2998 3.80078 12.7998 10.6006 14.8994 19.6006c1.7002 7.7002 1.2002 2.39941 1.2002 118.5 +c0 5.7002 1.7002 7.2002 6.7002 8.2998c0 0 87.9004 16.4004 91.9004 17.0996c5.69922 1 8.39941 -0.5 8.39941 -6.09961c0 -78.7998 1 -77.2002 -2.2002 -80.7998c-2.09961 -2.5 -4.69922 -3.2002 -7.69922 -3.7002c-17.7002 -3.2002 -29.6006 -4.7998 -38 -12.7998 +c-10.6006 -10.4004 -10.4004 -26.7998 1.39941 -36.7998c9.7002 -7.80078 19.7998 -7.2002 31.9004 -5c13.7998 2.59961 24.0996 10.1992 27.2998 23.7998zM345.2 416c56.8994 0 102.8 -45.9004 102.8 -102.8v-242.4c0 -56.8994 -45.7998 -102.8 -102.8 -102.8h-242.4 +c-56.8994 0 -102.8 45.9004 -102.8 102.8v242.4c0 56.8994 45.9004 102.8 102.8 102.8h242.4zM223.6 4c106.301 0 192.5 86.2002 192.5 192.5s-86.1992 192.5 -192.5 192.5c-106.3 0 -192.5 -86.2002 -192.5 -192.5s86.2002 -192.5 192.5 -192.5z" /> + <glyph glyph-name="itunes-note" unicode="" horiz-adv-x="384" +d="M381.9 59.7998c-6.40039 -27.3994 -27.2002 -42.7998 -55.1006 -48c-24.5 -4.5 -44.8994 -5.59961 -64.5 10.2002c-23.8994 20.0996 -24.2002 53.4004 -2.7002 74.4004c17 16.1992 40.9004 19.5 76.8008 25.7998c6 1.09961 11.1992 2.5 15.5996 7.39941 +c6.40039 7.2002 4.40039 4.10059 4.40039 163.2c0 11.2002 -5.5 14.2998 -17 12.2998c-8.2002 -1.39941 -185.7 -34.5996 -185.7 -34.5996c-10.2002 -2.2002 -13.4004 -5.2002 -13.4004 -16.7002c0 -234.7 1.10059 -223.899 -2.5 -239.5 +c-4.2002 -18.2002 -15.3994 -31.8994 -30.2002 -39.5c-16.7998 -9.2998 -47.1992 -13.3994 -63.3994 -10.3994c-43.2002 8.09961 -58.4004 58 -29.1006 86.5996c17 16.2002 40.9004 19.5 76.8008 25.7998c6 1.10059 11.1992 2.5 15.5996 7.40039 +c10.0996 11.5 1.7998 256.6 5.2002 270.2c0.799805 5.19922 3 9.59961 7.09961 12.8994c4.2002 3.5 11.7998 5.5 13.4004 5.5c204 38.2002 228.899 43.1006 232.399 43.1006c11.5 0.799805 18.1006 -6 18.1006 -17.6006c0.200195 -344.5 1.09961 -326 -1.7998 -338.5z" /> + <glyph glyph-name="jenkins" unicode="" horiz-adv-x="512" +d="M487.1 23c1.5 -11.9004 -5.2998 -28.2998 -8.69922 -39.7002c-4.90039 -16.2998 -9.7002 -31.8994 -14.6006 -47.2002h-422c-0.700195 1.90039 -1.39941 4 -2.09961 6c-4.60059 14.2002 -12.6006 31.7002 -14.7002 45.8008 +c-3.09961 20.8994 16.5996 22.0996 29.2002 31.0996c19.5 14 34.7998 21.7998 55.8994 34.2998c6.30078 3.7998 25.1006 13.2002 27.3008 17.6006c4.2998 8.69922 -7.30078 20.8994 -10.4004 27.6992c-4.90039 10.7002 -7.5 19.8008 -8.2002 30.4004 +c-17.7002 2.7998 -31.0996 13.2998 -39.2002 25.2002c-13.3994 19.7002 -22.6992 56 -11.0996 83.7002c0.900391 2.19922 5.40039 6.5 6.09961 9.7998c1.40039 6.59961 -2.5 15.3994 -2.69922 22.3994c-1.2002 36 6.09961 67 30.2998 77.8008 +c9.7998 39.0996 45 52.1992 78.0996 71.5996c12.2998 7.2998 26 11.9004 40.1006 17.0996c50.5 18.7002 128.1 15.1006 170.1 -16.5996c17.7998 -13.5 46.2002 -41.9004 56.4004 -62.5c26.8994 -54.2998 25 -145.1 6.19922 -211.2 +c-2.5 -8.89941 -6.19922 -21.8994 -11.2998 -32.5996c-3.59961 -7.40039 -14.7002 -22.2998 -13.2998 -28.9004c1.40039 -6.7998 25.2998 -24.8994 30.4004 -29.8994c9.19922 -8.80078 26.7998 -20.7002 28.1992 -31.9004zM205.9 414.3 +c-33.2002 -9.39941 -75.7002 -33.5 -89.3008 -63.3994c10.6006 1.5 17.9004 6.7998 28.3008 7.5c3.89941 0.299805 9.09961 -1.60059 13.5996 -0.5c9 2.2998 16.5996 22.5 23.4004 30c6.59961 7.39941 14.5996 10.5 20 17.1992c3.5 1.7002 8.69922 1.60059 8.89941 6.80078 +c-1.5 1.69922 -3.09961 2.89941 -4.89941 2.39941zM101.1 320.7c-14.6992 -16.1006 -11.5996 -46.2998 -9.7998 -67.7998c26.5 16.6992 61.6006 -1.30078 61.2998 -29.6006c12.6006 0.299805 4.7002 15.7998 2.40039 25.7002c-7.5 32.5996 12.5996 67.9004 0.900391 97.5996 +c-22.7002 -1.7998 -41.3008 -11 -54.8008 -25.8994zM137.8 120.5c4.90039 -20 15.7002 -46 26.2998 -61.4004c13.6006 -19.3994 40.1006 -22.2998 68.7002 -24.1992c5.10059 11 23.9004 10.0996 36.2002 7.19922c-14.7002 5.80078 -28.4004 19.9004 -39.7002 32.4004 +c-13 14.2998 -26.0996 29.7002 -26.7998 48.4004c24.5 -34 44.7998 -63.8008 89.5 -78.8008c33.7998 -11.2998 73.2002 5.2002 99.2002 23.4004c10.7998 7.59961 17.2002 19.5996 24.8994 30.5996c28.7002 41.2002 42 100.101 39.1006 157.101 +c-1.2002 23.5 -1.10059 47 -9 62.7998c-8.2998 16.5996 -36.2002 31.2998 -52.5 16.4004c-3 16.0996 13.5996 26.0996 33.0996 20.2998c-13.8994 18 -28.5996 39.5996 -48.2998 50.7002c-34.4004 19.5 -92.7002 34.0996 -129.3 15.7998 +c-29.6006 -14.7002 -69.5 -39.1006 -83.1006 -70c12.7002 -29.7998 -3.7998 -57.1006 -4.7998 -87.4004c-0.599609 -16.0996 7.60059 -30.2002 8.2002 -47.7002c-4.40039 -7.19922 -17.7002 -8.09961 -26.9004 -7.59961c-3.09961 15.5 -8.5 32.9004 -24.5 34.7002 +c-22.5 2.39941 -39.0996 -16.2998 -40.0996 -35.7998c-1.2002 -23 17.7002 -61 44.4004 -58.4004c10.2998 1.09961 12.7998 11.4004 24.0996 11.2998c6.09961 -12.2002 -9.40039 -16 -11 -24.7002c-0.400391 -2.19922 1.2998 -11 2.2998 -15.0996zM359.8 -3.59961 +c-1.59961 -4.40039 0.299805 -10.4004 -0.599609 -16.5c14.8994 -4.2002 31.8994 -6.40039 50.7002 -7c3.69922 4.7998 4.89941 13.7998 4.5 22.7998c-0.600586 10.7998 -3.40039 33.0996 -10.1006 37c-14.0996 8.2002 -39 -16.5 -49.5996 -20.2998 +c1.2002 -3.40039 3.09961 -6 3.2002 -10.2002c6.2998 1.5 13.8994 0.5 19.2998 -2.2002c-6.2998 -0.700195 -13.2998 -0.599609 -17.4004 -3.59961zM342.6 16.4004c7.60059 5.5 14.3008 12 22.2002 17.0996c-18.2002 -1.59961 -41 -12.9004 -59 -4.90039 +c-0.0996094 -0.899414 -1.2998 -0.599609 -1.5 -1.39941c12.2998 -9.60059 21.5 -11.6006 38.2998 -10.7998zM330.5 -16.7998c26.9004 -8.40039 22.2002 36.7998 -2.7998 20.2002c-0.700195 -8.2002 1.2002 -10.8008 2.7998 -20.2002zM226 9.40039 +c0 6.19922 3.59961 12 2.7998 16.3994c-13.7998 2.40039 -31.8994 0.799805 -41.2998 7.2998c-9.59961 -9.69922 26.9004 -23 38.5 -23.6992zM57.7002 -49.0996v-0.100586h180.7c-0.800781 2.5 -1.5 4.90039 -2.2002 7.2002c-4.7998 15.2998 -7.5 26.7002 -8.7002 35.5 +c-19.2002 9.2002 -39.7002 18.5 -56.2002 30.2002c-3 2.2002 -23.3994 28.7002 -26.2002 27.5996c-36.8994 -14.5996 -71.3994 -39.7002 -102.199 -63.5c5.59961 -11.7998 10.5 -24.2002 14.7998 -36.8994zM298.3 -54.7998h-0.799805 +c0.299805 0.200195 0.5 0.399414 0.799805 0.5v-0.5zM305.8 -49.0996h9.60059c-1 1.5 -2.10059 2.89941 -3.2002 4.2998c-2.10059 -1.5 -4.2998 -2.90039 -6.40039 -4.2998zM320.9 -24.4004c0.0996094 3.60059 0.299805 7.2002 0.399414 10.6006 +c-6.5 3.2002 -14 5.5 -23.5 5.89941c6.5 3.30078 15.9004 3.2002 21.7998 7.10059c0.100586 1.5 0.100586 2.89941 0.200195 4.2998c-10.7998 0.900391 -14.7998 5.59961 -21.8994 9.5c-11.6006 6.40039 -29 13.2002 -43.9004 16.0996 +c-18.5 3.60059 -16.7998 -25.1992 -16 -42.3994c0.700195 -13.6006 7.7002 -28 10.7998 -37c1.5 -4.2002 1.7998 -8.7002 5.40039 -9.5c6.39941 -1.5 27.3994 6.89941 33.3994 10.2002c12.7002 6.89941 22.5 17.8994 33.3008 25.1992zM374.3 -49.0996l0.600586 12.5996 +c-11.2002 -0.700195 -17.5 10.2002 -25.4004 11c-6.90039 0.700195 -12.7002 -7.90039 -21.7002 -4.2002c-2 -2.2002 -3.89941 -4.7002 -6 -6.89941c3.2002 -3.90039 6.10059 -8.10059 8.90039 -12.5h17.3994c0.200195 3.19922 2.80078 5.7998 6.10059 5.7998 +s6 -2.60059 6.09961 -5.7998h14zM383 -49.0996h36.2998c-6.7002 10.1992 -20.0996 18.7998 -35.7002 11.5c-0.199219 -3.7002 -0.399414 -7.5 -0.599609 -11.5zM466.4 -12.0996c1.19922 6.19922 4.59961 19.5996 3.7998 25.0996 +c-1.40039 9.7998 -14.6006 17.0996 -21.4004 23.0996c-12.3994 11.1006 -20.2002 21 -33.2002 31.4004c-5.19922 -7.7998 -16.5 -13 -20.7998 -19.2998c30.7002 14.8994 36.2998 -55.7998 24.2002 -78.5c1.90039 -6.7998 8.2998 -9.40039 10.9004 -15.5 +c-0.700195 -1.10059 -1.30078 -2.2002 -1.90039 -3.2998h27.9004c0.199219 0 0.399414 0 0.599609 -0.100586c4.09961 13.1006 7.59961 25.9004 9.90039 37.1006zM222.2 317.5c5.39941 14.9004 27.2002 34.7002 45 32c7.7002 -1.2002 18 -8.2002 12.2002 -17.7002 +c-30.2002 7 -45.2002 -12.5996 -54.4004 -33.0996c-8.09961 2 -4.90039 13.0996 -2.7998 18.7998zM406.3 254.4c8.2002 3.59961 22.4004 0.699219 29.6006 5.2998c-4.2002 11.5 -10.3008 21.3994 -9.30078 37.7002c0.5 0 1 0 1.40039 -0.100586 +c6.7998 -14.2002 12.7002 -29.2002 21.4004 -41.7002c-5.7002 -13.5 -43.6006 -25.3994 -43.1006 -1.19922zM309.5 251.7c-6.7998 10.8994 -19 32.5 -14.5 45.2998c6.5 -11.9004 8.59961 -24.4004 17.7998 -33.2998c4.10059 -4 12.2002 -9 8.2002 -20.2002 +c-0.900391 -2.7002 -7.7998 -8.59961 -11.7002 -9.7002c-14.3994 -4.2998 -47.8994 -0.899414 -36.5996 17.1006c11.8994 -0.700195 27.8994 -7.80078 36.7998 0.799805zM336.8 181.7c3.7998 -6.60059 1.40039 -18.7002 12.1006 -20.6006 +c20.1992 -3.39941 43.5996 12.3008 58.0996 17.8008c9 15.1992 -0.799805 20.6992 -8.90039 30.5c-16.5996 20 -38.7998 44.7998 -38 74.6992c6.7002 4.90039 7.30078 -7.39941 8.2002 -9.69922c8.7002 -20.3008 30.4004 -46.2002 46.2998 -63.5 +c3.90039 -4.30078 10.3008 -8.40039 11 -11.2002c2.10059 -8.2002 -5.39941 -18 -4.5 -23.5c-21.6992 -13.9004 -45.7998 -29.1006 -81.3994 -25.6006c-7.40039 6.7002 -10.2998 21.4004 -2.90039 31.1006zM135.5 190.9c-6.7998 3.89941 -8.40039 21 -16.4004 21.3994 +c-11.3994 0.700195 -9.2998 -22.2002 -9.2998 -35.5c-7.7998 7.10059 -9.2002 29.1006 -3.5 40.2998c-6.59961 3.2002 -9.5 -3.59961 -13.0996 -5.89941c4.7002 34.0996 49.7998 15.7998 42.2998 -20.2998zM435.1 162.1c-10.0996 -19.1992 -24.3994 -40.3994 -54 -41 +c-0.599609 6.2002 -1.09961 15.6006 0 19.4004c22.7002 2.2002 36.6006 13.7002 54 21.5996zM293.2 149.7c18.8994 -9.90039 53.5996 -11 79.2998 -10.2002c1.40039 -5.59961 1.2998 -12.5996 1.40039 -19.4004c-33 -1.7998 -72 6.40039 -80.7002 29.6006zM385.4 103 +c-1.7002 -4.2998 -5.30078 -9.2998 -9.80078 -11.0996c-12.0996 -4.90039 -45.5996 -8.7002 -62.3994 0.299805c-10.7002 5.7002 -17.5 18.5 -23.4004 26c-2.7998 3.59961 -16.8994 12.8994 -0.200195 12.8994c13.1006 -32.6992 58 -29 95.8008 -28.0996z" /> + <glyph glyph-name="joget" unicode="" horiz-adv-x="496" +d="M378.1 403c116.601 -71.7998 152.9 -224.6 81 -341.2c-71.8994 -116.5 -224.6 -152.8 -341.199 -80.8994c-116.601 71.8994 -152.9 224.6 -81 341.199c46.8994 76 128.1 117.9 211.3 117.9c44.3994 0 89.3994 -11.9004 129.899 -37zM429.9 79.7998 +c5.2998 8.7002 9.89941 17.6006 13.8994 26.6006c-32.0996 -1.10059 -157.1 1.5 -208.8 -17.6006c-58.4004 -21.5 -36.9004 -53.3994 -31.2002 -67.0996c3.7998 -9.10059 14.7002 -28.7998 23.7002 -42.4004c6.7998 -0.599609 13.5996 -1 20.4004 -1 +c71.5996 0 141.6 36 182 101.5zM229.1 166.1c51 -1.2998 205.4 -4.39941 230.301 -4.89941c11.8994 81.7998 -24.5 166.6 -99.3008 212.7c-100.5 61.8994 -232.1 30.6992 -294 -69.8008c-28.5996 -46.3994 -37.2998 -99.3994 -28.5 -149.1 +c11 40.9004 49.7002 131.5 178.301 140.2c50.8994 4 41.5 -19.2002 23.5996 -29.7002c-17.7998 -10.5 -45.7002 -23.7998 -68.9004 -51.2002c-23.1992 -27.3994 3 -46.7998 58.5 -48.2002zM412.9 220.9c22.6992 -6 19.0996 -15.5 19.0996 -15.5l-46.5 -23.4004 +l-169.5 -1.59961s33.7998 10.7998 65.2998 31.2998c26 16.8994 49.7002 35.5996 67.5 35.5996c3.7002 0 7.2002 -0.899414 10.4004 -2.7002c18.5 -10.5996 -2.90039 -18.1992 -13.4004 -24.5996s-50.7002 -34.5 -50.7002 -34.5s1.40039 -7.59961 31.1006 8.2002 +c29.7002 15.8994 64 33.2002 86.7002 27.2002z" /> + <glyph glyph-name="js" unicode="" +d="M0 416h448v-448h-448v448zM243.8 66.5996v143.7h-42.0996v-143.1c0 -21.1006 -8.7998 -26.5 -22.6006 -26.5c-14.5 0 -20.5 9.89941 -27.0996 21.5996l-34.2998 -20.7002c10 -21.0996 29.5 -38.5 63.2002 -38.5c37.2998 0 62.8994 19.9004 62.8994 63.5zM343.4 3.09961 +c39.8994 0 69.6992 20.8008 69.6992 58.6006c0 35.2002 -20.0996 50.8994 -55.8994 66.2002l-10.5 4.5c-18.1006 7.89941 -25.9004 13 -25.9004 25.5996c0 10.2002 7.7998 18 20.1006 18c12.0996 0 19.8994 -5.09961 27.0996 -18l32.7998 21 +c-13.7998 24.4004 -33 33.7002 -59.7998 33.7002c-37.5 0 -61.5996 -24 -61.5996 -55.6006c0 -34.2998 20.0996 -50.5996 50.5 -63.5l10.5 -4.5c19.2998 -8.5 30.6992 -13.5996 30.6992 -28c0 -12.0996 -11.1992 -20.7998 -28.5996 -20.7998 +c-20.7002 0 -32.5 10.9004 -41.5 25.6006l-34.2998 -19.8008c12.2998 -24.3994 37.5996 -43 76.7002 -43z" /> + <glyph glyph-name="js-square" unicode="" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM243.8 66.5996v143.7h-42.0996v-143.1c0 -21.1006 -8.7998 -26.5 -22.6006 -26.5c-14.5 0 -20.5 9.89941 -27.0996 21.5996 +l-34.2998 -20.7002c10 -21.0996 29.5 -38.5 63.2002 -38.5c37.2998 0 62.8994 19.9004 62.8994 63.5zM343.4 3.09961c39.8994 0 69.6992 20.8008 69.6992 58.6006c0 35.2002 -20.0996 50.8994 -55.8994 66.2002l-10.5 4.5c-18.1006 7.89941 -25.9004 13 -25.9004 25.5996 +c0 10.2002 7.7998 18 20.1006 18c12.0996 0 19.8994 -5.09961 27.0996 -18l32.7998 21c-13.7998 24.4004 -33 33.7002 -59.7998 33.7002c-37.5 0 -61.5996 -24 -61.5996 -55.6006c0 -34.2998 20.0996 -50.5996 50.5 -63.5l10.5 -4.5 +c19.2998 -8.5 30.6992 -13.5996 30.6992 -28c0 -12.0996 -11.1992 -20.7998 -28.5996 -20.7998c-20.7002 0 -32.5 10.9004 -41.5 25.6006l-34.2998 -19.8008c12.2998 -24.3994 37.5996 -43 76.7002 -43z" /> + <glyph glyph-name="keycdn" unicode="" horiz-adv-x="512" +d="M63.7998 38.7002l60.5 59c32.1006 -42.7998 71.1006 -66 126.601 -67.4004c30.5 -0.700195 60.2998 7 86.3994 22.4004c5.10059 -5.2998 18.5 -19.5 20.9004 -22c-32.2002 -20.7002 -69.6006 -31.1006 -108.101 -30.2002 +c-43.2998 1.09961 -84.5996 16.7002 -117.699 44.4004c0.299805 0.599609 -38.2002 -37.5 -38.6006 -37.9004c9.5 -29.7998 -13.0996 -62.4004 -46.2998 -62.4004c-26.7998 0.100586 -47.5 21.7002 -47.5 48.5c0 34.3008 33.0996 56.6006 63.7998 45.6006zM418.7 291.1 +c19.0996 -31.2998 29.5996 -67.3994 28.7002 -104c-1.10059 -44.7998 -19 -87.5 -48.6006 -121c0.299805 -0.299805 23.7998 -25.1992 24.1006 -25.5c9.59961 1.30078 19.1992 -2 25.8994 -9.09961c11.2998 -12 10.9004 -30.9004 -1.09961 -42.4004 +c-12 -11.2998 -30.9004 -10.8994 -42.4004 1.10059c-6.7002 7 -9.39941 16.7998 -7.59961 26.2998c-24.9004 26.5996 -44.4004 47.2002 -44.4004 47.2002c42.7002 34.0996 63.2998 79.5996 64.4004 124.2c0.700195 28.8994 -7.2002 57.1992 -21.1006 82.1992zM104 394.9 +c6.7002 -7 9.40039 -16.8008 7.59961 -26.3008l45.9004 -48.0996c-4.7002 -3.7998 -13.2998 -10.4004 -22.7998 -21.2998c-25.4004 -28.5 -39.6006 -64.7998 -40.7002 -102.9c-0.700195 -28.8994 6.09961 -57.2002 20 -82.3994l-22 -21.5 +c-19.2998 31.5996 -28.9004 67.6992 -27.7998 104.699c1 44.6006 18.2998 87.6006 47.5 121.101l-25.2998 26.3994c-9.60059 -1.2998 -19.2002 2 -25.9004 9.10059c-11.2998 12 -10.9004 30.8994 1.09961 42.3994c11.9004 11.2002 30.6006 10.9004 42.4004 -1.19922z +M464.9 440c26 0 47.0996 -22.4004 47.0996 -48.2998c0 -25.9004 -21.0996 -47.7002 -47.0996 -47.7002c-6.30078 -0.0996094 -14 1.09961 -15.9004 1.7998l-62.9004 -59.7002c-32.6992 43.6006 -76.6992 65.9004 -126.899 67.2002 +c-30.5 0.700195 -60.2998 -6.7998 -86.2002 -22.3994l-21.0996 22c32.1992 20.7998 69.5996 31.0996 108.1 30.1992c43.2998 -1.09961 84.5996 -16.6992 117.7 -44.5996l41.0996 38.5996c-1.5 4.7002 -2.2002 9.60059 -2.2002 14.5 +c-0.0996094 26.7002 22.3008 48.4004 48.3008 48.4004zM256.7 334.6c5.5 0 10.8994 -0.399414 16.3994 -1.09961c78.1006 -9.7998 133.4 -81.0996 123.801 -159.1c-9.80078 -78.1006 -81.1006 -133.4 -159.101 -123.801c-78.0996 9.80078 -133.399 81.1006 -123.8 159.2 +c9.2998 72.4004 70.0996 124.601 142.7 124.8zM197.7 215.2c0.599609 -22.7002 12.2002 -41.7998 32.3994 -52.2002l-11 -51.7002h73.7002l-11 51.7002c20.1006 10.9004 32.1006 29 32.4004 52.2002c-0.400391 32.7998 -25.7998 57.5 -58.2998 58.2998 +c-32.1006 -0.799805 -57.3008 -24.7998 -58.2002 -58.2998zM256 288z" /> + <glyph glyph-name="kickstarter" unicode="" +d="M400 -32h-352c-26.4004 0 -48 21.5996 -48 48v352c0 26.4004 21.5996 48 48 48h352c26.4004 0 48 -21.5996 48 -48v-352c0 -26.4004 -21.5996 -48 -48 -48zM199.6 269.5c0 30.7002 -17.5996 45.0996 -39.6992 45.0996c-25.8008 0 -40 -19.7998 -40 -44.5v-154.8 +c0 -25.7998 13.6992 -45.5996 40.5 -45.5996c21.5 0 39.1992 14 39.1992 45.5996v41.7998l60.6006 -75.6992c12.2998 -14.9004 39 -16.8008 55.7998 0c14.5996 15.0996 14.7998 36.7998 4 50.3994l-49.0996 62.7998l40.5 58.7002c9.39941 13.5 9.5 34.5 -5.60059 49.1006 +c-16.3994 15.8994 -44.5996 17.2998 -61.3994 -7l-44.8008 -64.7002v38.7998z" /> + <glyph glyph-name="kickstarter-k" unicode="" horiz-adv-x="384" +d="M147.3 333.6v-70.5996l82.7998 118.2c31.2002 44.3994 83.3008 41.7998 113.601 12.7998c27.8994 -26.7002 27.7998 -65.0996 10.3994 -89.7998l-74.8994 -107.4l90.7998 -114.8c19.9004 -24.7998 19.5996 -64.5996 -7.40039 -92.2002 +c-31.0996 -30.7002 -80.5 -27.2002 -103.199 0l-112.101 138.3v-76.5c0 -57.7998 -32.5996 -83.3994 -72.3994 -83.3994c-49.6006 0 -74.9004 36.0996 -74.9004 83.3994v283c0 45.2002 26.2002 81.4004 73.9004 81.4004c40.8994 0 73.3994 -26.2002 73.3994 -82.4004z" /> + <glyph glyph-name="laravel" unicode="" horiz-adv-x="512" +d="M504.4 332.17c0.131836 -0.549805 0.240234 -1.45605 0.240234 -2.02246c0 -0.0185547 0 -0.0488281 -0.000976562 -0.0673828v-109.85c0.000976562 -0.0205078 0.000976562 -0.0527344 0.000976562 -0.0722656c0 -2.5498 -1.79199 -5.65332 -4.00098 -6.92773 +l-92.2393 -53.1104v-105.26v-0.0224609c0 -2.54883 -1.79199 -5.65332 -4 -6.92773l-192.561 -110.84c-0.37207 -0.194336 -0.999023 -0.454102 -1.39941 -0.580078c-0.180664 -0.0605469 -0.350586 -0.169922 -0.550781 -0.220703 +c-0.555664 -0.148438 -1.47363 -0.269531 -2.0498 -0.269531c-0.575195 0 -1.49414 0.121094 -2.0498 0.269531c-0.219727 0.0605469 -0.419922 0.180664 -0.629883 0.260742c-0.378906 0.119141 -0.975586 0.360352 -1.33008 0.540039l-192.5 110.84 +c-2.20801 1.27441 -4 4.37891 -4 6.92773v0.0224609v329.699c0.00195312 0.589844 0.126953 1.53125 0.280273 2.10059c0.0693359 0.189453 0.199219 0.489258 0.290039 0.669922c0.111328 0.354492 0.339844 0.910156 0.509766 1.24023 +c0.149414 0.259766 0.370117 0.469727 0.549805 0.719727c0.177734 0.270508 0.496094 0.6875 0.709961 0.929688c0.208008 0.179688 0.561523 0.448242 0.790039 0.600586c0.226562 0.210938 0.621094 0.520508 0.879883 0.689453v0l96.2705 55.4199 +c1.02441 0.591797 2.81641 1.07227 4 1.07227c1.18262 0 2.97461 -0.480469 4 -1.07227l96.29 -55.4199v0c0.25293 -0.173828 0.647461 -0.478516 0.879883 -0.679688c0.223633 -0.154297 0.573242 -0.422852 0.779297 -0.599609 +c0.21582 -0.24707 0.538086 -0.667969 0.720703 -0.94043c0.169922 -0.25 0.399414 -0.459961 0.540039 -0.719727c0.170898 -0.331055 0.404297 -0.886719 0.519531 -1.24023c0.0800781 -0.230469 0.219727 -0.44043 0.280273 -0.679688 +c0.154297 -0.561523 0.280273 -1.48926 0.280273 -2.07129v-0.0195312v-205.93l80.2197 46.1904v105.239c0.00195312 0.584961 0.126953 1.5166 0.280273 2.08008c0.0693359 0.240234 0.199219 0.450195 0.279297 0.680664 +c0.120117 0.354492 0.352539 0.915039 0.520508 1.25c0.149414 0.259766 0.370117 0.469727 0.540039 0.709961c0.179688 0.270508 0.50293 0.6875 0.719727 0.929688c0.205078 0.179688 0.553711 0.448242 0.780273 0.599609 +c0.229492 0.208008 0.624023 0.516602 0.879883 0.69043v0l96.2803 55.4502c1.02441 0.591797 2.81641 1.07129 4 1.07129c1.18262 0 2.97461 -0.479492 4 -1.07129l96.2598 -55.4199c0.259766 -0.171875 0.663086 -0.476562 0.899414 -0.680664 +c0.25 -0.199219 0.540039 -0.379883 0.770508 -0.599609c0.214844 -0.24707 0.538086 -0.667969 0.719727 -0.94043c0.164062 -0.18457 0.40625 -0.50293 0.540039 -0.709961c0.173828 -0.333008 0.411133 -0.892578 0.530273 -1.25 +c0.0888672 -0.182617 0.214844 -0.487305 0.280273 -0.679688zM111.6 430.72l-80.1895 -46.1602l80.1797 -46.1699l80.2002 46.1807l-80.1904 46.1494v0zM199.85 370.72l-33.6895 -19.4297l-46.5303 -26.79v-201.29l33.6904 19.4004l46.5293 26.79v201.319zM199.85 -42.0596 +l-0.109375 92.3594l-92.1904 52.1807v0v0c-0.248047 0.166992 -0.633789 0.462891 -0.859375 0.65918c-0.25 0.200195 -0.540039 0.360352 -0.770508 0.580078v0c-0.198242 0.219727 -0.494141 0.595703 -0.660156 0.839844 +c-0.177734 0.206055 -0.446289 0.555664 -0.599609 0.780273v0c-0.139648 0.266602 -0.328125 0.713867 -0.419922 1c-0.125977 0.240234 -0.295898 0.643555 -0.379883 0.900391v0c-0.0683594 0.322266 -0.140625 0.850586 -0.160156 1.17969 +c-0.0498047 0.246094 -0.103516 0.649414 -0.120117 0.900391v215.18l-46.5205 26.7998l-33.6895 19.3799v-311.18zM207.85 64.1104l117.62 67.1494l58.7998 33.5605l-80.1299 46.1299l-92.2598 -53.1104l-84.0898 -48.4102zM392.37 59.54v91.4102l-45.7705 -26.1504 +l-130.72 -74.5996v-92.3105zM392.37 178.67v91.3301l-46.5303 26.8096l-33.6895 19.4004v-91.4199l46.5293 -26.79zM400.37 283.95l80.1797 46.1797l-80.1797 46.1504l-80.2002 -46.1602zM408.37 178.67l80.3096 46.1504v0v91.3896l-33.6797 -19.4004l-46.6299 -26.8096 +v-91.3301z" /> + <glyph glyph-name="line" unicode="" +d="M272.1 243.8v-71.0996c0 -1.7998 -1.39941 -3.2002 -3.19922 -3.2002h-11.4004c-1.09961 0 -2.09961 0.599609 -2.59961 1.2998l-32.6006 44v-42.2002c0 -1.7998 -1.39941 -3.19922 -3.2002 -3.19922h-11.3994c-1.7998 0 -3.2002 1.39941 -3.2002 3.19922v71.1006 +c0 1.7998 1.40039 3.2002 3.2002 3.2002h11.2998c1 0 2.09961 -0.5 2.59961 -1.40039l32.6006 -44v42.2002c0 1.7998 1.39941 3.2002 3.2002 3.2002h11.3994c1.7998 0.0996094 3.2998 -1.40039 3.2998 -3.10059zM190.1 247c1.80078 0 3.2002 -1.5 3.2002 -3.2002v-71.0996 +c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-11.3994c-1.7998 0 -3.2002 1.40039 -3.2002 3.2002v71.0996c0 1.7998 1.40039 3.2002 3.2002 3.2002h11.3994zM162.6 187.4c1.7002 0 3.10059 -1.5 3.10059 -3.2002v-11.4004c0 -1.7998 -1.40039 -3.2002 -3.2002 -3.2002 +h-45.7002c-0.899414 0 -1.59961 0.400391 -2.2002 0.900391c-0.599609 0.599609 -0.899414 1.2998 -0.899414 2.2002v71.0996c0 1.7998 1.39941 3.2002 3.2002 3.2002h11.3994c1.7998 0 3.2002 -1.40039 3.2002 -3.2002v-56.3994h31.0996zM332.1 247 +c1.7002 0 3.10059 -1.5 3.2002 -3.2002v-11.3994c0 -1.80078 -1.39941 -3.2002 -3.2002 -3.2002h-31.0996v-12h31.0996c1.80078 0 3.2002 -1.40039 3.2002 -3.2002v-11.5c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-31.0996v-12h31.0996 +c1.80078 0 3.2002 -1.39941 3.2002 -3.2002v-11.3994c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-45.6992c-1.80078 0 -3.2002 1.5 -3.2002 3.2002v71.0996c0 1.7998 1.5 3.2002 3.2002 3.2002h45.6992zM448 334.3v-285.3 +c-0.0996094 -44.7998 -36.7998 -81.0996 -81.7002 -81h-285.3c-44.7998 0.0996094 -81.0996 36.9004 -81 81.7002v285.3c0.0996094 44.7998 36.9004 81.0996 81.7002 81h285.3c44.7998 -0.0996094 81.0996 -36.7998 81 -81.7002zM386.4 211.7 +c0 73 -73.2002 132.399 -163.101 132.399c-89.8994 0 -163.1 -59.3994 -163.1 -132.399c0 -65.4004 58 -120.2 136.399 -130.601c19.1006 -4.09961 16.9004 -11.0996 12.6006 -36.7998c-0.700195 -4.09961 -3.2998 -16.0996 14.0996 -8.7998 +c17.4004 7.2998 93.9004 55.2998 128.2 94.7002c23.5996 26 34.9004 52.2998 34.9004 81.5z" /> + <glyph glyph-name="lyft" unicode="" horiz-adv-x="512" +d="M0 366.9h77.7998v-208.7c0 -33.1006 15 -52.7998 27.2002 -61c-12.7002 -11.1006 -51.2002 -20.9004 -80.2002 2.7998c-17 14 -24.7998 37.2998 -24.7998 59v207.9zM485.9 193.4c0 -14.2002 11.5996 -25.9004 26.0996 -25.9004v-76.5 +c-56.7002 0 -102.7 46.0996 -102.7 102.7v77.0996c0 34.6006 -52.2002 34.6006 -52.2002 0v-23.2998h38.8008v-76.7998h-38.8008v-6.7002c0 -21.7998 -7.69922 -45 -24.7998 -59c-16.2998 -13.7002 -35.7002 -16.2998 -51.7002 -14v179.2 +c0 56.7002 46.1006 102.7 102.7 102.7c49.1006 0 90.2002 -34.4004 100.3 -80.7002h26.1006v-76.7998h-23.7998v-22zM191.6 292.4v0.5h77.1006v-178.2c0 -52.4004 -29.7002 -91.7002 -76.7998 -100.8c-26.1006 -5.10059 -52.5 -2.80078 -77.6006 4.69922v70.3008 +c9.7998 -4.2002 29.5 -9.40039 45 -7.80078c20.4004 2 32.7998 11.9004 34.9004 25.3008c0 0 -21.2002 -20.4004 -58.2002 -10.6006c-37 9.90039 -45 40.1006 -45 63.9004v132.7h76.7998v-113c0 -15.4004 23.7998 -15.4004 23.7998 0v113z" /> + <glyph glyph-name="magento" unicode="" +d="M445.7 320.1v-256.1l-63.4004 -36.5v255.8l-158.5 91.6006l-158.6 -91.6006l0.399414 -255.899l-63.2998 36.5996v255.9l221.9 128.1zM255.6 27.5v255.9l63.4004 -36.6006v-256l-95.0996 -54.8994l-94.9004 54.8994l-0.0996094 255.9l63.2998 36.5996v-256 +l31.7998 -18.2002z" /> + <glyph glyph-name="medapps" unicode="" horiz-adv-x="320" +d="M118.3 209.6c3.5 12.5 6.90039 33.6006 13.2002 33.6006c8.2998 -1.7998 9.59961 -23.4004 18.5996 -36.6006c4.60059 23.5 5.30078 85.1006 14.1006 86.7002c9 0.700195 19.7002 -66.5 22 -77.5c9.89941 -4.09961 48.8994 -6.59961 48.8994 -6.59961 +c1.90039 -7.2998 -24 -7.60059 -40 -7.7998c-4.59961 -14.8008 -5.39941 -27.7002 -11.3994 -28c-4.7002 -0.200195 -8.2002 28.7998 -17.5 49.5996l-9.40039 -65.5c-4.39941 -13 -15.5 22.5 -21.8994 39.2998c-3.30078 0.100586 -62.4004 1.60059 -47.6006 7.7998zM228 0 +h-136c-21.2002 0 -21.2002 32 0 32h136c21.2002 0 21.2002 -32 0 -32zM204 -64h-88c-21.2002 0 -21.2002 32 0 32h88c21.2002 0 21.2002 -32 0 -32zM238.2 77.5c-3.60059 -21.2998 -36 -15.5 -32.6006 5.09961c3.60059 21.2002 5.60059 40.6006 15.3008 58.6006 +c32.5996 60.2998 66.0996 95.5 66.0996 151.6c0 67.9004 -57 123.2 -127 123.2s-127 -55.2998 -127 -123.2c0 -56.0996 33.5 -91.2998 66.0996 -151.7c9.7002 -17.8994 11.7002 -36.8994 15.3008 -58.5996c3.5 -20.7998 -29.1006 -26.0996 -32.6006 -5.09961 +c-3.2002 19.0996 -5.2002 36.3994 -11.8994 48.8994c-8 14.7002 -16.1006 28.1006 -24 41c-24.6006 40.4004 -45.9004 75.2998 -45.9004 125.5c0 85.6006 71.7998 155.2 160 155.2s160 -69.5996 160 -155.2c0 -50.2998 -21.2998 -85.0996 -45.9004 -125.5 +c-7.89941 -12.8994 -16.0996 -26.2998 -24 -41c-6.69922 -12.3994 -8.69922 -29.8994 -11.8994 -48.7998z" /> + <glyph glyph-name="medium-m" unicode="" horiz-adv-x="512" +d="M71.5 305.7c0.599609 5.89941 -1.7002 11.7998 -6.09961 15.7998l-45.1006 54.4004v8.09961h140.2l108.4 -237.7l95.2998 237.7h133.7v-8.09961l-38.6006 -37c-3.2998 -2.5 -5 -6.7002 -4.2998 -10.8008v-272c-0.700195 -4.09961 1 -8.2998 4.2998 -10.7998l37.7002 -37 +v-8.09961h-189.7v8.09961l39.1006 37.9004c3.7998 3.7998 3.7998 5 3.7998 10.7998v219.8l-108.7 -275.899h-14.7002l-126.399 275.899v-184.899c-1.10059 -7.80078 1.5 -15.6006 7 -21.2002l50.7998 -61.6006v-8.09961h-144v8l50.7998 61.7002 +c5.40039 5.59961 7.90039 13.5 6.5 21.2002v213.8z" /> + <glyph glyph-name="medrt" unicode="" horiz-adv-x="544" +d="M113.7 192c0 -121.8 83.8994 -222.8 193.5 -241.1c-18.7002 -4.5 -38.2002 -6.90039 -58.2002 -6.90039c-137.6 0 -249 111 -249 248s111.4 248 248.9 248c20.0996 0 39.5996 -2.40039 58.1992 -6.90039c-109.6 -18.2998 -193.399 -119.3 -193.399 -241.1zM411.1 91.7002 +c77.7002 55.3994 104.4 155.1 67 233.899c11.2002 -9.89941 21.5 -21.2998 30.5 -34.1992c61.6006 -88.3008 40.8008 -210.301 -46.5 -272.601c-87.2998 -62.2998 -208.1 -41.2002 -269.699 47c-9 12.7998 -16.2002 26.4004 -21.7002 40.5 +c60.7998 -62.0996 162.7 -70 240.399 -14.5996zM192.3 335.7c72.5 54.5996 171.601 45.7002 221.601 -19.7998c45.2998 -59.7002 34.3994 -145.601 -22.3008 -201.801c18.5 51.4004 11.3008 111 -24.3994 158c-43 56.5 -114.601 78.3008 -178.9 60.5 +c1.2998 1 2.60059 2.10059 4 3.10059zM296 224h40c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-40c-4.40039 0 -8 -3.59961 -8 -8v-40c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v40c0 4.40039 -3.59961 8 -8 8h-40 +c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h40c4.40039 0 8 3.59961 8 8v40c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-40c0 -4.40039 3.59961 -8 8 -8z" /> + <glyph glyph-name="microsoft" unicode="" +d="M0 416h214.6v-214.6h-214.6v214.6zM233.4 416h214.6v-214.6h-214.6v214.6zM0 182.6h214.6v-214.6h-214.6v214.6zM233.4 182.6h214.6v-214.6h-214.6v214.6z" /> + <glyph glyph-name="mix" unicode="" +d="M0 384h448v-204.1c0 -56.6006 -88 -59.9004 -88 0v23.7998c0 56.7998 -82.7002 59 -88 4.2998v-116.1c0 -58 -96 -57.9004 -96 0v175.3c0 56.8994 -80.0996 59.3994 -88 6.5v-238.601c0 -58.0996 -88 -56.1992 -88 0v348.9z" /> + <glyph glyph-name="mizuni" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111.1 248 -248c0 -137 -111 -248 -248 -248s-248 111 -248 248c0 136.9 111 248 248 248zM168 88.0996v223.9c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-272.1c21.2002 20.8994 48.5996 37.5996 80 48.1992zM288 98v214 +c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-214c13 2 26.4004 3.09961 40.2002 3.09961c13.5996 0 26.8994 -1.09961 39.7998 -3.09961zM408 40.2998v271.7c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-223.7c31.4004 -10.5996 58.7998 -27.2002 80 -48z +" /> + <glyph glyph-name="monero" unicode="" horiz-adv-x="496" +d="M352 64h108.4c-43.4004 -71.9004 -122.301 -120 -212.4 -120s-169 48.0996 -212.4 120h108.4v127.8l104 -104.8l104 105v-128zM88 112h-74.7998c-8.60059 25.0996 -13.2002 52 -13.2002 80c0 137 111 248 248 248s248 -111 248 -248c0 -28 -4.7002 -54.9004 -13.2002 -80 +h-74.7998v208l-160.6 -159.4l-159.4 159.4v-208z" /> + <glyph glyph-name="napster" unicode="" horiz-adv-x="496" +d="M298.3 74.4004c-14.2002 -13.6006 -31.2998 -24.1006 -50.3994 -30.5c-19 6.39941 -36.2002 16.8994 -50.3008 30.5h100.7zM342.3 274c-56.3994 39.7998 -132.1 39.9004 -188.899 -0.0996094c-19.9004 16.7998 -43.6006 29.5 -69.5 36.3994v-161.6 +c0 -217.3 328 -219.101 328 0.299805v161.2c-26 -7 -49.6006 -19.2998 -69.6006 -36.2002zM133.5 332.5c6.5 -3.2002 14.0996 -7.40039 20.4004 -11.4004c58.6992 30.5 129.199 30.6006 187.899 0.100586c6.7002 4.2002 13.5 8 20.6006 11.5 +c-64.6006 59.8994 -164.5 59.7998 -228.9 -0.200195zM43.7998 354.8c17.5 -0.5 34.2998 -3.09961 50.6006 -7.5c82 91.6006 225.5 91.6006 307.5 0.100586c16.0996 4.39941 32.7998 6.89941 50.0996 7.39941v-69.2002c58.7002 -36.5 58.5 -121.899 -0.200195 -158.199 +l-0.299805 -1.7002c-25.9004 -238.8 -381.2 -243.601 -407.6 1.5c-58.5 37.2002 -58.5 121.8 -0.100586 158.3v69.2998zM259.2 96c13.0996 59.2998 33.5 56 113 55.4004c-0.799805 -8.2002 0.0996094 -32.3008 -26.2002 -47.4004c-4.40039 -2.5 -15.2998 -6 -25.5 -6.5 +c-25.2998 -1.2002 -61.2998 -1.5 -61.2998 -1.5zM123.7 151.3c79.2998 0.700195 99.7998 4 113 -55.3994c0 0 -36 0.399414 -61.2998 1.5c-10.3008 0.5 -21.1006 4 -25.5 6.5c-26.3008 15.0996 -25.4004 39.1992 -26.2002 47.3994zM292.8 27.9004 +c3 -4.90039 3.2002 -8.80078 3.2998 -8.90039c-29.0996 -17.5996 -67.0996 -17.5996 -96.1992 0c0 0 0.899414 5.5 3.69922 9.59961c3.5 5.10059 6.40039 6.60059 6.40039 6.60059c23.7002 -6.90039 51.0996 -7.2998 75.9004 0c0 0 3.69922 -2 6.89941 -7.2998z" /> + <glyph glyph-name="node-js" unicode="" +d="M224 -60c-6.7002 0 -13.5 1.7998 -19.4004 5.2002l-61.6992 36.5c-9.2002 5.2002 -4.7002 7 -1.7002 8c12.2998 4.2998 14.7998 5.2002 27.8994 12.7002c1.40039 0.799805 3.2002 0.5 4.60059 -0.400391l47.3994 -28.0996c1.7002 -1 4.10059 -1 5.7002 0l184.7 106.6 +c1.7002 1 2.7998 3 2.7998 5v213.2c0 2.09961 -1.09961 4 -2.89941 5.09961l-184.601 106.5c-1.7002 1 -4 1 -5.7002 0l-184.5 -106.6c-1.7998 -1 -2.89941 -3 -2.89941 -5.10059v-213.1c0 -2 1.09961 -4 2.89941 -4.90039l50.6006 -29.1992 +c27.5 -13.7002 44.2998 2.39941 44.2998 18.6992v210.4c0 3 2.40039 5.2998 5.40039 5.2998h23.3994c2.90039 0 5.40039 -2.2998 5.40039 -5.2998v-210.5c0 -36.5996 -20 -57.5996 -54.7002 -57.5996c-10.7002 0 -19.0996 0 -42.5 11.5996l-48.4004 27.9004 +c-12 6.89941 -19.3994 19.7998 -19.3994 33.6992v213.101c0 13.7998 7.39941 26.7998 19.3994 33.7002l184.5 106.6c11.7002 6.59961 27.2002 6.59961 38.8008 0l184.699 -106.7c12 -6.89941 19.4004 -19.7998 19.4004 -33.7002v-213.1 +c0 -13.7998 -7.40039 -26.7002 -19.4004 -33.7002l-184.699 -106.6c-5.90039 -3.40039 -12.6006 -5.2002 -19.4004 -5.2002zM373.1 150.1c0 -40.1992 -33.5996 -63.2998 -92 -63.3994c-80.8994 0 -97.7998 37.0996 -97.7998 68.2002c0 2.89941 2.2998 5.2998 5.2998 5.2998 +h23.9004c2.7002 0 4.90039 -1.90039 5.2998 -4.5c3.60059 -24.2998 14.2998 -36.6006 63.2002 -36.6006c38.9004 0 55.5 8.80078 55.5 29.4004c0 11.9004 -4.7002 20.7998 -65.2002 26.7002c-50.5 5 -81.7998 16.2002 -81.7998 56.5996c0 37.2998 31.4004 59.5 84.0996 59.5 +c59.2002 0 88.5 -20.5 92.2002 -64.5996c0.100586 -1.5 -0.399414 -3 -1.39941 -4.10059c-1 -1.09961 -2.40039 -1.69922 -3.90039 -1.69922h-24c-2.5 0 -4.7002 1.7998 -5.2002 4.19922c-5.7998 25.6006 -19.7998 33.8008 -57.7002 33.8008 +c-42.5 0 -47.3994 -14.8008 -47.3994 -25.9004c0 -13.4004 5.7998 -17.2998 63.2002 -24.9004c56.6992 -7.5 83.6992 -18.0996 83.6992 -58z" /> + <glyph glyph-name="npm" unicode="" horiz-adv-x="576" +d="M288 160h-32v64h32v-64zM576 288v-192h-288v-32h-128v32h-160v192h576zM160 256h-128v-128h64v96h32v-96h32v128zM320 256h-128v-160h64v32h64v128zM544 256h-192v-128h64v96h32v-96h32v96h32v-96h32v128z" /> + <glyph glyph-name="ns8" unicode="" horiz-adv-x="640" +d="M187.1 288.1h44.9004l-48.5 -160.1h-56.9004l-50.5996 106.5l-31.0996 -106.5h-44.9004l49 160.1h49.4004l54.5 -113.699zM639.6 289c4.60059 -28.5996 -36.0996 -44.7002 -65.6992 -50.5996h-0.100586c17.5 -29.3008 22.1006 -69.3008 3.40039 -105.5 +c-26.4004 -51.2002 -86.5 -79.9004 -135.101 -68c-29.3994 7.19922 -51.3994 29 -56.7998 59.5c-0.700195 3.5 -1 7.09961 -1.2002 10.7998c-5.5 -2.7998 -11.8994 -4.2002 -18.5 -4.90039c-15.5996 -1.7002 -21 -2.2998 -160.899 -2.2998l11.5996 39.5h126.8 +c9.10059 0 12.2002 3.2002 13.8008 7.40039c1.69922 4.59961 3.39941 10.1992 4.5 14.5996c1.09961 3.90039 0.0996094 6.59961 -7.7002 6.59961h-87.2998c-33.4004 0 -38.2002 9.2002 -32.8008 28.6006c3.2002 11.5 10.8008 37.2002 17.6006 47.0996 +c7.09961 10.2002 18.2998 13.7002 30.5996 15c15.6006 1.7002 20.4004 1.2002 160.101 1.2002l-9.7002 -31.5h-133.5c-5.5 0 -11.2002 -0.700195 -13.2998 -7.09961c-1.80078 -5.40039 -2.10059 -6.7002 -3.7002 -12.2002c-1.40039 -5.10059 2.2002 -7.40039 11.5 -7.40039 +h87.5996c20.4004 0 31 -6.7998 34 -16.5996c19.9004 21.3994 50.4004 39.5 94.2002 48.2002v0.0996094c-13.4004 42.5 43.9004 66.5996 88.5 58.7998c18.2002 -3.2002 39.2002 -13.2998 42.0996 -31.2998zM530.7 184.3c3.09961 15.7998 -0.5 33.7002 -7.2002 47.7998 +c-23.2998 -2.89941 -52.2998 -10.0996 -68.5 -26.8994c-24.4004 -25.2998 -16.7998 -60 14.0996 -64.7998c25 -3.90039 55.7002 14.3994 61.6006 43.8994zM552.5 267.4c10.5996 1.5 23.5 3.5 34.2002 9.59961c14.7998 8.5 10.3994 21 -4.90039 24.4004 +c-10.8994 2.39941 -25.0996 -0.5 -31.7998 -7.7002c-7.2998 -7.7998 -1.7002 -20.2998 2.5 -26.2998z" /> + <glyph glyph-name="nutritionix" unicode="" horiz-adv-x="400" +d="M88 439.9c0 0 133.4 8.19922 121 -104.4c0 0 19.0996 74.9004 103 40.5996c0 0 -17.7002 -74 -88 -56c0 0 14.5996 54.6006 66.0996 56.6006c0 0 -39.8994 10.2998 -82.0996 -48.7998c0 0 -19.7998 94.5 -93.5996 99.6992c0 0 75.1992 -19.3994 77.5996 -107.5 +c0 -0.0996094 -106.4 -7 -104 119.801zM400 124.3c0 -48.5 -9.7002 -95.2998 -32 -132.3c-42.2002 -30.9004 -105 -48 -168 -48c-62.9004 0 -125.8 17.0996 -168 48c-22.2998 37 -32 83.7998 -32 132.3c0 48.4004 17.7002 94.7002 40 131.7 +c42.2002 30.9004 97.0996 48.5996 160 48.5996c63 0 117.8 -17.5996 160 -48.5996c22.2998 -37 40 -83.2998 40 -131.7zM120 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM120 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28 +s12.5 -28 28 -28s28 12.5 28 28zM120 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM192 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM192 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28 +s12.5 -28 28 -28s28 12.5 28 28zM192 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM264 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM264 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28 +s12.5 -28 28 -28s28 12.5 28 28zM264 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM336 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM336 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28 +s12.5 -28 28 -28s28 12.5 28 28zM336 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM360 192c-4.7998 22.2998 -7.40039 36.9004 -16 56c-38.7998 19.9004 -90.5 32 -144 32s-105.2 -12.0996 -144 -32 +c-8.7998 -19.5 -11.2002 -33.9004 -16 -56c42.2002 7.90039 98.7002 14.7998 160 14.7998s117.8 -6.89941 160 -14.7998z" /> + <glyph glyph-name="page4" unicode="" horiz-adv-x="496" +d="M248 -56c-137 0 -248 111 -248 248s111 248 248 248c20.9004 0 41.2998 -2.59961 60.7002 -7.5l-266.4 -376.5h205.7v-112zM248 87.5996h-149.4l149.4 213.601v-213.601zM344 56h111.4c-26.9004 -41 -65.7002 -73.5 -111.4 -92.7002v92.7002zM401.4 194.2v-16.7002 +l-21.2002 8.2998zM381.1 139.7c5.90039 0 8.2002 -4.7002 8.2002 -10.6006v-10h-16.2002v7.7002c0 6.60059 1.30078 12.9004 8 12.9004zM496 192c0 -37.2998 -8.2002 -72.7002 -23 -104.4h-129v333.101c89.2998 -37.5 152 -125.8 152 -228.7zM360.4 304.4h68.1992v47.5996 +h-13.8994v-32.5996h-13.9004v29.5996h-13.8994v-29.5996h-12.7002v32.5996h-13.9004v-47.5996h0.100586zM428.5 119.1h-26.5v11c0 15.4004 -5.59961 25.2002 -20.9004 25.2002c-15.3994 0 -20.6992 -10.5996 -20.6992 -25.8994v-25.3008h68.1992v15h-0.0996094zM428.5 222.1 +l-68.2002 -29.6992v-12.4004l68.2002 -29.5v16.5996l-14.4004 5.7002v26.5l14.4004 5.90039v16.8994zM423.7 290.6h-35.6006v-26.5996h13.9004v12.2002h11c8.59961 -15.7998 1.2998 -35.2998 -18.5996 -35.2998c-22.5 0 -28.3008 25.2998 -15.5 37.6992l-11.6006 10.6006 +c-16.2002 -17.5 -12.2002 -63.9004 27.1006 -63.9004c34 0 44.6992 35.9004 29.2998 65.2998z" /> + <glyph glyph-name="palfed" unicode="" horiz-adv-x="576" +d="M384.9 254.1c0.0996094 -53.3994 -46.5 -96.1992 -83.3008 -96.1992c-12.5 0 -14.3994 3.39941 -15.0996 6.19922c0.5 39.1006 1.7002 80.4004 3 119.801c40.2002 14.3994 95.4004 17.5996 95.4004 -29.8008zM190.4 181.9 +c-0.200195 0.599609 -0.400391 2.09961 -0.600586 4.59961c0 25.5996 37 60.9004 58.5 75.9004c-1.2002 -36.4004 -5.5 -198.101 -1.39941 -242.5c3 -32.3008 26.7998 -32.9004 36.3994 -22.3008c5.90039 6.60059 5.5 15.7002 5.2998 19.1006v0.200195 +c-1.7998 25.5996 -2.7998 60.5996 -2.69922 100c60.7998 -14.4004 140.1 60.2998 140.1 138.199c0 71 -63 94.2002 -135.2 72c-2.89941 14.6006 -18.2998 20.1006 -29.5 11.1006c-7.5 -6.2002 -9.5 -15.7998 -10.5 -28.2002c-57.7998 -30.9004 -100.7 -84.5 -100.7 -126.5 +c0 -24.9004 15.6006 -43 37.1006 -43c35.0996 0 41 44.0996 14.3994 44.0996c-4.69922 0 -11 -2.69922 -11.1992 -2.69922zM8 266.9c0 38.5996 38.4004 37.3994 38.4004 37.3994h29c15.5 70.1006 120.5 74.2998 120.5 74.2998h28.0996v19.1006 +c0 18.3994 21.0996 18.3994 21.0996 18.3994h85.8008c18.3994 0 21.0996 -18.3994 21.0996 -18.3994v-19.1006h28c89.2002 0 112.1 -48.6992 119.4 -74.2998h30.0996c38.5 0 38.4004 -37.3994 38.4004 -37.3994c0 -38.6006 -38.4004 -37.4004 -38.4004 -37.4004h-30 +l-22.4004 -217.2c0 -43.8994 -44.6992 -44.2998 -44.6992 -44.2998h-288.9c-44.7002 0 -44.7002 44.2998 -44.7002 44.2998l-22.3994 217.2h-30c-38.5 0 -38.4004 37.4004 -38.4004 37.4004z" /> + <glyph glyph-name="patreon" unicode="" horiz-adv-x="512" +d="M512 253.2c0 -101.3 -82.4004 -183.8 -183.8 -183.8c-101.7 0 -184.4 82.3994 -184.4 183.8c0 101.6 82.7002 184.3 184.4 184.3c101.399 0 183.8 -82.7002 183.8 -184.3zM0 -53.5v491h90v-491h-90z" /> + <glyph glyph-name="periscope" unicode="" +d="M370 384.4c38.4004 -40.7002 59.5 -94.3008 59.5 -150.801c0 -74.2998 -57.4004 -159.5 -82 -192.6c-8 -10.7998 -79.2998 -105 -120.9 -105c-34 0 -88.7998 56.5 -125.399 104.9c-24.9004 32.8994 -82.7002 117.6 -82.7002 192.699c0 118.2 93.4004 214.4 208.1 214.4 +c53.9004 0 104.801 -22.5996 143.4 -63.5996zM226.6 -45.9004c37.3008 0 184.801 167.301 184.7 279.4c0 107.3 -83.8994 196.3 -184.7 196.3c-106.1 0 -190 -88.8994 -190 -196.3c0 -112.1 147.5 -279.4 190 -279.4zM338 241.2c0 -59.1006 -51.0996 -109.7 -110.8 -109.7 +c-100.601 0 -150.7 108.2 -92.9004 181.8v-0.399414c0 -24.5 20.1006 -44.4004 44.7998 -44.4004c24.7002 0 44.8008 19.9004 44.8008 44.4004c0 18.1992 -11.1006 33.7998 -26.9004 40.6992c76.5996 19.2002 141 -39.2998 141 -112.399z" /> + <glyph glyph-name="phabricator" unicode="" horiz-adv-x="496" +d="M323 185.9c0 0 21.5996 -19.6006 20.9004 -20.7002l-8.10059 -19.7998c-0.5 -1.40039 -29.7002 -0.5 -29.7002 -0.5l-9.09961 -9.10059s1.59961 -31.5 0.200195 -32.0996l-20 -7.5c-1.2998 -0.5 -21.7998 23.2998 -21.7998 23.2998l-13.1006 0.200195 +s-19.2998 -24.1006 -20.7002 -23.5l-20.0996 8.2998c-1.40039 0.5 -1.2002 32.2998 -1.2002 32.2998l-9.39941 9.2998s-28.9004 -0.899414 -29.5 0.5l-9.5 20c-0.600586 1.40039 21.0996 21.2002 21.0996 21.2002l-0.0996094 12.9004s-21.6006 19.5996 -21 21 +l8.09961 19.7998c0.5 1.2998 29.7002 0.400391 29.7002 0.400391l9.09961 9.09961s-1.59961 28.4004 -0.200195 28.9004l20 8.2998c1.40039 0.599609 21.9004 -20.7998 21.9004 -20.7998l13.0996 -0.200195s19.3008 21.5996 20.7002 21l20.1006 -9.2002 +c1.39941 -0.599609 1.19922 -29.0996 1.19922 -29.0996l9.40039 -9.30078s28.9004 0.900391 29.5 -0.5l9.5 -20c0.599609 -1.39941 -21.0996 -21.1992 -21.0996 -21.1992zM278.1 194.6c-0.699219 17 -15.5 30.3008 -32.7998 29.5 +c-17.2998 -0.699219 -30.7998 -15.1992 -30.0996 -32.2998c0.700195 -17.0996 15.5 -30.3994 32.7998 -29.5996s30.7998 15.2998 30.0996 32.3994zM479.3 232.5c22.2998 -22.2998 22.2998 -58.7002 0 -81c-67.3994 -67.4004 -44.2998 -44.4004 -95.2998 -95.2998 +c-74.4004 -74.5 -194.7 -74.9004 -269.8 -1.60059l-0.100586 -0.0996094c-51 51 -27.5 27.5996 -97.3994 97c-22.2998 22.2998 -22.2998 58.7002 0 81c67.8994 67.4004 44.7998 44.2998 95.7002 95.2998c74.3994 74.4004 194.699 74.9004 269.8 1.60059l0.0996094 0.0996094 +zM140.4 84.2002c59.5996 -59.5 156 -59.6006 215.6 -0.100586c59.5996 59.6006 59.5 156.101 0 215.601c-59.5996 59.5 -156.1 59.5996 -215.6 0c-59.6006 -59.5 -59.6006 -156 0 -215.5z" /> + <glyph glyph-name="phoenix-framework" unicode="" horiz-adv-x="640" +d="M212.9 103.7c-36.7002 -1.2002 -108.7 29.2998 -127.7 106.399c-8.7002 35.3008 -2.7002 51.8008 -8 86.1006c-8.2002 53.3994 -32.1006 72.2002 -55.9004 76.5c-6.2002 1.09961 -12.3994 1.2998 -18.7002 0.299805 +c-0.799805 -0.0996094 -1.59961 -0.200195 -2.39941 -0.200195c-0.100586 0.200195 -0.100586 0.299805 -0.200195 0.5c0.700195 0.600586 1.40039 1.2002 2.2002 1.7998c36.8994 26.9004 92 38.4004 136.3 35c123.6 -9.5 141.3 -156.6 252.5 -173.1 +c6.09961 -0.900391 12.2998 -1.09961 18.5 -1.7002c0.700195 -0.0996094 1.40039 -0.0996094 2.5 -0.200195c-2.09961 -2.19922 -21.5996 -11.7998 -36.5 -14.5c-18.4004 -3.39941 -35.7002 -0.0996094 -51.2998 10.3008c-14.5 9.7998 -24.5 23.5 -38.9004 27.3994 +c-13 3.60059 -34.0996 1.7002 -35.8994 -19.5996c-1.30078 -15.9004 14.1992 -51.7998 51.7998 -74.6006c40.3994 -24.5 101.399 -26.8994 134.7 -14.7998c0.299805 0.100586 0.699219 0.200195 1.09961 0.299805c0.200195 0.100586 0.400391 0 1 -0.0996094 +c-23.5996 -28.4004 -71.2002 -49.9004 -108.2 -45.4004c-50.3994 6.2002 -77.7002 75.9004 -113.7 97.5c-19.0996 11.5 -49.0996 7 -52 -18.5c-1.09961 -10 2.10059 -19 6.40039 -27.5996c24.4004 -48.5996 65.5996 -47 68 -49.5996 +c-2.7998 -0.800781 -21.7998 -2.10059 -25.5996 -2.2002zM75.2998 383.1c13.1006 -14.5 34.2002 -7.89941 35.2998 6.80078c-12.3994 -0.700195 -24.5 -2.2002 -36.5996 -4.80078c0.400391 -0.799805 0.400391 -1 1.2998 -2zM272.2 32.5996 +c-42.7998 -1.19922 -92 26.7002 -123.5 61.4004c-4.60059 5 -16.7998 20.2002 -18.6006 23.4004l0.400391 0.399414c6.59961 -4.09961 25.7002 -18.5996 54.7998 -27c24.2002 -7 48.1006 -6.2998 71.6006 3.2998c22.6992 9.30078 41 0.5 43.0996 -2.89941 +c-18.5 -3.7998 -20.0996 -4.40039 -24 -7.90039c-5.09961 -4.39941 -4.59961 -11.7002 7 -17.2002c26.2002 -12.3994 63 2.80078 97.2002 -25.3994c2.39941 -2 8.09961 -7.7998 10.0996 -10.7002c-0.0996094 -0.200195 -0.299805 -0.299805 -0.399414 -0.5 +c-4.80078 1.5 -16.4004 7.5 -40.2002 9.2998c-24.7002 2 -46.2998 -5.2998 -77.5 -6.2002zM447 284.6c16.4004 5.2002 41.2998 13.4004 66.5 3.30078c16.0996 -6.5 26.2002 -18.7002 32.0996 -34.6006c3.5 -9.39941 5.10059 -19.7002 5.10059 -28.7002 +c-0.200195 0 -0.400391 0 -0.600586 -0.0996094c-0.199219 0.400391 -0.399414 0.900391 -0.5 1.2998c-5 22 -29.8994 43.7998 -67.5996 29.9004c-50.2002 -18.6006 -130.4 -9.7002 -176.9 48c-0.699219 0.899414 -2.39941 1.7002 -1.2998 3.2002 +c0.100586 0.199219 2.10059 -0.600586 3 -1.30078c18.1006 -13.3994 38.2998 -21.8994 60.2998 -26.1992c30.5 -6.10059 54.6006 -2.90039 79.9004 5.19922zM549.7 167.1c-32.4004 -0.199219 -33.7998 -50.0996 -103.601 -64.3994 +c-18.1992 -3.7002 -38.6992 -4.60059 -44.8994 -4.2002v0.400391c2.7998 1.5 14.7002 2.59961 29.7002 16.5996c7.89941 7.2998 15.2998 15.0996 22.7998 22.9004c19.5 20.1992 41.3994 42.1992 81.8994 39c23.1006 -1.80078 29.3008 -8.2002 36.1006 -12.7002 +c0.299805 -0.200195 0.399414 -0.5 0.700195 -0.900391c-0.5 0 -0.700195 -0.0996094 -0.900391 0c-7 2.7002 -14.2998 3.2998 -21.7998 3.2998zM537.4 191.2c-0.100586 -0.200195 -0.100586 -0.400391 -0.200195 -0.600586c-28.9004 4.40039 -48 7.90039 -68.5 -4 +c-17 -9.89941 -31.4004 -20.5 -62 -24.3994c-27.1006 -3.40039 -45.1006 -2.40039 -66.1006 8c-0.299805 0.200195 -0.599609 0.399414 -1 0.599609c0 0.200195 0.100586 0.299805 0.100586 0.5c24.8994 -3.7998 36.3994 -5.09961 55.5 5.7998 +c22.2998 12.9004 40.0996 26.6006 71.2998 31c29.5996 4.10059 51.2998 -2.5 70.9004 -16.8994zM268.6 350.7c-0.599609 0.599609 -1.09961 1.2002 -2.09961 2.2998c7.59961 0 29.7002 1.2002 53.4004 -8.40039c19.6992 -8 32.1992 -21 50.1992 -32.8994 +c11.1006 -7.2998 23.4004 -9.2998 36.4004 -8.10059c4.2998 0.400391 8.5 1.2002 12.7998 1.7002c0.400391 0.100586 0.900391 0 1.5 -0.299805c-0.599609 -0.400391 -1.2002 -0.900391 -1.7998 -1.2002c-8.09961 -4 -16.7002 -6.2998 -25.5996 -7.09961 +c-26.1006 -2.60059 -50.3008 3.7002 -73.4004 15.3994c-19.2998 9.90039 -36.4004 22.9004 -51.4004 38.6006zM640 112.3c-3.5 -3.09961 -22.7002 -11.5996 -42.7002 -5.2998c-12.2998 3.90039 -19.5 14.9004 -31.5996 24.0996 +c-10 7.60059 -20.9004 7.90039 -28.1006 8.40039c0.600586 0.799805 0.900391 1.2002 1.2002 1.40039c14.7998 9.19922 30.5 12.1992 47.2998 6.5c12.5 -4.2002 19.2002 -13.5 30.4004 -24.2002c10.7998 -10.4004 21 -9.90039 23.0996 -10.5 +c0.100586 0.0996094 0.200195 0 0.400391 -0.400391zM427.5 -24.7002c2.2002 -1.2002 1.59961 -1.5 1.5 -2c-18.5 1.40039 -33.9004 7.60059 -46.7998 22.2002c-21.7998 24.7002 -41.7002 27.9004 -48.6006 29.7002c0.5 0.200195 0.800781 0.399414 1.10059 0.399414 +c13.0996 -0.0996094 26.0996 -0.699219 38.8994 -3.89941c25.3008 -6.40039 35 -25.4004 41.6006 -35.2998c3.2002 -4.80078 7.2998 -8.30078 12.2998 -11.1006z" /> + <glyph glyph-name="playstation" unicode="" horiz-adv-x="576" +d="M570.9 75.7002c-11.3008 -14.2002 -38.8008 -24.2998 -38.8008 -24.2998l-205.1 -73.6006v54.2998l150.9 53.8008c17.0996 6.09961 19.7998 14.7998 5.7998 19.3994c-13.9004 4.60059 -39.1006 3.2998 -56.2002 -2.89941l-100.5 -35.5v56.3994 +c23.2002 7.7998 47.0996 13.6006 75.7002 16.7998c40.8994 4.5 90.8994 -0.599609 130.2 -15.5c44.1992 -14 49.1992 -34.6992 38 -48.8994zM346.5 168.2v139c0 16.2998 -3 31.2998 -18.2998 35.5996c-11.7002 3.7998 -19 -7.09961 -19 -23.3994v-347.9l-93.7998 29.7998 +v414.7c39.8994 -7.40039 98 -24.9004 129.199 -35.4004c79.5 -27.2998 106.4 -61.2998 106.4 -137.8c0 -74.5 -46 -102.8 -104.5 -74.5996zM43.2002 37.7998c-45.4004 12.7998 -53 39.5 -32.2998 54.7998c19.0996 14.2002 51.6992 24.9004 51.6992 24.9004l134.5 47.7998 +v-54.5l-96.7998 -34.5996c-17.0996 -6.10059 -19.7002 -14.7998 -5.7998 -19.4004c13.9004 -4.59961 39.0996 -3.2998 56.2002 2.90039l46.3994 16.8994v-48.7998c-51.5996 -9.2998 -101.399 -7.2998 -153.899 10z" /> + <glyph glyph-name="pushed" unicode="" horiz-adv-x="432" +d="M407 336.1c21.7002 -1.89941 33.7998 -28 17.4004 -44.7998l-235.2 -231.3l-35.2998 -80.7998c-11 -17.2002 -41.2002 -14.2998 -47.7002 7l-105.101 348.3c-4.59961 18.2998 6.30078 33.9004 21.4004 36.5996l271.3 44.4004c17.9004 3.40039 39.1006 -13.5 28.7002 -37 +l-14 -33.4004zM297.6 394.4l-189 -31l177.4 -16.3008l16.7998 39.9004c2.2998 4.90039 -0.0996094 8.09961 -5.2002 7.40039zM22.7002 340.1l157.899 -244.3l96.9004 230.7l-248.7 22.7002c-5.09961 0.899414 -9.2002 -4 -6.09961 -9.10059zM136 -8.40039 +c0 0 28.2002 64.1006 35.2002 79.1006l-127.7 197.6l83.0996 -275.5c1.5 -4.2998 6.80078 -5.2002 9.40039 -1.2002zM408.8 306.1c3.10059 3.30078 1.40039 7.5 -2.59961 8.60059l-106.4 9.7002l-89.7002 -213.7z" /> + <glyph glyph-name="python" unicode="" +d="M439.8 247.5c10.7002 -42.9004 11.2002 -75.0996 0 -108.6c-10.7998 -32.5 -22.2998 -54.2002 -53.3994 -54.2002h-160.2v-13.6006h106.7v-40.6992c0 -30.8008 -26.5 -46.5 -53.4004 -54.3008c-40.5 -11.6992 -73 -9.89941 -106.8 0 +c-28.2002 8.30078 -53.4004 25.3008 -53.4004 54.3008v101.8c0 29.2998 24.2002 54.2998 53.4004 54.2998h106.8c35.5996 0 66.7998 31 66.7998 67.7998v47.4004h40.1006c31.0996 0 45.6992 -23.2998 53.3994 -54.2002zM286.2 44c-11 0 -20 -9 -20.1006 -20.2998 +c0 -11.2002 9.10059 -20.4004 20.1006 -20.4004c11.0996 0 20.0996 9.10059 20.0996 20.4004c0 11.2002 -9 20.2998 -20.0996 20.2998zM167.8 199.9c-36.2998 0 -66.7998 -31.1006 -66.7998 -66.4004v-48.7998h-36.7002c-31.0996 0 -49.2002 22.5996 -56.7998 54.2002 +c-10.2002 42.5 -9.7998 67.8994 0 108.6c8.5 35.5 35.7002 54.2002 66.7998 54.2002h147v13.5996h-106.899v40.7002c0 30.9004 8.19922 47.5996 53.3994 55.5996c32.1006 5.7002 71 6 106.8 0.100586c29 -4.90039 53.4004 -26.6006 53.4004 -55.6006v-101.899 +c0 -29.7998 -23.7002 -54.2998 -53.4004 -54.2998h-106.8zM161.1 342.5c11.1006 0 20.1006 9.09961 20.1006 20.2998s-9.10059 20.4004 -20.1006 20.4004c-11.0996 0 -20 -9.10059 -20.0996 -20.4004c0 -11.2002 9 -20.2998 20.0996 -20.2998z" /> + <glyph glyph-name="red-river" unicode="" +d="M353.2 416c52.3994 0 94.7998 -42.4004 94.7998 -94.7998v-258.4c0 -52.3994 -42.4004 -94.7998 -94.7998 -94.7998h-258.4c-52.3994 0 -94.7998 42.4004 -94.7998 94.7998v258.4c0 52.3994 42.4004 94.7998 94.7998 94.7998h258.4zM144.9 247.1 +c-0.600586 12.4004 11.6992 24.6006 24 24h56.2998c27 0 48.8994 21.9004 48.8994 48.9004h-154.199c-13.2002 0 -23.9004 -10.7002 -23.9004 -23.9004v-154.199c27 0 48.9004 21.8994 48.9004 48.8994v56.2998zM321.2 175.1c27 0 48.8994 21.9004 48.8994 48.9004h-154.199 +c-13.2002 0 -23.9004 -10.7002 -23.9004 -23.9004v-154.199c27 0 48.9004 21.8994 48.9004 48.8994v56.2998c-0.600586 12.4004 11.6992 24.6006 24 24h56.2998z" /> + <glyph glyph-name="wpressr" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM419.33 281.4c2.41016 5.47949 0.459961 8.2793 -5.62012 8.26953c-104.8 0.00976562 -107.69 -0.0302734 -130.78 0.0302734 +c-4.31934 0.00976562 -7.10938 -1.82031 -8.83984 -5.78027c-5.70996 -13.0996 -11.5195 -26.1504 -17.2998 -39.21c-2.57031 -5.7998 -1 -8.26953 5.26953 -8.26953c25.2607 0 50.5205 -0.0107422 75.7803 0.0195312 +c10.0303 0.00976562 8.54004 -13.6602 -3.89941 -13.6396c-26.4307 0.0498047 -52.8604 0 -79.29 0.0498047c-4.91016 0.00976562 -8.33008 -1.88965 -10.3506 -6.5c-4.2998 -9.83008 -32.1494 -73.0801 -32.1895 -73.1602 +c-3.2002 -7.16016 -16.2607 -6.09961 -11.2803 5.33008c8.26953 18.9902 16.6504 37.9297 24.9795 56.8896c2.25 5.11035 -0.0996094 8.74023 -5.65918 8.75c-15.21 0.0205078 -30.4307 -0.0400391 -45.6406 0.0400391 +c-3.35938 0.0107422 -5.41016 -1.29004 -6.76953 -4.38965c-31.4307 -71.8701 -29.7803 -67.3203 -30.0098 -67.6904c-3.87012 -6.37012 -14.8604 -3.34961 -10.9502 5.60059c5.66992 13.0098 11.3701 26.0098 17.0898 39c13.5703 30.7793 27.1396 61.5596 40.7402 92.3301 +c2.54004 5.75 -0.419922 10.5801 -6.66016 10.5898c-14.2402 0.0302734 -28.4805 -0.0498047 -42.7197 0.0498047c-4.26074 0.0302734 -6.84082 -1.76953 -8.54004 -5.65039c-12.8604 -29.3896 -25.8203 -58.7295 -38.75 -88.0791 +c-8.62012 -19.5605 -17.2305 -39.1201 -25.8906 -58.6602c-1.58008 -3.55078 -1.47949 -6.78027 1.20996 -9.73047c11.2207 -12.3096 22.4707 -24.6094 33.6807 -36.9395c2.08984 -2.30078 4.58984 -3.4502 7.71973 -3.4502c45.9395 0.0195312 91.8701 0.00976562 137.81 0 +c3.86035 0 6.37988 1.78027 7.91992 5.29004c10.3203 23.5 20.7607 46.9395 30.9502 70.5c2.08984 4.83008 5.21973 6.75 10.3398 6.71973c23.0205 -0.110352 46.0303 -0.0400391 69.0508 -0.0498047c6.0791 0 10.5293 2.72949 12.9697 8.24023 +c15.2598 34.4795 30.4502 68.9893 45.6299 103.5z" /> + <glyph glyph-name="replyd" unicode="" +d="M320 -32h-192c-70.4004 0 -128 57.5996 -128 128v192c0 70.4004 57.5996 128 128 128h192c70.4004 0 128 -57.5996 128 -128v-192c0 -70.4004 -57.5996 -128 -128 -128zM193.4 174.8c-6.10059 2 -11.6006 3.10059 -16.4004 3.10059 +c-7.2002 0 -13.5 -1.90039 -18.9004 -5.60059c-5.39941 -3.7002 -9.59961 -9 -12.7998 -15.7998h-1.09961l-4.2002 18.2998h-28v-138.899h36.0996v89.6992c1.5 5.40039 4.40039 9.80078 8.7002 13.2002c4.2998 3.40039 9.7998 5.10059 16.2002 5.10059 +c4.59961 0 9.7998 -1 15.5996 -3.10059zM308.6 71.4004c-3.19922 -2.40039 -7.69922 -4.80078 -13.6992 -7.10059s-12.8008 -3.5 -20.4004 -3.5c-12.2002 0 -21.0996 3 -26.5 8.90039c-5.5 5.89941 -8.5 14.7002 -9 26.3994h83.2998 +c0.900391 4.80078 1.60059 9.40039 2.10059 13.9004c0.5 4.40039 0.699219 8.59961 0.699219 12.5c0 10.7002 -1.59961 19.7002 -4.69922 26.9004c-3.2002 7.19922 -7.30078 13 -12.5 17.1992c-5.2002 4.30078 -11.1006 7.30078 -17.8008 9.2002 +c-6.69922 1.7998 -13.5 2.7998 -20.5996 2.7998c-21.0996 0 -37.5 -6.09961 -49.2002 -18.2998s-17.5 -30.5 -17.5 -55c0 -22.7998 5.2002 -40.7002 15.6006 -53.7002c10.3994 -13.0996 26.7998 -19.5996 49.1992 -19.5996c10.7002 0 20.9004 1.5 30.4004 4.59961 +c9.5 3.10059 17.0996 6.80078 22.5996 11.2002zM286.8 141.7c3.7998 -5.40039 5.2998 -13.1006 4.60059 -23.1006h-51.7002c0.899414 9.40039 3.7002 17 8.2002 22.6006c4.5 5.59961 11.5 8.5 21 8.5c8.19922 0.0996094 14.0996 -2.60059 17.8994 -8zM366.7 139.2 +c4.09961 -3.90039 9.39941 -5.7998 16.0996 -5.7998c7 0 12.6006 1.89941 16.7002 5.7998c4.09961 3.89941 6.09961 9.09961 6.09961 15.5996s-2 11.6006 -6.09961 15.4004s-9.59961 5.7002 -16.7002 5.7002c-6.7002 0 -12 -1.90039 -16.0996 -5.7002 +c-4.10059 -3.7998 -6.10059 -8.90039 -6.10059 -15.4004s2 -11.7002 6.10059 -15.5996zM366.7 38.7002c4.09961 -3.90039 9.39941 -5.7998 16.0996 -5.7998c7 0 12.6006 1.89941 16.7002 5.7998c4.09961 3.89941 6.09961 9.09961 6.09961 15.5996 +s-2 11.6006 -6.09961 15.4004s-9.59961 5.7002 -16.7002 5.7002c-6.7002 0 -12 -1.90039 -16.0996 -5.7002c-4.10059 -3.7998 -6.10059 -8.90039 -6.10059 -15.4004c0 -6.59961 2 -11.7002 6.10059 -15.5996z" /> + <glyph glyph-name="resolving" unicode="" horiz-adv-x="496" +d="M281.2 169.8l-197.9 -57.2002l-28.5996 98.6006l188.2 54.0996c52.6992 15.2998 65 8.10059 71.0996 -12.7998l11.2002 -39.2998c5.59961 -19.9004 2 -30.1006 -44 -43.4004zM248.5 440c137 0 248.5 -111.4 247.5 -247.7c0 -136.899 -111.5 -248.3 -248.5 -248.3 +c-46 0 -89.5 12.7002 -126.3 34.7002l-23 80.2002l286.8 -37.3008l48.0996 13.3008l-9.69922 34.1992l-220.4 27.1006l92.5996 26.5996c30.2002 8.7002 42 15.7998 61.4004 33.2002c24.5 23 31.7002 45.5 23.5 73.5996l-10.7002 37.8008 +c-8.7002 30.1992 -25.0996 49.0996 -61.3994 55.1992c-25.1006 3.5 -44.5 2 -79.3008 -8.19922l-221.899 -63.9004c26 108.8 124.2 189.5 241.3 189.5zM38.2998 59.4004c-24 38.3994 -38.2998 83.2998 -38.2998 131.8z" /> + <glyph glyph-name="rocketchat" unicode="" horiz-adv-x="576" +d="M486.41 340.43c119.649 -76.54 119.26 -221 0 -297.14c-77.1201 -50.9199 -179.37 -62.3896 -264.12 -47.1602c-95.5205 -91.1895 -201.72 -49.1602 -222.29 -37c0 0 73.0801 62.1006 61.21 116.49c-45.3896 46.3701 -86.5195 144.57 0 232.77 +c11.8701 54.3906 -61.21 116.49 -61.21 116.49c20.7695 12.1201 127.26 54.2803 222.29 -37.3799c84.9404 15.3301 187.19 3.75977 264.12 -47.0703zM294.18 43.7803c126.67 0 229.409 66.2197 229.409 148.22s-102.74 148.43 -229.41 148.43 +s-229.41 -66.4297 -229.41 -148.43c0 -35.79 19.4707 -68.5195 52 -94.1299c9.11426 -29.127 3.78125 -62.0234 -15.999 -98.6904c-0.889648 -1.67969 -1.76953 -3.45996 -2.76953 -5.23926c15.0498 1.33594 38.2158 7.93555 51.71 14.7295 +c11.0684 6.26562 27.46 18.5361 36.5898 27.3896l19.7705 19.0908c23.6396 -6.27734 62.6758 -11.3721 87.1348 -11.3721c0.269531 0 0.706055 0.000976562 0.974609 0.00195312zM184.119 156.7c-0.133789 -0.00195312 -0.351562 -0.00390625 -0.485352 -0.00390625 +c-18.6182 0 -33.9912 15.1084 -34.3145 33.7236c-0.700195 45.3896 67.8301 46.3799 68.5195 1.08984v-0.509766c0.000976562 -0.0888672 0.00195312 -0.232422 0.00195312 -0.321289c0 -18.6152 -15.1074 -33.8467 -33.7217 -33.999v0.0205078zM257.889 190.42 +c-0.790039 45.3896 67.7402 46.4805 68.5303 1.19043v-0.610352c0.389648 -45.0801 -67.7402 -45.5703 -68.5303 -0.580078zM401.269 156.7c-0.133789 -0.00195312 -0.350586 -0.00390625 -0.485352 -0.00390625c-18.6182 0 -33.9951 15.1084 -34.3242 33.7236 +c-0.69043 45.3896 67.8398 46.3799 68.5303 1.08984v-0.509766c0.000976562 -0.119141 0.00292969 -0.311523 0.00292969 -0.430664c0 -18.6152 -15.1084 -33.7979 -33.7236 -33.8896v0.0205078z" /> + <glyph glyph-name="rockrms" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM405.4 20.5l-101.5 118.9s73.5996 0.199219 74.1992 0.199219c29.6006 -1.09961 46.6006 33.3008 27.6006 56.1006l-157.7 185.1c-13.2002 17.2998 -40.0996 18.4004 -54.5 0 +l-147.1 -172.5h90l84.2998 98.9004l84.5996 -99.2998h-75.2998c-30.5 0 -44.5 -35.7002 -26.5996 -56.1006l112 -131.3h90z" /> + <glyph glyph-name="schlix" unicode="" +d="M350.5 290.3l-54.2002 46.1006l73.4004 39l78.2998 -44.2002zM192 325.9l45.7002 28.1992l34.7002 -34.5996l-55.4004 -29zM126.9 319.3l31.8994 22.1006l17.2002 -28.4004l-36.7002 -22.5zM103.6 231.1l-8.7998 34.8008l29.6006 18.2998l13.0996 -35.2998z +M82.4004 314.8l23.8994 18.1006l8.90039 -24l-26.7002 -18.3008zM59 241.5l-3.59961 28.4004l22.2998 15.5l6.09961 -28.7002zM28.4004 224.9l20.7998 12.7998l3.2998 -33.4004l-22.9004 -12zM1.40039 180l19.1992 10.2002l0.400391 -38.2002l-21 -8.7998zM60.5 120.7 +l-28.2998 -8.2998l-1.60059 46.7998l25.1006 10.7002zM99 184.8l-31.0996 -13l-5.2002 40.7998l27.3994 14.4004zM123.2 71l-41.6006 -5.90039l-8.09961 63.5l35.2002 10.8008zM151.7 210.9l21.2002 -57.1006l-46.2002 -13.5996l-13.7002 54.0996zM237.4 -19.5996 +l-70.9004 3.2998l-24.2998 95.7998l55.2002 8.59961zM152.5 260.1l42.2002 22.4004l28 -45.9004l-50.7998 -21.2998zM193.5 165.2l61.2998 18.7002l52.7998 -86.6006l-79.7998 -11.2998zM244.9 250.8l67.2998 28.7998l65.5 -65.3994l-88.6006 -26.2002z" /> + <glyph glyph-name="searchengin" unicode="" horiz-adv-x="460" +d="M220.6 317.7l-67.1992 -209.3v130.3l-54.7002 -24.2002l54.7002 190.3v-115.3zM137.4 414.4l-1.30078 -4.7002l-15.1992 -52.9004c-40.3008 -15.5 -68.9004 -54.5996 -68.9004 -100.3c0 -52.2998 34.2998 -95.9004 83.4004 -105.5v-53.5996 +c-77.9004 10.5 -135.4 78.1992 -135.4 159c0 80.5 59.7998 147.199 137.4 158zM448.8 -32.7998c-11.2002 -11.2002 -23.0996 -12.2998 -28.5996 -10.5c-5.40039 1.7998 -27.1006 19.8994 -60.4004 44.3994c-33.2998 24.6006 -33.5996 35.7002 -43 56.7002 +c-9.39941 20.9004 -30.3994 42.6006 -57.5 52.4004l-9.7002 14.7002c-24.6992 -16.9004 -53 -26.9004 -81.2998 -28.7002l2.10059 6.59961l15.8994 49.5c46.5 11.9004 80.9004 54 80.9004 104.2c0 54.5 -38.4004 102.1 -96 107.1v52.1006 +c83.2002 -5.10059 148.8 -74.5 148.8 -159.3c0 -33.6006 -11.2002 -64.7002 -29 -90.4004l14.5996 -9.59961c9.80078 -27.1006 31.5 -48 52.4004 -57.4004s32.2002 -9.7002 56.7998 -43c24.6006 -33.2002 42.7002 -54.9004 44.5 -60.2998 +c1.7998 -5.40039 0.700195 -17.2998 -10.5 -28.5zM438.9 -14.9004c0 4.40039 -3.60059 8 -8 8c-4.40039 0 -8 -3.59961 -8 -8c0 -4.39941 3.59961 -8 8 -8c4.39941 0 8 3.60059 8 8z" /> + <glyph glyph-name="servicestack" unicode="" horiz-adv-x="496" +d="M88 232c81.7002 -10.2002 273.7 -102.3 304 -232h-392c99.5 8.09961 184.5 137 88 232zM120 384c102.8 -15.5 335.3 -167.9 376 -384h-96c-26.2998 126.7 -150.7 216.7 -233.6 250.4c1.2998 49.6992 -14.1006 98 -46.4004 133.6z" /> + <glyph glyph-name="sistrix" unicode="" +d="M448 -1l-30.5 -31l-146 148.1c-28.7002 -23.6992 -65.2002 -37.8994 -105 -37.8994c-91.7998 0 -166.5 75.7998 -166.5 168.899c0 93.1006 74.7002 168.9 166.6 168.801c91.8008 0 166.5 -75.8008 166.5 -168.9c0 -37 -11.8994 -71.2998 -31.8994 -99.2002zM166.5 117.2 +c70.7002 0 128.1 58.2998 128.1 129.899c0 71.6006 -57.5 129.9 -128.1 129.9s-128.1 -58.2998 -128.1 -129.9c0 -71.5996 57.5 -129.899 128.1 -129.899z" /> + <glyph glyph-name="slack-hash" unicode="" +d="M446.2 177.6c6.2002 -19 -3.90039 -39.6992 -22.9004 -45.6992l-45.3994 -15.1006l15.6992 -47c6.10059 -19.0996 -3.89941 -39.7002 -23 -45.8994c-21.2998 -6.10059 -40.0996 6 -46 22.8994l-15.6992 47l-93.6006 -31.2998l15.7002 -47 +c6.09961 -19.0996 -3.90039 -39.7002 -23 -45.9004c-21.2998 -6.09961 -40.0996 6 -46 22.9004l-15.7002 47c-45.7002 -15.2002 -50.8994 -17.7998 -57.7002 -16.7998c-14.5 0.599609 -28.5996 10.0996 -33.5996 24.5996c-6.09961 19 4 39.7002 23 45.9004l45.4004 15.0996 +l-30.3008 90c-45.6992 -15.2002 -50.8994 -17.7998 -57.6992 -16.7998c-14.5 0.599609 -28.6006 10.0996 -33.6006 24.5996c-6.09961 19.1006 3.90039 39.7002 23 45.9004l45.2998 15l-15.6992 47c-6.10059 19.0996 3.89941 39.7002 23 45.9004 +c19.0996 6.19922 39.7998 -3.90039 46 -22.9004l15.6992 -47l93.4004 31.2002l-15.7002 47c-6.09961 19.0996 3.90039 39.7002 23 45.8994c19.1006 6.2002 39.7998 -3.89941 46 -22.8994l15.7002 -47l45.4004 15.0996c19.0996 6.2002 39.7998 -3.89941 46 -22.8994 +c6.09961 -19.1006 -3.90039 -39.7002 -23 -45.9004l-45.4004 -15.0996l30.2998 -90l45.4004 15.0996c19.0996 6.2002 39.7998 -3.90039 46 -22.9004zM192.1 130.4l93.5 31.2998l-30.2998 90.2002l-93.5 -31.3008z" /> + <glyph glyph-name="speakap" unicode="" +d="M64 56.2197c-79.4102 88.1904 -72 224.36 16.6396 304.141c88.6406 79.7793 224.801 73 304.21 -15.2402c79.4102 -88.2402 72 -224.36 -16.6396 -304.14c-18.7402 -16.8701 64 -43.0908 42 -52.2607c-82.0596 -34.21 -253.91 -35 -346.229 67.5h0.0195312z +M277.31 267.82l38.5 40.8594c-9.60938 8.89062 -32 26.8301 -76.1699 27.6006c-52.3301 0.910156 -95.8594 -28.2998 -96.7695 -80c-0.200195 -11.3301 0.290039 -36.7207 29.4199 -54.8301c34.46 -21.4199 86.5195 -21.5098 86 -52.2598 +c-0.370117 -21.2803 -26.4199 -25.8105 -38.5898 -25.6006c-3 0.0498047 -30.2305 0.459961 -47.6104 24.6201l-40 -42.6104c28.1602 -27 59 -32.6191 83.4902 -33.0498c10.2295 -0.179688 96.4199 -0.330078 97.8398 81 +c0.280273 15.8105 -2.07031 39.7197 -28.8604 56.5898c-34.3594 21.6406 -85 19.4502 -84.4297 49.75c0.410156 23.25 31 25.3701 37.5303 25.2607c0.429688 0 26.6201 -0.260742 39.6201 -17.3701z" /> + <glyph glyph-name="staylinked" unicode="" horiz-adv-x="440" +d="M382.7 155.5l44.2998 -41.2998c3.7002 -3.5 3.2998 -9 -0.700195 -12.2002l-198 -163.9c-9.89941 -7.59961 -17.2998 -0.799805 -17.2998 -0.799805l-208.7 196.101c-3.5 3.5 -3 9 1.2002 12.1992l45.7998 34.9004c4.2002 3.2002 10.4004 3 13.9004 -0.5l151.899 -147.5 +c3.7002 -3.5 10 -3.7002 14.2002 -0.400391l93.2002 74c4.09961 3.2002 4.5 8.7002 0.900391 12.2002l-84 81.2998c-3.60059 3.5 -9.90039 3.7002 -14 0.5l-0.100586 -0.0996094c-4.09961 -3.2002 -10.3994 -3 -14 0.5l-68.0996 64.2998 +c-3.5 3.5 -3.10059 9 1.09961 12.2002l57.2998 43.5996c4.10059 3.2002 10.3008 3 13.8008 -0.5l170 -167.3zM437.2 238.9c3.7002 -3.5 3.39941 -9 -0.700195 -12.2002l-45.7998 -35.7998c-4.10059 -3.2002 -10.4004 -3 -14.1006 0.5l-160.399 159 +c-3.60059 3.5 -9.7998 3.69922 -13.9004 0.5l-92.2002 -71.5c-4.19922 -3.30078 -4.69922 -8.7002 -1.09961 -12.2002l94.5996 -91.7998c3.7002 -3.5 10 -3.60059 14.2002 -0.400391l0.100586 0.0996094c4.19922 3.2002 10.5996 3 14.1992 -0.5l57.1006 -54.3994 +c3.7002 -3.5 3.2998 -9 -0.900391 -12.2002l-7.7002 -6l0.300781 -0.299805l-50.2002 -38.7998c-4.2002 -3.30078 -10.6006 -3.10059 -14.2998 0.399414l-171.7 165.101l-42.2998 41.6992c-3.60059 3.5 -3 9 1.19922 12.2002l206.801 162.101 +c8.2998 6.59961 14.7998 2.2998 16.2998 1.09961z" /> + <glyph glyph-name="steam-symbol" unicode="" +d="M395.5 270.5c0 -33.7998 -27.5 -61 -61 -61c-33.7998 0 -61 27.2998 -61 61s27.2998 61 61 61c33.5 0 61 -27.2002 61 -61zM448 270.3c0 -63 -51 -113.8 -113.7 -113.8l-109.3 -79.7998c-4 -43 -40.5 -76.7998 -84.5 -76.7998c-40.5 0 -74.7002 28.7998 -83 67 +l-57.5 23.0996v107.3l97.2002 -39.2998c15.0996 9.2002 32.2002 13.2998 52 11.5l71 101.7c0.5 62.2998 51.5 112.8 114 112.8c62.7998 0 113.8 -51 113.8 -113.7zM203 85c0 34.7002 -27.7998 62.5 -62.5 62.5c-4.5 0 -9 -0.5 -13.5 -1.5l26 -10.5 +c25.5 -10.2002 38 -39 27.7002 -64.5c-10.2002 -25.5 -39.2002 -38 -64.7002 -27.5c-10.2002 4 -20.5 8.2998 -30.7002 12.2002c10.5 -19.7002 31.2002 -33.2002 55.2002 -33.2002c34.7002 0 62.5 27.7998 62.5 62.5zM410.5 270.3c0 42 -34.2998 76.2002 -76.2002 76.2002 +c-42.2998 0 -76.5 -34.2002 -76.5 -76.2002c0 -42.2002 34.2998 -76.2002 76.5 -76.2002c41.9004 -0.0996094 76.2002 33.9004 76.2002 76.2002z" /> + <glyph glyph-name="sticker-mule" unicode="" horiz-adv-x="576" +d="M561.7 248.4c-1.2998 -0.300781 0.299805 0 0 0zM555.5 325.8c20.2002 -50.0996 20.5996 -45.2002 20.5996 -52.8994c0 -7.5 -4.09961 -11 -7.19922 -16.5c-1.5 -3 -4.60059 -7.5 -7.2002 -8c-0.400391 0 -3 -0.5 -13.4004 -2.5c-7.2002 -1 -13.3994 4.5 -14.8994 9.5 +c-1.60059 4.69922 2.7998 10.0996 -11.8008 22.8994c-10.2998 10 -21.0996 11.2998 -31.8994 17c-9.7998 5.7002 -11.9004 -1 -18 -8c-18 -22.8994 -34 -46.8994 -52 -69.7998c-11.7998 -15 -24.2002 -30.4004 -33.5 -47.4004 +c-3.90039 -6.7998 -9.5 -28.0996 -10.2998 -29.8994c-6.2002 -17.7002 -5.5 -25.7998 -16.5 -68.2998c-3.10059 -10 -5.7002 -21.4004 -8.7002 -32.4004c-2.2002 -6.7998 -7.40039 -49.2998 -0.5 -59.4004c2.09961 -3.5 8.7002 -4.5 11.2998 -8 +c0.0996094 -0.0996094 9.59961 -18.1992 9.2998 -20c0 -6.09961 -9.39941 -5.59961 -11.2998 -6.5c-4.7998 -2.89941 -3.7998 -5.89941 -6.40039 -7.39941c-5.89941 -2.90039 -32.0996 -3.2002 -36.5 0.5c-4.09961 3 -2.19922 11.8994 -1.5 15 +c2.2002 15 -2.5 7.89941 -9.7998 11.5c-3.09961 1.5 -4.09961 5.5 -4.59961 10c-0.5 1.5 -1 2.5 -1.5 3.5c-1.7002 10.7002 6.7998 33.5996 8.2002 43.3994c4.89941 23.7002 -0.700195 37.2002 1.5 46.9004c3.69922 16.2002 4.09961 3.5 4.09961 29.9004 +c-1.40039 25.8994 3.2998 36.8994 0.5 38.8994c-14.7998 0 -64.2998 -10.7002 -112.2 -2c-46.0996 8.90039 -59.3994 29 -65.3994 30.9004c-10.3008 4.5 -23.2002 -0.5 -27.3008 -7c-0.0996094 -0.100586 -35 -70.6006 -39.5996 -87.7998 +c-6.2002 -20.5 -0.5 -47.4004 4.09961 -66.8008c0 -0.0996094 4.5 -14.5996 10.3008 -19.5c2.09961 -1.5 5.09961 -2.5 7.19922 -4.5c2.80078 -2.69922 9.40039 -15.1992 9.80078 -16c2.59961 -4.5 3.59961 -8 -1.5 -10.5c-3.60059 -2 -9.30078 -2.5 -14.4004 -2.5 +c-2.59961 -0.5 -1.5 -3.5 -3.09961 -5c-2.90039 -2.7998 -20.7002 -6.09961 -29.9004 -2.5c-2.59961 1 -5.7002 3 -6.2002 5c-1.5 4 2.10059 9 -1 12.5c-4.5 2.90039 -13.0996 2 -17 12c-2.2002 5.40039 -2.59961 7.60059 -2.59961 49.4004 +c0 9.7002 -5.90039 38.7002 -8.2002 46.9004c-1.5 5.5 -1.5 11.5 0 16c0.299805 0.899414 4.09961 4.59961 4.09961 13c-1 1.5 -4.59961 0.5 -5.09961 1.5c-10.4004 80.5996 -5.90039 79 -7.7002 98.2998c-1.5 16 -10.8994 43.8994 -6.7002 64.2998 +c0.5 2.40039 3.40039 21 24.2002 38.9004c31 26.6992 48.4004 38.2998 159 11.5c1.10059 -0.400391 66.2998 -21.1006 110.7 9c15.5 11.2998 28.7998 11.2998 35.5 16c0.0996094 0.0996094 61.7002 52.0996 87 65.2998c47.2002 29.3994 69.9004 16.7002 75.0996 18 +c4.7002 1 13.4004 25.7998 17 25.7998c5.5 0 1.60059 -20.2002 3.60059 -25.9004c0.5 -2 3.59961 -5 6.2002 -5c2.2998 0 1.69922 0.800781 10.2998 5c8.39941 5.40039 14.8994 17.6006 20.5996 17c11.7002 -1.59961 -19 -41.5996 -19 -46.8994 +c0 -2 0.200195 -0.799805 4.60059 -9.5c2.59961 -5.5 4.59961 -13.5 6.19922 -20c8.30078 -29.7002 5.7002 -14.6006 13.4004 -36.9004z" /> + <glyph glyph-name="studiovinari" unicode="" horiz-adv-x="512" +d="M480.3 260.3l4.2002 -28v-28l-25.0996 -44.0996l-39.8008 -78.4004l-56.0996 -67.5l-79.0996 -37.7998l-17.7002 -24.5l-7.7002 -12l-9.59961 -4s17.2998 63.5996 19.3994 63.5996c2.10059 0 20.2998 -0.699219 20.2998 -0.699219l66.7002 38.5996l-92.5 -26.0996 +l-55.8994 -36.8008l-22.8008 -28l-6.59961 -1.39941l20.7998 73.5996l6.90039 5.5l20.7002 -12.8994l88.2998 45.1992l56.7998 51.5l14.7998 68.4004l-125.399 -23.2998l15.1992 18.2002l-173.399 53.2998l81.8994 10.5l-166 122.899l114.9 -18.0996l-101.3 108 +l252.899 -126.6l-31.5 38l124.4 -74.4004l-143.3 99l18.7002 -38.4004l-49.6006 18.1006l-45.5 84.2998l194.601 -122l-42.9004 55.7998l108 -96.3994l12 8.89941l-21 16.4004l4.2002 37.7998l37.7998 10.4004l29.2002 -24.7002l11.5 -4.2002l-7 -6.2002l8.5 -12 +l-13.1006 -7.39941l-10.2998 -20.2002z" /> + <glyph glyph-name="supple" unicode="" horiz-adv-x="640" +d="M640 185.5c0 -64.0996 -109 -116.1 -243.5 -116.1c-24.7998 0 -48.5996 1.7998 -71.0996 5c7.69922 -0.400391 15.5 -0.600586 23.3994 -0.600586c134.5 0 243.5 56.9004 243.5 127.101c0 29.3994 -19.0996 56.3994 -51.2002 78 +c60 -21.1006 98.9004 -55.1006 98.9004 -93.4004zM47.7002 220.1c0.0996094 -29.3994 19.2998 -56.5 51.5996 -78c-60.2002 21 -99.2002 55 -99.2998 93.3008c-0.0996094 64.0996 108.8 116.3 243.3 116.699c24.7002 0 48.5 -1.69922 71 -4.89941 +c-7.7002 0.299805 -15.3994 0.5 -23.2998 0.5c-134.5 -0.299805 -243.4 -57.4004 -243.3 -127.601zM107.9 180.2l8.7998 10.8994s8.7998 -10.0996 20.7002 -10.0996c6.5 0 12.2998 3.5 12.2998 10.0996c0 14.5 -40.2002 13.3008 -40.2002 39.9004 +c0 13.9004 12 24.0996 28.5 24.0996c10 0 25.4004 -4.69922 25.4004 -16.7998v-7.89941h-14.2002v3.89941c0 4 -5.60059 6.60059 -11.2998 6.60059c-7.2002 0 -12.5 -3.7002 -12.5 -9.10059c0 -14.5996 40.1992 -11.7002 40.1992 -39.7002 +c0 -13.5996 -10.5 -25.0996 -28.3994 -25.0996c-18.7998 0 -29.2998 13.2002 -29.2998 13.2002zM228.7 253.8h15.7002v-55c0 -18.8994 -13.3008 -31.8994 -33.4004 -31.8994c-20.2998 0 -33.7002 13 -33.7002 31.8994v55h15.7998v-54.5 +c0 -11.2002 7.10059 -17.7002 17.8008 -17.7002c10.6992 0 17.7998 6.5 17.7998 17.8008v54.3994zM263.1 168.4v72h-7.7998v13.3994h39.1006c16 0 27.1992 -11.2002 27.1992 -27.7998s-11.1992 -28.0996 -27.1992 -28.0996h-15.5v-29.5h-15.8008zM278.9 211.4h12.5996 +c8.90039 0 14 5.7998 14 14.6992c0 8.7002 -5 14.4004 -13.7002 14.4004h-12.8994v-29.0996zM335.9 168.4v72h-7.80078v13.3994h39.1006c16 0 27.2002 -11.2002 27.2002 -27.7998s-11.2002 -28.0996 -27.2002 -28.0996h-15.5v-29.5h-15.7998zM351.6 211.4h12.6006 +c9 0 14 5.7998 14 14.6992c0 8.7002 -5 14.4004 -13.7002 14.4004h-12.9004v-29.0996zM408.7 176.6h0.0996094v61.2002c0 1.60059 -0.899414 2.60059 -2.59961 2.60059h-5.2002v13.3994h15.4004c5.7998 0 8.19922 -2.5 8.19922 -8.2002v-61.1992 +c0 -1.60059 0.900391 -2.60059 2.60059 -2.60059h18.5996c1.60059 0 2.60059 0.900391 2.60059 2.60059v5.19922h14.2998v-13c0 -5.7998 -2.40039 -8.19922 -8.2002 -8.19922h-37.5996c-5.80078 0 -8.2002 2.39941 -8.2002 8.19922zM472.1 176.6h-0.0996094v63.9004h-7.7998 +v13.4004h51.5996c5.7002 0 8.2002 -2.5 8.2002 -8.2002v-13h-14.2002v5.2002c0 1.59961 -0.899414 2.59961 -2.59961 2.59961h-19.2002v-22.4004h27.7002v-13.3994h-27.7002v-20.2998c0 -1.60059 0.900391 -2.60059 2.59961 -2.60059h19.7002 +c1.60059 0 2.60059 0.900391 2.60059 2.60059v5.19922h14.2998v-13c0 -5.7998 -2.5 -8.19922 -8.2002 -8.19922h-38.7002c-5.7998 0 -8.2002 2.39941 -8.2002 8.19922zM531 252.6h-2.7002v1.2002h7v-1.2002h-2.7002v-5.89941h-1.59961v5.89941zM536.7 253.8h2.39941 +l2.10059 -5.09961l2.09961 5.09961h2.2998v-7.09961h-1.5v5.7002l-2.2998 -5.7002h-1.2998l-2.2998 5.7002v-5.7002h-1.5v7.09961z" /> + <glyph glyph-name="telegram-plane" unicode="" +d="M446.7 349.4l-67.6006 -318.801c-5.09961 -22.5 -18.3994 -28.0996 -37.2998 -17.5l-103 75.9004l-49.7002 -47.7998c-5.5 -5.5 -10.0996 -10.1006 -20.6992 -10.1006l7.39941 104.9l190.9 172.5c8.2998 7.40039 -1.7998 11.5 -12.9004 4.09961l-236 -148.6 +l-101.6 31.7998c-22.1006 6.90039 -22.5 22.1006 4.59961 32.7002l397.4 153.1c18.3994 6.90039 34.5 -4.09961 28.5 -32.1992z" /> + <glyph glyph-name="uber" unicode="" +d="M414.1 416c18.7002 0 33.9004 -15.2002 33.8008 -33.9004v-380.199c0 -18.7002 -15.2002 -33.9004 -33.9004 -33.9004h-380.1c-18.7002 0 -33.9004 15.2002 -33.9004 34v380.1c0 18.7002 15.2002 33.9004 33.9004 33.9004h380.199zM237.6 56.9004 +c74.6006 7.5 129 74.0996 121.5 148.6c-7 69.4004 -65.3994 122.2 -135.1 122.2s-128.1 -52.7998 -135.1 -122.2h94.3994v20.4004c0 3.7998 3.10059 6.7998 6.7998 6.7998h67.9004c3.7998 0 6.7998 -3.10059 6.7998 -6.7998v-67.9004 +c0 -3.7998 -3.09961 -6.7998 -6.7998 -6.7998h-67.9004c-3.7998 0 -6.7998 3.09961 -6.7998 6.7998v20.4004h-94.3994c7.5 -74.6006 74.0996 -129 148.699 -121.5z" /> + <glyph glyph-name="uikit" unicode="" +d="M443.9 320v-256l-225.9 -128l-218 128v214.3l87.5996 -45.0996v-117l133.5 -75.5l135.801 75.5v151l-101.101 57.5996l87.6006 53.1006zM308.6 398.9l-87.3994 -53l-86 47.2998l88.5996 54.7998z" /> + <glyph glyph-name="uniregistry" unicode="" horiz-adv-x="384" +d="M192 -32c-39.5 0 -76.2002 11.7998 -106.7 32.2002h213.5c-30.5996 -20.4004 -67.2998 -32.2002 -106.8 -32.2002zM102.9 161.1c0 -2.5 0.0996094 -5 0.299805 -7.39941h-103.101c-0.0996094 2.39941 -0.0996094 4.89941 -0.0996094 7.39941v12.4004h102.9v-12.4004z +M123.4 104.1c8.89941 -10.5996 20.0996 -19.0996 33 -24.7998h-138.301c-3.7998 8 -7 16.2998 -9.59961 24.7998h114.9zM105.7 138.8c2 -7.89941 5.2002 -15.3994 9.2002 -22.2998h-109.7c-1.7002 7.2998 -3 14.7002 -3.90039 22.2998h104.4zM102.9 208.1v-17.2998h-102.9 +v17.2998h102.9zM102.9 381.3v-4.89941h-102.9v4.89941h102.9zM102.9 416v-2.5h-102.9v2.5h102.9zM102.9 346.7v-7.40039h-102.9v7.40039h102.9zM102.9 242.7v-14.7998h-102.9v14.7998h102.9zM102.9 312v-9.90039h-102.9v9.90039h102.9zM102.9 277.4v-12.4004h-102.9v12.4004 +h102.9zM269.1 116.5c4 6.90039 7.10059 14.4004 9.2002 22.2998h104.4c-0.799805 -7.59961 -2.10059 -15 -3.90039 -22.2998h-109.7zM281.1 302.2v9.7998h102.9v-9.7998h-102.9zM281.1 265v12.4004h102.9v-12.4004h-102.9zM281.1 339.3v7.40039h102.9v-7.40039h-102.9z +M281.1 416h102.9v-2.5h-102.9v2.5zM78.0996 5.09961c-11.7998 8.7002 -23.5996 18.7002 -33.1992 29.7002h293.1c-9.5 -11.0996 -20.4004 -21 -32.2002 -29.7002h-227.7zM281.1 376.4v4.89941h102.9v-4.89941h-102.9zM281.1 227.9v14.7998h102.9v-14.7998h-102.9z +M38.7998 42.2998c-6.59961 8.5 -10.5996 17.6006 -15.7998 27.2002h338.9c-5.2002 -9.59961 -11.1006 -18.7002 -17.8008 -27.2002h-305.3zM227.6 79.4004c12.8008 5.59961 24.1006 14.0996 32.9004 24.7998h115c-2.7002 -8.60059 -4.7998 -16.7998 -8.5 -24.7998h-139.4z +M281.1 161.1v12.4004h102.9v-12.4004c0 -2.5 -0.0996094 -4.89941 -0.200195 -7.39941h-103.1c0.299805 2.39941 0.399414 4.89941 0.399414 7.39941zM281.1 190.8v17.2998h102.9v-17.2998h-102.9z" /> + <glyph glyph-name="untappd" unicode="" horiz-adv-x="640" +d="M401.3 398.1c-79.7998 -160.1 -84.5996 -152.5 -87.8994 -173.199l-5.2002 -32.8008c-1.90039 -12 -6.60059 -23.5 -13.7002 -33.3994l-148.9 -207.8c-7.59961 -10.6006 -20.3994 -16.2002 -33.3994 -14.6006c-40.2998 5 -77.7998 32.2002 -95.2998 68.5 +c-5.7002 11.7998 -4.5 25.7998 3.09961 36.4004l148.9 207.899c7.09961 9.90039 16.3994 18 27.1992 23.7002l29.3008 15.5c18.5 9.7998 9.69922 11.9004 135.6 138.9c1 4.7998 1 7.2998 3.59961 8c3 0.700195 6.60059 1 6.30078 4.59961l-0.400391 4.60059 +c-0.200195 1.89941 1.2998 3.59961 3.2002 3.59961c4.5 0.0996094 13.2002 -1.2002 25.5996 -10c12.2998 -8.90039 16.4004 -16.7998 17.7002 -21.0996c0.599609 -1.80078 -0.599609 -3.7002 -2.40039 -4.2002l-4.5 -1.10059 +c-3.39941 -0.899414 -2.5 -4.39941 -2.2998 -7.39941c0.100586 -2.7998 -2.2998 -3.60059 -6.5 -6.10059zM230.1 411.6c-3.19922 0.800781 -8.19922 1.2002 -6.7998 5.40039c1.2998 4.2998 5.40039 12.2002 17.7002 21.0996c12.4004 8.90039 21.0996 10.1006 25.5996 10 +c4.2002 -0.0996094 3.10059 -4.89941 2.80078 -8.19922c-0.300781 -3.60059 3.2998 -3.80078 6.2998 -4.60059c2.59961 -0.700195 2.59961 -3.2998 3.59961 -8c9.10059 -9.2002 17.6006 -17.8994 25.6006 -26.0996c1.2998 -1.40039 1.19922 -3.5 -0.100586 -4.90039 +c-15.8994 -16.3994 -29.2998 -30.5996 -40.5 -42.5996c-1 -1 -2.59961 -0.799805 -3.2998 0.5c-6.90039 13.5 -14.2998 28.0996 -22.2002 44c-4.2998 2.5 -6.59961 3.2998 -6.39941 6c0.199219 3 1.09961 6.5 -2.30078 7.39941zM620 41.2998 +c7.7002 -10.7002 8.7998 -24.7002 3.40039 -36.5996c-17.7002 -36.6006 -55.4004 -63.7002 -95.7002 -68.6006c-12.9004 -1.5 -25.5 4.10059 -33.1006 14.7002l-148.899 207.9c-7.10059 9.89941 -11.7998 21.3994 -13.7002 33.3994 +c-1.59961 9.80078 -2 19.1006 -0.299805 29.8008c1.89941 12 2.7002 6 49 94.7998c0.700195 1.39941 2.59961 1.59961 3.59961 0.5c16.2998 -18 19.2998 -23 30.5 -28.9004c29.7998 -15.7002 43.2002 -20.5996 56.4004 -39.0996z" /> + <glyph glyph-name="ussunnah" unicode="" horiz-adv-x="512" +d="M156.8 162.9l5.7002 -14.4004h-8.2002c-1.2998 3.2002 -3.09961 7.7002 -3.7998 9.5c-2.5 6.2998 -1.09961 8.40039 0 10c1.90039 2.7002 3.2002 4.40039 3.59961 5.2002c0 -2.2002 0.800781 -5.7002 2.7002 -10.2998zM454.1 144.1 +c-2.09961 -13.7998 -5.69922 -27.0996 -10.5 -39.6992l43 -23.4004l-44.7998 18.7998c-5.2998 -13.2002 -12 -25.5996 -19.8994 -37.2002l34.1992 -30.1992l-36.7998 26.3994c-8.39941 -11.7998 -18 -22.5996 -28.7002 -32.2998l24.9004 -34.7002l-28.0996 31.7998 +c-11 -9.59961 -23.1006 -18 -36.1006 -25.0996l15.7002 -37.2002l-19.2998 35.2998c-13.1006 -6.7998 -27 -12.0996 -41.6006 -15.8994l6.7002 -38.4004l-10.5 37.4004c-14.2998 -3.40039 -29.2002 -5.2998 -44.5 -5.40039l-1.7998 -38.2998l-1.90039 38.4004 +c-15.2998 0.0996094 -30.1992 2 -44.5 5.2998l-10.5996 -37.2998l6.7002 38.1992c-14.6006 3.7002 -28.6006 9.10059 -41.7002 15.8008l-19.2002 -35.1006l15.6006 37c-13 7 -25.2002 15.4004 -36.2002 25.1006l-27.9004 -31.6006l24.7002 34.4004 +c-10.7002 9.7002 -20.4004 20.5 -28.7998 32.2998l-36.5 -26.2002l33.8994 29.9004c-7.89941 11.5996 -14.5996 24.0996 -20 37.2998l-44.3994 -18.7002l42.5996 23.2002c-4.7998 12.7002 -8.39941 26.0996 -10.5 39.9004l-51 -9l50.2998 14.1992 +c-1.09961 8.5 -1.69922 17.1006 -1.69922 25.9004c0 4.7002 0.199219 9.40039 0.5 14.0996l-55.4004 2.90039l56 2.7998c1.2998 13.1006 3.7998 25.7998 7.5 38.1006l-57.0996 16.0996l58.8994 -10.4004c4 12 9.10059 23.5 15.2002 34.4004l-55.0996 30l58.2998 -24.5996 +c6.2998 10.5996 13.5 20.3994 21.5996 29.5996l-49.5 43.5996l53.9004 -38.6992c8.09961 8.59961 17 16.5 26.5996 23.5996l-40 55.5996l45.6006 -51.5996c9.5 6.59961 19.6992 12.2998 30.2998 17.2002l-27.2998 64.8994l33.7998 -62.0996 +c10.5 4.40039 21.3994 7.90039 32.7002 10.4004l-12.4004 70.6992l19.5 -69.1992c11 2.09961 22.2998 3.19922 33.7998 3.39941l3.7002 72.2002l3.59961 -72.2002c11.5 -0.200195 22.8008 -1.39941 33.8008 -3.5l19.5996 69.2998l-12.4004 -70.6992 +c11.3008 -2.60059 22.2002 -6.10059 32.6006 -10.5l33.8994 62.1992l-27.3994 -65.0996c10.5996 -4.90039 20.7002 -10.7002 30.2002 -17.2002l45.7998 51.7998l-40.1006 -55.8994c9.5 -7.10059 18.4004 -15 26.5 -23.6006l54.2002 38.9004l-49.7002 -43.9004 +c8 -9.09961 15.2002 -18.8994 21.5 -29.3994l58.7002 24.7002l-55.5 -30.2002c6.10059 -10.9004 11.1006 -22.2998 15.1006 -34.2998l59.2998 10.3994l-57.5 -16.2002c3.7002 -12.1992 6.2002 -24.8994 7.5 -37.8994l56.2998 -2.7002l-56 -2.7998 +c0.299805 -4.60059 0.5 -9.2998 0.5 -14.1006c0 -8.69922 -0.599609 -17.2998 -1.59961 -25.7998l50.6992 -14.2998zM432.3 175.1c0 97.5 -79 176.5 -176.5 176.5s-176.5 -79 -176.5 -176.5s79 -176.5 176.5 -176.5s176.5 79 176.5 176.5zM408.3 175.1 +c0 -84.2998 -68.2998 -152.6 -152.6 -152.6s-152.601 68.2998 -152.601 152.6c0 84.3008 68.3008 152.601 152.601 152.601s152.6 -68.2998 152.6 -152.601zM195 207c0 -2.09961 1.2998 -3.7998 3.59961 -5.09961c3.30078 -1.90039 6.2002 -4.60059 8.2002 -8.2002 +c2.7998 5.7002 4.2998 9.5 4.2998 11.2002c0 2.19922 -1.09961 4.39941 -3.19922 7c-2.10059 2.5 -3.2002 5.19922 -3.30078 7.69922c-6.5 -6.7998 -9.59961 -10.8994 -9.59961 -12.5996zM154.3 226c0 -2.09961 1.2998 -3.7998 3.60059 -5.09961 +c3.5 -1.90039 6.19922 -4.60059 8.19922 -8.2002c2.80078 5.7002 4.30078 9.5 4.30078 11.2002c0 2.19922 -1.10059 4.39941 -3.2002 7c-2.10059 2.5 -3.2002 5.19922 -3.2998 7.69922c-6.5 -6.7998 -9.60059 -10.8994 -9.60059 -12.5996zM135.3 226 +c0 -2.09961 1.2998 -3.7998 3.60059 -5.09961c3.2998 -1.90039 6.19922 -4.60059 8.19922 -8.2002c2.80078 5.7002 4.30078 9.5 4.30078 11.2002c0 2.19922 -1.10059 4.39941 -3.2002 7c-2.10059 2.5 -3.2002 5.19922 -3.2998 7.69922 +c-6.40039 -6.7998 -9.60059 -10.8994 -9.60059 -12.5996zM340.2 138.1c-8.40039 3 -8.7002 6.80078 -8.7002 15.6006v112.3c-8.2002 -12.5 -14.2002 -18.5996 -18 -18.5996c6.2998 -14.4004 9.5 -23.9004 9.5 -28.3008v-64.2998c0 -2.2002 -2.2002 -6.5 -4.7002 -6.5h-18 +c-2.7998 7.5 -10.2002 26.9004 -15.2998 40.2998c-2 -2.5 -7.2002 -9.19922 -10.7002 -13.6992c2.40039 -1.60059 4.10059 -3.60059 5.2002 -6.30078c2.59961 -6.69922 6.40039 -16.5 7.90039 -20.1992h-9.2002c-3.90039 10.3994 -9.60059 25.3994 -11.7998 31.0996 +c-2 -2.5 -7.2002 -9.2002 -10.7002 -13.7002c2.39941 -1.59961 4.09961 -3.59961 5.2002 -6.2998c0.799805 -2 2.7998 -7.2998 4.2998 -10.9004h-9.2002c-1.5 4.10059 -5.59961 14.6006 -8.40039 22c-2 -2.5 -7.19922 -9.19922 -10.6992 -13.6992 +c2.5 -1.60059 4.2998 -3.60059 5.19922 -6.30078c0.200195 -0.599609 0.5 -1.39941 0.600586 -1.69922h-17.7002c-4.59961 13.8994 -11.4004 27.6992 -11.4004 34.0996c0 2.2002 0.300781 5.09961 1.10059 8.2002c-8.7998 -10.7998 -14 -15.9004 -14 -25 +c0 -7.5 10.3994 -28.2998 10.3994 -33.2998c0 -1.7002 -0.5 -3.30078 -1.39941 -4.90039c-9.60059 12.7002 -15.5 20.7002 -18.7998 20.7002h-12l-11.2002 28c-3.7998 9.59961 -5.7002 16 -5.7002 18.7998c0 3.7998 0.5 7.7002 1.7002 12.2002 +c-1 -1.2998 -3.7002 -4.7002 -5.5 -7.10059c-0.799805 2.10059 -3.10059 7.7002 -4.60059 11.5c-2.09961 -2.5 -7.5 -9.09961 -11.1992 -13.5996c0.899414 -2.2998 3.2998 -8.09961 4.89941 -12.2002c-2.5 -3.2998 -9.09961 -11.7998 -13.5996 -17.7002 +c-4 -5.2998 -5.7998 -13.2998 -2.7002 -21.7998c2.5 -6.7002 2 -7.89941 -1.7002 -14.0996h61.7002c5.5 0 14.2998 -14 15.5 -22c13.2002 16 15.4004 19.5996 16.7998 21.5996h107c3.90039 0 7.2002 1.90039 9.90039 5.7998zM360.3 164.7v101.6 +c-9 -12.5 -15.8994 -18.5996 -20.7002 -18.5996c7.10059 -14.4004 10.7002 -23.9004 10.7002 -28.2998v-66.3008c0 -17.5 8.60059 -20.3994 24 -20.3994c8.10059 0 12.5 0.799805 13.7002 2.7002c-4.2998 1.59961 -7.59961 2.5 -9.90039 3.2998 +c-8.09961 3.2002 -17.7998 7.39941 -17.7998 26z" /> + <glyph glyph-name="vaadin" unicode="" +d="M224.5 307.3c1.5 17.6006 4.90039 52.7002 49.7998 52.7002h98.6006c20.6992 0 32.0996 7.7998 32.0996 21.5996v12.3008c0 12.1992 9.2998 22.0996 21.5 22.0996s21.5 -9.90039 21.5 -22.0996v-36.5c0 -42.9004 -21.5 -62 -66.7998 -62h-100.5 +c-30.1006 0 -33 -14.7002 -33 -27.1006c0 -1.2998 -0.100586 -2.5 -0.200195 -3.7002c-0.700195 -12.2998 -10.9004 -22.1992 -23.4004 -22.1992s-22.6992 9.7998 -23.3994 22.1992c-0.100586 1.2002 -0.200195 2.40039 -0.200195 3.7002c0 12.2998 -3 27.1006 -33 27.1006 +h-100.7c-45.2998 0 -66.7998 19.0996 -66.7998 62v36.5c0 12.1992 9.40039 22.0996 21.5996 22.0996c12.2002 0 21.5 -9.90039 21.5 -22.0996v-12.3008c0 -13.7998 11.4004 -21.5996 32.1006 -21.5996h98.5996c44.7998 0 48.2998 -35.0996 49.7998 -52.7002h0.900391z +M224 -8c-11.5 0 -21.4004 7 -25.7002 16.2998c-1.09961 1.7998 -97.0996 169.5 -98.2002 171.4c-11.8994 19.7002 3.2002 44.2998 27.2002 44.2998c13.9004 0 23.4004 -6.40039 29.7998 -20.2998l66.9004 -117.7l66.9004 117.7c6.5 13.8994 15.8994 20.2998 29.7998 20.2998 +c24 0 39.0996 -24.7002 27.2002 -44.2998c-1.10059 -1.7998 -97.1006 -169.601 -98.2002 -171.4c-4.2998 -9.2998 -14.2002 -16.2998 -25.7002 -16.2998z" /> + <glyph glyph-name="viber" unicode="" horiz-adv-x="512" +d="M444 398.1c42.2002 -36.6992 65.5996 -117.899 49.7998 -246.5c-15.2002 -124.6 -109.1 -136.6 -125.7 -142c-7.19922 -2.2998 -70.2998 -18.0996 -152.5 -11.1992c-9.09961 -10.5 -21.0996 -24.3008 -29.7998 -33.7002 +c-15.8994 -17.1006 -25.7002 -33 -42.2998 -27.7998c-13.7998 4.19922 -13 25.0996 -13 25.0996l0.0996094 51.5996h-0.0996094c-120.1 33.8008 -118.4 158.4 -117 224.9s14.2998 120.2 50.9004 156.8c65.7998 60.4004 200.899 52.2998 200.899 52.2998 +c114.601 -0.5 166 -37.7998 178.7 -49.5zM457.9 161c13.2998 107.3 -4.90039 180.5 -40.6006 211.1c-10.7998 9.80078 -57.2002 39 -154.1 39.4004c0 0 -114.7 7.5 -170.4 -43c-31 -30.5996 -41.5 -76.0996 -42.5996 -131.6 +c-1.10059 -55.5 -7.10059 -161.601 94.7002 -189.801c-0.100586 0 -0.100586 0 0 0c0 0 -0.400391 -78.7998 -0.400391 -85.6992c-0.0996094 -10.5 5.7002 -11 11 -5.7002c16.2002 16.2998 68.2002 79 68.2002 79c69.7002 -4.5 125.2 9.2998 131.2 11.2002 +c14 4.5 90.0996 11.0996 103 115.1zM318.9 241.8c0.399414 -8.59961 -12.5 -9.2002 -12.9004 -0.599609c-1.09961 22 -11.4004 32.7002 -32.5996 33.8994c-8.60059 0.5 -7.80078 13.4004 0.699219 12.9004c27.9004 -1.5 43.4004 -17.5 44.8008 -46.2002zM339.2 230.5 +c1 42.4004 -25.5 75.5996 -75.7998 79.2998c-8.5 0.600586 -7.60059 13.5 0.899414 12.9004c58 -4.2002 88.9004 -44.1006 87.7998 -92.5c-0.0996094 -8.60059 -13.0996 -8.2002 -12.8994 0.299805zM386.2 217.1c0.0996094 -8.59961 -12.9004 -8.69922 -12.9004 -0.0996094 +c-0.599609 81.5 -54.8994 125.9 -120.8 126.4c-8.5 0.0996094 -8.5 12.8994 0 12.8994c73.7002 -0.5 133 -51.3994 133.7 -139.2zM374.9 119v-0.200195c-10.8008 -19 -31 -40 -51.8008 -33.2998l-0.199219 0.299805c-21.1006 5.90039 -70.8008 31.5 -102.2 56.5 +c-16.2002 12.7998 -31 27.9004 -42.4004 42.4004c-10.2998 12.8994 -20.7002 28.2002 -30.7998 46.5996c-21.2998 38.5 -26 55.7002 -26 55.7002c-6.7002 20.7998 14.2002 41 33.2998 51.7998h0.200195c9.2002 4.7998 18 3.2002 23.9004 -3.89941 +c0 0 12.3994 -14.8008 17.6992 -22.1006c5 -6.7998 11.7002 -17.7002 15.2002 -23.7998c6.10059 -10.9004 2.2998 -22 -3.7002 -26.5996l-12 -9.60059c-6.09961 -4.89941 -5.2998 -14 -5.2998 -14s17.7998 -67.2998 84.2998 -84.2998c0 0 9.10059 -0.799805 14 5.2998 +l9.60059 12c4.59961 6 15.7002 9.7998 26.5996 3.7002c14.7002 -8.2998 33.4004 -21.2002 45.7998 -32.9004c7 -5.69922 8.60059 -14.3994 3.80078 -23.5996z" /> + <glyph glyph-name="vimeo" unicode="" +d="M403.2 416c24.7002 0 44.7998 -20.0996 44.7998 -44.7998v-358.4c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v358.4c0 24.7002 20.0996 44.7998 44.7998 44.7998h358.4zM377 267.2 +c1.90039 42.2002 -13.7998 63.7998 -47.0996 64.7002c-44.9004 1.39941 -75.3008 -23.9004 -91.2002 -76c19.8994 8.5 49.2998 10.7998 45.7998 -22.4004c-1 -11.2002 -8.2998 -27.5 -21.7998 -48.9004c-37.7002 -59.3994 -46.9004 -39.5996 -67.6006 91.6006 +c-5.7998 36.8994 -21.2998 54.0996 -46.5 51.7002c-22.2998 -2 -57.8994 -38.4004 -95.1992 -71.2002l15.1992 -19.6006c14.5 10.1006 23 15.2002 25.4004 15.2002c21 0 31.9004 -54.7002 57.4004 -148c13.0996 -34.8994 29 -52.2998 47.8994 -52.2998 +c30.4004 0 67.7002 28.5996 111.7 85.7998c42.5996 54.7002 64.5996 97.9004 66 129.4z" /> + <glyph glyph-name="vnv" unicode="" horiz-adv-x="640" +d="M104.9 96c-34.1006 0 -46.4004 30.4004 -46.4004 30.4004l-55.9004 111.5s-10.3994 18.0996 10.4004 18.0996h32.7998c10.4004 0 13.2002 -8.7002 18.7998 -18.0996l36.7002 -74.5s5.2002 -13.1006 21.1006 -13.1006c15.8994 0 21.0996 13.1006 21.0996 13.1006 +l36.7002 74.5c5.59961 9.5 8.39941 18.0996 18.7998 18.0996h32.7998c20.7998 0 10.4004 -18.0996 10.4004 -18.0996l-55.7998 -111.5s-12.2002 -30.4004 -46.4004 -30.4004h-35.0996zM499.9 96c-34.1006 0 -46.4004 30.4004 -46.4004 30.4004l-55.9004 111.5 +s-10.3994 18.0996 10.4004 18.0996h32.7998c10.4004 0 13.2002 -8.7002 18.7998 -18.0996l36.7002 -74.5s5.2002 -13.1006 21.1006 -13.1006c15.8994 0 21.0996 13.1006 21.0996 13.1006l36.7998 74.5c5.60059 9.5 8.40039 18.0996 18.7998 18.0996h32.9004 +c20.7998 0 10.4004 -18.0996 10.4004 -18.0996l-55.9004 -111.5s-12.2002 -30.4004 -46.4004 -30.4004h-35.1992zM337.6 256c34.1006 0 46.4004 -30.4004 46.4004 -30.4004l55.9004 -111.5s10.3994 -18.0996 -10.4004 -18.0996h-32.7998 +c-10.4004 0 -13.2002 8.7002 -18.7998 18.0996l-36.7002 74.5s-5.2002 13.1006 -21.1006 13.1006c-15.8994 0 -21.0996 -13.1006 -21.0996 -13.1006l-36.7002 -74.5c-5.59961 -9.39941 -8.39941 -18.0996 -18.7998 -18.0996h-32.9004 +c-20.7998 0 -10.3994 18.0996 -10.3994 18.0996l55.8994 111.5s12.2002 30.4004 46.4004 30.4004h35.0996z" /> + <glyph glyph-name="whatsapp-square" unicode="" +d="M224 325.2c35.2002 0 68.2002 -13.7002 93.2002 -38.7002c24.8994 -24.9004 40.0996 -58 40.0996 -93.2002c0 -72.7002 -60.7002 -131.8 -133.3 -131.8h-0.0996094c-23.7002 0 -46.9004 6.40039 -67.1006 18.4004l-4.7998 2.89941l-49.9004 -13.0996l13.3008 48.5996 +l-3.10059 5c-13.2002 20.9004 -20.2002 45.2002 -20.2002 70.1006c0.100586 72.6992 59.2002 131.8 131.9 131.8zM301.5 136.8c3.2998 9.2002 3.2998 17.2002 2.40039 19.1006c-1 1.59961 -3.60059 2.59961 -7.60059 4.59961s-23.5 11.5996 -27.0996 12.9004 +c-3.60059 1.2998 -6.2998 2 -8.90039 -2c-2.59961 -3.90039 -10.2002 -12.9004 -12.5 -15.5c-2.2998 -2.7002 -4.59961 -3 -8.59961 -1c-23.2998 11.6992 -38.6006 20.7998 -53.9004 47.0996c-4.09961 7 4 6.40039 11.6006 21.5996 +c1.39941 2.60059 0.699219 4.90039 -0.300781 6.90039s-8.89941 21.5 -12.1992 29.4004c-3.2002 7.69922 -6.5 6.69922 -8.90039 6.7998c-2.2998 0.0996094 -5 0.0996094 -7.59961 0.0996094c-2.7002 0 -7 -1 -10.6006 -5c-3.7002 -4 -13.8994 -13.5996 -13.8994 -33.0996 +s14.1992 -38.4004 16.1992 -41c2 -2.60059 28 -42.6006 67.7002 -59.7998c25.1006 -10.8008 34.9004 -11.8008 47.5 -9.90039c7.60059 1.09961 23.4004 9.5 26.7002 18.7998zM400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48 +v352c0 26.5 21.5 48 48 48h352zM223.9 34.7998c87.3994 0 160.1 71.1006 160.1 158.5c0 42.4004 -18 82.2002 -47.9004 112.2c-30 30 -69.7998 46.5 -112.199 46.5c-87.4004 0 -158.5 -71.0996 -158.601 -158.5c0 -28 7.2998 -55.2998 21.2002 -79.2998l-22.5 -82.2002 +l84.0996 22.0996c23.1006 -12.5996 49.2002 -19.2998 75.8008 -19.2998z" /> + <glyph glyph-name="whmcs" unicode="" +d="M448 287l-29.0996 -7l-2.2002 -12.0996l20.8994 -18.8008l-10.2998 -20.0996l-28.7998 8.7998l-7.7998 -8.09961l8.7998 -28l-20.4004 -12.1006l-20.6992 21.6006l-11.6006 -3.5l-6.7002 -28.7998l-22.5996 0.299805l-6.7002 28.5l-11.5996 2.89941l-19.4004 -20.3994 +l-19.8994 11.5996l8.09961 26.9004l-7.2002 8.59961l-29.5996 -7.5l-10.4004 18.5l20.1006 19.9004l-2.40039 12.0996l-28.7998 7.5l0.299805 21.7002l28.5 7.7998l2.90039 10.4004l-20.7002 21l11 19.0996l28.5 -7.5l8.09961 8.40039l-8.09961 27.7002l19.3994 11 +l19.7002 -21l12.1006 3.19922l6.19922 26.4004h22.6006l7 -26.4004l10.7002 -3.19922l21.2998 21l19.0996 -11.6006l-7.5 -28.2002l7.2002 -7.5l29 7.5l10.4004 -19.3994l-20.1006 -20.7002l2.2002 -10.4004l28.5 -8.7998v-21.2998zM328.8 241.8 +c31.4004 0 56.7998 25.2998 56.7998 56.7998c0 31.4004 -25.3994 56.8008 -56.7998 56.8008c-31.3994 0 -56.7998 -25.4004 -56.7998 -56.8008c0 -31.3994 25.5 -56.7998 56.7998 -56.7998zM401.1 225.4l46.9004 -14.5v-39.9004l-55.0996 -13.4004l-4.10059 -22.6992 +l38.9004 -35.3008l-19.2002 -37.8994l-54 16.7002l-14.5996 -15.2002l16.6992 -52.5l-38.2998 -22.7002l-38.8994 40.5l-21.7002 -6.59961l-12.6006 -54l-42.3994 0.5l-12.6006 53.5996l-21.6992 5.59961l-36.4004 -38.3994l-37.4004 21.7002l15.2002 50.5l-13.7002 16.0996 +l-55.5 -14.0996l-19.6992 34.7998l37.8994 37.3994l-4.7998 22.8008l-54 14.0996l0.5 40.9004l53.5 14.6992l5.7002 19.7002l-38.9004 39.4004l20.7002 35.7998l53.5996 -14.0996l15.2002 15.6992l-15.2002 52l36.4004 20.7002l36.7998 -39.3994l22.7002 6.09961l11.5996 52 +h42.4004l11.5996 -45.9004l-22.5996 5.90039l-6.2998 1.7002l-3.2998 -5.7002l-11 -19.0996l-3.30078 -5.60059l4.60059 -4.59961l17.2002 -17.4004l-0.300781 -1l-23.7998 -6.5l-6.2002 -1.7002l-0.0996094 -6.39941l-0.200195 -12.9004 +c-47.5 -10.3994 -83.2998 -52.7998 -83.2998 -103.5c0 -58.2998 47.2998 -105.7 105.7 -105.7c50.5 0 92.7002 35.4004 103.2 82.8008l13.1992 -0.200195l6.90039 -0.100586l1.59961 6.7002l5.60059 24l1.89941 0.600586l17.1006 -17.8008l4.7002 -4.89941l5.7998 3.39941 +l20.3994 12.1006l5.80078 3.5l-2 6.5z" /> + <glyph glyph-name="wordpress-simple" unicode="" horiz-adv-x="512" +d="M256 440c136.7 0 248 -111.2 248 -248c0 -136.7 -111.3 -248 -248 -248s-248 111.3 -248 248c0 136.8 111.3 248 248 248zM33 192c0 -88.2002 51.2998 -164.5 125.7 -200.7l-106.4 291.4c-12.3994 -27.7002 -19.2998 -58.4004 -19.2998 -90.7002zM256 -31 +c26 0 50.9004 4.5 74 12.5996c-0.599609 1 -1.09961 2 -1.59961 3.10059l-68.5 187.8l-66.9004 -194.4c20 -5.89941 41.0996 -9.09961 63 -9.09961zM286.7 296.5l80.7002 -239.6l22.1992 74.2998c9.7002 30.8994 17 53 17 72.0996c0 27.6006 -9.89941 46.7002 -18.3994 61.5 +c-11.2998 18.4004 -21.9004 33.9004 -21.9004 52.2998c0 20.5 15.5 39.6006 37.4004 39.6006c1 0 1.89941 -0.100586 2.89941 -0.200195c-39.6992 36.2998 -92.5996 58.5 -150.6 58.5c-77.9004 0 -146.4 -40 -186.3 -100.5 +c5.2998 -0.200195 10.2002 -0.299805 14.3994 -0.299805c23.3008 0 59.4004 2.7998 59.4004 2.7998c12 0.700195 13.4004 -17 1.40039 -18.4004c0 0 -12.1006 -1.39941 -25.5 -2.09961l81.1992 -241.5l48.8008 146.3l-34.7002 95.2002 +c-12 0.700195 -23.4004 2.09961 -23.4004 2.09961c-12 0.700195 -10.5996 19.1006 1.40039 18.4004c0 0 36.7998 -2.7998 58.7002 -2.7998c23.2998 0 59.3994 2.7998 59.3994 2.7998c12 0.700195 13.4004 -17 1.40039 -18.4004c0 0 -12.1006 -1.39941 -25.5 -2.09961z +M368.1 -0.700195c66.3008 38.6006 110.9 110.4 110.9 192.7c0 38.7998 -9.90039 75.2002 -27.2998 107c1 -7.09961 1.5 -14.7002 1.5 -22.9004c0 -22.6992 -4.2998 -48.0996 -17 -79.8994z" /> + <glyph glyph-name="xbox" unicode="" horiz-adv-x="512" +d="M369.9 129.8c44.2998 -54.2998 64.6992 -98.7998 54.3994 -118.7c-7.89941 -15.0996 -56.7002 -44.5996 -92.5996 -55.8994c-29.6006 -9.2998 -68.4004 -13.2998 -100.4 -10.2002c-38.2002 3.7002 -76.8994 17.4004 -110.1 39 +c-27.9004 18.2002 -34.2002 25.7002 -34.2002 40.5996c0 29.9004 32.9004 82.3008 89.2002 142.101c32 33.8994 76.5 73.7002 81.3994 72.5996c9.40039 -2.09961 84.3008 -75.0996 112.301 -109.5zM188.6 304.2c-66.3994 -81.5 -106 -155.4 -120.3 -194.4 +c-9.7998 -26.5 -13.7002 -53 -9.5 -64c2.7998 -7.39941 0.200195 -4.7002 -9.2998 9.90039c-23.2002 35.5 -34.9004 70.3994 -40.5 120.899c-1.90039 16.7002 -1.2002 26.3008 4.2002 60.5c6.7998 42.7002 31.0996 92 60.2998 122.4 +c12.4004 12.9004 13.5 13.2002 28.7002 8.09961c28.2998 -9.5 56.7002 -36.5 86.3994 -63.3994zM500.2 240.7c4.7002 -22.6006 5.09961 -70.9004 0.799805 -93.4004c-3.59961 -18.5 -11.2002 -42.5 -18.5996 -58.7002c-5.5 -12.1992 -19.3008 -35.7998 -25.4004 -43.5 +c-3.09961 -3.89941 -3.09961 -3.89941 -1.40039 4.60059c2.30078 11.2002 -0.599609 31.5996 -7.39941 52.2998c-20.7002 62.9004 -80.5 149 -122.9 202.3c23.2998 21.4004 41 38.2998 64.2998 52.7998c11.8008 7.40039 28.7002 13.9004 36 13.9004 +c7.10059 0 57.7002 -50.2998 74.6006 -130.3zM141.3 405c-14.5996 -0.700195 -14 0.0996094 9.40039 11.2002c81.2002 38.2998 170 27.5996 233.899 -11.7002c-13.3994 0.599609 -43.5 5.90039 -107.399 -25.2002c-11.2002 -5.5 -20.9004 -9.7998 -21.6006 -9.7002 +c-4.59961 0.900391 -66.5996 37.9004 -114.3 35.4004z" /> + <glyph glyph-name="yandex" unicode="" horiz-adv-x="256" +d="M153.1 132.2l-87.3994 -196.2h-63.7002l96 209.8c-45.0996 22.9004 -75.2002 64.4004 -75.2002 141.101c-0.0996094 107.399 68 161.1 148.9 161.1h82.2998v-512h-55.0996v196.2h-45.8008zM198.9 401.5h-29.4004c-44.4004 0 -87.4004 -29.4004 -87.4004 -114.6 +c0 -82.3008 39.4004 -108.801 87.4004 -108.801h29.4004v223.4z" /> + <glyph glyph-name="yandex-international" unicode="" horiz-adv-x="320" +d="M129.5 -64v166.1l-111 297.9h55.7998l81.7998 -229.7l94.1006 277.7h51.2998l-120.7 -347.8v-164.2h-51.2998z" /> + <glyph glyph-name="apple-pay" unicode="" horiz-adv-x="640" +d="M116.9 289.5c-7.5 -8.90039 -19.5 -15.9004 -31.5 -14.9004c-1.5 12 4.39941 24.8008 11.2998 32.6006c7.5 9.09961 20.5996 15.5996 31.2998 16.0996c1.2002 -12.3994 -3.7002 -24.7002 -11.0996 -33.7998zM127.8 272.3c6.7998 -0.5 26.2998 -2.5 38.7998 -21.0996 +c-1 -0.799805 -23.1992 -13.5 -22.8994 -40.2998c0.299805 -32 28 -42.6006 28.2998 -42.9004c-0.200195 -0.799805 -4.40039 -15.0996 -14.5 -29.9004c-8.90039 -13 -18 -25.6992 -32.5 -26c-14 -0.199219 -18.7002 8.40039 -34.7998 8.40039 +c-16 0 -21.2002 -8.09961 -34.5 -8.59961c-14 -0.5 -24.6006 13.7998 -33.5 26.7998c-18.2002 26.2998 -32.1006 74 -13.2998 106.3c9.09961 16.0996 25.6992 26.2002 43.5996 26.5c13.7998 0.299805 26.4004 -9.09961 34.7998 -9.09961 +c8.2002 0 23.1006 10.8994 40.5 9.89941zM228.2 308.5h73.2002c37.6992 0 64.0996 -26 64.0996 -64s-26.7998 -64.2998 -65.0996 -64.2998h-41.9004v-66.6006h-30.2998v194.9zM258.5 283v-77.4004h34.7998c26.4004 0 41.4004 14.2002 41.4004 38.8008 +c0 24.5996 -15 38.5996 -41.2998 38.5996h-34.9004zM420.7 112.1c-28.1006 0 -47.7002 16.8008 -47.7998 42c0 25 19 39.4004 54.0996 41.5l37.7998 2.30078v10.7998c0 15.8994 -10.3994 24.5 -28.8994 24.5c-15.2002 0 -26.3008 -7.90039 -28.6006 -19.9004h-27.2998 +c0.900391 25.2002 24.7002 43.6006 56.7998 43.6006c34.6006 0 57.1006 -18.2002 57.1006 -46.3008v-97h-28v23.4004h-0.600586c-8 -15.2998 -25.5996 -24.9004 -44.5996 -24.9004zM428.9 135.2c20.5 0 36 13 36 31.2002v11l-33.6006 -2.10059 +c-18.8994 -1.09961 -28.7998 -8.2002 -28.7998 -20.5c0 -11.7998 10.2998 -19.5996 26.4004 -19.5996zM531.4 60.5996c-2.30078 0 -9.80078 0.300781 -11.6006 0.700195v23.4004c1.90039 -0.200195 6.5 -0.5 8.90039 -0.5c13.3994 0 20.8994 5.7002 25.5 20.2998 +l2.7998 8.59961l-51.2002 141.9h31.6006l35.5996 -115.1h0.599609l35.6006 115.1h30.7998l-53.0996 -149c-12.1006 -34.0996 -26 -45.4004 -55.5 -45.4004z" /> + <glyph glyph-name="cc-apple-pay" unicode="" horiz-adv-x="576" +d="M302.2 229.6c0 -17.1992 -10.5 -27.0996 -29 -27.0996h-24.2998v54.2002h24.3994c18.4004 0 28.9004 -9.7998 28.9004 -27.1006zM349.7 167c0 8.59961 6.89941 13.5 20.2002 14.4004l23.5 1.5v-7.7002c0 -12.7998 -10.8008 -21.9004 -25.2002 -21.9004 +c-11.2998 0 -18.5 5.40039 -18.5 13.7002zM576 369v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM127.8 250.8c8.40039 -0.700195 16.7998 4.2002 22.1006 10.4004 +c5.19922 6.39941 8.59961 15 7.69922 23.7002c-7.39941 -0.300781 -16.5996 -4.90039 -21.8994 -11.3008c-4.7998 -5.5 -8.90039 -14.3994 -7.90039 -22.7998zM188.4 176.3c-0.200195 0.200195 -19.6006 7.60059 -19.8008 30c-0.199219 18.7002 15.3008 27.7002 16 28.2002 +c-8.7998 13 -22.3994 14.4004 -27.0996 14.7002c-12.2002 0.700195 -22.5996 -6.90039 -28.4004 -6.90039c-5.89941 0 -14.6992 6.60059 -24.2998 6.40039c-12.5 -0.200195 -24.2002 -7.2998 -30.5 -18.6006c-13.0996 -22.5996 -3.39941 -56 9.2998 -74.3994 +c6.2002 -9.10059 13.7002 -19.1006 23.5 -18.7002c9.30078 0.400391 13 6 24.2002 6c11.2998 0 14.5 -6 24.2998 -5.90039c10.2002 0.200195 16.5 9.10059 22.8008 18.2002c6.89941 10.4004 9.7998 20.4004 10 21zM323.8 229.7c0 26.5996 -18.5 44.7998 -44.8994 44.7998 +h-51.2002v-136.4h21.2002v46.6006h29.2998c26.7998 0 45.5996 18.3994 45.5996 45zM413.8 206c0 19.7002 -15.7998 32.4004 -40 32.4004c-22.5 0 -39.0996 -12.9004 -39.7002 -30.5h19.1006c1.59961 8.39941 9.39941 13.8994 20 13.8994c13 0 20.2002 -6 20.2002 -17.2002 +v-7.5l-26.4004 -1.59961c-24.5996 -1.5 -37.9004 -11.5996 -37.9004 -29.0996c0 -17.7002 13.7002 -29.4004 33.4004 -29.4004c13.2998 0 25.5996 6.7002 31.2002 17.4004h0.399414v-16.4004h19.6006v68h0.0996094zM516 237.1h-21.5l-24.9004 -80.5996h-0.399414 +l-24.9004 80.5996h-22.2998l35.9004 -99.2998l-1.90039 -6c-3.2002 -10.2002 -8.5 -14.2002 -17.9004 -14.2002c-1.69922 0 -4.89941 0.200195 -6.19922 0.300781v-16.4004c1.19922 -0.400391 6.5 -0.5 8.09961 -0.5c20.7002 0 30.4004 7.90039 38.9004 31.7998z" /> + <glyph glyph-name="fly" unicode="" horiz-adv-x="384" +d="M197.8 20.2002c12.9004 -11.7002 33.7002 -33.2998 33.2002 -50.7002c0 -0.799805 -0.0996094 -1.59961 -0.0996094 -2.5c-1.80078 -19.7998 -18.8008 -31.0996 -39.1006 -31c-25 0.0996094 -39.8994 16.7998 -38.7002 35.7998c1 16.2002 20.5 36.7002 32.4004 47.6006 +c2.2998 2.09961 2.7002 2.69922 5.59961 3.59961c3.40039 0 3.90039 -0.299805 6.7002 -2.7998zM331.9 380.7c23.8994 -40 27.7998 -73.2998 20.7998 -112.5c-15.2002 -69.9004 -103.601 -166.5 -155.9 -215.7c-1.7002 -1.59961 -1.39941 -1.40039 -3.5 -2.09961 +l-3.2998 0.0996094c-1.7002 0.599609 -4.5 3.5 -6.2002 5.09961c-58.7998 57.8008 -148.7 151.601 -155.8 233.801c-1.5 71.3994 29.2998 113.399 82.9004 141.3c9.89941 4.09961 37 17.2998 81.0996 17.2998c22 0.200195 51.0996 -4.5 76.5996 -15.2002 +c24.7002 -11.5 47 -26.3994 63.3008 -52.0996zM186.8 96.0996v325.7c-57.8994 -5.5 -72.7002 -89.2002 -69.2998 -136.7c4.09961 -58.2998 41.2998 -137.899 69.2998 -189zM328.7 268c15.7998 54.9004 -10.9004 134.7 -99.7002 153 +c38.2002 -25.5996 49.5996 -85.5 48 -131.4c-2 -58.5996 -39.4004 -140 -67.2002 -191.899c41.6006 42.2998 102.5 113.5 118.9 170.3z" /> + <glyph glyph-name="node" unicode="" horiz-adv-x="640" +d="M316.3 -4c-2.09961 0 -4.2002 0.599609 -6.09961 1.59961l-19.2002 11.4004c-2.90039 1.59961 -1.5 2.2002 -0.5 2.5c3.7998 1.2998 4.59961 1.59961 8.7002 4c0.399414 0.200195 1 0.0996094 1.39941 -0.0996094l14.8008 -8.80078 +c0.5 -0.299805 1.2998 -0.299805 1.7998 0l57.7998 33.4004c0.5 0.299805 0.900391 0.900391 0.900391 1.59961v66.7002c0 0.700195 -0.300781 1.2998 -0.900391 1.60059l-57.7998 33.2998c-0.5 0.299805 -1.2002 0.299805 -1.7998 0l-57.8008 -33.2998 +c-0.599609 -0.300781 -0.899414 -1 -0.899414 -1.60059v-66.7002c0 -0.599609 0.399414 -1.19922 0.899414 -1.5l15.8008 -9.09961c8.59961 -4.2998 13.8994 0.799805 13.8994 5.7998v65.9004c0 0.899414 0.700195 1.7002 1.7002 1.7002h7.2998 +c0.900391 0 1.7002 -0.700195 1.7002 -1.7002v-65.9004c0 -11.5 -6.2002 -18 -17.0996 -18c-3.30078 0 -6 0 -13.3008 3.60059l-15.1992 8.69922c-3.7002 2.2002 -6.10059 6.2002 -6.10059 10.5v66.7002c0 4.2998 2.2998 8.40039 6.10059 10.5l57.7998 33.4004 +c3.7002 2.09961 8.5 2.09961 12.0996 0l57.7998 -33.4004c3.7002 -2.2002 6.10059 -6.2002 6.10059 -10.5v-66.7002c0 -4.2998 -2.2998 -8.39941 -6.10059 -10.5l-57.7998 -33.3994c-1.7002 -1.10059 -3.7998 -1.7002 -6 -1.7002zM363 61.7998 +c0 -12.5996 -10.5 -19.7998 -29 -19.7998c-25.2998 0 -30.5996 11.5996 -30.5996 21.2998c0 1 0.799805 1.7002 1.69922 1.7002h7.5c0.900391 0 1.60059 -0.599609 1.7002 -1.40039c1.10059 -7.59961 4.5 -11.3994 19.7998 -11.3994 +c12.2002 0 17.4004 2.7002 17.4004 9.2002c0 3.69922 -1.5 6.39941 -20.4004 8.2998c-15.7998 1.59961 -25.5996 5 -25.5996 17.7002c0 11.5996 9.7998 18.5996 26.2998 18.5996c18.5 0 27.6006 -6.40039 28.7998 -20.2002 +c0.100586 -0.5 -0.0996094 -0.899414 -0.399414 -1.2998c-0.299805 -0.299805 -0.700195 -0.5 -1.2002 -0.5h-7.5c-0.799805 0 -1.40039 0.5 -1.59961 1.2998c-1.80078 8 -6.2002 10.6006 -18.1006 10.6006c-13.2998 0 -14.7998 -4.60059 -14.7998 -8.10059 +c0 -4.2002 1.7998 -5.39941 19.7998 -7.7998c17.7998 -2.40039 26.2002 -5.7002 26.2002 -18.2002zM417.5 111.9c0 -6.10059 -5 -11.1006 -11.0996 -11.1006c-6.10059 0 -11.1006 5 -11.1006 11.1006c0 6.2998 5.2002 11.0996 11.1006 11.0996 +c6 0.0996094 11.0996 -4.7998 11.0996 -11.0996zM415.7 111.9c0 5.19922 -4.2002 9.2998 -9.40039 9.2998c-5.09961 0 -9.2998 -4.10059 -9.2998 -9.2998c0 -5.2002 4.2002 -9.40039 9.2998 -9.40039c5.2002 0.0996094 9.40039 4.2998 9.40039 9.40039zM411.2 105.7 +h-2.60059c-0.0996094 0.599609 -0.5 3.7998 -0.5 3.89941c-0.199219 0.700195 -0.399414 1.10059 -1.2998 1.10059h-2.2002v-5h-2.39941v12.5h4.2998c1.5 0 4.40039 0 4.40039 -3.2998c0 -2.30078 -1.5 -2.80078 -2.40039 -3.10059 +c1.7002 -0.0996094 1.7998 -1.2002 2.09961 -2.7998c0.100586 -1 0.300781 -2.7002 0.600586 -3.2998zM408.4 114.5c0 1.7002 -1.2002 1.7002 -1.80078 1.7002h-2v-3.5h1.90039c1.59961 0 1.90039 1.09961 1.90039 1.7998zM137.3 257l-0.200195 -95 +c0 -1.2998 -0.699219 -2.59961 -1.7998 -3.2002c-1.09961 -0.700195 -2.59961 -0.700195 -3.7002 0l-36.3994 20.9004c-2.2998 1.2998 -3.7002 3.7998 -3.7002 6.39941v44.4004c0 2.59961 -1.40039 5.09961 -3.7002 6.40039l-15.5 8.89941 +c-1.09961 0.700195 -2.39941 1 -3.7002 1c-1.2998 0 -2.5 -0.299805 -3.69922 -1l-15.5 -8.89941c-2.30078 -1.30078 -3.7002 -3.80078 -3.7002 -6.40039v-44.4004c0 -2.59961 -1.40039 -5 -3.7002 -6.39941l-36.4004 -20.9004 +c-1.19922 -0.700195 -2.59961 -0.700195 -3.69922 0c-1.10059 0.700195 -1.80078 1.90039 -1.80078 3.2002l-0.0996094 95c0 2.59961 1.40039 5.09961 3.7002 6.40039l61.2002 35.2998c1.09961 0.599609 2.19922 1 3.39941 1h0.600586 +c1.19922 -0.100586 2.39941 -0.400391 3.39941 -1l61.2998 -35.2998c2.30078 -1.30078 3.7002 -3.7002 3.7002 -6.40039zM472.5 360.7v-176.4c0 -2.59961 -1.40039 -5.09961 -3.7002 -6.39941l-61.2998 -35.4004c-2.2998 -1.2998 -5.09961 -1.2998 -7.40039 0 +l-61.2998 35.4004c-2.2998 1.2998 -3.7002 3.7998 -3.7002 6.39941v70.7998c0 2.60059 1.40039 5.10059 3.7002 6.40039l61.2998 35.4004c2.30078 1.2998 5.10059 1.2998 7.40039 0l15.2998 -8.80078c1.7002 -1 3.90039 0.300781 3.90039 2.2002v94 +c0 2.7998 3 4.60059 5.5 3.2002l36.5 -20.4004c2.2998 -1.19922 3.7998 -3.69922 3.7998 -6.39941zM426.5 231.8c0 0.700195 -0.400391 1.2998 -0.900391 1.60059l-21 12.1992c-0.599609 0.300781 -1.2998 0.300781 -1.89941 0l-21 -12.1992 +c-0.600586 -0.300781 -0.900391 -0.900391 -0.900391 -1.60059v-24.2998c0 -0.700195 0.400391 -1.2998 0.900391 -1.59961l21 -12.1006c0.599609 -0.299805 1.2998 -0.299805 1.7998 0l21 12.1006c0.599609 0.299805 0.900391 0.899414 0.900391 1.59961v24.2998h0.0996094 +zM636.3 232.5l-36.7002 -21.2998c-2.5 -1.40039 -5.59961 0.399414 -5.59961 3.2002v17.3994c0 1.2998 -0.799805 2.5 -1.90039 3.2002l-19.1992 11.0996c-1.10059 0.700195 -2.60059 0.700195 -3.7002 0l-19.2002 -11.0996 +c-1.2002 -0.700195 -1.90039 -1.90039 -1.90039 -3.2002v-22.2002c0 -1.2998 0.700195 -2.5 1.90039 -3.19922l61.7002 -35.4004c2.5 -1.40039 2.5 -5 0 -6.40039l-36.7998 -20.5c-2.30078 -1.2998 -5.10059 -1.2998 -7.30078 0l-60.8994 34.7002 +c-2.2998 1.2998 -3.7002 3.7002 -3.7002 6.40039v70.7998c0 2.59961 1.40039 5.09961 3.7002 6.40039l61.2998 35.3994c2.2998 1.2998 5.09961 1.2998 7.40039 0l60.8994 -35.3994c2.2998 -1.30078 3.7002 -3.80078 3.7002 -6.40039v-17.0996 +c0 -2.60059 -1.40039 -5.10059 -3.7002 -6.40039zM559 229l11.7998 6.7998c0.400391 0.299805 1 0.299805 1.40039 0l11.7998 -6.7998c0.400391 -0.200195 0.700195 -0.700195 0.700195 -1.2002v-13.5996c0 -0.5 -0.299805 -0.900391 -0.700195 -1.2002l-11.7998 -6.7998 +c-0.400391 -0.299805 -1 -0.299805 -1.40039 0l-11.7998 6.7998c-0.400391 0.200195 -0.700195 0.700195 -0.700195 1.2002v13.5996c0 0.5 0.299805 0.900391 0.700195 1.2002zM304.8 185.5c0 -0.599609 -0.0996094 -1.2002 -0.200195 -1.7002 +c-0.5 -2 -1.7998 -3.7002 -3.59961 -4.7002l-61 -35.1992c-2.2002 -1.30078 -5 -1.40039 -7.40039 0l-61.1992 35.1992c-2.10059 1.2002 -4 3.60059 -4 6.40039v70.4004c0 2.69922 1.59961 5.09961 3.89941 6.39941l61.1006 35.2002 +c2.39941 1.40039 5.2998 1.2002 7.39941 0l61.1006 -35.2002c2.2998 -1.2998 3.89941 -3.7998 3.89941 -6.39941v-70.4004zM230.5 310.4l-0.799805 -0.5h1.09961zM306.7 180.2l-0.400391 0.700195v-0.900391z" /> + <glyph glyph-name="osi" unicode="" horiz-adv-x="512" +d="M8 181.56c2.2998 135.801 97.3994 232.441 213.799 248.102c138.8 18.5996 255.601 -75.7998 278 -201.101c21.2998 -118.8 -44 -230 -151.6 -274c-9.2998 -3.7998 -14.4004 -1.69922 -18 7.7002c-17.7998 46.2998 -35.5996 92.6328 -53.3994 138.999 +c-3.09961 8.10059 -1 13.2002 7 16.7998c24.2002 11 39.2998 29.4004 43.2998 55.8008c0.469727 3.01562 0.850586 7.94043 0.850586 10.9922c0 36.2061 -29.2764 68.1074 -65.3506 71.207c-39 3.40039 -71.7998 -23.6992 -77.5 -59.6992 +c-5.19922 -33 11.1006 -63.7002 41.9004 -77.7002c9.59961 -4.40039 11.5 -8.60059 7.7998 -18.4004c-17.8994 -46.5996 -35.7998 -93.2324 -53.7002 -139.899c-2.59961 -6.90039 -8.2998 -9.30078 -15.5 -6.5c-52.5996 20.2998 -101.399 61 -130.8 119 +c-24.8994 49.1992 -25.2002 87.6992 -26.7998 108.699zM28.8994 183.461c0.399414 -6.59961 0.599609 -14.3008 1.2998 -22.1006c6.2998 -71.9004 49.5996 -143.5 131 -183.101c3.2002 -1.5 4.39941 -0.799805 5.59961 2.2998c14.9004 39.1006 29.9004 78.2012 45 117.302 +c1.2998 3.2998 0.600586 4.7998 -2.39941 6.69922c-31.6006 19.9004 -47.3008 48.5 -45.6006 86c1 21.6006 9.2998 40.5 23.7998 56.3008c30 32.6992 77 39.7998 115.5 17.5996c25.3174 -14.5977 45.8643 -50.1641 45.8643 -79.3877 +c0 -3.05078 -0.296875 -7.98438 -0.664062 -11.0127c-3.59961 -30.5996 -19.2998 -53.8994 -45.7002 -69.7998c-2.69922 -1.59961 -3.5 -2.89941 -2.2998 -6c15.2002 -39.2002 30.2666 -78.4336 45.2002 -117.7c1.2002 -3.09961 2.40039 -3.7998 5.59961 -2.2998 +c35.5 16.6006 65.2002 40.2998 88.1006 72c34.7998 48.2002 49.0996 101.9 42.2998 161c-13.7002 117.5 -119.4 214.8 -255.5 198c-106.1 -13 -195.3 -102.5 -197.1 -225.8z" /> + <glyph glyph-name="react" unicode="" horiz-adv-x="512" +d="M418.2 270.8c54.3994 -18.7002 93.7998 -48.0996 93.7998 -78.3994c0 -31.7002 -41.7998 -62.6006 -99.5 -81.7002c-3.09961 -1 -6.2002 -2 -9.40039 -2.90039c1.10059 -4.59961 2.10059 -9.09961 3 -13.5c11.4004 -57.5996 2.60059 -104.899 -24.3994 -120.5 +c-26.1006 -15.0996 -68.4004 -0.200195 -111.2 36.6006c-4.59961 4 -9.2002 8.09961 -13.5996 12.3994c-3.5 -3.39941 -7 -6.59961 -10.5 -9.7002c-44.2002 -38.6992 -89.6006 -54.6992 -116.601 -39.0996c-26.2002 15.0996 -34.3994 59.0996 -23.8994 114.6 +c1.19922 6.10059 2.5 12 4 18c-4.60059 1.30078 -9.10059 2.80078 -13.6006 4.30078c-55.5 19 -96.2998 50.2998 -96.2998 81.5c0 30.1992 38.2998 59.3994 91.7002 77.8994c5.89941 2.10059 12.2002 4.10059 18.5996 5.90039 +c-1.39941 5.59961 -2.59961 11.0996 -3.7002 16.7002c-11 56.3994 -3.19922 101.5 23 116.699c27.3008 15.9004 72.9004 -1.09961 118.4 -41.5c2.7998 -2.5 5.59961 -5.09961 8.2998 -7.69922c4 3.89941 8.2002 7.7998 12.5 11.5 +c43.4004 37.7998 86.2998 53.5 112.601 38.3994c27.2998 -15.7998 35.3994 -63.7002 23.0996 -123.3c-0.799805 -3.7002 -1.59961 -7.40039 -2.5 -11.0996c5.40039 -1.60059 10.7998 -3.30078 16.2002 -5.10059zM282.9 355.7c-4 -3.5 -7.80078 -7 -11.7002 -10.7002 +c15.3994 -16.7002 29.5996 -34.5 42.5996 -53.0996c22.6006 -2 45.1006 -5.60059 67.2998 -10.6006c0.900391 3.2998 1.60059 6.60059 2.30078 10c10.5996 51.5 4.09961 90.7002 -12.8008 100.4c-15.7998 9.09961 -50.5 -3.60059 -87.6992 -36zM167.2 140.5 +c-5 8.59961 -9.7002 17.2998 -14.2998 26.0996c-6.40039 -15.1992 -11.9004 -30.0996 -16.3008 -44.5c15.3008 -3.2998 30.8008 -5.7998 46.4004 -7.5c-5.5 8.5 -10.7002 17.2002 -15.7998 25.9004zM136.9 260.8c4.39941 -14.0996 9.69922 -28.7002 16 -43.5996 +c4.5 8.7998 9.2998 17.5 14.1992 26c4.90039 8.59961 10.1006 17.0996 15.4004 25.3994c-15.9004 -2 -31.2002 -4.59961 -45.5996 -7.7998zM164.3 191.9c6.7002 -13.8008 13.7998 -27.3008 21.5 -40.6006s15.9004 -26.2998 24.6006 -39 +c14.6992 -0.899414 29.8994 -1.39941 45.5996 -1.39941s31.2002 0.5 46.0996 1.59961c8.5 12.7998 16.6006 25.7002 24.2002 39c7.7002 13.4004 14.9004 27 21.6006 40.7998c-6.80078 13.7002 -14 27.2002 -21.7002 40.4004s-15.7998 26.0996 -24.2998 38.7002 +c-14.9004 1.09961 -30.3008 1.69922 -45.9004 1.69922s-30.9004 -0.599609 -45.9004 -1.69922c-8.59961 -12.7002 -16.7998 -25.6006 -24.3994 -38.9004c-7.60059 -13.2998 -14.7998 -26.7998 -21.4004 -40.5996zM344.9 140.7c-5 -8.60059 -10.1006 -17.2002 -15.5 -25.6006 +c15.7998 1.80078 31.5 4.5 47 8c-4.90039 15.1006 -10.5 29.8008 -16.9004 44.3008c-4.7002 -9 -9.5 -17.9004 -14.5996 -26.7002zM359.3 217.2c6.10059 14.2002 11.5 28.5996 16.1006 43.3994c-14.4004 3.30078 -29.8008 6 -45.9004 8 +c5.2998 -8.2998 10.4004 -16.6992 15.2998 -25.1992c5 -8.60059 9.7998 -17.4004 14.5 -26.2002zM256.2 329.7c-10 -10.9004 -20.1006 -22.9004 -29.9004 -35.7998c19.7998 0.899414 39.7002 0.899414 59.5 0c-9.2002 12.3994 -19.0996 24.3994 -29.5996 35.7998zM140.2 391 +c-15.7998 -9.09961 -22 -45.5996 -12.6006 -94c1.10059 -5.2002 2.2002 -10.4004 3.5 -15.5c22.2002 4.90039 44.6006 8.40039 67.2002 10.4004c13.1006 18.5996 27.4004 36.3994 42.9004 53.0996c-2.60059 2.40039 -5.10059 4.7998 -7.60059 7 +c-39.2998 34.7998 -76.5996 48.7998 -93.3994 39zM115.7 127.4c6.89941 22 15.2002 43.5996 24.7998 64.5c-9.5 20.5996 -17.7002 41.8994 -24.5 63.5996c-5.7998 -1.7002 -11.5996 -3.5 -17.2998 -5.5c-45.6006 -15.9004 -77.2002 -39.2998 -77.2002 -57.5996 +c1.90039 -12.1006 8.7002 -22.9004 18.7998 -29.9004c17.5 -13.9004 41.7002 -24.5 63 -31.2002c4.10059 -1.39941 8.2002 -2.7002 12.4004 -3.89941zM232.3 29.4004c3.2002 2.7998 6.40039 5.7998 9.60059 8.89941c-15.5 16.7998 -30 34.7002 -43.2002 53.4004 +c-22.9004 1.7002 -45.5 5 -67.9004 9.7998c-1.39941 -5.5 -2.59961 -11.0996 -3.7002 -16.7002c-9 -47.5 -2.39941 -82.7998 13.5 -92c11.4004 -4.5 24.2002 -4 35.3008 1.2998c20.7998 8.2002 39.8994 20.2002 56.3994 35.3008zM256.8 53.7002 +c10.5 11.5996 20.4004 23.7002 29.6006 36.3994c-10 -0.5 -20.1006 -0.699219 -30.4004 -0.699219c-10 0 -19.9004 0.199219 -29.5 0.599609c9.90039 -13.0996 20.0996 -25.2998 30.2998 -36.2998zM387.5 23.7002c3.2002 22.2002 2.40039 44.7002 -2.5 66.2998 +c-0.799805 4 -1.7002 8.09961 -2.7002 12.2002c-22.5 -5.10059 -45.2998 -8.60059 -68.2002 -10.5c-12.7998 -18.7998 -26.8994 -36.7002 -42.1992 -53.6006c4.2998 -4 8.5 -7.89941 12.6992 -11.5c36.6006 -31.3994 70.5 -43.3994 86.4004 -34.1992 +c9.59961 7.69922 15.5996 19.0996 16.5 31.2998zM405.7 131.2c49.8994 16.5 84.7998 41.7998 84.7998 61.3994c0 18.2002 -32.7002 42 -79.2998 58c-4.7998 1.60059 -9.7998 3.2002 -15 4.7002c-6.7998 -21.5 -14.9004 -42.5 -24.5 -62.8994 +c9.89941 -20.7002 18.5 -42 25.5 -63.8008c2.89941 0.800781 5.7002 1.7002 8.5 2.60059zM256 146.2c-25.2998 0 -45.7998 20.5 -45.7998 45.7998s20.5 45.7998 45.7998 45.7998s45.7998 -20.5 45.7998 -45.7998s-20.5 -45.7998 -45.7998 -45.7998z" /> + <glyph glyph-name="autoprefixer" unicode="" horiz-adv-x="640" +d="M318.4 432l164.1 -480h-77.5l-25.2002 81.4004h-119.5l-25.3994 -81.4004h-77.5zM278.1 90.0996h83.6006l-40.9004 130.4h-1.5zM640 43l-158.5 -9.5l-19.4004 56.5l167.9 -15.5996zM177.9 90l-19.4004 -56.4004l-158.5 9.40039l10 31.2998z" /> + <glyph glyph-name="less" unicode="" horiz-adv-x="640" +d="M612.7 229c0 -11 6.7998 -22.5996 27.2998 -23.2998v-27.2998c-20.5 -1 -27.2998 -12.6006 -27.2998 -23.6006c0 -20.3994 3.2002 -32 3.2002 -54.5996c0 -34.2002 -12.7002 -45.2002 -40.5 -45.2002h-20.5v25.2002h6.2998v0.5c13.5996 0 17.2998 4.7002 17.2998 22.5996 +c0 17.2998 -1.59961 32.6006 -1.59961 51.5c0 24.2002 7.7998 33.6006 23.5996 37.2998v1.60059c-15.7002 3.7002 -23.5996 13.0996 -23.5996 37.2998c0 18.9004 1.59961 35.2002 1.59961 51.5c0 17.4004 -3.09961 22.0996 -17.2998 22.0996h-6.2998v24.2002h20.5 +c27.8994 0 40.5 -11 40.5 -45.2002c0 -22 -3.2002 -34.0996 -3.2002 -54.5996zM507.1 197c20.5 -6.7998 43 -18.9004 43 -47.7998c0 -28.9004 -22.5996 -51 -64.5996 -51c-20 0 -44.0996 9 -59.9004 22.0996l21 30.5c14.2002 -11 27.4004 -16.2998 40.5 -16.2998 +c14.2002 0 20.5 5.2002 20.5 13.0996c0 10.5 -15.7998 15.8008 -32.0996 22.1006c-18.9004 7.2998 -41.5 20.5 -41.5 46.2002c0 28.8994 24.2002 49.3994 59.9004 49.3994c24.1992 0 42.0996 -10.5 55.1992 -20.5l-21 -27.7998c-11.5 8.40039 -22 13.0996 -33.5996 13.0996 +s-17.9004 -4.69922 -17.9004 -12.5996c0 -10.5 14.7002 -14.2002 30.5 -20.5zM148.2 137.6c1.59961 0 3.09961 0 6.2002 0.800781l5.2998 -34.2002c-5.7002 -2.10059 -13.6006 -3.7002 -23.6006 -3.7002c-32.0996 0 -43.0996 21 -43.0996 53.0996v150.801h-14.0996 +c-13.6006 0 -17.3008 -4.80078 -17.3008 -22.1006s1.60059 -32.5996 1.60059 -51.5c0 -24.2002 -7.7998 -33.5996 -23.6006 -37.2998v-1.59961c15.7002 -3.7002 23.6006 -13.1006 23.6006 -37.3008c0 -19.3994 -1.60059 -34.1992 -1.60059 -51.5 +c0 -17.2998 4.2002 -22.5996 17.3008 -22.5996h6.2998v-24.2002h-20.5c-27.9004 0 -40.5 11 -40.5 45.2002c0 22.5996 3.2002 34.2002 3.2002 53.5996c0 11 -6.80078 22.6006 -27.3008 23.1006v27.2998c20.5 1 27.3008 12.5996 27.3008 23.5996 +c0 19.4004 -3.2002 32 -3.2002 54.6006c0 34.2002 12.5996 45.2002 41 45.2002h74.5996v-178.2c0 -9.90039 4.7002 -13.1006 8.40039 -13.1006zM379.9 197c20.5 -6.7998 43.0996 -18.9004 43 -47.7998c0 -28.9004 -22.6006 -51 -64.6006 -51 +c-20 0 -44.0996 9 -59.8994 22.0996l20.5 30.5c14.1992 -11 27.3994 -16.2998 40.5 -16.2998c14.1992 0 20.5 5.2002 20.5 13.0996c0 10.5 -15.8008 15.8008 -32.1006 22.1006c-18.8994 7.2998 -41.5 20.5 -41.5 46.2002c0 28.8994 24.2002 49.3994 59.9004 49.3994 +c24.2002 0 42.0996 -10.5 55.2002 -20.5l-21 -27.7998c-11.5 8.40039 -22 13.0996 -33.6006 13.0996c-11.5996 0 -17.8994 -4.69922 -17.8994 -12.5996c0 -10.5 14.6992 -14.2002 31 -20.5zM224.9 265.8c44.0996 0 67.2998 -33.0996 66.6992 -75.7002 +c0 -8.39941 -1.09961 -15.6992 -1.59961 -19.3994h-95.2002c4.2002 -24.2002 20.5 -34.2002 41.5 -34.2002c11.6006 0 22.6006 3.2002 34.2002 10l15.7998 -27.7998c-16.2998 -11.1006 -37.2998 -17.9004 -56.2002 -17.9004c-45.0996 0 -79.2998 30.5 -79.2998 82.5 +c-1 50.4004 35.7002 82.5 74.1006 82.5zM194.9 199.6h56.7998c0 17.9004 -7.40039 31 -26.2998 31c-14.7002 0 -27.3008 -10 -30.5 -31z" /> + <glyph glyph-name="sass" unicode="" horiz-adv-x="640" +d="M301.84 69.0801c-0.299805 -0.599609 -0.599609 -1.08008 0 0zM550.97 156.08c57.9092 0.300781 90.5703 -37.0801 88.9707 -71.0801c-1.10059 -26.9004 -25.6904 -37.9004 -30.29 -38.7002c-3.30078 -0.599609 -5.10059 -0.700195 -5.60059 1.90039 +c-0.299805 1.7998 0.900391 2.7002 4.7998 5.09961c3.90039 2.40039 15.6006 10.5 17.7002 25c2.10059 14.5 -8.7998 49.2998 -64.4795 55.7998c-26 3 -46.3906 -0.599609 -62.0898 -7.19922c2.89941 -7.60059 5.09961 -15.5 5.39941 -23.4004 +c0.799805 -17.5 -11.29 -30.4004 -23.79 -39.5996c-5.48535 -3.98535 -15.1572 -8.95801 -21.5898 -11.1006c-5.2002 -2.2002 -12.2002 -4.5 -17.0996 -3.5c-10.9004 2.2002 -16.7002 11.7998 -9.30078 33.1006c4 11.5 15.5 29 34.0908 44.0996 +c-4.30078 8.7002 -8.99023 17.5996 -11.3906 25.7002c-2.18164 7.00781 -4.95898 18.5664 -6.2002 25.7998c0 0 -15.2998 -31.7197 -35.0898 -60.6201c-1.09961 -1.7002 -2.2998 -3.39941 -3.39941 -5c3.7998 -9 6.89941 -18.5996 7.2998 -28.2002 +c0.700195 -17.3994 -6.90039 -30.5996 -19.4004 -39.7998c-5.16211 -3.70605 -14.208 -8.45508 -20.1895 -10.5996c-3.90039 -1.7998 -12 -4.60059 -23.5 -5.40039c-6.29004 -0.5 -12.29 -0.0996094 -15.6904 2.5c-4.59961 3.40039 -5.2002 7.7998 -2.7998 13.7002 +c2 5 17.21 22.4004 30 37.5996c3.5 4.2002 6.90039 8.5 9.90039 12.5c-0.0498047 0.0449219 -0.09375 0.134766 -0.100586 0.200195c0 0 2.2998 3 6.10059 8.2002c-4.7002 10.0996 -10.6006 20.5 -13.4004 30c-2.18164 7.00781 -4.95898 18.5664 -6.2002 25.7998 +c0 0 -15.4902 -39.7002 -31.6895 -71.5c-12.4902 -24.5996 -20.79 -39.5 -24.5908 -46v-0.299805s-0.5 -0.900391 -1.5 -2.40039c-0.5 -0.799805 -0.699219 -1.19922 -0.699219 -1.19922v0.0996094c-4.20996 -6.2002 -13.6104 -18.2998 -23 -18.2998 +c-25.7002 0 -16.3008 52.2002 -16.3008 52.2002s-7.5 -19.3008 -16 -35.9004c-6.88965 -13.5996 -13.0898 -25 -26.8896 -25c-3.90039 0 -10.1904 0.0996094 -15.3896 5c-11.8008 11.2002 -20.9004 39.7002 -19.1006 61.7002c1.5 18.7998 4.40039 31.7998 8.40039 42.5996 +c-7.10059 -3.89941 -15.2002 -8.39941 -23.4902 -13.2998c-4.2998 -2.5 -8.59961 -5 -12.7998 -7.5c0.0996094 -0.299805 0.299805 -0.5 0.400391 -0.799805c10.5996 -20.4004 13.3896 -65.2002 -9.60059 -99.5s-65.7803 -55.2002 -107.57 -43.6006 +c-13.3896 3.80078 -33.79 31.6006 -16.29 70.4004c15.4902 34.2002 77.3809 66.5996 93.6709 74.7002c1.39941 0.799805 2.89941 1.59961 4.5 2.5c-32.4902 28.3994 -113.671 66.7998 -125.061 125.7c-3.2002 16.5996 4.58984 56.2998 53.2803 101.899 +c40.9902 38.2998 97.9697 67.7002 150.66 86.4004c88.4297 31.3994 181.949 12.8994 196.31 -43.5c14.1006 -55.5 -33.9902 -121.8 -95.7695 -145.601c-54.9902 -21.2998 -100.471 -17.8994 -119.17 -11.7998c-21.29 7 -33.79 21 -36.79 28.9004 +c-1.2002 3.09961 -3.30078 8.2998 0 10.0996c2 1.10059 2.7998 0.799805 8.09961 -5.09961c5.09961 -5.60059 25.4902 -20.6006 64.2803 -16.2998c101.77 11.3994 163.06 90.5 143.66 133c-13.4902 29.7998 -91.8408 43.1992 -189.841 -5.60059 +c-119.569 -59.5996 -126.069 -108.7 -127.069 -127.399c-2.7998 -51.3008 63.2793 -78.3008 99.0693 -116.5c0.5 -0.5 0.900391 -1 1.40039 -1.5c6.7002 3.69922 13.7998 7.59961 20.7002 11.3994c18 9.90039 35.0996 19.2002 43 23.5 +c12.5801 18.2998 38.1797 38.5 56.5801 38.5c29.4893 0 19.3896 -42.3994 19.3896 -42.3994s0.599609 2 1.40039 2c0.799805 0 4.09961 5.5 13.1992 2.19922c9.40039 -3.5 7.2002 -10 7.30078 -10.6992c0.0996094 -1.30078 -11 -38.9004 -15.7002 -63.1006 +c-2.2002 -11.5 -0.900391 -19.8994 -0.299805 -19.8994c0.899414 0 2.7998 2.89941 4.5 6.09961v0.0996094s1.2998 2.40039 3.5 6.7002c0 0.200195 -0.200195 -0.299805 -0.5 -0.799805c0.199219 0.400391 0.5 0.900391 0.899414 1.7002 +c2.60059 5 6.2002 12.3994 10.4004 21.5996c8.18945 18.1006 39.4795 87.7002 42.0801 95.4004c2.59961 7.7002 4 15.7002 5.2998 19.0996c1.2998 3.40039 12.4102 6 25.2998 5.90039c12.8906 -0.100586 14.1904 -5.60059 14.29 -6.7002 +c0.100586 -1.09961 -6.2002 -16.4004 -7.59961 -27.2002c-1.40039 -10.7998 -0.100586 -16.2002 1.09961 -25.2998c0.799805 -6 4.5 -13.5 8.90039 -22c13.2998 21.7998 36.79 63.5996 39.0898 75.2998c1.03613 5.38965 3.41016 13.9473 5.2998 19.1006 +c1.29004 3.39941 12.3896 6 25.29 5.89941c12.9004 -0.0996094 14.2002 -5.59961 14.2998 -6.7002c0.100586 -1.09961 -6.2002 -16.3994 -7.59961 -27.1992c-1.40039 -10.8008 -0.100586 -16.2002 1.09961 -25.3008c1 -7.7998 7.10059 -18.1992 13 -30.0996 +c15.1289 7.45215 41.0938 13.5 57.958 13.5h0.0419922zM121.79 11.3799c19.4004 21.0996 27.3896 47.9199 19.0996 78.3203c-1 -0.600586 -2 -1.10059 -2.89941 -1.7002c0 0 -0.400391 -0.200195 -1.2002 -0.700195c-4.7998 -2.89941 -8.7002 -5.2998 -11.4004 -6.89941 +c-11.7998 -7.40039 -29.5898 -19.4004 -43.3896 -32.4004c-22.6904 -21.4199 -27.3896 -51 -15.4902 -57.9199c11.0898 -6.40039 36.8906 1.2002 55.2803 21.2998zM256.15 102.78c4 9.7998 19.6992 53.2998 16.1992 59.2002c-2.59961 4.5 -13.6992 0.899414 -23.79 -10.4004 +c-6.2998 -7 -16.8994 -25 -21.8994 -40.0996c-9.90039 -30 -5.60059 -60.5 1.39941 -62.3008c8.2002 -2.09961 21.6904 37.9004 28.0908 53.6006zM367.15 49.7803c7.7998 4.7998 24.96 16.8994 25.0898 34.7998c0 0.599609 -0.100586 1.09961 -0.100586 1.59961 +c-3.98926 -5.19922 -7.68945 -9.89941 -10.8896 -13.8994c-5.5 -6.7998 -19.4004 -21.7002 -19.4004 -21.7002s-2 -1.90039 -1.09961 -2.40039c1.2002 -0.699219 3.7002 0.200195 6.40039 1.60059zM452.73 69.2803c9.68945 3.5 25.7998 11.8994 25.8994 34.3994 +c-0.0673828 3.06152 -0.918945 7.90039 -1.89941 10.8008c-10.4102 -9.2002 -16.4004 -18.8008 -19 -24.5c-6.7002 -14.6006 -7 -19.3008 -5 -20.7002z" /> + <glyph glyph-name="vuejs" unicode="" +d="M356.9 383.7h91.0996l-224 -383.7l-224 383.7h176l48 -88.6006l56 88.6006h76.9004zM55.7002 351.7l168.3 -288.2l168.2 288.2h-53.7998l-114.4 -198.2l-114.5 198.2h-53.7998z" /> + <glyph glyph-name="angular" unicode="" +d="M185.7 179.9l38.0996 91.5996l38.1006 -91.5996h-76.2002zM223.8 416l207.8 -74.4004l-31.7998 -275.699l-176 -97.9004l-176 97.9004l-31.7998 275.699zM354 74.2002l-130.2 292.3l-130.1 -292.3h48.7002l26.1992 65.3994h110.601l26.2002 -65.3994h48.5996z" /> + <glyph glyph-name="aviato" unicode="" horiz-adv-x="640" +d="M107.2 164.5l-19 41.7998h-52.1006l-19 -41.7998h-17.0996l62.2002 131.4l62.2002 -131.4h-17.2002zM62.2002 262.6l-19.6006 -42.5h39.2002zM174.9 160.2l-62.2002 131.399h17.0996l45.1006 -96l45.0996 96h17zM255.5 164.5v127.1h15.5v-127.1h-15.5zM464.6 280.1 +v-115.6h-17.2998v115.6h-41.2002v11.5h99.6006v-11.5h-41.1006zM640 229.2c0 -9.2002 -1.7002 -17.7998 -5.09961 -25.7998c-3.40039 -8 -8.2002 -15.1006 -14.2002 -21.1006s-13.1006 -10.7998 -21.1006 -14.2002c-8 -3.39941 -16.5996 -5.09961 -25.7998 -5.09961 +s-17.7998 1.7002 -25.7998 5.09961c-8 3.40039 -15.0996 8.2002 -21.0996 14.2002s-10.8008 13 -14.2002 21.1006c-3.40039 8 -5.10059 16.5996 -5.10059 25.7998s1.7002 17.7998 5.10059 25.7998c3.39941 8 8.2002 15.0996 14.2002 21.0996s13 8.40039 21.0996 11.9004 +c8 3.40039 16.5996 5.09961 25.7998 5.09961s17.7998 -1.69922 25.7998 -5.09961s15.1006 -5.7998 21.1006 -11.9004c6 -6 10.7002 -13.0996 14.2002 -21.0996c3.39941 -8 5.09961 -16.5996 5.09961 -25.7998zM624.5 229.2c0 7.2998 -1.2998 14 -3.90039 20.2998 +c-2.59961 6.2998 -6.19922 11.7002 -10.7998 16.2998c-4.59961 4.60059 -10 8.2002 -16.2002 10.9004c-6.19922 2.7002 -12.7998 4 -19.7998 4s-13.5996 -1.2998 -19.7998 -4s-11.5996 -6.2998 -16.2002 -10.9004c-4.59961 -4.59961 -8.2002 -10 -10.7998 -16.2998 +s-3.90039 -13.0996 -3.90039 -20.2998c0 -7.2998 1.30078 -14 3.90039 -20.2998c2.59961 -6.30078 6.2002 -11.7002 10.7998 -16.3008c4.60059 -4.59961 10 -8.19922 16.2002 -10.8994s12.7998 -4 19.7998 -4s13.6006 1.2998 19.7998 4 +c6.2002 2.7002 11.6006 6.2998 16.2002 10.8994c4.60059 4.60059 8.2002 10 10.7998 16.3008c2.60059 6.2998 3.90039 13.0996 3.90039 20.2998zM529.7 132.5c6 -0.900391 10.5 -6 10.7002 -12.2998c0 -6.7998 -5.60059 -12.4004 -12.4004 -12.4004 +s-12.4004 5.60059 -12.4004 12.4004c0 6.2002 4.60059 11.2998 10.5 12.2002v5.7998l-80.2998 -9v-5.40039c5.60059 -1.09961 9.90039 -6.09961 9.90039 -12.0996c0 -6.7998 -5.60059 -10.2002 -12.4004 -10.2002s-12.3994 3.40039 -12.3994 10.2002 +c0 5.89941 4.19922 11 9.89941 12.0996v4.90039l-28.3994 -3.2002v-23.7002h5.89941v-13.7998h-5.89941v6.59961h-5v-6.59961h-5.90039v13.7998h5.90039v23.2002l-38.3008 -4.2998c-8.09961 -11.5 -19 -13.6006 -19 -13.6006l0.100586 -6.69922l5.09961 -0.200195 +l0.100586 -12.1006h-4.10059l-0.0996094 5h-5.2002l-0.0996094 -5h-4.10059l0.100586 12.1006l5.09961 0.200195l0.0996094 6.69922s-10.8994 2.2002 -19 13.6006l-38.2998 4.2998v-23.2002h5.90039v-13.7998h-5.90039v6.59961h-5v-6.59961h-5.89941v13.9004h5.89941 +v23.6992l-28.3994 3.2002v-4.89941c5.59961 -1.10059 9.89941 -6.10059 9.89941 -12.1006c0 -6.7998 -5.59961 -10.2002 -12.3994 -10.2002c-6.80078 0 -12.4004 3.40039 -12.4004 10.2002c0 5.90039 4.2002 11 9.90039 12.1006v5.39941l-80.3008 9v-5.7998 +c5.90039 -0.900391 10.5 -6 10.5 -12.2002c0 -6.7998 -5.59961 -12.3994 -12.3994 -12.3994s-12.4004 5.59961 -12.4004 12.3994c0 6.2002 4.60059 11.2998 10.5 12.2002v6.2998l-88.8994 10l242.899 -13.5c-0.599609 2.2002 -1.09961 4.60059 -1.39941 7.2002 +c-0.300781 2.09961 -0.5 4.2002 -0.600586 6.5l-64.7998 8.09961l64.9004 -1.89941c0 0.399414 0 0.799805 0.0996094 1.09961c2.7998 17.2002 25.5 23.7002 25.5 23.7002l1.09961 26.4004h-23.5996l-19 -41.8008h-17.0996l62.1992 131.4l62.2002 -131.4h-17.0996 +l-19 41.8008h-23.7998l1.09961 -26.3008s22.7002 -6.5 25.5 -23.6992c0 -0.400391 0.0996094 -0.700195 0.0996094 -1.10059l64.9004 1.90039l-64.7998 -8.10059c-0.100586 -2.2998 -0.299805 -4.5 -0.600586 -6.5c-0.299805 -2.59961 -0.799805 -5 -1.39941 -7.19922 +l242.899 13.3994l-88.8994 -10v-6.2998zM328.9 220.1h17.8994l1.7002 40.3008l1.7002 -40.3008h17.8994l-19.5996 42.5z" /> + <glyph glyph-name="ember" unicode="" horiz-adv-x="640" +d="M639.9 193.4c1.09961 -10.8008 -5.30078 -14.3008 -5.30078 -14.3008s-26.5996 -19.5996 -47 -13.6992c-20.3994 5.89941 -21.5 43.1992 -21.5 43.1992h-1.89941l-20.7002 -57.1992s-8.2998 -27.9004 -20.7002 -22.8008 +c-12.3994 5.10059 -12.0996 18.6006 -12.0996 18.6006s-19.2998 -21.2998 -54.7998 -18.6006c-31.1006 2.30078 -41.1006 26.7002 -41.1006 26.7002s-20.7998 -14.3994 -79.0996 -25.8994c-26.1006 -2.90039 -44.6006 12.8994 -44.6006 12.8994 +c-2.39941 -2.39941 -18 -10.2002 -18 -10.2002s-22.2998 -10.2998 -30.8994 5.30078c-8.60059 15.5996 -3 63.6992 -3 63.6992h-1.60059s-12.8994 -26.2998 -19.5996 -49.8994c-6.7002 -23.6006 -15 -21.2002 -15 -21.2002s-15.2998 -1.40039 -18.7998 11.4004 +c-3.5 12.8994 5.59961 59.6992 5.59961 59.6992l-1.2998 -0.299805s-0.799805 1.40039 -12.5996 -23.5996c-20.1006 -48.9004 -24.9004 -50 -36.5 -47.9004c-11.6006 2.10059 -12.1006 16.7002 -12.1006 16.7002l-15.8994 -8.7998s-38.6006 -16.6006 -58.8008 -1.2998 +c-13.3994 10.1992 -18 22.1992 -19.5996 29.6992c0 0 -17 1.80078 -28.0996 6.10059c-11.1006 4.2998 0.0996094 18.2998 0.0996094 18.2998s3.5 5.2998 10 0s18.7998 -2.90039 18.7998 -2.90039c1 8.5 2.5 19.7002 7.7998 31.5c11 24.7002 27.6006 33 41.3008 33.3008 +c13.6992 0.199219 23.3994 -3.5 31.6992 -15.3008c18.6006 -45.8994 -49.3994 -69.1992 -49.3994 -69.1992s-1.7998 -12.1006 16.7002 -11.8008c18.5996 0.200195 46.7998 20.4004 46.7998 20.4004c1.2998 15.4004 12.0996 63.5 15 70.7002 +c2.89941 7.2002 14.2002 5.89941 14.2002 5.89941s8.89941 1.90039 10.5 -7.5c1.69922 -9.39941 -6.40039 -47.5996 -6.40039 -47.5996l1.2998 -1.59961c0.799805 3.69922 20.4004 36.5 20.4004 36.5s11.2998 19.5996 28.5 18.7998s-0.799805 -53.5 -0.799805 -53.5 +l1.2998 -1.60059l1.2998 2.40039c2.2002 5.90039 27.7002 44.5996 27.7002 44.5996s9.59961 11.3008 18.5 8.60059c8.7998 -2.60059 9.39941 -6.7002 9.89941 -14.2002s-7 -52.0996 -7 -52.0996s-4.2998 -29.2002 5.40039 -28.7002s20.2002 10.7002 20.2002 10.7002 +s7.5 57.5996 12.5996 105.1c5.10059 47.5 27.1006 79.5 27.1006 79.5s6.5 10 23.5 16.7002c11.1992 4 23.3994 1.2998 29.1992 -23.1006c9.5 -41 -23.2998 -87.8994 -36.8994 -105.199c5.89941 5.7998 15.7998 12.0996 27.2002 5.2998 +c40.2998 -25.2998 7.2998 -80.9004 7.2998 -80.9004c11.7998 3.7998 33 18 33 18s0.5 6.10059 0.700195 7.5c7.19922 41.2998 32 56.2002 36.5996 59.7002c4.7998 3.59961 47.0996 19.7998 49 -24s-52.9004 -59.0996 -52.9004 -59.0996s4.80078 -12.6006 25 -9.40039 +c20.2002 3.2002 43.3008 22.7998 43.3008 22.7998c0.799805 18 12.5996 61 15 67.2002c2.39941 6.2002 17.1992 6.5 18.7998 3c2.2002 -7 0.299805 -37.5996 0.299805 -37.5996l1.59961 0.5c5.90039 17.5 18.3008 31.1992 18.3008 31.1992s9.89941 9.7002 18 7.30078 +c8.09961 -2.30078 5.09961 -30.4004 5.09961 -30.4004s-4.2998 -30.7002 9.40039 -32c13.6992 -1.40039 29.2998 10.7002 29.2998 10.7002s9.59961 3.89941 10.7002 -6.7998zM61.9004 188.1c0 0 6.19922 -1.89941 19.8994 7.60059 +c13.7002 9.39941 16.4004 24.3994 9.10059 31.3994c-7.2002 6.90039 -28.2002 -7 -29 -39zM334.7 311.9c0 0 -15.9004 -54.5 -16.4004 -70.7002c0 0 44.5 72 40 96.2002c-4.5 24.1992 -23.5996 -25.5 -23.5996 -25.5zM357.5 173.5 +c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5 +s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" /> + <glyph glyph-name="font-awesome-flag" unicode="" +d="M444.373 88.5762c0 -7.16797 -6.14453 -10.2402 -13.3125 -13.3125c-28.6719 -12.2881 -59.3916 -23.5518 -92.1592 -23.5518c-46.0801 0 -67.584 28.6719 -122.88 28.6719c-39.9365 0 -81.9209 -14.3359 -115.713 -29.6953 +c-2.04785 -1.02441 -4.0957 -1.02441 -6.14355 -2.04883v-77.8232c0 -21.4053 -16.1221 -34.8164 -33.792 -34.8164c-19.4561 0 -34.8164 15.3604 -34.8164 34.8164v374.783c-13.3115 10.2402 -22.5273 26.624 -22.5273 45.0566c0 31.7441 25.5996 57.3438 57.3438 57.3438 +s57.3438 -25.5996 57.3438 -57.3438c0 -18.4326 -8.19141 -34.8164 -22.5273 -45.0566v-31.7432c4.12402 1.37402 58.7676 28.6719 114.688 28.6719c65.2705 0 97.6758 -27.6484 126.976 -27.6484c38.9121 0 81.9209 27.6484 92.1602 27.6484 +c8.19238 0 15.3604 -6.14453 15.3604 -13.3125v-240.64z" /> + <glyph glyph-name="gitter" unicode="" horiz-adv-x="384" +d="M66.4004 125.5h-50.4004v322.5h50.4004v-322.5zM166.9 371.9v-435.9h-50.4004v435.9h50.4004zM267.5 371.9v-435.9h-50.4004v435.9h50.4004zM368 372v-247h-50.4004v247h50.4004z" /> + <glyph glyph-name="hooli" unicode="" horiz-adv-x="640" +d="M144.5 96v16c12.2998 -6.59961 25.0996 -12.2002 38.2998 -16.7998zM202.2 101.3c29.5 -10.7002 55.3994 -13.5 75.2998 -13.2998c-24.7998 -7 -58.2002 -5.2998 -94.7002 7.2002l19.4004 0.799805v5.2998zM611.1 216.5c-16 0 -28.8994 13 -28.8994 28.9004 +c0 15.8994 13 24.5 28.8994 24.5c16 0 28.9004 -8.5 28.9004 -24.5s-13 -28.9004 -28.9004 -28.9004zM582.1 96v110.5h57.9004v-110.5h-57.9004zM508.4 96v168l57.8994 27.2998v-195.3h-57.8994zM477.4 215.4c18.0996 -18.1006 16.6992 -33.8008 16.7998 -52.6006 +c0 -18.7002 1.39941 -34.2998 -16.7998 -52.5c-18.1006 -18.2002 -50.4004 -17.0996 -50.4004 -17.0996s-32.2002 -1.10059 -50.4004 17.0996c-18.1992 18.2002 -16.7998 33.7998 -16.7998 52.5s-1.39941 34.4004 16.7998 52.6006 +c18.1006 18.1992 50.4004 17.0996 50.4004 17.0996s32.2002 1.09961 50.4004 -17.0996zM437.6 143.5v40.4004c0 8.7998 -7.2998 10.8994 -10.6992 10.8994c-3.40039 0 -10.7002 -2.2002 -10.7002 -10.8994v-40.4004c0 -3.59961 1.7998 -12.5 10.7002 -12.5 +c8.89941 0 10.6992 8.90039 10.6992 12.5zM331.4 215.4c18.1992 -18.1006 16.6992 -33.8008 16.6992 -52.3008c0 -18.6992 1.5 -34.2998 -16.6992 -52.5c-18.1006 -18.1992 -50.4004 -17.0996 -50.4004 -17.0996s-32.2002 -1.09961 -50.4004 17.0996 +c-18.1992 18.2002 -16.7998 33.8008 -16.7998 52.5c0 15.6006 -0.899414 29.1006 9.2998 43.7002c-16 11.7998 -58 37.4004 -99.8994 58.2998v-54.2998c8 13.7002 22.7002 22 38.5 21.9004c27.2002 0 40.5996 -18.7002 40.5996 -37.4004v-93.8994 +c-20.3994 7.5 -39.7002 17.3994 -57.7002 29.5996v48.7002c0 8.09961 -1.5 15 -10.5996 15s-10.7998 -11.2998 -10.7998 -18.2002v-29.7998l-4.5 3.59961c-22.9004 18.9004 -40.2998 35.6006 -53.4004 50.2998v-31c11 -9.7998 23.6006 -20.1992 38.4004 -31.3994 +c6.39941 -4.90039 12.8994 -9.40039 19.3994 -13.6006v-28.5996h-57.8994v73.7002c-86.7002 78 -61.7998 110.8 -61.7998 110.8c8.2998 18.2998 42.8994 22.2002 97.2998 0.0996094l22.5 10.6006v-20.7002c29.5996 -14.5996 63.8994 -31.5 102.1 -61.0996 +c1.60059 2.09961 3.40039 4.09961 5.2998 6c18.2002 18.1992 50.4004 17.0996 50.4004 17.0996s32.2002 1.09961 50.4004 -17.0996zM65.2002 264l29.2002 13.7002c-26.9004 10.0996 -50.9004 13.5 -64.4004 2.09961c-3.7002 -3.09961 -13.5 -24.5996 35.2002 -79.0996 +v63.2998zM291.7 143.5v40.4004c0 8.7998 -7.2998 10.8994 -10.7002 10.8994s-10.7002 -2.2002 -10.7002 -10.8994v-40.4004c0 -3.59961 1.7998 -12.5 10.7002 -12.5s10.7002 8.90039 10.7002 12.5z" /> + <glyph glyph-name="strava" unicode="" horiz-adv-x="384" +d="M158.4 448l150.199 -292h-88.5l-61.6992 116.1l-62.2002 -116.1h-89.2002zM308.6 156h67.6006l-111.5 -220l-112.2 220h67.5996l44.6006 -88.2002z" /> + <glyph glyph-name="stripe" unicode="" horiz-adv-x="640" +d="M165 303.3l0.0996094 -38.5h33.7002v-37.7998h-33.7002v-63.2002c0 -26.2002 28 -18 33.7002 -15.7002v-33.7998c-5.89941 -3.2002 -16.5996 -5.89941 -31.2002 -5.89941c-26.2998 0 -46.0996 17 -46.0996 43.2998l0.200195 142.399zM254.1 251.7 +c10.4004 19.0996 31.1006 15.2002 37.1006 13.0996v-40.7998c-5.7002 1.7998 -23.4004 4.5 -33.9004 -9.2998v-103.101h-44.2998v153.2h38.4004zM346.4 324v-36.2002l-44.6006 -9.5v36.2002zM44.9004 219.7c0 -20 67.8994 -10.5 67.8994 -63.4004 +c0 -32 -25.3994 -47.7998 -62.2998 -47.7998c-15.2998 0 -32 3 -48.5 10.0996v40c14.9004 -8.09961 33.9004 -14.1992 48.5996 -14.1992c9.90039 0 17 2.69922 17 10.8994c0 21.2002 -67.5 13.2002 -67.5 62.4004c0 31.3994 24 50.2002 60 50.2002 +c14.7002 0 29.4004 -2.30078 44.1006 -8.10059v-41.7998c-13.5 7.2998 -30.7002 11.4004 -44.2002 11.4004c-9.2998 -0.100586 -15.0996 -2.80078 -15.0996 -9.7002zM640 186.4c0 -4.30078 -0.400391 -13.6006 -0.599609 -15.9004h-86.9004 +c2 -20.7998 17.2002 -26.9004 34.5 -26.9004c17.5996 0 31.5 3.7002 43.5996 9.80078v-33.4004c-12.0996 -6.7002 -28 -11.5 -49.1992 -11.5c-43.2002 0 -73.5 24.7002 -73.5 78.2002c0 45.2002 25.6992 81.0996 67.8994 81.0996s64.2002 -35.8994 64.2002 -81.3994z +M552.1 203.2h45.9004c0 20 -11.5996 28.3994 -22.5 28.3994c-11.0996 0 -23.4004 -8.39941 -23.4004 -28.3994zM439.2 267.8c31.2002 0 60.5996 -28.0996 60.5 -79.7002c0 -56.3994 -29 -79.5996 -60.7998 -79.5996c-15.5 0 -25 6.5 -31.4004 11.2002l-0.0996094 -50.2002 +l-44.4004 -9.40039v204.801h39.0996l2.30078 -11c6.19922 5.69922 17.3994 13.8994 34.7998 13.8994zM428.6 145.3c16.5 0 27.5 17.9004 27.4004 41.7998c0 23.2002 -11.2002 41.4004 -27.4004 41.4004c-10.1992 0 -16.5996 -3.7002 -21.1992 -8.7998l0.299805 -66 +c4.2998 -4.60059 10.5 -8.40039 20.8994 -8.40039zM301.9 111.6v153.2h44.5996v-153.2h-44.5996z" /> + <glyph glyph-name="stripe-s" unicode="" horiz-adv-x="384" +d="M155.3 293.4c0 -64.2002 218 -33.7002 218 -203.9c0 -102.6 -81.7002 -153.6 -200.3 -153.6c-44.8916 0.101562 -114.78 14.6172 -156 32.3994v128.5c47.9004 -26 108.9 -45.5 156.1 -45.5c31.8008 0 54.7002 8.5 54.7002 34.9004c0 68.0996 -216.8 42.5 -216.8 200.399 +c0 101 77.0996 161.4 192.8 161.4c47.2998 0 94.5 -7.2002 141.8 -26.0996v-134.301c-43.3994 23.4004 -98.5 36.7002 -141.899 36.7002c-29.7998 0 -48.4004 -8.59961 -48.4004 -30.8994z" /> + <glyph glyph-name="typo3" unicode="" +d="M178.7 369.6c0 -66.3994 83.3994 -264.899 140.6 -264.899c6.90039 0 11.5 0 18.5 2.2998c-49.3994 -79.5 -110.399 -139 -146.7 -139c-77.2998 0 -184.1 234 -184.1 337.5c0 16.2998 3.90039 29.4004 9.2998 37.0996c27 32.4004 106.8 57.9004 176.3 66.4004 +c-8.5 -7 -13.8994 -14.7002 -13.8994 -39.4004zM301.5 416c71.7998 0 138.8 -11.5996 138.8 -52.5c0 -82.5996 -52.5 -182.3 -78.7998 -182.3c-47.9004 0 -101.7 132.1 -101.7 198.5c0 30.8994 11.6006 36.2998 41.7002 36.2998z" /> + <glyph glyph-name="amazon-pay" unicode="" horiz-adv-x="640" +d="M14 122.7c2.2998 4.2002 5.2002 4.89941 9.7002 2.5c10.3994 -5.60059 20.5996 -11.4004 31.2002 -16.7002c33.6992 -16.8047 90.7744 -37.5469 127.399 -46.2998c17.2734 -4.16797 45.5869 -9.4541 63.2002 -11.7998c22.083 -2.96875 58.0898 -5.37793 80.3721 -5.37793 +c4.03809 0 10.5908 0.0800781 14.6279 0.177734c17.4004 0.399414 34.7998 1.7998 52.0996 3.7998c46.7393 5.44824 119.897 24.623 163.301 42.7998c2.89941 1.2002 5.89941 2 9.09961 1.2002c6.7002 -1.7998 9 -9 4.09961 -13.9004 +c-2.47168 -2.27246 -6.77246 -5.58789 -9.59961 -7.39941c-30.7002 -21.1006 -64.2002 -36.4004 -99.5996 -47.9004c-20.3311 -6.55176 -53.9756 -14.4365 -75.1006 -17.5996c-14.6006 -2.23633 -38.4346 -4.38672 -53.2002 -4.7998 +c-0.694336 -0.0419922 -1.81445 -0.176758 -2.5 -0.300781h-21.0996c-0.685547 0.124023 -1.80469 0.258789 -2.5 0.300781c-3.59961 0.199219 -7.2002 0.299805 -10.7002 0.399414c-13.9971 0.634766 -36.5762 3.00879 -50.3994 5.2998 +c-22.7275 3.7041 -58.7471 13.0674 -80.4004 20.9004c-44.8652 16.1797 -110.094 55.1562 -145.6 87c-1.80078 1.59961 -3 3.7998 -4.40039 5.7002v2zM172 382.9c2.7998 0 5.5 0 8.2998 -0.100586c3.2998 -0.5 6.60059 -0.799805 9.7998 -1.5 +c21.3008 -4.39941 35.4004 -17.2998 43.9004 -36.8994c6.90039 -15.9004 8.59961 -32.7002 8.09961 -49.8008c-0.399414 -15.3994 -3.2998 -30.1992 -10.2998 -44.0996c-9.2002 -18.4004 -23.3994 -30.9004 -43.7998 -34.9004c-22.5 -4.39941 -43.0996 0.5 -61 15.4004 +c-0.5 0.5 -1.09961 1 -2.2002 1.90039v-72.4004c0 -1 0 -2 -0.0996094 -3c-0.299805 -3 -2.10059 -5 -5 -5c-7 -0.0996094 -14.1006 -0.0996094 -21.1006 0c-2.89941 0.0996094 -4.69922 2 -4.89941 5c-0.100586 1 -0.100586 2 -0.100586 3v209.3 +c0 6.90039 1.30078 8.2002 8.2002 8.2002h11.5c4.60059 0 6.90039 -2 7.60059 -6.59961c0.5 -2.7002 0.899414 -5.5 1.2998 -8.2002c0.0439453 -0.405273 0.222656 -1.0332 0.399414 -1.40039c2.5 1.90039 4.7002 3.7002 7.10059 5.40039 +c9.39941 6.90625 26.4238 13.6709 38 15.0996zM124.6 341c0.100586 -14.0996 0 -28 0 -42.0996c0 -14.1006 0.100586 -28.1006 0 -42.2002c-0.00488281 -0.0703125 -0.00878906 -0.183594 -0.00878906 -0.253906c0 -1.10547 0.765625 -2.46973 1.70898 -3.0459 +c11.2002 -7.90039 23.4004 -13.3008 37.4004 -13.9004c20.2002 -0.900391 35.7998 7.2002 42.5996 28.5c3.2002 10 4 20.2002 4 30.5996c0 11.2002 -1 22.3008 -4.89941 33c-6.40039 17.5 -18.6006 24.8008 -33.5 25.9004 +c-16.8008 1.2998 -31.9004 -3.7002 -45.6006 -13.2002c-0.945312 -0.556641 -1.71289 -1.90039 -1.71289 -2.99805c0 -0.0830078 0.00585938 -0.21875 0.0126953 -0.301758zM330.3 382.9c4 0 8 0 11.9004 0.0996094c3.59961 -0.5 7.2002 -0.799805 10.7998 -1.2998 +c7.7002 -1.10059 15.0996 -3.10059 21.7998 -7.10059c11.6006 -6.89941 17.1006 -17.5 19 -30.3994c0.5 -3.29297 0.905273 -8.66895 0.905273 -12c0 -0.248047 -0.00195312 -0.651367 -0.00488281 -0.900391v-106 +c0.00195312 -0.128906 0.00390625 -0.336914 0.00390625 -0.46582c0 -0.645508 -0.046875 -1.69141 -0.104492 -2.33398c-0.0742188 -2.57422 -2.22461 -4.67969 -4.7998 -4.7002c-5.39941 -0.0996094 -10.8994 -0.0996094 -16.2998 0 +c-2.90039 0.100586 -4.7998 2.10059 -5.40039 5.2002c-0.699219 3.59961 -1.19922 7.2002 -1.7998 11c-0.481445 -0.245117 -1.19824 -0.737305 -1.59961 -1.09961c-11.7998 -9.7002 -25.2002 -16.1006 -40.2998 -18.4004c-13.1006 -2 -26 -1.2002 -37.9004 5.40039 +c-12.4004 6.89941 -19.4004 17.6992 -21.4004 31.6992c-1.5 10.5 -0.799805 20.9004 3.90039 30.7002c6.09961 12.6006 16.5 20.4004 29.4004 24.9004c10.7998 3.7998 22 4.5 33.2998 3.89941c8.95312 -0.556641 23.2891 -2.75195 32 -4.89941 +c0.399414 -0.100586 0.799805 0 1.2998 -0.100586c0.0898438 0.381836 0.179688 1.00879 0.200195 1.40039c-0.100586 8.2998 0 16.5996 -0.299805 24.9004c-0.200195 5.89941 -1.60059 11.5996 -5.30078 16.3994c-4.19922 5.5 -10.2998 7.40039 -16.7998 8.40039 +c-12.5 1.89941 -24.8994 0.899414 -37.2002 -1.40039c-7.89941 -1.5 -15.6992 -3.7002 -23.5 -5.7002c-4.69922 -1.19922 -6.69922 0.100586 -6.7998 4.90039c-0.0996094 3.2998 0.100586 6.59961 0 9.90039c-0.0996094 3.89941 1.7002 6.5 5.2998 7.69922 +c5.90039 2 11.8008 4.2002 17.9004 5.80078c7.86426 1.92188 20.8115 3.75879 28.9004 4.09961c0.899414 0.0996094 1.89941 0.299805 2.89941 0.400391zM365.3 255.2c-0.0996094 4.7002 0.100586 9.2998 0.100586 14.0996s-0.100586 9.5 0 14.2998 +c0 1.60059 -0.5 2.40039 -2.10059 2.60059c-8.39941 1.09961 -16.5996 2.7002 -25 3.39941c-1.95117 0.227539 -5.12891 0.412109 -7.09375 0.412109c-4.99316 0 -12.9258 -1.16992 -17.7061 -2.61133c-8 -2.60059 -13.9004 -7.30078 -16.4004 -15.6006 +c-0.779297 -2.57422 -1.41211 -6.84766 -1.41211 -9.53809c0 -2.78613 0.677734 -7.2041 1.5127 -9.86133c1.55762 -5.40918 7.11328 -11.3672 12.3994 -13.3008c5.40039 -2.19922 11.1006 -2.39941 16.8008 -1.7998c13.8994 1.40039 26.1992 6.7998 37.3994 14.9004 +c0.832031 0.543945 1.50684 1.79199 1.50684 2.78613c0 0.0595703 -0.00292969 0.155273 -0.00683594 0.213867zM625.2 125.8v-17.2998c-0.700195 -3.59961 -1.2998 -7.2998 -2.10059 -10.9004c-4.39941 -20.2998 -11.8994 -39.1992 -24.6992 -55.5996 +c-3.27148 -3.9209 -8.96094 -9.92383 -12.7002 -13.4004c-1.1416 -1.04102 -3.29199 -2.16113 -4.7998 -2.5c-2.90039 -0.699219 -4.60059 1.2002 -4.10059 4.10059c0.201172 0.852539 0.649414 2.19629 1 3c5.7998 14.7998 11.7002 29.7002 15.7998 45.0996 +c2.10059 7.60059 3.90039 15.2998 3.5 23.2998c-0.199219 5.2002 -2.5 9 -7.59961 10.4004c-3.89746 1.15332 -10.3486 2.36328 -14.4004 2.7002c-11.3994 0.899414 -22.8994 0.200195 -34.2998 -0.900391c-7.7998 -0.799805 -15.5 -1.7002 -23.2998 -2.5 +c-0.504883 -0.0576172 -1.32617 -0.103516 -1.83398 -0.103516c-0.100586 0 -0.264648 0.000976562 -0.366211 0.00390625c-1.5 -0.100586 -3.2002 0.299805 -3.59961 1.7998c-0.111328 0.383789 -0.201172 1.01855 -0.201172 1.41797 +c0 0.764648 0.314453 1.92188 0.701172 2.58203c0.838867 1.1582 2.49609 2.72656 3.7002 3.5c12.0996 8.2998 25.6992 12.9004 40 15.5996c7.29883 1.34375 19.2461 2.43457 26.668 2.43457c3.46484 0 9.0791 -0.239258 12.5312 -0.53418 +c5.92773 -0.371094 15.335 -2.11816 21 -3.90039c4.30078 -1.39941 8.10059 -3.2998 9.10059 -8.2998zM493.1 249c0.300781 -0.700195 0.501953 -1.2998 0.902344 -2.40039c2.59961 7.7002 5.2002 15 7.7002 22.2002l34.7998 100 +c0.5 1.40039 1.09961 2.7002 1.59961 4.10059c0.932617 2.87988 4.14648 5.21777 7.17383 5.21777c0.145508 0 0.381836 -0.0078125 0.526367 -0.0185547c6.60059 0 13.2998 0.100586 19.9004 0c2.7998 0 4.09961 -1.59961 3.7002 -4.39941 +c-0.277344 -1.56641 -0.994141 -4.03027 -1.60059 -5.5c-23.3662 -59.9336 -46.8994 -119.801 -70.5996 -179.601c-2.1416 -5.27734 -6.2627 -13.5205 -9.2002 -18.3994c-8.7998 -14.9004 -22.4004 -21.7998 -39.5 -21.4004c-4.70801 0.18457 -12.2793 1.08008 -16.9004 2 +c-5.39941 0.900391 -7.2998 3.40039 -7.39941 8.90039c-0.100586 3.2666 -0.100586 6.56641 0 9.89941c0.0996094 3.5 1.7998 5 5.2002 4.80078c2.5 -0.200195 5 -0.800781 7.5 -1c1.30664 -0.148438 3.43359 -0.268555 4.74902 -0.268555 +c2.98828 0 7.75977 0.612305 10.6504 1.36816c7.2002 1.90039 12.2002 6.7998 15.2002 13.2998c3.40039 7.2998 6 15 9.2998 22.2998c1.90039 4.2002 1.5 7.7002 -0.200195 11.8008c-19.7998 48.5 -39.5 97 -59.1006 145.5 +c-0.649414 1.64453 -1.50098 4.37695 -1.90039 6.09961c-0.5 2.5 0.700195 4.5 3.2002 4.5c7.7002 0.0996094 15.2998 0 22.9004 -0.0996094c3.2002 0 5.2998 -1.90039 6.39941 -4.80078c2.10059 -5.59961 4.30078 -11.1992 6.30078 -16.8994 +c12.8994 -35.7666 25.7988 -71.5 38.6982 -107.2z" /> + <glyph glyph-name="cc-amazon-pay" unicode="" horiz-adv-x="576" +d="M124.7 246.2c0.0996094 11.7998 0 23.5 0 35.2998v35.2998c0 1.2998 0.399414 2 1.39941 2.7002c11.5 8 24.1006 12.0996 38.2002 11.0996c12.5 -0.899414 22.7002 -7 28.1006 -21.6992c3.2998 -8.90039 4.09961 -18.2002 4.09961 -27.7002 +c0 -8.7002 -0.700195 -17.2998 -3.40039 -25.6006c-5.69922 -17.7998 -18.6992 -24.6992 -35.6992 -23.8994c-11.7002 0.5 -21.9004 5 -31.4004 11.7002c-0.900391 0.799805 -1.40039 1.59961 -1.2998 2.7998zM279.6 231.6c-5.19922 2 -8.7998 5.7002 -10.3994 11.2002 +c-1.7002 5.40039 -1.7002 10.7998 -0.100586 16.2002c2 6.90039 7 10.9004 13.7002 13.0996c6.7998 2.2002 13.7998 2.5 20.7998 1.90039c7 -0.700195 13.9004 -2 20.9004 -2.90039c1.40039 -0.199219 1.7998 -0.799805 1.7998 -2.19922c-0.0996094 -4 0 -8 0 -12 +c0 -3.90039 -0.0996094 -7.90039 0 -11.8008c0 -1.19922 -0.399414 -1.89941 -1.2998 -2.5c-9.40039 -6.7998 -19.7002 -11.2998 -31.2998 -12.5c-4.7998 -0.5 -9.5 -0.299805 -14.1006 1.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM368.5 344.1c0.400391 -1.69922 0.900391 -3.39941 1.59961 -5.09961c16.5 -40.5996 32.9004 -81.2998 49.5 -121.9c1.40039 -3.5 1.7002 -6.39941 0.200195 -9.89941 +c-2.7998 -6.2002 -4.89941 -12.6006 -7.7998 -18.7002c-2.59961 -5.5 -6.7002 -9.5 -12.7002 -11.2002c-4.2002 -1.09961 -8.5 -1.2998 -12.8994 -0.899414c-2.10059 0.199219 -4.2002 0.699219 -6.30078 0.799805c-2.7998 0.200195 -4.19922 -1.10059 -4.2998 -4 +c-0.0996094 -2.7998 -0.0996094 -5.60059 0 -8.2998c0.100586 -4.60059 1.60059 -6.7002 6.2002 -7.5c4.7002 -0.800781 9.40039 -1.60059 14.2002 -1.7002c14.2998 -0.299805 25.7002 5.39941 33.0996 17.8994c2.90039 4.90039 5.60059 10.1006 7.7002 15.4004 +c19.7998 50.0996 39.5 100.3 59.2002 150.5c0.599609 1.5 1.09961 3 1.2998 4.59961c0.400391 2.40039 -0.700195 3.60059 -3.09961 3.7002c-5.60059 0.100586 -11.1006 0 -16.7002 0c-3.10059 0 -5.2998 -1.39941 -6.40039 -4.2998 +c-0.399414 -1.09961 -0.899414 -2.2998 -1.2998 -3.40039l-29.0996 -83.6992c-2.10059 -6.10059 -4.2002 -12.1006 -6.5 -18.6006c-0.400391 0.900391 -0.600586 1.40039 -0.800781 1.90039c-10.7998 29.8994 -21.5996 59.8994 -32.3994 89.7998 +c-1.7002 4.7002 -3.5 9.5 -5.2998 14.2002c-0.900391 2.5 -2.7002 4 -5.40039 4c-6.40039 0.0996094 -12.7998 0.200195 -19.2002 0.0996094c-2.2002 0 -3.2998 -1.59961 -2.7998 -3.7002zM242.4 242c1.69922 -11.7002 7.59961 -20.7998 18 -26.5996 +c9.89941 -5.5 20.6992 -6.2002 31.6992 -4.60059c12.7002 1.90039 23.9004 7.2998 33.8008 15.5c0.399414 0.299805 0.799805 0.600586 1.39941 1c0.5 -3.2002 0.900391 -6.2002 1.5 -9.2002c0.5 -2.59961 2.10059 -4.2998 4.5 -4.39941 +c4.60059 -0.100586 9.10059 -0.100586 13.7002 0c2.2998 0.0996094 3.7998 1.59961 4 3.89941c0.0996094 0.800781 0.0996094 1.60059 0.0996094 2.30078v88.7998c0 3.59961 -0.199219 7.2002 -0.699219 10.7998c-1.60059 10.7998 -6.2002 19.7002 -15.9004 25.4004 +c-5.59961 3.2998 -11.7998 5 -18.2002 5.89941c-3 0.400391 -6 0.700195 -9.09961 1.10059h-10c-0.799805 -0.100586 -1.60059 -0.300781 -2.5 -0.300781c-8.2002 -0.399414 -16.2998 -1.39941 -24.2002 -3.5c-5.09961 -1.2998 -10 -3.19922 -15 -4.89941 +c-3 -1 -4.5 -3.2002 -4.40039 -6.5c0.100586 -2.7998 -0.0996094 -5.60059 0 -8.2998c0.100586 -4.10059 1.80078 -5.2002 5.7002 -4.10059c6.5 1.7002 13.1006 3.5 19.7002 4.7998c10.2998 1.90039 20.7002 2.7002 31.0996 1.2002 +c5.40039 -0.799805 10.5 -2.39941 14.1006 -7c3.09961 -4 4.2002 -8.7998 4.39941 -13.7002c0.300781 -6.89941 0.200195 -13.8994 0.300781 -20.7998c0 -0.399414 -0.100586 -0.700195 -0.200195 -1.2002c-0.400391 0 -0.799805 0 -1.10059 0.100586 +c-8.7998 2.09961 -17.6992 3.59961 -26.7998 4.09961c-9.5 0.5 -18.8994 -0.0996094 -27.8994 -3.2002c-10.8008 -3.7998 -19.5 -10.2998 -24.6006 -20.7998c-4.09961 -8.2998 -4.59961 -17 -3.39941 -25.7998zM98.7002 341.1v-175.3c0 -0.799805 0 -1.7002 0.0996094 -2.5 +c0.200195 -2.5 1.7002 -4.09961 4.10059 -4.2002c5.89941 -0.0996094 11.7998 -0.0996094 17.6992 0c2.5 0 4 1.7002 4.10059 4.10059c0.0996094 0.799805 0.0996094 1.7002 0.0996094 2.5v60.7002c0.900391 -0.700195 1.40039 -1.2002 1.90039 -1.60059 +c15 -12.5 32.2002 -16.5996 51.0996 -12.8994c17.1006 3.39941 28.9004 13.8994 36.7002 29.1992c5.7998 11.6006 8.2998 24.1006 8.7002 37c0.5 14.3008 -1 28.4004 -6.7998 41.7002c-7.10059 16.4004 -18.9004 27.2998 -36.7002 30.9004 +c-2.7002 0.599609 -5.5 0.799805 -8.2002 1.2002h-7c-1.2002 -0.200195 -2.40039 -0.300781 -3.59961 -0.5c-11.7002 -1.40039 -22.3008 -5.80078 -31.8008 -12.7002c-2 -1.40039 -3.89941 -3 -5.89941 -4.5c-0.100586 0.5 -0.299805 0.799805 -0.400391 1.2002 +c-0.399414 2.2998 -0.700195 4.59961 -1.09961 6.89941c-0.600586 3.90039 -2.5 5.5 -6.40039 5.60059h-9.7002c-5.89941 0.0996094 -6.89941 -1 -6.89941 -6.80078zM493.6 109c-2.69922 0.700195 -5.09961 0 -7.59961 -1c-43.9004 -18.4004 -89.5 -30.2002 -136.8 -35.7998 +c-14.5 -1.7002 -29.1006 -2.7998 -43.7002 -3.2002c-26.5996 -0.700195 -53.2002 0.799805 -79.5996 4.2998c-17.8008 2.40039 -35.5 5.7002 -53 9.90039c-37 8.89941 -72.7002 21.7002 -106.7 38.7998c-8.7998 4.40039 -17.4004 9.2998 -26.1006 14 +c-3.7998 2.09961 -6.19922 1.5 -8.19922 -2.09961v-1.7002c1.19922 -1.60059 2.19922 -3.40039 3.69922 -4.7998c36 -32.2002 76.6006 -56.5 122 -72.9004c21.9004 -7.90039 44.4004 -13.7002 67.3008 -17.5c14 -2.2998 28 -3.7998 42.1992 -4.5 +c3 -0.0996094 6 -0.200195 9 -0.400391c0.700195 0 1.40039 -0.199219 2.10059 -0.299805h17.7002c0.699219 0.100586 1.39941 0.299805 2.09961 0.299805c14.9004 0.400391 29.7998 1.80078 44.5996 4c21.4004 3.2002 42.4004 8.10059 62.9004 14.7002 +c29.5996 9.60059 57.7002 22.4004 83.4004 40.1006c2.7998 1.89941 5.69922 3.7998 8 6.19922c4.2998 4.40039 2.2998 10.4004 -3.30078 11.9004zM544 136.7c-0.799805 4.2002 -4 5.7998 -7.59961 7c-5.7002 1.89941 -11.6006 2.7998 -17.6006 3.2998 +c-11 0.900391 -22 0.400391 -32.7998 -1.59961c-12 -2.2002 -23.4004 -6.10059 -33.5 -13.1006c-1.2002 -0.799805 -2.40039 -1.7998 -3.09961 -3c-0.600586 -0.899414 -0.700195 -2.2998 -0.5 -3.39941c0.299805 -1.30078 1.69922 -1.60059 3 -1.5 +c0.599609 0 1.19922 0 1.7998 0.0996094l19.5 2.09961c9.59961 0.900391 19.2002 1.5 28.7998 0.800781c4.09961 -0.300781 8.09961 -1.2002 12 -2.2002c4.2998 -1.10059 6.2002 -4.40039 6.40039 -8.7002c0.299805 -6.7002 -1.2002 -13.0996 -2.90039 -19.5 +c-3.5 -12.9004 -8.2998 -25.4004 -13.2998 -37.7998c-0.299805 -0.799805 -0.700195 -1.7002 -0.799805 -2.5c-0.400391 -2.5 1 -4 3.39941 -3.5c1.40039 0.299805 3 1.09961 4 2.09961c3.7002 3.60059 7.5 7.2002 10.6006 11.2002 +c10.6992 13.7998 17 29.5996 20.6992 46.5996c0.700195 3 1.2002 6.10059 1.7002 9.10059c0.200195 4.7002 0.200195 9.59961 0.200195 14.5z" /> + <glyph glyph-name="ethereum" unicode="" horiz-adv-x="320" +d="M311.9 187.2l-151.9 -92.7998l-152 92.7998l152 260.8zM160 64.5996l152 92.8008l-152 -221.4l-152 221.4z" /> + <glyph glyph-name="korvue" unicode="" horiz-adv-x="446" +d="M386.5 414c32.7002 0 59.5 -26.7998 59.5996 -59.5v-327c0 -32.7002 -26.5 -59.5 -59.5 -59.5h-327.1c-32.7002 0 -59.5 26.7998 -59.5 59.4004v327.1c0 32.7002 26.7998 59.5 59.5 59.5h327zM87.0996 327.2v-132h187.5l81.2002 132h-110.899l-61.8008 -116v116h-96z +M248.9 55.0996h118.399l-88.5996 130.801h-191.5v-130.801h96v113.601z" /> + <glyph glyph-name="elementor" unicode="" +d="M425.6 416c12.4004 0 22.4004 -10 22.4004 -22.4004v-403.199c0 -12.4004 -10 -22.4004 -22.4004 -22.4004h-403.199c-12.4004 0 -22.4004 10 -22.4004 22.4004v403.199c0 12.4004 10 22.4004 22.4004 22.4004h403.199zM164.3 92.5v199h-39.7998v-199h39.7998z +M323.6 92.5v39.7998h-119.5v-39.7998h119.5zM323.6 172.1v39.8008h-119.5v-39.8008h119.5zM323.6 251.8v39.7998h-119.5v-39.7998h119.5z" /> + <glyph glyph-name="youtube-square" unicode="" +d="M186.8 245.9l95.2002 -54.1006l-95.2002 -54.0996v108.2zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM406 191.7c0 0 0 59.5996 -7.59961 88.2002 +c-4.2002 15.7998 -16.5 28.1992 -32.2002 32.3994c-28.2998 7.7002 -142.2 7.7002 -142.2 7.7002s-113.9 0 -142.2 -7.7002c-15.7002 -4.2002 -28 -16.5996 -32.2002 -32.3994c-7.59961 -28.5 -7.59961 -88.2002 -7.59961 -88.2002s0 -59.6006 7.59961 -88.2002 +c4.2002 -15.7998 16.5 -27.7002 32.2002 -31.9004c28.2998 -7.59961 142.2 -7.59961 142.2 -7.59961s113.9 0 142.2 7.7002c15.7002 4.2002 28 16.0996 32.2002 31.8994c7.59961 28.5 7.59961 88.1006 7.59961 88.1006z" /> + <glyph glyph-name="flipboard" unicode="" +d="M0 416h448v-448h-448v448zM358.4 236.8v89.6006h-268.801v-268.801h89.6006v89.6006h89.5996v89.5996h89.6006z" /> + <glyph glyph-name="hips" unicode="" horiz-adv-x="640" +d="M251.6 290.4v-201.801c0 -1.89941 -0.899414 -2.7998 -2.7998 -2.7998h-40.8994c-1.60059 0 -2.7002 1.40039 -2.7002 2.7998v201.801c0 1.39941 1.09961 2.7998 2.7002 2.7998h40.8994c1.90039 0 2.7998 -0.900391 2.7998 -2.7998zM156.5 280 +c18.7002 -13.5 28 -31.9004 28 -55.2998v-136.101c0 -1.89941 -0.900391 -2.7998 -2.7002 -2.7998h-27.2998c-9.09961 0 -16.4004 7.2998 -16.4004 16.2998v122.601c0 0.899414 2.7002 27 -45.7998 27c-48.5996 0 -45.7998 -26.2002 -45.7998 -27v-136.101 +c0 -1.89941 -0.900391 -2.7998 -2.7998 -2.7998h-41c-1.7998 0 -2.7002 0.900391 -2.7002 2.7998v279.2c0 1.7998 0.900391 2.7002 2.7002 2.7002h40.8994c1.90039 0 2.80078 -0.900391 2.80078 -2.7002v-81.2002c15.1992 7.7002 31.6992 11.5 49.7998 11.4004 +c24 -0.0996094 44.2002 -6.2002 60.2998 -18zM634.9 169.9c5.5 -12.6006 6.59961 -25.6006 3.09961 -39.1006c-9.59961 -36.8994 -44.9004 -45.5 -45.5996 -45.7998c-10.5 -3.09961 -23.6006 -4.2998 -36.3008 -4.2998c-16.5996 0 -32.5996 2.7002 -48.1992 8.2002 +c-9.7002 3.39941 -14.6006 10.2998 -14.6006 20.6992v34.4004c0 2.09961 2.2998 3.7002 4.40039 2.2998c13.7002 -10.2002 34.0996 -19.0996 58.3994 -19.0996c23.3008 0 32.8008 4.5 36.5 13.5996c3 7.90039 -0.599609 16.1006 -12.1992 21.2002l-53.6006 23.5 +c-21.3994 9.40039 -33.7998 24 -37.2002 43.5996c-5.69922 33.7002 22.2002 53.3008 22.7002 53.7002c13.2002 9.60059 32 15.4004 58.5 15.4004c19 0 37.4004 -3.2998 55.1006 -9.90039c1.2998 -0.5 1.89941 -1.2998 1.89941 -2.59961v-44.7002 +c0 -2.09961 -2.2998 -3.40039 -4 -2.40039c-39.7002 20.7002 -76.5996 12.3008 -84 6.80078c-6.59961 -4.90039 -6 -12.5 2.60059 -16.1006l57.5996 -25.2998c16.5 -7.09961 28.0996 -18.4004 34.9004 -34.0996zM376.2 298.2c60.3994 0 108.7 -48.2998 108.6 -108.601 +c0 -60.1992 -48.2002 -108.699 -108.7 -108.699c-21.8994 0 -41.1992 6.39941 -57.6992 19.0996v-88.7998c0 -1.7998 -0.900391 -2.7002 -2.80078 -2.7002h-40.8994c-2.10059 0 -2.7002 1.90039 -2.7002 2.7002v183.5c0 83.3994 72.5 103.5 104.2 103.5zM376.2 127.3 +c34.8994 0 62.2998 27.9004 62.2002 62.2002c0 34.5996 -27.7002 62.2002 -62.2002 62.2002c-34.6006 0 -62.2002 -27.7002 -62.2002 -62.2002c0 -17.2002 6 -31.7998 18.2002 -44c12.0996 -12.0996 26.7998 -18.2002 44 -18.2002zM228.3 375.5 +c15.9004 0 28.9004 -12.7002 28.9004 -28.9004c0 -15.7998 -12.7002 -28.8994 -28.9004 -28.8994s-28.8994 13.2998 -28.8994 28.8994c0.0996094 16 13 28.9004 28.8994 28.9004z" /> + <glyph glyph-name="php" unicode="" horiz-adv-x="640" +d="M320 343.5c-171.3 0 -303.2 -72.2002 -303.2 -151.5s131.8 -151.5 303.2 -151.5c171.3 0 303.2 72.2002 303.2 151.5s-131.8 151.5 -303.2 151.5zM320 360.3c176.7 0 320 -75.2998 320 -168.3s-143.3 -168.3 -320 -168.3s-320 75.2998 -320 168.3s143.3 168.3 320 168.3z +M218.2 205.5c7.39941 38.4004 -18.4004 34.2998 -56.4004 34.2998l-13.7002 -70.5996c34.3008 0 62.2002 -4.2002 70.1006 36.2998zM97.4004 97.7002l32.6992 168.7h70.7002c21.2002 0 36.7998 -5.5 46.5 -16.7002c18.6006 -21.4004 11.7998 -64.1006 -14.2998 -88.1006 +c-23.5996 -22.0996 -49.0996 -19.0996 -90.2002 -19.0996l-8.7002 -44.7998h-36.6992zM283.1 311.3h36.5l-8.69922 -44.7998c31.5 0 60.6992 2.2998 74.7998 -10.7002c14.7998 -13.5996 7.7002 -31 -8.2998 -113.1h-37c15.3994 79.3994 18.2998 86 12.6992 92 +c-5.39941 5.7998 -17.6992 4.59961 -47.3994 4.59961l-18.7998 -96.5996h-36.5zM505 205.5c7.40039 38.4004 -18.2002 34.2998 -56.4004 34.2998l-13.6992 -70.5996c33.3994 0 62.0996 -4.7998 70.0996 36.2998zM384.2 97.7002l32.7998 168.7h70.7002 +c21.2002 0 36.7998 -5.5 46.5 -16.7002c18.5996 -21.4004 11.7998 -64.1006 -14.2998 -88.1006c-23.1006 -21.5996 -47 -19.0996 -90.2002 -19.0996l-8.7002 -44.7998h-36.7998z" /> + <glyph glyph-name="quinscape" unicode="" horiz-adv-x="512" +d="M313.6 -26.5996c4.40039 -4.40039 8.10059 -9 13.3008 -12.5c-18.5029 -5.58008 -49.2031 -10.1074 -68.5283 -10.1074c-0.516602 0 -1.35547 0.00292969 -1.87207 0.00683594c-135 0 -244.5 109.5 -244.5 244.601c0 135.1 109.4 244.6 244.5 244.6 +s244.6 -109.5 244.6 -244.6c0 -35.3008 -6.89941 -67.4004 -20.2998 -97.7002c-3 5.7002 -7.2002 10.2002 -11.2002 15.2998c11.2002 93.5 -62.0996 176.6 -157 176.6c-87.2705 0 -158.1 -70.8281 -158.1 -158.1s70.8291 -158.1 158.1 -158.1h1zM313.5 -26.5 +l0.400391 -0.0996094zM391.9 142.4c54.7471 0 99.1992 -44.4326 99.1992 -99.1807v-0.0195312c0 -54.7588 -44.4414 -99.2002 -99.1992 -99.2002c-54.7588 0 -99.2002 44.4414 -99.2002 99.2002c0 54.7578 44.4414 99.2002 99.2002 99.2002z" /> + <glyph glyph-name="readme" unicode="" horiz-adv-x="576" +d="M528.3 401.5c26.4004 -0.200195 47.7002 -21.7002 47.7002 -48.0996v-245.7c0 -26.5 -21.5 -48 -48 -48h-89.7002c-102.1 0 -132.6 -24.4004 -147.3 -75c-0.799805 -2.7998 -5.2998 -2.7998 -6 0c-14.5996 50.5996 -45.0996 75 -147.3 75h-89.7002 +c-26.5 0 -48 21.5 -48 48v245.8c0 26.5 21.5 48 48 48h139.7c48.0996 0 89.7998 -33.2998 100.399 -80.2998c10.5 47 52.3008 80.2998 100.4 80.2998h139.8zM242 136.1h0.0996094v22.9004c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.9004 +c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.60059 3.5 3.5zM242 197h0.0996094v22.9004c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.60059 -3.5 -3.5v-22.9004c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM242 257.9h0.0996094v22.8994 +c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.8994c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM501.3 136.2h0.100586v22.8994c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.8994 +c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM501.3 197.1h0.100586v22.9004c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.9004c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.60059 3.5 3.5zM501.3 258h0.100586v22.7998 +c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.7998c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5z" /> + <glyph glyph-name="java" unicode="" horiz-adv-x="384" +d="M277.74 135.1c-94.5 -24.8994 -277 -13.2998 -224.5 12.1006c44.5 21.3994 80.5996 19 80.5996 19s-93.0996 -22.1006 -33 -30.1006c25.4004 -3.39941 76 -2.59961 123.101 1.30078c38.5 3.19922 77.1992 10.1992 77.1992 10.1992s-13.5996 -5.7998 -23.3994 -12.5z +M192.34 167.2c-48.5 43.7998 -84.0996 82.2998 -60.2002 118.2c35.1006 52.5 132.2 78.0996 110.7 162.6c0 0 53.1602 -53.2002 -50.5 -135c-83.0996 -65.5996 -19 -103.1 0 -145.8zM306.94 343.4c-111.601 -64.7002 -91 -83.5 -64.1006 -121.301 +c28.7998 -40.5 -33.8994 -72.8994 -33.8994 -72.8994s31.1992 25.5996 6.5 54c-83.7002 96.3994 91.5996 140.2 91.5 140.2zM300.84 72.9004c96.1006 49.8994 51.6006 97.8994 20.6006 91.3994c-3.10352 -0.581055 -8.03125 -1.92578 -11 -3 +c1.71973 2.44629 5.39258 5.26855 8.19922 6.2998c61.3008 21.6006 108.5 -63.5996 -19.7998 -97.2998c0.649414 0.642578 1.5459 1.80762 2 2.60059zM348 10.5996c53 -23.8994 -115.16 -72 -319.4 -38.7998c-74.8994 12.1006 36.1006 54.5 56.4004 40.2002 +c0 0 -6.5 0.400391 -17.7002 -2c-10.7998 -2.2998 -45.0996 -13.4004 -26.7998 -21.2998c50.7998 -22.1006 233.7 -16.7998 291.6 0.700195c30.4004 9.2998 15.9004 21.1992 15.9004 21.1992zM124.44 52c0 0 -19.6006 -11.4004 13.8994 -15.2002 +c40.6006 -4.59961 61.2998 -4 106 4.5c7.46094 -4.46777 20.0938 -10.6504 28.2002 -13.7998c-100.2 -42.9004 -226.8 2.5 -148.1 24.5zM304.24 -45.2002c69.7998 13.2002 76.2002 29.7002 76.2002 29.7002c-3.30078 -43.5996 -144.9 -52.7998 -237.101 -46.9004 +c-60.5996 3.90039 -72.3994 13.7002 -72.3994 13.6006c57.5 -9.5 154.6 -11.2002 233.3 3.59961zM260.64 95c5.08594 -4.74902 14.5391 -10.4834 21.1006 -12.7998c-121.3 -35.5 -256.3 -2.90039 -169.5 25.8994c0 0 -21.9004 -16.1992 11.5996 -19.6992 +c43.2998 -4.5 77.6006 -4.80078 136.8 6.59961z" /> + <glyph glyph-name="pied-piper-hat" unicode="" horiz-adv-x="640" +d="M640 423.1c-80.7998 -53.5996 -89.4004 -92.5 -96.4004 -104.399c-6.69922 -12.2002 -11.6992 -60.2998 -23.2998 -83.6006c-11.7002 -23.5996 -54.2002 -42.1992 -66.0996 -50c-11.7002 -7.7998 -28.2998 -38.0996 -41.9004 -64.1992 +c-108.1 4.39941 -167.399 -38.8008 -259.2 -93.6006c29.4004 9.7002 43.3008 16.7002 43.3008 16.7002c94.1992 36 139.3 68.2998 281.1 49.2002c1.09961 0 1.90039 -0.600586 2.7998 -0.799805c3.90039 -2.2002 5.2998 -6.90039 3.10059 -10.8008l-53.9004 -95.7998 +c-2.5 -4.7002 -7.7998 -7.2002 -13.0996 -6.09961c-126.801 23.7998 -226.9 -17.2998 -318.9 -18.6006c-73.4004 -1.09961 -97.5 33.5 -97.5 35.1006c0 1.09961 0.599609 1.7002 1.7002 1.7002c0 0 38.2998 0 103.1 15.2998c73.6006 140.3 139.2 189.399 210.601 189.399 +c0 0 71.6992 0 90.5996 -61.8994c22.7998 39.7002 28.2998 49.2002 28.2998 49.2002c5.2998 9.39941 35 77.1992 86.4004 141.399c51.5 64 90.3994 79.9004 119.3 91.7998z" /> + <glyph glyph-name="creative-commons-by" unicode="" horiz-adv-x="496" +d="M314.9 253.6v-101.399h-28.3008v-120.5h-77.0996v120.399h-28.2998v101.5c0 4.40039 1.59961 8.2002 4.59961 11.3008c3.10059 3.09961 6.90039 4.69922 11.2998 4.69922h101.9c4.09961 0 7.7998 -1.59961 11.0996 -4.69922 +c3.10059 -3.2002 4.80078 -6.90039 4.80078 -11.3008zM213.4 317.3c0 23.2998 11.5 35 34.5 35s34.5 -11.7002 34.5 -35c0 -23 -11.5 -34.5 -34.5 -34.5s-34.5 11.5 -34.5 34.5zM247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248 +c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3z" /> + <glyph glyph-name="creative-commons-nc" unicode="" horiz-adv-x="496" +d="M247.6 440c139.801 0 248.4 -107.9 248.4 -248c0 -147.2 -118.5 -248 -248.4 -248c-134.5 0 -247.6 110.8 -247.6 248c0 132.9 104.7 248 247.6 248zM55.7998 258.9c-7.39941 -20.4004 -11.0996 -42.7002 -11.0996 -66.9004c0 -110.9 92.0996 -202.4 203.7 -202.4 +c122.399 0 177.199 101.801 178.5 104.101l-93.4004 41.5996c-7.7002 -37.0996 -41.2002 -53 -68.2002 -55.3994v-38.1006h-28.7998v38.2002c-27.5 0.299805 -52.5996 10.2002 -75.2998 29.7002l34.0996 34.5c31.7002 -29.4004 86.4004 -31.7998 86.4004 2.2002 +c0 6.19922 -2.2002 11.1992 -6.60059 15.0996c-14.1992 6 -1.7998 0.0996094 -219.3 97.4004zM248.4 395.7c-38.4004 0 -112.4 -8.7002 -170.5 -93l94.7998 -42.5c10 31.2998 40.3994 42.8994 63.7998 44.2998v38.0996h28.7998v-38.0996 +c22.7002 -1.2002 43.4004 -8.90039 62 -23l-32.2998 -33.2002c-42.7002 29.9004 -83.5 8 -70 -11.0996c53.4004 -24.1006 43.7998 -19.7998 93 -41.6006l127.1 -56.6992c4.10059 17.3994 6.2002 35.0996 6.2002 53.0996c0 57 -19.7998 105 -59.2998 143.9 +c-39.2998 39.8994 -87.2002 59.7998 -143.6 59.7998z" /> + <glyph glyph-name="creative-commons-nc-eu" unicode="" horiz-adv-x="496" +d="M247.7 440c140.7 0 248.3 -109 248.3 -248c0 -147.1 -118.1 -248 -248.3 -248c-136 0 -247.7 111.7 -247.7 248c0 131.2 103.6 248 247.7 248zM248.3 -10.7002c122.601 0 177.3 102.2 178.8 104.3l-128.3 56.8008h-90.2998 +c9.2002 -39.3008 39.0996 -50.2002 67.2998 -50.2002c19.1006 0 38.6006 6.2002 47.2998 10.7998l10 -46.0996c-14.1992 -7.90039 -38.1992 -15.8008 -64.7998 -15.8008c-57.3994 0 -113.2 34.3008 -124.6 101.301h-27v29.5h22.7998 +c0 16.2998 0.400391 13.2998 0.400391 19.5h-23.3008v29.5h4.7002l-65.7002 29.0996c-7.19922 -20.7998 -10.8994 -42.7998 -10.8994 -66c0 -110.2 91.5996 -202.7 203.6 -202.7zM231.6 179.9l-0.5 0.399414l0.900391 -0.399414h-0.400391zM308.8 199.4l136.101 -60.5 +c4.19922 16.5996 6.2998 34.1992 6.2998 52.8994c0 113.2 -90 203.4 -203 203.4c-13 0 -106.101 3.2002 -170.7 -93.6006l81.5996 -36.0996c4.10059 7.2002 8.60059 14 13.9004 20.0996c23.7002 26.5 56.9004 42.3008 95.9004 42.3008 +c25.2998 0 47.2998 -5.80078 62.2998 -12.4004l-11.6006 -47.2998c-10.7998 4.59961 -27.7998 10 -46.0996 10c-20 0 -38.2002 -6.60059 -51.0996 -22.4004c-3.40039 -3.7998 -6.30078 -8.7998 -8.80078 -14.2998l28.6006 -12.5996h70.2998v-29.5h-3.7002z" /> + <glyph glyph-name="creative-commons-nc-jp" unicode="" horiz-adv-x="496" +d="M247.7 440c140.8 0 248.3 -109.2 248.3 -248c0 -147.2 -118.1 -248 -248.3 -248c-135.9 0 -247.7 111.6 -247.7 248c0 131.2 103.6 248 247.7 248zM248.3 -10.7002c118.101 0 173.7 96.1006 175.2 98.2998l-81 36.1006v-35.7002h-64.2002v-56h-61.7002v56h-63.7998 +v38.7002h63.7998v18.7002l-5.69922 11.7998h-58.1006v38.5996h27.9004l-127 56.5c-6 -19.0996 -9 -39.2002 -9 -60.2998c0 -110.2 91.5996 -202.7 203.6 -202.7zM335.9 126.6l-54.7002 24.3008l-2.90039 -5.60059v-18.7002h57.6006zM342.4 178l101 -45.0996 +c5.19922 18.3994 7.89941 38 7.89941 59c0 113.399 -90.2002 203.399 -203 203.399c-91.0996 0 -145.899 -54 -173.7 -98.0996l81.9004 -36.5l-27.2998 51h65.7998l39.5996 -85.7002l23 -10.2002l43.4004 96h65.7998l-63 -116h38.6006v-17.7998z" /> + <glyph glyph-name="creative-commons-nd" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM342.4 251v-42.5h-180.301v42.5h180.301zM342.4 171.2v-42.5h-180.301v42.5h180.301z" /> + <glyph glyph-name="creative-commons-pd" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111.1 248 -248c0 -137 -111 -248 -248 -248s-248 111 -248 248c0 136.9 111 248 248 248zM248 -9.5c76.0996 0 142.4 42.4004 176.7 104.8c-1.40039 0.299805 12.5 -5.7998 -217.9 96.7998c0.200195 -32 16.1006 -71.8994 53.9004 -71.8994 +c18.7002 0 30.7998 10.3994 36.2998 16.7002l36.0996 -43.9004c-25.8994 -22.7998 -56.5 -29.5 -79.3994 -29.5c-46.5 0 -120.4 27.9004 -120.4 126.9c0 11.3994 1.2002 22.3994 3.2998 32.8994l-78.7998 35.1006c-45.5996 -129.9 51 -267.9 190.2 -267.9zM442.2 140.5 +c0.200195 -0.200195 0.299805 -0.299805 0.599609 -0.400391c4.40039 16.6006 6.7998 34 6.7998 52c0 111.101 -90.3994 201.5 -201.5 201.5c-70.3994 0 -132.399 -36.2998 -168.5 -91.1992l74.9004 -33.4004c19.7998 31.0996 53.2998 51.5996 100.7 51.5996 +c20.0996 0 51 -4.19922 78.0996 -27.5l-40.3994 -41.5996c-19.8008 19.7002 -55.9004 23 -74.7002 -11z" /> + <glyph glyph-name="creative-commons-pd-alt" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 -10.7998c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3 +c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8zM316.7 262c21.3994 0 70 -5.2002 70 -68.5996c0 -63.5 -48.6006 -68.6006 -70 -68.6006h-53.2002v137.2h53.2002zM317.5 153.5c24 0 34.5 15.2998 34.5 39.9004 +c0 42 -31.2002 39.8994 -35 39.8994l-19.4004 -0.0996094v-79.7002h19.9004zM203.7 262c33.7002 0 50.5 -15.5 50.5 -46.5c0 -9 -3 -46.5 -57.1006 -46.5h-27v-44.2998h-34.5996v137.3h68.2002zM198.8 194.7c27.9004 0 30 41.5996 -0.899414 41.5996h-28.3008v-41.5996 +h29.2002z" /> + <glyph glyph-name="creative-commons-remix" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM410.1 187.6l4.90039 -2.19922v-70c-7.2002 -3.60059 -63.4004 -27.5 -67.2998 -28.8008c-6.5 1.80078 -113.7 46.8008 -137.3 56.2002l-64.2002 -26.5996l-63.2998 27.5v63.7998 +l59.2998 24.7998c-0.700195 0.700195 -0.400391 -5 -0.400391 70.4004l67.2998 29.7002l151.9 -62.9004v-61.5996zM339.7 106.1v43.8008h-0.400391v1.7998l-113.8 46.5v-45.2002l113.8 -46.9004v0.400391zM347.2 163.7l39.8994 16.3994l-36.7998 15.5l-39 -16.3994z +M399.5 125.6v43l-44.2998 -18.5996v-43.4004z" /> + <glyph glyph-name="creative-commons-sa" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM137.7 227c13 83.9004 80.5 95.7002 108.899 95.7002c99.8008 0 127.5 -82.5 127.5 -134.2c0 -63.5996 -41 -132.9 -128.899 -132.9c-38.9004 0 -99.1006 20 -109.4 97h62.5 +c1.5 -30.0996 19.6006 -45.1992 54.5 -45.1992c23.2998 0 58 18.1992 58 82.7998c0 82.5 -49.0996 80.5996 -56.7002 80.5996c-33.0996 0 -51.6992 -14.5996 -55.7998 -43.7998h18.2002l-49.2002 -49.2002l-49 49.2002h19.4004z" /> + <glyph glyph-name="creative-commons-sampling" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM252 342.1c2.7998 0.300781 11.5 -1 11.5 -11.5l6.59961 -107.199l4.90039 59.2998c0 6 4.7002 10.5996 10.5996 10.5996c5.90039 0 10.6006 -4.7002 10.6006 -10.5996 +c0 -2.5 -0.5 5.7002 5.7002 -81.5l5.7998 64.2002c0.299805 2.89941 2.89941 9.2998 10.2002 9.2998c3.7998 0 9.89941 -2.2998 10.5996 -8.90039l11.5 -96.5l5.2998 12.7998c1.7998 4.40039 5.2002 6.60059 10.2002 6.60059h58v-21.2998h-50.9004l-18.1992 -44.3008 +c-3.90039 -9.89941 -19.5 -9.09961 -20.8008 3.10059l-4 31.8994l-7.5 -92.5996c-0.299805 -3 -3 -9.2998 -10.1992 -9.2998c-3 0 -9.80078 2.09961 -10.6006 9.2998c0 1.90039 0.600586 -5.7998 -6.2002 77.9004l-5.2998 -72.2002 +c-1.09961 -4.7998 -4.7998 -9.2998 -10.5996 -9.2998c-2.90039 0 -9.7998 2 -10.6006 9.2998c0 1.89941 0.5 -6.7002 -5.7998 87.7002l-5.7998 -94.8008c0 -6.2998 -3.59961 -12.3994 -10.5996 -12.3994c-5.2002 0 -10.6006 4.09961 -10.6006 12l-5.7998 87.7002 +c-5.7998 -92.5 -5.2998 -84 -5.2998 -85.9004c-1.10059 -4.7998 -4.7998 -9.2998 -10.6006 -9.2998c-3 0 -9.7998 2.09961 -10.5996 9.2998c0 0.700195 -0.400391 1.09961 -0.400391 2.59961l-6.19922 88.6006l-4.90039 -56.7002 +c-0.700195 -6.5 -6.7002 -9.2998 -10.5996 -9.2998c-5.80078 0 -9.60059 4.09961 -10.6006 8.89941l-11.0996 76.4004c-2 -4 -3.5 -8.40039 -11.1006 -8.40039h-51.3994v21.3008h44.7998l13.7002 27.8994c4.39941 9.90039 18.2002 7.2002 19.8994 -2.7002l3.10059 -20.3994 +l8.39941 97.8994c0 6 4.80078 10.6006 10.6006 10.6006c0.5 0 10.5996 0.200195 10.5996 -12.4004l4.90039 -69.0996l6.59961 92.5996c0 10.1006 9.5 10.6006 10.2002 10.6006c0.599609 0 10.5996 -0.700195 10.5996 -10.6006l5.30078 -80.5996l6.19922 97.8994 +c0.100586 1.10059 -0.599609 10.3008 9.90039 11.5z" /> + <glyph glyph-name="creative-commons-sampling-plus" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM355.4 189.7l58.3994 0.299805v-23.2002h-50.5l-18 -43.3994c-4.59961 -11 -20.8994 -8.7002 -22.2998 3.09961l-2.7002 22.2998l-6.7998 -83 +c-1.09961 -14.0996 -22 -14.2002 -23.0996 0.100586l-4.90039 64.3994l-4.59961 -58.5996c-1.10059 -14.2998 -22.3008 -14.1006 -23.2002 0.200195l-4.5 71.7998l-4.90039 -80.5c-0.899414 -14.5 -22.2998 -14.5 -23.2002 -0.100586l-4.7998 73.3008l-4.59961 -70.4004 +c-0.900391 -14.2998 -22.1006 -14.5 -23.2002 -0.0996094l-5.7002 78.2998l-3.7998 -43.6006c-1.2002 -13.6992 -21.0996 -14.1992 -23.0996 -0.699219l-10.7002 73.0996c-2 -3.90039 -6 -6.40039 -10.4004 -6.40039h-51.2998v23.2002h43.9004l13.1992 27.7002 +c4.90039 10.2998 20.3008 8.09961 22 -3.2998l1.80078 -12.2002l7.69922 89.7998c1.2002 14.1006 22.1006 14.1006 23.2002 -0.200195l4.10059 -57l5.2998 80.2002c1 14.4004 22.2998 14.4004 23.2002 0l4.2998 -66.2998l5.09961 83.7002 +c0.900391 14.3994 22.2998 14.5 23.2002 0l5.90039 -94.2998l3.5 44.8994c1.09961 14.2002 22.0996 14.2998 23.1992 0l5.2002 -68.7998l4.2998 51.4004c1.10059 13.7998 21.4004 14.2998 23.1006 0.399414l11 -92.7998l4 9.5c1.7002 4.40039 6 7.2002 10.7002 7.2002z +M277.4 184.5c4.09961 0 7.5 3.40039 7.5 7.5c0 4.2002 -3.40039 7.5 -7.5 7.5h-21.9004v21.9004c0 4.19922 -3.40039 7.5 -7.5 7.5s-7.5 -3.40039 -7.5 -7.5v-21.9004h-21.9004c-4.09961 0 -7.5 -3.40039 -7.5 -7.5c0 -4.2002 3.40039 -7.5 7.5 -7.5h21.9004v-21.9004 +c0 -4.19922 3.40039 -7.5 7.5 -7.5c4.2002 0 7.5 3.40039 7.5 7.5v21.9004h21.9004z" /> + <glyph glyph-name="creative-commons-share" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM349.4 262.9c7.7998 0 13.6992 -6.10059 13.6992 -13.7002v-182.5c0 -7.7002 -6.09961 -13.7002 -13.6992 -13.7002h-135.101c-7.7002 0 -13.7002 6 -13.7002 13.7002v54h-54 +c-7.7998 0 -13.6992 6 -13.6992 13.7002v182.5c0 8.19922 6.59961 12.6992 12.3994 13.6992h136.4c7.7002 0 13.7002 -6 13.7002 -13.6992v-54h54zM159.9 147.7h40.6992v101.399c0 7.40039 5.80078 12.6006 12 13.7002h55.8008v40.2998h-108.5v-155.399zM336.1 235.8h-108.5 +v-155.399h108.5v155.399z" /> + <glyph glyph-name="creative-commons-zero" unicode="" horiz-adv-x="496" +d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8 +c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM248 334.8c81.9004 0 102.5 -77.2998 102.5 -142.8s-20.5996 -142.8 -102.5 -142.8s-102.5 77.2998 -102.5 142.8s20.5996 142.8 102.5 142.8zM248 280.9 +c-42.0996 0 -44.0996 -60.1006 -44.0996 -88.9004c0 -9.2998 0.199219 -21.7002 1.89941 -34.4004l54.5 100.2c5.7002 9.7998 2.7998 16.7998 -3.09961 21.9004c-2.7998 0.700195 -5.90039 1.2002 -9.2002 1.2002zM288.8 234.7l-60.8994 -105.2 +c-12.5 -18.7002 6.59961 -26.4004 20.0996 -26.4004c42.0996 0 44.0996 60 44.0996 88.9004c0 11.2998 -0.399414 27.2998 -3.2998 42.7002z" /> + <glyph glyph-name="ebay" unicode="" horiz-adv-x="640" +d="M606 258.5h34l-99.2002 -194.8h-35.8994l28.5 54.0996l-61.5 116.101c3.09961 -6.60059 4.7998 -14.5 4.7998 -23.8008v-65.5996c0 -9.2998 0.299805 -18.5996 1 -26.7998h-29.7998c-0.800781 6.89941 -1.10059 13.5996 -1.10059 20.2002 +c-16.0996 -19.8008 -35.2998 -25.5 -61.8994 -25.5c-39.5 0 -60.6006 20.8994 -60.6006 45c0 3.19922 0.200195 6.19922 0.700195 9c-8.40039 -32.3008 -36.4004 -54.2002 -73.2998 -54.2002c-23.2998 0 -45.1006 8.2998 -58.7002 24.8994 +c0 -6.59961 -0.400391 -13.1992 -1.09961 -19.5h-31.5c0.5 10.2002 1.09961 22.8008 1.09961 33.1006v169.5h32.0996v-80.6006c15.7002 18.7002 37.4004 24.2002 58.7002 24.2002c35.7002 0 75.4004 -24.0996 75.4004 -76.2002c0 -5.59961 -0.5 -11 -1.5 -16.1992 +c7.09961 24.3994 34.2998 33.5 76.7002 34.3994c13.6992 0.299805 29 0.400391 41.6992 0.400391v3.39941c0 23.4004 -15 33 -41 33c-19.2998 0 -33.5996 -8 -35 -21.7998h-33.6992c3.59961 34.4004 39.6992 43.1006 71.5 43.1006c27.3994 0 51.7998 -7 63.2998 -26 +l-10.9004 20.5996h37.5l54.9004 -109.9zM243.7 134.2c29.7998 0 50.2002 21.5 50.2002 53.7998c0 32.4004 -20.4004 53.7998 -50.2002 53.7998c-29.6006 0 -50.2002 -21.3994 -50.2002 -53.7998c0 -32.2998 20.5996 -53.7998 50.2002 -53.7998zM444.6 181.5v3.2998 +c-11.7998 0 -26.2998 -0.0996094 -39.3994 -0.599609c-29.1006 -0.900391 -47.2002 -6.2002 -47.2002 -25.2998c0 -12.4004 9.90039 -25.8008 35 -25.8008c33.7002 0 51.5996 18.4004 51.5996 48.4004zM32.7002 179.9c3.5 -58.3008 79.2002 -57.4004 91.2002 -21.6006 +h33.0996c-6.40039 -34.3994 -43 -46.0996 -74.4004 -46.0996c-57.1992 0 -82.5 31.5 -82.5 74c0 46.7998 26.2002 77.5996 83 77.5996c45.3008 0 78.4004 -23.7002 78.4004 -75.3994v-8.5h-128.8zM127.7 201.3c-2.2998 54.7002 -87.5 56.6006 -94.4004 0h94.4004z" /> + <glyph glyph-name="keybase" unicode="" +d="M286.17 29c9.93652 0 18 -8.06445 18 -18s-8.06348 -18 -18 -18c-9.93555 0 -18 8.06445 -18 18s8.06445 18 18 18zM398.09 176.6c22.9102 -33.46 35.9102 -72.3398 35.9102 -110.92c0 -31.6797 -5 -60.6797 -14.5996 -86.2295 +c-3.04004 -8.0498 -10.9502 -12.7197 -18.3701 -11.1504c-6.83984 1.24023 -11.1201 9.28027 -8.60059 15.7402c11.1904 28.71 14.8799 58.3398 14.8799 81.6396c-0.0517578 7.91797 -1.30566 20.6543 -2.7998 28.4307 +c-0.649414 -1.06055 -1.12988 -2.2207 -1.84961 -3.2207c-17.29 -24.5293 -50.54 -33.8896 -84.7402 -23.8398c-78.8701 23.1699 -178.02 3.81055 -236.25 -38.5898l24.6602 74.1104l-46.8203 -59.8301c2.04297 -15.3486 9.10352 -39.1504 15.7598 -53.1299 +c6.25 -13.1904 0.460938 -18.2402 -3.75 -20.1104c-4.76953 -2.12012 -13.8594 -2.7998 -19.6396 7.33008c-5.43652 9.81641 -11.96 26.6436 -14.5596 37.5596l-23.3203 -29.7998v33.6406c0 55.7695 0 125.109 62.6504 188.409c11.4258 11.5684 32.1631 27.4902 46.29 35.54 +l-8.93066 0.540039c-27.8799 1.64062 -49.2402 24.8506 -47.6299 51.8506l2.36035 36.6797c0 -6.24023 0.139648 45.8799 50.75 45.8799c2.05957 0 -0.470703 0.120117 41.0596 -2.33008c2.31641 -0.15625 6.03027 -0.71582 8.29004 -1.25 +c7.41992 11.3398 15.6504 22.8301 24.3398 34.8906l5.48047 7.55957l22.8994 -13.5195c-11.29 -24 -10 -33 -9.39941 -35c9.08008 0.229492 20 -1.6709 32.4102 -5.77051c29.6523 -9.84375 53.7188 -43.1914 53.7188 -74.4355 +c0 -8.5127 -2.61621 -21.8154 -5.83887 -29.6943c6.18652 -2.13965 12.3135 -4.56348 18.3799 -7.27051c47.8896 -21.2598 77.7598 -59.0898 87.2598 -73.71zM142.37 319.42c1.55664 5.42773 4.69336 14.0156 7 19.1699l-29.1104 1.73047 +c0.610352 -0.0507812 -12.2598 0.849609 -13.2598 -11.3203l-2.41016 -36.6602c-0.00585938 -0.143555 -0.0107422 -0.376953 -0.0107422 -0.520508c0 -6.50293 5.27344 -12 11.7705 -12.2695l22.3809 -1.33984c-0.380859 3.10645 -0.689453 8.16797 -0.689453 11.2969 +c0 2.28809 0.165039 5.99414 0.369141 8.27344l-13.1299 0.779297l1.38965 21.79zM290.79 147.24c2.06152 1.58789 3.73438 4.9873 3.73438 7.58887c0 1.80273 -0.893555 4.42383 -1.99414 5.85059l-81.0898 96.3203c-1.71484 1.99023 -5.23828 3.60547 -7.86523 3.60547 +c-1.99023 0 -4.87305 -1.00098 -6.43555 -2.23535c-2.05957 -1.58398 -3.73242 -4.97949 -3.73242 -7.57812c0 -1.7998 0.892578 -4.41699 1.99316 -5.8418c0.0898438 -0.140625 18.5996 -22.1406 18.5996 -22.1406l-16.9102 -13.29 +c-1.59473 -1.22266 -2.88867 -3.8457 -2.88867 -5.85547c0 -1.37988 0.680664 -3.38867 1.51855 -4.48438c0.0800781 -0.109375 2.52246 -3.07324 3.7998 -4.5293c1.27832 -1.45703 3.8877 -2.63867 5.8252 -2.63867c1.4707 0 3.60547 0.734375 4.76562 1.63867 +l17.0898 13.4492l14.1396 -16.7393l-34.5703 -27.1807c-1.58398 -1.22266 -2.86914 -3.83984 -2.86914 -5.84082c0 -1.38574 0.685547 -3.40039 1.5293 -4.49902l15.7803 -18.6396c1.33594 -1.55176 4.08203 -2.81055 6.12988 -2.81055 +c1.54492 0 3.78516 0.775391 5 1.73047l34.4199 27l9.68066 -11.4902c1.7334 -1.98242 5.27832 -3.5918 7.91211 -3.5918c1.98438 0 4.86816 0.986328 6.4375 2.20215zM187.44 29c9.93555 0 18 -8.06445 18 -18s-8.06445 -18 -18 -18c-9.93652 0 -18 8.06445 -18 18 +s8.06348 18 18 18z" /> + <glyph glyph-name="mastodon" unicode="" +d="M433 268.89c0 0 0.799805 -71.6992 -9 -121.5c-6.23047 -31.5996 -55.1104 -66.1992 -111.23 -72.8994c-20.0996 -2.40039 -93.1191 -14.2002 -178.75 6.7002v-0.339844c0 -3.75977 0.40332 -9.83496 0.900391 -13.5605c6.62988 -49.5996 49.2197 -52.5996 89.6299 -54 +c40.8105 -1.2998 77.1201 10.0996 77.1201 10.0996l1.7002 -36.8994s-28.5098 -15.2998 -79.3203 -18.1006c-28.0098 -1.59961 -62.8193 0.700195 -103.33 11.4004c-112.229 29.7002 -105.63 173.4 -105.63 289.1c0 97.2002 63.7197 125.7 63.7197 125.7 +c61.9209 28.4004 227.96 28.7002 290.48 0c0 0 63.71 -28.5 63.71 -125.7zM357.88 143.69c0 122 5.29004 147.71 -18.4199 175.01c-25.71 28.7002 -79.7197 31 -103.83 -6.10059l-11.5996 -19.5l-11.6006 19.5c-24.0098 36.9004 -77.9297 35 -103.83 6.10059 +c-23.6094 -27.1006 -18.4092 -52.9004 -18.4092 -175h46.7295v114.2c0 49.6992 64 51.5996 64 -6.90039v-62.5098h46.3301v62.5c0 58.5 64 56.5996 64 6.89941v-114.199h46.6299z" /> + <glyph glyph-name="r-project" unicode="" horiz-adv-x="581" +d="M581 221.4c0 -54.8008 -33.9004 -104.301 -88.4004 -139.7l67.4004 -113.7h-112l-40.0996 75.4004c-21.8008 -6.5 -45.1006 -11.2002 -69.4004 -13.9004v-61.5h-99.0996v61.9004c-136.101 16.0996 -239.4 95.6992 -239.4 191.5c0 107.5 130.1 194.6 290.5 194.6 +s290.5 -87.0996 290.5 -194.6zM114.2 206.9c0 -52.8008 51.0996 -98.4004 125.2 -119.9v208.3h199s90.5996 -1.59961 90.5996 -87.8994c0 -86.3008 -86.5996 -92.7002 -86.5996 -92.7002s17.5996 -5.2998 27.7998 -10.5c1.7002 -0.799805 4 -2.10059 6.39941 -3.7002 +c43.8008 21.4004 70.3008 56.2998 70.3008 106.4c0 92.2998 -90 133 -211.9 133s-220.8 -59.5 -220.8 -133zM339.3 168.6c49.6006 0 87.7998 -8.19922 87.7998 28.3008c0 34.0996 -30 27.2998 -87.7998 27.2998v-55.6006zM338.4 96.0996v-22.0996 +c17.5996 0.0996094 34.5 1 50.5996 2.90039c-5.09961 7.5 -13.2002 19.1992 -24 19.1992h-26.5996z" /> + <glyph glyph-name="researchgate" unicode="" +d="M0 416h448v-448h-448v448zM262.2 81.5996v7.30078c-10 0 -20 6.89941 -27.2002 14.6992c-12.2002 13.3008 -28.5996 34.7002 -42.2002 58.9004c22.5 5.2998 39.2002 26.4004 39.2002 47.5c0 31.2002 -24.2002 45.5996 -55.9004 45.5996 +c-17.7998 0 -45.0996 -1.59961 -70.8994 -0.599609v-8.09961c15.5996 -2.90039 22 -1.30078 22 -23.9004v-109.4c0 -22.5996 -6.5 -21 -22 -23.8994v-8.10059c7.5 0.200195 20.5 0.800781 33.5996 0.800781c12.5 0 28.7002 -0.5 35.6006 -0.800781v8.10059 +c-19.8008 2.7002 -25.8008 0.399414 -25.8008 23.8994v46.4004c6.7002 -0.599609 12.5 -0.599609 21.4004 -0.599609c16.9004 -30.3008 33 -53 42.2002 -63.6006c16.7998 -20.2002 43.3994 -17.2002 50 -14.2002zM285.1 216.6c38.7002 0 34 29.4004 34 49.9004h-30.3994 +v-10.7002h17.8994c0 -15.8994 -7.39941 -26.7998 -21.5 -26.7998c-11.2998 0 -17.8994 9.90039 -17.8994 23.2998v26.7998c0 12.4004 11.7998 19.7002 19.7002 19.7002c14.1992 0 19.6992 -12.5 19.6992 -12.5l10.7002 7.2002s-5.2002 17.9004 -30.3994 17.9004 +c-25.2002 0 -34 -18.2002 -34 -30.4004v-32.2002c0 -16.5 8.89941 -32.2002 32.1992 -32.2002zM168.6 171.9c-9.39941 0 -13.5996 0.299805 -20 0.799805v69.7002c6.40039 0.599609 15 0.599609 22.5 0.599609c23.3008 0 37.2002 -12.2002 37.2002 -34.5 +c0 -21.9004 -15 -36.5996 -39.7002 -36.5996z" /> + <glyph glyph-name="teamspeak" unicode="" horiz-adv-x="512" +d="M244.2 101.21c-2.40039 -12.5 -10.6006 -20 -22.5 -24.2998c-9.2002 -3.2002 -50.1006 -1.60059 -61.7002 -1c-18 1.2998 -33.2002 8.5 -43.4004 24c-14.5 22.5 -19.5 47.7002 -14.5 73.8994c4.60059 24.5 24.6006 34.7002 46.3008 22.7002 +c15.1992 -7.5 42.5 -27.3994 63.3994 -46.5996c20.4004 -18.7002 34.7998 -36.4004 32.4004 -48.7002zM449.2 80.4102c6.7002 -5.41016 11.2002 -22 11.5996 -32.1006c1 -50.3994 -23.8994 -68 -46.5996 -85.3994c-65.1006 -50 -295.101 -16.9004 -145.4 -6.40039 +c127.4 9 164.101 96.1006 172.101 121.5c0.647461 1.99023 2.87109 3.60547 4.96387 3.60547c1.04102 0 2.53516 -0.540039 3.33594 -1.20508zM511.2 202.81c0 -17.1992 1.89941 -34.5996 -1 -51.6992c-4 -24.7002 -29.1006 -41.7002 -53.2002 -36.7002 +c-7.2002 1.7002 -9.40039 7.2002 -9.40039 14.2002c0 28.0996 0.800781 56.3994 0 84.5996c-1.89941 75.79 -36.1992 132.79 -102.3 169.4c-111 60.3896 -253.2 -7 -277.8 -131.5c-6.09961 -30.4004 -1.7002 -48.3008 -3.7002 -125.801 +c-0.299805 -7.19922 -4.2998 -11.1992 -12 -11.5c-30.7998 -1.39941 -51.7998 18.2002 -51.7998 49v20.9004l0.799805 26.4902c2.40039 15.5 10.7002 27 24.9004 34c3.5 1.7998 5.7002 3.5 6.39941 7.7998c6.10059 33.4102 19.5 64 39.3008 91.71 +c2.2998 3.09961 4 5.2998 1 9.2998c-3.7002 5.40039 -1 10.2002 3 14.5c28.0996 31.7998 61.8994 55.1006 102 67.4004c96 29.4668 180.1 9.29688 252.3 -60.5098c6.7002 -6.40039 15.5 -12.9004 7 -24.4004c-1.2998 -1.7998 1.09961 -3.5 2.2002 -5 +c17.2246 -23.209 35.3242 -65.1367 40.3994 -93.5898c0.900391 -3.7002 3 -5.10059 5.90039 -6.40039c17.3994 -8.7998 25.7002 -23.2998 26 -42.2002zM351.6 71.3096l-51.5996 7.7002c-22.7998 5.90039 -51 32.7002 22.2002 60.7998 +c21.5996 8.5 85.7002 37.2002 87.7998 -8c0.900391 -32 -21.9004 -63.2998 -58.4004 -60.5z" /> + <glyph glyph-name="first-order-alt" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -48.21c132.66 0 240.21 107.55 240.21 240.21s-107.55 240.21 -240.21 240.21s-240.21 -107.55 -240.21 -240.21s107.55 -240.21 240.21 -240.21z +M248 411.71c121.34 0 219.71 -98.3701 219.71 -219.71s-98.3701 -219.71 -219.71 -219.71s-219.71 98.3701 -219.71 219.71s98.3701 219.71 219.71 219.71zM248 -19.5098c116.81 0 211.51 94.7002 211.51 211.51s-94.7002 211.51 -211.51 211.51 +s-211.51 -94.6895 -211.51 -211.51s94.7002 -211.51 211.51 -211.51zM434.23 143.47c-3.69141 -14.209 -12.709 -36.0225 -20.1309 -48.6895l-74.1299 35.8799l61.4805 -54.8203c-8.85352 -11.7021 -25.5195 -28.4082 -37.2002 -37.29l-54.7998 61.5703l35.8799 -74.2705 +c-12.6445 -7.45215 -34.4307 -16.5156 -48.6299 -20.2295l-27.29 78.4697l4.79004 -82.9297c-8.61035 -1.17969 -17.4004 -1.7998 -26.3301 -1.7998s-17.7197 0.620117 -26.3301 1.7998l4.75977 82.46l-27.1494 -78.0303c-14.2021 3.70996 -35.998 12.7588 -48.6504 20.2002 +l35.9297 74.3398l-54.8701 -61.6396c-11.6836 8.87988 -28.3584 25.582 -37.2197 37.2793l61.5898 54.9004l-74.2598 -35.9297c-7.42383 12.667 -16.4463 34.4795 -20.1396 48.6895l77.8398 27.1104l-82.2305 -4.75977c-1.15918 8.56934 -1.7793 17.3193 -1.7793 26.21 +c0 9 0.629883 17.8398 1.81934 26.5098l82.3799 -4.76953l-77.9395 27.1592c3.71973 14.208 12.7822 36.0127 20.2295 48.6699l74.2207 -35.9199l-61.5205 54.8604c8.88086 11.6836 25.582 28.3584 37.2803 37.2197l54.7598 -61.5293l-35.8301 74.1699 +c12.6562 7.41895 34.4521 16.4375 48.6504 20.1299l26.8701 -77.25l-4.70996 81.6094c8.60938 1.18066 17.3896 1.80078 26.3193 1.80078c8.93066 0 17.71 -0.620117 26.3203 -1.80078l-4.74023 -82.1592l27.0498 77.7598c17.2705 -4.5 33.6006 -11.3506 48.6309 -20.1699 +l-35.8203 -74.1201l54.7197 61.4697c11.6924 -8.86133 28.376 -25.54 37.2402 -37.2295l-61.4502 -54.7705l74.1201 35.8604c7.43945 -12.6533 16.4893 -34.4492 20.2002 -48.6504l-77.8105 -27.0996l82.2402 4.75c1.19043 -8.66016 1.82031 -17.5 1.82031 -26.4902 +c0 -8.87988 -0.610352 -17.6299 -1.78027 -26.1904l-82.1201 4.75z" /> + <glyph glyph-name="fulcrum" unicode="" horiz-adv-x="320" +d="M95.75 283.86l-35.3799 -43.5508l-35.3701 43.5508l35.3799 43.5498zM144.23 448v-211.11l-41.0801 -44.8896l41.0801 -44.8896v-211.11l-20.5107 198.18l-51 57.8203l50.9707 57.8203zM223.9 283.86l35.3799 43.5498l35.3799 -43.5498l-35.3799 -43.5508zM175.42 236.86 +v211.14l20.5801 -198.18l51 -57.8203l-51 -57.8203l-20.5801 -198.18v211.11l41.0801 44.8896z" /> + <glyph glyph-name="galactic-republic" unicode="" horiz-adv-x="496" +d="M248 -56c-136.75 0 -248 111.25 -248 248s111.25 248 248 248s248 -111.25 248 -248s-111.25 -248 -248 -248zM248 423.47c-127.63 0 -231.47 -103.84 -231.47 -231.47s103.84 -231.47 231.47 -231.47s231.47 103.84 231.47 231.47s-103.84 231.47 -231.47 231.47z +M275.62 401.66c37.6602 -4.91016 72.21 -19.7402 100.96 -41.7998l-17.3896 -17.3604c-20.6758 15.3154 -58.1152 30.7891 -83.5703 34.54v24.6201zM220.25 401.59v-24.54c-30.9697 -4.60938 -59.4502 -16.8301 -83.5195 -34.6699h-0.0800781l-17.2803 17.3604 +c28.7197 22.0498 63.2402 36.9102 100.88 41.8496zM232.5 351.42h31v-82.8604c10.0498 -2.0293 19.3701 -6.00977 27.6201 -11.5l58.6699 58.6709l21.9297 -21.9307l-58.6699 -58.6699c5.46973 -8.24023 9.48047 -17.5996 11.5 -27.6201h82.8701v-31h-82.8701 +c-2.03027 -10.0195 -6.04004 -19.3096 -11.5 -27.54l58.6699 -58.6895l-21.9297 -21.9307l-58.6699 58.6904c-8.25 -5.49023 -17.5703 -9.52051 -27.6201 -11.5498v-82.9004h-31v82.9004c-8.25781 1.66895 -20.6533 6.80762 -27.6699 11.4697l-58.6201 -58.6201 +l-21.9297 21.9297l58.6699 58.6904c-5.45996 8.23047 -9.4502 17.5205 -11.4697 27.54h-82.9004v31h82.9004c2.01953 10.0303 6 19.3896 11.4697 27.6201l-58.6699 58.6699l21.9297 21.9297l58.6201 -58.5898c8.25 5.48047 17.6299 9.38965 27.6699 11.4199v82.8701z +M415.74 320.7c22.0996 -28.7402 36.9795 -63.3398 41.9297 -101.03h-24.6201c-3.7832 25.4902 -19.3154 62.9746 -34.6699 83.6699zM80.1904 320.57l17.3896 -17.3906c-17.8301 -24.0693 -29.9902 -52.5596 -34.5898 -83.5195h-24.6504 +c4.94043 37.6494 19.79 72.1895 41.8506 100.91zM38.3398 164.33l24.6504 0.00976562c4.58984 -30.9502 16.7002 -59.4502 34.5098 -83.5195l-17.3604 -17.3906c-22.0498 28.7207 -36.8799 63.2607 -41.7998 100.9zM433.04 164.33h24.6201 +c-4.9502 -37.6699 -19.8506 -72.2197 -41.9297 -100.96l-17.3604 17.3604c17.8701 24.0996 30.0596 52.6094 34.6699 83.5996zM136.66 41.6201c24.0703 -17.8604 52.6094 -30.0205 83.5996 -34.6504v-24.6396c-37.6602 4.9502 -72.2295 19.8398 -100.96 41.9297z +M359.19 41.5703h0.0791016l17.3105 -17.3906c-28.75 -22.0596 -63.29 -36.9297 -100.96 -41.8496v24.5703c30.9902 4.58984 59.4795 16.8301 83.5703 34.6699z" /> + <glyph glyph-name="galactic-senate" unicode="" horiz-adv-x="512" +d="M249.86 414.52h12.2793v-26.0693c13.5801 -20.6201 23.8604 -108.59 24.4902 -215.351c-11.7402 15.6201 -19.1299 33.3301 -19.1299 48.2402v16.8799c0.0302734 5.32031 -0.75 10.5303 -2.19043 15.6504c-0.649414 2.13965 -1.38965 4.07031 -2.61914 5.82031 +c-1.23047 1.73926 -3.44043 3.79004 -6.68066 3.79004c-3.25 0 -5.4502 -2.04004 -6.67969 -3.79004c-1.23047 -1.74023 -1.96973 -3.68066 -2.62012 -5.82031c-1.44043 -5.12012 -2.21973 -10.3301 -2.19043 -15.6504v-16.8799 +c0 -14.9102 -7.38965 -32.6201 -19.1299 -48.2402c0.610352 106.761 10.8906 194.73 24.4707 215.351v26.0693zM223.52 266.75c-1.59961 -22.4004 -2.75 -46.5195 -3.47949 -72.0703c-23.2998 -11.2793 -40.7705 -33.1602 -46.3203 -59.5098 +c-7.71973 -2.25977 -22.71 -3.91992 -40.4893 -4.21973c-7.51074 3.66016 -16.5 5.85938 -26.1807 6.04004c1.90039 14.9102 5.87012 29.1699 11.6504 42.4199c15.4395 -8.10059 30.9297 -8.66016 35.4697 -0.959961c4.57031 7.74023 -3.58984 21.04 -18.3203 30.6602 +c8.68066 11.7695 18.9805 22.2998 30.5605 31.0898c9.50977 -15.5898 23.3594 -24.4404 31.3594 -19.8203c8.05078 4.65039 7.19043 21.1699 -1.70996 37.29c8.76074 3.88965 17.9404 6.92969 27.46 9.08008zM288.48 266.75 +c7.82227 -1.75977 20.1201 -5.82812 27.4492 -9.08008c-8.89941 -16.1299 -9.75977 -32.6396 -1.70996 -37.29c8 -4.62012 21.8506 4.23047 31.3604 19.8203c11.5801 -8.79004 21.8799 -19.3203 30.5596 -31.0898c-14.7197 -9.61035 -22.8896 -22.9199 -18.3193 -30.6602 +c4.54004 -7.7002 20.0293 -7.14062 35.4697 0.959961c5.79004 -13.25 9.75 -27.5098 11.6504 -42.4199c-9.68066 -0.19043 -18.6709 -2.37988 -26.1807 -6.04004c-17.7793 0.299805 -32.7695 1.95996 -40.4902 4.21973c-5.5498 26.3496 -23.0293 48.2305 -46.3193 59.5098 +c-0.719727 25.5508 -1.87988 49.6699 -3.46973 72.0703zM256 258.15c3.23047 0 5.86035 -8.81055 6.08984 -19.9307h0.0498047v-16.8799c0 -41.4199 49.0107 -95.04 93.4902 -95.04c52 0 122.76 1.4502 156.37 -29.1699v-2.50977 +c-9.41992 -17.1104 -20.5801 -33.1699 -33.1797 -47.9697c-12.5303 21.0898 -51.5898 40.96 -108.021 41.3496c-45.6797 -1.01953 -79.0195 -20.3301 -90.7598 -40.8701c-0.00976562 -0.00976562 0.00976562 -0.0400391 0 -0.0498047 +c-7.66992 -2.13965 -15.8496 -3.23047 -24.04 -3.20996c-8.19043 -0.0205078 -16.3701 1.07031 -24.04 3.20996c-0.00976562 0.00976562 0.00976562 0.0400391 0 0.0498047c-11.7295 20.54 -45.0801 39.8506 -90.7598 40.8701 +c-56.4307 -0.400391 -95.5 -20.2598 -108.021 -41.3496c-12.5996 14.7998 -23.7598 30.8496 -33.1797 47.9697v2.50977c33.6201 30.6201 104.37 29.1699 156.37 29.1699c44.4795 0 93.4902 53.6201 93.4902 95.04v16.8799h0.0498047 +c0.229492 11.1201 2.85938 19.9307 6.08984 19.9307zM256 161.56c-22.4199 0 -40.5996 -18.1797 -40.5996 -40.5996s18.1797 -40.6504 40.5996 -40.6504s40.5996 18.2305 40.5996 40.6504s-18.1797 40.5996 -40.5996 40.5996zM256 153.92 +c18.1904 0 32.96 -14.7695 32.96 -32.96s-14.7695 -32.96 -32.96 -32.96s-32.96 14.7695 -32.96 32.96s14.7695 32.96 32.96 32.96zM256 147.78c-14.8096 0 -26.8203 -12.0107 -26.8203 -26.8203s12.0107 -26.8203 26.8203 -26.8203s26.8203 12.0107 26.8203 26.8203 +s-12.0107 26.8203 -26.8203 26.8203zM141.2 81.1104c18.75 -0.419922 35.1895 -4.18066 48.6094 -9.66992c12.5508 -16.0303 29.1602 -30.04 49.5801 -33.0703c0.100586 -0.00976562 0.169922 -0.0302734 0.270508 -0.0498047 +c0.0498047 -0.0107422 0.109375 -0.0400391 0.160156 -0.0507812c5.23926 -1.06934 10.6396 -1.59961 16.1895 -1.59961c5.56055 0 10.9502 0.530273 16.1904 1.59961c0.0498047 0.0107422 0.109375 0.0400391 0.160156 0.0507812 +c0.0996094 0.00976562 0.179688 0.0292969 0.269531 0.0498047c20.4199 3.04004 37.04 17.04 49.5801 33.0703c13.4199 5.5 29.8496 9.25 48.6104 9.66992c10.1797 -0.0800781 21.5996 -0.360352 30.5 -1.66016c-0.430664 -4.41992 -1.51074 -18.6299 -7.11035 -29.7598 +c-9.11035 2.55957 -18.3604 3.89941 -27.6201 3.89941c-41.2803 -0.939453 -71.4795 -34.3496 -78.2598 -74.4697l-0.110352 -4.7002c-10.3994 -1.91992 -21.1797 -2.93945 -32.21 -2.93945c-11.0195 0 -21.8096 1.0293 -32.21 2.93945l-0.109375 4.7002 +c-6.78027 40.1201 -36.9805 73.5303 -78.2607 74.4697c-9.25977 0 -18.5098 -1.33984 -27.6201 -3.89941c-5.59961 11.1299 -6.67969 25.3398 -7.10938 29.7598c8.89941 1.2998 20.3096 1.58984 30.5 1.66016z" /> + <glyph glyph-name="jedi-order" unicode="" +d="M398.5 74.4004c0 0 26.2998 16.1992 49.9004 77.6992c0 0 -17 -183.3 -222 -185.699h-4.10059c-205.1 2.39941 -222 185.699 -222 185.699c23.2002 -61.5996 49.4004 -77.6992 49.4004 -77.6992c-95.9004 122.1 -17.2002 233.1 -17.2002 233.1 +c-45.4004 -85.7002 41.4004 -170.5 41.4004 -170.5c-105 171.6 60.5 271.5 60.5 271.5c-96.9004 -72.5996 10.0996 -190.7 10.0996 -190.7c-85.7998 -158.399 68.5996 -230.1 68.5996 -230.1s0.400391 16.8994 2.2002 85.7002l-34.5 -36.2002l24.2002 47.3994 +l-62.5996 9.10059l62.5996 9.09961l-20.2002 55.5l31.4004 -45.8994c2.2998 87.8994 7.89941 305.899 7.89941 306.899v2.40039v-1v1v-2.40039c0.100586 -1.7998 5.7002 -219.2 7.90039 -306.899l31.4004 45.8994l-20.2002 -55.5l62.5996 -9.09961l-62.5996 -9.10059 +l24.2002 -47.3994s-30.2002 31.7002 -34.5 36.2002c1.7998 -68.8008 2.19922 -85.7002 2.19922 -85.7002s154.4 71.7002 68.6006 230.1c0 0 107 118 10.0996 190.7c0 0 165.5 -100 60.5 -271.5c0 0 86.7998 84.7002 41.4004 170.5c0 0 78.7002 -111 -17.2002 -233.1z" /> + <glyph glyph-name="mandalorian" unicode="" +d="M232.27 -63.8896c-1 3.25977 -1.68945 15.8301 -1.38965 24.5801c0.549805 15.8896 1 24.7197 1.40039 28.7598c0.639648 6.2002 2.87012 20.7197 3.2793 21.3799c0.600586 1 0.400391 27.8701 -0.239258 33.1299c-0.310547 2.58008 -0.629883 11.9004 -0.69043 20.7305 +c-0.129883 16.4697 -0.530273 20.1191 -2.72949 24.7598c-1.10059 2.31934 -1.23047 3.83984 -1 11.4297c0.0449219 1.07324 0.0820312 2.81641 0.0820312 3.89062c0 2.43945 -0.189453 6.39062 -0.422852 8.81934c-2 13 -3.45996 27.7002 -3.25 33.9004 +s0.430664 7.14941 2.06055 9.66992c3.0498 4.70996 6.50977 14 8.62012 23.2695c2.25977 9.86035 3.87988 17.1807 4.58984 20.7402c0.921875 4.24121 2.90137 10.9834 4.41992 15.0498c2.26953 6.25 2.49023 15.3906 0.370117 15.3906 +c-0.299805 0 -1.37988 -1.2207 -2.41016 -2.70996c-1.03027 -1.49023 -4.75977 -4.80078 -8.29004 -7.36035c-8.37012 -6.08008 -11.7002 -9.38965 -12.6602 -12.5801s-1 -7.22949 -0.160156 -7.75977c0.34082 -0.209961 1.29004 -2.40039 2.11035 -4.87988 +c0.791992 -2.41602 1.43457 -6.43945 1.43457 -8.98145c0 -1.78223 -0.320312 -4.64062 -0.714844 -6.37891c-0.389648 -1.76953 -1 -5.46973 -1.45996 -8.22949c-0.459961 -2.76074 -1 -6.46094 -1.25 -8.2207c-0.149414 -1.27637 -0.84375 -3.18555 -1.5498 -4.25977 +c-1 -1 -1.13965 -0.910156 -2.0498 0.530273c-0.619141 1.24316 -1.26465 3.37109 -1.44043 4.75c-0.25 1.73926 -1.62988 7.10938 -3.08008 11.9297c-3.2793 10.9004 -3.51953 16.1504 -1 21c0.683594 1.19141 1.43164 3.25684 1.66992 4.61035 +c0 2.38965 -2.19922 5.31934 -7.40918 9.88965c-7 6.17969 -8.62988 7.91992 -10.2305 11.2998c-1.70996 3.60059 -3.05957 4.06055 -4.54004 1.54004c-1.78027 -3 -2.59961 -9.10938 -3 -22l-0.339844 -12.1895l2 -2.25c3.20996 -3.7002 12.0703 -16.4502 13.7803 -19.8301 +c3.41016 -6.74023 4.33984 -11.6904 4.41016 -23.5605c0.0693359 -11.8701 0.949219 -22.75 2 -24.71c0.359375 -0.660156 0.509766 -1.34961 0.339844 -1.51953s0.410156 -2.08984 1.29004 -4.27051c0.871094 -2.41406 1.79395 -6.44629 2.05957 -9 +c0.306641 -2.88867 1.07227 -7.53516 1.70996 -10.3701c2.23047 -9.55957 2.77051 -14.0801 2.39062 -20.1396c-0.200195 -3.26953 -0.530273 -11.0703 -0.730469 -17.3203c-1.30957 -41.7598 -1.84961 -58 -2 -61.21c-0.120117 -2 -0.389648 -11.5098 -0.599609 -21.0693 +c-0.360352 -16.3008 -1.30078 -27.3701 -2.41992 -28.6504c-0.640625 -0.729492 -8.07031 4.91016 -12.5205 9.49023c-3.75 3.87012 -4 4.79004 -2.83008 9.9502c0.700195 3 2.25977 18.29 3.33008 32.6191c0.360352 4.78027 0.80957 10.5 1 12.7109 +c0.830078 9.36914 1.66016 20.3496 2.61035 34.7793c0.55957 8.45996 1.33008 16.4404 1.71973 17.7305s0.889648 9.88965 1.12988 19.1094l0.429688 16.7705l-2.25977 4.2998c-1.71973 3.28027 -4.87012 6.94043 -13.2197 15.3398 +c-6 6.07031 -11.8398 12.2998 -12.9102 13.8506l-1.9502 2.80957l0.75 10.9004c1.08984 15.71 1.10059 48.5693 0 59.0596l-0.889648 8.7002l-3.28027 4.51953c-5.85938 8.08008 -5.7998 7.75 -6.21973 33.2705c-0.100586 6.07031 -0.379883 11.5 -0.629883 12.0596 +c-0.830078 1.87012 -3.0498 2.66016 -8.54004 3.05078c-8.86035 0.619141 -11 1.89941 -23.8506 14.5498c-6.14941 6 -12.3398 12 -13.75 13.1895c-2.80957 2.41992 -2.79004 2 -0.55957 9.62988l1.34961 4.65039l-1.68945 3c-0.630859 1.17676 -1.79102 3 -2.58984 4.07031 +c-1.33008 1.50977 -5.5 10.8896 -6 13.4893c-0.0859375 0.307617 -0.155273 0.816406 -0.155273 1.13574c0 0.868164 0.458984 2.10645 1.02539 2.76465c2.22949 2.86035 3.39941 5.67969 4.44922 10.7305c2.33008 11.1895 7.74023 26.0898 10.6006 29.2197 +c3.17969 3.46973 7.7002 1 9.41016 -5c1.33984 -4.79004 1.36914 -9.79004 0.0996094 -18.5498c-0.445312 -3.05176 -0.893555 -8.02832 -1 -11.1104c0 -4 0.19043 -4.69043 2.25 -7.38965c3.33008 -4.37012 7.72949 -7.41016 15.2002 -10.5205 +c1.41992 -0.591797 3.53418 -1.86914 4.71973 -2.84961c11.1699 -10.7207 18.6201 -16.1807 22.9502 -16.8506c5.17969 -0.799805 8 -4.54004 10 -13.3896c1.30957 -5.65039 4 -11.1396 5.45996 -11.1396c0.994141 0.203125 2.48633 0.826172 3.33008 1.38965 +c2 1.21973 2.25 1.73047 2.25 4.17969c-0.21875 4.96191 -1.11523 12.9541 -2 17.8398c-0.370117 1.66016 -0.780273 4.06055 -0.930664 5.35059c-0.149414 1.29004 -0.609375 3.84961 -1 5.68945c-2.5498 11.1602 -3.64941 15.46 -4.09961 16 +c-1.5498 2 -4.08008 10.2002 -4.92969 15.9209c-1.64062 11.1094 -4 14.2295 -12.9102 17.3896c-4.0791 1.50293 -10.0547 5.0332 -13.3398 7.87988c-1.15039 1 -4 3.21973 -6.35059 5.05957c-2.34961 1.84082 -4.40918 3.53027 -4.59961 3.76074 +c-0.701172 0.606445 -1.90625 1.50293 -2.69043 2c-6.23926 4.21973 -8.83984 7 -11.2598 12l-2.43945 5l-0.220703 13l-0.219727 13l6.91016 6.5498c3.9502 3.75 8.47949 7.34961 10.5898 8.42969c3.30957 1.69043 4.4502 1.89062 11.3701 2 +c8.53027 0.19043 10.1201 0 11.6602 -1.55957c1.54004 -1.56055 1.35938 -6.40039 -0.290039 -8.5c-0.501953 -0.564453 -1.10156 -1.60352 -1.33984 -2.32031c0 -0.580078 -2.61035 -4.91016 -5.41992 -9c-0.879883 -1.80371 -1.94141 -4.85938 -2.37012 -6.82031 +c20.4395 -13.3896 21.5498 -3.76953 14.0693 -29l11.3604 -2.51953c3.11035 8.66016 6.46973 17.2598 8.61035 26.2197c0.290039 7.62988 -12 4.19043 -15.4004 8.68066c-2.33008 5.92969 3.12988 14.1797 6.05957 19.1992c1.60059 2.33984 6.62012 4.7002 8.82031 4.15039 +c0.879883 -0.219727 4.16016 0.349609 7.37012 1.28027c2.04395 0.641602 5.42676 1.39453 7.5498 1.67969c1.69336 0.183594 4.38184 0.760742 6 1.29004c3.65039 1.11035 4.5 1.16992 6.35059 0.400391c1.56738 -0.539062 4.1748 -1.14844 5.81934 -1.36035 +c1.74902 -0.236328 4.43652 -1.0918 6 -1.91016c1.30762 -0.765625 3.54785 -1.73828 5 -2.16992c2.51074 -0.679688 3 -0.570312 7.05078 1.66992l4.34961 2.40039l10.7402 0.389648c10.4395 0.400391 10.8096 0.469727 15.2598 2.67969l4.58008 2.32031l2.45996 -1.42969 +c1.75977 -1 3.13965 -2.73047 4.84961 -6c2.36035 -4.51074 2.37988 -4.58008 1.37012 -7.37012c-0.879883 -2.44043 -0.889648 -3.2998 -0.0996094 -6.39062c0.435547 -1.68164 1.37695 -4.3291 2.09961 -5.90918c0.535156 -1.04785 1.12207 -2.83984 1.31055 -4 +c0.30957 -4.33008 0 -5.30078 -2.41016 -6.91992c-2.16992 -1.4707 -7 -7.91016 -7 -9.34082c-0.206055 -0.859375 -0.685547 -2.2041 -1.07031 -3c-5 -11.5098 -6.75977 -13.5596 -14.2598 -17c-9.2002 -4.19922 -12.2998 -5.18945 -16.21 -5.18945 +c-3.10059 0 -4 -0.25 -4.54004 -1.25977c-0.972656 -1.19629 -2.80566 -2.8584 -4.08984 -3.70996c-1.53223 -1.02344 -3.49512 -3.16504 -4.37988 -4.78027c-0.411133 -1.04004 -1.52734 -2.34375 -2.49023 -2.91016 +c-0.78125 -0.321289 -1.87891 -1.08789 -2.4502 -1.70996c-1.83496 -1.61133 -4.9707 -4.02148 -7 -5.37988c-3.33008 -2.33984 -6.87012 -5 -7.87012 -6c-0.560547 -0.604492 -1.62695 -1.36621 -2.37988 -1.7002c-0.697266 -0.314453 -1.65137 -1.05273 -2.12988 -1.65039 +c-1.31055 -1.38965 -1.49023 -2.10938 -1.13965 -4.59961c0.255859 -1.65527 0.892578 -4.29004 1.41992 -5.87988c1.31934 -3.7998 1.30957 -7.86035 0 -10.5703c-1.31055 -2.70996 -0.890625 -6.64941 1.34961 -9.58984c2 -2.62988 2.16016 -4.55957 0.709961 -8.83984 +c-0.587891 -2.27344 -1.06445 -6.02344 -1.06445 -8.37109c0 -0.148438 0.00195312 -0.390625 0.00488281 -0.539062c0 -4.87988 0.219727 -6.28027 1.45996 -8.37988c1.23926 -2.09961 1.81934 -2.48047 3.23926 -2.32031c2 0.230469 2.30078 1.0498 4.70996 12.1201 +c2.18066 10 3.70996 11.9199 13.7607 17.0801c2.93945 1.50977 7.45996 4 10 5.44043c2.54004 1.43945 6.79004 3.68945 9.37012 4.90918c4.99414 2.18652 11.8125 7.41504 15.2197 11.6709c7.10938 8.78906 10 16.2197 12.8496 33.2998 +c0.298828 2.31445 1.58008 5.77832 2.86035 7.72949c1.19434 1.86133 2.48828 5.13574 2.88965 7.31055c1 5.2998 2.85059 9.08008 5.58008 11.5098c4.7002 4.17969 6 1.08984 4.58984 -10.8701c-0.459961 -3.86035 -1.09961 -10.3301 -1.43945 -14.3799l-0.610352 -7.36035 +l4.4502 -4.08984l4.4502 -4.08984l0.109375 -8.41992c0.0605469 -4.62988 0.470703 -9.53027 0.919922 -10.8896l0.820312 -2.4707l-6.42969 -6.2793c-8.54004 -8.33008 -12.8799 -13.9307 -16.7598 -21.6104c-1.77051 -3.49023 -3.74023 -7.11035 -4.38086 -8 +c-2.17969 -3.11035 -6.45996 -13 -8.75977 -20.2598l-2.29004 -7.2207l-7 -6.48926c-3.83008 -3.57031 -8 -7.25 -9.16992 -8.16992c-3.0498 -2.32031 -4.25977 -5.15039 -4.25977 -10c-0.00683594 -0.166992 -0.0126953 -0.438477 -0.0126953 -0.605469 +c0 -1.94336 0.717773 -4.9248 1.60254 -6.65527c0.660156 -1.29688 1.59668 -3.45996 2.08984 -4.83008c0.290039 -0.875 0.993164 -2.16992 1.57031 -2.88965c1.40039 -1.58984 1.91992 -16.1201 0.830078 -23.2197c-0.679688 -4.48047 -3.62988 -12 -4.7002 -12 +c-1.79004 0 -4.05957 -9.27051 -5.07031 -20.7402c-0.179688 -2 -0.620117 -5.94043 -1 -8.7002s-1 -10 -1.34961 -16.0498c-0.770508 -12.2197 -0.19043 -18.7705 2 -23.1504c3.41016 -6.68945 0.519531 -12.6895 -11 -22.8398l-4 -3.49023l0.0703125 -5.18945 +c0.0439453 -2.4834 0.554688 -6.45703 1.13965 -8.87012c4.61035 -16 4.73047 -16.9199 4.37988 -37.1299c-0.459961 -26.4004 -0.259766 -40.2705 0.629883 -44.1504c0.410156 -1.91406 0.893555 -5.05078 1.08008 -7c0.169922 -2 0.660156 -5.33008 1.08008 -7.35938 +c0.469727 -2.26074 0.780273 -11 0.790039 -22.7402v-19.0605l-1.80957 -2.62988c-2.70996 -3.91016 -15.1104 -13.54 -15.4902 -12.29zM261.8 -18.7803c-0.179688 0.299805 -0.330078 6.87012 -0.330078 14.5898c0 14.0605 -0.889648 27.54 -2.25977 34.4502 +c-0.400391 2 -0.80957 9.7002 -0.900391 17.0605c-0.149414 11.9297 -1.39941 24.3701 -2.63965 26.3799c-0.660156 1.06934 -3 17.6602 -3 21.2998c0 4.23047 1 6 5.28027 9.12988s4.85938 3.13965 5.47949 0.719727c0.280273 -1.09961 1.4502 -5.61914 2.60059 -10 +c3.92969 -15.1191 4.13965 -16.2695 4.0498 -21.7393c-0.0996094 -5.78027 -0.129883 -6.12988 -1.74023 -17.7305c-1 -7.07031 -1.16992 -12.3896 -1 -28.4297c0.169922 -19.4004 -0.639648 -35.7305 -2 -41.2705c-0.709961 -2.7793 -2.7998 -5.47949 -3.42969 -4.42969z +M190.8 18.7998c-0.638672 2.95215 -1.41406 7.78613 -1.72949 10.79s-1.09082 7.83789 -1.73047 10.79c-0.433594 1.76758 -0.880859 4.6748 -1 6.49023c-0.30957 3.18945 -0.910156 7.45996 -1.33008 9.47949c-1 4.79004 -3.34961 19.3506 -3.41992 21.0703 +c0 0.740234 -0.339844 4.0498 -0.700195 7.36035c-0.669922 6.20996 -0.839844 27.6699 -0.219727 28.29c1 1 6.62988 -2.76074 11.3301 -7.43066l5.28027 -5.25l-0.450195 -6.46973c-0.25 -3.55957 -0.599609 -10.2295 -0.780273 -14.8301 +c-0.179688 -4.59961 -0.490234 -9.87012 -0.669922 -11.71s-0.610352 -9.36035 -0.939453 -16.7197c-0.790039 -17.4102 -1.94043 -31.29 -2.65039 -32c-0.101562 -0.107422 -0.302734 -0.193359 -0.450195 -0.193359c-0.208008 0 -0.454102 0.149414 -0.549805 0.333008 +h0.00976562zM103.62 285.39c21.0703 -12.79 17.8398 -14.1494 28.4902 -17.6592c13 -4.29004 18.8701 -7.13086 23.1494 -16.8701c-43.6602 -36.1406 -69.0098 -57.8604 -76.71 -70.8604c-31 -52 -6 -101.59 62.75 -87.21c-14.1797 -29.2305 -78 -28.6299 -98.6797 4.90039 +c-24.6797 39.9492 -22.0898 118.3 61 187.659v0.0400391zM314.41 106.39c56.6602 -6.87988 82.3203 37.7402 46.54 89.2305c0 0 -26.8701 29.3398 -64.2803 68c3 15.4502 9.49023 32.1201 30.5703 53.8203c89.2002 -63.5107 92 -141.61 92.46 -149.36 +c4.2998 -70.6396 -78.7002 -91.1797 -105.29 -61.71v0.0195312z" /> + <glyph glyph-name="old-republic" unicode="" horiz-adv-x="496" +d="M235.76 437.77c7.5 0.310547 15 0.280273 22.5 0.0908203c3.61035 -0.140625 7.2002 -0.400391 10.79 -0.730469c4.91992 -0.269531 9.79004 -1.03027 14.6699 -1.62012c2.93066 -0.429688 5.83008 -0.979492 8.75 -1.45996 +c7.90039 -1.33008 15.6699 -3.28027 23.3906 -5.39941c12.2393 -3.4707 24.1895 -7.91992 35.7598 -13.21c26.5596 -12.2402 50.9395 -29.21 71.6299 -49.8809c20.0303 -20.0898 36.7197 -43.5498 48.8896 -69.1895c1.12988 -2.58984 2.44043 -5.10059 3.4707 -7.74023 +c2.80957 -6.42969 5.38965 -12.9697 7.58008 -19.6299c4.13965 -12.3301 7.33984 -24.9902 9.41992 -37.8301c0.569336 -3.13965 1.04004 -6.2998 1.39941 -9.46973c0.549805 -3.83008 0.94043 -7.69043 1.18066 -11.5605 +c0.829102 -8.33984 0.839844 -16.7295 0.769531 -25.0996c-0.0703125 -4.96973 -0.259766 -9.94043 -0.75 -14.8896c-0.240234 -3.38086 -0.509766 -6.76074 -0.979492 -10.1201c-0.390625 -2.7207 -0.630859 -5.45996 -1.11035 -8.16992 +c-0.900391 -5.15039 -1.7002 -10.3105 -2.87012 -15.4102c-4.09961 -18.5 -10.2998 -36.5498 -18.5098 -53.6299c-15.7705 -32.8301 -38.8301 -62.1699 -67.1201 -85.1201c-14.3926 -11.7676 -39.8887 -27.3848 -56.9102 -34.8604 +c-6.20996 -2.67969 -12.46 -5.25 -18.8701 -7.41016c-3.50977 -1.16016 -7.00977 -2.37988 -10.5703 -3.38965c-6.61914 -1.87988 -13.2891 -3.63965 -20.0391 -5c-4.66016 -0.910156 -9.34082 -1.73047 -14.0303 -2.48047c-5.25 -0.65918 -10.5 -1.43945 -15.79 -1.73926 +c-6.69043 -0.660156 -13.4102 -0.839844 -20.1201 -0.810547c-6.82031 -0.0292969 -13.6504 0.120117 -20.4502 0.790039c-3.29004 0.230469 -6.57031 0.5 -9.83008 0.950195c-2.71973 0.389648 -5.45996 0.629883 -8.16992 1.11035 +c-4.12012 0.719727 -8.25 1.37012 -12.3496 2.21973c-4.25 0.939453 -8.49023 1.88965 -12.6904 3.01953c-8.62988 2.16992 -17.0801 5.01074 -25.4102 8.13086c-10.4893 4.11914 -20.79 8.75 -30.6396 14.25c-2.13965 1.14941 -4.28027 2.28906 -6.34961 3.56934 +c-11.2207 6.58008 -21.8604 14.1006 -31.9199 22.3398c-34.6807 28.4102 -61.4102 66.4307 -76.3506 108.7c-3.08984 8.74023 -5.70996 17.6504 -7.7998 26.6797c-1.48047 6.16016 -2.52051 12.4209 -3.58008 18.6602 +c-0.400391 2.35059 -0.610352 4.73047 -0.950195 7.08984c-0.599609 3.96094 -0.75 7.96094 -1.16992 11.9404c-0.799805 9.46973 -0.709961 18.9902 -0.509766 28.4902c0.139648 3.50977 0.339844 7.00977 0.700195 10.5098 +c0.30957 3.16992 0.459961 6.37012 0.919922 9.52051c0.410156 2.80957 0.649414 5.64941 1.16016 8.43945c0.699219 3.94043 1.2998 7.90039 2.11914 11.8203c3.43066 16.5195 8.4707 32.7295 15.2607 48.1797c1.14941 2.91992 2.58984 5.71973 3.85938 8.58984 +c8.05078 16.71 17.9004 32.5605 29.4902 47.0605c20 25.3799 45.1006 46.6797 73.2705 62.4697c7.5 4.15039 15.1592 8.0498 23.0693 11.3701c15.8203 6.87988 32.4102 11.9502 49.3105 15.3799c3.50977 0.669922 7.04004 1.24023 10.5596 1.84961 +c2.62012 0.470703 5.28027 0.700195 7.91016 1.08008c3.53027 0.530273 7.09961 0.680664 10.6504 1.04004c2.45996 0.240234 4.90918 0.360352 7.35938 0.509766zM244.4 413.36c-9.23047 -0.100586 -18.4307 -0.990234 -27.5703 -2.23047 +c-7.2998 -1.08008 -14.5303 -2.59961 -21.71 -4.2998c-13.9102 -3.5 -27.4805 -8.33984 -40.46 -14.4199c-10.46 -4.99023 -20.5898 -10.7002 -30.1797 -17.2197c-4.18066 -2.9209 -8.40039 -5.80078 -12.3408 -9.03027 +c-5.08008 -3.96973 -9.97949 -8.16992 -14.6797 -12.5898c-2.50977 -2.24023 -4.80957 -4.7002 -7.21973 -7.06055c-28.2207 -28.79 -48.4404 -65.3896 -57.5 -104.689c-2.04004 -8.44043 -3.54004 -17.0205 -4.44043 -25.6504 +c-1.09961 -8.88965 -1.43945 -17.8496 -1.41016 -26.7998c0.110352 -7.13965 0.379883 -14.2803 1.2207 -21.3701c0.620117 -7.12012 1.87012 -14.1602 3.19922 -21.1797c1.07031 -4.65039 2.03027 -9.32031 3.33008 -13.9102 +c6.29004 -23.3799 16.5 -45.7002 30.0703 -65.75c8.63965 -12.9805 18.7803 -24.9297 29.9805 -35.7705c16.2793 -15.8193 35.0498 -29.04 55.3398 -39.2197c7.2793 -3.51953 14.6602 -6.87012 22.2695 -9.62988c5.04004 -1.75977 10.0605 -3.57031 15.2197 -4.98047 +c11.2607 -3.22949 22.7705 -5.59961 34.3906 -7.05957c2.91016 -0.290039 5.80957 -0.610352 8.71973 -0.900391c13.8203 -1.08008 27.7402 -1 41.54 0.430664c4.4502 0.599609 8.91992 0.989258 13.3496 1.7793c3.63086 0.670898 7.28027 1.25 10.8701 2.10059 +c4.12988 0.979492 8.28027 1.91016 12.3604 3.07031c26.5 7.33984 51.5801 19.71 73.5801 36.1992c15.7803 11.8203 29.96 25.7607 42.1201 41.2803c3.25977 4.02051 6.16992 8.30957 9.12988 12.5498c3.38965 5.06055 6.58008 10.25 9.59961 15.54 +c2.40039 4.44043 4.74023 8.91016 6.9502 13.4502c5.69043 12.0498 10.2803 24.6201 13.75 37.4902c2.58984 10.0098 4.75 20.1602 5.90039 30.4502c1.76953 13.4697 1.93945 27.0996 1.29004 40.6494c-0.290039 3.89062 -0.669922 7.77051 -1 11.6602 +c-2.23047 19.0801 -6.79004 37.9102 -13.8203 55.7998c-5.9502 15.1299 -13.5303 29.6299 -22.6104 43.1299c-12.6895 18.8008 -28.2393 35.6807 -45.9697 49.8301c-25.0498 20 -54.4697 34.5498 -85.6504 42.0801c-7.7793 1.92969 -15.6895 3.33984 -23.6299 4.4502 +c-3.90918 0.589844 -7.84961 0.820312 -11.7695 1.24023c-7.38965 0.569336 -14.8105 0.719727 -22.2197 0.580078zM139.26 364.47c13.2998 8.89062 28.0801 15.3799 43.2998 20.1807c-3.16992 -1.77051 -6.43945 -3.38086 -9.5293 -5.29004 +c-11.21 -6.68066 -21.5205 -14.9004 -30.3799 -24.4902c-6.80078 -7.42969 -12.7607 -15.7305 -17.0107 -24.8896c-3.29004 -6.86035 -5.63965 -14.1904 -6.85938 -21.7109c-0.930664 -4.84961 -1.2998 -9.80957 -1.16992 -14.75 +c0.129883 -13.6592 4.43945 -27.0791 11.29 -38.8193c5.91992 -10.2197 13.6299 -19.3301 22.3594 -27.2598c4.85059 -4.36035 10.2402 -8.09082 14.9502 -12.6006c2.25977 -2.18945 4.49023 -4.41992 6.42969 -6.91016c2.62012 -3.30957 4.89062 -6.98926 5.99023 -11.0996 +c0.900391 -3.02051 0.660156 -6.2002 0.69043 -9.31055c0.0195312 -4.09961 -0.0400391 -8.19922 0.0292969 -12.2998c0.140625 -3.54004 -0.0195312 -7.08984 0.110352 -10.6299c0.0800781 -2.37988 0.0205078 -4.75977 0.0498047 -7.13965 +c0.160156 -5.77051 0.0605469 -11.5303 0.150391 -17.2998c0.109375 -2.91016 0.0195312 -5.82031 0.129883 -8.74023c0.0302734 -1.62988 0.129883 -3.28027 -0.0302734 -4.91016c-0.910156 -0.120117 -1.81934 -0.179688 -2.72949 -0.160156 +c-10.9902 0 -21.8799 2.62988 -31.9502 6.92969c-6 2.7002 -11.8105 5.89062 -17.0898 9.83008c-5.75 4.19043 -11.0898 8.95996 -15.79 14.3105c-6.53027 7.24023 -11.9805 15.3896 -16.6201 23.9502c-1.07031 2.0293 -2.24023 4.01953 -3.17969 6.12012 +c-1.16016 2.63965 -2.62012 5.13965 -3.66992 7.81934c-4.05078 9.68066 -6.57031 19.9404 -8.08008 30.3105c-0.490234 4.43945 -1.09082 8.87988 -1.2002 13.3496c-0.700195 15.7305 0.839844 31.5498 4.66992 46.8203c2.12012 8.14941 4.76953 16.1797 8.30957 23.8301 +c6.32031 14.1992 15.3398 27.1797 26.3008 38.1895c6.2793 6.2002 13.1299 11.8398 20.5293 16.6699zM314.63 384.59c2.74023 -0.740234 5.41016 -1.74023 8.08984 -2.67969c6.36035 -2.33008 12.6807 -4.83984 18.71 -7.95996 +c13.1104 -6.44043 25.3105 -14.8105 35.8203 -24.9697c10.2002 -9.9502 18.7402 -21.6006 25.1396 -34.3408c1.28027 -2.75 2.64062 -5.45996 3.81055 -8.25977c6.30957 -15.0996 10 -31.2598 11.2295 -47.5703c0.410156 -4.54004 0.44043 -9.08984 0.450195 -13.6396 +c0.0703125 -11.6396 -1.49023 -23.25 -4.2998 -34.5303c-1.96973 -7.26953 -4.34961 -14.4893 -7.86035 -21.1797c-3.17969 -6.63965 -6.67969 -13.1602 -10.8398 -19.2402c-6.93945 -10.4697 -15.5996 -19.8701 -25.8203 -27.2197 +c-10.4795 -7.63965 -22.6396 -13.0195 -35.3994 -15.3799c-3.50977 -0.69043 -7.08008 -1.08008 -10.6602 -1.20996c-1.84961 -0.0605469 -3.71973 -0.160156 -5.55957 0.0996094c-0.280273 2.15039 0 4.31055 -0.0107422 6.45996 +c-0.0292969 3.73047 0.140625 7.4502 0.100586 11.1699c0.189453 7.02051 0.0195312 14.0508 0.209961 21.0703c0.0292969 2.37988 -0.0302734 4.75977 0.0292969 7.13965c0.170898 5.07031 -0.0390625 10.1406 0.140625 15.21 +c0.0996094 2.99023 -0.240234 6.04004 0.509766 8.95996c0.660156 2.5 1.78027 4.86035 3.08984 7.08008c4.45996 7.31055 11.0605 12.96 17.6807 18.2607c5.37988 4.17969 10.4697 8.76953 15.0195 13.8398c7.67969 8.37012 14.1699 17.8799 18.7803 28.2695 +c2.5 5.93066 4.51953 12.1006 5.5498 18.46c0.860352 4.37012 1.05957 8.83008 1.00977 13.2705c-0.0195312 7.84961 -1.39941 15.6494 -3.63965 23.1699c-1.75 5.72949 -4.27051 11.1797 -7.08984 16.4502c-3.87012 6.92969 -8.65039 13.3096 -13.96 19.1992 +c-9.94043 10.8506 -21.75 19.9404 -34.6006 27.1006c-1.84961 1.01953 -3.83984 1.82031 -5.62988 2.96973zM213.83 326.14c0.979492 1.18066 1.99023 2.33008 3.12012 3.37988c-0.610352 -0.929688 -1.27051 -1.80957 -1.9502 -2.67969 +c-3.09961 -3.87988 -5.54004 -8.30957 -7.03027 -13.0596c-0.870117 -3.27051 -1.67969 -6.60059 -1.72949 -10c-0.0703125 -2.52051 -0.0800781 -5.07031 0.319336 -7.57031c1.13086 -7.62988 4.33008 -14.8496 8.77051 -21.1201c2 -2.7002 4.25 -5.26953 6.91992 -7.33008 +c1.62012 -1.26953 3.53027 -2.08984 5.33984 -3.0498c3.11035 -1.67969 6.32031 -3.22949 9.07031 -5.47949c2.66992 -2.09082 4.5498 -5.33008 4.39941 -8.79004c-0.00976562 -73.6709 0 -147.341 -0.00976562 -221.021c0 -1.34961 -0.0800781 -2.7002 0.0400391 -4.04004 +c0.129883 -1.47949 0.820312 -2.83008 1.46973 -4.14941c0.860352 -1.66016 1.78027 -3.34082 3.18066 -4.62012c0.849609 -0.770508 1.96973 -1.40039 3.14941 -1.24023c1.5 0.200195 2.66016 1.34961 3.4502 2.57031c0.959961 1.50977 1.67969 3.15918 2.28027 4.84961 +c0.759766 2.12988 0.439453 4.41992 0.540039 6.62988c0.139648 4.03027 -0.0205078 8.06055 0.139648 12.0898c0.0302734 5.89062 0.0302734 11.7705 0.0605469 17.6602c0.139648 3.62012 0.0292969 7.24023 0.109375 10.8604 +c0.150391 4.0293 -0.0195312 8.05957 0.140625 12.0898c0.0292969 5.99023 0.0292969 11.9795 0.0693359 17.9697c0.140625 3.62012 0.0205078 7.24023 0.110352 10.8604c0.139648 3.92969 -0.0205078 7.85938 0.139648 11.7803 +c0.0302734 5.98926 0.0302734 11.9795 0.0605469 17.9697c0.160156 3.93945 -0.00976562 7.87988 0.189453 11.8193c0.290039 -1.43945 0.129883 -2.91992 0.220703 -4.37988c0.189453 -3.60938 0.419922 -7.22949 0.759766 -10.8398 +c0.320312 -3.43945 0.439453 -6.88965 0.859375 -10.3193c0.370117 -3.10059 0.510742 -6.2207 0.950195 -9.31055c0.570312 -4.08984 0.870117 -8.20996 1.54004 -12.29c1.45996 -9.04004 2.83008 -18.1104 5.08984 -26.9902c1.13086 -4.81934 2.40039 -9.60938 4 -14.2998 +c2.54004 -7.89941 5.7207 -15.6699 10.3105 -22.6201c1.72949 -2.63965 3.87012 -4.97949 6.09961 -7.20996c0.270508 -0.25 0.549805 -0.509766 0.879883 -0.709961c0.600586 -0.25 1.31055 0.0703125 1.7002 0.570312c0.709961 0.879883 1.16992 1.93945 1.7002 2.92969 +c4.0498 7.7998 8.17969 15.5605 12.3398 23.3105c0.700195 1.30957 1.44043 2.62012 2.56055 3.60938c1.75 1.57031 3.83984 2.69043 5.97949 3.62988c2.87988 1.2207 5.90039 2.19043 9.03027 2.41992c6.58008 0.620117 13.1094 -0.75 19.5596 -1.84961 +c3.69043 -0.580078 7.40039 -1.16992 11.1299 -1.41016c3.74023 -0.0996094 7.48047 -0.0498047 11.21 0.280273c8.55078 0.919922 16.9902 2.95996 24.9404 6.25c5.2998 2.24023 10.46 4.83008 15.3096 7.92969c11.46 7.20996 21.46 16.5703 30.04 27.0107 +c1.16992 1.41992 2.25 2.89941 3.45996 4.2793c-1.19922 -3.24023 -2.66992 -6.37012 -4.15918 -9.47949c-1.25 -2.90039 -2.84082 -5.61035 -4.27051 -8.41992c-5.16016 -9.62988 -11.0195 -18.9102 -17.75 -27.5205 +c-4.03027 -5.20996 -8.53027 -10.0498 -13.3301 -14.5703c-6.63965 -6.0498 -14.0703 -11.3691 -22.4297 -14.7598c-8.20996 -3.37012 -17.3105 -4.62988 -26.0898 -3.29004c-3.56055 0.580078 -7.01074 1.69043 -10.4102 2.87988 +c-2.79004 0.970703 -5.39062 2.38086 -8.03027 3.69043c-3.42969 1.70996 -6.63965 3.80957 -9.70996 6.08008c2.70996 -3.06055 5.69043 -5.86035 8.7002 -8.61035c4.26953 -3.75977 8.74023 -7.30957 13.6299 -10.2295c3.98047 -2.4502 8.29004 -4.40039 12.8398 -5.51074 +c1.45996 -0.369141 2.95996 -0.459961 4.4502 -0.599609c-1.25 -1.09961 -2.62988 -2.04004 -3.99023 -2.97949c-9.60938 -6.54004 -20.0098 -11.8604 -30.6895 -16.4307c-20.8604 -8.7002 -43.1699 -13.9697 -65.7402 -15.3398 +c-4.66016 -0.240234 -9.32031 -0.360352 -13.9805 -0.360352c-4.97949 0.110352 -9.96973 0.130859 -14.9199 0.650391c-11.2002 0.759766 -22.29 2.73047 -33.1699 5.42969c-10.3496 2.70996 -20.5498 6.12012 -30.2998 10.5508 +c-8.70996 3.85938 -17.1201 8.41992 -24.9902 13.79c-1.83008 1.30957 -3.74023 2.5293 -5.37012 4.0791c6.60059 1.19043 13.0303 3.39062 18.9902 6.48047c5.74023 2.86035 10.9902 6.66016 15.6299 11.0703c2.24023 2.18945 4.29004 4.58984 6.19043 7.08984 +c-3.43066 -2.12988 -6.93066 -4.15039 -10.6201 -5.78027c-4.41016 -2.16016 -9.07031 -3.76953 -13.8105 -5.01953c-5.72949 -1.52051 -11.7393 -1.73047 -17.6094 -1.14062c-8.12988 0.950195 -15.8604 4.27051 -22.5098 8.98047 +c-4.32031 2.93945 -8.2207 6.42969 -11.96 10.0596c-9.93066 10.1602 -18.2002 21.8105 -25.6602 33.8604c-3.94043 6.26953 -7.53027 12.75 -11.1201 19.2197c-1.0498 2.04004 -2.15039 4.0498 -3.17969 6.10059c2.84961 -2.9209 5.56934 -5.9707 8.42969 -8.88086 +c8.99023 -8.96973 18.5596 -17.4395 29.1602 -24.4795c7.5498 -4.90039 15.6699 -9.23047 24.5596 -11.0303c3.11035 -0.729492 6.32031 -0.469727 9.46973 -0.80957c2.77051 -0.280273 5.56055 -0.200195 8.34082 -0.299805 +c5.0498 -0.0605469 10.1094 -0.0400391 15.1592 0.15918c3.65039 0.160156 7.27051 0.660156 10.8906 1.09082c2.06934 0.25 4.10938 0.709961 6.13965 1.19922c3.87988 0.950195 8.11035 0.959961 11.8301 -0.609375c4.75977 -1.85059 8.44043 -5.64062 11.3799 -9.70996 +c2.16016 -3.02051 4.06055 -6.2207 5.66016 -9.58008c1.16016 -2.43066 2.45996 -4.79004 3.5498 -7.26074c1 -2.23926 2.15039 -4.41992 3.41992 -6.51953c0.669922 -1.01953 1.40039 -2.15039 2.62012 -2.5498c1.06055 0.75 1.70996 1.91016 2.28027 3.03027 +c2.09961 4.15918 3.41992 8.64941 4.88965 13.0498c2.02051 6.58984 3.78027 13.2695 5.19043 20.0195c2.20996 9.25 3.25 18.7197 4.54004 28.1299c0.55957 3.98047 0.830078 7.99023 1.30957 11.9707c0.870117 10.6396 1.90039 21.2695 2.24023 31.9395 +c0.0800781 1.86035 0.240234 3.70996 0.25 5.57031c0.00976562 4.34961 0.25 8.68945 0.219727 13.0303c-0.00976562 2.37988 -0.00976562 4.75977 0 7.12988c0.0498047 5.06934 -0.200195 10.1396 -0.219727 15.21c-0.200195 6.60938 -0.709961 13.2002 -1.29004 19.7793 +c-0.730469 5.88086 -1.5498 11.7803 -3.12012 17.5107c-2.0498 7.75 -5.58984 15.0293 -9.7998 21.8193c-3.16016 5.07031 -6.79004 9.87988 -11.0898 14.0303c-3.87988 3.86035 -8.58008 7.08008 -13.9404 8.4502c-1.5 0.410156 -3.05957 0.450195 -4.58984 0.639648 +c0.0703125 2.99023 0.700195 5.93066 1.25977 8.85059c1.58984 7.70996 3.7998 15.2998 6.76074 22.5996c1.51953 4.03027 3.40918 7.90039 5.38965 11.7197c3.4502 6.56055 7.62012 12.79 12.46 18.46zM245.1 324.44 +c0.350586 0.0595703 0.709961 0.119141 1.07031 0.189453c0.19043 -1.79004 0.0898438 -3.58008 0.0996094 -5.37012v-38.1299c-0.00976562 -1.74023 0.130859 -3.49023 -0.149414 -5.21973c-0.360352 0.0302734 -0.709961 0.0498047 -1.06055 0.0498047 +c-0.949219 3.75 -1.71973 7.5498 -2.61914 11.3096c-0.380859 1.53027 -0.580078 3.09082 -1.07031 4.59082c-1.7002 0.239258 -3.42969 0.169922 -5.15039 0.199219c-5.05957 0.0107422 -10.1299 0 -15.1895 0.0107422 +c-1.66016 0.00976562 -3.32031 -0.0898438 -4.98047 0.0292969c-0.0302734 0.390625 -0.259766 0.910156 0.160156 1.18066c1.28027 0.649414 2.71973 0.879883 4.05957 1.34961c3.43066 1.13965 6.88086 2.16016 10.3105 3.31055 +c1.38965 0.479492 2.90039 0.719727 4.16016 1.54004c0.0400391 0.55957 0.0195312 1.12988 -0.0498047 1.67969c-1.23047 0.549805 -2.53027 0.870117 -3.81055 1.28027c-3.12988 1.0293 -6.29004 1.95996 -9.41016 3.01953c-1.79004 0.620117 -3.66992 1 -5.41016 1.79004 +c-0.0292969 0.370117 -0.0693359 0.730469 -0.109375 1.08984c5.08984 0.19043 10.2002 -0.0595703 15.2998 0.120117c3.36035 0.129883 6.73047 -0.0800781 10.0898 0.0703125c0.120117 0.389648 0.259766 0.769531 0.370117 1.16016 +c1.08008 4.93945 2.33008 9.8291 3.38965 14.75zM251.07 324.64c0.359375 -0.0498047 0.719727 -0.120117 1.08008 -0.199219c0.979492 -3.85059 1.72949 -7.76074 2.70996 -11.6104c0.359375 -1.41992 0.55957 -2.87988 1.0293 -4.27051 +c2.53027 -0.179688 5.07031 0.0107422 7.61035 -0.0498047c5.16016 -0.120117 10.3301 -0.120117 15.4902 -0.0693359c0.759766 0.00976562 1.51953 -0.0302734 2.2793 -0.0800781c-0.0390625 -0.360352 -0.0693359 -0.720703 -0.0996094 -1.08008 +c-1.82031 -0.830078 -3.78027 -1.25 -5.66992 -1.89062c-3.73047 -1.22949 -7.48047 -2.38965 -11.2197 -3.56934c-0.570312 -0.169922 -1.12012 -0.419922 -1.66992 -0.640625c-0.150391 -0.549805 -0.180664 -1.12012 -0.120117 -1.68945 +c0.870117 -0.480469 1.81934 -0.810547 2.76953 -1.08984c4.87988 -1.52051 9.73047 -3.14062 14.6299 -4.60059c0.379883 -0.129883 0.780273 -0.269531 1.12988 -0.490234c0.400391 -0.269531 0.230469 -0.790039 0.150391 -1.17969 +c-1.66016 -0.129883 -3.30957 -0.0302734 -4.96973 -0.0400391c-5.16992 -0.00976562 -10.3301 0.00976562 -15.5 -0.00976562c-1.61035 -0.0302734 -3.21973 0.0195312 -4.82031 -0.209961c-0.519531 -1.66992 -0.719727 -3.41992 -1.16992 -5.11035 +c-0.94043 -3.56934 -1.51953 -7.24023 -2.54004 -10.7793c-0.360352 -0.0107422 -0.709961 -0.0205078 -1.05957 -0.0605469c-0.290039 1.73047 -0.150391 3.48047 -0.150391 5.21973v38.1299c0.0205078 1.78027 -0.0800781 3.58008 0.110352 5.37012zM65.0498 279.67 +c1.12012 2.15039 2.08008 4.40039 3.37012 6.45996c-1.82031 -7.55957 -2.91016 -15.2695 -3.62012 -23c-0.799805 -7.70996 -0.849609 -15.4902 -0.540039 -23.2295c1.0498 -19.9404 5.54004 -39.8301 14.2305 -57.8809c2.99023 -5.98926 6.34961 -11.8291 10.5 -17.1094 +c6.12012 -7.46973 12.5293 -14.7598 19.8398 -21.0898c4.7998 -4.10059 9.99023 -7.78027 15.54 -10.8008c3.26953 -1.64941 6.50977 -3.38965 9.93945 -4.67969c5.01074 -2.03027 10.1904 -3.60938 15.4209 -4.93945c3.8291 -0.959961 7.7793 -1.41016 11.5195 -2.70996 +c5 -1.57031 9.46973 -4.61035 13.0303 -8.43066c4.92969 -5.22949 8.08984 -11.8701 10.2002 -18.6699c0.989258 -2.89941 1.58984 -5.91016 2.16992 -8.91992c0.149414 -0.75 0.219727 -1.51953 0.15918 -2.29004c-6.5 -2.78027 -13.2598 -5.05957 -20.2598 -6.17969 +c-4.10938 -0.780273 -8.29004 -0.990234 -12.46 -1.08008c-10.25 -0.240234 -20.4697 1.75977 -30.1201 5.12012c-3.73926 1.41992 -7.48926 2.84961 -11.0293 4.71973c-8.06055 3.83984 -15.6406 8.7002 -22.46 14.46c-2.9209 2.5498 -5.83008 5.12988 -8.40039 8.03027 +c-9.16016 9.83008 -16.2998 21.4102 -21.79 33.6494c-2.38965 5.55078 -4.61035 11.1807 -6.37012 16.96c-1.16992 3.94043 -2.36035 7.89062 -3.25977 11.9102c-0.75 2.94043 -1.21973 5.9502 -1.87012 8.91992c-0.459961 2.14062 -0.69043 4.32031 -1.03027 6.48047 +c-0.849609 5.42969 -1.2793 10.9297 -1.33008 16.4297c0.110352 6.18066 0.25 12.3701 1.07031 18.5c0.400391 2.86035 0.669922 5.74023 1.15039 8.60059c0.979492 5.69922 2.13965 11.3691 3.70996 16.9297c3.08984 11.6504 7.47949 22.9502 12.6895 33.8398z +M428.78 286.11c1.09961 -1.66016 1.91016 -3.48047 2.7793 -5.26074c2.10059 -4.44922 4.24023 -8.89941 6.02051 -13.4893c7.61035 -18.7607 12.2998 -38.79 13.04 -59.0508c0.0195312 -1.75977 0.0703125 -3.51953 0.110352 -5.29004 +c0.129883 -9.56934 -1.27051 -19.0898 -3.18066 -28.4492c-0.729492 -3.58984 -1.54004 -7.16992 -2.58008 -10.6904c-4.04004 -14.7197 -10 -29 -18.4102 -41.7803c-8.20996 -12.5693 -19.0098 -23.5498 -31.8398 -31.4092 +c-5.72949 -3.59082 -11.79 -6.64062 -18.0498 -9.19043c-5.78027 -2.19043 -11.71 -4.03027 -17.7998 -5.11035c-6.40039 -1.0498 -12.9102 -1.51953 -19.4004 -1.22949c-7.91992 0.479492 -15.7793 2.07031 -23.21 4.84961 +c-1.93945 0.799805 -3.93945 1.45996 -5.83984 2.33008c-0.209961 1.50977 0.25 2.99023 0.530273 4.45996c1.16016 5.74023 3.03027 11.3604 5.7002 16.5801c2.36914 4.50977 5.51953 8.65039 9.45996 11.9004c2.42969 2.0498 5.23926 3.60938 8.15918 4.83008 +c3.58008 1.5 7.4707 1.96973 11.2402 2.83008c7.23047 1.70996 14.3701 3.92969 21.1504 7c10.3496 4.64941 19.71 11.3799 27.6494 19.46c1.59082 1.60938 3.23047 3.17969 4.74023 4.86914c3.37012 3.76074 6.70996 7.57031 9.85059 11.5303 +c7.47949 10.0703 12.8193 21.5898 16.71 33.4805c1.58008 5.2998 3.20996 10.5996 4.20996 16.0498c0.629883 2.87012 1.04004 5.78027 1.51953 8.67969c0.870117 6.08984 1.58984 12.2207 1.67969 18.3799c0.120117 6.65039 0.140625 13.3203 -0.529297 19.9404 +c-0.730469 7.99023 -1.87012 15.96 -3.70996 23.7803z" /> + <glyph glyph-name="phoenix-squadron" unicode="" horiz-adv-x="512" +d="M96 384.62c46.4902 36.1299 105.55 56.0703 164.51 54.5703c29.5801 0.379883 59.1104 -5.37012 86.9102 -15.3301c-24.1299 4.62988 -49 6.33984 -73.3799 2.44922c-42.8701 -5.30957 -83.04 -27.1494 -111.83 -59.1797c5.66992 1 10.7803 3.66992 16 5.86035 +c18.1396 7.87012 37.4902 13.2598 57.2305 14.8301c19.7393 2.12988 39.6396 0.429688 59.2793 -1.91992c-14.4199 -2.79004 -29.1201 -4.57031 -43 -9.59082c-34.4297 -11.0693 -65.2695 -33.1592 -86.2998 -62.6299c-13.7998 -19.71 -23.6299 -42.8594 -24.6699 -67.1299 +c-0.349609 -16.4902 5.21973 -34.8096 19.8301 -44c7.01465 -4.23926 19.3594 -7.67969 27.5547 -7.67969c2.77539 0 7.23926 0.420898 9.96484 0.939453c15.4502 2.45996 30.0703 8.64062 43.6006 16.3301c11.5195 6.82031 22.6699 14.5508 32 24.25 +c3.79004 3.2207 2.53027 8.4502 2.62012 12.79c-2.12012 0.339844 -4.37988 1.11035 -6.30078 -0.299805c-9.47656 -5.19531 -25.5244 -12.0811 -35.8193 -15.3701c-20 -6.16992 -42.1602 -8.45996 -62.1006 -0.779297c12.79 -1.73047 26.0605 -0.310547 37.7402 5.43945 +c20.2305 9.71973 36.8105 25.2002 54.4404 38.7705c23.0107 17.7168 62.8379 42.4951 88.8994 55.3096c25.71 12 52.9404 22.7803 81.5703 24.1201c-15.6299 -13.7197 -32.1504 -26.5205 -46.7803 -41.3799c-14.5098 -14 -27.46 -29.5 -40.1094 -45.1807 +c-3.52051 -4.59961 -8.9502 -6.93945 -13.5801 -10.1592c-18.8516 -12.6768 -42.0986 -39.6016 -51.8906 -60.1006c-9.33008 -19.6797 -14.5 -41.8496 -11.7695 -63.6494c1.93945 -13.6904 8.70996 -27.5908 20.8994 -34.9102c12.9004 -8 29.0508 -8.07031 43.4805 -5.10059 +c32.7998 7.4502 61.4297 28.8906 81 55.8408c20.4404 27.5195 30.5195 62.1992 29.1602 96.3496c-0.520508 7.5 -1.57031 15 -1.66016 22.4902c8 -19.4805 14.8203 -39.71 16.6504 -60.8301c2 -14.2803 0.75 -28.7598 -1.62012 -42.9004 +c-1.91016 -11 -5.66992 -21.5098 -7.78027 -32.4297c17.209 19.293 34.833 55.6123 39.3398 81.0703c1.24121 7.8584 2.24902 20.6953 2.24902 28.6514c0 21.957 -7.37305 55.999 -16.459 75.9883c20.7803 -32 32.3398 -69.5801 35.71 -107.48 +c0.490234 -12.7295 0.490234 -25.5098 0 -38.2295c-2.37305 -28.7334 -15.6289 -72.5254 -29.5898 -97.75c-26.1201 -47.3398 -68 -85.6299 -117.19 -108c-78.29 -36.2305 -174.68 -31.3203 -248 14.6797c-32.9014 20.1289 -73.8711 64.3281 -91.4492 98.6602 +c-12.291 24.2021 -23.6523 65.8301 -25.3604 92.9199v31.3398c3.92969 69.7402 40.8701 135.92 96 178.36zM318 304.29c4.54688 0.770508 11.7148 2.77734 16 4.47949c5 1.77051 9.24023 5.94043 10.3203 11.2207c-8.95996 -4.99023 -17.9805 -9.91992 -26.3203 -15.7002z +" /> + <glyph glyph-name="sith" unicode="" +d="M0 416l118.75 -69.71l-11.5195 58.9004l91.0596 -69.8701c8.5 1.50977 17.0996 2.29004 25.71 2.29004s17.21 -0.770508 25.71 -2.29004l91.0596 69.8701l-11.5195 -58.9004l118.75 69.71l-69.71 -118.75l58.8604 11.5195l-69.8408 -91.0293 +c3.04004 -17.0098 3.03027 -34.4404 0 -51.4502l69.8408 -91.0303l-58.8604 11.5205l69.71 -118.78l-118.75 69.71l11.5195 -58.8604l-91.0293 69.8408c-17.0098 -3.04004 -34.46 -3.04004 -51.4805 0l-91.0293 -69.8408l11.5195 58.8604l-118.75 -69.71l69.71 118.78 +l-58.8604 -11.5205l69.8408 91.0303c-1.25488 7.04492 -2.27246 18.5693 -2.27246 25.7246c0 7.15625 1.01758 18.6807 2.27246 25.7256l-69.8408 91.0293l58.8604 -11.5195zM224 316.22c-31.7998 0 -63.6104 -12.0898 -87.8496 -36.3398 +c-48.4902 -48.4902 -48.5 -127.2 0 -175.7c48.5 -48.4893 127.21 -48.5195 175.699 -0.0292969c48.4902 48.4893 48.5 127.199 0 175.699c-24.25 24.25 -56.0498 36.3701 -87.8496 36.3701zM224 279.56c22.4199 0 44.8301 -8.51953 61.9199 -25.6094 +c34.1904 -34.1904 34.1797 -89.6904 0 -123.87c-34.1895 -34.1797 -89.6504 -34.1904 -123.84 0c-34.1904 34.1895 -34.1797 89.6895 0 123.87c17.0898 17.0898 39.5 25.6094 61.9199 25.6094z" /> + <glyph glyph-name="trade-federation" unicode="" horiz-adv-x="496" +d="M248 439.2c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -43.5996c129.7 0 234.8 105.1 234.8 234.8s-105.1 234.8 -234.8 234.8s-234.8 -105.1 -234.8 -234.8s105.1 -234.8 234.8 -234.8zM403.1 284.9v-0.100586h-145.699 +v-34.7998h83.2998v-47h-83.2998v-195.8h-48.8008v196.8h-117.699l-36.7002 46h155.1v81.7002h193.8v-46.7998zM329.8 239.8h-82.8994v56.2002h145v24.4004h-171.801v-80.6006h-143.899l20.0996 -23.8994h123.8v-197.4h26.8008v197.4h82.8994v23.8994zM168.5 308.8l22 9.2998 +l-15.7998 -18.0996l15.7002 -18.0996l-22.2002 9.5l-12.2998 -20.5l2.09961 24l-23.2998 5.39941l23.5 5.40039l-2.10059 23.7998zM138.9 328.5l9.5 -10.2002l-13.8008 5.2998l-6.7998 -12.1992l0.799805 14.6992l-13.6992 2.7002l14.2998 3.7998l-1.7002 13.9004 +l8 -12.4004l12.7002 5.90039zM304.3 183.3l-9.2998 -10.7998l9.40039 -10.7002l-13.1006 5.5l-7.2998 -12.2002l1.2002 14.2002l-13.9004 3.2002l13.9004 3.2002l-1.2998 14.2002l7.2998 -12.2002zM411.2 260.5l-15 -17.5996l15.0996 -17l-21.2002 8.7998l-11.5 -19.6006 +l1.80078 22.9004l-22.2002 4.90039l22.2998 5.39941l-2.2002 22.7002l12 -19.5996zM248 418.1c125.3 0 226.9 -101.6 226.9 -226.899s-101.601 -226.9 -226.9 -226.9s-226.9 101.601 -226.9 226.9s101.601 226.899 226.9 226.899zM342.6 252h-83.1992v30.9004h145.699 +v50.6992h-197.8v-81.5996h-157.399l40 -49.9004h116.699v-196.8h52.7002v195.7h83.2998v51zM248 404.8c-94.5996 0 -174.9 -61.5996 -202.9 -146.8h157.4v81.5996h199.1c-38.7998 40.2002 -93.2998 65.2002 -153.6 65.2002zM248 -22.2998c117.9 0 213.5 95.5996 213.4 213.5 +c0 51.8994 -18.5 99.5 -49.3008 136.5v-50.7998h-145.6v-19.2002h83.2002v-62.7002h-83.2998v-195.8h-64.6006v196.8h-114.7l-43.7998 56.2998c-5.7998 -19.2998 -8.89941 -39.8994 -8.89941 -61.0996c0 -117.9 95.6992 -213.5 213.6 -213.5zM178.8 173l22.7002 9.2998 +l-16.9004 -17.0996l15.8008 -18.7998l-21.5 10.7998l-13 -20.9004l3.69922 23.7998l-23.7998 5.90039l23.7002 3.90039l-1.7002 24.5z" /> + <glyph glyph-name="wolf-pack-battalion" unicode="" horiz-adv-x="512" +d="M267.73 -23.5303l-11.4404 -21.1396l-11.4404 21.1104l-10.5596 -15.8408l-5.28027 12.3203l-5.2793 -7v-29.8301c-21.0605 7.91992 -21.1104 66.8604 -25.5107 97.21c-4.62012 31.8799 0.879883 92.8105 -81.3701 149.11c8.88086 23.5996 12 49.4297 2.64062 80.0498 +c-27.8701 -3.33008 -53.9404 -10.5801 -63.3398 -54.0996l30.3496 -8.36035c-11.2002 -23.04 -17.0195 -46.7598 -13.2002 -72.1396l27.2705 7l6.16016 -33.4307l18.4697 7l8.7998 -33.4297l19.3496 7l-26.4297 -21.0596l-8.7998 28.1494l-24.6299 -5.28027l-7 35.6309 +l-26.3906 -14.5205c-0.25 20.0205 -6.95996 58.0605 8.80078 84.4502l-26.3906 -5.28027c-3.99023 22.0703 2.37988 39.21 7.91992 56.7402l-22.4297 -9.67969c0.44043 25.0693 29.9404 56.79 61.5898 58.5098c20.2197 1.08984 56.7305 25.1602 54.1006 51.8994 +c-1.95996 19.8701 -17.4502 42.6201 -43.1104 49.7002c43.9795 -36.5098 9.71973 -67.2998 -5.28027 -73.46c-4.39941 11.4404 -17.54 69.0801 0 130.2c40.4697 -22.8701 89.7002 -65.0996 93.21 -147.86l58.0605 -38.71l3.51953 -93.25l-107.33 59.8203l-7 -7 +l17.5801 -3.50977l44 -38.71l15.8398 5.2793l28.1504 -49.2598l3.51953 -119.64l-21.1094 -15.8398l32.5498 -15.8398l32.5498 15.8398l-21.1094 15.8398l3.51953 119.64l28.0996 49.25l15.8408 -5.28027l44 38.7109l17.5898 3.51953l-7 7l-107.3 -59.7695l3.51953 93.25 +l58 38.71c3.5498 82.6895 52.8096 124.92 93.2002 147.79c17.54 -61.1201 4.39941 -118.761 0 -130.2c-14.96 6.16016 -49.2803 36.9502 -5.28027 73.46c-25.6602 -7.08008 -41.1104 -29.8301 -43.1104 -49.7002c-2.63965 -26.7305 33.8809 -50.8096 54.1006 -51.9004 +c31.6396 -1.70996 61.1396 -33.4297 61.5801 -58.5l-22.4307 9.68066c5.54004 -17.5303 11.9209 -34.6699 7.9209 -56.7402l-26.3906 5.28027c15.7998 -26.3906 9.0498 -64.4502 8.7998 -84.4502l-26.3896 14.5195l-7 -35.6299l-24.5898 5.24023l-8.7998 -28.1504 +l-26.3906 21.1104l19.3506 -7l8.7998 33.3896l18.4697 -7l6.16016 33.4307l27.2803 -7.05078c3.7998 25.3809 -2.0498 49.1406 -13.2002 72.1406l30.3496 8.35938c-9.42969 43.5205 -35.4297 50.7305 -63.3398 54.1006 +c-9.35938 -30.6201 -6.24023 -56.4404 2.64062 -80.0498c-82.25 -56.3008 -76.75 -117.221 -81.3701 -149.11c-4.40039 -30.3496 -4.4502 -89.29 -25.5107 -97.21v29.9502l-5.2793 7l-5.28027 -12.3203zM346.9 71.4697l-15.8408 10.5303 +c7.4707 4.36035 13.7607 8.41992 19.3506 12.3203c-0.600586 -7.2207 -0.270508 -13.8398 -3.50977 -22.8398v-0.0107422zM375.05 120.73c-0.399414 -10.9404 -0.899414 -21.6602 -1.75977 -31.6709c-7.84961 1.86035 -15.5703 3.80078 -21.1104 7 +c8.24023 7.94043 15.5508 16.3203 22.8701 24.6807v-0.00976562zM399.68 115.45l-23.75 6.16016c5.62695 7.16797 13.9014 19.3848 18.4707 27.2695c3.22949 -9.21973 5.2793 -20 5.2793 -33.4297zM403.2 196.39c19.4395 -12.8096 27.7998 -33.6592 29.9102 -56.2998 +c-12.3203 4.53027 -24.6299 9.31055 -36.9502 10.5605c5.05957 12 6.64941 28.1396 7 45.7393h0.0400391zM401.44 242.13c18.5596 -2.62988 35.1494 -9.18945 45.7598 -28.1494c-14.2197 -4.36035 -24.7803 -5.9707 -44 -14.0801 +c0.0800781 13.4092 -0.950195 27.9297 -1.75977 42.2295zM165.68 71.4805c-3.23926 9 -2.91016 15.5791 -3.50977 22.8398c5.58984 -3.90039 11.8799 -7.95996 19.3496 -12.3203zM137.53 120.74c7.31934 -8.36035 14.6299 -16.7402 22.8701 -24.6699 +c-5.54004 -3.2002 -13.2607 -5.14062 -21.1104 -7c-0.860352 10.0098 -1.36035 20.7295 -1.75977 31.6699zM112.89 115.46c0 13.4297 2 24.21 5.28027 33.4297c4.56934 -7.88477 12.8438 -20.1016 18.4697 -27.2695zM109.37 196.4h0.0898438 +c0.349609 -17.6006 2 -33.7402 7 -45.7402c-12.3701 -1.25 -24.6797 -6.03027 -37 -10.5605c2.11035 22.6406 10.4697 43.4902 29.9102 56.3008zM111.13 242.14c-0.80957 -14.2998 -1.83984 -28.8193 -1.75977 -42.2295c-19.2197 8.10938 -29.7803 9.71973 -44 14.0801 +c10.6299 18.9502 27.2295 25.5195 45.7598 28.1494z" /> + <glyph glyph-name="hornbill" unicode="" horiz-adv-x="512" +d="M76.3799 77.7002c0.182617 -1.37207 0.331055 -3.6084 0.331055 -4.99219c0 -20.8662 -16.9346 -37.8008 -37.7998 -37.8008s-37.7998 16.9346 -37.7998 37.8008c0 20.8652 16.9346 37.7998 37.7998 37.7998c1.49805 0 3.91602 -0.173828 5.39844 -0.387695 +c-78.2793 111.35 52 190.53 52 190.53c-5.85938 -43 -8.23926 -91.1602 -8.23926 -91.1602c-67.3105 -41.4902 0.929688 -64.0605 39.8096 -72.8701c18.6445 -50.7129 77.6279 -91.9023 131.66 -91.9404c1.91992 0 3.76953 0.209961 5.66992 0.280273l0.110352 -18.8604 +c-99.2207 -1.38965 -158.7 29.1406 -188.94 51.6006zM184.38 405.4c109.75 73.9395 187.601 -54.0605 187.601 -54.0605c-43.04 5.86035 -91.1807 8.24023 -91.1807 8.24023c-43.0996 70.0098 -65.7998 -6.58008 -73.7998 -44.29 +c-48.4805 -19.5557 -87.8545 -77.8545 -87.8896 -130.13c0 -0.910156 0.139648 -1.78027 0.139648 -2.67969l-21.8398 -0.150391c-1.41016 100.43 29.8701 160.09 52.4199 190c-0.842773 -0.0683594 -2.21191 -0.123047 -3.05664 -0.123047 +c-20.9482 0 -37.9502 17.001 -37.9502 37.9492c0 20.9492 17.002 37.9502 37.9502 37.9502c13.1934 0 28.5273 -9.65723 34.2266 -21.5566c2.04199 -4.25488 3.7002 -11.5381 3.7002 -16.2578c0 -1.35547 -0.143555 -3.54785 -0.320312 -4.8916zM488.57 271.23 +c-4.21777 -2.00879 -11.3906 -3.63867 -16.0615 -3.63867c-0.886719 0 -2.32422 0.0625 -3.20898 0.138672c84.4502 -113.45 -49 -194.61 -49 -194.61c5.87012 43.0303 8.20996 91.1602 8.20996 91.1602c66.6006 40.96 0.640625 63.54 -38.46 72.54 +c-19.3633 48.9775 -77.8232 88.7422 -130.49 88.7598c-2.75 0 -5.43945 -0.259766 -8.13965 -0.410156l-0.139648 22.5c93.6094 1.33008 151.72 -25.7998 183.45 -47.7402c-0.226562 1.52539 -0.40918 4.01465 -0.40918 5.55566c0 20.9434 16.9971 37.9404 37.9395 37.9404 +c20.9434 0 37.9404 -16.9971 37.9404 -37.9404c0 -13.2236 -9.69043 -28.5703 -21.6309 -34.2549zM374.06 11.7598v-0.0595703c0.0917969 0.000976562 0.239258 0.000976562 0.330078 0.000976562c20.9375 0 37.9297 -16.9922 37.9297 -37.9297 +s-16.9922 -37.9297 -37.9297 -37.9297c-13.1963 0 -28.5273 9.66211 -34.2197 21.5684c-1.76367 3.66602 -3.39453 9.93848 -3.63965 14c-111.98 -80.3398 -191.9 51 -191.9 51c43.0703 -5.87988 91.1904 -8.21973 91.1904 -8.21973 +c41.3301 -67.1709 63.9199 0.540039 72.7695 39.4893c50.418 18.7646 91.3604 77.6543 91.3906 131.45c0 2.08008 -0.220703 4.08984 -0.300781 6.15039l19.5205 0.139648c1.28027 -89.9697 -23.71 -147.2 -45.1406 -179.66z" /> + <glyph glyph-name="mailchimp" unicode="" +d="M330.61 204.48c-2.50977 3.17969 -4.70996 8.31934 -5.9707 14.3193c-2.22949 10.6807 -1.98926 18.4102 4.24023 19.4199c6.23047 1.01074 9.25 -5.45996 11.4805 -16.1299c1.5 -7.17969 1.20996 -13.7803 -0.450195 -17.6094 +c-1.27832 0.165039 -3.36133 0.299805 -4.65039 0.299805c-1.28809 0 -3.37207 -0.134766 -4.64941 -0.299805zM277.05 196c-4.45996 1.95996 -10.2598 4.13965 -17.2598 3.7002c-12.5996 -0.770508 -21.75 -7.21973 -22.5996 -3.48047 +c-0.400391 1.83984 2.40918 4.87988 5.40918 7.06055c4.5791 3.35254 12.9014 6.07422 18.5762 6.07422c3.45312 0 8.84473 -1.07324 12.0342 -2.39453c8.63965 -3.7002 14.0098 -11.1504 12.1201 -13.0898c-1.08008 -1.12988 -3.81055 0.129883 -8.28027 2.12988z +M268.05 190.87c9.68066 1.14941 16.8604 -4.62988 15.4004 -6.85059c-0.629883 -1.00977 -2.02051 -0.829102 -4.94043 -0.489258c-1.55078 0.239258 -4.08301 0.433594 -5.65234 0.433594c-3.72656 0 -9.58105 -1.06738 -13.0674 -2.38379 +c-4.04004 -1.62012 -4.30957 -1.15039 -5.20996 -0.810547c-1.53027 3.57031 4.40039 8.68066 13.4697 10.1006zM322.22 173.77c-3.40039 -6.91016 -17.7002 0.0703125 -14.2998 7c3.40039 6.93066 17.6797 -0.129883 14.2998 -7zM337.88 194.24 +c7.69922 -0.149414 7.42969 -16.0605 -0.259766 -15.9307c-7.69043 0.130859 -7.40039 16.0605 0.259766 15.9307zM119.09 115.34c4.0293 0.910156 3.40039 -1.25 3.37012 -0.359375c0.256836 -0.317383 0.46582 -0.904297 0.46582 -1.3125 +c0 -0.299805 -0.119141 -0.755859 -0.265625 -1.01758c-3.16016 -7.37012 -20.1904 -7.68066 -21.5801 9c-0.910156 10.8594 9.30957 21.0293 -2.28027 28.6191c-1.77734 1.17773 -4.95117 2.13281 -7.08301 2.13281c-3.84961 0 -8.67285 -2.62207 -10.7666 -5.85254 +c-3.2998 -5.16016 -3.11035 -12.2002 -7.37988 -11.6299c-3.7207 0.540039 -3.70996 14.4805 5 24.0801c7.22949 8 25.9492 11.9297 35.0498 -5.54004c8.11035 -15.3896 -8.2002 -27.7695 -3 -35.7695c2.46973 -3.80078 7.14941 -2.66016 8.46973 -2.35059zM418.81 132.41 +c6.44043 0 16.5605 -7.5 16.5605 -25.2705c0 -17.7695 -7.37012 -37.9092 -9.11035 -42.3799c-54.3896 -130.279 -264.56 -130.06 -322.29 3c-31.5293 -0.0400391 -64.1699 26.9805 -67.5293 60.3799c-0.256836 2.25195 -0.463867 5.91992 -0.463867 8.18652 +c0 7.21289 2.04395 18.5537 4.56348 25.3135l-14.7598 12.5107c-67.5498 57.04 143.72 291.85 211.27 232.93c0.339844 -0.299805 22.9902 -22.5205 23.0498 -22.5703l12.5508 5.33008c59.2695 24.5303 107.359 12.6904 107.42 -26.4697 +c0.0292969 -20.3604 -12.9404 -44.1006 -33.7305 -65.6504c26.1699 -24.2998 20.0205 -71.6094 21.5205 -83c7.19922 -2 30.6992 -7.62012 41.0996 -18.54c18.3604 -19.25 5.52051 -39.5801 3.07031 -43.25c4.20996 -11.2998 3.42969 -8.79004 6.7793 -20.5195z +M102.81 84.25c29.4502 -0.680664 38.6309 28.2002 34.0908 57.8398c-9.74023 62.9404 -90.1699 48.9805 -84 -12.3301c2.44922 -24.3594 27.0898 -44.8994 49.9092 -45.5098zM84.2998 198.45c19.3105 51.8096 51.54 99.5498 94.2002 132.399 +c31.6504 26.4102 65.7998 45.3506 65.7998 45.3506s-18.3896 21.3193 -23.9395 22.8896c-34.1699 9.23047 -107.94 -41.6494 -155.051 -108.88c-19.0596 -27.21 -46.3096 -75.3604 -33.2998 -100.21c1.58984 -3 10.71 -10.9297 15.5898 -15 +c8.18066 11.9102 21.54 20.5 36.7002 23.4502zM323.18 97.2998c2.58984 0.259766 0.560547 -2.53027 0.560547 -2.53027s-27.4004 -12.75 -71 0.740234c1.20996 -10.2295 11.1699 -14.8193 15.9395 -16.6699c31.4004 -12.21 86.6904 -2.58008 128.46 26 +c0.850586 0.589844 1.41992 0 0.730469 -1c-28.9697 -41.3496 -128.73 -54.7598 -151.37 -21.3496c-12.0801 17.8301 -0.599609 43.8594 19.5498 41.1494c6.7998 -0.769531 53.7705 -8 100.48 13.6807c27.4893 12.7598 37.8701 26.79 36.3096 38.1602 +c-0.447266 3.00293 -2.57031 7.16504 -4.74023 9.28906c-5 4.83008 -12.79 8.60059 -26 12.3105c-4.35938 1.22949 -7.31934 2.00977 -10.5098 3.05957c-5.67969 1.83008 -8.47949 3.33008 -9.10938 14c-0.280273 4.62988 -1.09082 20.9102 -1.38086 27.6299 +c-0.519531 11.7607 -1.91992 27.8506 -11.9199 34.4902c-2.37305 1.51953 -6.58691 2.75195 -9.40527 2.75195c-1.1748 0 -3.05371 -0.229492 -4.19434 -0.511719c-5.69043 -0.969727 -9.06055 -4.00977 -13.2598 -7.50977 +c-12.4404 -10.3701 -22.9502 -12.0605 -34.6406 -11.5605c-6.98926 0.290039 -14.3994 1.37988 -22.8799 1.87988l-5 0.290039c-19.5801 1 -40.5693 -15.9092 -44.0693 -39.9092c-4.86035 -33.4307 19.3291 -50.7002 26.3291 -60.8301 +c0.912109 -1.0918 1.77246 -3.12598 1.9209 -4.54004c0 -1.94043 -1.25 -3.48047 -2.48047 -4.79004c-19.9805 -20.54 -26.3701 -53.1699 -18.8398 -80.3701c0.768555 -2.76562 2.35938 -7.12891 3.5498 -9.74023c17.7002 -41.2598 72.4902 -60.4795 126 -43 +c5.81152 1.89844 14.9238 5.74219 20.3398 8.58008c9.78906 4.8418 23.7441 15.2852 31.1504 23.3096c14.2002 14.8408 22.6396 30.9707 25.9297 50.8408c2.81055 18.6191 -7.78027 18.7598 -11.4395 18.0996c-1.13477 6.94531 -4.32422 17.8223 -7.12012 24.2803 +c-15.6299 -12.3506 -35.71 -20.9707 -51 -25.3506c-69.4004 -19.9102 -90.1904 6.35059 -96.4004 -13.8096c33.7705 -12.3701 69.5098 -7.07031 69.5098 -7.07031zM171.31 290.5l0.0605469 0.00976562c-0.0947266 -0.115234 -0.171875 -0.331055 -0.171875 -0.481445 +c0 -0.418945 0.34082 -0.759766 0.759766 -0.759766c0.124023 0 0.308594 0.0546875 0.412109 0.121094c11.4199 8.30078 64.9502 42.7705 134.5 26.8301c0.860352 -0.189453 1.39941 1.29004 0.639648 1.7207c-11.3398 6.33984 -28.6895 10.6494 -41 10.7393 +c-0.404297 0.00976562 -0.732422 0.345703 -0.732422 0.75c0 0.134766 0.0634766 0.332031 0.142578 0.44043c1.84668 2.41602 5.30078 5.88379 7.70996 7.74023c0.166992 0.126953 0.302734 0.401367 0.302734 0.611328c0 0.424805 -0.344727 0.770508 -0.770508 0.770508 +c-0.0146484 0 -0.0380859 -0.000976562 -0.0517578 -0.00195312c-17.5205 -1.08008 -37.5107 -9.4707 -49 -17.2998c-0.107422 -0.0751953 -0.300781 -0.136719 -0.431641 -0.136719c-0.414062 0 -0.75 0.335938 -0.75 0.75 +c0 0.0498047 0.00976562 0.12793 0.0214844 0.176758c0.899414 4.30957 3.72949 9.98926 5.18945 12.6494c0.0566406 0.0947266 0.102539 0.261719 0.102539 0.37207c0 0.402344 -0.327148 0.729492 -0.730469 0.729492 +c-0.110352 0 -0.276367 -0.0449219 -0.37207 -0.101562c-18.4697 -9.4502 -39.0898 -26.2803 -55.8301 -45.6299z" /> + <glyph glyph-name="megaport" unicode="" horiz-adv-x="496" +d="M214.5 238.4l33.4004 33.3994l33.3994 -33.3994v-66.4004l-33.2998 -33.2998l-33.5 33.5v66.2002zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM393.1 25.5996h0.100586v87.1006l-59.7002 59.7002v87.5996l-59.5 59.5 +v75.5996l-26.0996 19.2002l-26.1006 -19.2002v-75.5996l-59.5 -59.5v-87.9004l-59.5 -59.5v-87l26.1006 -19.1992l26.0996 19.1992v65.5l33.5 33.4004l33.4004 -33.4004v-65.5l26.0996 -19.1992l26.2002 19.1992v65.5l33.3994 33.4004l33.4004 -33.4004v-65.5l26 -19.1992z +" /> + <glyph glyph-name="nimblr" unicode="" horiz-adv-x="384" +d="M246.6 148.71c15.5703 0 27.1504 -11.46 27.1504 -27s-11.6201 -27 -27.1504 -27c-15.6992 0 -27.1494 11.5703 -27.1494 27s11.5498 27 27.1494 27zM113 121.75c0 15.6104 11.6797 27 27.1504 27c15.4697 0 27.1494 -11.46 27.1494 -27s-11.4697 -27 -27.1494 -27 +c-15.4404 0 -27.1504 11.3096 -27.1504 27zM191.76 289c98.3701 0 177.76 -78.9102 177.76 -176.48c0 -97.5693 -79.6094 -176.52 -177.76 -176.52c-98.1494 0 -177.76 78.8701 -177.76 176.52v335.48l45.25 -227c30.2002 48.2305 97.75 68 132.51 68zM191.76 -19.1201 +c73.2402 0 132.51 58.96 132.51 131.64c0 72.6807 -59.2393 131.54 -132.51 131.54c-73.2695 0 -132.51 -58.8994 -132.51 -131.59c0 -72.6895 59.2402 -131.59 132.51 -131.59z" /> + <glyph glyph-name="rev" unicode="" +d="M289.67 173.11c0 -36.1943 -29.375 -65.5801 -65.5703 -65.5801c-36.1943 0 -65.5693 29.375 -65.5693 65.5693c0 36.1953 29.375 65.5703 65.5693 65.5703h0.0107422c36.1445 -0.0439453 65.5156 -29.415 65.5596 -65.5596zM429.22 178.16v-210.16h-210.16v0.110352 +c-110.939 2.70996 -200.06 93.4092 -200.06 205c0 108.569 84.2998 197.319 191 204.569v38.3203l108.77 -62.7803l-108.77 -62.79v39.1201c-80 -7.16016 -143 -74.5498 -143 -156.43c0 -86.6201 70.4902 -157.12 157.11 -157.12s157.09 70.5 157.09 157.12 +c-0.0224609 47.1709 -32.1934 106.235 -71.8105 131.84l45.3799 26.2002c39.8018 -32.8584 73.0977 -101.402 74.3203 -153h0.129883z" /> + <glyph glyph-name="shopware" unicode="" horiz-adv-x="512" +d="M403.5 -7.41016c-36.0898 -26.8223 -101.875 -48.5908 -146.841 -48.5908c-0.181641 0 -0.477539 0.000976562 -0.65918 0.000976562c-137.19 0 -248 111 -248 248c0 137.19 111 248 248 248h0.211914c52.3994 0 126.538 -28.4482 165.488 -63.5 +c0.643555 -0.585938 1.16602 -1.76855 1.16602 -2.63965c0 -1.9707 -1.59961 -3.56934 -3.57031 -3.56934c-0.125977 0 -0.330078 0.0126953 -0.456055 0.0292969c-15.2227 2.03223 -40.042 3.68164 -55.4004 3.68164 +c-0.361328 0 -0.948242 -0.000976562 -1.30957 -0.00195312c-129.36 0 -222.399 -53.4697 -222.399 -155.35c0 -109 92.1299 -145.881 176.829 -178.73c33.6406 -13 65.4004 -25.3604 87 -41.5898c0.788086 -0.592773 1.42676 -1.87402 1.42676 -2.86035 +c0 -0.985352 -0.638672 -2.2666 -1.42676 -2.85938zM503 214.91c0.578125 -6.2832 1.04688 -16.5039 1.04688 -22.8135c0 -25.8613 -7.62793 -66.4043 -17.0273 -90.4971c-0.495117 -1.2373 -1.98047 -2.24316 -3.31348 -2.24316 +c-0.495117 0 -1.25 0.19043 -1.68652 0.423828c-29.4893 16.3594 -61.6094 28.3398 -92.6797 39.9297c-60.2803 22.4902 -112.34 41.8896 -112.34 84.4902c0 1.45996 -3.87988 53.6299 80.25 53.6299c50.8604 0 92.7197 -17.4805 144.48 -60.4805 +c0.625 -0.530273 1.19336 -1.62305 1.26953 -2.43945z" /> + <glyph glyph-name="squarespace" unicode="" horiz-adv-x="512" +d="M186.12 104.66l157.22 157.2c38.5703 38.5898 101.13 38.5898 139.72 0c38.5908 -38.5801 38.5908 -101.13 0 -139.721l-119.25 -119.239l-0.0400391 -0.0400391c-19.2891 -19.2705 -50.5498 -19.25 -69.8193 0.0400391l154.149 154.14 +c19.29 19.29 19.29 50.5703 0 69.8604s-50.5693 19.29 -69.8594 0l-157.181 -157.181c-9.64941 -9.64941 -25.29 -9.64941 -34.9395 0c-9.65039 9.65039 -9.65039 25.29 0 34.9404zM430.65 209.46c9.63965 -9.63965 9.63965 -25.2803 -0.0107422 -34.9297l-157.199 -157.2 +c-38.5801 -38.5703 -101.141 -38.5703 -139.721 0l-0.0195312 0.0195312c-9.64062 9.65039 -9.62988 25.29 0.0195312 34.9307l0.0107422 0.00976562c9.64941 9.63965 25.2793 9.62988 34.9199 -0.00976562l0.0498047 -0.0498047 +c19.29 -19.2607 50.5498 -19.2402 69.8193 0.0498047l157.2 157.18c9.64062 9.65039 25.2803 9.65039 34.9307 0zM168.66 122.13c-38.6006 -38.5801 -101.13 -38.5801 -139.73 0.00976562c-38.5801 38.5801 -38.5801 101.13 0 139.721l119.23 119.25l0.0195312 0.0195312 +c19.3008 19.2803 50.5703 19.2705 69.8506 -0.0195312l-154.17 -154.17l-0.0302734 -0.0302734c-19.2803 -19.2998 -19.2598 -50.5605 0.0302734 -69.8398l0.00976562 -0.0107422c19.29 -19.29 50.5703 -19.2793 69.8496 0.0107422l157.21 157.18 +c9.64062 9.63965 25.2705 9.63965 34.9102 0c9.64062 -9.65039 9.64062 -25.29 0 -34.9404zM81.3301 174.53c-9.64062 9.64941 -9.65039 25.29 0 34.9297l157.189 157.19c38.5908 38.5898 101.131 38.5898 139.721 0c9.64941 -9.64062 9.64941 -25.2803 0 -34.9307 +c-9.64062 -9.64941 -25.2803 -9.64941 -34.9307 0l-0.0195312 0.0205078c-19.29 19.2793 -50.5596 19.2695 -69.8398 -0.0205078l-157.21 -157.189c-9.64062 -9.64062 -25.2705 -9.64062 -34.9102 0z" /> + <glyph glyph-name="themeco" unicode="" +d="M202.9 439.57c9.89941 5.72949 26 5.81934 35.9492 0.209961l191.15 -107.63c10 -5.60059 18 -19.4404 18 -30.8604v-217.29c0 -11.4404 -8.05957 -25.29 -18 -31l-191.19 -108.74c-9.92969 -5.66016 -26 -5.56934 -35.8496 0.209961l-185.1 108.41 +c-9.86035 5.78027 -17.8604 19.7402 -17.8604 31.1201v217.29c0 11.4404 8 25.3604 17.9102 31.0801zM125.5 239.74c-15.9404 0 -31.8896 -0.140625 -47.8301 -0.140625v-101.449h19.1299v29.8496h28.7002c49.71 0 49.5596 71.7402 0 71.7402zM265.64 139.45 +l-30.7295 34.6396c37 7.50977 34.7998 65.2305 -10.8701 65.5098c-16.0898 0 -32.1699 0.140625 -48.2598 0.140625v-101.59h19.1299v33.9092h18.4102l29.5596 -33.9092h22.7598v1.2998zM224.05 221.77c23.3398 0 23.2598 -32.46 0 -32.46h-29.1299v32.46h29.1299z +M128.49 223.37c21.1797 0 21.1094 -38.8506 0 -38.8506h-32.3105v38.8408zM321.14 241.62c-68.46 0 -71 -105.8 0 -105.8c69.4805 0.00976562 69.4102 105.8 0 105.8zM321.14 224.23c44.1201 0 44.8008 -70.8604 0 -70.8604c-44.7998 0 -44.4297 70.8604 0 70.8604z" /> + <glyph glyph-name="weebly" unicode="" horiz-adv-x="512" +d="M425.09 382.17c50.9102 0 87.5498 -35.1504 86.9199 -83.4697c0 -21.6201 -0.950195 -18.5498 -77.5 -227.2c-22.3799 -60.5703 -67.7695 -69.6699 -92.7402 -69.6699c-39.2393 0 -70.0391 19.46 -85.9297 54.29c-15.8896 -34.5205 -46.7002 -53.9805 -85.9297 -53.9805 +c-24.9697 0 -70.3701 8.78027 -92.7402 69.3506c-72.9902 200.21 -77.1699 204.52 -77.1699 233.479c0 43.3105 38.5898 77.2002 87.54 77.2002c40.21 0 73.2803 -25.7295 83.6602 -64.3301c18.4795 58.0498 65.5 64.3301 85.2803 64.3301 +c19.4492 0 66.7891 -6.26953 84.9492 -64.3301c10.3799 38.6006 43.7803 64.3301 83.6602 64.3301zM451.43 267.36c3.49023 11.1992 7.29004 19.3701 7.61035 27.2393c0 22.3906 -16.1602 35.71 -38.3301 35.71c-18.6904 0 -31.9902 -11.7998 -36.1104 -29.0498 +l-44.0293 -139.819h-0.950195l-44.6602 136.79c-6.01953 19.9697 -16.4697 32.0791 -38.96 32.0791s-32.9404 -12.4092 -38.96 -32.0791l-44.6602 -136.79h-0.950195l-44.0293 139.819c-4.12012 17.25 -17.4199 29.0498 -36.1104 29.0498 +c-22.4902 0 -38.3301 -13.0195 -38.3301 -29.3594c0 -10.5898 2.54004 -19.6699 7.91992 -34.5l64.9404 -175.23c7.91016 -21.4795 21.2197 -37.2197 46.2393 -37.2197c23.1201 0 37.0605 12.0996 44.0205 33.5996l39.2803 117.42h0.949219l39.2803 -117.42 +c6.65039 -21.4893 20.5898 -33.8994 44.0303 -33.8994c25.0195 0 38.3203 15.7295 46.2402 37.2197z" /> + <glyph glyph-name="wix" unicode="" horiz-adv-x="640" +d="M393.38 316.31c0 -13.0293 2.08008 -32.6895 -28.6797 -43.8291c-9.52051 -3.4502 -15.9502 -9.66016 -15.9502 -9.66016c0 31 4.71973 42.2197 17.4004 48.8594c9.75 5.11035 27.2295 4.62988 27.2295 4.62988zM277.58 280.77 +c5.47949 26.3408 30.8799 38.3408 55.2998 35.2705l-65.5703 -247.93s-21.6396 -1.56055 -32.46 3.95996c-14.2197 7.25 -20.9893 12.8398 -29.5898 46.5693c-7.66992 30.0703 -29.1494 118.4 -31.1201 124.7c-4.30957 13.8105 -10.6396 14.9404 -15.3994 0 +c-2.00977 -6.29004 -23.4502 -94.6299 -31.1201 -124.7c-8.61035 -33.7295 -15.3701 -39.3193 -29.5898 -46.5693c-10.8301 -5.52051 -32.46 -3.95996 -32.46 -3.95996l-65.5703 247.93c23.8604 3 49.7305 -8.5498 55.2803 -35.2705l34.2393 -132.659l28.4805 108.569 +c7.76953 32.3506 21.0596 48.5303 48.4297 48.5303c27.6201 0 40.7402 -16.54 48.4307 -48.5303l28.4795 -108.569zM393.36 275.56v-8.97949l0.0195312 0.00976562v-150.27c-0.129883 -30.8301 -3.33008 -37.6807 -17.2598 -44.7803 +c-10.8203 -5.52051 -27.3701 -3.42969 -27.3701 -3.42969v152.069c0 21.25 -1.95996 27.9404 13.1797 35.2002c6.19043 2.96973 11.96 5.25 17.9707 8.61035c9.35938 5.22949 13.46 11.5693 13.46 11.5693zM556.8 191.48l82.9902 -123.36s-35.9297 -4.62012 -53.3203 11.21 +c-13.9102 12.6602 -23.7393 28.3398 -53.1396 70.7197c-0.5 0.770508 -6.25977 10.5205 -13.0703 0c-34.9297 -50.3496 -41.0195 -60.2598 -52.5098 -70.7197c-17.3799 -15.8301 -53.9502 -11.21 -53.9502 -11.21l82.9697 123.36l-83.1992 123.739 +s35.1094 5.98047 52.5 -9.84961c13.3799 -12.1797 24.8896 -30.2402 54.1797 -72.4697c6.82031 -10.54 12.5996 -0.730469 13.0703 0c29.7695 42.9199 40.8799 60.3691 54.1797 72.4697c17.3896 15.8301 52.5 9.84961 52.5 9.84961z" /> + <glyph glyph-name="ello" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM391.84 154.8c2.48047 7.44043 -2.47949 15.71 -9.91992 17.3604c-7.43945 2.47949 -15.71 -2.48047 -17.3604 -9.91992 +c-14.0498 -52.9102 -62 -90.1104 -116.56 -90.1104s-102.51 37.2002 -116.56 90.1104c-1.65039 7.43945 -9.9209 11.5693 -17.3604 9.91992c-7.44043 -1.65039 -11.5703 -9.91992 -9.91992 -17.3604c16.5303 -65.3096 76.0498 -111.6 143.84 -111.6 +s127.31 46.29 143.84 111.6z" /> + <glyph glyph-name="hackerrank" unicode="" horiz-adv-x="512" +d="M477.5 320c14.5 -25 14.4805 -230.92 -0.00976562 -256s-192.391 -128 -221.33 -128c-28.9404 0 -206.83 102.8 -221.32 128s-14.4102 230.79 0 256s192.351 128 221.32 128s206.84 -103.05 221.34 -128zM316.13 33.7803c3.95996 0 40.4404 35.7793 37.5605 38.6895 +c-0.870117 0.839844 -8.82031 1.49023 -17.6904 1.83984c0 32.4004 -3 19.0508 0.679688 210.341c0.0703125 3.65918 -1.04004 5.37988 -4.5 5.37988c-11.0801 0.0693359 -22.1602 0.0195312 -33.2295 -0.0605469c-3.25977 -0.0292969 -4.31055 -1.80957 -4.20996 -5.2002 +c1.58984 -48.8994 1.2002 -79.0898 1.2002 -83.6396h-80.2607c0.629883 25.7998 0.209961 79.6396 2.62988 105.39v3.16016c8.87012 0.350586 15.9004 0.970703 16.7705 1.83984c2.90039 2.91016 -34.3203 38.6904 -38.2705 38.6904 +c-3.94922 0 -41.4092 -35.7695 -38.4893 -38.6904c0.879883 -0.839844 7.58984 -1.48926 17.2598 -1.83984v-3.16992c3.15039 -128.67 1.07031 -179.229 0.150391 -212.67c-0.130859 -4.58008 1.63965 -6.10938 5.73926 -6.10938 +c10.1406 0.0292969 20.2803 -0.0800781 30.4102 -0.0800781c4.16016 -0.0605469 5.96973 1.39941 5.74023 5.93945c-1.83008 36.6797 -1.37012 65.7803 -1.37012 72.8799h79.9297c0 -2.41992 0.44043 -3.84961 0.44043 -5.84961 +c-0.350586 -17.7305 -0.94043 -60.0898 -0.94043 -86.3203c-11.29 -0.349609 -16.6797 -0.959961 -17.5498 -1.83008c-2.91016 -2.91992 34 -38.6895 38 -38.6895z" /> + <glyph glyph-name="kaggle" unicode="" horiz-adv-x="320" +d="M304.2 -53.5l1.39941 -7.59961c-0.5 -2 -2.5 -3 -6 -3h-66.8994c-4 0 -7.5 1.7998 -10.5 5.2998l-110.5 140.6l-30.7998 -29.2998v-109c0 -5 -2.5 -7.5 -7.5 -7.5h-51.9004c-5 0 -7.5 2.5 -7.5 7.5v497c0 5 2.5 7.5 7.5 7.5h51.9004c5 0 7.5 -2.5 7.5 -7.5v-306 +l132.3 133.7c3.5 3.5 7 5.2998 10.5 5.2998h69.2002c7 0 7.89941 -7.7998 5.2998 -10.5l-139.8 -135.3z" /> + <glyph glyph-name="markdown" unicode="" horiz-adv-x="640" +d="M593.8 388.9c25.5 0 46.2002 -20.7002 46.2002 -46.1006v-301.6c0.0996094 -25.4004 -20.5996 -46.1006 -46.0996 -46.1006h-547.7c-25.5 0 -46.2002 20.7002 -46.2002 46.2002v301.5c0 25.4004 20.7002 46.1006 46.2002 46.1006h547.6zM338.5 87.4004h-0.200195v209.199 +h-61.5l-61.5 -76.8994l-61.5 76.8994h-61.5v-209.199h61.7002v120l61.5 -76.9004l61.5 76.9004v-120h61.5zM473.8 84.2998l92.2002 107.7h-61.5v104.6h-61.5v-104.6h-61.5z" /> + <glyph glyph-name="neos" unicode="" horiz-adv-x="512" +d="M415.44 -64h-95.1104l-108.21 154.54v-91.0996l-86.4297 -63.4404h-97.6904v482.18l40.4697 29.8203h108.05l123.74 -176.13v112.68l86.4307 63.4502h97.6895v-461.5zM38.7695 412.73v-460.73l72 52.8799v249.12l215.5 -307.64h84.79l52.3506 38.1699h-78.2705 +l-316.14 450.47zM121.31 -53.8799l80 58.7803v101l-79.7598 114.399v-220.939l-72.5498 -53.25h72.3398zM80.6299 437.23l310.601 -442.57h82.3691v442.57h-79.75v-317.561l-222.939 317.561h-90.2803zM311 256.35l72 -102.81v278.53l-72 -53v-122.721z" /> + <glyph glyph-name="zhihu" unicode="" horiz-adv-x="640" +d="M170.54 299.87h122.68v-217.55h-49.5293l-42.0107 -26.3701l-7.70996 26.3701l-23.4297 0.00976562v217.54zM268.29 105.94v170.31h-72.8203v-170.31l11.9004 -0.0400391l5.08008 -17.4707l27.8994 17.5107h27.9404zM149.83 200.33 +c7.5 0 7.58984 -23.6104 7.58984 -23.6104h-61.6504c-0.879883 -13.1201 -3.50977 -26.6895 -7.86914 -40.6699l14.6191 11.6201c8.73047 -8.75 29.2109 -32.8896 36.79 -41.8096c9.15039 -13.1006 1.24023 -39.9902 1.24023 -39.9902l-53.96 64.9395 +c-12.6094 -48.3496 -35.5898 -69.25 -35.5898 -69.25c-10.0898 -8.96973 -30.5098 -15.75 -51 -9.89941c42.8301 33.2197 66.4502 75.2402 70.8496 125.1h-65.5801s3.82031 23.6201 15.5605 23.6201h52.2695c0.480469 6.56055 1.68066 62.9404 1.68066 73.4404h-28.8701 +c-2.62988 -7.87012 -3.03027 -8.64062 -5.14062 -14.5303c-11.4697 -21.0303 -30.9492 -21.5703 -36.8398 -22.21c17.4902 34.9795 27.3105 69.2197 30.7002 78.1201c8.2002 21.5693 32.2705 21.5693 32.2705 21.5693c-5.25 -14.0098 -9.63086 -27.5498 -13.1201 -40.6699 +h88.5c10.5498 0.25 8.58008 -22.3096 8.58008 -22.3096h-51.1602c0 -21.8701 -0.459961 -46.3604 -2.2002 -73.46h52.3301zM561.85 201.93l-19.2295 14.4307s30.8301 40.0498 36.8301 48.1992c8.72949 10.7402 27.3799 -4.05957 27.3799 -4.05957 +s-24.1504 -32.9297 -44.9805 -58.5703zM411.76 261.02l0.00976562 0.0107422c8.99023 -8.25 34.6602 -45.8604 34.6602 -45.8604l-19.46 -13.7295c-1.59961 2.40918 -41.1201 57.4492 -41.1201 57.4492s16.9004 10.3799 25.9102 2.12988zM640 189.65 +c0 0 0.950195 -23.79 -8.73047 -23.79h-122.359v-73.3203c0.780273 -28.0303 -15.3301 -45.3096 -44.8906 -45.3096c-9.84961 0 -16.1396 1.75977 -26.0195 6.56934c-12.9805 7.4502 -17.3203 17.8701 -19.3096 21.8398c15.6094 -0.65918 27.6094 -1.91992 41.6895 -1.80957 +c13.29 -0.870117 24.4805 7.15039 24.4805 21.1201v70.9199h-107.94c-22.6895 0.540039 -25.5098 22.8496 -25.5098 22.8496h133.47v99.8105c-12.8301 0 -31.6797 -0.830078 -56.5098 -2.43066c-26.46 -0.80957 -35.8398 -2.58984 -49.1504 0.890625 +c-8.16016 2.46973 -14.1797 10.7295 -15.7793 19.5498c67.1396 1.55957 232.359 18.0498 232.359 18.0498s20.1006 5.75977 23.1699 4.58008c12.8105 -6.25 0.589844 -33.4395 0.589844 -33.4395c-17.6396 -0.810547 -46.8896 -2.40039 -87.7695 -4.81055 +c-10.4297 -0.799805 -18.04 -1.2002 -22.8496 -1.2002v-101c0.149414 0 111.279 0.930664 131.06 0.930664z" /> + <glyph glyph-name="alipay" unicode="" +d="M377.74 416c38.6895 0 70.0898 -31.5703 69.9297 -70.2598v-234.41c-48.6104 16.7002 -99.6895 36.04 -148.62 52.7402c23.1406 44.2998 38.3506 90.9199 38.3506 90.9199h-88.7705v31.2402h109.45v19.0098h-109.44v50.4199h-50.9199v-50.4199h-109.439v-19.0098h109.439 +v-31.2402h-92.0801v-16.7002h178.2s-9.91992 -30.25 -26.4502 -60.3398c-47.7793 14.71 -91.75 24.96 -127.13 24.96c-84.6396 0 -103.49 -42.4902 -99.5195 -81.5c3.30957 -31.0703 26.4502 -76.3701 97.04 -76.3701c64.4795 0 116.55 37.0303 148.62 81 +c61.0098 -28.0996 125.64 -62.8203 171.6 -88.4404c-0.5 -38.5195 -31.7402 -69.5996 -70.2598 -69.5996h-307.48c-38.8496 0 -70.2598 31.4102 -70.2598 70.2598v307.48c0 38.8496 31.4102 70.2598 70.2598 70.2598h307.48zM47.2803 125.05 +c-0.990234 17.5205 10.9102 50.5801 78.3594 50.5801c24.96 0 64.8105 -12.7295 109.44 -31.4102c-25.29 -33.2197 -65.7998 -72.8994 -117.87 -72.8994c-59.6797 0 -68.9404 33.5596 -69.9297 53.7295z" /> + <glyph glyph-name="the-red-yeti" unicode="" horiz-adv-x="512" +d="M488.23 206.3c2.49805 -3.35254 5.51465 -9.31152 6.76953 -13.2998c3.37793 -9.19922 7.36523 -24.5205 8.90039 -34.2002l-2.5 -0.5l-13 14.2998c-17.9004 -28.0996 -9.90039 -15.3994 -16.7002 -25.0996c0 -124.2 -101.3 -211.5 -223 -211.5 +c-61.5 0 -113.9 20.2002 -157.5 60.2002c-64.5 60.8994 -64.9004 125 -64.9004 150.5c-0.5 1.7998 -0.700195 3.5 -1.2002 5.2002l-20.1992 -22.4004c-6.80078 43 25.6992 74.2998 33 80.7002c0.5 1 0.699219 2.2002 1.19922 3.2002l-28.7998 1l-3 3.39941 +c8.5 3.5 25.2998 13.2998 40.2998 14.2998c6.30273 12.0684 18.7568 30.123 27.8008 40.3008c1.2998 6.39941 3.2998 14.1992 6.59961 25.7998l-7.59961 -4.7002l-1.7002 1.7002l1.7002 8.39941c8.87207 21.3857 29.7939 51.5811 46.6992 67.4004l-33 14.2998h3.7002 +c20.9004 4.90039 33.2002 3.2998 49.2002 0c-2.5 4.10059 -5.40039 10.5 -8.40039 18.9004c-1.16699 3.20996 -2.11426 8.58691 -2.11426 12.0029c0 3.81152 1.1709 9.76855 2.61426 13.2969c8.90039 -7.40039 14.3008 -24.5996 15.2002 -27 +c0.700195 3.59961 2.10059 21.2998 33.7002 45.5l1.83008 -0.5l-12 -44.2002c30 17.7002 63 21.9004 97.9004 11.7998c-12.7002 -12.1992 -24.3008 -28.8994 -42.5 -33c7.39941 -2.2998 28.6992 -9.69922 34.1992 -15.1992l-24.7998 7.09961 +c6.5 -6 19.6006 -16.4004 25.1006 -25.0996c19.418 -0.893555 50.0615 -6.85254 68.3994 -13.3008l-0.5 0.5c29.4004 14.7002 37.7002 27.3008 74.7998 3c0 -30.1992 -2.2998 -23.3994 3 -29.7998c6.41602 5.42383 17.75 12.8154 25.3008 16.5 +c13 6.40039 23.0996 4.7002 30.6992 -5.89941c11.8008 0 17.8008 -15.7002 18.4004 -27c14.7998 -2.90039 2.7002 -30.7002 2.5 -30.7002l-7.09961 -18.2002c7.7998 -7.7998 22.0996 -20.9004 31.6992 -44.7998zM398 336.8c-13.0996 8.90039 -22.7002 11.9004 -28.2998 8.5 +c8.09961 -7.2002 13 -14.2998 13.5 -20.7002c1.2002 -7.59961 -2.2002 -14.7998 -10.6006 -21.8994l-4.19922 -3.40039c3.60059 -5.90918 7.36328 -16.2578 8.39941 -23.0996h2.5c-2.09961 13.8994 -2.5 11 0.700195 14.7998c11 -6.40039 14.9004 -14.5 16 -19.9004 +c21.7998 10.1006 29.5 12.7002 54.7998 20.9004l-18.2002 -16c11.4004 0 25.6006 0.299805 46.5 -8.40039c7 24.3008 7.10059 20.7002 2.5 20.7002l-4.69922 -11.2998c-1.7002 10.5 -2.90039 18.9004 -3.40039 25.2998c-0.5 6.7002 -3.90039 9.60059 -9.2998 10.1006 +c-0.00976562 -0.384766 -0.0175781 -1.00781 -0.0175781 -1.3916c0 -3.87012 0.769531 -10.0566 1.71777 -13.8086l-1.7002 -5.90039c-2.90039 10.6006 -5.90039 20.2002 -9.2998 27.7998c-9.7002 17.7002 -30.2002 -9.19922 -43 -11.2998 +c3.72266 -0.207031 9.77051 -0.375977 13.5 -0.375977c3.72852 0 9.77637 0.168945 13.5 0.375977l-22.4004 -5.39941l3.40039 -4.7002c-5.5 0 -16.9004 -0.900391 -22.4004 17.2002zM358.4 346.9l-20.3008 -11.8008c11.3008 -7.59961 20.2002 -18.1992 27.8008 -31.1992 +c6.39941 2.89941 10.0996 5.09961 11.7998 7.59961c2.5 2.7998 2.5 4.7002 3 7.09961c0.599609 1.30078 0.799805 2.7002 -3.40039 11.1006c-7.5 11.7998 -16.2002 15.2998 -18.8994 17.2002zM91 304.9c-7.7998 -24.1006 -11.7002 -49.4004 -13.2002 -74.6006l13.2002 -5 +l1.2002 27c9.5 -16.3994 11.2002 -23.2998 12.2998 -28.7998c2.7998 2.09961 7.7002 7 22.5996 11.2998l1.2002 -1.7002l-7.59961 -10.5996c10.0996 3.5 19.5 3.5 28.2998 0.5l-10.5996 -8.40039c22.7998 -8.39941 26.5996 -7.59961 38.3994 -26.0996l-11.7998 1.2002 +c34.9297 -20.5 66 -47.9004 141.2 -63.2002c15.5996 24.0996 14 21.0996 14 22.9004l0.200195 0.199219l-0.200195 0.200195c-0.700195 1.90039 -14.1006 16.6006 -18.2002 20.7002c7.2998 -1.7998 6 -0.900391 10.7998 -3.7002 +c1.7002 -0.899414 -5.39941 5.40039 -21.8994 20.2002c16.5 -6.7002 27.5996 -15.5 33 -27.7998l1.69922 30.7002l-22.3994 17.6992l6.39941 5.90039c-7.2998 0 -31 3.7002 -49.1992 -16l-2.5 0.5c5.89844 12.1807 13.0664 32.7881 16 46 +c1.61914 7.72656 2.96289 20.4053 3 28.2998c0 19.5 -4.7002 38.4004 -13.5 56.6006c-6.40039 13.5 -16.5 25.2998 -30 35.3994c-5.4707 4.09961 -14.7441 10.1475 -20.7002 13.5c3 0.700195 1 1.2002 -5.40039 1.2002c-6.39941 0.200195 -13 0.700195 -19.3994 1.2002v-3 +c-8.67773 -1.375 -20.0127 -8.18457 -25.3008 -15.2002h-1.19922l-5.40039 -3.40039c-1.2002 2.90039 0 6.30078 4.2002 9.30078l10.5996 11.2998l-3.39941 -0.5l2 3.39941c-2.30078 0.200195 -4.2002 0.5 -6.2002 0.700195l-0.5 1.2002l2.5 1.7002 +c2.2002 -0.200195 4.59961 -0.5 7.09961 -0.700195c2.52539 1.3457 6.89746 2.43848 9.75879 2.43848c1.18359 0 3.08301 -0.196289 4.24121 -0.438477l2.5 -1.2002l0.200195 -0.5c6.50488 0.421875 16.9883 1.7207 23.4004 2.90039 +c20.6992 2.89941 36.6992 11.2998 48.5 24.7998l-21.1006 0.5c-25.7998 0.5 -49.3994 -5.40039 -71.2998 -18.9004l-2.5 2.5l0.5 4.7002l1.7002 7.10059c1.37695 7.08105 4.24414 18.415 6.39941 25.2998c-1.69922 -0.700195 -4.59961 -4.90039 -9.2998 -11.2998 +c-4.7002 -6.40039 -8.39941 -13 -10.0996 -19.4004c-0.905273 -4.24512 -3.54785 -10.6514 -5.90039 -14.2998l-13.5 29l8.40039 -35.7998l-0.5 -1.7002h-0.015625c-4.51953 0 -11.6807 1.12012 -15.9844 2.5c-3.40039 0.700195 -10.6006 1.2002 -20.9004 1.2002 +c0.5 0 -0.700195 0 -3.2002 -0.5c5.40039 -1.30078 13.5 -4.2002 24.8008 -8.40039l6.39941 1.2002c-4.2002 -3.40039 -10.8994 -10.1006 -20.2002 -19.4004c-9.39941 -8.89941 -20.1992 -26.0996 -32.5 -50.2002l4.2002 1.2002l10.1006 9.2998l-5.40039 -4.69922 +l13 12.2998l-2.5 -3.40039c-5.09961 -7.59961 -8.09961 -12.2998 -9.2998 -15.2002zM367.5 -25.0996c8.2998 40.2998 3.59961 55.1992 -0.700195 89.5c-35.5 -11.8008 -20.2998 -6 -32 -10.8008l10.5 -14.1992l-1.2002 -1.2002c-20.1992 6 -23.1992 10.7998 -27.7998 15 +c6 -22.2002 13.9004 -26.4004 29.5 -31.7002c-9.5 -9.59961 -25.3994 4 -34.3994 13l2.5 -23.5996l-4.2002 -3c-5 22.0996 -22 39.0996 -25.2998 39.0996c-44 -13 -79.1006 -5.7998 -113.9 10.5996c-1.59961 -0.399414 -70.5996 -18 -120.5 37.1006 +c13.7002 -35 32.2998 -63.7002 71.2998 -82.6006c-4.13574 8.56934 -13.4102 20.4863 -20.7002 26.6006c0 0 0.700195 3.7002 1.2002 10.0996c19.4004 -19.3994 50.7002 -39.5 93.2002 -60.2002c-59.5996 24.5 -59.9004 24.8008 -69.0996 29l16 -20.6992 +c-3 -1.30078 -6.7002 -0.5 -10.1006 1.19922c-10.3359 6.03809 -26.1943 17.1484 -35.3994 24.8008c1.89941 -2.2002 80.0996 -98.5 200.899 -74.3008c-43.0996 21.8008 -52.3994 52.4004 -66.5996 73.5l17.7002 -7.59961l-11.8008 23.0996 +c20.1006 -27.7998 28.6006 -35 38.4004 -44.2998l-30 16.5c12.5996 -27.0996 33.7002 -47 63.5 -58.7998c2.90039 1.5 9.09961 -1.09961 59 23.9004zM482.8 189.3l8.93066 -12.7998l-12.3008 32.5c10.9004 0 10 -0.0996094 21.2002 -3.40039 +c-6.72168 9.44824 -18.8184 23.7842 -27 32l-26.5996 23.1006l1.2002 3l23.5996 2.5c-9.00293 1.98535 -23.7871 3.86719 -33 4.2002l-17.7002 -0.5l-0.5 2.89941l14.7998 13l-41.7998 -20.2002l-12.2998 18.9004l3.40039 -16l-2.5 -1.2002l-5.90039 4.2002h-10.0996 +l5.39941 -4.2002v-2l-13.5 -27.7998c-10.0996 -31.2002 -21.8994 -67.9004 -35.3994 -109.7l1.19922 16l-1.19922 -3v-0.5c-6.40039 -16 -13.6006 -29.5 -21.2002 -39.5996l9.2998 21.8994l-46.7002 -20.1992c11.7998 13.5 23.6006 19.3994 34.9004 18.8994 +c-71.2002 11.4004 -106.2 41 -110.4 46c3.60059 -6.2002 13.2002 -17.7998 16 -40.0996l-1.7002 -1.2002c-4.2998 15.5996 -16.3994 46.5996 -55.7998 69.5996l23.6006 -2.5c-10.5 12.6006 -36.3008 17.8008 -40.8008 16l-2.5 2.5l8.40039 8.40039l-22.2998 -5.7998 +l5.39941 13.5c-8.09961 -4.40039 -4.2998 -2.40039 -17 -8.90039l-1.69922 0.5c0.599609 0.600586 0.899414 -0.700195 -3 9.2998c-0.600586 -11 -0.400391 -8.59961 -1 -11.7998c-1.07324 -0.355469 -2.73145 -1.11719 -3.7002 -1.7002c-40 20.6006 -57.2002 11 -73 5.2002 +c36.7998 -6 29.2998 -4 38.3994 -9.2998c-25.7998 -12.2002 -31.8994 -12.5996 -51.3994 -70.0996l22.2695 22.2998l2.5 -16.4004c13.4004 -58 68.7002 -92.5 126.4 -83.3994l-26.1006 22.3994l44.8008 -22.3994l-1.2002 -3c4.59961 -1.7002 9.2998 -3 13.5 -4.2002 +c16.4727 -4.87598 43.7852 -8.83203 60.9648 -8.83203c8.94727 0 23.3887 1.08887 32.2354 2.43164l-32.5 21.2002c35.7998 -7 50.6992 -31.4004 56.7998 -39.5996l-7.60059 29l1.2002 2.5l19 -27.9004l-9.2998 26.5996l21.9004 -13.5h1.19922l-3.39941 4.2002 +l7.09961 -4.7002l-14.2998 16l1.2002 3l7.59961 -7.09961c4.2998 1.2002 41.4004 10.5 80.9004 40.2998c47.8994 35.4004 68.0996 73.7998 71.5996 79.7002l-3 9.2998zM476.7 260.6l-18.2002 -1.19922l14.2998 -11.8008zM221.9 253.5 +c2.69922 -5.09961 5.69922 -12.4004 18.3994 -18.7998c-7.5 -10.9004 -8.2998 -10.5 -20.2002 -16c-7.59961 -7.7002 -13.5 -13.1006 -17.6992 -14.7998l7.09961 13c-4.61914 -1.69336 -12.3604 -3.06641 -17.2793 -3.06641c-2.08789 0 -5.45703 0.25293 -7.52051 0.566406 +l-0.5 1.19922c19 2.10059 37.2002 9.40039 46.5 16c-4.10059 4.2002 -7.10059 11.3008 -8.7998 21.9004zM225.6 355.8c4.92578 -2.78809 11.3486 -8.9707 14.3008 -13.7998c14.6992 -24.0996 19.1992 -40.0996 11.2998 -47.7002 +c-7.90039 -7.59961 -16.7998 -7.09961 -26.1006 3c-9.2998 10.1006 -13.5 23.7002 -11.7998 39.6006c1.7002 15.8994 5.90039 22.2998 12.2998 18.8994zM220.9 309.5c7.09961 -21.2998 33.3994 -23.0996 26.8994 4.90039c-3.89941 16.5 -8.7998 27.0996 -15.2002 32.5 +c-6.59961 5.39941 -10.0996 6.69922 -11.2998 4.19922c-2.5 -2.89941 -3.5 -11.2998 -3 -24.7998c7.5 12.7998 11.6006 5.90039 12.5 4.7002l-0.5 -0.5c-0.799805 -1.7002 -2.59961 -3.09961 1.7002 -6.2002l1.2002 0.5v-4.7002 +c-1.7998 -12.5 -6.90039 -12.7998 -12.2998 -10.5996zM175.9 315c-2.09375 0.388672 -4.49707 2.27051 -5.40039 4.2002c-3.5 8.5 0 21.2002 8.09961 21.2002c2 -0.5 3.7002 -1.7002 5.40039 -4.7002c-1.5 -0.400391 -4.7002 -4.7998 0.700195 -5.90039h0.5 +c0 -13.7002 -7.7002 -15.0996 -9.2998 -14.7998zM216 365.1l-3.7002 2.40039l-0.5 2.5c18.2998 0 25.7998 -8.7998 28.2998 -14.2998c-6.0459 3.29688 -16.542 5.97266 -23.4297 5.97266c-0.737305 0 -1.93359 -0.0322266 -2.66992 -0.0732422l-0.5 3zM144.2 315.7 +c1.59961 -1.60059 0.599609 -0.299805 4.89941 -6.60059c-25.3994 -4.69922 -23.1992 -12.2998 -30 -12.2998c0.300781 0.600586 7.10059 16 23.6006 16l-7.10059 7.60059c9.40039 0.5 15.2002 2.09961 19.9004 -5.90039c0.0175781 6.60938 1.31641 17.1826 2.90039 23.5996 +c2 7.60059 3.69922 11.8008 5.39941 13.5c1 1.5 16.2998 15.7002 29 22.4004c2.05469 1.48047 5.77637 2.68262 8.30859 2.68262c1.48438 0 3.81055 -0.44043 5.19141 -0.982422c0.285156 -0.345703 0.515625 -0.989258 0.515625 -1.43652 +c0 -0.0732422 -0.00683594 -0.191406 -0.015625 -0.263672l-13 -7.59961c7.60059 -11.8008 10.5 -25.3008 8.7998 -41.3008c-0.932617 -9.45898 -7.5625 -22.1377 -14.7998 -28.2998l2.90039 -4.7002c-30 2.2002 -24.7998 6.80078 -46.5 23.6006zM162.9 334.4 +c-1.80078 -7.2002 -2.30078 -16 -3.10059 -26l5.40039 -6.40039l7.09961 -3.40039c2.01465 -0.384766 5.31445 -0.697266 7.36523 -0.697266c1.08887 0 2.85156 0.0888672 3.93457 0.197266c1 1.7002 3.5 4.2002 6.40039 7.60059c5 5.89941 7.90039 13.7998 8.40039 23.0996 +c0.0703125 1.18262 0.126953 3.10449 0.126953 4.28906c0 5.92773 -1.40137 15.3408 -3.12695 21.0107c-3 8.10059 -5.90039 11 -10.1006 9.30078c-5.39941 -1.7002 -10.5996 -5.40039 -16 -11.8008c-3 -4.19922 -5.2002 -9.59961 -6.39941 -17.1992zM204.9 278.3 +l-3.10059 -6.5c7.10059 4.2002 13.5 7.2002 19.4004 8.40039l7.09961 0.5l11.7998 -7.60059h-2.5c-8.7998 3.7002 -19.3994 1.2002 -30.6992 -7.59961c-0.5 -4.7002 1.69922 -14.7002 5.89941 -29.5l9.2002 0.5c-21.9004 -6.59961 -37.5996 -8.40039 -48.9004 -5.40039 +c-24.8994 6.7002 -27.3994 23.6006 -27.5 24.1006c-1.47754 5.69238 -2.67676 15.0869 -2.67676 20.9688c0 3.53418 0.438477 9.23828 0.977539 12.7314c-6.40039 -0.5 -11 -4.2002 -15.2002 -10.6006c-2.90039 5.90039 -5.40039 8.7998 -5.90039 9.2998 +c1.5 0.700195 12.2998 7.5 32.5 4.90039l0.5 -2.5l-5.89941 -1.2002c-0.100586 -0.399414 -1.90039 -29.5 18.8994 -24.7998c1.40039 0.299805 1.2998 -0.0996094 36.1006 14.2998z" /> + <glyph glyph-name="acquisitions-incorporated" unicode="" horiz-adv-x="384" +d="M357.45 -20.2002c2.2002 -14.2998 4.09961 -28.7002 6.59961 -43.7002h-337.1c-4 0 -6.10059 0.700195 -5.2998 5.7002c2.09961 12.9004 3.5 25.9004 5 38.7998c0.5 4.80078 2.2998 6.80078 7.59961 6.80078c118.1 -1 114.9 -0.300781 121.4 2.39941 +c9.39941 4 14.8994 12.9004 14.8994 23.1006c-0.0996094 42.8994 -0.299805 85.8994 -0.200195 128.8c0 3.7998 -1.19922 5.89941 -4.59961 6.7998c-15.7002 3.90039 -31.2998 7.7002 -47.5996 11.7002c-5.30078 -12.2998 -10.4004 -24.4004 -15.7002 -36.7002 +c1.7998 -3.2998 28.3994 -2.90039 35.2998 -2.90039v-27.5996h-114.3c1 8.59961 1.7002 16.7998 3.2002 24.9004c0.299805 1.39941 3.59961 3.09961 5.5 3.19922c8.39941 0.400391 16.8994 0.300781 25.3994 0.100586c4 0 5.90039 1.09961 7.60059 5.2002 +c16.5996 40.6992 13.5 31.1992 67.2998 161c31.5 76.0996 33 76 32.5996 87.3994c-0.700195 18.6006 -25.3994 22.2998 -37.7002 22.1006c-30 -0.400391 -38.3994 0.5 -101.8 0.5c-7.2002 44.5 -4.2002 32.0996 -6.39941 45.2998c-0.700195 4.2002 1 5.2998 4.59961 5.2998 +l339.1 -0.200195c-0.799805 -5.39941 -1.59961 -10.7998 -2.39941 -16.0996c-1.2998 -9.7002 -2.7998 -19.4004 -4 -29.2002c-0.299805 -2.90039 -1.2002 -4.2998 -4.2998 -4.2998c-20.6006 -0.100586 -41.2002 -0.100586 -61.8008 -0.5 +c-18.6992 -0.400391 -37.5996 -0.299805 -56.1992 -2c-13.4004 -1.2002 -23.3008 -12.6006 -18.9004 -26.6006c8.59961 -27.0996 27.7002 -69.0996 36.5 -89.1992c65.7002 -154.2 61.4004 -157 84 -158.601c6.59961 -0.5 13.4004 -0.0996094 20.4004 -0.0996094 +c1.2998 -9.40039 2.59961 -18 4 -27.5h-116v27c10.3994 0 20.3994 0.0996094 30.3994 -0.100586c3.5 0 5 0.700195 3.40039 4.40039c-4.40039 10.2998 -8.7002 20.5996 -13.2002 30.9004c-1.59961 3.69922 -4.09961 4.7998 -8.40039 3.5 +c-12.3994 -3.60059 -24.7998 -6.7002 -37.2998 -9.7002c-4.2998 -1.10059 -6 -2.7998 -5.89941 -7.5c0.799805 -57.5 0.899414 -127.5 1 -129.101c0.399414 -12.5996 8.69922 -21.3994 21 -23.0996c0.899414 -0.200195 12.8994 -2.7998 112.699 -2.59961 +c8.30078 0 8.40039 0.0996094 9.60059 -7.60059zM182.55 185.5c2.46484 -0.869141 6.58691 -1.5752 9.2002 -1.5752s6.73535 0.706055 9.2002 1.5752c13 4.2002 26.2998 7.7998 39.3994 11.7002c1.1123 0.512695 2.86035 1.45312 3.90039 2.09961 +c-6.7002 17.4004 -13.0996 34.2002 -19.7002 50.9004c-8.89941 22.7002 -17.7002 60.2998 -27 82.7998c-1.5 0.799805 -1.89941 -2.40039 -9.39941 0c-17.1006 -44 -34.1006 -87.7998 -51.3008 -132.1c1.54297 -0.917969 4.1416 -2.2168 5.80078 -2.90039 +c13.2998 -4.2998 26.5996 -8.2998 39.8994 -12.5z" /> + <glyph glyph-name="critical-role" unicode="" +d="M225.82 448c0.259766 -0.150391 216.569 -124.51 217.12 -124.72c3 -1.18066 3.69922 -3.45996 3.69922 -6.56055c-0.0732422 -83.4463 -0.0732422 -166.899 0 -250.359c0.00976562 -0.124023 0.0175781 -0.326172 0.0175781 -0.450195 +c0 -2.06836 -1.52148 -4.45703 -3.39746 -5.33008c-21.3701 -12 -207.859 -118.29 -218.93 -124.58h-3c-79.3301 45.6602 -218.25 125.44 -218.4 125.52c-1.04297 0.491211 -1.89062 1.8252 -1.89062 2.97754c0 0.0732422 0.00488281 0.19043 0.0107422 0.262695 +c0 0.870117 0 225.94 -0.0498047 253.101c-0.0078125 0.102539 -0.0136719 0.269531 -0.0136719 0.37207c0 1.78223 1.31836 3.82422 2.94336 4.55762c23.2607 13.0996 209.271 119.21 220.141 125.21h1.75zM215.4 427.58l-0.219727 0.158203 +c-64.7471 -36.8604 -129.474 -73.7305 -194.18 -110.61c0 -0.120117 0.0800781 -0.229492 0.129883 -0.349609l30.8604 -11.6406c-7.70996 -6 -8.32031 -6 -10.6504 -5.12988c-0.0996094 0 -24.1699 9.28027 -26.7998 10v-230.43 +c0.879883 1.41016 64.0703 110.91 64.1299 111c1.62012 2.82031 3 1.91992 9.12012 1.51953c1.40039 -0.0898438 1.47949 -0.219727 0.780273 -1.41992c-41.1904 -71.3301 -36.4004 -63 -67.4805 -116.939c-0.80957 -1.40039 -0.609375 -1.12988 1.25 -1.12988h186.5 +c1.44043 0 1.69043 0.229492 1.7002 1.63965v8.87988c0 1.33984 2.36035 0.810547 -18.3701 1c-7.45996 0.0703125 -14.1396 3.21973 -21.3799 12.7002c-7.37988 9.66016 -14.6201 19.4297 -21.8496 29.21c-2.28027 3.08008 -3.4502 2.37988 -16.7607 2.37988 +c-1.75 0 -1.7793 0 -1.75977 -1.82031c0.290039 -26.21 0.150391 -25.2695 1 -32.6592c0.520508 -4.37012 2.16016 -4.2002 9.69043 -4.81055c3.13965 -0.259766 3.87988 -4.08008 0.519531 -4.91992c-1.57031 -0.389648 -31.5996 -0.509766 -33.6699 0.0996094 +c-0.982422 0.269531 -1.78027 1.31543 -1.78027 2.33398c0 1.16016 0.931641 2.2334 2.08008 2.39648c3.29004 0.759766 6.16016 -0.80957 6.66016 4.44043c1.2998 13.6592 1.16992 9 1.09961 79.4199c0 10.8193 -0.349609 12.5801 -5.35938 13.5498 +c-1.21973 0.240234 -3.54004 0.160156 -4.69043 0.549805c-2.87988 1 -2 4.83984 1.77051 4.84961c33.6699 0 46.0801 1.07031 56.0596 -4.85938c7.74023 -4.61035 12 -11.4805 12.5098 -20.4004c0.880859 -14.5898 -6.50977 -22.3496 -15 -32.5898 +c-0.282227 -0.241211 -0.510742 -0.738281 -0.510742 -1.11035c0 -0.371094 0.228516 -0.868164 0.510742 -1.10938c2.60059 -3.25 5 -6.62988 7.70996 -9.83008c27.5605 -33.2305 24.1104 -30.54 41.2803 -33.0605c0.890625 -0.129883 1 0.419922 1 1.15039v11 +c0 1 0.320312 1.42969 1.41016 1.25977c2.98633 -0.454102 7.86133 -0.822266 10.8818 -0.822266c3.53223 0 9.2207 0.50293 12.6982 1.12207c1.08008 0.150391 1.5 -0.199219 1.47949 -1.33008c0 -0.109375 0.880859 -26.6895 0.870117 -26.7998 +c-0.0498047 -1.51953 0.669922 -1.62012 1.89062 -1.62012h186.71c-27.1533 47.0342 -54.2334 93.9746 -81.2402 140.821c2.25977 0.660156 -0.400391 0 6.69043 1.38965c2 0.390625 2.0498 0.410156 3.10938 -1.43945c7.31055 -12.6396 77.3105 -134 77.3701 -134.061 +v230.44c-1.71973 -0.5 -103.3 -38.7197 -105.76 -39.6797c-1.08008 -0.419922 -1.5498 -0.200195 -1.91016 0.879883c-0.629883 1.89941 -1.33984 3.75977 -2.08984 5.62012c-0.320312 0.790039 -0.0898438 1.12988 0.649414 1.38965 +c0.100586 0 95.5303 35.8496 103 38.7705c-65.4199 37.5693 -130.56 75 -196 112.6l86.8203 -150.39l-0.280273 -0.330078c-9.56934 0.899414 -10.46 1.59961 -11.7998 3.93945c-1 1.69043 -73.5 127.71 -82 142.16c-9.09961 -14.6699 -83.5596 -146.21 -85.3701 -146.32 +c-2.92969 -0.169922 -5.87988 -0.0800781 -9.25 -0.0800781c28.833 49.8271 57.5596 99.4941 86.1797 149.001zM267.331 297.658c1.54688 0.120117 4.02832 0.500977 5.54004 0.849609c1.68945 0.299805 2.53027 -0.200195 2.59961 -1.91992 +c0 -0.109375 0.0703125 -19.0596 -0.859375 -20.4502c-0.930664 -1.38965 -1.87988 -1.21973 -2.60059 0.19043c-5 9.68945 6.2207 9.66016 -39.1201 12c-0.699219 0 -1 -0.230469 -1 -0.929688c0 -0.130859 3.7207 -122 3.73047 -122.11 +c0 -0.889648 0.519531 -1.2002 1.20996 -1.50977c2.46484 -0.980469 6.3623 -2.79492 8.7002 -4.0498c7.30957 -4.33008 11.3799 -10.8408 12.4102 -19.3105c1.43945 -11.7998 -2.77051 -35.7695 -32.21 -37.1396c-2.75 -0.129883 -28.2607 -1.08008 -34.1406 23.25 +c-4.66016 19.2598 8.25977 32.7002 19.8906 36.3994c1.11035 0.202148 2.0127 1.28223 2.0127 2.41113c0 0.0683594 -0.00585938 0.180664 -0.0126953 0.249023c0.0996094 5.62988 3 107.101 3.70996 121.351c0.0498047 1.0791 -0.620117 1.15918 -1.35059 1.14941 +c-32.3496 -0.519531 -36.75 0.339844 -40.2197 -8.51953c-2.41992 -6.18066 -4.13965 -1.32031 -3.9502 -0.230469c1.05957 6 2.16309 12 3.31055 18c0.399414 2.11035 1.42969 2.61035 3.42969 1.86035c5.58984 -2.11035 6.71973 -1.7002 37.25 -1.91992 +c1.72949 0 1.78027 0.0800781 1.82031 1.84961c0.679688 27.4902 0.579102 22.5898 1 29.5498c0.00976562 0.0878906 0.0185547 0.231445 0.0185547 0.320312c0 0.986328 -0.738281 2.09766 -1.64941 2.48047c-5.59961 2.90918 -8.75 7.5498 -8.89941 13.8691 +c-0.350586 14.8105 17.7197 21.6699 27.3799 11.5107c6.83984 -7.19043 5.7998 -18.9102 -2.4502 -24.1504c-1.24316 -0.68457 -2.25195 -2.3916 -2.25195 -3.81055c0 -0.146484 0.0146484 -0.383789 0.0322266 -0.529297c0 -0.589844 -0.110352 4.30957 1 -30.0498 +c0 -0.900391 0.429688 -1.12012 1.24023 -1.11035c0.0996094 0 23 0.0898438 34.4697 0.370117zM68.2705 306.298c19.8408 4.50977 32.6807 0.560547 52.4902 -1.68945c2.75977 -0.310547 3.74023 -1.2207 3.62012 -4c-0.209961 -5 -1.16016 -22.3301 -1.24023 -23.1504 +c-0.0371094 -0.932617 -0.767578 -1.98145 -1.62988 -2.33984c-4.05957 -1.7002 -3.60938 4.4502 -4 7.29004c-3.12988 22.4297 -73.8701 32.7002 -74.6299 -25.4004c-0.30957 -23.9199 17 -53.6299 54.0801 -50.8799c27.2402 2 19 20.1904 24.8398 20.4697 +c0.0996094 0.0136719 0.261719 0.0244141 0.362305 0.0244141c1.50195 0 2.7207 -1.21875 2.7207 -2.71973c0 -0.186523 -0.0371094 -0.483398 -0.0830078 -0.664062c-1.83008 -10.8506 -3.41992 -18.9502 -3.4502 -19.1504 +c-1.54004 -9.16992 -86.6992 -22.0898 -93.3496 42.0605c-2.70996 25.8496 10.4404 53.3691 40.2695 60.1494zM148.271 218.628h-19.4893c-0.0576172 -0.00488281 -0.151367 -0.00878906 -0.208984 -0.00878906c-1.04102 0 -2.13867 0.805664 -2.45117 1.79883 +c2.37988 3.75 5.88965 -0.919922 5.86035 6.13965c-0.0800781 25.75 0.209961 38 0.229492 40.1006c0 3.41992 -0.530273 4.64941 -3.32031 4.93945c-7 0.720703 -3.10938 3.37012 -1.10938 3.38086c11.8398 0.0996094 22.6201 0.179688 30.0498 -0.720703 +c8.76953 -1.06934 16.71 -12.6299 7.92969 -22.6201c-2 -2.25 -4 -4.41992 -6.13965 -6.72949c0.950195 -1.15039 6.89941 -8.82031 17.2803 -19.6797c2.65918 -2.78027 6.14941 -3.51074 9.87988 -3.13086h0.0214844c1.1709 0 2.16016 0.950195 2.20801 2.12012 +c0.299805 3.41992 0.259766 -4.72949 0.450195 40.5801c0 5.65039 -0.339844 6.58008 -3.22949 6.83008c-3.9502 0.350586 -4 2.25977 -0.69043 3.37012l19.0898 0.0898438c0.320312 0 4.49023 -0.530273 1 -3.37988c0 -0.0498047 -0.160156 0 -0.240234 0 +c-3.60938 -0.259766 -3.93945 -1 -4 -4.62012c-0.269531 -43.9297 0.0703125 -40.2295 0.410156 -42.8203c0.110352 -0.839844 0.270508 -2.22949 5.10059 -2.13965c2.48926 0 3.85938 -3.37012 0 -3.39941c-10.3701 -0.0800781 -20.7402 0 -31.1104 -0.0703125 +c-10.6699 0 -13.4697 6.2002 -24.21 20.8203c-1.59961 2.17969 -8.31055 2.35938 -8.2002 0.369141c0.879883 -16.4697 0 -17.7793 4 -17.6699c4.75 0.100586 4.73047 -3.56934 0.830078 -3.5498h0.0595703zM423.271 228.778 +c-1.20996 -7.12988 0.170898 -10.3799 -5.2998 -10.3398c-61.5498 0.419922 -47.8193 0.219727 -50.7197 0.30957c-1.02246 0.100586 -2.64844 0.426758 -3.62988 0.730469c-2.53027 0.599609 1.47949 1.22949 -0.379883 5.59961 +c-1.43066 3.37012 -2.78027 6.78027 -4.11035 10.1895c-0.210938 0.797852 -1.05078 1.44434 -1.875 1.44434c-0.0351562 0 -0.0908203 -0.00195312 -0.125 -0.00390625c-1.82812 0.0878906 -4.79785 0.15918 -6.62793 0.15918 +c-2.19727 0 -5.75879 -0.102539 -7.95215 -0.229492c-0.587891 -0.0771484 -1.31348 -0.551758 -1.62012 -1.05957c-1.58008 -3.62012 -3.06934 -7.29004 -4.50977 -11c-1.26953 -3.23047 7.86035 -1.32031 12.1904 -2.16016c3 -0.570312 4.5293 -3.71973 0.65918 -3.72949 +h-26.3691c-2.91992 0 -3.09082 3.14941 -0.740234 3.20996c0.0791016 -0.00390625 0.208008 -0.00683594 0.288086 -0.00683594c2.14648 0 4.66992 1.55762 5.63184 3.47656c1.5 3 2.7998 6 4.11035 9.08984c18.1797 42.1396 17.0596 40.1699 18.4199 41.6104 +c0.300781 0.431641 0.973633 0.78125 1.5 0.78125s1.19824 -0.349609 1.5 -0.78125c2.92969 -3.33984 18.3994 -44.71 23.6201 -51.9199c2 -2.7002 5.73926 -2 6.35938 -2c3.61035 -0.130859 4 1.10938 4.12988 4.29004 +c0.0898438 1.86914 0.0800781 -1.1709 0.0703125 41.2393c0 4.45996 -2.36035 3.74023 -5.5498 4.27051c-0.259766 0 -2.56055 0.629883 -0.0800781 3.05957c0.209961 0.200195 -0.890625 0.240234 21.7002 0.150391c2.31934 0 5.31934 -2.75 -1.20996 -3.4502 +c-0.0322266 0.000976562 -0.0830078 0.00292969 -0.115234 0.00292969c-1.41309 0 -2.55957 -1.14746 -2.55957 -2.56055c0 -0.0751953 0.00683594 -0.197266 0.0146484 -0.272461c-0.0703125 -1.62988 -0.19043 -38.8896 0.290039 -41.21 +c0.27832 -1.34668 1.62109 -2.43848 2.99609 -2.43848c0.0644531 0 0.168945 0.00390625 0.233398 0.00878906c13.25 -0.430664 14.9199 -0.44043 16 3.41016c1.66992 5.7793 4.12988 2.51953 3.73047 0.189453zM318.551 164.408 +c-4.24023 0 -4.41992 3.38965 -0.609375 3.41016c35.9092 0.160156 28.1094 -0.379883 37.1895 0.649414c1.67969 0.19043 2.37988 -0.239258 2.25 -1.88965c-0.259766 -3.38965 -0.639648 -6.78027 -1 -10.1602c-0.25 -2.16016 -3.2002 -2.61035 -3.39941 0.150391 +c-0.380859 5.30957 -2.15039 4.44922 -15.6309 5.08008c-1.58008 0.0693359 -1.63965 0 -1.63965 -1.52051v-16.1299c0 -1.65039 0 -1.59961 1.62012 -1.46973c3.12012 0.25 10.3096 -0.339844 15.6895 1.51953c0.470703 0.160156 3.30078 1.79004 3.07031 -1.75977 +c0 -0.209961 -0.759766 -10.3496 -1.17969 -11.3896c-0.530273 -1.29004 -1.87988 -1.51074 -2.58008 -0.320312c-1.16992 2 0 5.08008 -3.70996 5.2998c-15.4199 0.900391 -12.9102 2.5498 -12.9102 -6c0 -12.25 -0.759766 -16.1104 3.88965 -16.2402 +c16.6406 -0.479492 14.4004 0 16.4307 5.70996c0.839844 2.37012 3.5 1.77051 3.17969 -0.580078c-0.44043 -3.20996 -0.849609 -6.42969 -1.22949 -9.63965c0 -0.360352 -0.160156 -2.39941 -4.66016 -2.38965c-37.1602 0.0800781 -34.54 0.189453 -35.21 0.30957 +c-2.7207 0.509766 -2.2002 3 0.219727 3.4502c1.09961 0.19043 4 -0.540039 4.16016 2.55957c2.43945 56.2207 -0.0703125 51.3408 -3.91016 51.3301zM318.141 273.928c2.45996 -0.609375 3.12988 -1.75977 2.9502 -4.64941 +c-0.330078 -5.2998 -0.339844 -9 -0.549805 -9.69043c-0.660156 -2.22949 -3.15039 -2.12012 -3.33984 0.270508c-0.379883 4.80957 -3.0498 7.81934 -7.57031 9.14941c-26.2803 7.73047 -32.8096 -15.46 -27.1699 -30.2197c5.87988 -15.4102 22 -15.9199 28.8604 -13.7803 +c5.91992 1.85059 5.87988 6.5 6.91016 7.58008c1.22949 1.2998 2.25 1.83984 3.11914 -1.09961c0 -0.100586 0.570312 -11.8906 -6 -12.75c-1.59961 -0.209961 -19.3799 -3.69043 -32.6797 3.38965c-21 11.1904 -16.7402 35.4697 -6.87988 45.3301 +c14 14.0596 39.9102 7.05957 42.3203 6.46973h0.0292969zM289.801 167.858c3.28027 0 3.66016 -3 0.160156 -3.43066c-2.61035 -0.319336 -5 0.419922 -5 -5.45996c0 -2 -0.19043 -29.0498 0.400391 -41.4502c0.109375 -2.28906 1.14941 -3.51953 3.43945 -3.64941 +c22 -1.20996 14.9502 1.64941 18.79 6.33984c1.83008 2.24023 2.75977 -0.839844 2.75977 -1.08008c0.350586 -13.6201 -4 -12.3896 -5.18945 -12.3994l-38.1602 0.189453c-1.92969 0.230469 -2.05957 3 -0.419922 3.37988c2 0.480469 4.93945 -0.399414 5.12988 2.7998 +c1 15.8701 0.570312 44.6504 0.339844 47.8105c-0.269531 3.76953 -2.7998 3.26953 -5.67969 3.70996c-2.46973 0.379883 -2 3.21973 0.339844 3.21973c1.4502 0.0205078 17.9697 0.0302734 23.0898 0.0205078zM258.171 225.648 +c0.0703125 -4.08008 2.86035 -3.45996 6 -3.58008c2.61035 -0.100586 2.53027 -3.41016 -0.0703125 -3.43066c-6.47949 0 -13.6992 0 -21.6094 0.0605469c-3.83984 0 -3.37988 3.34961 0 3.37012c4.49023 0 3.24023 -1.61035 3.41016 45.54 +c0 5.08008 -3.27051 3.54004 -4.7207 4.22949c-2.58008 1.23047 -1.35938 3.08984 0.410156 3.15039c1.29004 0 20.1904 0.410156 21.1699 -0.209961c0.980469 -0.620117 1.87012 -1.65039 -0.419922 -2.86035c-1 -0.519531 -3.85938 0.280273 -4.14941 -2.46973 +c0 -0.209961 -0.820312 -1.62988 -0.0703125 -43.7998h0.0498047zM221.261 -48.6221c0.408203 -0.273438 1.13867 -0.495117 1.62988 -0.495117c0.492188 0 1.22168 0.22168 1.62988 0.495117c17 9.79004 182 103.57 197.421 112.51 +c-0.140625 0.430664 11.2598 0.180664 -181.521 0.270508c-1.21973 0 -1.57031 -0.370117 -1.53027 -1.56055c0 -0.0996094 1.25 -44.5098 1.2207 -50.3799c-0.0791016 -2.17969 -0.688477 -5.63379 -1.36035 -7.70996c-0.549805 -1.83008 0.379883 0.5 -13.5 -32.2295 +c-0.730469 -1.7207 -1 -2.20996 -2 0.0800781c-4.19043 10.3398 -8.28027 20.7197 -12.5703 31c-1.12109 2.52441 -2.03125 6.81543 -2.03125 9.57812c0 0.333984 0.0146484 0.876953 0.03125 1.21191c0.160156 2.45996 0.800781 16.1191 1.51074 48c0 1.94922 0 2 -2 2 +h-183c2.5791 -1.63086 178.319 -102.57 196 -112.761zM130.361 140.128c0 -2.39941 0.359375 -2.79004 2.75977 -3c11.54 -1.16992 21 -3.74023 25.6396 7.32031c6 14.46 2.66016 34.4102 -12.4795 38.8398c-2 0.589844 -16 2.75977 -15.9404 -1.50977 +c0.0498047 -8.04004 0.00976562 -11.6104 0.0205078 -41.6504zM236.111 155.178c0 -2.12988 1.06934 -38.6797 1.08984 -39.1299c0.339844 -9.93945 -25.5801 -5.76953 -25.2305 2.58984c0.0800781 2 1.37012 37.4199 1.10059 39.4307 +c-14.1006 -7.44043 -14.4199 -40.21 6.43945 -48.8008c1.88184 -0.816406 5.0752 -1.47949 7.12695 -1.47949c5.53418 0 12.3721 3.83008 15.2637 8.5498c4.90918 7.75977 6.83984 29.4697 -5.43066 39c-0.0966797 -0.0400391 -0.257812 -0.09375 -0.359375 -0.120117 +v-0.0400391zM223.831 353.178c-9.83008 0 -9.73047 -14.75 -0.0703125 -14.8701c9.66016 -0.119141 10.1006 14.8809 0.0703125 14.9102v-0.0400391zM143.681 249.348c0 -1.7998 0.410156 -2.39941 2.16992 -2.58008c13.6201 -1.38965 12.5107 11 12.1602 13.3604 +c-1.68945 11.2197 -14.3799 10.2002 -14.3496 7.81055c0.0498047 -4.5 -0.0302734 -13.6807 0.0195312 -18.5908zM356.001 242.948l-6.09961 15.8398c-2.16016 -5.48047 -4.16016 -10.5703 -6.23047 -15.8398h12.3301z" /> + <glyph glyph-name="d-and-d-beyond" unicode="" horiz-adv-x="640" +d="M313.8 206.5c-9.89941 0 -16 7 -15.7002 7.09961c-4.2998 5.7002 -3 -0.299805 -2.39941 -1.89941c-10.9004 10.2998 -5.2998 25.3994 -5.10059 26c0.700195 1.89941 0 2.2002 -0.599609 1.89941c-1 -0.299805 -2.09961 -1.89941 -2.09961 -1.89941 +c0.799805 9.09961 9.2998 14.7002 9.2998 14.7002l0.200195 -0.200195c1 -1.5 -0.400391 -3.2002 -0.600586 -9c1.60059 2.2998 7.90039 6.59961 11.4004 7.89941c-1.10059 -1.5 -2.10059 -3.59961 -2.10059 -6.59961c3.7002 4.2002 7.5 2.59961 8 2.40039 +c-12.1992 -11.9004 -7 -26.6006 3.2002 -26.6006c5.7002 0 11.5 6.40039 13.9004 10.7002c2.39941 -2.40039 6.39941 -5.5 7.39941 -6.59961c-3.7998 -7.80078 -11 -17.9004 -24.7998 -17.9004zM366.2 227.6c0 -2.89941 -2.90039 -4.09961 -5.40039 -4.5 +c0.700195 1.5 1.7998 5.10059 -0.200195 9c0.700195 -0.0996094 5.60059 -0.5 5.60059 -4.5zM376.5 222.4c-0.400391 -6.5 -6.90039 -11.6006 -14.5996 -10.6006c2 -1.7002 6.59961 -3 9 -1.89941c-3.90039 -6.90039 -23.1006 -7.5 -23.1006 6.39941 +c-2.89941 -2.89941 -2.09961 -7.39941 0 -9.2998c-2.2002 0.700195 -5.7998 3.09961 -6.39941 7.40039c-1.30078 10.0996 4.39941 6.5 -10.4004 18.0996c-4.7998 3.7002 -3 6.59961 -4 8.5c-1.09961 2.2002 -7 4.09961 -4.5 8.5 +c-0.0996094 -1.59961 1 -2.90039 2.59961 -3.5c1.80078 -0.700195 3.2002 -0.200195 4.80078 -1c1.69922 -1.2002 0.899414 -3.90039 2.19922 -5c1.10059 -0.799805 4.2002 0.299805 6.60059 -1.7998c2.59961 -2 8.2002 -6.7002 10.5996 -8.60059 +c4.40039 -3.59961 8.7998 0.400391 7.40039 4.60059c4.5 -2.60059 5 -9.90039 1.2998 -12.5c10.5996 -2.40039 13 10.0996 5 11.3994c7.2998 0.700195 13.5 -4.2998 13.5 -10.6992zM337.1 240.8c4.30078 6.10059 13.3008 15.2998 23.8008 15.7998 +c-5.90039 0.800781 -15.1006 -3.19922 -19.7002 -9c0.899414 3.90039 5.09961 10.1006 10.2002 13c0 0 -2.5 -3.19922 -1.40039 -3.69922c1.59961 -0.800781 5.7998 5.69922 11.2002 5.89941c0 0 -4 -2 -3.2002 -3.39941c0.599609 -0.900391 3.2998 1.2998 8 1.2998 +c5.7998 0 10.9004 -3.5 13.2998 -6.2002c-4 1.09961 -11.5996 -0.799805 -13.7998 -2.7002c-0.299805 0.200195 -11.7998 9 -22 -15.5c-4.7998 3.7998 -4.40039 3.7002 -6.40039 4.5zM579.6 188.9c37.2002 0 60.4004 -19.6006 60.4004 -48.9004 +c0 -28.2002 -17 -48.9004 -59.0996 -48.9004c-20.7002 0 -41.2002 1.30078 -51.6006 2.10059l7.40039 8.2002v77.1992l-7.40039 8.2002c10.2998 0.799805 29.6006 2.10059 50.2998 2.10059zM564.5 113.3c25.4004 -3.2002 46.7998 1.40039 46.7998 27 +c0 22.5 -16.7002 29.6006 -46.7998 26.2998v-53.2998zM301.6 267c0.100586 -0.299805 -2.7998 2.2998 -3.2998 7.5c-0.200195 2.2998 0 19.7998 20 18.9004c11.2002 -0.600586 16.7002 -8.30078 16.7002 -16.5c0 -4.30078 -2.2998 -10.1006 -5.5 -13.8008 +c-2.2002 2.2002 -5.59961 4.60059 -7.7002 7.80078c3.7998 5.59961 2.2002 14.3994 -4.7002 14.3994c-4.2998 0 -7.7998 -4.5 -6.39941 -9.89941c-0.700195 -2.40039 -1 -5.60059 -0.5 -8c-4.90039 2.59961 -6.5 6 -7.5 9c-1.2998 -2.5 -2.10059 -6 -1.10059 -9.40039z +M301.2 261c0.299805 1.7002 -3.10059 4.59961 -4.7998 5.2002c4.7998 0.200195 7 -0.600586 7 -0.600586c-1.30078 1.7002 -1.60059 4.5 -1 6.7002c2.5 -6.09961 11.6992 -7.09961 13.8994 -12.2002c-0.299805 2.30078 -2.39941 4.7002 -4.7998 6.10059 +c-1.2998 3.2002 -0.299805 9.39941 1.2998 11c-0.5 -8.7998 12 -13.7998 14.6006 -20.2002c-1.40039 5.5 -7.40039 9 -10.1006 12.2002c-1 2.09961 -0.200195 5.7998 0.799805 7.09961c-0.5 -9.7002 15.8008 -14.2998 14.1006 -23.8994 +c0.899414 -0.400391 2.09961 -1.2002 1.89941 -2.60059c1.30078 0.299805 2.60059 1.7002 2.90039 2.7002c0.700195 -4.5 -1.90039 -9 -4.7998 -10.4004c1.59961 4 -2.7002 5.60059 -6.7002 5.10059c0 0 1.59961 2.2998 1 3.39941 +c-0.799805 1.5 -8 0.800781 -11.2002 -0.299805c1.10059 0.100586 3.60059 -0.200195 4.60059 -0.5c-2.10059 -2.89941 -1 -7.09961 1.2998 -4.2002c0 0 -1.10059 -3.5 -0.299805 -4.2998c0.799805 -0.799805 2.59961 -0.200195 2.59961 -0.200195 +c-1.2002 -2.69922 -5.2998 -4.59961 -8.2002 -4.59961c1.10059 0.400391 2.7002 2.2998 3 3.40039c-0.799805 -0.5 -2.7002 -0.700195 -3.5 -0.5c6.10059 3 0 13.1992 -7 8.19922c1 2.7002 3.7002 5.30078 5.7998 6.10059c-1.2998 0.5 -2.69922 0.799805 -4.2998 1.09961 +c1.7998 1.5 6.2998 2.7998 8.5 2.60059c-3.5 0.799805 -9.89941 -0.300781 -12.7998 -3.7002c0.900391 0 3.2998 -0.5 4.2998 -0.799805c-4 -0.700195 -9.39941 -4.40039 -11 -6.2002c0.299805 2.2002 1 4.2002 0.5 5.59961c-0.799805 2 -3 2.7998 -7.7998 1.7998 +c3.2002 3.2002 9.7002 5.10059 10.2002 6.90039zM327.1 253.6c0 0 -0.899414 3 -4.19922 4.30078c0.699219 -2.2002 1.5 -4.30078 4.19922 -4.30078zM366 249.9l0.700195 0.699219c0.5 0.400391 1.59961 0.900391 2.7002 1.40039v-18.4004 +c-1.7002 0.800781 -3.5 1.10059 -5.60059 1.10059c-2.39941 0 -5 -0.5 -5 -0.5c-0.5 0.5 -3.59961 2.89941 -5.09961 3.2002c4.09961 -4.30078 0.5 -9.80078 -3 -7.2002v15.7002c0.700195 0.799805 1.2998 1.7998 2.09961 2.59961 +c1.7002 2.09961 4.60059 3.40039 7.5 3.40039c1.7998 0 3.60059 -0.400391 4.7002 -1.40039zM79.9004 142.1c22 -6.39941 19.3994 -20.0996 19.3994 -25.1992c0 -7.80078 -3.2002 -13.6006 -9.89941 -17.6006c-12.6006 -7.39941 -24.7002 -5.89941 -86.4004 -5.89941 +l8.40039 8.59961v32.2998l-11.4004 14.6006h11.2998v29.5l-8.2998 8.59961h56.0996c12.9004 0 37 -4.40039 37 -25c0 -1.90039 1 -15.2998 -16.1992 -19.9004zM38.5996 169.6v-20.8994c10.6006 0 29.6006 -3.2998 29.6006 8.7998v3 +c0 9.90039 -9.60059 9.09961 -29.6006 9.09961zM38.5996 110.4c20.4004 0 32.9004 -1.90039 32.9004 9.2998h-0.200195v4.5c0 11.0996 -20.5 8.7998 -32.7002 8.7998v-22.5996zM139.8 129.7v-15.4004l60.1006 0.200195l-14.1006 -21.2002h-81.2002l7.40039 8.2002v77.0996 +l-7.40039 8.2002l73.5 0.200195v-0.200195l14.1006 -21h-52.4004v-14.8994h37.2002l-14.0996 -21.2002v-0.200195zM354.5 189.8c73.7998 0 77.5996 -99.2998 -0.299805 -99.2998c-77.2002 0 -73.6006 99.2998 0.299805 99.2998zM354.2 112.3 +c39 0 37 55.2002 0.200195 55.2998c-37.1006 0 -37.6006 -55.2998 -0.200195 -55.2998zM262.9 120.6l0.199219 -19l7.2002 -8.19922h-42.5996l7.7002 8.19922l-0.200195 19.4004l-44.1006 65.7998h44.9004l-6.40039 -7.2002l21 -37.1992h0.300781l20.5 37.1992 +l-6.10059 7.2002h41.7002zM234.5 271.9c-9.09961 6.69922 -9.5 14.0996 -9.59961 14.8994c7.2998 -4.2998 9 -4 39.8994 -4c-5.7998 0 24 3.10059 32.2002 -22.8994c-0.400391 0 -8.40039 -4.80078 -10.4004 -7.90039c5.30078 1.90039 8.90039 1.09961 9 1.09961 +c-8 -5.09961 -9.59961 -14.7998 -9.59961 -20.5c0.900391 2.10059 2.7002 3.7002 2.7002 3.5c-0.600586 -2.5 -1.40039 -7 -0.799805 -12c-8.60059 -7.09961 -16 -8.59961 -26 -8.59961h-35.1006c0.400391 0.0996094 7.7998 4.5 7.90039 4.59961 +c1.89941 1.10059 2.7002 2.2002 2.7002 6.40039v38.7998c0 4.2002 -1.30078 5.2998 -2.90039 6.60059zM256 266.4v-34.6006c4.7002 0 23.0996 -3.39941 23.0996 17.2998c0 20.6006 -18.5 17.3008 -23.0996 17.3008zM484.9 186.8l39.1992 -0.0996094l-7.39941 -8.2998 +v-85.2002h-21.2998c-4 12.7002 -44.8008 45 -48.5 55.5996h-0.300781v-47.3994l7.40039 -8.2002h-39l7.2002 8.2998v76.9004l-7.40039 8.5h31.6006c2.89941 -9.40039 39.7998 -36.5 45.1992 -50.9004h0.300781v42.5zM378.2 282.9 +c32.7002 -1.60059 33.7998 -29.8008 33.7998 -33.6006c0 -6.7002 -3.2998 -34 -36.7002 -34h-0.299805c3.59961 4.2998 3.5 11.9004 -2.2002 16.2998c1.2002 0 19.7002 -3.19922 19.7002 17.3008c0 20.6992 -18.4004 17.2998 -23.0996 17.2998v-4.2998 +c-5.40039 0.799805 -7.40039 -0.300781 -7.5 -0.300781c2.09961 1.80078 4.5 2.60059 6.09961 2.90039c-7.09961 1.59961 -13.5996 -2.40039 -14.5996 -3.5c0.799805 1.7998 2.39941 3.40039 3.5 4.5c-2.30078 -0.799805 -4.30078 -1.90039 -6.10059 -3 +c0 5.2002 0.200195 7.5 -2.89941 9.5c-9.10059 6.59961 -9.5 14.2002 -9.60059 14.9004c7.10059 -4.2002 7.7002 -4 39.9004 -4z" /> + <glyph glyph-name="dev" unicode="" +d="M120.12 239.71c3.87012 -2.90039 5.82031 -7.25977 5.83008 -13.0596v-69.6504c0 -5.80957 -1.94043 -10.1602 -5.82031 -13.0596c-3.87988 -2.90039 -7.76953 -4.35059 -11.6494 -4.35059h-17.4502v104.47h17.4395c3.87988 0 7.77051 -1.44922 11.6504 -4.34961z +M404.1 416c24.2002 0 43.8408 -19.5898 43.9004 -43.7998v-360.4c-0.0595703 -24.21 -19.6904 -43.7998 -43.9004 -43.7998h-360.199c-24.2002 0 -43.8408 19.5898 -43.9004 43.7998v360.4c0.0595703 24.21 19.7002 43.7998 43.9004 43.7998h360.199zM154.2 156.81 +l-0.00976562 70.9307c-0.0107422 18.8193 -11.9307 47.2793 -47.3701 47.2793h-47.3799v-165.46h46.3994c36.75 -0.0595703 48.3604 28.4404 48.3604 47.25zM254.88 245.47l0.00976562 29.5205h-63.1895c-11.1504 -0.280273 -19.9805 -9.54004 -19.71 -20.6904v-125.109 +c0.279297 -11.1602 9.55957 -19.9805 20.7197 -19.6904h62.1797v29.5703h-53.29v38.4102h32.5703v29.5693h-32.5703v38.4199h53.2803zM358.52 130.18l38.4609 144.801h-32.5801l-29.5703 -113.721l-29.71 113.721h-32.5703l38.5303 -144.801 +c10.5898 -24.6299 34.2402 -30.75 47.4395 0z" /> + <glyph glyph-name="fantasy-flight-games" unicode="" horiz-adv-x="512" +d="M256 415.14l223.14 -223.14l-223.14 -223.14l-223.14 223.14zM88.3398 192.17c11.3447 -11.2461 29.7705 -29.4893 41.1299 -40.7197c20.1602 19.8799 40.46 39.8994 61.8506 60.9902c12.0596 -12.5801 24.5195 -25.5703 36.54 -38.1104 +c12.0293 11.6895 23.7393 23.0596 35.6895 34.6602c-6.99023 7.4502 -32.1494 32.8301 -35.0898 35.7793c-1.91016 1.9209 -2.29004 3.2207 -0.120117 5.35059c15.5801 15.2295 39.21 17.79 56.9805 5.09961c7.98926 -5.70996 14.2998 -11.6396 48.5098 -43.9502 +c10.8203 11.1504 22.2295 22.8506 33.5 34.6904c0.490234 0.520508 0.0996094 2.63965 -0.580078 3.37988c-0.0898438 0.100586 -37.5195 40.6006 -62.1504 59c-33.5801 25.0801 -78.3193 23.0605 -119.77 -18.6895c-84.5703 -85.1807 -94.5303 -95.4805 -96.4902 -97.4805z +M323.16 90.5703c18.8203 18.79 80.3301 80.6396 100.5 101.5c-13.7305 13.4492 -27.1797 26.6299 -40.8604 40.0293c-20.0098 -19.7393 -40.2402 -39.6895 -61.25 -60.4199c-12.3301 12.8301 -24.8799 25.8799 -37.25 38.75 +c-1.25977 -0.689453 -1.64941 -0.80957 -1.91016 -1.06934c-10.7295 -10.7705 -21.4199 -21.5801 -32.21 -32.29c-2.22949 -2.20996 -0.519531 -3.35059 0.800781 -4.69043c10.5791 -10.7402 21.1797 -21.4502 31.7695 -32.1797 +c3.5498 -3.60059 3.54004 -3.85059 -0.139648 -7.24023c-16.8008 -15.4697 -40.8408 -16.54 -59.3203 -1.7998c-7.62012 6.08008 -11.6602 10.1797 -44.6797 42.0898c-11.5801 -11.8896 -23.3203 -23.9404 -35.3701 -36.3096 +c33.5498 -34.7607 50.8496 -53.3408 72.9297 -66.8408c28.9004 -17.6699 71.5 -14.96 106.99 20.4707zM256 448l256 -256l-256 -256l-256 256zM16 192l240 -240l240 240l-240 240z" /> + <glyph glyph-name="penny-arcade" unicode="" horiz-adv-x="640" +d="M421.91 283.73c7.33984 -16.2705 2.29004 -5.07031 24.6299 -54.6807l-39.7305 -10.6094c13.7002 59.2295 10.6104 45.8398 15.1006 65.29zM215.82 232.62c32.5 8.99023 41.9492 -37.6396 -0.350586 -47.4297c-14.2002 -3.77051 -6.64941 -1.75 -34.8193 -9.34082 +l-4.45996 46.1904c28.3193 7.5498 19.4395 5.17969 39.6299 10.5801zM541.98 258.81c75.7998 -37.9092 98 -76.3193 97.9893 -104.47c2.10059 -78.8496 -183.3 -130.33 -399.89 -84.8301c0.540039 -13 -8.00977 -24.6494 -20.5801 -28.0195 +c-125.54 -33.54 -117.35 -31.75 -122.53 -31.7598c-14.3701 -0.0107422 -26.4102 10.8896 -27.7998 25.1992l-4.2998 44.4805c-0.0683594 0.724609 -0.125 1.90332 -0.125 2.63184c0 10.5811 8.01758 22.2461 17.8945 26.0381l-1.73926 17.8799 +c-50.2305 28.2598 -80.9004 61.8701 -80.9004 95.3701c0 72.9199 144.26 113.4 309.41 98.3701c2.68945 7.54395 11.1514 15.3438 18.8896 17.4102c96.8701 25.9092 65.3203 17.4795 135.59 36.2295c13.1602 3.50977 26.9307 -2.95996 32.6201 -15.3301zM255.14 149.7 +c17.5 4.0498 40.2363 19.1562 50.75 33.7197c21.6006 32.5898 14.1104 105.561 -42.5498 104.43c-16.04 -0.229492 -8.07031 0.890625 -186.22 -46.6494l4.34961 -44.5l20.1201 5.38965l11.1104 -114.64l-20.0205 -5.35059l4.30078 -44.5195l115.31 30.7803 +l-4.50977 44.5098l-20.5303 -5.50977l-2.45996 23.5498l48.4404 12.9102zM454.32 133.08l108.55 28.96l-4.2998 44.4795l-20.79 -5.55957l-66.6699 145.47c-70.5801 -18.8301 -42.2305 -11.25 -135.591 -36.2393l4.2002 -44.4805l17.1504 4.55957l-33.0801 -126.47 +l-20.9902 -5.58984l4.45996 -44.4297l112.851 30.0693l-4.05078 39.54l-19.1992 -5.12012l4.09961 17.54l57.7598 15.4209l6.61035 -14.6807l-14.9004 -3.97949z" /> + <glyph glyph-name="wizards-of-the-coast" unicode="" horiz-adv-x="640" +d="M219.19 102.31c7.44922 5.80078 16.2598 0.680664 21.7295 -7.0791c7.08984 -10.1201 6.24023 -18.1602 -0.259766 -23.04c-7.62012 -6.24023 -17.0898 0.129883 -21.7305 6.5498c-10.8096 15.1299 -1.63965 22.1895 0.260742 23.5693zM555.94 26.3701 +c1.30957 4.4502 3.92969 10.21 3.93945 20.1699c0 34.04 -41.6299 64.4102 -100.03 68.0801c-53.1592 3.39941 -120.46 -15.4502 -184.35 -73.8506l-0.790039 0.260742c1.58008 10.4697 -0.780273 16.2295 -3.40039 21.21l0.260742 1.56934 +c64.4199 51.3203 134.069 66.5107 188.8 60.4902c61.0098 -6.54004 104.479 -39.54 101.34 -78.0303c-0.790039 -9.68945 -2.88965 -15.71 -4.97949 -19.8994c-1.34082 -1.66992 -1.13086 -1.7002 -0.790039 0zM392.28 207.58 +c-0.530273 7.07031 3.13965 11.7803 6.7998 15.46c3.66992 3.91992 14.9297 10.4697 14.9297 10.4697s-1.2998 -26.4502 -2.08984 -29.8496c-1.04004 -3.92969 -4.96973 -6.81055 -10.4697 -6.5498c-4.98047 0.259766 -8.37988 3.39941 -9.16992 10.4697zM342.26 358.68 +c147.17 0 275.48 -86.6797 291.21 -196.939c0 0 -3.66992 -1.31055 -9.68945 -4.4502c0 -0.259766 1.0498 -10.7402 0.259766 -16.5c-0.259766 -1.83008 -1.0498 -1.0498 -1.0498 0c-0.270508 5.24023 -1.57031 11.5303 -2.36035 14.9297 +c-4.70996 -2.60938 -10.21 -6.54004 -15.9697 -11.7793c0 0 4.70996 -10.21 4.70996 -25.9209c0 -21.21 -8.37988 -32.9893 -16.5 -37.9697l-0.259766 0.520508c9.16992 9.16992 12.5693 21.4795 12.5693 31.9492c0 13.8701 -6.80957 33.25 -14.3994 41.3701 +c0 0 4.4502 -8.12012 6.80957 -17.8096c0 0 -21.21 -21.4697 -26.9697 -62.3203c0 0 -3.66992 9.16992 -10.7402 16.2402c0 0 12.0498 -15.4502 12.0498 -38.2305c0 -19.3799 -12.8398 -37.4395 -27.5 -48.1797c-0.989258 0 -0.790039 -0.169922 -0.790039 0.790039 +c15.71 12.8301 22.2607 28.0205 22.2607 46.3506c0 38.2295 -49.2305 80.3896 -130.15 80.3896c-96.1104 0 -181.74 -58.1299 -236.99 -128.05l-1.0498 0.259766c-40.3203 120.979 -135.64 185.66 -196.13 202.16c-2.09961 0.519531 -1.83984 0.790039 -0.790039 1.30957 +c12.3096 14.4004 136.96 151.88 341.47 151.88zM243.02 69.0596c16.8408 14.5908 4.99023 30.7705 4.71094 31.1602c-4.08008 5.99023 -16.3105 16.8506 -31.1602 5.5c-10.9502 -8.37988 -11.6406 -22.8896 -4.19043 -32.4697 +c6.44043 -8.26953 19.5801 -13.1797 30.6396 -4.19043zM245.11 205.49l1.83008 -8.11035l-3.6709 4.4502l-14.1396 -26.71l24.6201 -28.7998l12.5703 6.01953l-11.7803 70.96zM263.7 87.9102c3.41016 2.35938 7.33984 4.97949 9.67969 6.57031l-0.259766 0.259766 +c-1.56055 -0.780273 -3.11035 -1.0498 -12.5703 15.9697v0.259766c6.87012 5.16016 8.45996 4.89062 11.5205 5.5l0.259766 0.260742c-1.31055 3.66992 -1.31055 3.66992 -1.83008 5.5h-0.259766c-3.95996 -3.31055 -1.4707 -1.58008 -11.5205 -7.86035h-0.259766 +c-1.83008 3.13965 -4.19043 7.33008 -5.75977 9.68945v1.31055c4.4502 3.91992 10.2197 6.7998 12.3096 7.58984c2.87988 1.0498 4.19043 0.520508 5.24023 0.259766l0.259766 0.520508c-1.30957 1.83008 -2.08984 2.87988 -3.39941 4.70996l-0.520508 0.259766 +c-9.9502 -5.5 -17.54 -9.9502 -25.3994 -15.71l0.259766 -0.519531c1.30957 0.259766 3.13965 -0.260742 4.4502 -2.62012c15.04 -25.0801 19.5898 -27.5908 17.54 -31.6904zM318.96 120.38v0.25c-1.99023 0 -2.34961 -1.37012 -14.6602 30.6396v0.260742 +c4.95996 1.85938 8.78027 4.37988 12.3105 2.62012l0.259766 0.519531l-3.13965 4.98047l-0.520508 0.259766c-2.22949 -0.929688 -20.4697 -8.00977 -27.7598 -12.5703l-0.259766 -0.519531l1.0498 -5.76074h0.519531c1.0498 3.68066 9.7998 7.33008 9.9502 7.33008 +l0.259766 -0.259766c12.9404 -29.7598 13.0703 -29.8799 11.7803 -32.4697l0.259766 -0.259766c3.93066 2.09961 6.81055 3.40918 9.9502 4.97949zM363.73 136.88c-0.780273 0.520508 -2.09082 1.31055 -2.63086 3.92969c-1.56934 6.02051 -4.70996 20.1709 -6.2793 26.4502 +c-0.530273 1.57031 -0.530273 3.14062 0.519531 4.4502l-0.259766 0.259766c-3.41016 -0.529297 -6.29004 -1.30957 -10.7402 -2.35938v-0.260742c1.57031 -0.529297 2.10059 -2.09961 2.62012 -3.92969l2.62012 -9.42969l-0.259766 -0.259766 +c-3.40039 -1.05078 -8.90039 -2.62012 -12.8301 -3.93066h-0.259766c-0.780273 2.10059 -1.83008 5.75977 -3.14062 9.69043l0.259766 4.70996l-0.259766 0.259766c-4.71973 -1.30957 -7.59961 -2.34961 -10.7402 -3.40039v-0.519531 +c1.05078 0 2.10059 -1.30957 2.62012 -3.13965c1.0498 -3.40039 8.12012 -24.0908 9.16992 -27.2305c0.790039 -2.09961 0.790039 -3.66992 -0.259766 -4.97949l0.259766 -0.260742c3.14062 1.31055 6.54004 2.87988 10.21 3.93066v0.519531 +c-1.0498 0.259766 -2.08984 0.780273 -2.87988 3.13965c-1.0498 3.93066 -3.39941 11.2607 -4.18945 13.8809l0.259766 0.259766c3.92969 1.30957 9.42969 3.13965 12.8301 3.92969l0.259766 -0.259766c0.530273 -2.09961 2.62012 -10.2197 3.66992 -13.6201 +l-0.519531 -4.4502l0.259766 -0.259766c4.4502 1.57031 5.5 1.83008 9.69043 2.87988zM395.94 143.69c0.529297 1.8291 1.0498 3.65918 1.5791 6.04004h-0.259766c-2.0293 -4.06055 -15.0898 -5.09082 -16.2402 -4.71094l-0.259766 0.260742 +c-0.519531 3.13965 -1.83008 10.4795 -2.08984 12.5693l0.259766 0.260742c8.06055 0.899414 5.40039 1.0293 10.21 0h0.260742c0 3.40918 0.259766 3.66992 0.259766 5.23926h-0.259766c-5.98047 -2.2998 -1.2207 -0.679688 -10.7402 -2.35938l-0.259766 0.259766 +c-0.520508 3.40039 -1.31055 8.37988 -1.57031 9.9502l0.259766 0.259766c12.9004 2.41016 15.1006 0.349609 16.2402 -0.790039l0.259766 0.259766c-0.780273 2.36035 -1.0498 3.14062 -1.57031 5.5l-0.259766 0.260742 +c-4.71973 -0.260742 -15.71 -1.05078 -24.8799 -2.62012l-0.790039 -0.520508c1.83008 -0.790039 2.36035 -1.83984 2.62012 -3.66992c1.58008 -7.59961 3.41016 -18.3301 4.98047 -26.1895l-0.790039 -4.19043l0.259766 -0.259766 +c8.37988 1.83008 17.8096 3.66992 22.5195 4.18945zM406.68 188.2c3.14062 1.56934 7.33008 5.5 7.33008 5.50977c1.95996 -4.58008 0.970703 -2.70996 4.19043 -7.86035c10.1494 -0.459961 8.60938 0.0205078 20.4297 -1.0498l0.790039 4.70996 +s-4.18945 0 -5.75977 1.83008c-1.0498 1.31055 -1.31055 3.14062 -1.57031 5.5c0 2.36035 0.270508 16.5 0.790039 20.6904c0.259766 4.18945 2.08984 20.4199 2.08984 23.04c0.260742 2.62012 1.0498 8.91016 0.260742 12.0498 +c-4.82031 19.2803 -24.4307 17.8096 -50.0205 16.2402l-5.24023 -16.2402l2.62012 -2.87988c16.5498 16.5498 37.6201 4.56934 29.5898 -5.75977c-5.18945 -6.9209 -19.7393 -8.90039 -28.54 -17.0205c-6.47949 -6.49023 -12.2393 -20.9004 -5.5 -31.6904 +c6.12988 -11.0391 17.29 -9.96973 17.54 -9.94922c2.87988 0 6.55078 0.519531 11 2.87988zM443.86 166.99c0 1.83984 0.269531 4.18945 0.269531 5.25l-0.259766 0.519531c-14.3604 8.98047 -26.8604 0.919922 -28.7998 -9.9502 +c-2.83984 -16.0898 15.3594 -25.46 25.6602 -18.5898l0.519531 0.520508c0 0.259766 1.30957 4.4502 1.83008 6.2793l-0.259766 0.260742c-6.39062 -9.58008 -23.3203 -6.87012 -20.6904 10.21c1.91016 12.6602 15.3799 16.0801 21.7305 5.5zM449.63 254.72 +c0 0 4.96973 -0.790039 4.99023 -3.66016c0 -2.08984 -4.98047 -55.25 -4.98047 -55.25c-0.109375 -1.48926 -0.339844 -6.80957 -7.58984 -6.80957l-0.790039 -4.70996c18.3906 -2.83008 19.3701 -3.04004 36.9199 -7.33008l0.520508 4.70996 +c-13.0498 3.91992 -9.74023 7.37012 -4.4502 46.0898c1.09961 0.870117 8.62012 7.14062 20.6904 0.790039l11.2598 11.2598s-9.69043 8.90039 -14.9307 7.33008c-5.23926 -1.30957 -15.4492 -10.7393 -15.4492 -10.7393l1.56934 17.54 +c-8.10938 4.0498 -27.0693 7.3291 -27.7598 7.3291v-6.5498zM460.62 140.28c9.42969 -2.35059 16.2402 2.62012 18.8496 11.5195c2.08984 7.60059 -1.56934 16.7598 -10.7393 19.3799c-6.54004 2.10059 -15.7109 -0.779297 -18.8506 -10.21 +c-3.39941 -9.68945 2.62012 -18.5996 10.7402 -20.6895zM502.78 130.59c-0.780273 1.31055 -1.04004 2.10059 -0.799805 3.91016c1.22949 27.0098 1.5293 24.6602 1.0498 25.1396c-2.08984 0.790039 -5.5 2.09082 -7.58984 2.87988l-0.520508 -0.259766v-2.08984 +c-3.92969 -6.01953 -10.4795 -15.4502 -13.8799 -20.1602l-2.62012 -1.83008v-0.259766c2.08984 -0.259766 4.70996 -1.30957 6.02051 -1.57031v0.260742l0.790039 3.39941c0.789062 1.0498 2.35938 3.66992 3.66992 5.5c0.40918 0 2.25 -0.549805 7.06934 -2.35938 +c0.330078 -0.320312 0.330078 0.649414 -0.259766 -7.59082l-1.57031 -1.8291v-0.260742c1.57031 -0.519531 6.28027 -2.35938 8.64062 -2.87988zM498.07 220.41c-13.2207 -21.1504 -9.39062 -51.6006 9.66992 -52.9004c5.75977 -0.259766 9.42969 3.93066 9.68945 3.66992 +l-2.08984 -6.80957c8.91016 -4.21973 11.4404 -5.29004 17.8105 -8.63965l1.83008 4.44922c-6.14062 3.51074 -1.29004 11.25 24.6191 84.3203c-6.13965 6.45996 -10.2998 10.0596 -22.5195 20.4297l-1.83008 -3.66992c1.62988 -1.35938 6.79004 -5.00977 4.4502 -11.2598 +l-7.58984 -26.1904c-3.28027 12.79 -22.79 14.8701 -34.04 -3.39941zM527.4 141.07l2.35938 3.39941v0.520508c-3.41016 6.83008 -11.9395 7.41992 -14.6602 2.35938c-1.83984 -3.40918 0.260742 -7.06934 1.83008 -9.68945 +c1.57031 -2.87988 3.14062 -6.29004 2.08984 -8.37988c-2.31934 -4.62988 -8.94922 -0.680664 -8.37988 4.97949l-0.790039 -0.259766c-2.09961 -4.7998 -1.83008 -4.00977 -1.83008 -4.70996c3.05078 -6.09961 12.8105 -7.12988 15.4502 -0.790039 +c1.57031 3.15039 0.520508 6.80957 -1.0498 9.42969c-1.83008 3.40039 -4.18945 6.29004 -2.87988 8.37988c1.51953 2.65039 7.86035 0.470703 7.86035 -5.23926zM548.61 127.71l1.30957 3.91016l-0.259766 0.259766c-2.36035 2.08984 -8.64062 6.54004 -12.3105 8.90039 +h-0.259766l-3.13965 -3.40039v-0.259766c4.7998 -0.320312 3.37988 0.149414 6.01953 -1.83008v-0.259766c-2.62012 -4.9707 -6.0293 -11.2607 -9.16992 -17.0205l-2.08984 -1.30957l-0.259766 -0.259766l5.75977 -4.4502l0.259766 0.259766 +c-0.259766 0.530273 -0.519531 1.57031 0.790039 3.92969c2.87988 5.77051 6.28027 12.0508 8.64062 16.2402h0.259766c3.54004 -2.57031 2.49023 -1.43945 4.4502 -4.70996zM575.84 171.97l7.85059 10.46s-9.4209 18.8604 -23.04 16.5 +c-20.8408 -4.0293 -3.15039 -34.21 -2.09082 -38.2295c4.33008 -15.1299 -16.3193 -12.5605 -13.3496 5.24023l-2.87988 2.08984l-4.98047 -14.4004s11.7803 -11.2598 20.1602 -10.4697c8.12012 0.790039 13.8799 6.29004 13.8799 16.5 +c0 8.37988 -7.85938 22.7803 -7.85938 27.7598c0 6.86035 12.2695 4.75977 11.5195 -4.97949c-0.259766 -2.61035 -1.2998 -5.23047 -2.08984 -7.59082zM611.46 182.18c0.780273 -2.35938 1.57031 -1.83008 0.790039 0.270508 +c-32.4697 98.9795 -132.76 138.78 -199.8 139.83c-50.54 0.779297 -89.5605 -11.79 -131.98 -35.8799l20.6904 61.0098l-33.7803 -65.7305l-8.89941 20.9502c3.13965 1.04004 6.2793 2.08984 6.2793 2.08984l-2.62012 8.64062s-3.13965 -0.780273 -7.33008 -2.09082 +l-12.0498 28.2803l13.6201 -61.0098c-5.12012 2.55957 -19.0996 6.83008 -6.5498 19.3799l-2.62012 11c-6.97949 -2.21973 -13.2295 -3.62012 -32.21 -9.68945l-23.0801 11.5l59.1797 -42.6807l-4.70996 -2.08984l-17.2793 13.8799 +c2.23926 -5.13965 3.2998 -12.1699 4.70996 -19.6396l-28.54 -13.0898l-30.1104 36.1396l-17.2803 -9.16992l13.6201 -42.4199l-11.2598 -4.98047l94.2695 29.3301l-3.66992 -10.4697l-0.519531 3.13965l-13.0898 -3.39941l4.97949 -24.6201l-4.4502 -12.3105 +l-25.6592 30.6406l-39.8008 -10.21l18.8506 -58.9199c-60.1299 62.3994 -67.7002 66.3994 -61.7998 75.6797c2.09961 2.87988 7.85938 7.07031 7.85938 7.07031l-4.18945 7.06934c-26.7803 -18.3496 -27.8398 -19.1494 -58.4004 -42.6797l4.98047 -6.01953 +s8.12012 5.75977 13.6201 5.5c7.81934 -0.350586 1.76953 2.93945 113.659 -98.7305l11.7803 8.37988l-27.7598 93.4805l35.8799 -42.1602l-4.70996 -13.8799l41.9004 88.5098c34.6699 -80.5098 29.1494 -66.9502 32.9893 -78.8203l-33.5195 67.2998l-2.36035 -4.44922 +c1.2998 -1.30078 -0.919922 3.05957 22.7803 -59.4404c3.22949 -8.88965 -1.10059 -9.88965 -5.5 -12.8301l2.36035 -4.70996c15.3594 6.79004 22.9395 9.54004 39.0195 14.4004l-1.0498 4.97949c-8.89062 -1.33008 -10.1006 0.169922 -12.0498 4.4502 +c-1.05078 2.09961 -14.1504 40.0703 -20.4307 58.6602l-10.21 4.97949l-2.35938 8.12012l61.54 -36.6602l-13.0908 -43.21c12.1904 3.26074 27.0303 6.74023 49.4902 9.9502l-0.259766 26.71l-4.98047 -1.0498c-0.669922 -13.7998 -6.0293 -22.0801 -19.6396 -22.7803 +l22.2598 80.3906c-27.6201 -0.450195 -59.2695 -7.19043 -66.7695 -8.90039l3.92969 -16.5l-25.1396 19.6396l91.3896 20.6904l-85.6299 -9.16992c38.4902 22.5195 79.3398 39.0195 132.76 37.9697c131.46 -2.08984 180.95 -99.2402 191.95 -129.62zM203.48 295.57 +l2.35938 -8.64062c7.82031 2.61035 10.8604 2.36035 11.2598 2.36035l-9.42969 7.58984c-2.36035 -0.790039 -4.18945 -1.30957 -4.18945 -1.30957zM347.24 257.07l-11.5303 -37.71l-21.7295 17.0195c6.7998 25.5 31.6895 21.29 33.2598 20.6904zM318.43 380.93 +c224.94 0 321.83 -143.76 321.57 -227.55c0 -11 -0.269531 -17.5498 -0.790039 -19.6396c-0.259766 -2.10059 -1.0498 -0.790039 -1.0498 0.519531v9.9502c0 106.58 -121.51 223.37 -301.67 223.37c-61.2705 0 -103.69 -12.0498 -110.24 -13.8799l-1.57031 0.259766 +c-6.80957 7.58984 -12.8301 9.69043 -21.21 11.7803v0.790039c8.91016 2.34961 56.5605 14.3994 114.96 14.3994zM529.49 211.25c-8.61035 -34.4502 -13.6504 -35.3496 -18.3301 -35.3604c-7.33008 0 -6.81055 9.43066 -6.02051 14.9307 +c0.879883 9.72949 7.40039 34.6494 17.0205 33.5195c7.33008 -0.780273 8.63965 -7.33008 7.33008 -13.0898zM467.96 168.3c3.40039 -0.780273 7.84961 -4.4502 5.23047 -14.3896c-2.88086 -11.2598 -8.11035 -11.79 -11.7803 -10.7402 +c-5.5 1.31055 -7.85059 7.84961 -6.02051 14.6602c3.14062 11.2598 9.9502 11.2598 12.5703 10.4697zM491 147.35v0.270508c1.0498 1.83008 5.5 8.63965 6.5498 9.9502c-0.269531 -3.66992 -0.790039 -10.2207 -0.790039 -12.0508 +c-2.62012 0.780273 -3.92969 1.31055 -5.75977 1.83008z" /> + <glyph glyph-name="think-peaks" unicode="" horiz-adv-x="576" +d="M465.4 38.5996l-206.2 353.801l-204.2 -352.101l-32 0.299805l236.2 407.4l206.2 -353.9l55.0996 95l32 -0.299805zM110.1 82.7002l149.601 257.899l235.8 -404.6l-32.5 0.0996094l-203.4 349.101l-117.399 -202.5h-32.1006z" /> + <glyph glyph-name="reacteurope" unicode="" horiz-adv-x="576" +d="M250.6 236.26l2 6.7998l-5.69922 4.30078l7.19922 0.0996094l2.30078 6.7998l2.2998 -6.7998l7.09961 -0.0996094l-5.7002 -4.30078l2.10059 -6.7998l-5.7998 4.10059zM314.3 236.26l1.90039 6.7998l-5.7002 4.30078l7.2002 0.0996094l2.2998 6.7998l2.2998 -6.7998 +l7.2002 -0.0996094l-5.7002 -4.30078l2.10059 -6.7998l-5.80078 4.10059zM223 185.76c4.90039 0 3.7998 -3.89941 3.7998 -13.7598c0 -10.2998 -6.7002 -14.0996 -16.7998 -14.0996h-0.200195c-10.0996 0 -16.7998 3.69922 -16.7998 14.0996v40.0596 +c0 9.90039 6.7002 14.1006 16.7998 14.1006h0.200195c10.0996 0 16.7998 -4.2002 16.7998 -14.1006c0 -8.39941 0.900391 -12.1992 -3.7998 -12.2998h-3.40039c-4.5 0 -3.7998 3.2998 -3.7998 10.5c0 4.7002 -2.2998 6.10059 -5.7998 6.10059 +s-5.7998 -1.40039 -5.7998 -6.10059v-36.5996c0 -4.7002 2.2998 -6.10059 5.7998 -6.10059s5.7998 1.40039 5.7998 6.10059c0 8.09961 -1 12.0996 3.7998 12.0996h3.40039zM142.3 168.36c2.5 0 3.7998 -1.30078 3.7998 -3.80078v-2.09961 +c0 -2.5 -1.2998 -3.7998 -3.7998 -3.7998h-21.8994c-2.5 0 -3.80078 1.2998 -3.80078 3.7998v59.0996c0 2.5 1.30078 3.90039 3.7002 3.80078h21.7002c2.5 0 3.7998 -1.30078 3.7998 -3.80078v-2.09961c0 -2.5 -1.2998 -3.7998 -3.7998 -3.7998h-14.4004v-18.2998h11.4004 +c2.5 0 3.7998 -1.30078 3.7998 -3.80078v-2.09961c0 -2.5 -1.2998 -3.7998 -3.7998 -3.7998h-11.4004v-19.2998h14.7002zM100.3 186.86l8.10059 -23.9004c0.799805 -2.59961 -0.400391 -4.40039 -3.2002 -4.40039h-3.2998 +c-0.0820312 -0.00585938 -0.21582 -0.0107422 -0.297852 -0.0107422c-1.81543 0 -3.6084 1.43848 -4.00293 3.21094l-7.39941 23.5h-5.60059v-22.8994c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-3.39941c-2.5 0 -3.80078 1.30078 -3.80078 3.80078v59.0996 +c0 2.5 1.30078 3.7998 3.80078 3.7998h13.3994c10.1006 0 16.7998 -4 16.7998 -14.0996v-11.9004c0 -6.39941 -2.69922 -10.3994 -7.2998 -12.3994zM96.5 200.86v8.69922c0 4.80078 -2.5 6.10059 -6.09961 6.10059h-5.80078v-20.9004h5.80078 +c3.59961 0 6.09961 1.2998 6.09961 6.10059zM176 222l11.2002 -59.2002c0.5 -2.7002 -0.799805 -4.09961 -3.40039 -4.09961h-3.5c-0.100586 -0.00976562 -0.264648 -0.0185547 -0.366211 -0.0185547c-1.94531 0 -3.61816 1.57617 -3.7334 3.51855l-1.7998 11.2998h-12.2002 +l-1.7998 -11.2998c-0.116211 -1.94238 -1.78809 -3.51855 -3.7334 -3.51855c-0.101562 0 -0.265625 0.00878906 -0.367188 0.0185547h-3c-2.5 0 -3.89941 1.39941 -3.39941 4.09961l11 59.2002c0.135742 1.88477 1.78027 3.41504 3.66992 3.41504 +c0.0908203 0 0.239258 -0.00683594 0.330078 -0.0146484h6.89941c0.110352 0.0117188 0.290039 0.0205078 0.401367 0.0205078c1.89844 0 3.60059 -1.53223 3.79883 -3.4209zM163.7 182.7h9.39941l-4.69922 29.7002zM253 162.5c0 -2.45996 -1.2998 -3.83984 -3.7998 -3.7998 +h-3.40039c-2.5 0 -3.7998 1.2998 -3.7998 3.7998v53.2002h-7.2998c-2.5 0 -3.7998 1.2998 -3.7998 3.7998v2.09961c0 2.5 1.2998 3.80078 3.7998 3.80078h25.7998c2.5 0 3.7998 -1.30078 3.7998 -3.80078v-2.09961c0 -2.5 -1.2998 -3.7998 -3.7998 -3.7998h-7.5v-53.2002z +M501 163.3c0.0449219 0.00390625 0.119141 -0.0322266 0.164062 -0.0322266c1.01562 0 1.84082 -0.824219 1.84082 -1.83984c0 -0.0351562 -0.00292969 -0.0927734 -0.00488281 -0.12793v-0.799805c0.00195312 -0.0273438 0.00292969 -0.0722656 0.00292969 -0.100586 +c0 -0.999023 -0.810547 -1.80957 -1.81055 -1.80957c-0.0527344 0 -0.139648 0.00488281 -0.192383 0.00976562h-22.5c-0.0527344 -0.00488281 -0.139648 -0.00976562 -0.192383 -0.00976562c-1 0 -1.81055 0.810547 -1.81055 1.80957 +c0 0.0283203 0.000976562 0.0732422 0.00292969 0.100586v63c-0.00878906 0.0625 -0.0166016 0.166016 -0.0166016 0.229492c0 0.893555 0.725586 1.62012 1.62012 1.62012c0.111328 0 0.289062 -0.0224609 0.396484 -0.0498047h22.2002 +c0.0644531 0.00878906 0.169922 0.015625 0.235352 0.015625c0.977539 0 1.77051 -0.792969 1.77051 -1.76953c0 -0.0400391 -0.00292969 -0.105469 -0.00585938 -0.145508v-0.800781c0.00195312 -0.03125 0.00292969 -0.0820312 0.00292969 -0.113281 +c0 -1.04297 -0.84668 -1.88965 -1.88965 -1.88965c-0.03125 0 -0.0820312 0.000976562 -0.113281 0.00292969h-19.1006v-25.7998h16.1006c0.03125 0.00195312 0.0820312 0.00390625 0.113281 0.00390625c1.04297 0 1.88965 -0.84668 1.88965 -1.89062 +c0 -0.03125 -0.000976562 -0.0820312 -0.00292969 -0.113281v-0.799805c0.00195312 -0.03125 0.00292969 -0.0820312 0.00292969 -0.113281c0 -1.04297 -0.84668 -1.88965 -1.88965 -1.88965c-0.03125 0 -0.0820312 0.000976562 -0.113281 0.00292969h-16.1006v-26.7002 +h19.4004zM407.9 226.2c10.0996 0 15.2998 -4.74023 15.2998 -14.1006v-40.0996c0 -9.2998 -5.2002 -14.0996 -15.2998 -14.0996h-0.800781c-10.0996 0 -15.2998 4.7998 -15.2998 14.0996v40.0996c0 9.40039 5.2002 14.1006 15.2998 14.1006h0.800781zM418.1 173.8v36.6006 +c0 7.89941 -3 11.0996 -10.5 11.0996s-10.5 -3.2002 -10.5 -11.0996v-36.6006c0 -8 3 -11.0996 10.5 -11.0996s10.4004 3.09961 10.5 11.0996zM371.6 188.3l10.6006 -27.2998c0.5 -1.2998 -0.100586 -2.2998 -1.5 -2.2998h-1.5 +c-0.0351562 -0.00195312 -0.0927734 -0.00390625 -0.128906 -0.00390625c-0.886719 0 -1.85938 0.673828 -2.1709 1.50391l-10.4004 27.2002h-11.5996v-26.9004c0.00390625 -0.0458984 0.0078125 -0.12207 0.0078125 -0.167969 +c0 -0.960938 -0.779297 -1.74023 -1.74023 -1.74023c-0.0458984 0 -0.12207 0.00390625 -0.167969 0.0078125h-1.2002c-0.0527344 -0.00488281 -0.139648 -0.00976562 -0.192383 -0.00976562c-0.999023 0 -1.81055 0.810547 -1.81055 1.80957 +c0 0.0283203 0.00195312 0.0732422 0.00292969 0.100586v63c-0.000976562 0.0273438 -0.00292969 0.0722656 -0.00292969 0.100586c0 0.999023 0.811523 1.80957 1.81055 1.80957c0.0527344 0 0.139648 -0.00488281 0.192383 -0.00976562h13.7002 +c10.0996 0 15.2998 -4.7002 15.2998 -14.1006v-9.7002c0 -7.19922 -3.09961 -11.6992 -9.2002 -13.2998zM365.2 192.2c7.5 0 10.5 3.16016 10.5 11v6.39941c0 8 -3 11.1006 -10.5 11.1006h-10.2002v-28.5h10.2002zM451.1 225.3c10.1006 0 15.3008 -4.7002 15.3008 -14.0996 +v-10.5c0 -9.2998 -5.2002 -14.1006 -15.3008 -14.1006h-10.5996v-26.0996c0.00488281 -0.0458984 0.0078125 -0.12207 0.0078125 -0.167969c0 -0.960938 -0.779297 -1.74023 -1.73926 -1.74023c-0.046875 0 -0.12207 0.00390625 -0.168945 0.0078125h-1.19922 +c-0.0537109 -0.00488281 -0.139648 -0.00976562 -0.193359 -0.00976562c-0.999023 0 -1.80957 0.810547 -1.80957 1.80957c0 0.0283203 0.000976562 0.0732422 0.00292969 0.100586v63c-0.00976562 0.0625 -0.0166016 0.166016 -0.0166016 0.229492 +c0 0.893555 0.725586 1.62012 1.62012 1.62012c0.111328 0 0.288086 -0.0224609 0.396484 -0.0498047h13.6992zM461.3 202.5v7.09961c0 7.90039 -3 11.1006 -10.5 11h-10.2002v-29.1992h10.2002c7.5 0 10.5 3.19922 10.5 11.0996zM259.5 140l7.09961 -0.0996094 +l-5.69922 -4.30078l2.09961 -6.7998l-5.7998 4.10059l-5.7998 -4.10059l2.09961 6.7998l-5.7002 4.30078l7.10059 0.0996094l2.2998 6.7998zM487.1 276.1c122.301 -46.0996 118.401 -132.54 -33.8984 -176.34c13.3994 -49.7002 18.0996 -101.899 0.0996094 -133.8 +c-3.7998 -6.7002 -16.7998 -27.7002 -47.5996 -27.7002c-41.5 0 -110.2 41.6006 -182.101 142c-42.7998 3.5 -72.1992 10.1006 -84.5996 13c-20.5 -82.2998 -6.7998 -125.3 15.5 -137.899c1.2002 -0.700195 38.4004 -27.2002 120.9 52.7998 +c3.39941 -3.5 6.79883 -6.90039 10.1982 -10.2002c-63.0996 -61.2002 -110.199 -71 -138.199 -55.2002c-32.4004 18.2998 -42.8008 72 -22.3008 153.9c-18.8994 5 -121.6 33.2002 -122.1 92.7998c-0.400391 40.9004 49.7998 74.7002 120.3 95 +c-13.3994 49.5996 -18.2002 101.8 -0.0996094 133.8c3.7998 6.74023 16.7998 27.7402 47.5996 27.7402c41.6006 0 110.3 -41.6396 182.2 -142.14c23.6113 -1.88379 61.5127 -7.70801 84.5996 -13c20.5 82 6.90039 125.1 -15.5 137.8 +c-1.2998 0.700195 -38.3994 27.2002 -120.899 -52.7998c-3.40039 3.5 -6.80078 6.89941 -10.2002 10.1992c52.2998 50.9404 103.7 74.6006 138.2 55.2402c33.8994 -19.2002 41.8994 -75.8994 22.2998 -153.899c9.98535 -2.61523 25.9346 -7.67773 35.5996 -11.3008z +M135.901 411.16c-23.1006 -40.7998 1 -121.562 1.19922 -122.961c22.9912 5.78516 60.8018 12.3262 84.4004 14.5996c12.7793 18.6787 35.4922 47.4404 50.7002 64.2002c3.39941 -3.33301 6.7998 -6.74609 10.2002 -10.2393 +c-12.5371 -13.7451 -31.4434 -37.2207 -42.2002 -52.3994c14.8213 1.11914 38.9141 2.02734 53.7783 2.02734c11.082 0 29.0566 -0.504883 40.1211 -1.12793c-64.5 86.6006 -126.5 126.2 -163.3 126.2c-23 0 -32 -15.2002 -34.8994 -20.2998zM440.701 -27.1406 +c3.2998 6 21.5 38.5996 -1.2002 123c-4.09961 -1.10059 -37.0996 -9.90039 -84.4004 -14.6006c-12.7578 -18.6943 -35.4717 -47.4551 -50.6992 -64.2002c-3.40039 3.2998 -6.80078 6.7002 -10.2002 10.2002c12.5371 13.7461 31.4424 37.2207 42.2002 52.4004 +c-14.7715 -1.14258 -38.7842 -2.06934 -53.5996 -2.06934c-11.1328 0 -29.1875 0.524414 -40.3008 1.16895c64.5996 -86.7998 126.6 -126.2 163.3 -126.2c23.1006 0 32 15.2002 34.9004 20.3008zM449.801 111.459c25.6006 7.2998 85.9004 27.4004 105.7 62.5 +c1.40039 2.5 33.5 50.5 -72.5996 90.4004c-9.36914 3.51562 -24.8252 8.44336 -34.5 11c-3.60059 -12.9004 -7.90039 -26.1006 -12.8008 -39.5c-3.15723 -0.430664 -7.14453 -2.93945 -8.89941 -5.60059l-0.100586 0.100586 +c-1.6416 1.55762 -4.68848 3.48438 -6.7998 4.2998c5.7002 15 10.6006 29.7998 14.6006 44.2002c-7.2002 1.69922 -31.8008 7.59961 -72.2002 11.6992c16.7002 -24.5 27.8994 -44.0996 34.2998 -55.5c-3.50781 -1.14648 -8.16699 -4.46094 -10.4004 -7.39941 +c-13.5996 16.3994 -11 19.8994 -42.5 64.5c-13.752 0.96582 -36.1016 1.75 -49.8877 1.75c-17.2871 0 -45.292 -1.23145 -62.5117 -2.75c-16.9004 -25 -28.2998 -45.2002 -34.7998 -56.9004c-3.49707 -1.49023 -8.06738 -5.25391 -10.2002 -8.39941 +c-0.914062 2.88965 -3.78125 6.47363 -6.40039 8c6.10059 11.3994 16.9004 31 32.7998 55.2998c-39.5996 -4.60059 -65 -11.2002 -72 -13c4.30078 -14.1006 9.40039 -28.6006 15.2002 -43.2998c-0.71582 -0.522461 -1.74609 -1.50781 -2.2998 -2.2002 +c-1.5 1.89941 -4 5.2998 -14.4004 5.2998c-4.69922 12.2998 -8.7998 24.5 -12.3994 36.4004c-138.8 -40.3604 -158.4 -121.36 1.5 -164c3.59961 12.8994 7.7998 26 12.7002 39.3994c0.269531 -0.0146484 0.708008 -0.0273438 0.978516 -0.0273438 +c1.68359 0 4.33594 0.460938 5.9209 1.02734c3 -1.2002 5.2002 -1 8.40039 -1c-5.5 -14.5996 -10.2002 -28.8994 -14.1006 -42.8994c19.7119 -4.56055 52.0576 -9.80176 72.2002 -11.7002c-16.2998 23.8994 -27.5 43.3994 -33.7998 54.5996 +c8.7002 0 10.7002 1.60059 12.5996 3.2002c0.794922 -0.480469 2.13965 -1.15234 3 -1.5c15.3008 -26.7002 28.9004 -46.5996 36.8008 -57.7998c13.751 -0.96582 36.1006 -1.75 49.8857 -1.75c17.2871 0 45.2939 1.23145 62.5137 2.75 +c16.5 24.2998 27.7002 44 33.9004 55.2002c7.2998 0 9.7998 3 10.8994 4.19922c1.5332 -1.11426 4.2207 -2.54785 6 -3.19922c-15 -28 -28.6992 -48.9004 -32.1992 -54.2002c20.1172 2.22656 52.373 8.05078 72 13c-4.10059 13.7998 -9 27.8994 -14.7002 42.2002 +c1.65723 0.743164 4.07617 2.35645 5.39941 3.59961l0.100586 0.0996094c2.07227 -3.14648 6.8125 -5.7002 10.5811 -5.7002c0.0322266 0 0.0859375 0 0.119141 0.000976562c4.69922 -12.3008 8.7998 -24.5 12.3994 -36.4004zM335.401 225.459 +c0.0556641 0.00585938 0.145508 0.0107422 0.201172 0.0107422c1.05566 0 1.95117 -0.856445 1.99805 -1.91113v-51.5c0 -9.5 -5 -14.0996 -15.0996 -14.0996h-0.400391c-10.0996 0 -15.0996 4.5 -15.0996 14.0996v51.5 +c-0.00195312 0.0283203 -0.00292969 0.0732422 -0.00292969 0.100586c0 0.999023 0.810547 1.81055 1.81055 1.81055c0.0527344 0 0.139648 -0.00488281 0.192383 -0.0107422h1.2002c0.0615234 0.00878906 0.162109 0.0146484 0.224609 0.0146484 +c0.933594 0 1.69043 -0.756836 1.69043 -1.68945c0 -0.0625 -0.00683594 -0.163086 -0.015625 -0.225586v-49.7998c0 -8 2.60059 -11.0996 10.1006 -11.0996s10.0996 3.2002 10.0996 11.0996v49.7998c-0.00390625 0.046875 -0.0078125 0.12207 -0.0078125 0.168945 +c0 0.959961 0.779297 1.73926 1.74023 1.73926c0.0458984 0 0.121094 -0.00292969 0.167969 -0.0078125h1.2002zM321.701 139.999l7.09961 -0.0996094l-5.7002 -4.30078l2.10059 -6.7998l-5.7998 4.10059l-5.80078 -4.10059l2.10059 6.7998l-5.7002 4.30078 +l7.09961 0.0996094l2.30078 6.7998zM290.601 132.599l7.10059 -0.0996094l-5.7002 -4.2998l2.09961 -6.7998l-5.7998 4.09961l-5.7998 -4.09961l2.09961 6.7998l-5.69922 4.2998l7.09961 0.0996094l2.2998 6.80078zM295.701 163.399 +c0.0507812 0.00488281 0.133789 -0.03125 0.185547 -0.03125c1.00977 0 1.83008 -0.819336 1.83008 -1.83008c0 -0.0664062 -0.00683594 -0.172852 -0.015625 -0.239258v-0.799805c0.00292969 -0.0400391 0.00585938 -0.105469 0.00585938 -0.145508 +c0 -0.977539 -0.792969 -1.77051 -1.77051 -1.77051c-0.0654297 0 -0.170898 0.00683594 -0.235352 0.015625h-22.5c-0.0537109 -0.00488281 -0.139648 -0.00976562 -0.193359 -0.00976562c-0.999023 0 -1.80957 0.810547 -1.80957 1.80957 +c0 0.0283203 0.000976562 0.0732422 0.00292969 0.100586v63c-0.00195312 0.0273438 -0.00292969 0.0722656 -0.00292969 0.100586c0 0.999023 0.810547 1.80957 1.80957 1.80957c0.0537109 0 0.139648 -0.00488281 0.193359 -0.00976562h22.2002 +c0.0644531 0.00878906 0.169922 0.015625 0.235352 0.015625c0.977539 0 1.77051 -0.792969 1.77051 -1.77051c0 -0.0400391 -0.00292969 -0.105469 -0.00585938 -0.145508v-0.799805c0.00195312 -0.03125 0.00292969 -0.0820312 0.00292969 -0.113281 +c0 -1.04395 -0.84668 -1.89062 -1.88965 -1.89062c-0.03125 0 -0.0820312 0.00195312 -0.113281 0.00390625h-19.1006v-25.7998h16.1006c0.03125 0.00195312 0.0820312 0.00292969 0.113281 0.00292969c1.04297 0 1.88965 -0.84668 1.88965 -1.88965 +c0 -0.03125 -0.000976562 -0.0820312 -0.00292969 -0.113281v-0.800781c0.00195312 -0.03125 0.00292969 -0.0820312 0.00292969 -0.113281c0 -1.04297 -0.84668 -1.88965 -1.88965 -1.88965c-0.03125 0 -0.0820312 0.000976562 -0.113281 0.00292969h-16.1006v-26.6992 +h19.4004zM288.301 262.799l2.2998 -6.7998l7.10059 -0.0996094l-5.7002 -4.30078l2.09961 -6.7998l-5.7998 4.10059l-5.7998 -4.10059l2.09961 6.7998l-5.69922 4.30078l7.09961 0.0996094z" /> + <glyph glyph-name="adobe" unicode="" horiz-adv-x="512" +d="M315.5 384h170.9v-384zM196.5 384l-170.9 -384v384h170.9zM256 241.9l107.5 -241.9h-73l-30.7002 76.7998h-78.7002z" /> + <glyph glyph-name="artstation" unicode="" horiz-adv-x="512" +d="M2 70.5996h315.1l59.2002 -102.6h-285.399h-0.0146484c-17.4814 0 -38.0381 12.6787 -45.8857 28.2998zM501.8 98c19 -29.4004 -0.0996094 -55.9004 -2 -59.0996l-40.7002 -70.5l-257.3 447.6h88.4004h0.0117188c17.0596 0 37.3936 -12.2305 45.3877 -27.2998zM275 143.5 +h-231l115.5 200z" /> + <glyph glyph-name="atlassian" unicode="" horiz-adv-x="512" +d="M152.2 211.6c66.2998 -70.7998 89.0996 -189.3 51.2002 -267.1c-2.40039 -5.2002 -7.60059 -8.5 -13.4004 -8.40039h-175c-11 0 -18.4004 11.7002 -13.4004 21.7002l125.801 251c5.09961 10.5 17.0996 11 24.7998 2.7998zM244.4 439.9 +c6.7998 10.8994 20.2998 10.6992 25.5996 0.0996094c5.90039 -11.7002 240.4 -482.3 240.4 -482.3c5 -9.90039 -2.2002 -21.7002 -13.4004 -21.7002h-174.2c-5.7002 0 -10.8994 3.2998 -13.3994 8.40039c-73.5 146.899 -187.301 302.1 -65 495.5z" /> + <glyph glyph-name="canadian-maple-leaf" unicode="" horiz-adv-x="512" +d="M383.8 96.2998c-5 -5 -10 -7.5 -5 -22.5s10 -35.0996 10 -35.0996s-95.2002 20.0996 -105.2 22.5996c-8.89941 0.900391 -18.3994 -2.39941 -18.3994 -12.5c0 -10.0996 5.7998 -112.8 5.7998 -112.8h-30s5.7998 102.8 5.7998 112.8s-9.59961 13.4004 -18.2998 12.5 +c-10.0996 -2.5 -105.3 -22.5996 -105.3 -22.5996s5 20.0996 10.0996 35.0996c4.90039 15 0 17.5 -5.09961 22.5c-2.60059 2.5 -105.2 92.4004 -105.2 92.4004l17.5 7.59961c10 4.90039 7.40039 11.4004 5 17.4004c-2.5 7.59961 -20.0996 67.2998 -20.0996 67.2998 +s47.5996 -10 57.6992 -12.5c7.5 -2.40039 10 2.5 12.5 7.5s15 32.2998 15 32.2998s52.6006 -59.7998 55.1006 -62.2998c10.0996 -7.5 20.0996 0 17.5996 10c0 10 -27.5996 129.6 -27.5996 129.6s30.0996 -17.3994 40.0996 -22.3994c7.60059 -5 12.6006 -5 17.6006 5 +c5 7.5 42.5 79.7998 42.5 79.7998s37.5996 -72.2998 42.6992 -79.7998c5 -10 10.1006 -10 17.6006 -5c10 5 40.0996 22.3994 40.0996 22.3994s-27.5996 -119.6 -27.5996 -129.6c-2.5 -10 7.59961 -17.5 17.5996 -10c2.5 2.40039 55.1006 62.2998 55.1006 62.2998 +s12.5 -27.3994 15 -32.3994s5 -9.90039 12.5 -7.5c10 2.5 57.6992 12.5 57.6992 12.5s-17.6992 -59.7002 -20.0996 -67.3008c-2.40039 -5.89941 -5 -12.5 5 -17.3994l17.5 -7.5s-102.7 -89.9004 -105.2 -92.4004z" /> + <glyph glyph-name="centos" unicode="" +d="M289.6 350.5l31.6006 -31.7002l-76.2998 -76.5v108.2h44.6992zM127.2 318.8l31.5996 31.7002h44.7002v-108.2zM168.7 360.4l55.5 55.5996l55.5 -55.5996h-44.7002v-127.9l-10.7998 -10.7998l-10.7998 10.7998v127.9h-44.7002zM194.9 192.3l-10.8008 -10.7998h-128.6 +v-44.7998l-55.5 55.5996l55.5 55.6006v-44.8008h128.6zM274.2 213l76.2998 76.5l31.5996 -31.7002v-44.7998h-107.899zM447.5 192.3l-55.5 -55.5996v44.7998h-127.7l-10.7998 10.7998l10.7998 10.7998h127.7v44.8008zM65.4004 271.8v78.7002h79.3994l-31.5996 -31.7002 +l90.2998 -90.5v-15.2998h-15.2998l-90.2998 90.5zM382.1 350.5v-78.7002l-31.5996 31.7002l-90.2998 -90.5h-15.2998v15.2998l90.2998 90.5l-31.6006 31.7002h78.5zM203.5 34.0996v-0.0996094h-44.7002l-31.5996 31.7002l76.2998 76.5v-108.101zM65.4004 213v44.7998 +l32.5 31.7002l76.2998 -76.5h-108.8zM382.1 112.8v-78.7002h-78.5l31.6006 31.7002l-90.2998 90.5v15.2998h15.2998l90.2998 -90.5zM382.1 171.6v-44.7998l-31.5996 -31.7002l-76.2998 76.5h107.899zM321.2 65.7998l-31.6006 -31.5996h-44.6992v108.1zM97.9004 95.0996 +l-32.5 31.7002v44.7998h108.8zM279.7 24.2002l-55.5 -55.6006l-55.5 55.6006h44.7002v127.899l10.7998 10.8008l10.7998 -10.8008v-127.899h44.7002zM113.2 65.7998l31.5996 -31.7002h-79.3994v78.7002l32.5 -31.7002l90.2998 90.5h15.2998v-15.2998z" /> + <glyph glyph-name="confluence" unicode="" horiz-adv-x="512" +d="M2.2998 35.7998c42.2998 66.9004 125.2 233.2 373.101 112.601c39.6992 -19.1006 83.6992 -39.9004 105.899 -50.3008c8 -3.69922 11.7002 -13.1992 8.10059 -21.2998l-50.4004 -114.1c-0.0996094 -0.100586 -0.0996094 -0.299805 -0.200195 -0.400391 +c-3.89941 -8.09961 -13.5996 -11.5996 -21.7002 -7.7002c-200.399 95.2002 -213.8 111.5 -280.899 -0.699219c0 0 -0.100586 -0.100586 -0.100586 -0.200195c-4.69922 -7.7002 -14.6992 -10 -22.3994 -5.2998l-105.9 65.1992c-7.59961 4.7002 -10 14.6006 -5.5 22.2002z +M509.7 347.9c-42.6006 -67.5 -125.4 -232.9 -373.4 -112.9c-39.7002 19.2002 -83.7998 40 -106 50.4004c-8 3.69922 -11.7002 13.1992 -8.09961 21.2998l50.5 114.1c0.0996094 0.100586 0.0996094 0.299805 0.200195 0.400391 +c3.89941 8.09961 13.5996 11.5996 21.6992 7.7002c199.5 -94.7002 213.301 -111.7 280.601 0.899414c0.200195 0.400391 0.399414 0.700195 0.599609 1c5 7.5 15.1006 9.40039 22.6006 4.40039l105.8 -65.1006c7.59961 -4.69922 10 -14.5996 5.5 -22.1992z" /> + <glyph glyph-name="dhl" unicode="" horiz-adv-x="640" +d="M238 146.8l22.2998 30.2002h58.7002l-22.2998 -30.2002h-58.7002zM0 165.1h86.5l-4.7002 -6.39941h-81.7998v6.39941zM172.9 177h68.1992c-5.69922 -7.7998 -24.0996 -30.2998 -57.1992 -30.2998h-100.101l41.1006 55.7998h51c5.59961 0 5.59961 -2.2002 2.7998 -5.90039 +c-2.7998 -3.69922 -7.60059 -10.2998 -10.4004 -14.0996c-1.39941 -1.90039 -4.09961 -5.5 4.60059 -5.5zM490.4 183.9h-62.2002l39.2998 53.3994h62.2002zM95.2998 177l-4.7002 -6.40039h-90.5996v6.40039h95.2998zM206.3 203.6 +c2.7998 3.7002 2.90039 5.90039 -2.7002 5.90039h-111.399l20.3994 27.7998h117.9c29.9004 0 37.5996 -23.5996 29.2002 -35c-6.2002 -8.39941 -13.5 -18.3994 -13.5 -18.3994h-45.6006c-8.69922 0 -6 3.5 -4.59961 5.5c2.7998 3.7998 7.5 10.3994 10.2998 14.1992zM0 146.8 +v6.40039h77.7998l-4.7002 -6.40039h-73.0996zM323 146.8c0 0 22.2002 30.2002 22.2998 30.2002h58.7002l-22.2998 -30.2002h-58.7002zM545 146.7l4.7002 6.39941h90.2998v-6.39941h-95zM567.3 177h72.7002v-6.40039h-77.4004zM553.8 158.7l4.7002 6.39941h81.5v-6.39941 +h-86.2002zM389.6 237.3h58.7002l-39.2998 -53.3994h-143.6l39.2998 53.3994h58.7002l-22.5 -30.5996h26.1992zM423.1 177h133.4l-22.2998 -30.2998h-94.2998c-24.1006 0 -30.6006 11.5996 -23.2002 21.5996c2.09961 2.7998 6.39941 8.7002 6.39941 8.7002z" /> + <glyph glyph-name="diaspora" unicode="" horiz-adv-x="512" +d="M251.64 93.4502c-1.39941 0 -88 -119.9 -88.6992 -119.9c-0.700195 0 -86.6006 60.4502 -86.9404 61.2002s86.5996 125.7 86.5996 127.4c0 2.19922 -129.6 44 -137.6 47.0996c-1.2998 0.5 31.4004 101.8 31.7002 102.1c0.599609 0.700195 144.399 -47 145.5 -47 +c0.399414 0 0.899414 0.600586 1 1.30078c0.399414 2 1 148.6 1.7002 149.6c0.799805 1.2002 104.5 0.700195 105.1 0.299805c1.5 -1 3.5 -156.1 6.09961 -156.1c1.40039 0 138.7 47 139.301 46.2998c0.799805 -0.900391 31.8994 -102.2 31.5 -102.6 +c-0.900391 -0.900391 -140.2 -47.1006 -140.601 -48.8008c-0.299805 -1.39941 82.7998 -122.1 82.5 -122.899s-85.5 -63.5 -86.2998 -63.5c-1 0.200195 -89 125.5 -90.9004 125.5h0.0400391z" /> + <glyph glyph-name="fedex" unicode="" horiz-adv-x="640" +d="M586 163.5l54 -60.5h-64.4004l-22.2998 25l-22.0996 -25h-212.2v11.9004h-0.5c-7.90039 -11.7002 -20.7998 -18.6006 -34.9004 -18.6006c-32.6992 0 -56.3994 26.4004 -60.0996 56.9004h-85.5c0 -23.5 31.0996 -35.5 45.7998 -14.6006h42 +c-27.5996 -67.6992 -130.2 -49.3994 -130.2 23.7002c0 6.40039 0.800781 12.5 2.30078 18.2002h-48.9004v-77.5h-49v184.4h109v-41.1006h-60v-26.2002h54.7998v-24.1992c24.5 43.5996 103.9 45.3994 121.9 -14c7.5 25.5 28.8994 44.8994 57.2998 44.8994 +c13.9004 0 25.7998 -3.7998 35.4004 -14.7998h0.5v75.5h151.199v-48.0996h-56.0996v-16h118.7l22.5 -24.8008l21.7002 24.8008h62.3994zM139.3 180.1h46.5c-4.7998 25.6006 -40.3994 26.3008 -46.5 0zM292.7 131.2c34.5 0 32.5996 62.7998 0 62.7998 +c-34 0 -34.6006 -62.7998 0 -62.7998zM460.5 112.1v29.6006h-56.0996v44.7002h56.0996v28.0996h-55.5v33.9004h56.0996v30.1992h-95v-166.5h94.4004zM414.6 151.9h56.1006v-45.6006l50.7002 57l-50.7002 57v-44h-56.1006v-24.3994zM553.2 141.6l26.2998 -29.5h40.5 +l-46 51.4004l45.4004 51h-38.5l-25.6006 -29.2998l-26.5996 29.2998h-39.7002l45.5996 -51.2002l-45.5996 -51.2002h38.0996z" /> + <glyph glyph-name="fedora" unicode="" +d="M225 416c123.7 -0.299805 223.7 -100.9 223.4 -224.6c-0.300781 -123.7 -100.9 -223.7 -224.601 -223.4l-170.2 0.400391v0c-29.5879 0 -53.6006 24.0127 -53.6006 53.5996c0 0.0830078 0.000976562 0.216797 0.000976562 0.299805l0.400391 170.3 +c0.399414 123.7 100.899 223.7 224.6 223.4zM394.8 258.8c-0.0771484 6.26953 -1.33203 16.3047 -2.7998 22.4004l-55.2002 56.0996v-1.59961c0 -5.10059 -1.5 -9.60059 -3.7998 -14.2998zM331 353.7c1.65332 -2.31348 3.53516 -6.43555 4.2002 -9.2002l54.2998 -54.5996 +c-8.27539 24.8252 -34.4834 53.4082 -58.5 63.7998zM118.1 200.8c-4.54785 -0.369141 -11.8057 -1.66895 -16.1992 -2.89941l8.5 -8.5c1.68457 3.44336 5.13477 8.55078 7.69922 11.3994zM97 196.6c-3.91211 -1.08984 -10.0498 -3.41895 -13.7002 -5.19922l27 -27.2002 +c-1.30469 3.32617 -2.37988 8.92676 -2.39941 12.5l0.899414 8zM78.7998 189.2c-3.21484 -1.79492 -8.23242 -5.02051 -11.2002 -7.2002l35.3008 -35.9004c3.70801 1.84668 10.0254 3.95215 14.0996 4.7002zM63.5996 179.4 +c-3.06738 -2.29395 -7.5918 -6.50488 -10.0996 -9.40039l34.9004 -34.5996c2.66113 2.6377 7.36523 6.44629 10.5 8.5zM50.2998 167.1c-2.89941 -3.2998 -5.7998 -6.69922 -8.59961 -10.5l35.7998 -35.8994c1.74121 3.40527 5.19141 8.5127 7.7002 11.3994zM39.2998 152.8 +c-2.07715 -3.18457 -5.0791 -8.56055 -6.7002 -12l39.5 -39.7998c0.306641 4.3584 1.91895 11.168 3.60059 15.2002zM30.5 136.5c-1.7998 -4.90039 -3.2998 -9.59961 -4.7002 -14.5l52.7002 -53.5c-3.42578 6.82812 -6.42773 18.5654 -6.7002 26.2002zM22.5996 93.5 +c0.0380859 -6.14551 1.33789 -15.957 2.90039 -21.9004l55.4004 -55.6992v1.09961c0.0341797 4.18848 1.64746 10.5947 3.59961 14.2998zM27.9004 62.7998c8.29785 -24.8047 34.5059 -53.3867 58.5 -63.7998c-1.61816 2.33008 -3.5 6.45117 -4.2002 9.2002zM22.5996 99.7998 +l64.4004 -64.2002c2.30469 2.8877 6.74023 6.78613 9.90039 8.7002l-72.2002 72.5c-1.08105 -4.62988 -2.02148 -12.2461 -2.10059 -17zM275.9 151.6c32.5996 -0.0996094 32.6992 49.2002 0.199219 49.4004l-33.5996 0.0996094 +c-4.91309 0.0224609 -8.90039 4.02734 -8.90039 8.94043v0.0595703l0.100586 47c0.0996094 40.5 38.5996 60.8008 66 54.9004c15.3994 -3.90039 30.2998 8.40039 30.2998 23.9004c0 12.0996 -8.7002 22.1992 -19.9004 24 +c-5.39062 1.26953 -14.2617 2.30078 -19.8008 2.30078c-0.110352 0 -0.289062 -0.000976562 -0.398438 -0.000976562c-0.116211 0 -0.304688 0.000976562 -0.420898 0.000976562c-57.96 0 -105.081 -47.041 -105.18 -105.001l-0.0996094 -56l-42.6006 0.0996094 +c-32.5996 0.100586 -32.6992 -49.2002 -0.0996094 -49.2998l33.5996 -0.0996094c4.40039 0 8.90039 -4.5 8.90039 -9l-0.0996094 -47c-0.00585938 -30.8574 -25.0537 -55.9004 -55.9102 -55.9004h-0.19043c-9.39941 0 -9.39941 1.59961 -15.7002 1.59961 +c-13.3691 -0.208008 -24.3457 -11.2295 -24.5 -24.5996c0 -15.5 14.2002 -24.2002 19.9004 -24.2002c61.2998 -12.8994 125.5 33.6006 125.7 102.9l0.0996094 56zM299.4 151.9c4.50781 0.442383 11.7207 1.74219 16.0996 2.89941l-8.5 8.5 +c-1.48047 -3.55762 -4.88477 -8.66504 -7.59961 -11.3994zM320.4 156.1c3.9248 1.09082 10.0625 3.46484 13.6992 5.30078l-27 27.1992c1.30566 -3.32617 2.38086 -8.92578 2.40039 -12.5l-0.900391 -8.09961zM338.4 163.5c4 2.2002 8.09961 4.7002 11.8994 7.2002 +l-36.2002 35.8994c-4.09961 -2.2998 -8.7998 -3.59961 -13.6992 -4.69922zM353.9 173.3c2.92188 2.33301 7.44727 6.36426 10.0996 9l-34.9004 35c-2.63672 -2.66797 -7.34082 -6.47656 -10.5 -8.5zM367.1 185.6c2.52539 2.77441 6.37793 7.47852 8.60059 10.5 +l-35.7998 35.9004c-1.78125 -3.37891 -5.23047 -8.48633 -7.7002 -11.4004zM378.1 199.9c2.10938 3.16602 5.11133 8.54199 6.7002 12l-39.5 39.7998c-0.305664 -4.3584 -1.91895 -11.168 -3.59961 -15.2002zM391.6 230.8l-53.0996 53.4004 +c3.69434 -6.76172 6.875 -18.499 7.09961 -26.2002l41.3008 -41.5c1.50879 3.87695 3.61426 10.2832 4.69922 14.2998zM392.6 236.4c1.05957 4.52246 2.08984 11.959 2.30078 16.5996l-64.3008 64.7002c-2.18359 -3.12988 -6.61816 -7.25098 -9.89941 -9.2002z" /> + <glyph glyph-name="figma" unicode="" horiz-adv-x="384" +d="M277 277.3h-85.4004v-256c-0.0273438 -47.085 -38.2637 -85.2998 -85.3496 -85.2998c-47.1133 0 -85.3496 38.2363 -85.3496 85.3496s38.2363 85.3506 85.3496 85.3506h0.0498047c-47.1133 0 -85.3496 38.2363 -85.3496 85.3496s38.2363 85.3506 85.3496 85.3506 +c-47.085 0 -85.2998 38.2139 -85.2998 85.2998c0 47.085 38.2148 85.2998 85.2998 85.2998h170.7c47.1133 0 85.3496 -38.2363 85.3496 -85.3496s-38.2363 -85.3506 -85.3496 -85.3506zM277 277.3c47.0801 -0.00488281 85.2949 -38.2197 85.2998 -85.2998 +c0 -47.0859 -38.2139 -85.2998 -85.2998 -85.2998s-85.2998 38.2139 -85.2998 85.2998s38.2139 85.2998 85.2998 85.2998z" /> + <glyph glyph-name="intercom" unicode="" +d="M392 416c30.9004 0 56 -25.0996 56 -56v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336zM283.7 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0z +M209.1 341.4v-216.5c0 -19.8008 29.9004 -19.8008 29.9004 0v216.5c0 19.7998 -29.9004 19.7998 -29.9004 0zM134.4 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0zM59.7002 304v-134.3 +c0 -19.7998 29.8994 -19.7998 29.8994 0v134.3c0 19.7998 -29.8994 19.7998 -29.8994 0zM383.1 76.2002c14.9004 12.8994 -4.5 35.5996 -19.3994 22.7002c-63.2002 -53.9004 -213.4 -55.3008 -279.3 0c-15 12.7998 -34.4004 -9.90039 -19.4004 -22.7002 +c76.4004 -65.4004 245.3 -63 318.1 0zM388.3 169.7v134.3c0 19.7998 -29.8994 19.7998 -29.8994 0v-134.3c0 -19.7998 29.8994 -19.7998 29.8994 0z" /> + <glyph glyph-name="invision" unicode="" +d="M407.4 416c22.3994 0 40.5996 -18.2002 40.5996 -40.5996v-366.801c0 -22.3994 -18.2002 -40.5996 -40.5996 -40.5996h-366.801c-22.3994 0 -40.5996 18.2002 -40.5996 40.5996v366.801c0 22.3994 18.2002 40.5996 40.5996 40.5996h366.801zM176.1 302.4 +c-0.599609 35.0996 -53.5996 34.7998 -53.6992 -0.400391c0 -15 12.1992 -27 27.0996 -27c4.2002 0.0996094 27 4 26.5996 27.4004zM332.8 71c23.7998 0 42.7002 15.2998 53.2002 52l-17.9004 6.7002c-14.2998 -39.5 -31.7998 -32.4004 -31.7998 -16.9004 +c0.299805 8.10059 0.700195 7.7002 14.9004 58.7998c26.0996 85.8008 -61.2998 113.5 -101.8 38l8.89941 40.5h-68.7998l-9.7002 -35.5996h32.2998l-19.7998 -79.4004c-16.5 -36.6992 -57.3994 -44.0996 -57.3994 -23.1992c0.299805 11.2998 -0.700195 4.5 32.8994 138.199 +h-76.3994l-9.7002 -35.5996h31.7998c-22.0996 -90.0996 -22.9004 -89.7998 -23 -104.1c0 -48.7002 63.0996 -56.1006 94.5996 -4.30078l-8.09961 -32.5h45.0996l25.8008 103.301c14.6992 59.6992 74 47.0996 59.8994 0.699219c-9.09961 -32.5996 -40.5996 -106.6 25 -106.6z +" /> + <glyph glyph-name="jira" unicode="" horiz-adv-x="496" +d="M490 206.3c8 -7.89941 8 -20.7002 0 -28.5996c-225.8 -225 137.9 136.3 -241.5 -241.7c-180.7 180.1 -109.7 109.3 -242.5 241.6c-7.90039 8 -7.90039 20.8008 0 28.7002c0 0 77 76.7998 242.5 241.7c72.0996 -71.7998 168.6 -169 241.5 -241.7zM248.5 116.3l76 75.7002 +l-76 75.7002l-76 -75.7002z" /> + <glyph glyph-name="mendeley" unicode="" horiz-adv-x="640" +d="M624.6 122.8c23.1006 -22.7002 17.8008 -73.5 0 -88.2998c-36.1992 -38.9004 -100 -18.2002 -104.899 35.2002c-1 11.7002 1.09961 23 5.7002 33c47.2998 103.7 -185.9 106.1 -146.5 8.2002c0.0996094 -0.100586 0.199219 -0.200195 0.299805 -0.400391 +c26.5996 -42.5996 -6.7002 -97.2998 -58.7998 -95.2002c-52 -2.2002 -85.6006 52.4004 -58.8008 95.2002c0.100586 0.200195 0.200195 0.299805 0.300781 0.400391c39.3994 97.8994 -193.801 95.5 -146.5 -8.2002c20.3994 -44.9004 -14.1006 -93.7002 -61.2002 -87.7998 +c-61.9004 7.7998 -62.5 82.8994 -42.6006 102.6c16 16 31.8008 24.7998 53 22.5c43.3008 1 49.7002 34.9004 37.5 98.7998c-22.6992 57.5 14.5 131.601 87.4004 130.8c76.9004 -0.699219 82.7998 -82 130.9 -82c49.1992 0 53.5 81.3008 130.899 82 +c72.5 0.700195 110.2 -73.2998 87.4004 -130.8c-12.2002 -63.8994 -5.7998 -97.7998 37.5 -98.7998c18.7002 2 36.0996 -4.7998 48.3994 -17.2002zM320.7 141.9c43.5996 0 62.7998 37.7998 62.7998 62.7998c0 34.7002 -28.0996 62.7998 -62.7998 62.7998h-0.600586 +c-34.5996 0 -62.7998 -28.0996 -62.7998 -62.7998c0 -25.2998 19.4004 -62.7998 62.7998 -62.7998h0.600586z" /> + <glyph glyph-name="raspberry-pi" unicode="" horiz-adv-x="407" +d="M372 215.5c28.7002 -17.2002 54.5996 -72.5996 14 -117.7c-2.59961 -14.0996 -7.09961 -24.2002 -11 -35.3994c-5.90039 -45.2002 -44.4004 -66.3008 -54.5996 -68.8008c-14.9004 -11.1992 -30.7002 -21.7998 -52.2002 -29.1992 +c-20.2002 -20.6006 -42.1006 -28.4004 -64.2002 -28.4004h-1c-22 0 -44 7.7998 -64.2998 28.4004c-21.4004 7.39941 -37.2998 18 -52.2002 29.1992c-10.0996 2.5 -48.7002 23.6006 -54.5996 68.8008c-3.90039 11.1992 -8.40039 21.2998 -11 35.3994 +c-40.5 45 -14.6006 100.5 14.1992 117.7l3.7002 6.5c-0.0996094 46.4004 21.4004 65.2998 46.5 79.7002c-7.59961 2 -15.3994 3.7002 -17.5996 13.2002c-13.1006 3.39941 -15.7998 9.39941 -17.1006 15.7998c-3.39941 2.2998 -14.7998 8.7002 -13.5996 19.7002 +c-6.2998 4.39941 -9.90039 10.0996 -8.09961 18.0996c-6.90039 7.5 -8.7002 13.7002 -5.80078 19.4004c-8.2998 10.1992 -4.59961 15.5 -1.09961 20.8994c-6.2002 11.2002 -0.799805 23.2002 16.5 21.2002c6.90039 10.0996 21.9004 7.7998 24.2002 7.7998 +c2.5 3.2998 6 6 16.5 4.7002c6.7998 6.09961 14.3994 5.09961 22.2998 2.09961c3.2002 2.5 6.09961 3.40039 8.7002 3.5c5 0.100586 9.2998 -2.89941 13.8994 -4.2998c11.3008 3.60059 13.8008 -1.39941 19.4004 -3.39941c12.2998 2.59961 16.0996 -3 22 -8.90039 +l6.90039 0.0996094c18.5996 -10.7998 27.7998 -32.7998 31.0996 -44.0996c3.2998 11.2998 12.5 33.2998 31.0996 44.0996l6.90039 -0.0996094c5.90039 5.90039 9.7002 11.5 22 8.90039c5.5 2.09961 8.09961 7 19.4004 3.39941 +c7.09961 2.2002 13.2998 8.10059 22.5996 0.799805c7.90039 2.90039 15.5 4 22.2998 -2.09961c10.5 1.2998 13.9004 -1.5 16.5 -4.7002c2.2998 0 17.2998 2.2998 24.2002 -7.7998c17.2998 2 22.7998 -10 16.5996 -21.2002c3.5 -5.2998 7.2002 -10.5996 -1.09961 -20.8994 +c2.90039 -5.7002 1.09961 -11.9004 -5.7998 -19.4004c1.89941 -8 -1.7002 -13.7002 -8.10059 -18.0996c1.2002 -11 -10.1992 -17.4004 -13.5996 -19.7002c-1.2998 -6.40039 -4 -12.5 -17.0996 -15.7998c-2.2002 -9.60059 -10 -11.2002 -17.6006 -13.2002 +c25.1006 -14.4004 46.6006 -33.2998 46.5 -79.7002zM349.8 223.5c1.5 48.7002 -36.3994 75.4004 -82.0996 67.9004c-16.7998 -2.80078 80.5996 -86.6006 82.0996 -67.9004zM306.8 130.4c24.5 15.7998 28.9004 51.5996 9.90039 80 +c-19 28.3994 -54.2998 38.5996 -78.7998 22.7998s-28.9004 -51.6006 -9.90039 -80c19 -28.4004 54.2998 -38.6006 78.7998 -22.7998zM238.9 418.7c-16.6006 -15.9004 -40.1006 -55.9004 -5.80078 -71.7998c29 23.5 63.6006 40.6992 102 53.5 +c-49.2998 -25.1006 -78 -45.3008 -93.6992 -62.6006c8.09961 -31.7002 50 -33.2002 65.3994 -32.2998c-3.09961 1.40039 -5.7998 3.09961 -6.7002 5.7998c3.80078 2.7002 17.5 0.299805 27 5.60059c-3.69922 0.699219 -5.39941 1.39941 -7.09961 4.09961 +c9 2.90039 18.7002 5.2998 24.4004 10c-3.10059 0 -6 -0.599609 -10 2.09961c8.09961 4.30078 16.6992 7.7002 23.3994 14.2002c-4.2002 0.100586 -8.7002 0.100586 -10 1.60059c7.40039 4.5 13.6006 9.5 18.7998 15c-5.7998 -0.700195 -8.2998 -0.100586 -9.69922 0.899414 +c5.59961 5.60059 12.5996 10.4004 16 17.2998c-4.40039 -1.5 -8.30078 -2.09961 -11.2002 0.100586c1.89941 4.2998 10 6.7002 14.7002 16.5996c-4.60059 -0.399414 -9.40039 -1 -10.4004 0c2.09961 8.5 5.7002 13.2002 9.2998 18.2002 +c-9.7998 0.200195 -24.5996 0 -23.8994 0.799805l6 6.10059c-9.5 2.5 -19.3008 -0.400391 -26.4004 -2.60059c-3.2002 2.5 0 5.60059 3.90039 8.7998c-8.10059 -1 -15.5 -2.89941 -22.1006 -5.39941c-3.59961 3.09961 2.2998 6.2998 5.10059 9.39941 +c-12.5 -2.2998 -17.8008 -5.59961 -23.1006 -8.89941c-3.7998 3.59961 -0.200195 6.7002 2.40039 9.7998c-9.40039 -3.5 -14.2998 -7.90039 -19.4004 -12.2998c-1.7998 2.2998 -4.39941 4 -1.2002 9.59961c-6.69922 -3.7998 -11.7998 -8.2998 -15.5 -13.2998 +c-4.19922 2.59961 -2.5 6.09961 -2.5 9.40039c-7 -5.60059 -11.3994 -11.5 -16.7998 -17.3008c-1.09961 0.800781 -2.09961 3.40039 -2.89941 7.60059zM204.5 304.1c-27.2002 0.700195 -53.4004 -19.8994 -53.4004 -31.7998 +c-0.0996094 -14.5996 21.5 -29.3994 53.6006 -29.7998c32.7998 -0.200195 53.7002 11.9004 53.7998 26.9004c0.0996094 16.8994 -29.7998 35 -54 34.6992zM81.5 316.9c9.59961 -5.2002 23.2002 -2.80078 27.2002 -5.60059 +c-0.900391 -2.59961 -3.60059 -4.39941 -6.7002 -5.7998c15.4004 -0.900391 57.4004 0.5 65.4004 32.2998c-15.7002 17.2998 -44.4004 37.6006 -93.7002 62.6006c38.3994 -12.8008 73 -30 102 -53.5c34.0996 15.8994 10.5996 55.8994 -6 71.7998 +c-0.900391 -4.2002 -1.7998 -6.7998 -2.90039 -7.60059c-5.39941 5.80078 -9.7998 11.7002 -16.7998 17.3008c0 -3.2002 1.59961 -6.80078 -2.5 -9.40039c-3.7002 5 -8.7998 9.5 -15.5 13.2998c3.2002 -5.59961 0.5 -7.2998 -1.2002 -9.59961 +c-5.09961 4.39941 -10 8.89941 -19.3994 12.2998c2.59961 -3.09961 6.19922 -6.2002 2.39941 -9.7998c-5.2998 3.2998 -10.5996 6.59961 -23.0996 8.89941c2.7998 -3.09961 8.59961 -6.2998 5.09961 -9.39941c-6.7002 2.5 -14 4.2998 -22.0996 5.39941 +c3.7998 -3.19922 7.09961 -6.2998 3.89941 -8.7998c-7.09961 2.2002 -16.8994 5.10059 -26.3994 2.60059l6 -6.10059c0.700195 -0.799805 -14.1006 -0.700195 -23.9004 -0.799805c3.5 -4.90039 7.2002 -9.7002 9.2998 -18.2002c-1 -1 -5.7998 -0.399414 -10.3994 0 +c4.7002 -9.89941 12.7998 -12.3994 14.7002 -16.5996c-2.90039 -2.10059 -6.90039 -1.60059 -11.2002 -0.100586c3.2998 -6.89941 10.3994 -11.6992 16 -17.2998c-1.40039 -1 -3.90039 -1.59961 -9.7002 -0.899414c5.2002 -5.5 11.4004 -10.5 18.7998 -15 +c-1.2998 -1.60059 -5.7998 -1.5 -10 -1.60059c6.7002 -6.5 15.2998 -9.89941 23.4004 -14.2002c-4 -2.7998 -6.90039 -2.09961 -10 -2.09961c5.7002 -4.7002 15.3994 -7.2002 24.3994 -10c-1.69922 -2.59961 -3.39941 -3.40039 -7.09961 -4.09961zM141.6 292.8 +c-45.5996 7.60059 -83.5996 -19.2002 -82.0996 -67.8994c1.5 -18.6006 98.9004 65.0996 82.0996 67.8994zM38.2002 106c21.5996 -9.5 39.0996 105.3 12.5996 98.2998c-43.8994 -24.5996 -36.2998 -79.5 -12.5996 -98.2998zM129.2 7.7998 +c14.0996 10.4004 6.39941 45.7002 -10.5 65.7002c-19.4004 22.2002 -44.6006 35.4004 -60.9004 25.5996c-10.8994 -8.19922 -12.8994 -36 2.60059 -63.3994c23 -32.6006 55.5 -35.7998 68.7998 -27.9004zM102.8 127.5c24.4004 -15.7998 59.7002 -5.59961 78.7998 22.7998 +c19 28.4004 14.6006 64.2002 -9.89941 80s-59.7998 5.60059 -78.7998 -22.7998s-14.6006 -64.2002 9.89941 -80zM205 -48c28.4004 -0.5 57.7002 24.4004 57.2002 35.4004c-0.100586 11.3994 -32 19.8994 -55.7002 18.8994c-23.5 0.600586 -59.7002 -9.2998 -59.2998 -22 +c-0.400391 -8.59961 28.3994 -33.5 57.7998 -32.2998zM263.9 76.9004v0.599609c-0.200195 29.5996 -26.8008 53.5996 -59.4004 53.4004c-32.5996 -0.200195 -59 -24.3008 -58.7998 -54v-0.600586c0.200195 -29.5996 26.7998 -53.5996 59.3994 -53.3994 +c32.6006 0.199219 59 24.2998 58.8008 54zM346.1 34.2002c18.4004 23.2002 12.2002 62 1.7002 72.2998c-15.5996 11.9004 -38 -3.2998 -58.8994 -26.5996c-18.3008 -21.1006 -28.4004 -59.6006 -15.1006 -72c12.7002 -9.60059 47 -8.30078 72.2998 26.2998zM369 107.4 +c23.7002 18.6992 31.2998 73.5996 -12.5996 98.2998c-26.4004 7 -8.90039 -107.7 12.5996 -98.2998z" /> + <glyph glyph-name="redhat" unicode="" horiz-adv-x="512" +d="M341.52 162.59v-0.149414c33.6504 0 82.3408 6.93945 82.3408 47c0.219727 6.73926 0.859375 1.81934 -20.8799 96.2393c-4.62012 19.1504 -8.68066 27.8398 -42.3105 44.6504c-26.0898 13.3398 -82.9199 35.3701 -99.7295 35.3701 +c-15.6602 0 -20.2002 -20.1699 -38.8701 -20.1699c-18 0 -31.3105 15.0596 -48.1201 15.0596c-16.1406 0 -26.6602 -11 -34.7803 -33.6201c-27.5 -77.5498 -26.2803 -74.2695 -26.1201 -78.2695c0 -24.7998 97.6406 -106.11 228.47 -106.11zM429.07 193.19 +l-0.0703125 -0.0302734c4.65039 -22 4.65039 -24.3506 4.65039 -27.25c0 -37.6602 -42.3301 -58.5605 -98 -58.5605c-125.74 -0.0800781 -235.91 73.6504 -235.91 122.33v0.0771484c0 5.65332 1.81836 14.4531 4.05957 19.6436 +c-45.2402 -2.26074 -103.8 -10.3301 -103.8 -62.0303c0 -84.6699 200.63 -189 359.49 -189c121.79 0 152.51 55.0801 152.51 98.5801c0 34.21 -29.5898 73.0498 -82.9297 96.2402z" /> + <glyph glyph-name="sketch" unicode="" horiz-adv-x="512" +d="M27.5 285.8l78.9004 105.8l-6.90039 -130.699h-90.5zM396.3 402.3l7.10059 -133.5l-135.7 147.2zM112.2 229.7l122.6 -239.7l-224.899 261.7h91.0996zM114.2 260.9l142.1 154.1l60.4004 -65.5996l81.5 -88.5h-284zM411.5 251.8v-0.0996094h90.9004l-224.801 -261.7z +M415.4 379l87.8994 -118.1h-90.2998l-6.09961 113.399l-0.900391 17.2998zM113.5 354.5l2.59961 47.7998l128.601 13.7002l-135.8 -147.1zM401.2 251.8l-144.9 -283.8l-102.7 200.9l-42.3994 82.8994h290z" /> + <glyph glyph-name="sourcetree" unicode="" +d="M427.2 245c-0.0947266 -81.5225 -63.1279 -168.031 -140.7 -193.1v-101.601c0 -7.89355 -6.40625 -14.2998 -14.2998 -14.2998v0h-96.4004c-7.89355 0 -14.2998 6.40625 -14.2998 14.2998v101.7c-77.5566 25.0537 -140.5 111.535 -140.5 193.037v0.363281 +c0.200195 112 91.0996 202.8 203.2 202.6c112.1 0 203 -90.9004 203 -203zM155.6 245c0 -91 137.2 -89.9004 137.301 0c0 90.7998 -137.301 90.7998 -137.301 0z" /> + <glyph glyph-name="suse" unicode="" horiz-adv-x="640" +d="M471.08 345.34c0 1 1.01953 0.759766 0.919922 0.660156c4.2002 -0.599609 92.2002 -13.7002 129.2 -35.2998c12.0996 -6.90039 20.7002 -21.5 34.5 -69.6006c0.700195 -2.7998 -2.7998 -5.09961 -3.60059 -5.69922 +c-26.8994 -18.8008 -56.7998 -36.6006 -145.199 21.6992c11.0996 -26.6992 10.6992 -25.0996 11 -25.5c5.39941 -2.7998 56.2998 -28.6992 81.5996 -28.1992c20.4004 0.399414 42.2002 10.3994 50.9004 15.5996c0 0 4.5 2.7002 3.19922 -2.40039 +c-0.5 -1.89941 -3.2998 -14.5996 -7 -17.6992c-1 -1 -36.5996 -28.4004 -103.1 -28c-42.7002 1 -76.7998 16.3994 -82.4004 -17.4004c-2.7998 -17.0996 6.10059 -37.5 18.9004 -55.7998h-48.5996c-15.9004 28.3994 -23.1006 68.2998 -79.8008 68.2998 +c-51.5996 0 -48.3994 -50.7002 -42.6992 -68.2998h-45.9004c-18.7998 68.7998 -69.2002 98.5996 -102.4 104.3c-74.2998 12.7998 -113 -49.2002 -87 -98.4004c23.1006 -43.5996 81.4004 -44.0996 99.7002 -20.3994c19.2002 25 3.7998 62.8994 -28.5 65.7002 +c-12.2998 1.09961 -25.2998 -4.60059 -25.5 -16.9004v-0.0595703c0 -10.9004 10 -13.8008 12 -14c7.2998 0.399414 8.90039 1.89941 11.7998 2.39941c5.2002 0.900391 16.8008 -1.7998 16.8008 -13.8994c0 -8.40039 -6.80078 -13.1006 -13.3008 -14.9004 +c-4.2373 -1.46777 -11.3154 -2.67773 -15.7998 -2.7002c-17.2002 0 -41.2002 14.7998 -41.5 42.6006c-0.200195 15.6992 7.7002 30 21.6006 39.1992c15.8994 10.5 43.5996 14.1006 69.1992 -1.59961c31.5 -19.2998 39.7002 -57.0996 31.5 -82.9004 +c-11.8994 -37.2998 -45.5996 -57.1992 -90 -53.2998c-31.5 2.7998 -60.6992 19.4004 -78.0996 44.4004c-6.32715 9.0332 -13.7197 25.0264 -16.5 35.7002c-7.12012 28.0596 0 58.0596 5.48047 71.3994c25.6992 63.6006 80.1992 97.2998 99.5996 109.7 +c100.2 61.5996 171.1 59.0996 223 57.2998c61.2998 -2.2002 126.6 -23.2998 135.7 -26.2998c0 2 0.299805 20.2998 0.299805 20.2998zM531.48 272.54c-1.10059 -33.5 39.0996 -51.5996 63.2998 -28.9004c24.3994 22.9004 9 64 -24.4004 65.2002 +c-0.380859 0.0136719 -0.999023 0.0253906 -1.37988 0.0253906c-20.0615 0 -36.8711 -16.2734 -37.5195 -36.3252zM570.08 297.84c14.0312 -0.413086 25.4199 -12.1406 25.4199 -26.1787c0 -0.282227 -0.00878906 -0.739258 -0.0195312 -1.02148 +c-0.50293 -13.9795 -12.2646 -25.3262 -26.2539 -25.3262c-14.501 0 -26.2695 11.7695 -26.2695 26.2705s11.7686 26.2695 26.2695 26.2695c0.236328 0 0.618164 -0.00585938 0.853516 -0.0136719zM574.38 269.04c15.4004 0 15.4004 15.5996 0 15.5996 +c-15.3994 0 -15.3994 -15.5996 0 -15.5996z" /> + <glyph glyph-name="ubuntu" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM300.7 347c-8.7998 -15.2002 -3.60059 -34.7002 11.7002 -43.5996c15.1992 -8.80078 34.6992 -3.5 43.5 11.6992c8.7998 15.3008 3.59961 34.8008 -11.7002 43.6006 +c-15.2002 8.7998 -34.7002 3.5 -43.5 -11.7002zM87.4004 160.1c17.5996 0 31.8994 14.3008 31.8994 31.9004s-14.2998 31.9004 -31.8994 31.9004c-17.6006 0 -31.9004 -14.3008 -31.9004 -31.9004s14.2998 -31.9004 31.9004 -31.9004zM115.5 157 +c8.7002 -32.7002 29.0996 -60.7002 56.5 -79l23.7002 39.5996c-51.5 36.3008 -51.5 112.5 0 148.801l-23.7002 39.5996c-27.4004 -18.4004 -47.9004 -46.2998 -56.5 -79.0996c22.4004 -18 22.2998 -52 0 -69.9004zM344.2 25.2998 +c15.2998 8.7998 20.5 28.2998 11.7002 43.6006c-8.80078 15.2998 -28.3008 20.5 -43.5 11.6992c-15.3008 -8.7998 -20.5 -28.2998 -11.7002 -43.5996s28.2002 -20.5 43.5 -11.7002zM344.5 94.7998c23 22.9004 38 53.9004 40.2998 88.4004l-46.0996 0.700195 +c-5.5 -62.7002 -71.9004 -100.9 -128.9 -74.4004l-22.5 -40.2998c47.7998 -23.7002 91.5 -10.7998 96.7002 -9.40039c4.40039 28.4004 33.7998 45.2998 60.5 35zM338.6 200.1l46 0.600586c-2.19922 34.5996 -17.0996 65.5996 -40.1992 88.5 +c-26.7002 -10.2998 -56.1006 6.7002 -60.5 35c-5.2002 1.39941 -48.8008 14.2998 -96.7002 -9.40039l22.5 -40.2998c57.5996 26.7998 123.5 -12.4004 128.899 -74.4004z" /> + <glyph glyph-name="ups" unicode="" horiz-adv-x="384" +d="M103.2 145v123h32.5996v-141.6c-17.7002 -12.1006 -97.8994 -35.9004 -97.8994 39v102.6h32.6992v-104c0 -32.0996 27.4004 -22.5996 32.6006 -19zM4 373.18c93.5996 49.6006 259.1 61.6006 375.4 0v-220.899c0 -103.9 -75.3008 -135.2 -187.7 -184.101 +c-112.8 48.9004 -187.7 80.4004 -187.7 184.101v220.899zM362.1 152.28v216.2c-109.3 10.1992 -238.6 4 -340.899 -89.8008v-126.399c0 -86.6006 53 -113.5 170.5 -165.3c117.2 51.6992 170.399 78.6992 170.399 165.3zM152.5 259.68 +c23.7002 15.3203 104.4 31.8008 104.4 -65.5996c0 -75.9004 -47.3008 -85.7998 -71.7002 -78.5v-68.7002h-32.7002v212.8zM185.2 142.38c2 -0.799805 38.3994 -16.8994 38.3994 51c0 62 -30 53.5 -38.3994 49.2998v-100.3zM264.3 228.78 +c-0.200195 41.0996 51.2002 53.8994 79.7002 31.8994v-28.3994c-17.9004 18.2998 -47.9004 18.0996 -48.5 -2.2002c-0.700195 -26.5996 55.0996 -21.7002 53.4004 -73.2002c-1.30078 -41.5996 -47 -55 -83.2002 -33.5v30.1006 +c20.3994 -18.1006 51.3994 -18.6006 50.7998 4.89941c-0.599609 27.9004 -52.0996 23.1006 -52.2002 70.4004z" /> + <glyph glyph-name="usps" unicode="" horiz-adv-x="576" +d="M460.3 206.3c-1.39941 -2.2002 -4.2998 -4.39941 -3.7998 0.100586c2.90039 11.5996 13.9004 30.5 4.40039 32c-17.8008 3.09961 -88.1006 -4.5 -88.1006 0c0 2.39941 26.7002 3.09961 37.9004 8.69922c9.39941 9.40039 10.7998 8 10.8994 8h27 +c26.9004 0 37.5 -7.5 11.7002 -48.7998zM348.2 183.7c-62.2998 -21.2002 -124.8 -54.2002 -321.2 -151.5l52.4004 245.5c185 0 335.199 5.59961 337.899 -22.6006h-196.6l30.7002 -93.2998c35 16.7998 120.899 51.7002 172.6 53.9004 +c21.7998 0.799805 30.5996 -2.90039 26.2002 -5.7998c-4.7002 -2.30078 -38 -4.90039 -102 -26.2002zM94.7002 352h454.3l-67.7002 -319.7h-423.1s402 157.3 406.399 160.2c0 0 35.7002 48 14.6006 67.7002c-6.5 6.59961 -16 6.59961 -52.4004 6.59961 +c-2.09961 19.5 -78.7998 31.5 -332.1 85.2002z" /> + <glyph glyph-name="yarn" unicode="" horiz-adv-x="496" +d="M393.9 102.8c-39 -9.2998 -48.4004 -32.0996 -104 -47.3994c0 0 -2.7002 -4 -10.4004 -5.80078c-13.4004 -3.2998 -63.9004 -6 -68.5 -6.09961c-12.4004 -0.0996094 -19.9004 3.2002 -22 8.2002c-6.40039 15.2998 9.2002 22 9.2002 22 +c-8.10059 5 -9 9.89941 -9.7998 8.09961c-2.40039 -5.7998 -3.60059 -20.0996 -10.1006 -26.5c-8.7998 -8.89941 -25.5 -5.89941 -35.2998 -0.799805c-10.7998 5.7002 0.799805 19.2002 0.799805 19.2002s-5.7998 -3.40039 -10.5 3.59961 +c-6 9.2998 -17.0996 37.2998 11.5 62c-1.2998 10.1006 -4.59961 53.7002 40.6006 85.6006c0 0 -20.6006 22.7998 -12.9004 43.2998c5 13.3994 7 13.2998 8.59961 13.8994c5.7002 2.2002 11.3008 4.60059 15.4004 9.10059c20.5996 22.2002 46.7998 18 46.7998 18 +s12.4004 37.7998 23.9004 30.3994c3.5 -2.2998 16.2998 -30.5996 16.2998 -30.5996s13.5996 7.90039 15.0996 5c8.2002 -16 9.2002 -46.5 5.60059 -65.0996c-6.10059 -30.6006 -21.4004 -47.1006 -27.6006 -57.5c-1.39941 -2.40039 16.5 -10 27.8008 -41.3008 +c10.3994 -28.5996 1.09961 -52.6992 2.7998 -55.2998c0.799805 -1.39941 13.7002 -0.799805 36.3994 13.2002c12.8008 7.90039 28.1006 16.9004 45.4004 17c16.7002 0.5 17.5996 -19.2002 4.90039 -22.2002zM496 192c0 -136.9 -111.1 -248 -248 -248s-248 111.1 -248 248 +s111.1 248 248 248s248 -111.1 248 -248zM416.7 116.8c-1.7002 13.6006 -13.2002 23 -28 22.7998c-22 -0.299805 -40.5 -11.6992 -52.7998 -19.1992c-4.80078 -3 -8.90039 -5.2002 -12.4004 -6.80078c3.09961 44.5 -22.5 73.1006 -28.7002 79.4004 +c7.7998 11.2998 18.4004 27.7998 23.4004 53.2002c4.2998 21.7002 3 55.5 -6.90039 74.5c-1.59961 3.09961 -7.39941 11.2002 -21 7.39941c-9.7002 20 -13 22.1006 -15.5996 23.8008c-1.10059 0.699219 -23.6006 16.3994 -41.4004 -28 +c-12.2002 -0.900391 -31.2998 -5.30078 -47.5 -22.8008c-2 -2.19922 -5.89941 -3.7998 -10.0996 -5.39941h0.0996094c-8.39941 -3 -12.2998 -9.90039 -16.8994 -22.2998c-6.5 -17.4004 0.199219 -34.6006 6.7998 -45.7002c-17.7998 -15.9004 -37 -39.7998 -35.7002 -82.5 +c-34 -36 -11.7998 -73 -5.59961 -79.6006c-1.60059 -11.0996 3.69922 -19.3994 12 -23.7998c12.5996 -6.7002 30.2998 -9.59961 43.8994 -2.7998c4.90039 -5.2002 13.7998 -10.0996 30 -10.0996c6.7998 0 58 2.89941 72.6006 6.5c6.7998 1.59961 11.5 4.5 14.5996 7.09961 +c9.7998 3.09961 36.7998 12.2998 62.2002 28.7002c18 11.7002 24.2002 14.2002 37.5996 17.3994c12.9004 3.2002 21 15.1006 19.4004 28.2002z" /> + <glyph glyph-name="airbnb" unicode="" +d="M224 74.8799h0.0595703c24.71 31.1797 39.5508 58.9297 45 83.1797c22.5508 88 -112.609 88 -90.0596 0c4.91992 -23.75 19.7598 -51.5098 45 -83.1797zM362.15 1.65039c35.6396 15.3496 50.1797 53.5693 37.0098 86.6396 +c-25.4902 61.6104 -78.8398 168.47 -114.84 239.09c-16.9707 33.9297 -28.0303 59.8701 -60.3701 59.8701c-33.8203 0 -43.6299 -27.3301 -59.3799 -57.4004c-4.15039 -10.3799 -100.771 -202.399 -115.87 -241.56c-17.8105 -50.0303 21.2998 -98.5205 71.2998 -91.0898 +c24.5996 2.22949 52.6201 18.8701 85.1504 54.9199c-29.2002 37.1104 -47.5 70.3096 -54.4307 99.5c-11.8799 53.9902 18.3604 100.5 73.2803 100.5c64.96 0 122.75 -69.9297 18.8496 -200c35.6309 -39.5898 77.2402 -68.7803 119.301 -50.4697zM409.15 137.77 +c0 -0.679688 16.8496 -35.6895 16.8301 -39.5791c25.2393 -69.3301 -26.7207 -130.24 -89.6104 -130.19c-11.1104 0 -53.6904 -1.37988 -112.37 62.4004c-51.7598 -56.3408 -90.6602 -62.4004 -112.37 -62.4004c-62.8896 0 -114.85 60.8604 -89.6299 130.19 +c0.889648 2.61914 11.1797 32.71 117.34 245.02c19.79 41.1201 39.1406 72.79 84.6602 72.79c49.1299 0 56.2695 -3.92969 185.15 -278.23z" /> + <glyph glyph-name="battle-net" unicode="" horiz-adv-x="512" +d="M448.61 222.38c60.75 -36.25 71.9893 -73.8096 57.3193 -93.6895c-4.70996 -6.88086 -25.1797 -36.2402 -148 -31.6406c-21.8193 -30.3994 -45.25 -53.2695 -67.4697 -69.2695c28.54 -53.7803 54.2998 -85.0303 62.54 -91.7803c0 0 -3.44043 0.160156 -8.58008 3.37012 +c-2.69434 1.61133 -6.61426 4.78809 -8.75 7.08984c-15.6299 16.1797 -35.5195 41.9404 -55.7002 74.1201c-43.9502 -28.1104 -81.1299 -29.0996 -88.4395 -9.4502c-4.83984 10.8301 1.5293 26.5 9.05957 39.3398c-31.3203 -17.5098 -61.7002 -26.8496 -86.7002 -21.1396 +c-6.79004 1.54004 -17.6299 5.50977 -23.1992 18.2598c-4.52051 9.53027 -6.02051 24.2598 -0.150391 47.1406c9.07031 35.3398 37.5801 82.2998 47.3096 97.6992c3.75 -8.62988 -20.7793 40.1904 -26 93.1904c-89.1592 0 -110.56 -8.83984 -111.56 -9.21973 +c1.54004 2.44922 7.86035 7.26953 17.7598 9.71973c22 5.47949 54.6406 9.84961 93 11.2295c-2.38965 52.0703 15.3398 84.7705 36 81.29h0.180664c11.3291 -1.2998 21.2598 -13.5801 28.5 -25.9297c0.669922 35.2002 7.7998 65.54 25 84.0703 +c4.72949 5.14941 13.5693 12.5498 27.3994 11h0.0498047c10.5205 -0.850586 24 -6.91992 40.8398 -23.4707c25.6006 -25.0693 51.54 -71.9893 60.4805 -88.9297c37.25 -3.7002 68.7695 -12.5801 93.7695 -23.7998c32.3506 51.5898 46.4805 89.5303 48.2002 100.05 +c0.640625 -1.25 2.93066 -8.41992 -0.450195 -20.25c-6.22949 -21.6201 -18.5791 -51.7197 -36.3398 -85.2998c45.79 -23.7305 65.3203 -55.0098 52.8506 -71.3301c-3.35059 -4.94043 -12.0498 -12.5498 -38.9199 -12.3701zM370.76 116.16 +c70.4102 4.37988 79.6504 20.5703 78.5098 33.5c-1.87988 21.25 -21.1992 41.2598 -49.0596 58.8301c0.889648 -24.5605 -5.63965 -54.6201 -29.4502 -92.3301zM216.9 60.3096c-19.04 -30.46 9.19922 -39.5596 49.7998 -17.6992 +c-7 12.0898 -13.9199 24.8594 -20.6006 38.1895c-9.66992 -7.37012 -19.4395 -14.2598 -29.1992 -20.4902zM431.9 231.66c36.2598 -1.23047 29.4199 27.8496 -9.64062 51.9502c-5.9707 -10.373 -16.1582 -26.9043 -22.7402 -36.9004 +c11.2207 -4.70996 22.0908 -9.70996 32.3809 -15.0498zM279.18 50c28.3799 18.2002 60.1689 48.1201 84.7695 85.4297c18.46 27.96 26.1494 56.0205 25.4102 79.5703c-30.5801 17.3203 -89.3604 42.7197 -167.23 57.21c0.350586 18.4805 2.08984 19.8799 2.16016 20.3301 +c10.9229 -1.33496 28.5693 -4.04492 39.3896 -6.0498c32.5664 -6.08984 84.2383 -20.2959 115.34 -31.71c-15.6191 33.1494 -41.4092 47.2197 -41.5195 47.2197c1.59961 0.160156 28.1299 -6 48.8604 -43.7197c8.42676 11.2061 16.2031 22.0293 23.3301 32.4697 +c-29.96 15.46 -71.75 28.04 -116.32 30.71c-33.4502 1.99023 -61.6299 -5.38965 -81.6299 -17.8096c0.240234 -35.2607 7.66992 -98.96 34 -173.431c-16.8301 -9.12988 -17.7402 -7.87012 -18.6699 -8.25c-17.1924 40.7627 -37.2041 109.235 -44.6699 152.84 +c-21.0908 -30.3994 -20.1406 -59.5 -20.1406 -59.5693c-0.919922 1.22949 -8.81934 27.4297 13.4707 64.2295c-13.5801 1.70996 -26.5508 2.9707 -38.8506 3.87988c1.57031 -33.6797 11.5703 -76.1494 31.5703 -116.069c14.8701 -29.71 35.1201 -50.3105 55.71 -61.4902 +c30.4102 17.9199 81.0498 55.6504 132.75 115.92c14.9697 -9 16.1494 -11.71 16.5098 -12c-7.91309 -10.5332 -16.2227 -20.9033 -24.9287 -31.1104c-21.542 -25.1426 -59.6494 -62.7744 -85.0605 -84c37.5303 -3.38965 62.5303 12.1807 62.5303 12.25 +c-0.860352 -1.67969 -20.0303 -21.6797 -63.2803 -20.4092c5.5 -12.9404 10.9902 -25.0908 16.5 -36.4404zM306.579 337c-1.58008 2.4502 -39.5801 58.8496 -56.4805 54.6104c-16.8994 1.09961 -36.21 -22.9805 -38.21 -75.2803 +c21.1104 13.2402 50.1299 22.3301 94.6904 20.6699zM175.929 333.9c-3.7998 6.68945 -8.66992 12.4795 -14.4297 13.5693h-0.0898438c-24.79 1.41016 -24.75 -52.8301 -24.6699 -49.5898c13.6602 -0.00976562 27.8496 -0.410156 42.3994 -1.25977 +c-1.62012 12.6602 -2.72949 25.1699 -3.20996 37.2803zM147.869 171.9c-30.7998 -61.5098 -19.8701 -76.6104 -19.6699 -76.8203c7.38965 -15.4902 38.1299 -20.25 84.9199 4.50977c-21.9502 11.7402 -44.4902 32.6104 -65.25 72.3105zM357.929 97.0996z" /> + <glyph glyph-name="bootstrap" unicode="" +d="M292.3 136.07c0 -42.4102 -39.7197 -41.4307 -43.9199 -41.4307h-80.8896v81.6904h80.8896c42.5605 0 43.9199 -31.9004 43.9199 -40.2598zM242.15 209.2h-74.6602v72.1797h74.6602c34.9297 0 38.4395 -20.3496 38.4395 -35.8701 +c0 -37.3096 -37.7695 -36.3096 -38.4395 -36.3096zM448 341.33v-298.66c-0.120117 -41.0977 -33.5723 -74.5498 -74.6699 -74.6699h-298.66c-41.0977 0.120117 -74.5498 33.5723 -74.6699 74.6699v298.66c0.120117 41.0977 33.5723 74.5498 74.6699 74.6699h298.66 +c41.0977 -0.120117 74.5498 -33.5723 74.6699 -74.6699zM338.05 130.14c0 21.5703 -6.64941 58.29 -49.0498 67.3506v0.729492c22.9102 9.78027 37.3398 28.25 37.3398 55.6406c0 7 2 64.7793 -77.5996 64.7793h-127v-261.33c128.229 0 139.87 -1.67969 163.6 5.70996 +c14.21 4.4209 52.71 17.9805 52.71 67.1201z" /> + <glyph glyph-name="buffer" unicode="" +d="M427.84 67.3301l-196.5 -97.8203c-1.93848 -0.832031 -5.22461 -1.50684 -7.33496 -1.50684c-2.10938 0 -5.39551 0.674805 -7.33496 1.50684l-196.51 97.8203c-4 2 -4 5.28027 0 7.29004l47.0596 23.3799c1.94238 0.832031 5.23242 1.50684 7.3457 1.50684 +c2.1123 0 5.40234 -0.674805 7.34473 -1.50684l134.76 -67c1.93848 -0.836914 5.22461 -1.51562 7.33496 -1.51562c2.11133 0 5.39746 0.678711 7.33496 1.51562l134.76 67c1.94043 0.832031 5.22949 1.50781 7.34082 1.50781s5.39941 -0.675781 7.33984 -1.50781 +l47.0596 -23.4297c4.0498 -1.95996 4.0498 -5.24023 0 -7.24023zM427.84 203.86c4.0498 -2.01074 4.0498 -5.29004 0 -7.31055l-196.5 -97.7998c-1.93848 -0.832031 -5.22461 -1.50781 -7.33496 -1.50781c-2.10938 0 -5.39551 0.675781 -7.33496 1.50781l-196.51 97.7998 +c-4 2.02051 -4 5.31055 0 7.31055l47.0596 23.4297c1.94238 0.832031 5.23242 1.50684 7.3457 1.50684c2.1123 0 5.40234 -0.674805 7.34473 -1.50684l134.76 -67.0801c1.93945 -0.828125 5.22559 -1.5 7.33496 -1.5s5.39551 0.671875 7.33496 1.5l134.76 67.0801 +c1.94043 0.832031 5.22949 1.50781 7.34082 1.50781s5.39941 -0.675781 7.33984 -1.50781zM20.1602 317.58c-4.0498 1.86035 -4.0498 4.88965 0 6.74023l196.5 90.2793c1.9502 0.774414 5.23633 1.40332 7.33496 1.40332s5.38477 -0.628906 7.33496 -1.40332 +l196.51 -90.2793c4 -1.85059 4 -4.87988 0 -6.74023l-196.51 -90.29c-1.95215 -0.765625 -5.23828 -1.3877 -7.33496 -1.3877s-5.38281 0.62207 -7.33496 1.3877z" /> + <glyph glyph-name="chromecast" unicode="" horiz-adv-x="512" +d="M447.83 384h0.169922c23.5811 0 42.7197 -19.1387 42.7197 -42.7197v-298.561c0 -23.5811 -19.1387 -42.7197 -42.7197 -42.7197v0h-149.36v42.7197h149.19v298.561h-383.83v-63.9199h-42.7197v63.9199c0 23.5811 19.1387 42.7197 42.7197 42.7197h383.83z +M21.2803 64.4199c35.2783 0 63.9102 -28.6318 63.9102 -63.9102v-0.00976562h-63.9102v63.9199zM21.2803 149.7l0.0292969 -0.339844h0.330078c82.248 -0.105469 149 -66.9424 149 -149.19v-0.169922h-42.7197v0.339844v0.0302734c0 58.8594 -47.7705 106.63 -106.63 106.63 +h-0.00976562v42.7002zM21.2803 234.97v-0.330078c129.46 -0.370117 234.34 -105.18 234.8 -234.64h-42.7197v0.5c-0.0800781 106 -86.0801 191.85 -192.08 191.75v42.7197z" /> + <glyph glyph-name="evernote" unicode="" horiz-adv-x="384" +d="M120.82 315.79c1.59961 -22.3096 -17.5508 -21.5898 -21.6104 -21.5898c-68.9297 0 -73.6396 1 -83.5801 -3.33984c-0.55957 -0.220703 -0.740234 0 -0.370117 0.370117l108.53 110.319c0.379883 0.370117 0.599609 0.219727 0.379883 -0.370117 +c-4.34961 -9.98926 -3.34961 -15.0898 -3.34961 -85.3896zM199.82 7.79004c-14.6807 37.0801 13 76.9297 52.5195 76.6201c17.4902 0 22.6006 -23.21 7.9502 -31.4199c-6.19043 -3.2998 -24.9502 -1.74023 -25.1396 -19.2002 +c-0.0507812 -17.0898 19.6699 -25 31.1992 -24.8896h0.0107422c25.1934 0 45.6396 20.4463 45.6396 45.6396v0.00976562v0.0800781c0 11.6299 -7.79004 47.2197 -47.54 55.3398c-7.71973 1.54004 -65 6.35059 -68.3496 50.5205 +c-3.74023 -16.9307 -17.4004 -63.4902 -43.1104 -69.0898c-8.74023 -1.94043 -69.6797 -7.64062 -112.92 36.7695c0 0 -18.5703 15.2305 -28.2305 57.9502c-3.37988 15.75 -9.2793 39.7002 -11.1396 62c0 18 11.1396 30.4502 25.0703 32.2002c81 0 90 -2.32031 101 7.7998 +c9.81934 9.24023 7.7998 15.5 7.7998 102.78c1 8.2998 7.79004 30.8096 53.4102 24.1396c6 -0.860352 31.9102 -4.17969 37.4795 -30.6396l64.2607 -11.1504c20.4297 -3.70996 70.9395 -7 80.5996 -57.9404c22.6602 -121.09 8.91016 -238.46 7.7998 -238.46 +c-15.9795 -114.38 -111.07 -108.85 -111.07 -108.85c-18.9492 0.230469 -54.25 9.40039 -67.2695 39.8301zM280.76 212.63c-1 -1.91992 -2.2002 -6 0.850586 -7c14.0898 -4.92969 39.75 -6.83984 45.8799 -5.53027c3.10938 0.25 3.0498 4.43066 2.47949 6.65039 +c-3.5293 21.8496 -40.8301 26.5 -49.2393 5.91992z" /> + <glyph glyph-name="itch-io" unicode="" horiz-adv-x="512" +d="M71.9199 413.23c19.2197 1.66992 114.32 2.76953 184.08 2.76953s116.56 -0.400391 184 -2.73047c21.7197 -12.9297 64.5195 -62.0996 64.9199 -75v-21.3398c0 -27.0596 -25.25 -50.8398 -48.25 -50.8398c-27.54 0 -50.54 22.8799 -50.54 50 +c0 -27.1494 -22.2295 -50 -49.7598 -50s-49 22.8799 -49 50c0 -27.1494 -23.5898 -50 -51.1602 -50h-0.5c-27.5703 0 -51.1602 22.8799 -51.1602 50c0 -27.1494 -21.4199 -50 -49 -50s-49.7598 22.8799 -49.7598 50c0 -27.1494 -22.9697 -50 -50.54 -50 +c-22.96 0 -48.25 23.7803 -48.25 50.8398v21.3398c0.400391 12.8906 43.2002 62.0605 64.9199 74.9609zM204.24 278.84c9.14844 -15.9902 31.5527 -28.9785 49.9746 -28.9785c0.498047 0 1.30664 0.0126953 1.80469 0.0283203c28.7109 0 44.6602 16.4502 51.7607 28.9404 +c22 -38.3398 77.8496 -38.7598 99.8496 -0.240234c13.1201 -23.0596 43.0801 -32.0996 56 -27.6602c3.57031 -37.1494 13.9004 -236.88 -17.75 -269.149c-77.6797 -18.1201 -299.76 -18.6699 -379.76 0c-31.4004 32.0195 -21.6006 229 -17.7305 269.149 +c12.8301 -4.41016 42.8301 4.52051 56 27.6602c21.9502 -38.46 77.8506 -38.1494 99.8506 0.25zM162.66 225.07l-0.0205078 -0.0703125c-52.3193 0 -65.21 -77.4502 -83.8799 -144.45c-17.2598 -62.1494 5.52051 -63.6699 33.9404 -63.7295 +c42.1494 1.56934 65.4902 32.1797 65.4902 62.79c53.6191 -8.79004 116.3 -6.43066 155.55 0c0 -30.6104 23.3398 -61.2207 65.4902 -62.79c28.4297 0.0595703 51.21 1.58008 33.9492 63.7295c-18.6494 66.9199 -31.54 144.45 -83.8701 144.45 +c-16.46 0 -31.0898 0 -49.25 -19.71c-12.1377 1.23145 -31.8896 2.23047 -44.0898 2.23047c-12.1992 0 -31.9521 -0.999023 -44.0898 -2.23047c-18.1299 19.7803 -32.75 19.7803 -49.2197 19.7803zM256 177.21l-0.0595703 -0.00976562s44.3496 -40.7598 52.3496 -55.2402 +l-29 1.16992v-25.2803c0 -1.15918 -11.6602 -0.699219 -23.3096 -0.15918c-1.99023 0 -23.3301 -1.39062 -23.3301 0.15918v25.3203l-29 -1.16992c7.96973 14.4404 52.3496 55.21 52.3496 55.21z" /> + <glyph glyph-name="salesforce" unicode="" horiz-adv-x="640" +d="M248.89 202.36h-26.3496c0.69043 5.15918 3.32031 14.1201 13.6396 14.1201c6.75 0 11.9707 -3.82031 12.71 -14.1201zM385.55 216.24c0.450195 0 14.1104 1.75977 14.1104 -20c0 -6.45996 -1.11035 -20 -14.1104 -20c-0.479492 0 -14.1094 -1.77051 -14.1094 20 +c0 21.7695 13.6396 20 14.1094 20zM142.33 192.48c4.2002 3.60938 15.6104 2.71973 20.9297 1.64941v-16.9395c-5.85938 -1.1709 -16.2295 -2.75 -20.9297 0.949219c-1.20996 1 -3.29004 2.27051 -3.29004 7.05078 +c-0.0078125 0.137695 -0.0146484 0.361328 -0.0146484 0.499023c0 2.31738 1.48047 5.36035 3.30469 6.79102zM640 216c0 -87.5801 -80 -154.39 -165.36 -136.43c-18.3701 -33 -70.7295 -70.75 -132.199 -41.6299c-41.1602 -96.0508 -177.891 -92.1807 -213.811 5.16992 +c-119.72 -23.8906 -178.82 138.37 -75.2695 199.279c-34.75 79.4307 22.6396 173.61 114.31 173.61c33.834 -0.0214844 77.9883 -21.8389 98.5605 -48.7002c20.6992 21.4004 49.3994 34.8105 81.1494 34.8105c42.3398 0 79 -23.5205 98.7998 -58.5703 +c92.8203 40.6797 193.82 -28.2305 193.82 -127.54zM120.45 184.2c0 11.7598 -11.6904 15.1699 -17.8701 17.1699c-5.27051 2.11035 -13.4102 3.50977 -13.4102 8.93945c0 9.45996 17 6.66016 25.1699 2.12012c0 0 1.16992 -0.709961 1.64062 0.470703 +c0.239258 0.699219 2.35938 6.58008 2.58984 7.29004c0.0292969 0.0927734 0.0537109 0.24707 0.0537109 0.34375c0 0.441406 -0.337891 0.918945 -0.753906 1.06543c-12.3301 7.63086 -40.7002 8.51074 -40.7002 -12.6992c0 -12.46 11.4902 -15.4404 17.8799 -17.1699 +c4.71973 -1.58008 13.1699 -3 13.1699 -8.7002c0 -4 -3.5293 -7.06055 -9.16992 -7.06055c-5.82617 0.00976562 -14.3379 2.85449 -19 6.35059c-0.469727 0.229492 -1.41992 0.709961 -1.64941 -0.709961l-2.40039 -7.4707 +c-0.469727 -0.939453 0.230469 -1.17969 0.230469 -1.40918c1.75 -1.40039 10.2998 -6.59082 22.8193 -6.59082c13.1699 0 21.4004 7.06055 21.4004 18.1104v-0.0498047zM152.45 226.78c-10.1299 0 -18.6602 -3.16992 -21.4004 -5.18066 +c-0.237305 -0.164062 -0.430664 -0.532227 -0.430664 -0.822266c0 -0.178711 0.0859375 -0.442383 0.19043 -0.586914l2.59082 -7.06055c0.114258 -0.399414 0.544922 -0.723633 0.960938 -0.723633c0.0605469 0 0.15918 0.0107422 0.21875 0.0234375 +c0.650391 0 6.7998 4 16.9297 4c4 0 7.06055 -0.709961 9.18066 -2.35938c3.59961 -2.80078 3.05957 -8.29004 3.05957 -10.5801c-4.79004 0.299805 -19.1104 3.43945 -29.4102 -3.75977c-4.05762 -2.7832 -7.34961 -9.03418 -7.34961 -13.9541 +c0 -0.162109 0.00390625 -0.424805 0.00976562 -0.585938c0 -5.90039 1.50977 -10.4004 6.58984 -14.3506c12.2402 -8.16016 36.2803 -2 38.1006 -1.41016c1.5791 0.320312 3.5293 0.660156 3.5293 1.87988v33.8809c0.0400391 4.60938 0.320312 21.6396 -22.7793 21.6396z +M199 247.76c0.000976562 0.0205078 0.00195312 0.0527344 0.00195312 0.0722656c0 0.613281 -0.49707 1.11035 -1.10938 1.11035c-0.0205078 0 -0.0527344 -0.000976562 -0.0722656 -0.00195312h-9.82031 +c-0.0175781 0.000976562 -0.0449219 0.000976562 -0.0625 0.000976562c-0.612305 0 -1.10938 -0.49707 -1.10938 -1.10938c0 -0.0205078 0.000976562 -0.0527344 0.00195312 -0.0722656v-79c-0.000976562 -0.0195312 -0.00195312 -0.0517578 -0.00195312 -0.0712891 +c0 -0.613281 0.49707 -1.11035 1.10938 -1.11035c0.0175781 0 0.0449219 0.000976562 0.0625 0.00195312h9.87988c0.0205078 -0.000976562 0.0527344 -0.00195312 0.0722656 -0.00195312c0.613281 0 1.11035 0.49707 1.11035 1.10938 +c0 0.0205078 -0.000976562 0.0527344 -0.00292969 0.0722656zM254.75 218.83c-2.09961 2.30957 -6.79004 7.53027 -17.6504 7.53027c-3.50977 0 -14.1592 -0.230469 -20.6992 -8.94043c-6.35059 -7.62988 -6.58008 -18.1104 -6.58008 -21.4102 +c0 -3.12012 0.149414 -14.2598 7.05957 -21.1699c2.63965 -2.91016 9.06055 -8.22949 22.8105 -8.22949c10.8193 0 16.4697 2.34961 18.5791 3.75977c0.470703 0.240234 0.710938 0.709961 0.240234 1.87988l-2.34961 6.83008 +c-0.1875 0.402344 -0.699219 0.728516 -1.14258 0.728516c-0.0751953 0 -0.194336 -0.0126953 -0.267578 -0.0283203c-2.58984 -0.94043 -6.34961 -2.82031 -15.29 -2.82031c-17.4199 0 -16.8496 14.7402 -16.9404 16.7002h37.1709 +c0.522461 0.0107422 1.04688 0.431641 1.16992 0.939453c-0.290039 0 2.06934 14.7002 -6.09082 24.2305h-0.0195312zM291.44 166.14c13.1699 0 21.4092 7.06055 21.4092 18.1104c0 11.7598 -11.6992 15.1699 -17.8799 17.1699 +c-4.13965 1.66016 -13.4102 3.37988 -13.4102 8.94043c0 3.75977 3.29004 6.34961 8.4707 6.34961c4.87988 -0.0976562 12.3613 -1.99316 16.7002 -4.22949c4.33789 -2.2373 1.17969 -0.710938 1.64941 0.469727c0.230469 0.700195 2.35059 6.58008 2.58008 7.29004 +c0.0292969 0.0927734 0.0537109 0.24707 0.0537109 0.34375c0 0.441406 -0.337891 0.918945 -0.753906 1.06641c-7.91016 4.89941 -16.7402 4.93945 -20.2295 4.93945c-12 0 -20.46 -7.29004 -20.46 -17.6396c0 -12.46 11.4795 -15.4404 17.8701 -17.1699 +c6.10938 -2 13.1699 -3.26074 13.1699 -8.7002c0 -4 -3.52051 -7.06055 -9.16992 -7.06055c-5.82617 0.0126953 -14.3379 2.85742 -19 6.35059c-0.155273 0.132812 -0.447266 0.241211 -0.651367 0.241211c-0.526367 0 -0.973633 -0.426758 -0.999023 -0.951172 +l-2.34961 -7.52051c-0.470703 -0.939453 0.229492 -1.17969 0.229492 -1.40918c1.71973 -1.40039 10.3301 -6.59082 22.79 -6.59082h-0.0195312zM357.09 224c0 0.709961 -0.240234 1.17969 -1.17969 1.17969h-11.7598c0 0.140625 0.939453 8.94043 4.46973 12.4707 +c4.16016 4.14941 11.7598 1.63965 12 1.63965c1.16992 -0.469727 1.41016 0 1.63965 0.469727l2.83008 7.77051c0.700195 0.939453 0 1.16992 -0.240234 1.41016c-5.08984 2 -17.3496 2.86914 -24.46 -4.24023c-5.47949 -5.48047 -7 -13.9199 -8 -19.5205h-8.46973 +c-0.600586 -0.0498047 -1.125 -0.578125 -1.16992 -1.17969l-1.41992 -7.75977c0 -0.700195 0.240234 -1.16992 1.17969 -1.16992h8.23047c-8.50977 -47.9004 -8.75 -50.21 -10.3506 -55.5205c-1.08008 -3.62012 -3.29004 -6.89941 -5.87988 -7.75977 +c-0.0898438 0 -3.87988 -1.67969 -9.63965 0.240234c0 0 -0.94043 0.469727 -1.41016 -0.709961c-0.240234 -0.709961 -2.58984 -6.82031 -2.83008 -7.53027s0 -1.41016 0.469727 -1.41016c5.11035 -2 13 -1.76953 17.8809 0 +c6.2793 2.28027 9.71973 7.88965 11.5293 12.9404c2.75 7.70996 2.81055 9.79004 11.7598 59.7393h12.2305c0.601562 0.0498047 1.13086 0.578125 1.17969 1.18066zM410.48 208c-0.560547 1.67969 -5.10059 18.1104 -25.1709 18.1104c-15.25 0 -23 -10 -25.1592 -18.1104 +c-1 -3 -3.18066 -14 0 -23.5195c0.0898438 -0.300781 4.40918 -18.1201 25.1592 -18.1201c14.9502 0 22.9004 9.60938 25.1709 18.1201c3.20996 9.60938 1.00977 20.5195 0 23.5195zM455.88 224.7c-5 1.64941 -16.6201 1.89941 -22.1104 -5.41016v4.46973 +c0.000976562 0.0175781 0.00195312 0.0449219 0.00195312 0.0625c0 0.612305 -0.49707 1.11035 -1.10938 1.11035c-0.0205078 0 -0.0527344 -0.000976562 -0.0722656 -0.00292969h-9.39941c-0.0205078 0.00195312 -0.0527344 0.00292969 -0.0722656 0.00292969 +c-0.612305 0 -1.11035 -0.498047 -1.11035 -1.11035c0 -0.0175781 0.000976562 -0.0449219 0.00195312 -0.0625v-55.2793c-0.000976562 -0.0175781 -0.00195312 -0.0449219 -0.00195312 -0.0625c0 -0.618164 0.501953 -1.12012 1.12012 -1.12012 +c0.0175781 0 0.0449219 0.000976562 0.0625 0.00195312h9.63965c0.0166016 -0.000976562 0.0449219 -0.00195312 0.0615234 -0.00195312c0.618164 0 1.12012 0.501953 1.12012 1.12012c0 0.0175781 -0.000976562 0.0449219 -0.00195312 0.0625v27.7695 +c0 2.91016 0.0498047 11.3701 4.45996 15.0498c4.90039 4.90039 12 3.36035 13.4102 3.06055c0.555664 0.00976562 1.1875 0.430664 1.41016 0.939453c0.972656 2.15918 2.34375 5.74316 3.05957 8c0.0449219 0.113281 0.0800781 0.302734 0.0800781 0.423828 +c0 0.356445 -0.246094 0.798828 -0.549805 0.986328v-0.00976562zM502.69 170.6l-2.12012 7.29004c-0.470703 1.18066 -1.41016 0.709961 -1.41016 0.709961c-4.23047 -1.81934 -10.1504 -1.88965 -11.29 -1.88965c-4.63965 0 -17.1699 1.12988 -17.1699 19.7598 +c0 6.23047 1.84961 19.7607 16.4697 19.7607c0.245117 0.00585938 0.643555 0.0107422 0.888672 0.0107422c3.00586 0 7.76855 -0.744141 10.6318 -1.66113c2.8623 -0.916992 0.939453 -0.469727 1.17969 0.709961c0.939453 2.58984 1.63965 4.46973 2.58984 7.53027 +c0.230469 0.939453 -0.469727 1.16992 -0.709961 1.16992c-11.5898 3.87012 -22.3398 2.5293 -27.7598 0c-1.58984 -0.740234 -16.2305 -6.49023 -16.2305 -27.5205c0 -2.89941 -0.580078 -30.1094 28.9404 -30.1094c4.42383 0.00878906 11.377 1.27637 15.5195 2.83008 +c0.290039 0.214844 0.525391 0.682617 0.525391 1.04395c0 0.105469 -0.0244141 0.274414 -0.0546875 0.375977v-0.0107422zM556.56 210.12c-0.799805 3 -5.36914 16.2295 -22.3496 16.2295c-16 0 -23.5195 -10.1094 -25.6396 -18.5898 +c-0.913086 -3.0166 -1.6543 -8.02441 -1.6543 -11.1768c0 -0.161133 0.00195312 -0.421875 0.00390625 -0.583008c0 -25.8701 18.8398 -29.4004 29.8799 -29.4004c10.8203 0 16.46 2.35059 18.5801 3.76074c0.469727 0.239258 0.709961 0.709961 0.240234 1.87988 +l-2.36035 6.83008c-0.186523 0.402344 -0.698242 0.728516 -1.14258 0.728516c-0.0742188 0 -0.194336 -0.0126953 -0.267578 -0.0292969c-2.58984 -0.939453 -6.34961 -2.81934 -15.29 -2.81934c-17.4199 0 -16.8496 14.7402 -16.9297 16.7002h37.1602 +c0.522461 0.0126953 1.05078 0.433594 1.17969 0.939453c-0.239258 0.00976562 0.94043 7.07031 -1.41016 15.54v-0.00976562zM533.27 216.47c5.11035 0 11.8506 -2.2002 12.7305 -14.1201h-26.3701c0.639648 5.12012 3.31055 14.1201 13.6396 14.1201z" /> + <glyph glyph-name="speaker-deck" unicode="" horiz-adv-x="512" +d="M213.86 152h-113.86c-55.2002 0 -100 44.7998 -100 100s44.7998 100 100 100h132.84c22.0801 0 40 -17.9199 40 -40s-17.9199 -40 -40 -40h-134.84c-26.4697 0 -26.4502 -40 0 -40h113.82c55.1992 0 100 -44.7998 100 -100s-44.8008 -100 -100 -100h-171.82 +c-22.0801 0 -40 17.9199 -40 40s17.9199 40 40 40h173.86c26.4795 0 26.46 40 0 40zM298 32c23.5957 16.0176 46.4932 51.8574 51.1104 80h64.5498c10.8525 0.0927734 19.6602 8.97656 19.6602 19.8291v0.170898v120v0.170898c0 10.8525 -8.80762 19.7363 -19.6602 19.8291 +h-117.24c8.29199 9.4834 15.0205 27.4033 15.0205 40s-6.72852 30.5166 -15.0205 40h136.93c43.4404 0 78.6504 -35.8203 78.6504 -80v-160c0 -44.1797 -35.21 -80 -78.6504 -80h-135.35z" /> + <glyph glyph-name="symfony" unicode="" horiz-adv-x="512" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.74 296.46c15.3496 0.540039 19.7695 15.4404 19.5195 23.1299c-0.639648 18.0605 -19.6699 29.46 -44.8301 28.6504 +c-1.89941 -0.0703125 -65.2598 3.46973 -102.43 -105.53c-10.0596 8.29004 -57.7695 65.1602 -110.58 25.8096c-18.9502 -14.1797 -31.4199 -47.9199 -2.9502 -79.6699c16.9502 -18.1396 26.7207 -25.3301 22.25 -39.8496c-9.14941 -29.79 -55.5596 -16.1602 -51 -1.38965 +c1.36035 4.38965 3.49023 4.46973 6.28027 13.0693c7.74023 25.3203 -27.1104 37.75 -34.6201 13.6006c-4.32031 -14.0605 2.37988 -39.5107 38.3799 -50.6201c42.1602 -12.96 77.8203 10.0098 82.8799 39.9395c3.2002 18.75 -5.29004 32.6904 -20.7998 50.6201l-12.6299 14 +c-7.66016 7.7002 -10.29 20.7002 -2.37012 30.7002c6.69043 8.45996 16.2002 12.0605 31.8105 7.83008c22.7695 -6.16992 32.9199 -21.9697 49.8496 -34.7197c-1.23047 -4 -10.04 -32.3398 -18.2305 -82c-12.1094 -63.4902 -21.3496 -98.3506 -45.3496 -118.351 +c-4.83984 -3.48926 -11.7598 -8.63965 -22.1797 -9c-1.94043 -0.0595703 -14.1406 2.83984 -2.0498 12.5508c15.2393 8.3291 7.00977 34.75 -14.8809 34c-9.85938 -0.330078 -24.8691 -9.59082 -24.3096 -26.5908c0.580078 -17.5293 16.9297 -30.6895 41.5801 -29.8398 +c13.1797 0.44043 42.5801 5.7998 71.5801 40.2598c39.8496 46.7207 47.4395 102.2 58.2002 161.721c51.6797 -6.11035 77.2393 17.8398 77.5996 35.7002c0.549805 24.2998 -28 23.46 -32 5.2998c-1.91992 -8.83984 13.4199 -16.8105 1.41992 -24.5605 +c-8.49023 -5.5 -23.71 -9.37012 -45.1396 -6.21973c10.2998 56.8496 19.1094 112.56 58.8896 113.85c2.70996 0.150391 12.6396 -0.119141 12.8701 -6.66992c0.150391 -5.41016 -6.7998 -9.66992 -6.53027 -18.8496c0.370117 -10.4199 8.2998 -17.2803 19.7705 -16.8701z +" /> + <glyph glyph-name="waze" unicode="" horiz-adv-x="512" +d="M502.17 246.33c14.5205 -85.8604 -30.9395 -167.92 -113.17 -208.13c13 -34.1006 -12.4004 -70.2002 -48.3203 -70.2002c-27.0625 0.0214844 -50.166 21.9736 -51.5693 49c-6.44043 -0.19043 -64.2002 0 -76.3301 0.639648 +c-1.10645 -27.3809 -24.2441 -49.6035 -51.6484 -49.6035c-0.588867 0 -1.54395 0.0195312 -2.13184 0.0439453c-33.8604 1.36035 -57.9502 34.8398 -47 67.9199c-37.21 13.1104 -72.54 34.8701 -99.6201 70.7998c-13 17.2803 -0.479492 41.7998 20.8398 41.7998 +c46.3105 0 32.2207 54.1699 43.1504 110.261c18.4297 93.9395 116.75 157.14 211.72 157.14c102.48 0 197.15 -70.6699 214.08 -169.67zM373.51 59.7197c42 19.1807 81.3301 56.71 96.29 102.141c40.4805 123.09 -64.1494 228 -181.71 228 +c-83.4502 0 -170.32 -55.4199 -186.07 -136c-9.5293 -48.9102 5 -131.351 -68.75 -131.351c24.9404 -33.1094 58.3301 -52.6201 93.7305 -64.0498c24.6602 21.7998 63.8701 15.4697 79.8301 -14.3398c14.2197 -1 79.1895 -1.17969 87.9004 -0.820312 +c7.9502 15.5303 28.5635 28.1348 46.0107 28.1348c10.2002 0 24.8799 -5.24805 32.7686 -11.7148zM205.12 260.87c0 34.7402 50.8398 34.75 50.8398 0s-50.8398 -34.7402 -50.8398 0zM321.69 260.87c0 34.7402 50.8594 34.75 50.8594 0s-50.8594 -34.75 -50.8594 0z +M199.08 190.18c-3.44043 16.9404 22.1797 22.1807 25.6201 5.20996l0.0595703 -0.279297c4.14062 -21.4199 29.8506 -44 64.1201 -43.0703c35.6797 0.94043 59.25 22.21 64.1104 42.7695c4.45996 16.0508 28.5996 10.3604 25.4697 -6 +c-5.22949 -22.1797 -31.21 -62 -91.46 -62.8994c-42.5498 0 -80.8799 27.8398 -87.9004 64.25z" /> + <glyph glyph-name="yammer" unicode="" horiz-adv-x="512" +d="M421.78 295.83c-48.1602 -26.3896 -118.561 -58.1504 -130.2 -50s91.4395 80.3701 106.689 88.7695c0.920898 0.5 1.80078 0.970703 2.63086 1.40039c1.76562 0.521484 4.69336 0.945312 6.53516 0.945312c12.7295 0 23.0605 -10.3311 23.0605 -23.0596 +c0 -6.14453 -3.90527 -14.2334 -8.71582 -18.0557zM421.78 78.6602c4.76855 -3.82324 8.63965 -11.8877 8.63965 -18c0 -12.7344 -10.335 -23.0703 -23.0703 -23.0703c-1.81641 0 -4.70605 0.412109 -6.44922 0.919922 +c-0.830078 0.410156 -1.70996 0.900391 -2.63086 1.41016c-15.2695 8.38965 -118.25 80.6396 -106.689 88.7402c11.5596 8.09961 82.04 -23.6201 130.2 -50zM464.21 211c10.0947 -2.11328 18.2559 -12.1992 18.2559 -22.5117 +c0 -10.7881 -8.63965 -20.9561 -19.2861 -22.6982c-54.9102 0.0195312 -131.93 6.00977 -138.21 18.7598c-6.2793 12.75 118.84 26.5098 136.24 26.5098c1.0498 0 2.0498 -0.0595703 3 -0.0595703zM31 351.35c-0.699219 2.10742 -1.2666 5.61914 -1.2666 7.83887 +c0 13.7334 11.1455 24.8799 24.8799 24.8799c8.72949 0 18.8213 -6.41504 22.5264 -14.3184l81 -205.06h1.20996l77 203.529c3.22559 8.26074 13.041 14.9648 21.9092 14.9648c12.9834 0 23.5205 -10.5371 23.5205 -23.5195 +c0 -1.89258 -0.438477 -4.90137 -0.979492 -6.71484l-109.6 -273.391c-18.5498 -47.2197 -37.1201 -79.5596 -93.29 -79.5596c-0.151367 -0.000976562 -0.395508 -0.000976562 -0.545898 -0.000976562c-6.4668 0 -16.8887 0.874023 -23.2646 1.95117 +c-8.52051 2.44238 -15.4365 11.6201 -15.4365 20.4844c0 11.7637 9.54688 21.3105 21.3096 21.3105c0.28418 0 0.744141 -0.0117188 1.02734 -0.0253906c0.660156 -0.0595703 10.9102 -0.660156 13.8604 -0.660156c30.4697 0 43.7393 18.9404 58.0693 59.4102z" /> + <glyph glyph-name="git-alt" unicode="" +d="M439.55 211.95c4.66504 -4.66602 8.45117 -13.8076 8.45117 -20.4053s-3.78613 -15.7393 -8.45117 -20.4053l-194.689 -194.689c-4.66602 -4.66211 -13.8047 -8.44629 -20.4004 -8.44629s-15.7344 3.78418 -20.4004 8.44629l-195.609 195.6 +c-4.66504 4.66602 -8.45117 13.8076 -8.45117 20.4053s3.78613 15.7393 8.45117 20.4053l134.12 134.14l50.79 -50.8496c-5.95996 -14.2607 -2.16016 -36.4902 18.6396 -45v-123c-22.3203 -9.09082 -28.8203 -38.4004 -11.25 -56 +c5.55176 -5.54883 16.4268 -10.0518 24.2754 -10.0518c7.84766 0 18.7236 4.50293 24.2744 10.0518c13.1807 13.1494 16.2197 42.46 -9.08008 55v121.85l46.3506 -46.29c-14.21 -34.4697 29.5098 -63.8301 56 -37.3398c25.71 25.6895 -1.24023 68.4902 -35.4707 56.6895 +l-49.6592 49.6602c9.29004 26.9102 -16.3301 52.8203 -43.3906 43.6807l-51.5195 51.5195l40.6602 40.6299c4.66602 4.66309 13.8076 8.44727 20.4043 8.44727s15.7383 -3.78418 20.4053 -8.44727z" /> + <glyph glyph-name="stackpath" unicode="" +d="M244.6 215.6c0 -8.5 -4.25977 -20.4893 -21.3398 -20.4893h-19.6094v41.4697h19.6094c17.1299 0 21.3398 -12.3604 21.3398 -20.9805zM448 416v-448h-448v448h448zM151.3 160.16c0 21.2402 -12.1201 34.54 -46.7197 44.8496c-20.5703 7.41016 -26 10.9102 -26 18.6299 +c0 7.7207 7 14.6104 20.4102 14.6104c14.0898 0 20.79 -8.4502 20.79 -18.3496h30.7002l0.189453 0.569336c0.5 19.5703 -15.0596 41.6504 -51.1201 41.6504c-23.3701 0 -52.5498 -10.75 -52.5498 -38.29c0 -19.4004 9.25 -31.29 50.7402 -44.3701 +c17.2598 -6.15039 21.9102 -10.4004 21.9102 -19.4795c0 -15.2002 -19.1309 -14.2305 -19.4707 -14.2305c-20.3994 0 -25.6494 9.09961 -25.6494 21.9004h-30.7998l-0.180664 -0.560547c-0.679688 -31.3203 28.3799 -45.2197 56.6299 -45.2197 +c29.9805 0 51.1201 13.5498 51.1201 38.29zM276.68 215.79c0 25.2998 -18.4297 45.46 -53.4199 45.46h-51.7793v-138.18h32.1699v47.3594h19.6094c30.25 0 53.4199 15.9502 53.4199 45.3604zM297.94 123l49.0596 138.22h-31.0898l-47.9102 -138.22h29.9404zM404.46 261.22 +h-31.0898l-47.9102 -138.22h29.9404z" /> + <glyph glyph-name="cotton-bureau" unicode="" horiz-adv-x="512" +d="M474.31 117.59h25.1807c-25.7998 -109.78 -111.4 -173.59 -239.67 -173.59c-154.63 -0.339844 -247.82 92.8604 -247.82 248.18c0 154.63 93 247.82 247.82 247.82c128.399 0 214.06 -63.5098 240.18 -173.61h-25.2598 +c-24.8506 95.6104 -99.9199 148.811 -214.69 148.811c-141.85 0 -223.2 -81.3799 -223.2 -223.2c0 -137.93 76.6699 -218 211.101 -223v49.2002c0 48.1602 -26.5498 74.3896 -74.5498 74.3896c-62.1309 0 -99.4004 37.2803 -99.4004 99.4102 +c0 61.3701 36.5195 98.2803 97.3799 99.0596c30.7402 64.6504 144.24 69.3203 177.24 0c60.8496 -0.779297 97.3799 -37.6895 97.3799 -99.0596c0 -62.0098 -37.2002 -99.21 -99.2002 -99.21c-47.9795 0 -74.3896 -26.3896 -74.3896 -74.3896v-49.1602 +c107.67 3.75977 178.24 56.5 201.899 148.35zM357 265.67c3.7998 -21.0801 11.2695 -104.2 -71.79 -120.75c12.2598 -17.7402 32.9805 -27.3301 61.5898 -27.3301c47.9697 0 74.4004 26.4102 74.4004 74.4102c0 44.6699 -22.8301 70.2197 -64.2002 73.6699zM275.32 168.31 +c72.7803 9.89062 58.5 86.9102 56.2295 97c-72.5596 -10 -58.6895 -86.6592 -56.2295 -97zM260 316l-0.179688 -0.259766c-28.3008 0 -49.1602 -9.66016 -61.5703 -27.3506c28.3701 -5.44922 49.3701 -20.5898 61.5996 -43.4492 +c12.2305 22.8594 33.2305 37.9697 61.5908 43.4492c-12.4404 17.9404 -32.8301 27.6104 -61.4404 27.6104zM188.48 265.28h0.239258c-2.75 -10.0498 -16.1602 -87.1602 56.25 -97c2.41992 10.1895 16.6807 86.4297 -56.4893 97zM173.2 117.59l0.330078 0.0302734 +c28.2998 0 49 9.66992 61.1396 27.2998c-73.0303 14.2197 -78.4004 83.5498 -71.6504 120.75c-41.3594 -3.66992 -64.2197 -29.3096 -64.2197 -73.6699c0 -48.0098 26.4004 -74.4102 74.4004 -74.4102zM226.41 105.2h0.269531 +c14.4902 -7.60059 25.5605 -19.3301 33.5605 -33.8301c6.36523 12.2188 21.4092 27.374 33.5801 33.8301c-14.4902 8.00977 -26.0508 19.0596 -33.8203 33.5498c-6.4248 -12.1094 -21.4736 -27.1396 -33.5898 -33.5498z" /> + <glyph glyph-name="buy-n-large" unicode="" horiz-adv-x="576" +d="M288 416c154.73 0 280.21 -100.32 280.21 -224s-125.479 -224 -280.21 -224s-280.21 100.32 -280.21 224s125.479 224 280.21 224zM202.61 58.8096c61.5498 0.600586 99.4697 24.3604 117.71 61.5205c-35.79 6.4502 -62.9307 37.3096 -62.9307 74.4502 +c0 41.7695 34.3408 75.6494 76.6904 75.6494h0.0341797c4.80078 0 12.4951 -0.864258 17.1758 -1.92969c0.524414 1.86621 1.19629 4.93555 1.5 6.84961c6.92969 44.1904 -14.8496 72.8408 -78 72.8408h-133.44l-77.25 -290.74zM358 240.89l-9.4502 -36.75l-15 36.75 +h-31.3398l-26.6299 -90.3096h37.8301l7.83008 35.6299l11.1895 -35.6299h35.4102l22.1602 90.3096h-32zM503.86 58.8096l21.1992 84.0605h-103.869l53.0498 205.36h-92.5l-21.3301 -82.3506c29.3799 -10.5996 50.3799 -38.4102 50.3799 -71.0596 +c0 -41.7803 -34.3496 -75.6504 -76.6904 -75.6504h-0.0625c-3.16504 0 -8.27539 0.37207 -11.4072 0.830078l-15.8398 -61.1904h197.07zM211.7 178.61c16.1494 0 29.7002 -7.51074 24.1396 -29.8203c-5.83008 -23.4697 -21.7998 -26.6504 -37.9395 -26.6504h-24.7002 +l13.7998 56.4707h24.7002zM233 278c18.0703 0 32.2305 1.29004 27.5801 -17.5703c-3.83008 -15.5 -21.21 -30.1396 -39.21 -30.1396h-21.3701l11.6602 47.71h21.3398z" /> + <glyph glyph-name="mdb" unicode="" horiz-adv-x="576" +d="M17.3701 287.59h46.2998l42.3301 -117.33l40.7002 117.33h45.5098l12.79 -191.59h-45.5303l-4.79004 77.4297l-25.54 -77.4297h-44.71l-27.9297 79.8301l-5.58984 -79.8301h-43.9102zM298.37 287.59c0 0 93.4199 -1.58984 94.2002 -95.7998 +c0.799805 -96.5898 -94.2002 -95.79 -94.2002 -95.79h-47.9004v191.59h47.9004zM297.17 141.13c0 0 47.5996 5.21973 46.7998 51.5205c-0.799805 46.2998 -46.7998 50.5693 -46.7998 50.5693v-102.09zM535.46 215.37c0 0 33.54 -11.96 33.54 -55.1006 +c0 -68.6396 -87 -63.8496 -87 -63.8496h-45.5195v191.58h51.8994s49.7402 1.44043 55.0801 -34.3203c0.348633 -2.30371 0.630859 -6.06445 0.630859 -8.39453c0 -8.94336 -3.86621 -22.3457 -8.63086 -29.915zM483.56 247.31v-21.5898h12s5.43066 5.33984 4 12 +c-2.42969 11.1807 -16 9.58984 -16 9.58984zM483.46 137.85c0 0 41.04 -4.92969 41.3701 20.7207c0.389648 27.1602 -41.1904 22.4297 -41.1904 22.4297h-0.0800781v-18.2305z" /> + <glyph glyph-name="orcid" unicode="" horiz-adv-x="512" +d="M294.75 259.81c58.1299 0 84.6699 -35.2598 84.6699 -76.8994c0 -25.5703 -15.5 -76.9102 -83.1201 -76.9102h-47.4697v153.81h45.9199zM256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM175.21 79.2402v207.5h-29.8398v-207.5 +h29.8398zM160.29 310.38c10.7646 0.0380859 19.5312 8.80566 19.5703 19.5703c0 10.8027 -8.76758 19.5693 -19.5703 19.5693s-19.5703 -8.7666 -19.5703 -19.5693s8.76758 -19.5703 19.5703 -19.5703v0zM300 79c68.3799 0 110 50.6104 110.04 103.89 +c0 49.0205 -33.71 103.851 -110.44 103.851h-80.5996v-207.74h81z" /> + <glyph glyph-name="swift" unicode="" +d="M448 291.91c0 -5.35059 -0.000976562 -10.7002 0.00878906 -16.0498v-183.771c-0.0292969 -4.50977 -0.0800781 -9.00977 -0.200195 -13.5098c-0.0966797 -8.1748 -1.25781 -21.3545 -2.58984 -29.4199c-1.38477 -8.11035 -5.51465 -20.6543 -9.21973 -28 +c-7.66406 -15.0459 -26.0898 -33.4854 -41.1299 -41.1602c-7.34766 -3.69824 -19.8916 -7.82422 -28 -9.20996c-8.07129 -1.32715 -21.2607 -2.4873 -29.4404 -2.58984c-4.51953 -0.120117 -9.00977 -0.200195 -13.5195 -0.200195h-199.79 +c-4.52051 0.0302734 -9.02051 0.0800781 -13.5205 0.200195c-8.17676 0.0976562 -21.3613 1.25781 -29.4297 2.58984c-8.1084 1.38379 -20.6523 5.50977 -28 9.20996c-15.0342 7.67676 -33.4609 26.1113 -41.1299 41.1504c-3.70508 7.3457 -7.83496 19.8896 -9.21973 28 +c-1.3252 8.06543 -2.48145 21.2461 -2.58008 29.4199c-0.129883 4.50977 -0.209961 9 -0.209961 13.5098v199.83c0.0292969 4.51953 0.0800781 9.00977 0.209961 13.5195c0.0888672 8.16797 1.22754 21.3389 2.54004 29.4004c1.38672 8.10938 5.5166 20.6533 9.21973 28 +c3.74121 7.34473 11.5146 18.0293 17.3496 23.8496c1.74023 1.7207 3.55078 3.39062 5.43066 5c4.6748 3.99805 12.9141 9.51758 18.3896 12.3203c2.2334 1.11328 4.50391 2.15332 6.81152 3.12012c5.67188 2.31348 15.1738 5.04688 21.21 6.09961 +c6.04688 1.03516 15.9297 2.07422 22.0596 2.32031c2.45996 0.120117 4.91992 0.200195 7.37012 0.269531c4.51953 0.120117 9.00977 0.200195 13.5195 0.200195h199.75c4.52051 -0.0292969 9.01074 -0.0800781 13.5205 -0.200195 +c8.17676 -0.0976562 21.3613 -1.25781 29.4297 -2.58984c8.11035 -1.38281 20.6543 -5.51367 28 -9.21973c15.0547 -7.66211 33.4941 -26.0977 41.1602 -41.1504c3.70117 -7.34668 7.83105 -19.8906 9.21973 -28c1.3252 -8.06543 2.48047 -21.2461 2.58008 -29.4199 +c0.120117 -4.51953 0.200195 -9.00977 0.200195 -13.5195zM378.119 50.9102c4.91016 -9.58008 15.3604 41.1797 -23.1602 88.5801c0.490234 1.68945 1 3.35938 1.44043 5.08984c18.5996 74.0801 -26.79 161.67 -103.58 207.75 +c33.6494 -45.6201 48.5293 -100.87 35.3096 -149.2c-0.970703 -3.50098 -2.83398 -9.08789 -4.16016 -12.4697c-1.72949 1.14941 -3.84961 2.41992 -6.72949 4c0 0 -76.3906 47.1699 -159.181 130.59c-2.16992 2.2002 44.1504 -66.25 96.7207 -121.74 +c-24.7803 13.9004 -93.7803 64.1201 -137.48 104.12c4.60156 -7.57031 13.0146 -19.1738 18.7803 -25.8994c36.4902 -46.2207 84.0898 -103.37 141.09 -147.221c-40 -24.4902 -96.6396 -26.3994 -153 0c-11.4521 5.37598 -29 15.8457 -39.1699 23.3701 +c21.3398 -33.9365 68.5098 -74.4219 105.29 -90.3701c53.3203 -22.9199 106.35 -21.3799 145.85 -0.379883l0.419922 0.25c1.77051 1 3.53027 2 5.25 3c19.0801 9.7998 56.3105 19.46 76.3105 -19.4697z" /> + <glyph glyph-name="umbraco" unicode="" horiz-adv-x="510" +d="M255.35 440c136.99 -0.169922 247.83 -111.31 247.65 -248.28c-0.179688 -136.97 -111.15 -247.67 -248 -247.67c-137 0.0703125 -248.07 111.271 -248 248.271c0.139648 136.96 111.36 247.85 248.35 247.68zM400.35 174 +c0.296875 4.31738 0.518555 11.3311 0.518555 15.6582c0 4.16406 -0.222656 10.9141 -0.498047 15.0693c-0.354492 12.1631 -1.97168 31.8213 -3.61035 43.8799c-1.87012 13.2197 -3.56934 22.3799 -5.38965 32c-1.02051 4.87988 -1.28027 6.39941 -1.83008 8.44922 +c-0.489258 2.14746 -2.67285 3.89062 -4.875 3.89062h-0.0253906h-0.819336l-32 -5c-2.31934 -0.375977 -4.20117 -2.58691 -4.20117 -4.93555c0 -0.0175781 0.000976562 -0.046875 0.000976562 -0.0644531c-0.00878906 -0.106445 -0.0146484 -0.27832 -0.0146484 -0.384766 +s0.00585938 -0.279297 0.0146484 -0.385742l1.68945 -8.7793c1.60645 -8.86719 3.23633 -20.0938 4.88965 -33.6807c1.35156 -11.5938 2.5166 -30.4775 2.59961 -42.1494c0.266602 -26.9072 -2.44336 -46.834 -8.12988 -59.7803 +c-5.01953 -11.3809 -18.9746 -22.6836 -31.1504 -25.2305c-13.7178 -2.9043 -36.2324 -5.26074 -50.2549 -5.26074c-1.93652 0 -5.0791 0.0449219 -7.01465 0.101562h-10.25c-1.9668 -0.0576172 -5.15918 -0.104492 -7.12695 -0.104492 +c-14.0098 0 -36.5059 2.34863 -50.2129 5.24414c-12.2217 2.49805 -26.248 13.7793 -31.3105 25.1797c-5.60645 12.9336 -8.31641 32.877 -8.12988 59.8301c0.0820312 11.6738 1.26562 30.5576 2.64062 42.1504c1.62012 13.6201 3.2334 24.8467 4.83984 33.6797 +l1.7002 8.78027c0.0078125 0.105469 0.0146484 0.27832 0.0146484 0.384766s-0.00683594 0.279297 -0.0146484 0.384766v0.0126953c0 2.33398 -1.86426 4.56836 -4.16016 4.9873l-32 5h-0.69043c-2.18848 -0.0195312 -4.38379 -1.7627 -4.89941 -3.88965 +c-0.540039 -2.03027 -0.820312 -3.57031 -1.82031 -8.4502c-1.83008 -9.41992 -3.52051 -18.6094 -5.40039 -32c-1.63184 -12.0586 -3.24414 -31.7168 -3.59961 -43.8799c-0.290039 -4.2334 -0.525391 -11.1123 -0.525391 -15.3545 +c0 -4.24316 0.235352 -11.1221 0.525391 -15.3555c0.766602 -27.0928 5.43359 -48.7598 14 -65c8.57324 -16.2061 23.0801 -27.873 43.5195 -35c20.4404 -7.12695 48.9209 -10.6172 85.4414 -10.4697h4.59961c36.5605 -0.15332 65.0439 3.33691 85.4502 10.4707 +c20.4336 7.12012 34.9365 18.7871 43.5098 35.001s13.2402 37.8809 14 65.001z" /> + </font> +</defs></svg> diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.ttf b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.ttf new file mode 100644 index 0000000000000000000000000000000000000000..82e255ac5706ef44f61703794d3aa33dc16b3722 GIT binary patch literal 130600 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≺s^)t-9%mc7z9%jDIe3N;S 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%0DP4DCS?pwT#y7cer` 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 W;OkrS-|@Gf`vO*L_CNQ9%Krs!jHSr{ literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff new file mode 100644 index 0000000000000000000000000000000000000000..b0021db2eb69c57367417363c923b65f3cd3235f GIT binary patch literal 88428 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%0A@twS;YS9=kSxPPOQ4CjI6E_bJ2wfD?JCd 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 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff2 b/public/vendor/plugins/fomantic/themes/default/assets/fonts/brand-icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..b53cbbf56263fa6d1071d802256087dac5065ecb GIT binary patch literal 75336 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 SmcB>g-22N9A68$Ck^%rBAODL0 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.eot b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.eot new file mode 100644 index 0000000000000000000000000000000000000000..c867e7ebb538206ae0918f042080903dceb38a09 GIT binary patch literal 192758 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Ø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 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.svg b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.svg new file mode 100644 index 0000000000..401b7f7b32 --- /dev/null +++ b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.svg @@ -0,0 +1,4667 @@ +<?xml version="1.0" standalone="no"?> +<!-- +Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com +License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) +--> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20190801 at Mon Sep 23 12:53:50 2019 + By Robert Madole +Copyright (c) Font Awesome +</metadata> +<defs> +<font id="FontAwesome5Free-Solid" horiz-adv-x="512" > + <font-face + font-family="Font Awesome 5 Free Solid" + font-weight="900" + font-stretch="normal" + units-per-em="512" + panose-1="2 0 5 3 0 0 0 0 0 0" + ascent="448" + descent="-64" + bbox="-0.983398 -64.9834 640.104 448.427" + underline-thickness="25" + underline-position="-50" + unicode-range="U+0020-F8D9" + /> + <missing-glyph /> + <glyph glyph-name="glass-martini" unicode="" +d="M502.05 390.4l-214.05 -214.04v-192.36h56c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v192.36l-214.05 214.04c-21.25 21.2598 -6.2002 57.5996 23.8496 57.5996h444.4 +c30.0498 0 45.0996 -36.3398 23.8496 -57.5996z" /> + <glyph glyph-name="music" unicode="" +d="M470.38 446.49c2.59277 0.816406 6.90234 1.48047 9.62012 1.48047c17.6475 0 31.9834 -14.3232 32 -31.9707v-352c0 -35.3496 -43 -64 -96 -64s-96 28.6602 -96 64s43 64 96 64c8.95898 -0.0488281 23.2949 -1.80957 32 -3.92969v184.609l-256 -75v-233.68 +c0 -35.3398 -43 -64 -96 -64s-96 28.6602 -96 64s43 64 96 64c8.95801 -0.0507812 23.2939 -1.80664 32 -3.91992v261.41c0.0078125 12.958 10.0479 26.626 22.4102 30.5098z" /> + <glyph glyph-name="search" unicode="" +d="M505 5.2998c9.2998 -9.39941 9.2998 -24.5996 -0.0996094 -34l-28.3008 -28.2998c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0l-99.7002 99.7002c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208 +s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7zM208 112c70.7998 0 128 57.2998 128 128c0 70.7998 -57.2998 128 -128 128c-70.7998 0 -128 -57.2998 -128 -128c0 -70.7998 57.2998 -128 128 -128z +" /> + <glyph glyph-name="heart" unicode="" +d="M462.3 385.4c62.7998 -53.6006 66.1006 -149.801 9.7998 -207.9l-193.5 -199.8c-12.5 -12.9004 -32.7998 -12.9004 -45.2998 0l-193.5 199.8c-56.2002 58.0996 -52.8994 154.3 9.90039 207.9c54.7998 46.6992 136.399 38.2998 186.6 -13.6006l19.7002 -20.2998 +l19.7002 20.2998c50.2998 51.9004 131.8 60.2998 186.6 13.6006z" /> + <glyph glyph-name="star" unicode="" horiz-adv-x="576" +d="M259.3 430.2c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4l146.1 -21.2998c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002 +c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998z" /> + <glyph glyph-name="user" unicode="" horiz-adv-x="448" +d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996 +c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" /> + <glyph glyph-name="film" unicode="" +d="M488 384c13.2998 0 24 -10.7002 24 -24v-336c0 -13.2998 -10.7002 -24 -24 -24h-8v20c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-20h-320v20c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-20h-8 +c-13.2998 0 -24 10.7002 -24 24v336c0 13.2998 10.7002 24 24 24h8v-20c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v20h320v-20c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v20h8zM96 76v40c0 6.59961 -5.40039 12 -12 12h-40 +c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM96 172v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM96 268v40 +c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM368 60v96c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-96c0 -6.59961 5.40039 -12 12 -12h200 +c6.59961 0 12 5.40039 12 12zM368 228v96c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-96c0 -6.59961 5.40039 -12 12 -12h200c6.59961 0 12 5.40039 12 12zM480 76v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40 +c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 172v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 268v40c0 6.59961 -5.40039 12 -12 12h-40 +c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="th-large" unicode="" +d="M296 416h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v160c0 13.2549 10.7451 24 24 24zM216 416c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192 +c-13.2549 0 -24 10.7451 -24 24v160c0 13.2549 10.7451 24 24 24h192zM0 152c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v160zM296 -32c-13.2549 0 -24 10.7451 -24 24v160 +c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192z" /> + <glyph glyph-name="th" unicode="" +d="M149.333 392v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24zM330.667 152c0 -13.2549 -10.7451 -24 -24.001 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80 +c0 13.2549 10.7451 24 24 24h101.334c13.2549 0 24 -10.7451 24 -24v-80zM362.667 392c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM330.667 312 +c0 -13.2549 -10.7451 -24 -24.001 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.334c13.2549 0 24 -10.7451 24 -24v-80zM125.333 256c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333 +c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333zM0 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM386.667 128 +c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333zM386.667 -32c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24 +v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333zM181.333 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80z" /> + <glyph glyph-name="th-list" unicode="" +d="M149.333 232v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24zM0 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80 +c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM125.333 416c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333zM205.333 -32 +c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-282.667zM181.333 392c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80 +c0 -13.2549 -10.7451 -24 -24 -24h-282.667c-13.2549 0 -24 10.7451 -24 24v80zM205.333 128c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-282.667z" /> + <glyph glyph-name="check" unicode="" +d="M173.898 8.5957l-166.4 166.4c-9.99707 9.99707 -9.99707 26.2061 0 36.2041l36.2031 36.2041c9.99707 9.99805 26.207 9.99805 36.2041 0l112.095 -112.095l240.095 240.095c9.99707 9.99707 26.207 9.99707 36.2041 0l36.2031 -36.2041 +c9.99707 -9.99707 9.99707 -26.2061 0 -36.2041l-294.4 -294.401c-9.99805 -9.99707 -26.207 -9.99707 -36.2031 0.000976562z" /> + <glyph glyph-name="times" unicode="" horiz-adv-x="352" +d="M242.72 192l100.07 -100.07c12.2803 -12.29 12.2803 -32.1992 0 -44.4795l-22.2402 -22.2402c-12.2803 -12.2803 -32.2002 -12.2803 -44.4795 0l-100.07 100.07l-100.07 -100.07c-12.2793 -12.2803 -32.1992 -12.2803 -44.4795 0l-22.2402 22.2402 +c-12.2803 12.29 -12.2803 32.2002 0 44.4795l100.07 100.07l-100.07 100.07c-12.2803 12.29 -12.2803 32.1992 0 44.4795l22.2402 22.2402c12.29 12.2803 32.2002 12.2803 44.4795 0l100.07 -100.07l100.07 100.07c12.29 12.2803 32.1992 12.2803 44.4795 0 +l22.2402 -22.2402c12.2803 -12.29 12.2803 -32.2002 0 -44.4795z" /> + <glyph glyph-name="search-plus" unicode="" +d="M304 256v-32c0 -6.59961 -5.40039 -12 -12 -12h-56v-56c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v56h-56c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h56v56c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12 +v-56h56c6.59961 0 12 -5.40039 12 -12zM505 -28.7002l-28.2998 -28.2998c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-99.7998 99.7002c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208 +s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7l99.7002 -99.7002c9.2998 -9.39941 9.2998 -24.5996 0 -34zM344 240c0 75.2002 -60.7998 136 -136 136s-136 -60.7998 -136 -136 +s60.7998 -136 136 -136s136 60.7998 136 136z" /> + <glyph glyph-name="search-minus" unicode="" +d="M304 256v-32c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM505 -28.7002l-28.2998 -28.2998c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-99.7998 99.7002 +c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7l99.7002 -99.7002 +c9.2998 -9.39941 9.2998 -24.5996 0 -34zM344 240c0 75.2002 -60.7998 136 -136 136s-136 -60.7998 -136 -136s60.7998 -136 136 -136s136 60.7998 136 136z" /> + <glyph glyph-name="power-off" unicode="" +d="M400 393.9c63 -45 104 -118.601 104 -201.9c0 -136.8 -110.8 -247.7 -247.5 -248c-136.5 -0.299805 -248.3 111 -248.5 247.6c-0.0996094 83.3008 40.9004 157.101 103.8 202.2c11.7002 8.2998 28 4.7998 35 -7.7002l15.7998 -28.0996 +c5.90039 -10.5 3.10059 -23.7998 -6.59961 -31c-41.5 -30.7998 -68 -79.5996 -68 -134.9c-0.0996094 -92.2998 74.5 -168.1 168 -168.1c91.5996 0 168.6 74.2002 168 169.1c-0.299805 51.8008 -24.7002 101.801 -68.0996 134c-9.7002 7.2002 -12.4004 20.5 -6.5 30.9004 +l15.7998 28.0996c7 12.4004 23.2002 16.1006 34.7998 7.80078zM296 184c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v240c0 13.2998 10.7002 24 24 24h32c13.2998 0 24 -10.7002 24 -24v-240z" /> + <glyph glyph-name="signal" unicode="" horiz-adv-x="640" +d="M216 160c8.83984 0 16 -7.16016 16 -16v-192c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v192c0 8.83984 7.16016 16 16 16h48zM88 64c8.83984 0 16 -7.16016 16 -16v-96c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v96 +c0 8.83984 7.16016 16 16 16h48zM344 256c8.83984 0 16 -7.16016 16 -16v-288c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v288c0 8.83984 7.16016 16 16 16h48zM472 352c8.83984 0 16 -7.16016 16 -16v-384c0 -8.83984 -7.16016 -16 -16 -16h-48 +c-8.83984 0 -16 7.16016 -16 16v384c0 8.83984 7.16016 16 16 16h48zM600 448c8.83984 0 16 -7.16016 16 -16v-480c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v480c0 8.83984 7.16016 16 16 16h48z" /> + <glyph glyph-name="cog" unicode="" +d="M487.4 132.3c4.89941 -2.7998 7.09961 -8.59961 5.59961 -14.0996c-11.0996 -35.7002 -30 -67.9004 -54.7002 -94.6006c-3.7998 -4.19922 -9.89941 -5.09961 -14.7998 -2.2998l-42.5996 24.6006c-18 -15.3008 -38.6006 -27.2002 -60.8008 -35.1006v-49.2002 +c0 -5.59961 -3.89941 -10.5 -9.39941 -11.6992c-34.9004 -7.80078 -72.5 -8.2002 -109.2 0c-5.5 1.19922 -9.40039 6.09961 -9.40039 11.6992v49.2002c-22.2998 7.7998 -42.8994 19.7002 -60.7998 35.1006l-42.5996 -24.6006c-4.7998 -2.7998 -11 -1.7998 -14.7998 2.2998 +c-24.7002 26.8008 -43.6006 59 -54.7002 94.6006c-1.60059 5.39941 0.599609 11.2002 5.5 14l42.5996 24.5996c-4.2998 23.2002 -4.2998 47 0 70.2002l-42.5996 24.5996c-4.90039 2.80078 -7.2002 8.60059 -5.5 14c11.0996 35.7002 30 67.9004 54.7002 94.6006 +c3.7998 4.2002 9.89941 5.09961 14.7998 2.2998l42.5 -24.5996c18 15.2998 38.5996 27.1992 60.7998 35.0996v49.2002c0 5.59961 3.90039 10.5 9.40039 11.7002c34.8994 7.7998 72.5 8.19922 109.199 0c5.5 -1.2002 9.40039 -6.10059 9.40039 -11.7002v-49.1006 +c22.2998 -7.7998 42.9004 -19.6992 60.7998 -35.0996l42.6006 24.5996c4.7998 2.80078 11 1.80078 14.7998 -2.2998c24.7002 -26.7998 43.5996 -59 54.7002 -94.5996c1.59961 -5.40039 -0.600586 -11.2002 -5.5 -14l-42.6006 -24.6006 +c4.2998 -23.1992 4.2998 -47 0 -70.1992zM256 112c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="home" unicode="" horiz-adv-x="576" +d="M280.37 299.74c1.84863 1.49023 5.27539 2.69922 7.64941 2.69922c2.375 0 5.80176 -1.20898 7.65039 -2.69922l184.33 -151.74v-164c0 -8.83203 -7.16797 -16 -16 -16l-112.02 0.30957h-0.000976562c-8.83203 0 -16 7.16797 -16 16 +c0 0.0146484 0 0.0371094 0.000976562 0.0507812v95.6396c0 8.83203 -7.16895 16 -16 16h-64c-8.83203 0 -16 -7.16797 -16 -16v-95.71v0c0 -8.78809 -7.13281 -15.9561 -15.9209 -16l-112.06 -0.290039c-8.83203 0 -16 7.16797 -16 16v163.89zM571.6 196.53 +c2.44531 -1.98828 4.42969 -6.15918 4.42969 -9.31055c0 -2.37305 -1.22266 -5.78613 -2.72949 -7.62012l-25.5 -31c-1.98633 -2.40332 -6.13086 -4.35449 -9.24902 -4.35449c-2.38574 0 -5.81348 1.23438 -7.65039 2.75488l-235.23 193.74 +c-1.84863 1.49023 -5.27539 2.69922 -7.65039 2.69922c-2.37402 0 -5.80078 -1.20898 -7.64941 -2.69922l-235.22 -193.74c-1.83691 -1.5166 -5.26074 -2.74805 -7.64258 -2.74805c-3.12793 0 -7.28027 1.96191 -9.26758 4.37793l-25.5 31 +c-1.52051 1.83789 -2.75488 5.26562 -2.75488 7.65039c0 3.11914 1.95117 7.2627 4.35449 9.25l253.13 208.47c7.33594 6.03613 21 10.9355 30.5 10.9355c9.50098 0 23.1641 -4.89941 30.5 -10.9355l89.5303 -73.6602v72.6104c0 6.62402 5.37598 12 12 12h56 +c6.62402 0 12 -5.37598 12 -12v-138.51z" /> + <glyph glyph-name="clock" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM313.1 89.9004c5.40039 -3.90039 12.9004 -2.7002 16.8008 2.59961l28.1992 38.7998c3.90039 5.40039 2.80078 12.9004 -2.59961 16.7998l-63.5 46.2002v137.7 +c0 6.59961 -5.40039 12 -12 12h-48c-6.59961 0 -12 -5.40039 -12 -12v-168.3c0 -3.7998 1.7998 -7.40039 4.90039 -9.7002z" /> + <glyph glyph-name="road" unicode="" horiz-adv-x="576" +d="M573.19 45.3301c9.25977 -21.1904 -5.5 -45.3301 -27.7305 -45.3301h-196.84l-10.3105 97.6797c-0.859375 8.14062 -7.71973 14.3203 -15.9092 14.3203h-68.8008c-8.18945 0 -15.0498 -6.17969 -15.9092 -14.3203l-10.3105 -97.6797h-196.84 +c-22.2305 0 -36.9902 24.1396 -27.7402 45.3301l139.79 320c4.96973 11.3799 15.7998 18.6699 27.7305 18.6699h97.5898l-2.4502 -23.1602c-0.5 -4.71973 3.20996 -8.83984 7.95996 -8.83984h29.1602c4.75 0 8.45996 4.12012 7.95996 8.83984l-2.4502 23.1602h97.5898 +c11.9199 0 22.75 -7.29004 27.7207 -18.6699zM260.4 312.84l-4.59082 -43.5801c-0.75 -7.08984 4.80078 -13.2598 11.9307 -13.2598h40.54c7.12012 0 12.6797 6.16992 11.9297 13.2598l-4.59961 43.5801c-0.430664 4.07031 -3.87012 7.16016 -7.95996 7.16016h-39.29 +h-0.00488281c-3.97363 0 -7.53809 -3.20801 -7.95508 -7.16016zM315.64 144c9.5 0 16.9102 8.23047 15.9102 17.6797l-5.06934 48c-0.860352 8.14062 -7.7207 14.3203 -15.9102 14.3203h-45.1504c-8.18945 0 -15.0498 -6.17969 -15.9102 -14.3203l-5.06934 -48 +c-1 -9.44922 6.40918 -17.6797 15.9092 -17.6797h55.29z" /> + <glyph glyph-name="download" unicode="" +d="M216 448h80c13.2998 0 24 -10.7002 24 -24v-168h87.7002c17.7998 0 26.7002 -21.5 14.0996 -34.0996l-152.1 -152.2c-7.5 -7.5 -19.7998 -7.5 -27.2998 0l-152.301 152.2c-12.5996 12.5996 -3.69922 34.0996 14.1006 34.0996h87.7998v168c0 13.2998 10.7002 24 24 24z +M512 72v-112c0 -13.2998 -10.7002 -24 -24 -24h-464c-13.2998 0 -24 10.7002 -24 24v112c0 13.2998 10.7002 24 24 24h146.7l49 -49c20.0996 -20.0996 52.5 -20.0996 72.5996 0l49 49h146.7c13.2998 0 24 -10.7002 24 -24zM388 -16c0 11 -9 20 -20 20s-20 -9 -20 -20 +s9 -20 20 -20s20 9 20 20zM452 -16c0 11 -9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20s20 9 20 20z" /> + <glyph glyph-name="inbox" unicode="" horiz-adv-x="576" +d="M567.938 204.092c4.4502 -6.6748 8.06152 -18.6025 8.06152 -26.624v-0.000976562v-129.467c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v129.467v0.000976562c0 8.02148 3.61133 19.9492 8.06152 26.624l105.689 158.534 +c7.86621 11.7988 25.7578 21.374 39.9385 21.374h268.621c14.1807 0 32.0732 -9.57617 39.9395 -21.374zM162.252 320l-85.334 -128h123.082l32 -64h112l32 64h123.082l-85.333 128h-251.497z" /> + <glyph glyph-name="redo" unicode="" +d="M500.33 448c6.62402 0 12 -5.37598 12 -12v-200.34c0 -6.62402 -5.37598 -12 -12 -12h-200.33c-6.62402 0 -12 5.37598 -12 12v47.4102v0.0136719c0 6.62402 5.37598 12 12 12c0.157227 0 0.413086 -0.00683594 0.570312 -0.0136719l101.529 -4.87012 +c-28.8721 42.9609 -94.3145 77.8281 -146.076 77.8281c-97.1514 0 -176 -78.8486 -176 -176c0 -97.1523 78.8486 -176 176 -176c36.6543 0 88.7373 19.6504 116.257 43.8613c1.87207 1.63672 5.40918 2.96387 7.89551 2.96387c2.74316 0 6.54395 -1.57422 8.48438 -3.51367 +l34 -34c1.94141 -1.94043 3.51758 -5.74316 3.51758 -8.48828c0 -2.96094 -1.79102 -6.9668 -3.99805 -8.94141c-38.9707 -35.2783 -113.264 -63.9102 -165.831 -63.9102h-0.348633c-136.9 0 -247.9 110.93 -248 247.81c-0.0996094 136.66 111.34 248.19 248 248.19 +h0.272461c63.2246 0 147.739 -39.124 188.647 -87.3301l-4 82.7598c-0.0078125 0.157227 -0.0136719 0.413086 -0.0136719 0.570312c0 6.62402 5.37598 12 12 12h0.0136719h47.4102z" /> + <glyph glyph-name="sync" unicode="" +d="M440.65 435.43c-0.0078125 0.157227 -0.0136719 0.413086 -0.0136719 0.570312c0 6.62012 5.37305 11.9961 11.9932 12h47.3701c6.62402 0 12 -5.37598 12 -12v-200.35c0 -6.62402 -5.37598 -12 -12 -12h-200.22c-6.62402 0 -12 5.37598 -12 12v47.4092v0.0136719 +c0 6.62402 5.37598 12 12 12c0.157227 0 0.412109 -0.00585938 0.569336 -0.0136719l101.46 -4.85938c-28.8584 42.9248 -94.2598 77.7627 -145.984 77.7627c-76.4834 0 -153.099 -60.3467 -171.016 -134.703c-1.19727 -5.10547 -6.4248 -9.25391 -11.6699 -9.25977 +h-49.0498c-6.62402 0 -12 5.37598 -12 12c0 0.606445 0.0898438 1.58301 0.200195 2.17969c21.6201 114.9 122.44 201.82 243.54 201.82h0.28418c63.2031 0 147.667 -39.1279 188.536 -87.3398zM255.83 16c76.4971 0 153.144 60.3633 171.03 134.74 +c1.19727 5.10547 6.4248 9.25391 11.6699 9.25977h49.0498c6.62402 0 12 -5.37598 12 -12c0 -0.606445 -0.0898438 -1.58301 -0.200195 -2.17969c-21.6201 -114.9 -122.439 -201.82 -243.55 -201.82h-0.234375c-63.1289 0 -147.53 39.0518 -188.396 87.1699 +l4.14941 -82.5703c0.00878906 -0.165039 0.015625 -0.433594 0.015625 -0.599609c0 -6.62402 -5.37598 -12 -12 -12h-0.015625h-47.3496c-6.62402 0 -12 5.37598 -12 12v200.33c0 6.62402 5.37598 12 12 12h200.2c6.62402 0 12 -5.37598 12 -12v-47.4004v-0.0136719 +c0 -6.62402 -5.37598 -12 -12 -12c-0.157227 0 -0.413086 0.00683594 -0.570312 0.0136719l-101.8 4.87012c28.7998 -42.9453 94.1406 -77.7998 145.85 -77.7998h0.150391z" /> + <glyph glyph-name="list-alt" unicode="" +d="M464 -32h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM128 328c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM128 232 +c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM128 136c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM416 272v32c0 6.62695 -5.37305 12 -12 12h-200 +c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12zM416 176v32c0 6.62695 -5.37305 12 -12 12h-200c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12zM416 80v32 +c0 6.62695 -5.37305 12 -12 12h-200c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12z" /> + <glyph glyph-name="lock" unicode="" horiz-adv-x="448" +d="M400 224c26.5 0 48 -21.5 48 -48v-192c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v192c0 26.5 21.5 48 48 48h24v72c0 83.7998 68.2002 152 152 152s152 -68.2002 152 -152v-72h24zM296 224v72c0 39.7002 -32.2998 72 -72 72s-72 -32.2998 -72 -72v-72h144 +z" /> + <glyph glyph-name="flag" unicode="" +d="M349.565 349.217c40.4951 0 82.6113 15.9062 116.949 31.8545c21.2168 9.85352 45.4854 -5.62305 45.4854 -29.0166v-243.1c0 -10.5264 -5.16016 -20.4072 -13.8428 -26.3584c-35.8379 -24.5635 -74.3359 -40.8574 -122.505 -40.8574 +c-67.373 0 -111.629 34.7832 -165.218 34.7832c-50.8525 0 -86.124 -10.0586 -114.435 -22.1221v-94.4004c0 -13.2549 -10.7451 -24 -24 -24h-16c-13.2549 0 -24 10.7451 -24 24v386.055c-14.5029 10.1201 -24 26.9189 -24 45.9453 +c0 31.7041 26.3447 57.2539 58.3379 55.9521c28.4678 -1.1582 51.7793 -23.9668 53.5508 -52.4033c0.0625 -0.980469 0.113281 -2.57324 0.113281 -3.55566c0 -5.71094 -1.65723 -14.6738 -3.69922 -20.0059c20.7363 7.62891 43.0898 12.0127 68.0449 12.0127 +c67.373 0 111.63 -34.7832 165.218 -34.7832z" /> + <glyph glyph-name="headphones" unicode="" +d="M256 416c141.504 0 256 -114.521 256 -256v-48c0 -10.917 -7.9248 -23.7402 -17.6904 -28.6221l-14.3818 -7.19141c-2.01074 -60.0889 -51.3486 -108.187 -111.928 -108.187h-24c-13.2549 0 -24 10.7451 -24 24v176c0 13.2549 10.7451 24 24 24h24 +c31.3418 0 59.6709 -12.8789 80 -33.627v1.62695c0 105.869 -86.1309 192 -192 192s-192 -86.1309 -192 -192v-1.62695c20.3291 20.748 48.6582 33.627 80 33.627h24c13.2549 0 24 -10.7451 24 -24v-176c0 -13.2549 -10.7451 -24 -24 -24h-24 +c-60.5791 0 -109.917 48.0967 -111.928 108.187l-14.3828 7.19141c-9.76465 4.88184 -17.6895 17.7051 -17.6895 28.6221v0v48c0 141.504 114.52 256 256 256z" /> + <glyph glyph-name="volume-off" unicode="" horiz-adv-x="256" +d="M215 377c15 15 41 4.46973 41 -17v-336c0 -21.4697 -26 -32 -41 -17l-88.9404 89h-102.06c-13.248 0 -24 10.752 -24 24v144c0 13.248 10.752 24 24 24h102z" /> + <glyph glyph-name="volume-down" unicode="" horiz-adv-x="384" +d="M215.03 375.96c15.0098 15 40.9697 4.49023 40.9697 -16.9795v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM338.23 267.88 +c28.2393 -15.5498 45.7793 -44.9902 45.7793 -76.8701s-17.54 -61.3301 -45.7695 -76.8799c-11.5605 -6.34961 -26.1807 -2.20996 -32.6104 9.4502c-6.38965 11.6104 -2.16016 26.2002 9.4502 32.6104c12.9004 7.08984 20.9199 20.4297 20.9199 34.8096 +s-8.01953 27.7197 -20.9297 34.8203c-11.6104 6.41016 -15.8398 21 -9.4502 32.6094c6.41992 11.6104 21.0303 15.7803 32.6104 9.4502z" /> + <glyph glyph-name="volume-up" unicode="" horiz-adv-x="576" +d="M215.03 376.95c15.0098 15.0098 40.9697 4.49023 40.9697 -16.9697v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM448.35 428.03 +c79.9199 -52.46 127.65 -140.7 127.65 -236.03s-47.7305 -183.58 -127.65 -236.04c-11.5801 -7.61035 -26.4697 -3.75977 -33.5098 6.9502c-7.33984 11.1602 -4.21973 26.1797 6.9502 33.5c66.2695 43.4902 105.82 116.6 105.82 195.58 +c0 78.9795 -39.5508 152.09 -105.82 195.58c-11.1699 7.33008 -14.29 22.3398 -6.9502 33.5098c7.33008 11.1895 22.3398 14.2803 33.5098 6.9502zM480 192c0 -63.54 -32.0596 -121.94 -85.7695 -156.24c-12 -7.67969 -26.6104 -2.89941 -33.1201 7.45996 +c-7.09082 11.29 -3.78027 26.2207 7.40918 33.3604c39.75 25.3896 63.4805 68.5303 63.4805 115.42s-23.7305 90.0303 -63.4805 115.42c-11.1895 7.15039 -14.5 22.0801 -7.40918 33.3604c7.08984 11.2793 21.9297 14.5996 33.1201 7.45996 +c53.71 -34.2998 85.7695 -92.71 85.7695 -156.24zM338.23 268.87c28.2393 -15.54 45.7793 -44.9805 45.7793 -76.8604s-17.54 -61.3301 -45.7695 -76.8799c-11.5605 -6.34961 -26.1807 -2.20996 -32.6104 9.4502c-6.38965 11.6104 -2.16016 26.2002 9.4502 32.6104 +c12.9004 7.08984 20.9199 20.4297 20.9199 34.8096c0 14.3701 -8.01953 27.7197 -20.9297 34.8096c-11.6104 6.41016 -15.8398 21 -9.4502 32.6104c6.41992 11.6104 21.0303 15.7803 32.6104 9.4502z" /> + <glyph glyph-name="qrcode" unicode="" horiz-adv-x="448" +d="M0 224v192h192v-192h-192zM64 352v-64h64v64h-64zM256 416h192v-192h-192v192zM384 288v64h-64v-64h64zM0 -32v192h192v-192h-192zM64 96v-64h64v64h-64zM416 160h32v-128h-96v32h-32v-96h-64v192h96v-32h64v32zM416 0h32v-32h-32v32zM352 0h32v-32h-32v32z" /> + <glyph glyph-name="barcode" unicode="" +d="M0 0v384h18v-384h-18zM26.8574 0.273438v383.727h9.14258v-383.727h-9.14258zM54 0.273438v383.727h8.85742v-383.727h-8.85742zM98.8574 0.273438v383.727h8.85645v-383.727h-8.85645zM134.857 0.273438v383.727h17.7139v-383.727h-17.7139zM179.714 0.273438v383.727 +h8.85742v-383.727h-8.85742zM197.714 0.273438v383.727h8.85742v-383.727h-8.85742zM215.714 0.273438v383.727h8.85742v-383.727h-8.85742zM251.429 0.273438v383.727h18v-383.727h-18zM296.286 0.273438v383.727h18v-383.727h-18zM332.285 0.273438v383.727h18.001 +v-383.727h-18.001zM368.286 0.273438v383.727h18.001v-383.727h-18.001zM395.143 0.273438v383.727h18v-383.727h-18zM440.286 0.273438v383.727h26.8564v-383.727h-26.8564zM476 0.273438v383.727h9.14258v-383.727h-9.14258zM494 0v384h18v-384h-18z" /> + <glyph glyph-name="tag" unicode="" +d="M0 195.882v204.118c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586l211.883 -211.883c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818l-204.118 -204.118c-18.7451 -18.7441 -49.1377 -18.7441 -67.8818 0l-211.883 211.883 +c-7.75977 7.75977 -14.0586 22.9658 -14.0586 33.9404zM112 384c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48z" /> + <glyph glyph-name="tags" unicode="" horiz-adv-x="640" +d="M497.941 222.059c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818l-204.118 -204.118c-18.7461 -18.7451 -49.1387 -18.7441 -67.8818 0l-211.883 211.883c-7.75977 7.75977 -14.0586 22.9658 -14.0586 33.9404v204.118c0 26.5098 21.4902 48 48 48h204.118 +c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM112 288c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM625.941 154.177l-204.118 -204.118c-18.7451 -18.7441 -49.1377 -18.7441 -67.8818 0l-0.360352 0.360352 +l174.059 174.059c16.999 16.999 26.3604 39.6006 26.3604 63.6406s-9.3623 46.6406 -26.3604 63.6396l-196.242 196.242h48.7207c10.9746 0 26.1807 -6.29883 33.9404 -14.0586l211.883 -211.883c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818z" /> + <glyph glyph-name="book" unicode="" horiz-adv-x="448" +d="M448 88c0 -7.5 -3.5 -14.2998 -8.90039 -18.5996c-4.19922 -15.4004 -4.19922 -59.3008 0 -74.7002c5.40039 -4.40039 8.90039 -11.2002 8.90039 -18.7002v-16c0 -13.2998 -10.7002 -24 -24 -24h-328c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h328 +c13.2998 0 24 -10.7002 24 -24v-336zM128 314v-20c0 -3.2998 2.7002 -6 6 -6h212c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-212c-3.2998 0 -6 -2.7002 -6 -6zM128 250v-20c0 -3.2998 2.7002 -6 6 -6h212c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-212 +c-3.2998 0 -6 -2.7002 -6 -6zM381.4 0c-1.90039 17.0996 -1.90039 46.9004 0 64h-285.4c-17.5996 0 -32 -14.4004 -32 -32c0 -17.7002 14.2998 -32 32 -32h285.4z" /> + <glyph glyph-name="bookmark" unicode="" horiz-adv-x="384" +d="M0 -64v464c0 26.5098 21.4902 48 48 48h288c26.5098 0 48 -21.4902 48 -48v-464l-192 112z" /> + <glyph glyph-name="print" unicode="" +d="M448 256c35.3496 0 64 -28.6504 64 -64v-112c0 -8.83984 -7.16016 -16 -16 -16h-48v-96c0 -17.6699 -14.3301 -32 -32 -32h-320c-17.6699 0 -32 14.3301 -32 32v96h-48c-8.83984 0 -16 7.16016 -16 16v112c0 35.3496 28.6504 64 64 64v160c0 17.6699 14.3301 32 32 32 +h274.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l45.2598 -45.25c6 -6.00977 9.37012 -14.1396 9.37012 -22.6299v-114.75zM384 0v96h-256v-96h256zM384 224v96h-48c-8.83984 0 -16 7.16016 -16 16v48h-192v-160h256zM432 152c13.25 0 24 10.75 24 24 +c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" /> + <glyph glyph-name="camera" unicode="" +d="M512 304v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h88l12.2998 32.9004c7 18.6992 24.9004 31.0996 44.9004 31.0996h125.5c20 0 37.8994 -12.4004 44.8994 -31.0996l12.4004 -32.9004h88c26.5 0 48 -21.5 48 -48zM376 160 +c0 66.2002 -53.7998 120 -120 120s-120 -53.7998 -120 -120s53.7998 -120 120 -120s120 53.7998 120 120zM344 160c0 -48.5 -39.5 -88 -88 -88s-88 39.5 -88 88s39.5 88 88 88s88 -39.5 88 -88z" /> + <glyph glyph-name="font" unicode="" horiz-adv-x="448" +d="M432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h19.5801l-23.2998 64h-152.561l-23.2998 -64h19.5801c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h23.4102l130.71 362.31c4.07422 11.9736 17.6465 21.6904 30.2939 21.6904h0.00585938h47.1602h0.00585938c12.6475 0 26.2197 -9.7168 30.2939 -21.6904 +l130.71 -362.31h23.4102zM176.85 176h94.3008l-47.1504 129.49z" /> + <glyph glyph-name="bold" unicode="" horiz-adv-x="384" +d="M333.49 210c34.4395 -27.54 55.5693 -71.1504 50.8301 -119.6c-6.86035 -70.6504 -70.2002 -122.4 -141 -122.4h-209.32c-8.83203 0 -16 7.16797 -16 16v48c0 8.83203 7.16797 16 16 16h31.8701v288h-31.8701c-8.83203 0 -16 7.16797 -16 16v48 +c0 8.83203 7.16797 16 16 16h199.42c74.5801 0 134.45 -64.4902 127.07 -140.79c-2.01367 -20.25 -14.1094 -49.4639 -27 -65.21zM145.66 336v-96h87.7598c26.4961 0 48 21.5039 48 48s-21.5039 48 -48 48h-87.7598zM233.42 48c30.9121 0 56 25.0879 56 56 +s-25.0879 56 -56 56h-87.7598v-112h87.7598z" /> + <glyph glyph-name="italic" unicode="" horiz-adv-x="320" +d="M320 400v-32c0 -8.83203 -7.16797 -16 -16 -16h-62.7598l-80 -320h46.7598c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-192c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h62.7598l80 320h-46.7598 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h192c8.83203 0 16 -7.16797 16 -16z" /> + <glyph glyph-name="text-height" unicode="" horiz-adv-x="576" +d="M304 416c8.83203 0 16 -7.16797 16 -16v-96c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32h-56v-304h40c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-160c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h40v304h-56v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v96c0 8.83203 7.16797 16 16 16h288zM560 80c15.6396 0 20.6396 -18 11.3096 -27.3096l-80 -80c-2.58594 -2.58496 -7.65332 -4.68262 -11.3096 -4.68262 +s-8.72363 2.09766 -11.3096 4.68262l-80 80c-10.0107 10 -3 27.3096 11.3096 27.3096h48v224h-48c-15.6396 0 -20.6396 18 -11.3096 27.3096l80 80c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262l80 -80 +c10.0205 -10 3 -27.3096 -11.3096 -27.3096h-48v-224h48z" /> + <glyph glyph-name="text-width" unicode="" horiz-adv-x="448" +d="M432 416c8.83203 0 16 -7.16797 16 -16v-80c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v16h-120v-112h24c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h24v112h-120v-16c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v80c0 8.83203 7.16797 16 16 16h416zM363.31 155.31l80 -80c2.58496 -2.58594 4.68262 -7.65332 4.68262 -11.3096s-2.09766 -8.72363 -4.68262 -11.3096 +l-80 -80c-10 -10.0205 -27.3096 -3 -27.3096 11.3096v48h-224v-48c0 -15.6396 -18 -20.6396 -27.3096 -11.3096l-80 80c-2.58496 2.58594 -4.68262 7.65332 -4.68262 11.3096s2.09766 8.72363 4.68262 11.3096l80 80c10 10.0107 27.3096 3 27.3096 -11.3096v-48h224v48 +c0 15.6396 18 20.6396 27.3096 11.3096z" /> + <glyph glyph-name="align-left" unicode="" horiz-adv-x="448" +d="M12.8301 96c-7.07715 0 -12.8301 5.74316 -12.8301 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h262.34h0.00976562c7.07715 0 12.8203 -5.74316 12.8203 -12.8203v-0.00976562v-38.3398v-0.00976562 +c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-262.34zM12.8301 352c-7.07715 0 -12.8301 5.74316 -12.8301 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h262.34h0.00976562 +c7.07715 0 12.8203 -5.74316 12.8203 -12.8203v-0.00976562v-38.3398v-0.00976562c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-262.34zM432 288c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16 +v32c0 8.83203 7.16797 16 16 16h416zM432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416z" /> + <glyph glyph-name="align-center" unicode="" horiz-adv-x="448" +d="M432 288c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416zM432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16 +v32c0 8.83203 7.16797 16 16 16h416zM108.1 352c-6.67871 0 -12.0996 5.4209 -12.0996 12.0996v39.8105c0 6.67383 5.41602 12.0898 12.0898 12.0898h0.00976562h231.811c6.67383 0 12.0898 -5.41602 12.0898 -12.0898v-39.8105v-0.00976562 +c0 -6.67383 -5.41602 -12.0898 -12.0898 -12.0898v0h-231.811zM339.91 96h-231.811c-6.67871 0 -12.0996 5.4209 -12.0996 12.0996v39.8105c0 6.67383 5.41602 12.0898 12.0898 12.0898h0.00976562h231.811c6.67383 0 12.0898 -5.41602 12.0898 -12.0898v-39.8105 +v-0.00976562c0 -6.67383 -5.41602 -12.0898 -12.0898 -12.0898v0z" /> + <glyph glyph-name="align-right" unicode="" horiz-adv-x="448" +d="M16 224c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416zM432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16 +v32c0 8.83203 7.16797 16 16 16h416zM435.17 416c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-262.34h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203 +v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h262.34zM435.17 160c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-262.34 +h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h262.34z" /> + <glyph glyph-name="align-justify" unicode="" horiz-adv-x="448" +d="M432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416zM432 160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16 +v32c0 8.83203 7.16797 16 16 16h416zM432 288c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416zM432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16 +h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416z" /> + <glyph glyph-name="list" unicode="" +d="M80 80c8.83203 0 16 -7.16797 16 -16v-64c0 -8.83203 -7.16797 -16 -16 -16h-64c-8.83203 0 -16 7.16797 -16 16v64c0 8.83203 7.16797 16 16 16h64zM80 400c8.83203 0 16 -7.16797 16 -16v-64c0 -8.83203 -7.16797 -16 -16 -16h-64c-8.83203 0 -16 7.16797 -16 16v64 +c0 8.83203 7.16797 16 16 16h64zM80 240c8.83203 0 16 -7.16797 16 -16v-64c0 -8.83203 -7.16797 -16 -16 -16h-64c-8.83203 0 -16 7.16797 -16 16v64c0 8.83203 7.16797 16 16 16h64zM496 64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 384c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 224c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320z" /> + <glyph glyph-name="outdent" unicode="" horiz-adv-x="448" +d="M100.69 84.71l-96 95.9805c-2.58496 2.58594 -4.68262 7.65332 -4.68262 11.3096s2.09766 8.72363 4.68262 11.3096l96 96c9.97949 10 27.3096 3.01074 27.3096 -11.3096v-191.98c0 -14.2393 -17.3096 -21.3096 -27.3096 -11.3096zM432 32c8.83203 0 16 -7.16797 16 -16 +v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416zM435.17 160c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562 +h-230.34h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h230.34zM435.17 288c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562 +c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-230.34h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h230.34zM432 416c8.83203 0 16 -7.16797 16 -16 +v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416z" /> + <glyph glyph-name="indent" unicode="" horiz-adv-x="448" +d="M27.3096 84.7002c-9.97949 -10 -27.3096 -3.00977 -27.3096 11.2998v192c0 14.2197 17.2695 21.3398 27.3096 11.3203l96 -96c2.58496 -2.58691 4.68262 -7.65332 4.68262 -11.3105c0 -3.65625 -2.09766 -8.72363 -4.68262 -11.3096zM432 32 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416zM435.17 160c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562 +c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-230.34h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203v0.00976562v38.3398v0.00976562c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h230.34zM435.17 288 +c7.07715 0 12.8301 -5.74316 12.8301 -12.8203v-0.00976562v-38.3398v-0.00976562c0 -7.07715 -5.74316 -12.8203 -12.8203 -12.8203h-0.00976562h-230.34h-0.00976562c-7.07715 0 -12.8203 5.74316 -12.8203 12.8203v0.00976562v38.3398v0.00976562 +c0 7.07715 5.74316 12.8203 12.8203 12.8203h0.00976562h230.34zM432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416z" /> + <glyph glyph-name="video" unicode="" horiz-adv-x="576" +d="M336.2 384c26.3994 0 47.7998 -21.4004 47.7998 -47.7998v-288.4c0 -26.3994 -21.4004 -47.7998 -47.7998 -47.7998h-288.4c-26.3994 0 -47.7998 21.4004 -47.7998 47.7998v288.4c0 26.3994 21.4004 47.7998 47.7998 47.7998h288.4zM525.6 346.3 +c21.3008 14.6006 50.4004 -0.399414 50.4004 -25.7998v-256.9c0 -25.5 -29.2002 -40.3994 -50.4004 -25.7998l-109.6 75.5v157.4z" /> + <glyph glyph-name="image" unicode="" +d="M464 0h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48zM112 328c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56s56 25.0723 56 56s-25.0723 56 -56 56zM64 64h384 +v112l-87.5146 87.5146c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-135.514 -135.515l-55.5146 55.5146c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-71.5137 -71.5146v-48z" /> + <glyph glyph-name="map-marker" unicode="" horiz-adv-x="384" +d="M172.268 -53.6699c-145.298 210.639 -172.268 232.257 -172.268 309.67c0 106.039 85.9609 192 192 192s192 -85.9609 192 -192c0 -77.4131 -26.9697 -99.0312 -172.268 -309.67c-9.53516 -13.7744 -29.9307 -13.7734 -39.4648 0z" /> + <glyph glyph-name="adjust" unicode="" +d="M8 192c0 136.967 111.034 248 248 248s248 -111.034 248 -248s-111.033 -248 -248 -248s-248 111.034 -248 248zM256 8c101.689 0 184 82.2949 184 184c0 101.689 -82.2949 184 -184 184v-368z" /> + <glyph glyph-name="tint" unicode="" horiz-adv-x="352" +d="M205.22 425.91c46.9902 -158.48 146.78 -200.07 146.78 -311.82c0 -98.4395 -78.7197 -178.09 -176 -178.09s-176 79.6504 -176 178.09c0 111.19 100.01 154.061 146.78 311.82c9 30.1201 50.5 28.7803 58.4395 0zM176 0c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16 +c-44.1104 0 -80 35.8896 -80 80c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16c0 -61.75 50.25 -112 112 -112z" /> + <glyph glyph-name="edit" unicode="" horiz-adv-x="576" +d="M402.6 364.8l90.2002 -90.2002c3.7998 -3.7998 3.7998 -10 0 -13.7998l-218.399 -218.399l-92.8008 -10.3008c-12.3994 -1.39941 -22.8994 9.10059 -21.5 21.5l10.3008 92.8008l218.399 218.399c3.7998 3.7998 10 3.7998 13.7998 0zM564.6 387.7 +c15.2002 -15.2002 15.2002 -39.9004 0 -55.2002l-35.3994 -35.4004c-3.7998 -3.7998 -10 -3.7998 -13.7998 0l-90.2002 90.2002c-3.7998 3.7998 -3.7998 10 0 13.7998l35.3994 35.4004c15.3008 15.2002 40 15.2002 55.2002 0zM384 101.8c0 3.2002 1.2998 6.2002 3.5 8.5 +l40 40c7.59961 7.5 20.5 2.2002 20.5 -8.5v-157.8c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h285.8c10.7002 0 16.1006 -12.9004 8.5 -20.5l-40 -40c-2.2998 -2.2002 -5.2998 -3.5 -8.5 -3.5h-229.8v-320h320v101.8z" /> + <glyph glyph-name="step-backward" unicode="" horiz-adv-x="448" +d="M64 -20v424c0 6.59961 5.40039 12 12 12h48c6.59961 0 12 -5.40039 12 -12v-176.4l195.5 181c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-384c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996l-195.5 179.899v-175.3c0 -6.59961 -5.40039 -12 -12 -12h-48 +c-6.59961 0 -12 5.40039 -12 12z" /> + <glyph glyph-name="fast-backward" unicode="" +d="M0 12v360c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-151.9l171.5 156.5c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-131.9l171.5 156.5c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996 +l-171.5 155.3v-130.7c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996l-171.5 155.3v-150.7c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12z" /> + <glyph glyph-name="backward" unicode="" +d="M11.5 167.4c-15.2998 12.7998 -15.2998 36.3994 0 49.1992l192 160c20.5996 17.2002 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7998 -52.5 -24.5996zM267.5 167.4c-15.2998 12.7998 -15.2998 36.3994 0 49.1992l192 160 +c20.5996 17.2002 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7998 -52.5 -24.5996z" /> + <glyph glyph-name="play" unicode="" horiz-adv-x="448" +d="M424.4 233.3c31.5 -18.5 31.3994 -64.0996 0 -82.5996l-352 -208c-31.7002 -18.7998 -72.4004 3.7998 -72.4004 41.2998v416.1c0 41.8008 43.7998 58.2002 72.4004 41.3008z" /> + <glyph glyph-name="pause" unicode="" horiz-adv-x="448" +d="M144 -31h-96c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48zM448 17c0 -26.5 -21.5 -48 -48 -48h-96c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48 -21.5 48 -48v-352z" /> + <glyph glyph-name="stop" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352z" /> + <glyph glyph-name="forward" unicode="" +d="M500.5 216.6c15.2998 -12.7998 15.2998 -36.3994 0 -49.1992l-192 -160c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320c0 27.4004 31.9004 41.7002 52.5 24.5996zM244.5 216.6c15.2998 -12.7998 15.2998 -36.3994 0 -49.1992l-192 -160 +c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320c0 27.4004 31.9004 41.7002 52.5 24.5996z" /> + <glyph glyph-name="fast-forward" unicode="" +d="M512 372v-360c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v151.9l-171.5 -156.5c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v131.9l-171.5 -156.5c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320 +c0 27.4004 31.9004 41.7002 52.5 24.5996l171.5 -155.399v130.8c0 27.4004 31.9004 41.7002 52.5 24.5996l171.5 -155.399v150.8c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12z" /> + <glyph glyph-name="step-forward" unicode="" horiz-adv-x="448" +d="M384 404v-424c0 -6.59961 -5.40039 -12 -12 -12h-48c-6.59961 0 -12 5.40039 -12 12v176.4l-195.5 -181c-20.5996 -17.1006 -52.5 -2.80078 -52.5 24.5996v384c0 27.4004 31.9004 41.7002 52.5 24.5996l195.5 -179.899v175.3c0 6.59961 5.40039 12 12 12h48 +c6.59961 0 12 -5.40039 12 -12z" /> + <glyph glyph-name="eject" unicode="" horiz-adv-x="448" +d="M448 64v-64c0 -17.6729 -14.3271 -32 -32 -32h-384c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h384c17.6729 0 32 -14.3271 32 -32zM48.0527 128c-41.7285 0 -63.5273 49.7324 -35.3828 80.4346l175.946 192.008 +c19.0156 20.7432 51.7529 20.7422 70.7666 0l175.939 -192.008c28.1973 -30.7607 6.26758 -80.4346 -35.3828 -80.4346h-351.887z" /> + <glyph glyph-name="chevron-left" unicode="" horiz-adv-x="320" +d="M34.5195 208.97l194.351 194.34c9.37012 9.37012 24.5703 9.37012 33.9395 0l22.6709 -22.6699c9.35938 -9.35938 9.36914 -24.5195 0.0390625 -33.8994l-154.029 -154.74l154.02 -154.75c9.33984 -9.37988 9.32031 -24.54 -0.0400391 -33.9004l-22.6699 -22.6699 +c-9.37012 -9.37012 -24.5693 -9.37012 -33.9395 0l-194.341 194.351c-9.36914 9.37012 -9.36914 24.5693 0 33.9395z" /> + <glyph glyph-name="chevron-right" unicode="" horiz-adv-x="320" +d="M285.476 175.029l-194.344 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9404 0l-22.667 22.667c-9.35742 9.35742 -9.375 24.5225 -0.0400391 33.9014l154.021 154.746l-154.021 154.745c-9.33496 9.37891 -9.31738 24.5439 0.0400391 33.9014l22.667 22.667 +c9.37305 9.37207 24.5684 9.37207 33.9404 0l194.343 -194.344c9.37305 -9.37207 9.37305 -24.5674 0.000976562 -33.9404z" /> + <glyph glyph-name="plus-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM400 164v56c0 6.59961 -5.40039 12 -12 12h-92v92c0 6.59961 -5.40039 12 -12 12h-56c-6.59961 0 -12 -5.40039 -12 -12v-92h-92c-6.59961 0 -12 -5.40039 -12 -12v-56 +c0 -6.59961 5.40039 -12 12 -12h92v-92c0 -6.59961 5.40039 -12 12 -12h56c6.59961 0 12 5.40039 12 12v92h92c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="minus-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM124 152h264c6.59961 0 12 5.40039 12 12v56c0 6.59961 -5.40039 12 -12 12h-264c-6.59961 0 -12 -5.40039 -12 -12v-56c0 -6.59961 5.40039 -12 12 -12z" /> + <glyph glyph-name="times-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM377.6 126.9l-65.5996 65.0996l65.7002 65c4.7002 4.7002 4.7002 12.2998 0 17l-39.6006 39.5996c-4.69922 4.7002 -12.2998 4.7002 -17 0l-65.0996 -65.5996l-65 65.7002 +c-4.7002 4.7002 -12.2998 4.7002 -17 0l-39.5996 -39.6006c-4.7002 -4.69922 -4.7002 -12.2998 0 -17l65.5996 -65.0996l-65.5996 -65c-4.7002 -4.7002 -4.7002 -12.2998 0 -17l39.5 -39.5996c4.69922 -4.7002 12.2998 -4.7002 17 0l65.0996 65.5996l65 -65.5996 +c4.7002 -4.7002 12.2998 -4.7002 17 0l39.5996 39.5c4.7002 4.69922 4.7002 12.2998 0 17z" /> + <glyph glyph-name="check-circle" unicode="" +d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM227.314 60.6855l184 184c6.24707 6.24805 6.24707 16.3799 0 22.6279l-22.6279 22.627c-6.24707 6.24902 -16.3789 6.24902 -22.6279 0 +l-150.059 -150.059l-70.0586 70.0596c-6.24805 6.24805 -16.3799 6.24805 -22.6279 0l-22.6279 -22.627c-6.24707 -6.24805 -6.24707 -16.3799 0 -22.6279l104 -104c6.24902 -6.24805 16.3799 -6.24805 22.6289 -0.000976562z" /> + <glyph glyph-name="question-circle" unicode="" +d="M504 192c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248s248 -111.083 248 -248zM262.655 358c-54.4971 0 -89.2549 -22.957 -116.549 -63.7578c-3.53613 -5.28613 -2.35352 -12.415 2.71484 -16.2578l34.6982 -26.3105 +c5.20508 -3.94727 12.6211 -3.00781 16.665 2.12207c17.8643 22.6582 30.1133 35.7969 57.3037 35.7969c20.4287 0 45.6973 -13.1475 45.6973 -32.958c0 -14.9756 -12.3623 -22.667 -32.5332 -33.9756c-23.5244 -13.1875 -54.6523 -29.6006 -54.6523 -70.6592v-4 +c0 -6.62695 5.37305 -12 12 -12h56c6.62695 0 12 5.37305 12 12v1.33301c0 28.4619 83.1855 29.6475 83.1855 106.667c0 58.002 -60.1641 102 -116.53 102zM256 110c-25.3652 0 -46 -20.6348 -46 -46c0 -25.3643 20.6348 -46 46 -46s46 20.6357 46 46 +c0 25.3652 -20.6348 46 -46 46z" /> + <glyph glyph-name="info-circle" unicode="" +d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 330c-23.1963 0 -42 -18.8037 -42 -42s18.8037 -42 42 -42s42 18.8037 42 42s-18.8037 42 -42 42zM312 76v24 +c0 6.62695 -5.37305 12 -12 12h-12v100c0 6.62695 -5.37305 12 -12 12h-64c-6.62695 0 -12 -5.37305 -12 -12v-24c0 -6.62695 5.37305 -12 12 -12h12v-64h-12c-6.62695 0 -12 -5.37305 -12 -12v-24c0 -6.62695 5.37305 -12 12 -12h88c6.62695 0 12 5.37305 12 12z" /> + <glyph glyph-name="crosshairs" unicode="" +d="M500 224c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-30.3643c-13.9121 -93.6748 -87.9609 -167.724 -181.636 -181.636v-30.3643c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v30.3643 +c-93.6748 13.9121 -167.724 87.9609 -181.636 181.636h-30.3643c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h30.3643c13.9121 93.6748 87.9609 167.724 181.636 181.636v30.3643c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-30.3643 +c93.6748 -13.9121 167.724 -87.9609 181.636 -181.636h30.3643zM288 43.3662c58.2432 12.417 104.232 58.46 116.634 116.634h-40.6338c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40.6338c-12.417 58.2432 -58.46 104.232 -116.634 116.634v-40.6338 +c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40.6338c-58.2432 -12.417 -104.232 -58.46 -116.634 -116.634h40.6338c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40.6338 +c12.417 -58.2432 58.46 -104.232 116.634 -116.634v40.6338c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40.6338zM288 192c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" /> + <glyph glyph-name="ban" unicode="" +d="M256 440c136.967 0 248 -111.034 248 -248s-111.034 -248 -248 -248s-248 111.033 -248 248s111.034 248 248 248zM386.108 322.108c-65.4121 65.4102 -165.435 70.0312 -235.639 20.6758l256.315 -256.313c49.3232 70.1562 44.7705 170.189 -20.6768 235.638z +M125.892 61.8916c65.4121 -65.4111 165.436 -70.0312 235.639 -20.6758l-256.315 256.313c-49.3232 -70.1562 -44.7705 -170.189 20.6768 -235.638z" /> + <glyph glyph-name="arrow-left" unicode="" horiz-adv-x="448" +d="M257.5 2.90039l-22.2002 -22.2002c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-194.4 194.3c-9.40039 9.40039 -9.40039 24.5996 0 33.9004l194.4 194.399c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.2002 -22.2002c9.5 -9.5 9.2998 -25 -0.400391 -34.2998 +l-120.5 -114.8h287.4c13.2998 0 24 -10.7002 24 -24v-32c0 -13.2998 -10.7002 -24 -24 -24h-287.4l120.5 -114.8c9.80078 -9.2998 10 -24.7998 0.400391 -34.2998z" /> + <glyph glyph-name="arrow-right" unicode="" horiz-adv-x="448" +d="M190.5 381.1l22.2002 22.2002c9.39941 9.40039 24.5996 9.40039 33.8994 0l194.4 -194.3c9.40039 -9.40039 9.40039 -24.5996 0 -33.9004l-194.4 -194.399c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.2002 22.2002c-9.5 9.5 -9.2998 25 0.400391 34.2998 +l120.5 114.8h-287.4c-13.2998 0 -24 10.7002 -24 24v32c0 13.2998 10.7002 24 24 24h287.4l-120.5 114.8c-9.80078 9.2998 -10 24.7998 -0.400391 34.2998z" /> + <glyph glyph-name="arrow-up" unicode="" horiz-adv-x="448" +d="M34.9004 158.5l-22.2002 22.2002c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l194.3 194.4c9.40039 9.40039 24.5996 9.40039 33.9004 0l194.3 -194.3c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-22.2002 -22.2002c-9.5 -9.5 -25 -9.2998 -34.2998 0.400391 +l-114.7 120.4v-287.4c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v287.4l-114.8 -120.5c-9.2998 -9.80078 -24.7998 -10 -34.2998 -0.400391z" /> + <glyph glyph-name="arrow-down" unicode="" horiz-adv-x="448" +d="M413.1 225.5l22.2002 -22.2002c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-194.3 -194.4c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-194.399 194.4c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.2002 22.2002c9.5 9.5 25 9.2998 34.2998 -0.400391 +l114.8 -120.5v287.4c0 13.2998 10.7002 24 24 24h32c13.2998 0 24 -10.7002 24 -24v-287.4l114.8 120.5c9.2998 9.80078 24.7998 10 34.2998 0.400391z" /> + <glyph glyph-name="share" unicode="" +d="M503.691 258.164c11.0859 -9.5752 11.0703 -26.7656 0 -36.3281l-176.005 -152c-15.3867 -13.2891 -39.6865 -2.53613 -39.6865 18.1641v87.915c-155.083 -2.23145 -221.934 -40.7295 -176.59 -185.742c5.03418 -16.0977 -14.4238 -28.5615 -28.0771 -18.6309 +c-43.752 31.8232 -83.333 92.6914 -83.333 154.132c0 152.227 127.371 184.419 288 186.258v80.0537c0 20.668 24.2812 31.4688 39.6865 18.1641z" /> + <glyph glyph-name="expand" unicode="" horiz-adv-x="448" +d="M0 268v124c0 13.2998 10.7002 24 24 24h124c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84v-84c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM288 404c0 6.59961 5.40039 12 12 12h124c13.2998 0 24 -10.7002 24 -24 +v-124c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v84h-84c-6.59961 0 -12 5.40039 -12 12v40zM436 128c6.59961 0 12 -5.40039 12 -12v-124c0 -13.2998 -10.7002 -24 -24 -24h-124c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84 +v84c0 6.59961 5.40039 12 12 12h40zM160 -20c0 -6.59961 -5.40039 -12 -12 -12h-124c-13.2998 0 -24 10.7002 -24 24v124c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-84h84c6.59961 0 12 -5.40039 12 -12v-40z" /> + <glyph glyph-name="compress" unicode="" horiz-adv-x="448" +d="M436 256h-124c-13.2998 0 -24 10.7002 -24 24v124c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-84h84c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM160 280c0 -13.2998 -10.7002 -24 -24 -24h-124 +c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84v84c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-124zM160 -20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v84h-84c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h124c13.2998 0 24 -10.7002 24 -24v-124zM352 -20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v124c0 13.2998 10.7002 24 24 24h124c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84v-84z" /> + <glyph glyph-name="plus" unicode="" horiz-adv-x="448" +d="M416 240c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-144v-144c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v144h-144c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h144v144 +c0 17.6699 14.3301 32 32 32h32c17.6699 0 32 -14.3301 32 -32v-144h144z" /> + <glyph glyph-name="minus" unicode="" horiz-adv-x="448" +d="M416 240c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384z" /> + <glyph glyph-name="asterisk" unicode="" +d="M478.21 113.907c11.7949 -6.47754 15.96 -21.3828 9.23242 -33.0361l-19.4805 -33.7412c-6.72754 -11.6533 -21.7207 -15.499 -33.2266 -8.52246l-138.735 84.1104l3.47559 -162.204c0.288086 -13.4531 -10.5391 -24.5137 -23.9941 -24.5137h-38.9619 +c-13.4551 0 -24.2822 11.0605 -23.9941 24.5137l3.47461 162.204l-138.735 -84.1113c-11.5059 -6.97656 -26.499 -3.13086 -33.2266 8.52246l-19.4805 33.7412c-6.72852 11.6533 -2.5625 26.5596 9.23242 33.0371l142.21 78.0928l-142.209 78.0918 +c-11.7949 6.47754 -15.9609 21.3838 -9.2334 33.0371l19.4805 33.7412c6.72754 11.6533 21.7207 15.499 33.2266 8.52246l138.735 -84.1104l-3.47363 162.204c-0.289062 13.4531 10.5381 24.5137 23.9932 24.5137h38.9609c13.4561 0 24.2822 -11.0605 23.9941 -24.5137 +l-3.47461 -162.204l138.735 84.1113c11.5068 6.97656 26.499 3.13086 33.2266 -8.52246l19.4805 -33.7412c6.72852 -11.6533 2.5625 -26.5596 -9.23242 -33.0371l-142.21 -78.0928z" /> + <glyph glyph-name="exclamation-circle" unicode="" +d="M504 192c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248s248 -111.083 248 -248zM256 142c-25.4053 0 -46 -20.5947 -46 -46s20.5947 -46 46 -46s46 20.5947 46 46s-20.5947 46 -46 46zM212.327 307.346l7.41797 -136 +c0.34668 -6.36328 5.6084 -11.3457 11.9814 -11.3457h48.5469c6.37305 0 11.6348 4.98242 11.9814 11.3457l7.41797 136c0.375 6.87402 -5.09766 12.6543 -11.9814 12.6543h-63.3838c-6.88379 0 -12.3555 -5.78027 -11.9805 -12.6543z" /> + <glyph glyph-name="gift" unicode="" +d="M32 0v128h192v-160h-160c-17.7002 0 -32 14.2998 -32 32zM288 -32v160h192v-128c0 -17.7002 -14.2998 -32 -32 -32h-160zM480 288c17.7002 0 32 -14.2998 32 -32v-80c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v80c0 17.7002 14.2998 32 32 32 +h44.0996c-6.2998 12.0996 -10.0996 25.5 -10.0996 40c0 48.5 39.5 88 88 88c41.5996 0 68.5 -21.2998 103 -68.2998c34.5 47 61.4004 68.2998 103 68.2998c48.5 0 88 -39.5 88 -88c0 -14.5 -3.90039 -27.9004 -10.0996 -40h42.0996zM153.9 288h86.0996 +c-51.5 76.7002 -66.2002 80 -86.0996 80c-22.1006 0 -40 -17.9004 -40 -40s17.8994 -40 40 -40zM360 288c22.0996 0 40 17.9004 40 40s-17.9004 40 -40 40c-20.4004 0 -34.7002 -3.5 -86.0996 -80h86.0996z" /> + <glyph glyph-name="leaf" unicode="" horiz-adv-x="576" +d="M546.2 438.3c19 -42.3994 29.7998 -94.3994 29.7998 -144.6c0 -172.4 -110.5 -313.2 -267.5 -324.601c-80.9004 -8.59961 -142.5 33.3008 -174.9 77.2002c-51 -42.7002 -70.3994 -87 -71.8994 -90.5996c-6.7998 -16.2002 -25.4004 -24.1006 -41.7998 -17.2998 +c-16.3008 6.69922 -24.1006 25.2998 -17.5 41.5996c23.5996 57.9004 130.199 212 381.6 212c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16c-130.6 0 -222.7 -38.7998 -286.5 -84.5c-0.700195 6.7998 -1.5 13.5 -1.5 20.5c0 106 86 192 192 192h80 +c63.4004 0 118.9 33.5996 149.9 87.5c6.69922 11.7998 22.6992 11.2998 28.2998 -1.2002z" /> + <glyph glyph-name="fire" unicode="" horiz-adv-x="384" +d="M216 424.14c0 -103.14 168 -125.85 168 -296.14c0 -105.87 -86.1299 -192 -192 -192s-192 86.1299 -192 192c0 58.6699 27.7998 106.84 54.5703 134.96c14.96 15.7305 41.4297 5.2002 41.4297 -16.5v-85.5098c0 -35.1699 27.9805 -64.4902 63.1504 -64.9404 +c35.7393 -0.469727 64.8496 28.3604 64.8496 63.9902c0 88 -176 96.1504 -52.1504 277.18c13.5 19.7305 44.1504 10.7607 44.1504 -13.04z" /> + <glyph glyph-name="eye" unicode="" horiz-adv-x="576" +d="M572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947 +s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41s230.29 -71.5898 284.52 -177.4zM288 48h0.0703125c79.4492 0 143.93 64.4805 143.93 143.93v0.0703125c0 79.4883 -64.5117 144 -144 144s-144 -64.5117 -144 -144s64.5117 -144 144 -144z +M288 288h0.225586c52.8701 0 95.7803 -42.9092 95.7803 -95.7793c0 -52.8711 -42.9102 -95.7803 -95.7803 -95.7803c-52.8711 0 -95.7803 42.9092 -95.7803 95.7803c0 7.04785 1.49805 18.2871 3.34473 25.0889c6.9834 -5.13867 19.6895 -9.30957 28.3604 -9.30957 +c26.4131 0 47.8496 21.4365 47.8496 47.8496c0 8.6709 -4.1709 21.377 -9.30957 28.3604c6.84375 1.99219 18.1826 3.69043 25.3096 3.79004z" /> + <glyph glyph-name="eye-slash" unicode="" horiz-adv-x="640" +d="M320 48c7.24121 0.0673828 18.8896 1.23633 26 2.61035l51.8896 -40.1504c-25.0195 -6.45996 -50.9795 -10.46 -77.8896 -10.46c-122.93 0 -230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947 +c10.2393 20 22.9297 38.29 36.7197 55.5898l104.899 -81.0693c5.65039 -74.4004 67.0508 -133.11 142.9 -133.11zM633.82 -10.0996c3.41309 -2.65234 6.18359 -8.3125 6.18359 -12.6357c0 -3.02734 -1.50684 -7.42383 -3.36426 -9.81445l-19.6396 -25.2705 +c-2.65234 -3.41211 -8.31152 -6.18262 -12.6338 -6.18262c-3.03125 0 -7.43359 1.51172 -9.82617 3.37305l-588.36 454.729c-3.41016 2.65234 -6.17773 8.31055 -6.17773 12.6309c0 3.0293 1.50879 7.42773 3.36816 9.81934l19.6299 25.2705 +c2.65234 3.41211 8.31152 6.18262 12.6338 6.18262c3.03125 0 7.43359 -1.51172 9.82617 -3.37305l127.22 -98.3301c38.0117 20.7578 104.011 37.6475 147.32 37.7002c122.93 0 230.29 -71.5898 284.52 -177.4c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947 +s-1.55859 -10.7959 -3.47949 -14.5947c-16.7666 -32.6758 -53.166 -78.4033 -81.25 -102.07zM450.1 131.9c8.61035 18.3203 13.9004 38.4697 13.9004 60.0996v0.0800781c0 79.4434 -64.4766 143.92 -143.92 143.92h-0.0800781 +c-28.4697 -0.0214844 -69.3047 -14.8545 -91.1504 -33.1104l73.6104 -56.8896c0.726562 2.71387 1.41602 7.19336 1.54004 10c-0.015625 8.62891 -4.18652 21.2666 -9.30957 28.21c7.17969 2.09668 19.0781 3.79785 26.5576 3.79785 +c52.3076 0 94.7598 -42.4521 94.7598 -94.7598c0 -0.344727 -0.00292969 -0.90332 -0.0078125 -1.24805c-0.112305 -8.43457 -2.44238 -21.749 -5.2002 -29.7197z" /> + <glyph glyph-name="exclamation-triangle" unicode="" horiz-adv-x="576" +d="M569.517 7.9873c18.458 -31.9941 -4.71094 -71.9873 -41.5762 -71.9873h-479.887c-36.9365 0 -59.999 40.0547 -41.5771 71.9873l239.946 416.027c18.4668 32.0098 64.7197 31.9512 83.1543 0zM288 94c-25.4053 0 -46 -20.5947 -46 -46s20.5947 -46 46 -46 +s46 20.5947 46 46s-20.5947 46 -46 46zM244.327 259.346l7.41797 -136c0.34668 -6.36328 5.6084 -11.3457 11.9814 -11.3457h48.5469c6.37305 0 11.6348 4.98242 11.9814 11.3457l7.41797 136c0.375 6.87402 -5.09766 12.6543 -11.9814 12.6543h-63.3838 +c-6.88379 0 -12.3555 -5.78027 -11.9805 -12.6543z" /> + <glyph glyph-name="plane" unicode="" horiz-adv-x="576" +d="M480 256c35.3496 0 96 -28.6504 96 -64s-60.6504 -64 -96 -64h-114.29l-105.11 -183.94c-2.84961 -4.97949 -8.14941 -8.05957 -13.8896 -8.05957h-65.5c-10.6299 0 -18.2998 10.1797 -15.3799 20.4004l49.0303 171.6h-102.86l-43.2002 -57.5996 +c-3.01953 -4.03027 -7.75977 -6.40039 -12.7998 -6.40039h-39.9902c-10.4102 0 -18.0498 9.78027 -15.5195 19.8799l31.5098 108.12l-31.5098 108.12c-2.53027 10.0996 5.10938 19.8799 15.5195 19.8799h39.9902c5.03027 0 9.78027 -2.37012 12.7998 -6.40039 +l43.2002 -57.5996h102.86l-49.0303 171.61c-2.91992 10.2197 4.75 20.3896 15.3799 20.3896h65.5h0.000976562c5.12598 0 11.3525 -3.61133 13.8994 -8.05957l105.1 -183.94h114.29z" /> + <glyph glyph-name="calendar-alt" unicode="" horiz-adv-x="448" +d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM320 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM320 52v-40 +c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM192 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40 +c-6.59961 0 -12 -5.40039 -12 -12zM192 52v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM64 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40 +c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM64 52v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM400 384c26.5 0 48 -21.5 48 -48v-48h-448v48 +c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" /> + <glyph glyph-name="random" unicode="" +d="M504.971 88.9707c9.37305 -9.37305 9.37305 -24.5684 0 -33.9404l-80 -79.9844c-15.0098 -15.0098 -40.9707 -4.49023 -40.9707 16.9707v39.9834h-58.7852c-2.87793 0 -6.80859 1.70801 -8.77246 3.81152l-70.5566 75.5967l53.333 57.1426l52.7812 -56.5508h32v39.9814 +c0 21.4375 25.9434 31.9971 40.9707 16.9707zM12 272c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h110.785h0.000976562c2.87793 0 6.80762 -1.70801 8.77148 -3.81152l70.5566 -75.5967l-53.333 -57.1426l-52.7812 56.5508h-84zM384 272h-32 +l-220.442 -236.188c-2.26953 -2.43066 -5.44629 -3.81152 -8.77246 -3.81152h-110.785c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h84l220.442 236.188c1.96387 2.10352 5.89453 3.81152 8.77246 3.81152h58.7852v39.9814 +c0 21.4365 25.9434 31.9971 40.9707 16.9697l80 -79.9814c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-80 -79.9844c-15.0098 -15.0088 -40.9707 -4.48926 -40.9707 16.9707v39.9844z" /> + <glyph glyph-name="comment" unicode="" +d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002 +c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208z" /> + <glyph glyph-name="magnet" unicode="" +d="M164.07 299.9h-152.07c-6.62402 0 -12 5.37598 -12 12v80c0 19.8721 16.1279 36 36 36h104c19.8721 0 36 -16.1279 36 -36v-80c0 -0.03125 0.000976562 -0.0800781 0.000976562 -0.110352c0 -6.56348 -5.32715 -11.8896 -11.8906 -11.8896h-0.0400391zM512 311.9 +c0 -6.56348 -5.32715 -11.9014 -11.8896 -11.9014c-0.0302734 0 -0.0800781 0.000976562 -0.110352 0.000976562h-152c-6.62402 0 -12 5.37598 -12 12v80c0 19.8721 16.1279 36 36 36h104c19.8721 0 36 -16.1279 36 -36v-80.0996zM348 267.9h151.85h0.000976562 +c6.62402 0 12 -5.37598 12 -12c0 -0.0283203 0 -0.0732422 -0.000976562 -0.100586c-0.199219 -20.2002 -0.599609 -40.3994 0 -53.2002c0 -150.699 -134.42 -246.699 -255 -246.699s-256.75 96 -256.75 246.6c0.600586 13 0.100586 31.9004 0 53.2998v0.100586 +c0 6.62402 5.37598 12 12 12v0h151.9c6.62402 0 12 -5.37598 12 -12v-52c0 -127.9 160 -128.101 160 0v52c0 6.62402 5.37598 12 12 12z" /> + <glyph glyph-name="chevron-up" unicode="" horiz-adv-x="448" +d="M240.971 317.476l194.344 -194.343c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-22.667 -22.667c-9.35742 -9.35742 -24.5225 -9.375 -33.9014 -0.0400391l-154.746 154.02l-154.745 -154.021c-9.37891 -9.33496 -24.5439 -9.31738 -33.9014 0.0400391 +l-22.667 22.667c-9.37207 9.37305 -9.37207 24.5684 0 33.9404l194.344 194.343c9.37207 9.37305 24.5674 9.37305 33.9404 0.000976562z" /> + <glyph glyph-name="chevron-down" unicode="" horiz-adv-x="448" +d="M207.029 66.5244l-194.344 194.344c-9.37207 9.37305 -9.37207 24.5684 0 33.9404l22.667 22.667c9.35742 9.35742 24.5225 9.375 33.9014 0.0400391l154.746 -154.021l154.745 154.021c9.37891 9.33496 24.5439 9.31738 33.9014 -0.0400391l22.667 -22.667 +c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-194.343 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9414 0z" /> + <glyph glyph-name="retweet" unicode="" horiz-adv-x="640" +d="M629.657 104.402l-100.687 -100.687c-9.37305 -9.37207 -24.5674 -9.37207 -33.9404 0l-100.688 100.687c-9.37305 9.37305 -9.37305 24.5684 0 33.9404l10.8232 10.8232c9.56152 9.56152 25.1328 9.33984 34.4189 -0.492188l40.415 -42.792v182.118h-187.549 +c-5.4873 0 -13.0908 3.14941 -16.9707 7.0293l-16 16c-15.1191 15.1201 -4.41113 40.9707 16.9707 40.9707h243.549c13.2549 0 24 -10.7451 24 -24v-222.118l40.416 42.792c9.28516 9.83105 24.8564 10.0537 34.4189 0.492188l10.8232 -10.8232 +c9.37207 -9.37207 9.37207 -24.5684 -0.000976562 -33.9404zM364.519 88.9707l16.001 -16c15.1191 -15.1201 4.41113 -40.9707 -16.9707 -40.9707h-243.549c-13.2549 0 -24 10.7451 -24 24v222.119l-40.416 -42.793c-9.28613 -9.83105 -24.8574 -10.0527 -34.4189 -0.491211 +l-10.8223 10.8223c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l100.688 100.687c9.37207 9.37305 24.5674 9.37305 33.9404 0l100.687 -100.686c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-10.8223 -10.8223c-9.5625 -9.5625 -25.1328 -9.33984 -34.4189 0.491211 +l-40.416 42.792v-182.119h187.548h0.000976562c5.4873 0 13.0898 -3.14941 16.9697 -7.0293z" /> + <glyph glyph-name="shopping-cart" unicode="" horiz-adv-x="576" +d="M528.12 146.681c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -30.9277 -25.0723 -56 -56 -56 +s-56 25.0723 -56 56c0 15.6738 6.44727 29.835 16.8232 40h-209.647c10.377 -10.165 16.8242 -24.3262 16.8242 -40c0 -30.9277 -25.0723 -56 -56 -56s-56 25.0723 -56 56c0 20.7783 11.3252 38.9004 28.1309 48.5654l-70.248 343.435h-69.8828 +c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2285 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782c15.4004 0 26.8154 -14.3008 23.4023 -29.3193z" /> + <glyph glyph-name="folder" unicode="" +d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192z" /> + <glyph glyph-name="folder-open" unicode="" horiz-adv-x="576" +d="M572.694 155.907l-72.4248 -124.155c-10.2236 -17.5273 -34.9883 -31.752 -55.2793 -31.752h-0.000976562h-399.964c-18.5234 0 -30.0645 20.0928 -20.7314 36.0928l72.4238 124.155c10.2246 17.5273 34.9902 31.752 55.2822 31.752v0h399.964 +c18.5234 0 30.0645 -20.0928 20.7305 -36.0928zM152 224c-34.0107 0 -65.7861 -18.25 -82.9229 -47.6279l-69.0771 -118.418v278.046c0 26.5098 21.4902 48 48 48h160l64 -64h160c26.5098 0 48 -21.4902 48 -48v-48h-328z" /> + <glyph glyph-name="chart-bar" unicode="" +d="M332.8 128c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM428.8 128 +c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM140.8 128 +c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM236.8 128 +c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM496 64c8.83984 0 16 -7.16016 16 -16v-32 +c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-304h432z" /> + <glyph glyph-name="camera-retro" unicode="" +d="M48 416h416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48zM48 384c-8.7998 0 -16 -7.2002 -16 -16v-10c0 -3.2998 2.7002 -6 6 -6h116c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-106z +M474 288c3.2998 0 6 2.7002 6 6v74c0 8.7998 -7.2002 16 -16 16h-252.8c-2 0 -3.90039 -1 -5 -2.7002l-30.2002 -45.2998h-138c-3.2998 0 -6 -2.7002 -6 -6v-36c0 -3.2998 2.7002 -6 6 -6h436zM256 24c66.2002 0 120 53.7998 120 120s-53.7998 120 -120 120 +s-120 -53.7998 -120 -120s53.7998 -120 120 -120zM256 232c48.5 0 88 -39.5 88 -88s-39.5 -88 -88 -88s-88 39.5 -88 88s39.5 88 88 88zM208 128c8.7998 0 16 7.2002 16 16c0 17.5996 14.4004 32 32 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16 +c-35.2998 0 -64 -28.7002 -64 -64c0 -8.7998 7.2002 -16 16 -16z" /> + <glyph glyph-name="key" unicode="" +d="M512 271.999c0 -97.2021 -78.7979 -175.999 -176 -175.999c-11.2197 0 -22.1904 1.06152 -32.8271 3.06934l-24.0117 -27.0146c-3.95215 -4.44629 -11.9883 -8.05469 -17.9375 -8.05469h-0.000976562h-37.2227v-40c0 -13.2549 -10.7451 -24 -24 -24h-40v-40 +c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v78.0586c0 6.36523 2.5293 12.4707 7.0293 16.9717l161.802 161.802c-5.72266 17.3535 -8.83105 35.8965 -8.83105 55.168c0 97.2021 78.7969 175.999 175.999 176 +c97.4893 0.000976562 176.001 -78.5107 176.001 -176.001zM336 320c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48z" /> + <glyph glyph-name="cogs" unicode="" horiz-adv-x="640" +d="M512.1 257l-8.19922 -14.2998c-3 -5.2998 -9.40039 -7.5 -15.1006 -5.40039c-11.7998 4.40039 -22.5996 10.7002 -32.0996 18.6006c-4.60059 3.7998 -5.7998 10.5 -2.7998 15.6992l8.19922 14.3008c-6.89941 8 -12.2998 17.2998 -15.8994 27.3994h-16.5 +c-6 0 -11.2002 4.2998 -12.2002 10.2998c-2 12 -2.09961 24.6006 0 37.1006c1 6 6.2002 10.3994 12.2002 10.3994h16.5c3.59961 10.1006 9 19.4004 15.8994 27.4004l-8.19922 14.2998c-3 5.2002 -1.90039 11.9004 2.7998 15.7002 +c9.5 7.90039 20.3994 14.2002 32.0996 18.5996c5.7002 2.10059 12.1006 -0.0996094 15.1006 -5.39941l8.19922 -14.2998c10.5 1.89941 21.2002 1.89941 31.7002 0l8.2002 14.2998c3 5.2998 9.40039 7.5 15.0996 5.39941c11.8008 -4.39941 22.6006 -10.6992 32.1006 -18.5996 +c4.59961 -3.7998 5.7998 -10.5 2.7998 -15.7002l-8.2002 -14.2998c6.90039 -8 12.2998 -17.2998 15.9004 -27.4004h16.5c6 0 11.2002 -4.2998 12.2002 -10.2998c2 -12 2.09961 -24.5996 0 -37.0996c-1 -6 -6.2002 -10.4004 -12.2002 -10.4004h-16.5 +c-3.60059 -10.0996 -9 -19.3994 -15.9004 -27.3994l8.2002 -14.3008c3 -5.19922 1.90039 -11.8994 -2.7998 -15.6992c-9.5 -7.90039 -20.4004 -14.2002 -32.1006 -18.6006c-5.69922 -2.09961 -12.0996 0.100586 -15.0996 5.40039l-8.2002 14.2998 +c-10.3994 -1.90039 -21.2002 -1.90039 -31.7002 0zM501.6 315.8c38.5 -29.5996 82.4004 14.2998 52.8008 52.7998c-38.5 29.7002 -82.4004 -14.2998 -52.8008 -52.7998zM386.3 161.9l33.7002 -16.8008c10.0996 -5.7998 14.5 -18.0996 10.5 -29.0996 +c-8.90039 -24.2002 -26.4004 -46.4004 -42.5996 -65.7998c-7.40039 -8.90039 -20.2002 -11.1006 -30.3008 -5.2998l-29.0996 16.7998c-16 -13.7002 -34.5996 -24.6006 -54.9004 -31.7002v-33.5996c0 -11.6006 -8.2998 -21.6006 -19.6992 -23.6006 +c-24.6006 -4.2002 -50.4004 -4.39941 -75.9004 0c-11.5 2 -20 11.9004 -20 23.6006v33.5996c-20.2998 7.2002 -38.9004 18 -54.9004 31.7002l-29.0996 -16.7002c-10 -5.7998 -22.9004 -3.59961 -30.2998 5.2998c-16.2002 19.4004 -33.2998 41.6006 -42.2002 65.7002 +c-4 10.9004 0.400391 23.2002 10.5 29.0996l33.2998 16.8008c-3.89941 20.8994 -3.89941 42.3994 0 63.3994l-33.2998 16.9004c-10.0996 5.7998 -14.5996 18.0996 -10.5 29c8.90039 24.2002 26 46.3994 42.2002 65.7998c7.39941 8.90039 20.2002 11.0996 30.2998 5.2998 +l29.0996 -16.7998c16 13.7002 34.6006 24.5996 54.9004 31.7002v33.7002c0 11.5 8.2002 21.5 19.5996 23.5c24.6006 4.19922 50.5 4.39941 76 0.0996094c11.5 -2 20 -11.9004 20 -23.5996v-33.6006c20.3008 -7.2002 38.9004 -18 54.9004 -31.7002l29.0996 16.8008 +c10 5.7998 22.9004 3.59961 30.3008 -5.30078c16.1992 -19.3994 33.1992 -41.5996 42.0996 -65.7998c4 -10.8994 0.0996094 -23.2002 -10 -29.0996l-33.7002 -16.7998c3.90039 -21 3.90039 -42.5 0 -63.5zM268.7 140.8c59.2002 77 -28.7002 164.9 -105.7 105.7 +c-59.2002 -77 28.7002 -164.9 105.7 -105.7zM512.1 -41.9004l-8.19922 -14.2998c-3 -5.2998 -9.40039 -7.5 -15.1006 -5.39941c-11.7998 4.39941 -22.5996 10.6992 -32.0996 18.5996c-4.60059 3.7998 -5.7998 10.5 -2.7998 15.7002l8.19922 14.2998 +c-6.89941 8 -12.2998 17.2998 -15.8994 27.4004h-16.5c-6 0 -11.2002 4.2998 -12.2002 10.2998c-2 12 -2.09961 24.5996 0 37.0996c1 6 6.2002 10.4004 12.2002 10.4004h16.5c3.59961 10.0996 9 19.3994 15.8994 27.3994l-8.19922 14.3008 +c-3 5.19922 -1.90039 11.8994 2.7998 15.6992c9.5 7.90039 20.3994 14.2002 32.0996 18.6006c5.7002 2.09961 12.1006 -0.100586 15.1006 -5.40039l8.19922 -14.2998c10.5 1.90039 21.2002 1.90039 31.7002 0l8.2002 14.2998c3 5.2998 9.40039 7.5 15.0996 5.40039 +c11.8008 -4.40039 22.6006 -10.7002 32.1006 -18.6006c4.59961 -3.7998 5.7998 -10.5 2.7998 -15.6992l-8.2002 -14.3008c6.90039 -8 12.2998 -17.2998 15.9004 -27.3994h16.5c6 0 11.2002 -4.2998 12.2002 -10.2998c2 -12 2.09961 -24.6006 0 -37.1006 +c-1 -6 -6.2002 -10.3994 -12.2002 -10.3994h-16.5c-3.60059 -10.1006 -9 -19.4004 -15.9004 -27.4004l8.2002 -14.2998c3 -5.2002 1.90039 -11.9004 -2.7998 -15.7002c-9.5 -7.90039 -20.4004 -14.2002 -32.1006 -18.5996 +c-5.69922 -2.10059 -12.0996 0.0996094 -15.0996 5.39941l-8.2002 14.2998c-10.3994 -1.89941 -21.2002 -1.89941 -31.7002 0zM501.6 17c38.5 -29.5996 82.4004 14.2998 52.8008 52.7998c-38.5 29.6006 -82.4004 -14.2998 -52.8008 -52.7998z" /> + <glyph glyph-name="comments" unicode="" horiz-adv-x="576" +d="M416 256c0 -88.4004 -93.0996 -160 -208 -160c-41 0 -79.0996 9.2998 -111.3 25c-21.7998 -12.7002 -52.1006 -25 -88.7002 -25c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002c0.299805 0.299805 22.3994 24.2998 35.7998 54.5 +c-23.9004 26.0996 -38 57.7002 -38 92c0 88.4004 93.0996 160 208 160s208 -71.5996 208 -160zM538 36c13.4004 -30.2998 35.5 -54.2002 35.7998 -54.5c2.2002 -2.40039 2.7998 -5.7998 1.5 -8.7002c-1.2002 -2.89941 -4.09961 -4.7998 -7.2998 -4.7998 +c-36.5996 0 -66.9004 12.2998 -88.7002 25c-32.2002 -15.7998 -70.2998 -25 -111.3 -25c-86.2002 0 -160.2 40.4004 -191.7 97.9004c10.4004 -1.10059 20.9004 -1.90039 31.7002 -1.90039c132.3 0 240 86.0996 240 192c0 6.7998 -0.400391 13.5 -1.2998 20.0996 +c75.7998 -23.8994 129.3 -81.1992 129.3 -148.1c0 -34.2998 -14.0996 -66 -38 -92z" /> + <glyph glyph-name="star-half" unicode="" horiz-adv-x="576" +d="M288 448v-439.6l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998z" /> + <glyph glyph-name="thumbtack" unicode="" horiz-adv-x="384" +d="M298.028 233.733c47.9893 -22.3135 85.9717 -62.5508 85.9727 -113.733c0 -13.2549 -10.7451 -24 -24 -24h-136v-104.007c0 -1.04297 -0.378906 -2.64551 -0.844727 -3.57812l-24 -48c-2.94727 -5.89258 -11.3701 -5.88184 -14.3115 0l-24 48 +c-0.555664 1.11133 -0.844727 2.33594 -0.844727 3.57812v104.007h-136c-13.2549 0 -24 10.7451 -24 24c0 50.7393 37.4648 91.1797 85.9717 113.733l12.2354 118.267h-42.207c-13.2549 0 -24 10.7451 -24 24v48c0 13.2549 10.7451 24 24 24h272 +c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-42.207z" /> + <glyph glyph-name="trophy" unicode="" horiz-adv-x="576" +d="M552 384c13.2998 0 24 -10.7002 24 -24v-56c0 -35.7002 -22.5996 -72.4004 -61.9004 -100.7c-31.3994 -22.7002 -69.6992 -37.0996 -110 -41.7002c-31.3994 -52.0996 -68.0996 -73.5996 -68.0996 -73.5996v-72h48c35.2998 0 64 -20.7002 64 -56v-12 +c0 -6.59961 -5.40039 -12 -12 -12h-296c-6.59961 0 -12 5.40039 -12 12v12c0 35.2998 28.7002 56 64 56h48v72s-36.7002 21.5 -68.0996 73.5996c-40.2002 4.60059 -78.5 19 -110 41.7002c-39.4004 28.2998 -61.9004 65 -61.9004 100.7v56c0 13.2998 10.7002 24 24 24h104v40 +c0 13.2998 10.7002 24 24 24h272c13.2998 0 24 -10.7002 24 -24v-40h104zM99.2998 255.2c12.5 -9 26.6006 -16.2002 41.7002 -21.4004c-7 25 -11.7998 53.6006 -12.7998 86.2002h-64.2002v-16c0 -11.5996 10.9004 -31.2002 35.2998 -48.7998zM512 304v16h-64.2998 +c-1 -32.5996 -5.7998 -61.2002 -12.7998 -86.2002c15.0996 5.2002 29.2998 12.4004 41.7998 21.4004c17.5996 12.7002 35.2998 32.7002 35.2998 48.7998z" /> + <glyph glyph-name="upload" unicode="" +d="M296 64h-80c-13.2998 0 -24 10.7002 -24 24v168h-87.7002c-17.7998 0 -26.7002 21.5 -14.0996 34.0996l152.1 152.2c7.5 7.5 19.7998 7.5 27.2998 0l152.2 -152.2c12.6006 -12.5996 3.7002 -34.0996 -14.0996 -34.0996h-87.7002v-168c0 -13.2998 -10.7002 -24 -24 -24z +M512 72v-112c0 -13.2998 -10.7002 -24 -24 -24h-464c-13.2998 0 -24 10.7002 -24 24v112c0 13.2998 10.7002 24 24 24h136v-8c0 -30.9004 25.0996 -56 56 -56h80c30.9004 0 56 25.0996 56 56v8h136c13.2998 0 24 -10.7002 24 -24zM388 -16c0 11 -9 20 -20 20s-20 -9 -20 -20 +s9 -20 20 -20s20 9 20 20zM452 -16c0 11 -9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20s20 9 20 20z" /> + <glyph glyph-name="lemon" unicode="" +d="M489.038 425.037c23.0938 -23.0938 28.8916 -54.3906 16.833 -75.0928c-34.3115 -58.9043 53.0762 -181.249 -86.7461 -321.071s-262.167 -52.4326 -321.068 -86.7432c-20.7031 -12.0586 -52 -6.2627 -75.0947 16.832c-23.0928 23.0938 -28.8916 54.3906 -16.833 75.0928 +c34.3125 58.9043 -53.0781 181.247 86.7451 321.07s262.167 52.4336 321.073 86.7461c20.7012 12.0586 51.9971 6.25879 75.0908 -16.834zM243.881 352.478c8.57227 2.14355 13.7832 10.8291 11.6416 19.4023c-2.14258 8.57324 -10.8281 13.7852 -19.4033 11.6426 +c-69.8027 -17.4521 -154.218 -101.949 -171.643 -171.643c-2.1416 -8.57324 3.07031 -17.2588 11.6426 -19.4033c1.30273 -0.324219 2.6084 -0.480469 3.89258 -0.480469c7.16895 0 13.6943 4.85352 15.5117 12.124c14.5498 58.2031 90.1689 133.811 148.357 148.357z" /> + <glyph glyph-name="phone" unicode="" +d="M493.4 423.4c10.8994 -2.5 18.5996 -12.2002 18.5996 -23.4004c0 -256.5 -207.9 -464 -464 -464c-11.2998 0 -20.9004 7.7998 -23.4004 18.5996l-24 104c-2.59961 11.3008 3.30078 22.9004 14 27.6006l112 48c9.80078 4.2002 21.2002 1.39941 28 -6.90039 +l49.6006 -60.5996c78.2998 36.7002 141.2 100.5 177.2 177.2l-60.6006 49.5996c-8.2998 6.7002 -11.0996 18.2002 -6.89941 28l48 112c4.59961 10.5996 16.1992 16.5 27.5 13.9004z" /> + <glyph glyph-name="phone-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM94 32c160.055 0 290 129.708 290 290v0c0 6.58691 -5.20898 13.1338 -11.6279 14.6143l-65 14.998 +c-0.918945 0.211914 -2.42969 0.383789 -3.37305 0.383789c-5.45996 0 -11.6367 -4.07324 -13.7871 -9.09082l-30 -69.998c-0.668945 -1.5625 -1.21191 -4.20898 -1.21191 -5.9082c0 -3.92383 2.46387 -9.125 5.50098 -11.6104l37.8857 -30.9971 +c-22.4834 -47.9219 -61.8369 -87.8164 -110.78 -110.779l-30.9971 37.8848c-2.48535 3.03711 -7.68652 5.50195 -11.6104 5.50195c-1.69922 0 -4.3457 -0.543945 -5.9082 -1.21289l-69.998 -29.999c-5.01855 -2.15039 -9.09082 -8.32715 -9.09082 -13.7871 +c0 -0.943359 0.171875 -2.4541 0.383789 -3.37305l14.998 -65c1.55957 -6.75391 7.58301 -11.627 14.6162 -11.627z" /> + <glyph glyph-name="unlock" unicode="" horiz-adv-x="448" +d="M400 192c26.5 0 48 -21.5 48 -48v-160c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v160c0 26.5 21.5 48 48 48h24v102.5c0 84 67.5 153.2 151.5 153.5s152.5 -68 152.5 -152v-16c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v16 +c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-103.1h248z" /> + <glyph glyph-name="credit-card" unicode="" horiz-adv-x="576" +d="M0 16v176h576v-176c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48zM192 84v-40c0 -6.59961 5.40039 -12 12 -12h136c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-136c-6.59961 0 -12 -5.40039 -12 -12zM64 84v-40 +c0 -6.59961 5.40039 -12 12 -12h72c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-72c-6.59961 0 -12 -5.40039 -12 -12zM576 368v-48h-576v48c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48z" /> + <glyph glyph-name="rss" unicode="" horiz-adv-x="448" +d="M128.081 32.041c0 -35.3691 -28.6719 -64.041 -64.041 -64.041s-64.04 28.6719 -64.04 64.041s28.6719 64.041 64.041 64.041s64.04 -28.6729 64.04 -64.041zM303.741 -15.209c0.494141 -9.13477 -6.84668 -16.791 -15.9951 -16.79h-48.0693 +c-8.41406 0 -15.4707 6.49023 -16.0176 14.8867c-7.29883 112.07 -96.9404 201.488 -208.772 208.772c-8.39648 0.545898 -14.8867 7.60254 -14.8867 16.0176v48.0693c0 9.14746 7.65625 16.4883 16.791 15.9941c154.765 -8.36328 278.596 -132.351 286.95 -286.95z +M447.99 -15.4971c0.324219 -9.03027 -6.97168 -16.5029 -16.0049 -16.5039h-48.0684c-8.62598 0 -15.6455 6.83496 -15.999 15.4531c-7.83789 191.148 -161.286 344.626 -352.465 352.465c-8.61816 0.354492 -15.4531 7.37402 -15.4531 15.999v48.0684 +c0 9.03418 7.47266 16.3301 16.5029 16.0059c234.962 -8.43555 423.093 -197.667 431.487 -431.487z" /> + <glyph glyph-name="hdd" unicode="" horiz-adv-x="576" +d="M576 144v-96c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v96c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48zM528 224h-480h-0.0693359c-8.81738 0 -22.5742 -2.76172 -30.708 -6.16504l96.5283 144.791 +c7.86621 11.7988 25.7578 21.374 39.9385 21.374h268.621c14.1807 0 32.0732 -9.57617 39.9395 -21.374l96.5273 -144.791c-8.13379 3.40332 -21.8906 6.16504 -30.708 6.16504h-0.0693359zM480 128c-17.6729 0 -32 -14.3271 -32 -32s14.3271 -32 32 -32s32 14.3271 32 32 +s-14.3271 32 -32 32zM384 128c-17.6729 0 -32 -14.3271 -32 -32s14.3271 -32 32 -32s32 14.3271 32 32s-14.3271 32 -32 32z" /> + <glyph glyph-name="bullhorn" unicode="" horiz-adv-x="576" +d="M576 208c0 -23.6299 -12.9502 -44.04 -32.0098 -55.1299v-152.87c0 -9.21973 -7.08008 -32 -32 -32c-6.19336 0.00585938 -15.1445 3.15039 -19.9805 7.01953l-85.0293 68.0303c-42.7002 34.1406 -96.3203 52.9502 -150.98 52.9502h-28.0801 +c-2.79004 -10.21 -4.41016 -20.8896 -4.41016 -32c0 -29.0801 9.75 -55.9199 26.1504 -77.4404c15.79 -20.7197 0.149414 -50.5596 -25.9004 -50.5596h-74.2793c-11.8809 0 -23.2109 6.37012 -28.4004 17.0596c-16.2998 33.5908 -25.5605 71.1709 -25.5605 110.94 +c0 10.8604 0.790039 21.5195 2.18066 32h-33.7002c-35.3496 0 -64 28.6504 -64 64v96c0 35.3496 28.6504 64 64 64h192c54.6602 0 108.28 18.8096 150.99 52.9502l85.0293 68.0303c5.79004 4.63965 12.8604 7.01953 19.9805 7.01953c25.0195 0 32 -23.2598 32 -32.0098 +v-152.87c19.0498 -11.0801 32 -31.4902 32 -55.1201zM480 66.5801v282.84l-33.0498 -26.4395c-54 -43.2002 -121.83 -66.9805 -190.95 -66.9805v-96c69.1201 0 136.95 -23.7803 190.95 -66.9805z" /> + <glyph glyph-name="certificate" unicode="" +d="M458.622 192.08l45.9844 -45.0039c13.7012 -12.9727 7.32227 -36.0371 -10.6641 -40.3389l-62.6504 -15.9902l17.6611 -62.0146c4.99023 -17.834 -11.8252 -34.665 -29.6611 -29.6719l-61.9941 17.667l-15.9834 -62.6709 +c-4.33887 -18.1533 -27.8252 -24.1553 -40.3252 -10.668l-44.9893 46.001l-44.9912 -46.001c-12.6289 -13.3496 -35.8857 -7.90625 -40.3252 10.668l-15.9834 62.6709l-61.9941 -17.667c-17.832 -4.99121 -34.6523 11.833 -29.6611 29.6719l17.6611 62.0146 +l-62.6504 15.9902c-17.9795 4.2998 -24.3721 27.3613 -10.6641 40.3389l45.9854 45.0039l-45.9854 45.0049c-13.7012 12.9707 -7.32227 36.0371 10.665 40.3379l62.6504 15.9902l-17.6611 62.0146c-4.99023 17.834 11.8242 34.665 29.6611 29.6709l61.9951 -17.667 +l15.9834 62.6709c4.27832 17.9023 27.6953 24.0195 40.3252 10.6689l44.9893 -46.3418l44.9902 46.3428c12.7744 13.5039 36.0947 7.03027 40.3252 -10.6689l15.9834 -62.6709l61.9941 17.667c17.832 4.99219 34.6523 -11.833 29.6611 -29.6709l-17.6611 -62.0146 +l62.6504 -15.9902c17.9795 -4.2998 24.3721 -27.3623 10.6641 -40.3389z" /> + <glyph glyph-name="hand-point-right" unicode="" +d="M512 248.348c0 -23.625 -20.6504 -43.8252 -44.7998 -43.8252h-99.8516c16.3408 -17.0488 18.3467 -49.7666 -6.29883 -70.9443c14.2881 -22.8291 2.14746 -53.0176 -16.4502 -62.3154c8.97461 -49.1406 -21.9453 -71.2627 -72.5996 -71.2627 +c-2.74609 0 -13.2764 0.203125 -16 0.195312c-61.9707 -0.167969 -76.8936 31.0645 -123.731 38.3145c-11.6729 1.80762 -20.2686 11.8916 -20.2686 23.7041v171.525l0.00195312 0.000976562c0.0107422 18.3662 10.6074 35.8887 28.4639 43.8447 +c28.8857 12.9941 95.4131 49.0381 107.534 77.3232c7.79688 18.1934 21.3838 29.084 40 29.0918c34.2217 0.0136719 57.752 -35.0977 44.1191 -66.9082c-3.58301 -8.3584 -8.3125 -16.6699 -14.1533 -24.918h149.234c23.4502 0 44.7998 -20.543 44.7998 -43.8262zM96 248 +v-192c0 -13.2549 -10.7451 -24 -24 -24h-48c-13.2549 0 -24 10.7451 -24 24v192c0 13.2549 10.7451 24 24 24h48c13.2549 0 24 -10.7451 24 -24zM68 80c0 11.0459 -8.9541 20 -20 20s-20 -8.9541 -20 -20s8.9541 -20 20 -20s20 8.9541 20 20z" /> + <glyph glyph-name="hand-point-left" unicode="" +d="M44.7998 292.174h149.234c-5.84082 8.24805 -10.5703 16.5586 -14.1533 24.918c-13.6328 31.8105 9.89746 66.9219 44.1191 66.9082c18.6162 -0.0078125 32.2031 -10.8975 40 -29.0918c12.1221 -28.2861 78.6484 -64.3291 107.534 -77.3232 +c17.8564 -7.95605 28.4531 -25.4785 28.4639 -43.8447l0.00195312 -0.000976562v-171.526c0 -11.8115 -8.5957 -21.8965 -20.2686 -23.7031c-46.8379 -7.25 -61.7607 -38.4824 -123.731 -38.3145c-2.72363 0.00683594 -13.2539 -0.195312 -16 -0.195312 +c-50.6543 0 -81.5742 22.1221 -72.5996 71.2627c-18.5977 9.29688 -30.7383 39.4863 -16.4502 62.3154c-24.6455 21.1768 -22.6396 53.8955 -6.29883 70.9443h-99.8516c-24.1494 0 -44.7998 20.2002 -44.7998 43.8252c0 23.2832 21.3496 43.8262 44.7998 43.8262zM440 272 +h48c13.2549 0 24 -10.7451 24 -24v-192c0 -13.2549 -10.7451 -24 -24 -24h-48c-13.2549 0 -24 10.7451 -24 24v192c0 13.2549 10.7451 24 24 24zM464 60c11.0459 0 20 8.9541 20 20s-8.9541 20 -20 20s-20 -8.9541 -20 -20s8.9541 -20 20 -20z" /> + <glyph glyph-name="hand-point-up" unicode="" horiz-adv-x="384" +d="M135.652 448c23.625 0 43.8252 -20.6504 43.8252 -44.7998v-99.8516c17.0488 16.3408 49.7666 18.3467 70.9443 -6.29883c22.8291 14.2881 53.0176 2.14746 62.3154 -16.4502c49.1406 8.97461 71.2627 -21.9453 71.2627 -72.5996 +c0 -2.74609 -0.203125 -13.2764 -0.195312 -16c0.167969 -61.9707 -31.0645 -76.8936 -38.3145 -123.731c-1.80762 -11.6729 -11.8916 -20.2686 -23.7041 -20.2686h-171.525l-0.000976562 0.00195312c-18.3662 0.0107422 -35.8887 10.6074 -43.8447 28.4639 +c-12.9941 28.8857 -49.0381 95.4121 -77.3232 107.534c-18.1943 7.79688 -29.084 21.3838 -29.0918 40c-0.0136719 34.2217 35.0977 57.752 66.9082 44.1191c8.3584 -3.58301 16.6699 -8.3125 24.918 -14.1533v149.234c0 23.4502 20.543 44.7998 43.8262 44.7998zM136 32 +h192c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v48c0 13.2549 10.7451 24 24 24zM304 4c-11.0459 0 -20 -8.9541 -20 -20s8.9541 -20 20 -20s20 8.9541 20 20s-8.9541 20 -20 20z" /> + <glyph glyph-name="hand-point-down" unicode="" horiz-adv-x="384" +d="M91.8262 -19.2002v149.234c-8.24805 -5.84082 -16.5586 -10.5703 -24.918 -14.1533c-31.8105 -13.6328 -66.9219 9.89746 -66.9082 44.1191c0.0078125 18.6162 10.8975 32.2031 29.0918 40c28.2861 12.1221 64.3291 78.6484 77.3232 107.534 +c7.95605 17.8564 25.4785 28.4531 43.8447 28.4639l0.000976562 0.00195312h171.526c11.8115 0 21.8965 -8.5957 23.7031 -20.2686c7.25 -46.8379 38.4824 -61.7607 38.3145 -123.731c-0.00683594 -2.72363 0.195312 -13.2539 0.195312 -16 +c0 -50.6543 -22.1221 -81.5742 -71.2627 -72.5996c-9.29688 -18.5977 -39.4863 -30.7383 -62.3154 -16.4502c-21.1768 -24.6455 -53.8955 -22.6396 -70.9443 -6.29883v-99.8516c0 -24.1494 -20.2002 -44.7998 -43.8252 -44.7998 +c-23.2832 0 -43.8262 21.3496 -43.8262 44.7998zM112 376v48c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24zM324 400c0 11.0459 -8.9541 20 -20 20s-20 -8.9541 -20 -20 +s8.9541 -20 20 -20s20 8.9541 20 20z" /> + <glyph glyph-name="arrow-circle-left" unicode="" +d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM284.9 87.5996l-75.5 72.4004h182.6c13.2998 0 24 10.7002 24 24v16c0 13.2998 -10.7002 24 -24 24h-182.6l75.5 72.4004c9.69922 9.2998 9.89941 24.7998 0.399414 34.2998 +l-11 10.8994c-9.39941 9.40039 -24.5996 9.40039 -33.8994 0l-132.7 -132.6c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l132.7 -132.699c9.39941 -9.40039 24.5996 -9.40039 33.8994 0l11 10.8994c9.5 9.5 9.2998 25 -0.399414 34.2998z" /> + <glyph glyph-name="arrow-circle-right" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM227.1 296.4l75.5 -72.4004h-182.6c-13.2998 0 -24 -10.7002 -24 -24v-16c0 -13.2998 10.7002 -24 24 -24h182.6l-75.5 -72.4004 +c-9.69922 -9.2998 -9.89941 -24.7998 -0.399414 -34.2998l11 -10.8994c9.39941 -9.40039 24.5996 -9.40039 33.8994 0l132.7 132.6c9.40039 9.40039 9.40039 24.5996 0 33.9004l-132.7 132.8c-9.39941 9.39941 -24.5996 9.39941 -33.8994 0l-11 -10.9004 +c-9.5 -9.59961 -9.2998 -25.0996 0.399414 -34.3994z" /> + <glyph glyph-name="arrow-circle-up" unicode="" +d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM151.6 163.1l72.4004 75.5v-182.6c0 -13.2998 10.7002 -24 24 -24h16c13.2998 0 24 10.7002 24 24v182.6l72.4004 -75.5c9.2998 -9.69922 24.7998 -9.89941 34.2998 -0.399414 +l10.8994 11c9.40039 9.39941 9.40039 24.5996 0 33.8994l-132.6 132.7c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-132.8 -132.7c-9.39941 -9.39941 -9.39941 -24.5996 0 -33.8994l10.9004 -11c9.59961 -9.5 25.0996 -9.2998 34.3994 0.399414z" /> + <glyph glyph-name="arrow-circle-down" unicode="" +d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM360.4 220.9l-72.4004 -75.5v182.6c0 13.2998 -10.7002 24 -24 24h-16c-13.2998 0 -24 -10.7002 -24 -24v-182.6l-72.4004 75.5 +c-9.2998 9.69922 -24.7998 9.89941 -34.2998 0.399414l-10.8994 -11c-9.40039 -9.39941 -9.40039 -24.5996 0 -33.8994l132.6 -132.7c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l132.699 132.7c9.40039 9.39941 9.40039 24.5996 0 33.8994l-10.8994 11 +c-9.5 9.5 -25 9.2998 -34.2998 -0.399414z" /> + <glyph glyph-name="globe" unicode="" horiz-adv-x="496" +d="M336.5 288h-177c14.5 89.2998 48.7002 152 88.5 152s74 -62.7002 88.5 -152zM152 192c0 22.2002 1.2002 43.5 3.2998 64h185.3c2.10059 -20.5 3.30078 -41.7998 3.30078 -64s-1.2002 -43.5 -3.30078 -64h-185.3c-2.09961 20.5 -3.2998 41.7998 -3.2998 64zM476.7 288 +h-108c-8.7998 56.9004 -25.6006 107.8 -50 141.6c71.5 -21.1992 129.399 -73.6992 158 -141.6zM177.2 429.6c-24.4004 -33.7998 -41.2002 -84.6992 -49.9004 -141.6h-108c28.5 67.9004 86.5 120.4 157.9 141.6zM487.4 256c5.39941 -20.5 8.5 -41.7998 8.5 -64 +s-3.10059 -43.5 -8.60059 -64h-114.6c2.09961 21 3.2998 42.5 3.2998 64s-1.2002 43 -3.2998 64h114.7zM120 192c0 -21.5 1.2002 -43 3.2002 -64h-114.601c-5.39941 20.5 -8.59961 41.7998 -8.59961 64s3.2002 43.5 8.59961 64h114.7 +c-2.09961 -21 -3.2998 -42.5 -3.2998 -64zM159.5 96h177c-14.5 -89.2998 -48.7002 -152 -88.5 -152s-74 62.7002 -88.5 152zM318.8 -45.5996c24.4004 33.7998 41.2002 84.6992 50 141.6h108c-28.5996 -67.9004 -86.5996 -120.4 -158 -141.6zM19.2998 96h108 +c8.7998 -56.9004 25.6006 -107.8 50 -141.6c-71.5 21.1992 -129.399 73.6992 -158 141.6z" /> + <glyph glyph-name="wrench" unicode="" +d="M507.73 338.9c11.7891 -47.4102 -0.84082 -99.6602 -37.9102 -136.73c-39.9004 -39.9004 -97.25 -50.9297 -147.37 -34.2197l-213.21 -213.21c-24.9902 -24.9902 -65.5098 -24.9902 -90.5 0s-24.9902 65.5098 0 90.5l213.39 213.39 +c-16.5 50.1006 -5.58984 107.561 34.0498 147.2c37.0303 37.0195 89.2002 49.6699 136.58 37.9297c9.08984 -2.25977 12.2803 -13.54 5.66016 -20.1602l-74.3604 -74.3594l11.3105 -67.8799l67.8799 -11.3105l74.3604 74.3604 +c6.58008 6.58008 17.8799 3.51953 20.1201 -5.50977zM64 -24c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" /> + <glyph glyph-name="tasks" unicode="" +d="M139.61 412.5l17 -16.5c1.90234 -1.94531 3.44727 -5.7334 3.44727 -8.4541c0 -2.7627 -1.58496 -6.5918 -3.53809 -8.5459l-72.1992 -72.1904l-15.5898 -15.6191c-2.04297 -1.94238 -5.9873 -3.51758 -8.80566 -3.51758c-2.81738 0 -6.7627 1.5752 -8.80469 3.51758 +l-47.5898 47.3994c-1.94824 1.94141 -3.5293 5.75 -3.5293 8.5c0 2.75098 1.58105 6.55859 3.5293 8.5l15.7002 15.7197c1.94141 1.94824 5.74902 3.53027 8.5 3.53027c2.75 0 6.55762 -1.58203 8.5 -3.53027l22.6992 -22.1191l63.6807 63.3096 +c1.94141 1.94824 5.74902 3.5293 8.5 3.5293c2.75 0 6.55859 -1.58105 8.5 -3.5293zM139.61 253.31l16.9795 -17c1.89648 -1.93164 3.43457 -5.69727 3.43457 -8.4043c0 -2.74805 -1.5791 -6.55371 -3.52441 -8.49512l-72.2002 -72.2197l-15.7002 -15.6904 +c-2.04102 -1.94141 -5.9834 -3.5166 -8.7998 -3.5166s-6.75879 1.5752 -8.7998 3.5166l-47.4697 47.5c-1.94824 1.94141 -3.5293 5.74902 -3.5293 8.5s1.58105 6.55859 3.5293 8.5l15.7002 15.6904c1.94141 1.94824 5.74902 3.5293 8.5 3.5293 +c2.75 0 6.55762 -1.58105 8.5 -3.5293l22.6992 -22.1006l63.6807 63.7197c1.94141 1.94824 5.74902 3.53027 8.5 3.53027c2.75 0 6.55859 -1.58203 8.5 -3.53027zM64 80c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48c-26.4697 0 -48.5898 21.5 -48.5898 48 +s22.0996 48 48.5898 48zM496 64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-288c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h288zM496 384c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-288 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h288zM496 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-288c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h288z" /> + <glyph glyph-name="filter" unicode="" +d="M487.976 448c21.3623 0 32.0459 -25.8965 16.9717 -40.9707l-184.947 -184.971v-262.039c0 -19.5127 -21.9805 -30.71 -37.7627 -19.6611l-80 55.9795c-6.41602 4.49219 -10.2373 11.8311 -10.2373 19.6621v206.059l-184.942 184.971 +c-15.1045 15.1045 -4.34766 40.9707 16.9707 40.9707h463.947z" /> + <glyph glyph-name="briefcase" unicode="" +d="M320 112v48h192v-144c0 -25.5996 -22.4004 -48 -48 -48h-416c-25.5996 0 -48 22.4004 -48 48v144h192v-48c0 -8.83984 7.16016 -16 16 -16h96c8.83984 0 16 7.16016 16 16zM464 320c25.5996 0 48 -22.4004 48 -48v-80h-512v80c0 25.5996 22.4004 48 48 48h80v48 +c0 25.5996 22.4004 48 48 48h160c25.5996 0 48 -22.4004 48 -48v-48h80zM320 320v32h-128v-32h128z" /> + <glyph glyph-name="arrows-alt" unicode="" +d="M352.201 22.2246l-79.1963 -79.1953c-9.37305 -9.37305 -24.5684 -9.37305 -33.9404 0l-79.1963 79.1953c-15.1191 15.1191 -4.41113 40.9717 16.9707 40.9707h51.1621l-0.000976562 100.805h-100.804v-51.1621c0 -21.3818 -25.8516 -32.0898 -40.9717 -16.9707 +l-79.1953 79.1963c-9.37305 9.37207 -9.37305 24.5684 0 33.9404l79.1953 79.1963c15.1191 15.1191 40.9717 4.41113 40.9717 -16.9717v-51.2285h100.804v100.804h-51.2305c-21.3818 0 -32.0898 25.8516 -16.9707 40.9717l79.1963 79.1953 +c9.37305 9.37305 24.5684 9.37305 33.9404 0l79.1963 -79.1953c15.1191 -15.1191 4.41113 -40.9717 -16.9707 -40.9717h-51.1621v-100.804h100.804v51.1621c0 21.3818 25.8516 32.0898 40.9707 16.9707l79.1953 -79.1963c9.37305 -9.37207 9.37305 -24.5684 0 -33.9404 +l-79.1953 -79.1963c-15.1191 -15.1191 -40.9717 -4.41113 -40.9707 16.9717v51.2285h-100.803v-100.804h51.2305c21.3818 0 32.0898 -25.8516 16.9707 -40.9717z" /> + <glyph glyph-name="users" unicode="" horiz-adv-x="640" +d="M96 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM544 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM576 192c35.2998 0 64 -28.7002 64 -64v-32 +c0 -17.7002 -14.2998 -32 -32 -32h-66c-6.2002 47.4004 -34.7998 87.2998 -75.0996 109.4c11.5996 11.5 27.5 18.5996 45.0996 18.5996h64zM320 192c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM396.8 160 +c63.6006 0 115.2 -51.5996 115.2 -115.2v-28.7998c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v28.7998c0 63.6006 51.5996 115.2 115.2 115.2h8.2998c20.9004 -10 43.9004 -16 68.5 -16s47.7002 6 68.5 16h8.2998zM173.1 173.4 +c-40.2998 -22.1006 -68.8994 -62 -75.1992 -109.4h-65.9004c-17.7002 0 -32 14.2998 -32 32v32c0 35.2998 28.7002 64 64 64h64c17.5996 0 33.5 -7.09961 45.0996 -18.5996z" /> + <glyph glyph-name="link" unicode="" +d="M326.612 262.609c59.7471 -59.8096 58.9268 -155.698 0.359375 -214.591c-0.109375 -0.119141 -0.239258 -0.25 -0.359375 -0.369141l-67.2002 -67.2002c-59.2705 -59.2705 -155.699 -59.2627 -214.96 0c-59.2705 59.2598 -59.2705 155.7 0 214.96l37.1055 37.1055 +c9.84082 9.84082 26.7861 3.30078 27.2939 -10.6055c0.648438 -17.7227 3.82617 -35.5273 9.69043 -52.7207c1.98633 -5.82227 0.567383 -12.2627 -3.7832 -16.6123l-13.0869 -13.0869c-28.0254 -28.0264 -28.9053 -73.6602 -1.15527 -101.96 +c28.0244 -28.5791 74.0859 -28.749 102.325 -0.510742l67.2002 67.1904c28.1914 28.1914 28.0732 73.7568 0 101.83c-3.70117 3.69434 -7.42871 6.56348 -10.3408 8.56934c-3.66504 2.51562 -6.77734 8.16309 -6.94727 12.6055 +c-0.395508 10.5674 3.34766 21.4561 11.6982 29.8057l21.0537 21.0557c5.52148 5.52051 14.1826 6.19922 20.584 1.73047c6.08301 -4.24707 15.2764 -11.9512 20.5225 -17.1963zM467.547 403.551c59.2705 -59.2598 59.2705 -155.7 -0.000976562 -214.959l-37.1055 -37.1055 +c-9.84082 -9.83984 -26.7852 -3.30078 -27.2939 10.6055c-0.648438 17.7227 -3.82617 35.5273 -9.69043 52.7217c-1.98633 5.82129 -0.567383 12.2617 3.7832 16.6113l13.0869 13.0869c28.0264 28.0264 28.9053 73.6602 1.15527 101.96 +c-28.0254 28.5791 -74.0869 28.749 -102.325 0.510742l-67.2002 -67.1904c-28.1914 -28.1914 -28.0732 -73.7568 0 -101.83c3.70117 -3.69434 7.42871 -6.56348 10.3408 -8.56934c3.66504 -2.51562 6.77734 -8.16309 6.94727 -12.6055 +c0.395508 -10.5674 -3.34766 -21.4561 -11.6982 -29.8057l-21.0537 -21.0557c-5.52051 -5.51953 -14.1826 -6.19922 -20.584 -1.73047c-6.08203 4.24609 -15.2754 11.9502 -20.5215 17.1953c-59.7471 59.8096 -58.9258 155.698 -0.359375 214.591 +c0.109375 0.119141 0.239258 0.25 0.359375 0.369141l67.2002 67.2002c59.2705 59.2705 155.699 59.2627 214.96 0z" /> + <glyph glyph-name="cloud" unicode="" horiz-adv-x="640" +d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160 +c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996z" /> + <glyph glyph-name="flask" unicode="" horiz-adv-x="448" +d="M437.2 44.5c29.2998 -47 -4.40039 -108.5 -60.1006 -108.5h-306.199c-55.6006 0 -89.4004 61.4004 -60.1006 108.5l117.2 188.5v151h-8c-13.2998 0 -24 10.7002 -24 24v16c0 13.2998 10.7002 24 24 24h208c13.2998 0 24 -10.7002 24 -24v-16 +c0 -13.2998 -10.7002 -24 -24 -24h-8v-151zM137.9 128h172l-48.2002 77.5996c-3.60059 5.2002 -5.7998 11.5 -5.7998 18.4004v160h-64v-160c0 -6.7998 -2.10059 -13.2002 -5.80078 -18.4004z" /> + <glyph glyph-name="cut" unicode="" horiz-adv-x="448" +d="M278.06 192l166.421 -166.43c4.68945 -4.69043 4.68945 -12.29 0 -16.9707c-32.8008 -32.7998 -85.9902 -32.7998 -118.79 0l-115.511 115.521l-24.8594 -24.8604c4.30957 -10.9199 6.67969 -22.8096 6.67969 -35.2598c0 -53.0195 -42.9805 -96 -96 -96 +s-96 42.9805 -96 96s42.9805 96 96 96c4.53027 0 8.99023 -0.320312 13.3604 -0.929688l32.9297 32.9297l-32.9297 32.9297c-4.37012 -0.609375 -8.82031 -0.929688 -13.3604 -0.929688c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96 +c0 -12.4502 -2.37012 -24.3398 -6.67969 -35.2598l24.8594 -24.8604l115.511 115.521c32.7998 32.7998 85.9893 32.7998 118.79 0c4.68945 -4.68066 4.68945 -12.2803 0 -16.9707zM96 288c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32 +s14.3604 -32 32 -32zM96 32c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32s14.3604 -32 32 -32z" /> + <glyph glyph-name="copy" unicode="" horiz-adv-x="448" +d="M320 0v-40c0 -13.2549 -10.7451 -24 -24 -24h-272c-13.2549 0 -24 10.7451 -24 24v368c0 13.2549 10.7451 24 24 24h72v-296c0 -30.8789 25.1211 -56 56 -56h168zM320 344c0 -13.2002 10.7998 -24 24 -24h104v-264c0 -13.2549 -10.7451 -24 -24 -24h-272 +c-13.2549 0 -24 10.7451 -24 24v368c0 13.2549 10.7451 24 24 24h168v-104zM440.971 375.029c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9707v-6.05859h-96v96h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293z" /> + <glyph glyph-name="paperclip" unicode="" horiz-adv-x="448" +d="M43.2461 -18.1416c-58.4297 60.2891 -57.3408 157.511 1.38574 217.581l209.76 214.561c44.3164 45.332 116.352 45.3359 160.672 0c43.8896 -44.8936 43.9424 -117.329 0 -162.276l-182.85 -186.852c-29.8545 -30.5371 -78.6328 -30.1113 -107.981 0.998047 +c-28.2754 29.9697 -27.3682 77.4727 1.45117 106.953l143.743 146.835c6.18262 6.31348 16.3125 6.42188 22.626 0.241211l22.8613 -22.3799c6.31445 -6.18164 6.42188 -16.3115 0.241211 -22.626l-143.729 -146.82c-4.93164 -5.04492 -5.23535 -13.4287 -0.647461 -18.292 +c4.37207 -4.63379 11.2451 -4.71094 15.6875 -0.165039l182.85 186.851c19.6123 20.0625 19.6123 52.7256 -0.0117188 72.7979c-19.1885 19.627 -49.957 19.6377 -69.1533 0l-209.762 -214.56c-34.7627 -35.5605 -35.2988 -93.1201 -1.19043 -128.313 +c34.0098 -35.0928 88.9844 -35.1367 123.058 -0.285156l172.061 175.999c6.17676 6.31836 16.3066 6.43262 22.626 0.255859l22.877 -22.3643c6.31836 -6.17676 6.43359 -16.3066 0.255859 -22.626l-172.061 -175.998c-59.5752 -60.9385 -155.942 -60.2158 -214.77 0.485352 +z" /> + <glyph glyph-name="save" unicode="" horiz-adv-x="448" +d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM224 32 +c35.3457 0 64 28.6543 64 64s-28.6543 64 -64 64s-64 -28.6543 -64 -64s28.6543 -64 64 -64zM320 336.52c0 2.74316 -1.5752 6.5459 -3.51465 8.48535l-3.48047 3.48047c-2.25 2.25098 -5.30176 3.51465 -8.48535 3.51465h-228.52c-6.62695 0 -12 -5.37305 -12 -12v-104 +c0 -6.62695 5.37305 -12 12 -12h232c6.62695 0 12 5.37305 12 12v100.52z" /> + <glyph glyph-name="square" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352z" /> + <glyph glyph-name="bars" unicode="" horiz-adv-x="448" +d="M16 316c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 156c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40 +c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 -4c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416z" /> + <glyph glyph-name="list-ul" unicode="" +d="M48 400c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48s-48 21.5039 -48 48s21.5039 48 48 48zM48 240c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48s-48 21.5039 -48 48s21.5039 48 48 48zM48 80c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48 +s-48 21.5039 -48 48s21.5039 48 48 48zM496 64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 384c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16 +h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320z" /> + <glyph glyph-name="list-ol" unicode="" +d="M61.7695 47c19.6104 -5.12012 28.7002 -20.5 28.7305 -34.8799c0 -21.3701 -14.3398 -44.1201 -48.5 -44.1201c-16.6201 0 -29.29 4.75 -37 9.44043c-5.82031 4.21973 -6.34961 9.80957 -2.62988 15.9395l5.58984 9.31055c3.86035 6.61914 9.11035 7 15.5996 3.11914 +c4.10352 -1.68652 11.0342 -3.08496 15.4707 -3.11914c10.1602 0 14.3594 3.5 14.3594 8.21973c0 6.64941 -5.60938 9.08984 -15.9395 9.08984h-4.73047c-5.95996 0 -9.25 2.12012 -12.25 7.87988l-1.0498 1.92969c-2.4502 4.75 -1.2002 9.81055 2.7998 14.8809l5.61035 7 +c2.85742 3.55664 7.78516 9.07129 11 12.3096h-22.8301c-4.41602 0 -8 3.58398 -8 8v16c0 4.41602 3.58398 8 8 8h57c7.5 0 11.3398 -4 11.3398 -11.3496v-3.31055c0.0107422 -0.245117 0.0205078 -0.644531 0.0205078 -0.890625 +c0 -4.20801 -2.28027 -10.166 -5.09082 -13.2988zM496 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 384c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM496 64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-320c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h320zM16 288 +c-4.41602 0 -8 3.58398 -8 8v16c0 4.41602 3.58398 8 8 8h16v64h-8c-4.4082 0.0078125 -7.98535 3.5918 -7.98535 8c0 1.04297 0.378906 2.64746 0.845703 3.58008l8 16c1.21777 2.43457 4.41699 4.41504 7.13965 4.41992h24c4.41602 0 8 -3.58398 8 -8v-88h16 +c4.41602 0 8 -3.58398 8 -8v-16c0 -4.41602 -3.58398 -8 -8 -8h-64zM12.0898 128c-7.00977 0 -12.0898 4 -12.0898 11.4102v4c0 47.2803 51 56.3994 50.9697 69.1201c0 7.18945 -5.9502 8.75 -9.2793 8.75h-0.0546875c-3.02832 0 -7.24219 -1.7207 -9.40527 -3.83984 +c-5.12012 -4.91016 -10.5107 -7 -16.1201 -2.44043l-8.58008 6.87988c-5.7998 4.53027 -7.16992 9.78027 -2.7998 15.3701c6.65918 8.75 19.0996 18.75 40.46 18.75c19.4697 0 44.4697 -10.5 44.4697 -39.5596c0 -37.7607 -45.0498 -46.1504 -48.3398 -56.4404h38.6797 +c4.41602 0 8 -3.58398 8 -8v-16c0 -4.41602 -3.58398 -8 -8 -8h-67.9102z" /> + <glyph glyph-name="strikethrough" unicode="" +d="M496 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-480c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h102.29c-11.6797 16.5303 -19.7803 35.4697 -21.7803 56.3604c-0.319336 3.29297 -0.579102 8.65137 -0.579102 11.96 +c0 68.2158 55.3633 123.624 123.579 123.68h68h0.0117188c43.6865 0 94.9863 -31.7188 114.509 -70.7998l0.529297 -1c0.930664 -1.86328 1.68652 -5.06641 1.68652 -7.14844c0 -5.45898 -3.96289 -11.8711 -8.8457 -14.3115l-42.9404 -21.4707 +c-1.86426 -0.931641 -5.06836 -1.6875 -7.15234 -1.6875c-5.45605 0 -11.8652 3.95996 -14.3076 8.83789c-7.61133 15.2246 -27.6025 27.5801 -44.624 27.5801h-0.0361328h-66.79c-24.0391 -0.000976562 -43.5488 -19.5107 -43.5488 -43.5498 +c0 -17.749 13.7666 -36.3945 30.7295 -41.6201l87.1699 -26.8301h202.1zM315.76 128h94.3906c2.21191 -6.56152 4.60352 -17.4746 5.33984 -24.3604c0.319336 -3.29297 0.579102 -8.65137 0.579102 -11.96c0 -68.2158 -55.3633 -123.624 -123.579 -123.68h-68h-0.0117188 +c-43.6865 0 -94.9863 31.7188 -114.509 70.7998l-0.529297 1c-0.930664 1.86328 -1.68652 5.06641 -1.68652 7.14844c0 5.45898 3.96289 11.8711 8.8457 14.3115l42.9404 21.4707c1.86426 0.931641 5.06836 1.6875 7.15234 1.6875 +c5.45605 0 11.8652 -3.95996 14.3076 -8.83789c7.61133 -15.2246 27.6025 -27.5801 44.624 -27.5801h0.0361328h66.79c24.0176 0.0224609 43.5273 19.5322 43.5498 43.5498c-0.00976562 13.1572 -9.07715 29.4863 -20.2402 36.4502z" /> + <glyph glyph-name="underline" unicode="" horiz-adv-x="448" +d="M32 384c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h144c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32v-160c0 -44.1602 35.8398 -80 80 -80s80 35.8398 80 80v160h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h144c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32v-160c0 -88.2197 -71.7803 -160 -160 -160s-160 71.7803 -160 160v160h-32zM432 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h416z" /> + <glyph glyph-name="table" unicode="" +d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM224 32v96h-160v-96h160zM224 192v96h-160v-96h160zM448 32v96h-160v-96h160zM448 192v96h-160v-96h160z" /> + <glyph glyph-name="magic" unicode="" +d="M224 352l-16 32l-32 16l32 16l16 32l16 -32l32 -16l-32 -16zM80 288l-26.6602 53.3301l-53.3398 26.6699l53.3398 26.6699l26.6602 53.3301l26.6602 -53.3301l53.3398 -26.6699l-53.3398 -26.6699zM432 160l26.6602 -53.3301l53.3398 -26.6699l-53.3398 -26.6699 +l-26.6602 -53.3301l-26.6602 53.3301l-53.3398 26.6699l53.3398 26.6699zM502.62 353.77c12.5 -12.4893 12.5 -32.7598 0 -45.2393l-363.14 -363.15c-6.25 -6.25 -14.4404 -9.37012 -22.6309 -9.37012c-8.17969 0 -16.3691 3.12012 -22.6191 9.37012l-84.8506 84.8506 +c-12.5 12.4893 -12.5 32.75 0 45.25l363.14 363.14c6.25 6.25977 14.4404 9.37988 22.6309 9.37988c8.18945 0 16.3799 -3.12012 22.6191 -9.37988zM359.45 244.54l86.5996 86.5996l-50.9102 50.9102l-86.5996 -86.5996z" /> + <glyph glyph-name="truck" unicode="" horiz-adv-x="640" +d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96h-16c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48 -21.5 48 -48v-48h44.0996 +c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM480 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48 +s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" /> + <glyph glyph-name="money-bill" unicode="" horiz-adv-x="640" +d="M608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM48 48h64c0 35.3496 -28.6504 64 -64 64v-64zM48 272c35.3496 0 64 28.6504 64 64h-64v-64zM320 96 +c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96zM592 48v64c-35.3496 0 -64 -28.6504 -64 -64h64zM592 272v64h-64c0 -35.3496 28.6504 -64 64 -64z" /> + <glyph glyph-name="caret-down" unicode="" horiz-adv-x="320" +d="M31.2998 256h257.3c17.8008 0 26.7002 -21.5 14.1006 -34.0996l-128.601 -128.7c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-128.6 128.7c-12.6006 12.5996 -3.7002 34.0996 14.0996 34.0996z" /> + <glyph glyph-name="caret-up" unicode="" horiz-adv-x="320" +d="M288.662 96h-257.324c-17.8184 0 -26.7412 21.543 -14.1416 34.1416l128.662 128.662c7.80957 7.81055 20.4736 7.81055 28.2832 0l128.662 -128.662c12.6006 -12.5986 3.67676 -34.1416 -14.1416 -34.1416z" /> + <glyph glyph-name="caret-left" unicode="" horiz-adv-x="192" +d="M192 320.662v-257.324c0 -17.8184 -21.543 -26.7412 -34.1416 -14.1416l-128.662 128.662c-7.81055 7.80957 -7.81055 20.4736 0 28.2832l128.662 128.662c12.5986 12.6006 34.1416 3.67676 34.1416 -14.1416z" /> + <glyph glyph-name="caret-right" unicode="" horiz-adv-x="192" +d="M0 63.3379v257.324c0 17.8184 21.543 26.7412 34.1416 14.1416l128.662 -128.662c7.81055 -7.80957 7.81055 -20.4736 0 -28.2832l-128.662 -128.662c-12.5986 -12.6006 -34.1416 -3.67676 -34.1416 14.1416z" /> + <glyph glyph-name="columns" unicode="" +d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM224 32v256h-160v-256h160zM448 32v256h-160v-256h160z" /> + <glyph glyph-name="sort" unicode="" horiz-adv-x="320" +d="M41 160h238c21.4004 0 32.0996 -25.9004 17 -41l-119 -119c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-119.1 119c-15.0996 15.0996 -4.40039 41 17 41zM296 265c15.0996 -15.0996 4.40039 -41 -17 -41h-238c-21.4004 0 -32.0996 25.9004 -17 41l119.1 119 +c9.30078 9.40039 24.5 9.40039 33.9004 0z" /> + <glyph glyph-name="sort-down" unicode="" horiz-adv-x="320" +d="M41 160h238c21.4004 0 32.0996 -25.9004 17 -41l-119 -119c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-119.1 119c-15.0996 15.0996 -4.40039 41 17 41z" /> + <glyph glyph-name="sort-up" unicode="" horiz-adv-x="320" +d="M279 224h-238c-21.4004 0 -32.0996 25.9004 -17 41l119 119c9.40039 9.40039 24.5996 9.40039 33.9004 0l119 -119c15.1992 -15.0996 4.5 -41 -16.9004 -41z" /> + <glyph glyph-name="envelope" unicode="" +d="M502.3 257.2c3.90039 3.09961 9.7002 0.200195 9.7002 -4.7002v-204.5c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v204.4c0 5 5.7002 7.7998 9.7002 4.69922c22.3994 -17.3994 52.0996 -39.5 154.1 -113.6 +c21.1006 -15.4004 56.7002 -47.7998 92.2002 -47.5996c35.7002 -0.300781 72 32.7998 92.2998 47.5996c102 74.0996 131.601 96.2998 154 113.7zM256 128c-23.2002 -0.400391 -56.5996 29.2002 -73.4004 41.4004c-132.699 96.2998 -142.8 104.8 -173.399 128.699 +c-5.7998 4.60059 -9.2002 11.5 -9.2002 18.9004v19c0 26.5 21.5 48 48 48h416c26.5 0 48 -21.5 48 -48v-19c0 -7.40039 -3.40039 -14.4004 -9.2002 -18.9004c-30.5996 -24 -40.7002 -32.3994 -173.399 -128.699c-16.8008 -12.2002 -50.2002 -41.8008 -73.4004 -41.4004z" /> + <glyph glyph-name="undo" unicode="" +d="M212.333 223.667h-200.333c-6.62695 0 -12 5.37305 -12 12v200.333c0 6.62695 5.37305 12 12 12h48c6.62695 0 12 -5.37305 12 -12v-78.1123c45.7734 50.833 112.26 82.6426 186.175 82.1055c136.906 -0.994141 246.448 -111.623 246.157 -248.532 +c-0.291016 -136.719 -111.212 -247.461 -247.999 -247.461c-64.0889 0 -122.496 24.3135 -166.51 64.2148c-5.09961 4.62207 -5.33398 12.5537 -0.466797 17.4199l33.9668 33.9668c4.47363 4.47461 11.6621 4.71777 16.4004 0.525391 +c31.0361 -27.4629 71.8564 -44.127 116.609 -44.127c97.2676 0 176 78.7158 176 176c0 97.2666 -78.7158 176 -176 176c-58.4961 0 -110.28 -28.4756 -142.274 -72.333h98.2744c6.62695 0 12 -5.37305 12 -12v-48c0 -6.62695 -5.37305 -12 -12 -12z" /> + <glyph glyph-name="gavel" unicode="" +d="M504.971 248.638c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-124.451 -124.451c-9.37109 -9.37305 -24.5674 -9.37305 -33.9404 0l-22.627 22.627c-9.37305 9.37207 -9.37305 24.5684 0 33.9414l5.65723 5.65625l-39.5986 39.5986l-81.04 -81.04l5.65723 -5.65723 +c12.4971 -12.4971 12.4971 -32.7578 0 -45.2549l-114.745 -114.745c-12.4971 -12.4971 -32.7578 -12.4971 -45.2549 0l-45.2549 45.2549c-12.4971 12.4971 -12.4971 32.7578 0 45.2549l114.744 114.746c12.4971 12.4971 32.7578 12.4971 45.2549 0l5.65723 -5.65723 +l81.04 81.04l-39.5986 39.5986l-5.65625 -5.65723c-9.37207 -9.37305 -24.5684 -9.37305 -33.9414 0l-22.627 22.627c-9.37305 9.37207 -9.37305 24.5684 0 33.9404l124.451 124.451c9.37207 9.37305 24.5674 9.37305 33.9404 0l22.627 -22.6279 +c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-5.65625 -5.65723l113.138 -113.137l5.65723 5.65625c9.37207 9.37305 24.5674 9.37305 33.9404 0z" /> + <glyph glyph-name="bolt" unicode="" horiz-adv-x="320" +d="M296 288c18.5 0 30 -20.0996 20.7002 -36l-176 -304c-4.40039 -7.59961 -12.4004 -12 -20.7998 -12c-15.3008 0 -26.9004 14.2998 -23.3008 29.5l46.1006 194.5h-118.7c-14.5 0 -25.7002 12.7998 -23.7998 27.2002l32 240 +c1.59961 11.8994 11.7998 20.7998 23.7998 20.7998h144c15.7002 0 27.2002 -15 23.2002 -30.2002l-42.6006 -129.8h115.4z" /> + <glyph glyph-name="sitemap" unicode="" horiz-adv-x="640" +d="M128 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM104 176v-48h-48v57.5898c0 21.1797 17.2305 38.4102 38.4102 38.4102h201.59v64h-40c-17.6699 0 -32 14.3301 -32 32 +v96c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-40v-64h201.59c21.1797 0 38.4102 -17.2402 38.4102 -38.4102v-57.5898h-48v48h-192v-48h-48v48h-192zM368 96c17.6699 0 32 -14.3301 32 -32v-96 +c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM608 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96z" /> + <glyph glyph-name="umbrella" unicode="" horiz-adv-x="576" +d="M575.7 167.2c2.2002 -10.1006 -8.40039 -21.4004 -18.7002 -11.4004c-51.5 54.4004 -107.6 52.5 -158.6 -37c-5.30078 -9.5 -14.9004 -8.59961 -19.7002 0c-2.5 4.40039 -32.2002 73.2002 -90.7002 73.2002c-45.7998 0 -70.5 -37.7998 -90.7002 -73.2002 +c-4.7998 -8.59961 -14.3994 -9.5 -19.7002 0c-50.8994 89.4004 -106.6 92 -158.6 37c-10.2002 -9.89941 -20.9004 1.2998 -18.7002 11.4004c29.2002 136.3 138 218.2 255.7 230.899v17.9004c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-17.9004 +c117.3 -12.6992 227.1 -94.5996 255.7 -230.899zM256 146.3c9.59961 8.90039 19.7002 13.6006 32 13.7002c12.2002 0 22.9004 -5.7002 32 -13.5996v-130.301c0 -44.0996 -35.9004 -80 -80 -80c-33.7998 0 -64.2002 21.4004 -75.4004 53.3008 +c-5.89941 16.5996 2.80078 34.8994 19.5 40.7998c16.7002 5.89941 34.9004 -2.7998 40.8008 -19.5c1.89941 -5.40039 7.2998 -10.7002 15.0996 -10.7002c8.7998 0 16 7.2002 16 16v130.3z" /> + <glyph glyph-name="paste" unicode="" horiz-adv-x="448" +d="M128 264v-232h-104c-13.2549 0 -24 10.7451 -24 24v336c0 13.2549 10.7451 24 24 24h80.6104c11.084 19.1104 31.7529 32 55.3896 32s44.3057 -12.8896 55.3896 -32h80.6104c13.2549 0 24 -10.7451 24 -24v-72h-136c-30.8779 0 -56 -25.1211 -56 -56zM160 408 +c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM344 160h104v-200c0 -13.2549 -10.7451 -24 -24 -24h-240c-13.2549 0 -24 10.7451 -24 24v304c0 13.2549 10.7451 24 24 24h136v-104c0 -13.2002 10.7998 -24 24 -24z +M448 198.059v-6.05859h-96v96h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293l65.9404 -65.9404c3.88086 -3.88086 7.03027 -11.4834 7.03027 -16.9717z" /> + <glyph glyph-name="lightbulb" unicode="" horiz-adv-x="352" +d="M96.0596 -6.34961l-0.0498047 38.3496h159.98l-0.0400391 -38.3496c-0.00585938 -5.3291 -2.40723 -13.2549 -5.36035 -17.6904l-17.0898 -25.6904c-5.24023 -7.88184 -17.1748 -14.2793 -26.6396 -14.2793h-61.71c-9.46582 0 -21.4004 6.39746 -26.6406 14.2793 +l-17.0898 25.6904c-3.49023 5.24023 -5.34961 11.4004 -5.36035 17.6904zM0 272c0 93.0303 73.4404 175.69 175.45 176c97.46 0.299805 176.55 -78.6104 176.55 -176c0 -44.3701 -16.4502 -84.8496 -43.5596 -115.78c-16.5205 -18.8496 -42.3604 -58.2295 -52.21 -91.4502 +c-0.0400391 -0.269531 -0.0703125 -0.519531 -0.110352 -0.779297h-160.24c-0.0400391 0.259766 -0.0703125 0.519531 -0.110352 0.779297c-9.84961 33.2207 -35.6895 72.6006 -52.21 91.4502c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78zM176 352 +c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16c-61.7598 0 -112 -50.2402 -112 -112c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16c0 44.1104 35.8896 80 80 80z" /> + <glyph glyph-name="user-md" unicode="" horiz-adv-x="448" +d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM104 24c0 13.2998 10.7002 24 24 24s24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24zM320 159.4c71.2002 -3.5 128 -61.8008 128 -133.801 +v-44.7998c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v44.7998c0 66.6006 48.5 121.4 112.1 132.101v-80.4004c-23.0996 -6.89941 -40 -28.0996 -40 -53.3994c0 -30.9004 25.1006 -56 56 -56 +c30.9004 0 56 25.0996 56 56c0 25.2998 -16.8994 46.5 -40 53.3994v81.6006c7.7002 -1 15.2002 -2.60059 22.6006 -5.2002c18 -6.2998 37.2998 -9.7998 57.3994 -9.7998c20.1006 0 39.4004 3.5 57.4004 9.7998c2.2002 0.799805 4.40039 1.2002 6.59961 1.89941v-45.1992 +c-36.5 -7.5 -64 -39.8008 -64 -78.4004v-43.7998c0 -8.10059 5.90039 -14.7998 13.8008 -15.9004l31.1992 -4.2002c4.30078 -0.799805 8.5 2 9.40039 6.30078l3.09961 15.6992c0.800781 4.30078 -2 8.5 -6.2998 9.40039l-19.2998 3.90039v26.6992 +c0 67 96 64.7002 96 1.90039v-28.5l-19.2998 -3.90039c-4.40039 -0.799805 -7.2002 -5.09961 -6.2998 -9.39941l3.09961 -15.7002c0.900391 -4.40039 5.09961 -7.2002 9.40039 -6.2998l32.1992 6.39941c7.5 1.5 12.9004 8.10059 12.9004 15.7002v41.7002 +c0 38.5996 -27.5 71 -64 78.4004v49z" /> + <glyph glyph-name="stethoscope" unicode="" +d="M447.1 336c35.7002 0.5 64.9004 -28.2998 64.9004 -64c0 -23.7002 -12.9004 -44.2998 -32 -55.4004v-112.6c0 -92.5996 -79 -168 -176 -168c-95.4004 0 -173.3 72.7998 -175.9 163.2c-73 14.7998 -128.1 79.5 -128.1 156.8v155.4c0 11.5 8.09961 21.2998 19.2998 23.5996 +l62.7998 12.4004c13 2.59961 25.6006 -5.80078 28.2002 -18.8008l3.10059 -15.6992c2.59961 -13 -5.80078 -25.6006 -18.8008 -28.2002l-30.6992 -6.10059v-122.5c0 -53.2998 43.5 -96.5 96.8994 -96c52.9004 0.5 95.1006 44.3008 95.1006 97.2002v121.4l-30.7002 6.09961 +c-13 2.60059 -21.4004 15.2002 -18.7998 28.2002l3.19922 15.7002c2.60059 13 15.2002 21.3994 28.2002 18.7998l62.9004 -12.5996c11.2002 -2.2002 19.2998 -12.1006 19.2998 -23.5v-155.4c0 -77.2002 -55 -141.8 -127.8 -156.8 +c2.7002 -55.1006 51.8994 -99.2002 111.899 -99.2002c61.8008 0 112 46.7002 112 104v112.6c-19.5 11.2002 -32.5 32.5 -32 56.8008c0.700195 34.1992 28.8008 62.0996 63 62.5996zM448 256c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16 +s7.2002 -16 16 -16z" /> + <glyph glyph-name="suitcase" unicode="" +d="M128 -32v400c0 26.5 21.5 48 48 48h160c26.5 0 48 -21.5 48 -48v-400h-256zM192 352v-32h128v32h-128zM512 272v-256c0 -26.5 -21.5 -48 -48 -48h-48v352h48c26.5 0 48 -21.5 48 -48zM96 -32h-48c-26.5 0 -48 21.5 -48 48v256c0 26.5 21.5 48 48 48h48v-352z" /> + <glyph glyph-name="bell" unicode="" horiz-adv-x="448" +d="M224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64zM439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32 +c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398 +c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29z" /> + <glyph glyph-name="coffee" unicode="" horiz-adv-x="640" +d="M192 64c-53 0 -96 43 -96 96v232c0 13.2998 10.7002 24 24 24h392c70.5996 0 128 -57.4004 128 -128s-57.4004 -128 -128 -128h-32c0 -53 -43 -96 -96 -96h-192zM512 352h-32v-128h32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64zM559.7 -32h-511.4 +c-47.5996 0 -61 64 -36 64h583.3c25 0 11.8008 -64 -35.8994 -64z" /> + <glyph glyph-name="hospital" unicode="" horiz-adv-x="448" +d="M448 -44v-20h-448v20c0 6.62695 5.37305 12 12 12h20v360c0 13.2549 10.7451 24 24 24h88v72c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-72h88c13.2549 0 24 -10.7451 24 -24v-360h20c6.62695 0 12 -5.37305 12 -12zM308 256h-40 +c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12zM140 192h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40 +c0 -6.62695 5.37305 -12 12 -12zM244 64h-40c-6.62695 0 -12 -5.37305 -12 -12v-84h64v84c0 6.62695 -5.37305 12 -12 12zM308 160h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12 +zM192 148c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40zM182 352h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20 +c0 3.31152 -2.68848 6 -6 6h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6z" /> + <glyph glyph-name="ambulance" unicode="" horiz-adv-x="640" +d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96h-16c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48 -21.5 48 -48v-48h44.0996 +c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM304 232v48c0 4.40039 -3.59961 8 -8 8h-56v56 +c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8zM480 -16c26.5 0 48 21.5 48 48 +s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" /> + <glyph glyph-name="medkit" unicode="" +d="M96 -32v352h32v48c0 26.5098 21.4902 48 48 48h160c26.5098 0 48 -21.4902 48 -48v-48h32v-352h-320zM192 352v-32h128v32h-128zM512 272v-256c0 -26.5098 -21.4902 -48 -48 -48h-16v352h16c26.5098 0 48 -21.4902 48 -48zM64 -32h-16c-26.5098 0 -48 21.4902 -48 48v256 +c0 26.5098 21.4902 48 48 48h16v-352zM352 176c0 8.83691 -7.16309 16 -16 16h-48v48c0 8.83691 -7.16309 16 -16 16h-32c-8.83691 0 -16 -7.16309 -16 -16v-48h-48c-8.83691 0 -16 -7.16309 -16 -16v-32c0 -8.83691 7.16309 -16 16 -16h48v-48 +c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v48h48c8.83691 0 16 7.16309 16 16v32z" /> + <glyph glyph-name="fighter-jet" unicode="" horiz-adv-x="640" +d="M544 224c96 -21.333 96 -26.583 96 -32s0 -10.667 -96 -32l-128 -16l-48 -16h-24l-116.842 -148h39.5088c11.666 0 21.333 -2.625 21.333 -6s-9.66602 -6 -21.333 -6h-114.667v12h16v164h-48l-66.666 -80h-34.667l-10.667 10.667v69.333h8v16h48v2.66699l-64 8v42.667 +l64 8v2.66602h-48v16h-8v69.333l10.667 10.667h34.666l66.667 -80h48v164h-16v12h114.667c11.666 0 21.333 -2.625 21.333 -6s-9.66699 -6 -21.333 -6h-39.5088l116.842 -148h24l48 -16z" /> + <glyph glyph-name="beer" unicode="" horiz-adv-x="448" +d="M368 352c44.1123 0 80 -35.8877 80 -80v-128.86c0 -31.5273 -18.6035 -60.2031 -47.3936 -73.0527l-80.6064 -35.9766v-42.1104c0 -13.2549 -10.7451 -24 -24 -24h-272c-13.2549 0 -24 10.7451 -24 24v400c0 13.2549 10.7451 24 24 24h272c13.2549 0 24 -10.7451 24 -24 +v-40h48zM384 143.14v128.86c0 8.82227 -7.17773 16 -16 16h-48v-183.805l54.5215 24.334c5.22754 2.33789 9.47461 8.88379 9.47852 14.6104zM208 64c8.83594 0 16 7.16406 16 16v224c0 8.83594 -7.16406 16 -16 16s-16 -7.16406 -16 -16v-224 +c0 -8.83594 7.16406 -16 16 -16zM112 64c8.83594 0 16 7.16406 16 16v224c0 8.83594 -7.16406 16 -16 16s-16 -7.16406 -16 -16v-224c0 -8.83594 7.16406 -16 16 -16z" /> + <glyph glyph-name="h-square" unicode="" horiz-adv-x="448" +d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM336 320h-32c-8.83691 0 -16 -7.16309 -16 -16v-80h-128v80c0 8.83691 -7.16309 16 -16 16h-32 +c-8.83691 0 -16 -7.16309 -16 -16v-224c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v80h128v-80c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v224c0 8.83691 -7.16309 16 -16 16z" /> + <glyph glyph-name="plus-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM368 164v56c0 6.59961 -5.40039 12 -12 12h-92v92c0 6.59961 -5.40039 12 -12 12h-56c-6.59961 0 -12 -5.40039 -12 -12v-92h-92 +c-6.59961 0 -12 -5.40039 -12 -12v-56c0 -6.59961 5.40039 -12 12 -12h92v-92c0 -6.59961 5.40039 -12 12 -12h56c6.59961 0 12 5.40039 12 12v92h92c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="angle-double-left" unicode="" horiz-adv-x="448" +d="M223.7 209l136 136c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.6006 -22.5996c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-96.2998 -96.5l96.3994 -96.4004c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.7002 +c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-136 136c-9.5 9.40039 -9.5 24.5996 -0.0996094 34zM31.7002 175c-9.40039 9.40039 -9.40039 24.5996 0.0996094 34l136 136c9.2998 9.40039 24.5 9.40039 33.9004 0l22.5996 -22.7002 +c9.40039 -9.2998 9.40039 -24.5 0 -33.8994l-96.3994 -96.4004l96.2998 -96.5c9.39941 -9.2998 9.39941 -24.5 0 -33.9004l-22.6006 -22.5996c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0z" /> + <glyph glyph-name="angle-double-right" unicode="" horiz-adv-x="448" +d="M224.3 175l-136 -136c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.6006 22.5996c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l96.4004 96.4004l-96.4004 96.3994c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l22.5 22.7998 +c9.40039 9.40039 24.6006 9.40039 33.9004 0l136 -136c9.5 -9.40039 9.5 -24.5996 0.0996094 -34zM416.3 209c9.40039 -9.40039 9.40039 -24.5996 0 -33.7998l-136 -136c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0l-22.6006 22.5996 +c-9.39941 9.2998 -9.39941 24.5 0 33.9004l96.4004 96.3994l-96.4004 96.4004c-9.39941 9.2998 -9.39941 24.5 0 33.9004l22.6006 22.5996c9.2998 9.40039 24.5 9.40039 33.8994 0z" /> + <glyph glyph-name="angle-double-up" unicode="" horiz-adv-x="320" +d="M177 192.3l136 -136c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.6006c-9.40039 -9.39941 -24.6006 -9.39941 -33.9004 0l-96.5 96.2998l-96.4004 -96.3994c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.7002 22.5996 +c-9.40039 9.40039 -9.40039 24.6006 0 33.9004l136 136c9.40039 9.5 24.5996 9.5 34 0.0996094zM143 384.3c9.40039 9.40039 24.5996 9.40039 33.7998 0l136 -136c9.40039 -9.2998 9.40039 -24.5 0 -33.8994l-22.5996 -22.6006c-9.2998 -9.39941 -24.5 -9.39941 -33.9004 0 +l-96.3994 96.4004l-96.4004 -96.4004c-9.2998 -9.39941 -24.5 -9.39941 -33.9004 0l-22.5996 22.6006c-9.40039 9.2998 -9.40039 24.5 0 33.8994z" /> + <glyph glyph-name="angle-double-down" unicode="" horiz-adv-x="320" +d="M143 191.7l-136 136c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.5996 22.6006c9.40039 9.39941 24.6006 9.39941 33.9004 0l96.4004 -96.4004l96.3994 96.4004c9.40039 9.39941 24.6006 9.39941 33.9004 0l22.7998 -22.5 +c9.40039 -9.40039 9.40039 -24.6006 0 -33.9004l-136 -136c-9.40039 -9.5 -24.5996 -9.5 -34 -0.0996094zM177 -0.299805c-9.40039 -9.40039 -24.5996 -9.40039 -34 0.0996094l-136 136c-9.40039 9.2998 -9.40039 24.5 0 33.9004l22.7002 22.5996 +c9.2998 9.40039 24.5 9.40039 33.8994 0l96.4004 -96.3994l96.5 96.2998c9.2998 9.39941 24.5 9.39941 33.9004 0l22.5996 -22.6006c9.40039 -9.2998 9.40039 -24.5 0 -33.8994z" /> + <glyph glyph-name="angle-left" unicode="" horiz-adv-x="256" +d="M31.7002 209l136 136c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.6006 -22.5996c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-96.2998 -96.5l96.3994 -96.4004c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.7002 +c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-136 136c-9.5 9.40039 -9.5 24.5996 -0.0996094 34z" /> + <glyph glyph-name="angle-right" unicode="" horiz-adv-x="256" +d="M224.3 175l-136 -136c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.6006 22.5996c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l96.4004 96.4004l-96.4004 96.3994c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l22.5 22.7998 +c9.40039 9.40039 24.6006 9.40039 33.9004 0l136 -136c9.5 -9.40039 9.5 -24.5996 0.0996094 -34z" /> + <glyph glyph-name="angle-up" unicode="" horiz-adv-x="320" +d="M177 288.3l136 -136c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.6006c-9.40039 -9.39941 -24.6006 -9.39941 -33.9004 0l-96.5 96.2998l-96.4004 -96.3994c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.7002 22.5996 +c-9.40039 9.40039 -9.40039 24.6006 0 33.9004l136 136c9.40039 9.5 24.5996 9.5 34 0.0996094z" /> + <glyph glyph-name="angle-down" unicode="" horiz-adv-x="320" +d="M143 95.7002l-136 136c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.5996 22.6006c9.40039 9.39941 24.6006 9.39941 33.9004 0l96.4004 -96.4004l96.3994 96.4004c9.40039 9.39941 24.6006 9.39941 33.9004 0l22.5996 -22.6006 +c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-136 -136c-9.2002 -9.40039 -24.3994 -9.40039 -33.7998 0z" /> + <glyph glyph-name="desktop" unicode="" horiz-adv-x="576" +d="M528 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-192l16 -48h72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24h-272c-13.2998 0 -24 10.7002 -24 24s10.7002 24 24 24h72l16 48h-192c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h480z +M512 96v288h-448v-288h448z" /> + <glyph glyph-name="laptop" unicode="" horiz-adv-x="640" +d="M624 32c8.7998 0 16 -7.2002 16 -16v-16c0 -35.2002 -28.7998 -64 -64 -64h-512c-35.2002 0 -64 28.7998 -64 64v16c0 8.7998 7.2002 16 16 16h239.23c-0.25 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46zM576 400v-336h-512v336 +c0 26.4004 21.5996 48 48 48h416c26.4004 0 48 -21.5996 48 -48zM512 128v256h-384v-256h384z" /> + <glyph glyph-name="tablet" unicode="" horiz-adv-x="448" +d="M400 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h352zM224 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="mobile" unicode="" horiz-adv-x="320" +d="M272 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-224c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h224zM160 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="quote-left" unicode="" +d="M464 192c26.5 0 48 -21.5 48 -48v-128c0 -26.5 -21.5 -48 -48 -48h-128c-26.5 0 -48 21.5 -48 48v240c0 88.4004 71.5996 160 160 160h8c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8c-35.2998 0 -64 -28.7002 -64 -64v-64h80zM176 192 +c26.5 0 48 -21.5 48 -48v-128c0 -26.5 -21.5 -48 -48 -48h-128c-26.5 0 -48 21.5 -48 48v240c0 88.4004 71.5996 160 160 160h8c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8c-35.2998 0 -64 -28.7002 -64 -64v-64h80z" /> + <glyph glyph-name="quote-right" unicode="" +d="M464 416c26.5 0 48 -21.5 48 -48v-240c0 -88.4004 -71.5996 -160 -160 -160h-8c-13.2998 0 -24 10.7002 -24 24v48c0 13.2998 10.7002 24 24 24h8c35.2998 0 64 28.7002 64 64v64h-80c-26.5 0 -48 21.5 -48 48v128c0 26.5 21.5 48 48 48h128zM176 416 +c26.5 0 48 -21.5 48 -48v-240c0 -88.4004 -71.5996 -160 -160 -160h-8c-13.2998 0 -24 10.7002 -24 24v48c0 13.2998 10.7002 24 24 24h8c35.2998 0 64 28.7002 64 64v64h-80c-26.5 0 -48 21.5 -48 48v128c0 26.5 21.5 48 48 48h128z" /> + <glyph glyph-name="spinner" unicode="" +d="M304 400c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48zM256 32c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48zM464 240c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48 +s-48 21.4902 -48 48s21.4902 48 48 48zM96 192c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48zM108.922 92.9219c26.5088 0 48 -21.4912 48 -48c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48z +M403.078 92.9219c26.5098 0 48 -21.4912 48 -48c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48zM108.922 387.078c26.5088 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48z" /> + <glyph glyph-name="circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z" /> + <glyph glyph-name="smile" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32 +s32 14.2998 32 32s-14.2998 32 -32 32zM362.8 101.8c13.5 16.2998 -11.2002 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002s-67.7998 15.3008 -90.2002 42.2002c-13.5996 16.2002 -38.2002 -4.2002 -24.5996 -20.5 +c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7998z" /> + <glyph glyph-name="frown" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32 +s32 14.2998 32 32s-14.2998 32 -32 32zM338.2 53.7998c13.5 -16.2998 38.0996 4.2002 24.5 20.4004c-28.4004 34.2002 -70.2998 53.7998 -114.7 53.7998s-86.2998 -19.5996 -114.8 -53.7002c-13.5 -16.2998 11.0996 -36.7998 24.5996 -20.5 +c22.4004 26.7998 55.2998 42.2002 90.2002 42.2002s67.7998 -15.4004 90.2002 -42.2002z" /> + <glyph glyph-name="meh" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM344 80c21.2002 0 21.2002 32 0 32h-192c-21.2002 0 -21.2002 -32 0 -32 +h192zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="gamepad" unicode="" horiz-adv-x="640" +d="M480.07 352c88.2939 -0.0263672 159.952 -71.7061 159.952 -160c0 -88.3203 -71.6797 -160 -160 -160c-37.1016 0 -88.291 21.5039 -114.263 48h-91.5195c-25.9717 -26.4961 -77.1611 -48 -114.263 -48c-88.3203 0 -160 71.6797 -160 160s71.6797 160 160 160h0.0224609 +h320.07zM248 180v24c0 6.62402 -5.37598 12 -12 12h-52v52c0 6.62402 -5.37598 12 -12 12h-24c-6.62402 0 -12 -5.37598 -12 -12v-52h-52c-6.62402 0 -12 -5.37598 -12 -12v-24c0 -6.62402 5.37598 -12 12 -12h52v-52c0 -6.62402 5.37598 -12 12 -12h24 +c6.62402 0 12 5.37598 12 12v52h52c6.62402 0 12 5.37598 12 12zM464 104c22.0801 0 40 17.9199 40 40s-17.9199 40 -40 40s-40 -17.9199 -40 -40s17.9199 -40 40 -40zM528 200c22.0801 0 40 17.9199 40 40s-17.9199 40 -40 40s-40 -17.9199 -40 -40s17.9199 -40 40 -40z +" /> + <glyph glyph-name="keyboard" unicode="" horiz-adv-x="576" +d="M528 0h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48zM128 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40 +c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM224 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 268v40c0 6.62695 -5.37305 12 -12 12h-40 +c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM416 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM512 268v40 +c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM176 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40 +c6.62695 0 12 5.37305 12 12zM272 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM368 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40 +c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM464 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM128 76v40c0 6.62695 -5.37305 12 -12 12h-40 +c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM416 76v40c0 6.62695 -5.37305 12 -12 12h-232c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h232c6.62695 0 12 5.37305 12 12zM512 76v40 +c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12z" /> + <glyph glyph-name="flag-checkered" unicode="" +d="M243.2 258.1c24.2002 -6.69922 47.5996 -16.3994 73.5996 -22.1992v-68.2002c-24.2998 6.7002 -47.5 16.3994 -73.5996 22.2998v68.0996zM466.5 381.1c21.2002 9.80078 45.5 -5.69922 45.4004 -29v-243.1c0 -10.5996 -5.10059 -20.4004 -13.8008 -26.4004 +c-35.7998 -24.5996 -74.2998 -40.8994 -122.5 -40.8994c-67.3994 0 -111.6 34.7998 -165.199 34.7998c-50.8008 0 -86.1006 -10 -114.4 -22.0996v-94.4004c0 -13.2998 -10.7002 -24 -24 -24h-16c-13.2998 0 -24 10.7002 -24 24v386.1c-14.5 10.1006 -24 26.9004 -24 45.9004 +c0 31.7002 26.2998 57.2998 58.2998 56c28.5 -1.2002 51.7998 -24 53.6006 -52.4004c0.5 -8.39941 -0.800781 -16.2998 -3.60059 -23.5996c20.7002 7.59961 43 12 68 12c67.4004 0 111.7 -34.7998 165.2 -34.7998c40.5 0 82.7002 16 117 31.8994zM169.6 122.5v71.2998 +c-26.0996 -2.39941 -47.3994 -8.09961 -73.5996 -17.3994v-70.5c23.5996 8.39941 47.7998 13.8994 73.5996 16.5996zM464 257v70.5c-21.2998 -8.90039 -46.5996 -17.7002 -73.5996 -22.5v-71.9004c-26 -4.19922 -49.9004 -2.59961 -73.6006 2.7002v68.4004 +c-26.3994 4.59961 -49.8994 13.8994 -73.5996 21.2998v-67.4004c-25.2002 7 -46.6006 9.40039 -73.6006 5.7002v71.6006c-23.5 -2.2002 -40.3994 -9.80078 -73.5996 -22v-70.5c29 10.6992 51.2002 17.7998 73.5996 20.8994v-70c32.8008 3 53.9004 0.600586 73.6006 -3.7998 +v-68.5c26.2998 -4.59961 49.7002 -13.9004 73.5996 -21.2998v67.3994c25.7002 -7.09961 46.6006 -9.2998 73.6006 -5.59961v-71.5996c25.0996 2.39941 48.5 11 73.5996 27.0996v70.5c-22.2002 -14.2002 -48.7998 -22.5996 -73.5996 -26v71.0996 +c27.2998 4.40039 50 14.1006 73.5996 23.9004z" /> + <glyph glyph-name="terminal" unicode="" horiz-adv-x="640" +d="M257.981 175.029l-194.344 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9404 0l-22.668 22.667c-9.35742 9.35742 -9.375 24.5225 -0.0400391 33.9014l154.021 154.746l-154.021 154.745c-9.33496 9.37891 -9.31738 24.5439 0.0400391 33.9014l22.667 22.667 +c9.37305 9.37207 24.5684 9.37207 33.9404 0l194.344 -194.344c9.37207 -9.37207 9.37207 -24.5674 0 -33.9404zM640 -8c0 -13.2549 -10.7451 -24 -24 -24h-304c-13.2549 0 -24 10.7451 -24 24v32c0 13.2549 10.7451 24 24 24h304c13.2549 0 24 -10.7451 24 -24v-32z" /> + <glyph glyph-name="code" unicode="" horiz-adv-x="640" +d="M278.9 -63.5l-61 17.7002c-6.40039 1.7998 -10 8.5 -8.2002 14.8994l136.5 470.2c1.7998 6.40039 8.5 10 14.8994 8.2002l61 -17.7002c6.40039 -1.7998 10 -8.5 8.2002 -14.8994l-136.5 -470.2c-1.89941 -6.40039 -8.5 -10.1006 -14.8994 -8.2002zM164.9 48.7002 +c-4.5 -4.90039 -12.1006 -5.10059 -17 -0.5l-144.101 135.1c-5.09961 4.7002 -5.09961 12.7998 0 17.5l144.101 135c4.89941 4.60059 12.5 4.2998 17 -0.5l43.5 -46.3994c4.69922 -4.90039 4.2998 -12.7002 -0.800781 -17.2002l-90.5996 -79.7002l90.5996 -79.7002 +c5.10059 -4.5 5.40039 -12.2998 0.800781 -17.2002zM492.1 48.0996c-4.89941 -4.5 -12.5 -4.2998 -17 0.600586l-43.5 46.3994c-4.69922 4.90039 -4.2998 12.7002 0.800781 17.2002l90.5996 79.7002l-90.5996 79.7998c-5.10059 4.5 -5.40039 12.2998 -0.800781 17.2002 +l43.5 46.4004c4.60059 4.7998 12.2002 5 17 0.5l144.101 -135.2c5.09961 -4.7002 5.09961 -12.7998 0 -17.5z" /> + <glyph glyph-name="reply-all" unicode="" horiz-adv-x="576" +d="M136.309 258.164l176.005 151.985c15.4062 13.3047 39.6865 2.50293 39.6865 -18.1641v-82.7637c129.182 -10.2305 224 -52.2119 224 -183.548c0 -61.4404 -39.582 -122.309 -83.333 -154.132c-13.6533 -9.93066 -33.1113 2.5332 -28.0771 18.6309 +c38.5117 123.162 -3.92188 169.482 -112.59 182.016v-84.1758c0 -20.7012 -24.2998 -31.4531 -39.6865 -18.1641l-176.005 151.987c-11.0703 9.56152 -11.0859 26.7529 0 36.3281zM8.30859 221.836c-11.0703 9.56152 -11.0859 26.7529 0 36.3281l176.005 151.985 +c15.4062 13.3047 39.6865 2.50293 39.6865 -18.1641v-15.8174l-108.607 -93.7861c-10.7041 -9.23926 -19.3926 -28.2158 -19.3926 -42.3564v-0.0234375v-0.0244141c0 -14.1416 8.68848 -33.1191 19.3936 -42.3604l108.606 -93.7852v-15.8184 +c0 -20.7002 -24.2998 -31.4531 -39.6865 -18.1641z" /> + <glyph glyph-name="location-arrow" unicode="" +d="M444.52 444.48c38.3809 16 79.9609 -25.5801 63.9707 -63.9707l-191.9 -415.779c-22.3896 -47.9805 -92.75 -31.9805 -92.75 19.1895v175.91h-175.91c-51.1699 0 -67.1602 70.3604 -19.1895 92.75z" /> + <glyph glyph-name="crop" unicode="" +d="M488 96c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-40v-40c0 -13.25 -10.75 -24 -24 -24h-48c-13.25 0 -24 10.75 -24 24v282.75l-146.75 -146.75h114.75v-96h-232c-13.25 0 -24 10.75 -24 24v264h-40c-13.25 0 -24 10.75 -24 24v48 +c0 13.2598 10.75 24 24 24h40v40c0 13.2598 10.75 24 24 24h48c13.25 0 24 -10.7402 24 -24v-282.75l146.75 146.75h-114.75v96h210.75l59.3096 59.3096c6.25 6.25 16.3809 6.25 22.6309 0l22.6191 -22.6191c6.25 -6.25 6.25 -16.3809 0 -22.6309l-59.3096 -59.3096v-242.75 +h40z" /> + <glyph glyph-name="code-branch" unicode="" horiz-adv-x="384" +d="M384 304c0 -35.2002 -22.7998 -65.0996 -54.4004 -75.9004c-0.5 -28.0996 -7.59961 -50.5 -21.5996 -67.8994c-28.2002 -35 -76 -39.5 -118.2 -43.4004c-25.7002 -2.39941 -49.8994 -4.59961 -66.0996 -12.7998c-7.10059 -3.59961 -11.7998 -8.2002 -14.9004 -13.4004 +c30 -11.5 51.2002 -40.5996 51.2002 -74.5996c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 35.7998 23.5 66.0996 56 76.4004v199.3c-32.5 10.2002 -56 40.5 -56 76.2998c0 44.2002 35.7998 80 80 80s80 -35.7998 80 -80c0 -35.7998 -23.5 -66.0996 -56 -76.2998 +v-144c23.9004 11.5 53.0996 14.2998 81.2998 16.8994c35.9004 3.30078 69.7998 6.5 85.2002 25.7002c6.7998 8.40039 10.4004 20.7998 11 36.9004c-33.2002 9.7002 -57.5 40.3994 -57.5 76.7998c0 44.2002 35.7998 80 80 80s80 -35.7998 80 -80zM80 384 +c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16s16 7.2002 16 16s-7.2002 16 -16 16zM80 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM304 320c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16s16 7.2002 16 16 +s-7.2002 16 -16 16z" /> + <glyph glyph-name="unlink" unicode="" +d="M304.083 42.0928c4.68555 -4.68555 4.68555 -12.2842 0 -16.9707l-44.6738 -44.6738c-59.2627 -59.2627 -155.693 -59.2666 -214.961 0c-59.2646 59.2646 -59.2646 155.695 0 214.96l44.6748 44.6748c4.68555 4.68555 12.2842 4.68555 16.9707 0l39.5986 -39.5977 +c4.68555 -4.68652 4.68555 -12.2842 0 -16.9717l-44.6758 -44.6738c-28.0713 -28.0732 -28.0713 -73.75 0 -101.823c28.0723 -28.0713 73.75 -28.0723 101.824 0l44.6738 44.6748c4.68652 4.68555 12.2842 4.68555 16.9717 0zM247.515 302.309l-39.5967 39.5986 +c-4.68555 4.68652 -4.68555 12.2852 0 16.9707l44.6738 44.6738c59.2666 59.2646 155.695 59.2646 214.961 0s59.2656 -155.694 0 -214.96l-44.6748 -44.6748c-4.68652 -4.68555 -12.2852 -4.68555 -16.9707 0l-39.5986 39.5977c-4.68555 4.6875 -4.68555 12.2852 0 16.9717 +l44.6758 44.6738c28.0713 28.0732 28.0713 73.75 0 101.823c-28.0742 28.0723 -73.752 28.0742 -101.824 0l-44.6738 -44.6748c-4.6875 -4.68555 -12.2852 -4.68555 -16.9717 0zM482.343 -56.9707c-9.37207 -9.37207 -24.5674 -9.37207 -33.9404 0l-441.373 441.373 +c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l22.6279 22.6279c9.37207 9.37305 24.5674 9.37305 33.9404 0l441.372 -441.374c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404z" /> + <glyph glyph-name="question" unicode="" horiz-adv-x="384" +d="M202.021 448c84.8809 0 175.482 -66.2559 175.481 -153.6c0 -115.982 -125.268 -117.768 -125.268 -160.627v-5.77344c0 -13.2549 -10.7451 -24 -24 -24h-72.4717c-13.2549 0 -24 10.7451 -24 24v9.78809c0 61.8291 46.876 86.5449 82.2998 106.405 +c30.376 17.0293 48.9922 28.6113 48.9922 51.1641c0 29.832 -38.0518 49.6309 -68.8154 49.6309c-39.127 0 -57.708 -18.0684 -82.7568 -49.4492c-8.12109 -10.1738 -22.8809 -12.0127 -33.2529 -4.14844l-43.1387 32.709c-10.2705 7.78809 -12.541 22.2939 -5.17773 32.874 +c40.5889 58.3232 92.2881 91.0264 172.107 91.0264zM192 74.541c38.1963 0 69.2715 -31.0742 69.2715 -69.2695c0 -38.1963 -31.0752 -69.2715 -69.2715 -69.2715s-69.2715 31.0752 -69.2715 69.2695c0 38.1963 31.0752 69.2715 69.2715 69.2715z" /> + <glyph glyph-name="info" unicode="" horiz-adv-x="192" +d="M20 23.7715h20v144.457h-20c-11.0459 0 -20 8.9541 -20 20v47.7715c0 11.0459 8.9541 20 20 20h112c11.0459 0 20 -8.9541 20 -20v-212.229h20c11.0459 0 20 -8.9541 20 -20v-47.7715c0 -11.0459 -8.9541 -20 -20 -20h-152c-11.0459 0 -20 8.9541 -20 20v47.7715 +c0 11.0459 8.9541 20 20 20zM96 448c39.7637 0 72 -32.2354 72 -72s-32.2354 -72 -72 -72s-72 32.2354 -72 72s32.2354 72 72 72z" /> + <glyph glyph-name="exclamation" unicode="" horiz-adv-x="192" +d="M176 16c0 -44.1123 -35.8877 -80 -80 -80s-80 35.8877 -80 80s35.8877 80 80 80s80 -35.8877 80 -80zM25.2598 422.801c-0.68457 13.709 10.2441 25.1992 23.9707 25.1992h93.5391c13.7266 0 24.6553 -11.4902 23.9707 -25.1992l-13.6006 -272 +c-0.638672 -12.7725 -11.1807 -22.8008 -23.9697 -22.8008h-66.3398c-12.7891 0 -23.3311 10.0283 -23.9697 22.8008z" /> + <glyph glyph-name="superscript" unicode="" +d="M496 288c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v96h-16c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32 +c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-144h16zM336 384c8.83203 0 16 -7.16797 16 -16v-48c0 -8.83203 -7.16797 -16 -16 -16h-33.4805l-77.8096 -112l77.8096 -112h33.4805c8.83203 0 16 -7.16797 16 -16v-48 +c0 -8.83203 -7.16797 -16 -16 -16h-67c-4.58984 0.0224609 -10.4404 3.10059 -13.0596 6.87012l-79.9004 115l-79.9004 -115c-2.63477 -3.79199 -8.52148 -6.87012 -13.1387 -6.87012h-0.000976562h-67c-8.83203 0 -16 7.16797 -16 16v48c0 8.83203 7.16797 16 16 16 +h33.4805l77.8096 112l-77.8096 112h-33.4805c-8.83203 0 -16 7.16797 -16 16v48c0 8.83203 7.16797 16 16 16h67c4.58984 -0.0224609 10.4404 -3.10059 13.0596 -6.87012l79.9004 -115l79.9004 115c2.63477 3.79199 8.52148 6.87012 13.1387 6.87012h0.000976562h67z" /> + <glyph glyph-name="subscript" unicode="" +d="M496 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v96h-16c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32 +c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-144h16zM336 384c8.83203 0 16 -7.16797 16 -16v-48c0 -8.83203 -7.16797 -16 -16 -16h-33.4805l-77.8096 -112l77.8096 -112h33.4805c8.83203 0 16 -7.16797 16 -16v-48 +c0 -8.83203 -7.16797 -16 -16 -16h-67c-4.58984 0.0224609 -10.4404 3.10059 -13.0596 6.87012l-79.9004 115l-79.9004 -115c-2.63477 -3.79199 -8.52148 -6.87012 -13.1387 -6.87012h-0.000976562h-67c-8.83203 0 -16 7.16797 -16 16v48c0 8.83203 7.16797 16 16 16 +h33.4805l77.8096 112l-77.8096 112h-33.4805c-8.83203 0 -16 7.16797 -16 16v48c0 8.83203 7.16797 16 16 16h67c4.58984 -0.0224609 10.4404 -3.10059 13.0596 -6.87012l79.9004 -115l79.9004 115c2.63477 3.79199 8.52148 6.87012 13.1387 6.87012h0.000976562h67z" /> + <glyph glyph-name="eraser" unicode="" +d="M497.941 174.059l-142.059 -142.059h144.117c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-356c-10.9756 0 -26.1816 6.29883 -33.9424 14.0586l-96 96c-18.7441 18.7451 -18.7441 49.1377 0 67.8828l256 256 +c18.7471 18.7451 49.1387 18.7441 67.8838 0l160 -160c18.7441 -18.7451 18.7441 -49.1377 0 -67.8828zM195.314 236.686l-124.687 -124.686l80 -80h114.745l67.3135 67.3135z" /> + <glyph glyph-name="puzzle-piece" unicode="" horiz-adv-x="576" +d="M519.442 159.349c37.5957 0 56.5576 -31.5928 56.5576 -65.792c0 -33.5469 -19.2881 -61.5566 -54.9229 -61.5557c-39.8848 0 -50.3457 36.1523 -86.3086 36.1523c-60.5518 0 -25.8262 -120.102 -25.8262 -120.102c-51.5557 0 -181.23 -35.0732 -181.23 25.7305 +c0 35.8271 36.2881 46.25 36.2881 85.9844c0 35.501 -28.1152 54.7178 -61.7881 54.7178c-34.3271 0 -63.5771 -18.8906 -63.5771 -56.3467c0 -41.3633 40 -58.998 40 -81.4707c0 -69.709 -178.635 -28.6621 -178.635 -28.6621v333.237s175.885 -40.9609 175.884 28.6621 +c0 22.4727 -31.7109 40.3857 -31.7109 81.75c0 37.4551 31.7119 56.3457 66.3662 56.3457c33.3457 0 61.4609 -19.2158 61.4609 -54.7178c0 -39.7354 -36.2881 -50.1582 -36.2881 -85.9854c0 -83.2969 196.288 -3.29688 196.288 -3.29688 +s-54.5908 -176.244 5.38379 -176.244c22.5586 0 40.5391 31.5928 82.0586 31.5928z" /> + <glyph glyph-name="microphone" unicode="" horiz-adv-x="352" +d="M176 96c-53.0195 0 -96 42.9805 -96 96v160c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96v-160c0 -53.0195 -42.9805 -96 -96 -96zM336 256c8.83984 0 16 -7.16016 16 -16v-48c0 -88.9004 -66.29 -162.47 -152 -174.23v-33.7695h56c8.83984 0 16 -7.16016 16 -16v-16 +c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v40.1602c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-42.2998 +c0 -66.8105 48.71 -126.59 115.21 -133.08c76.2998 -7.44043 140.79 52.5801 140.79 127.38v48c0 8.83984 7.16016 16 16 16h16z" /> + <glyph glyph-name="microphone-slash" unicode="" horiz-adv-x="640" +d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705 +c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l178.54 -137.99v45.3604c0 53.0195 42.9805 96 96 96c53.0205 0 96 -42.9805 96 -96v-160.01c0 -10.4502 -2.17969 -20.2705 -5.2793 -29.6699l26.5498 -20.5205c6.75977 15.4004 10.7197 32.2803 10.7197 50.2002v48 +c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-48c0 -29.0098 -7.38965 -56.1299 -19.9805 -80.1396zM400 -16c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56 +v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v6.85059l52.0303 -40.2305c12.4395 -53.2197 55.3301 -96.4004 111.18 -101.85c6.94043 -0.669922 13.6396 -0.200195 20.3496 0.199219l50.1104 -38.7295c-10.8203 -3.77051 -22.0098 -6.70996 -33.6699 -8.31055 +v-33.7695h56z" /> + <glyph glyph-name="calendar" unicode="" horiz-adv-x="448" +d="M12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM448 300c0 -6.59961 -5.40039 -12 -12 -12h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52 +c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36z" /> + <glyph glyph-name="fire-extinguisher" unicode="" horiz-adv-x="448" +d="M434.027 421.671c7.31445 1.21875 13.9727 -4.4209 13.9727 -11.8369v-115.668c0 -7.41602 -6.6582 -13.0557 -13.9727 -11.8369l-168 28c-11.7305 1.95508 -10.0273 14.6973 -10.0273 17.6709h-40v-27.0303c41.4043 -10.6582 72 -48.2383 72 -92.9697v-248 +c0 -13.2549 -10.7451 -24 -24 -24h-144c-13.2549 0 -24 10.7451 -24 24v246.795c0 44.8945 30.457 83.2666 72 94.1289v27.0762c-61.0361 0 -92.9424 7.00977 -121.711 -64.9141c-4.91699 -12.2949 -18.8789 -18.2959 -31.1963 -13.3701 +c-12.3066 4.92285 -18.293 18.8906 -13.3701 31.1973c14.668 36.6709 38.0107 77.833 90.0498 90.8838c-14.1406 36.5273 12.793 76.2031 52.2275 76.2031c37.4463 0 64.3525 -36.1084 53.668 -72h58.332c0 4.2002 -1.30664 15.7822 10.0273 17.6709zM144 376 +c8.82227 0 16 7.17773 16 16s-7.17773 16 -16 16s-16 -7.17773 -16 -16s7.17773 -16 16 -16z" /> + <glyph glyph-name="rocket" unicode="" +d="M505.05 428.9c6.9502 -32.2002 6.9502 -57.4004 6.85059 -82.6006c0 -102.689 -55.4102 -164.79 -128 -211.09v-104.41v-0.0400391c0 -16.3516 -11.8721 -35.5527 -26.5 -42.8594l-98.7002 -49.3906c-2.79004 -1.38965 -7.58398 -2.5166 -10.7002 -2.5166 +c-13.248 0 -24 10.752 -24 24v0.00683594v103.84l-22.4697 -22.4697c-5.17383 -5.1748 -15.3125 -9.375 -22.6299 -9.375c-7.31836 0 -17.4561 4.2002 -22.6309 9.375l-50.8994 50.9102c-5.17285 5.17285 -9.37012 15.3096 -9.37012 22.625s4.19727 17.4512 9.37012 22.625 +l22.4697 22.4697h-103.77h-0.0126953c-13.248 0 -24 10.752 -24 24c0 3.12012 1.12988 7.91797 2.52246 10.71l49.4199 98.7998c7.32324 14.6094 26.5283 26.4766 42.8701 26.4902h104.2c46.1895 72.7998 108.09 128 211.29 128c25.0996 0 50.29 0 82.4893 -6.90039 +c5.54395 -1.19043 11.0098 -6.65527 12.2002 -12.1992zM384 280c22.0801 0 40 17.9199 40 40s-17.9199 40 -40 40s-40 -17.9199 -40 -40s17.9199 -40 40 -40z" /> + <glyph glyph-name="chevron-circle-left" unicode="" +d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM142.1 175l135.5 -135.5c9.40039 -9.40039 24.6006 -9.40039 33.9004 0l17 17c9.40039 9.40039 9.40039 24.5996 0 33.9004l-101.6 101.6l101.6 101.6 +c9.40039 9.40039 9.40039 24.6006 0 33.9004l-17 17c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-135.5 -135.5c-9.39941 -9.40039 -9.39941 -24.5996 0 -34z" /> + <glyph glyph-name="chevron-circle-right" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM369.9 209l-135.5 135.5c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-17 -17c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l101.6 -101.6l-101.6 -101.6 +c-9.40039 -9.40039 -9.40039 -24.6006 0 -33.9004l17 -17c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l135.5 135.5c9.39941 9.40039 9.39941 24.5996 0 34z" /> + <glyph glyph-name="chevron-circle-up" unicode="" +d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM239 305.9l-135.5 -135.5c-9.40039 -9.40039 -9.40039 -24.6006 0 -33.9004l17 -17c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l101.6 101.6l101.6 -101.6 +c9.40039 -9.40039 24.6006 -9.40039 33.9004 0l17 17c9.40039 9.40039 9.40039 24.5996 0 33.9004l-135.5 135.5c-9.40039 9.39941 -24.5996 9.39941 -34 0z" /> + <glyph glyph-name="chevron-circle-down" unicode="" +d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM273 78.0996l135.5 135.5c9.40039 9.40039 9.40039 24.6006 0 33.9004l-17 17c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-101.6 -101.6l-101.6 101.6 +c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-17 -17c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l135.5 -135.5c9.40039 -9.39941 24.5996 -9.39941 34 0z" /> + <glyph glyph-name="anchor" unicode="" horiz-adv-x="576" +d="M12.9707 96c-10.6904 0 -16.0449 12.9258 -8.48535 20.4854l67.0283 67.0283c4.6875 4.68652 12.2852 4.68652 16.9717 0l67.0283 -67.0283c7.56055 -7.55957 2.20605 -20.4854 -8.48438 -20.4854h-35.1465c20.2969 -54.3359 85.1816 -86.6162 144.117 -94.0146v190.015 +h-52c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h52v5.46973c-37.2842 13.1807 -64 48.7324 -64 90.5303c0 53.4746 43.7227 96.7393 97.3701 95.9902c52.2354 -0.728516 94.6348 -43.7627 94.6289 -96.002 +c-0.00488281 -41.793 -26.7188 -77.3398 -64 -90.5186v-5.46973h52c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-52v-190.015c59.1543 7.42676 123.827 39.6973 144.117 94.0146h-35.1465c-10.6904 0 -16.0449 12.9248 -8.48438 20.4854 +l67.0283 67.0283c4.6875 4.68652 12.2852 4.68652 16.9717 0l67.0283 -67.0283c7.56055 -7.55957 2.20605 -20.4854 -8.48438 -20.4854h-32.3945c-21.7822 -102.62 -136.406 -160 -242.635 -160c-106.056 0 -220.828 57.2646 -242.635 160h-32.3945zM288 384 +c-17.6445 0 -32 -14.3555 -32 -32s14.3555 -32 32 -32s32 14.3555 32 32s-14.3555 32 -32 32z" /> + <glyph glyph-name="unlock-alt" unicode="" horiz-adv-x="448" +d="M400 192c26.5 0 48 -21.5 48 -48v-160c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v160c0 26.5 21.5 48 48 48h24v102.5c0 84 67.5 153.2 151.5 153.5s152.5 -68 152.5 -152v-16c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v16 +c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-103.1h248zM264 40v48c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-48c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40z" /> + <glyph glyph-name="bullseye" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 8c101.71 0 184 82.3096 184 184c0 101.71 -82.3096 184 -184 184c-101.71 0 -184 -82.3096 -184 -184c0 -101.71 82.3096 -184 184 -184zM248 320 +c70.6904 0 128 -57.3096 128 -128s-57.3096 -128 -128 -128s-128 57.3096 -128 128s57.3096 128 128 128zM248 128c35.29 0 64 28.71 64 64s-28.71 64 -64 64s-64 -28.71 -64 -64s28.71 -64 64 -64z" /> + <glyph glyph-name="ellipsis-h" unicode="" +d="M328 192c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM432 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72zM80 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72 +s-72 32.2002 -72 72s32.2002 72 72 72z" /> + <glyph glyph-name="ellipsis-v" unicode="" horiz-adv-x="192" +d="M96 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72zM24 368c0 39.7998 32.2002 72 72 72s72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72zM24 16c0 39.7998 32.2002 72 72 72s72 -32.2002 72 -72 +s-32.2002 -72 -72 -72s-72 32.2002 -72 72z" /> + <glyph glyph-name="rss-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM112 32c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM269.533 32 +c6.53516 0 11.7764 5.46777 11.4248 11.9941c-5.9668 110.428 -94.418 198.99 -204.964 204.964c-6.52637 0.351562 -11.9941 -4.88965 -11.9941 -11.4248v-34.335c0 -6.00977 4.63574 -11.0508 10.6328 -11.4414c79.8799 -5.20312 143.909 -69.0732 149.123 -149.123 +c0.391602 -5.99805 5.43066 -10.6338 11.4424 -10.6338h34.335zM372.56 32c6.4541 0 11.6641 5.33789 11.4326 11.7871c-5.99512 167.014 -140.375 302.18 -308.205 308.205c-6.44922 0.231445 -11.7871 -4.97852 -11.7871 -11.4326v-34.334 +c0 -6.16016 4.88184 -11.1748 11.0391 -11.4277c136.556 -5.59863 246.162 -115.225 251.76 -251.76c0.251953 -6.15625 5.2666 -11.0381 11.4268 -11.0381h34.334z" /> + <glyph glyph-name="play-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM371.7 168c16.3994 9.09961 16.3994 32.7998 0 42l-176 107c-15.9004 8.7998 -35.7002 -2.59961 -35.7002 -21v-208c0 -18.5 19.9004 -29.7998 35.7002 -21z" /> + <glyph glyph-name="minus-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM92 152h264c6.59961 0 12 5.40039 12 12v56c0 6.59961 -5.40039 12 -12 12h-264c-6.59961 0 -12 -5.40039 -12 -12v-56 +c0 -6.59961 5.40039 -12 12 -12z" /> + <glyph glyph-name="check-square" unicode="" horiz-adv-x="448" +d="M400 -32h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM195.314 66.0586l184 184c6.24707 6.24805 6.24707 16.3799 0 22.627l-22.6279 22.6279 +c-6.24707 6.24707 -16.3789 6.24805 -22.6279 0l-150.059 -150.059l-70.0586 70.0596c-6.24805 6.24707 -16.3799 6.24707 -22.6279 0l-22.6279 -22.6279c-6.24707 -6.24707 -6.24707 -16.3789 0 -22.627l104 -104c6.24902 -6.25 16.3799 -6.25 22.6289 -0.000976562z" /> + <glyph glyph-name="pen-square" unicode="" horiz-adv-x="448" +d="M400 -32h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48zM238.1 270.1l-135.699 -135.699l-6.30078 -57.1006c-0.799805 -7.59961 5.60059 -14.0996 13.3008 -13.2998l57.0996 6.2998l135.7 135.7 +c2.2998 2.2998 2.2998 6.09961 0 8.5l-55.5 55.5c-2.5 2.40039 -6.2998 2.40039 -8.60059 0.0996094zM345 282.9l-30.0996 30.0996c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-23.0996 -23.0996c-2.30078 -2.30078 -2.30078 -6.10059 0 -8.5l55.5 -55.5 +c2.2998 -2.30078 6.09961 -2.30078 8.5 0l23.0996 23.0996c9.2998 9.2998 9.2998 24.5 0 33.9004z" /> + <glyph glyph-name="share-square" unicode="" horiz-adv-x="576" +d="M568.482 270.552l-144.004 -135.984c-15.1787 -14.335 -40.4785 -3.70703 -40.4785 17.4473v71.9629c-144.575 -0.969727 -205.566 -35.1123 -164.775 -171.353c4.4834 -14.9727 -12.8457 -26.5674 -25.0059 -17.3301 +c-38.9668 29.5996 -74.2188 86.2168 -74.2188 143.366c0 143.937 117.599 172.5 264 173.312v72.0156c0 21.1738 25.3174 31.7676 40.4785 17.4473l144.004 -135.987c10.0195 -9.46289 10.0273 -25.4248 0 -34.8965zM384 68.8721c0 7.34473 6.53027 12.9053 13.7998 11.8594 +c2.81152 -0.405273 7.39844 -0.734375 10.2393 -0.734375c6.80469 0 17.5342 1.8418 23.9502 4.11133c7.81348 2.76367 16.0107 -3.01465 16.0107 -11.3027v-88.8057c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48 +h121.033c12.5508 0 16.6748 -16.8301 5.54492 -22.6309c-18.7773 -9.78613 -36.0615 -22.1084 -51.0137 -37.6758c-1.95312 -2.03711 -5.82715 -3.69141 -8.64844 -3.69336h-50.916v-320h320v68.8721z" /> + <glyph glyph-name="compass" unicode="" horiz-adv-x="496" +d="M225.38 214.63c12.4902 12.4902 32.75 12.4902 45.25 0s12.5 -32.75 0 -45.25c-12.4902 -12.5 -32.7598 -12.5 -45.25 0c-12.5 12.4902 -12.5 32.75 0 45.25zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248z +M374.14 291.95c7.61035 16.6494 -9.54004 33.7998 -26.1895 26.2002l-144.34 -65.9707c-5.97461 -2.73047 -13.04 -9.7959 -15.7705 -15.7695l-65.9795 -144.351c-7.61035 -16.6494 9.5498 -33.8096 26.1992 -26.1992l144.341 65.9697 +c5.97363 2.73047 13.0391 9.7959 15.7695 15.7695z" /> + <glyph glyph-name="caret-square-down" unicode="" horiz-adv-x="448" +d="M448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM92.5 227.5l123 -123c4.7002 -4.7002 12.2998 -4.7002 17 0l123 123c7.59961 7.59961 2.2002 20.5 -8.5 20.5h-246 +c-10.7002 0 -16.0996 -12.9004 -8.5 -20.5z" /> + <glyph glyph-name="caret-square-up" unicode="" horiz-adv-x="448" +d="M0 16v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48zM355.515 156.485l-123.029 123.029c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-123.028 -123.029 +c-7.56055 -7.56055 -2.20605 -20.4854 8.48438 -20.4854h246.06c10.6904 0 16.0449 12.9258 8.48535 20.4854z" /> + <glyph glyph-name="caret-square-right" unicode="" horiz-adv-x="448" +d="M48 416h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48zM188.485 60.4854l123.028 123.028c4.68652 4.68652 4.68652 12.2842 0 16.9717l-123.028 123.029 +c-7.56055 7.56055 -20.4854 2.20605 -20.4854 -8.48438v-246.06c0 -10.6904 12.9258 -16.0449 20.4854 -8.48535z" /> + <glyph glyph-name="euro-sign" unicode="" horiz-adv-x="320" +d="M310.706 34.2354l8.81836 -44.4902c1.23828 -6.24902 -2.62109 -12.3623 -8.78809 -13.957c-12.5391 -3.24414 -34.8008 -7.78809 -61.1016 -7.78809c-104.371 0 -182.496 65.3076 -207.521 155.64h-30.1143c-6.62695 0 -12 5.37305 -12 12v28.3604 +c0 6.62695 5.37305 12 12 12h21.3877c-1 12.958 -0.828125 28.6377 0.181641 42.2451h-21.5693c-6.62695 0 -12 5.37305 -12 12v29.7549c0 6.62695 5.37305 12 12 12h33.0752c28.9551 83.748 107.376 144 204.56 144c21.0752 0 40.582 -2.91211 52.6865 -5.20703 +c6.86035 -1.30078 11.1475 -8.17578 9.32617 -14.917l-11.9912 -44.3682c-1.65527 -6.125 -7.78613 -9.89062 -14.002 -8.62305c-9.28711 1.89551 -23.3652 4.14551 -37.8516 4.14551c-54.9287 0 -96.9854 -30.0391 -117.619 -75.0303h138.278 +c7.66211 0 13.3613 -7.08203 11.7227 -14.5664l-6.51172 -29.7549c-1.13965 -5.20703 -6.3916 -9.43359 -11.7227 -9.43359v0h-146.593c-1.55176 -13.958 -1.34766 -27.917 -0.137695 -42.2451h134.237c7.68945 0 13.3936 -7.12891 11.708 -14.6309l-6.37305 -28.3604 +c-1.16211 -5.17188 -6.40723 -9.36914 -11.708 -9.36914h-113.689c19.5322 -50.6582 64.6982 -85.4482 121.462 -85.4482c18.0039 0 34.7334 2.97363 45.4258 5.41211c6.58887 1.50391 13.1094 -2.73828 14.4238 -9.36816z" /> + <glyph glyph-name="pound-sign" unicode="" horiz-adv-x="320" +d="M308 96c6.62695 0 12 -5.37305 12 -12v-104c0 -6.62695 -5.37305 -12 -12 -12h-296c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h36v128h-28c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h28v66.0391 +c0 73.2188 58.0264 125.961 139.931 125.961c48.6455 0 85.1934 -22.5596 101.575 -34.9277c5.39844 -4.07617 6.35254 -11.8057 2.11914 -17.0811l-28.4932 -35.5137c-3.7998 -4.73535 -10.5371 -5.89746 -15.6875 -2.68457 +c-11.7744 7.34375 -33.9941 18.8486 -57.6523 18.8486c-37.2305 0 -61.792 -24.8193 -61.792 -57.0859v-63.5557h84c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-84v-126.848h122.505v50.8477c0 6.62695 5.37305 12 12 12h45.4951z" /> + <glyph glyph-name="dollar-sign" unicode="" horiz-adv-x="288" +d="M209.2 214.6c57.8994 -16.8994 94 -80.0996 72.5 -141.699c-15.4004 -44.1006 -59.1006 -71.8008 -105.7 -72.7002v-48.2002c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v48c-31.4004 0.0996094 -62 10.7998 -86.5 30 +c-7.90039 6.09961 -8.90039 17.5996 -1.7998 24.5l34.7998 34c5.2002 5.09961 13.4004 6.09961 19.5 2c10 -6.7998 22 -10.5 34.2002 -10.5h66.2998c16.2998 0 29.5 13.2002 29.5 29.5c0 13 -8.7002 24.5996 -21.2002 28.2998l-102.5 30 +c-44.3994 13 -79.5996 50.5 -83.7998 96.6006c-5.90039 64.8994 45.2998 119.6 109 119.6h2.5v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48c31.4004 -0.0996094 62 -10.7998 86.5 -30c7.90039 -6.09961 8.90039 -17.5996 1.7998 -24.5l-34.7998 -34 +c-5.2002 -5.09961 -13.4004 -6.09961 -19.5 -2c-10 6.7998 -22 10.5 -34.2002 10.5h-66.2998c-16.2998 0 -29.5 -13.2002 -29.5 -29.5c0 -13 8.7002 -24.7002 21.2002 -28.2998z" /> + <glyph glyph-name="rupee-sign" unicode="" horiz-adv-x="320" +d="M308 352h-72.9424c5.97266 -9.75391 10.7666 -20.459 14.252 -32h58.6904c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-52.8105c-7.1748 -74.5107 -61.8193 -125.566 -138.318 -127.906l150.882 -139.275 +c8.02734 -7.41016 2.78516 -20.8184 -8.13867 -20.8184h-82.5625c-2.58984 0 -6.23535 1.42578 -8.13867 3.18164l-165.052 152.356c-2.46094 2.27148 -3.86133 5.46875 -3.86133 8.81836v53.0117c0 6.62695 5.37305 12 12 12h84c41.7959 0 68.54 22.5459 74.7568 58.6318 +h-158.757c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h146.25c-12.709 17.2939 -33.6621 27.252 -60.9697 27.252h-85.2803c-6.62695 0 -12 5.37305 -12 12v44.748c0 6.62695 5.37305 12 12 12h296c6.62695 0 12 -5.37305 12 -12v-40 +c0 -6.62695 -5.37305 -12 -12 -12z" /> + <glyph glyph-name="yen-sign" unicode="" horiz-adv-x="384" +d="M351.2 416c9.09961 0 14.8994 -9.7002 10.5996 -17.5996l-80.0996 -150.4h58.2998c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-88.2002l-19.7998 -37.2002v-26.7998h108c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12 +h-108v-92c0 -6.59961 -5.40039 -12 -12 -12h-56c-6.59961 0 -12 5.40039 -12 12v92h-108c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h108v26.7998l-19.7998 37.2002h-88.2002c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h58.2998 +l-80.0996 150.4c-4.2002 7.89941 1.5 17.5996 10.5996 17.5996h65.2002c4.59961 0 8.7998 -2.59961 10.7998 -6.7002l55.4004 -113.2c14.5 -34.6992 27.0996 -71.8994 27.0996 -71.8994h1.2998s12.6006 37.2002 27.1006 71.8994l55.3994 113.2 +c2 4.10059 6.2002 6.7002 10.8008 6.7002h65.2998z" /> + <glyph glyph-name="ruble-sign" unicode="" horiz-adv-x="384" +d="M239.36 128h-92.8008v-32h161.44c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-161.44v-52c0 -6.62695 -5.37305 -12 -12 -12h-58.5596c-6.62695 0 -12 5.37305 -12 12v52h-52c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h52 +v32h-52c-6.62695 0 -12 5.37305 -12 12v45.3682c0 6.62695 5.37305 12 12 12h52v206.632c0 6.62695 5.37305 12 12 12h163.36c85.1201 0 144.64 -57.5996 144.64 -143.071c0 -85.4707 -59.5195 -144.929 -144.64 -144.929zM146.56 347.252v-149.884h77.4404 +c48 0 76.1602 29.7285 76.1602 75.5605c0 45.2129 -28.1602 74.3232 -74.8799 74.3232h-78.7207z" /> + <glyph glyph-name="won-sign" unicode="" horiz-adv-x="576" +d="M564 256h-62.7002l-7.39941 -32h70.0996c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84.9004l-42.0996 -182.7c-1.2998 -5.39941 -6.09961 -9.2998 -11.7002 -9.2998h-56.7998c-5.59961 0 -10.4004 3.90039 -11.7002 9.2998l-42.3994 182.7 +h-55.1006l-42.2998 -182.7c-1.2998 -5.39941 -6.09961 -9.2998 -11.7002 -9.2998h-56.7998c-5.59961 0 -10.5 3.90039 -11.7002 9.40039l-40.8994 182.6h-83.9004c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h69.5l-7.2002 32h-62.2998 +c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h48l-18.0996 80.7002c-1.7002 7.5 4 14.5996 11.6992 14.5996h42.1006c5.7002 0 10.7002 -4 11.7998 -9.59961l17.5 -85.7002h108.7l20 86c1.2998 5.5 6.09961 9.2998 11.7002 9.2998h44 +c5.59961 0 10.3994 -3.7998 11.6992 -9.2998l19.7002 -86h109.9l14.3994 85.7998c1.10059 5.5 6 9.5 11.7002 9.5h46.1006c7.69922 0 13.3994 -7.2002 11.6992 -14.7002l-18.5996 -80.5996h48c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM183.8 106 +l12.6006 54h-38.8008l11 -54c5.10059 -25.2002 6.80078 -47.2002 6.80078 -47.2002h1.09961c0.5 0 1.09961 21.4004 7.2998 47.2002zM211.3 224l7.5 32h-80.7998l6.5 -32h66.7998zM274.2 224h25.3994l-2 8.59961c-1.89941 8 -3.5 16 -4.7998 23.4004h-11.7998 +c-1.2998 -7.40039 -2.90039 -15.4004 -4.7998 -23.4004zM405.1 106l11.5 54h-39.0996l12.4004 -54c6.19922 -25.7998 6.69922 -47.2002 7.2998 -47.2002h1.09961s1.7002 22 6.7998 47.2002zM430.3 224l6.90039 32h-81.6006l7.30078 -32h67.3994z" /> + <glyph glyph-name="file" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98 +c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="file-alt" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM288 76v8c0 6.59961 -5.40039 12 -12 12h-168c-6.59961 0 -12 -5.40039 -12 -12v-8 +c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12zM288 140v8c0 6.59961 -5.40039 12 -12 12h-168c-6.59961 0 -12 -5.40039 -12 -12v-8c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12zM288 212c0 6.59961 -5.40039 12 -12 12h-168 +c-6.59961 0 -12 -5.40039 -12 -12v-8c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12v8zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="sort-alpha-down" unicode="" horiz-adv-x="448" +d="M176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262l-80 96c-10.0703 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32 +c8.83203 0 16 -7.16797 16 -16v-304h48zM416 160c8.83203 0 16 -7.16797 16 -16v-17.6299v-0.00292969c0 -7.93262 -4.81152 -18.6475 -10.7402 -23.917l-61.2598 -70.4502h56c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128 +c-8.83203 0 -16 7.16797 -16 16v17.6299v0.00292969c0 7.93262 4.81152 18.6475 10.7402 23.917l61.2598 70.4502h-56c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128zM447.06 245.38c0.514648 -1.44043 0.931641 -3.85059 0.931641 -5.37988 +c0 -8.82715 -7.16406 -15.9951 -15.9912 -16h-24.8398h-0.0449219c-6.42773 0 -13.249 4.96387 -15.2256 11.0801l-4.40918 12.9199h-71l-4.4209 -12.9199c-1.97559 -6.11621 -8.79688 -11.0801 -15.2246 -11.0801h-0.00488281h-24.8301 +c-8.82715 0.00488281 -15.9912 7.17285 -15.9912 16c0 1.5293 0.416992 3.93945 0.931641 5.37988l59.2695 160c2.09277 5.8623 8.84375 10.6201 15.0684 10.6201h0.00195312h41.4395h0.00195312c6.22461 0 12.9756 -4.75781 15.0684 -10.6201zM335.61 304h32.7793 +l-16.3896 48z" /> + <glyph glyph-name="sort-alpha-up" unicode="" horiz-adv-x="448" +d="M16 288c-14.2197 0 -21.3496 17.2598 -11.3096 27.3096l80 96c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262l80 -96c10.0703 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v304h-48zM416 160c8.83203 0 16 -7.16797 16 -16v-17.6299v-0.00292969c0 -7.93262 -4.81152 -18.6475 -10.7402 -23.917l-61.2598 -70.4502h56c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128 +c-8.83203 0 -16 7.16797 -16 16v17.6299v0.00292969c0 7.93262 4.81152 18.6475 10.7402 23.917l61.2598 70.4502h-56c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128zM447.06 245.38c0.514648 -1.44043 0.931641 -3.85059 0.931641 -5.37988 +c0 -8.82715 -7.16406 -15.9951 -15.9912 -16h-24.8398h-0.0449219c-6.42773 0 -13.249 4.96387 -15.2256 11.0801l-4.40918 12.9199h-71l-4.4209 -12.9199c-1.97559 -6.11621 -8.79688 -11.0801 -15.2246 -11.0801h-0.00488281h-24.8301 +c-8.82715 0.00488281 -15.9912 7.17285 -15.9912 16c0 1.5293 0.416992 3.93945 0.931641 5.37988l59.2695 160c2.09277 5.8623 8.84375 10.6201 15.0684 10.6201h0.00195312h41.4395h0.00195312c6.22461 0 12.9756 -4.75781 15.0684 -10.6201zM335.61 304h32.7793 +l-16.3896 48z" /> + <glyph glyph-name="sort-amount-down" unicode="" +d="M304 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-64c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h64zM176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96 +c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262l-80 96c-10.0801 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32c8.83203 0 16 -7.16797 16 -16v-304h48zM432 288 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-192c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h192zM368 160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h128zM496 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-256c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h256z" /> + <glyph glyph-name="sort-amount-up" unicode="" +d="M304 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-64c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h64zM16 288c-14.2305 0 -21.3496 17.2598 -11.3096 27.3096l80 96c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262 +s8.72363 -2.09766 11.3096 -4.68262l80 -96c10.0703 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v304h-48zM432 288c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16 +h-192c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h192zM368 160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128zM496 416c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-256c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h256z" /> + <glyph glyph-name="sort-numeric-down" unicode="" horiz-adv-x="448" +d="M304 352c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-112h16c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v64h-16zM330.15 189.09c53.4502 14.25 101.85 -25.8799 101.869 -77.0898v-10.7695c0 -70.3906 -28.25 -107.24 -86.25 -132 +c-8.36914 -3.58008 -18.0293 1.2793 -20.8994 9.90918l-9.90039 20c-2.62012 7.87012 0.610352 16.9404 8.18066 20.3408c6.2793 2.71387 15.6201 8.49805 20.8496 12.9092c-47.6396 4.76074 -83.0996 51.4805 -68.8496 102.53c6.80762 23.4512 31.4473 47.7197 55 54.1699z +M352 92c11.04 0 20 8.95996 20 20s-8.95996 20 -20 20s-20 -8.95996 -20 -20s8.95996 -20 20 -20zM176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262 +l-80 96c-10.0703 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32c8.83203 0 16 -7.16797 16 -16v-304h48z" /> + <glyph glyph-name="sort-numeric-up" unicode="" horiz-adv-x="448" +d="M330.17 189.09c53.4502 14.25 101.83 -25.8799 101.85 -77.0898v-10.7695c0 -70.3906 -28.25 -107.24 -86.25 -132c-8.36914 -3.58008 -18.0293 1.2793 -20.8994 9.90918l-9.90039 20c-2.62012 7.87012 0.610352 16.9404 8.18066 20.3408 +c6.2793 2.71387 15.6201 8.49805 20.8496 12.9092c-47.6396 4.76074 -83.0996 51.4805 -68.8301 102.53c6.80762 23.4512 31.4482 47.7197 55 54.1699zM352 92c11.04 0 20 8.95996 20 20s-8.95996 20 -20 20s-20 -8.95996 -20 -20s8.95996 -20 20 -20zM304 352 +c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-112h16c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-96 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v64h-16zM107.31 411.31l80 -96c10.0703 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v304h-48 +c-14.2197 0 -21.3496 17.2598 -11.3096 27.3096l80 96c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262z" /> + <glyph glyph-name="thumbs-up" unicode="" +d="M104 224c13.2549 0 24 -10.7451 24 -24v-240c0 -13.2549 -10.7451 -24 -24 -24h-80c-13.2549 0 -24 10.7451 -24 24v240c0 13.2549 10.7451 24 24 24h80zM64 -24c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM384 366.548 +c0 -42.416 -25.9697 -66.208 -33.2773 -94.5479h101.724c33.3965 0 59.3965 -27.7461 59.5527 -58.0977c0.0839844 -17.9385 -7.5459 -37.249 -19.4395 -49.1973l-0.109375 -0.110352c9.83594 -23.3369 8.23633 -56.0371 -9.30859 -79.4688 +c8.68164 -25.8945 -0.0683594 -57.7041 -16.3818 -74.7568c4.29785 -17.5977 2.24414 -32.5752 -6.14746 -44.6318c-20.4102 -29.3242 -70.9961 -29.7373 -113.773 -29.7373l-2.84473 0.000976562c-48.2871 0.0166016 -87.8057 17.5977 -119.561 31.7246 +c-15.957 7.09961 -36.8203 15.8877 -52.6504 16.1787c-6.54004 0.120117 -11.7832 5.45703 -11.7832 11.998v213.77c0 3.2002 1.28223 6.27148 3.55762 8.52148c39.6143 39.1436 56.6484 80.5869 89.1172 113.11c14.8037 14.832 20.1885 37.2363 25.3936 58.9023 +c4.44629 18.501 13.749 57.7939 33.9316 57.7939c24 0 72 -8 72 -81.4521z" /> + <glyph glyph-name="thumbs-down" unicode="" +d="M0 392c0 13.2549 10.7451 24 24 24h80c13.2549 0 24 -10.7451 24 -24v-240c0 -13.2549 -10.7451 -24 -24 -24h-80c-13.2549 0 -24 10.7451 -24 24v240zM40 192c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24zM312 -64 +c-20.1826 0 -29.4854 39.293 -33.9307 57.7949c-5.20605 21.666 -10.5889 44.0703 -25.3936 58.9023c-32.4688 32.5234 -49.5029 73.9668 -89.1172 113.11c-1.96387 1.94141 -3.55762 5.75879 -3.55762 8.52051v0.000976562v213.77 +c0 6.54102 5.24316 11.8779 11.7832 11.998c15.8311 0.290039 36.6934 9.0791 52.6504 16.1787c31.7549 14.127 71.2744 31.708 119.561 31.7246h2.84375c42.7773 0 93.3633 -0.413086 113.774 -29.7373c8.3916 -12.0566 10.4453 -27.0342 6.14746 -44.6318 +c16.3125 -17.0527 25.0635 -48.8633 16.3818 -74.7568c17.5439 -23.4316 19.1436 -56.1318 9.30859 -79.4688l0.109375 -0.110352c11.8936 -11.9492 19.5234 -31.2588 19.4395 -49.1973c-0.15625 -30.3516 -26.1572 -58.0977 -59.5527 -58.0977h-101.725 +c7.30762 -28.3398 33.2773 -52.1318 33.2773 -94.5479c0 -73.4521 -48 -81.4521 -72 -81.4521z" /> + <glyph glyph-name="female" unicode="" horiz-adv-x="256" +d="M128 448c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM247.283 93.8213c3.78809 -15.1504 -7.69238 -29.8213 -23.2832 -29.8213h-56v-104c0 -13.2549 -10.7451 -24 -24 -24h-32c-13.2549 0 -24 10.7451 -24 24v104h-56 +c-15.6172 0 -27.0654 14.6953 -23.2832 29.8213l48 192c2.50879 10.0342 12.9395 18.1787 23.2832 18.1787h11.3604c23.6895 -10.8936 50.5684 -10.4434 73.2793 0h11.3604c10.3438 0 20.7744 -8.14453 23.2832 -18.1787z" /> + <glyph glyph-name="male" unicode="" horiz-adv-x="192" +d="M96 448c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM144 304c26.5098 0 48 -21.4902 48 -48v-136c0 -13.2549 -10.7451 -24 -24 -24h-16v-136c0 -13.2549 -10.7451 -24 -24 -24h-64c-13.2549 0 -24 10.7451 -24 24v136h-16 +c-13.2549 0 -24 10.7451 -24 24v136c0 26.5098 21.4902 48 48 48h11.3604c23.6895 -10.8936 50.5684 -10.4434 73.2793 0h11.3604z" /> + <glyph glyph-name="sun" unicode="" +d="M256 288c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM502.4 207.5c12.7998 -6.40039 12.7998 -24.5996 -0.200195 -31.0996l-94.7002 -47.3008l33.5 -100.399c4.59961 -13.5 -8.2998 -26.4004 -21.9004 -21.9004 +l-100.399 33.5l-47.2998 -94.7002c-6.40039 -12.7998 -24.6006 -12.7998 -31 0l-47.3008 94.7002l-100.399 -33.5c-13.5 -4.59961 -26.4004 8.2998 -21.9004 21.9004l33.5 100.5l-94.7002 47.2998c-12.7998 6.40039 -12.7998 24.5996 0 31l94.7002 47.4004l-33.5 100.399 +c-4.59961 13.5 8.2998 26.4004 21.9004 21.9004l100.5 -33.5l47.2998 94.7002c6.40039 12.7998 24.5996 12.7998 31 0l47.4004 -94.8008l100.399 33.5c13.5 4.60059 26.4004 -8.2998 21.9004 -21.8994l-33.5 -100.4zM346.5 101.5c49.9004 49.9004 49.9004 131.1 0 181 +s-131.1 49.9004 -181 0s-49.9004 -131.1 0 -181s131.1 -49.9004 181 0z" /> + <glyph glyph-name="moon" unicode="" +d="M283.211 -64c-141.489 0 -256 114.691 -256 256c0 141.489 114.691 256 256 256c13.0176 -0.00195312 33.9727 -1.91895 46.7754 -4.28027c11.0059 -2.0332 13.4414 -16.7178 3.75586 -22.2295c-62.8359 -35.7588 -101.498 -102.172 -101.498 -174.395 +c0 -125.378 114.059 -220.607 238.262 -196.954c10.9229 2.08008 18.6299 -10.6416 11.5625 -19.3496c-47.7783 -58.8672 -119.896 -94.792 -198.857 -94.792z" /> + <glyph glyph-name="archive" unicode="" +d="M32 0v288h448v-288c0 -17.7002 -14.2998 -32 -32 -32h-384c-17.7002 0 -32 14.2998 -32 32zM192 212v-8c0 -6.59961 5.40039 -12 12 -12h104c6.59961 0 12 5.40039 12 12v8c0 6.59961 -5.40039 12 -12 12h-104c-6.59961 0 -12 -5.40039 -12 -12zM480 416 +c17.7002 0 32 -14.2998 32 -32v-48c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v48c0 17.7002 14.2998 32 32 32h448z" /> + <glyph glyph-name="bug" unicode="" +d="M511.988 159.1c-0.478516 -17.4297 -15.2168 -31.0996 -32.6533 -31.0996h-55.335v-16c0 -21.8643 -4.88184 -42.584 -13.5996 -61.1445l60.2275 -60.2285c12.4961 -12.4971 12.4961 -32.7578 0 -45.2549c-12.498 -12.4971 -32.7588 -12.4961 -45.2559 0 +l-54.7363 54.7363c-24.75 -20.0732 -56.2852 -32.1084 -90.6357 -32.1084v244c0 6.62695 -5.37305 12 -12 12h-24c-6.62695 0 -12 -5.37305 -12 -12v-244c-34.3506 0 -65.8857 12.0352 -90.6357 32.1084l-54.7363 -54.7363c-12.498 -12.4971 -32.7588 -12.4961 -45.2559 0 +c-12.4961 12.4971 -12.4961 32.7578 0 45.2549l60.2275 60.2285c-8.71777 18.5605 -13.5996 39.2803 -13.5996 61.1445v16h-55.334c-17.4355 0 -32.1748 13.6699 -32.6533 31.0996c-0.49707 18.084 14.0156 32.9004 31.9873 32.9004h56v58.7451l-46.6279 46.6279 +c-12.4961 12.4971 -12.4961 32.7578 0 45.2549c12.498 12.4971 32.7578 12.4971 45.2559 0l54.627 -54.6279h229.489l54.627 54.627c12.498 12.4971 32.7578 12.4971 45.2559 0c12.4961 -12.4971 12.4961 -32.7578 0 -45.2549l-46.627 -46.627v-58.7451h56 +c17.9717 0 32.4844 -14.8164 31.9883 -32.9004zM257 448c61.8564 0 112 -50.1436 112 -112h-224c0 61.8564 50.1436 112 112 112z" /> + <glyph glyph-name="caret-square-left" unicode="" horiz-adv-x="448" +d="M400 -32h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM259.515 323.515l-123.029 -123.029c-4.68652 -4.68652 -4.68652 -12.2842 0 -16.9717l123.028 -123.028 +c7.56055 -7.56055 20.4854 -2.20605 20.4854 8.48438v246.06c0.000976562 10.6904 -12.9248 16.0449 -20.4844 8.48535z" /> + <glyph glyph-name="dot-circle" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM336 192c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80z" /> + <glyph glyph-name="wheelchair" unicode="" +d="M496.101 62.3311l14.2275 -28.6631c3.92871 -7.91504 0.697266 -17.5156 -7.21777 -21.4453l-65.4658 -32.8857c-16.0488 -7.9668 -35.5557 -1.19434 -43.1885 15.0547l-62.7773 133.608h-139.679c-15.9248 0 -29.4258 11.71 -31.6787 27.4746 +c-33.8887 237.218 -31.9414 222.481 -32.3213 228.525c0 36.3584 30.3184 65.6348 67.0518 63.9287c33.2715 -1.54492 60.0479 -28.9043 60.9248 -62.2012c0.868164 -32.9326 -23.1514 -60.4229 -54.6074 -65.0381l4.66992 -32.6904h129.961c8.83691 0 16 -7.16309 16 -16 +v-32c0 -8.83691 -7.16309 -16 -16 -16h-120.818l4.57227 -32h132.246c11.2168 0 24.1924 -8.24023 28.9619 -18.3916l57.5146 -122.407l36.1787 18.3486c7.91504 3.92871 17.5166 0.697266 21.4453 -7.21777zM311.358 96l25.752 -54.8076 +c-27.3047 -61.8848 -89.2402 -105.192 -161.11 -105.192c-97.0469 0 -176 78.9531 -176 176c0 74.0371 45.9561 137.536 110.836 163.489c2.64453 -18.4736 5.77637 -40.3682 9.48828 -66.333c-33.6299 -19.3477 -56.3242 -55.6514 -56.3242 -97.1562 +c0 -61.7568 50.2432 -112 112 -112c56.3242 0 103.064 41.7959 110.852 96h24.5068z" /> + <glyph glyph-name="lira-sign" unicode="" horiz-adv-x="384" +d="M371.994 192c6.78613 0 12.2578 -5.62598 11.9971 -12.4082c-5.15332 -133.758 -94.3174 -211.592 -228.408 -211.592h-79.583c-6.62695 0 -12 5.37305 -12 12v193.442l-49.3975 -10.9775c-7.49316 -1.66602 -14.6025 4.03711 -14.6025 11.7139v40.9766 +c0 5.31348 4.20996 10.5615 9.39746 11.7139l54.6025 12.1338v30.4395l-49.3975 -10.9775c-7.49316 -1.66602 -14.6025 4.03711 -14.6025 11.7139v40.9766c0 5.31348 4.20996 10.5615 9.39746 11.7139l54.6025 12.1338v68.9971c0 6.62695 5.37305 12 12 12h56 +c6.62695 0 12 -5.37305 12 -12v-51.2188l129.397 28.7539c7.49316 1.66602 14.6025 -4.03711 14.6025 -11.7139v-40.9756c0 -5.31348 -4.20996 -10.5615 -9.39746 -11.7139l-134.603 -29.9121v-30.4385l129.397 28.7539c7.49316 1.66602 14.6025 -4.03711 14.6025 -11.7139 +v-40.9766c0 -5.31348 -4.20996 -10.5615 -9.39746 -11.7139l-134.603 -29.9121v-159.219c86.1787 0 168 48 168 148.754c0 6.33398 5.63965 11.2461 11.9746 11.2461h48.0195z" /> + <glyph glyph-name="space-shuttle" unicode="" horiz-adv-x="640" +d="M592.604 239.756c29.6787 -13.9111 47.3965 -31.7637 47.3965 -47.7559s-17.7178 -33.8447 -47.3965 -47.7559c-32.8682 -15.4082 -76.8262 -24.2441 -120.604 -24.2441h-285.674c-4.95215 -6.55469 -10.585 -11.9775 -16.7197 -16h206.394 +c-146.843 -30.2529 -156.597 -136 -279.997 -136h-0.00292969v128h-16v-128c-26.5098 0 -48 28.6543 -48 64v64c-23.1807 0 -32 10.0166 -32 24v40c0 13.9678 8.80273 24 32 24v16c-23.1807 0 -32 10.0166 -32 24v40c0 13.9678 8.80273 24 32 24v64 +c0 35.3457 21.4902 64 48 64v-128h16v128h0.00292969c123.4 0 133.154 -105.747 279.997 -136h-206.393c6.13477 -4.02246 11.7676 -9.44531 16.7197 -16h285.673c43.7773 0 87.7354 -8.83594 120.604 -24.2441zM488 152c31.9424 0 31.9092 80 0 80 +c-4.41602 0 -8 -3.58398 -8 -8v-64c0 -4.41602 3.58398 -8 8 -8z" /> + <glyph glyph-name="envelope-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM178.117 185.896c10.5156 -7.66895 31.3799 -26.1133 45.8828 -25.8955 +c14.4912 -0.225586 35.3828 18.2393 45.8828 25.8936c90.6836 65.8145 89.7461 65.9697 114.117 84.9385v25.167c0 13.2549 -10.7451 24 -24 24h-272c-13.2549 0 -24 -10.7451 -24 -24v-25.167c24.3525 -18.9541 23.4287 -19.1201 114.117 -84.9365zM384 230.225 +c-13.958 -10.793 -33.3252 -25.2334 -95.2832 -70.1982c-13.6826 -9.98438 -37.833 -32.1592 -64.7197 -32.0254c-26.7188 -0.134766 -50.5322 21.6689 -64.6943 32.0098c-61.9736 44.9785 -81.3447 59.4199 -95.3027 70.2139v-142.225c0 -13.2549 10.7451 -24 24 -24h272 +c13.2549 0 24 10.7451 24 24v142.225z" /> + <glyph glyph-name="university" unicode="" +d="M496 320v-16c0 -4.41602 -3.58398 -8 -8 -8h-24v-12c0 -6.62695 -5.37305 -12 -12 -12h-392c-6.62695 0 -12 5.37305 -12 12v12h-24c-4.41602 0 -8 3.58398 -8 8v16c0 2.95215 2.21387 6.26367 4.94141 7.3916l232 88 +c0.810547 0.335938 2.18066 0.608398 3.05859 0.608398s2.24805 -0.272461 3.05859 -0.608398l232 -88c2.72754 -1.12793 4.94141 -4.43945 4.94141 -7.3916zM472 16c13.2549 0 24 -10.7451 24 -24v-16c0 -4.41602 -3.58398 -8 -8 -8h-464c-4.41602 0 -8 3.58398 -8 8v16 +c0 13.2549 10.7451 24 24 24h432zM96 256h64v-192h64v192h64v-192h64v192h64v-192h36c6.62695 0 12 -5.37305 12 -12v-20h-416v20c0 6.62695 5.37305 12 12 12h36v192z" /> + <glyph glyph-name="graduation-cap" unicode="" horiz-adv-x="640" +d="M622.34 294.8c23.5498 -7.24023 23.5498 -38.3594 0 -45.5996l-278.95 -85.7002c-20.3496 -6.25 -37.7295 -2.78027 -46.79 0l-195.569 60.0898c-12.25 -8.41992 -19.9307 -21.7002 -20.6904 -36.7197c9.19043 -5.62012 15.6602 -15.2998 15.6602 -26.8701 +c0 -10.7803 -5.67969 -19.8496 -13.8604 -25.6504l25.5303 -114.88c2.21973 -9.98926 -5.37988 -19.4697 -15.6201 -19.4697h-56.1094c-10.2305 0 -17.8301 9.48047 -15.6104 19.4697l25.5303 114.88c-8.18066 5.80078 -13.8604 14.8701 -13.8604 25.6504 +c0 11.8896 6.78027 21.8496 16.4102 27.3701c0.649414 17.6201 7.20996 33.71 17.8799 46.8994l-48.6299 14.9404c-23.54 7.23047 -23.54 38.3604 0 45.5898l278.95 85.7002c15.1895 4.66992 31.5898 4.66992 46.79 0zM352.79 132.91l145.03 44.5596l14.1797 -113.47 +c0 -35.3496 -85.96 -64 -192 -64s-192 28.6504 -192 64l14.1797 113.46l145.021 -44.5498c12.75 -3.91992 37.0596 -8.75977 65.5898 0z" /> + <glyph glyph-name="language" unicode="" horiz-adv-x="640" +d="M152.1 211.8l10.9004 -37.5h-38.0996l11.0996 37.5c3.5 12.1006 7.7998 33.2002 7.7998 33.2002h0.5s4.2998 -21.0996 7.7998 -33.2002zM616 352c13.2998 0 24 -10.7002 24 -24v-272c0 -13.2998 -10.7002 -24 -24 -24h-280v320h280zM592 232v16 +c0 6.59961 -5.40039 12 -12 12h-64v16c0 6.59961 -5.40039 12 -12 12h-16c-6.59961 0 -12 -5.40039 -12 -12v-16h-64c-6.59961 0 -12 -5.40039 -12 -12v-16c0 -6.59961 5.40039 -12 12 -12h114.3c-6.2002 -14.2998 -16.5 -29 -30 -43.2002 +c-6.59961 6.90039 -12.3994 13.9004 -17.3994 20.9004c-3.60059 5.09961 -10.6006 6.59961 -16 3.39941l-7.30078 -4.2998l-6.5 -3.89941c-5.89941 -3.5 -7.69922 -11.4004 -3.69922 -17.1006c6.09961 -8.7002 13.0996 -17.2998 21 -25.7002 +c-8.10059 -6.2998 -16.8008 -12.2998 -26.1006 -18c-5.59961 -3.39941 -7.39941 -10.5996 -4.2002 -16.1992l7.90039 -13.9004c3.40039 -5.90039 10.9004 -7.7998 16.7002 -4.2998c12.7002 7.7998 24.5 16.2002 35.3994 24.8994 +c10.9004 -8.7998 22.8008 -17.0996 35.4004 -24.8994c5.7998 -3.5 13.2998 -1.60059 16.7002 4.2998l7.89941 13.9004c3.2002 5.69922 1.40039 12.7998 -4.09961 16.1992c-9 5.5 -17.7002 11.6006 -26.0996 18c21 22.5 35.7998 46.3008 42.6992 69.9004h11.4004 +c6.59961 0 12 5.40039 12 12zM0 328c0 13.2998 10.7002 24 24 24h280v-320h-280c-13.2998 0 -24 10.7002 -24 24v272zM58.9004 111.9c-2.60059 -7.80078 3.19922 -15.9004 11.3994 -15.9004h22.9004c5.2998 0 10 3.59961 11.5 8.7002l9.09961 31.7998h60.2002 +l9.40039 -31.9004c1.40137 -4.74316 6.55273 -8.59668 11.5 -8.59961h22.8994c8.2998 0 14 8.09961 11.4004 15.9004l-57.5 169.1c-1.7002 4.7998 -6.2998 8.09961 -11.4004 8.09961h-32.5c-5.2002 0 -9.7002 -3.19922 -11.3994 -8.09961z" /> + <glyph glyph-name="fax" unicode="" +d="M480 288c17.6641 0 32 -14.3359 32 -32v-288c0 -17.6641 -14.3359 -32 -32 -32h-320c-17.6641 0 -32 14.3359 -32 32v448c0 17.6641 14.3359 32 32 32h242.75c7.31348 -0.000976562 17.4473 -4.19922 22.6201 -9.37012l45.25 -45.25 +c5.17676 -5.17285 9.37891 -15.3115 9.37988 -22.6299v-82.75zM288 16v32c0 8.83203 -7.16797 16 -16 16h-32c-8.83203 0 -16 -7.16797 -16 -16v-32c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16zM288 144v32c0 8.83203 -7.16797 16 -16 16h-32 +c-8.83203 0 -16 -7.16797 -16 -16v-32c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16zM416 16v32c0 8.83203 -7.16797 16 -16 16h-32c-8.83203 0 -16 -7.16797 -16 -16v-32c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16zM416 144v32 +c0 8.83203 -7.16797 16 -16 16h-32c-8.83203 0 -16 -7.16797 -16 -16v-32c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16zM416 256v64h-48c-8.83203 0 -16 7.16797 -16 16v48h-160v-128h224zM64 320c17.6641 0 32 -14.3359 32 -32v-320 +c0 -17.6641 -14.3359 -32 -32 -32h-32c-17.6641 0 -32 14.3359 -32 32v320c0 17.6641 14.3359 32 32 32h32z" /> + <glyph glyph-name="building" unicode="" horiz-adv-x="448" +d="M436 -32c6.62695 0 12 -5.37305 12 -12v-20h-448v20c0 6.62695 5.37305 12 12 12h20v456c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-456h20zM128 372v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40 +c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12zM128 276v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12zM180 128c6.62695 0 12 5.37305 12 12v40 +c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40zM256 -32v84c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-84h64zM320 140v40c0 6.62695 -5.37305 12 -12 12h-40 +c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 236v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 332v40 +c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12z" /> + <glyph glyph-name="child" unicode="" horiz-adv-x="384" +d="M120 376c0 39.7646 32.2354 72 72 72s72 -32.2354 72 -72c0 -39.7637 -32.2354 -72 -72 -72s-72 32.2363 -72 72zM374.627 374.627c12.4971 -12.4971 12.4971 -32.7568 0 -45.2539l-94.627 -94.627v-266.746c0 -17.6729 -14.3271 -32 -32 -32h-16 +c-17.6729 0 -32 14.3271 -32 32v112h-16v-112c0 -17.6729 -14.3271 -32 -32 -32h-16c-17.6729 0 -32 14.3271 -32 32v266.746l-94.627 94.626c-12.4971 12.4971 -12.4971 32.7578 0 45.2549c12.4961 12.4971 32.7578 12.4971 45.2539 0l86.627 -86.627h101.491 +l86.6279 86.627c12.4961 12.4971 32.7578 12.4971 45.2539 0z" /> + <glyph glyph-name="paw" unicode="" +d="M256 224c79.4102 0 192 -122.76 192 -200.25c0 -34.9004 -26.8096 -55.75 -71.7402 -55.75c-48.4102 0 -80.75 25.0801 -120.26 25.0801c-39.1699 0 -71.4199 -25.0801 -120.26 -25.0801c-44.9307 0 -71.7402 20.8496 -71.7402 55.75c0 77.4902 112.59 200.25 192 200.25 +zM108.72 236.61c10.4004 -34.6504 -4.76953 -68.3799 -33.8896 -75.3408c-29.1201 -6.95996 -61.1602 15.4805 -71.5605 50.1309c-10.3994 34.6494 4.77051 68.3799 33.8906 75.3398s61.1602 -15.4805 71.5596 -50.1299zM193.44 257.39 +c-30.9307 -8.14941 -65.6201 20.4502 -77.46 63.8701c-11.8408 43.4199 3.63965 85.2207 34.5791 93.3604c30.9404 8.13965 65.6201 -20.4502 77.46 -63.8701c11.8408 -43.4199 -3.63965 -85.2197 -34.5791 -93.3604zM474.83 286.73 +c29.1201 -6.96094 44.29 -40.6904 33.8896 -75.3408c-10.4102 -34.6494 -42.4395 -57.0898 -71.5596 -50.1299s-44.29 40.6904 -33.8906 75.3398c10.4102 34.6504 42.4404 57.0908 71.5605 50.1309zM318.56 257.39c-30.9395 8.14062 -46.4199 49.9404 -34.5791 93.3604 +c11.8398 43.4199 46.5195 72.0195 77.46 63.8701c30.9395 -8.15039 46.4199 -49.9404 34.5791 -93.3604c-11.8398 -43.4199 -46.5195 -72.0098 -77.46 -63.8701z" /> + <glyph glyph-name="cube" unicode="" +d="M239.1 441.7c10.9004 4.09961 22.9004 4.09961 33.7002 -0.100586l208 -78c18.7002 -7 31.1006 -24.8994 31.1006 -44.8994v-225.101c0 -18.0996 -10.2002 -34.7998 -26.5 -42.8994l-208 -104c-13.5 -6.7998 -29.4004 -6.7998 -42.9004 0l-208 104 +c-16.2002 8.09961 -26.5 24.7002 -26.5 42.8994v225.101c0 20 12.4004 38 31.0996 45zM256 379.6l-192 -72v-1.09961l192 -78l192 78v1.09961zM288 23.5996l160 80v133.9l-160 -65v-148.9z" /> + <glyph glyph-name="cubes" unicode="" +d="M488.6 197.8c14.1006 -5.2998 23.4004 -18.7002 23.4004 -33.7002v-110.1c0 -13.5996 -7.7002 -26.0996 -19.9004 -32.2002l-100 -50c-10.0996 -5.09961 -22.0996 -5.09961 -32.1992 0l-103.9 52l-103.9 -52c-10.0996 -5.09961 -22.0996 -5.09961 -32.1992 0l-100 50 +c-12.2002 6.10059 -19.9004 18.6006 -19.9004 32.2002v110.1c0 15 9.2998 28.4004 23.2998 33.7002l96.6006 36.2002v108.5c0 15 9.2998 28.4004 23.3994 33.7002l100 37.5c8.2002 3.09961 17.2002 3.09961 25.2998 0l100 -37.5 +c14.1006 -5.2998 23.4004 -18.7002 23.4004 -33.7002v-108.5zM358 233.2v73.2998l-85 -37v-68.2002zM154 343.9v-0.600586l102 -41.3994l102 41.3994v0.600586l-102 38.1992zM238 52.7998v75.4004l-85 -38.7998v-79.1006zM238 164.8v0.600586l-102 38.1992l-102 -38.1992 +v-0.600586l102 -41.3994zM478 52.7998v75.4004l-85 -38.7998v-79.1006zM478 164.8v0.600586l-102 38.1992l-102 -38.1992v-0.600586l102 -41.3994z" /> + <glyph glyph-name="recycle" unicode="" +d="M184.561 186.097c3.23242 -13.9971 -12.1221 -24.6348 -24.0674 -17.168l-40.7363 25.4551l-50.8672 -81.4014c-13.2832 -21.2559 2.07031 -48.9824 27.1221 -48.9824h51.9883c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-51.8848 +c-75.334 0 -121.302 83.0479 -81.4082 146.88l50.8223 81.3877l-40.7256 25.4482c-12.0811 7.54688 -8.96582 25.9609 4.87891 29.1582l110.237 25.4502c8.61133 1.9873 17.2012 -3.38086 19.1895 -11.9902zM283.122 369.012 +c-12.2842 19.6543 -41.5449 20.3193 -54.2568 -0.0214844l-17.9609 -28.7432c-3.5127 -5.62012 -10.916 -7.3291 -16.5361 -3.81738l-33.9189 21.1953c-5.62012 3.51172 -7.33008 10.9131 -3.82031 16.5332l17.9629 28.7656c37.6074 60.1709 125.295 60.0332 162.816 0 +l41.2627 -66.082l40.6875 25.4238c12.0771 7.55176 27.2646 -3.32324 24.0674 -17.168l-25.4502 -110.236c-1.97363 -8.55273 -10.5166 -13.9893 -19.1885 -11.9902l-110.237 25.4502c-13.8789 3.20508 -16.9297 21.6299 -4.87891 29.1572l40.7402 25.457zM497.288 146.88 +c39.9268 -63.8828 -6.13379 -146.88 -81.4082 -146.88h-95.8799v-47.9893c0 -14.3105 -17.3105 -21.3184 -27.3135 -11.3145l-80 79.9883c-6.24805 6.24805 -6.24805 16.3799 0 22.627l80 79.9814c10.0713 10.0703 27.3135 2.90039 27.3135 -11.3125v-47.9814h95.9844 +c25.0791 0 40.3926 27.749 27.1357 48.96l-27.5645 44.1123c-3.51172 5.62109 -1.80176 13.0234 3.81836 16.5361l33.8613 21.1582c5.62207 3.51367 13.0264 1.80273 16.5381 -3.82031z" /> + <glyph glyph-name="car" unicode="" +d="M499.99 272c7.80957 0 13.54 -7.33984 11.6494 -14.9102l-6 -24c-1.33008 -5.33984 -6.12988 -9.08984 -11.6396 -9.08984h-20.0703c13.4199 -11.7305 22.0703 -28.7803 22.0703 -48v-48c0 -16.1299 -6.16016 -30.6797 -16 -41.9297v-54.0703 +c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v54.0703c-9.83984 11.2598 -16 25.8096 -16 41.9297v48c0 19.2197 8.65039 36.2695 22.0801 48h-20.0703 +c-5.50977 0 -10.3096 3.75 -11.6396 9.08984l-6 24c-1.90039 7.57031 3.83008 14.9102 11.6396 14.9102h59.8604l16.6396 41.5996c17.1104 42.7705 57.9307 70.4004 103.99 70.4004h127c46.0703 0 86.8799 -27.6299 103.98 -70.4004l16.6396 -41.5996h59.8701z +M147.93 289.83l-19.9297 -49.8301h256l-19.9297 49.8301c-7.29004 18.2197 -24.9404 30.1699 -44.5703 30.1699h-127c-19.6299 0 -37.2803 -11.9502 -44.5703 -30.1699zM96 128.2c19.2002 0 48 -3.19043 48 15.9502c0 19.1396 -28.7998 47.8496 -48 47.8496 +s-32 -12.7598 -32 -31.9004c0 -19.1396 12.7998 -31.8994 32 -31.8994zM416 128.2c19.2002 0 32 12.7598 32 31.8994c0 19.1406 -12.7998 31.9004 -32 31.9004s-48 -28.71 -48 -47.8496c0 -19.1406 28.7998 -15.9502 48 -15.9502z" /> + <glyph glyph-name="taxi" unicode="" +d="M462 206.36c28.5898 -6.40039 50 -31.8301 50 -62.3604v-48c0 -23.6201 -12.9502 -44.0303 -32 -55.1201v-40.8799c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32 +v40.8799c-19.0498 11.0801 -32 31.4902 -32 55.1201v48c0 30.5303 21.4102 55.96 50 62.3604l22 84.8398c9.59961 35.2002 41.5996 60.7998 76.7998 60.7998h11.2002v32c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32v-32h11.2002 +c35.2002 0 67.2002 -25.5996 76.7998 -60.7998zM96 96c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM116.55 208h278.9l-17.3906 67.1396c-2.01953 7.37988 -9.37988 12.8604 -14.8496 12.8604h-214.4 +c-5.46973 0 -12.8291 -5.48047 -15.0596 -13.6396zM416 96c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="tree" unicode="" horiz-adv-x="384" +d="M378.31 69.5098c6 -6.79004 7.36035 -16.0898 3.56055 -24.2598c-3.75 -8.0498 -12 -13.25 -21.0098 -13.25h-136.86v-24.4502l30.29 -48.3994c5.32031 -10.6406 -2.41992 -23.1602 -14.3096 -23.1602h-95.9609c-11.8896 0 -19.6299 12.5195 -14.3096 23.1602 +l30.29 48.3994v24.4502h-136.86c-9.00977 0 -17.2598 5.2002 -21.0098 13.25c-3.7998 8.16992 -2.43945 17.4697 3.56055 24.2598l79.8896 90.4902h-30.6299c-9.02051 0 -16.9805 5 -20.7803 13.0498c-3.79004 8.0498 -2.54004 17.2598 3.27051 24.04l78.1396 90.9102 +h-28.8896c-9.10059 0 -17.3105 5.34961 -20.8701 13.6104c-3.51074 8.12988 -1.86035 17.5898 4.23926 24.0801l110.28 117.479c6.04004 6.4502 17.29 6.4502 23.3203 0l110.27 -117.479c6.10059 -6.49023 7.76074 -15.9502 4.24023 -24.0801 +c-3.55957 -8.26074 -11.7598 -13.6104 -20.8604 -13.6104h-28.8896l78.1299 -90.8896c5.83008 -6.79004 7.08008 -16.0107 3.28027 -24.0508c-3.7998 -8.05957 -11.7705 -13.0596 -20.7803 -13.0596h-30.6299z" /> + <glyph glyph-name="database" unicode="" horiz-adv-x="448" +d="M448 374.857v-45.7148c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426v45.7148c0 40.2852 100.333 73.1426 224 73.1426s224 -32.8574 224 -73.1426zM448 272v-102.857c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426 +v102.857c48.125 -33.1426 136.208 -48.5723 224 -48.5723s175.874 15.4297 224 48.5723zM448 112v-102.857c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426v102.857c48.125 -33.1426 136.208 -48.5723 224 -48.5723s175.874 15.4297 224 48.5723z +" /> + <glyph glyph-name="file-pdf" unicode="" horiz-adv-x="384" +d="M181.9 191.9c-5 16 -4.90039 46.8994 -2 46.8994c8.39941 0 7.59961 -36.8994 2 -46.8994zM180.2 144.7c9.59961 -17.4004 21.7998 -31.2002 34.5 -40.7998c-23.9004 -4.7002 -44.6006 -14.9004 -62.9004 -21.9004c11.1006 19.4004 20.7002 42.5 28.4004 62.7002z +M86.0996 19.9004c5.80078 15.6992 28.2002 33.8994 34.9004 40.1992c-21.7002 -34.7998 -34.9004 -41 -34.9004 -40.1992zM248 288h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136 +c0 -13.2002 10.7998 -24 24 -24zM240 116.2c-20 12.2002 -33.2998 29 -42.7002 53.7998c4.5 18.5 11.6006 46.5996 6.2002 64.2002c-4.7002 29.3994 -42.4004 26.5 -47.7998 6.7998c-5 -18.2998 -0.400391 -44.0996 8.09961 -77 +c-11.5996 -27.5996 -28.7002 -64.5996 -40.7998 -85.7998c-0.0996094 0 -0.0996094 -0.100586 -0.200195 -0.100586c-27.0996 -13.8994 -73.5996 -44.5 -54.5 -68c5.60059 -6.89941 16 -10 21.5 -10c17.9004 0 35.7002 18 61.1006 61.8008 +c25.7998 8.5 54.0996 19.0996 79 23.1992c21.6992 -11.7998 47.0996 -19.5 64 -19.5c29.1992 0 31.1992 32 19.6992 43.4004c-13.8994 13.5996 -54.2998 9.7002 -73.5996 7.2002zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6c6.40039 0 12.5 -2.5 17 -7z +M302.9 87.7002c0 0 -5.7002 -6.7998 -42.8008 9c40.3008 2.89941 46.9004 -6.2998 42.8008 -9z" /> + <glyph glyph-name="file-word" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM281.1 192c-5.59961 0 -10.5 -3.90039 -11.5 -9.5c-24.1992 -111.4 -21.7998 -118 -21.5996 -129.2 +c-0.799805 5.40039 -5.59961 29 -29.5996 129.4c-1.30078 5.39941 -6.10059 9.2002 -11.7002 9.2002h-29.1006c-5.59961 0 -10.3994 -3.7002 -11.6992 -9.10059c-22.1006 -90 -27.8008 -112.5 -29.4004 -122.7c-0.900391 12.7002 -5.40039 44.2002 -21 122.2 +c-1.09961 5.7002 -6.09961 9.7002 -11.7998 9.7002h-24.5c-7.7002 0 -13.4004 -7.09961 -11.7002 -14.5996l37.7998 -168c1.2002 -5.5 6.10059 -9.40039 11.7002 -9.40039h37.0996c5.5 0 10.3008 3.7998 11.6006 9.09961c23.2002 93.1006 24.5 96.2002 25.5996 110.5h0.5 +c4.7998 -29.2998 -0.200195 -7 25.6006 -110.5c1.2998 -5.2998 6.09961 -9.09961 11.5996 -9.09961h38c5.59961 0 10.5 3.7998 11.7002 9.2998l38 168c1.7002 7.60059 -4 14.7002 -11.7002 14.7002h-23.9004zM384 326.1v-6.09961h-128v128h6.09961 +c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="file-excel" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM284.1 205.5c5.10059 8 -0.599609 18.5 -10.0996 18.4004h-34.7998 +c-4.40039 0 -8.5 -2.40039 -10.6006 -6.30078c-30.5 -56.7998 -36.5996 -68.5 -36.5996 -68.5c-16.5996 34.9004 -10.5 19.7002 -36.5996 68.5c-2.10059 3.90039 -6.2002 6.30078 -10.6006 6.30078h-34.7998c-9.5 0 -15.2998 -10.5 -10.0996 -18.5l60.2998 -93.5 +l-60.2998 -93.5c-5.10059 -8 0.599609 -18.5 10.0996 -18.5h34.9004c4.39941 0 8.39941 2.39941 10.5 6.2998c26.5996 48.7998 30.1992 54 36.5996 68.7998c0 0 16.9004 -32.5 36.5 -68.7002c2.09961 -3.89941 6.2002 -6.2998 10.5996 -6.2998h34.9004 +c9.5 0 15.2002 10.5 10.0996 18.5l-60.0996 93.5zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="file-powerpoint" unicode="" horiz-adv-x="384" +d="M193.7 176.8c8.7998 0 15.5 -2.7002 20.2998 -8.09961c9.59961 -10.9004 9.7998 -32.7002 -0.200195 -44.1006c-4.89941 -5.59961 -11.8994 -8.5 -21.0996 -8.5h-26.9004v60.7002h27.9004zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6 +c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM277 146.8c0 44.2002 -28.4004 77 -72.9004 77h-81 +c-6.59961 0 -12 -5.39941 -12 -12v-199.8c0 -6.59961 5.40039 -12 12 -12h30.8008c6.59961 0 12 5.40039 12 12v57.2002c22.2998 0 111.1 -12.7002 111.1 77.5996z" /> + <glyph glyph-name="file-image" unicode="" horiz-adv-x="384" +d="M384 326.059v-6.05859h-128v128h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293l97.9404 -97.9404c3.88086 -3.88086 7.03027 -11.4834 7.03027 -16.9717zM248 288h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v464 +c0 13.2549 10.7451 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24zM112.545 272c-26.5088 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48zM320.545 32v112l-39.5137 39.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0 +l-103.515 -103.515l-39.5146 39.5146c-4.68652 4.68652 -11.7988 5.1709 -16.4854 0.485352l-39.5146 -39.5146l-0.485352 -48.4854h256z" /> + <glyph glyph-name="file-archive" unicode="" horiz-adv-x="384" +d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM128.4 112c17.8994 0 32.5 -12.0996 32.5 -27s-14.5 -27 -32.4004 -27s-32.5 12 -32.5 27c0 14.9004 14.5 27 32.4004 27zM224 312c0 -13.2002 10.7998 -24 24 -24h136 +v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h104.4v-32h32v32h63.5996v-136zM95.9004 416v-32h32v32h-32zM128.2 32c33 0 57.7998 30.2002 51.3994 62.5996l-17.2998 87.7002 +c-1.09961 5.60059 -6.09961 9.7002 -11.7998 9.7002h-22.0996v32h32v32h-32v32h32v32h-32v32h32v32h-32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32l-19.6006 -97.0996c-6.59961 -32.5 18.2002 -62.9004 51.4004 -62.9004z" /> + <glyph glyph-name="file-audio" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM160 44v136c0 10.7002 -12.9004 16.0996 -20.5 8.5l-35.5 -36.5h-28c-6.59961 0 -12 -5.40039 -12 -12 +v-56c0 -6.59961 5.40039 -12 12 -12h28l35.5 -36.5c7.59961 -7.5 20.5 -2.2002 20.5 8.5zM193.2 91.5996c-22.5 -23.0996 12.5996 -55.7998 34.3994 -33.5c27.2002 28 27.2002 72.5 0 100.4c-22.1992 22.7002 -56.5 -10.7002 -34.3994 -33.5 +c9.09961 -9.2998 9.09961 -24.0996 0 -33.4004zM279.2 208.7c-22.1006 22.7998 -56.5 -10.7002 -34.4004 -33.5c36.2998 -37.2998 36.2002 -96.6006 0 -133.8c-22.5996 -23.2002 12.6006 -55.9004 34.4004 -33.5c54.3994 56 54.3994 144.899 0 200.8zM384 326.1v-6.09961 +h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="file-video" unicode="" horiz-adv-x="384" +d="M384 326.059v-6.05859h-128v128h6.05859c6.36523 0 12.4707 -2.5293 16.9717 -7.0293l97.9404 -97.9404c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9717zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336 +c-13.2549 0 -24 10.7451 -24 24v464c0 13.2549 10.7451 24 24 24h200v-136zM320 167.984c0 21.4609 -25.96 31.9795 -40.9707 16.9697l-55.0293 -55.0127v38.0586c0 13.2549 -10.7451 24 -24 24h-112c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24 +h112c13.2549 0 24 10.7451 24 24v38.0586l55.0293 -55.0088c15.0273 -15.0264 40.9707 -4.47363 40.9707 16.9717v111.963z" /> + <glyph glyph-name="file-code" unicode="" horiz-adv-x="384" +d="M384 326.059v-6.05859h-128v128h6.05859c6.36523 0 12.4707 -2.5293 16.9717 -7.0293l97.9404 -97.9404c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9717zM248 288h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v464 +c0 13.2549 10.7451 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24zM123.206 47.4951l19.5791 20.8838c0.805664 0.860352 1.45996 2.51465 1.45996 3.69336c0 1.34766 -0.820312 3.16309 -1.83203 4.05371l-40.7627 35.874l40.7627 35.874 +c1.01172 0.890625 1.83203 2.70605 1.83203 4.05371c0 1.17871 -0.654297 2.83301 -1.45996 3.69336l-19.5791 20.8848c-0.882812 0.942383 -2.64844 1.70703 -3.93945 1.70703c-1.17871 0 -2.83398 -0.654297 -3.69336 -1.46094l-64.8662 -60.8115 +c-0.942383 -0.883789 -1.70703 -2.64844 -1.70703 -3.93945c0 -1.29199 0.764648 -3.05664 1.70703 -3.94043l64.8662 -60.8115c0.859375 -0.806641 2.51465 -1.46094 3.69336 -1.46094c1.29102 0 3.05664 0.764648 3.93945 1.70703zM174.501 -2.98438 +c0.407227 -0.118164 1.08203 -0.213867 1.50586 -0.213867c2.23926 0 4.56152 1.74512 5.18457 3.89551l61.4395 211.626c0.118164 0.407227 0.214844 1.08203 0.214844 1.50586c0 2.23828 -1.74512 4.56152 -3.89453 5.18555l-27.4521 7.9707 +c-0.407227 0.117188 -1.08105 0.213867 -1.50488 0.213867c-2.23828 0 -4.5625 -1.74512 -5.1875 -3.89551l-61.4395 -211.626c-0.118164 -0.40625 -0.213867 -1.08105 -0.213867 -1.50391c0 -2.23926 1.74512 -4.56348 3.89453 -5.1875zM335.293 108.061 +c0.942383 0.883789 1.70703 2.64844 1.70703 3.94043c0 1.29102 -0.764648 3.05566 -1.70605 3.93945l-64.8662 60.8115c-0.859375 0.806641 -2.51465 1.46094 -3.69336 1.46094c-1.29102 0 -3.05566 -0.764648 -3.93945 -1.70703l-19.5801 -20.8848 +c-0.805664 -0.860352 -1.45996 -2.51465 -1.45996 -3.69336c0 -1.34766 0.820312 -3.16309 1.83203 -4.05371l40.7627 -35.874l-40.7637 -35.873c-1.01172 -0.890625 -1.83203 -2.70605 -1.83203 -4.05371c0 -1.17871 0.654297 -2.83301 1.45996 -3.69336l19.5801 -20.8848 +c0.882812 -0.942383 2.64844 -1.70703 3.93945 -1.70703c1.17871 0 2.83398 0.654297 3.69336 1.46094z" /> + <glyph glyph-name="life-ring" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM429.696 320.441c-10.6406 14.3398 -30.915 34.6143 -45.2549 45.2549l-63.3994 -63.3994c18.585 -11.0029 34.2676 -26.6963 45.2549 -45.2549zM256 96 +c53.0186 0 96 42.9814 96 96s-42.9814 96 -96 96s-96 -42.9814 -96 -96s42.9814 -96 96 -96zM127.559 365.696c-14.3398 -10.6406 -34.6143 -30.915 -45.2549 -45.2549l63.3994 -63.3994c11.0029 18.585 26.6963 34.2676 45.2549 45.2549zM82.3037 63.5586 +c10.6406 -14.3398 30.915 -34.6143 45.2549 -45.2549l63.3994 63.3994c-18.585 11.0029 -34.2676 26.6963 -45.2549 45.2549zM384.441 18.3037c14.3398 10.6406 34.6143 30.915 45.2549 45.2549l-63.3994 63.3994c-11.0029 -18.585 -26.6963 -34.2676 -45.2549 -45.2549z +" /> + <glyph glyph-name="circle-notch" unicode="" +d="M288 408.944c0 15.5996 14.6777 27.167 29.7891 23.292c107.071 -27.457 186.211 -124.604 186.211 -240.236c0 -136.788 -110.745 -247.711 -247.466 -247.999c-137.054 -0.289062 -247.812 109.615 -248.531 246.667c-0.609375 116.126 78.5996 213.85 185.951 241.502 +c15.2119 3.91895 30.0459 -7.52539 30.0459 -23.2344v-16.6475c0 -10.8047 -7.28125 -20.1621 -17.6885 -23.0693c-77.5254 -21.6543 -134.312 -92.749 -134.312 -177.219c0 -101.705 82.3105 -184 184 -184c101.705 0 184 82.3105 184 184 +c0 84.4824 -56.7959 155.566 -134.314 177.219c-10.4043 2.90723 -17.6855 12.2627 -17.6855 23.0664v16.6592z" /> + <glyph glyph-name="paper-plane" unicode="" +d="M476 444.8c17.2998 10 39 -4.59961 35.5996 -24.7998l-72 -432c-2.59961 -15.2998 -18.7998 -24.2002 -33 -18.2002l-124.6 52.2002l-63.5 -77.2998c-14 -17.1006 -42.5 -7.7998 -42.5 15.7998v80.5l240.9 293.5c4.69922 5.7002 -3.10059 13.2002 -8.60059 8.2998 +l-287.3 -253.2l-106.3 44.6006c-18 7.59961 -20.2998 32.7998 -2.2002 43.2002z" /> + <glyph glyph-name="history" unicode="" +d="M504 192.469c0.25293 -136.64 -111.18 -248.372 -247.82 -248.468c-59.0146 -0.0419922 -113.223 20.5303 -155.821 54.9111c-11.0771 8.93945 -11.9053 25.541 -1.83984 35.6064l11.2676 11.2676c8.6084 8.6084 22.3525 9.55078 31.8906 1.9834 +c31.3848 -24.9043 71.1045 -39.7695 114.323 -39.7695c101.705 0 184 82.3105 184 184c0 101.705 -82.3105 184 -184 184c-48.8145 0 -93.1494 -18.9688 -126.068 -49.9316l50.7539 -50.7539c10.0801 -10.0801 2.94141 -27.3145 -11.3125 -27.3145h-145.373 +c-8.83691 0 -16 7.16309 -16 16v145.373c0 14.2539 17.2344 21.3926 27.3145 11.3135l49.3711 -49.3711c44.5234 42.5488 104.866 68.6846 171.314 68.6846c136.81 0 247.747 -110.78 248 -247.531zM323.088 113.685c-8.1377 -10.4629 -23.2158 -12.3467 -33.6787 -4.20996 +l-65.4092 50.874v135.651c0 13.2549 10.7451 24 24 24h16c13.2549 0 24 -10.7451 24 -24v-104.349l40.7012 -31.6572c10.4629 -8.13672 12.3477 -23.2158 4.20996 -33.6787z" /> + <glyph glyph-name="heading" unicode="" +d="M448 352v-320h32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-160c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32v128h-192v-128h32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-160 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32v320h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32v-128h192v128h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32z" /> + <glyph glyph-name="paragraph" unicode="" horiz-adv-x="448" +d="M448 400v-32c0 -8.83203 -7.16797 -16 -16 -16h-48v-368c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v368h-32v-368c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v112h-32c-88.3203 0 -160 71.6797 -160 160 +s71.6797 160 160 160h240c8.83203 0 16 -7.16797 16 -16z" /> + <glyph glyph-name="sliders-h" unicode="" +d="M496 64c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-336v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-80c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h80v16c0 8.7998 7.2002 16 16 16h32 +c8.7998 0 16 -7.2002 16 -16v-16h336zM496 224c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-80v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-336c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h336v16 +c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-16h80zM496 384c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-208v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-208c-8.7998 0 -16 7.2002 -16 16v32 +c0 8.7998 7.2002 16 16 16h208v16c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-16h208z" /> + <glyph glyph-name="share-alt" unicode="" horiz-adv-x="448" +d="M352 128c53.0186 0 96 -42.9814 96 -96s-42.9814 -96 -96 -96s-96 42.9814 -96 96v0.0283203c0 5.8125 1.01953 15.1367 2.27637 20.8125l-102.486 64.0537c-16.4033 -13.0752 -37.1816 -20.8945 -59.79 -20.8945c-53.0186 0 -96 42.9814 -96 96s42.9814 96 96 96 +c22.6084 0 43.3867 -7.81934 59.79 -20.8945l102.486 64.0537c-1.48633 6.71094 -2.27637 13.6826 -2.27637 20.8408c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96s-42.9814 -96 -96 -96c-22.6084 0 -43.3867 7.81934 -59.79 20.8965l-102.486 -64.0547 +c1.25684 -5.68359 2.27637 -15.0205 2.27637 -20.8408c0 -5.82129 -1.01953 -15.1582 -2.27637 -20.8418l102.486 -64.0537c16.4033 13.0752 37.1816 20.8945 59.79 20.8945z" /> + <glyph glyph-name="share-alt-square" unicode="" horiz-adv-x="448" +d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM304 152c-14.5615 0 -27.8232 -5.56055 -37.7832 -14.6709l-67.958 40.7744 +c0.960938 3.77539 1.74121 10.001 1.74121 13.8975c0 3.89551 -0.780273 10.1211 -1.74121 13.8965l67.958 40.7744c9.95996 -9.11133 23.2217 -14.6719 37.7832 -14.6719c30.9277 0 56 25.0723 56 56s-25.0723 56 -56 56s-56 -25.0723 -56 -56 +c0 -4.79688 0.605469 -9.45312 1.74023 -13.8975l-67.958 -40.7744c-9.95898 9.11133 -23.2207 14.6719 -37.7822 14.6719c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56c14.5615 0 27.8232 5.56055 37.7832 14.6709l67.958 -40.7744 +c-0.960938 -3.7666 -1.74023 -9.97656 -1.74023 -13.8623v-0.0351562c0 -30.9277 25.0723 -56 56 -56s56 25.0723 56 56c-0.000976562 30.9287 -25.0732 56.001 -56.001 56.001z" /> + <glyph glyph-name="bomb" unicode="" +d="M440.5 359.5l-52 -52l26.5 -26.5c9.40039 -9.40039 9.40039 -24.5996 0 -33.9004l-17.4004 -17.3994c11.8008 -26.1006 18.4004 -55.1006 18.4004 -85.6006c0 -114.899 -93.0996 -208 -208 -208s-208 93 -208 207.9s93.0996 208 208 208 +c30.5 0 59.5 -6.59961 85.5996 -18.4004l17.4004 17.4004c9.40039 9.40039 24.5996 9.40039 33.9004 0l26.5 -26.5l52 52zM500 388c6.59961 0 12 -5.40039 12 -12s-5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12s5.40039 12 12 12h24zM440 448 +c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12s-12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12zM473.9 393c-4.60059 -4.7002 -12.2002 -4.7002 -17 0c-4.7002 4.7002 -4.7002 12.2998 0 17l17 17c4.69922 4.7002 12.2998 4.7002 17 0 +c4.69922 -4.7002 4.69922 -12.2998 0 -17zM406.1 393l-17 17c-4.69922 4.7002 -4.69922 12.2998 0 17c4.7002 4.7002 12.3008 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17c-4.69922 -4.7002 -12.2998 -4.7002 -17 0zM473.9 359l17 -17 +c4.69922 -4.7002 4.69922 -12.2998 0 -17c-4.7002 -4.7002 -12.3008 -4.7002 -17 0l-17 17c-4.7002 4.7002 -4.7002 12.2998 0 17c4.69922 4.7002 12.2998 4.7002 17 0zM112 176c0 35.2998 28.7002 64 64 64c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16 +c-52.9004 0 -96 -43.0996 -96 -96c0 -8.7998 7.2002 -16 16 -16s16 7.2002 16 16z" /> + <glyph glyph-name="futbol" unicode="" +d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM456 192l-0.00292969 0.282227l-26.0645 -22.7412l-62.6787 58.5l16.4541 84.3555l34.3027 -3.07227 +c-24.8887 34.2158 -60.0039 60.0889 -100.709 73.1406l13.6514 -31.9385l-74.9531 -41.5264l-74.9531 41.5254l13.6514 31.9385c-40.6309 -13.0283 -75.7803 -38.8701 -100.709 -73.1406l34.5645 3.07324l16.1924 -84.3555l-62.6777 -58.5l-26.0645 22.7412 +l-0.00292969 -0.282227c0 -43.0146 13.4971 -83.9521 38.4717 -117.991l7.7041 33.8975l85.1387 -10.4473l36.3008 -77.8262l-29.9023 -17.7861c40.2021 -13.1221 84.29 -13.1475 124.572 0l-29.9023 17.7861l36.3008 77.8262l85.1387 10.4473l7.7041 -33.8975 +c24.9756 34.0391 38.4727 74.9766 38.4727 117.991zM207.898 122.429l-29.8945 91.3125l77.9961 56.5264l77.9961 -56.5264l-29.6221 -91.3125h-96.4756z" /> + <glyph glyph-name="tty" unicode="" +d="M5.37012 344.178c138.532 138.532 362.936 138.326 501.262 0c6.07812 -6.07812 7.07422 -15.4961 2.58301 -22.6807l-43.2139 -69.1377c-2.97266 -4.75684 -9.9375 -8.61719 -15.5459 -8.61719c-1.94922 0 -5 0.587891 -6.81055 1.31152l-86.4219 34.5693 +c-6.36133 2.54492 -11.5244 10.1719 -11.5244 17.0234c0 0.503906 0.0410156 1.32031 0.0908203 1.82227l5.95215 59.5312c-62.1455 22.4541 -130.636 21.9863 -191.483 0l5.95312 -59.5322c0.0507812 -0.501953 0.0908203 -1.32031 0.0908203 -1.8252 +c0 -6.85156 -5.16309 -14.4766 -11.5244 -17.0205l-86.4238 -34.5684c-1.80957 -0.723633 -4.85938 -1.31152 -6.80859 -1.31152c-5.60938 0 -12.5742 3.86035 -15.5469 8.61719l-43.2109 69.1387c-1.53809 2.46094 -2.78711 6.81445 -2.78711 9.7168 +c0 4.19141 2.40625 9.99902 5.37012 12.9629zM96 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM192 140c0 -6.62695 -5.37305 -12 -12 -12h-40 +c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM288 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM384 140 +c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM480 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40 +c6.62695 0 12 -5.37305 12 -12v-40zM144 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM240 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40 +c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM336 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM432 44c0 -6.62695 -5.37305 -12 -12 -12h-40 +c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM96 -52c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM384 -52 +c0 -6.62695 -5.37305 -12 -12 -12h-232c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h232c6.62695 0 12 -5.37305 12 -12v-40zM480 -52c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40 +c6.62695 0 12 -5.37305 12 -12v-40z" /> + <glyph glyph-name="binoculars" unicode="" +d="M416 400v-48h-96v48c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16zM63.9102 288.01c0.479492 17.6201 14.2998 31.9902 31.9297 31.9902h96.1602v-160h-32v-160c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v44 +c3.45996 129.78 61.4004 150.16 63.9102 244.01zM448.09 288.01c2.50977 -93.8496 60.4502 -114.229 63.9102 -244.01v-44c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v160h-32v160h96.1602c17.6299 0 31.4502 -14.3701 31.9297 -31.9902zM176 416 +c8.83984 0 16 -7.16016 16 -16v-48h-96v48c0 8.83984 7.16016 16 16 16h64zM224 160v160h64v-160h-64z" /> + <glyph glyph-name="plug" unicode="" horiz-adv-x="384" +d="M256 304v112c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-112h-64zM368 288c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-16v-32c0 -77.4062 -54.9688 -141.971 -128 -156.796v-99.2041h-64v99.2041 +c-73.0312 14.8252 -128 79.3896 -128 156.796v32h-16c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h352zM128 304h-64v112c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-112z" /> + <glyph glyph-name="newspaper" unicode="" horiz-adv-x="576" +d="M552 384c13.2549 0 24 -10.7451 24 -24v-312c0 -26.5098 -21.4902 -48 -48 -48h-472c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h40v8c0 13.2549 10.7451 24 24 24h464zM56 48c4.41602 0 8 3.58398 8 8v248h-16v-248c0 -4.41602 3.58398 -8 8 -8z +M292 64c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 64c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8 +c0 -6.62695 5.37305 -12 12 -12h152zM292 160c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 160c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152 +c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 256c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-360c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h360z" /> + <glyph glyph-name="wifi" unicode="" horiz-adv-x="640" +d="M634.91 293.12c6.66016 -6.16016 6.79004 -16.5898 0.359375 -22.9805l-34.2393 -33.9697c-6.14062 -6.08984 -16.0205 -6.22949 -22.4004 -0.379883c-145.95 133.71 -371.33 133.68 -517.25 0c-6.37988 -5.84961 -16.2598 -5.71973 -22.3994 0.379883l-34.2402 33.9697 +c-6.44043 6.39062 -6.31055 16.8203 0.349609 22.9805c177.101 163.81 452.65 163.87 629.82 0zM320 96c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64s-64 28.6504 -64 64s28.6504 64 64 64zM522.67 179.59c6.88965 -6.08984 7.12012 -16.6895 0.560547 -23.1494 +l-34.4404 -33.9902c-6 -5.93066 -15.6602 -6.32031 -22.0498 -0.799805c-83.75 72.4092 -209.54 72.5693 -293.49 0c-6.38965 -5.52051 -16.0498 -5.12012 -22.0498 0.799805l-34.4404 33.9902c-6.5498 6.45996 -6.33008 17.0498 0.570312 23.1494 +c115.13 101.82 290.08 101.93 405.34 0z" /> + <glyph glyph-name="calculator" unicode="" horiz-adv-x="448" +d="M400 448c25.5996 0 48 -22.4004 48 -48v-416c0 -25.5996 -22.4004 -48 -48 -48h-352c-25.5996 0 -48 22.4004 -48 48v416c0 25.5996 22.4004 48 48 48h352zM128 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM128 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM256 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM256 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM384 12.7998v166.4c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-166.4c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM384 268.8v102.4c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-294.4 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-102.4c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h294.4c6.39941 0 12.7998 6.40039 12.7998 12.7998z" /> + <glyph glyph-name="bell-slash" unicode="" horiz-adv-x="640" +d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.80957 -22.4502l-19.6396 -25.2705c-5.43066 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.351 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705 +c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l144.96 -112.04c22.9307 31.5 57.2607 54.1904 97.5898 62.5703v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8301c73.46 -15.2598 127.939 -77.46 127.939 -155.16 +c0 -102.3 36.1504 -133.529 55.4697 -154.29c6 -6.43945 8.66016 -14.1602 8.61035 -21.71c0 -1.39941 -0.610352 -2.67969 -0.799805 -4.05957zM157.23 196.46l212.789 -164.46h-241.92c-19.1191 0 -31.9893 15.5996 -32.0996 32 +c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c16.21 17.4199 44.0098 42.79 52.6201 110.75zM320 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" /> + <glyph glyph-name="trash" unicode="" horiz-adv-x="448" +d="M432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781 +c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120zM53.2002 -19l-21.2002 339h384l-21.2002 -339c-1.55469 -24.8369 -23.0146 -44.9971 -47.8994 -45h-245.801c-24.8848 0.00292969 -46.3447 20.1631 -47.8994 45z" /> + <glyph glyph-name="copyright" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM373.134 93.2471c1.58203 1.85645 2.86621 5.34375 2.86621 7.7832c0 2.16309 -1.03613 5.33594 -2.31348 7.08301l-24.5469 33.5713 +c-4.44824 6.08691 -13.376 6.61816 -18.5078 1.05371c-0.263672 -0.287109 -26.8467 -28.625 -65.5439 -28.625c-48.7627 0 -74.2773 40.0898 -74.2773 79.6914c0 42.5068 27.8008 76.082 73.916 76.082c35.3516 0 61.6475 -23.666 61.8809 -23.8799 +c5.45996 -5.05566 14.1846 -3.97168 18.2334 2.29492l22.3799 34.6553c1.05957 1.64062 1.91992 4.55762 1.91992 6.51074c0 2.57812 -1.41504 6.21191 -3.15723 8.1123c-1.45703 1.58887 -36.4658 38.9043 -103.423 38.9043 +c-81.7578 0 -143.762 -62.0986 -143.762 -143.401c0 -82.3066 59.792 -145.567 144.484 -145.567c70.0752 0 108.259 43.8643 109.851 45.7314z" /> + <glyph glyph-name="at" unicode="" +d="M256 440c138.023 0 248 -87.6533 248 -224c0 -75.7979 -41.3906 -147.41 -150.299 -147.41c-30.0977 0 -61.1885 -0.000976562 -70.71 34.1035c-17.6221 -22.6963 -48.0068 -38.333 -74.9912 -38.333c-59.2148 0 -96 40.5664 -96 105.87 +c0 89.2256 63.251 151.46 137.831 151.46c19.5225 0 45.2744 -3.87402 59.9707 -21.7754l0.00976562 0.0917969c0.751953 6.62012 6.76953 11.9932 13.4326 11.9932v0h44.9805c15.083 0 26.4287 -13.75 23.5625 -28.5586l-23.4336 -121.11 +c-3.43359 -17.167 -3.87207 -29.5703 13.4766 -30.0244c37.0771 3.95117 58.1699 44.9072 58.1699 83.6934c0 102.381 -83.8613 160 -184 160c-101.458 0 -184 -82.542 -184 -184s82.542 -184 184 -184c35.3145 0 69.9199 10.2432 99.4102 29.1572 +c10.1934 6.53809 23.7021 4.24219 31.373 -5.12891l10.1768 -12.4336c9.07324 -11.084 6.45312 -27.5566 -5.55176 -35.3721c-40.0664 -26.083 -87.2539 -40.2227 -135.408 -40.2227c-137.081 0 -248 110.941 -248 248c0 137.081 110.941 248 248 248zM234.32 135.57 +c24.2861 0 58.1611 27.6689 58.1611 72.7295c0 25.5293 -13.3096 40.7705 -35.6016 40.7705c-27.8506 0 -58.6299 -27.7363 -58.6299 -72.7295c0 -25.1475 13.8213 -40.7705 36.0703 -40.7705z" /> + <glyph glyph-name="eye-dropper" unicode="" +d="M50.75 114.75l126.63 126.61l128 -128l-126.64 -126.62c-12 -12 -28.2803 -18.7402 -45.25 -18.7402h-45.4902l-56 -32l-32 32l32 56v45.4902c0 16.9795 6.75 33.2598 18.75 45.2598zM483.88 419.88c37.5 -37.4902 37.5 -98.2695 -0.00976562 -135.75l-77.0898 -77.0898 +l13.0996 -13.0996c9.37012 -9.37012 9.37012 -24.5703 0 -33.9404l-40.9697 -40.96c-9.29004 -9.30957 -24.5 -9.44043 -33.9404 0l-161.939 161.94c-9.37012 9.36914 -9.37012 24.5693 0 33.9395l40.9697 40.9697c9.29004 9.31055 24.5 9.44043 33.9404 0l13.0996 -13.0996 +l77.0898 77.0898c37.4697 37.5 98.2803 37.5 135.75 0z" /> + <glyph glyph-name="paint-brush" unicode="" +d="M167.02 138.66l88.0107 -73.3398c0.319336 -3.05078 0.969727 -6.02051 0.969727 -9.12988c0 -76.4209 -52.1396 -120.19 -128 -120.19c-90.0703 0 -128 72.3799 -128.01 154.73c9.79004 -6.68066 44.1396 -34.3506 55.25 -34.3506 +c6.58984 0 12.2402 3.77051 14.5898 9.98047c20.6602 54.4395 57.0703 69.7197 97.1895 72.2998zM457.89 448c28.1104 0 54.1104 -20.6396 54.1104 -49.5498c0 -16.1406 -6.51953 -31.6406 -13.9004 -45.9902c-113.05 -210.99 -149.05 -256.46 -211.159 -256.46 +c-7.75 0 -15.1807 1.23047 -22.3906 3.03027l-63.8193 53.1797c-5.48047 11.9404 -8.73047 25 -8.73047 38.7002c0 53.75 21.2695 58.04 225.68 240.64c10.8398 9.74023 25.0508 16.4502 40.21 16.4502z" /> + <glyph glyph-name="birthday-cake" unicode="" horiz-adv-x="448" +d="M448 64c-28.0195 0 -31.2598 32 -74.5 32c-43.4297 0 -46.8252 -32 -74.75 -32c-27.6953 0 -31.4541 32 -74.75 32c-42.8418 0 -47.2178 -32 -74.5 -32c-28.1484 0 -31.2021 32 -74.75 32c-43.5469 0 -46.6533 -32 -74.75 -32v80c0 26.5 21.5 48 48 48h16v144h64v-144h64 +v144h64v-144h64v144h64v-144h16c26.5 0 48 -21.5 48 -48v-80zM448 -64h-448v96c43.3564 0 46.7666 32 74.75 32c27.9512 0 31.2529 -32 74.75 -32c42.8428 0 47.2168 32 74.5 32c28.1484 0 31.2012 -32 74.75 -32c43.3574 0 46.7666 32 74.75 32 +c27.4883 0 31.252 -32 74.5 -32v-96zM96 352c-17.75 0 -32 14.25 -32 32c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40zM224 352c-17.75 0 -32 14.25 -32 32c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40zM352 352c-17.75 0 -32 14.25 -32 32 +c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40z" /> + <glyph glyph-name="chart-area" unicode="" +d="M500 64c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-488c-6.59961 0 -12 5.40039 -12 12v360c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-308h436zM372.7 288.5c6 4 14.2002 1.7998 17.3994 -4.7002l89.9004 -187.8h-384v104 +l86.7998 144.7c4.40039 7.2998 14.7998 7.7998 19.9004 1l85.2998 -113.7z" /> + <glyph glyph-name="chart-pie" unicode="" horiz-adv-x="544" +d="M527.79 160c9.5498 0 17.4004 -8.38965 16.0596 -17.8496c-7.80957 -55.25 -34.4297 -104.4 -73.1299 -140.86c-6.20996 -5.84961 -16.1494 -5.36035 -22.1895 0.679688l-158.03 158.03h237.29zM511.96 224.8c0.629883 -9.12012 -7.0498 -16.7998 -16.1904 -16.7998 +h-223.77v223.76c0 9.14062 7.67969 16.8301 16.7998 16.2002c119.46 -8.24023 214.92 -103.7 223.16 -223.16zM224 160l155.86 -155.87c6.84961 -6.84961 6.33008 -18.4795 -1.57031 -24.0801c-38.29 -27.1602 -84.8604 -43.3994 -135.26 -44.0303 +c-128.2 -1.60938 -238.53 103.471 -242.891 231.61c-4.23926 124.771 86.8506 228.88 206.021 245.72c9.4502 1.34082 17.8398 -6.50977 17.8398 -16.0596v-237.29z" /> + <glyph glyph-name="chart-line" unicode="" +d="M496 64c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-304h432zM464 352c8.83984 0 16 -7.16016 15.9902 -16v-118.05 +c0 -21.3799 -25.8506 -32.0898 -40.9707 -16.9697l-32.3994 32.3994l-96 -96c-12.4902 -12.5 -32.75 -12.5 -45.25 0l-73.3701 73.3701l-46.0596 -46.0703c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6191 22.6201c-6.25 6.25 -6.25 16.3799 0 22.6299l68.6895 68.6904 +c12.4902 12.5 32.75 12.5 45.25 0l73.3701 -73.3701l73.3701 73.3799l-32.4004 32.4004c-15.1201 15.1201 -4.41016 40.9697 16.9707 40.9697h118.06z" /> + <glyph glyph-name="toggle-off" unicode="" horiz-adv-x="576" +d="M384 384c106.039 0 192 -85.9609 192 -192s-85.9609 -192 -192 -192h-192c-106.039 0 -192 85.9609 -192 192s85.9609 192 192 192h192zM64 192c0 -70.751 57.2588 -128 128 -128c70.751 0 128 57.2588 128 128c0 70.751 -57.2588 128 -128 128 +c-70.751 0 -128 -57.2588 -128 -128zM384 64c70.751 0 128 57.2598 128 128c0 70.751 -57.2588 128 -128 128h-48.9053c65.2363 -72.8799 65.2168 -183.142 0 -256h48.9053z" /> + <glyph glyph-name="toggle-on" unicode="" horiz-adv-x="576" +d="M384 384c106 0 192 -86 192 -192s-86 -192 -192 -192h-192c-106 0 -192 86 -192 192s86 192 192 192h192zM384 64c70.7002 0 128 57.2002 128 128c0 70.7002 -57.2002 128 -128 128c-70.7002 0 -128 -57.2002 -128 -128c0 -70.7002 57.2002 -128 128 -128z" /> + <glyph glyph-name="bicycle" unicode="" horiz-adv-x="640" +d="M512.509 255.999c70.9502 -0.276367 128.562 -59.0547 127.477 -129.996c-1.07422 -70.1934 -58.6494 -126.681 -129.255 -125.996c-68.8301 0.667969 -126.584 58.8857 -126.729 127.719c-0.078125 37.3564 15.8516 70.9893 41.3066 94.4375l-14.9375 24.0674 +l-85.9619 -138.863c-3.88477 -6.27441 -13.0264 -11.3672 -20.4062 -11.3672h-52.0332c-14.209 -55.207 -64.3252 -96 -123.967 -96c-70.9473 0 -128.415 57.7207 -128 128.764c0.410156 70.2246 58.0918 127.406 128.317 127.236 +c15.0879 -0.0371094 29.5586 -2.69043 42.9912 -7.51953l29.417 47.5195h-48.7256c-13.1191 0 -23.7627 10.5186 -23.9951 23.5635c-0.241211 13.4375 11.0947 24.4365 24.5361 24.4365h87.459c8.83691 0 16 -7.16309 16 -16v-16h113.544l-14.8955 24h-50.6494 +c-8.83691 0 -16 7.16309 -16 16v16c0 8.83691 7.16309 16 16 16h64h0.000976562c7.36914 0 16.5049 -5.08203 20.3906 -11.3428l77.6807 -125.153c14.4053 5.54004 30.0625 8.55957 46.4355 8.49512zM186.75 182.228l-23.6641 -38.2275h43.3057 +c-2.96875 14.5674 -9.91504 27.6992 -19.6416 38.2275zM128.002 48c32.7383 0 60.9297 19.7754 73.2998 48h-81.2998c-18.7891 0 -30.2871 20.6729 -20.4062 36.6318l45.5049 73.5088c-5.5127 1.20605 -11.2295 1.85938 -17.0986 1.85938c-44.1123 0 -80 -35.8877 -80 -80 +s35.8877 -80 80 -80zM290.632 144l74.2861 120h-127.547l-24.7461 -39.9736c22.8271 -20.1328 38.4229 -48.2705 42.3828 -80.0264h35.624zM507.689 48.1143c46.0605 -2.43164 84.3115 34.3447 84.3125 79.8848c0 44.1123 -35.8877 80 -80 80h-0.0390625 +c-5.55664 0 -14.4355 -1.11914 -19.8193 -2.49707l44.4688 -71.6426c4.66113 -7.50879 2.35156 -17.3721 -5.15625 -22.0322l-13.5938 -8.4375c-7.50879 -4.65918 -17.3721 -2.35156 -22.0322 5.15625l-44.4326 71.5859 +c-12.7021 -14.7451 -20.1475 -34.1416 -19.3359 -55.2627c1.57812 -41.0635 34.5918 -74.5898 75.6279 -76.7549z" /> + <glyph glyph-name="bus" unicode="" +d="M488 320c13.25 0 24 -10.7402 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-8v-166.4c0 -12.7998 -9.59961 -25.5996 -25.5996 -25.5996h-6.40039v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32 +c-17.6699 0 -32 14.3301 -32 32v32c-17.6699 0 -32 14.3301 -32 32v160h-8c-13.25 0 -24 10.75 -24 24v80c0 13.2598 10.75 24 24 24h8v48c0 44.7998 99.2002 80 224 80s224 -35.2002 224 -80v-48h8zM112 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 160h256c17.6699 0 32 14.3301 32 32v128c0 17.6699 -14.3301 32 -32 32h-256c-17.6699 0 -32 -14.3301 -32 -32v-128c0 -17.6699 14.3301 -32 32 -32zM400 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="closed-captioning" unicode="" +d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM218.1 160.3c-41.1992 -37.8994 -92.1992 -15.3994 -92.2998 32.6006c0 46.0996 53.7998 63.1992 94.6006 31.1992 +c2.89941 -2.2998 7.19922 -1.39941 9.09961 1.7002l17.5 30.5c1.5 2.5 1.09961 3.7002 -1 5.7002c-50.7998 49.4004 -172.5 27.2002 -172.5 -70.0996c0 -100 119.2 -124.7 172.8 -67.9004c2 2.09961 2.2002 5.2998 0.5 7.7002l-19.5 27.7002 +c-2.09961 3 -6.39941 3.39941 -9.2002 0.899414zM408.5 160.3c-41.2002 -37.8994 -92.2002 -15.3994 -92.2002 32.6006c0 46.0996 53.7998 63.1992 94.6006 31.1992c2.89941 -2.2998 7.19922 -1.39941 9.09961 1.7002l17.5 30.5c1.5 2.5 1.09961 3.7002 -1 5.7002 +c-50.7998 49.4004 -172.5 27.2002 -172.5 -70.0996c0 -100 119.2 -124.801 172.7 -67.9004c2 2.09961 2.2002 5.2998 0.5 7.7002l-19.5 27.7002c-2.10059 3 -6.40039 3.39941 -9.2002 0.899414z" /> + <glyph glyph-name="shekel-sign" unicode="" horiz-adv-x="448" +d="M248 280c0 30.9297 -25.0703 56 -56 56h-112v-352c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v408c0 13.2598 10.75 24 24 24h168c75.1104 0 136 -60.8896 136 -136v-168c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16 +v168zM432 416c8.83984 0 16 -7.16016 16 -16v-296c0 -75.1104 -60.8896 -136 -136 -136h-168c-13.25 0 -24 10.75 -24 24v280c0 8.83984 7.16016 16 16 16h48c8.83984 0 16 -7.16016 16 -16v-224h112c30.9297 0 56 25.0703 56 56v296c0 8.83984 7.16016 16 16 16h48z" /> + <glyph glyph-name="cart-plus" unicode="" horiz-adv-x="576" +d="M504.717 128h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -31.2021 -25.5186 -56.4443 -56.8242 -55.9941 +c-29.8232 0.428711 -54.3496 24.6309 -55.1543 54.4473c-0.44043 16.2871 6.08496 31.0488 16.8027 41.5479h-209.648c10.377 -10.166 16.8242 -24.3271 16.8242 -40.001c0 -31.8135 -26.5283 -57.4307 -58.6699 -55.9385c-28.54 1.3252 -51.751 24.3857 -53.251 52.917 +c-1.1582 22.0342 10.4355 41.4551 28.0508 51.5869l-70.2471 343.435h-69.8828c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2275 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782 +c15.4004 0 26.8154 -14.3008 23.4023 -29.3193l-47.2725 -208c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807zM408 280h-48v40c0 8.83691 -7.16309 16 -16 16h-16c-8.83691 0 -16 -7.16309 -16 -16v-40h-48c-8.83691 0 -16 -7.16309 -16 -16v-16 +c0 -8.83691 7.16309 -16 16 -16h48v-40c0 -8.83691 7.16309 -16 16 -16h16c8.83691 0 16 7.16309 16 16v40h48c8.83691 0 16 7.16309 16 16v16c0 8.83691 -7.16309 16 -16 16z" /> + <glyph glyph-name="cart-arrow-down" unicode="" horiz-adv-x="576" +d="M504.717 128h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -31.2021 -25.5186 -56.4443 -56.8242 -55.9941 +c-29.8232 0.428711 -54.3496 24.6309 -55.1543 54.4473c-0.44043 16.2871 6.08496 31.0488 16.8027 41.5479h-209.648c10.377 -10.166 16.8242 -24.3271 16.8242 -40.001c0 -31.8135 -26.5283 -57.4307 -58.6699 -55.9385c-28.54 1.3252 -51.751 24.3857 -53.251 52.917 +c-1.1582 22.0342 10.4355 41.4551 28.0508 51.5869l-70.2471 343.435h-69.8828c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2275 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782 +c15.4004 0 26.8154 -14.3008 23.4023 -29.3193l-47.2725 -208c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807zM403.029 256h-43.0293v60c0 6.62695 -5.37305 12 -12 12h-24c-6.62695 0 -12 -5.37305 -12 -12v-60h-43.0293 +c-10.6904 0 -16.0449 -12.9258 -8.48438 -20.4854l67.0283 -67.0283c4.68652 -4.68652 12.2842 -4.68652 16.9717 0l67.0283 67.0283c7.55957 7.55957 2.20508 20.4854 -8.48535 20.4854z" /> + <glyph glyph-name="ship" unicode="" horiz-adv-x="640" +d="M496.616 75.3613c17.8418 -44.3604 58.5664 -75.3613 119.384 -75.3613c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c-61.0322 0 -107.505 20.6162 -143.258 59.3965c-14.4189 -34.8281 -48.7637 -59.3965 -88.7422 -59.3965h-128 +c-39.9785 0 -74.3232 24.5684 -88.7422 59.3965c-35.7588 -38.7861 -82.2344 -59.3965 -143.258 -59.3965c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c61.5869 0 101.828 31.7129 119.384 75.3613l-70.0117 70.0117 +c-16.918 16.9189 -9.91699 45.7793 12.8359 53.0918l41.792 13.4336v140.102c0 17.6729 14.3271 32 32 32h64v40c0 13.2549 10.7451 24 24 24h144c13.2549 0 24 -10.7451 24 -24v-40h64c17.6729 0 32 -14.3271 32 -32v-140.102l41.792 -13.4336 +c22.7783 -7.32129 29.7354 -36.1914 12.8359 -53.0918zM192 320v-87.5312l118.208 37.9951c2.63574 0.847656 7.02344 1.53516 9.79199 1.53516s7.15625 -0.6875 9.79199 -1.53516l118.208 -37.9951v87.5312h-256z" /> + <glyph glyph-name="user-secret" unicode="" horiz-adv-x="448" +d="M383.9 139.7c38.2998 -23.7002 64.0996 -65.7002 64.0996 -114.101v-44.7998c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v44.7998c0 49.7002 27.2998 92.6006 67.4004 115.9l-25.8008 60.2002 +c-4.5 10.5996 3.2002 22.2998 14.7002 22.2998h57.5c-11 18.9004 -17.7998 40.5996 -17.7998 64v0.299805c-39.2002 7.7998 -64 19.1006 -64 31.7002c0 13.2998 27.2998 25.0996 70 33c9.2002 32.7998 27.0996 65.7998 40.5996 82.7998 +c9.5 11.9004 25.9004 15.6006 39.5 8.7998l27.6006 -13.7998c9 -4.5 19.5996 -4.5 28.5996 0l27.6006 13.7998c13.5996 6.80078 30 3.10059 39.5 -8.7998c13.5996 -17 31.3994 -50 40.5996 -82.7998c42.7998 -7.90039 70.0996 -19.7002 70.0996 -33 +c0 -12.5996 -24.7998 -23.9004 -64 -31.7002v-0.299805c0 -23.4004 -6.7998 -45.0996 -17.7998 -64h58.5c11.2998 0 19 -11.2002 15 -21.7002zM176 -32l32 120l-24 40l-49.5996 32zM272 -32l41.5996 192l-49.5996 -32l-24 -40zM313.7 266.5 +c0.799805 2.59961 6.2998 5.7002 6.39941 5.7998v10.7998c-28.2998 -3.69922 -61 -5.7998 -96 -5.7998s-67.6992 2.2002 -96 5.7998v-10.7998c0 -0.0996094 5.5 -3.2998 6.30078 -5.7998c3.7998 -11.9004 7 -24.5996 16.5 -33.4004c8 -7.39941 47 -25.1992 64 25 +c2.89941 8.40039 15.5 8.40039 18.2998 0c16 -47.3994 53.8994 -34.2998 64 -25c9.5 8.80078 12.5996 21.5 16.5 33.4004z" /> + <glyph glyph-name="motorcycle" unicode="" horiz-adv-x="640" +d="M512.9 256c69.5996 -0.5 126.5 -57.2998 127.199 -126.9c0.600586 -71.5996 -57.5996 -129.8 -129.199 -129.1c-69.6006 0.599609 -126.301 57.5 -126.801 127.1c-0.299805 39.3008 17.2002 74.5 44.8008 98.2002l-12.5 20.7998 +c-38.7002 -31.2998 -58.3008 -77.8994 -56.2002 -125c0.599609 -13.6992 -10.2998 -25.0996 -24 -25.0996h-84.2002c-14.2998 -55.2002 -64.4004 -96 -124 -96c-71.7002 0 -129.6 58.9004 -128 131c1.59961 67.4004 55.9004 122.5 123.2 124.9 +c14.3994 0.5 28.2998 -1.30078 41.2998 -5.2002l11.2998 20.5c-9.09961 13.8994 -23.2998 24.7998 -47.7998 24.7998h-56c-13.0996 0 -23.7998 10.5 -24 23.5c-0.299805 13.5 11 24.5 24.5 24.5h55.5c55 0 82.2002 -16.9004 99.9004 -40h153.699l-19.1992 32h-66.4004 +c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h80c8.40039 0 16.2002 -4.40039 20.5996 -11.5996l22.8008 -38l37.5 41.6992c4.5 5 11 7.90039 17.7998 7.90039h45.2998c13.2998 0 24 -10.7002 24 -24v-32c0 -13.2998 -10.7002 -24 -24 -24h-82.4004 +l32.9004 -54.9004c13.2998 4.60059 27.5 7 42.4004 6.90039zM128 48c32.7002 0 60.9004 19.7998 73.2998 48h-81.2998c-18.2002 0 -29.7998 19.5996 -21 35.5996l41.5 75.4004c-4.09961 0.700195 -8.2998 1 -12.5 1c-44.0996 0 -80 -35.9004 -80 -80s35.9004 -80 80 -80z +M591.9 123.6c2.39941 46.1006 -34.3008 84.4004 -79.9004 84.3008c-5.40039 0 -10.7002 -0.5 -15.9004 -1.60059l48.6006 -80.8994c4.5 -7.60059 2.09961 -17.5 -5.5 -22l-13.7002 -8.2002c-7.59961 -4.5 -17.5 -2.10059 -22 5.5l-49.4004 82.3994 +c-13.6992 -14.2998 -22.0996 -33.6992 -22.0996 -55.0996c0 -45.5996 38.2998 -82.4004 84.4004 -79.9004c40.5 2.10059 73.2998 34.9004 75.5 75.5z" /> + <glyph glyph-name="street-view" unicode="" +d="M367.9 118.24c85.2295 -15.5801 144.1 -48.29 144.1 -86.2402c0 -53.0195 -114.62 -96 -256 -96s-256 42.9805 -256 96c0 37.9502 58.8701 70.6602 144.1 86.2402c4.62012 -5.2998 9.78027 -10.1006 15.9004 -13.6504v-22.9395 +c-66.5195 -9.35059 -112 -28.0508 -112 -49.6504c0 -30.9297 93.1201 -56 208 -56s208 25.0703 208 56c0 21.5996 -45.4805 40.3096 -112 49.6504v22.9395c6.12012 3.5498 11.2803 8.35059 15.9004 13.6504zM256 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64 +s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM192 128c-17.6699 0 -32 14.3301 -32 32v96c0 26.5098 21.4902 48 48 48h11.7998c11.0703 -5.03027 23.2598 -8 36.2002 -8s25.1299 2.96973 36.2002 8h11.7998c26.5098 0 48 -21.4902 48 -48v-96 +c0 -17.6699 -14.3301 -32 -32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v96z" /> + <glyph glyph-name="heartbeat" unicode="" +d="M320.2 204.2l22.0996 -44.2002h109.101l-182.601 -186.5c-7.09961 -7.2998 -18.5996 -7.2998 -25.7002 0l-182.5 186.5h94.1006l30 71.7002l56.8994 -126.3c5.5 -12.3008 22.9004 -12.7002 28.9004 -0.600586zM473.7 374.1 +c48.7002 -49.7998 50.7998 -129.1 7.2998 -182.1h-118.9l-27.5996 55.2002c-5.90039 11.7998 -22.7002 11.7998 -28.5996 0l-49 -97.9004l-58.2002 129.3c-5.7998 12.8008 -24 12.5 -29.4004 -0.399414l-35.8994 -86.2002h-102.4c-43.5 53 -41.4004 132.3 7.2998 182.1 +l2.40039 2.40039c51.5 52.7002 135.899 52.7002 187.399 0l27.9004 -28.5l27.9004 28.5996c51.5996 52.6006 135.899 52.6006 187.399 0z" /> + <glyph glyph-name="venus" unicode="" horiz-adv-x="288" +d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM64 272c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80z" /> + <glyph glyph-name="mars" unicode="" horiz-adv-x="384" +d="M372 384c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 144 144 +c28.2002 0 54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 64c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="mercury" unicode="" horiz-adv-x="288" +d="M288 240c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 44.2002 19.9004 83.7002 51.2002 110c-2.5 1.90039 -4.90039 3.7998 -7.2002 5.7998c-24.7998 21.2002 -39.7998 48.7998 -43.2002 78.9004 +c-0.899414 7.09961 4.7002 13.2998 11.9004 13.2998h40.5c5.7002 0 10.5996 -4.09961 11.7002 -9.7998c2.5 -12.5 9.59961 -24.2998 20.6992 -33.7998c15.4004 -13.2002 36.1006 -20.4004 58.4004 -20.4004s43 7.2002 58.2998 20.4004 +c11.1006 9.5 18.2998 21.2998 20.7002 33.7998c1.09961 5.7002 6 9.7998 11.7998 9.7998h40.5c7.2002 0 12.7998 -6.2002 11.9004 -13.2998c-3.40039 -30 -18.5 -57.6006 -43.2002 -78.7998c-2.2998 -2 -4.7002 -4 -7.2002 -5.80078 +c31.2998 -26.3994 51.2002 -65.8994 51.2002 -110.1zM64 240c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80z" /> + <glyph glyph-name="transgender" unicode="" horiz-adv-x="384" +d="M372 448c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -68.5 -47.9004 -125.8 -112 -140.4v-27.5996h36c6.59961 0 12 -5.40039 12 -12v-40 +c0 -6.59961 -5.40039 -12 -12 -12h-36v-28c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v28h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v27.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144 +c28.2002 0 54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 128c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="transgender-alt" unicode="" horiz-adv-x="480" +d="M468 448c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -68.5 -47.9004 -125.8 -112 -140.4v-27.5996h36c6.59961 0 12 -5.40039 12 -12v-40 +c0 -6.59961 -5.40039 -12 -12 -12h-36v-28c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v28h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v27.5996c-64.0996 14.5 -112 71.9004 -112 140.4 +c0 28.2002 8.09961 54.5 22.2002 76.5996l-16.5 16.5l-19.7998 -19.7998c-4.7002 -4.7002 -12.3008 -4.7002 -17 0l-28.3008 28.2998c-4.69922 4.7002 -4.69922 12.3008 0 17l19.8008 19.8008l-19 19l-16.9004 -16.9004c-7.59961 -7.5 -20.5 -2.2002 -20.5 8.5v79 +c0 6.59961 5.40039 12 12 12h79c10.7002 0 16.0996 -12.9004 8.40039 -20.4004l-16.9004 -16.8994l19 -19l19.7998 19.7998c4.7002 4.7002 12.2998 4.7002 17 0l28.2998 -28.2998c4.7002 -4.7002 4.7002 -12.2998 0 -17l-19.7998 -19.7998l16.5 -16.5 +c22.2002 14 48.5 22.0996 76.7002 22.0996s54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM240 128c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="venus-double" unicode="" +d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM64 272c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80zM400 131.6v-51.5996h36 +c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v51.5996 +c-21.2002 4.80078 -40.5996 14.3008 -57.2002 27.3008c14 16.6992 25 36 32.1006 57.0996c14.5 -14.7998 34.6992 -24 57.0996 -24c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80c-22.2998 0 -42.5996 -9.2002 -57.0996 -24 +c-7.10059 21.0996 -18 40.4004 -32.1006 57.0996c24.6006 19.3008 55.5 30.9004 89.2002 30.9004c79.5 0 144 -64.5 144 -144c0 -68.5 -47.9004 -125.9 -112 -140.4z" /> + <glyph glyph-name="mars-double" unicode="" +d="M340 448c6.59961 0 12 -5.40039 12 -12v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-2.90039 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144 +s64.5 144 144 144c28.2002 0 54.5 -8.09961 76.7002 -22.0996l48.7002 48.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 160c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80zM500 288.1 +c6.59961 0 12 -5.39941 12 -12.0996v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-3 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144c-74.4004 0 -135.6 56.4004 -143.2 128.9 +c21.7998 2 43.2998 8.19922 63.2998 18.3994c-0.0996094 -1 -0.0996094 -2.09961 -0.0996094 -3.2002c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80c0 44.1006 -35.9004 80 -80 80c-1 0 -2.09961 -0.0996094 -3.2002 -0.0996094 +c10.2002 20 16.2998 41.5 18.4004 63.2998c22.5 -2.39941 43.2998 -9.89941 61.5 -21.2998l48.7002 48.7002l-16.9004 16.8994c-7.5 7.60059 -2.2002 20.5 8.5 20.5h79z" /> + <glyph glyph-name="venus-mars" unicode="" horiz-adv-x="576" +d="M564 448c6.59961 0 12 -5.40039 12 -12v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-3 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144 +c-33.7002 0 -64.7002 11.5 -89.2002 30.9004c14.1006 16.6992 25 36 32.1006 57.0996c14.5 -14.7998 34.7998 -24 57.0996 -24c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80c-22.4004 0 -42.5996 -9.2002 -57.0996 -24 +c-7.10059 21.0996 -18.1006 40.4004 -32.1006 57.0996c24.6006 19.3008 55.5 30.9004 89.2002 30.9004c28.2002 0 54.5 -8.09961 76.7002 -22.0996l48.7002 48.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 384c79.5 0 144 -64.5 144 -144 +c0 -68.5 -47.9004 -125.8 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12 +h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144zM144 160c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="mars-stroke" unicode="" horiz-adv-x="384" +d="M372 384c6.59961 0 12 -5.40039 12.0996 -12v-78.9004c0 -10.6992 -12.8994 -16.0996 -20.5 -8.5l-16.8994 16.9004l-17.5 -17.5l14.0996 -14.0996c4.7002 -4.7002 4.7002 -12.3008 0 -17l-28.2998 -28.3008c-4.7002 -4.69922 -12.2998 -4.69922 -17 0l-14.0996 14.1006 +l-18 -18c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 143.9 144c28.1992 0 54.5 -8.09961 76.6992 -22.0996l18 18l-14.0996 14.0996c-4.7002 4.7002 -4.7002 12.2998 0 17l28.2998 28.2002 +c4.7002 4.7002 12.2998 4.7002 17 0l14.1006 -14.1006l17.5 17.5l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 64c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="mars-stroke-v" unicode="" horiz-adv-x="288" +d="M245.8 213.8c56.2998 -56.2002 56.2998 -147.399 0 -203.6c-56.2002 -56.2002 -147.399 -56.2002 -203.6 0s-56.2002 147.399 0 203.6c19.8994 19.9004 44.2002 32.7998 69.7998 38.6006v25.3994h-20c-6.59961 0 -12 5.40039 -12 12v40c0 6.60059 5.40039 12 12 12h20 +v24.7002h-23.9004c-10.6992 0 -16.0996 12.9004 -8.5 20.5l55.9004 55.9004c4.7002 4.69922 12.2998 4.69922 17 0l55.9004 -55.8008c7.5 -7.59961 2.19922 -20.5 -8.5 -20.5h-23.9004v-24.7998h20c6.59961 0 12 -5.39941 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20 +v-25.3994c25.5996 -5.80078 49.9004 -18.7002 69.7998 -38.6006zM200.6 55.4004c31.2002 31.1992 31.2002 82 0 113.1c-31.1992 31.2002 -81.8994 31.2002 -113.1 0s-31.2002 -81.9004 0 -113.1c31.2002 -31.2002 81.9004 -31.2002 113.1 0z" /> + <glyph glyph-name="mars-stroke-h" unicode="" horiz-adv-x="480" +d="M476.2 200.5c4.7002 -4.7002 4.7002 -12.2998 0.0996094 -17l-55.8994 -55.9004c-7.60059 -7.5 -20.5 -2.19922 -20.5 8.5v23.9004h-23.9004v-20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v20h-27.5996 +c-5.80078 -25.5996 -18.7002 -49.9004 -38.6006 -69.7998c-56.2002 -56.2002 -147.399 -56.2002 -203.6 0s-56.2002 147.399 0 203.6s147.399 56.2002 203.6 0c19.9004 -19.8994 32.7998 -44.2002 38.6006 -69.7998h27.5996v20c0 6.59961 5.40039 12 12 12h40 +c6.59961 0 12 -5.40039 12 -12v-20h23.7998v23.9004c0 10.6992 12.9004 16.0996 20.5 8.5zM200.6 135.4c31.2002 31.1992 31.2002 82 0 113.1c-31.1992 31.2002 -81.8994 31.2002 -113.1 0s-31.2002 -81.9004 0 -113.1c31.2002 -31.2002 81.9004 -31.2002 113.1 0z" /> + <glyph glyph-name="neuter" unicode="" horiz-adv-x="288" +d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-151.6c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v151.6c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM144 192c44.0996 0 80 35.9004 80 80 +s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" /> + <glyph glyph-name="genderless" unicode="" horiz-adv-x="288" +d="M144 272c-44.0996 0 -80 -35.9004 -80 -80s35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80zM144 336c79.5 0 144 -64.5 144 -144s-64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 144 144z" /> + <glyph glyph-name="server" unicode="" +d="M480 288h-448c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 376c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 376 +c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM480 128h-448c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 216 +c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 216c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM480 -32h-448c-17.6729 0 -32 14.3271 -32 32v64 +c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 56c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 56c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24 +s24 10.7451 24 24s-10.7451 24 -24 24z" /> + <glyph glyph-name="user-plus" unicode="" horiz-adv-x="640" +d="M624 240c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-64v-64c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v64h-64c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h64v64c0 8.7998 7.2002 16 16 16h32 +c8.7998 0 16 -7.2002 16 -16v-64h64zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352 +c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" /> + <glyph glyph-name="user-times" unicode="" horiz-adv-x="640" +d="M589.6 208l45.6006 -45.5996c6.2998 -6.30078 6.2998 -16.5 0 -22.8008l-22.7998 -22.7998c-6.30078 -6.2998 -16.5 -6.2998 -22.8008 0l-45.5996 45.6006l-45.5996 -45.6006c-6.30078 -6.2998 -16.5 -6.2998 -22.8008 0l-22.7998 22.7998 +c-6.2998 6.30078 -6.2998 16.5 0 22.8008l45.6006 45.5996l-45.6006 45.5996c-6.2998 6.30078 -6.2998 16.5 0 22.8008l22.7998 22.7998c6.30078 6.2998 16.5 6.2998 22.8008 0l45.5996 -45.6006l45.5996 45.6006c6.30078 6.2998 16.5 6.2998 22.8008 0l22.7998 -22.7998 +c6.2998 -6.30078 6.2998 -16.5 0 -22.8008zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352 +c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" /> + <glyph glyph-name="bed" unicode="" horiz-adv-x="640" +d="M176 192c-44.1104 0 -80 35.8896 -80 80s35.8896 80 80 80s80 -35.8896 80 -80s-35.8896 -80 -80 -80zM528 320c61.8604 0 112 -50.1396 112 -112v-192c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48h-512v-48c0 -8.83984 -7.16016 -16 -16 -16 +h-32c-8.83984 0 -16 7.16016 -16 16v352c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-208h224v144c0 8.83984 7.16016 16 16 16h224z" /> + <glyph glyph-name="train" unicode="" horiz-adv-x="448" +d="M448 352v-256c0 -51.8154 -61.624 -96 -130.022 -96l62.9805 -49.7207c5.94727 -4.69629 2.60352 -14.2793 -4.95801 -14.2793h-304c-7.57812 0 -10.8916 9.59375 -4.95703 14.2793l62.9795 49.7207c-68.2021 0 -130.022 44.0459 -130.022 96v256c0 53.0186 64 96 128 96 +h192c65 0 128 -42.9814 128 -96zM400 216v112c0 13.2549 -10.7451 24 -24 24h-304c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24h304c13.2549 0 24 10.7451 24 24zM224 152c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56s56 25.0723 56 56 +s-25.0723 56 -56 56z" /> + <glyph glyph-name="subway" unicode="" horiz-adv-x="448" +d="M448 352v-256c0 -51.8154 -61.624 -96 -130.022 -96l62.9805 -49.7207c5.94727 -4.69629 2.60352 -14.2793 -4.95801 -14.2793h-304c-7.57812 0 -10.8916 9.59375 -4.95703 14.2793l62.9795 49.7207c-68.2021 0 -130.022 44.0459 -130.022 96v256c0 53.0186 64 96 128 96 +h192c65 0 128 -42.9814 128 -96zM200 216v112c0 13.2549 -10.7451 24 -24 24h-104c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24h104c13.2549 0 24 10.7451 24 24zM400 216v112c0 13.2549 -10.7451 24 -24 24h-104c-13.2549 0 -24 -10.7451 -24 -24 +v-112c0 -13.2549 10.7451 -24 24 -24h104c13.2549 0 24 10.7451 24 24zM352 160c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48zM96 160c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48 +s-21.4902 48 -48 48z" /> + <glyph glyph-name="battery-full" unicode="" horiz-adv-x="640" +d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224 +c0 26.5098 21.4902 48 48 48h512zM512 256v-128h-416v128h416z" /> + <glyph glyph-name="battery-three-quarters" unicode="" horiz-adv-x="640" +d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224 +c0 26.5098 21.4902 48 48 48h512zM416 256v-128h-320v128h320z" /> + <glyph glyph-name="battery-half" unicode="" horiz-adv-x="640" +d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224 +c0 26.5098 21.4902 48 48 48h512zM320 256v-128h-224v128h224z" /> + <glyph glyph-name="battery-quarter" unicode="" horiz-adv-x="640" +d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224 +c0 26.5098 21.4902 48 48 48h512zM224 256v-128h-128v128h128z" /> + <glyph glyph-name="battery-empty" unicode="" horiz-adv-x="640" +d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224 +c0 26.5098 21.4902 48 48 48h512z" /> + <glyph glyph-name="mouse-pointer" unicode="" horiz-adv-x="320" +d="M302.189 118.874h-106.084l55.8301 -135.993c3.88965 -9.42773 -0.554688 -19.999 -9.44336 -23.999l-49.165 -21.4268c-9.16504 -4 -19.4434 0.571289 -23.332 9.71387l-53.0527 129.136l-86.6641 -89.1377c-11.5498 -11.877 -30.2783 -2.7207 -30.2783 12.8564v429.678 +c0 16.3994 19.9209 24.3945 30.2773 12.8555l284.412 -292.542c11.4717 -11.1787 3.00684 -31.1406 -12.5 -31.1406z" /> + <glyph glyph-name="i-cursor" unicode="" horiz-adv-x="256" +d="M256 395.952c0 -6.64648 -5.4043 -12.0098 -12.0498 -11.9922c-27.875 0.0712891 -83.9502 -3.20996 -83.9502 -48.1416v-111.818h36c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-36v-112c0 -44.9395 57.8887 -48.5527 83.8555 -48.2422 +c6.68652 0.0800781 12.1445 -5.31055 12.1445 -11.998v-39.6445c0 -6.5957 -5.31836 -11.957 -11.9131 -12c-35.0654 -0.228516 -78.3525 0.62207 -116.087 37.8447c-38.4688 -37.9482 -83.6211 -38.3027 -116.158 -37.8936 +c-6.56738 0.0820312 -11.8418 5.42969 -11.8418 11.999v39.9824c0 6.64648 5.4043 12.0098 12.0498 11.9932c27.875 -0.0722656 83.9502 3.02734 83.9502 47.959v112h-36c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h36v111.818 +c0 44.9385 -57.8887 48.7344 -83.8555 48.4248c-6.68652 -0.0800781 -12.1445 5.31055 -12.1445 11.998v39.6445c0 6.5957 5.31836 11.957 11.9131 12c35.0654 0.228516 78.3525 -0.62207 116.087 -37.8447c38.4688 37.9482 83.6211 38.3027 116.158 37.8926 +c6.56738 -0.0820312 11.8418 -5.42969 11.8418 -11.999v-39.9824z" /> + <glyph glyph-name="object-group" unicode="" +d="M480 320v-288h20c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v20h-384v-20c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h20v320h-20 +c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-20h384v20c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-20v-32zM96 172c0 -6.62695 5.37305 -12 12 -12h168 +c6.62695 0 12 5.37305 12 12v136c0 6.62695 -5.37305 12 -12 12h-168c-6.62695 0 -12 -5.37305 -12 -12v-136zM416 76v136c0 6.62695 -5.37305 12 -12 12h-84v-72c0 -13.2549 -10.7451 -24 -24 -24h-72v-52c0 -6.62695 5.37305 -12 12 -12h168c6.62695 0 12 5.37305 12 12z +" /> + <glyph glyph-name="object-ungroup" unicode="" horiz-adv-x="576" +d="M64 128v-26c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h26v192h-26c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h52c3.31152 0 6 -2.68848 6 -6v-26h288v26c0 3.31152 2.68848 6 6 6h52 +c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-26v-192h26c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v26h-288zM544 192v-160h26c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-52 +c-3.31152 0 -6 2.68848 -6 6v26h-288v-26c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h26v72h136v-8c0 -13.2549 10.7451 -24 24 -24h64c13.2549 0 24 10.7451 24 24v64c0 13.2549 -10.7451 24 -24 24h-8v72h104v26 +c0 3.31152 2.68848 6 6 6h52c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-26v-32z" /> + <glyph glyph-name="sticky-note" unicode="" horiz-adv-x="448" +d="M312 128c-13.2002 0 -24 -10.7998 -24 -24v-136h-264c-13.2998 0 -24 10.7002 -24 24v400c0 13.2998 10.7002 24 24 24h400c13.2998 0 24 -10.7002 24 -24v-264h-136zM441 73l-98 -98c-4.5 -4.5 -10.5996 -7 -17 -7h-6v128h128v-6.09961 +c0 -6.30078 -2.5 -12.4004 -7 -16.9004z" /> + <glyph glyph-name="clone" unicode="" +d="M464 448c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h288zM176 32h208v-48c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v288 +c0 26.5098 21.4902 48 48 48h48v-208c0 -44.1123 35.8877 -80 80 -80z" /> + <glyph glyph-name="balance-scale" unicode="" horiz-adv-x="640" +d="M256 112c0 -44.1797 -57.3096 -80 -128 -80s-128 35.8203 -128 80h0.0195312c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51h0.0195312zM128 272l-72 -144h144zM639.98 112 +c0 -44.1797 -57.29 -80 -127.98 -80s-128 35.8203 -128 80h0.0195312c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51zM440 128h144l-72 144zM528 0c8.83984 0 16 -7.16016 16 -16v-32 +c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v294.75c-23.5195 10.29 -41.1602 31.4902 -46.3896 57.25h-129.61c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h144.36 +c14.5996 19.3203 37.5498 32 63.6396 32s49.04 -12.6797 63.6396 -32h144.36c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-129.61c-5.22949 -25.7695 -22.8799 -46.96 -46.3896 -57.25v-294.75h176z" /> + <glyph glyph-name="hourglass-start" unicode="" horiz-adv-x="384" +d="M360 448c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336 +c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336zM296 0c0 77.4834 -46.2139 144 -104 144 +c-57.7959 0 -104 -66.542 -104 -144h208z" /> + <glyph glyph-name="hourglass-half" unicode="" horiz-adv-x="384" +d="M360 448c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336 +c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336zM284.922 64 +c-17.0596 46.8037 -52.1006 80 -92.9219 80c-40.8242 0 -75.8613 -33.2031 -92.9199 -80h185.842zM284.941 320c7.07129 19.4131 11.0586 41.1953 11.0586 64h-208c0 -22.748 3.98828 -44.5479 11.0781 -64h185.863z" /> + <glyph glyph-name="hourglass-end" unicode="" horiz-adv-x="384" +d="M360 384c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24 +c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24zM192 240c57.4902 0 104 66.0547 104 144 +h-208c0 -77.4824 46.2129 -144 104 -144z" /> + <glyph glyph-name="hourglass" unicode="" horiz-adv-x="384" +d="M360 384c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24 +c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24z" /> + <glyph glyph-name="hand-rock" unicode="" +d="M464.8 368c26.2998 -0.400391 47.2002 -22.5 47.2002 -48.7998v-133.5c0 -12.7998 -2.5 -25.5 -7.5 -37.2998l-49 -116.301c-4.90039 -11.7998 -7.5 -24.5 -7.5 -37.2998v-2.89941c0 -13.3008 -10.7002 -24 -24 -24h-240c-13.2998 0 -24 10.6992 -24 24v6.69922 +c0 13.7002 -5.90039 26.8008 -16.0996 35.9004l-111.7 99.2998c-20.5 18.2998 -32.2002 44.4004 -32.2002 71.7998v66.4004c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-48.1006l8 -7.09961v136 +c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-31.2002h8v48c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-47.2002h8v32c0 26.7998 21.9004 48.4004 48.7998 48 +c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-31.2002h8c0 26.7998 21.9004 48.4004 48.7998 48z" /> + <glyph glyph-name="hand-paper" unicode="" horiz-adv-x="448" +d="M408.781 319.993c21.7305 -0.416016 39.2188 -18.1621 39.2178 -39.9932v-150.359c0 -12.2998 -2.28711 -32.001 -5.10449 -43.9746l-26.5078 -112.66c-5.10156 -21.6816 -24.4502 -37.0059 -46.7236 -37.0059h-197.59c-13.4922 0 -30.8838 8.85645 -38.8193 19.7676 +l-125.601 172.705c-12.9932 17.8672 -9.04297 42.8838 8.82129 55.877c17.8682 12.9941 42.8848 9.04297 55.877 -8.82227l31.6484 -43.5195v235.992c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-175.21h8v216 +c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-215.21h8v177c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-176.21h8v87.21 +c0 22.4297 18.3564 41.2119 40.7812 40.7832z" /> + <glyph glyph-name="hand-scissors" unicode="" +d="M216 8c0 22.0918 17.9092 40 40 40v8h-32c-22.0908 0 -40 17.9082 -40 40s17.9092 40 40 40h32v8h-208c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48h208v13.5723l-177.551 69.7393c-24.6738 9.69434 -36.8184 37.5557 -27.125 62.2285 +c9.69238 24.6738 37.5537 36.8174 62.2275 27.124l190.342 -74.7646l24.8721 31.0898c12.3066 15.3809 33.9785 19.5146 51.0811 9.74121l112 -64c11.125 -6.3584 20.1533 -21.917 20.1533 -34.7305v-240c0 -18.5615 -12.7695 -34.6855 -30.8379 -38.9365l-136 -32 +c-2.49414 -0.586914 -6.59668 -1.06348 -9.1582 -1.06348h-0.00390625h-80c-22.0908 0 -40 17.9082 -40 40z" /> + <glyph glyph-name="hand-lizard" unicode="" horiz-adv-x="576" +d="M384 -32v61.4609c0 7.28906 -4.99707 16.3711 -11.1543 20.2734l-111.748 70.8105c-6.49316 4.11523 -18.0029 7.45508 -25.6904 7.45508h-0.000976562h-147.406c-13.2549 0 -24 10.7451 -24 24v8c0 35.3457 28.6543 64 64 64h123.648 +c11.7754 0 25.0088 8.82227 29.5371 19.6924l21.4102 51.3848c4.94141 11.8555 -3.77051 24.9229 -16.6143 24.9229h-229.981c-30.9277 0 -56 25.0723 -56 56v16c0 13.2549 10.7451 24 24 24h333.544c14.6035 0 32.7852 -10.0205 40.583 -22.3682l163.04 -258.146 +c8.1875 -12.9639 14.833 -35.9297 14.833 -51.2627v-0.000976562v-116.222h-192z" /> + <glyph glyph-name="hand-spock" unicode="" +d="M481.3 350.9c21.4004 -5.10059 34.7002 -26.7002 29.7002 -48.2002l-36.2998 -152.5c-1.7002 -7.2002 -2.60059 -14.7002 -2.60059 -22.2002v-42c0 -9.2998 -1.39941 -18.4004 -4 -27.2998l-26.1992 -88.2998c-6 -20.4004 -24.7002 -34.4004 -46 -34.4004h-216.7 +c-12.2002 0 -24 4.59961 -32.9004 13l-133.7 125.9c-16.0996 15.0996 -16.7998 40.3994 -1.69922 56.5c15.0996 16.0996 40.3994 16.7998 56.5 1.69922l60.5996 -57v79.4004l-39 171.6c-4.90039 21.6006 8.59961 43 30.0996 47.9004 +c21.6006 4.90039 43 -8.59961 47.9004 -30.0996l34.7998 -152.801h9.7998l-47.5996 207c-5 21.5 8.5 43 30 47.9004c21.5996 4.90039 43 -8.5 48 -30.0996l51.7002 -224.9h15.0996l48.4004 193.7c5.39941 21.3994 27.0996 34.5 48.5 29.0996 +c21.3994 -5.39941 34.5 -27.0996 29.0996 -48.5l-43.5996 -174.3h11.0996l30.7998 129.3c5.10059 21.4004 26.7002 34.7002 48.2002 29.6006z" /> + <glyph glyph-name="hand-pointer" unicode="" horiz-adv-x="448" +d="M448 208v-96c0 -3.08398 -0.356445 -6.15918 -1.06348 -9.16211l-32 -136c-4.25098 -18.0684 -20.375 -30.8379 -38.9365 -30.8379h-208c-11.2432 0 -25.7363 7.37988 -32.3496 16.4727l-127.997 176c-12.9932 17.8662 -9.04297 42.8838 8.82129 55.876 +c17.8672 12.9941 42.8848 9.04297 55.877 -8.82227l31.6484 -43.5186v275.992c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-200h8v40c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-40h8v24c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-24h8 +c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40zM192 128h-8v-96h8v96zM280 128h-8v-96h8v96zM368 128h-8v-96h8v96z" /> + <glyph glyph-name="hand-peace" unicode="" horiz-adv-x="448" +d="M408 232c22.0918 0 40 -17.9092 40 -40v-80v-0.00488281c0 -2.56152 -0.476562 -6.66406 -1.06348 -9.15723l-32 -136c-4.25098 -18.0684 -20.375 -30.8379 -38.9365 -30.8379h-240h-0.000976562c-12.8125 0 -28.3711 9.0293 -34.7275 20.1543l-64 112 +c-9.77441 17.1025 -5.64062 38.7744 9.74023 51.0811l31.0898 24.8721l-74.7646 190.342c-9.69336 24.6738 2.4502 52.5342 27.124 62.2266c24.6729 9.69434 52.5332 -2.4502 62.2275 -27.125l69.7393 -177.551h13.5723v208c0 26.5098 21.4902 48 48 48s48 -21.4902 48 -48 +v-208h8v32c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-32h8c0 22.0908 17.9082 40 40 40z" /> + <glyph glyph-name="trademark" unicode="" horiz-adv-x="640" +d="M260.6 352c6.60059 0 12 -5.40039 11.9004 -12v-43.0996c0 -6.60059 -5.40039 -12 -12 -12h-85.0996v-240.9c0 -6.59961 -5.40039 -12 -12 -12h-54.3008c-6.59961 0 -12 5.40039 -12 12v240.9h-85.0996c-6.59961 0 -12 5.39941 -12 12v43.0996 +c0 6.59961 5.40039 12 12 12h248.6zM640 45c0.5 -7 -5 -13 -12 -13h-53.9004c-6.2998 0 -11.5996 4.90039 -12 11.2002l-9.09961 132.899c-1.7998 24.2002 0 53.7002 0 53.7002h-0.900391s-10.6992 -33.5996 -17.8994 -53.7002l-30.7002 -84.6992 +c-1.7002 -4.7002 -6.2002 -7.90039 -11.2998 -7.90039h-50.2998c-5.10059 0 -9.60059 3.2002 -11.3008 7.90039l-30.6992 84.6992c-7.2002 20.1006 -17.9004 53.7002 -17.9004 53.7002h-0.900391s1.80078 -29.5 0 -53.7002l-9.09961 -132.899 +c-0.5 -6.2998 -5.7002 -11.2002 -12 -11.2002h-54.5c-7.09961 0 -12.5996 6 -12 13l24.4004 296c0.599609 6.2002 5.7998 11 12 11h65.3994c5.10059 0 9.60059 -3.2998 11.2998 -8.09961l43.8008 -127.101c7.19922 -20.5996 16.0996 -52.7998 16.0996 -52.7998h0.900391 +s8.89941 32.2002 16.0996 52.7998l43.7998 127.101c1.60059 4.7998 6.2002 8.09961 11.2998 8.09961h65.4004c6.2998 0 11.5 -4.7998 12 -11z" /> + <glyph glyph-name="registered" unicode="" +d="M285.363 240.525c0 -18.6006 -9.83105 -28.4316 -28.4316 -28.4316h-29.876v56.1406h23.3779c28.668 0 34.9297 -8.77344 34.9297 -27.709zM504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248z +M363.411 87.5859c-46.7295 84.8252 -43.2988 78.6357 -44.7021 80.9805c23.4316 15.1719 37.9453 42.9785 37.9453 74.4854c0 54.2441 -31.5 89.252 -105.498 89.252h-70.667c-13.2549 0 -24 -10.7451 -24 -24v-232.304c0 -13.2549 10.7451 -24 24 -24h22.5664 +c13.2549 0 24 10.7451 24 24v71.6631h25.5566l44.1289 -82.9375c3.73828 -7.02441 13.2305 -12.7266 21.1875 -12.7266h24.4639c18.2617 0.000976562 29.8291 19.5908 21.0186 35.5869z" /> + <glyph glyph-name="tv" unicode="" horiz-adv-x="640" +d="M592 448c26.4961 0 48 -21.5039 48 -48v-320c0 -26.4961 -21.5039 -48 -48 -48h-240v-32h176c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h176v32h-240 +c-26.4961 0 -48 21.5039 -48 48v320c0 26.4961 21.5039 48 48 48h544zM576 96v288h-512v-288h512z" /> + <glyph glyph-name="calendar-plus" unicode="" horiz-adv-x="448" +d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36 +c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM328 116c0 6.59961 -5.40039 12 -12 12h-60v60c0 6.59961 -5.40039 12 -12 12h-40 +c-6.59961 0 -12 -5.40039 -12 -12v-60h-60c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h60v-60c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v60h60c6.59961 0 12 5.40039 12 12v40z" /> + <glyph glyph-name="calendar-minus" unicode="" horiz-adv-x="448" +d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36 +c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM316 64c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-184 +c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h184z" /> + <glyph glyph-name="calendar-times" unicode="" horiz-adv-x="448" +d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36 +c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM269.3 96l48.1006 48.0996c4.69922 4.7002 4.69922 12.3008 0 17l-28.3008 28.3008 +c-4.69922 4.69922 -12.2998 4.69922 -17 0l-48.0996 -48.1006l-48.0996 48.1006c-4.7002 4.69922 -12.3008 4.69922 -17 0l-28.3008 -28.3008c-4.69922 -4.69922 -4.69922 -12.2998 0 -17l48.1006 -48.0996l-48.1006 -48.0996c-4.69922 -4.7002 -4.69922 -12.3008 0 -17 +l28.3008 -28.3008c4.69922 -4.69922 12.2998 -4.69922 17 0l48.0996 48.1006l48.0996 -48.1006c4.7002 -4.69922 12.3008 -4.69922 17 0l28.3008 28.3008c4.69922 4.69922 4.69922 12.2998 0 17z" /> + <glyph glyph-name="calendar-check" unicode="" horiz-adv-x="448" +d="M436 288h-424c-6.62695 0 -12 5.37305 -12 12v36c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h48c26.5098 0 48 -21.4902 48 -48v-36 +c0 -6.62695 -5.37305 -12 -12 -12zM12 256h424c6.62695 0 12 -5.37305 12 -12v-260c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v260c0 6.62695 5.37305 12 12 12zM345.296 160.053l-28.1689 28.3984 +c-4.66699 4.70508 -12.2646 4.73535 -16.9697 0.0673828l-106.037 -105.184l-45.9805 46.3516c-4.66699 4.70508 -12.2656 4.73633 -16.9707 0.0683594l-28.3965 -28.1699c-4.70508 -4.66699 -4.73633 -12.2646 -0.0683594 -16.9697l82.6006 -83.2695 +c4.66699 -4.70508 12.2656 -4.73535 16.9707 -0.0673828l142.952 141.805c4.70508 4.66699 4.73633 12.2646 0.0683594 16.9697z" /> + <glyph glyph-name="industry" unicode="" +d="M475.115 284.219c15.9541 10.1514 36.8848 -1.33105 36.8848 -20.248v-271.971c0 -13.2549 -10.7451 -24 -24 -24h-464c-13.2549 0 -24 10.7451 -24 24v400c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-196.309l139.115 88.5273 +c15.9541 10.1514 36.8848 -1.33203 36.8848 -20.248v-68.2793z" /> + <glyph glyph-name="map-pin" unicode="" horiz-adv-x="288" +d="M112 131.06c10.3896 -1.91992 21.0596 -3.05957 32 -3.05957s21.6104 1.13965 32 3.05957v-156.689l-22.0098 -33.0205c-4.75 -7.11914 -15.2207 -7.11914 -19.9707 0l-22.0195 33.0205v156.689zM144 448c79.5303 0 144 -64.4697 144 -144s-64.4697 -144 -144 -144 +s-144 64.4697 -144 144s64.4697 144 144 144zM144 372c6.62012 0 12 5.37988 12 12s-5.37988 12 -12 12c-50.7197 0 -92 -41.2695 -92 -92c0 -6.62012 5.37988 -12 12 -12s12 5.37988 12 12c0 37.5 30.5 68 68 68z" /> + <glyph glyph-name="map-signs" unicode="" +d="M507.31 363.31c6.25 -6.25 6.25 -16.3691 0 -22.6299l-43.3096 -43.3096c-6.00977 -6 -14.1396 -9.37012 -22.6299 -9.37012h-385.37c-13.25 0 -24 10.75 -24 24v80c0 13.25 10.75 24 24 24h168v16c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-16 +h153.37c8.49023 0 16.6299 -3.37012 22.6299 -9.37012zM224 -48v112h64v-112c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16zM456 224c13.25 0 24 -10.75 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-385.37 +c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-43.3096 43.3096c-6.25 6.25 -6.25 16.3799 0 22.6299l43.3096 43.3203c6.00977 6 14.1396 9.37012 22.6299 9.37012h153.37v32h64v-32h168z" /> + <glyph glyph-name="map" unicode="" horiz-adv-x="576" +d="M0 330.34c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l139.88 55.9502v-384l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v346.32zM192 32v384l192 -64v-384zM554.06 414.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-346.32 +c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v384z" /> + <glyph glyph-name="comment-alt" unicode="" +d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.7002c-7.89941 -5.7998 -19.0996 -0.0996094 -19.0996 9.7002v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z" /> + <glyph glyph-name="pause-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM240 112v160c0 8.7998 -7.2002 16 -16 16h-48c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16zM352 112v160 +c0 8.7998 -7.2002 16 -16 16h-48c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16z" /> + <glyph glyph-name="stop-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM352 112v160c0 8.7998 -7.2002 16 -16 16h-160c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h160c8.7998 0 16 7.2002 16 16z" /> + <glyph glyph-name="shopping-bag" unicode="" horiz-adv-x="448" +d="M352 288h96v-272c0 -44.1826 -35.8174 -80 -80 -80h-288c-44.1826 0 -80 35.8174 -80 80v272h96v32c0 70.5801 57.4199 128 128 128c70.5791 0 128 -57.4199 128 -128v-32zM160 320v-32h128v32c0 35.29 -28.71 64 -64 64s-64 -28.71 -64 -64zM320 200 +c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM128 200c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24z" /> + <glyph glyph-name="shopping-basket" unicode="" horiz-adv-x="576" +d="M576 232v-16c0 -13.2549 -10.7451 -24 -24 -24h-8l-26.1133 -182.788c-3.37793 -23.6465 -23.6299 -41.2119 -47.5166 -41.2119h-364.74c-23.8867 0 -44.1387 17.5654 -47.5176 41.2119l-26.1123 182.788h-8c-13.2549 0 -24 10.7451 -24 24v16 +c0 13.2549 10.7451 24 24 24h67.3408l106.78 146.821c10.3945 14.292 30.4072 17.4531 44.7012 7.05762c14.293 -10.3945 17.4531 -30.4082 7.05762 -44.7012l-79.4033 -109.178h235.047l-79.4033 109.179c-10.3955 14.292 -7.23438 34.3066 7.05859 44.7012 +c14.291 10.3955 34.3066 7.23535 44.7012 -7.05762l106.779 -146.822h67.3408c13.2549 0 24 -10.7451 24 -24zM312 56v112c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24zM424 56v112 +c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24zM200 56v112c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24z" /> + <glyph glyph-name="hashtag" unicode="" horiz-adv-x="448" +d="M440.667 265.891c-0.974609 -5.45898 -6.2666 -9.89062 -11.8135 -9.89062h-79.0957l-22.8564 -128h74.8096c7.4707 0 13.126 -6.75391 11.8135 -14.1094l-7.14355 -40c-0.974609 -5.45898 -6.2666 -9.89062 -11.8125 -9.89062h-79.0967l-15.377 -86.1094 +c-0.974609 -5.45898 -6.2666 -9.89062 -11.8125 -9.89062h-40.6318c-7.47266 0 -13.127 6.75391 -11.8135 14.1094l14.623 81.8906h-98.6338l-15.3779 -86.1094c-0.974609 -5.45898 -6.26758 -9.89062 -11.8135 -9.89062h-40.6318 +c-7.4707 0 -13.126 6.75391 -11.8125 14.1094l14.623 81.8906h-74.8105c-7.4707 0 -13.126 6.75391 -11.8125 14.1094l7.14258 40c0.974609 5.45898 6.2666 9.89062 11.8135 9.89062h79.0957l22.8564 128h-74.8096c-7.4707 0 -13.126 6.75391 -11.8135 14.1094l7.14355 40 +c0.974609 5.45898 6.2666 9.89062 11.8125 9.89062h79.0967l15.377 86.1094c0.974609 5.45898 6.2666 9.89062 11.8125 9.89062h40.6318c7.47266 0 13.127 -6.75391 11.8135 -14.1094l-14.623 -81.8906h98.6348l15.377 86.1094 +c0.974609 5.45898 6.26758 9.89062 11.8135 9.89062h40.6318c7.4707 0 13.126 -6.75391 11.8125 -14.1094l-14.623 -81.8906h74.8105c7.4707 0 13.126 -6.75391 11.8125 -14.1094zM261.889 128l22.8574 128h-98.6338l-22.8574 -128h98.6338z" /> + <glyph glyph-name="percent" unicode="" horiz-adv-x="448" +d="M112 224c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM112 384c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48s48 21.5 48 48s-21.5 48 -48 48zM336 160c61.9004 0 112 -50.0996 112 -112 +s-50.0996 -112 -112 -112s-112 50.0996 -112 112s50.0996 112 112 112zM336 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM392.3 447.8l31.6006 0.100586c19.3994 0.0996094 30.8994 -21.8008 19.6992 -37.8008l-366.199 -463.699 +c-3.94629 -5.62793 -12.7275 -10.1973 -19.6006 -10.2002l-33.3994 -0.100586c-19.5 0 -30.9004 21.9004 -19.7002 37.8008l368 463.699c4.5 6.40039 11.7998 10.2002 19.5996 10.2002z" /> + <glyph glyph-name="universal-access" unicode="" +d="M256 400c-114.971 0 -208 -93.0469 -208 -208c0 -114.971 93.0469 -208 208 -208c114.971 0 208 93.0469 208 208c0 114.971 -93.0469 208 -208 208zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z +M256 384c106.039 0 192 -85.9609 192 -192s-85.9609 -192 -192 -192s-192 85.9609 -192 192s85.9609 192 192 192zM256 340c-19.8818 0 -36 -16.1182 -36 -36s16.1182 -36 36 -36s36 16.1182 36 36s-16.1182 36 -36 36zM373.741 241.977 +c8.59961 2.03027 13.9258 10.6484 11.8965 19.249c-2.03027 8.60156 -10.6494 13.9258 -19.249 11.8955c-96.4912 -22.7832 -124.089 -22.8291 -220.774 0c-8.60254 2.03125 -17.2178 -3.29395 -19.249 -11.8955c-2.03125 -8.60059 3.29492 -17.2178 11.8945 -19.249 +c28.7129 -6.7793 55.5127 -12.749 82.1416 -15.8066c-0.852539 -101.08 -12.3242 -123.08 -25.0371 -155.621c-3.61719 -9.25879 0.957031 -19.6982 10.2168 -23.3145c9.26465 -3.61914 19.7002 0.961914 23.3154 10.2168c8.72754 22.3408 17.0947 40.6982 22.2617 78.5488 +h9.68555c5.1748 -37.9131 13.5566 -56.2412 22.2617 -78.5488c3.61621 -9.25977 14.0547 -13.834 23.3154 -10.2168c9.25977 3.61621 13.834 14.0547 10.2168 23.3145c-12.7305 32.5693 -24.1855 54.5986 -25.0371 155.621c26.6299 3.05859 53.4287 9.02832 82.1406 15.8066 +z" /> + <glyph glyph-name="blind" unicode="" horiz-adv-x="384" +d="M380.15 -62.8369c-1.05664 -0.640625 -2.91602 -1.16113 -4.15137 -1.16113c-2.48438 0 -5.54785 1.72363 -6.83789 3.84766l-125.33 206.428c4.25684 1.68848 10.0615 5.9375 12.958 9.48438l126.048 -207.607c0.641602 -1.05664 1.16211 -2.91699 1.16211 -4.15234 +c0 -2.48535 -1.72461 -5.5498 -3.84863 -6.83887zM142.803 133.662l62.8145 -153.537c6.69141 -16.3584 -1.14453 -35.042 -17.501 -41.7344c-16.3564 -6.69043 -35.04 1.1416 -41.7334 17.501l-36.1201 88.2852zM96 360c-24.3008 0 -44 19.6992 -44 44s19.6992 44 44 44 +s44 -19.6992 44 -44s-19.6992 -44 -44 -44zM250.837 190.872c8.19336 -10.374 6.44434 -25.4922 -3.96582 -33.708c-9.33984 -7.37402 -24.5635 -7.61914 -33.708 3.96484l-102.3 129.217c-0.663086 0.836914 -2.06738 1.51562 -3.13477 1.51562 +c-2.20801 0 -4 -1.79297 -4 -4.00098c0 -0.769531 0.387695 -1.88281 0.865234 -2.48535l31.4062 -39.8164v-107.196l-65.9258 -181.288c-6.04102 -16.6143 -24.4072 -25.1768 -41.0088 -19.1387c-16.6104 6.04004 -25.1787 24.4004 -19.1387 41.0098l54.0732 148.693 +v140.698l-16 -20.5713v-79.7656c0 -13.0996 -10.4951 -23.748 -23.5361 -23.9961c-13.4531 -0.254883 -24.4639 11.0811 -24.4639 24.5361v95.6943l61.0557 78.5c4.72754 6.0791 11.7979 9.23633 18.9443 9.23926v0.0263672h32v-0.015625 +c7.08691 -0.00390625 14.1035 -3.11719 18.8369 -9.1123z" /> + <glyph glyph-name="audio-description" unicode="" +d="M162.925 209.291l8.82227 -30.6553h-25.6064l9.04102 30.6523c1.27734 4.4209 2.65137 9.99414 3.87207 15.2451c1.2207 -5.25098 2.59473 -10.8232 3.87109 -15.2422zM329.399 241.39c28.6846 0 46.1748 -16.7656 46.1748 -49.0049 +c0 -32.0977 -16.3994 -49.7754 -46.1748 -49.7754h-14.5234v98.7803h14.5234zM512 336v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48zM245.459 111.861l-57.0967 168 +c-1.52734 4.49219 -6.61719 8.13867 -11.3623 8.13867h-35.8936c-4.74512 0 -9.83594 -3.64648 -11.3623 -8.13867l-57.0967 -168c-2.64453 -7.7832 3.1416 -15.8613 11.3613 -15.8613h29.1328c4.99219 0 10.1602 3.89453 11.5352 8.69336l8.57422 29.9053h51.3672 +l8.79297 -29.9766c1.39648 -4.75977 6.55469 -8.62207 11.5146 -8.62207v0h29.1719c8.2207 0 14.0059 8.07812 11.3613 15.8613zM430.16 192.386c0 58.9775 -37.9189 95.6143 -98.96 95.6143h-57.3662c-6.62695 0 -12 -5.37305 -12 -12v-168c0 -6.62695 5.37305 -12 12 -12 +h57.3662c61.041 0 98.96 36.9326 98.96 96.3857z" /> + <glyph glyph-name="phone-volume" unicode="" horiz-adv-x="384" +d="M97.333 -58.9658c-129.874 129.874 -129.681 340.252 0 469.933c5.69824 5.69824 14.5273 6.63184 21.2627 2.42188l64.8174 -40.5127c4.45898 -2.78711 8.07812 -9.31641 8.07812 -14.5752c0 -1.82715 -0.550781 -4.68652 -1.22949 -6.38281l-32.4082 -81.0205 +c-2.38477 -5.96484 -9.53418 -10.8047 -15.958 -10.8047c-0.473633 0 -1.23926 0.0380859 -1.71094 0.0849609l-55.8096 5.58008c-21.0508 -58.2607 -20.6123 -122.471 0 -179.515l55.8105 5.58105c0.47168 0.046875 1.2373 0.0849609 1.71094 0.0849609 +c6.42383 0 13.5732 -4.83984 15.959 -10.8037l32.4072 -81.0225c0.678711 -1.69629 1.22949 -4.55566 1.22949 -6.38281c0 -5.25879 -3.61914 -11.7881 -8.07812 -14.5752l-64.8174 -40.5127c-2.30762 -1.44238 -6.38867 -2.6123 -9.10938 -2.6123 +c-3.92969 0 -9.375 2.25488 -12.1543 5.03418zM247.126 352.527c11.832 -20.0469 11.832 -45.0088 0 -65.0557c-3.9502 -6.69238 -13.1084 -7.95898 -18.7178 -2.58105l-5.97559 5.72656c-3.91016 3.74805 -4.79297 9.62207 -2.26074 14.4102 +c2.04883 3.87793 3.71094 10.5859 3.71094 14.9717c0 4.38672 -1.66211 11.0947 -3.71094 14.9727c-2.5332 4.78809 -1.64941 10.6621 2.26074 14.4102l5.97559 5.72656c5.60938 5.37793 14.7676 4.11133 18.7178 -2.58105zM338.913 443.714 +c60.1396 -71.6035 60.0918 -175.882 0 -247.428c-4.47363 -5.32715 -12.5303 -5.74609 -17.5518 -0.933594l-5.79785 5.55762c-4.56055 4.37109 -4.97754 11.5293 -0.930664 16.3789c49.6875 59.5381 49.6465 145.933 0 205.422 +c-4.04688 4.84961 -3.63086 12.0078 0.930664 16.3789l5.79785 5.55762c5.02148 4.8125 13.0781 4.39355 17.5518 -0.933594zM292.941 398.773c36.0498 -46.3223 36.1074 -111.149 0 -157.547c-4.39062 -5.64062 -12.6973 -6.25098 -17.8564 -1.30371l-5.81836 5.5791 +c-4.39941 4.21875 -4.99805 11.0947 -1.28418 15.9307c26.5352 34.5645 26.5332 82.5723 0 117.135c-3.71387 4.83594 -3.11523 11.7109 1.28418 15.9307l5.81836 5.5791c5.15918 4.94727 13.4658 4.33691 17.8564 -1.30371z" /> + <glyph glyph-name="braille" unicode="" horiz-adv-x="640" +d="M128 192c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64s64 -28.6543 64 -64zM64 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM64 416c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64 +s-64 28.6543 -64 64s28.6543 64 64 64zM224 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM224 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM224 416 +c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM448 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM448 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32 +s-32 14.3271 -32 32s14.3271 32 32 32zM448 416c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM608 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM608 64 +c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM608 384c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32z" /> + <glyph glyph-name="assistive-listening-systems" unicode="" +d="M216 188c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 44.1123 35.8877 80 80 80s80 -35.8877 80 -80c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 13.2344 -10.7666 24 -24 24s-24 -10.7656 -24 -24zM240 364c97.0469 0 176 -78.9531 176 -176 +c0 -95.9863 -71.4053 -109.798 -72 -144.226c-0.124023 -59.4463 -48.5254 -107.774 -108 -107.774c-15.4639 0 -28 12.5361 -28 28s12.5361 28 28 28c28.6729 0 52 23.3271 52 52l0.00292969 0.37793c0.988281 73.3115 71.9971 68.458 71.9971 143.622 +c0 66.168 -53.832 120 -120 120s-120 -53.832 -120 -120c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 97.0469 78.9531 176 176 176zM160 128c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM32 0 +c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM512 187.993c0 -15.4639 -12.5371 -28 -28.001 -28s-28 12.5361 -28 28c0 1.12695 -0.00683594 2.24512 -0.0332031 3.36328l-0.00292969 0.1875 +c-1.4668 91.4404 -60.1709 172.599 -146.077 201.953c-14.6318 5.00098 -22.4414 20.917 -17.4414 35.5498c5.00098 14.6328 20.917 22.4404 35.5498 17.4424c108.163 -36.959 182.082 -139.015 183.961 -253.965c0.0332031 -1.50684 0.0449219 -3.01367 0.0449219 -4.53125 +zM152.971 8.9707l-33.9404 -33.9404l-80 80l33.9404 33.9404z" /> + <glyph glyph-name="american-sign-language-interpreting" unicode="" horiz-adv-x="640" +d="M290.547 258.961c-20.2949 10.1494 -44.1465 11.1992 -64.7393 3.88965c42.6064 0 71.208 -20.4746 85.5781 -50.5752c8.57617 -17.8994 -5.14746 -38.0713 -23.6172 -38.0713c18.4297 0 32.2119 -20.1357 23.6172 -38.0713 +c-14.7246 -30.8457 -46.123 -50.8535 -80.2979 -50.8535c-0.556641 0 -94.4707 8.61426 -94.4707 8.61426l-66.4062 -33.3467c-9.38379 -4.69336 -19.8145 -0.378906 -23.8945 7.78125l-44.4561 88.9248c-4.16699 8.61523 -1.11133 18.8975 6.94531 23.6211l58.0723 33.0693 +l41.1221 74.1953c6.38965 57.2451 34.7314 109.768 79.7432 146.727c11.3906 9.44824 28.3408 7.78125 37.5098 -3.61328c9.44629 -11.3936 7.78027 -28.0674 -3.6123 -37.5156c-12.5029 -10.5596 -23.6172 -22.5098 -32.5088 -35.5703 +c21.6719 14.7285 46.6787 24.7324 74.1865 28.0674c14.7246 1.94434 28.0625 -8.33594 29.7295 -23.0654c1.94531 -14.7275 -8.33594 -28.0674 -23.0615 -29.7344c-16.1162 -1.94434 -31.1201 -7.50293 -44.1787 -15.2832c26.1143 5.71289 58.7119 3.1377 88.0791 -11.1152 +c13.3359 -6.66895 18.8936 -22.5088 12.2246 -35.8486c-6.38965 -13.0596 -22.5039 -18.6162 -35.5645 -12.2256zM263.318 189.489c-6.1123 12.5049 -18.3379 20.2861 -32.2314 20.2861h-0.105469c-19.5732 0 -35.46 -15.8867 -35.46 -35.46 +c0 -0.0302734 0 -0.0800781 0.000976562 -0.110352c0 -21.4277 17.8076 -35.5703 35.5645 -35.5703c13.8936 0 26.1191 7.78125 32.2314 20.2861c4.44531 9.44922 13.6133 15.0059 23.3389 15.2842c-9.72559 0.277344 -18.8936 5.83496 -23.3389 15.2842zM638.139 226.726 +c4.16797 -8.61426 1.11133 -18.8965 -6.94531 -23.6201l-58.0713 -33.0693l-41.1221 -74.1963c-6.38965 -57.2451 -34.7314 -109.767 -79.7432 -146.726c-10.9316 -9.1123 -27.7988 -8.14453 -37.5098 3.6123c-9.44629 11.3945 -7.78027 28.0674 3.61328 37.5166 +c12.5029 10.5586 23.6162 22.5088 32.5078 35.5703c-21.6719 -14.7295 -46.6787 -24.7324 -74.1865 -28.0674c-10.0205 -2.50586 -27.5518 5.64258 -29.7295 23.0645c-1.94531 14.7285 8.33594 28.0674 23.0615 29.7344c16.1162 1.94629 31.1201 7.50293 44.1787 15.2842 +c-26.1143 -5.71289 -58.7119 -3.1377 -88.0791 11.1152c-13.3359 6.66895 -18.8936 22.5088 -12.2246 35.8477c6.38965 13.0605 22.5049 18.6191 35.5654 12.2266c20.2949 -10.1484 44.1465 -11.1982 64.7393 -3.88965c-42.6064 0 -71.208 20.4746 -85.5781 50.5762 +c-8.57617 17.8984 5.14746 38.0713 23.6172 38.0713c-18.4297 0 -32.2109 20.1357 -23.6172 38.0703c14.0332 29.3965 44.0391 50.8877 81.9658 50.8545l92.8027 -8.61523l66.4062 33.3467c9.4082 4.7041 19.8281 0.354492 23.8936 -7.78027zM408.912 245.344 +c-13.8936 0 -26.1191 -7.78027 -32.2314 -20.2861c-4.44531 -9.44824 -13.6133 -15.0059 -23.3389 -15.2832c9.72559 -0.27832 18.8936 -5.83594 23.3389 -15.2842c6.1123 -12.5049 18.3379 -20.2861 32.2314 -20.2861h0.105469c19.5732 0 35.46 15.8857 35.46 35.46 +c0 0.0302734 0 0.0791016 -0.000976562 0.110352c0 21.4287 -17.8076 35.5693 -35.5645 35.5693z" /> + <glyph glyph-name="deaf" unicode="" +d="M216 188c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 44.1123 35.8877 80 80 80s80 -35.8877 80 -80c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 13.2344 -10.7666 24 -24 24s-24 -10.7656 -24 -24zM240 364c97.0469 0 176 -78.9531 176 -176 +c0 -95.9863 -71.4053 -109.798 -72 -144.226c-0.124023 -59.4463 -48.5254 -107.774 -108 -107.774c-15.4639 0 -28 12.5361 -28 28s12.5361 28 28 28c28.6729 0 52 23.3271 52 52l0.00292969 0.37793c0.988281 73.3115 71.9971 68.458 71.9971 143.622 +c0 66.168 -53.832 120 -120 120s-120 -53.832 -120 -120c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 97.0469 78.9531 176 176 176zM508.485 416.201c4.68652 -4.68652 4.68652 -12.2842 0 -16.9727l-87.0303 -87.0283 +c-4.68652 -4.68652 -12.2842 -4.68652 -16.9697 0l-28.2852 28.2852c-4.68652 4.68652 -4.68652 12.2842 0 16.9707l87.0283 87.0293c4.6875 4.68555 12.2842 4.68555 16.9717 0zM168.97 133.255l28.2861 -28.2842c4.68652 -4.68652 4.68652 -12.2852 0 -16.9707 +l-148.484 -148.485c-4.6875 -4.68555 -12.2842 -4.68555 -16.9717 0l-28.2852 28.2842c-4.68555 4.6875 -4.68555 12.2852 0 16.9707l148.485 148.485c4.68555 4.68652 12.2842 4.68652 16.9697 0z" /> + <glyph glyph-name="sign-language" unicode="" horiz-adv-x="448" +d="M91.4336 -35.9873c-0.306641 16.0186 13.1094 29.1289 29.1309 29.1289h62.293v5.71484h-125.864c-16.0215 0 -29.4375 13.1104 -29.1299 29.1289c0.296875 15.5234 12.9717 28.0146 28.5645 28.0146h126.43v5.71387h-153.722 +c-16.0205 0 -29.4365 13.1113 -29.1299 29.1289c0.296875 15.5225 12.9727 28.0137 28.5664 28.0137h154.286v5.71387h-125.151c-16.0215 0 -29.4375 13.1104 -29.1299 29.1289c0.296875 15.5215 12.9727 28.0127 28.5654 28.0127h168.566l-31.085 22.6064 +c-12.7617 9.28027 -15.583 27.1484 -6.30176 39.9121c9.28027 12.7607 27.1494 15.5811 39.9121 6.30176l123.36 -89.7148c7.79395 -5.66895 14.1201 -18.0908 14.1201 -27.7285v-141.136c0 -15.9102 -10.9463 -29.7305 -26.4326 -33.374l-80.4717 -18.9346 +c-8.55176 -2.01172 -22.624 -3.64551 -31.4102 -3.64551h-107.4c-15.5928 0.000976562 -28.2686 12.4922 -28.5664 28.0137zM164.683 189.714l-36.3711 46.71c-9.5791 12.3027 -7.51172 29.9795 4.55371 39.75c12.4502 10.083 31.0371 7.55273 40.8799 -5.08789 +l13.0039 -16.7002c-17.1426 -15.6484 -15.4092 -43.0244 3.16992 -56.5361l11.1875 -8.13574h-36.4238zM447.981 191.817c0.00976562 -0.311523 0.0175781 -0.81543 0.0175781 -1.12695c0 -9.24902 -5.92188 -21.3682 -13.2197 -27.0508l-61.0645 -47.5488v16.999 +c0 13.4834 -6.51074 26.2686 -17.415 34.1982l-123.359 89.7139c-12.6357 9.18945 -29.1934 9.16113 -41.6904 0.904297l-52.0527 66.8486c-9.84375 12.6416 -7.74121 31.2822 5.08594 40.8809c12.4297 9.30273 30.0732 6.97559 39.6523 -5.32812l77.6758 -99.7539 +l4.50879 3.51172l-94.4434 121.287c-9.84277 12.6416 -7.74121 31.2822 5.08594 40.8818c12.4307 9.30176 30.0732 6.97461 39.6533 -5.32812l94.79 -121.734l4.50879 3.51074l-76.8887 98.7451c-9.84277 12.6416 -7.74121 31.2822 5.08594 40.8809 +c12.4297 9.30273 30.0732 6.97559 39.6533 -5.32715l103.562 -133.001l-1.26172 38.4141c-0.518555 15.7715 11.8457 28.9756 27.6191 29.4932c15.7705 0.517578 28.9746 -11.8477 29.4922 -27.6191z" /> + <glyph glyph-name="low-vision" unicode="" horiz-adv-x="576" +d="M569.344 216.369c3.67383 -6.22461 6.65625 -17.1416 6.65625 -24.3691s-2.98242 -18.1455 -6.65723 -24.3701c-31.9746 -54.2607 -79.6484 -98.3232 -136.81 -126.301l0.00683594 -0.00878906l43.1201 -58.377c7.60156 -10.8594 4.95996 -25.8252 -5.90039 -33.4268 +l-13.1133 -9.17773c-10.8594 -7.59863 -25.8223 -4.95801 -33.4238 5.90039l-251.836 356.544c-11.1797 -5.09375 -28.5518 -14.7539 -38.7764 -21.5635l189.979 -271.399c-9.52637 -1.00488 -25.0342 -1.82031 -34.6133 -1.82031 +c-12.29 0 -32.1484 1.33984 -44.3262 2.99023l-40.6309 58.04h-0.00976562l-119.399 170.58c-8.64453 -9.25391 -21.3203 -25.3428 -28.2939 -35.9121l124.19 -177.417c-73.1172 25.4863 -134.358 76.0166 -172.858 141.349c-8.96484 15.2109 -8.76562 33.8643 0 48.7393 +c0.0107422 0.0166016 0.0234375 0.0332031 0.0332031 0.0498047c33.5459 56.8984 82.7676 99.8506 136.79 126.242l-43.1309 58.3945c-7.60156 10.8604 -4.95996 25.8252 5.90039 33.4268l13.1143 9.17773c10.8584 7.59961 25.8213 4.95801 33.4229 -5.90039 +l52.7705 -72.1689c26.3496 6.79004 53.9834 10.4092 82.4512 10.4092c119.81 0 224.96 -63.9492 281.344 -159.631zM390.026 102.06c21.1406 23.9658 33.9736 55.4365 33.9736 89.9404c0 75.1738 -60.8379 136 -136 136c-17.5117 0 -34.2422 -3.30566 -49.6084 -9.32324 +l19.0684 -27.2363c25.9883 7.96289 54.7598 5.56836 79.5098 -7.68066h-0.0292969c-23.6504 0 -42.8203 -19.1699 -42.8203 -42.8193c0 -23.4717 18.9922 -42.8203 42.8203 -42.8203c23.6494 0 42.8193 19.1699 42.8193 42.8203v0.0292969 +c18.9111 -35.3271 15.8818 -79.1123 -8.7998 -111.68z" /> + <glyph glyph-name="handshake" unicode="" horiz-adv-x="640" +d="M434.7 384c8.5 0 16.7002 -3.40039 22.5996 -9.40039l54.6006 -54.5996v-193.5c-2.40039 2.7002 -5 5.2998 -7.90039 7.7002l-145.6 118.2l26.0996 23.8994c6.5 6 7 16.1006 1 22.6006c-5.90039 6.5 -16.0996 6.89941 -22.5996 1l-79.9004 -73.2002 +c-0.0996094 -0.100586 -0.299805 -0.100586 -0.400391 -0.200195c-16.6992 -14.9004 -43.3994 -11.2002 -56.0996 2.7002c-14.2002 15.5 -14.5 40.3994 2.09961 56c0.100586 0.0996094 0.200195 0.299805 0.300781 0.399414l98.2998 90 +c5.89941 5.40039 13.5996 8.40039 21.5996 8.40039h85.9004zM544 319.8h96v-255.899h-64c-17.7002 0 -32 14.2998 -32 32v223.899zM592 95.9004c8.7998 0 16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM0 64v255.8h96 +v-223.8c0 -17.7002 -14.2998 -32 -32 -32h-64zM48 127.9c-8.7998 0 -16 -7.10059 -16 -16c0 -8.80078 7.2002 -16 16 -16s16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16zM483.9 109.3c13.6992 -11.2002 15.7998 -31.2998 4.59961 -45.0996l-9.5 -11.7002 +c-11.0996 -13.7998 -31.2998 -15.7998 -45 -4.7002l-5.40039 4.40039l-31.3994 -38.6006c-12.9004 -15.8994 -36.4004 -18.3994 -52.2998 -5.39941l-17.9004 15.5l-0.200195 -0.200195c-22.2998 -27.4004 -62.5996 -31.5996 -90 -9.2998l-90.5 81.8994h-18.2998v223.9 +l54.7002 54.5996c6 6 14.0996 9.40039 22.5996 9.40039h83.7998l-81.7998 -74.9004c-29.2002 -26.7998 -31.2998 -72.2998 -4.39941 -101.699c26.5 -28.9004 72 -31.5 101.699 -4.40039l30 27.5z" /> + <glyph glyph-name="envelope-open" unicode="" +d="M512 -16c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v263.276c0 12.8955 8.2373 29.8193 18.3867 37.7754c24.9131 19.5293 45.501 35.3652 164.2 121.512c16.8252 12.2666 50.21 41.7832 73.4131 41.4336 +c23.1982 0.353516 56.5957 -29.1719 73.4131 -41.4326c118.687 -86.1377 139.303 -101.995 164.2 -121.513c10.1494 -7.95605 18.3867 -24.8799 18.3867 -37.7754v-263.276zM446.334 180.605c-2.5625 3.72754 -7.7002 4.59473 -11.3389 1.90625 +c-22.8447 -16.873 -55.4619 -40.7051 -105.582 -77.0791c-16.8252 -12.2656 -50.21 -41.7803 -73.4131 -41.4297c-23.2109 -0.34375 -56.5586 29.1436 -73.4131 41.4297c-50.1143 36.3701 -82.7344 60.2041 -105.582 77.0791 +c-3.63867 2.68848 -8.77637 1.82129 -11.3389 -1.90625l-9.07227 -13.1963c-0.777344 -1.13086 -1.4082 -3.16113 -1.4082 -4.5332c0 -2.22754 1.45508 -5.11035 3.24707 -6.43359c22.8877 -16.8994 55.4541 -40.6904 105.304 -76.8682 +c20.2734 -14.7812 56.5234 -47.8135 92.2637 -47.5732c35.7236 -0.242188 71.9609 32.7715 92.2627 47.5732c49.8506 36.1787 82.418 59.9697 105.304 76.8682c1.79199 1.32324 3.24707 4.20605 3.24707 6.43359c0 1.37207 -0.630859 3.40234 -1.4082 4.5332z" /> + <glyph glyph-name="address-book" unicode="" horiz-adv-x="448" +d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48 +h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM208 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM320 83.2002v19.2002 +c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199 +c12.4004 0 22.4004 8.59961 22.4004 19.2002z" /> + <glyph glyph-name="address-card" unicode="" horiz-adv-x="576" +d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM176 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM288 83.2002v19.2002 +c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199 +c12.4004 0 22.4004 8.59961 22.4004 19.2002zM512 136v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM512 200v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16 +c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM512 264v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="user-circle" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 344c-48.5996 0 -88 -39.4004 -88 -88s39.4004 -88 88 -88s88 39.4004 88 88s-39.4004 88 -88 88zM248 0c58.7002 0 111.3 26.5996 146.5 68.2002 +c-18.7998 35.3994 -55.5996 59.7998 -98.5 59.7998c-2.40039 0 -4.7998 -0.400391 -7.09961 -1.09961c-12.9004 -4.2002 -26.6006 -6.90039 -40.9004 -6.90039s-27.9004 2.7002 -40.9004 6.90039c-2.2998 0.699219 -4.69922 1.09961 -7.09961 1.09961 +c-42.9004 0 -79.7002 -24.4004 -98.5 -59.7998c35.2002 -41.6006 87.7998 -68.2002 146.5 -68.2002z" /> + <glyph glyph-name="id-badge" unicode="" horiz-adv-x="384" +d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM144 416c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h96c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16h-96zM192 288 +c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM304 51.2002v19.2002c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5 +c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199c12.4004 0 22.4004 8.59961 22.4004 19.2002z" /> + <glyph glyph-name="id-card" unicode="" horiz-adv-x="576" +d="M528 416c26.5 0 48 -21.5 48 -48v-16h-576v16c0 26.5 21.5 48 48 48h480zM0 16v304h576v-304c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48zM352 248v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-144 +c-4.40039 0 -8 -3.59961 -8 -8zM352 184v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8zM352 120v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16 +c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8zM176 256c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM67.0996 51.7998c-3.19922 -9.7998 5.2002 -19.7998 15.6006 -19.7998h186.6 +c10.4004 0 18.7998 9.90039 15.6006 19.7998c-8.40039 25.7002 -32.5 44.2002 -60.9004 44.2002h-8.2002c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-8.2002c-28.4004 0 -52.5 -18.5 -60.9004 -44.2002z" /> + <glyph glyph-name="thermometer-full" unicode="" horiz-adv-x="256" +d="M224 352v-203.347c19.9121 -22.5635 32 -52.1943 32 -84.6533c0 -70.6963 -57.3018 -128 -128 -128c-0.298828 0 -0.610352 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1973 12.2227 61.5771 31.998 83.9863 +v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96zM128 -16c44.1123 0 80 35.8877 80 80c0 34.3379 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7334 -14.4277 -31.8262 -32.0996 -31.999 -66.0801 +c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199zM192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v232.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-232.583c19.124 -11.0684 32 -31.7324 32 -55.417z" /> + <glyph glyph-name="thermometer-three-quarters" unicode="" horiz-adv-x="256" +d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v168.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-168.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533 +c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z +M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312 +c44.1123 0 80 35.8877 80 80z" /> + <glyph glyph-name="thermometer-half" unicode="" horiz-adv-x="256" +d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v104.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-104.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533 +c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z +M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312 +c44.1123 0 80 35.8877 80 80z" /> + <glyph glyph-name="thermometer-quarter" unicode="" horiz-adv-x="256" +d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v40.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-40.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533 +c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z +M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312 +c44.1123 0 80 35.8877 80 80z" /> + <glyph glyph-name="thermometer-empty" unicode="" horiz-adv-x="256" +d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64s64 -28.6543 64 -64zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969 +c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347zM208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48 +s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312c44.1123 0 80 35.8877 80 80z" /> + <glyph glyph-name="shower" unicode="" +d="M389.66 312.4l-158.061 -158.061c-9.36914 -9.37012 -24.5693 -9.37012 -33.9395 0l-11.3203 11.3203c-9.37012 9.37012 -9.37012 24.5703 0 33.9395l0.110352 0.110352c-34.0303 40.21 -35.1602 98.9404 -3.39062 140.38 +c-11.9697 7.5498 -26.1396 11.9102 -41.2998 11.9102c-42.8799 0 -77.7598 -34.8799 -77.7598 -77.7598v-306.24h-64v306.24c0 78.1699 63.5898 141.76 141.76 141.76c36.9307 0 70.6104 -14.2002 95.8604 -37.4199c35.8994 11.5098 76.5 4.5 106.67 -21.0303 +l0.110352 0.110352c9.36914 9.37012 24.5693 9.37012 33.9395 0l11.3203 -11.3203c9.37012 -9.37012 9.37012 -24.5703 0 -33.9395zM384 240c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM416 240c0 8.83691 7.16309 16 16 16 +s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM512 240c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM352 208c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16z +M400 224c8.83691 0 16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16zM480 208c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 176c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16 +s7.16309 16 16 16s16 -7.16309 16 -16zM352 176c0 8.83691 7.16309 16 16 16s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM448 176c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 144 +c0 8.83691 7.16309 16 16 16s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM416 144c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 112c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16 +s7.16309 16 16 16s16 -7.16309 16 -16zM384 112c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM352 80c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 48 +c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16z" /> + <glyph glyph-name="bath" unicode="" +d="M488 192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-8v-32c0 -28.4297 -12.3623 -53.9688 -32 -71.5469v-32.4531c0 -13.2549 -10.7451 -24 -24 -24h-16c-13.2549 0 -24 10.7451 -24 24v8h-256v-8c0 -13.2549 -10.7451 -24 -24 -24h-16 +c-13.2549 0 -24 10.7451 -24 24v32.4531c-19.6377 17.5781 -32 43.1172 -32 71.5469v32h-8c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h8v144c0 44.1123 35.8877 80 80 80c27.2119 0 51.2812 -13.667 65.7393 -34.4873 +c21.8838 6.06445 46.2285 1.10449 64.1777 -15.3643c4.71289 4.1748 11.916 4.02051 16.4277 -0.491211l11.3145 -11.3145c4.68555 -4.68652 4.68555 -12.2852 0 -16.9707l-95.0303 -95.0293c-4.68652 -4.68555 -12.2852 -4.68555 -16.9707 0l-11.3145 11.3145 +c-4.51172 4.51172 -4.66699 11.7148 -0.491211 16.4277c-21.5244 23.459 -23.3291 57.8281 -6.83789 83.0352c-5.68262 8.93457 -15.6641 14.8799 -27.0146 14.8799c-17.6445 0 -32 -14.3555 -32 -32v-144h408z" /> + <glyph glyph-name="podcast" unicode="" horiz-adv-x="448" +d="M267.429 -40.5635c-5.14258 -19.0098 -24.5703 -23.4365 -43.4287 -23.4365c-18.8574 0 -38.2861 4.42676 -43.4277 23.4365c-7.64551 28.4297 -20.5723 99.665 -20.5723 132.813c0 35.1562 31.1416 43.75 64 43.75s64 -8.59375 64 -43.75 +c0 -32.9492 -12.8711 -104.179 -20.5713 -132.813zM156.867 159.446c2.6748 -2.61914 2.39941 -6.98535 -0.628906 -9.18555c-9.3125 -6.76465 -16.4609 -15.3418 -21.2354 -25.3623c-1.74219 -3.65723 -6.5 -4.6582 -9.45312 -1.8877 +c-28.0176 26.2891 -45.5498 63.6279 -45.5498 104.989c0 80.7852 66.8691 146.247 148.163 143.941c76.1982 -2.16113 137.938 -64.1631 139.793 -140.369c1.04199 -42.7822 -16.6846 -81.5225 -45.5107 -108.565c-2.95215 -2.76855 -7.70801 -1.7627 -9.44922 1.8916 +c-4.77441 10.0195 -11.9219 18.5977 -21.2344 25.3623c-3.02832 2.20117 -3.30273 6.56738 -0.62793 9.1875c17.8018 17.4355 28.8662 41.7246 28.8662 68.5518c0 54.1934 -45.1377 98.042 -99.793 95.9258c-49.7295 -1.9248 -90.0703 -42.1572 -92.124 -91.8809 +c-1.17383 -28.4258 10.0908 -54.291 28.7842 -72.5986zM224 448c123.815 0 224 -100.205 224 -224c0 -90.1865 -52.7734 -165.727 -125.739 -201.407c-4.33203 -2.11914 -9.2666 1.54297 -8.53516 6.31055c2.55566 16.6416 4.625 33.1924 5.62402 47.2295 +c48.4922 31.377 80.6504 85.9355 80.6504 147.867c0 97.2031 -79.207 176.253 -176.468 175.999c-96.2393 -0.250977 -174.938 -78.6621 -175.529 -174.899c-0.376953 -61.3311 30.7871 -115.541 78.1875 -147.347c1.52832 -1.02637 2.53125 -2.67578 2.67773 -4.51172 +c1.06348 -13.3936 3.02344 -28.8271 5.40625 -44.3389c0.731445 -4.7666 -4.20215 -8.42871 -8.53516 -6.31055c-73.1377 35.7607 -125.739 111.416 -125.739 201.408c0 123.815 100.204 224 224 224zM224 288c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64 +s-64 28.6543 -64 64s28.6543 64 64 64z" /> + <glyph glyph-name="window-maximize" unicode="" +d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM448 256v84c0 6.59961 -5.40039 12 -12 12h-360c-6.59961 0 -12 -5.40039 -12 -12v-84h384z" /> + <glyph glyph-name="window-minimize" unicode="" +d="M464 96c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48h416z" /> + <glyph glyph-name="window-restore" unicode="" +d="M512 400v-288c0 -26.5 -21.5 -48 -48 -48h-48v208c0 44.0996 -35.9004 80 -80 80h-208v48c0 26.5 21.5 48 48 48h288c26.5 0 48 -21.5 48 -48zM384 272v-288c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h288 +c26.5 0 48 -21.5 48 -48zM316 244c0 6.59961 -5.40039 12 -12 12h-228c-6.59961 0 -12 -5.40039 -12 -12v-52h252v52z" /> + <glyph glyph-name="microchip" unicode="" +d="M416 400v-416c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h224c26.5098 0 48 -21.4902 48 -48zM512 342v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42 +c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 246v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 150v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6 +c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 54v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM30 72h42 +v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6zM30 168h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6 +c0 3.31152 2.68848 6 6 6zM30 264h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6zM30 360h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12 +c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6z" /> + <glyph glyph-name="snowflake" unicode="" horiz-adv-x="448" +d="M440.3 102.8c7.40039 -4.2002 9.90039 -13.7002 5.60059 -21l-15.5 -26.7998c-4.30078 -7.40039 -13.7002 -10 -21.1006 -5.7002l-33.7998 19.5l7 -26c2.2002 -8.2002 -2.7002 -16.7002 -10.9004 -18.8994l-14.8994 -4 +c-8.2002 -2.2002 -16.7002 2.69922 -18.9004 10.8994l-19 70.7998l-62.7998 36.2002v-77.5l53.4004 -53.7002c6.19922 -6.19922 6.19922 -16.3994 0 -22.5996l-11.3008 -11.2998c-6.19922 -6.2002 -16.3994 -6.2002 -22.5996 0l-19.7002 19.7002v-40.4004 +c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v40.2998l-19.7002 -19.7002c-6.19922 -6.19922 -16.3994 -6.19922 -22.5996 0l-11.2998 11.3008c-6.2998 6.19922 -6.2998 16.3994 0 22.5996l53.7002 53.7002v77.5l-62.8008 -36.2002l-19 -70.7998 +c-2.19922 -8.2002 -10.6992 -13.1006 -18.8994 -10.9004l-14.9004 4c-8.2002 2.2002 -13.0996 10.7002 -10.8994 18.9004l7 26l-33.8008 -19.5c-7.39941 -4.2002 -16.7998 -1.7002 -21.0996 5.7002l-15.5 26.7998c-4.2002 7.39941 -1.7002 16.7998 5.7002 21.0996 +l33.7998 19.6006l-26 7c-8.2002 2.19922 -13.0996 10.6992 -10.9004 18.8994l4 14.9004c2.2002 8.2002 10.7002 13.0996 18.9004 10.8994l70.7998 -19l63.7998 36.9004l-63.7998 36.9004l-70.7998 -19c-8.2002 -2.2002 -16.7002 2.69922 -18.9004 10.8994l-4 14.9004 +c-2.19922 8.2998 2.7002 16.7998 11 19l26 7l-33.7998 19.5c-7.39941 4.2998 -10 13.7002 -5.7002 21.0996l15.5 26.7002c4.30078 7.40039 13.7002 10 21.1006 5.7002l33.7998 -19.5l-7 26c-2.2002 8.2002 2.7002 16.7002 10.9004 18.8994l14.8994 4 +c8.2002 2.2002 16.7002 -2.69922 18.9004 -10.8994l19 -70.7998l62.7998 -36.2002v77.5l-53.7002 53.7002c-6.2998 6.19922 -6.2998 16.3994 0 22.5996l11.4004 11.2998c6.2002 6.2002 16.3994 6.2002 22.5996 0l19.7002 -19.7002v40.4004c0 8.7998 7.2002 16 16 16h32 +c8.7998 0 16 -7.2002 16 -16v-40.4004l19.7998 19.7002c6.2002 6.2002 16.4004 6.2002 22.6006 0l11.2998 -11.2998c6.2002 -6.2002 6.2002 -16.4004 0 -22.5996l-53.7002 -53.7002v-77.5l62.7998 36.2002l19 70.7998c2.2002 8.2002 10.7002 13.0996 18.9004 10.8994 +l14.8994 -4c8.2002 -2.19922 13.1006 -10.6992 10.9004 -18.8994l-7 -26l33.7998 19.5c7.40039 4.2002 16.7998 1.7002 21.1006 -5.7002l15.5 -26.7998c4.19922 -7.40039 1.69922 -16.7998 -5.7002 -21.1006l-33.7998 -19.5l26 -7 +c8.19922 -2.19922 13.0996 -10.6992 10.8994 -18.8994l-4 -14.9004c-2.2002 -8.2002 -10.7002 -13.0996 -18.8994 -10.8994l-70.8008 19l-63.7998 -36.9004l63.9004 -37l70.7998 19c8.2002 2.2002 16.7002 -2.7002 18.9004 -10.9004l4 -14.8994 +c2.19922 -8.2002 -2.7002 -16.7002 -10.9004 -18.9004l-26 -7z" /> + <glyph glyph-name="utensil-spoon" unicode="" +d="M480.1 416.1c55.1006 -55 34.5 -164.899 -28.5 -227.8c-49.2998 -49.2998 -110 -55.0996 -160.399 -28.7998l-192.4 -214.4c-10.3994 -11.5996 -28.5 -12.0996 -39.5 -1.09961l-51.2998 51.2998c-11.0996 11 -10.5996 29 1 39.5l214.5 192.4 +c-26.2998 50.3994 -20.5 111.1 28.7998 160.399c62.9004 63 172.8 83.6006 227.8 28.5z" /> + <glyph glyph-name="utensils" unicode="" horiz-adv-x="416" +d="M207.9 432.8c0.799805 -4.7002 16.0996 -94.5 16.0996 -128.8c0 -52.2998 -27.7998 -89.5996 -68.9004 -104.6l12.9004 -238.101c0.700195 -13.7002 -10.2002 -25.2998 -24 -25.2998h-64c-13.7002 0 -24.7002 11.5 -24 25.2998l12.9004 238.101 +c-41.2002 15 -68.9004 52.3994 -68.9004 104.6c0 34.4004 15.2998 124.1 16.0996 128.8c3.2002 20.2998 45.3008 20.6006 47.9004 -1.09961v-141.2c1.2998 -3.40039 15.0996 -3.2002 16 0c1.40039 25.2998 7.90039 139.2 8 141.8c3.2998 20.7998 44.7002 20.7998 47.9004 0 +c0.199219 -2.7002 6.59961 -116.5 8 -141.8c0.899414 -3.2002 14.7998 -3.40039 16 0v141.2c2.59961 21.5996 44.7998 21.3994 48 1.09961zM327.1 147.1c-156.5 122.4 -17.5996 300.9 64.9004 300.9c13.2998 0 24 -10.7998 24 -24v-464c0 -13.2998 -10.7002 -24 -24 -24h-56 +c-14 0 -25.0996 12 -23.9004 26z" /> + <glyph glyph-name="undo-alt" unicode="" +d="M255.545 440c136.809 0.245117 248.456 -111.193 248.455 -248.002c-0.000976562 -136.965 -111.034 -247.998 -248 -247.998c-63.9258 0 -122.202 24.1865 -166.178 63.9082c-5.11328 4.61816 -5.35449 12.5605 -0.482422 17.4326l39.6621 39.6621 +c4.46191 4.46094 11.625 4.71387 16.3682 0.552734c30.6328 -26.8779 69.5029 -41.5557 110.63 -41.5557c93.8164 0 167.236 75.9912 167.994 166.552c0.798828 95.4648 -77.0859 170.24 -169.484 169.442c-42.4287 -0.366211 -82.3662 -16.374 -113.229 -45.2734 +l41.75 -41.75c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-134.059c-13.2549 0 -24 10.7451 -24 24v134.059c0 21.3828 25.8506 32.0908 40.9707 16.9707l35.7139 -35.7139c44.4229 42.4512 104.592 68.5654 170.86 68.6846z" /> + <glyph glyph-name="trash-alt" unicode="" horiz-adv-x="448" +d="M32 -16v336h384v-336c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48zM304 240v-224c0 -8.83203 7.16797 -16 16 -16s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM208 240v-224c0 -8.83203 7.16797 -16 16 -16 +s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM112 240v-224c0 -8.83203 7.16797 -16 16 -16s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM432 416c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002 +h120z" /> + <glyph glyph-name="sync-alt" unicode="" +d="M370.72 314.72c-31.2617 29.2725 -71.832 45.3184 -114.872 45.2803c-77.458 -0.0683594 -144.328 -53.1777 -162.791 -126.85c-1.34375 -5.36328 -6.12207 -9.15039 -11.6504 -9.15039h-57.3037c-7.49707 0 -13.1934 6.80664 -11.8066 14.1758 +c21.6367 114.9 122.518 201.824 243.704 201.824c66.4482 0 126.791 -26.1357 171.315 -68.6846l35.7148 35.7148c15.1191 15.1191 40.9697 4.41113 40.9697 -16.9717v-134.059c0 -13.2549 -10.7451 -24 -24 -24h-134.059c-21.3828 0 -32.0908 25.8506 -16.9717 40.9707z +M32 152h134.059c21.3828 0 32.0908 -25.8506 16.9717 -40.9707l-41.75 -41.75c31.2617 -29.2734 71.835 -45.3193 114.876 -45.2803c77.418 0.0703125 144.314 53.1436 162.787 126.849c1.34375 5.36328 6.12207 9.15039 11.6504 9.15039h57.3047 +c7.49805 0 13.1934 -6.80664 11.8066 -14.1758c-21.6377 -114.898 -122.519 -201.822 -243.705 -201.822c-66.4482 0 -126.791 26.1357 -171.315 68.6846l-35.7148 -35.7148c-15.1191 -15.1191 -40.9697 -4.41113 -40.9697 16.9717v134.059c0 13.2549 10.7451 24 24 24z" /> + <glyph glyph-name="stopwatch" unicode="" horiz-adv-x="448" +d="M432 144c0 -114.9 -93.0996 -208 -208 -208s-208 93.0996 -208 208c0 104 76.2998 190.2 176 205.5v34.5h-28c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h120c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-28v-34.5 +c37.5 -5.7998 71.7002 -21.5996 99.7002 -44.5996l27.5 27.5c4.7002 4.69922 12.2998 4.69922 17 0l28.2998 -28.3008c4.7002 -4.69922 4.7002 -12.2998 0 -17l-29.4004 -29.3994l-0.599609 -0.600586c21.2002 -32.3994 33.5 -71.2998 33.5 -113.1zM256 108v151.5 +c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-151.5c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="sign-out-alt" unicode="" +d="M497 175l-168 -168c-15 -15 -41 -4.5 -41 17v96h-136c-13.2998 0 -24 10.7002 -24 24v96c0 13.2998 10.7002 24 24 24h136v96c0 21.4004 25.9004 32 41 17l168 -168c9.2998 -9.40039 9.2998 -24.5996 0 -34zM192 12c0 -6.59961 -5.40039 -12 -12 -12h-84 +c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h84c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84c-17.7002 0 -32 -14.2998 -32 -32v-192c0 -17.7002 14.2998 -32 32 -32h84c6.59961 0 12 -5.40039 12 -12v-40z" /> + <glyph glyph-name="sign-in-alt" unicode="" +d="M416 0h-84c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84c17.7002 0 32 14.2998 32 32v192c0 17.7002 -14.2998 32 -32 32h-84c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84c53 0 96 -43 96 -96v-192c0 -53 -43 -96 -96 -96z +M369 201c9.2998 -9.40039 9.2998 -24.5996 0 -34l-168 -168c-15 -15 -41 -4.5 -41 17v96h-136c-13.2998 0 -24 10.7002 -24 24v96c0 13.2998 10.7002 24 24 24h136v96c0 21.5 26 32 41 17z" /> + <glyph glyph-name="redo-alt" unicode="" +d="M256.455 440c66.2686 -0.119141 126.437 -26.2334 170.859 -68.6846l35.7148 35.7148c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-134.059c0 -13.2549 -10.7451 -24 -24 -24h-134.059c-21.3828 0 -32.0908 25.8506 -16.9717 40.9707l41.75 41.75 +c-30.8633 28.8994 -70.8008 44.9072 -113.229 45.2734c-92.3984 0.797852 -170.283 -73.9775 -169.484 -169.442c0.757812 -90.5605 74.1777 -166.552 167.994 -166.552c41.127 0 79.9971 14.6777 110.629 41.5557c4.74316 4.16113 11.9062 3.9082 16.3682 -0.552734 +l39.6621 -39.6621c4.87207 -4.87207 4.63086 -12.8145 -0.482422 -17.4326c-43.9746 -39.7217 -102.251 -63.9082 -166.177 -63.9082c-136.966 0 -247.999 111.033 -248 247.998c-0.000976562 136.809 111.646 248.247 248.455 248.002z" /> + <glyph glyph-name="poo" unicode="" +d="M451.4 78.9004c34.2998 -5.5 60.5996 -35 60.5996 -70.9004c0 -39.7998 -32.2002 -72 -72 -72h-368c-39.7998 0 -72 32.2002 -72 72c0 35.9004 26.2998 65.4004 60.5996 70.9004c-17.2998 13.0996 -28.5996 33.6992 -28.5996 57.0996c0 39.7998 32.2002 72 72 72h14.0996 +c-13.3994 11.7002 -22.0996 28.7998 -22.0996 48c0 35.2998 28.7002 64 64 64h16c44.2002 0 80 35.7998 80 80c0 17.4004 -5.7002 33.4004 -15.0996 46.5c4.89941 0.799805 9.89941 1.5 15.0996 1.5c53 0 96 -43 96 -96c0 -11.2998 -2.2998 -21.9004 -5.90039 -32h5.90039 +c35.2998 0 64 -28.7002 64 -64c0 -19.2002 -8.7002 -36.2998 -22.0996 -48h14.0996c39.7998 0 72 -32.2002 72 -72c0 -23.4004 -11.2998 -44 -28.5996 -57.0996zM192 192c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32z +M351.5 53c2 5.2998 -2 11 -7.7998 11h-175.4c-5.7998 0 -9.7998 -5.7002 -7.7998 -11c10.5 -27.9004 58.5 -53 95.5 -53s85 25.0996 95.5 53zM320 128c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="images" unicode="" horiz-adv-x="576" +d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-208c0 -44.1123 35.8877 -80 80 -80h336zM576 112c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256 +c0 26.5098 21.4902 48 48 48h384c26.5098 0 48 -21.4902 48 -48v-256zM256 320c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48zM160 176v-48h352v112l-87.5137 87.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0 +l-135.515 -135.515l-39.5137 39.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0z" /> + <glyph glyph-name="pencil-alt" unicode="" +d="M497.9 305.9l-46.1006 -46.1006c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-111 111c-4.7002 4.7002 -4.7002 12.2998 0 17l46.1006 46.1006c18.6992 18.6992 49.0996 18.6992 67.8994 0l60.1006 -60.1006c18.7998 -18.7002 18.7998 -49.0996 0 -67.8994zM284.2 348.2 +c4.7002 4.7002 12.2998 4.7002 17.0996 0l111 -111c4.7002 -4.7002 4.7002 -12.2998 0 -17l-262.6 -262.601l-121.5 -21.2998c-16.4004 -2.7998 -30.7002 11.4004 -27.7998 27.7998l21.1992 121.5zM124.1 108.1c5.5 -5.5 14.3008 -5.5 19.8008 0l154 154 +c5.5 5.5 5.5 14.3008 0 19.8008s-14.3008 5.5 -19.8008 0l-154 -154c-5.5 -5.5 -5.5 -14.3008 0 -19.8008zM88 24v48h-36.2998l-11.2998 -64.5l31.0996 -31.0996l64.5 11.2998v36.2998h-48z" /> + <glyph glyph-name="pen" unicode="" +d="M290.74 354.76l128.02 -128.02l-277.99 -277.99l-114.14 -12.5996c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l12.7002 114.22zM497.94 373.82c18.75 -18.75 18.75 -49.1504 0 -67.9102l-56.5508 -56.5498l-128.02 128.02l56.5498 56.5498 +c18.75 18.75 49.1602 18.75 67.9102 0z" /> + <glyph glyph-name="pen-alt" unicode="" +d="M497.94 373.83c18.75 -18.7598 18.75 -49.1602 0 -67.9102l-56.5508 -56.5498l-128.02 128.02l56.5498 56.5508c18.75 18.75 49.1602 18.75 67.9102 0zM251.14 394.36l84.8506 -84.8506l82.7695 -82.7695l-196.79 -196.79 +c-44.8223 -44.8203 -132.335 -86.8428 -195.34 -93.7998c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l0.0302734 0.229492c7.00195 62.9189 49.0156 150.315 93.7803 195.08l151.56 151.55l-22.6299 22.6201l-101.82 -101.819 +c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6299 22.6299c-6.25 6.24023 -6.25 16.3701 0 22.6201l118.78 118.79c15.6201 15.6201 40.9395 15.6201 56.5596 0z" /> + <glyph glyph-name="long-arrow-alt-down" unicode="" horiz-adv-x="256" +d="M168 102.059h46.0576c21.3828 0 32.0908 -25.8516 16.9717 -40.9707l-86.0596 -86.0586c-9.37207 -9.37305 -24.5674 -9.37305 -33.9404 0l-86.0596 86.0586c-15.1191 15.1201 -4.41113 40.9707 16.9717 40.9707h46.0586v301.941c0 6.62695 5.37305 12 12 12h56 +c6.62695 0 12 -5.37305 12 -12v-301.941z" /> + <glyph glyph-name="long-arrow-alt-left" unicode="" horiz-adv-x="448" +d="M134.059 152v-46.0576c0 -21.3828 -25.8516 -32.0908 -40.9707 -16.9717l-86.0586 86.0596c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l86.0586 86.0596c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-46.0586h301.941c6.62695 0 12 -5.37305 12 -12v-56 +c0 -6.62695 -5.37305 -12 -12 -12h-301.941z" /> + <glyph glyph-name="long-arrow-alt-right" unicode="" horiz-adv-x="448" +d="M313.941 232v46.0576c0 21.3828 25.8516 32.0908 40.9707 16.9717l86.0586 -86.0596c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-86.0586 -86.0596c-15.1201 -15.1191 -40.9707 -4.41113 -40.9707 16.9717v46.0586h-301.941c-6.62695 0 -12 5.37305 -12 12v56 +c0 6.62695 5.37305 12 12 12h301.941z" /> + <glyph glyph-name="long-arrow-alt-up" unicode="" horiz-adv-x="256" +d="M88 281.941h-46.0576c-21.3828 0 -32.0908 25.8516 -16.9717 40.9707l86.0596 86.0586c9.37207 9.37305 24.5674 9.37305 33.9404 0l86.0596 -86.0586c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-46.0586v-301.941c0 -6.62695 -5.37305 -12 -12 -12h-56 +c-6.62695 0 -12 5.37305 -12 12v301.941z" /> + <glyph glyph-name="expand-arrows-alt" unicode="" horiz-adv-x="448" +d="M448 104v-112v-0.0605469c0 -13.2148 -10.7246 -23.9395 -23.9395 -23.9395h-0.0605469h-112c-21.3896 0 -32.0898 25.9004 -17 41l36.2002 36.2002l-107.2 107.2l-107.23 -107.301l36.2305 -36.0996c15.0898 -15.0996 4.38965 -41 -17 -41h-112h-0.0605469 +c-13.2148 0 -23.9395 10.7246 -23.9395 23.9395v0.0605469v112c0 21.4004 25.8896 32.0996 41 17l36.1904 -36.2002l107.27 107.2l-107.28 107.3l-36.1797 -36.2998c-15.0996 -15.0996 -41 -4.40039 -41 17v112v0.0605469c0 13.2148 10.7246 23.9395 23.9395 23.9395 +h0.0605469h112c21.3896 0 32.0898 -25.9004 17 -41l-36.2002 -36.2002l107.2 -107.2l107.23 107.301l-36.2305 36.0996c-15.0898 15.0996 -4.38965 41 17 41h112h0.0605469c13.2148 0 23.9395 -10.7246 23.9395 -23.9395v-0.0605469v-112 +c0 -21.4004 -25.8896 -32.0996 -41 -17l-36.1904 36.2002l-107.27 -107.2l107.28 -107.3l36.1797 36.2002c15.0996 15.1992 41 4.5 41 -16.9004z" /> + <glyph glyph-name="clipboard" unicode="" horiz-adv-x="384" +d="M384 336v-352c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h80c0 35.29 28.71 64 64 64s64 -28.71 64 -64h80c26.5098 0 48 -21.4902 48 -48zM192 408c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24 +s24 10.7451 24 24s-10.7451 24 -24 24zM288 294v20c0 3.31152 -2.68848 6 -6 6h-180c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h180c3.31152 0 6 2.68848 6 6z" /> + <glyph glyph-name="arrows-alt-h" unicode="" +d="M377.941 278.059c0 21.3828 25.8516 32.0908 40.9707 16.9707l86.0586 -86.0596c9.37305 -9.37305 9.37305 -24.5674 0 -33.9404l-86.0586 -86.0596c-15.1201 -15.1191 -40.9707 -4.41113 -40.9707 16.9717v46.0586h-243.883v-46.0576 +c0 -21.3828 -25.8516 -32.0908 -40.9707 -16.9717l-86.0586 86.0596c-9.37305 9.37305 -9.37305 24.5674 0 33.9404l86.0586 86.0596c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-46.0586h243.883v46.0586z" /> + <glyph glyph-name="arrows-alt-v" unicode="" horiz-adv-x="256" +d="M214.059 70.0586c21.3828 0 32.0908 -25.8516 16.9707 -40.9707l-86.0596 -86.0586c-9.37305 -9.37305 -24.5674 -9.37305 -33.9404 0l-86.0596 86.0586c-15.1191 15.1201 -4.41113 40.9707 16.9717 40.9707h46.0586v243.883h-46.0576 +c-21.3828 0 -32.0908 25.8516 -16.9717 40.9707l86.0596 86.0586c9.37305 9.37305 24.5674 9.37305 33.9404 0l86.0596 -86.0586c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-46.0586v-243.883h46.0586z" /> + <glyph glyph-name="arrow-alt-circle-down" unicode="" +d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM212 308v-116h-70.9004c-10.6992 0 -16.0996 -13 -8.5 -20.5l114.9 -114.3c4.7002 -4.7002 12.2002 -4.7002 16.9004 0l114.899 114.3c7.60059 7.59961 2.2002 20.5 -8.5 20.5 +h-70.7998v116c0 6.59961 -5.40039 12 -12 12h-64c-6.59961 0 -12 -5.40039 -12 -12z" /> + <glyph glyph-name="arrow-alt-circle-left" unicode="" +d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM372 236h-116v70.9004c0 10.6992 -13 16.0996 -20.5 8.5l-114.3 -114.9c-4.7002 -4.7002 -4.7002 -12.2002 0 -16.9004l114.3 -114.899 +c7.59961 -7.60059 20.5 -2.2002 20.5 8.5v70.7998h116c6.59961 0 12 5.40039 12 12v64c0 6.59961 -5.40039 12 -12 12z" /> + <glyph glyph-name="arrow-alt-circle-right" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM140 148h116v-70.9004c0 -10.6992 13 -16.0996 20.5 -8.5l114.3 114.9c4.7002 4.7002 4.7002 12.2002 0 16.9004l-114.3 115c-7.59961 7.59961 -20.5 2.19922 -20.5 -8.5 +v-70.9004h-116c-6.59961 0 -12 -5.40039 -12 -12v-64c0 -6.59961 5.40039 -12 12 -12z" /> + <glyph glyph-name="arrow-alt-circle-up" unicode="" +d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM300 76v116h70.9004c10.6992 0 16.0996 13 8.5 20.5l-114.9 114.3c-4.7002 4.7002 -12.2002 4.7002 -16.9004 0l-115 -114.3c-7.59961 -7.59961 -2.19922 -20.5 8.5 -20.5 +h70.9004v-116c0 -6.59961 5.40039 -12 12 -12h64c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="external-link-alt" unicode="" +d="M432 128c8.83203 0 16 -7.16797 16 -16v-128c0 -26.4961 -21.5039 -48 -48 -48h-352c-26.4961 0 -48 21.5039 -48 48v352c0 26.4961 21.5039 48 48 48h160c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-144v-320h320v112 +c0 8.83203 7.16797 16 16 16h32zM488 448c13.248 0 24 -10.752 24 -24v-128c0 -21.5 -26 -32 -41 -17l-35.7197 35.6797l-243.61 -243.68c-3.88281 -3.89648 -11.499 -7.05859 -17 -7.05859s-13.1172 3.16211 -17 7.05859l-22.6699 22.6299 +c-3.89648 3.88281 -7.05859 11.499 -7.05859 17s3.16211 13.1172 7.05859 17l243.73 243.64l-35.7305 35.7305c-15.0498 15.0898 -4.37012 41 17 41h128z" /> + <glyph glyph-name="external-link-square-alt" unicode="" horiz-adv-x="448" +d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM360 352h-111.971c-21.3135 0 -32.0801 -25.8613 -16.9717 -40.9707l31.9844 -31.9873l-195.527 -195.527 +c-4.68555 -4.68555 -4.68555 -12.2832 0 -16.9707l31.0293 -31.0293c4.6875 -4.68555 12.2852 -4.68555 16.9707 0l195.526 195.526l31.9883 -31.9912c15.0283 -15.0264 40.9707 -4.47461 40.9707 16.9717v111.979c0 13.2549 -10.7451 24 -24 24z" /> + <glyph glyph-name="exchange-alt" unicode="" +d="M0 280v16c0 13.2549 10.7451 24 24 24h360v48c0 21.3672 25.8994 32.042 40.9707 16.9707l80 -80c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-80 -80c-15.0146 -15.0127 -40.9707 -4.48633 -40.9707 16.9697v48h-360c-13.2549 0 -24 10.7451 -24 24zM488 128 +c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-360v-48c0 -21.4365 -25.9434 -31.9971 -40.9707 -16.9697l-80 80c-9.37207 9.37207 -9.37207 24.5674 0 33.9404l80 80c15.1084 15.1094 40.9707 4.34375 40.9707 -16.9707v-48h360z" /> + <glyph glyph-name="cloud-download-alt" unicode="" horiz-adv-x="640" +d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160 +c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996zM404.7 132.7c10.0996 10.0996 2.89941 27.2998 -11.2998 27.2998h-65.4004v112c0 8.7998 -7.2002 16 -16 16 +h-48c-8.7998 0 -16 -7.2002 -16 -16v-112h-65.4004c-14.1992 0 -21.3994 -17.2002 -11.2998 -27.2998l105.4 -105.4c6.2002 -6.2002 16.3994 -6.2002 22.5996 0z" /> + <glyph glyph-name="cloud-upload-alt" unicode="" horiz-adv-x="640" +d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160 +c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996zM393.4 160c14.1992 0 21.3994 17.2002 11.2998 27.2998l-105.4 105.4 +c-6.2002 6.2002 -16.3994 6.2002 -22.5996 0l-105.4 -105.4c-10.0996 -10.0996 -3 -27.2998 11.2998 -27.2998h65.4004v-112c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16v112h65.4004z" /> + <glyph glyph-name="gem" unicode="" horiz-adv-x="576" +d="M485.5 448l90.5 -160h-101.1l-69.2002 160h79.7998zM357.5 448l69.2002 -160h-277.4l69.2002 160h139zM90.5 448h79.7998l-69.2002 -160h-101.1zM0 256h100.7l123 -251.7c1.5 -3.09961 -2.7002 -5.89941 -5 -3.2998zM148.2 256h279.6l-137 -318.2 +c-1 -2.39941 -4.5 -2.39941 -5.5 0zM352.3 4.2998l123 251.7h100.7l-218.7 -254.9c-2.2998 -2.69922 -6.5 0.100586 -5 3.2002z" /> + <glyph glyph-name="level-down-alt" unicode="" horiz-adv-x="320" +d="M313.553 55.6689l-103.966 -112.003c-9.48535 -10.2139 -25.6758 -10.2295 -35.1738 0l-103.975 112.003c-14.2061 15.2998 -3.37695 40.3311 17.5869 40.3311h63.9746v272h-83.9756h-0.00195312c-2.74316 0 -6.54395 1.5752 -8.4834 3.51465l-56 56 +c-7.56055 7.55957 -2.20605 20.4854 8.48535 20.4854h195.976c13.2549 0 24 -10.7451 24 -24v-328h63.9658c20.8779 0 31.8516 -24.9688 17.5869 -40.3311z" /> + <glyph glyph-name="level-up-alt" unicode="" horiz-adv-x="320" +d="M313.553 328.331c14.2646 -15.3623 3.29102 -40.3311 -17.5869 -40.3311h-63.9658v-328c0 -13.2549 -10.7451 -24 -24 -24h-195.976c-10.6914 0 -16.0459 12.9258 -8.48535 20.4854l56 56c1.93945 1.93945 5.74023 3.51465 8.4834 3.51465h0.00195312h83.9756v272 +h-63.9746c-20.9639 0 -31.793 25.0312 -17.5869 40.3311l103.975 112.003c9.49805 10.2295 25.6885 10.2139 35.1738 0z" /> + <glyph glyph-name="lock-open" unicode="" horiz-adv-x="576" +d="M423.5 448c84 0.299805 152.5 -68 152.5 -152v-80c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v80c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-71.0996h48c26.5 0 48 -21.5 48 -48v-192 +c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v192c0 26.5 21.5 48 48 48h224v70.5c0 84 67.5 153.2 151.5 153.5z" /> + <glyph glyph-name="map-marker-alt" unicode="" horiz-adv-x="384" +d="M172.268 -53.6699c-145.298 210.639 -172.268 232.257 -172.268 309.67c0 106.039 85.9609 192 192 192s192 -85.9609 192 -192c0 -77.4131 -26.9697 -99.0312 -172.268 -309.67c-9.53516 -13.7744 -29.9307 -13.7734 -39.4648 0zM192 176c44.1826 0 80 35.8174 80 80 +s-35.8174 80 -80 80s-80 -35.8174 -80 -80s35.8174 -80 80 -80z" /> + <glyph glyph-name="microphone-alt" unicode="" horiz-adv-x="352" +d="M336 256c8.83984 0 16 -7.16016 16 -16v-48c0 -88.9004 -66.29 -162.47 -152 -174.23v-33.7695h56c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56v34.1504 +c-88.0303 12.1396 -152 92.0498 -152 181.689v40.1602c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-42.2998c0 -66.8105 48.71 -126.59 115.21 -133.08c76.2998 -7.44043 140.79 52.5801 140.79 127.38v48c0 8.83984 7.16016 16 16 16h16zM176 96 +c-53.0195 0 -96 42.9805 -96 96v160c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16 +c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301c0 -53.0195 -42.9805 -96 -96 -96z" /> + <glyph glyph-name="mobile-alt" unicode="" horiz-adv-x="320" +d="M272 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-224c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h224zM160 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM272 76v312 +c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-312c0 -6.59961 5.40039 -12 12 -12h200c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="money-bill-alt" unicode="" horiz-adv-x="640" +d="M352 160c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-64c-4.41992 0 -8 3.58008 -8 8v16c0 4.41992 3.58008 8 8 8h16v55.4404l-0.469727 -0.310547c-1.1123 -0.741211 -3.09961 -1.34375 -4.43652 -1.34375 +c-2.36328 0 -5.34375 1.59668 -6.65332 3.56348l-8.88086 13.3105c-0.741211 1.1123 -1.34375 3.09961 -1.34375 4.43555c0 2.36328 1.59668 5.34473 3.56445 6.6543l15.3301 10.2197c3.93945 2.62988 8.56934 4.03027 13.3096 4.03027h13.5801c4.41992 0 8 -3.58008 8 -8 +v-88h16zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM48 48h64c0 35.3496 -28.6504 64 -64 64v-64zM48 272c35.3496 0 64 28.6504 64 64h-64v-64zM320 80 +c53 0 96 50.1299 96 112c0 61.8604 -42.9805 112 -96 112s-96 -50.1396 -96 -112c0 -61.8496 42.9805 -112 96 -112zM592 48v64c-35.3496 0 -64 -28.6504 -64 -64h64zM592 272v64h-64c0 -35.3496 28.6504 -64 64 -64z" /> + <glyph glyph-name="phone-slash" unicode="" horiz-adv-x="640" +d="M268.2 66.5996c11.5 5.40039 22.7002 11.6006 33.5996 18.1006l80 -61.7998c-76 -54.5 -169 -86.9004 -269.7 -86.9004c-11.2998 0 -20.8994 7.7998 -23.3994 18.5996l-24 104c-2.60059 11.4004 3.2002 22.9004 13.8994 27.5l112 48 +c9.80078 4.2002 21.2002 1.40039 28 -6.89941zM633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002 +c5.5 7 15.5 8.2002 22.5 2.7998l353.9 -273.5c18.0996 22.5 33.7998 46.7002 46 72.8008l-60.6006 49.5996c-8.2998 6.7002 -11.0996 18.2002 -6.89941 28l48 112c4.59961 10.5996 16.1992 16.5 27.5 13.9004l104 -24c10.8994 -2.5 18.5996 -12.2002 18.5996 -23.4004 +c0 -108.9 -38.0996 -208.4 -100.9 -287.5z" /> + <glyph glyph-name="portrait" unicode="" horiz-adv-x="384" +d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM192 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM304 83.2002v19.2002 +c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199 +c12.4004 0 22.4004 8.59961 22.4004 19.2002z" /> + <glyph glyph-name="reply" unicode="" +d="M8.30859 258.164l176.005 151.985c15.4053 13.3047 39.6865 2.50391 39.6865 -18.1641v-80.0537c160.629 -1.83887 288 -34.0312 288 -186.258c0 -61.4404 -39.5811 -122.309 -83.333 -154.132c-13.6533 -9.93066 -33.1113 2.5332 -28.0771 18.6309 +c45.3438 145.012 -21.5068 183.51 -176.59 185.742v-87.915c0 -20.7002 -24.2998 -31.4531 -39.6865 -18.1641l-176.005 152c-11.0703 9.5625 -11.0859 26.7529 0 36.3281z" /> + <glyph glyph-name="shield-alt" unicode="" +d="M466.5 364.3c17.7998 -7.39941 29.5 -24.8994 29.5 -44.2998c0 -221.3 -135.9 -344.6 -221.6 -380.3c-11.8008 -4.90039 -25.1006 -4.90039 -36.9004 0c-107 44.5996 -221.5 181.8 -221.5 380.3c0 19.4004 11.7002 36.9004 29.5996 44.2998l192 80 +c4.89062 2.0293 13.1562 3.6748 18.4502 3.6748c5.29492 0 13.5596 -1.64551 18.4502 -3.6748zM256.1 1.7002c93.7002 46.5996 172.5 156.3 175.801 307.7l-175.9 73.2998z" /> + <glyph glyph-name="tablet-alt" unicode="" horiz-adv-x="448" +d="M400 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h352zM224 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM400 76v312 +c0 6.59961 -5.40039 12 -12 12h-328c-6.59961 0 -12 -5.40039 -12 -12v-312c0 -6.59961 5.40039 -12 12 -12h328c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="tachometer-alt" unicode="" horiz-adv-x="576" +d="M288 416c159.06 0 288 -128.94 288 -288c0 -52.7998 -14.25 -102.26 -39.0596 -144.8c-5.61035 -9.62012 -16.3008 -15.2002 -27.4404 -15.2002h-443c-11.1396 0 -21.8301 5.58008 -27.4404 15.2002c-24.8096 42.54 -39.0596 92 -39.0596 144.8 +c0 159.06 128.94 288 288 288zM288 352c-17.6699 0 -31.9902 -14.3301 -31.9902 -32s14.3301 -32 32 -32c6.66992 0 12.5098 2.51953 17.6406 6.00977l9.21973 27.6699c0.80957 2.44043 2.33984 4.41016 3.4502 6.66992c-3.74023 13.5205 -15.6104 23.6504 -30.3203 23.6504 +zM96 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM144 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM390.77 296.41c4.18066 12.5703 -2.59961 26.1699 -15.1699 30.3594 +c-12.6299 4.28027 -26.1895 -2.60938 -30.3594 -15.1699l-61.3398 -184.01c-33.4004 -2.16016 -59.9004 -29.6494 -59.9004 -63.5898c0 -11.7197 3.37988 -22.5498 8.87988 -32h110.24c5.5 9.4502 8.87988 20.2803 8.87988 32c0 19.46 -8.87012 36.6699 -22.5596 48.4102z +M405.43 239.21c5.68066 -8.94043 15.1904 -15.21 26.5703 -15.2197c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32c-3.91992 0 -7.58008 -0.94043 -11.0498 -2.23047zM480 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z +" /> + <glyph glyph-name="ticket-alt" unicode="" horiz-adv-x="576" +d="M128 288h320v-192h-320v192zM528 192c0 -26.5098 21.4902 -48 48 -48v-96c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v96c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48v96c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48 +v-96c-26.5098 0 -48 -21.4902 -48 -48zM480 296c0 13.2549 -10.7451 24 -24 24h-336c-13.2549 0 -24 -10.7451 -24 -24v-208c0 -13.2549 10.7451 -24 24 -24h336c13.2549 0 24 10.7451 24 24v208z" /> + <glyph glyph-name="user-alt" unicode="" +d="M256 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144s-64.5 -144 -144 -144zM384 128c70.7002 0 128 -57.2998 128 -128v-16c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v16c0 70.7002 57.2998 128 128 128h55.0996 +c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h55.0996z" /> + <glyph glyph-name="window-close" unicode="" +d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM380.4 125.5l-67.1006 66.5l67.1006 66.5c4.7998 4.7998 4.7998 12.5996 0 17.4004l-40.5 40.5 +c-4.80078 4.7998 -12.6006 4.7998 -17.4004 0l-66.5 -67.1006l-66.5 67.1006c-4.7998 4.7998 -12.5996 4.7998 -17.4004 0l-40.5 -40.5c-4.7998 -4.80078 -4.7998 -12.6006 0 -17.4004l67.1006 -66.5l-67.1006 -66.5c-4.7998 -4.7998 -4.7998 -12.5996 0 -17.4004 +l40.5 -40.5c4.80078 -4.7998 12.6006 -4.7998 17.4004 0l66.5 67.1006l66.5 -67.1006c4.7998 -4.7998 12.5996 -4.7998 17.4004 0l40.5 40.5c4.7998 4.80078 4.7998 12.6006 0 17.4004z" /> + <glyph glyph-name="baseball-ball" unicode="" horiz-adv-x="496" +d="M368.5 84.0996c12.9004 -26.6992 30.2998 -50.1992 51.4004 -70.5996c-44.6006 -43 -105.101 -69.5 -171.9 -69.5c-66.9004 0 -127.5 26.5996 -172 69.7002c21.2002 20.3994 38.5996 44 51.5 70.7002l-28.7998 13.8994c-11.1006 -23 -26.1006 -43.2998 -44.2998 -61 +c-34 42.4004 -54.4004 96.1006 -54.4004 154.7s20.4004 112.3 54.4004 154.8c17.7998 -17.2998 32.5 -37.0996 43.5 -59.3994l28.6992 14.0996c-12.7998 25.9004 -30 48.9004 -50.6992 68.7998c44.5996 43.1006 105.199 69.7002 172.1 69.7002 +c67 0 127.6 -26.7002 172.2 -69.7998c-20.7998 -20 -38 -43 -50.7998 -69l28.6992 -14.1006c11 22.4004 25.8008 42.2002 43.6006 59.5c33.7998 -42.3994 54.2002 -96.0996 54.2002 -154.6c0 -58.5996 -20.5 -112.4 -54.5 -154.9c-18.1006 17.7002 -33 38 -44.1006 60.9004z +M140.2 116.1c17.2998 53.9004 14.2998 108.2 -0.700195 153.801l-30.4004 -10c13.3008 -40.2002 15.5 -87.6006 0.600586 -134zM356.5 269.5c-15 -45.5 -18 -99.7998 -0.700195 -153.8l30.5 9.7998c-14.8994 46.5 -12.5996 93.9004 0.600586 134z" /> + <glyph glyph-name="basketball-ball" unicode="" horiz-adv-x="496" +d="M212.3 437.7c-1.5 -50 -17 -95.4004 -44.7998 -131.2l-77.4004 77.4004c36 29.6992 78.4004 47.5 122.2 53.7998zM248 226l-46.2998 46.2998c37.2002 45.4004 57.5 103.8 58.7002 167.7c51.8994 -2.59961 103.1 -21.0996 145.5 -56.0996zM56.0996 349.9l77.4004 -77.4004 +c-35.7002 -27.7998 -81.2002 -43.2998 -131.2 -44.7998c6.2998 43.7998 24.1006 86.2002 53.7998 122.2zM328.3 145.7l-46.2998 46.2998l157.9 157.9c35 -42.4004 53.5 -93.6006 56.0996 -145.5c-64 -1.30078 -122.4 -21.6006 -167.7 -58.7002zM248 158l46.2998 -46.2998 +c-37.0996 -45.2998 -57.3994 -103.7 -58.7002 -167.7c-51.8994 2.59961 -103.1 21.2002 -145.5 56.0996zM439.9 34.0996l-77.4004 77.4004c35.7002 27.7002 81.0996 43.2002 131.2 44.7998c-6.2998 -43.7998 -24.1006 -86.2002 -53.7998 -122.2zM167.7 238.3 +l46.2998 -46.2998l-157.9 -157.9c-35 42.4004 -53.5 93.6006 -56.0996 145.5c63.9004 1.10059 122.3 21.5 167.7 58.7002zM283.7 -53.7002c1.59961 50 17.0996 95.5 44.7998 131.2l77.4004 -77.4004c-36 -29.6992 -78.4004 -47.5 -122.2 -53.7998z" /> + <glyph glyph-name="bowling-ball" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM120 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM184 352c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32 +s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM232 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="chess" unicode="" +d="M74 240l-33.9102 90.3799c-0.5625 1.5 -1.01953 4.01758 -1.01953 5.62012c0 8.83203 7.16797 16 16 16h0.0195312h56.9102v32h-24c-4.41602 0 -8 3.58398 -8 8v16c0 4.41602 3.58398 8 8 8h24v24c0 4.41602 3.58398 8 8 8h16c4.41602 0 8 -3.58398 8 -8v-24h24 +c4.41602 0 8 -3.58398 8 -8v-16c0 -4.41602 -3.58398 -8 -8 -8h-24v-32h56.8896h0.0195312c8.83203 0 16 -7.16797 16 -16c0 -1.60254 -0.456055 -4.12012 -1.01953 -5.62012l-33.8896 -90.3799h10c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16 +h-15.9404c0.116211 -35.8613 7.25684 -93.2051 15.9404 -128h-128c8.68359 34.7949 15.8242 92.1387 15.9404 128h-15.9404c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h10zM247.16 -11.5801c4.87988 -2.44141 8.83984 -8.85156 8.83984 -14.3086 +v-0.000976562v-22.1104c0 -8.83203 -7.16797 -16 -16 -16h-224c-8.83203 0 -16 7.16797 -16 16v22.1104c0.000976562 5.45898 3.96582 11.8701 8.84961 14.3096l23.1504 11.5801v16c0 8.83203 7.16797 16 16 16h160c8.83203 0 16 -7.16797 16 -16v-16zM339.93 146.2 +l-24.5693 20.7998c-6.25684 5.28125 -11.3467 16.2119 -11.3604 24.4004v58.5996c0 3.31152 2.68848 6 6 6h26.3896c3.3125 0 6 -2.68848 6 -6v-26h24.71v26c0 3.31152 2.68848 6 6 6h53.8105c3.31152 0 6 -2.68848 6 -6v-26h24.71v26c0 3.31152 2.6875 6 6 6h26.3799 +c3.31152 0 6 -2.68848 6 -6v-58.54v-0.03125c0 -8.19238 -5.07617 -19.1367 -11.3301 -24.4287l-24.5996 -20.79l3.29004 -82.21h-126.721zM384 144v-32h32v32c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM503.16 -11.5801 +c4.87988 -2.44141 8.83984 -8.85156 8.83984 -14.3086v-0.000976562v-22.1104c0 -8.83203 -7.16797 -16 -16 -16h-192c-8.83203 0 -16 7.16797 -16 16v22.1104c0.000976562 5.45898 3.96582 11.8701 8.84961 14.3096l23.1504 11.5801v16c0 8.83203 7.16797 16 16 16h128 +c8.83203 0 16 -7.16797 16 -16v-16z" /> + <glyph glyph-name="chess-bishop" unicode="" horiz-adv-x="320" +d="M8 160.12c0 73.3799 59.8096 181.08 112.6 225.37c-14 3.41992 -24.5996 15.5098 -24.5996 30.5098c0 17.6641 14.3359 32 32 32h64c17.6641 0 32 -14.3359 32 -32c0 -15.0498 -10.5996 -27.0898 -24.5996 -30.5098c24.3994 -20.4902 50.0693 -54.6807 70.8691 -92.5898 +l-107.89 -107.931c-1.29199 -1.29297 -2.34082 -3.82617 -2.34082 -5.6543c0 -1.8291 1.04883 -4.3623 2.34082 -5.65527l11.3105 -11.3105c1.29297 -1.29199 3.82617 -2.34082 5.6543 -2.34082s4.3623 1.04883 5.65527 2.34082l100.31 100.33 +c15.96 -35.46 26.6904 -71.9492 26.6904 -102.56c0 -51.6006 -22.1396 -73.8301 -56 -84.6006v-43.5195h-192v43.5195c-33.8604 10.7705 -56 32.9609 -56 84.6006zM304 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-288 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h288z" /> + <glyph glyph-name="chess-board" unicode="" +d="M255.9 447.8v-64h-64v64h64zM0 383.83h64v-64h-64v64zM128 447.8v-64h-64v64h64zM192 191.9h64v-64h-64v64zM0 255.88h64v-64h-64v64zM383.85 447.8v-64h-64v64h64zM511.85 447.8v-64h-64v64h64zM128 191.9v-64h-64v64h64zM511.8 0h-64v64h64v-64zM511.8 128h-64v64h64 +v-64zM383.85 -64v64h64v-64h-64zM511.85 255.88h-64v64h64v-64zM128 -64v64h64v-64h-64zM0 -64v64h64v-64h-64zM255.9 -64v64h64v-64h-64zM0 127.93h64v-64h-64v64zM319.88 319.85h-64v64h64v-64zM255.88 191.85v64h64v-64h-64zM191.88 63.8496h64v-64h-64v64z +M319.88 127.85v64h64v-64h-64zM319.88 255.8v64h64v-64h-64zM319.88 63.8701h64v-64h-64v64zM64 63.9502h64v-64h-64v64zM192 319.85h-64v64h64v-64zM383.92 63.9502v64h64v-64h-64zM255.92 255.88h-64v64h64v-64zM383.92 383.83h64v-64h-64v64zM255.92 127.93h64v-64h-64 +v64zM191.92 255.88l0.0800781 -64h-64v64h63.9199zM383.84 191.88v64h64v-64h-64zM128 319.85v-64h-64v64h64zM128 127.93h64v-64h-64v64z" /> + <glyph glyph-name="chess-king" unicode="" horiz-adv-x="448" +d="M400 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-352c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h352zM416 288c17.6504 -0.0136719 31.9756 -14.3496 31.9756 -32c0 -2.69434 -0.652344 -6.96777 -1.45605 -9.54004 +l-73.0791 -214.46h-298.881l-73.0791 214.46c-0.803711 2.57227 -1.45605 6.8457 -1.45605 9.54004c0 17.6504 14.3252 31.9863 31.9756 32h160v48h-40c-4.41602 0 -8 3.58398 -8 8v48c0 4.41602 3.58398 8 8 8h40v40c0 4.41602 3.58398 8 8 8h48c4.41602 0 8 -3.58398 8 -8 +v-40h40c4.41602 0 8 -3.58398 8 -8v-48c0 -4.41602 -3.58398 -8 -8 -8h-40v-48h160z" /> + <glyph glyph-name="chess-knight" unicode="" horiz-adv-x="384" +d="M19 175.53c-10.4883 4.66211 -19 17.7627 -19 29.2402v0.0195312v137.21v0.0585938c0 5.47461 3.13574 13.0635 7 16.9414l9 9l-14.21 28.4199c-0.988281 1.97266 -1.79004 5.36328 -1.79004 7.56934v0.0107422c0 6.62402 5.37598 12 12 12h147.94 +c106 0 191.92 -86 191.92 -192v-192h-319.86v14.5195v0.0224609c0 27.2783 19.7969 59.3271 44.1904 71.5381l57.2197 28.6504c14.6445 7.32324 26.5303 26.5566 26.5303 42.9297v0.00976562v50.3301l-22.1201 -11.0801 +c-5.45117 -2.72559 -11.0732 -9.7373 -12.5508 -15.6504l-9.21973 -30.6494c-2.4502 -8.15332 -10.8545 -17.3379 -18.7598 -20.5l-12.7803 -5.12012c-3.1582 -1.2627 -8.48145 -2.28809 -11.8828 -2.28809c-3.74902 0 -9.57129 1.23535 -12.9971 2.75781zM52 320 +c-11.04 0 -20 -8.95996 -20 -20s8.95996 -20 20 -20s20 8.95996 20 20s-8.95996 20 -20 20zM368 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-352c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h352z" /> + <glyph glyph-name="chess-pawn" unicode="" horiz-adv-x="320" +d="M105.1 224c-29.3896 18.3799 -49.0996 50.7803 -49.0996 88c0 57.4082 46.5918 104 104 104s104 -46.5918 104 -104c0 -37.2197 -19.71 -69.6201 -49.0996 -88h25.0996c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-16v-5.49023 +c0 -44 4.11035 -86.5996 24 -122.51h-176c19.8604 35.9102 24 78.5098 24 122.51v5.49023h-16c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h25.0996zM304 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-288 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h288z" /> + <glyph glyph-name="chess-queen" unicode="" +d="M256 336c-30.9121 0 -56 25.0879 -56 56s25.0879 56 56 56s56 -25.0879 56 -56s-25.0879 -56 -56 -56zM432 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-352c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h352zM504.87 263.84 +c3.93457 -2.62109 7.12891 -8.58691 7.12891 -13.3154c0 -2.08496 -0.756836 -5.29004 -1.68945 -7.1543l-102.55 -211.37h-303.52l-102.55 211.33c-0.932617 1.86426 -1.68945 5.06934 -1.68945 7.1543c0 4.72852 3.19434 10.6943 7.12891 13.3154l28.5703 16 +c7.35938 4.91016 16.8096 2.5498 22.0898 -4.54004c7.86035 -10.6357 24.9736 -19.2676 38.1992 -19.2676c0.922852 0 2.41992 0.0527344 3.34082 0.118164c25.6699 1.73926 44.6699 24.7998 44.6699 50.4893c0 7.39746 6.00293 13.4004 13.4004 13.4004v0h38.7695 +c6.04004 0 11.6104 -3.99023 12.8604 -9.91016c4.42969 -21.0361 25.4717 -38.1094 46.9697 -38.1094s42.54 17.0732 46.9697 38.1094c1.25 5.91016 6.86035 9.91016 12.8604 9.91016h38.7695c7.39746 0 13.4004 -6.00293 13.4004 -13.4004 +c0 -23.5293 15.7002 -45.46 38.8398 -49.75c2.48926 -0.484375 6.56738 -0.878906 9.10352 -0.878906c13.166 0 30.2471 8.56152 38.127 19.1094c5.37988 7.13965 14.8496 9.67969 22.29 4.67969z" /> + <glyph glyph-name="chess-rook" unicode="" horiz-adv-x="384" +d="M368 416c8.83203 0 16 -7.16797 16 -16v-176l-64 -32c0 -47.7197 1.54004 -95 13.21 -160h-282.42c11.6699 65 13.21 111.67 13.21 160l-64 32v176c0 8.83203 7.16797 16 16 16h56.0996c8.83203 0 16 -7.16797 16 -16v-48h47.9004v48c0 8.83203 7.16797 16 16 16h80 +c8.83203 0 16 -7.16797 16 -16v-48h48v48c0 8.83203 7.16797 16 16 16h56zM224 128v64c0 17.6641 -14.3359 32 -32 32s-32 -14.3359 -32 -32v-64h64zM368 0c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-352c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h352z" /> + <glyph glyph-name="dumbbell" unicode="" horiz-adv-x="640" +d="M104 352c13.2998 0 24 -10.7002 24 -24v-272c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v104h-24c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h24v104c0 13.2998 10.7002 24 24 24h48zM632 224c4.40039 0 8 -3.59961 8 -8v-48 +c0 -4.40039 -3.59961 -8 -8 -8h-24v-104c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v272c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-104h24zM456 416c13.2998 0 24 -10.7002 24 -24v-400c0 -13.2998 -10.7002 -24 -24 -24h-48 +c-13.2998 0 -24 10.7002 -24 24v168h-128v-168c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v400c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-168h128v168c0 13.2998 10.7002 24 24 24h48z" /> + <glyph glyph-name="football-ball" unicode="" horiz-adv-x="496" +d="M481.5 387.7c6.2998 -23.9004 13.7002 -61 14.5 -104.5l-156.6 156.8c43.5996 -0.900391 80.8994 -8.5 104.8 -14.9004c18.2002 -4.89941 32.5 -19.1992 37.2998 -37.3994zM14.5 -3.7002c-6.2998 23.9004 -13.7002 61 -14.5 104.5l156.6 -156.8 +c-43.5996 0.900391 -80.8994 8.5 -104.8 14.9004c-18.2002 4.89941 -32.5 19.1992 -37.2998 37.3994zM4.2002 164.6c22.5996 152.7 138.899 252 271.399 271.4l216.301 -216.6c-22.7002 -152.7 -139 -252 -271.5 -271.4zM321.5 288.2l-28.2998 -28.5l-28.2998 28.2998 +c-3.10059 3.09961 -8.2002 3.09961 -11.3008 0l-11.2998 -11.2998c-3.09961 -3.10059 -3.09961 -8.2002 0 -11.2998l28.2998 -28.3008l-22.5996 -22.5996l-28.2998 28.2998c-3.10059 3.10059 -8.2002 3.10059 -11.2998 0l-11.3008 -11.2998 +c-3.09961 -3.09961 -3.09961 -8.2002 0 -11.2998l28.3008 -28.2998l-22.6006 -22.6006l-28.2998 28.2998c-3.09961 3.10059 -8.2002 3.10059 -11.2998 0l-11.2998 -11.2998c-3.10059 -3.09961 -3.10059 -8.2002 0 -11.2998l28.2998 -28.2002l-28.2998 -28.2998 +c-3.10059 -3.09961 -3.10059 -8.2002 0 -11.2998l11.2998 -11.2998c3.09961 -3.10059 8.2002 -3.10059 11.2998 0l28.2998 28.2998l28.2998 -28.2998c3.10059 -3.10059 8.2002 -3.10059 11.3008 0l11.2998 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998 +l-28.2998 28.2998l22.5996 22.6006l28.2998 -28.3008c3.10059 -3.09961 8.2002 -3.09961 11.2998 0l11.3008 11.3008c3.09961 3.09961 3.09961 8.19922 0 11.2998l-28.3008 28.2998l22.6006 22.7002l28.2998 -28.2998c3.09961 -3.10059 8.2002 -3.10059 11.2998 0 +l11.2998 11.2998c3.10059 3.09961 3.10059 8.2002 0 11.2998l-28.2998 28.2998l28.2998 28.2998c3.10059 3.10059 3.10059 8.2002 0 11.3008l-11.2998 11.2998c-3.09961 3.09961 -8.2002 3.09961 -11.2998 0z" /> + <glyph glyph-name="golf-ball" unicode="" horiz-adv-x="416" +d="M96 32h224c0 -17.7002 -14.2998 -32 -32 -32h-16c-17.7002 0 -32 -14.2998 -32 -32v-20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v20c0 17.7002 -14.2998 32 -32 32h-16c-17.7002 0 -32 14.2998 -32 32zM416 240 +c0 -74.2002 -39 -139.2 -97.5 -176h-221c-58.5 36.7998 -97.5 101.8 -97.5 176c0 114.9 93.0996 208 208 208s208 -93.0996 208 -208zM235.9 196.1c18.2998 0 33.0996 14.8008 33.0996 33.1006c0 14.3994 -9.2998 26.2998 -22.0996 30.8994 +c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006zM285 149.2c0 14.3994 -9.2998 26.2998 -22.0996 30.8994c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994 +c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006c18.2998 0 33.0996 14.9004 33.0996 33.1006zM349 213.2c0 14.3994 -9.2998 26.2998 -22.0996 30.8994c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006 +c18.2998 0 33.0996 14.9004 33.0996 33.1006z" /> + <glyph glyph-name="hockey-puck" unicode="" +d="M0 288c0 53 114.6 96 256 96s256 -43 256 -96s-114.6 -96 -256 -96s-256 43 -256 96zM0 205.8c113.5 -82.3994 398.6 -82.2998 512 0v-109.8c0 -53 -114.6 -96 -256 -96s-256 43 -256 96v109.8z" /> + <glyph glyph-name="quidditch" unicode="" horiz-adv-x="640" +d="M256.5 231.2l86.7002 -109.2s-16.6006 -102.4 -76.6006 -150.1c-59.8994 -47.7002 -266.6 -34.1006 -266.6 -34.1006s3.7998 23.1006 11 55.4004l94.5996 112.2c4 4.69922 -0.899414 11.5996 -6.59961 9.5l-60.4004 -22.1006c14.4004 41.7002 32.7002 80 54.6006 97.5 +c59.8994 47.7998 163.3 40.9004 163.3 40.9004zM494.5 96.2002c44 0 79.7998 -35.7002 79.7998 -79.9004c0 -44.0996 -35.7002 -79.8994 -79.7998 -79.8994s-79.7998 35.7998 -79.7998 79.8994c0 44.1006 35.7998 79.9004 79.7998 79.9004zM636.5 417 +c5.5 -6.90039 4.40039 -17 -2.5 -22.5l-232.5 -177.9l34.0996 -42.8994c5.10059 -6.40039 1.7002 -15.9004 -6.2998 -17.6006l-58.7998 -12.3994l-86.7002 109.2l25.2998 54.5996c3.5 7.40039 13.5 8.59961 18.6006 2.2002l34.0996 -43l232.5 177.899 +c6.90039 5.40039 16.9004 4.30078 22.4004 -2.59961z" /> + <glyph glyph-name="square-full" unicode="" +d="M512 -64h-512v512h512v-512z" /> + <glyph glyph-name="table-tennis" unicode="" +d="M496.2 151.5c-64.1006 43.2002 -149.5 27.9004 -195.601 -34.2002l-211.5 211.5l56 56.1006c83.9004 84.0996 220 84.0996 303.9 0c63 -63.1006 78.7002 -155.601 47.2002 -233.4zM278.3 71.7998c-3.7002 -12.7002 -6.2998 -25.8994 -6.2002 -39.7002 +c0 -19.5 3.90039 -38.0996 11 -55.0996c-25.6992 2.7998 -50.5996 13.5996 -70.2998 33.2998l-35.7002 35.7002l-89.2998 -103.3c-7.5 -8.60059 -20.7002 -9.10059 -28.7002 -1l-53.3994 53.5c-8.10059 8.09961 -7.60059 21.2998 1 28.7998l103 89.4004l-34.5 34.5996 +c-39 39.0996 -44.6006 98.7998 -17.2998 144.1zM416 128c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96z" /> + <glyph glyph-name="volleyball-ball" unicode="" +d="M231.39 204.52c-60.8945 -37.4102 -126.348 -123.516 -146.1 -192.199c-20.248 19.1953 -45.7393 55.5283 -56.9004 81.0996c22.8008 94.4004 89.5 174.4 180.301 216.8c11.8887 -27.9648 22.0586 -75.3184 22.6992 -105.7zM194.49 338.92 +c-84 -39.5 -149 -108.4 -182.4 -191.5c-19.7998 109.3 34 212.4 125 262.2c19.0098 -16.9424 44.7246 -48.6162 57.4004 -70.7002zM382.09 173.82c-30.1689 3.6709 -76.2686 18.5352 -102.899 33.1797c-1.9541 71.4844 -43.8428 171.263 -93.5 222.72 +c47.2998 14 84.1992 10.2002 98.8994 8.5c70.2002 -66.8994 106.101 -164.6 97.5 -264.399zM257.39 164.32c49.7002 -26.8008 104 -40.8008 158.601 -40.9004c22.6787 0.140625 58.9219 4.7998 80.8994 10.4004c-6.55762 -27.2012 -25.4639 -67.4766 -42.1992 -89.9004 +c-93 -27.2998 -195.5 -9.5 -277.5 47.7998c18.2803 24.2959 54.21 56.8213 80.1992 72.6006zM159.09 64.6201c53.6006 -37.2998 144 -78.2002 256.9 -62.1006c-38.1611 -32.3467 -109.732 -58.5986 -159.758 -58.5986c-38.5156 0 -96.416 16.3516 -129.242 36.499 +c6.39941 29.7998 16.8994 58.2002 32.0996 84.2002zM339.39 425.22c95.9004 -34.2998 164.601 -125.6 164.601 -233.399c0 -2 -0.299805 -4 -0.299805 -6c-23.9658 -7.83887 -63.8799 -14.2012 -89.0947 -14.2012c-0.166992 0 -0.438477 0.000976562 -0.605469 0.000976562 +c7.89941 92.3994 -19.2998 183.2 -74.6006 253.6z" /> + <glyph glyph-name="allergies" unicode="" horiz-adv-x="448" +d="M416 336c17.5996 0 32 -14.4004 32 -32v-176.1c-0.200195 -14 -1.90039 -28.6006 -5.09961 -42.3008l-26.5 -112.699c-5.10059 -21.7002 -24.4004 -37 -46.7002 -37h-197.601c-15.2998 0 -29.7998 7.39941 -38.7998 19.7998l-125.6 172.7 +c-13 17.8994 -9.10059 42.8994 8.7998 55.8994s42.9004 9.10059 55.9004 -8.7998l23.5996 -32.5v241c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-152c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v184c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-184 +c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v152c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-152c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v72c0 17.5996 14.4004 32 32 32zM176 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16 +s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM176 128c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM240 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM240 96c8.7998 0 16 7.2002 16 16 +s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM304 64c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM336 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM368 128 +c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16z" /> + <glyph glyph-name="band-aid" unicode="" horiz-adv-x="640" +d="M0 288c0 35.2998 28.7002 64 64 64h96v-320h-96c-35.2998 0 -64 28.7002 -64 64v192zM576 352c35.2998 0 64 -28.7002 64 -64v-192c0 -35.2998 -28.7002 -64 -64 -64h-96v320h96zM192 32v320h256v-320h-256zM368 264c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24 +s24 10.7002 24 24s-10.7002 24 -24 24zM368 168c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 264c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 168 +c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24z" /> + <glyph glyph-name="box" unicode="" +d="M509.5 263.4c0.799805 -2.40039 0.799805 -4.90039 1.2002 -7.40039h-238.7v192h141.4c20.6992 0 39 -13.2002 45.5 -32.7998zM240 448v-192h-238.7c0.400391 2.5 0.400391 5 1.2002 7.40039l50.5996 151.8c6.5 19.5996 24.8008 32.7998 45.5 32.7998h141.4zM0 224h512 +v-240c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v240z" /> + <glyph glyph-name="boxes" unicode="" horiz-adv-x="576" +d="M560 160c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96l32 21.2998l32 -21.2998v96h80zM176 224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96 +l32 21.2998l32 -21.2998v96h80c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224zM240 160c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96l32 21.2998 +l32 -21.2998v96h80z" /> + <glyph glyph-name="briefcase-medical" unicode="" +d="M464 320c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h80v48c0 26.5 21.5 48 48 48h160c26.5 0 48 -21.5 48 -48v-48h80zM192 352v-32h128v32h-128zM352 104v48c0 4.40039 -3.59961 8 -8 8h-56v56 +c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="burn" unicode="" horiz-adv-x="384" +d="M192 448c111.8 -100.9 192 -220.6 192 -300.5c0 -124.5 -79 -211.5 -192 -211.5s-192 87 -192 211.5c0 79.5996 79.7002 199.2 192 300.5zM192 0c56.5 0 96 39 96 94.7998c0 13.5 -4.59961 61.5 -96 161.2c-91.4004 -99.7002 -96 -147.7 -96 -161.2 +c0 -55.7998 39.5 -94.7998 96 -94.7998z" /> + <glyph glyph-name="capsules" unicode="" horiz-adv-x="576" +d="M555.3 147.9c36.2002 -51.7002 23.7002 -123 -28 -159.2c-20 -14 -42.7998 -20.7002 -65.5 -20.7002c-36.0996 0 -71.5996 17 -93.7998 48.7998l-131.2 187.3c-5.5 7.90039 -9.5 16.4004 -12.7998 25v-149.1c0 -61.9004 -50.0996 -112 -112 -112s-112 50.0996 -112 112 +v224c0 61.9004 50.0996 112 112 112c60 0 108.5 -47.2002 111.4 -106.5c7.7998 21 21.7998 40 41.5 53.7998c20 14 42.8994 20.7002 65.5 20.7002c36 0 71.5 -17 93.7998 -48.7998zM160 192v112c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-112h96zM354.8 147.1 +l82.5 57.7002l-65.5996 93.7002c-9.40039 13.5 -24.7998 21.5 -41.2998 21.5c-10.3008 0 -20.3008 -3.09961 -28.8008 -9.09961c-11 -7.7002 -18.3994 -19.3008 -20.6992 -32.5c-2.40039 -13.2002 0.599609 -26.6006 8.2998 -37.6006z" /> + <glyph glyph-name="clipboard-check" unicode="" horiz-adv-x="384" +d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24 +s-10.7002 24 -24 24zM313.2 176.2c4.7002 4.7002 4.7998 12.2002 0.0996094 17l-28.2002 28.3994c-4.69922 4.7002 -12.2998 4.80078 -17 0.100586l-106 -105.2l-46 46.4004c-4.69922 4.69922 -12.2998 4.7998 -17 0.0996094l-28.3994 -28.2002 +c-4.7002 -4.7002 -4.7998 -12.2998 -0.100586 -17l82.6006 -83.2998c4.7002 -4.7002 12.2998 -4.7998 17 -0.0996094z" /> + <glyph glyph-name="clipboard-list" unicode="" horiz-adv-x="384" +d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM96 24c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24 +s10.7002 -24 24 -24zM96 120c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24zM96 216c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24zM192 408c-13.2998 0 -24 -10.7002 -24 -24 +s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM320 40v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM320 136v16c0 4.40039 -3.59961 8 -8 8h-144 +c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM320 232v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="diagnoses" unicode="" horiz-adv-x="640" +d="M496 192c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM320 272c-48.5 0 -88 39.5 -88 88s39.5 88 88 88s88 -39.5 88 -88s-39.5 -88 -88 -88zM59.7998 84l-17.7002 26.7002c-8.7998 13.2998 -7.59961 34.5996 10 45.0996 +c7.40039 4.40039 17.5 10 28.7002 16c31.6006 -27.2998 79 -4.2002 79.2002 36c47.0996 17.7002 103 32.2002 160 32.2002c45.0996 0 89.2998 -9.2002 129.2 -21.7998c-11.7002 -52.9004 59.5996 -81.2002 87.7002 -35.1006 +c21.3994 -10.3994 39.1992 -20.2998 51.0996 -27.3994c17.5996 -10.5 18.7998 -31.9004 10 -45.1006l-17.7998 -26.6992c-10.2002 -15.1006 -29.2998 -17.8008 -42.9004 -9.80078c-16.2002 9.60059 -56.2002 31.8008 -105.3 48.6006v-90.7002h-224v90.7998 +c-49.0996 -16.8994 -89.0996 -39 -105.3 -48.5996c-13.6006 -8 -32.7002 -5.5 -42.9004 9.7998zM368 104c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 200c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24 +s24 10.7002 24 24s-10.7002 24 -24 24zM112 192c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM624 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32 +c0 8.7998 7.2002 16 16 16h608z" /> + <glyph glyph-name="dna" unicode="" horiz-adv-x="448" +d="M0.0996094 -46.0996c5.2002 42.8994 31.4004 153.899 159.9 238.1c-128.6 84.2002 -154.7 195.2 -159.9 238.1c-1.09961 9.5 6.40039 17.8008 16 17.8008l32.3008 0.0996094c8.09961 0.0996094 14.8994 -5.90039 16 -13.9004 +c0.699219 -5 1.7998 -11.0996 3.39941 -18.0996h312.4c1.59961 7 2.7002 13.2002 3.39941 18.0996c1.10059 8 7.90039 13.9004 16 13.9004l32.4004 -0.0996094c9.59961 0 17 -8.30078 15.9004 -17.8008c-5.80078 -47.8994 -37.4004 -181.199 -209.5 -266.699 +c-31.7002 -15.8008 -57.4004 -33.3008 -78.7002 -51.4004h127.6c-5.59961 4.7998 -10.7998 9.59961 -17 14.2002c21.4004 11.2002 40.9004 23 58.5 35.3994c93.2998 -78.6992 114.3 -169.8 118.9 -207.699c1.2002 -9.5 -6.2998 -17.8008 -15.9004 -17.8008 +l-32.2998 -0.0996094c-8.09961 -0.0996094 -14.9004 5.90039 -16 13.9004c-0.599609 4.89941 -1.90039 11.1992 -3.5 18.0996h-312.3c-1.60059 -7 -2.7002 -13.2002 -3.40039 -18.0996c-1.09961 -8 -7.89941 -13.9004 -16 -13.9004l-32.2998 0.0996094 +c-9.59961 0 -17 8.30078 -15.9004 17.8008zM224 228.4c25.0996 13.5996 46.4004 28.3994 64.2002 43.5996h-128.5c17.8994 -15.2002 39.2002 -29.9004 64.2998 -43.5996zM355.1 352h-262.1c5.7002 -10.4004 12.7002 -21.0996 21 -32h220.1 +c8.2002 10.9004 15.2002 21.5996 21 32zM92.9004 32h261.6c-5.7998 10.4004 -12.9004 21.0996 -21.2002 32h-219.399c-8.2002 -10.9004 -15.2002 -21.5996 -21 -32z" /> + <glyph glyph-name="dolly" unicode="" horiz-adv-x="576" +d="M294.2 170.3l-53 159.4c-2.7998 8.2998 1.7002 17.3994 10.0996 20.2002l61.6006 20.5l33.0996 -99.4004l60.7002 20.0996l-33.1006 99.4004l61.1006 20.4004c8.2998 2.7998 17.3994 -1.7002 20.2002 -10.1006l60.3994 -181.2 +c2.7998 -8.2998 -1.7002 -17.3994 -10.0996 -20.1992l-161.5 -53.8008c-14.7998 11.3008 -31.5 19.7002 -49.5 24.7002zM575.2 121.6c2.7998 -8.39941 -1.7998 -17.3994 -10.1006 -20.1992l-213.3 -71.2002c-1.09961 -57.7998 -53.2002 -103.3 -113.399 -92.6006 +c-39.4004 6.90039 -71.2002 39.8008 -77.3008 79.2002c-5.69922 36.9004 9.90039 70.1006 36 90.5l-92.1992 276.7h-88.9004c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h112c13.7998 0 26 -8.7998 30.4004 -21.9004l99.3994 -298.199 +c29.9004 -0.600586 56.2998 -15 73.5 -37l213.5 71.1992c8.2998 2.80078 17.4004 -1.69922 20.2002 -10.0996zM256 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" /> + <glyph glyph-name="dolly-flatbed" unicode="" horiz-adv-x="640" +d="M208 128c-8.7998 0 -16 7.2002 -16 16v256c0 8.7998 7.2002 16 16 16h144v-128l48 32l48 -32v128h144c8.7998 0 16 -7.2002 16 -16v-256c0 -8.7998 -7.2002 -16 -16 -16h-384zM624 64c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-82.7998 +c1.7002 -5 2.89941 -10.4004 2.89941 -16c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 5.59961 1.10059 11 2.90039 16h-197.9c1.7002 -5 2.90039 -10.4004 2.90039 -16c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 5.59961 1.09961 11 2.90039 16h-82.9004 +c-8.7998 0 -16 7.2002 -16 16v368h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16v-368h496z" /> + <glyph glyph-name="file-medical" unicode="" horiz-adv-x="384" +d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136z +M288 152c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56 +c4.40039 0 8 3.59961 8 8v48z" /> + <glyph glyph-name="file-medical-alt" unicode="" horiz-adv-x="448" +d="M288 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v168h70.0996l34.8008 -69.5c2.89941 -5.90039 11.3994 -5.90039 14.2998 0l56.7998 113.7l22.0996 -44.2002h89.9004c8.7998 0 16 7.2002 16 16 +s-7.2002 16 -16 16h-70.2002l-34.7002 69.5c-2.89941 5.90039 -11.3994 5.90039 -14.2998 0l-56.7998 -113.7l-19.9004 39.7998c-1.39941 2.7002 -4.19922 4.40039 -7.19922 4.40039h-140.9c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h56v232 +c0 13.2998 10.7002 24 24 24h200v-136zM441 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" /> + <glyph glyph-name="first-aid" unicode="" horiz-adv-x="576" +d="M0 368c0 26.5 21.5 48 48 48h48v-448h-48c-26.5 0 -48 21.5 -48 48v352zM128 -32v448h320v-448h-320zM192 216v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8v48 +c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-48v448h48z" /> + <glyph glyph-name="hospital-alt" unicode="" horiz-adv-x="576" +d="M544 352c17.7002 0 32 -14.2998 32 -32v-368c0 -8.7998 -7.2002 -16 -16 -16h-544c-8.7998 0 -16 7.2002 -16 16v368c0 17.7002 14.2998 32 32 32h128v64c0 17.7002 14.2998 32 32 32h192c17.7002 0 32 -14.2998 32 -32v-64h128zM160 12v40c0 6.59961 -5.40039 12 -12 12 +h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM160 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM320 12v40 +c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM320 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40 +c6.59961 0 12 5.40039 12 12zM336 310v20c0 3.2998 -2.7002 6 -6 6h-26v26c0 3.2998 -2.7002 6 -6 6h-20c-3.2998 0 -6 -2.7002 -6 -6v-26h-26c-3.2998 0 -6 -2.7002 -6 -6v-20c0 -3.2998 2.7002 -6 6 -6h26v-26c0 -3.2998 2.7002 -6 6 -6h20c3.2998 0 6 2.7002 6 6v26h26 +c3.2998 0 6 2.7002 6 6zM480 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40 +c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" /> + <glyph glyph-name="hospital-symbol" unicode="" +d="M256 448c141.4 0 256 -114.6 256 -256s-114.6 -256 -256 -256s-256 114.6 -256 256s114.6 256 256 256zM368 72v240c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-88h-96v88c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-240 +c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v88h96v-88c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="id-card-alt" unicode="" horiz-adv-x="576" +d="M528 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h144v-96h192v96h144zM288 224c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM381.3 0 +c10.4004 0 18.7998 10 15.6006 19.7998c-8.40039 25.7002 -32.5 44.2002 -60.9004 44.2002h-8.2002c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-8.2002c-28.5 0 -52.5996 -18.5996 -60.9004 -44.2002 +c-3.19922 -9.7998 5.2002 -19.7998 15.6006 -19.7998h186.6zM352 416v-96h-128v96c0 17.7002 14.2998 32 32 32h64c17.7002 0 32 -14.2998 32 -32z" /> + <glyph glyph-name="notes-medical" unicode="" horiz-adv-x="384" +d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24 +s-10.7002 24 -24 24zM288 104v48c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8 +v56h56c4.40039 0 8 3.59961 8 8zM288 296v16c0 4.40039 -3.59961 8 -8 8h-176c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h176c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="pallet" unicode="" horiz-adv-x="640" +d="M144 192c-8.7998 0 -16 7.2002 -16 16v224c0 8.7998 7.2002 16 16 16h112v-128l64 32l64 -32v128h112c8.7998 0 16 -7.2002 16 -16v-224c0 -8.7998 -7.2002 -16 -16 -16h-352zM624 64h-48v-64h48c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608 +c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v64h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16zM288 0v64h-160v-64h160zM512 0v64h-160v-64h160z" /> + <glyph glyph-name="pills" unicode="" horiz-adv-x="576" +d="M112 416c61.9004 0 112 -50.0996 112 -112v-224c0 -61.9004 -50.0996 -112 -112 -112s-112 50.0996 -112 112v224c0 61.9004 50.0996 112 112 112zM160 192v112c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-112h96zM299.7 221.7l210.8 -210.8 +c3.5 -3.5 3.2002 -9.40039 -0.799805 -12.3008c-62.5 -45.2998 -150.101 -40.3994 -206.4 15.9004s-61.2002 143.9 -15.8994 206.4c2.89941 3.89941 8.7998 4.2998 12.2998 0.799805zM529.5 240.7c56.4004 -56.2998 61.2002 -143.8 15.9004 -206.4 +c-2.90039 -3.89941 -8.80078 -4.2998 -12.3008 -0.799805l-210.8 210.8c-3.5 3.5 -3.2002 9.40039 0.799805 12.2998c62.5 45.3008 150.101 40.4004 206.4 -15.8994z" /> + <glyph glyph-name="prescription-bottle" unicode="" horiz-adv-x="384" +d="M32 256v64h320v-352c0 -17.5996 -14.4004 -32 -32 -32h-256c-17.5996 0 -32 14.4004 -32 32v64h120c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-120v64h120c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-120v64h120c4.40039 0 8 3.59961 8 8v16 +c0 4.40039 -3.59961 8 -8 8h-120zM360 448c13.2002 0 24 -10.7998 24 -24v-48c0 -13.2002 -10.7998 -24 -24 -24h-336c-13.2002 0 -24 10.7998 -24 24v48c0 13.2002 10.7998 24 24 24h336z" /> + <glyph glyph-name="prescription-bottle-alt" unicode="" horiz-adv-x="384" +d="M360 448c13.2002 0 24 -10.7998 24 -24v-48c0 -13.2002 -10.7998 -24 -24 -24h-336c-13.2002 0 -24 10.7998 -24 24v48c0 13.2002 10.7998 24 24 24h336zM32 -32v352h320v-352c0 -17.5996 -14.4004 -32 -32 -32h-256c-17.5996 0 -32 14.4004 -32 32zM96 152v-48 +c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8v48c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8z +" /> + <glyph glyph-name="procedures" unicode="" horiz-adv-x="640" +d="M528 224c61.9004 0 112 -50.0996 112 -112v-160c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v48h-512v-48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v352c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-240h192 +v144c0 8.7998 7.2002 16 16 16h256zM136 352c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h140.9c3.09961 0 5.7998 -1.7002 7.19922 -4.40039l19.9004 -39.7998l49.7002 99.4004c5.89941 11.7998 22.7002 11.7998 28.5996 0l27.6006 -55.2002h102.1 +c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16h-121.9l-22.0996 44.2002l-49.7002 -99.4004c-5.89941 -11.7998 -22.7002 -11.7998 -28.5996 0l-27.6006 55.2002h-126.1zM160 96c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64 +s-28.7002 -64 -64 -64z" /> + <glyph glyph-name="shipping-fast" unicode="" horiz-adv-x="640" +d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96v128h152c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-208c-4.40039 0 -8 3.59961 -8 8v16 +c0 4.40039 3.59961 8 8 8h240c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-208c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h240c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-272c-4.40039 0 -8 3.59961 -8 8v16 +c0 4.40039 3.59961 8 8 8h56v48c0 26.5 21.5 48 48 48h256c26.5 0 48 -21.5 48 -48v-48h44.0996c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48 +s-48 -21.5 -48 -48s21.5 -48 48 -48zM480 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" /> + <glyph glyph-name="smoking" unicode="" horiz-adv-x="640" +d="M632 96c4.40039 0 8 -3.59961 8 -8v-144c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v144c0 4.40039 3.59961 8 8 8h48zM553.3 360.9c54.2998 -36.4004 86.7002 -97.1006 86.7002 -162.601v-30.2998c0 -4.40039 -3.59961 -8 -8 -8h-48 +c-4.40039 0 -8 3.59961 -8 8v30.2998c0 50.2002 -25.2002 96.7002 -67.4004 124c-18.3994 12 -28.5996 33.4004 -28.5996 55.4004v62.2998c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-62.2998c0 -6.7998 3.59961 -13 9.2998 -16.7998zM432 96 +c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-384c-26.5 0 -48 21.5 -48 48v64c0 26.5 21.5 48 48 48h384zM400 -16v64h-176v-64h176zM487.7 306.4c35.2998 -24.7002 56.2998 -64.8008 56.2998 -108.101v-30.2998c0 -4.40039 -3.59961 -8 -8 -8h-48 +c-4.40039 0 -8 3.59961 -8 8v30.2998c0 27.4004 -13.2998 52.9004 -35.7002 68.6006c-35.7002 25.0996 -60.2998 63 -60.2998 106.699v66.4004c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-62.2998c0 -29 15.7998 -54.7002 39.7002 -71.2998zM536 96 +c4.40039 0 8 -3.59961 8 -8v-144c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v144c0 4.40039 3.59961 8 8 8h48z" /> + <glyph glyph-name="syringe" unicode="" +d="M201.5 273.2l64.9004 65l135.699 -135.7l-181.899 -181.9c-17.5 -17.5996 -41.5 -25.5996 -65.4004 -23l-63.5996 7.10059l-66.2998 -66.2998c-3.10059 -3.10059 -8.2002 -3.10059 -11.3008 0l-11.2998 11.2998c-3.09961 3.09961 -3.09961 8.2002 0 11.2998 +l66.4004 66.4004l-7.10059 63.5996c-2.59961 24.2998 5.7002 48.0996 23 65.4004l26.4004 26.3994l55.7998 -55.8994c3.10059 -3.10059 8.2002 -3.10059 11.2998 0l11.3008 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998l-55.8008 55.7998l45.3008 45.2998 +l55.6992 -55.7998c3.10059 -3.09961 8.2002 -3.09961 11.3008 0l11.2998 11.2998c3.09961 3.10059 3.09961 8.2002 0 11.3008zM509.7 366.5c3.09961 -3.2002 3.09961 -8.2002 0 -11.4004l-11.2998 -11.2998c-3.10059 -3.09961 -8.2002 -3.09961 -11.3008 0l-28.2998 28.2998 +l-45.2998 -45.2998l73.5 -73.5c3.09961 -3.09961 3.09961 -8.2002 0 -11.2998l-33.9004 -34c-3.09961 -3.09961 -8.19922 -3.09961 -11.2998 0l-17 17l-135.7 135.9l-17 17c-3.09961 3.09961 -3.09961 8.19922 0 11.2998l33.9004 33.8994 +c3.09961 3.10059 8.2002 3.10059 11.2998 0l17 -17l56.6006 -56.5996l45.2998 45.2998l-28.2998 28.2998c-3.10059 3.10059 -3.10059 8.2002 0 11.3008l11.2998 11.2998c3.09961 3.09961 8.2002 3.09961 11.2998 0z" /> + <glyph glyph-name="tablets" unicode="" horiz-adv-x="640" +d="M160 256c81.0996 0 147.5 -58.5 160 -134.7c0.799805 -4.7998 -3.2998 -9.2998 -8.2998 -9.2998h-303.3c-5 0 -9.10059 4.5 -8.30078 9.2998c12.4004 76.2002 78.8008 134.7 159.9 134.7zM311.6 80c5 0 9.10059 -4.5 8.30078 -9.2998 +c-12.4004 -76.2002 -78.8008 -134.7 -159.9 -134.7s-147.5 58.5 -159.9 134.7c-0.799805 4.7998 3.30078 9.2998 8.30078 9.2998h303.199zM593.4 401.4c56.5 -56.5 61.3994 -144.2 15.8994 -206.9c-2.7998 -4 -8.7998 -4.2998 -12.2998 -0.799805l-211.3 211.399 +c-3.5 3.40039 -3.2002 9.40039 0.799805 12.3008c62.7002 45.3994 150.4 40.5 206.9 -16zM363 382.3l211.3 -211.3c3.5 -3.40039 3.2002 -9.40039 -0.799805 -12.2998c-62.7002 -45.5 -150.4 -40.6006 -206.9 15.8994c-56.3994 56.5 -61.2998 144.2 -15.8994 206.9 +c2.7998 4 8.7998 4.2998 12.2998 0.799805z" /> + <glyph glyph-name="thermometer" unicode="" +d="M476.8 427.6c49.4004 -40.6992 42.1006 -107.3 7.2002 -142.199l-254.2 -253.301h-99.8994l-89 -89c-9.30078 -9.39941 -24.5 -9.39941 -33.9004 0c-9.40039 9.30078 -9.40039 24.5 0 33.9004l89 89v100.9l45.2998 45.6992l50.1006 -50.1992 +c3.09961 -3.10059 8.19922 -3.10059 11.2998 0l11.2998 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998l-50.0996 50.2002l45.0996 45.3994l50.2998 -50.1992c3.10059 -3.10059 8.2002 -3.10059 11.2998 0l11.3008 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998 +l-50.3008 50.4004l45.1006 45.3994l50.3994 -50.5c3.10059 -3.09961 8.2002 -3.09961 11.3008 0l11.2998 11.2998c3.09961 3.10059 3.09961 8.2002 0 11.3008l-50.5 50.5l45.7002 46c36.3994 36.5 94.3994 40.8994 131.899 10.1992z" /> + <glyph glyph-name="vial" unicode="" horiz-adv-x="480" +d="M477.7 261.9c3.09961 -3.10059 3.09961 -8.2002 0 -11.2002l-34 -33.9004c-3.10059 -3.09961 -8.2002 -3.09961 -11.2998 0l-11.2002 11.1006l-246.3 -245.7c-20.1006 -20.1006 -46.5 -30.1006 -72.9004 -30.1006c-28.9004 -0.0996094 -57.7998 11.9004 -78.4004 35.9004 +c-35.6992 41.5 -29.3994 104.8 9.40039 143.5l242.4 241.9l-11.2002 11.0996c-3.10059 3.09961 -3.10059 8.2002 0 11.2998l34 33.9004c3.09961 3.09961 8.2002 3.09961 11.2998 0zM318 192l69.5 69.4004l-78.5 78.2998l-148 -147.7h157z" /> + <glyph glyph-name="vials" unicode="" horiz-adv-x="640" +d="M72 384c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h208c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-24v-240c0 -44.0996 -35.9004 -80 -80 -80s-80 35.9004 -80 80v240h-24zM144 384v-96h64v96h-64zM624 0c8.7998 0 16 -7.2002 16 -16 +v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608zM360 384c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h208c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-24v-240 +c0 -44.0996 -35.9004 -80 -80 -80s-80 35.9004 -80 80v240h-24zM432 384v-96h64v96h-64z" /> + <glyph glyph-name="warehouse" unicode="" horiz-adv-x="640" +d="M504 96c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-367.7c-4.39941 0 -8 3.59961 -8 8l0.100586 48c0 4.40039 3.59961 8 8 8h367.6zM504 0c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-368c-4.40039 0 -8 3.59961 -8 8 +l0.0996094 48c0 4.40039 3.60059 8 8 8h367.9zM504 192c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-367.5c-4.40039 0 -8 3.59961 -8 8l0.0996094 48c0 4.40039 3.60059 8 8 8h367.4zM610.5 331c17.7998 -7.5 29.5 -24.9004 29.5 -44.2998v-342.7 +c0 -4.40039 -3.59961 -8 -8 -8h-80c-4.40039 0 -8 3.59961 -8 8v248c0 17.5996 -14.5996 32 -32.5996 32h-382.801c-18 0 -32.5996 -14.4004 -32.5996 -32v-248c0 -4.40039 -3.59961 -8 -8 -8h-80c-4.40039 0 -8 3.59961 -8 8v342.7c0 19.3994 11.7002 36.7998 29.5 44.2998 +l272 113.3c4.89062 2.0293 13.1553 3.6748 18.4502 3.6748c5.29395 0 13.5596 -1.64551 18.4502 -3.6748z" /> + <glyph glyph-name="weight" unicode="" +d="M448 384c35.29 0 64 -28.71 64 -64v-320c0 -35.29 -28.71 -64 -64 -64h-384c-35.29 0 -64 28.71 -64 64v320c0 35.29 28.71 64 64 64h25.9805c-16.4209 -28.2803 -25.9805 -61.0098 -25.9805 -96c0 -105.87 86.1299 -192 192 -192s192 86.1299 192 192 +c0 34.9902 -9.55957 67.7197 -25.9805 96h25.9805zM256 128c-88.3701 0 -160 71.6299 -160 160s71.6299 160 160 160s160 -71.6299 160 -160s-71.6299 -160 -160 -160zM255.7 279.94c-21.9404 -0.170898 -39.7002 -17.96 -39.7002 -39.9404c0 -22.0898 17.9102 -40 40 -40 +s40 17.9102 40 40c0 10.5498 -4.26953 20 -10.9502 27.1602l33.6699 78.5498c3.4707 8.11035 -0.290039 17.5205 -8.41016 21c-8.08984 3.50977 -17.5293 -0.240234 -21.0293 -8.41016z" /> + <glyph glyph-name="x-ray" unicode="" horiz-adv-x="640" +d="M240 64c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16zM400 32c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM624 448c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16 +h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608zM624 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v352h512v-352h48zM480 200v16c0 4.40039 -3.59961 8 -8 8 +h-136v32h104c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-104v24c0 4.40039 -3.59961 8 -8 8h-16c-4.40039 0 -8 -3.59961 -8 -8v-24h-104c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h104v-32h-136c-4.40039 0 -8 -3.59961 -8 -8v-16 +c0 -4.40039 3.59961 -8 8 -8h136v-32h-104c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h104v-32h-64c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48s48 21.5 48 48v16h64v-16c0 -26.5 21.5 -48 48 -48s48 21.5 48 48s-21.5 48 -48 48h-64v32h104 +c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-104v32h136c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="box-open" unicode="" horiz-adv-x="640" +d="M425.7 192c4.5 0 9 0.599609 13.2998 1.90039l137 39.0996v-178c0 -14.5996 -10 -27.4004 -24.2002 -31l-216.399 -54.0996c-10.1006 -2.5 -20.8008 -2.5 -31 0l-216.2 54.0996c-14.2002 3.5 -24.2002 16.2998 -24.2002 31v178l137 -39.2002 +c4.2998 -1.2998 8.7998 -1.89941 13.2998 -1.89941c16.9004 0 32.7998 9 41.5 23.5l64.2002 106.6l64.2998 -106.6c8.60059 -14.4004 24.5 -23.4004 41.4004 -23.4004zM638.3 304.2c4.5 -9.2002 -0.299805 -20.2002 -10.2002 -23.1006l-197.899 -56.5 +c-7.10059 -2 -14.7002 1 -18.5 7.30078l-91.7002 152.1l250.1 31.9004c6.90039 0.899414 13.6006 -2.7002 16.7002 -8.90039zM53.2002 407c3.09961 6.2002 9.7002 9.7002 16.5996 8.90039l250.2 -31.9004l-91.7998 -152c-3.7998 -6.2998 -11.4004 -9.2998 -18.5 -7.2998 +l-197.9 56.5c-9.7998 2.7998 -14.7002 13.7998 -10.0996 23z" /> + <glyph glyph-name="comment-dots" unicode="" +d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002 +c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208zM128 176c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 176c17.7002 0 32 14.2998 32 32 +s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM384 176c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="comment-slash" unicode="" horiz-adv-x="640" +d="M64 208c0 18.5996 3.2998 36.5 8.90039 53.5996l325.5 -251.6c-24.7002 -6.40039 -51 -10 -78.4004 -10c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.90039 -7.2998 4.7998 +c-1.2998 3 -0.700195 6.40039 1.5 8.7002c0.5 0.599609 42.2002 45.5 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7zM633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7 +c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l105.1 -81.2998c45.2002 32.6006 104.301 52.7002 169.4 52.7002c141.4 0 256 -93.0996 256 -208c0 -49.2002 -21.4004 -94.0996 -56.5996 -129.7z" /> + <glyph glyph-name="couch" unicode="" horiz-adv-x="640" +d="M160 224c0 35.2998 -28.7002 64 -64 64h-32c0 53 43 96 96 96h320c53 0 96 -43 96 -96h-32c-35.2998 0 -64 -28.7002 -64 -64v-64h-320v64zM576 256c35.2998 0 64 -28.7002 64 -64c0 -23.5996 -13 -44 -32 -55.0996v-120.9c0 -8.7998 -7.2002 -16 -16 -16h-64 +c-8.7998 0 -16 7.2002 -16 16v16h-384v-16c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v120.9c-19 11.0996 -32 31.5 -32 55.0996c0 35.2998 28.7002 64 64 64h32c17.7002 0 32 -14.2998 32 -32v-96h384v96c0 17.7002 14.2998 32 32 32h32z" /> + <glyph glyph-name="donate" unicode="" +d="M256 32c-114.9 0 -208 93.0996 -208 208s93.0996 208 208 208s208 -93.0996 208 -208s-93.0996 -208 -208 -208zM233.8 350.6c-32.7002 -0.899414 -59 -28.3994 -59.0996 -62.3994c0 -27.7002 18 -52.4004 43.7002 -60.1006l62.2998 -18.6992 +c7.09961 -2.10059 12.0996 -9.40039 12.0996 -17.6006c0 -10.0996 -7.2998 -18.2998 -16.2998 -18.2998h-38.9004c-6.39941 0 -12.3994 1.7002 -17.7998 5.09961c-4.5 2.80078 -10.2002 2.7002 -14 -1l-16.2998 -15.5c-5 -4.7998 -4.40039 -13 1.2002 -17.0996 +c12.5 -9.2998 27.5 -14.5996 43 -15.4004v-17c0 -9.19922 7.39941 -16.5996 16.5996 -16.5996h11.1006c9.19922 0 16.5996 7.40039 16.5996 16.5996v16.8008c32.7002 0.899414 59.0996 28.3994 59.0996 62.3994c0 27.7002 -18 52.4004 -43.6992 60.1006l-62.3008 18.6992 +c-7.09961 2.10059 -12.0996 9.40039 -12.0996 17.6006c0 10.0996 7.2998 18.2998 16.2998 18.2998h38.9004c6.39941 0 12.3994 -1.7002 17.7998 -5.09961c4.5 -2.80078 10.2002 -2.7002 14 1l16.2998 15.5c5 4.7998 4.40039 13 -1.2002 17.0996 +c-12.5 9.2998 -27.5 14.5996 -43 15.4004v17c0 9.19922 -7.39941 16.5996 -16.5996 16.5996h-11.0996c-9.2002 0 -16.6006 -7.40039 -16.6006 -16.5996v-16.8008zM480 96c17.7002 0 32 -14.2998 32 -32v-96c0 -17.7002 -14.2998 -32 -32 -32h-448 +c-17.7002 0 -32 14.2998 -32 32v96c0 17.7002 14.2998 32 32 32h32.4004c19.6992 -26 44.5996 -47.7002 73 -64h-63.8008c-5.2998 0 -9.59961 -3.59961 -9.59961 -8v-16c0 -4.40039 4.2998 -8 9.59961 -8h364.7c5.2998 0 9.60059 3.59961 9.60059 8v16 +c0 4.40039 -4.30078 8 -9.60059 8h-63.7998c28.4004 16.2998 53.4004 38 73 64h32.5z" /> + <glyph glyph-name="dove" unicode="" +d="M288 280.8c-50.7998 10.5 -96.5996 36.7998 -130.8 75.1006c11.2002 32.3994 27.7998 61.5996 48.8994 86.5c8.80078 10.5 25.7002 5.19922 27.8008 -8.30078c7 -45.8994 25.8994 -88.8994 54.0996 -125.199v-28.1006zM400 384h112l-32 -64v-160.1 +c0 -88.4004 -71.5996 -159.9 -160 -159.9h-76.9004l-65.1992 -56.0996c-6.10059 -5.30078 -14.1006 -8.2002 -22.1006 -7.90039c-92.7998 3.7998 -135.8 49.4004 -153.2 76.2998c-6 9.2998 -1.19922 21.7002 9.5 24.4004l143.9 36 +c-12.7998 9.59961 -25.7002 20.0996 -38.9004 32.7998c-51 49 -85.0996 115.1 -85.0996 185.9c0 41.3994 9.40039 80.5996 26 115.699c5.7998 12.3008 23.5 11.6006 29 -0.899414c40 -91.2002 128.6 -155.5 233 -161.7v59.4004c0 44.1992 35.7998 80.0996 80 80.0996z +M400 287.9c8.7998 0 16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z" /> + <glyph glyph-name="hand-holding" unicode="" horiz-adv-x="576" +d="M565.3 119.9c15.1006 -13.6006 13.9004 -36.8008 -1.2998 -48.9004l-151.2 -121c-11.3994 -9.09961 -25.5 -14 -40 -14h-356.8c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h55.4004l46.5 37.7002c21 17 47.0996 26.2998 74.0996 26.2998h160 +c19.5 0 34.9004 -17.4004 31.5996 -37.4004c-2.59961 -15.6992 -17.3994 -26.5996 -33.2998 -26.5996h-78.2998c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h118.3c14.6006 0 28.7002 4.90039 40 14l92.4004 73.9004c12.3994 10 30.7998 10.6992 42.5996 0z" /> + <glyph glyph-name="hand-holding-heart" unicode="" horiz-adv-x="576" +d="M275.3 197.5l-108.899 114.2c-31.6006 33.2002 -29.7002 88.2002 5.59961 118.8c30.7998 26.7002 76.7002 21.9004 104.9 -7.7998l11.0996 -11.6006l11.2002 11.7002c28.2002 29.6006 74.0996 34.4004 104.899 7.7002c35.4004 -30.5996 37.2002 -85.5996 5.60059 -118.8 +l-108.9 -114.2c-7.09961 -7.40039 -18.5 -7.40039 -25.5 0zM565.3 119.9c15.1006 -13.6006 13.9004 -36.8008 -1.2998 -48.9004l-151.2 -121c-11.3994 -9.09961 -25.5 -14 -40 -14h-356.8c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h55.4004l46.5 37.7002 +c21 17 47.0996 26.2998 74.0996 26.2998h160c19.5 0 34.9004 -17.4004 31.5996 -37.4004c-2.59961 -15.6992 -17.3994 -26.5996 -33.2998 -26.5996h-78.2998c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h118.3c14.6006 0 28.7002 4.90039 40 14l92.4004 73.9004 +c12.3994 10 30.7998 10.6992 42.5996 0z" /> + <glyph glyph-name="hand-holding-usd" unicode="" horiz-adv-x="576" +d="M271.06 303.7c-24.0596 6.39941 -43.4297 24.7002 -46.5693 47.7002c-4.33984 32 20.6201 59.3994 53.5098 63v17.5996c0 8.7998 7.82031 16 17.3701 16h17.3701c9.5498 0 17.3701 -7.2002 17.3701 -16v-17.7197c10.2324 -1.05566 25.6982 -6.20801 34.5195 -11.5 +c3.05469 -1.83984 5.53418 -6.22656 5.53418 -9.79199c0 -1.78516 -0.758789 -4.46777 -1.69434 -5.98828c-0.490234 -0.808594 -1.46191 -1.97266 -2.16992 -2.59961l-19 -17.5c-4.01953 -3.7002 -10.0693 -4.2002 -15.2998 -2 +c-2.98145 1.20898 -8.0127 2.19434 -11.2305 2.19922h-35.5996c-5.03027 0 -9.12012 -3.7998 -9.12012 -8.39941c0.112305 -3.6416 3.08301 -7.27051 6.62988 -8.10059l54.2705 -14.2998c24.0996 -6.39941 43.4102 -24.7002 46.5596 -47.7002 +c4.33984 -32 -20.5693 -59.3994 -53.5 -63v-17.5996c0 -8.7998 -7.83008 -16 -17.3799 -16h-17.3701c-9.54004 0 -17.3701 7.2002 -17.3701 16v17.7002c-10.2305 1.05566 -25.6904 6.20703 -34.5098 11.5c-3.06348 1.83594 -5.54883 6.22363 -5.54883 9.79492 +c0 1.77051 0.74707 4.43359 1.66895 5.94531c0.510742 0.827148 1.51855 2.01953 2.25 2.65918l19 17.5c4.01953 3.7002 10.0596 4.2002 15.2998 2c2.9707 -1.20508 7.98438 -2.19043 11.1904 -2.19922h35.5996c5.03027 0 9.12012 3.7998 9.12012 8.39941 +c-0.112305 3.6416 -3.08203 7.27051 -6.62988 8.10059zM565.27 119.9c5.92383 -5.26953 10.7432 -15.9814 10.7432 -23.9102c0 -8.49121 -5.38184 -19.6865 -12.0127 -24.9902l-151.23 -121c-9.67188 -7.72754 -27.5693 -14 -39.9492 -14h-0.0507812h-356.77 +c-8.83203 0 -16 7.16797 -16 16v96c0 8.83203 7.16797 16 16 16h55.4004l46.5 37.71c17.8789 14.5059 51.0762 26.2842 74.0996 26.29h160v0c17.6309 0 31.9668 -14.3096 32 -31.9404v-0.120117c0 -1.48438 -0.206055 -3.87695 -0.459961 -5.33984 +c-2.54004 -15.6992 -17.3496 -26.5996 -33.25 -26.5996h-78.29c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16h118.27h0.176758c12.3496 0 30.1904 6.27148 39.8232 14l92.4004 73.9004c12.4004 10 30.7998 10.6992 42.5996 0z" /> + <glyph glyph-name="hands" unicode="" horiz-adv-x="640" +d="M204.8 217.6l57.6006 -76.7998c16.5996 -22.2002 25.5996 -49.0996 25.5996 -76.7998v-112c0 -8.7998 -7.2002 -16 -16 -16h-131.7c-7.2002 0 -13.5 4.7002 -15.2998 11.5996c-2 7.80078 -5.40039 15.2002 -10.4004 21.7002l-104.1 134.3 +c-6.7998 8.5 -10.5 19.1006 -10.5 30v218.4c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-148.4l89.7998 -107.8c6 -7.2998 16.9004 -7.7998 23.6006 -1.09961l12.7998 12.7998c5.59961 5.59961 6.2998 14.5 1.5 20.9004l-38.1006 50.7998 +c-10.5996 14.0996 -7.69922 34.2002 6.40039 44.7998s34.2002 7.7002 44.7998 -6.40039zM608 384c17.7002 0 32 -14.2998 32 -32v-218.4c0 -10.8994 -3.7002 -21.5 -10.5 -30l-104.1 -134.3c-5 -6.5 -8.40039 -13.8994 -10.4004 -21.7002 +c-1.7998 -6.89941 -8.2002 -11.5996 -15.2998 -11.5996h-131.7c-8.7998 0 -16 7.2002 -16 16v112c0 27.7002 9 54.5996 25.5996 76.7998l57.6006 76.7998c10.5996 14.1006 30.7002 17 44.7998 6.40039s17 -30.7002 6.40039 -44.7998l-38.1006 -50.7998 +c-4.7998 -6.40039 -4.09961 -15.3008 1.5 -20.9004l12.7998 -12.7998c6.60059 -6.60059 17.6006 -6.10059 23.6006 1.09961l89.7998 107.8v148.4c0 17.7002 14.2998 32 32 32z" /> + <glyph glyph-name="hands-helping" unicode="" horiz-adv-x="640" +d="M488 256c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8v-64c0 -17.7002 -14.2998 -32 -32 -32h-16c0 -35.2998 -28.7002 -64 -64 -64h-136.6l-103.4 -59.7002c-15.2998 -8.7998 -34.9004 -3.59961 -43.7002 11.7002l-80 138.6 +c-8.89941 15.3008 -3.59961 34.9004 11.7002 43.7002l80 46.2002v47.2998c0 22.4004 11.7998 43.2998 31.0996 54.7998l64.9004 39v-121.6c0 -39.7002 32.2998 -72 72 -72s72 32.2998 72 72v56h152zM635.7 293.4c8.7998 -15.3008 3.59961 -34.8008 -11.7002 -43.7002 +l-80 -46.2002v28.5c0 30.9004 -25.0996 56 -56 56h-184v-88c0 -22.0996 -17.9004 -40 -40 -40s-40 17.9004 -40 40v126.3c0 11 5.59961 21.2998 15 27.1006l33.5 20.8994c10.2002 6.2998 21.9004 9.7002 33.9004 9.7002h102.199l103.4 59.7002 +c15.2998 8.7998 34.9004 3.59961 43.7002 -11.7002z" /> + <glyph glyph-name="parachute-box" unicode="" +d="M511.9 273c1.09961 -9.2002 -6.80078 -17 -16.1006 -17h-8.7002l-136.8 -151.9c0.700195 -2.69922 1.60059 -5.19922 1.60059 -8.09961v-128c0 -17.7002 -14.3008 -32 -32 -32h-128c-17.7002 0 -32 14.2998 -32 32v128c0 2.90039 0.899414 5.5 1.59961 8.09961 +l-136.7 151.9h-8.7002c-9.19922 0 -17.0996 7.90039 -16 17c9.10059 75.5 78.4004 132.3 158.301 158.7c-36.4004 -39.4004 -62.4004 -100.601 -62.4004 -175.7h-28.0996l116.6 -129.5c2.5 0.599609 4.7998 1.5 7.5 1.5h48v128h-112c0 115.2 68.9004 192 128 192 +s128 -76.7998 128 -192h-112v-128h48c2.7002 0 5 -0.900391 7.5 -1.5l116.6 129.5h-28.0996c0 75.0996 -26 136.3 -62.4004 175.7c79.9004 -26.2998 149.2 -83.1006 158.301 -158.7z" /> + <glyph glyph-name="people-carry" unicode="" horiz-adv-x="640" +d="M128 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM512 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM637.7 -20.0996c6.59961 -16.4004 -1.40039 -35 -17.7998 -41.6006 +c-3.90039 -1.59961 -7.90039 -2.2998 -11.9004 -2.2998c-12.7002 0 -24.7002 7.59961 -29.7002 20.0996l-27.7002 69.2002l2 18.2002l41.1006 46.4004zM603.5 189.7c4.59961 -20 -0.799805 -41.2002 -14.4004 -56.7002l-67.1992 -75.9004l-10.1006 -92.5996 +c-1.7998 -16.4004 -15.7002 -28.5 -31.7998 -28.5c-1.2002 0 -2.2998 0.0996094 -3.5 0.200195c-17.5 1.89941 -30.2002 17.7002 -28.2998 35.2998l10.0996 92.7998c1.5 13 6.90039 25.1006 15.6006 35l43.2998 49l-17.6006 70.2998l-6.7998 -20.3994 +c-4.09961 -12.6006 -11.8994 -23.4004 -24.5 -32.6006l-51.0996 -32.5c-4.60059 -2.89941 -12.1006 -4.59961 -17.2002 -5h-160c-5.09961 0.400391 -12.5996 2.10059 -17.2002 5l-51.0996 32.5c-12.6006 9.2002 -20.4004 20.1006 -24.5 32.6006l-6.7998 20.3994 +l-17.6006 -70.2998l43.2998 -49c8.7002 -9.89941 14.1006 -22 15.6006 -35l10.0996 -92.7998c1.90039 -17.5996 -10.7002 -33.4004 -28.2998 -35.2998c-1.2002 -0.100586 -2.2998 -0.200195 -3.5 -0.200195c-16.2002 0 -30 12.2002 -31.7998 28.5l-10.1006 92.5996 +l-67.1992 75.9004c-13.7002 15.5 -19 36.7002 -14.4004 56.7002l18.4004 80.2002c4.59961 20 18.5996 36.7998 37.5 44.8994c18.5 8 38.8994 6.7002 56.0996 -3.2998c22.7002 -13.4004 39.7998 -34.4004 48.0996 -59.4004l11.3008 -33.8994l16.0996 -10.2002v96 +c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16v-96l16 10.2002l11.2998 33.8994c8.40039 24.9004 25.4004 46 48.1006 59.4004c17.0996 10 37.5996 11.2998 56.0996 3.2998c18.9004 -8.09961 32.9004 -24.8994 37.5 -44.8994zM46.2998 89.9004l41.1006 -46.4004 +l2 -18.2002l-27.7002 -69.2002c-6.5 -16.0996 -24.7998 -24.3994 -41.6006 -17.7998c-16.3994 6.60059 -24.3994 25.2002 -17.7998 41.6006z" /> + <glyph glyph-name="piggy-bank" unicode="" horiz-adv-x="576" +d="M560 224c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-48.7002c-9 -11.9004 -19.5 -22.4004 -31.2998 -31.2998v-80.7002c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v48h-128v-48c0 -8.7998 -7.2002 -16 -16 -16h-64 +c-8.7998 0 -16 7.2002 -16 16v80.7002c-38.5996 29.2002 -64 75.0996 -64 127.3h-40c-33.2998 0 -59.9004 29.2002 -55.5 63.4004c3.59961 28.1992 29 48.5996 57.5 48.5996c3.2998 0 6 -2.7002 6 -6v-20c0 -3.2998 -2.7002 -6 -6 -6h-1 +c-11.5996 0 -22.2998 -7.7998 -24.5 -19.2002c-3 -15.2998 8.7002 -28.7998 23.5 -28.7998h43.2002c14.8994 73 79.3994 128 156.8 128h128c7.90039 0 15.4004 -1.2002 23 -2.2998c17.5996 20.7998 43.5996 34.2998 73 34.2998h32l-18.9004 -75.5 +c15.8008 -14.7998 28.6006 -32.5 37.4004 -52.5h29.5zM432 160c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 352c-16.4004 0 -32.2002 -2.2998 -47.4004 -6.2002c-0.0996094 2.10059 -0.599609 4.10059 -0.599609 6.2002 +c0 53 43 96 96 96s96 -43 96 -96c0 -0.299805 -0.0996094 -0.5 -0.0996094 -0.799805c-5.2002 0.399414 -10.5 0.799805 -15.9004 0.799805h-128z" /> + <glyph glyph-name="ribbon" unicode="" horiz-adv-x="448" +d="M6.09961 3.7002l117.2 130l79.2002 -87.9004l-91.7998 -101.899c-8 -8.80078 -21.4004 -10.5 -31.2998 -3.80078l-68.8008 27.9004c-12 8.09961 -14.0996 24.9004 -4.5 35.7002zM441.9 3.7002c9.69922 -10.7998 7.59961 -27.6006 -4.30078 -35.6006l-68.7998 -27.8994 +c-9.89941 -6.7002 -23.2998 -5.10059 -31.2998 3.7998l-248.1 275.3c-48.6006 53.7998 -13 113.5 -11.5 116l43.5996 73.2002c4.2998 7.2002 9.90039 13.2998 16.7998 18c44 29.7002 130.7 27.5996 171.4 0c6.89941 -4.7002 12.5 -10.7998 16.7998 -18l43.7002 -73.5 +c21.8994 -36.9004 17.2998 -83.5996 -11.4004 -115.5l-34.2002 -38l-79.0996 87.7002s52.7002 59 56 64.5996c-15.4004 8.40039 -40.2002 17.9004 -77.5 17.9004s-62.0996 -9.5 -77.5 -17.9004c3.40039 -5.5 295.4 -330.1 295.4 -330.1z" /> + <glyph glyph-name="route" unicode="" +d="M416 128c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96h-277.8c13.5 16.2998 31.2998 39.2002 47.2998 64h230.5c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32h-96c-52.9004 0 -96 43.0996 -96 96s43.0996 96 96 96h45.2998 +c-23.0996 32.5996 -45.2998 70.5 -45.2998 96c0 53 43 96 96 96s96 -43 96 -96s-96 -160 -96 -160h-96c-17.5996 0 -32 -14.4004 -32 -32s14.4004 -32 32 -32h96zM416 384c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM96 192 +c53 0 96 -43 96 -96s-96 -160 -96 -160s-96 107 -96 160s43 96 96 96zM96 64c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="seedling" unicode="" +d="M64 352c123.7 0 224 -100.3 224 -224v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v144c-123.7 0 -224 100.3 -224 224h64zM448 416h64c0 -115.9 -88 -211.1 -200.7 -222.8c-10.7998 40.7002 -31.2998 77.3994 -59 107.6 +c38.2998 68.7002 111.5 115.2 195.7 115.2z" /> + <glyph glyph-name="sign" unicode="" +d="M496 384c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-368v-368c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v368h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v48c0 8.7998 7.2002 16 16 16h32 +c8.7998 0 16 -7.2002 16 -16v-48h368zM160 64v224h320v-224h-320z" /> + <glyph glyph-name="smile-wink" unicode="" horiz-adv-x="496" +d="M0 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM200 240c0 17.7002 -14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32zM358.5 223.5l9.7002 -8.5c8.39941 -7.5 21.5 -0.299805 19.7998 10.7998 +c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM157.8 122.2c-13.3994 16.2998 -38.0996 -4.10059 -24.5996 -20.4004 +c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7002c13.5 16.2998 -11 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002s-67.7998 15.2998 -90.2002 42.2002z" /> + <glyph glyph-name="tape" unicode="" horiz-adv-x="640" +d="M224 256c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64zM624 32c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-400c-123.7 0 -224 100.3 -224 224s100.3 224 224 224s224 -100.3 224 -224 +c0 -62.7002 -25.9004 -119.3 -67.4004 -160h243.4zM224 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96z" /> + <glyph glyph-name="truck-loading" unicode="" horiz-adv-x="640" +d="M50.2002 72.4004l-49.6006 185.5c-2.2998 8.5 2.80078 17.2998 11.3008 19.5996l77.2998 20.7002l24.7998 -92.7002l61.7998 16.5l-24.7998 92.7002l77.2002 20.7998c8.5 2.2998 17.2998 -2.7998 19.5996 -11.2998l49.7002 -185.5 +c2.2998 -8.5 -2.7998 -17.2998 -11.2998 -19.6006l-216.4 -58c-8.5 -2.2998 -17.2998 2.80078 -19.5996 11.3008zM384 448h256v-400c0 -61.9004 -50.0996 -112 -112 -112c-60.4004 0 -109.2 47.9004 -111.6 107.7l-393.7 -107.4 +c-4.2002 -1.2002 -8.60059 1.2998 -9.7998 5.60059l-12.6006 46.2998c-1.2002 4.2002 1.2998 8.59961 5.60059 9.7998l346.1 94.4004v323.6c0 17.7002 14.2998 32 32 32zM528 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" /> + <glyph glyph-name="truck-moving" unicode="" horiz-adv-x="640" +d="M621.3 210.7c12 -12 18.7002 -28.2002 18.7002 -45.2002v-85.5c0 -8.7998 -7.2002 -16 -16 -16h-17.5996c1 -5.2002 1.59961 -10.5 1.59961 -16c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 5.5 0.5 10.7998 1.59961 16h-163.199 +c1 -5.2002 1.59961 -10.5 1.59961 -16c0 -44.2002 -35.7998 -80 -80 -80c-26.2998 0 -49.4004 12.7998 -64 32.4004c-14.5996 -19.5 -37.7002 -32.4004 -64 -32.4004c-44.2002 0 -80 35.7998 -80 80v336c0 17.7002 14.2998 32 32 32h416c17.7002 0 32 -14.2998 32 -32 +v-96.0996h37.5c17 0 33.2998 -6.7002 45.2998 -18.7002zM80 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM208 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM480 240v-48 +h92.0996l-43.2998 43.2998c-3 3 -7 4.7002 -11.2998 4.7002h-37.5zM528 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32z" /> + <glyph glyph-name="video-slash" unicode="" horiz-adv-x="640" +d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.7998 -22.4004l-19.5996 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-178.5 138l-373.3 288.6l-36.5 28.2002c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998 +l78.4004 -60.5996h244.3c26.3994 0 47.7998 -21.4004 47.7998 -47.7998v-178l32 -24.7002v137.2l109.6 75.5996c21.3008 14.6006 50.4004 -0.299805 50.4004 -25.7998v-257c0 -17.4004 -13.7998 -29.7002 -29.2002 -31.0996zM32 47.7998v245.5l365.8 -282.8 +c-8.2002 -6.5 -18.3994 -10.5 -29.5996 -10.5h-288.4c-26.3994 0 -47.7998 21.4004 -47.7998 47.7998z" /> + <glyph glyph-name="wine-glass" unicode="" horiz-adv-x="288" +d="M216 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-208c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h40v117.18c-68.4697 15.8906 -118.05 79.9102 -111.4 154.16l15.96 178.11c0.730469 8.24023 7.55078 14.5498 15.7002 14.5498h223.48 +c8.16016 0 14.9697 -6.30957 15.71 -14.5498l15.9502 -178.101c6.64941 -74.25 -42.9307 -138.27 -111.4 -154.159v-117.19h40z" /> + <glyph glyph-name="user-alt-slash" unicode="" horiz-adv-x="640" +d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l135.5 -104.8 +c16 62.1006 71.9004 108.2 139 108.2c79.5 0 144 -64.5 144 -144c0 -54.0996 -30.2002 -100.7 -74.4004 -125.3zM198.4 128h47.3994l248.4 -192h-382.2c-26.5 0 -48 21.5 -48 48v9.59961c0 74.2002 60.2002 134.4 134.4 134.4z" /> + <glyph glyph-name="user-astronaut" unicode="" horiz-adv-x="448" +d="M64 224c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h13.5c24.7002 56.5 80.9004 96 146.5 96s121.8 -39.5 146.5 -96h13.5c8.7998 0 16 -7.2002 16 -16v-96c0 -8.7998 -7.2002 -16 -16 -16h-13.5c-24.7002 -56.5 -80.9004 -96 -146.5 -96 +s-121.8 39.5 -146.5 96h-13.5zM104 312v-24c0 -53 43 -96 96 -96h48c53 0 96 43 96 96v24c0 22.0996 -21.5 40 -48 40h-144c-26.5 0 -48 -17.9004 -48 -40zM176 240l-12 36l-36 12l36 12l12 36l12 -36l36 -12l-36 -12zM327.6 126.6c67.5 -7.09961 120.4 -63.5996 120.4 -133 +v-9.59961c0 -26.5 -21.5 -48 -48 -48h-80v64c0 17.7002 -14.2998 32 -32 32h-128c-17.7002 0 -32 -14.2998 -32 -32v-64h-80c-26.5 0 -48 21.5 -48 48v9.59961c0 69.4004 52.9004 125.9 120.4 133c29.8994 -19.2998 65.3994 -30.5996 103.6 -30.5996 +s73.7002 11.2998 103.6 30.5996zM272 0c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16zM176 0c8.7998 0 16 -7.2002 16 -16v-48h-32v48c0 8.7998 7.2002 16 16 16z" /> + <glyph glyph-name="user-check" unicode="" horiz-adv-x="640" +d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996 +c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992zM636.6 288.4c4.60059 -4.60059 4.5 -12.1006 -0.0996094 -16.8008l-141.3 -140.199c-4.7002 -4.60059 -12.2002 -4.60059 -16.7998 0.0996094 +l-81.7002 82.2998c-4.60059 4.7002 -4.60059 12.2002 0.0996094 16.7998l28.1006 27.9004c4.69922 4.59961 12.1992 4.59961 16.7998 -0.0996094l45.5 -45.8008l104.8 104c4.7002 4.60059 12.2002 4.60059 16.7998 -0.0996094z" /> + <glyph glyph-name="user-clock" unicode="" horiz-adv-x="640" +d="M496 224c79.5996 0 144 -64.4004 144 -144s-64.4004 -144 -144 -144s-144 64.4004 -144 144s64.4004 144 144 144zM560 73.7002v12.5996c0 5.2998 -4.40039 9.7002 -9.7002 9.7002h-38.2998v54.2998c0 5.2998 -4.40039 9.7002 -9.7002 9.7002h-12.5996 +c-5.2998 0 -9.7002 -4.40039 -9.7002 -9.7002v-76.5996c0 -5.2998 4.40039 -9.7002 9.7002 -9.7002h60.5996c5.2998 0 9.7002 4.40039 9.7002 9.7002zM320 80c0 -59.5 29.7998 -112.1 75.0996 -144h-347.1c-26.5 0 -48 21.5 -48 48v41.5996 +c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992c8.40039 0 16.6006 -1 24.6006 -2.5c-11.5 -23.4004 -18.2002 -49.7002 -18.2002 -77.5zM224 192c-70.7002 0 -128 57.2998 -128 128 +s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128z" /> + <glyph glyph-name="user-cog" unicode="" horiz-adv-x="640" +d="M610.5 74.7002l25.7998 -14.9004c2.90039 -1.7002 4.2998 -5.2002 3.2998 -8.5c-6.69922 -21.5996 -18.1992 -41.2002 -33.1992 -57.3994c-2.30078 -2.5 -6.10059 -3.10059 -9 -1.40039l-25.8008 14.9004c-10.8994 -9.30078 -23.3994 -16.5 -36.8994 -21.3008v-29.7998 +c0 -3.39941 -2.40039 -6.39941 -5.7002 -7.09961c-21.2002 -4.7998 -43.9004 -5 -66.2002 0c-3.2998 0.700195 -5.7002 3.7002 -5.7002 7.09961v29.7998c-13.5 4.80078 -26 12 -36.8994 21.3008l-25.7998 -14.9004c-3 -1.7002 -6.7002 -1.09961 -9 1.40039 +c-15 16.2998 -26.5 35.7998 -33.2002 57.3994c-1 3.2998 0.299805 6.7998 3.2998 8.5l25.7998 14.9004c-2.59961 14.0996 -2.59961 28.5 0 42.5996l-25.7998 14.9004c-2.90039 1.7002 -4.2998 5.2002 -3.2998 8.5c6.7002 21.5996 18.2002 41.2002 33.2002 57.3994 +c2.2998 2.5 6.09961 3.10059 9 1.40039l25.7998 -14.9004c10.8994 9.30078 23.3994 16.5 36.8994 21.3008v29.7998c0 3.39941 2.40039 6.39941 5.7002 7.09961c21.2002 4.7998 43.9004 5 66.2002 0c3.2998 -0.700195 5.7002 -3.7002 5.7002 -7.09961v-29.7998 +c13.5 -4.80078 26 -12 36.8994 -21.3008l25.8008 14.9004c3 1.7002 6.69922 1.09961 9 -1.40039c15 -16.1992 26.5 -35.7998 33.1992 -57.3994c1 -3.2998 -0.299805 -6.7998 -3.2998 -8.5l-25.7998 -14.9004c2.59961 -14.0996 2.59961 -28.5 0 -42.5996zM496 47.5 +c26.7998 0 48.5 21.7998 48.5 48.5s-21.7998 48.5 -48.5 48.5s-48.5 -21.7998 -48.5 -48.5s21.7002 -48.5 48.5 -48.5zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM425.2 -34.5v-9.2002 +c0 -4.09961 0.799805 -8 2 -11.7998c-7.7002 -5.2998 -17.1006 -8.5 -27.2002 -8.5h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992 +c3.90039 0 7.60059 -0.900391 11.4004 -1.2002c-1 -2.89941 -2.2998 -5.7998 -3.2002 -8.7002c-5.5 -17.6992 1.90039 -36.5 17.9004 -45.6992l7.89941 -4.60059c-0.0996094 -2.59961 -0.0996094 -5.2002 0 -7.7998l-7.89941 -4.59961 +c-16 -9.30078 -23.4004 -28 -17.9004 -45.7002c7.90039 -25.7002 21.9004 -49.7998 40.2002 -69.6006c7.5 -8 18 -12.5996 28.9004 -12.5996c6.7998 0 13.5996 1.90039 19.5996 5.2998l7.90039 4.60059c2.19922 -1.30078 4.5 -2.7002 6.7998 -3.90039z" /> + <glyph glyph-name="user-edit" unicode="" horiz-adv-x="640" +d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c39.9004 0 75.4004 -17.7998 99.9004 -45.5l-77.2998 -77.2998l-7.90039 -7.90039l-1.2002 -11.0996l-6.7998 -60.9004 +c-0.799805 -7.2998 0.200195 -14.5 2.60059 -21.2998h-274.9c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992zM358.9 14.7002l137.899 137.8l71.7002 -71.7002 +l-137.9 -137.899l-60.8994 -6.80078c-10.1006 -1.19922 -18.7002 7.40039 -17.6006 17.6006zM633 179.1c9.2998 -9.39941 9.2998 -24.5 0 -33.8994l-41.7998 -41.7998l-71.7998 71.6992l4.09961 4.10059l37.7998 37.7998c9.2998 9.2998 24.5 9.2998 33.7998 0z" /> + <glyph glyph-name="user-friends" unicode="" horiz-adv-x="640" +d="M192 192c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM268.8 160c63.6006 0 115.2 -51.5996 115.2 -115.2v-28.7998c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v28.7998 +c0 63.6006 51.5996 115.2 115.2 115.2h8.2998c20.9004 -10 43.9004 -16 68.5 -16s47.7002 6 68.5 16h8.2998zM480 192c-53 0 -96 43 -96 96s43 96 96 96s96 -43 96 -96s-43 -96 -96 -96zM528 160c61.9004 0 112 -50.0996 112 -112c0 -26.5 -21.5 -48 -48 -48h-176.6 +c0.0996094 2.09961 0.599609 4.2002 0.599609 6.40039v38.3994c0 38.6006 -15.2998 73.5 -39.7002 99.7998c16.5 9.5 35.2998 15.4004 55.7002 15.4004h3.7998c13.9004 -4.7998 28.6006 -8 44.2002 -8s30.2998 3.2002 44.2002 8h3.7998z" /> + <glyph glyph-name="user-graduate" unicode="" horiz-adv-x="448" +d="M319.4 127.4c71.5 -3.10059 128.6 -61.6006 128.6 -133.801v-9.59961c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v9.59961c0 72.2002 57.0996 130.7 128.6 133.801l95.4004 -95.4004zM13.5996 368.2c-18.0996 4.39941 -18.0996 27.2002 0 31.5996 +l190.601 45.9004c13 3.09961 26.7002 3.09961 39.7002 0l190.399 -46c18.2002 -4.40039 18.2002 -27.1006 0 -31.5l-96.2998 -23.2002c8.7002 -17.2002 14 -36.4004 14 -57c0 -70.7002 -57.2998 -128 -128 -128s-128 57.2998 -128 128c0 20.5996 5.40039 39.7998 14 57 +l-66 15.9004v-52.6006c7 -4.2002 12 -11.5 12 -20.2998c0 -8.40039 -4.59961 -15.4004 -11.0996 -19.7002l15.5996 -62.2998c1.7002 -6.90039 -2.09961 -14 -7.59961 -14h-41.8008c-5.5 0 -9.2998 7.09961 -7.59961 14l15.5996 62.2998 +c-6.5 4.2998 -11.0996 11.2998 -11.0996 19.7002c0 8.7998 5 16.0996 12 20.2998v58.4004z" /> + <glyph glyph-name="user-lock" unicode="" horiz-adv-x="640" +d="M224 192c-70.6562 0 -128 57.3438 -128 128s57.3438 128 128 128s128 -57.3438 128 -128s-57.3438 -128 -128 -128zM320 128v-160c0.0644531 -9.49707 4.05176 -23.833 8.90039 -32h-280.9c-26.4961 0 -48 21.5039 -48 48v41.5996 +c0.0166016 74.1729 60.2275 134.384 134.4 134.4h16.6992c19.1514 -8.83203 51.8105 -16 72.9004 -16s53.749 7.16797 72.9004 16h16.6992c5 0 9.7002 -1 14.5 -1.5c-4.41016 -7.84082 -8.03906 -21.5049 -8.09961 -30.5zM608 160c17.6641 0 32 -14.3359 32 -32v-160 +c0 -17.6641 -14.3359 -32 -32 -32h-224c-17.6641 0 -32 14.3359 -32 32v160c0 17.6641 14.3359 32 32 32h32v80c0 44.1602 35.8398 80 80 80s80 -35.8398 80 -80v-80h32zM496 16c17.6641 0 32 14.3359 32 32s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32z +M528 160v80c0 17.6641 -14.3359 32 -32 32s-32 -14.3359 -32 -32v-80h64z" /> + <glyph glyph-name="user-minus" unicode="" horiz-adv-x="640" +d="M624 240c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-192c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h192zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128z +M313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" /> + <glyph glyph-name="user-ninja" unicode="" horiz-adv-x="448" +d="M325.4 158.8c68.5996 -6.09961 122.6 -63 122.6 -133.2v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 70.2002 54 127.101 122.6 133.2l101.4 -101.399zM32 256c0 33.4004 17.0996 62.7998 43.0996 80 +c-26 17.2002 -43.0996 46.5996 -43.0996 80c32 0 60.0996 -15.7998 77.5 -39.7998c20.9004 42.3994 64.0996 71.7998 114.5 71.7998c70.7002 0 128 -57.2998 128 -128s-57.2998 -128 -128 -128c-58.7998 0 -107.7 39.7998 -122.8 93.7002 +c-17.4004 -18.2002 -41.9004 -29.7002 -69.2002 -29.7002zM176 352c-17.7002 0 -32 -14.2998 -32 -32h160c0 17.7002 -14.2998 32 -32 32h-96z" /> + <glyph glyph-name="user-shield" unicode="" horiz-adv-x="640" +d="M622.3 176.9c10.7002 -4.2002 17.7002 -14 17.7002 -24.9004c0 -124.5 -81.5996 -193.9 -132.9 -213.9c-4.19922 -1.59961 -12.5996 -3.69922 -22.1992 0c-64.2002 25.1006 -132.9 102.301 -132.9 213.9c0 10.9004 7 20.7002 17.7002 24.9004l115.2 45 +c9.59961 3.69922 18.0996 1.59961 22.1992 0zM496 -14.4004c34.5996 16.4004 89.9004 64.7002 95.5 151.801l-95.5 37.2998v-189.101zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM320 152 +c0 -95.2998 45.2002 -169.1 99.2002 -212c-5.90039 -2.5 -12.4004 -4 -19.2002 -4h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992 +c2.60059 0 5 -0.700195 7.5 -0.799805c-0.299805 -2.40039 -1.09961 -4.7002 -1.09961 -7.2002z" /> + <glyph glyph-name="user-slash" unicode="" horiz-adv-x="640" +d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l147.6 -114 +c5.40039 65.6006 59.8008 117.4 126.9 117.4c70.7002 0 128 -57.2998 128 -128c0 -55.7998 -35.9004 -102.7 -85.7002 -120.3zM96 25.5996c0 66.4004 48.2002 121.101 111.4 132.101l286.8 -221.7h-350.2c-26.5 0 -48 21.5 -48 48v41.5996z" /> + <glyph glyph-name="user-tag" unicode="" horiz-adv-x="640" +d="M630.6 83.0996c12.5 -12.5 12.5 -32.6992 -0.0996094 -45.1992l-92.5 -92.5c-12.5 -12.5 -32.7998 -12.5 -45.2998 0l-90.2998 90.1992c-12 12 -18.7002 28.2002 -18.7002 45.2002v79.2002c0 17.7002 14.2998 32 32 32h79.2998c17 0 33.2998 -6.7002 45.2998 -18.7002z +M447.8 104.1c13.2998 0 24 10.8008 24 24c0 13.3008 -10.7002 24 -24 24s-24 -10.6992 -24 -24c0 -13.2998 10.7002 -24 24 -24zM224 192.1c-70.7002 0 -128 57.3008 -128 127.9c0 70.7002 57.2998 128 128 128s128 -57.2998 128 -127.9c0 -70.6992 -57.2998 -128 -128 -128 +zM351.8 80.9004c0 -25.7002 10 -49.8008 28.1006 -67.9004l58 -58c-8.80078 -11.4004 -22.4004 -18.9004 -37.9004 -18.9004h-352c-26.5 0 -48 21.5 -48 48v41.6006c0 74.2002 60.2002 134.399 134.4 134.5h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16 +s50.7002 5.7998 72.9004 16h16.6992c13.3008 0 26 -2.60059 38.2002 -6.2002v-73.0996z" /> + <glyph glyph-name="user-tie" unicode="" horiz-adv-x="448" +d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM319.8 159.4c71.2998 -3.40039 128.2 -61.7002 128.2 -133.801v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996 +c0 72.1006 56.9004 130.4 128.2 133.801l47.7998 -191.4l32 136l-32 56h96l-32 -56l32 -136z" /> + <glyph glyph-name="users-cog" unicode="" horiz-adv-x="640" +d="M610.5 106.7l25.7998 -14.9004c2.90039 -1.7002 4.2998 -5.2002 3.2998 -8.5c-6.69922 -21.5996 -18.1992 -41.2002 -33.1992 -57.3994c-2.30078 -2.5 -6.10059 -3.10059 -9 -1.40039l-25.8008 14.9004c-10.8994 -9.30078 -23.3994 -16.5 -36.8994 -21.3008v-29.7998 +c0 -3.39941 -2.40039 -6.39941 -5.7002 -7.09961c-21.2002 -4.7998 -43.9004 -5 -66.2002 0c-3.2998 0.700195 -5.7002 3.7002 -5.7002 7.09961v29.7998c-13.5 4.80078 -26 12 -36.8994 21.3008l-25.7998 -14.9004c-3 -1.7002 -6.7002 -1.09961 -9 1.40039 +c-15 16.2998 -26.5 35.7998 -33.2002 57.3994c-1 3.2998 0.299805 6.7998 3.2998 8.5l25.7998 14.9004c-2.59961 14.0996 -2.59961 28.5 0 42.5996l-25.7998 14.9004c-2.90039 1.7002 -4.2998 5.2002 -3.2998 8.5c6.7002 21.5996 18.2002 41.2002 33.2002 57.3994 +c2.2998 2.5 6.09961 3.10059 9 1.40039l25.7998 -14.9004c10.8994 9.30078 23.3994 16.5 36.8994 21.3008v29.7998c0 3.39941 2.40039 6.39941 5.7002 7.09961c21.2002 4.7998 43.9004 5 66.2002 0c3.2998 -0.700195 5.7002 -3.7002 5.7002 -7.09961v-29.7998 +c13.5 -4.80078 26 -12 36.8994 -21.3008l25.8008 14.9004c3 1.7002 6.69922 1.09961 9 -1.40039c15 -16.1992 26.5 -35.7998 33.1992 -57.3994c1 -3.2998 -0.299805 -6.7998 -3.2998 -8.5l-25.7998 -14.9004c2.59961 -14.0996 2.59961 -28.5 0 -42.5996zM496 79.5 +c26.7998 0 48.5 21.7998 48.5 48.5s-21.7998 48.5 -48.5 48.5s-48.5 -21.7998 -48.5 -48.5s21.7002 -48.5 48.5 -48.5zM96 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM320 192c-61.9004 0 -112 50.0996 -112 112 +s50 111.9 111.9 111.9c61.8994 0 112 -50.1006 112 -112c0 -17.2002 -4.2002 -33.4004 -11.2002 -48c-0.799805 -0.5 -1.60059 -0.900391 -2.40039 -1.40039l-7.89941 4.59961c-5.90039 3.5 -12.7002 5.30078 -19.6006 5.30078c-11 0 -21.5 -4.60059 -28.8994 -12.6006 +c-15.8008 -17.0996 -28 -37.5 -36.3008 -59.2002c-1.89941 -0.0996094 -3.69922 -0.599609 -5.59961 -0.599609zM425.2 -2.5v-9.2002c0 -7.5 2.5 -14.2998 6.2002 -20.2998h-255.4c-26.5 0 -48 21.5 -48 48v28.7998c0 63.6006 51.5996 115.2 115.3 115.2h8.2998 +c20.9004 -10 43.9004 -16 68.5 -16c3.30078 0 6.5 0.400391 9.80078 0.599609c2.7998 -3.09961 6 -5.89941 9.7998 -8.09961l7.89941 -4.59961c-0.0996094 -2.60059 -0.0996094 -5.2002 0 -7.80078c-0.899414 -0.599609 -36.5 -15.7998 -25.7998 -50.2998 +c7.90039 -25.7002 21.9004 -49.7998 40.2002 -69.5996c7.5 -8 18 -12.6006 28.9004 -12.6006c12.1992 0 19.2998 5 27.5 9.80078c2.19922 -1.30078 4.5 -2.7002 6.7998 -3.90039zM173.1 173.4c-40.2998 -22.1006 -68.8994 -62 -75.1992 -109.4h-65.9004 +c-17.7002 0 -32 14.2998 -32 32v32c0 35.2998 28.7002 64 64 64h64c17.5996 0 33.5 -7.09961 45.0996 -18.5996z" /> + <glyph glyph-name="balance-scale-left" unicode="" horiz-adv-x="640" +d="M528 0c8.83984 0 16 -7.16016 16.0098 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-224c-8.83984 0 -16 7.16016 -16 16v342.75c-4.55957 2 -8.91992 4.34961 -12.9902 7.12012l-142.05 -47.6299c-8.37988 -2.81055 -17.4502 1.7002 -20.2598 10.0801l-10.1699 30.3398 +c-2.80957 8.37988 1.7002 17.4502 10.0801 20.2598l128.39 43.0498c-0.419922 3.32031 -1.00977 6.60059 -1.00977 10.0303c0 44.1797 35.8203 80 80 80c29.6904 0 55.2998 -16.3604 69.1104 -40.3701l117.92 39.5303c8.37988 2.80957 17.4502 -1.7002 20.2598 -10.0801 +l10.1699 -30.3398c2.80957 -8.37988 -1.7002 -17.4502 -10.0801 -20.2598l-132 -44.2607c-7.28027 -21.25 -22.96 -38.5293 -43.3799 -47.4697v-294.75h176zM639.98 144c0 -44.1797 -57.29 -80 -127.98 -80s-128 35.8203 -128 80h0.0195312 +c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51zM440 160h144l-72 144zM170.93 197.51c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51h0.0195312c0 -44.1797 -57.3096 -80 -128 -80 +s-128 35.8203 -128 80h0.0195312c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0zM56 32h144l-72 144z" /> + <glyph glyph-name="balance-scale-right" unicode="" horiz-adv-x="640" +d="M96 -16c0 8.83984 7.16016 16 16 16h175.99v294.76c-20.4199 8.93066 -36.1006 26.2207 -43.3799 47.4707l-132 44.2598c-8.37012 2.80957 -12.8906 11.8799 -10.0801 20.2598l10.1699 30.3398c2.80957 8.37012 11.8799 12.8906 20.2598 10.0801l117.93 -39.54 +c13.8105 24.0098 39.4199 40.3701 69.1104 40.3701c44.1797 0 80 -35.8203 80 -80c0 -3.42969 -0.589844 -6.70996 -1.00977 -10.0303l128.399 -43.0498c8.37012 -2.80957 12.8906 -11.8799 10.0801 -20.2598l-10.1699 -30.3398 +c-2.80957 -8.37012 -11.8799 -12.8906 -20.2598 -10.0801l-142.05 47.6299c-4.07031 -2.77051 -8.43066 -5.12012 -12.9902 -7.12012v-342.75c0 -8.83984 -7.16016 -16 -16 -16h-224c-8.83984 0 -16 7.16016 -16 16v32zM0 144c0 16.1797 -1.32031 8.73047 85.0596 181.51 +c17.6504 35.29 68.1904 35.3604 85.8701 0c87.1299 -174.26 85.0508 -165.84 85.0508 -181.51h0.0195312c0 -44.1797 -57.3096 -80 -128 -80s-128 35.8203 -128 80zM56 160h144l-72 144zM384.02 16c0 16.1797 -1.33984 8.73047 85.04 181.51 +c17.6504 35.29 68.1904 35.3604 85.8701 0c87.1299 -174.26 85.0508 -165.84 85.0508 -181.51h0.0195312c0 -44.1797 -57.3096 -80 -128 -80s-128 35.8203 -128 80h0.0195312zM440 32h144l-72 144z" /> + <glyph glyph-name="blender" unicode="" +d="M416 64c35.3496 0 64 -28.6504 64 -64v-32c0 -17.6699 -14.3301 -32 -32 -32h-320c-17.6699 0 -32 14.3301 -32 32v32c0 35.3496 28.6504 64 64 64h256zM288 -32c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM328 384 +c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h157.82l-17.46 -64h-140.36c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h131.64l-17.46 -64h-114.18c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h105.46l-17.46 -64 +h-256l-8.73047 96h-103.27c-26.5098 0 -48 21.4902 -48 48v160c0 26.5098 21.4902 48 48 48h464l-17.46 -64h-166.54zM64 256h81.46l-11.6396 128h-69.8203v-128z" /> + <glyph glyph-name="book-open" unicode="" horiz-adv-x="576" +d="M542.22 415.95c18.4199 1.04004 33.7803 -12.9902 33.7705 -30.7002v-337.84c0 -16.2305 -13.1299 -29.7705 -30.0205 -30.6602c-49.4697 -2.59961 -149.52 -12.0996 -218.7 -46.9199c-10.6494 -5.36035 -23.2793 1.93945 -23.2793 13.4902v363.87 +c0 5.2793 2.62988 10.3291 7.26953 13.1699c67.2402 41.1592 176.16 52.4795 230.96 55.5898zM264.73 360.36c4.64941 -2.85059 7.26953 -7.7002 7.26953 -12.9902v-364.12c0 -11.5195 -12.5898 -18.8096 -23.21 -13.46c-69.1797 34.8398 -169.28 44.3496 -218.771 46.9502 +c-16.8896 0.879883 -30.0195 14.4199 -30.0195 30.6602v337.85c0 17.71 15.3604 31.7402 33.7803 30.7002c54.7998 -3.12012 163.72 -14.4307 230.95 -55.5898z" /> + <glyph glyph-name="broadcast-tower" unicode="" horiz-adv-x="640" +d="M150.94 256c-7.01074 0 -13.46 4.5 -15.4004 11.2402c-4.90039 16.9697 -7.54004 34.6396 -7.54004 52.7598s2.63965 35.79 7.53027 52.7695c1.9502 6.74023 8.39941 11.2305 15.4102 11.2305h33.7295c11.0098 0 18.6201 -10.8301 14.8604 -21.1797 +c-4.93066 -13.5801 -7.5498 -27.9805 -7.5498 -42.8203s2.61914 -29.2402 7.5498 -42.8203c3.75 -10.3496 -3.85059 -21.1797 -14.8604 -21.1797h-33.7295zM89.9199 424.66c-16.54 -31.1406 -49.6104 -115.97 0.169922 -209.29 +c5.66016 -10.6299 -1.92969 -23.3701 -13.9502 -23.3701h-34.8398c-6.18945 0 -11.9902 3.50977 -14.6094 9.13965c-23.5703 50.5303 -26.6904 94.1104 -26.6904 118.86c0 42.3496 9.40039 82.46 25.8896 118.69c2.60059 5.71973 8.4707 9.30957 14.7402 9.30957h35.3301 +c12.0098 0 19.5996 -12.7197 13.96 -23.3398zM614.06 438.71c16.5205 -36.2295 25.9404 -76.3496 25.9404 -118.71s-9.42969 -82.4805 -25.96 -118.71c-2.59961 -5.70996 -8.45996 -9.29004 -14.7305 -9.29004h-35.2295c-12.1104 0 -19.6299 12.8398 -13.9102 23.5195 +c48.1396 89.8105 17.9902 174.94 -0.280273 209.23c-5.63965 10.5898 2.04004 23.25 14.0205 23.25h35.4199c6.26953 0 12.1299 -3.58008 14.7295 -9.29004zM489.06 384c7.01074 0 13.46 -4.49023 15.4004 -11.2402c4.90039 -16.9697 7.54004 -34.6396 7.54004 -52.7598 +s-2.62988 -35.79 -7.53027 -52.7598c-1.9502 -6.75 -8.38965 -11.2402 -15.4102 -11.2402h-33.7295c-11.0098 0 -18.6201 10.8301 -14.8604 21.1797c4.93066 13.5801 7.5498 27.9805 7.5498 42.8203s-2.61914 29.2402 -7.5498 42.8203 +c-3.75 10.3496 3.85059 21.1797 14.8604 21.1797h33.7295zM372.76 283.88l130.5 -313.41c3.39062 -8.14941 -0.459961 -17.5195 -8.60938 -20.9199l-29.5107 -12.3096c-8.14941 -3.40039 -17.5098 0.450195 -20.9092 8.60938l-49.2002 118.15h-150.07l-49.1904 -118.15 +c-3.38965 -8.14941 -12.7598 -12.0098 -20.9092 -8.60938l-29.5107 12.3096c-8.14941 3.40039 -12.0098 12.7705 -8.60938 20.9199l130.5 313.41c-7.0498 10.29 -11.2002 22.71 -11.2002 36.1201c0 35.3496 28.6396 64 63.96 64c35.3301 0 63.96 -28.6504 63.96 -64 +c0 -13.4102 -4.15039 -25.8301 -11.2002 -36.1201zM271.62 128h96.7598l-48.3799 116.19z" /> + <glyph glyph-name="broom" unicode="" horiz-adv-x="640" +d="M256.47 231.23l86.7305 -109.181s-16.6006 -102.359 -76.5703 -150.12c-59.9697 -47.7793 -266.63 -34.1201 -266.63 -34.1201s3.7998 23.1406 11 55.4307l94.6201 112.17c3.96973 4.7002 -0.870117 11.6201 -6.65039 9.5l-60.3994 -22.0898 +c14.4395 41.6602 32.7197 80.04 54.5996 97.4697c59.9697 47.7598 163.3 40.9404 163.3 40.9404zM636.53 416.97c5.48926 -6.91016 4.33984 -16.96 -2.5498 -22.4395l-232.48 -177.8l34.0898 -42.9209c5.08008 -6.39941 1.66016 -15.9092 -6.33984 -17.5996 +l-58.7998 -12.4502l-86.7305 109.181l25.3301 54.5498c3.4502 7.41992 13.5 8.62012 18.5898 2.20996l34.1406 -42.9697l232.479 177.8c6.89062 5.48926 16.9199 4.33984 22.4102 -2.56055z" /> + <glyph glyph-name="chalkboard" unicode="" horiz-adv-x="640" +d="M96 384v-352h-64v376c0 22.0596 17.9404 40 40 40h496c22.0596 0 40 -17.9404 40 -40v-376h-64v352h-448zM624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h272v64h192v-64 +h144z" /> + <glyph glyph-name="chalkboard-teacher" unicode="" horiz-adv-x="640" +d="M208 96c62.0596 0 112.33 -50.4805 112 -112.62c-0.139648 -26.2598 -21.7305 -47.3799 -48 -47.3799h-224c-26.2695 0 -47.8604 21.1201 -48 47.3799c-0.330078 62.1396 49.9404 112.62 112 112.62c2.38965 0 4.76953 -0.349609 7.0498 -1.08984 +c12.9697 -4.20996 26.6006 -6.91016 40.9502 -6.91016s27.9805 2.7002 40.9404 6.91016c2.2793 0.740234 4.66992 1.08984 7.05957 1.08984zM160 128c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96s-42.9805 -96 -96 -96zM592 448 +c26.4697 0 48 -22.25 48 -49.5898v-316.82c0 -27.3398 -21.5303 -49.5898 -48 -49.5898h-244.55c-6.57031 25.2695 -20.5898 47.3096 -39.6904 64h76.2402v64h128v-64h64v288h-352v-49.7998c-18.9004 11.0195 -40.5801 17.7998 -64 17.7998v46.4102 +c0 27.3398 21.5303 49.5898 48 49.5898h384z" /> + <glyph glyph-name="church" unicode="" horiz-adv-x="640" +d="M464.46 201.32c9.63965 -5.78027 15.54 -16.2002 15.54 -27.4404v-237.88h-96v96c0 35.3496 -28.6504 64 -64 64s-64 -28.6504 -64 -64v-96h-96v237.88c0 10.0029 6.96191 22.2959 15.54 27.4404l112.46 67.4795v51.2002h-48c-8.83984 0 -16 7.16016 -16 16v32 +c0 8.83984 7.16016 16 16 16h48v48c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-48h48c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-48v-51.2002zM0 52.04c0.00195312 11.6455 8.68945 24.8252 19.3896 29.4199l108.61 46.54 +v-192h-112c-8.83984 0 -16 7.16016 -16 16v100.04zM620.61 81.46c11.7598 -5.0498 19.3896 -16.6201 19.3896 -29.4199v-100.04c0 -8.83984 -7.16016 -16 -16 -16h-112v192z" /> + <glyph glyph-name="coins" unicode="" +d="M0 42.7002c41.2998 -29.1006 116.8 -42.7002 192 -42.7002s150.7 13.5996 192 42.7002v-42.7002c0 -35.2998 -86 -64 -192 -64s-192 28.7002 -192 64v42.7002zM320 320c-106 0 -192 28.7002 -192 64s86 64 192 64s192 -28.7002 192 -64s-86 -64 -192 -64zM0 147.6 +c41.2998 -34 116.9 -51.5996 192 -51.5996s150.7 17.5996 192 51.5996v-51.5996c0 -35.2998 -86 -64 -192 -64s-192 28.7002 -192 64v51.5996zM416 136.6v63.6006c38.7002 6.89941 72.7998 18.0996 96 34.5v-42.7002c0 -23.7002 -38.7002 -44.2998 -96 -55.4004zM192 288 +c106 0 192 -35.7998 192 -80s-86 -80 -192 -80s-192 35.7998 -192 80s86 80 192 80zM411.3 231.7c-8.7998 23.7002 -30.5 42.8994 -60 57.2002c64.2002 3.19922 125.2 16.6992 160.7 41.7998v-42.7002c0 -24.2998 -40.7002 -45.5 -100.7 -56.2998z" /> + <glyph glyph-name="compact-disc" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM88 192c0 88.2002 71.7998 160 160 160v32c-105.9 0 -192 -86.0996 -192 -192h32zM248 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM248 224 +c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" /> + <glyph glyph-name="crow" unicode="" horiz-adv-x="640" +d="M544 416c53.0195 0 96 -28.6504 96 -64l-96 -16v-80c0 -87.2598 -58.2598 -160.8 -137.97 -184.14l41.2393 -111.53c2.27051 -6.23047 -0.939453 -13.1104 -7.16992 -15.3799l-22.5498 -8.20996c-6.22949 -2.27051 -13.1094 0.939453 -15.3799 7.16992l-44.5098 120.38 +c-1.90039 -0.0595703 -3.75 -0.290039 -5.66016 -0.290039h-39.0596l38.3291 -103.68c2.27051 -6.23047 -0.939453 -13.1104 -7.16992 -15.3799l-22.5498 -8.20996c-6.22949 -2.27051 -13.1094 0.939453 -15.3799 7.16992l-44.4102 120.1h-96.4902l-121.539 -60.7695 +c-20.0908 -10.04 -43.7305 4.56934 -43.7305 27.0293c0.00195312 8.33984 5.41797 19.168 12.0898 24.1699l371.91 292.59v20.9805c0 44.1797 35.8203 80 80 80c26.0898 0 49.04 -12.6797 63.6396 -32h16.3604zM464 344c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24 +s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" /> + <glyph glyph-name="crown" unicode="" horiz-adv-x="640" +d="M528 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-416c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h416zM592 320c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48c-2.59961 0 -5.2002 0.400391 -7.7002 0.799805l-72.2998 -192.8h-384 +l-72.2998 192.8c-2.5 -0.399414 -5.10059 -0.799805 -7.7002 -0.799805c-26.5 0 -48 21.5 -48 48s21.5996 48 48.0996 48s48 -21.5 48 -48c0 -7.09961 -1.69922 -13.7998 -4.39941 -19.7998l72.2998 -43.4004c15.2998 -9.2002 35.2998 -4 44.2002 11.6006l81.5 142.6 +c-10.7002 8.7998 -17.7002 22 -17.7002 37c0 26.5 21.5 48 48 48s48 -21.5 48 -48c0 -15 -7 -28.2002 -17.7002 -37l81.5 -142.6c8.90039 -15.6006 28.7998 -20.8008 44.2002 -11.6006l72.4004 43.4004c-2.80078 6.09961 -4.40039 12.7002 -4.40039 19.7998 +c0 26.5 21.5 48 48 48z" /> + <glyph glyph-name="dice" unicode="" horiz-adv-x="640" +d="M592 256c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v46.4199l136.26 136.26c24.1201 24.1201 29.6904 59.7305 17 89.3203h118.74zM480 72c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24 +s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM433.63 258.7c19.1602 -19.1602 19.1602 -50.2305 0 -69.4004l-174.939 -174.93c-19.1602 -19.1602 -50.2305 -19.1602 -69.3906 0l-174.93 174.939c-19.1602 19.1602 -19.1602 50.2305 0 69.3906l174.939 174.93 +c19.1602 19.1602 50.2305 19.1602 69.3906 0zM96 200c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM224 72c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z +M224 200c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM224 328c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM352 200c13.25 0 24 10.75 24 24 +c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" /> + <glyph glyph-name="dice-five" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM224 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="dice-four" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="dice-one" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM224 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="dice-six" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 160 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="dice-three" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM224 160 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="dice-two" unicode="" horiz-adv-x="448" +d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="divide" unicode="" horiz-adv-x="448" +d="M224 96c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64s-64 28.6504 -64 64s28.6504 64 64 64zM224 288c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM416 240c17.6699 0 32 -14.3301 32 -32v-32 +c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384z" /> + <glyph glyph-name="door-closed" unicode="" horiz-adv-x="640" +d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h111.99v397.2c0 28.0195 21.5293 50.7998 48 50.7998h288.01c26.4697 0 48 -22.7803 48 -50.7998v-397.2h112zM415.99 160 +c17.6797 0 32.0098 14.3301 32 32c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="door-open" unicode="" horiz-adv-x="640" +d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-144v384h-96v64h112c26.4697 0 48 -22.1904 48 -49.4502v-334.55h80zM312.24 446.99c20.2002 5.24023 39.7598 -10.5898 39.7598 -32.1699v-478.82h-336c-8.83984 0 -16 7.16016 -16 16v32 +c0 8.83984 7.16016 16 16 16h80v365.08c0 15.2197 9.99023 28.4795 24.2402 32.1699zM264 160c13.25 0 24 14.3301 24 32s-10.75 32 -24 32s-24 -14.3301 -24 -32s10.75 -32 24 -32z" /> + <glyph glyph-name="equals" unicode="" horiz-adv-x="448" +d="M416 144c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384zM416 336c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32 +v32c0 17.6699 14.3301 32 32 32h384z" /> + <glyph glyph-name="feather" unicode="" +d="M467.14 403.16c50.5703 -50.5205 61.7002 -124.9 16.2607 -199.36l-131.54 -43.7998h97.7793c-9.92969 -10.6797 3.68066 3.07031 -46.3096 -46.8604l-147.57 -49.1396h98.1904c-74.9502 -73.1104 -194.53 -70.6504 -246.83 -54.9404l-66.1006 -66.0293 +c-9.37988 -9.37012 -24.5996 -9.37012 -33.9795 0s-9.37988 24.5693 0 33.9395l259.52 259.25c6.25 6.25 6.25 16.3799 0 22.6299s-16.3896 6.25 -22.6494 0l-178.44 -178.25c-6.75 60.3408 3.18066 150.78 63.6406 211.17c24.7695 24.7402 7.13965 7.14062 85.75 85.6602 +c90.6094 90.5107 189.729 88.21 252.279 25.7305z" /> + <glyph glyph-name="frog" unicode="" horiz-adv-x="576" +d="M446.53 350.57c0 0 58.4297 -19.0605 98.9893 -41.2803c18.7607 -10.2803 30.4805 -29.8301 30.4805 -51.2305v-0.00292969c0 -18.8037 -13.3105 -41.5283 -29.71 -50.7266l-154.44 -86.6504l98.5205 -104.68h53.6299c17.6699 0 32 -14.3301 32 -32 +c0 -8.83984 -7.16016 -16 -16 -16h-90.3799l-118.53 125.94c5.07031 54.1494 -29.9297 85.0596 -40.7998 93.21c-36.8496 27.6191 -88.29 27.6592 -125.13 0l-34.7803 -26.0908c-7.07031 -5.2998 -8.49023 -15.3291 -3.18945 -22.4092 +c5.31934 -7.10059 15.3496 -8.5 22.4092 -3.19043l32.7607 24.5898c20.6895 15.5303 48.3496 20.8105 72.2393 10.8799c44.0605 -18.3193 57.8506 -70.3701 33.71 -106.6l-35.7998 -48.3301h79.4902c17.6699 0 32 -14.3301 32 -32c0 -8.83984 -7.16016 -16 -16 -16h-304 +c-34.9199 0 -63.8896 28.0996 -64 63.0195c-0.5 166.86 126.75 304.021 289.46 319.44c6.82031 37.25 39.3096 65.54 78.54 65.54c39.1904 0 71.6699 -28.2305 78.5303 -65.4297zM368 312c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24 +c-13.2598 0 -24 -10.7402 -24 -24c0 -13.25 10.7402 -24 24 -24z" /> + <glyph glyph-name="gas-pump" unicode="" +d="M336 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-320c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h320zM493.2 340.7c12 -12 18.7998 -28.2998 18.7998 -45.2998v-223.4c0 -42.2002 -36.5 -76 -79.5 -71.7002 +c-37.5 3.90039 -64.5 38.2002 -64.5 75.9004v27.7998c0 22.0996 -17.9004 40 -40 40h-8v-112h-288v352c0 35.2998 28.7002 64 64 64h160c35.2998 0 64 -28.7002 64 -64v-192h8c48.5996 0 88 -39.4004 88 -88v-32c0 -13.2002 10.7998 -24 24 -24s24 10.7998 24 24v160.8 +c-27.0996 3.90039 -48 27.1006 -48 55.2002v62.0996l-37.7002 37.7002c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l11.2998 11.2998c6.2002 6.2002 16.4004 6.2002 22.6006 0zM256 256v128h-160v-128h160z" /> + <glyph glyph-name="glasses" unicode="" horiz-adv-x="576" +d="M574.1 167.63c1.26074 -5.07031 1.90039 -10.2695 1.90039 -15.5v-70.25c0 -62.8896 -51.5801 -113.88 -115.2 -113.88h-37.1201c-60.2793 0 -110.37 45.9404 -114.87 105.37l-2.92969 38.6299h-35.75l-2.92969 -38.6299 +c-4.50977 -59.4297 -54.6006 -105.37 -114.88 -105.37h-37.1201c-63.6201 0 -115.2 50.9902 -115.2 113.89v70.25c0.000976562 4.33984 0.852539 11.2793 1.90039 15.4902l45.3398 181.73c5.91016 23.6895 21.5898 44.0293 43 55.7998 +c21.4395 11.7402 46.9697 14.1094 70.1895 6.33008l15.25 -5.08008c8.39062 -2.79004 12.9199 -11.8604 10.1201 -20.2402l-5.05957 -15.1797c-2.79004 -8.37988 -11.8506 -12.9102 -20.2305 -10.1201l-13.1699 4.38965 +c-10.8701 3.62012 -22.9902 3.57031 -33.1494 -1.72949c-10.29 -5.36035 -17.5908 -14.5605 -20.3809 -25.8105l-38.46 -153.83c22.1904 6.81055 49.79 12.46 81.21 12.46c34.7803 0 73.9902 -7.00977 114.86 -26.75h73.1797 +c40.8701 19.7207 80.0801 26.7402 114.851 26.7402c31.4102 0 59.0098 -5.64941 81.2002 -12.46l-38.46 153.82c-2.80078 11.2598 -10.0801 20.4502 -20.3701 25.8193c-10.1602 5.30078 -22.29 5.35059 -33.1602 1.73047l-13.1797 -4.38965 +c-8.38086 -2.79004 -17.4404 1.73926 -20.2305 10.1201l-5.05957 15.1797c-2.80078 8.37988 1.72949 17.4502 10.1191 20.2402l15.25 5.08008c23.2207 7.7793 48.75 5.39941 70.1904 -6.33008c21.4102 -11.7607 37.0898 -32.1104 43 -55.8105zM203.38 78.21l3.12988 41.2197 +c-22.6699 8.58984 -46.0693 12.9199 -69.9297 12.9199c-29.1602 0 -54.46 -6.42969 -72.5801 -12.9199v-37.54c0 -27.5098 22.9697 -49.8896 51.2002 -49.8896h37.1201c26.6602 0 49.0898 20.2998 51.0596 46.21zM512 81.8799l-0.00976562 37.54 +c-18.1201 6.49023 -43.4307 12.9297 -72.5498 12.9297c-23.8701 0 -47.2803 -4.33008 -69.9502 -12.9199l3.12988 -41.2197c1.95996 -25.9102 24.3896 -46.21 51.0596 -46.21h37.1201c28.2305 0 51.2002 22.3701 51.2002 49.8799z" /> + <glyph glyph-name="greater-than" unicode="" horiz-adv-x="384" +d="M365.52 238.15c11.2803 -5.25 18.4805 -16.5605 18.4902 -29.0107v-34.2295c-0.00195312 -11.2529 -8.28027 -24.2451 -18.4795 -29l-306.471 -142.91c-16.0195 -7.46973 -35.0596 -0.540039 -42.5293 15.4805l-13.5205 29 +c-7.46973 16.0195 -0.540039 35.0596 15.4805 42.5293l218.47 101.891l-218.43 101.85c-16.0605 7.49023 -23.0107 26.5801 -15.5205 42.6396l13.5703 29.0801c7.49023 16.0605 26.5801 23.0107 42.6396 15.5205z" /> + <glyph glyph-name="greater-than-equal" unicode="" horiz-adv-x="448" +d="M55.2197 340.31c-18.29 6 -27.7393 24.2607 -21.0996 40.79l12.0303 29.9199c6.63965 16.5303 26.8594 25.0605 45.1494 19.0605l301.72 -119.98c13.7705 -4.51953 22.9805 -16.6094 22.9805 -30.1699v-15.96c0 -13.5596 -9.20996 -25.6494 -22.9805 -30.1699 +l-301.409 -119.859c-18.3906 -6.04004 -38.7002 2.54004 -45.3799 19.1494l-12.0908 30.0801c-6.67969 16.6104 2.81055 34.9697 21.2002 41l175.44 68.0498zM424 48c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-400c-13.25 0 -24 10.75 -24 24v48 +c0 13.2598 10.75 24 24 24h400z" /> + <glyph glyph-name="helicopter" unicode="" horiz-adv-x="640" +d="M304 64c-8.83105 0 -20.3018 5.73438 -25.5996 12.7998l-86.4004 115.2l-160 64l-31.5098 108.12c-2.53027 10.0996 5.10938 19.8799 15.5195 19.8799h39.9902c5.03027 0 9.78027 -2.37012 12.7998 -6.40039l43.2002 -57.5996h208v64h-176c-8.83984 0 -16 7.16016 -16 16 +v32c0 8.83984 7.16016 16 16 16h416c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-176v-64c123.71 0 224 -100.29 224 -224c0 -17.6699 -14.3301 -32 -32 -32h-272zM416 252.49v-124.49h124.79c-12.7598 62.5596 -62.2402 111.7 -124.79 124.49z +M635.37 -10.8096c6.58984 -6.61035 6.04004 -17.5205 -0.980469 -23.6602c-33.1494 -29.0498 -53.5693 -29.5205 -68.4492 -29.5205h-325.94c-8.83984 0 -16 7.18066 -16 16.0303v32.0596c0 8.85059 7.16016 16.0303 16 16.0303h325.94 +c10.7998 0 17.5498 4.48047 24.6396 11.25c6.40039 6.11035 16.3896 6.27051 22.6396 0.00976562z" /> + <glyph glyph-name="infinity" unicode="" horiz-adv-x="640" +d="M471.1 352c93.1006 0 168.9 -71.7998 168.9 -160s-75.7998 -160 -168.9 -160c-66.0996 0 -117.8 41.2998 -151.1 78.5996c-33.2998 -37.2998 -85 -78.5996 -151.1 -78.5996c-93.1006 0 -168.9 71.7998 -168.9 160s75.7998 160 168.9 160 +c66.0996 0 117.8 -41.2998 151.1 -78.5996c33.2998 37.2998 85 78.5996 151.1 78.5996zM168.9 128c38.0996 0 73.5996 36.4004 94 64c-20.6006 27.9004 -55.8008 64 -94 64c-40.2002 0 -72.9004 -28.7002 -72.9004 -64s32.7002 -64 72.9004 -64zM471.1 128 +c40.2002 0 72.9004 28.7002 72.9004 64s-32.7002 64 -72.9004 64c-38.0996 0 -73.5996 -36.4004 -94 -64c20.6006 -27.9004 55.8008 -64 94 -64z" /> + <glyph glyph-name="kiwi-bird" unicode="" horiz-adv-x="576" +d="M575.81 230.02c0.300781 -5.7793 0.160156 -246.02 0.160156 -246.02c0 -7.30957 -4.95996 -13.7002 -12.0498 -15.5c-1.30957 -0.339844 -2.63965 -0.5 -3.9502 -0.5c-5.75 0 -11.1895 3.11035 -14.0498 8.33984l-74.4102 136.44 +c-7.04004 -0.470703 2.43066 -0.780273 -23.0498 -0.780273c-54.5996 0 -106.39 -19.25 -152.13 -49.0596c-12.46 -8.12012 -26.0996 -14.4502 -40.3398 -19.5107v-59.4297c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v49.1797 +c-5.32031 -0.449219 -10.5605 -1.17969 -16 -1.17969c-16.6006 0 -32.6406 2.2998 -48 6.25977v-54.2598c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v73.9902c-57.3105 33.21 -95.9502 95.0596 -95.9902 166.01 +c-0.0800781 145.76 129.3 182.88 147.31 186.94c57.1709 12.9199 111.221 0.259766 153.21 -28.7002c43.4902 -29.9902 94.9209 -46.2402 147.74 -46.2402h9.37012c60.6504 0 115.01 -45.4102 118.18 -105.98zM463.97 200c13.25 0 24 10.75 24 24 +c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM543.97 46.75v99.0596c-11.1299 -11.3799 -24.7393 -20.1494 -39.8594 -25.9795z" /> + <glyph glyph-name="less-than" unicode="" horiz-adv-x="384" +d="M365.46 90.2598c16.0703 -7.49023 23.0205 -26.5801 15.5303 -42.6396l-13.5605 -29.0801c-7.48926 -16.0596 -26.5801 -23.0098 -42.6396 -15.5205l-306.31 142.83c-11.2705 5.25 -18.4805 16.5605 -18.4805 29v34.2402c0.00488281 11.252 8.2832 24.2432 18.4805 29 +l306.46 142.91c16.0195 7.46973 35.0596 0.540039 42.5293 -15.4805l13.5205 -29c7.46973 -16.0195 0.540039 -35.0596 -15.4805 -42.5293l-218.47 -101.88z" /> + <glyph glyph-name="less-than-equal" unicode="" horiz-adv-x="448" +d="M54.9805 233.8c-13.7705 4.52051 -22.9805 16.6104 -22.9805 30.1699v15.96c0 13.5703 9.20996 25.6602 22.9805 30.1807l301.71 119.96c18.29 6 38.5098 -2.53027 45.1494 -19.0605l12.0303 -29.9199c6.63965 -16.5195 -2.81055 -34.79 -21.1006 -40.79 +l-175.56 -68.0898l175.44 -68.0498c18.3896 -6.03027 27.8896 -24.3906 21.21 -41l-12.0908 -30.0801c-6.66992 -16.6104 -26.9893 -25.1797 -45.3799 -19.1504zM424 48c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-400c-13.25 0 -24 10.75 -24 24v48 +c0 13.2598 10.75 24 24 24h400z" /> + <glyph glyph-name="memory" unicode="" horiz-adv-x="640" +d="M640 317.06c-18.5996 -6.60938 -32 -24.1895 -32 -45.0596s13.4004 -38.4502 32 -45.0596v-98.9404h-640v98.9404c18.5996 6.60938 32 24.1895 32 45.0596s-13.4004 38.4502 -32 45.0596v34.9404c0 17.6699 14.3301 32 32 32h576c17.6699 0 32 -14.3301 32 -32v-34.9404z +M224 192v128h-64v-128h64zM352 192v128h-64v-128h64zM480 192v128h-64v-128h64zM0 0v96h640v-96h-64v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699 +c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-64z" /> + <glyph glyph-name="microphone-alt-slash" unicode="" horiz-adv-x="640" +d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705 +c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l178.53 -138v45.3604c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301 +c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.0596l41.3994 -32h43.6699c0 -10.4502 -2.17969 -20.2705 -5.2793 -29.6699l26.5498 -20.5205c6.75977 15.4004 10.7197 32.2803 10.7197 50.2002v48 +c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-48c0 -28.9805 -7.25977 -56.21 -19.7402 -80.3301zM400 -16c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56 +v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v6.85059l52.0303 -40.2207c12.4395 -53.2197 55.3301 -96.3994 111.18 -101.85c6.94043 -0.669922 13.6396 -0.200195 20.3496 0.200195l50.4004 -38.96c-10.8604 -3.80078 -22.25 -6.45996 -33.96 -8.08008v-33.7803 +h56z" /> + <glyph glyph-name="money-bill-wave" unicode="" horiz-adv-x="640" +d="M621.16 393.54c11.6094 -4.87012 18.8398 -16.8301 18.8496 -29.4697v-317.25c0 -18.4902 -15.04 -31.8105 -32.25 -31.8105c-3.39941 0 -6.87988 0.520508 -10.3496 1.62012c-30.8906 9.7998 -61.7598 13.7197 -92.6504 13.7197 +c-123.17 0 -246.34 -62.3496 -369.51 -62.3496c-38.7998 0 -77.6201 6.19043 -116.41 22.4697c-11.6094 4.86035 -18.8398 16.8301 -18.8398 29.46v317.261c0 18.4893 15.04 31.8096 32.25 31.8096c3.40039 0 6.87988 -0.519531 10.3496 -1.62012 +c30.8906 -9.7998 61.7607 -13.7197 92.6504 -13.7197c123.17 0 246.33 62.3496 369.5 62.3398c38.7998 0 77.6201 -6.19043 116.41 -22.46zM48 315.78v-60.4707c31 0 56.8398 22.1504 62.7197 51.54c-21.5996 1.36035 -42.5996 3.89062 -62.7197 8.93066zM48 30.7803 +c20.1201 -7.31055 41.1797 -11.8105 63.71 -13.6201c-1.53027 34.1299 -29.3398 61.3994 -63.71 61.3994v-47.7793zM320 96c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96zM592 68.2197v57.7207 +c-26.8203 -3.40039 -48.4502 -23.2002 -54.3203 -49.2803c18.6104 -1.58984 36.8008 -4.0498 54.3203 -8.44043zM592 304.33v48.8896c-17.7197 6.43066 -36.2695 10.4902 -55.8096 12.6602c0.949219 -31.8496 24.9199 -57.6396 55.8096 -61.5498z" /> + <glyph glyph-name="money-bill-wave-alt" unicode="" horiz-adv-x="640" +d="M621.16 393.54c11.6094 -4.87012 18.8398 -16.8301 18.8496 -29.4697v-317.25c0 -18.4902 -15.04 -31.8105 -32.25 -31.8105c-3.39941 0 -6.87988 0.520508 -10.3496 1.62012c-30.8906 9.7998 -61.7598 13.7197 -92.6504 13.7197 +c-123.17 0 -246.34 -62.3496 -369.51 -62.3496c-38.7998 0 -77.6201 6.19043 -116.41 22.4697c-11.6094 4.86035 -18.8398 16.8301 -18.8398 29.46v317.261c0 18.4893 15.04 31.8096 32.25 31.8096c3.40039 0 6.87988 -0.519531 10.3496 -1.62012 +c30.8906 -9.7998 61.7607 -13.7197 92.6504 -13.7197c123.17 0 246.33 62.3496 369.5 62.3398c38.7998 0 77.6201 -6.19043 116.41 -22.46zM320 96c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96z" /> + <glyph glyph-name="money-check" unicode="" horiz-adv-x="640" +d="M0 0v320h640v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32zM448 208v-32c0 -8.83984 7.16016 -16 16 -16h96c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-96c-8.83984 0 -16 -7.16016 -16 -16zM448 88v-16 +c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8zM64 184v-16c0 -4.41992 3.58008 -8 8 -8h304c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-304c-4.41992 0 -8 -3.58008 -8 -8z +M64 88v-16c0 -4.41992 3.58008 -8 8 -8h176c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-176c-4.41992 0 -8 -3.58008 -8 -8zM624 416c8.83984 0 16 -7.16016 16 -16v-48h-640v48c0 8.83984 7.16016 16 16 16h608z" /> + <glyph glyph-name="money-check-alt" unicode="" horiz-adv-x="640" +d="M608 416c17.6699 0 32 -14.3301 32 -32v-384c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v384c0 17.6699 14.3301 32 32 32h576zM176 120.12c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896 +l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21 +c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703 +c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973 +c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16.1201zM416 136v16 +c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8zM576 136v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8z +M576 232v16c0 4.41992 -3.58008 8 -8 8h-272c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h272c4.41992 0 8 3.58008 8 8z" /> + <glyph glyph-name="not-equal" unicode="" horiz-adv-x="448" +d="M416 240h-98.4199l-74.5303 -96h172.95c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-247.48l-82.0898 -105.73c-5.37012 -7.00977 -15.4102 -8.34961 -22.4297 -2.96973l-25.4102 19.46c-7.00977 5.37988 -8.33984 15.4199 -2.96973 22.4307 +l51.8701 66.8096h-55.4902c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h130.03l74.5293 96h-204.56c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h279.09l82.0801 105.73c5.37988 7.00977 15.4199 8.34961 22.4404 2.96973 +l25.4092 -19.46c7.01074 -5.37012 8.34082 -15.4102 2.9707 -22.4307l-51.8701 -66.8096h23.8799c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32z" /> + <glyph glyph-name="palette" unicode="" +d="M204.3 443c163.8 31.9004 307.2 -92.0996 307.7 -249.7c-0.0996094 -35.7002 -29.0996 -65.2998 -64.9004 -65.2998h-79.6992c-51 0 -84 -53 -60.9004 -98.4004c18.9004 -37.0996 -1.2998 -85.2998 -42.5 -91.6992c-127.1 -19.7002 -295.8 119.699 -258.8 306.699 +c19.5996 99.1006 99.7002 179 199.1 198.4zM96 128c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM128 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 320 +c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM384 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="parking" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM240 128c52.9004 0 96 43.0996 96 96s-43.0996 96 -96 96h-96c-8.7998 0 -16 -7.2002 -16 -16v-224c0 -8.7998 7.2002 -16 16 -16h32 +c8.7998 0 16 7.2002 16 16v48h48zM240 256c17.5996 0 32 -14.4004 32 -32s-14.4004 -32 -32 -32h-48v64h48z" /> + <glyph glyph-name="percentage" unicode="" horiz-adv-x="384" +d="M109.25 274.75c-24.9902 -25 -65.5098 -25 -90.5098 0c-24.9902 24.9902 -24.9902 65.5195 0 90.5098s65.5195 24.9902 90.5098 0s24.9902 -65.5195 0 -90.5098zM365.25 109.26c25 -25 25 -65.5195 0 -90.5098c-24.9902 -24.9902 -65.5195 -24.9902 -90.5098 0 +s-24.9902 65.5195 0 90.5098s65.5195 24.9902 90.5098 0zM363.31 340.69c12.5 -12.5 12.5 -32.7607 0 -45.25l-274.75 -274.75c-12.4893 -12.5 -32.75 -12.5 -45.25 0l-22.6191 22.6191c-12.5 12.4902 -12.5 32.75 0 45.25l274.75 274.75c12.4893 12.5 32.75 12.5 45.25 0z +" /> + <glyph glyph-name="project-diagram" unicode="" horiz-adv-x="640" +d="M384 128c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-128c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h128zM192 416v-32h224v-64h-224v-47.5098l64.2803 -112.49h-0.280273c-23.5996 0 -44.0195 -12.9805 -55.1201 -32.04 +l-73.1602 128.04h-95.7197c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32zM608 448c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-128c-17.6699 0 -32 14.3301 -32 32v128 +c0 17.6699 14.3301 32 32 32h128z" /> + <glyph glyph-name="receipt" unicode="" horiz-adv-x="384" +d="M358.4 444.8c10.5996 7.90039 25.5996 0.400391 25.5996 -12.7998v-480c0 -13.2002 -15.0996 -20.7002 -25.5996 -12.7998l-38.4004 44.7998l-54.4004 -44.7998c-2.35059 -1.78027 -6.65137 -3.22559 -9.59961 -3.22559s-7.24902 1.44531 -9.59961 3.22559 +l-54.4004 44.7998l-54.4004 -44.7998c-2.35059 -1.78027 -6.65137 -3.22559 -9.59961 -3.22559s-7.24902 1.44531 -9.59961 3.22559l-54.4004 44.7998l-38.4004 -44.7998c-10.5996 -7.90039 -25.5996 -0.400391 -25.5996 12.7998v480c0 13.2002 15 20.7002 25.5996 12.7998 +l38.4004 -44.7998l54.4004 44.7998c2.35059 1.78027 6.65137 3.22559 9.59961 3.22559s7.24902 -1.44531 9.59961 -3.22559l54.4004 -44.7998l54.4004 44.7998c2.35059 1.78027 6.65137 3.22559 9.59961 3.22559s7.24902 -1.44531 9.59961 -3.22559l54.4004 -44.7998z +M320 88v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240c4.40039 0 8 3.59961 8 8zM320 184v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240 +c4.40039 0 8 3.59961 8 8zM320 280v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240c4.40039 0 8 3.59961 8 8z" /> + <glyph glyph-name="robot" unicode="" horiz-adv-x="640" +d="M0 192c0 17.7002 14.2998 32 32 32h32v-192h-32c-17.7002 0 -32 14.2998 -32 32v128zM464 352c44.2002 0 80 -35.7998 80 -80v-272c0 -35.2998 -28.7002 -64 -64 -64h-320c-35.2998 0 -64 28.7002 -64 64v272c0 44.2002 35.7998 80 80 80h112v64 +c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-64h112zM256 32v32h-64v-32h64zM224 152c22.0996 0 40 17.9004 40 40s-17.9004 40 -40 40s-40 -17.9004 -40 -40s17.9004 -40 40 -40zM352 32v32h-64v-32h64zM448 32v32h-64v-32h64zM416 152c22.0996 0 40 17.9004 40 40 +s-17.9004 40 -40 40s-40 -17.9004 -40 -40s17.9004 -40 40 -40zM608 224c17.7002 0 32 -14.2998 32 -32v-128c0 -17.7002 -14.2998 -32 -32 -32h-32v192h32z" /> + <glyph glyph-name="ruler" unicode="" horiz-adv-x="640" +d="M635.7 280.8c8.7998 -15 3.59961 -34.2002 -11.6006 -42.7998l-496.8 -281.9c-15.2002 -8.59961 -34.7002 -3.5 -43.5 11.5l-79.5996 135.601c-8.7998 15 -3.5 34.0996 11.7002 42.7998l69 39.0996l59.6992 -101.399c2.2002 -3.7998 7.10059 -5.10059 10.9004 -2.90039 +l13.7998 7.7998c3.7998 2.2002 5.10059 7 2.90039 10.7002l-59.7002 101.7l55.2002 31.2998l27.8994 -47.5c2.2002 -3.7998 7.10059 -5.09961 10.9004 -2.89941l13.7998 7.7998c3.7998 2.2002 5.10059 6.89941 2.90039 10.7002l-27.9004 47.3994l55.2002 31.2998 +l59.7002 -101.699c2.2002 -3.80078 7.09961 -5.10059 10.8994 -2.90039l13.8008 7.7998c3.7998 2.2002 5.09961 7 2.89941 10.7002l-59.7998 101.7l55.2002 31.2998l27.8994 -47.2998c2.2002 -3.7998 7.10059 -5.10059 10.9004 -2.90039l13.7998 7.7998 +c3.7998 2.2002 5.10059 6.90039 2.90039 10.7002l-27.9004 47.4004l55.2002 31.2998l59.7002 -101.6c2.2002 -3.80078 7.09961 -5.10059 10.8994 -2.90039l13.8008 7.7998c3.7998 2.2002 5.09961 6.90039 2.89941 10.7002l-59.7002 101.7l69 39.0996 +c15.2002 8.60059 34.7002 3.5 43.5 -11.5z" /> + <glyph glyph-name="ruler-combined" unicode="" +d="M160 160v-41.3799l-158.43 -158.42c-0.660156 2.55957 -1.57031 5.03027 -1.57031 7.7998v448c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32v-32h-56c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56v-64h-56 +c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56v-64h-56c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56zM480 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-448 +c-2.75977 0 -5.24023 0.910156 -7.7998 1.57031l158.43 158.43h41.3701v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v56h64v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v56h64v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8 +v56h32z" /> + <glyph glyph-name="ruler-horizontal" unicode="" horiz-adv-x="576" +d="M544 320c17.6699 0 32 -14.3301 32 -32v-192c0 -17.6699 -14.3301 -32 -32 -32h-512c-17.6699 0 -32 14.3301 -32 32v192c0 17.6699 14.3301 32 32 32h48v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16 +c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h48z" /> + <glyph glyph-name="ruler-vertical" unicode="" horiz-adv-x="256" +d="M168 32h88v-64c0 -17.6699 -14.3301 -32 -32 -32h-192c-17.6699 0 -32 14.3301 -32 32v448c0 17.6699 14.3301 32 32 32h192c17.6699 0 32 -14.3301 32 -32v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88 +c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8z" /> + <glyph glyph-name="school" unicode="" horiz-adv-x="640" +d="M0 224c0 17.6699 14.3301 32 32 32h64v-320h-80c-8.83984 0 -16 7.16016 -16 16v272zM360 272c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v64c0 4.41992 3.58008 8 8 8h16c4.41992 0 8 -3.58008 8 -8v-40h24z +M497.75 335.96c8.90039 -5.92969 14.25 -15.9297 14.25 -26.6299v-373.33h-128v144c0 8.83984 -7.16016 16 -16 16h-96c-8.83984 0 -16 -7.16016 -16 -16v-144h-128v373.34c0.00195312 9.45117 6.38574 21.377 14.25 26.6201l160 106.67 +c4.4502 2.96484 12.4023 5.37012 17.75 5.37012s13.2998 -2.40527 17.75 -5.37012zM320 192c44.1797 0 80 35.8203 80 80s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM608 256c17.6699 0 32 -14.3301 32 -32v-272c0 -8.83984 -7.16016 -16 -16 -16h-80 +v320h64z" /> + <glyph glyph-name="screwdriver" unicode="" +d="M448 448l64 -64l-96 -128h-62.0596l-83.0303 -83.0303c-4.25 6.79004 -9.07031 13.2705 -14.8701 19.0703c-5.7998 5.80957 -12.2803 10.6201 -19.0703 14.8701l83.0303 83.0303v62.0596zM128 169.41c29.1104 29.1094 76.2998 29.1094 105.41 0 +c29.1094 -29.1104 29.1094 -76.2998 0 -105.41l-117.08 -117.08c-14.5605 -14.5596 -38.1504 -14.5596 -52.71 0l-52.7002 52.7002c-14.5498 14.5596 -14.5498 38.1602 0 52.71z" /> + <glyph glyph-name="shoe-prints" unicode="" horiz-adv-x="640" +d="M192 288c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64h32v-128h-32zM0 32c0 35.3496 28.6504 64 64 64h32v-128h-32c-35.3496 0 -64 28.6504 -64 64zM337.46 160c90.3604 0 174.54 -32 174.54 -96c0 -45.2197 -39.0996 -97.2998 -148.58 -120.82 +c-31.9795 -6.87012 -64.8896 -8.50977 -97.5801 -6.19922c-27.2998 1.92969 -54.0996 7.76953 -80.3096 15.0498l-57.5303 15.9697v128c60.21 0 79.9404 15.6201 104.73 32c28.5693 18.8799 69.8193 32 104.729 32zM491.42 440.81 +c109.48 -23.5098 148.58 -75.5898 148.58 -120.81c0 -64 -84.1797 -96 -174.54 -96c-34.9102 0 -76.1602 13.1201 -104.729 32c-24.79 16.3799 -44.5303 32 -104.73 32v128l57.5303 15.9697c26.21 7.27051 53.0098 13.1104 80.3096 15.04 +c32.6904 2.32031 65.6006 0.669922 97.5801 -6.2002z" /> + <glyph glyph-name="skull" unicode="" +d="M256 448c141.4 0 256 -100.3 256 -224c0 -70.0996 -36.9004 -132.6 -94.5 -173.7c-9.7002 -6.89941 -15.2002 -18.2002 -13.5 -29.8994l9.40039 -66.2002c1.39941 -9.60059 -6 -18.2002 -15.7002 -18.2002h-77.7002v56c0 4.40039 -3.59961 8 -8 8h-16 +c-4.40039 0 -8 -3.59961 -8 -8v-56h-64v56c0 4.40039 -3.59961 8 -8 8h-16c-4.40039 0 -8 -3.59961 -8 -8v-56h-77.7002c-9.7002 0 -17.0996 8.59961 -15.7002 18.2002l9.40039 66.2002c1.7002 11.7998 -3.90039 23 -13.5 29.8994 +c-57.5996 41.1006 -94.5 103.601 -94.5 173.7c0 123.7 114.6 224 256 224zM160 128c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM352 128c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64 +s28.7002 -64 64 -64z" /> + <glyph glyph-name="smoking-ban" unicode="" +d="M96 144v64c0 8.7998 7.2002 16 16 16h21.5l96 -96h-117.5c-8.7998 0 -16 7.2002 -16 16zM256 448c141.4 0 256 -114.6 256 -256s-114.6 -256 -256 -256s-256 114.6 -256 256s114.6 256 256 256zM256 0c41.4004 0 79.7002 13.2998 111.1 35.7002l-267.399 267.399 +c-22.4004 -31.3994 -35.7002 -69.6992 -35.7002 -111.1c0 -105.9 86.0996 -192 192 -192zM301.2 192l32 -32h50.7998v32h-82.7998zM412.3 80.9004c22.4004 31.3994 35.7002 69.6992 35.7002 111.1c0 105.9 -86.0996 192 -192 192 +c-41.4004 0 -79.7002 -13.2998 -111.1 -35.7002l124.3 -124.3h130.8c8.7998 0 16 -7.2002 16 -16v-64c0 -8.7998 -7.2002 -16 -16 -16h-34.7998zM320.6 320c32.1006 0 58.7002 -23.7002 63.3008 -54.5996c0.699219 -4.90039 -3 -9.40039 -8 -9.40039h-16.2002 +c-3.7002 0 -7 2.5 -7.7002 6.09961c-2.7998 14.7002 -15.7998 25.9004 -31.4004 25.9004c-32.0996 0 -58.6992 23.7002 -63.2998 54.5996c-0.700195 4.90039 3 9.40039 8 9.40039h16.2002c3.7002 0 7 -2.5 7.7002 -6.09961 +c2.7998 -14.7002 15.7998 -25.9004 31.3994 -25.9004z" /> + <glyph glyph-name="store" unicode="" horiz-adv-x="616" +d="M602 329.4c33.5996 -53.6006 3.7998 -128 -59 -136.4c-4.5 -0.599609 -9 -0.900391 -13.7002 -0.900391c-29.5 0 -55.7002 13 -73.7998 33.1006c-18 -20.1006 -44.2002 -33.1006 -73.7998 -33.1006c-29.5 0 -55.7998 13 -73.7998 33.1006 +c-18 -20.1006 -44.2002 -33.1006 -73.8008 -33.1006c-29.5 0 -55.7998 13 -73.7998 33.1006c-18 -20.1006 -44.2002 -33.1006 -73.7998 -33.1006c-4.59961 0 -9.2002 0.300781 -13.7002 0.900391c-62.5996 8.5 -92.2998 82.9004 -58.7998 136.4l64.9004 103.6 +c5.7998 9.2998 16.0996 15 27.0996 15h404c11 0 21.2998 -5.7002 27.0996 -15zM529.5 160c6.09961 0 12.0996 0.400391 18.2002 1.2002c5.59961 0.700195 11 2 16.3994 3.59961v-196.8c0 -17.7002 -14.2998 -32 -32 -32h-448c-17.6992 0 -32 14.2998 -32 32v196.8 +c5.30078 -1.5 10.8008 -2.7998 16.4004 -3.59961c5.90039 -0.799805 12 -1.2002 18 -1.2002c10 0 19.9004 1.59961 29.5 3.7998v-99.7998h384v99.7998c9.59961 -2.2998 19.5 -3.7998 29.5 -3.7998z" /> + <glyph glyph-name="store-alt" unicode="" horiz-adv-x="640" +d="M320 64v160h64v-256c0 -17.7002 -14.2998 -32 -32 -32h-256c-17.7002 0 -32 14.2998 -32 32v256h64v-160h192zM634.6 305.8c14.1006 -21.2998 -1.09961 -49.7998 -26.5996 -49.7998h-575.9c-25.5996 0 -40.7998 28.5 -26.5996 49.7998l85.2998 128 +c5.90039 8.90039 15.9004 14.2002 26.6006 14.2002h405.199c10.7002 0 20.7002 -5.2998 26.7002 -14.2002zM512 -48v272h64v-272c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16z" /> + <glyph glyph-name="stream" unicode="" +d="M16 320c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h416c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416zM496 240c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16 +v64c0 8.83984 7.16016 16 16 16h416zM432 64c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h416z" /> + <glyph glyph-name="stroopwafel" unicode="" +d="M188.12 237.26l45.25 -45.2598l-45.2598 -45.25l-45.25 45.25zM301.25 259.88l-45.25 -45.25l-45.25 45.2598l45.25 45.25zM210.75 124.12l45.25 45.25l45.2598 -45.25l-45.2598 -45.2598zM256 448c141.38 0 256 -114.62 256 -256s-114.62 -256 -256 -256 +s-256 114.62 -256 256s114.62 256 256 256zM442.68 152.4c1.29199 1.29492 2.34082 3.83008 2.34082 5.65918c0 1.83008 -1.04883 4.36523 -2.34082 5.66016l-28.29 28.2803l28.2705 28.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096 +c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-28.29 -28.29l-45.25 45.2607l33.9404 33.9395l16.9697 -16.9697c3.12012 -3.12012 8.18945 -3.12012 11.3096 0l11.3105 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-16.9707 16.9697l16.9707 16.9697 +c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096c-3.12012 3.12012 -8.18945 3.12012 -11.3096 0l-16.9697 -16.9697l-16.9707 16.9697c-3.12012 3.12012 -8.18945 3.12012 -11.3096 0l-11.3105 -11.3096c-3.11914 -3.12012 -3.11914 -8.19043 0 -11.3105 +l16.9707 -16.9697l-33.9404 -33.9404l-45.2598 45.25l28.29 28.29c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-28.29 -28.29l-28.3096 28.2705c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0 +l-11.3096 -11.3105c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l28.29 -28.29l-45.2607 -45.25l-33.9395 33.9404l16.9697 16.9697c3.12012 3.12012 3.12012 8.18945 0 11.3096l-11.3096 11.3105c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-16.9697 -16.9707 +l-16.9697 16.9707c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-11.3096 -11.3105c-3.12012 -3.12012 -3.12012 -8.18945 0 -11.3096l16.9697 -16.9697l-16.9697 -16.9707c-3.12012 -3.12012 -3.12012 -8.18945 0 -11.3096l11.3096 -11.3105 +c3.12012 -3.11914 8.19043 -3.11914 11.3105 0l16.9697 16.9707l33.9404 -33.9404l-45.25 -45.2598l-28.29 28.29c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-11.3096 -11.3105c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l28.29 -28.29l-28.29 -28.29 +c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3096l11.3398 -11.3301c3.12012 -3.12012 8.18945 -3.12012 11.3096 0l28.29 28.29l45.25 -45.25l-33.9395 -33.9404l-16.9707 16.9697c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-11.3096 -11.3096 +c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l16.9697 -16.9697l-16.9697 -16.9697c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l11.3096 -11.3096c3.12012 -3.12012 8.19043 -3.12012 11.3096 0l16.9707 16.9697l16.9697 -16.9697 +c3.12012 -3.12012 8.19043 -3.12012 11.3096 0l11.3105 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-16.9697 16.9697l33.9395 33.9404l45.25 -45.2598l-28.29 -28.29c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l11.3105 -11.3096 +c3.11914 -3.12012 8.18945 -3.12012 11.3096 0l28.29 28.29l28.3096 -28.2705c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l11.3096 11.3105c3.12012 3.11914 3.12012 8.18945 0 11.3096l-28.29 28.29l45.2607 45.2598l33.9395 -33.9395l-16.9697 -16.9707 +c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l11.3096 -11.3096c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l16.9697 16.9697l16.9697 -16.9697c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l11.3096 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3096 +l-16.9697 16.9707l16.9697 16.9697c3.12012 3.12012 3.12012 8.19043 0 11.3096l-11.3096 11.3105c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-16.9697 -16.9697l-33.9404 33.9395l45.25 45.25l28.29 -28.29c3.12012 -3.12012 8.19043 -3.12012 11.3105 0zM278.63 192 +l45.2598 45.2598l45.25 -45.2598l-45.25 -45.25z" /> + <glyph glyph-name="toolbox" unicode="" +d="M502.63 233.37c6 -6 9.37012 -14.1396 9.37012 -22.6201v-82.75h-128v16c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-16h-128v16c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-16h-128v82.7402 +c0 8.49023 3.37012 16.6299 9.37012 22.6299l45.25 45.2598c6.00977 6 14.1396 9.37012 22.6299 9.37012h50.75v80c0 26.5098 21.4902 48 48 48h160c26.5098 0 48 -21.4902 48 -48v-80.0098h50.75c8.49023 0 16.6299 -3.37012 22.6299 -9.37012zM320 288v64h-128v-64h128z +M384 80v16h128v-96c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v96h128v-16c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v16h128v-16c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="tshirt" unicode="" horiz-adv-x="640" +d="M631.2 351.5c7.89941 -3.90039 11.0996 -13.5996 7.09961 -21.5l-57.2998 -114.4c-4 -8 -13.5996 -11.1992 -21.5 -7.19922l-56.5996 27.6992c-10.6006 5.2002 -23 -2.59961 -23 -14.3994v-253.7c0 -17.7002 -14.3008 -32 -32 -32h-256c-17.7002 0 -32 14.2998 -32 32 +v253.6c0 11.9004 -12.4004 19.6006 -23 14.4004l-56.6006 -27.7002c-7.89941 -3.89941 -17.5 -0.700195 -21.5 7.2002l-57.2002 114.5c-3.89941 7.90039 -0.699219 17.5 7.2002 21.5l194.7 96.5c20.0996 -27.7998 64.5996 -47.2002 116.5 -47.2002 +s96.4004 19.4004 116.5 47.2002z" /> + <glyph glyph-name="walking" unicode="" horiz-adv-x="320" +d="M208 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM302.5 202.9c15.7002 -7.90039 22 -27.3008 14.2998 -43c-7.89941 -15.8008 -26.8994 -22.2002 -42.5 -14.3008l-23.2998 11.8008c-15 7.59961 -26.4004 20.8994 -31.7002 37 +l-5.5 16.5l-17.2002 -68.7002l45.5 -49.7002c7.2002 -7.7998 12.3008 -17.4004 14.9004 -27.7002l22.2002 -89c4.2998 -17.0996 -6.2002 -34.5 -23.2998 -38.7998c-17.1006 -4.2998 -34.5 6.2002 -38.8008 23.2998l-18.2998 73.2998 +c-2.59961 10.3008 -7.7002 19.8008 -14.8994 27.7002l-59.9004 65.4004c-14.5 15.8994 -20.0996 38 -14.9004 58.7998l15.2002 60.7002l-26.7998 -10.7998c-7.2002 -2.90039 -13 -8.40039 -16.5 -15.4004l-6.7002 -13.5996 +c-7.89941 -15.8008 -26.8994 -22.2002 -42.5 -14.3008c-15.7002 7.90039 -22 27.1006 -14.2002 42.9004l6.7002 13.5996c10.4004 21 28.1006 37.5 49.7002 46.2002c37.4004 15.1006 57.2998 25.2998 93.2998 25.2002c46.5 -0.0996094 87.5 -31.2998 102.2 -75.9004 +l9.7002 -29.3994zM73.5996 62.2002l20.7002 51.5c8.7002 -11.9004 -7.89941 6.59961 47.4004 -53.7002l-13.5 -33.7998c-3.2998 -8.10059 -8.10059 -15.4004 -14.2002 -21.5l-59.4004 -59.4004c-12.5 -12.5 -32.6992 -12.5 -45.1992 0s-12.5 32.7998 0 45.2998l50 50.1006 +c6.19922 6.09961 11 13.3994 14.1992 21.5z" /> + <glyph glyph-name="wallet" unicode="" +d="M461.2 320c28.0195 0 50.7998 -21.5303 50.7998 -48v-256c0 -26.4697 -22.7803 -48 -50.7998 -48h-397.2c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h368c26.5098 0 48 -21.4902 48 -48c0 -8.83984 -7.16016 -16 -16 -16h-384 +c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h381.2zM416 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="angry" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 208c0 -17.7002 14.4004 -32 32.0996 -32c17.7002 0 32 14.2998 32 32c0 2.90039 -1 5.5 -1.69922 8.2002c0.599609 0 1.19922 -0.200195 1.69922 -0.200195 +c6.90039 0 13.2002 4.5 15.3008 11.4004c2.59961 8.39941 -2.2002 17.3994 -10.7002 19.8994l-80 24c-8.5 2.5 -17.4004 -2.2002 -19.9004 -10.7002c-2.59961 -8.39941 2.2002 -17.3994 10.7002 -19.8994l31 -9.2998c-6.40039 -5.90039 -10.5 -14.1006 -10.5 -23.4004z +M304 53.7998c13.4004 -16.0996 38.2998 4 24.5 20.5c-20 24 -49.4004 37.7998 -80.5996 37.7998c-31.2002 0 -60.6006 -13.7998 -80.6006 -37.7998c-13.5996 -16.2998 11.1006 -36.7998 24.6006 -20.5c27.8994 33.4004 84.2998 33.4004 112.1 0zM380.6 240.7 +c8.5 2.5 13.3008 11.3994 10.8008 19.8994c-2.5 8.40039 -11.5 13.2002 -19.9004 10.7002l-80 -24c-8.40039 -2.5 -13.2002 -11.3994 -10.7002 -19.8994c2.10059 -6.90039 8.40039 -11.4004 15.2998 -11.4004c0.600586 0 1.10059 0.0996094 1.7002 0.200195 +c-0.799805 -2.60059 -1.7002 -5.2998 -1.7002 -8.2002c0 -17.7002 14.3008 -32 32 -32c17.7002 0 32 14.2998 32 32c0 9.2998 -4.19922 17.5996 -10.5 23.4004z" /> + <glyph glyph-name="archway" unicode="" horiz-adv-x="576" +d="M560 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-159.98c-8.83984 0 -16 7.16016 -16 16v16l-0.0195312 160c0 53.0195 -42.9805 96 -96 96s-96 -42.9805 -96 -96v-176c0 -8.83984 -7.16016 -16 -16 -16h-159.98 +c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h15.9805v352h512v-352h16zM560 448c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-544c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h544z" /> + <glyph glyph-name="atlas" unicode="" horiz-adv-x="448" +d="M318.38 240c-5.28027 -31.2197 -25.5898 -57.1699 -53.2998 -70.4102c7.66992 19.0605 12.7197 43.3799 14.21 70.4102h39.0898zM318.38 272h-39.0898c-1.49023 27.0303 -6.53027 51.3496 -14.21 70.4102c27.71 -13.2402 48.0098 -39.1904 53.2998 -70.4102zM224 350.69 +c7.69043 -7.4502 20.7695 -34.4307 23.4404 -78.6904h-46.8701c2.66016 44.2695 15.7393 71.2402 23.4297 78.6904zM182.92 342.41c-7.67969 -19.0605 -12.7197 -43.3799 -14.21 -70.4102h-39.0898c5.28027 31.2197 25.5898 57.1699 53.2998 70.4102zM182.92 169.59 +c-27.71 13.2402 -48.0195 39.1904 -53.2998 70.4102h39.0898c1.49023 -27.0303 6.53027 -51.3496 14.21 -70.4102zM247.43 240c-2.66016 -44.2598 -15.7393 -71.2402 -23.4395 -78.6904c-7.69043 7.4502 -20.7705 34.4307 -23.4307 78.6904h46.8701zM448 89.5996 +c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320c0 54.4004 41.5996 96 96 96 +h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM224 384c-70.6904 0 -128 -57.3096 -128 -128s57.3096 -128 128 -128s128 57.3096 128 128s-57.3096 128 -128 128zM384 0v64h-288c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h288z" /> + <glyph glyph-name="award" unicode="" horiz-adv-x="384" +d="M97.1201 85.3701c13.79 -13.7803 32.1104 -21.3701 51.6104 -21.3701c12.4395 0 24.4697 3.54004 35.3096 9.58008l-52.0498 -127.62c-4.39062 -10.7695 -18.4307 -13.4004 -26.4307 -4.95996l-36.2393 38.2803l-52.6904 -2.01074 +c-11.6201 -0.439453 -19.8203 11.2607 -15.4297 22.0303l45.3701 111.24c7.55957 -5.87012 15.9199 -10.7705 25.4297 -13.3203c20.96 -5.60938 16.4297 -3.16016 25.1201 -11.8496zM382.8 -0.700195c4.39062 -10.7598 -3.80957 -22.4697 -15.4297 -22.0303 +l-52.6904 2.01074l-36.25 -38.2803c-7.98926 -8.44043 -22.04 -5.80957 -26.4297 4.95996l-52.0498 127.62c10.8398 -6.03027 22.8701 -9.58008 35.3096 -9.58008c19.5 0 37.8301 7.58984 51.6201 21.3701c8.66992 8.66992 4.0498 6.20996 25.1201 11.8496 +c9.50977 2.5498 17.8701 7.44043 25.4297 13.3203zM263 108c-13.2305 -13.4697 -33.8398 -15.8799 -49.7305 -5.82031c-5.37305 3.41211 -14.8994 6.18066 -21.2646 6.18066c-6.36426 0 -15.8916 -2.76855 -21.2646 -6.18066 +c-15.9004 -10.0596 -36.5098 -7.64941 -49.7402 5.82031c-14.7305 15 -16.4004 14.04 -38.7803 20.1396c-13.8896 3.79004 -24.75 14.8408 -28.4697 28.9805c-7.48047 28.3994 -5.54004 24.9697 -25.9502 45.75c-10.1699 10.3604 -14.1396 25.4502 -10.4199 39.5898 +c7.48047 28.4199 7.46973 24.46 0 52.8203c-3.72949 14.1396 0.25 29.2295 10.4199 39.5801c20.4102 20.7793 18.4805 17.3594 25.9502 45.75c3.71973 14.1396 14.5801 25.1895 28.4697 28.9795c27.8906 7.61035 24.5303 5.62988 44.9404 26.4102 +c10.1699 10.3604 25 14.4004 38.8896 10.6104c27.9199 -7.61035 24.0303 -7.60059 51.9004 0c13.8896 3.79004 28.7197 -0.260742 38.8896 -10.6104c20.4297 -20.79 17.0703 -18.7998 44.9502 -26.4102c13.8896 -3.79004 24.75 -14.8398 28.4697 -28.9795 +c7.48047 -28.3906 5.54004 -24.9707 25.9502 -45.75c10.1699 -10.3506 14.1396 -25.4404 10.4199 -39.5801c-7.47949 -28.4102 -7.46973 -24.4502 0 -52.8301c3.71973 -14.1406 -0.25 -29.2305 -10.4199 -39.5801c-20.4102 -20.7803 -18.4697 -17.3506 -25.9502 -45.75 +c-3.71973 -14.1396 -14.5801 -25.1904 -28.4697 -28.9805c-21.7598 -5.92969 -23.5098 -4.58984 -38.79 -20.1396zM97.6602 272.04c0 -53.0303 42.2402 -96.0205 94.3398 -96.0205s94.3398 42.9902 94.3398 96.0205s-42.2402 96.0195 -94.3398 96.0195 +s-94.3398 -42.9893 -94.3398 -96.0195z" /> + <glyph glyph-name="backspace" unicode="" horiz-adv-x="640" +d="M576 384c35.3496 0 64 -28.6504 64 -64v-256c0 -35.3496 -28.6504 -64 -64 -64h-370.75c-16.9697 0 -33.25 6.75 -45.25 18.75l-150.63 150.63c-12.5 12.4902 -12.5 32.75 0 45.25l150.63 150.62c10.3438 10.3496 30.6143 18.75 45.2471 18.75h0.0126953h370.74z +M491.31 129.94l-62.0596 62.0596l62.0596 62.0596c6.25 6.25 6.25 16.3809 0 22.6309l-22.6191 22.6191c-6.25 6.25 -16.3809 6.25 -22.6309 0l-62.0596 -62.0596l-62.0596 62.0596c-6.25 6.25 -16.3809 6.25 -22.6309 0l-22.6191 -22.6191 +c-6.25 -6.25 -6.25 -16.3809 0 -22.6309l62.0596 -62.0596l-62.0596 -62.0596c-6.25 -6.25 -6.25 -16.3809 0 -22.6309l22.6191 -22.6191c6.25 -6.25 16.3809 -6.25 22.6309 0l62.0596 62.0596l62.0596 -62.0596c6.25 -6.25 16.3809 -6.25 22.6309 0l22.6191 22.6191 +c6.25 6.25 6.25 16.3809 0 22.6309z" /> + <glyph glyph-name="bezier-curve" unicode="" horiz-adv-x="640" +d="M368 416c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM208 360v-72c0 -9.4502 2.17969 -18.3604 5.87988 -26.4404c-34.2695 -24.3496 -59.7402 -59.9492 -71.04 -101.56 +h-49.3994c13.6797 64.6797 54.1699 119.48 109.54 152h-79.7305c-9.5 -23.4404 -32.4102 -40 -59.25 -40c-35.3398 0 -64 28.6504 -64 64s28.6602 64 64 64c26.8398 0 49.75 -16.5596 59.25 -40h84.75zM160 128c17.6699 0 32 -14.3301 32 -32v-96 +c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM576 400c35.3398 0 64 -28.6504 64 -64s-28.6602 -64 -64 -64c-26.8398 0 -49.75 16.5596 -59.25 40h-79.7305c55.3701 -32.5195 95.8604 -87.3203 109.54 -152 +h-49.3994c-11.2998 41.6104 -36.7705 77.21 -71.04 101.56c3.68945 8.08008 5.87988 16.9902 5.87988 26.4404v72h84.75c9.5 23.4404 32.4102 40 59.25 40zM576 128c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32 +v96c0 17.6699 14.3301 32 32 32h96z" /> + <glyph glyph-name="bong" unicode="" horiz-adv-x="448" +d="M302.5 -64h-221c-23.1699 0 -44.4199 12.5801 -56 32.6602c-16.1904 28.0703 -25.5 60.5898 -25.5 95.3398c0 71.0303 38.6699 132.9 96 166.11v153.93l-15.9697 -0.0205078c-8.85059 -0.00976562 -16.0303 7.16016 -16.0205 16.0107l0.0400391 31.7295 +c0.00976562 8.82031 7.16016 15.9707 15.9805 15.9805l223.939 0.259766c8.85059 0.00976562 16.0303 -7.16992 16.0205 -16.0195l-0.0400391 -31.7207c-0.00976562 -8.81934 -7.16016 -15.9697 -15.9805 -15.9795l-15.9697 -0.0205078v-154.16 +c14.1201 -8.17969 27.0898 -18.1396 38.6504 -29.5098l39.4092 39.4102l-9.37988 9.37988c-6.25 6.25 -6.25 16.3799 0 22.6299l11.3105 11.3105c6.25 6.25 16.3799 6.25 22.6299 0l52.6895 -52.6904c6.25 -6.25 6.25 -16.3799 0 -22.6299l-11.2998 -11.3203 +c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-9.37988 9.37988l-43.4404 -43.4395c17.3604 -28.8105 27.4404 -62.5 27.4404 -98.6201c0 -34.75 -9.30957 -67.2598 -25.5 -95.3398c-11.5703 -20.0801 -32.8203 -32.6602 -56 -32.6602zM120.06 188.57 +c-24.8096 -14.3701 -44.1094 -35.7305 -56.5596 -60.5703h257c-12.4404 24.8398 -31.75 46.2002 -56.5596 60.5703l-23.9404 13.8701v181.76l-96 -0.110352v-181.649z" /> + <glyph glyph-name="brush" unicode="" horiz-adv-x="384" +d="M352 448c17.6699 0 32 -14.3301 32 -32v-224h-384v224c0 17.6699 14.3301 32 32 32h320zM0 128v32h384v-32c0 -35.3496 -28.6602 -64 -64 -64h-64v-64c0 -35.3496 -28.6602 -64 -64 -64s-64 28.6504 -64 64v64h-64c-35.3398 0 -64 28.6504 -64 64zM192 24 +c-13.25 0 -24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24s24 10.75 24 24c0 13.2598 -10.75 24 -24 24z" /> + <glyph glyph-name="bus-alt" unicode="" +d="M488 320c13.25 0 24 -10.7402 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-8v-166.4c0 -12.7998 -9.59961 -25.5996 -25.5996 -25.5996h-6.40039v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32 +c-17.6699 0 -32 14.3301 -32 32v32c-17.6699 0 -32 14.3301 -32 32v160h-8c-13.25 0 -24 10.75 -24 24v80c0 13.2598 10.75 24 24 24h8v48c0 44.7998 99.2002 80 224 80s224 -35.2002 224 -80v-48h8zM160 376v-16c0 -4.41992 3.58008 -8 8 -8h176c4.41992 0 8 3.58008 8 8 +v16c0 4.41992 -3.58008 8 -8 8h-176c-4.41992 0 -8 -3.58008 -8 -8zM112 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM240 160v160h-112c-17.6699 0 -32 -14.3301 -32 -32v-96c0 -17.6699 14.3301 -32 32 -32h112zM272 160 +h112c17.6699 0 32 14.3301 32 32v96c0 17.6699 -14.3301 32 -32 32h-112v-160zM400 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="cannabis" unicode="" +d="M503.47 87.75c5.24023 -2.75977 8.52051 -8.20996 8.53027 -14.1504c0.00976562 -5.92969 -3.26953 -11.3691 -8.50977 -14.1494c-2.4502 -1.29004 -60.7705 -31.7197 -133.49 -31.7197c-6.12988 0 -11.96 0.0996094 -17.5 0.30957 +c11.3604 -22.2305 16.5195 -38.3096 16.8096 -39.2197c1.80078 -5.68066 0.290039 -11.8906 -3.90918 -16.1104c-2.5918 -2.60059 -7.67578 -4.71094 -11.3467 -4.71094c-1.34277 0 -3.47168 0.322266 -4.75391 0.720703c-1.83008 0.580078 -37.7197 11.9902 -77.2998 39.29 +v-64.0098c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v64.0195c-39.5801 -27.2998 -75.4697 -38.7197 -77.2998 -39.2891c-1.28223 -0.398438 -3.41113 -0.72168 -4.75391 -0.72168c-3.6709 0 -8.75488 2.11035 -11.3467 4.71094 +c-4.19922 4.2207 -5.70996 10.4307 -3.90918 16.1104c0.290039 0.910156 5.43945 16.9902 16.8096 39.2197c-5.54004 -0.209961 -11.3604 -0.30957 -17.5 -0.30957c-72.7305 0 -131.04 30.4297 -133.49 31.7197c-4.69629 2.48926 -8.50879 8.82422 -8.50879 14.1396 +c0 5.32422 3.82129 11.6641 8.5293 14.1504c1.56934 0.820312 32.3896 16.8896 76.7793 25.8096c-64.25 75.1201 -84.0498 161.671 -84.9297 165.641c-0.210938 0.947266 -0.382812 2.50488 -0.382812 3.47559c0 3.65039 2.09375 8.71094 4.67285 11.2939 +c3.03027 3.04004 7.12012 4.7002 11.3203 4.7002c1.14941 0 2.2998 -0.129883 3.43945 -0.379883c3.89062 -0.860352 86.5508 -19.5996 160.58 -79.7598c0 1.45996 -0.00976562 2.92969 -0.00976562 4.39941c0 118.79 59.9805 213.721 62.5303 217.7 +c2.93945 4.58984 8.01953 7.37012 13.4697 7.37012h0.00195312c4.82812 0 10.8574 -3.30176 13.458 -7.37012c2.5498 -3.97949 62.5303 -98.9102 62.5303 -217.7c0 -1.46973 0 -2.93945 -0.00976562 -4.39941c74.0391 60.1699 156.699 78.9102 160.579 79.7598 +c1.15039 0.259766 2.30078 0.379883 3.44043 0.379883c4.2002 0 8.29004 -1.66016 11.3203 -4.7002c3.85938 -3.87012 5.47949 -9.43945 4.2998 -14.7695c-0.879883 -3.96973 -20.6797 -90.5205 -84.9297 -165.641c44.3896 -8.91992 75.2197 -24.9893 76.7793 -25.8096z" /> + <glyph glyph-name="check-double" unicode="" +d="M505 273.2c9.2998 -9.2998 9.2998 -24.5 -0.0996094 -34l-296 -296.2c-9.30078 -9.40039 -24.5 -9.40039 -33.9004 0l-168 168.1c-9.40039 9.40039 -9.40039 24.6006 0 34l39.7002 39.7002c9.2998 9.40039 24.5 9.40039 33.8994 0l111.4 -111.5l239.5 239.5 +c9.2998 9.40039 24.5 9.40039 33.9004 0zM180.7 167.2l-112 112.2c-6.2002 6.19922 -6.2002 16.2998 0 22.5996l45.2998 45.2998c6.2002 6.2998 16.4004 6.2998 22.5996 0l55.4004 -55.5l151.5 151.5c6.2002 6.2998 16.4004 6.2998 22.5996 0l45.2002 -45.2998 +c6.2002 -6.2002 6.2002 -16.2998 0 -22.5996l-208 -208.2c-6.2002 -6.2998 -16.3994 -6.2998 -22.5996 0z" /> + <glyph glyph-name="cocktail" unicode="" horiz-adv-x="576" +d="M296 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v125.22l-168.74 168.73c-15.5195 15.5195 -4.5293 42.0498 17.4199 42.0498h366.641c21.9492 0 32.9395 -26.5303 17.4199 -42.0498 +l-168.74 -168.73v-125.22h56zM432 448c79.5303 0 144 -64.4697 144 -144s-64.4697 -144 -144 -144c-27.4102 0 -52.7695 8.08008 -74.5801 21.3799l35.2598 35.2598c12.0303 -5.43945 25.2803 -8.63965 39.3203 -8.63965c52.9297 0 96 43.0596 96 96s-43.0703 96 -96 96 +c-35.3701 0 -65.9902 -19.4502 -82.6396 -48h-52.54c19.8301 55.7998 72.5693 96 135.18 96z" /> + <glyph glyph-name="concierge-bell" unicode="" +d="M288 317.46c108.51 -15.5703 192 -108.64 192 -221.46h-448c0 112.82 83.4902 205.89 192 221.46v18.54h-16c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-16v-18.54zM496 64 +c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" /> + <glyph glyph-name="cookie" unicode="" +d="M510.37 193.21c4.37988 -27.6602 -0.110352 -56 -12.8203 -80.96l-35.0996 -68.8701c-10.7695 -21.1328 -36.6592 -47.0273 -57.79 -57.7998l-69.1201 -35.21c-24.8301 -12.6396 -53.0098 -17.1104 -80.5205 -12.75l-76.6992 12.1396 +c-23.3896 3.70801 -55.9639 20.3066 -72.71 37.0498l-54.7607 54.75c-16.7959 16.8027 -33.4443 49.4844 -37.1592 72.9502l-12.0801 76.2705c-0.901367 5.68848 -1.63281 14.9805 -1.63281 20.7412c0 17.5723 6.47461 44.541 14.4521 60.1982l35.1006 68.8799 +c10.7666 21.1357 36.6562 47.0303 57.79 57.8008l69.1201 35.21c24.8291 12.6494 53.0098 17.1201 80.5195 12.7598l76.7002 -12.1504c27.5303 -4.34961 52.9795 -17.3301 72.71 -37.0498l54.7598 -54.75c16.7969 -16.8027 33.4443 -49.4844 37.1602 -72.9502zM176 80 +c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM208 240c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM368 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="cookie-bite" unicode="" +d="M510.52 192.18c4.10059 -27.3301 -0.349609 -55.2695 -12.9092 -79.9102l-35.1006 -68.8799c-10.7656 -21.1367 -36.6562 -47.0361 -57.79 -57.8096l-69.1299 -35.21c-24.8301 -12.6504 -53.0195 -17.1201 -80.5303 -12.7598l-76.71 12.1494 +c-23.3916 3.70801 -55.9658 20.3105 -72.71 37.0605l-54.7695 54.7598c-16.7969 16.8057 -33.4443 49.4912 -37.1602 72.96l-12.0801 76.2695c-0.900391 5.68945 -1.63184 14.9824 -1.63184 20.7422c0 17.5752 6.47461 44.5479 14.4521 60.208l35.0996 68.8799 +c10.7646 21.1396 36.6543 47.0391 57.79 57.8105l69.1299 35.2197c24.5898 12.5205 52.46 16.96 79.7207 12.8203c0.859375 -69.96 57.6895 -126.45 127.859 -126.45c0 -70.1699 56.5 -127.01 126.47 -127.86zM176 80c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32 +s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM208 240c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM368 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="crop-alt" unicode="" +d="M488 96c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-40v-40c0 -13.25 -10.75 -24 -24 -24h-48c-13.25 0 -24 10.75 -24 24v328h-160v96h224c17.6699 0 32 -14.3301 32 -32v-256h40zM160 424v-328h160v-96h-224c-17.6699 0 -32 14.3301 -32 32v256h-40 +c-13.25 0 -24 10.75 -24 24v48c0 13.2598 10.75 24 24 24h40v40c0 13.2598 10.75 24 24 24h48c13.25 0 24 -10.7402 24 -24z" /> + <glyph glyph-name="digital-tachograph" unicode="" horiz-adv-x="640" +d="M608 352c17.6699 0 32 -14.3301 32 -32v-256c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v256c0 17.6699 14.3301 32 32 32h576zM304 96v8c0 4.41992 -3.58008 8 -8 8h-224c-4.41992 0 -8 -3.58008 -8 -8v-8c0 -4.41992 3.58008 -8 8 -8h224 +c4.41992 0 8 3.58008 8 8zM72 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM136 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16 +c-4.41992 0 -8 -3.58008 -8 -8v-16zM200 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM264 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8 +h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM304 224v48c0 8.83984 -7.16016 16 -16 16h-208c-8.83984 0 -16 -7.16016 -16 -16v-48c0 -8.83984 7.16016 -16 16 -16h208c8.83984 0 16 7.16016 16 16zM576 96v8c0 4.41992 -3.58008 8 -8 8h-224c-4.41992 0 -8 -3.58008 -8 -8v-8 +c0 -4.41992 3.58008 -8 8 -8h224c4.41992 0 8 3.58008 8 8z" /> + <glyph glyph-name="dizzy" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM152 233.4l28.7002 -28.7002c14.7002 -14.7998 37.7998 7.39941 22.5996 22.5996l-28.7002 28.7002l28.7002 28.7002c15 14.8994 -7.59961 37.5996 -22.5996 22.5996 +l-28.7002 -28.7002l-28.7002 28.7002c-14.8994 15 -37.5996 -7.59961 -22.5996 -22.5996l28.7002 -28.7002l-28.7002 -28.7002c-15.2002 -15.0996 7.7998 -37.3994 22.5996 -22.5996zM248 32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64 +s28.7002 -64 64 -64zM395.3 227.3l-28.7002 28.7002l28.7002 28.7002c15 14.8994 -7.59961 37.5996 -22.5996 22.5996l-28.7002 -28.7002l-28.7002 28.7002c-14.8994 15 -37.5996 -7.59961 -22.5996 -22.5996l28.7002 -28.7002l-28.7002 -28.7002 +c-15.2002 -15.0996 7.7998 -37.3994 22.5996 -22.5996l28.7002 28.7002l28.7002 -28.7002c14.7002 -14.7998 37.7998 7.39941 22.5996 22.5996z" /> + <glyph glyph-name="drafting-compass" unicode="" +d="M457.01 103.58l54.9805 -95.2305l-7.02051 -58.25c-1.2793 -10.5898 -12.3594 -16.9893 -22.1699 -12.7998l-53.9502 23.04l-54.3799 94.1904c29.9102 11.8701 57.4902 28.7197 82.54 49.0498zM499.5 198.14c-52.6201 -83.1299 -144.45 -134.14 -243.5 -134.14 +c-35.3799 0 -69.8701 6.71973 -102.06 18.96l-70.8008 -122.63l-53.9492 -23.04c-9.81055 -4.19043 -20.8906 2.20996 -22.1709 12.7998l-7.01953 58.25l71.2803 123.46c-21.29 17.8105 -40.4102 38.3799 -55.9805 62.0205 +c-4.99023 7.56934 -2.20996 17.9297 5.64062 22.4697l27.75 16.0703c7.40918 4.29004 16.5898 1.76953 21.3799 -5.33008c9.71973 -14.4102 21.1299 -27.3906 33.6797 -39l68.2998 118.31c-7.43945 13.6299 -12.0498 29.0303 -12.0498 45.6602c0 53.0195 42.9805 96 96 96 +s96 -42.9805 96 -96c0 -16.6299 -4.61035 -32.0303 -12.0596 -45.6602l51.79 -89.71c-23.0508 -23.1699 -51.3809 -39.96 -82.6104 -48.9199l-51.0898 88.5c-0.69043 -0.0195312 -1.33984 -0.209961 -2.04004 -0.209961s-1.33984 0.19043 -2.04004 0.209961 +l-67.3604 -116.68c22.1797 -7.28027 45.4805 -11.5303 69.4102 -11.5303c76.25 0 147.01 38.8496 188.12 102.38c4.64941 7.17969 13.7803 9.87012 21.2598 5.71973l28.0703 -15.5693c7.93945 -4.40039 10.9102 -14.7207 6.0498 -22.3906zM256 384 +c-17.6699 0 -32 -14.3301 -32 -32s14.3301 -32 32 -32s32 14.3301 32 32s-14.3301 32 -32 32z" /> + <glyph glyph-name="drum" unicode="" +d="M431.34 325.95c44.9004 -16.3398 80.6602 -42.7803 80.6602 -86.1006v-160.229c0 -30.2705 -27.5 -57.6797 -72 -77.8604v101.9c0 13.248 -10.752 24 -24 24s-24 -10.752 -24 -24v-118.93c-33.0498 -9.11035 -71.0703 -15.0605 -112 -16.7305v103.61 +c0 13.248 -10.752 24 -24 24s-24 -10.752 -24 -24v-103.61c-40.9297 1.66992 -78.9502 7.62012 -112 16.7305v118.93c0 13.248 -10.752 24 -24 24s-24 -10.752 -24 -24v-101.9c-44.5 20.1807 -72 47.5898 -72 77.8604v160.229c0 107.601 219.55 112.15 256 112.15 +c15.2197 0 62.4297 -0.910156 112.19 -9.69043l110.06 71c2.22461 1.4834 6.20117 2.6875 8.875 2.6875c4.72852 0 10.6934 -3.19238 13.3154 -7.12695l8.86914 -13.3105c1.4834 -2.22461 2.6875 -6.20117 2.6875 -8.875c0 -4.72754 -3.19238 -10.6924 -7.12695 -13.3145z +M256 175.76c114.87 0 208 28.6904 208 64.0898c0 21.3105 -33.9102 40.1504 -85.8604 51.75l-118.64 -76.5195c-2.22461 -1.4834 -6.20117 -2.6875 -8.875 -2.6875c-4.72852 0 -10.6934 3.19336 -13.3154 7.12695l-8.86914 13.3105 +c-1.48535 2.22559 -2.69043 6.2041 -2.69043 8.87988c0 4.72461 3.18945 10.6875 7.12012 13.3096l72.8096 47c-15.9492 1.2002 -32.5293 1.91016 -49.6797 1.91016c-114.88 0 -208 -28.6797 -208 -64.0801c0 -35.3994 93.1201 -64.0898 208 -64.0898z" /> + <glyph glyph-name="drum-steelpan" unicode="" horiz-adv-x="576" +d="M288 416c159.06 0 288 -57.3096 288 -128v-192c0 -70.6904 -128.94 -128 -288 -128s-288 57.3096 -288 128v192c0 70.6904 128.94 128 288 128zM205.01 257.64c5.11035 19.0605 2.49023 38.96 -7.37012 56.0508l-25.5996 44.3398 +c-73.9297 -13.6406 -124.04 -39.8701 -124.04 -70.0303c0 -30.7803 52.2305 -57.46 128.7 -70.8398c13.7695 9.91016 23.8594 23.8701 28.3096 40.4795zM288 208c21.0801 0 41.4102 1 60.8896 2.7002c-8.05957 26.1299 -32.1494 45.2998 -60.8896 45.2998 +s-52.8301 -19.1699 -60.8896 -45.2998c19.4795 -1.7002 39.8096 -2.7002 60.8896 -2.7002zM352 352v13.04c-20.4004 1.87988 -41.7998 2.95996 -64 2.95996s-43.5996 -1.08008 -64 -2.95996v-13.04c0 -35.29 28.71 -64 64 -64s64 28.71 64 64zM398.93 217.1 +c76.6699 13.3604 129.07 40.0703 129.07 70.9004c0 30.21 -50.2803 56.5 -124.44 70.0996l-25.6494 -44.4199c-9.87012 -17.0801 -12.4902 -36.9795 -7.37988 -56.04c4.45996 -16.6396 14.5898 -30.6299 28.3994 -40.54z" /> + <glyph glyph-name="feather-alt" unicode="" +d="M512 448c-1.80957 -26.2598 -11.71 -132.86 -53.6201 -234.79l-106.54 -53.21h81.1406c-9.08008 -16.4102 -19.2002 -32.2305 -30.4502 -47.1201l-146.79 -48.8799h100.95c-35.5605 -30.0703 -79.1006 -51.0996 -132.58 -56.54 +c-41.8105 -4.83008 -83.8701 -7.21973 -125.96 -7.36035l-57.1309 -57.0693c-9.38965 -9.37012 -24.5996 -9.37012 -33.9795 0s-9.37988 24.5693 0 33.9395l259.5 259.24c6.25 6.25 6.25 16.3799 0 22.6299s-16.4004 6.25 -22.6504 0l-178.87 -178.689 +c1.15039 26.7998 2.90039 53.5801 5.99023 80.2393c25.4307 249.41 389.21 284.051 440.99 287.61z" /> + <glyph glyph-name="file-contract" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8 +h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 312v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM256.81 64c-4.19922 0 -8.13965 2.44043 -10.1592 6.5 +c-11.9502 23.8604 -46.2305 30.3496 -66 14.1602l-13.8809 41.6396c-3.28906 9.82031 -12.4297 16.4102 -22.7695 16.4102s-19.4805 -6.59961 -22.7803 -16.4102l-18.1895 -54.6396c-1.53027 -4.58008 -5.81055 -7.66016 -10.6406 -7.66016h-12.3896 +c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h12.3896c18.6201 0 35.1104 11.8701 41 29.5303l10.6104 31.8799l16.8301 -50.46c2.03027 -6.14062 7.58008 -10.4404 14.0303 -10.8906c0.389648 -0.0292969 0.759766 -0.0498047 1.13965 -0.0498047h0.00976562 +c5.45508 0 11.8613 3.96094 14.2998 8.83984l7.6709 15.3408c2.7998 5.59961 7.93945 6.18945 10.0195 6.18945s7.21973 -0.599609 10.1699 -6.51953c7.37012 -14.7207 22.1904 -23.8604 38.6396 -23.8604h47.1904c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16h-47.1904z +M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" /> + <glyph glyph-name="file-download" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM300.45 100.64c10.1299 10.0703 3.00977 27.3604 -11.2705 27.3604h-65.1797v80 +c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-80h-65.1797c-14.2803 0 -21.4004 -17.29 -11.25 -27.3604l96.4199 -95.6992c6.64941 -6.61035 17.3896 -6.61035 24.04 0zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961 +c6.40039 0 12.5 -2.5 17 -7z" /> + <glyph glyph-name="file-export" unicode="" horiz-adv-x="576" +d="M384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004zM571 140c6.59961 -6.59961 6.59961 -17.4004 0 -24l-95.7002 -96.5c-10.0996 -10.0996 -27.3994 -3 -27.3994 11.2998v65.2002h-64v64h64v65.0996 +c0 14.3008 17.2998 21.4004 27.3994 11.3008zM192 112c0 -8.7998 7.2002 -16 16 -16h176v-136c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24h136v-128h-176 +c-8.7998 0 -16 -7.2002 -16 -16v-32z" /> + <glyph glyph-name="file-import" unicode="" +d="M16 160h112v-64h-112c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16zM505 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM352 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24 +h-336c-13.2998 0 -24 10.7002 -24 24v136h127.9v-65.0996c0 -14.3008 17.2998 -21.4004 27.3994 -11.3008l95.7002 96.4004c6.59961 6.59961 6.59961 17.2998 0 24l-95.5996 96.5c-10.1006 10.0996 -27.4004 3 -27.4004 -11.2998v-65.2002h-128v264 +c0 13.2998 10.7002 24 24 24h200v-136z" /> + <glyph glyph-name="file-invoice" unicode="" horiz-adv-x="384" +d="M288 192v-64h-192v64h192zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464 +c0 13.2998 10.7002 24 24 24h200v-136zM64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 312v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16 +c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM320 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8zM320 208c0 8.83984 -7.16016 16 -16 16h-224 +c-8.83984 0 -16 -7.16016 -16 -16v-96c0 -8.83984 7.16016 -16 16 -16h224c8.83984 0 16 7.16016 16 16v96z" /> + <glyph glyph-name="file-invoice-dollar" unicode="" horiz-adv-x="384" +d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136z +M64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 296c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8 +v-16zM208 32.1201c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104 +c4.55957 0 8.94922 -1.29004 12.8193 -3.71973c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v24.29c0 4.41992 -3.58008 8 -8 8h-16 +c-4.41992 0 -8 -3.58008 -8 -8v-24.1201c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104 +c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-24.29c0 -4.41992 3.58008 -8 8 -8h16 +c4.41992 0 8 3.58008 8 8v24.1201z" /> + <glyph glyph-name="file-prescription" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM292.53 132.52c-6.25 6.25 -16.3799 6.25 -22.6299 0l-29.9004 -29.8994l-33.46 33.46 +c19.8398 10.8701 33.46 31.7002 33.46 55.9199c0 35.3496 -28.6504 64 -64 64h-80c-8.83984 0 -16 -7.16016 -16 -16v-160c0 -8.83984 7.16016 -16 16 -16h16c8.83984 0 16 7.16016 16 16v48h18.7402l59.3193 -59.3096l-30.0596 -30.0605 +c-6.25 -6.25 -6.25 -16.3799 0 -22.6299l11.3096 -11.3096c6.25 -6.25 16.3809 -6.25 22.6309 0l30.0596 30.0596l30.0596 -30.0703c6.25 -6.25 16.3809 -6.25 22.6309 0l11.3096 11.3105c6.25 6.25 6.25 16.3799 0 22.6299l-30.0596 30.0596l29.8994 29.9004 +c6.25 6.25 6.25 16.3799 0 22.6299zM176 176h-48v32h48c8.82031 0 16 -7.17969 16 -16s-7.17969 -16 -16 -16zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" /> + <glyph glyph-name="file-signature" unicode="" horiz-adv-x="576" +d="M218.17 23.8604c7.25 -14.4707 21.71 -23.4404 37.8301 -23.75l128 -0.110352v-40c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24h136.01v-46.5498l-128 -127.09 +v-82.1201c-3.87012 0.30957 -7.46973 2.47949 -9.35938 6.25977c-11.9404 23.8604 -46.25 30.3496 -66 14.1602l-13.8809 41.6396c-3.28906 9.82031 -12.4297 16.4102 -22.7695 16.4102s-19.4805 -6.59961 -22.7803 -16.4102l-18.1895 -54.6396 +c-1.53027 -4.58008 -5.81055 -7.66016 -10.6406 -7.66016h-12.3896c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h12.3896c18.6201 0 35.1104 11.8701 41 29.5303l10.6104 31.8799l16.8301 -50.4697c4.4502 -13.46 23.1104 -14.8701 29.4795 -2.09082 +l7.6709 15.3408c2.7998 5.59961 7.93945 6.18945 10.0195 6.18945s7.21973 -0.599609 10.1699 -6.51953zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004zM288 101.04l162.79 161.62l67.8799 -67.8799 +l-161.68 -162.78h-68.9902v69.04zM568.54 280.67c9.9502 -9.93945 9.9502 -26.0703 0 -36.0098l-27.25 -27.25l-67.8799 67.8799l27.25 27.25c9.93945 9.94043 26.0703 9.94043 36.0098 0z" /> + <glyph glyph-name="file-upload" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM289.18 95.9902c14.2803 0 21.4004 17.29 11.25 27.3594l-96.4199 95.7002 +c-6.64941 6.61035 -17.3896 6.61035 -24.04 0l-96.4199 -95.7002c-10.1396 -10.0693 -3.00977 -27.3594 11.2705 -27.3594h65.1797v-80c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v80h65.1797zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128 +v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" /> + <glyph glyph-name="fill" unicode="" +d="M502.63 230.94c12.4902 -12.5 12.4902 -32.7607 0 -45.2607l-221.57 -221.569c-18.75 -18.75 -43.3096 -28.1201 -67.8799 -28.1201c-24.5596 0 -49.1201 9.37988 -67.8701 28.1201l-117.189 117.189c-37.4902 37.4902 -37.4902 98.2598 0 135.75l94.7598 94.7598 +l-86.1895 86.1807c-6.24023 6.25 -6.24023 16.3799 0 22.6299l22.6191 22.6104c6.24023 6.25 16.3809 6.25 22.6201 0l86.1807 -86.1807l81.5801 81.5801c6.23926 6.25 14.4297 9.37012 22.6191 9.37012c8.19043 0 16.3809 -3.12012 22.6309 -9.37012zM386.41 159.97 +l48.3496 48.3398l-162.45 162.44l-58.9492 -58.9502l58.6094 -58.5996c12.4902 -12.4902 12.4902 -32.75 0 -45.2402c-12.4893 -12.4902 -32.75 -12.4902 -45.2393 0l-58.6104 58.5996l-81.6104 -81.6094l-13.1494 -13.1504 +c-3.86035 -3.84961 -6.07031 -7.99023 -7.43066 -11.8301h320.48z" /> + <glyph glyph-name="fill-drip" unicode="" horiz-adv-x="576" +d="M512 128c0 0 64 -92.6504 64 -128s-28.6602 -64 -64 -64s-64 28.6504 -64 64s64 128 64 128zM502.63 230.94c12.4902 -12.5 12.4902 -32.75 -0.00976562 -45.25l-221.57 -221.57c-18.7402 -18.75 -43.2998 -28.1201 -67.8701 -28.1201 +c-24.5596 0 -49.1299 9.37988 -67.8701 28.1201l-117.189 117.189c-37.4902 37.4902 -37.4902 98.2705 0 135.75l94.7598 94.7607l-86.1895 86.1797c-6.24023 6.24023 -6.24023 16.3701 0 22.6201l22.6191 22.6201c6.24023 6.25 16.3701 6.25 22.6201 0l86.1807 -86.1904 +l81.5801 81.5801c6.23926 6.25 14.4297 9.37012 22.6191 9.37012c8.19043 0 16.3809 -3.12012 22.6309 -9.37012zM386.41 159.97l48.3398 48.3398l-162.44 162.44l-58.9492 -58.9502l58.5996 -58.5996c12.4902 -12.4902 12.4902 -32.75 0 -45.2402 +s-32.75 -12.4902 -45.2402 0l-58.5996 58.5996l-81.6104 -81.6094l-13.1494 -13.1504c-3.86035 -3.84961 -6.07031 -7.99023 -7.43066 -11.8301h320.48z" /> + <glyph glyph-name="fingerprint" unicode="" +d="M256.12 202.04c13.2598 0 24 -10.75 23.9902 -24c1.55957 -99.1104 -15.9502 -176.61 -29.4805 -224.521c-2.97949 -10.5996 -12.6104 -17.5195 -23.0898 -17.5195c-20.9697 0 -25.8496 20.7695 -23.1201 30.4902c19.5605 69.6494 28.8398 139.3 27.7002 211.55 +c0 13.2598 10.75 24 24 24zM255.26 283.77c56.9707 -0.839844 104.03 -46.9199 104.91 -102.72c0.790039 -50.8994 -2.99023 -102.08 -11.2695 -152.109c-0.770508 -4.6709 -7.61035 -23.1006 -27.5801 -19.7705c-13.0703 2.16016 -21.9307 14.5205 -19.7607 27.5801 +c7.80078 47.2197 11.3809 95.5 10.6104 143.55c-0.469727 30.1299 -26.3096 55 -57.6201 55.4697c-34.5303 0.150391 -54.8594 -26.3896 -54.4502 -52.3398c0.800781 -51.4395 -4.0293 -102.93 -14.3691 -153.02c-2.69043 -12.9805 -15.3105 -21.3105 -28.3604 -18.6406 +c-12.9697 2.6709 -21.3301 15.3809 -18.6396 28.3604c9.61914 46.6396 14.1191 94.6104 13.3691 142.55c-0.849609 54.0205 41.9004 101.16 103.16 101.09zM144.57 303.55c10.2793 -8.37012 11.8398 -23.4795 3.48926 -33.7598 +c-18.7998 -23.0898 -28.4697 -51.0898 -28 -80.9697c0.640625 -40.6699 -2.66992 -81.4902 -9.85938 -121.33c-0.820312 -4.5498 -7.78027 -22.8604 -27.8906 -19.3604c-13.0498 2.36035 -21.6992 14.8398 -19.3594 27.8896c6.63965 36.7803 9.7002 74.4707 9.10938 112.051 +c-0.639648 40.7197 13.1309 80.5 38.75 112c8.39062 10.2793 23.46 11.8193 33.7607 3.47949zM254.04 365.88c101.09 -1.5 184.6 -83.0801 186.16 -181.83c0.0615234 -3.97852 0.111328 -10.4375 0.111328 -14.417c0 -29.1934 -2.68848 -76.4277 -6.00195 -105.433 +c-1.06934 -9.23047 -9.85938 -23.0605 -26.5791 -21.1104c-13.1602 1.5 -22.6104 13.4102 -21.1104 26.5801c4.2998 37.5205 6.16992 75.75 5.58008 113.63c-1.15039 73.0801 -63.4502 133.45 -138.88 134.58c-11.5303 0.0800781 -22.9502 -1.08008 -34 -3.68945 +c-12.8906 -3 -25.8301 4.93945 -28.8906 17.8291c-3.04004 12.9102 4.94043 25.8301 17.8301 28.8906c14.9102 3.53027 30.3701 5.37988 45.7803 4.96973zM506.11 244.43c6.22949 -28.2295 6.00977 -50.1602 5.83008 -72.3398 +c-0.110352 -13.1895 -10.8301 -23.7998 -24 -23.7998h-0.200195c-13.25 0.110352 -23.9102 10.9297 -23.7998 24.2002c0.209961 24.1895 0.00976562 40.1895 -4.7002 61.5996c-2.86035 12.9502 5.31934 25.75 18.2598 28.6104 +c13.0996 2.92969 25.75 -5.35059 28.6104 -18.2705zM465.99 335.15c7.62012 -10.8408 5 -25.8105 -5.83984 -33.4307c-10.8604 -7.58984 -25.8105 -5 -33.4199 5.86035c-39.8906 56.8301 -105.171 91.3604 -174.62 92.3896 +c-56.3408 0.810547 -108.92 -20.0596 -147.681 -58.8594c-37.1201 -37.1406 -57.1094 -86.5 -56.2793 -139l-0.160156 -23.6406c-0.379883 -13 -11.0498 -23.2998 -23.9707 -23.2998c-0.239258 0 -0.489258 0 -0.719727 0.0205078 +c-13.25 0.379883 -23.6699 11.4395 -23.2803 24.6895l0.120117 21.4697c-1.04004 65.6104 23.9502 127.28 70.3203 173.71c48.0098 48.0303 112.56 73.7607 182.35 72.9209c84.79 -1.27051 164.48 -43.4404 213.181 -112.83z" /> + <glyph glyph-name="fish" unicode="" horiz-adv-x="576" +d="M327.1 352c137.46 0 248.9 -128 248.9 -160s-111.44 -160 -248.9 -160c-89.9697 0 -168.55 54.7695 -212.279 101.62l-87.3301 -66.0498c-12.1299 -9.16992 -30.2402 0.599609 -27.1406 14.6602l24.1904 109.77l-24.1797 109.76 +c-3.10059 14.0605 15.0098 23.8398 27.1396 14.6602l87.3301 -66.0498c43.7295 46.8604 122.3 101.63 212.27 101.63zM414.53 168c13.25 0 24 10.75 24 24c0 13.2598 -10.7402 24 -24 24c-13.25 0 -24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" /> + <glyph glyph-name="flushed" unicode="" horiz-adv-x="496" +d="M344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248 +s-248 111 -248 248s111 248 248 248zM80 224c0 -39.7998 32.2002 -72 72 -72s72 32.2002 72 72s-32.2002 72 -72 72s-72 -32.2002 -72 -72zM312 48c21.2002 0 21.2002 32 0 32h-128c-21.2002 0 -21.2002 -32 0 -32h128zM344 152c39.7998 0 72 32.2002 72 72 +s-32.2002 72 -72 72s-72 -32.2002 -72 -72s32.2002 -72 72 -72z" /> + <glyph glyph-name="frown-open" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM323.3 56.7002c11.4004 -3.5 22.5 6.2002 20.5 18.0996 +c-7 39.9004 -60.0996 61.2002 -95.7998 61.2002s-88.7998 -21.2002 -95.7998 -61.2002c-2 -11.7998 9 -21.5996 20.5 -18.0996c31.2002 9.59961 59.3994 15.2998 75.2998 15.2998s44.0996 -5.7002 75.2998 -15.2998zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32 +s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="glass-martini-alt" unicode="" +d="M502.05 390.4l-214.05 -214.04v-192.36h56c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v192.36l-214.05 214.04c-21.25 21.2598 -6.2002 57.5996 23.8496 57.5996h444.4 +c30.0498 0 45.0996 -36.3398 23.8496 -57.5996zM443.77 400h-375.529l48 -48h279.529z" /> + <glyph glyph-name="globe-africa" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM408 224.5c0 8.55957 6.94043 15.5 15.5 15.5h18.4297c-19.0693 76.9805 -82.6992 136.37 -161.92 149.21v-21.7002c0 -8.55957 -6.93945 -15.5 -15.5 -15.5 +h-24.21c-5.17969 0 -10.0195 -2.58984 -12.8896 -6.89941l-8.08008 -12.1104c-2.13965 -3.20996 -5.40039 -5.5 -9.13965 -6.44043l-14.4502 -3.60938c-6.90039 -1.73047 -11.7402 -7.93066 -11.7402 -15.04v-4.40039c0 -8.55957 6.94043 -15.5 15.5 -15.5h90.0498 +h0.00292969c3.54297 0 8.45215 -2.0332 10.957 -4.54004l6.91992 -6.91992c2.91016 -2.91016 6.85059 -4.54004 10.96 -4.54004h10.0908c8.55957 0 15.5 -6.93945 15.5 -15.5c0 -6.66992 -4.27051 -12.5898 -10.6006 -14.7002l-47.3096 -15.7695 +c-3.90039 -1.2998 -8.15039 -1 -11.8301 0.839844l-14.7207 7.36035c-7.5791 3.7998 -15.9492 5.76953 -24.4297 5.76953h-0.889648c-10.0527 -0.00195312 -24.7383 -4.89941 -32.7803 -10.9297l-27.5801 -20.6904c-13.75 -10.3193 -21.8496 -26.5098 -21.8496 -43.6992 +v-14.0605c0.00195312 -12.4902 7.16992 -29.7959 16 -38.6299c10.25 -10.2402 24.1396 -16 38.6299 -16h25.8799c8.55957 0 15.5 -6.94043 15.5 -15.5v-29.8896v-0.00390625c0 -10.2822 3.73145 -26.0898 8.33008 -35.2861 +c4.7002 -9.40039 14.3096 -15.3398 24.8203 -15.3398c8.19824 0.000976562 18.542 5.53809 23.0898 12.3594l13.0293 19.5498c5.9248 8.88477 17.125 21.9482 25 29.1602c2.4707 2.27051 4.14062 5.27051 4.76074 8.56055l4.2998 22.8301 +c0.439453 2.3291 1.41016 4.5293 2.83008 6.42969l18.7402 24.9795c2.00977 2.68066 3.09961 5.9502 3.09961 9.30078v11.3398c0 8.55957 -6.94043 15.5 -15.5 15.5h-8.20996c-5.17969 0 -10.0205 2.58984 -12.8896 6.89941l-13.2402 19.8604 +c-5.66992 8.50977 -1.70996 20.0703 7.99023 23.2998l2.64941 0.879883c1.31641 0.4375 3.50977 0.792969 4.89746 0.792969c2.5918 0 6.44531 -1.16602 8.60254 -2.60254l18.21 -12.1396c2.15527 -1.43945 6.00781 -2.60742 8.59961 -2.60742 +c2.01953 0 5.125 0.733398 6.93066 1.63672l15.3896 7.7002c5.25 2.62012 8.57031 7.99023 8.57031 13.8604v6.92969z" /> + <glyph glyph-name="globe-americas" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM330.29 82.4004c7.56934 7.52832 13.7168 22.3037 13.7197 32.9795v0.00488281c0 6.97266 -4 16.6338 -8.92969 21.5654l-13.6904 13.6895 +c-6.00977 6 -14.1396 9.37012 -22.6299 9.37012h-66.75c-9.41016 4.70996 -21.4795 32 -32 32c-10.5195 0 -20.8994 2.4502 -30.3096 7.16016l-11.0801 5.54004c-4.0498 2.03027 -6.61035 6.16016 -6.61035 10.6904v0.00292969c0 4.75391 3.66016 9.83301 8.16992 11.3369 +l31.1699 10.3896c1.3584 0.452148 3.62305 0.818359 5.05469 0.818359c3.30078 0 8.00293 -1.75488 10.4961 -3.91797l9.2793 -8.06055c1.4502 -1.25977 3.31055 -1.95996 5.24023 -1.95996h5.63965c5.94043 0 9.81055 6.25977 7.15039 11.5801l-15.5898 31.1904 +c-0.464844 0.931641 -0.84082 2.53223 -0.84082 3.57227c0 1.86621 1.08398 4.43555 2.4209 5.7373l9.91992 9.65039c1.5 1.45996 3.5 2.26953 5.58008 2.26953h8.99023h0.00292969c1.82812 0 4.3623 1.04883 5.65625 2.33984l8 8 +c3.12012 3.12012 3.12012 8.19043 0 11.3105l-4.68945 4.68945c-3.12012 3.12012 -3.12012 8.19043 0 11.3105l10.3398 10.3398l4.69043 4.67969c6.25 6.25 6.25 16.3799 0 22.6299l-28.3008 28.3008c-8.26953 -0.310547 -16.3994 -1.12988 -24.3896 -2.41992v-11.3008 +c0 -11.8994 -12.5195 -19.6299 -23.1602 -14.3096l-24.0098 12.0098c-45.8398 -19.8496 -82.7305 -56.3896 -103.2 -101.89c9.92969 -14.7197 25.21 -37.3701 34.5898 -51.1406c4.29395 -6.3252 12.3848 -15.6172 18.0605 -20.7393l0.799805 -0.720703 +c9.5498 -8.60938 20.1699 -15.9697 31.6504 -21.75c14 -7.0498 34.4395 -18.1592 48.8096 -26.1094c10.1904 -5.62988 16.46 -16.3301 16.46 -27.9707v-32.0098c0 -8.49023 3.37012 -16.6299 9.37012 -22.6299c14.9902 -14.9902 24.3203 -38.6299 22.6299 -51.25v-27.3799 +c14.6504 0 28.8896 1.69043 42.6504 4.69043l17.3896 46.8496c2.04004 5.49023 3.25977 11.21 4.76953 16.8701c1.07031 4.00977 3.18066 7.70996 6.1709 10.71c3.31934 3.33008 7.40918 7.39941 11.3096 11.2803zM417 173.75l29.1797 -7.29004 +c1.08008 8.37988 1.82031 16.8701 1.82031 25.54c0 32.1299 -7.7998 62.4102 -21.3203 89.3301l-12.9795 -6.49023c-3.74023 -1.85938 -6.91992 -4.67969 -9.24023 -8.14941l-19.5898 -29.3809c-2.22754 -3.33594 -4.03516 -9.29883 -4.03516 -13.3096 +s1.80762 -9.97363 4.03516 -13.3096l17.9795 -26.9707c3.31055 -4.96973 8.36035 -8.51953 14.1504 -9.96973z" /> + <glyph glyph-name="globe-asia" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM236.66 199.77l17.3701 28.9502c1.7998 2.99023 6.2002 2.82031 7.75977 -0.299805c1.34961 -2.70996 4.12012 -4.41992 7.15039 -4.41992h3.05957 +c4.41992 0 8 3.58008 8 8v78.1201c0 6.05957 -3.41992 11.5996 -8.83984 14.3096l-10.8301 5.41016c-5.49023 2.75 -5.96973 10.4004 -0.860352 13.8105l50.1602 38.5293c-19.4297 6.31055 -40.1201 9.82031 -61.6299 9.82031c-110.28 0 -200 -89.7197 -200 -200 +c0 -10.9199 1.12012 -21.5498 2.80957 -31.9902h62.5703c4.24023 0 8.31055 1.69043 11.3105 4.69043l19.4697 19.46c3.85938 3.85938 10.3701 2.7998 12.8096 -2.08008l22.6201 -45.2305c2.70996 -5.42969 8.25 -8.84961 14.3105 -8.84961h6.10938 +c8.83984 0 16 7.16016 16 16v9.37012c0 4.24023 -1.68945 8.30957 -4.68945 11.3096l-5.66016 5.66016c-3.12012 3.12012 -3.12012 8.19043 0 11.3105l5.66016 5.65918c3 3 7.06934 4.69043 11.3096 4.69043h0.310547c5.61914 0 10.8291 2.9502 13.7197 7.76953z +M408 89.5703l-0.00976562 24.5996c0 4.24023 -1.69043 8.31055 -4.69043 11.3105l-11.9102 11.9092c-1.5 1.5 -2.33984 3.54004 -2.33984 5.66016v12.9307c0 2.20996 -1.79004 4 -4 4h-6.05957c-1.78027 0 -3.33984 -1.1709 -3.83984 -2.88086l-4.2002 -14.4697 +c-0.490234 -1.7002 -2.06055 -2.87988 -3.83984 -2.87988h-3.80078c-1.4707 0.000976562 -3.12305 1.10254 -3.68945 2.45996l-5.35059 12.8496c-1.23926 2.99023 -4.15918 4.93066 -7.38965 4.93066h-12.0898h-0.0117188c-1.4082 0 -3.48145 -0.663086 -4.62793 -1.48047 +l-23.71 -16.8896c-1.73047 -1.23047 -3.61035 -2.25977 -5.59082 -3.0498l-39.3398 -15.7402c-3.04004 -1.21973 -5.0293 -4.16016 -5.0293 -7.42969v-10.2002v-0.00292969c0 -1.8291 1.04785 -4.36328 2.33984 -5.65723l11.9102 -11.9102 +c3 -3 7.06934 -4.68945 11.3096 -4.68945h10.3398c1.31055 0 2.61035 0.15918 3.87988 0.479492l21.2705 5.32031c1.76465 0.441406 4.67383 0.798828 6.49316 0.798828c6.12012 0 14.5986 -3.51172 18.9268 -7.83887l13.0098 -13.0098 +c3 -3 7.07031 -4.69043 11.3096 -4.69043h15.1602c4.24023 0 8.31055 1.69043 11.3105 4.69043l9.56934 9.56934c3 3 4.69043 7.07031 4.69043 11.3105z" /> + <glyph glyph-name="grimace" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM144 48v40h-40v-8c0 -17.7002 14.2998 -32 32 -32h8zM144 104v40h-8c-17.7002 0 -32 -14.2998 -32 -32v-8h40zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32 +s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM208 48v40h-48v-40h48zM208 104v40h-48v-40h48zM272 48v40h-48v-40h48zM272 104v40h-48v-40h48zM336 48v40h-48v-40h48zM336 104v40h-48v-40h48zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32 +s14.2998 -32 32 -32zM392 80v8h-40v-40h8c17.7002 0 32 14.2998 32 32zM392 104v8c0 17.7002 -14.2998 32 -32 32h-8v-40h40z" /> + <glyph glyph-name="grin" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32 +s32 14.2998 32 32s-14.2998 32 -32 32zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.39941 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002 +c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-alt" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM311.7 311.3c-12.4004 -18.3994 -15.2002 -36.8994 -15.7002 -55.2998c0.599609 -18.4004 3.2998 -36.9004 15.7002 -55.2998c8 -11.7002 25.0996 -11.4004 32.7002 0 +c12.3994 18.3994 15.1992 36.8994 15.6992 55.2998c-0.599609 18.4004 -3.2998 36.9004 -15.6992 55.2998c-8 11.7002 -25.1006 11.4004 -32.7002 0zM151.7 311.3c-12.4004 -18.3994 -15.2002 -36.8994 -15.7002 -55.2998 +c0.599609 -18.4004 3.2998 -36.9004 15.7002 -55.2998c8 -11.7002 25.0996 -11.4004 32.7002 0c12.3994 18.3994 15.1992 36.8994 15.6992 55.2998c-0.599609 18.4004 -3.2998 36.9004 -15.6992 55.2998c-8 11.7002 -25.1006 11.4004 -32.7002 0zM248 16 +c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004 +c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7998 -11.7998 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006 +c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM168 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17 +c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998 +c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.3008 3.7002 -22.7002 -6 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-beam-sweat" unicode="" horiz-adv-x="504" +d="M456 320c-26.5 0 -48 21 -48 47c0 20 28.5 60.4004 41.5996 77.7998c3.2002 4.2998 9.60059 4.2998 12.8008 0c13.0996 -17.3994 41.5996 -57.7998 41.5996 -77.7998c0 -26 -21.5 -47 -48 -47zM456 288c6.7998 0 13.2002 1.09961 19.5 2.59961 +c13.0996 -30.1992 20.5 -63.5 20.5 -98.5996c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248c50.2998 0 97 -15.0996 136.1 -40.7998c-7.7998 -18 -8.09961 -27.7998 -8.09961 -32.2002c0 -43.5996 35.9004 -79 80 -79zM328 296 +c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7998 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5 +c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM168 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17 +c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7002 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002 +s-92.9004 5.5 -123.1 15.2002c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-hearts" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM90.4004 264.4c-7.7002 -20.2002 3.7998 -41.8008 24.1992 -47.2002l70.2002 -18.2002c4.60059 -1.2002 9.2998 1.5 10.5 6l19.4004 69.9004 +c5.59961 20.2998 -7.40039 41.0996 -28.7998 44.5c-18.7002 3 -36.5 -9.80078 -41.5 -27.9004l-2 -7.09961l-7.10059 1.89941c-18.2002 4.7998 -38.2002 -4.2998 -44.8994 -21.8994zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998 +c1.90039 11.7998 -9.2998 21.5 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998zM381.4 217.3 +c20.3994 5.2998 31.8994 26.9004 24.1992 47.2002c-6.69922 17.5996 -26.6992 26.5996 -44.8994 21.9004l-7.10059 -1.90039l-2 7.09961c-5.09961 18.1006 -22.8994 30.9004 -41.5 27.9004c-21.3994 -3.40039 -34.3994 -24.2002 -28.7998 -44.5l19.4004 -69.9004 +c1.2998 -4.5 6 -7.19922 10.5 -6z" /> + <glyph glyph-name="grin-squint" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 250.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998 +c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 280.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM248 16 +c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7002 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.3008 3.7002 -22.7002 -6 -20.7002 -17.9004 +c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-squint-tears" unicode="" +d="M409.6 336.1c-5.59961 -0.799805 -10.2998 3.90039 -9.5 9.40039c3.30078 22.5996 12 73.5 26.8008 88.2998c19.0996 19.2002 50.6992 18.9004 70.2998 -0.700195c19.5996 -19.5996 19.8994 -51 0.700195 -70.1992 +c-14.8008 -14.8008 -65.7002 -23.6006 -88.3008 -26.8008zM102.4 47.9004c5.59961 0.799805 10.2998 -3.90039 9.5 -9.40039c-3.30078 -22.5996 -12 -73.5 -26.8008 -88.2998c-19.1992 -19.2002 -50.5996 -18.9004 -70.1992 0.700195 +c-19.6006 19.5996 -19.9004 51.0996 -0.800781 70.1992c14.8008 14.8008 65.7002 23.6006 88.3008 26.8008zM414.1 304.4c24 3.5 42.1006 7.39941 56.5 11.5c54.8008 -94.9004 42 -218.2 -39.1992 -299.301c-81.2002 -81.0996 -204.5 -94 -299.301 -39.1992 +c4.10059 14.3994 8.10059 32.5 11.5 56.5c2.90039 20.5 -12.5 49.5996 -45.6992 45.6992c-24.1006 -3.5 -42.1006 -7.39941 -56.5 -11.5c-54.8008 94.9004 -41.9004 218.2 39.1992 299.301c81.2002 81.0996 204.5 94 299.301 39.1992 +c-4.10059 -14.3994 -8.10059 -32.5 -11.5 -56.5c-2.90039 -20.5996 12.6992 -49.5996 45.6992 -45.6992zM255.7 342l-22.5 -90.5996c-2.2002 -8.60059 5.59961 -16.7002 14.5 -14.5l90.5 22.5996c13.0996 3.2998 11.5996 22.4004 -1.7998 23.5996l-52.3008 4.80078 +l-4.7998 52.2998c-1.2002 13.2998 -20.2998 15 -23.5996 1.7998zM164.8 111.7c1.2998 -13.4004 20.4004 -14.9004 23.5 -1.7002l22.6006 90.5c2.19922 8.7002 -5.7002 16.7002 -14.5 14.5l-90.5 -22.5996c-13.1006 -3.30078 -11.6006 -22.4004 1.7998 -23.6006 +l52.2998 -4.7998zM380.5 67.5c42.7998 42.9004 68 122.3 35.7002 167.6c-7.10059 9.90039 -21.9004 8.5 -27.2998 -2c-14.6006 -28.1992 -42.4004 -63.8994 -76.3008 -97.7998c-33.8994 -33.8994 -69.5 -61.7002 -97.7998 -76.2998 +c-10.7002 -5.40039 -11.7998 -20.2998 -2 -27.2002c14.4004 -10.2002 32.1006 -14.7002 51 -14.7002c41 0 87.4004 21.1006 116.7 50.4004z" /> + <glyph glyph-name="grin-stars" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM94.5996 279.1c-6.19922 -1 -8.89941 -8.59961 -4.2998 -13.2998l25.4004 -24.5996l-6 -34.9004c-1 -6.2002 5.2998 -11 11 -7.89941l31.2998 16.2998l31.2002 -16.2002 +c5.7002 -3.09961 12 1.7002 11 7.90039l-6 34.8994l25.3994 24.6006c4.60059 4.59961 1.90039 12.1992 -4.2998 13.1992l-34.8994 5l-15.5 31.6006c-2.90039 5.7998 -11 5.7998 -13.9004 0l-15.5 -31.6006zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998 +c1.90039 11.7998 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998zM405.7 265.9 +c4.59961 4.59961 1.89941 12.1992 -4.40039 13.0996l-34.8994 5l-15.5 31.5996c-2.90039 5.80078 -11 5.80078 -13.9004 0l-15.5 -31.5996l-34.9004 -5c-6.19922 -1 -8.7998 -8.59961 -4.2998 -13.2002l25.4004 -24.5996l-6 -34.9004c-1 -6.2002 5.2998 -11 11 -7.89941 +l31.2998 16.2998l31.2998 -16.2002c5.7002 -3.09961 12 1.7002 11 7.90039l-6 34.8994z" /> + <glyph glyph-name="grin-tears" unicode="" horiz-adv-x="640" +d="M102.4 191.9c5.59961 0.799805 10.2998 -3.90039 9.5 -9.40039c-3.30078 -22.5996 -12 -73.5 -26.8008 -88.2998c-19.1992 -19.2002 -50.5996 -18.9004 -70.1992 0.700195c-19.6006 19.5996 -19.9004 51.0996 -0.800781 70.1992 +c14.8008 14.8008 65.7002 23.6006 88.3008 26.8008zM625.8 165.1c19.2002 -19.0996 18.7998 -50.6992 -0.799805 -70.2998c-19.5996 -19.5996 -51 -19.8994 -70.2002 -0.700195c-14.7998 14.8008 -23.5996 65.7002 -26.7998 88.3008c-0.799805 5.59961 4 10.2998 9.5 9.5 +c22.5996 -3.30078 73.5 -12 88.2998 -26.8008zM496.4 177.9c11.7998 -82.3008 29.8994 -100.4 35.7998 -106.301c0.899414 -1 2 -1.59961 3 -2.5c-42.7002 -74.6992 -123 -125.1 -215.2 -125.1s-172.5 50.4004 -215.2 125c1 0.900391 2.10059 1.59961 3 2.5 +c5.90039 6 24 24.0996 35.7998 106.4c2.90039 20.3994 -12.5 49.5996 -45.6992 45.6992c-8.90039 -1.2998 -16.8008 -2.69922 -24.3008 -4.09961c13.7002 124 118.7 220.5 246.4 220.5s232.7 -96.5 246.4 -220.5c-7.5 1.40039 -15.4004 2.7998 -24.3008 4.09961 +c-26.5996 3.80078 -49.5 -19.0996 -45.6992 -45.6992zM400 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17 +c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM240 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006 +c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM320 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004 +c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.7002 -22.7002 -6.2002 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" /> + <glyph glyph-name="grin-tongue" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5c24.7002 16.2002 43.5 38.0996 47.7998 63.7998c1.90039 11.7998 -9.2998 21.5 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002 +s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM168 208 +c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078v-64 +c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998 +c3.5 15.4004 20.2002 24.1006 34.5996 17.6006z" /> + <glyph glyph-name="grin-tongue-squint" unicode="" horiz-adv-x="496" +d="M293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078v-64c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006 +l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998c3.5 15.4004 20.2002 24.1006 34.5996 17.6006zM248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5 +c24.7002 16.2002 43.5 38.0996 47.7998 63.7998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.59961 -22.7002 -6.10059 -20.7002 -17.9004 +c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM214.2 229.7c7.7002 4.7002 7.7002 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18 +l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18zM377.2 199.7l-33.6006 40.2998l33.6006 40.2998c8.5 10.2998 -3.7002 24.9004 -15.4004 18l-80 -48c-7.7998 -4.7002 -7.7998 -15.8994 0 -20.5996l80 -48 +c11.5 -6.7998 24.1006 7.59961 15.4004 18z" /> + <glyph glyph-name="grin-tongue-wink" unicode="" horiz-adv-x="496" +d="M344 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5c24.7002 16.2002 43.5 38.0996 47.7998 63.7998 +c1.90039 11.7998 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5 +c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM192 215c8.40039 -7.40039 21.5996 -0.299805 20 10.7998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006 +c-1.7998 -11.0996 11.2998 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM344 176c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078 +v-64c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998 +c3.5 15.4004 20.2002 24.1006 34.5996 17.6006z" /> + <glyph glyph-name="grin-wink" unicode="" horiz-adv-x="496" +d="M0 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM200 240c0 17.7002 -14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32zM368 215c8.5 -7.40039 21.5996 -0.200195 20 10.7998 +c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM124.9 127.2c-11.4004 3.7002 -22.7002 -6 -20.7002 -17.9004 +c9.2998 -55 83.2002 -93.2998 143.8 -93.2998s134.6 38.2998 143.8 93.2998c1.90039 11.9004 -9.39941 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002z" /> + <glyph glyph-name="grip-horizontal" unicode="" horiz-adv-x="448" +d="M96 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM256 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64 +c0 17.6699 14.3301 32 32 32h64zM416 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM96 352c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64 +c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM256 352c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM416 352c17.6699 0 32 -14.3301 32 -32v-64 +c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64z" /> + <glyph glyph-name="grip-vertical" unicode="" horiz-adv-x="320" +d="M96 416c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM96 256c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64 +c0 17.6699 14.3301 32 32 32h64zM96 96c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 416c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64 +c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 256c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 96c17.6699 0 32 -14.3301 32 -32v-64 +c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64z" /> + <glyph glyph-name="headphones-alt" unicode="" +d="M160 160c17.6699 0 32 -14.3496 32 -32.0596v-127.881c0 -17.6992 -14.3301 -32.0596 -32 -32.0596h-16c-35.3496 0 -64 28.71 -64 64.1201v63.7598c0 35.4199 28.6504 64.1201 64 64.1201h16zM368 160c35.3496 0 64 -28.71 64 -64.1201v-63.7598 +c0 -35.4102 -28.6504 -64.1201 -64 -64.1201h-16c-17.6699 0 -32 14.3604 -32 32.0596v127.881c0 17.71 14.3301 32.0596 32 32.0596h16zM256 416c143.09 0 251.43 -119.13 256 -256v-112c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v112 +c0 114.67 -93.3301 207.8 -208 207.82c-114.67 -0.0205078 -208 -93.1504 -208 -207.82v-112c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v112c4.57031 136.87 112.91 256 256 256z" /> + <glyph glyph-name="headset" unicode="" +d="M192 240v-112c0 -17.6699 -14.3301 -32 -32 -32h-16c-35.3496 0 -64 28.6504 -64 64v48c0 35.3496 28.6504 64 64 64h16c17.6699 0 32 -14.3301 32 -32zM368 96h-16c-17.6699 0 -32 14.3301 -32 32v112c0 17.6699 14.3301 32 32 32h16c35.3496 0 64 -28.6504 64 -64v-48 +c0 -35.3496 -28.6504 -64 -64 -64zM256 448c142.82 0 251.42 -118.83 256 -256v-165.72c0 -49.8604 -40.4199 -90.2803 -90.2803 -90.2803h-181.72c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48h32c26.5098 0 48 -21.4902 48 -48h101.72 +c23.3506 0 42.2803 18.9297 42.2803 42.2803c0 0 -0.0400391 163.29 -0.120117 165.72h0.120117c0 114.69 -93.3096 208 -208 208s-208 -93.3096 -208 -208v-16c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v16c4.58008 137.17 113.18 256 256 256z +" /> + <glyph glyph-name="highlighter" unicode="" horiz-adv-x="544" +d="M0 -31.9805l68.3301 70.4707l67.04 -67.04l-35.4502 -35.4502zM124.61 208.03l41.5195 35.4395l173.34 -173.34l-35.5498 -41.6396c-9.5 -10.7705 -24.4199 -14.9805 -38.1504 -10.7803l-42.7393 13.0801l-50.8604 -50.8604l-96.2295 96.2305l50.9297 50.9395 +l-13.0498 42.8301c-0.876953 2.87891 -1.58887 7.65625 -1.58887 10.665c0 9.11328 5.5459 21.4043 12.3789 27.4355zM527.92 368.73c20.5 -20.5 21.5303 -53.3906 2.34961 -75.1309l-169.949 -199.06l-169.771 169.78l199.05 169.96 +c21.7402 19.1699 54.6309 18.1396 75.1201 -2.35059z" /> + <glyph glyph-name="hot-tub" unicode="" +d="M414.21 270.35c-3.15039 25.3906 -14.6104 47.9707 -31.9697 62.1406c-27.7305 22.6299 -45.79 58.0498 -50.1299 97.1602c-1.09082 9.7793 6.48926 18.3496 16 18.3496h16.1201c7.98926 0 14.7295 -6.13965 15.7393 -14.3398 +c3.16016 -25.4004 14.6104 -47.9805 31.9805 -62.1504c27.7295 -22.6299 45.79 -58.0498 50.1299 -97.1602c1.08008 -9.7793 -6.49023 -18.3496 -16 -18.3496h-16.1201c-8 0 -14.7295 6.13965 -15.75 14.3496zM306.21 270.35 +c-3.15039 25.3906 -14.6104 47.9707 -31.9697 62.1406c-27.7305 22.6299 -45.79 58.0498 -50.1299 97.1602c-1.09082 9.7793 6.48926 18.3496 16 18.3496h16.1201c7.98926 0 14.7295 -6.13965 15.7393 -14.3398c3.16016 -25.4004 14.6104 -47.9805 31.9805 -62.1504 +c27.7295 -22.6299 45.79 -58.0498 50.1299 -97.1602c1.08008 -9.7793 -6.49023 -18.3496 -16 -18.3496h-16.1201c-8 0 -14.7295 6.13965 -15.75 14.3496zM480 192c17.6699 0 32 -14.3301 32 -32v-160c0 -35.3496 -28.6504 -64 -64 -64h-384c-35.3496 0 -64 28.6504 -64 64 +v224c0 35.3496 28.6504 64 64 64h42.6699h0.00292969c11.7754 0 28.9775 -5.73438 38.3975 -12.7998l110.93 -83.2002h224zM128 8v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM224 8v112 +c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM320 8v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM416 8 +v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM64 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64z" /> + <glyph glyph-name="hotel" unicode="" horiz-adv-x="576" +d="M560 384h-16v-384h16c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-240v80c0 8.7998 -7.2002 16 -16 16h-32c-8.7998 0 -16 -7.2002 -16 -16v-80h-240c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h15.9805v384h-15.9805 +c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h544c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16zM256 339.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004 +c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM256 243.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004 +c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM128 339.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004 +c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM179.2 192c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004zM192 64h192c0 53.0195 -42.9805 96 -96 96s-96 -42.9805 -96 -96zM448 204.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM448 300.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004 +c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998z" /> + <glyph glyph-name="joint" unicode="" horiz-adv-x="640" +d="M444.34 266.9c-35.7803 25.0693 -60.3398 63.0098 -60.3398 106.699v66.4004c0 4.41992 3.58008 8 8 8h48c4.41992 0 8 -3.58008 8 -8v-62.3096c0 -29.0303 15.8496 -54.71 39.6602 -71.3203c35.3301 -24.6504 56.3398 -64.8203 56.3398 -108.061v-30.3096 +c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v30.3096c0 27.4307 -13.2803 52.9102 -35.6602 68.5908zM194.97 89.0195c22.3701 3.60059 45.0801 -4.30957 59.8203 -21.5098l112.72 -131.51h-88.5693c-98.6406 0 -195.29 27.7197 -278.94 80 +c59.6904 37.3096 126.03 61.9297 194.97 73.0195zM553.28 360.91c54.3096 -36.4102 86.7197 -97.1602 86.7197 -162.601v-30.3096c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v30.3096c0 50.1504 -25.21 96.6504 -67.3604 123.99 +c-18.4697 11.9805 -28.6396 33.3701 -28.6396 55.3906v62.3096c0 4.41992 3.58008 8 8 8h48c4.41992 0 8 -3.58008 8 -8v-62.3096c0 -6.82031 3.61035 -12.9805 9.28027 -16.7803zM360.89 95.9502h0.108398c16.2441 0 38.0049 -10.0127 48.5723 -22.3506l117.949 -137.6 +h-88.4492h-0.00292969c-16.248 0 -38.0146 10.0127 -48.5869 22.3496l-117.801 137.431c1.40039 0.0195312 53.8105 0.109375 88.21 0.169922zM616 96c13.25 0 24 -10.7402 24 -24v-112c0 -13.25 -10.75 -24 -24 -24h-17.4199h-0.00292969 +c-16.248 0 -38.0146 10.0127 -48.5869 22.3496l-117.99 137.65h184z" /> + <glyph glyph-name="kiss" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM304 52c0 13 -13.4004 27.2998 -35.2002 36.4004 +c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44c-8.40039 1.09961 -12.2002 -11.8008 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002c-6.10059 -2.59961 -6 -12.2998 0 -14.7998 +l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32 +s14.2998 -32 32 -32z" /> + <glyph glyph-name="kiss-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM209 220.1c4.2002 -7.5 15.5996 -4 15.0996 4.5c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004 +c-0.699219 -8.5 10.7002 -11.8994 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006zM304 52c0 13 -13.4004 27.2998 -35.2002 36.4004c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44 +c-8.40039 1.09961 -12.2002 -11.8008 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002c-6.10059 -2.59961 -6 -12.2998 0 -14.7998l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5 +l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM369 220.1c4.2002 -7.5 15.5996 -4 15.0996 4.5c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004 +c-0.699219 -8.5 10.8008 -11.7998 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006z" /> + <glyph glyph-name="kiss-wink-heart" unicode="" horiz-adv-x="504" +d="M501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002l-83 -21.5c-5.39941 -1.39941 -10.8994 1.7998 -12.3994 7.10059l-22.9004 82.5996c-6.59961 24 8.7998 48.5996 34 52.5996c22 3.5 43.1006 -11.5996 49 -33l2.2998 -8.39941l8.40039 2.2002 +c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM323.5 49.5c0 0 23.5996 -83.9004 23.9004 -84.5996c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248c0 -31.7998 -6.2002 -62.0996 -17.0996 -90 +c-6 1.5 -12.2002 2.7998 -18.6006 2.90039c-29.0996 49.7998 -98.0996 50.5996 -127.8 4.2998c-11.2998 -17.7002 -14.5996 -39.4004 -9 -59.7002zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM288 52 +c0 13 -13.4004 27.2998 -35.2002 36.4004c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44c-8.2002 1.19922 -12.4004 -11.7002 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002 +c-5.7002 -2.5 -6 -12.2998 0 -14.7998l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM304 231l9.7002 8.5 +c14.7998 13.2002 46.2002 13.2002 61 0l9.5 -8.5c8.5 -7.5 21.5 -0.299805 19.7998 10.7998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998z" /> + <glyph glyph-name="laugh" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32 +s32 14.2998 32 32s-14.2998 32 -32 32zM256 16c73.4004 0 134 55 142.9 126c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16z" /> + <glyph glyph-name="laugh-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM272 240.6c-0.700195 -8.59961 10.9004 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17 +c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM112 240.6c-0.700195 -8.5 10.7998 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006 +c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM398.9 142c1.19922 9.59961 -6.30078 18 -15.9004 18h-270 +c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" /> + <glyph glyph-name="laugh-squint" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 278.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998 +c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 308.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM398.9 142 +c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" /> + <glyph glyph-name="laugh-wink" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM268.1 241.9c-1.69922 -11.2002 11.5 -18.3008 19.9004 -10.9004l9.59961 8.59961c14.8008 13.2002 46.2002 13.2002 61 0l9.5 -8.5 +c8.40039 -7.5 21.5 -0.299805 19.8008 10.8008c-4 25.1992 -34.2002 42.0996 -59.9004 42.0996s-55.9004 -16.9004 -59.9004 -42.0996zM168 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM398.9 142 +c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" /> + <glyph glyph-name="luggage-cart" unicode="" horiz-adv-x="640" +d="M224 128c-17.6699 0 -32 14.3301 -32 32v160c0 17.6699 14.3301 32 32 32h32v-224h-32zM576 160c0 -17.6699 -14.3301 -32 -32 -32h-32v224h32c17.6699 0 32 -14.3301 32 -32v-160zM624 64c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-82.9404 +c1.79004 -5.03027 2.94043 -10.3604 2.94043 -16c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48c0 5.63965 1.15039 10.9697 2.94043 16h-197.881c1.79004 -5.03027 2.94043 -10.3604 2.94043 -16c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48 +c0 5.63965 1.15039 10.9697 2.94043 16h-82.9404c-8.83984 0 -16 7.16016 -16 16v368h-48c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-368h496zM480 352v-224h-192v272c0 26.5098 21.4902 48 48 48h96 +c26.5098 0 48 -21.4902 48 -48v-48zM432 352v48h-96v-48h96z" /> + <glyph glyph-name="map-marked" unicode="" horiz-adv-x="576" +d="M288 448c69.5898 0 126 -56.4102 126 -126c0 -56.2598 -82.3496 -158.8 -113.9 -196.02c-6.37988 -7.54004 -17.8096 -7.54004 -24.1992 0c-31.5508 37.2197 -113.9 139.76 -113.9 196.02c0 69.5898 56.4102 126 126 126zM20.1201 232.05l118.63 47.4502 +c5.17969 -14.8799 12.4102 -30.4404 21.25 -46.4199v-233.08l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v250.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71zM288 88.3301c14.0703 0 27.3799 6.17969 36.5098 16.9502 +c19.6699 23.2002 40.5703 49.6299 59.4902 76.7197v-245.99l-192 64v182c18.9199 -27.0996 39.8301 -53.5195 59.4902 -76.7197c9.12988 -10.7803 22.4395 -16.96 36.5098 -16.96zM554.06 286.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-250.32 +c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v288z" /> + <glyph glyph-name="map-marked-alt" unicode="" horiz-adv-x="576" +d="M288 448c69.5898 0 126 -56.4102 126 -126c0 -56.2598 -82.3496 -158.8 -113.9 -196.02c-6.37988 -7.54004 -17.8096 -7.54004 -24.1992 0c-31.5508 37.2197 -113.9 139.76 -113.9 196.02c0 69.5898 56.4102 126 126 126zM288 280c23.2002 0 42 18.7998 42 42 +s-18.7998 42 -42 42s-42 -18.7998 -42 -42s18.7998 -42 42 -42zM20.1201 232.05l118.63 47.4502c5.17969 -14.8799 12.4102 -30.4404 21.25 -46.4199v-233.08l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v250.32 +c0.00292969 11.959 9.0166 25.2686 20.1201 29.71zM288 88.3301c14.0703 0 27.3799 6.17969 36.5098 16.9502c19.6699 23.2002 40.5703 49.6299 59.4902 76.7197v-245.99l-192 64v182c18.9199 -27.0996 39.8301 -53.5195 59.4902 -76.7197 +c9.12988 -10.7803 22.4395 -16.96 36.5098 -16.96zM554.06 286.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-250.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v288z" /> + <glyph glyph-name="marker" unicode="" +d="M93.9502 157.97l75.3994 75.4004l128.021 -128.021l-75.4004 -75.3994c-44.8223 -44.8203 -132.335 -86.8428 -195.34 -93.7998c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l0.0302734 0.229492c7.00195 62.9189 49.0156 150.315 93.7803 195.08z +M485.49 421.49c35.3496 -35.3604 35.3496 -92.6699 0 -128.021l-165.49 -165.489l-128.02 128.02l98.4795 98.4697l-19.5898 19.5898l-87.1504 -87.1494c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6201 22.6201c-6.25 6.25 -6.25 16.3799 0 22.6299l104.12 104.12 +c15.6104 15.6201 40.9404 15.6201 56.5605 0l36.5596 -36.5498l21.7598 21.7598c35.3506 35.3496 92.6699 35.3496 128.021 0z" /> + <glyph glyph-name="medal" unicode="" +d="M223.75 317.25c-42.04 -6.55957 -79.8398 -25.6201 -109.56 -53.3896l-111.271 158.96c-7.41992 10.6094 0.160156 25.1797 13.1104 25.1797h111.149c10.0029 0 22.2959 -6.96191 27.4404 -15.54zM495.97 448c12.9502 0 20.5303 -14.5703 13.1104 -25.1797 +l-111.271 -158.95c-29.7197 27.7598 -67.5195 46.8203 -109.56 53.3799l69.1299 115.21c5.78027 9.63965 16.2002 15.54 27.4404 15.54h111.149zM256 288c97.2002 0 176 -78.7998 176 -176s-78.7998 -176 -176 -176s-176 78.7998 -176 176s78.7998 176 176 176z +M348.52 130.74c6.82031 6.63965 3.05078 18.2295 -6.34961 19.5898l-52.4297 7.63965l-23.4307 47.5205c-2.10938 4.25 -6.21973 6.38965 -10.3291 6.38965c-4.09082 0 -8.1709 -2.11035 -10.2803 -6.38965l-23.4307 -47.5205l-52.4297 -7.63965 +c-9.39941 -1.36035 -13.1699 -12.9502 -6.34961 -19.5898l37.9297 -36.96l-8.96973 -52.2207c-1.60059 -9.34961 8.25 -16.54 16.6494 -12.0898l46.9004 24.6504l46.9102 -24.6504c8.38965 -4.41992 18.25 2.73047 16.6494 12.0898l-8.96973 52.2207z" /> + <glyph glyph-name="meh-blank" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32 +s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="meh-rolling-eyes" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM88 224c0 -35.2998 28.7002 -64 64 -64s64 28.7002 64 64c0 24.2998 -13.7002 45.2002 -33.5996 56c0.699219 -2.59961 1.59961 -5.2002 1.59961 -8 +c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 2.7998 0.900391 5.40039 1.59961 8c-19.8994 -10.7998 -33.5996 -31.7002 -33.5996 -56zM312 48c21.2002 0 21.2002 32 0 32h-128c-21.2002 0 -21.2002 -32 0 -32h128zM344 160c35.2998 0 64 28.7002 64 64 +c0 24.2998 -13.7002 45.2002 -33.5996 56c0.699219 -2.59961 1.59961 -5.2002 1.59961 -8c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 2.7998 0.900391 5.40039 1.59961 8c-19.8994 -10.7998 -33.5996 -31.7002 -33.5996 -56c0 -35.2998 28.7002 -64 64 -64z +" /> + <glyph glyph-name="monument" unicode="" horiz-adv-x="384" +d="M368 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-352c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h352zM289.14 347.26l30.8604 -315.26h-256l30.8701 315.26c0.625 6.27344 4.75098 14.9834 9.20996 19.4404 +l76.5996 76.6094c6.25 6.25 16.3799 6.25 22.6299 0l76.6201 -76.6094c4.45898 -4.45703 8.58496 -13.167 9.20996 -19.4404zM240 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-70.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004 +c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h70.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998z" /> + <glyph glyph-name="mortar-pestle" unicode="" +d="M501.54 387.09l-99.0801 -99.0898h-151.37l203.811 152.86c5.25293 3.93848 14.8457 7.13477 21.4121 7.13477c4.64941 0 11.7988 -1.68652 15.957 -3.76465c21.7803 -10.8906 26.4902 -39.9209 9.27051 -57.1406zM496 256c8.83984 0 16 -7.16016 16 -16v-32 +c0 -8.83984 -7.16016 -16 -16 -16h-16c0 -80.9805 -50.2002 -150.11 -121.13 -178.32c12.7695 -16.8701 21.7295 -36.7998 24.9502 -58.6895c1.45996 -9.91992 -6.04004 -18.9805 -16.0703 -18.9805h-223.5c-10.0303 0 -17.5303 9.06055 -16.0703 18.9805 +c3.23047 21.8896 12.1904 41.8193 24.9502 58.6895c-70.9297 28.21 -121.13 97.3398 -121.13 178.32h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" /> + <glyph glyph-name="paint-roller" unicode="" +d="M416 320c0 -17.6699 -14.3301 -32 -32 -32h-352c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h352c17.6699 0 32 -14.3301 32 -32v-96zM448 384c35.3496 0 64 -28.6504 64 -64v-64c0 -53.0195 -42.9805 -96 -96 -96h-160v-32 +c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32v32c0 35.3496 28.6504 64 64 64h160c17.6699 0 32 14.3301 32 32v128z" /> + <glyph glyph-name="passport" unicode="" horiz-adv-x="448" +d="M129.62 272c5.28027 31.2197 25.5898 57.1699 53.2998 70.4102c-7.66992 -19.0605 -12.7197 -43.3799 -14.21 -70.4102h-39.0898zM129.62 240h39.0898c1.49023 -27.0303 6.53027 -51.3496 14.21 -70.4102c-27.71 13.2402 -48.0098 39.1904 -53.2998 70.4102zM224 161.31 +c-7.69043 7.4502 -20.7695 34.4307 -23.4404 78.6904h46.8701c-2.66016 -44.2695 -15.7393 -71.2402 -23.4297 -78.6904zM200.57 272c2.66016 44.2598 15.7393 71.2402 23.4395 78.6904c7.69043 -7.4502 20.7705 -34.4307 23.4307 -78.6904h-46.8701zM265.08 169.59 +c7.67969 19.0605 12.7197 43.3799 14.21 70.4102h39.0898c-5.28027 -31.2197 -25.5898 -57.1699 -53.2998 -70.4102zM416 448c17.6699 0 32 -14.3301 32 -32v-448c0 -17.6699 -14.3301 -32 -32 -32h-352c-35.3496 0 -64 28.6504 -64 64v384c0 35.3496 28.6504 64 64 64h352z +M336 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16h-224c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h224zM224 128c70.6904 0 128 57.3096 128 128s-57.3096 128 -128 128s-128 -57.3096 -128 -128s57.3096 -128 128 -128zM265.08 342.41 +c27.71 -13.2402 48.0195 -39.1904 53.2998 -70.4102h-39.0898c-1.49023 27.0303 -6.53027 51.3496 -14.21 70.4102z" /> + <glyph glyph-name="pen-fancy" unicode="" +d="M79.1797 165.06l84.0703 33.0703l98.8799 -98.8799l-33.0703 -84.0703c-2.79102 -8.38086 -11.8584 -17.4482 -20.2393 -20.2393l-176.82 -58.9404l-4.67969 4.67969l92.8896 92.8906c2.55957 -0.660156 5.03027 -1.57031 7.7998 -1.57031c17.6699 0 32 14.3301 32 32 +s-14.3301 32 -32 32s-32 -14.3301 -32 -32c0 -2.76953 0.910156 -5.24023 1.57031 -7.7998l-92.8896 -92.8906l-4.69043 4.69043l58.9404 176.82c2.79297 8.37891 11.8604 17.4463 20.2393 20.2393zM369.25 419.68c74.4805 84.2607 199.15 -39.1602 114.23 -114.229 +l-199.49 -183.11l-97.8506 97.8506z" /> + <glyph glyph-name="pen-nib" unicode="" +d="M136.6 309.21l151.4 42.79l128 -128l-42.79 -151.4c-5.08594 -17.9932 -23.6104 -37.3965 -41.3496 -43.3096l-279.86 -93.29l-14.6904 14.6904l150.11 150.109c6.25977 -2.99023 13.1797 -4.7998 20.5801 -4.7998c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48 +s-48 -21.4902 -48 -48c0 -7.40039 1.80957 -14.3203 4.7998 -20.5801l-150.109 -150.11l-14.6904 14.6904l93.29 279.86c5.91309 17.7393 25.3164 36.2637 43.3096 41.3496zM497.94 373.83c18.75 -18.7598 18.75 -49.1602 0 -67.9102l-56.5508 -56.5498l-128.02 128.02 +l56.5498 56.5508c18.75 18.75 49.1602 18.75 67.9102 0z" /> + <glyph glyph-name="pencil-ruler" unicode="" +d="M109.46 203.96l-100.17 100.18c-12.3896 12.3906 -12.3799 32.4707 0 44.8604l89.71 89.71c12.3896 12.3896 32.4697 12.3896 44.8604 0l33.6396 -33.6504l-61.6797 -61.6797c-3.10059 -3.08984 -3.10059 -8.11035 0 -11.21l11.21 -11.21 +c1.28027 -1.2832 3.79199 -2.3252 5.60449 -2.3252c1.81348 0 4.32422 1.04199 5.60547 2.3252l61.6797 61.6797l44.1201 -44.1201zM497.93 320.76l-46.0195 -46.0293l-113.2 113.199l46.0205 46.0107c18.7695 18.7598 49.1895 18.7598 67.9492 0l45.25 -45.25 +c18.75 -18.7607 18.7607 -49.1709 0 -67.9307zM316.08 365.29l113.2 -113.19l-296.92 -296.93l-107.45 -18.8398c-14.5 -2.5498 -27.1201 10.0703 -24.5898 24.5596l18.7598 107.44zM502.71 79.8604c12.3896 -12.3906 12.3896 -32.4707 0 -44.8604l-89.71 -89.7002 +c-12.3896 -12.3896 -32.4697 -12.3896 -44.8604 0l-100.21 100.2l134.58 134.56l44.1406 -44.1396l-61.6807 -61.6797c-3.08984 -3.08984 -3.08984 -8.11035 0 -11.21l11.21 -11.21c3.08984 -3.10059 8.11035 -3.10059 11.21 0l61.6807 61.6797z" /> + <glyph glyph-name="plane-arrival" unicode="" horiz-adv-x="640" +d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h608zM44.8096 242.34c-6.5498 5.91016 -12.3896 14.3398 -12.5791 23.25l-0.230469 101.78 +c0.19043 10.8799 10.3799 18.7002 20.7197 15.8799l39.7305 -10.8301c5.00977 -1.36035 9.08984 -5.04004 11.0195 -9.92969l27.5898 -67.8799l102.2 -27.8408l-47.9199 164.211c-0.189453 11.1191 10.1504 19.3193 20.71 16.4395l65.0898 -17.7295 +c5.70996 -1.56055 10.1504 -6.10059 11.6602 -11.9102l100.36 -191.851l97.5098 -26.5596c26.4805 -7.20996 51.5498 -20.1797 70.8301 -40c21.6396 -22.25 27.2002 -40.46 23.3701 -54.96c-3.81055 -14.5 -17.5801 -27.4404 -47.25 -35.71 +c-26.4404 -7.36035 -54.5205 -5.85059 -81 1.35938l-287.601 78.3506c-7.94531 2.16895 -19.3564 8.41016 -25.4697 13.9297z" /> + <glyph glyph-name="plane-departure" unicode="" horiz-adv-x="640" +d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h608zM80.5498 106.73l-76.21 82.9697c-7.62012 8.95996 -4.87012 22.7803 5.57031 28.0801l40.1299 20.3701 +c2.0957 1.0625 5.7041 1.92578 8.05469 1.92578c2.33691 0 5.92773 -0.853516 8.01562 -1.90625l72.3496 -36.4697l103.21 52.3799l-156.22 98.0996c-8.08008 8.87988 -5.5 23.1201 5.16992 28.5303l65.75 33.3701c2.0957 1.06348 5.70508 1.92676 8.05566 1.92676 +c3 0 7.45508 -1.36035 9.94434 -3.03711l218.7 -82.0596l98.5098 49.9902c26.7402 13.5596 56.4297 21.4199 86.2803 19.4795c33.5098 -2.17969 51.04 -12.8799 58.25 -27.4502c7.22949 -14.5596 5.23926 -35.1699 -13.0703 -63.6494 +c-16.3096 -25.3701 -40.2803 -44.7402 -67.0205 -58.3105l-290.96 -147.649c-7.71094 -3.91895 -20.9893 -7.1084 -29.6396 -7.12012l-130.54 -0.180664c-9.22949 -0.00976562 -18.0498 3.87012 -24.3301 10.7109z" /> + <glyph glyph-name="prescription" unicode="" horiz-adv-x="384" +d="M301.26 96l78.0605 -78.0498c6.25 -6.25 6.25 -16.3799 0 -22.6299l-22.6299 -22.6299c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-78.0596 78.0596l-78.0498 -78.0703c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309 +l78.0596 78.0596l-128 128h-18.75v-80c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v256c0 8.83984 7.16016 16 16 16h144c53.0195 0 96 -42.9805 96 -96c0 -48.8896 -36.6904 -88.7998 -83.96 -94.7803l83.96 -83.96l78.0596 78.0605 +c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309zM64 352v-64h96c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32h-96z" /> + <glyph glyph-name="sad-cry" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248c0 -90 -48.2002 -168.7 -120 -212.1v180.1c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16v-196.7c-29.5 -12.3994 -62 -19.2998 -96 -19.2998s-66.5 6.90039 -96 19.2998v196.7c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16 +v-180.1c-71.7998 43.3994 -120 122 -120 212.1c0 137 111 248 248 248zM182.5 223.5l9.7002 -8.5c2.5 -2.2998 7.89941 -4.7002 13.7002 -1.59961c4.39941 2.39941 6.89941 7.39941 6.09961 12.3994c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006 +c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-0.799805 -5 1.7002 -10 6.09961 -12.3994c4.40039 -2.40039 9.90039 -1.7002 13.7002 1.59961l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM248 32c26.5 0 48 28.7002 48 64s-21.5 64 -48 64s-48 -28.7002 -48 -64 +s21.5 -64 48 -64zM397.8 213.5c4.40039 2.40039 6.7998 7.40039 6.2002 12.2998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-0.799805 -5 1.7002 -10 6.09961 -12.3994 +c4.40039 -2.40039 9.90039 -1.7002 13.7002 1.59961l9.59961 8.59961c14.8008 13.2002 46.2002 13.2002 61 0l9.5 -8.5c2.5 -2.2998 7.90039 -4.69922 13.7002 -1.59961z" /> + <glyph glyph-name="sad-tear" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM152 32c26.5 0 48 21 48 47c0 20 -28.5 60.4004 -41.5996 77.7998 +c-3.2002 4.2998 -9.60059 4.2998 -12.8008 0c-13.0996 -17.3994 -41.5996 -57.7998 -41.5996 -77.7998c0 -26 21.5 -47 48 -47zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM338.2 53.7998 +c13.2998 -16.0996 38.2998 4 24.5 20.4004c-28.4004 34.2002 -70.2998 53.7998 -114.7 53.7998c-21.2002 0 -21.2002 -32 0 -32c34.9004 0 67.7998 -15.4004 90.2002 -42.2002z" /> + <glyph glyph-name="shuttle-van" unicode="" horiz-adv-x="640" +d="M628.88 237.35c7.17969 -8.62988 11.1201 -19.5 11.1201 -30.7295v-110.62c0 -17.6699 -14.3301 -32 -32 -32h-32c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-128c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-32c-17.6699 0 -32 14.3301 -32 32v288 +c0 17.6699 14.3301 32 32 32h425.52c12.4082 -0.00195312 28.9258 -7.73926 36.8701 -17.2695zM64 256h96v96h-96v-96zM160 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM320 256v96h-96v-96h96zM480 16 +c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM384 256h146.02l-80 96h-66.0195v-96z" /> + <glyph glyph-name="signature" unicode="" horiz-adv-x="640" +d="M623.2 256c9.09961 0.599609 16.7998 -7.09961 16.5996 -16.2002v-32.0996c0 -8.5 -6.7002 -15.1006 -15.2002 -15.7998c-39.3994 -3.2002 -105.399 -51 -138.399 -65.8008c-34.2998 -15.3994 -66.7002 -30 -102.3 -30c-28.2002 0 -50.2002 8.5 -65.5 25.3008 +c-22.7002 24.8994 -22.8008 55.2998 -20.6006 83.7998c-56.5 -45.1006 -169 -153.601 -211.2 -195.8c-6.09961 -6.2002 -14.2998 -9.40039 -22.5996 -9.40039c-27 0 -36.5 27 -29.7002 43.9004l98.2002 245.6c8 19.9004 -14.2998 38.7998 -32.7002 27.0996l-58 -38.8994 +c-7.5 -4.7998 -17.3994 -2.60059 -22.0996 4.89941l-17.2002 27c-4.7002 7.5 -2.5 17.4004 4.90039 22.1006l54.8994 36.8994c76.5 48.7002 160.101 -26.8994 129.7 -102.8l-41.5 -103.7c105.2 101.2 144.4 124.5 169.5 126 +c54.4004 3.10059 43.7998 -68.0996 42.7002 -76.0996c-4.7002 -35.7002 -1.2998 -51.9004 21.2998 -51.9004c21.9004 0 47 11.3008 76.0996 24.4004c37.4004 16.7998 111.301 68 163.101 71.5z" /> + <glyph glyph-name="smile-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM112 224.6c-0.700195 -8.5 10.7998 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17 +c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM362.8 101.8c13.5 16.2002 -11 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002 +s-67.7998 15.3008 -90.2002 42.2002c-13.5996 16.2002 -38.0996 -4.2002 -24.5996 -20.5c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7998zM369 220.1c4.09961 -7.39941 15.7002 -4.09961 15.0996 4.5 +c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004c-0.699219 -8.5 10.8008 -11.7998 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006z" /> + <glyph glyph-name="solar-panel" unicode="" horiz-adv-x="640" +d="M431.98 -0.00976562c8.84961 0.00976562 16.0293 -7.16992 16.0195 -16.0205l-0.0400391 -31.7295c-0.00976562 -8.82031 -7.16016 -15.9707 -15.9795 -15.9805l-223.961 -0.259766c-8.84961 -0.00976562 -16.0293 7.16992 -16.0195 16.0195l0.0498047 31.7305 +c0.00976562 8.83008 7.16016 15.9805 15.9805 15.9902l47.9795 0.0498047v32.21h128v-32.0596zM585.2 421.26c58.1094 -342.42 54.7803 -321.39 54.7598 -325.47c-0.0800781 -17.2305 -14.3604 -31.79 -32.5898 -31.79h-574.74c-18.3096 0 -32.6299 14.6797 -32.5996 32 +c0.00976562 3.91992 -3.35059 -17.1602 54.7598 325.26c2.62012 15.4307 16.21 26.7402 32.1396 26.7402h466.13c15.9307 0 29.5205 -11.3096 32.1406 -26.7402zM259.83 384l-9.77051 -96h139.87l-9.76953 96h-120.33zM184.66 128l11.4102 112h-105.971l-19.0098 -112 +h113.57zM200.95 288l9.76953 96h-96.1895l-16.29 -96h102.71zM233.77 128h172.45l-11.3994 112h-149.65zM429.27 384l9.77051 -96h102.71l-16.29 96h-96.1904zM455.33 128h113.58l-19.0098 112h-105.971z" /> + <glyph glyph-name="spa" unicode="" horiz-adv-x="576" +d="M568.25 256c4.41016 0.0195312 7.79004 -3.40039 7.75 -7.82031c-0.230469 -27.9199 -7.12988 -126.13 -88.7695 -199.3c-84.04 -81.8301 -167.23 -80.8799 -199.23 -80.8799s-115.21 -0.94043 -199.23 80.8799c-81.6299 73.1602 -88.5391 171.38 -88.7695 199.3 +c-0.0400391 4.41992 3.33984 7.83984 7.75 7.82031c29.04 -0.129883 135.01 -6.16016 213.84 -83c33.1201 -29.6299 53.3604 -63.2998 66.4102 -94.8604c13.0498 31.5605 33.29 65.2305 66.4102 94.8604c78.8301 76.8398 184.8 82.8701 213.84 83zM287.98 145.4 +c-10.7012 15.7168 -30.8789 38.7705 -45.04 51.46c-18.7207 18.25 -38.8506 32.6895 -59.2207 44.3896c16.4707 70.4404 51.75 132.93 96.7402 172.07c4.12012 3.58008 11.0303 3.58008 15.1396 0c45.0107 -39.1699 80.29 -101.721 96.7305 -172.221 +c-20.6797 -11.8799 -41.1699 -26.5693 -60.2598 -45.1797c-16.4902 -14.7402 -31.2705 -31.6699 -44.0898 -50.5195z" /> + <glyph glyph-name="splotch" unicode="" +d="M472.29 252.11c48.54 -16.6201 53.8301 -73.8301 8.9502 -96.79l-62 -31.7402c-17.8301 -9.12988 -29.2803 -25.2002 -30.6299 -42.9902l-4.7002 -61.8594c-3.41016 -44.79 -65.1299 -66.7803 -104.45 -37.2207l-54.3203 40.8301 +c-15.6201 11.7305 -36.96 16.1201 -57.0693 11.7305l-69.96 -15.2803c-50.6504 -11.0596 -94.0801 32.5596 -73.4902 73.8096l28.4297 56.9805c8.18066 16.3799 6.44043 35.1699 -4.63965 50.2402l-38.54 52.4199c-27.9004 37.9502 6.97949 86.8994 59.0303 82.8301 +l71.8799 -5.62012c20.6602 -1.62012 40.9395 5.59961 54.2002 19.3096l46.1396 47.6699c33.4102 34.5107 98.3994 21.1504 109.979 -22.6201l15.9902 -60.4492c4.60059 -17.3799 18.8604 -31.7002 38.1406 -38.3008z" /> + <glyph glyph-name="spray-can" unicode="" +d="M224 416v-96h-128v96c0 17.6699 14.3301 32 32 32h64c17.6699 0 32 -14.3301 32 -32zM480 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM224 288c53.0195 0 96 -42.9805 96 -96v-224c0 -17.6699 -14.3301 -32 -32 -32 +h-256c-17.6699 0 -32 14.3301 -32 32v224c0 53.0195 42.9805 96 96 96h128zM160 32c44.1797 0 80 35.8203 80 80s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM480 352c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32 +s-14.3301 -32 -32 -32zM384 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM288 416c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM384 416c17.6699 0 32 -14.3301 32 -32 +s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM480 224c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" /> + <glyph glyph-name="stamp" unicode="" +d="M32 -64v64h448v-64h-448zM416 192c53.0195 0 96 -42.9805 96 -96v-32c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v32c0 53.0195 42.9805 96 96 96h66.5596c16.2607 0 29.4404 13.1797 29.4404 29.4404v0.0693359 +c0 31.79 -9.98047 62.0605 -23.3096 90.9102c-5.57031 12.04 -8.69043 25.4199 -8.69043 39.5801c0 58.6699 52.6201 105.04 113.25 94.4902c38.79 -6.75 70.4902 -38.6699 77.2598 -77.4502c3.85059 -22.0303 0.0605469 -42.8096 -9.0498 -60.4199 +c-12.5801 -24.3105 -21.46 -50.3506 -21.46 -77.7197v-9.45996c0 -16.2607 13.1797 -29.4404 29.4404 -29.4404h66.5596z" /> + <glyph glyph-name="star-half-alt" unicode="" horiz-adv-x="536" +d="M508.55 276.49c26.25 -3.7998 36.7705 -36.1006 17.7305 -54.6006l-105.91 -102.979l25.0303 -145.49c3.55957 -20.79 -13.0605 -37.4004 -31.6602 -37.4004c-4.91016 0 -9.9707 1.16016 -14.8301 3.71094l-130.94 68.6992l-130.95 -68.6797 +c-4.86914 -2.58008 -9.93945 -3.75 -14.8691 -3.75c-18.5801 0 -35.1699 16.6699 -31.6104 37.4502l25.0596 145.479l-105.89 103c-19.0303 18.5 -8.50977 50.79 17.7402 54.5898l146.38 21.29l65.4297 132.381c5.90039 11.9092 17.29 17.8096 28.6904 17.8096 +c11.4697 0 22.9395 -5.98047 28.8193 -17.8096l65.4102 -132.391zM386.81 153.29l82.6504 80.3799l-114.229 16.6299l-25.0107 3.64062l-11.1797 22.6299l-51.0303 103.29l-0.0292969 -317.19l22.3799 -11.7402l102.13 -53.5898l-19.5205 113.45l-4.2793 24.8799z" /> + <glyph glyph-name="suitcase-rolling" unicode="" horiz-adv-x="384" +d="M336 288c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-16v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16h-128v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16h-16 +c-26.5098 0 -48 21.4902 -48 48v224c0 26.5098 21.4902 48 48 48h288zM320 72v16c0 4.41992 -3.58008 8 -8 8h-240c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h240c4.41992 0 8 3.58008 8 8zM320 168v16c0 4.41992 -3.58008 8 -8 8h-240 +c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h240c4.41992 0 8 3.58008 8 8zM144 400v-80h-48v80c0 26.5098 21.4902 48 48 48h96c26.5098 0 48 -21.4902 48 -48v-80h-48v80h-96z" /> + <glyph glyph-name="surprise" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM248 32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64 +s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" /> + <glyph glyph-name="swatchbook" unicode="" +d="M434.66 280.29c5.15527 -5.1709 9.33984 -15.293 9.33984 -22.5947s-4.18457 -17.4248 -9.33984 -22.5957l-210.66 -211.1v271.12l75.4297 75.5195l0.0703125 0.0703125v0c5.14258 5.12305 15.2061 9.28027 22.4648 9.28027c7.29102 0 17.3867 -4.18848 22.5352 -9.35059 +l90.1602 -90.3496v0zM480 128c17.6641 0 32 -14.3359 32 -32v-128c0 -17.6641 -14.3359 -32 -32 -32h-300c2.17969 1.91016 4.62012 3.41992 6.67969 5.49023l186.41 186.51h106.91zM192 416v-384c0 -52.9922 -43.0078 -96 -96 -96s-96 43.0078 -96 96v384 +c0 17.6641 14.3359 32 32 32h128c17.6641 0 32 -14.3359 32 -32zM96 8c13.248 0 24 10.752 24 24s-10.752 24 -24 24s-24 -10.752 -24 -24s10.752 -24 24 -24zM128 192v64h-64v-64h64zM128 320v64h-64v-64h64z" /> + <glyph glyph-name="swimmer" unicode="" horiz-adv-x="640" +d="M189.61 137.42c-5.04004 4.65039 -10.3906 8.34961 -15.8604 11.5801l68.6299 98.04c7.36035 10.5 16.3398 19.5498 26.7197 26.9404l80.0205 57.1699c25.54 18.2598 57.8301 24.96 88.5596 18.3799l100.351 -21.5303c25.9297 -5.55957 42.4297 -31.0801 36.8799 -57 +c-5.56055 -25.9102 -31.0898 -42.4102 -57 -36.8799l-100.351 21.5303c-4.33984 0.90918 -8.97949 -0.0302734 -12.6191 -2.61035l-18 -12.8604l112.84 -80.5996c-17.5107 -1.04004 -34.5303 -8.4502 -49.3906 -22.1602 +c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992s-30.8496 6.16016 -34.3896 9.41992c-16.0107 14.7705 -34.5 22.5801 -53.46 22.5801h-16.3008c-18.96 0 -37.4395 -7.80957 -53.46 -22.5801c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992 +s-30.8496 6.16016 -34.3896 9.41992zM624 96c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16c-38.6201 0 -72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398 +c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16c26.04 0 45.7998 8.41992 56.0703 17.9004 +c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998 +c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996 +c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004h16zM112 192c-44.1797 0 -80 35.8203 -80 80s35.8203 80 80 80s80 -35.8203 80 -80s-35.8203 -80 -80 -80z" /> + <glyph glyph-name="swimming-pool" unicode="" horiz-adv-x="640" +d="M624 32c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16c-38.6201 0 -72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398 +s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16c26.04 0 45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998 +c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996 +c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004h16zM224 64 +c-19.1201 0 -30.8604 6.16016 -34.3896 9.42969c-9.16992 8.4502 -19.2002 14.3398 -29.6104 18.0703v228.5c0 52.9404 43.0596 96 96 96s96 -43.0596 96 -96v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16c0 17.6396 -14.3604 32 -32 32 +s-32 -14.3604 -32 -32v-96h192v96c0 52.9404 43.0596 96 96 96s96 -43.0596 96 -96v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16c0 17.6396 -14.3604 32 -32 32s-32 -14.3604 -32 -32v-228.51 +c-10.4102 -3.73047 -20.4404 -9.61035 -29.6104 -18.0703c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992v96h-192v-96z" /> + <glyph glyph-name="tint-slash" unicode="" horiz-adv-x="640" +d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705 +c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l186.82 -144.399c21.6201 33.7197 42.9697 73.3398 58.4902 125.68c9 30.1201 50.5 28.7803 58.4395 0c46.9902 -158.48 146.78 -200.061 146.78 -311.82c0 -5.70996 -0.509766 -11.2998 -1.03027 -16.8701zM144 114.09 +c0 29.7803 7.30957 54.6299 18.7197 78.1299l273.681 -211.52c-31.0303 -27.7402 -71.6904 -44.7002 -116.4 -44.7002c-97.2803 0 -176 79.6504 -176 178.09z" /> + <glyph glyph-name="tired" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 250.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998 +c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 280.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM248 160 +c-51.9004 0 -115.3 -43.7998 -123.2 -106.7c-1.7002 -13.3994 7.90039 -24.5996 17.7002 -20.3994c25.9004 11.0996 64.4004 17.3994 105.5 17.3994s79.5996 -6.2998 105.5 -17.3994c9.7002 -4.2002 19.4004 6.7998 17.7002 20.3994 +c-7.90039 62.9004 -71.2998 106.7 -123.2 106.7z" /> + <glyph glyph-name="tooth" unicode="" horiz-adv-x="448" +d="M443.98 351.75c10.1299 -41.6299 0.419922 -80.8203 -21.5303 -110.43c-23.3604 -31.5703 -32.6807 -68.6504 -36.29 -107.351c-4.41016 -47.1602 -10.3301 -94.1699 -20.9404 -140.319l-7.7998 -33.9502c-3.18945 -13.8701 -15.4902 -23.7002 -29.6699 -23.7002 +c-13.9697 0 -26.1504 9.5498 -29.54 23.1602l-34.4697 138.42c-4.56055 18.3096 -20.96 31.1602 -39.7598 31.1602c-18.8008 0 -35.2002 -12.8398 -39.7607 -31.1602l-34.4697 -138.42c-3.38965 -13.6104 -15.5703 -23.1602 -29.54 -23.1602 +c-14.1797 0 -26.4795 9.83008 -29.6699 23.7002l-7.7998 33.9502c-10.6104 46.1592 -16.54 93.1592 -20.9404 140.319c-3.60938 38.6904 -12.9297 75.7803 -36.29 107.351c-21.9199 29.6201 -31.6299 68.8096 -21.5 110.43c11.0098 45.2197 47.1104 82.0498 92.0098 93.7197 +c23.4307 6.08984 46.1104 0.540039 66.8105 -10.3096l100.51 -64.6201c7.83984 -5.05957 17.6504 -2.15039 22.1104 4.7998c4.78027 7.44043 2.62012 17.3398 -4.7998 22.1104l-28.3203 18.21c3.54004 1.75 7.25 3.08984 10.5 5.47949 +c26.1396 19.2305 56.9502 32.6904 89.1396 24.3301c44.9004 -11.6602 81 -48.5 92.0107 -93.7197z" /> + <glyph glyph-name="umbrella-beach" unicode="" horiz-adv-x="640" +d="M115.38 311.1c-10.0801 3.66992 -14.1104 16.3203 -7.41992 24.7207c59.75 74.8398 152.65 116.689 248.53 111.8c-52.79 -29.4102 -103.811 -92.1602 -139 -173.7zM247.63 262.94c44.4902 101.979 114.74 171.14 172.76 171.149c7.95996 0 15.6904 -1.2998 23.0908 -4 +c61.3291 -22.3203 78.3896 -132.6 42.6299 -253.979zM521.48 387.5c76.5293 -57.9199 120.76 -149.67 118.439 -245.36c-0.259766 -10.7393 -11.4795 -17.8398 -21.5703 -14.1699l-102.619 37.3604c17.5293 58.75 24.6895 117.09 18.9492 166.979 +c-2.37012 20.5908 -6.97949 38.8906 -13.1992 55.1904zM560 0.0195312c8.83984 0 16 -7.15918 16 -16v-32.0098c0 -8.83984 -7.16016 -16.0098 -16 -16.0098h-544c-8.83984 0 -16 7.16992 -16 16.0098v32.0098c0 8.85059 7.16016 16.0107 16 16.0107h236.96l72.9004 200.37 +l60.1396 -21.9004l-64.9404 -178.48h238.94z" /> + <glyph glyph-name="vector-square" unicode="" +d="M512 320c0 -17.6699 -14.3301 -32 -32 -32v-192c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32h-192c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32v192 +c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32h192c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32v-96zM416 384v-32h32v32h-32zM64 384v-32h32v32h-32zM96 0v32h-32v-32h32zM448 0v32h-32v-32h32zM416 96 +v192h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32v-192h32c17.6699 0 32 -14.3301 32 -32v-32h192v32c0 17.6699 14.3301 32 32 32h32z" /> + <glyph glyph-name="weight-hanging" unicode="" +d="M510.28 2.13965c8.33008 -33.3096 -14.6602 -66.1396 -46.2998 -66.1396h-415.95c-31.6504 0 -54.6406 32.8301 -46.3105 66.1396l73.0498 292.13c3.79004 15.1807 16.4404 25.7207 30.8701 25.7207h60.25c-3.58008 10.0498 -5.87988 20.7197 -5.87988 32 +c0 53.0195 42.9805 96 96 96c53.0205 0 96 -42.9805 96 -96c0 -11.2803 -2.30957 -21.9502 -5.87988 -32h60.25c14.4297 0 27.0703 -10.5303 30.8701 -25.7207zM256 320c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32s14.3604 -32 32 -32z" /> + <glyph glyph-name="wine-glass-alt" unicode="" horiz-adv-x="288" +d="M216 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-208c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h40v117.18c-68.4697 15.8906 -118.05 79.9102 -111.4 154.16l15.96 178.11c0.730469 8.24023 7.55078 14.5498 15.7002 14.5498h223.48 +c8.16016 0 14.9697 -6.30957 15.71 -14.5498l15.9502 -178.101c6.64941 -74.25 -42.9307 -138.27 -111.4 -154.159v-117.19h40zM61.75 400l-7.16992 -80h178.84l-7.16992 80h-164.5z" /> + <glyph glyph-name="air-freshener" unicode="" horiz-adv-x="384" +d="M378.94 126.59c11.75 -12.1494 1.71973 -30.5898 -16.6406 -30.5898h-138.3v-32h112c8.83984 0 16 -7.16016 16 -16v-96c0 -8.83984 -7.16016 -16 -16 -16h-288c-8.83984 0 -16 7.16016 -16 16v96c0 8.83984 7.16016 16 16 16h112v32h-138.3 +c-18.3604 0 -28.3906 18.4404 -16.6406 30.5898l94.2402 97.4102h-49.2197c-15.2998 0 -23.6602 16.5996 -13.8604 27.5303l113.33 126.51c-3.42969 6.61035 -5.5498 14 -5.5498 21.96c0 26.5098 21.4902 48 48 48s48 -21.4902 48 -48 +c0 -7.95996 -2.12012 -15.3496 -5.5498 -21.96l113.33 -126.51c9.7998 -10.9307 1.43945 -27.5303 -13.8604 -27.5303h-49.2197zM192 416.02c-8.84961 0 -16.0195 -7.16992 -16.0195 -16.0195c0 -8.83984 7.16992 -16.0195 16.0195 -16.0195 +s16.0195 7.17969 16.0195 16.0195c0 8.84961 -7.16992 16.0195 -16.0195 16.0195zM304 16h-224v-32h224v32z" /> + <glyph glyph-name="apple-alt" unicode="" horiz-adv-x="448" +d="M350.85 319c25.9707 -4.66992 47.2705 -18.6699 63.9199 -42c14.6504 -20.6699 24.6406 -46.6699 29.9609 -78c4.66992 -28.6699 4.31934 -57.3301 -1 -86c-7.99023 -47.3301 -23.9707 -87 -47.9404 -119c-28.6396 -38.6699 -64.5898 -58 -107.87 -58 +c-10.6602 0 -22.2998 3.33008 -34.96 10c-8.66016 5.33008 -18.3096 8 -28.9697 8s-20.2998 -2.66992 -28.9707 -8c-12.6592 -6.66992 -24.2998 -10 -34.96 -10c-43.2793 0 -79.2295 19.3301 -107.869 58c-23.9707 32 -39.9502 71.6699 -47.9404 119 +c-5.32031 28.6699 -5.66992 57.3301 -1 86c5.32031 31.3301 15.3096 57.3301 29.96 78c16.6504 23.3301 37.9502 37.3301 63.9199 42c15.9805 2.66992 37.9502 0.330078 65.9199 -7c23.9697 -6.66992 44.2803 -14.6699 60.9307 -24 +c16.6494 9.33008 36.96 17.3301 60.9297 24c27.9795 7.33008 49.96 9.66992 65.9395 7zM295.91 360c-9.32031 -8.66992 -21.6504 -15 -36.96 -19c-10.6602 -3.33008 -22.2998 -5 -34.96 -5l-14.9805 1c-1.33008 9.33008 -1.33008 20 0 32 +c2.66992 24 10.3203 42.3301 22.9707 55c9.31934 8.66992 21.6494 15 36.96 19c10.6592 3.33008 22.2998 5 34.96 5l14.9795 -1l1 -15c0 -12.6699 -1.66992 -24.3301 -4.99023 -35c-3.98926 -15.3301 -10.3096 -27.6699 -18.9795 -37z" /> + <glyph glyph-name="atom" unicode="" horiz-adv-x="448" +d="M413.03 192c40.1396 -54.9102 41.5195 -98.5996 25.1396 -128c-29.2197 -52.3398 -101.689 -43.5801 -116.33 -41.8799c-21.4697 -51.2197 -54.2002 -86.1201 -97.8398 -86.1201s-76.3701 34.9004 -97.8398 86.1201c-14.6504 -1.7002 -87.1201 -10.46 -116.33 41.8799 +c-16.3701 29.3799 -14.9902 73.1104 25.1396 128c-40.1396 54.9102 -41.5195 98.5996 -25.1396 128c10.9004 19.5195 40.5996 50.6602 116.33 41.8799c21.4795 51.2305 54.2002 86.1201 97.8398 86.1201s76.3604 -34.8896 97.8398 -86.1201 +c75.79 8.85059 105.42 -22.3604 116.33 -41.8799c16.3701 -29.3799 14.9902 -73.1104 -25.1396 -128zM63.3799 96c3.69043 -6.59961 19.0205 -11.8604 43.5801 -10.9697c-2.75977 13 -5.0498 26.3701 -6.75977 40.0801c-7.66992 6.29004 -14.9102 12.6494 -21.8701 19.1797 +c-15.1396 -23.4902 -18.9805 -41.0801 -14.9502 -48.29zM100.2 258.88c1.39355 11.1816 4.43555 29.2002 6.79004 40.2197c-1.82031 0.0703125 -3.98047 0.370117 -5.69043 0.370117c-21.5303 0 -34.5098 -5.33008 -37.9199 -11.4697 +c-4.01953 -7.20996 -0.179688 -24.7998 14.9502 -48.2998c6.96973 6.53027 14.21 12.8896 21.8701 19.1797zM224 384c-9.46973 0 -22.2002 -13.5195 -33.8604 -37.2598c11.1904 -3.7002 22.4404 -8 33.8604 -12.8604c11.4199 4.86035 22.6699 9.16016 33.8604 12.8604 +c-11.6602 23.7402 -24.3906 37.2598 -33.8604 37.2598zM224 0c9.46973 0 22.2002 13.5195 33.8604 37.2598c-11.1904 3.7002 -22.4404 8 -33.8604 12.8604c-11.4199 -4.86035 -22.6699 -9.16016 -33.8604 -12.8604c11.6602 -23.7402 24.3906 -37.2598 33.8604 -37.2598z +M286.5 157.33c1.99023 27.7998 1.98047 41.5498 0 69.3301c-26.6396 19.04 -46.1104 29.3096 -62.5 37.4795c-16.3701 -8.15918 -35.8301 -18.4297 -62.5 -37.4795c-1.99023 -27.79 -1.99023 -41.54 0 -69.3301c26.7002 -19.0703 46.1504 -29.3398 62.5 -37.4805 +c16.3604 8.15039 35.7998 18.4004 62.5 37.4805zM384.62 96c4.01953 7.20996 0.179688 24.7998 -14.9502 48.29c-6.96973 -6.53027 -14.21 -12.8896 -21.8701 -19.1797c-1.70996 -13.6904 -4 -27.0605 -6.75977 -40.0605c24.5801 -0.870117 39.9102 4.33008 43.5801 10.9502 +zM369.67 239.71c15.1299 23.4902 18.9697 41.0801 14.9502 48.2998c-3.41016 6.12988 -16.4004 11.4707 -37.9199 11.4707c-1.71973 0 -3.87012 -0.300781 -5.69043 -0.370117c2.35254 -11.0205 5.39453 -29.0391 6.79004 -40.2207 +c7.66992 -6.29004 14.9102 -12.6494 21.8701 -19.1797zM224 224c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" /> + <glyph glyph-name="bone" unicode="" horiz-adv-x="640" +d="M598.88 203.44c-9.42969 -4.70996 -9.42969 -18.1709 -0.00976562 -22.8809c25.2002 -12.5996 41.1201 -38.3496 41.1201 -66.5293v-7.64062c0 -41.0898 -33.2998 -74.3896 -74.3799 -74.3896c-32.0107 0 -60.4404 20.4902 -70.5703 50.8604 +c-6.53027 19.5996 -10.7305 45.1396 -38.1104 45.1396h-273.87c-26.5098 0 -30.4297 -22.1104 -38.1094 -45.1396c-10.1299 -30.3701 -38.5498 -50.8604 -70.5703 -50.8604c-41.0801 0 -74.3799 33.2998 -74.3799 74.3896v7.64062 +c0 28.1699 15.9199 53.9297 41.1201 66.5293c9.42969 4.70996 9.42969 18.1709 0 22.8809c-25.2002 12.5996 -41.1201 38.3594 -41.1201 66.5293v7.64062c0 41.0898 33.2998 74.3896 74.3896 74.3896c32.0107 0 60.4404 -20.4902 70.5605 -50.8604 +c6.53027 -19.5996 10.7295 -45.1396 38.1094 -45.1396h273.87c26.5107 0 30.4307 22.1104 38.1104 45.1396c10.1299 30.3701 38.5498 50.8604 70.5703 50.8604c41.0898 0 74.3896 -33.2998 74.3896 -74.3896v-7.64062c0 -28.1699 -15.9199 -53.9297 -41.1201 -66.5293z" /> + <glyph glyph-name="book-reader" unicode="" +d="M352 352c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96zM233.59 206.9c4.10059 -2.51074 6.41016 -6.79004 6.41992 -11.46v-245.99c0 -10.1602 -11.1094 -16.5898 -20.4795 -11.8701 +c-61.0498 30.75 -149.38 39.1396 -193.04 41.4297c-14.9004 0.770508 -26.4902 12.7207 -26.4902 27.0498v222.801c0 15.6299 13.5498 28.0098 29.7998 27.0898c48.3604 -2.75 144.46 -12.7305 203.79 -49.0498zM482.2 255.95 +c16.25 0.919922 29.7998 -11.46 29.8096 -27.0898v-222.82c0 -14.3301 -11.5898 -26.2803 -26.4902 -27.0596c-43.6494 -2.29004 -131.93 -10.6807 -192.97 -41.4004c-9.39941 -4.73047 -20.54 1.70996 -20.54 11.9004v245.789c0 4.6709 2.31055 9.12012 6.41016 11.6309 +c59.3203 36.3193 155.43 46.3096 203.78 49.0498z" /> + <glyph glyph-name="brain" unicode="" horiz-adv-x="576" +d="M208 448c35.2998 0 64 -28.7002 64 -64v-376c0 -39.7998 -32.2002 -72 -72 -72c-31.7998 0 -58.4004 20.7002 -68 49.2002c-3.90039 -0.700195 -7.90039 -1.2002 -12 -1.2002c-39.7998 0 -72 32.2002 -72 72c0 4.7998 0.5 9.5 1.40039 14.0996 +c-29 12 -49.4004 40.6006 -49.4004 73.9004c0 29.7002 16.2998 55.2998 40.2998 69.0996c-5.09961 10.6006 -8.2998 22.3008 -8.2998 34.9004c0 33.4004 20.5 62 49.7002 74c-1.10059 4.5 -1.7002 9.2002 -1.7002 14c0 35.2998 28.7002 64 64 64 +c0.799805 0 1.40039 -0.200195 2.2002 -0.200195c7.09961 27.7002 31.8994 48.2002 61.7998 48.2002zM576 144c0 -33.2998 -20.4004 -61.9004 -49.4004 -73.9004c0.900391 -4.59961 1.40039 -9.2998 1.40039 -14.0996c0 -39.7998 -32.2002 -72 -72 -72 +c-4.09961 0 -8.09961 0.5 -12 1.2002c-9.59961 -28.5 -36.2002 -49.2002 -68 -49.2002c-39.7998 0 -72 32.2002 -72 72v376c0 35.4004 28.7002 64 64 64c29.9004 0 54.7002 -20.5 61.7998 -48.2002c0.700195 0 1.40039 0.200195 2.2002 0.200195 +c35.2998 0 64 -28.7002 64 -64c0 -4.7998 -0.700195 -9.5 -1.7002 -14c29.2002 -12 49.7002 -40.5996 49.7002 -74c0 -12.5996 -3.09961 -24.2998 -8.2998 -34.9004c24 -13.7998 40.2998 -39.3994 40.2998 -69.0996z" /> + <glyph glyph-name="car-alt" unicode="" horiz-adv-x="480" +d="M438.66 235.67c24.1201 -9.16992 41.3398 -32.3301 41.3398 -59.6699v-48c0 -16.1299 -6.16016 -30.6797 -16 -41.9297v-54.0703c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32 +c-17.6699 0 -32 14.3301 -32 32v54.0703c-9.83984 11.2598 -16 25.8096 -16 41.9297v48c0 27.3398 17.2197 50.5 41.3398 59.6699l11.2402 28.0996l19.9297 49.8301c17.1104 42.7705 57.9307 70.4004 103.99 70.4004h127c46.0703 0 86.8799 -27.6299 103.99 -70.4004 +l19.9297 -49.8301zM131.93 289.83l-19.9297 -49.8301h256l-19.9297 49.8301c-7.29004 18.2197 -24.9404 30.1699 -44.5703 30.1699h-127c-19.6299 0 -37.2803 -11.9502 -44.5703 -30.1699zM80 128.2c19.2002 0 48 -3.19043 48 15.9502 +c0 19.1396 -28.7998 47.8496 -48 47.8496s-32 -12.7598 -32 -31.9004c0 -19.1396 12.7998 -31.8994 32 -31.8994zM400 128.2c19.2002 0 32 12.7598 32 31.8994c0 19.1406 -12.7998 31.9004 -32 31.9004s-48 -28.71 -48 -47.8496c0 -19.1406 28.7998 -15.9502 48 -15.9502z +" /> + <glyph glyph-name="car-battery" unicode="" +d="M480 320c17.6699 0 32 -14.3301 32 -32v-256c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v256c0 17.6699 14.3301 32 32 32h32v48c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-48h128v48c0 8.83984 7.16016 16 16 16h96 +c8.83984 0 16 -7.16016 16 -16v-48h32zM192 184v16c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8zM448 184v16c0 4.41992 -3.58008 8 -8 8h-40v40c0 4.41992 -3.58008 8 -8 8h-16 +c-4.41992 0 -8 -3.58008 -8 -8v-40h-40c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h40v-40c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v40h40c4.41992 0 8 3.58008 8 8z" /> + <glyph glyph-name="car-crash" unicode="" horiz-adv-x="640" +d="M143.25 227.19l-12.4199 -46.3701c-3.00977 -11.25 -3.62988 -22.8906 -2.41016 -34.3906l-35.2002 -28.9795c-6.56934 -5.41016 -16.3096 0.429688 -14.6201 8.76953l15.4404 76.6807c1.05957 5.25977 -2.66016 10.2793 -8 10.79l-77.8604 7.5498 +c-8.46973 0.819336 -11.2295 11.8301 -4.13965 16.54l65.1504 43.2998c4.45996 2.96973 5.37988 9.15039 1.97949 13.29l-49.71 60.4102c-5.41016 6.56934 0.429688 16.2998 8.78027 14.6201l76.6797 -15.4404c5.25977 -1.05957 10.2803 2.66016 10.7998 8l7.5498 77.8604 +c0.820312 8.47949 11.8301 11.2295 16.5508 4.13965l43.2998 -65.1396c2.96973 -4.45996 9.14941 -5.37988 13.29 -1.98047l60.3994 49.71c6.57031 5.41016 16.3008 -0.429688 14.6201 -8.76953l-11.3301 -56.1602c-2.70996 -3.0498 -5.42969 -6.08984 -7.90918 -9.40039 +l-32.1504 -42.9697l-10.71 -14.3203c-32.7305 -8.75977 -59.1797 -34.5293 -68.0801 -67.7393zM637.82 94.6797l-12.4199 -46.3594c-3.13086 -11.6807 -9.38086 -21.6104 -17.5508 -29.3604c-2.25488 -2.13574 -6.17969 -5.27148 -8.75977 -7l-13.9902 -52.2295 +c-1.13965 -4.27051 -3.09961 -8.10059 -5.64941 -11.3809c-7.66992 -9.83984 -20.7402 -14.6797 -33.54 -11.25l-30.9102 8.28027c-17.0703 4.57031 -27.2002 22.1201 -22.6299 39.1904l8.28027 30.9102l-247.28 66.2598l-8.28027 -30.9102 +c-4.57031 -17.0703 -22.1201 -27.2002 -39.1895 -22.6299l-30.9102 8.28027c-12.7998 3.42969 -21.7002 14.1592 -23.4199 26.5098c-0.570312 4.12012 -0.350586 8.41992 0.790039 12.6797l13.9893 52.2305c-1.37207 2.78809 -3.2041 7.46973 -4.08984 10.4492 +c-3.2002 10.79 -3.64941 22.5205 -0.519531 34.2002l12.4199 46.3701c5.30957 19.7998 19.3594 34.8301 36.8896 42.21c4.9082 2.06836 13.1914 4.18262 18.4902 4.71973l18.1299 24.2305l32.1504 42.9697c3.44922 4.61035 7.18945 8.90039 11.1992 12.8398 +c8 7.89062 17.0303 14.4404 26.7402 19.5107c4.86035 2.54004 9.89062 4.70996 15.0498 6.48926c10.3301 3.58008 21.1904 5.62988 32.2402 6.04004s22.3105 -0.819336 33.4307 -3.7998l122.68 -32.8701c11.1201 -2.97949 21.4795 -7.54004 30.8496 -13.4297 +c11.7236 -7.36133 27.2646 -22.8174 34.6904 -34.5c8.81934 -13.8799 14.6396 -29.8398 16.6797 -46.9902l6.36035 -53.29l3.58984 -30.0498c8.79297 -6.34863 18.9805 -19.7568 22.7402 -29.9297c4.38965 -11.8799 5.29004 -25.1904 1.75 -38.3906zM255.58 213.66 +c-18.5498 4.96973 -34.21 -4.04004 -39.1699 -22.5303s4.10938 -34.1201 22.6494 -39.0898c18.5508 -4.96973 45.54 -15.5098 50.4902 2.97949c4.95996 18.4902 -15.4297 53.6709 -33.9697 58.6406zM546.19 185.49l-6.36035 53.29 +c-0.580078 4.87012 -1.88965 9.5293 -3.82031 13.8594c-5.7998 12.9902 -17.2002 23.0107 -31.4199 26.8203l-122.68 32.8701c-3.36914 0.902344 -8.93457 1.63477 -12.4229 1.63477c-13.2676 0 -30.4883 -8.62207 -38.4375 -19.2451l-32.1494 -42.9697l172 -46.0801z +M564.68 130.84c-18.5498 4.96973 -53.7998 -15.3096 -58.75 -33.79c-4.94922 -18.4902 23.6904 -22.8594 42.2402 -27.8301c18.5498 -4.96973 34.21 4.04004 39.1699 22.5303c4.9502 18.4805 -4.10938 34.1201 -22.6602 39.0898z" /> + <glyph glyph-name="car-side" unicode="" horiz-adv-x="640" +d="M544 256c53.0195 0 96 -42.9805 96 -96v-80c0 -8.83984 -7.16016 -16 -16 -16h-48c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-128c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-48c-8.83984 0 -16 7.16016 -16 16v112 +c0 29.79 20.4404 54.5996 48 61.7402l47.9102 122.029c9.71973 24.3008 33.25 40.2305 59.4199 40.2305h213.91c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l108.78 -135.98h16zM160 16c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48 +s21.5303 -48 48 -48zM232 256v96h-76.6699l-38.4004 -96h115.07zM280 256h166.04l-76.7998 96h-89.2402v-96zM480 16c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48s21.5303 -48 48 -48z" /> + <glyph glyph-name="charging-station" unicode="" horiz-adv-x="576" +d="M336 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-320c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h320zM544 320h16c8.83984 0 16 -7.16016 16 -16v-32c0 -35.7598 -23.6201 -65.6904 -56 -75.9297v-120.07 +c0 -44.4102 -38.29 -80.0498 -83.5898 -75.6201c-39.4902 3.85059 -68.4102 39.3398 -68.4102 79.0098v24.6104c0 22.0898 -17.9102 40 -40 40h-8v-112h-288v352c0 35.3496 28.6504 64 64 64h160c35.3496 0 64 -28.6504 64 -64v-192h8c48.5996 0 88 -39.4004 88 -88v-28 +c0 -16.9902 15.2197 -30.5 32.7402 -27.6104c13.7598 2.27051 23.2598 15.2402 23.2598 29.1904v118.49c-32.3799 10.2393 -56 40.1699 -56 75.9297v32c0 8.83984 7.16016 16 16 16h16v48c0 8.83984 7.16016 16 16 16s16 -7.16016 16 -16v-48h32v48 +c0 8.83984 7.16016 16 16 16s16 -7.16016 16 -16v-48zM260.09 272.24c4.62012 6.97949 -1.14941 15.7598 -10.3896 15.7598h-57.7002l11.5996 50.79c2.02051 6.66992 -3.71973 13.21 -11.5996 13.21h-68c-6.01953 0 -11.0996 -3.90039 -11.8896 -9.11035l-16 -107 +c-0.959961 -6.2998 4.63965 -11.8896 11.8896 -11.8896h59.3496l-23.0195 -83.0801c-1.7998 -6.63965 4 -12.9199 11.6699 -12.9199c4.17969 0 8.19043 1.91016 10.3896 5.24023z" /> + <glyph glyph-name="directions" unicode="" +d="M502.61 214.68c12.5195 -12.5293 12.5195 -32.8301 0 -45.3594l-223.931 -223.931c-12.5293 -12.5293 -32.8398 -12.5293 -45.3594 0l-223.931 223.931c-12.5195 12.5293 -12.5195 32.8301 0 45.3594l223.931 223.931c12.5293 12.5195 32.8398 12.5195 45.3594 0z +M401.63 202.12c3.42969 3.16992 3.42969 8.58984 0 11.7598l-84.21 77.7305c-5.12988 4.72949 -13.4297 1.08984 -13.4297 -5.87988v-53.7305h-112c-17.6699 0 -32 -14.3301 -32 -32v-80c0 -4.41992 3.58008 -8 8 -8h32c4.41992 0 8 3.58008 8 8v64h96v-53.7305 +c0 -6.97949 8.30957 -10.6094 13.4297 -5.87988z" /> + <glyph glyph-name="draw-polygon" unicode="" horiz-adv-x="448" +d="M384 96c35.3496 0 64 -28.6504 63.9902 -64c0 -35.3496 -28.6504 -64 -64 -64c-23.6299 0 -44.0303 12.9502 -55.1201 32h-209.75c-11.0801 -19.0498 -31.4902 -32 -55.1201 -32c-35.3496 0 -64 28.6504 -64 64c0 23.6299 12.9502 44.04 32 55.1299v209.75 +c-19.0498 11.0801 -32 31.4902 -32 55.1201c0 35.3496 28.6504 64 64 64c23.6299 0 44.04 -12.9502 55.1201 -32h209.76c11.0801 19.0498 31.4902 32 55.1201 32c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64c-0.349609 0 -0.669922 0.0898438 -1.01953 0.0996094 +l-39.2002 -65.3193c5.08008 -9.16992 8.21973 -19.5605 8.21973 -30.7803s-3.15039 -21.6104 -8.21973 -30.7803l39.2002 -65.3193c0.349609 0 0.669922 0.0996094 1.01953 0.0996094zM96 87.1201c8.07422 -4.68848 18.4316 -15.0459 23.1201 -23.1201h208.36 +l-38.4609 64.0996c-0.349609 0 -0.669922 -0.0996094 -1.01953 -0.0996094c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64c0.349609 0 0.669922 -0.0898438 1.01953 -0.0996094l38.4609 64.0996h-208.36c-4.69043 -8.07227 -15.0479 -18.4297 -23.1201 -23.1201v-209.76z +M272 192c0 -8.82031 7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16zM400 352c0 8.82031 -7.17969 16 -16 16s-16 -7.17969 -16 -16s7.17969 -16 16 -16s16 7.17969 16 16zM64 368c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16 +s16 7.17969 16 16s-7.17969 16 -16 16zM48 32c0 -8.82031 7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16zM384 16c8.82031 0 16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16s7.17969 -16 16 -16z" /> + <glyph glyph-name="laptop-code" unicode="" horiz-adv-x="640" +d="M255.03 186.35l-58.3506 58.3408c-6.25 6.25 -6.25 16.3799 0 22.6299l58.3398 58.3398c6.25 6.25 16.3809 6.25 22.6309 0l11.3096 -11.3105c6.25 -6.25 6.25 -16.3799 0 -22.6299l-35.71 -35.7197l35.7197 -35.71c6.25 -6.25 6.25 -16.3799 0 -22.6299 +l-11.3096 -11.3105c-6.25 -6.25 -16.3799 -6.25 -22.6299 0zM351.04 197.65c-6.25 6.25 -6.25 16.3799 0 22.6299l35.71 35.7197l-35.71 35.71c-6.25 6.25 -6.25 16.3799 0 22.6299l11.3096 11.3105c6.25 6.25 16.3809 6.25 22.6309 0l58.3398 -58.3408 +c6.25 -6.25 6.25 -16.3799 0 -22.6299l-58.3398 -58.3398c-6.25 -6.25 -16.3809 -6.25 -22.6309 0zM624 32c8.7998 0 16 -7.2002 16 -16v-16c0 -35.2002 -28.7998 -64 -64 -64h-512c-35.2002 0 -64 28.7998 -64 64v16c0 8.7998 7.2002 16 16 16h239.23 +c-0.25 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46zM576 400v-336h-512v336c0 26.4004 21.5996 48 48 48h416c26.4004 0 48 -21.5996 48 -48zM512 128v256h-384v-256h384z" /> + <glyph glyph-name="layer-group" unicode="" +d="M12.4102 299.98c-16.5498 7.50977 -16.5498 32.5293 0 40.0391l232.95 105.671c2.79883 1.2793 7.56738 2.31738 10.6445 2.31738s7.84668 -1.03809 10.6455 -2.31738l232.93 -105.681c16.5498 -7.50977 16.5498 -32.5195 0 -40.0293l-232.94 -105.671 +c-6.7998 -3.08984 -14.4893 -3.08984 -21.29 0zM499.59 211.7c16.5498 -7.5 16.5498 -32.5 0 -40l-232.95 -105.59c-6.7998 -3.08008 -14.4893 -3.08008 -21.29 0l-232.939 105.59c-16.5498 7.5 -16.5498 32.5 0 40l58.0996 26.3301l161.63 -73.2705 +c7.57031 -3.42969 15.5908 -5.16992 23.8604 -5.16992s16.2998 1.74023 23.8604 5.16992l161.64 73.2705zM499.59 83.9004c16.5498 -7.5 16.5498 -32.5 0 -40l-232.95 -105.591c-6.7998 -3.0791 -14.4893 -3.0791 -21.29 0l-232.939 105.591 +c-16.5498 7.5 -16.5498 32.5 0 40l57.8799 26.2295l161.85 -73.3701c7.57031 -3.42969 15.5908 -5.16992 23.8604 -5.16992s16.2998 1.74023 23.8604 5.16992l161.859 73.3701z" /> + <glyph glyph-name="microscope" unicode="" +d="M160 128c-17.6699 0 -32 14.3301 -32 32v224c0 17.6699 14.3301 32 32 32v16c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16v-16c17.6699 0 32 -14.3301 32 -32v-224c0 -17.6699 -14.3301 -32 -32 -32h-12v-16c0 -8.83984 -7.16016 -16 -16 -16h-40 +c-8.83984 0 -16 7.16016 -16 16v16h-12zM464 0c26.5098 0 48 -21.4902 48 -48c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16c0 26.5098 21.4902 48 48 48h272c70.5801 0 128 57.4199 128 128s-57.4199 128 -128 128v64 +c105.88 0 192 -86.1201 192 -192c0 -49.2002 -18.7598 -93.9902 -49.29 -128h1.29004zM104 32c-4.41992 0 -8 3.58008 -8 8v16c0 4.41992 3.58008 8 8 8h208c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-208z" /> + <glyph glyph-name="oil-can" unicode="" horiz-adv-x="640" +d="M629.8 287.69c5.11035 1.45996 10.2002 -2.38086 10.1904 -7.69043v-18.0801c0 -2.12012 -0.839844 -4.16016 -2.33984 -5.66016l-212.261 -214.75c-6.00977 -6.08984 -14.21 -9.50977 -22.7598 -9.50977h-274.63c-17.6699 0 -32 14.3301 -32 32v46.54l-69.7197 12.6904 +c-15.2207 2.75977 -26.2803 16.0195 -26.2803 31.4795v94.9502c0 17.9795 14.6699 32.0098 31.9297 32.0098c1.61133 0 4.20605 -0.237305 5.79004 -0.530273l138.28 -25.1396h56v48h-56c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h160 +c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-56v-48h56.8896c8.33984 -0.00292969 21.1611 -3.03125 28.6201 -6.75977l50.4902 -25.2402zM96 159.33v62.4297l-48 8.73047v-62.4307zM549.33 74.6699c0 23.5605 42.6699 85.3301 42.6699 85.3301 +s42.6699 -61.7598 42.6699 -85.3301s-19.0996 -42.6699 -42.6699 -42.6699s-42.6699 19.1104 -42.6699 42.6699z" /> + <glyph glyph-name="poop" unicode="" +d="M451.36 78.8604c34.3301 -5.48047 60.6396 -34.9805 60.6396 -70.8604c0 -39.7598 -32.2402 -72 -72 -72h-368c-39.7598 0 -72 32.2402 -72 72c0 35.8799 26.3096 65.3799 60.6396 70.8604c-17.2998 13.1494 -28.6396 33.7295 -28.6396 57.1396 +c0 39.7695 32.2402 72 72 72h14.0703c-13.4199 11.7305 -22.0703 28.7803 -22.0703 48c0 35.3496 28.6504 64 64 64h16c44.1797 0 80 35.8203 80 80c0 17.3799 -5.69043 33.3604 -15.1104 46.4805c4.95996 0.779297 9.94043 1.51953 15.1104 1.51953 +c53.0195 0 96 -42.9805 96 -96c0 -11.2803 -2.30957 -21.9502 -5.87988 -32h5.87988c35.3496 0 64 -28.6504 64 -64c0 -19.2197 -8.65039 -36.2695 -22.0703 -48h14.0703c39.7598 0 72 -32.2305 72 -72c0 -23.4102 -11.3398 -43.9902 -28.6396 -57.1396z" /> + <glyph glyph-name="shapes" unicode="" +d="M512 128v-160c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v160c0 17.6699 14.3301 32 32 32h160c17.6699 0 32 -14.3301 32 -32zM128 192c70.6904 0 128 -57.3096 128 -128s-57.3096 -128 -128 -128s-128 57.3096 -128 128s57.3096 128 128 128 +zM479.03 224h-190.061c-25.3398 0 -41.1797 26.6699 -28.5098 48l95.0303 160c12.6699 21.3301 44.3496 21.3301 57.0195 0l95.0303 -160c12.6699 -21.3301 -3.16992 -48 -28.5098 -48z" /> + <glyph glyph-name="star-of-life" unicode="" horiz-adv-x="480" +d="M471.99 113.57c7.66016 -4.41992 10.2793 -14.2002 5.85938 -21.8506l-32.0195 -55.4297c-4.41992 -7.66016 -14.21 -10.2803 -21.8701 -5.86035l-135.93 78.4307v-156.86c0 -8.83984 -7.16992 -16 -16.0107 -16h-64.0391c-8.84082 0 -16.0107 7.16016 -16.0107 16 +v156.85l-135.93 -78.4297c-7.66016 -4.41016 -17.4502 -1.79004 -21.8701 5.86035l-32.0195 55.4297c-4.41992 7.65039 -1.80078 17.4404 5.85938 21.8604l135.931 78.4297l-135.931 78.4297c-7.66016 4.41992 -10.2793 14.21 -5.85938 21.8604l32.0195 55.4199 +c4.41992 7.65039 14.21 10.2803 21.8701 5.86035l135.93 -78.4307v156.86c0 8.83984 7.16992 16 16.0107 16h64.0391c8.84082 0 16.0107 -7.16016 16.0107 -16v-156.85l135.93 78.4297c7.66016 4.41992 17.4502 1.79004 21.8701 -5.86035l32.0195 -55.4297 +c4.41992 -7.66016 1.80078 -17.4404 -5.85938 -21.8604l-135.931 -78.4297z" /> + <glyph glyph-name="teeth" unicode="" horiz-adv-x="640" +d="M544 448c53.0195 0 96 -42.9805 96 -96v-320c0 -53.0195 -42.9805 -96 -96 -96h-448c-53.0195 0 -96 42.9805 -96 96v320c0 53.0195 42.9805 96 96 96h448zM160 80v64c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-64 +c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM160 208v64c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-64c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16zM304 88v56c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-56 +c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM304 208v88c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-88c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM448 88v56c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-56 +c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM448 208v88c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-88c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM576 80v64c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-64 +c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM576 208v64c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-64c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="teeth-open" unicode="" horiz-adv-x="640" +d="M544 448c53.0195 0 96 -42.9805 96 -96v-64c0 -35.3496 -28.6602 -64 -64 -64h-512c-35.3398 0 -64 28.6504 -64 64v64c0 53.0195 42.9805 96 96 96h448zM160 272v32c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-32c0 -8.83984 7.16016 -16 16 -16h64 +c8.83984 0 16 7.16016 16 16zM304 272v56c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-56c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM448 272v56c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-56c0 -8.83984 7.16016 -16 16 -16h80 +c8.83984 0 16 7.16016 16 16zM576 272v32c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-32c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16zM576 128c35.3398 0 64 -28.6504 64 -64v-32c0 -53.0195 -42.9805 -96 -96 -96h-448 +c-53.0195 0 -96 42.9805 -96 96v32c0 35.3496 28.6602 64 64 64h512zM160 48v32c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM304 56v24c0 8.83984 -7.16016 16 -16 16h-80 +c-8.83984 0 -16 -7.16016 -16 -16v-24c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM448 56v24c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-24c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM576 48v32c0 8.83984 -7.16016 16 -16 16h-64 +c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48z" /> + <glyph glyph-name="theater-masks" unicode="" horiz-adv-x="640" +d="M206.86 202.85l-7.62988 -43.1797c-21.0908 -7.21973 -38.5 -18.2002 -49.9004 -30.9199c-2.41992 32.9004 21.6504 63.6504 57.5303 74.0996zM95.8096 153c5.87012 -33.1699 64.3203 -71.8096 111.931 -84.79c10.5596 -27.0996 25.9795 -50.5 39.5 -67.5801 +c-3.25977 -0.339844 -6.41992 -0.799805 -10.0098 -0.799805c-68.1201 0 -190.221 61.5596 -204.45 142.08l-31.7305 179.51c-4.96973 28.0996 7.98047 56.0996 32.1504 69.5205c67.8193 37.6396 143.46 57.0596 220.12 57.0596c23.9199 0 47.9492 -1.88965 71.8594 -5.7002 +c17.29 -2.76953 31.7803 -13.0498 41.7705 -27c-19.1299 -0.769531 -38.29 -2.2998 -57.1807 -5.31934c-19.8594 -3.1709 -37.6396 -12.5303 -51.5898 -26c-1.62012 0.0195312 -3.23926 0.189453 -4.84961 0.189453c-65.8896 0 -131.25 -16.9502 -189.01 -49.0098 +c0.0400391 -0.0302734 -0.530273 -1.03027 -0.240234 -2.65039zM193.36 290.46c3.83984 -21.7002 -10.6904 -42.4004 -32.4404 -46.2197c-21.7598 -3.82031 -42.5 10.6699 -46.3398 32.3701c-0.730469 4.12012 -0.610352 8.15918 -0.0898438 12.0996 +c10.8096 -5.57031 24.8301 -7.75 39.4795 -5.16992c14.6504 2.57031 27.0703 9.41016 35.3203 18.3203c1.83984 -3.53027 3.33984 -7.28027 4.07031 -11.4004zM606.8 327.1c24.1699 -13.4092 37.1201 -41.4092 32.1504 -69.5195l-31.7305 -179.51 +c-15.3896 -87.0508 -156.83 -151.931 -219.859 -140.84c-63.0303 11.0791 -173.7 120.3 -158.311 207.35l31.7305 179.51c4.95996 28.1006 26.7295 50 54.04 54.3604c100.55 16.0596 203 -1.96973 291.979 -51.3506zM333.56 230.3 +c-0.729492 -4.12012 -0.609375 -8.16016 -0.0791016 -12.1094c10.8096 5.56934 24.8291 7.75 39.4795 5.16992c14.6504 -2.57031 27.0703 -9.41016 35.3203 -18.3203c1.83984 3.53027 3.33984 7.28027 4.06934 11.4004c3.83008 21.6992 -10.6895 42.3896 -32.4492 46.2197 +c-21.7607 3.83008 -42.5 -10.6602 -46.3408 -32.3604zM404.03 31.54c55.6699 -9.79004 108.2 23.7803 122.38 75.7197c-28.1104 -16.9697 -68.6504 -24.21 -111.93 -16.5996c-43.2803 7.60938 -78.8906 28.2402 -99.4902 53.7803 +c-4.48047 -53.6309 33.3594 -103.11 89.04 -112.9zM534.33 182.88c1.83984 3.52051 3.33984 7.27051 4.07031 11.4004c3.83008 21.7002 -10.7002 42.3896 -32.4502 46.2197c-21.7598 3.82031 -42.5 -10.6699 -46.3398 -32.3701 +c-0.730469 -4.12012 -0.610352 -8.16016 -0.0908203 -12.0996c10.8105 5.56934 24.8301 7.75 39.4805 5.16992c14.6504 -2.57031 27.0801 -9.41016 35.3301 -18.3203z" /> + <glyph glyph-name="traffic-light" unicode="" horiz-adv-x="384" +d="M384 256c0 -41.7402 -26.7998 -76.9004 -64 -90.1201v-37.8799h64c0 -42.8398 -28.25 -78.6904 -66.9902 -91.0498c-12.4297 -57.6699 -63.6094 -100.95 -125.01 -100.95s-112.58 43.2803 -125.01 100.95c-38.7402 12.3594 -66.9902 48.21 -66.9902 91.0498h64v37.8799 +c-37.2002 13.2197 -64 48.3799 -64 90.1201h64v37.8799c-37.2002 13.2197 -64 48.3799 -64 90.1201h64v32c0 17.6699 14.3301 32 32 32h192c17.6699 0 32 -14.3301 32 -32v-32h64c0 -41.7402 -26.7998 -76.9004 -64 -90.1201v-37.8799h64zM192 32 +c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM192 160c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM192 288c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48 +s-48 -21.4902 -48 -48s21.4902 -48 48 -48z" /> + <glyph glyph-name="truck-monster" unicode="" horiz-adv-x="640" +d="M624 224c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16.71c-29.21 38.6504 -75.0996 64 -127.28 64c-52.1797 0 -98.0693 -25.3496 -127.279 -64h-65.4502c-29.21 38.6504 -75.1006 64 -127.28 64s-98.0703 -25.3496 -127.28 -64h-16.7197 +c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16v80c0 8.83984 7.16016 16 16 16h176v96c0 17.6699 14.3301 32 32 32h113.24c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l83.1807 -103.98h73.5996c17.6699 0 32 -14.3301 32 -32v-64h16z +M288 320h132.44l-51.2002 64h-81.2402v-64zM592 96c8.83984 0 16 -7.16016 16.0195 -16v-32c0 -8.83984 -7.15918 -16 -16 -16h-5.19922c-1.79688 -6.01074 -5.67188 -15.3691 -8.65039 -20.8896l3.66992 -3.66992c6.25 -6.25 6.25 -16.3809 0 -22.6309l-22.6299 -22.6299 +c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-3.66992 3.66992c-6.62012 -3.58008 -13.5703 -6.44922 -20.9004 -8.64941v-5.2002c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v5.2002c-7.33008 2.2002 -14.29 5.08008 -20.8994 8.64941 +l-3.66992 -3.66992c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309l3.66992 3.66992c-3.58008 6.60938 -6.44922 13.5596 -8.64941 20.8896h-5.2002c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h5.2002 +c1.7959 6.01074 5.6709 15.3691 8.64941 20.8896l-3.66992 3.66992c-6.25 6.25 -6.25 16.3809 0 22.6309l22.6299 22.6299c6.25 6.25 16.3809 6.25 22.6309 0l3.66992 -3.66992c6.60938 3.58008 13.5596 6.44922 20.8896 8.64941v5.2002c0 8.83984 7.16016 16 16 16h32 +c8.83984 0 16 -7.16016 16 -16v-5.2002c6.01074 -1.7959 15.3691 -5.6709 20.8896 -8.64941l3.66992 3.66992c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309l-3.66992 -3.66992 +c3.58008 -6.60938 6.44922 -13.5596 8.64941 -20.8896h5.2002zM480 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM272 96c8.83984 0 16 -7.16016 16.0195 -15.9902v-32c0 -8.83984 -7.15918 -16 -16 -16h-5.19922 +c-1.79688 -6.00977 -5.67188 -15.3691 -8.65039 -20.8896l3.66992 -3.66992c6.25 -6.25 6.25 -16.3799 0 -22.6299l-22.6299 -22.6299c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-3.66992 3.66992c-6.62012 -3.58008 -13.5703 -6.4502 -20.9004 -8.65039v-5.2002 +c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v5.2002c-7.33008 2.2002 -14.29 5.08008 -20.8994 8.65039l-3.66992 -3.66992c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3799 0 22.6299l3.66992 3.66992 +c-3.58008 6.61035 -6.44922 13.5596 -8.64941 20.8896h-5.2002c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h5.2002c1.7959 6.01074 5.6709 15.3691 8.64941 20.8906l-3.66992 3.66992c-6.25 6.25 -6.25 16.3799 0 22.6299l22.6299 22.6201 +c6.25 6.25 16.3809 6.25 22.6309 0l3.66992 -3.66992c6.60938 3.58008 13.5596 6.44922 20.8896 8.64941v5.2002c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-5.2002c6.01074 -1.7959 15.3691 -5.6709 20.8896 -8.64941l3.66992 3.66992 +c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309l-3.66992 -3.66992c3.58008 -6.60938 6.44922 -13.5596 8.64941 -20.8896h5.2002zM160 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48 +s21.4902 -48 48 -48z" /> + <glyph glyph-name="truck-pickup" unicode="" horiz-adv-x="640" +d="M624 160c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-49.5996c0.759766 -5.26953 1.60938 -10.5195 1.60938 -16c0 -61.8604 -50.1396 -112 -112 -112c-61.8594 0 -112 50.1396 -112 112c0 5.48047 0.850586 10.7305 1.61035 16h-67.2305 +c0.760742 -5.26953 1.61035 -10.5195 1.61035 -16c0 -61.8604 -50.1396 -112 -112 -112s-112 50.1396 -112 112c0 5.48047 0.849609 10.7305 1.61035 16h-49.6104c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16v64c0 17.6699 14.3301 32 32 32h160v128 +c0 17.6699 14.3301 32 32 32h113.24c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l108.78 -135.98h48c17.6699 0 32 -14.3301 32 -32v-64h16zM288 352v-96h158.04l-76.7998 96h-81.2402zM176 32c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48 +s-48 -21.5303 -48 -48s21.5303 -48 48 -48zM464 32c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48s21.5303 -48 48 -48z" /> + <glyph glyph-name="ad" unicode="" +d="M157.52 176l18.4805 53.2197l18.4805 -53.2197h-36.9609zM352 192c13.2305 0 24 -10.7695 24 -24s-10.7695 -24 -24 -24s-24 10.7695 -24 24s10.7695 24 24 24zM464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288 +c0 26.5 21.5 48 48 48h416zM250.58 96c11 0 18.7197 10.8496 15.1104 21.25l-53.6904 154.62c-3.08789 8.90332 -13.2422 16.1299 -22.666 16.1299h-0.00390625h-26.6602h-0.00390625c-9.41992 0 -19.5742 -7.22168 -22.666 -16.1201l-53.7002 -154.63 +c-3.60938 -10.4004 4.11035 -21.25 15.1201 -21.25h16.9404h0.00585938c6.28125 0 13.0527 4.81641 15.1143 10.75l7.37988 21.25h70.29l7.36914 -21.25c2.24023 -6.42969 8.31055 -10.75 15.1201 -10.75h16.9404zM424 112v160c0 8.83984 -7.16016 16 -16 16h-16 +c-8.83984 0 -16 -7.16016 -16 -16v-36.4199c-7.54004 2.68945 -15.54 4.41992 -24 4.41992c-39.7002 0 -72 -32.2998 -72 -72s32.2998 -72 72 -72c9.92969 0 19.4004 2.01953 28.0195 5.67969c2.94043 -3.41016 7.13086 -5.67969 11.9805 -5.67969h16 +c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="ankh" unicode="" horiz-adv-x="320" +d="M296 192c13.25 0 24 -10.7402 24 -24v-32c0 -13.25 -10.75 -24 -24 -24h-96v-152c0 -13.25 -10.75 -24 -24 -24h-32c-13.25 0 -24 10.75 -24 24v152h-96c-13.25 0 -24 10.75 -24 24v32c0 13.2598 10.75 24 24 24h44.6201c-21.0801 33.9902 -36.6201 74.3496 -36.6201 112 +c0 88.3701 57.3096 144 128 144s128 -55.6299 128 -144c0 -37.6504 -15.54 -78.0098 -36.6201 -112h44.6201zM160 368c-29.6104 0 -48 -24.5195 -48 -64c0 -34.6602 27.1396 -78.1504 48 -100.87c20.8604 22.7305 48 66.21 48 100.87c0 39.4805 -18.3896 64 -48 64z" /> + <glyph glyph-name="bible" unicode="" horiz-adv-x="448" +d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320 +c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM144 304v-32c0 -8.83984 7.16016 -16 16 -16h48v-112c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v112h48c8.83984 0 16 7.16016 16 16v32 +c0 8.83984 -7.16016 16 -16 16h-48v48c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-48h-48c-8.83984 0 -16 -7.16016 -16 -16zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" /> + <glyph glyph-name="business-time" unicode="" horiz-adv-x="640" +d="M496 224c79.5898 0 144 -64.4102 144 -144s-64.4102 -144 -144 -144s-144 64.4102 -144 144s64.4102 144 144 144zM560 73.71v12.5801c0 5.33984 -4.37012 9.70996 -9.70996 9.70996h-38.29v54.2803c0 5.33984 -4.37012 9.70996 -9.70996 9.70996h-12.5703 +c-5.33984 0 -9.70996 -4.37012 -9.70996 -9.70996v-76.5703c0 -5.33984 4.37012 -9.70996 9.70996 -9.70996h60.5703c5.33984 0 9.70996 4.37012 9.70996 9.70996zM496 256c-37.5303 0 -72.2803 -11.9102 -100.88 -32h-395.12v80c0 25.5996 22.4004 48 48 48h80v48 +c0 25.5996 22.4004 48 48 48h160c25.5996 0 48 -22.4004 48 -48v-48h80c25.5996 0 48 -22.4004 48 -48v-48.8096c-5.28027 0.479492 -10.5996 0.80957 -16 0.80957zM320 352v32h-128v-32h128zM326.82 128c-4.33984 -15.2803 -6.82031 -31.3398 -6.82031 -48 +c0 -28.8203 7.09961 -55.96 19.4297 -80h-291.43c-25.5996 0 -48 22.4004 -48 48v144h192v-48c0 -8.83984 7.16016 -16 16 -16h118.82z" /> + <glyph glyph-name="city" unicode="" horiz-adv-x="640" +d="M616 256c13.25 0 24 -10.7402 24 -24v-264c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v360c0 13.2598 10.7402 24 24 24h40v80c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-80h64v80c0 8.83984 7.16016 16 16 16h16 +c8.83984 0 16 -7.16016 16 -16v-80h64v72c0 13.2598 10.7402 24 24 24h144c13.2598 0 24 -10.7402 24 -24v-168h136zM128 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12z +M128 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM128 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40 +c6.62988 0 12 5.37012 12 12zM256 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM256 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40 +c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM256 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 140v40c0 6.62988 -5.37012 12 -12 12h-40 +c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 332v40 +c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM576 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40 +c6.62988 0 12 5.37012 12 12zM576 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12z" /> + <glyph glyph-name="comment-dollar" unicode="" +d="M256 416c141.38 0 256 -93.1201 256 -208s-114.62 -208 -256 -208c-38.4102 0 -74.71 7.07031 -107.4 19.3799c-24.6094 -19.6299 -74.3398 -51.3799 -140.6 -51.3799h-0.00195312c-4.41309 0 -7.99512 3.58203 -7.99512 7.99512 +c0 1.76172 0.984375 4.22754 2.19727 5.50488c0.5 0.530273 42.2598 45.4502 54.8193 95.7598c-35.6094 35.7305 -57.0195 81.1807 -57.0195 130.74c0 114.88 114.62 208 256 208zM280 113.56c30.29 3.62012 53.3701 30.9805 49.3203 63.04 +c-2.90039 22.96 -20.6602 41.3105 -42.9102 47.6699l-50.0703 14.3008c-3.59961 1.0293 -6.12012 4.35938 -6.12012 8.10938c0 4.64062 3.78027 8.41992 8.44043 8.41992h32.7803h0.0654297c2.94727 0 7.51367 -0.994141 10.1943 -2.21973 +c4.7998 -2.20996 10.3701 -1.70996 14.1094 2.03027l17.5205 17.5195c5.26953 5.27051 4.66992 14.2705 -1.5498 18.3799c-9.5 6.27051 -20.3604 10.1104 -31.7803 11.46v17.7305c0 8.83984 -7.16016 16 -16 16h-16c-8.83984 0 -16 -7.16016 -16 -16v-17.5498 +c-30.29 -3.62012 -53.3701 -30.9805 -49.3203 -63.0498c2.90039 -22.96 20.6602 -41.3203 42.9102 -47.6699l50.0703 -14.3008c3.59961 -1.0293 6.12012 -4.35938 6.12012 -8.10938c0 -4.64062 -3.78027 -8.41992 -8.44043 -8.41992h-32.7803 +c-3.59961 0 -7.0791 0.759766 -10.2598 2.21973c-4.7998 2.20996 -10.3701 1.70996 -14.1094 -2.03027l-17.5205 -17.5195c-5.26953 -5.27051 -4.66992 -14.2705 1.5498 -18.3799c9.5 -6.27051 20.3604 -10.1104 31.7803 -11.46v-17.7305c0 -8.83984 7.16016 -16 16 -16h16 +c8.83984 0 16 7.16016 16 16v17.5596z" /> + <glyph glyph-name="comments-dollar" unicode="" horiz-adv-x="576" +d="M416 256c0 -88.3701 -93.1201 -160 -208 -160c-40.9805 0 -79.0703 9.24023 -111.27 24.9805c-21.8008 -12.7305 -52.1504 -24.9805 -88.7305 -24.9805h-0.00195312c-4.41309 0 -7.99512 3.58203 -7.99512 7.99512c0 1.76172 0.984375 4.22754 2.19727 5.50488 +c0.319336 0.339844 22.4102 24.2803 35.7695 54.5195c-23.8398 26.0303 -37.9697 57.7109 -37.9697 91.9805c0 88.3701 93.1201 160 208 160s208 -71.6299 208 -160zM192 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16.1201 +c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973 +c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201 +c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104 +c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29zM538.01 36.0098 +c13.3604 -30.2598 35.4707 -54.1699 35.7803 -54.5c2.20996 -2.33008 2.82031 -5.72949 1.5498 -8.66992c-1.25 -2.92969 -4.13965 -4.83984 -7.33984 -4.83984c-36.5801 0 -66.9297 12.25 -88.7305 24.9805c-32.1992 -15.7402 -70.2891 -24.9805 -111.27 -24.9805 +c-86.2305 0 -160.2 40.3701 -191.73 97.8799c10.4102 -1.11035 20.9502 -1.87988 31.7305 -1.87988c132.34 0 240 86.1299 240 192c0 6.78027 -0.469727 13.4697 -1.33008 20.0703c75.8398 -23.8701 129.33 -81.1299 129.33 -148.07 +c0 -34.2695 -14.1299 -65.96 -37.9902 -91.9902z" /> + <glyph glyph-name="cross" unicode="" horiz-adv-x="384" +d="M352 320c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-96v-224c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v224h-96c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h96v96c0 17.6699 14.3301 32 32 32 +h64c17.6699 0 32 -14.3301 32 -32v-96h96z" /> + <glyph glyph-name="dharmachakra" unicode="" +d="M495 222.94c9.20996 0.569336 17 -6.74023 17.0098 -15.9707v-29.9395c0 -9.23047 -7.79004 -16.5498 -17 -15.9707l-17.2197 1.08008c-5.28027 -39.4795 -20.7998 -75.6299 -43.8604 -105.83l12.9502 -11.4297c6.91992 -6.09961 7.25977 -16.7803 0.730469 -23.3096 +l-21.1699 -21.1699c-6.52051 -6.52051 -17.2002 -6.19043 -23.3105 0.729492l-11.4297 12.9502c-30.2002 -23.0703 -66.3506 -38.5898 -105.84 -43.8604l1.08008 -17.2197c0.569336 -9.20996 -6.74023 -17 -15.9707 -17h-29.9395c-9.23047 0 -16.5498 7.79004 -15.9707 17 +l1.09082 17.2197c-39.4902 5.28027 -75.6406 20.7998 -105.841 43.8604l-11.4297 -12.9502c-6.09961 -6.91992 -16.7803 -7.25977 -23.3096 -0.729492l-21.1699 21.1699c-6.52051 6.51953 -6.19043 17.1992 0.729492 23.3096l12.9502 11.4297 +c-23.0703 30.1904 -38.5898 66.3408 -43.8604 105.83l-17.2197 -1.08008c-9.20996 -0.569336 -17 6.74023 -17 15.9707v29.9395c0 9.23047 7.79004 16.5498 17 15.9707l17.2197 -1.08008c5.28027 39.4893 20.7998 75.6396 43.8604 105.84l-12.9502 11.4297 +c-6.91992 6.10059 -7.25977 16.7803 -0.729492 23.3105l21.1699 21.1592c6.51953 6.52051 17.1992 6.19043 23.3096 -0.729492l11.4297 -12.9502c30.1904 23.0703 66.3408 38.5898 105.83 43.8604l-1.08008 17.2197c-0.569336 9.20996 6.74023 17 15.9707 17h29.9395 +c9.23047 0 16.5498 -7.79004 15.9707 -17l-1.07031 -17.21c39.4795 -5.28027 75.6299 -20.7998 105.83 -43.8604l11.4297 12.9404c6.10059 6.91992 16.7803 7.25977 23.3105 0.729492l21.1592 -21.1592c6.52051 -6.52051 6.19043 -17.2002 -0.729492 -23.3105 +l-12.9502 -11.4297c23.0703 -30.2002 38.5898 -66.3506 43.8604 -105.84zM281.84 349.39l-4.00977 -64.1201c10.2998 -2.40918 19.8896 -6.50977 28.6201 -11.9492l42.6201 48.29c-19.6006 14.1201 -42.4199 23.71 -67.2305 27.7793zM230.16 349.39 +c-24.8105 -4.06934 -47.6299 -13.6592 -67.2305 -27.7793l42.6201 -48.29c8.73047 5.42969 18.3301 9.54004 28.6201 11.9492zM126.39 285.06c-14.1201 -19.5996 -23.71 -42.4092 -27.7793 -67.2197l64.1201 -4.00977c2.41992 10.29 6.51953 19.8896 11.96 28.6201z +M98.6104 166.16c4.06934 -24.8105 13.6592 -47.6299 27.7793 -67.2305l48.29 42.6201c-5.42969 8.73047 -9.54004 18.3301 -11.9492 28.6201zM230.16 34.6104l4 64.1201c-10.29 2.41992 -19.8906 6.51953 -28.6201 11.96l-42.6104 -48.3008 +c19.6006 -14.1201 42.4199 -23.71 67.2305 -27.7793zM256 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM281.84 34.6104c24.8105 4.06934 47.6201 13.6592 67.2197 27.7793l-42.6094 48.3008 +c-8.73047 -5.44043 -18.3301 -9.55078 -28.6201 -11.96zM385.61 98.9404c14.1201 19.5898 23.71 42.4092 27.7793 67.2295l-64.1201 4.00977c-2.40918 -10.2998 -6.50977 -19.8896 -11.9492 -28.6201zM349.27 213.83l64.1201 4 +c-4.06934 24.8096 -13.6592 47.6299 -27.7793 67.2295l-48.3008 -42.6094c5.44043 -8.73047 9.55078 -18.3301 11.96 -28.6201z" /> + <glyph glyph-name="envelope-open-text" unicode="" +d="M176 232c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h160c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160zM160 152v16c0 8.83984 7.16016 16 16 16h160c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16 +h-160c-8.83984 0 -16 7.16016 -16 16zM256 30.8701c16.4199 0 32.8398 5.07031 46.8604 15.1895l209.14 151.08v-213.14c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v213.14l209.14 -151.08c14.0205 -10.1299 30.4404 -15.1895 46.8604 -15.1895z +M493.61 285.05c11.6094 -9.09961 18.3896 -23.0303 18.3896 -37.7695v-10.6504l-96 -69.3496v184.72h-320v-184.72l-96 69.3496v10.6504c0.00195312 12.8945 8.24023 29.8154 18.3896 37.7695c8.85059 6.94043 17.2402 13.4805 29.6104 22.8105v44.1396 +c0 26.5098 21.4902 48 48 48h77.5498c3.04004 2.2002 5.87012 4.25977 9.04004 6.55957c16.8203 12.2705 50.21 41.79 73.4102 41.4404c23.2002 0.349609 56.5996 -29.1699 73.4102 -41.4404c3.16992 -2.2998 6 -4.35938 9.04004 -6.55957h77.5498 +c26.5098 0 48 -21.4902 48 -48v-44.1396c12.3701 -9.34082 20.7598 -15.8701 29.6104 -22.8105z" /> + <glyph glyph-name="folder-minus" unicode="" +d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192zM368 152v16c0 8.83984 -7.16016 16 -16 16h-192c-8.83984 0 -16 -7.16016 -16 -16v-16 +c0 -8.83984 7.16016 -16 16 -16h192c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="folder-plus" unicode="" +d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192zM368 152v16c0 8.83984 -7.16016 16 -16 16h-72v72c0 8.83984 -7.16016 16 -16 16h-16 +c-8.83984 0 -16 -7.16016 -16 -16v-72h-72c-8.83984 0 -16 -7.16016 -16 -16v-16c0 -8.83984 7.16016 -16 16 -16h72v-72c0 -8.83984 7.16016 -16 16 -16h16c8.83984 0 16 7.16016 16 16v72h72c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="funnel-dollar" unicode="" horiz-adv-x="640" +d="M433.46 282.06c-83.4102 -20.8896 -145.46 -96.2695 -145.46 -186.06c0 -54.3496 22.7998 -103.38 59.21 -138.35c-10.75 -20.54 -38.3604 -29.21 -59.2197 -13.5703l-79.9902 60c-10.0703 7.55957 -16 19.4102 -16 32v155.92l-182.66 201.93 +c-19.9502 19.9502 -5.82031 54.0703 22.4004 54.0703h480.52c28.2207 0 42.3506 -34.1201 22.4004 -54.0703zM480 256c88.3701 0 160 -71.6299 160 -160s-71.6299 -160 -160 -160s-160 71.6299 -160 160s71.6299 160 160 160zM496 16.1201 +c23.6299 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973 +c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201 +c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104 +c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29c0 -4.41992 3.58008 -8 8 -8h16 +c4.41992 0 8 3.58008 8 8v16.1201z" /> + <glyph glyph-name="gopuram" unicode="" +d="M496 96c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-80v160h-32v128h-32v96h-32v-96h32v-128h32v-160h-80v80c0 8.7998 -7.2002 16 -16 16h-64c-8.7998 0 -16 -7.2002 -16 -16v-80h-80v160h32v128h32v96h-32v-96h-32v-128h-32v-160h-80 +c-8.7998 0 -16 7.2002 -16 16v128c0 8.7998 7.2002 16 16 16h16v112c0 8.7998 7.2002 16 16 16h16v80c0 8.7998 7.2002 16 16 16h16v112c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16 +c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-112h16c8.7998 0 16 -7.2002 16 -16v-80h16c8.7998 0 16 -7.2002 16 -16v-112h16zM232 272v-48h48v48c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16z +M288 96v64c0 8.7998 -7.2002 16 -16 16h-32c-8.7998 0 -16 -7.2002 -16 -16v-64h64z" /> + <glyph glyph-name="hamsa" unicode="" +d="M509.34 140.75c1.46875 -3.37012 2.66016 -9.08984 2.66016 -12.7656c0 -6.95703 -3.85254 -16.7295 -8.59961 -21.8145l-102.681 -110.03c-35.6895 -38.2197 -88.4102 -60.1396 -144.72 -60.1396s-109.03 21.9199 -144.71 60.1396l-102.69 110.03 +c-4.74707 5.08496 -8.59961 14.8574 -8.59961 21.8145c0 3.67578 1.19141 9.39551 2.66016 12.7656c5.05957 11.6904 16.5898 19.25 29.3398 19.25h64v208c0 22 18 40 40 40s40 -18 40 -40v-134c0 -5.51953 4.48047 -10 10 -10h20c5.51953 0 10 4.48047 10 10v174 +c0 22 18 40 40 40s40 -18 40 -40v-174c0 -5.51953 4.48047 -10 10 -10h20c5.51953 0 10 4.48047 10 10v134c0 22 18 40 40 40s40 -18 40 -40v-208h64c12.75 0 24.2803 -7.55957 29.3398 -19.25zM256 32c53.0195 0 96 64 96 64s-42.9805 64 -96 64s-96 -64 -96 -64 +s42.9805 -64 96 -64zM256 128c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" /> + <glyph glyph-name="haykal" unicode="" +d="M496.25 245.48c17.54 -2.46094 21.6797 -26.2705 6.04004 -34.6602l-98.1602 -52.6602l74.4805 -83.54c11.8594 -13.29 0.00976562 -34.25 -17.3506 -30.4902l-108.569 23.6504l4.10938 -112.55c0.430664 -11.6504 -8.87012 -19.2207 -18.4102 -19.2207 +c-5.15918 0 -10.3896 2.20996 -14.1992 7.18066l-68.1807 88.8994l-68.1797 -88.8994c-3.81055 -4.9707 -9.0498 -7.18066 -14.2002 -7.18066c-9.54004 0 -18.8398 7.57031 -18.4102 19.2207l4.11035 112.55l-108.57 -23.6504 +c-1.39941 -0.30957 -2.75977 -0.450195 -4.06934 -0.450195c-15.0107 0 -24.21 18.6807 -13.29 30.9307l74.4795 83.54l-98.1602 52.6592c-15.6494 8.40039 -11.5098 32.21 6.03027 34.6709l110 15.4297l-41.8203 104.34c-6.66016 16.6396 11.6006 32.1797 26.5898 22.6299 +l94.04 -59.8896l34.0908 107.189c2.70996 8.55078 10.0293 12.8203 17.3496 12.8203s14.6396 -4.26953 17.3496 -12.8203l34.0908 -107.18l94.04 59.8896c14.9893 9.55078 33.2598 -5.98926 26.5898 -22.6299l-41.8203 -104.34zM338.51 136.32l-35.6094 39.9297 +l46.9199 25.1699l-52.5703 7.37988l19.9902 49.8701l-44.9502 -28.6201l-16.29 51.2305l-16.3096 -51.2305l-44.9502 28.6201l19.9902 -49.8701l-52.5703 -7.37988l46.9199 -25.1699l-35.5996 -39.9297l51.8896 11.2998l-1.95996 -53.79l32.5898 42.4902l32.5898 -42.4902 +l-1.96973 53.79z" /> + <glyph glyph-name="jedi" unicode="" horiz-adv-x="544" +d="M479.99 96h39.96c-42.6299 -94.1699 -137.641 -160 -247.98 -160c-4.25977 0 -8.5498 0.0898438 -12.8496 0.290039c-103.97 4.76953 -193.851 69.4795 -235.101 159.71h39.9102l-58.5996 58.5996c-2.57031 12.8809 -4.49023 25.9805 -5.11035 39.4102 +c-0.469727 10.0801 -0.129883 20.0703 0.5 29.9902h47.21l-41.3799 41.3799c14.3701 64.7002 52.1006 122.55 107.97 162.07c2.77051 1.95996 5.9707 3 9.27051 3c5.37988 0 10.4297 -2.70996 13.5098 -7.25c3.0498 -4.5 3.64062 -10 1.62012 -15.0898 +c-6.53027 -16.4502 -9.83984 -33.7002 -9.83984 -51.2607c0 -45.1191 21.04 -86.5801 57.71 -113.739c4.00977 -2.9707 6.4502 -7.48047 6.69043 -12.3799c0.239258 -4.90039 -1.76074 -9.65039 -5.48047 -13.0107c-26.5498 -23.9795 -41.1699 -56.5 -41.1699 -91.5801 +c0 -60.0293 42.9502 -110.279 99.8896 -121.92l2.5 65.2607l-27.1602 -18.4805c-2.96973 -2 -7.40918 -1.7002 -10 0.75c-2.72949 2.61035 -3.30957 6.70996 -1.38965 9.94043l20.1299 33.7695l-42.0693 8.71973c-3.71094 0.75 -6.38086 4.05078 -6.38086 7.83008 +c0 3.78027 2.68066 7.08008 6.38086 7.83008l42.0693 8.73047l-20.1094 33.7295c-1.94043 3.27051 -1.36035 7.35059 1.35938 9.94043c2.73047 2.60938 6.86035 2.89941 10 0.779297l30.3906 -20.6592l11.5195 287.97c0.160156 4.29004 3.66992 7.66992 8 7.66992h0.0400391 +c4.25293 0 7.81934 -3.44922 7.95996 -7.7002l11.5303 -287.93l30.3896 20.6699c3.03027 2.08984 7.2998 1.75 10 -0.799805c2.71973 -2.60059 3.2998 -6.68066 1.37988 -9.91016l-20.1299 -33.7705l42.0703 -8.72949c3.68945 -0.770508 6.37988 -4.06055 6.37988 -7.83008 +c0 -3.78027 -2.67969 -7.08008 -6.37988 -7.83008l-42.0703 -8.71973l20.1104 -33.7305c0.631836 -1.05078 1.14453 -2.89844 1.14453 -4.12402c0 -1.89355 -1.11328 -4.49023 -2.48438 -5.7959c-2.63086 -2.49023 -7.04004 -2.85938 -10.0205 -0.799805l-27.1699 18.4697 +l2.5 -65.3398c48.4697 9.40039 87.5703 48.1504 97.3096 96.5c8.78027 43.5605 -5.63965 87.3203 -38.5693 117.07c-3.73047 3.37012 -5.73047 8.10938 -5.49023 13.0303c0.240234 4.89941 2.67969 9.41992 6.7002 12.3994c36.6602 27.1602 57.6895 68.6104 57.6895 113.73 +c0 17.5801 -3.30957 34.8496 -9.85938 51.3096c-2.03027 5.09961 -1.44043 10.5996 1.60938 15.0898c3.08008 4.53027 8.12012 7.24023 13.4902 7.24023c3.28027 0 6.48047 -1.03027 9.25 -2.99023c55.4805 -39.2197 93.4102 -97.4795 107.91 -162.27l-41.25 -41.2402 +h46.9502c0.370117 -5.75977 1.0498 -11.46 1.0498 -17.2695c0 -17.7402 -1.83984 -35.0605 -5.12988 -51.8604z" /> + <glyph glyph-name="journal-whills" unicode="" horiz-adv-x="448" +d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320 +c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM133.08 303.61c-2.98047 -10.0908 -5.08008 -20.5605 -5.07031 -31.6201c0 -0.520508 0.140625 -0.990234 0.150391 -1.50977l37.1094 -32.4707 +c3.33008 -2.89941 3.6709 -7.9502 0.75 -11.2793c-1.5791 -1.81055 -3.7998 -2.73047 -6.01953 -2.73047h-0.0175781c-1.65527 0 -4.00879 0.886719 -5.25195 1.98047l-23.5908 20.6396c11.54 -49.5801 55.7705 -86.6201 108.86 -86.6201s97.3203 37.04 108.87 86.6299 +l-23.5898 -20.6396c-1.52051 -1.32031 -3.39062 -1.98047 -5.27051 -1.98047h-0.0146484c-2 0 -4.69043 1.22363 -6.00488 2.73047c-1.09668 1.24707 -1.98633 3.60645 -1.98633 5.2666c0 2.00293 1.22559 4.69727 2.73633 6.0127l37.1094 32.4707 +c0.0107422 0.519531 0.150391 0.990234 0.150391 1.50977c0 11.0498 -2.09961 21.5195 -5.07031 31.5996l-21.2598 -21.2598c-1.57031 -1.55957 -3.61035 -2.33984 -5.66016 -2.33984s-4.09961 0.780273 -5.66016 2.33984c-3.11914 3.12012 -3.11914 8.19043 0 11.3105 +l26.4199 26.4199c-10 20.8994 -26.2393 37.9795 -46.3691 49.2598c5.97949 -9.73047 9.59961 -21.0703 9.59961 -33.3301c0 -19.96 -9.33008 -37.5703 -23.6602 -49.3096c9.65039 -10.0605 15.6602 -23.6504 15.6602 -38.6904c0 -26.9404 -19.04 -49.4004 -44.3701 -54.7402 +l-1.42969 34.2803l12.6797 -8.62012c0.69043 -0.459961 1.46973 -0.689453 2.25 -0.689453c0.980469 0 1.98047 0.369141 2.75 1.08984c1.36035 1.2793 1.63965 3.33984 0.69043 4.94922l-8.54004 14.3105l17.9102 3.71973 +c1.85938 0.390625 3.18945 2.03027 3.18945 3.91992c0 1.89062 -1.33008 3.53027 -3.18945 3.91992l-17.9102 3.7207l8.54004 14.3096c0.308594 0.521484 0.55957 1.43652 0.55957 2.04297c0 0.950195 -0.55957 2.25293 -1.25 2.90723 +c-0.645508 0.59668 -1.88281 1.08105 -2.76172 1.08105c-0.672852 0 -1.67578 -0.300781 -2.23828 -0.670898l-14.2002 -9.65039l-4.67969 112.29c-0.0898438 2.13965 -1.86035 3.83008 -4 3.83008s-3.91016 -1.69043 -4 -3.83008l-4.62012 -110.81l-12.0098 8.15918 +c-1.56055 1.03027 -3.63965 0.890625 -5 -0.40918c-1.36035 -1.28027 -1.63965 -3.34082 -0.69043 -4.9502l8.54004 -14.3105l-17.9102 -3.71973c-1.85938 -0.389648 -3.18945 -2.03027 -3.18945 -3.91992s1.33008 -3.53027 3.18945 -3.91992l17.9102 -3.71973 +l-8.54004 -14.3105c-0.308594 -0.521484 -0.55957 -1.43652 -0.55957 -2.04297c0 -0.950195 0.55957 -2.25293 1.25 -2.90723c0.769531 -0.709961 1.75 -1.08984 2.75 -1.08984c0.780273 0 1.55957 0.240234 2.25 0.69043l10.3701 7.04004l-1.36035 -32.71 +c-25.3398 5.35938 -44.3799 27.8193 -44.3799 54.7598c0 15.04 6.00977 28.6299 15.6602 38.6904c-14.3301 11.7393 -23.6602 29.3496 -23.6602 49.3096c0 12.2598 3.62012 23.5996 9.61035 33.3398c-20.1299 -11.29 -36.3701 -28.3594 -46.3701 -49.2598l26.4199 -26.4199 +c3.12012 -3.12012 3.12012 -8.19043 0 -11.3105c-1.57031 -1.55957 -3.61035 -2.33984 -5.66016 -2.33984s-4.09961 0.780273 -5.66016 2.33984zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" /> + <glyph glyph-name="kaaba" unicode="" horiz-adv-x="576" +d="M554.12 364.49c13.0703 -4.36035 21.8799 -16.5898 21.8799 -30.3604v-49.0098l-265 79.5098c-15.0596 4.5 -30.9502 4.5 -45.9805 0l-265.02 -79.5098v49.0098c0.000976562 12.7314 9.80273 26.332 21.8799 30.3604l235.771 78.5801 +c8.15723 2.71973 21.7559 4.92676 30.3545 4.92676s22.1982 -2.20703 30.3555 -4.92676zM274.22 333.97c9 2.7207 18.5498 2.7207 27.5898 0l274.2 -82.2598v-228.39c0 -15 -10.4199 -27.9902 -25.0596 -31.2402l-242.12 -53.7998 +c-5.67871 -1.2627 -15.0078 -2.28809 -20.8252 -2.28809s-15.1465 1.02539 -20.8252 2.28809l-242.12 53.7998c-14.6396 3.25977 -25.0596 16.2402 -25.0596 31.2402v228.38zM128 217.89v16.5801c0 5.28027 -5.01953 9.11035 -10.1104 7.7207l-80 -21.8203 +c-3.47949 -0.950195 -5.88965 -4.11035 -5.88965 -7.71973v-16.5801c0 -5.27051 5.01953 -9.10059 10.1104 -7.7207l80 21.8203c3.47949 0.950195 5.88965 4.11035 5.88965 7.71973zM272 257.17v16.5801c0 5.28027 -5.01953 9.11035 -10.1104 7.71973l-96 -26.1797 +c-3.47949 -0.950195 -5.88965 -4.11035 -5.88965 -7.71973v-16.5801c0 -5.28027 5.01953 -9.11035 10.1104 -7.7207l96 26.1807c3.47949 0.950195 5.88965 4.10938 5.88965 7.71973zM448 234.47v-16.5801v-0.00488281c0 -3.37109 2.63867 -6.82715 5.88965 -7.71484 +l80 -21.8203c5.09082 -1.38965 10.1104 2.44043 10.1104 7.7207v16.5801c0 3.60938 -2.41016 6.76953 -5.88965 7.71973l-80 21.8203c-5.09082 1.38965 -10.1104 -2.44043 -10.1104 -7.7207zM304 273.74v-16.5801v-0.00585938c0 -3.37012 2.63867 -6.82617 5.88965 -7.71387 +l96 -26.1807c5.09082 -1.38965 10.1104 2.44043 10.1104 7.7207v16.5791c0 3.61035 -2.41016 6.77051 -5.88965 7.7207l-96 26.1797c-5.09082 1.38965 -10.1104 -2.44043 -10.1104 -7.71973z" /> + <glyph glyph-name="khanda" unicode="" +d="M415.81 382c73.71 -40.2402 111.78 -123.85 90.1602 -207.51c-7.25 -28.0898 -22.3799 -53.5703 -41.25 -75.5898l-52.5098 -61.3105c-4.87012 -5.67969 -13.04 -7.22949 -19.6504 -3.70996l-79.3496 42.2305l-29.21 -20.3408l47.0801 -32.7793 +c1.66992 0.370117 3.22949 1.00977 5.00977 1.00977c13.25 0 23.9902 -10.7402 23.9902 -24c0 -13.25 -10.7402 -24 -23.9902 -24c-12.0898 0 -21.6797 9.11035 -23.3301 20.7598l-40.9102 28.4805v-30.1504c9.38086 -5.58008 15.9902 -15.3896 15.9902 -27.0996 +c0 -17.6699 -14.3203 -32 -31.9795 -32c-17.6602 0 -31.9805 14.3301 -31.9805 32c0 11.7197 6.60059 21.5293 15.9902 27.0996v29.9502l-40.6299 -28.2803c-1.64062 -11.6494 -11.2305 -20.7598 -23.3301 -20.7598c-13.25 0 -23.9902 10.75 -23.9902 24 +c0 13.2598 10.7402 24 23.9902 24c1.78027 0 3.33984 -0.639648 5.00977 -1.00977l47.0801 32.7793l-29.21 20.3301l-79.3496 -42.2295c-6.61035 -3.52051 -14.7803 -1.96973 -19.6504 3.71973l-55.9697 65.3604c-12.5703 14.6797 -23.3906 31.0693 -30.46 49.0596 +c-35.6602 90.6904 2.95996 186.391 81.4893 229.24c6.34082 3.5 15.0205 2.63965 20.0205 -2.7002c4.99023 -5.30957 6.45996 -12.9199 2.58984 -19.0801c-16.4902 -26.1602 -25.2002 -56.3896 -25.2002 -87.4697c0.180664 -53.1904 26.7598 -102.62 71.0303 -132.18 +l76.5898 -53.3301v19.8994l-44.0498 36.0908c-3.91016 4.20996 -5 10.0996 -2.81055 15.2793l7.85059 17.2402c-33.8506 19.2598 -56.9404 55.2402 -56.9404 96.9902c0 40.79 22.0205 76.1396 54.5898 95.7197l-5.21973 11.4404 +c-2.33008 5.5293 -0.929688 11.8301 3.57031 16.04l58.9902 52.8096l58.9893 -52.8203c4.5 -4.20996 5.91016 -10.5098 3.57031 -16.04l-5.21973 -11.4395c32.5693 -19.5801 54.5898 -54.9199 54.5898 -95.71c0 -41.7402 -23.0996 -77.7305 -56.9404 -96.9902 +l7.85059 -17.2402c2.18945 -5.18945 1.10938 -11.0801 -2.81055 -15.2793l-44.0498 -36.0908v-20.0996l76.6299 53.3496c44.5 29.7207 71.0801 79.1602 71.2705 132.41c0 31.0205 -8.70996 61.25 -25.2002 87.4102c-1.36328 2.15723 -2.46973 5.97949 -2.46973 8.53223 +c0 3.51465 1.96191 8.43652 4.37988 10.9883c4.99023 5.34961 12.9902 6.51953 19.3594 3.01953zM319.82 272c0 21.3203 -10.5801 40.1201 -26.6504 51.7695l-7.83008 -17.1797c-8.75 -24.5195 -8.75 -51.04 0 -75.5596l5.65039 -12.4102 +c17.3398 11.46 28.8301 31.0801 28.8301 53.3799zM191.89 272c0 -22.2998 11.5 -41.9297 28.8408 -53.3896l5.64941 12.4092c8.75 24.5303 8.75 51.04 0 75.5605l-7.83008 17.1797c-16.0801 -11.6396 -26.6602 -30.4395 -26.6602 -51.7598z" /> + <glyph glyph-name="landmark" unicode="" +d="M501.62 355.89c6.24023 -2.33984 10.3799 -8.30957 10.3799 -14.9795v-36.9102c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v36.9102c0 6.11914 4.65039 12.8301 10.3799 14.9795l234.39 90.0703 +c2.99902 1.12598 8.03223 2.04004 11.2354 2.04004s8.23633 -0.914062 11.2354 -2.04004zM64 256h64v-160h96v160h64v-160h96v160h64v-160h16c8.83984 0 16 -7.16016 16 -16v-48h-448v48c0 8.83984 7.16016 16 16 16h16v160zM496 0c8.83984 0 16 -7.16016 16 -16v-32 +c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" /> + <glyph glyph-name="mail-bulk" unicode="" horiz-adv-x="576" +d="M160 0c25.5996 0 51.2002 22.4004 64 32c64 44.7998 83.2002 60.7998 96 70.4004v-134.4c0 -17.6699 -14.3301 -32 -32 -32h-256c-17.6699 0 -32 14.3301 -32 32v134.4c12.7998 -9.60059 32 -25.6006 96 -70.4004c12.7998 -9.59961 38.4004 -32 64 -32zM288 192 +c17.6699 0 32 -14.3301 32 -32v-19.2002c-25.5996 -19.2002 -22.4004 -19.2002 -115.2 -86.3994c-9.59961 -3.2002 -28.7998 -22.4004 -44.7998 -22.4004s-35.2002 19.2002 -44.7998 25.5996c-92.7998 67.2002 -89.6006 67.2002 -115.2 86.4004v16 +c0 17.6699 14.3301 32 32 32h256zM544 288c17.6699 0 32 -14.3301 32 -32v-192c0 -17.6699 -14.3301 -32 -32 -32h-192v134.4l-0.290039 -0.220703c-3.12012 32.4004 -30.5 57.8203 -63.71 57.8203h-96v32c0 17.6699 14.3301 32 32 32h320zM512 160v64h-64v-64h64zM160 256 +v-32h-96v192c0 17.6699 14.3301 32 32 32h320c17.6699 0 32 -14.3301 32 -32v-96h-224c-35.29 0 -64 -28.71 -64 -64z" /> + <glyph glyph-name="menorah" unicode="" horiz-adv-x="640" +d="M144 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM240 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM432 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM528 320 +c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM608 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM512 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32 +zM416 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM320 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM224 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64 +s-14.3301 -32 -32 -32zM128 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM32 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM576 160v144c0 8.83984 7.16016 16 16 16h32 +c8.83984 0 16 -7.16016 16 -16v-144c0 -53.0195 -42.9805 -96 -96 -96h-192v-64h176c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v64h-192c-53.0195 0 -96 42.9805 -96 96 +v144c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-144c0 -17.6699 14.3301 -32 32 -32h192v176c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-176h192c17.6699 0 32 14.3301 32 32z" /> + <glyph glyph-name="mosque" unicode="" horiz-adv-x="640" +d="M0 -32v320h128v-320c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32zM579.16 160h-358.32c-17.8594 17.3896 -28.8398 37.3398 -28.8398 58.9102c0 52.8594 41.79 93.79 87.9199 122.899c41.9502 26.46 80.6299 57.7705 111.96 96.2207 +l8.12012 9.96973l8.12012 -9.96973c31.3301 -38.4502 70.0195 -69.75 111.96 -96.2207c46.1299 -29.1094 87.9199 -70.04 87.9199 -122.899c0 -21.5703 -10.9805 -41.5205 -28.8398 -58.9102zM608 128c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32 +h-32v64c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32v-64h-64v72c0 48 -48 72 -48 72s-48 -24 -48 -72v-72h-64v64c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32v-64h-32c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h416zM64 448 +c0 0 64 -32 64 -96v-32h-128v32c0 64 64 96 64 96z" /> + <glyph glyph-name="om" unicode="" +d="M360.6 387.06l-21.5801 21.5605c-1.68848 1.68652 -3.05957 4.99316 -3.05957 7.37988s1.37109 5.69336 3.05957 7.37988l21.5703 21.5605c4.08008 4.06934 10.6797 4.06934 14.7598 0l21.5801 -21.5605c1.68945 -1.68652 3.06055 -4.99316 3.06055 -7.37988 +s-1.37109 -5.69336 -3.06055 -7.37988l-21.5693 -21.5605c-1.6875 -1.68848 -4.99316 -3.05957 -7.37988 -3.05957c-2.3877 0 -5.69336 1.37109 -7.38086 3.05957zM412.11 256c55.0898 0 99.8896 -44.7998 99.8896 -99.8799v-100.12c0 -48.5303 -47.4805 -88 -96.0195 -88 +c-96.0205 0 -96.0205 64 -96.0205 64v37.8701c0 7.55957 9.42969 10.8896 14.2002 5.01953c15.1494 -18.6494 42.4199 -42.8896 81.8203 -42.8896c13.2393 0 32.0098 10.7695 32.0098 24v100.12c0 19.79 -16.1006 35.8799 -35.8799 35.8799 +c-9.60059 0 -18.6006 -3.73047 -25.3799 -10.5l-24.25 -24.25c-18.8701 -18.8604 -43.9502 -29.25 -70.6406 -29.25h-21.6895c11.0293 -18.9004 17.8096 -40.5801 17.8096 -64c0 -70.5801 -57.4297 -128 -128.02 -128c-118.811 0 -160.03 96 -159.94 150.81 +c0.0195312 8.80078 10.2598 12.7705 14.79 5.2207c22.7998 -38.0107 49.1299 -92.0303 145.15 -92.0303c35.2998 0 64.0098 28.7002 64.0098 64s-28.71 64 -64.0098 64h-33.0303c-5.57031 0.450195 -10.6406 3.49023 -13.1699 8.5498l-16.0898 32.1699 +c-5.35059 10.7002 2.42969 23.2803 14.3896 23.2803h31.9004c26.4697 0 48.0098 21.5303 48.0098 48s-21.54 48 -48.0098 48c-11.25 0 -21.8203 -3.80957 -30.2705 -10.71c-5.54004 -4.53027 -13.4795 -4.50977 -19.2002 -0.209961l-26.1494 19.6299 +c-8.08984 6.08008 -8.48047 17.9697 -1.12012 24.9297c25.1094 23.7402 59.8594 34.71 96.0098 28.7803c43.1602 -7.08008 79.4199 -40.6396 89.5205 -83.1895c6.43945 -27.1201 2.80957 -53.1309 -7.73047 -75.2305h46.8398c9.60059 0 18.6006 3.73047 25.3799 10.5 +l24.25 24.25c18.8701 18.8604 43.9502 29.25 70.6406 29.25zM454.29 380.73c10.5596 7.95996 25.7002 0.489258 25.7002 -12.7305v-35.5195c0 -2.36035 -0.509766 -4.71094 -1.53027 -6.83008c-2.96973 -6.30078 -21.8301 -37.6602 -101.75 -37.6602 +c-78.4297 0 -117.19 69.3896 -118.8 72.3398c-3.61035 6.62988 -2.08008 14.8799 3.66016 19.7998c5.69922 4.92969 14.1201 5.16992 20.1396 0.549805c3.53027 -2.69922 87.0303 -65.0693 172.58 0.0507812z" /> + <glyph glyph-name="pastafarianism" unicode="" horiz-adv-x="640" +d="M624.54 100.33c12.4004 -4.71973 18.5996 -18.5801 13.8896 -30.9805c-4.69922 -12.4092 -18.5801 -18.6299 -30.9697 -13.8799c-8.11035 3.08984 -14.3398 0.19043 -31.3896 -11.3594c-13.5508 -9.15039 -30.8301 -20.8408 -52.4199 -20.8408 +c-7.16992 0 -14.8301 1.28027 -22.9707 4.39062c-32.6602 12.4395 -39.9893 41.3301 -45.3301 62.4395c-2.20996 8.7207 -3.98926 14.4902 -5.94922 18.8701c-16.6201 -13.5996 -36.9307 -25.8701 -61.6201 -34.1602c10.0098 -37 32.2793 -90.8096 60.2197 -90.8096 +c13.25 0 24 -10.75 24 -24s-10.75 -24 -24 -24c-66.7402 0 -97.0498 88.6299 -107.42 129.14c-6.69043 -0.599609 -13.4199 -1.13965 -20.5801 -1.13965s-13.8896 0.540039 -20.5801 1.13965c-10.3701 -40.5098 -40.6797 -129.14 -107.42 -129.14c-13.25 0 -24 10.75 -24 24 +s10.75 24 24 24c28.0801 0 50.2998 53.7998 60.2598 90.7998c-24.6895 8.29004 -45.0195 20.5605 -61.6396 34.1699c-1.95996 -4.37988 -3.74023 -10.1494 -5.9502 -18.8701c-5.34961 -21.1094 -12.6699 -50 -45.3301 -62.4395 +c-8.13965 -3.11035 -15.7998 -4.39062 -22.9697 -4.39062c-21.5898 -0.0195312 -38.8701 11.6807 -52.4199 20.8408c-17.0498 11.5498 -23.2305 14.4492 -31.3906 11.3594c-12.3594 -4.72949 -26.25 1.4707 -30.9697 13.8799 +c-4.71973 12.3906 1.48047 26.25 13.8701 30.9707c32.6504 12.4697 57.3398 -4.25 75.3701 -16.4502c17.0801 -11.5303 23.2998 -14.4199 31.4102 -11.3604c8.12012 3.10059 10.8301 9.37988 15.8896 29.3799c3.33008 13.1504 7.44043 29.3203 17.9502 42.6504 +c-2.24023 2.91016 -4.42969 5.78027 -6.37988 8.57031c-10.1699 -9.56055 -23.4102 -17.1104 -41.7002 -17.1104c-33.9502 0 -50.8701 25.7803 -62.0596 42.8301c-10.6006 16.1396 -15 21.1699 -21.9404 21.1699c-13.25 0 -24 10.75 -24 24s10.75 24 24 24 +c33.96 0 50.8799 -25.7803 62.0596 -42.8301c10.6006 -16.1396 15 -21.1699 21.9404 -21.1699c17.1504 0 37.6797 61.5596 97.2695 101.9l-17.25 34.5c-33.46 2.09961 -60.0195 29.6191 -60.0195 63.5996c0 35.3496 28.6504 64 64 64s64 -28.6504 64 -64 +c0 -13.0195 -3.94043 -25.0996 -10.5996 -35.21l18.1494 -36.2998c16.9697 4.59961 35.6006 7.50977 56.46 7.50977c20.8604 0 39.4805 -2.91016 56.46 -7.50977l18.1504 36.2998c-6.67969 10.1104 -10.6201 22.1904 -10.6201 35.21c0 35.3496 28.6504 64 64 64 +s64 -28.6504 64 -64c0 -33.9805 -26.5703 -61.5 -60.0098 -63.5898l-17.25 -34.5c59.7793 -40.4805 79.9502 -101.91 97.2598 -101.91c6.94043 0 11.3398 5.03027 21.9404 21.1699c11.1895 17.0498 28.1094 42.8301 62.0596 42.8301c13.25 0 24 -10.75 24 -24 +s-10.75 -24 -24 -24c-6.94043 0 -11.3496 -5.03027 -21.9404 -21.1699c-11.1895 -17.0498 -28.1094 -42.8301 -62.0596 -42.8301c-18.29 0 -31.5303 7.5498 -41.7002 17.1201c-1.9502 -2.78027 -4.13965 -5.66016 -6.37988 -8.57031 +c10.5098 -13.3301 14.6201 -29.5 17.9502 -42.6494c5.05957 -20 7.76953 -26.29 15.8896 -29.3809c8.16016 -3.05957 14.3506 -0.169922 31.4102 11.3604c18.0098 12.2002 42.6699 28.9697 75.3701 16.4502zM448 400c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16 +s16 7.17969 16 16s-7.17969 16 -16 16zM192 400c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16z" /> + <glyph glyph-name="peace" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM432 192c0 90.5303 -65.7695 165.82 -152 181.03v-165.66l129.43 -103.54c14.3701 26.2002 22.5703 56.2402 22.5703 88.1699zM216 10.9697v114.46 +l-89.29 -71.4395c24.7998 -21.8203 55.4297 -37.0498 89.29 -43.0205zM280 125.43v-114.449c33.8604 5.96973 64.4902 21.1992 89.29 43.0195zM216 373.03c-86.2305 -15.21 -152 -90.5 -152 -181.03c0 -31.9297 8.2002 -61.9697 22.5703 -88.1699l129.43 103.54v165.66z" /> + <glyph glyph-name="place-of-worship" unicode="" horiz-adv-x="640" +d="M620.61 81.4502c10.7031 -4.58887 19.3896 -17.7646 19.3896 -29.4102v-100.04c0 -8.83984 -7.16016 -16 -16 -16h-112v192zM0 52.04c0 11.6455 8.68652 24.8213 19.3896 29.4102l108.61 46.5498v-192h-112c-8.83984 0 -16 7.16016 -16 16v100.04zM464.46 201.32 +c9.63965 -5.78027 15.54 -16.2002 15.54 -27.4404v-237.88h-96v96c0 35.3496 -28.6602 64 -64 64s-64 -28.6504 -64 -64v-96h-96v237.88c0 10.0029 6.96191 22.2959 15.54 27.4404l48.46 29.0801v114.97c0 8.49023 3.37988 16.6299 9.37988 22.6299l75.3105 75.3096 +c6.23926 6.25 16.3691 6.25 22.6191 0l75.3105 -75.3096c6.00977 -6.00977 9.37988 -14.1396 9.37988 -22.6299v-114.97z" /> + <glyph glyph-name="poll" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM160 80v128c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-128c0 -8.83984 7.16016 -16 16 -16h32 +c8.83984 0 16 7.16016 16 16zM256 80v224c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-224c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM352 80v64c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-64 +c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16z" /> + <glyph glyph-name="poll-h" unicode="" horiz-adv-x="448" +d="M448 16c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48v-352zM112 256h128c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-128c-8.83984 0 -16 -7.16016 -16 -16v-32 +c0 -8.83984 7.16016 -16 16 -16zM112 160h224c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-224c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16zM112 64h64c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-64 +c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16z" /> + <glyph glyph-name="pray" unicode="" horiz-adv-x="384" +d="M256 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM225.37 150.25l-24.1504 28.7598l-34.7998 -64.8701l109.86 -109.859c25.4893 -25.4902 5.7998 -68.2803 -28.2803 -68.2803h-208c-22.0898 0 -40 17.9102 -40 40 +s17.9102 40 40 40h91.5596l-44.8096 34.8896c-42.8799 27.3799 -57.5898 80.1104 -34.1904 123.75l49.3701 92.0303c11.1201 20.6504 32.1807 34.4404 56.3701 36.9199c24.7803 2.58984 48.5605 -6.93945 64 -25.3301l38.9102 -46.3096l57.4404 47 +c17.1191 13.9697 42.3398 11.4902 56.3096 -5.62012c13.9697 -17.0898 11.4697 -42.2998 -5.62012 -56.2803l-88 -72.0195c-16.9697 -13.8701 -41.9102 -11.5 -55.9697 5.21973z" /> + <glyph glyph-name="praying-hands" unicode="" horiz-adv-x="640" +d="M272 256.09c17.5996 0 32 -14.3994 32 -32v-128c0 -51.8896 -34.8398 -98.0801 -84.75 -112.35l-179.19 -46.6201c-2.64941 -0.69043 -5.36914 -1.03027 -8.05957 -1.03027c-23.4805 0 -32 21.1797 -32 32v96v0.0117188c0 12.7285 9.80176 26.3203 21.8799 30.3389 +l90.1201 30.04v80.2295c0 18.9805 5.55957 37.3896 16.1201 53.2305l117.26 175.899c0.169922 0.270508 0.589844 0.25 0.790039 0.480469c9.58008 13.5098 27.8496 17.8799 42.2998 9.20996c15.1602 -9.10059 20.0605 -28.75 10.9707 -43.9102l-77.75 -129.59 +c-8.9707 -14.9199 -13.6904 -32 -13.6904 -49.3906v-76.5498c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16v80c0 17.6006 14.4004 32 32 32zM618.12 94.3604c13.0703 -4.36035 21.8799 -16.5801 21.8799 -30.3506v-96c0 -10.8193 -8.51953 -32 -32 -32 +c-2.67969 0 -5.40039 0.339844 -8.05957 1.03027l-179.19 46.6201c-49.9102 14.2598 -84.75 60.4502 -84.75 112.34v128c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-80c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16v76.5498 +c0 17.3906 -4.71973 34.4697 -13.6904 49.3906l-77.75 129.59c-9.08984 15.1602 -4.18945 34.8193 10.9707 43.9102c14.4502 8.66992 32.7197 4.2998 42.2998 -9.20996c0.200195 -0.240234 0.610352 -0.210938 0.790039 -0.480469l117.26 -175.89 +c10.5605 -15.8408 16.1201 -34.25 16.1201 -53.2305v-80.2295z" /> + <glyph glyph-name="quran" unicode="" horiz-adv-x="448" +d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320 +c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM301.08 302.18l-11.1904 -22.6494l-24.9893 -3.62988c-2.68066 -0.390625 -3.75 -3.66992 -1.81055 -5.56055l18.0898 -17.6299l-4.26953 -24.8896 +c-0.360352 -2.11035 1.30957 -3.82031 3.20996 -3.82031c0.5 0 1.01953 0.120117 1.51953 0.379883l22.3604 11.75l22.3604 -11.75c0.5 -0.259766 1.01953 -0.379883 1.51953 -0.379883c1.90039 0 3.57031 1.70996 3.20996 3.82031l-4.26953 24.8896l18.0898 17.6299 +c1.92969 1.89062 0.859375 5.16992 -1.81055 5.56055l-25 3.62988l-11.1797 22.6494c-0.599609 1.20996 -1.75977 1.82031 -2.91992 1.82031s-2.32031 -0.610352 -2.91992 -1.82031zM243.19 371.19c-63.5205 0 -115.19 -51.6709 -115.19 -115.19 +c0 -63.5098 51.6699 -115.19 115.18 -115.18c13.6006 0 27.1201 2.46973 40.1904 7.33984c2.67969 0.910156 4.62012 3.43945 4.62012 6.41992c0 3.63965 -2.87012 6.78027 -6.7998 6.78027c-0.650391 0 -3.10059 -0.209961 -4.13086 -0.209961 +c-52.3096 0 -94.8594 42.5596 -94.8594 94.8594c0 52.3105 42.5498 94.8604 94.8594 94.8604c1.04004 0 3.45996 -0.209961 4.13086 -0.209961c0.633789 -0.237305 1.69727 -0.429688 2.375 -0.429688c3.73926 0 6.77441 3.03516 6.77441 6.77441 +c0 3.7373 -3.03223 6.77246 -6.76953 6.77539c-13.1201 4.91992 -26.71 7.41016 -40.3799 7.41016zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" /> + <glyph glyph-name="search-dollar" unicode="" +d="M505.04 5.33984c9.2998 -9.39941 9.2998 -24.5898 -0.0996094 -33.9902l-28.3008 -28.2998c-9.2998 -9.39941 -24.5 -9.39941 -33.8994 0l-99.71 99.6904c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.71 -44 -128.011 -44 +c-114.909 0 -208.02 93.0898 -208.02 207.979c0 114.891 93.1201 207.98 208.02 207.98c114.9 0 208.011 -93.0898 208.011 -207.98c0 -48.2998 -16.4004 -92.6895 -44 -127.989h16.2998c6.40039 0 12.5 -2.5 17 -7zM208.02 96.04c79.6504 0 144 64.4502 144 143.979 +c0 79.6406 -64.46 143.98 -144 143.98c-79.6494 0 -144 -64.4502 -144 -143.98c0 -79.6396 64.4609 -143.979 144 -143.979zM235.13 248.58c18.6006 -5.58008 31.5898 -23.4199 31.5898 -43.3896c0 -24.5303 -19.0498 -44.4404 -42.6797 -45.0703v-16.1201 +c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v16.29c-11.29 0.580078 -22.2705 4.51953 -31.3701 11.3496c-3.90039 2.93066 -4.09961 8.77051 -0.570312 12.1406l11.75 11.21c2.77051 2.63965 6.89062 2.75977 10.1309 0.729492 +c3.85938 -2.42969 8.25977 -3.71973 12.8193 -3.71973h28.1006c6.5 0 11.7998 5.91992 11.7998 13.1904c0 5.94922 -3.61035 11.1797 -8.77051 12.7295l-45.0098 13.5c-18.5898 5.58008 -31.5801 23.4199 -31.5801 43.3896c0 24.5205 19.0498 44.4404 42.6797 45.0703 +v16.1201c0 4.41992 3.58008 8 8 8h16c4.4209 0 8 -3.58008 8 -8v-16.29c11.29 -0.580078 22.2705 -4.51953 31.3701 -11.3496c3.90039 -2.93066 4.10059 -8.77051 0.570312 -12.1406l-11.75 -11.21c-2.76953 -2.63965 -6.88965 -2.75977 -10.1299 -0.729492 +c-3.86035 2.42969 -8.25977 3.71973 -12.8203 3.71973h-28.1094c-6.5 0 -11.8008 -5.91992 -11.8008 -13.1904c0 -5.94922 3.61035 -11.1797 8.77051 -12.7295z" /> + <glyph glyph-name="search-location" unicode="" +d="M505.04 5.33984c9.2998 -9.39941 9.2998 -24.5898 -0.0996094 -33.9902l-28.3008 -28.2998c-9.2998 -9.39941 -24.5 -9.39941 -33.8994 0l-99.71 99.6904c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.71 -44 -128.011 -44 +c-114.909 0 -208.02 93.0898 -208.02 207.979c0 114.891 93.1201 207.98 208.02 207.98c114.9 0 208.011 -93.0898 208.011 -207.98c0 -48.2998 -16.4004 -92.6895 -44 -127.989h16.2998c6.40039 0 12.5 -2.5 17 -7zM208.02 96.04c79.6504 0 144 64.4502 144 143.979 +c0 79.6406 -64.46 143.98 -144 143.98c-79.6494 0 -144 -64.4502 -144 -143.98c0 -79.6396 64.4609 -143.979 144 -143.979zM208.04 336c40.7803 0 73.8398 -33.0498 73.8398 -73.8301c0 -32.9697 -48.2598 -93.0498 -66.75 -114.86 +c-1.5293 -1.8291 -4.70508 -3.31445 -7.08984 -3.31445s-5.56055 1.48535 -7.08984 3.31445c-18.4902 21.8105 -66.75 81.9004 -66.75 114.86c0 40.7803 33.0596 73.8301 73.8398 73.8301zM208.04 240c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24 +s-24 -10.7402 -24 -24c0 -13.25 10.7402 -24 24 -24z" /> + <glyph glyph-name="socks" unicode="" +d="M214.66 136.99c-52.7402 -39.5605 -69.0498 -110.021 -39.2002 -165.4l-21.8604 -16.3896c-17.2695 -12.9502 -37.4893 -19.2002 -57.5195 -19.2002c-32.8105 0 -65.6904 16.75 -83.9404 48.3301c-24.6494 42.6396 -10.1895 97.5 29.21 127.06l86.6504 64.6104v176h160 +v-160zM288 416v-32h-160v32c0 17.6699 14.3301 32 32 32h128c2.84961 0 5.40039 -0.919922 8.01953 -1.62012c-4.94922 -9.08008 -8.01953 -19.3301 -8.01953 -30.3799zM480 448c17.6699 0 32 -14.3301 32 -32v-32h-192v32c0 17.6699 14.3301 32 32 32h128zM320 176v176h192 +v-208v-0.00195312c0 -35.3271 -22.9375 -81.2021 -51.2002 -102.398l-115.2 -86.3994c-17.2695 -12.9502 -37.4893 -19.2002 -57.5195 -19.2002c-32.8105 0 -65.1699 16.75 -83.4199 48.3301c-24.6504 42.6396 -10.1904 97.5 29.21 127.06z" /> + <glyph glyph-name="square-root-alt" unicode="" horiz-adv-x="576" +d="M571.31 196.69c6.25 -6.25 6.25 -16.3809 0 -22.6309l-46.0596 -46.0596l46.0596 -46.0596c6.25 -6.25 6.25 -16.3809 0 -22.6309l-22.6191 -22.6191c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-46.0596 46.0596l-46.0596 -46.0596c-6.25 -6.25 -16.3809 -6.25 -22.6309 0 +l-22.6191 22.6191c-6.25 6.25 -6.25 16.3809 0 22.6309l46.0596 46.0596l-46.0596 46.0596c-6.25 6.25 -6.25 16.3809 0 22.6309l22.6191 22.6191c6.25 6.25 16.3809 6.25 22.6309 0l46.0596 -46.0596l46.0596 46.0596c6.25 6.25 16.3809 6.25 22.6309 0zM552 448 +c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-194.97l-97.8105 -374.52c-9.83984 -32.4805 -37.0098 -41.4805 -54.2793 -41.4805c-18.6406 0 -35.9502 8.5 -48.4404 28.2695l-88.8799 163.73h-43.6201c-13.25 0 -24 10.75 -24 24v48 +c0 13.2598 10.75 24 24 24h81.4697c10.4385 -0.00292969 22.9961 -7.42578 28.0303 -16.5703l58.4102 -106.1l84.79 322.8c3.68945 14.0703 16.4102 23.8701 30.9502 23.8701h244.35z" /> + <glyph glyph-name="star-and-crescent" unicode="" +d="M340.47 -18.3604c8.74023 0 15.1299 -6.96973 15.1299 -15.0596c0 -6.62012 -4.31934 -12.2402 -10.2793 -14.2598c-29.04 -10.8301 -59.0898 -16.3203 -89.3203 -16.3203c-141.16 0 -256 114.84 -256 256s114.84 256 256 256c30.3896 0 60.5801 -5.54004 89.75 -16.4805 +c6.91992 -2.59961 10.9297 -9.83984 9.46973 -17.0898c-1.41992 -7.04004 -7.62012 -12.0693 -14.75 -12.0693c-1.47949 0 -6.85938 0.459961 -9.17969 0.459961c-116.25 0 -210.82 -94.5703 -210.82 -210.82s94.5703 -210.82 210.82 -210.82 +c2.29004 0 7.72949 0.459961 9.17969 0.459961zM503.46 234.14c8.16992 -1.17969 11.4297 -11.2197 5.52051 -16.9893l-55.2705 -53.8701l13.0498 -76.0703c1.11035 -6.42969 -4.00977 -11.6602 -9.80957 -11.6602c-1.53027 0 -3.11035 0.370117 -4.64062 1.16992 +l-68.3096 35.9102l-68.3301 -35.9102c-1.53027 -0.80957 -3.11035 -1.16992 -4.63965 -1.16992c-5.7998 0 -10.9199 5.21973 -9.81055 11.6602l13.0498 76.0703l-55.2695 53.8701c-5.91016 5.76953 -2.65039 15.8096 5.51953 16.9893l76.3809 11.1006l34.1592 69.21 +c1.83008 3.7002 5.38086 5.5498 8.93066 5.5498s7.09961 -1.84961 8.92969 -5.5498l34.1602 -69.21z" /> + <glyph glyph-name="star-of-david" unicode="" horiz-adv-x="464" +d="M405.68 192l53.2207 -89.3896c14.4092 -24.21 -3.41016 -54.6104 -32.0107 -54.6104h-106.93l-55.9502 -93.9805c-7.14941 -12.0098 -19.5801 -18.0195 -32.0098 -18.0195s-24.8604 6.00977 -32.0098 18.0195l-55.9502 93.9805h-106.93 +c-28.6006 0 -46.4199 30.4004 -32.0107 54.6104l53.2207 89.3896l-53.2207 89.3896c-14.4092 24.21 3.41016 54.6104 32.0107 54.6104h106.93l55.9502 93.9805c7.14941 12.0098 19.5801 18.0195 32.0098 18.0195s24.8604 -6.00977 32.0098 -18.0195l55.9502 -93.9805h106.92 +c28.6006 0 46.4199 -30.4004 32.0098 -54.6104zM392.9 280h-39.6006l19.7998 -33.2598zM340.51 192l-52.3896 88h-112.25l-52.3799 -88l52.3896 -88h112.24zM232 374.28l-22.7803 -38.2803h45.5703zM71.0996 280l19.8008 -33.2598l19.7998 33.2598h-39.6006zM71.0996 104 +h39.6006l-19.7998 33.2598zM232 9.71973l22.7803 38.2803h-45.5703zM353.29 104h39.6104l-19.8105 33.2598z" /> + <glyph glyph-name="synagogue" unicode="" horiz-adv-x="640" +d="M70 251.49c5.30957 6.00977 14.6904 6.00977 20 0l38 -43.0703v-272.42h-128v226.07v0.00683594c0 5.5625 2.98828 13.4629 6.66992 17.6328zM633.33 179.71c4.2998 -4.87012 6.66992 -11.1396 6.66992 -17.6396v-226.07h-128v272.42l38 43.0703 +c5.30957 6.01953 14.6904 6.01953 20 0zM339.99 440.99l128 -102.4c7.58984 -6.07031 12.0098 -15.2695 12.0098 -24.9902v-377.6h-96v96c0 38.8701 -34.6602 69.6504 -74.75 63.1201c-31.4697 -5.12012 -53.25 -34.6699 -53.25 -66.5498v-92.5703h-96v377.6 +c0 8.49023 5.38086 19.6865 12.0098 24.9902l128 102.4c11.6904 9.34961 28.29 9.34961 39.9805 0zM392.06 225.44l-19.1895 30.5596l19.2002 30.5703c1.97949 3.14941 -0.290039 7.23926 -4 7.23926h-38.9502l-25.1201 39.9805c-1.84961 2.9502 -6.15039 2.9502 -8 0 +l-25.1201 -40h-38.9395c-3.70996 0 -5.98047 -4.08984 -4 -7.24023l19.1992 -30.5596l-19.1992 -30.5605c-1.98047 -3.14941 0.279297 -7.23926 4 -7.23926h38.9395l25.1201 -39.9805c1.84961 -2.9502 6.15039 -2.9502 8 0l25.1201 39.9902h38.9395 +c3.70996 0 5.98047 4.08984 4 7.24023z" /> + <glyph glyph-name="torah" unicode="" horiz-adv-x="640" +d="M320.05 81.5195l-17.7402 29.6406h35.46zM419.26 247.52l-18.3994 -30.8193l-18.46 30.8193h36.8594zM48 448c26.5098 0 48 -14.3301 48 -32v-448c0 -17.6699 -21.4902 -32 -48 -32s-48 14.3301 -48 32v448c0 17.6699 21.4902 32 48 32zM220.74 136.5l18.3896 30.8203 +l18.46 -30.8203h-36.8496zM382.45 136.5l18.4102 30.7998l18.4492 -30.7998h-36.8594zM128 -16v416h384v-416h-384zM194.77 262.13c-1.53711 -2.65625 -2.78516 -7.30176 -2.78516 -10.3711c0 -3.20312 1.35059 -8.02246 3.01562 -10.7588l29.3604 -49l-29.21 -48.8398 +c-1.6709 -2.77344 -3.02637 -7.65234 -3.02637 -10.8906c0 -11.6523 9.45703 -21.1094 21.1104 -21.1094h0.015625h59.5l29.25 -48.8799c3.33105 -5.6416 11.3516 -10.2207 17.9023 -10.2207h0.0976562c6.64844 0.0136719 14.7842 4.67285 18.1602 10.4004l29.1299 48.7002 +h59.4697h0.0224609c6.8125 0 15.082 4.80273 18.458 10.7197c1.53418 2.65332 2.7793 7.29297 2.7793 10.3584c0 3.2041 -1.35254 8.02539 -3.01953 10.7617l-29.3701 49l29.2402 48.8496c1.66602 2.77246 3.01758 7.64648 3.01758 10.8809 +c0 11.6562 -9.46094 21.1182 -21.1182 21.1191h-59.5195l-29.25 48.8604c-3.3252 5.63574 -11.3359 10.21 -17.8799 10.21h-0.0703125h-0.0341797c-6.65137 0 -14.7988 -4.64551 -18.1855 -10.3701l-29.1299 -48.71h-59.4502h-0.0458984 +c-6.80469 0 -15.0635 -4.79785 -18.4346 -10.71zM592 448c26.5098 0 48 -14.3301 48 -32v-448c0 -17.6699 -21.4902 -32 -48 -32s-48 14.3301 -48 32v448c0 17.6699 21.4902 32 48 32zM320 302.47l17.6797 -29.6201h-35.46zM257.55 247.47l-18.3701 -30.7998 +l-18.4395 30.7998h36.8096zM287.13 136.47l-33.2295 55.5303l33.1699 55.5195h65.79l33.2295 -55.5195l-33.1699 -55.5303h-65.79z" /> + <glyph glyph-name="torii-gate" unicode="" +d="M376.45 416c39.4961 0.00195312 100.223 14.3389 135.55 32v-96c0 -17.6699 -14.3301 -32 -32 -32h-32v-64h48c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-48v-240c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v240 +h-256v-240c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v240h-48c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h48v64h-32c-17.6699 0 -32 14.3301 -32 32v96c35.3271 -17.6611 96.0537 -31.998 135.55 -32h240.9zM128 320v-64h96 +v64h-96zM384 256v64h-96v-64h96z" /> + <glyph glyph-name="vihara" unicode="" horiz-adv-x="640" +d="M632.88 47.29c5.41992 -3.61035 7.7002 -9.62012 6.99023 -15.29c-0.620117 -5.00977 -3.56055 -9.75 -8.71973 -12.3301l-55.1504 -19.6699v-48c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48h-160v-48c0 -8.83984 -7.16016 -16 -16 -16h-32 +c-8.83984 0 -16 7.16016 -16 16v48h-160v-48c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48l-55.1602 19.6699c-5.14941 2.58008 -8.09961 7.32031 -8.71973 12.3301c-0.700195 5.66016 1.58008 11.6699 7 15.29l88.8799 48.71v64 +l-55.1602 17.6904c-11.79 5.89941 -11.79 22.7197 0 28.6191l119.16 49.6904v64l-27.3096 16.3096c-7.7207 7.7207 -5.61035 20.7402 4.15918 25.6201l183.15 86.0703l183.15 -86.0801c9.76953 -4.87988 11.8799 -17.9004 4.15918 -25.6201l-27.3096 -16.2998v-64 +l119.16 -49.6904c11.79 -5.89941 11.79 -22.7197 0 -28.6191l-55.1602 -17.6904v-64zM224 320v-64h192v64h-192zM160 96h320v64h-320v-64z" /> + <glyph glyph-name="volume-mute" unicode="" +d="M215.03 376.95c15.0098 15.0098 40.9697 4.49023 40.9697 -16.9697v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM461.64 192l45.6406 -45.6396 +c6.2998 -6.30078 6.2998 -16.5205 0 -22.8203l-22.8203 -22.8203c-6.2998 -6.2998 -16.5195 -6.2998 -22.8203 0l-45.6396 45.6406l-45.6299 -45.6299c-6.2998 -6.30078 -16.5205 -6.30078 -22.8203 0l-22.8193 22.8193c-6.30078 6.2998 -6.30078 16.5205 0 22.8203 +l45.6299 45.6299l-45.6406 45.6396c-6.2998 6.30078 -6.2998 16.5205 0 22.8203l22.8203 22.8203c6.2998 6.2998 16.5195 6.2998 22.8203 0l45.6396 -45.6406l45.6396 45.6406c6.30078 6.2998 16.5205 6.2998 22.8203 0l22.8203 -22.8203 +c6.2998 -6.2998 6.2998 -16.5195 0 -22.8203z" /> + <glyph glyph-name="yin-yang" unicode="" horiz-adv-x="496" +d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM248 192c53.0195 0 96 42.9805 96 96s-42.9805 96 -96 96 +c-106.04 0 -192 -85.96 -192 -192s85.96 -192 192 -192c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96zM248 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" /> + <glyph glyph-name="blender-phone" unicode="" horiz-adv-x="576" +d="M392 384c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h157.82l-17.46 -64h-140.36c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h131.64l-17.46 -64h-114.18c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h105.46 +l-17.46 -64h-288v352h384l-17.46 -64h-166.54zM158.8 112.99c3.00977 -7.40039 0.200195 -15.8506 -6.68945 -20.0703l-39.4102 -24.1797c-12.5303 -7.68066 -31.7803 -6 -41.6504 4.7998c-94.0996 102.94 -94.6699 258.89 -2.09961 362.49 +c11.1396 12.4697 29.5596 15.8398 43.8896 7.0498l39.2803 -24.0996c6.87988 -4.2207 9.7002 -12.6807 6.67969 -20.0703l-25.7803 -63.2598c-2.7793 -6.80078 -9.80957 -10.9902 -17.2393 -10.2607l-45.0303 4.41992c-17.6504 -47.9395 -17.2803 -100.779 0 -147.72 +l45.0303 4.41992c7.43945 0.730469 14.46 -3.4502 17.2393 -10.2598zM480 64c35.3496 0 64 -28.6504 64 -64v-32c0 -17.6699 -14.3301 -32 -32 -32h-352c-17.6699 0 -32 14.3301 -32 32v32c0 35.3496 28.6504 64 64 64h288zM336 -32c17.6699 0 32 14.3301 32 32 +s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="book-dead" unicode="" horiz-adv-x="448" +d="M272 312c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16 +c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM240 392c-44.2002 0 -80 -28.7002 -80 -64c0 -20.9004 12.7002 -39.2002 32 -50.9004v-13.0996 +c0 -8.7998 7.2002 -16 16 -16h64c8.7998 0 16 7.2002 16 16v13.0996c19.2998 11.7002 32 30 32 50.9004c0 35.2998 -35.7998 64 -80 64zM124.8 224.7c-1.7002 -4.10059 0.100586 -8.7998 4.2002 -10.5l70.5 -30.2998l-70.4004 -30.1006 +c-4.09961 -1.7002 -5.89941 -6.39941 -4.19922 -10.5l6.2998 -14.7002c1.7002 -4.09961 6.39941 -5.89941 10.5 -4.19922l98.2998 42.1992l98.2998 -42.0996c4.10059 -1.7002 8.7998 0.0996094 10.5 4.2002l6.2998 14.7002c1.7002 4.09961 -0.0996094 8.7998 -4.19922 10.5 +l-70.3008 30.0996l70.3008 30.2002c4.09961 1.7002 5.89941 6.39941 4.19922 10.5l-6.2998 14.7002c-1.7002 4.09961 -6.39941 5.89941 -10.5 4.19922l-98.3994 -42.0996l-98.3008 42.0996c-4.09961 1.7002 -8.7998 -0.0996094 -10.5 -4.19922zM380.8 0v64h-284.8 +c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8zM208 312c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16z" /> + <glyph glyph-name="campground" unicode="" horiz-adv-x="640" +d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h24.6797l239.79 330.25l-53.4102 73.5498c-5.19922 7.15039 -3.60938 17.1602 3.54004 22.3506l25.8809 18.7998 +c7.14941 5.18945 17.1592 3.59961 22.3496 -3.5498l41.1699 -56.7002l41.1602 56.6895c5.2002 7.16016 15.2002 8.74023 22.3496 3.55078l25.9004 -18.79c7.14941 -5.19043 8.72949 -15.2002 3.54004 -22.3506l-53.4102 -73.5498l239.78 -330.25h24.6797zM320 160 +l-116.36 -160h232.721z" /> + <glyph glyph-name="cat" unicode="" +d="M290.59 256c11.8906 -58.3496 63.6006 -102.4 125.41 -102.4c11.1104 0 21.71 1.87012 32 4.54004v-206.14c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v144l-128 -96h32c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16 +h-176c-35.2998 0 -64 28.7002 -64 64v256c0 17.6396 -14.3604 32 -32 32c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32c52.9404 0 96 -43.0596 96 -96v-85.9502c55.7695 83.9697 142.41 85.9502 162.59 85.9502zM448 352l64 64v-134.4c0 -53.0195 -42.9805 -96 -96 -96 +s-96 42.9805 -96 96v134.4l64 -64h64zM376 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM456 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" /> + <glyph glyph-name="chair" unicode="" horiz-adv-x="448" +d="M112 320v-128h-48v128c0 70.7002 57.2998 128 128 128h64c70.7002 0 128 -57.2998 128 -128v-128h-48v128c0 29.5 -16.2002 55 -40 68.9004v-196.9h-48v208h-48v-208h-48v196.9c-23.7998 -13.9004 -40 -39.4004 -40 -68.9004zM446.3 106.1 +c6.90039 -20.6992 -8.5 -42.0996 -30.2998 -42.0996v-112c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v112h-256v-112c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v112c-21.7998 0 -37.2002 21.4004 -30.4004 42.0996l10.7002 32 +c4.40039 13.1006 16.6006 21.9004 30.4004 21.9004h362.5c13.7998 0 26 -8.7998 30.3994 -21.9004z" /> + <glyph glyph-name="cloud-moon" unicode="" horiz-adv-x="576" +d="M342.8 95.2998c40.9004 -3.5 73.2002 -37.3994 73.2002 -79.2998c0 -44.2002 -35.7998 -80 -80 -80h-240c-53 0 -96 43 -96 96c0 41.9004 27.0996 77.2002 64.5996 90.2998c-0.0996094 1.90039 -0.599609 3.7002 -0.599609 5.7002c0 53 43 96 96 96 +c36.2002 0 67.4004 -20.2998 83.7002 -49.9004c11.5 11 27.0996 17.9004 44.2998 17.9004c35.2998 0 64 -28.7002 64 -64c0 -12 -3.5 -23.0996 -9.2002 -32.7002zM565.3 149.6c8.2002 1.60059 14 -8 8.7002 -14.5c-33.4004 -41.0996 -82.7002 -67 -137.1 -70.3994 +c-11.1006 23.0996 -29.9004 41.7998 -53.5 52.5996c0.399414 3.5 0.599609 7.10059 0.599609 10.7002c0 52.9004 -43.0996 96 -96 96c-12.7002 0 -25 -2.5 -36.4004 -7.2002c-5.09961 5.2998 -10.7998 9.90039 -16.6992 14.2002c-1.10059 8.2002 -1.80078 16.5 -1.80078 25 +c0 106.1 86 192 191.9 192c11.7002 0 23.4004 -1.09961 35.0996 -3.2002c8.2002 -1.59961 10.1006 -12.5996 2.80078 -16.7002c-47.1006 -26.7998 -76.1006 -76.5996 -76.1006 -130.8c0 -94 85.4004 -165.399 178.5 -147.7z" /> + <glyph glyph-name="cloud-sun" unicode="" horiz-adv-x="640" +d="M575.2 122.3c37.5996 -13 64.7998 -48.2998 64.7998 -90.3994c0 -53 -43 -96 -96 -96h-272c-53 0 -96 43 -96 96c0 50.5996 39.2998 91.5996 88.9004 95.2998c-0.200195 2.89941 -0.900391 5.7002 -0.900391 8.7002c0 61.8994 50.2002 112 112 112 +c45.4004 0 84.2998 -27.2002 101.9 -66c9.89941 6.19922 21.5 10 34.0996 10c35.2998 0 64 -28.7002 64 -64c0 -1.90039 -0.599609 -3.7002 -0.799805 -5.60059zM144.8 144.9c10.6006 -10.6006 22.9004 -18.6006 36 -24c-9.59961 -9.80078 -17.5 -21.1006 -23.5996 -33.5 +l-76.1006 -25.3008c-11.8994 -3.89941 -23.1992 7.30078 -19.1992 19.2002l29.2998 87.7998l-82.7998 41.4004c-11.2002 5.59961 -11.2002 21.5 0 27.0996l82.7998 41.5l-29.2998 87.8008c-3.90039 11.7998 7.39941 23.0996 19.1992 19.1992l87.9004 -29.2998 +l41.4004 82.7998c5.59961 11.2002 21.5996 11.2002 27.0996 0l41.5 -82.7998l87.7998 29.2998c11.9004 3.90039 23.2002 -7.2998 19.2002 -19.1992l-29.7998 -88.9004c-10.6006 -1.5 -20.9004 -3.7998 -30.7002 -7.5c-5.40039 11.7998 -12.5996 23 -22.2998 32.7002 +c-43.7002 43.7002 -114.7 43.7002 -158.4 0c-43.7002 -43.6006 -43.7002 -114.601 0 -158.3zM140 224.1c0 46.3008 37.7002 83.9004 84 83.9004c34 0 63.2998 -20.4004 76.5 -49.5c-36.4004 -22.5 -62 -60.7002 -67.4004 -105 +c-8.89941 -2.90039 -17.1992 -7 -25.1992 -11.7002c-38.6006 7.5 -67.9004 41.5 -67.9004 82.2998z" /> + <glyph glyph-name="dice-d20" unicode="" horiz-adv-x="480" +d="M106.75 232.94l108.64 -190.101l-208.26 22.0703c-5.83008 0.639648 -9.00977 7.13965 -5.92969 12.1396zM7.41016 132.57c-2.12012 -3.44043 -7.41016 -1.94043 -7.41016 2.08984v162.81c0 3.11035 3.38965 5.03027 6.05957 3.43066l76.6406 -45.9805zM18.25 24.4004 +c-4.03027 1.97949 -2.25 8.06934 2.2002 7.56934l203.55 -22.2998v-65.6699c0 -5.83008 -6.0498 -9.70996 -11.3496 -7.25977zM99.4697 282.18l-81.5293 48.6904c-2.52051 1.51953 -2.60059 5.16016 -0.130859 6.78027l150.811 98.6094 +c7.18945 4.11035 15.1201 -4.08008 10.7803 -11.1396zM240 272h-109.21l95.5801 168.38c3.12988 5.08008 8.37988 7.62012 13.6299 7.62012s10.5 -2.54004 13.6299 -7.62012l95.5801 -168.38h-109.21zM473.94 300.9c2.66992 1.59961 6.05957 -0.320312 6.05957 -3.43066 +v-162.81c0 -4.04004 -5.2998 -5.54004 -7.41016 -2.10059l-75.29 122.351zM380.53 282.18l-79.9307 142.94c-4.33984 7.05957 3.59082 15.25 10.7803 11.1396l150.811 -98.5996c2.46973 -1.62012 2.39941 -5.25977 -0.130859 -6.78027zM459.55 31.9697 +c4.4502 0.5 6.23047 -5.58984 2.2002 -7.55957l-194.4 -87.6602c-5.2998 -2.4502 -11.3496 1.41992 -11.3496 7.25977v65.6699zM373.25 232.94l105.56 -155.891c3.08008 -5 -0.0996094 -11.4902 -5.92969 -12.1396l-208.26 -22.0703zM240 240h100.43l-100.43 -175.75 +l-100.43 175.75h100.43z" /> + <glyph glyph-name="dice-d6" unicode="" horiz-adv-x="448" +d="M422.19 338.05c5.3291 -3.24023 5.2998 -11.2695 -0.0507812 -14.46l-198.14 -118.14l-198.13 118.14c-5.35059 3.19043 -5.37988 11.2305 -0.0605469 14.46l165.971 100.88c19.9102 12.1006 44.5195 12.1006 64.4297 0zM436.03 293.42 +c5.33008 3.17969 11.9697 -0.839844 11.9697 -7.25v-197.7c0 -23.7598 -12.1104 -45.7393 -31.79 -57.7002l-152.16 -92.4795c-10.6602 -6.48047 -24.0498 1.5498 -24.0498 14.4297v223.82zM0 286.17c0 6.41016 6.63965 10.4297 11.9697 7.25l196.03 -116.88v-223.81 +c0 -12.8906 -13.3799 -20.9102 -24.0498 -14.4307l-152.16 92.4697c-19.6797 11.9609 -31.79 33.9307 -31.79 57.7002v197.7z" /> + <glyph glyph-name="dog" unicode="" +d="M496 352c8.83984 0 16 -7.16016 16 -16v-32c0 -35.3496 -28.6504 -64 -64 -64h-32v-35.5801l-128 45.71v149.84c0 14.25 17.2305 21.3906 27.3203 11.3105l27.2793 -27.2803h53.6201c10.917 -0.000976562 23.7383 -7.92578 28.6201 -17.6904l7.16016 -14.3096h64z +M384 304c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM96 224h170.05l149.95 -53.5498v-218.45c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v112h-160v-112c0 -8.83984 -7.16016 -16 -16 -16h-64 +c-8.83984 0 -16 7.16016 -16 16v213.9c-37.1699 13.25 -64 48.4395 -64 90.0996c0 17.6699 14.3301 32 32 32s32 -14.3301 32 -32c0 -17.6396 14.3604 -32 32 -32z" /> + <glyph glyph-name="dragon" unicode="" horiz-adv-x="640" +d="M18.3203 192.22c-15.96 -2.2793 -24.8906 17.8105 -12.5107 28.1406l117.4 116.34c21.7705 18.5996 53.2402 20.4697 77.0596 4.58984l119.73 -87.5996v-42.2705c0 -28.9102 5.29004 -56.9795 14.7305 -83.3799h-222.7c-14.25 0 -21.3906 17.2295 -11.3105 27.3096 +l91.2803 68.6904zM575.19 158.12c41.9092 -20.96 67.1592 -64.0801 64.6396 -111.36c-3.37988 -63.2002 -59.7002 -110.77 -122.99 -110.76h-499.08c-9.80957 0 -17.7598 8 -17.7598 17.7998c0 8.32031 5.78027 15.5303 13.9004 17.3301 +c89.54 19.9004 238.51 54.1006 434.1 60.9102c-59.9697 39.9902 -96 107.3 -96 179.38v108.62l-59.5801 24.8496c-5.90039 2.9502 -5.90039 11.3604 0 14.3105l59.5801 24.8398l-61.6396 50.3496c-5.04004 5.04004 -1.4707 13.6104 5.65918 13.6104h237.45 +c10.0703 0 19.5498 -4.7002 25.6006 -12.7598l74.5293 -99.3799c3.53223 -4.71094 6.39844 -13.3115 6.39844 -19.1992c0 -4.16992 -1.51367 -10.5811 -3.37793 -14.3115l-14.3105 -28.6191c-4.88086 -9.76465 -17.7031 -17.6895 -28.6191 -17.6904h-30.9707 +c-8.48926 0 -16.6299 3.37012 -22.6299 9.37012l-28.0898 22.6299h-64v-36.6904c0.00195312 -16.3701 11.8877 -35.5986 26.5303 -42.9199zM489.18 381.75c-4.33008 -17.1396 8.56055 -28.96 21.5205 -29.6699c11.6602 -0.629883 21.3799 7.34961 24.1299 18.2598z" /> + <glyph glyph-name="drumstick-bite" unicode="" +d="M462.8 398.43c34.3203 -34.2793 50.4307 -79.5996 49.1299 -124.56c-41.9795 22.6602 -94.3594 17.5596 -128.739 -16.7998c-40.8809 -40.8398 -40.6904 -107.181 -1.05078 -151.07c-16.2383 -5.52246 -43.3389 -10.0049 -60.4912 -10.0049 +c-0.385742 0 -1.0127 0.00195312 -1.39844 0.00488281h-85.8896l-40.6104 -40.5596c-9.71973 -9.75 -11.0898 -24.0205 -6 -36.75c2.38477 -5.95898 4.32031 -16.0049 4.32031 -22.4229c0 -33.3135 -27.0371 -60.3496 -60.3506 -60.3496 +c-13.8428 0 -33.0039 7.96191 -42.7695 17.7725c-15.2803 15.2695 -19.6006 36.5 -15.1006 56.0996c-19.6094 -4.49023 -40.8496 -0.179688 -56.1191 15.0703c-9.77148 9.75684 -17.7021 28.8828 -17.7021 42.6914c0 33.3018 27.0273 60.3301 60.3301 60.3301 +c6.40234 0 16.4248 -1.92773 22.3721 -4.30176c12.7793 -5.07031 27.0791 -3.69043 36.7793 6l40.6201 40.5898v85.8301c0 64 27.6904 107 63.1699 142.43c27.3887 27.3604 81.0371 49.5664 119.75 49.5664c38.7139 0 92.3613 -22.2061 119.75 -49.5664z" /> + <glyph glyph-name="dungeon" unicode="" +d="M128.73 252.68c6.58984 -4.12012 8.89941 -12.2393 6.33984 -19.5801c-3 -8.60938 -5.15039 -17.6094 -6.24023 -26.9395c-0.929688 -7.91016 -7.0498 -14.1602 -15.0098 -14.1602h-97.1299c-9.10059 0 -16.7402 7.62988 -16.1504 16.7197 +c1.66016 25.7793 11.7178 65.7725 22.4502 89.2705c3.93945 8.62012 14.8896 11.4697 22.9297 6.4502zM319.03 440c9.16992 -2.36035 13.9102 -12.5996 10.3896 -21.3896l-37.4697 -104.03c-2.28027 -6.34961 -8.2998 -10.5801 -15.0498 -10.5801h-41.8008 +c-6.2041 0.00195312 -12.9473 4.74219 -15.0498 10.5801l-37.4697 104.03c-3.52051 8.79004 1.21973 19.04 10.3896 21.3896c20.1699 5.17969 41.2607 8 63.0303 8s42.8604 -2.82031 63.0303 -8zM112 160c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16 +h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM112 32c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM189.31 315.67 +c2.85059 -7.12012 -0.0195312 -14.8799 -6.2998 -19.29c-6 -4.2002 -11.6094 -8.89941 -16.79 -14.0498c-5.4502 -5.41016 -13.5996 -6.86035 -20.1094 -2.79004l-82.9307 51.8301c-8.06934 5.04004 -10.2793 16.2002 -4.21973 23.5195 +c16.7148 20.1758 48.7969 47.0068 71.6104 59.8906c8.29004 4.67969 18.8896 0.519531 22.4199 -8.31055zM398.18 192c-7.95996 0 -14.0801 6.25 -15.0098 14.1602c-1.08984 9.32031 -3.22949 18.3301 -6.24023 26.9395c-2.55957 7.34082 -0.25 15.46 6.33984 19.5801 +l82.8105 51.7607c8.04004 5.01953 18.9902 2.16992 22.9297 -6.4502c10.7334 -23.498 20.791 -63.4902 22.4502 -89.2705c0.589844 -9.08984 -7.0498 -16.7197 -16.1504 -16.7197h-97.1299zM453.03 354.89c6.06934 -7.31934 3.84961 -18.4795 -4.2207 -23.5098 +l-82.9297 -51.8301c-6.50977 -4.06934 -14.6699 -2.62012 -20.1104 2.79004c-5.17969 5.15039 -10.7891 9.85059 -16.7891 14.0498c-6.28027 4.40039 -9.15039 12.1602 -6.30078 19.2803l36.3203 90.7998c3.54004 8.83008 14.1396 12.9902 22.4199 8.31055 +c22.8135 -12.8838 54.8945 -39.7148 71.6104 -59.8906zM496 160c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM496 32c8.83984 0 16 -7.16016 16 -16v-64 +c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM240 270.38c5.23047 0.889648 10.5195 1.62012 16 1.62012s10.7695 -0.730469 16 -1.62012v-294.38c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8 +v294.38zM176 228.87c8.16016 12.2998 19.2197 22.3203 32 29.7695v-282.64c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v252.87zM304 258.64c12.7803 -7.44922 23.8398 -17.4697 32 -29.7695v-252.87c0 -4.41992 -3.58008 -8 -8 -8h-16 +c-4.41992 0 -8 3.58008 -8 8v282.64z" /> + <glyph glyph-name="file-csv" unicode="" horiz-adv-x="384" +d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM128 168v16c0 4.41992 -3.58008 8 -8 8h-8c-26.5098 0 -48 -21.4902 -48 -48v-32 +c0 -26.5098 21.4902 -48 48 -48h8c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-8c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h8c4.41992 0 8 3.58008 8 8zM172.27 64c23.3906 0 42.4004 17.3301 42.3906 38.6201 +c0 10.6602 -4.86035 20.9199 -13.3301 28.1396l-21.8896 18.7705c-1.37012 1.17969 -2.12012 2.54004 -2.12012 3.83984c0 3.12012 4.45996 6.62012 10.4102 6.62012h12.2695c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-12.25 +c-23.3896 0 -42.4102 -17.3203 -42.4102 -38.6201c0 -10.6602 4.86035 -20.9199 13.3301 -28.1396l21.8896 -18.7705c1.37012 -1.17969 2.12012 -2.54004 2.12012 -3.83984c0 -3.12012 -4.45996 -6.62012 -10.4102 -6.62012h-12.2695c-4.41992 0 -8 -3.58008 -8 -8v-16 +c0 -4.41992 3.58008 -8 8 -8h12.2695zM256 184c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-20.7998c0 -35.4805 12.8799 -68.8906 36.2803 -94.0898c3.01953 -3.25 7.26953 -5.11035 11.7197 -5.11035s8.7002 1.86035 11.7197 5.11035 +c23.4004 25.1992 36.2803 58.6094 36.2803 94.0898v20.7998c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-20.7998c0 -20.2705 -5.7002 -40.1807 -16 -56.8799c-10.2998 16.71 -16 36.6094 -16 56.8799v20.7998zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004 +v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" /> + <glyph glyph-name="fist-raised" unicode="" horiz-adv-x="384" +d="M255.98 288h-48.0303c-5.62988 0 -10.9502 -1.15039 -15.9697 -2.92969v146.93c0 8.83984 7.15918 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-144zM383.98 192.01l0.0195312 -88.2197v-0.0107422c0 -21.9551 -12.5977 -52.373 -28.1201 -67.8994l-35.9102 -35.9199 +v-63.96h-255.979v64l-26.5 26.5098c-24.0098 24.0098 -37.4902 56.5605 -37.4902 90.5098v77.9307c5.03027 -1.7998 10.3604 -2.9502 16 -2.9502h32c12.3301 0 23.4805 4.80957 32 12.4902c8.50977 -7.66992 19.6602 -12.4805 32 -12.4805h32 +c7.91016 0 15.2803 2.11035 21.8701 5.52051c7.46973 -16.3301 21.5996 -28.9404 38.8701 -34.4502c-17.1104 -14.8203 -31.5801 -34.4805 -47.3105 -58.0801l-6.30957 -9.46973c-0.742188 -1.1123 -1.34375 -3.09961 -1.34375 -4.43652 +c0 -2.36328 1.59668 -5.34375 3.56348 -6.65332l13.3105 -8.88086c1.11133 -0.741211 3.09863 -1.34375 4.43555 -1.34375c2.36328 0 5.34473 1.59668 6.6543 3.56445l6.30957 9.46973c31.8906 47.8398 51.5303 70.2695 96.0498 72.5498 +c4.29004 0.219727 7.88086 3.70996 7.88086 8v16.2002c0 4.41992 -3.52051 8 -13.2002 8h-35.2607c-26.2695 0 -47.5693 21.3203 -47.5693 47.5898v0.560547c0 8.7793 7.12012 15.8496 15.8994 15.8496h112.141c35.3301 0 63.9795 -28.6504 63.9902 -63.9902zM351.97 282.1 +c-10.0596 3.59082 -20.7197 5.90039 -32 5.90039h-32v112c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-117.9zM16 224c-8.83984 0 -16 7.16016 -16 16v128c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-128 +c0 -8.83984 -7.16016 -16 -16 -16h-32zM111.99 224c-8.83984 0 -16 7.16016 -16 16v160c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-160c0 -8.83984 -7.16016 -16 -16 -16h-32z" /> + <glyph glyph-name="ghost" unicode="" horiz-adv-x="384" +d="M186.1 447.91c108.73 3.25977 197.9 -83.9102 197.9 -191.91v-271.97c0 -14.25 -17.2305 -21.3906 -27.3096 -11.3105l-24.9209 18.5303c-6.65918 4.95996 -16 3.99023 -21.5098 -2.20996l-42.9502 -48.3496c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-40.7197 45.8496 +c-6.36035 7.16992 -17.5498 7.16992 -23.9199 0l-40.7197 -45.8496c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-42.9502 48.3496c-5.50977 6.2002 -14.8506 7.16016 -21.5098 2.20996l-24.9209 -18.5303c-10.0791 -10.0801 -27.3096 -2.9502 -27.3096 11.3105v263.92 +c0 105.13 81.0098 196.81 186.1 199.96zM128 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM256 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" /> + <glyph glyph-name="hammer" unicode="" horiz-adv-x="576" +d="M571.31 254.06c6.25 -6.25 6.25 -16.3799 0.0205078 -22.6191l-90.5098 -90.5107c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6309 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309l11.3105 11.3096l-28.9004 28.9004 +c-21.3096 -5.63086 -44.8994 -0.360352 -61.6094 16.3496l-49.1406 49.1396c-12.0098 12 -18.75 28.2803 -18.75 45.25v18.75l-90.5098 45.25c62.4902 62.4805 163.8 62.4805 226.28 0l45.25 -45.25c16.71 -16.71 21.9795 -40.2998 16.3496 -61.6094l28.9004 -28.9004 +l11.3096 11.3105c6.25 6.25 16.3799 6.25 22.6299 0zM284.59 269.26l49.1406 -49.1396c3.53906 -3.54004 7.47949 -6.5 11.4395 -9.41016l-238.13 -255.07c-23.8799 -25.5801 -64.2002 -26.2695 -88.9297 -1.5293c-24.7305 24.7393 -24.04 65.0498 1.5293 88.9297 +l255.101 238.17c3.00977 -4.16016 6.14941 -8.25 9.84961 -11.9502z" /> + <glyph glyph-name="hanukiah" unicode="" horiz-adv-x="640" +d="M232 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM168 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM392 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM456 288h16 +c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM544 280v-120h-32v120c0 4.41992 3.58008 8 8 8h16c4.41992 0 8 -3.58008 8 -8zM104 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM624 288c8.83984 0 16 -7.16016 16 -16 +v-112c0 -53.0195 -42.9805 -96 -96 -96h-192v-64h176c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v64h-192c-53.0195 0 -96 42.9805 -96 96v112c0 8.83984 7.16016 16 16 16 +h32c8.83984 0 16 -7.16016 16 -16v-112c0 -17.6699 14.3301 -32 32 -32h192v192c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-192h192c17.6699 0 32 14.3301 32 32v112c0 8.83984 7.16016 16 16 16h32zM608 320c-13.25 0 -24 11.9502 -24 26.6699 +s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM32 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM320 368 +c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM112 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699z +M176 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM240 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301 +c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM400 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM464 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301 +s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM528 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699z" /> + <glyph glyph-name="hat-wizard" unicode="" +d="M496 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480zM192 64l16 -32h-144l110.96 249.66c9.4043 21.1611 33.3545 47.6611 53.46 59.1494l187.58 107.19l-56.2998 -168.92 +c-1.81543 -5.43945 -3.28809 -14.5078 -3.28809 -20.2412c0 -7.25098 2.31934 -18.5449 5.17773 -25.209l86.4102 -201.63h-208l16 32l64 32l-64 32l-32 64l-32 -64l-64 -32zM256 288l-32 -16l32 -16l16 -32l16 32l32 16l-32 16l-16 32z" /> + <glyph glyph-name="hiking" unicode="" horiz-adv-x="384" +d="M80.9502 -24.2305l34.5596 138.221l52.7803 -52.7803l-25.2402 -100.97c-3.64941 -14.5303 -16.6895 -24.2305 -31.0195 -24.2305c-2.58008 0 -5.19043 0.290039 -7.7998 0.950195c-17.1406 4.28027 -27.5605 21.6504 -23.2803 38.8096zM95.8398 171.89 +c-2.18945 -8.41992 -11.0801 -13.54 -19.8701 -11.4395l-63.5596 15.25c-8.78027 2.10938 -14.1104 10.6396 -11.9199 19.0596l25.2695 98.1299c10.9707 42.1006 55.4404 67.6904 99.3203 57.1699c8.78027 -2.10938 14.1104 -10.6396 11.9199 -19.0596zM368 288 +c8.83984 0 16 -7.16016 15.9902 -16v-320.01c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v240h-48c-8.48047 0 -16.6201 3.37988 -22.6201 9.37988l-22.4297 22.4297l-19.8906 -79.5693 +c-0.129883 -0.520508 -0.469727 -0.910156 -0.620117 -1.41016l46.8203 -46.8203c12.0898 -12.0898 18.75 -28.1602 18.75 -45.25v-82.75c0 -17.6699 -14.3301 -32 -32 -32s-32 14.3301 -32 32v82.75l-86.6201 86.6201c-5.17383 5.1748 -9.37402 15.3154 -9.37402 22.6338 +c0 2.17285 0.427734 5.64746 0.954102 7.75586l26.9199 107.721c6.56055 26.2197 30.0098 44.5195 57.0303 44.5195c15.7002 0 30.4697 -6.11035 41.5596 -17.2197l46.7803 -46.7803h34.75v16c0 8.83984 7.16016 16 16 16h16zM240 352c-26.5098 0 -48 21.4902 -48 48 +s21.4902 48 48 48s48 -21.4902 48 -48s-21.4902 -48 -48 -48z" /> + <glyph glyph-name="hippo" unicode="" horiz-adv-x="640" +d="M581.12 351.8c34.0898 -0.189453 58.8799 -33.6895 58.8799 -67.7803v-92.0195c0 -17.6699 -14.3301 -32 -32 -32v-32c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v32h-128v-176c0 -8.83984 -7.16016 -16 -16 -16h-64 +c-8.83984 0 -16 7.16016 -16 16v70.79c-32.3496 -14.3604 -70.7197 -22.79 -112 -22.79s-79.6504 8.42969 -112 22.79v-70.79c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v240c0 88.3604 85.96 160 192 160 +c49.2402 0 94.0098 -15.5801 128 -40.9805v48.9805c0 13.2598 10.75 24 24 24h16c13.25 0 24 -10.7402 24 -24v-13.8799c10.0498 3.58008 20.7197 5.87988 32 5.87988c39.8301 0 73.9805 -24.2695 88.5195 -58.8203c24.1006 9.04004 48.9307 26.7705 76.6006 26.6201z +M448 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" /> + <glyph glyph-name="horse" unicode="" horiz-adv-x="576" +d="M575.92 371.4l0.0605469 -77.71v-0.0292969c0 -11.9609 -9.01465 -25.2715 -20.1201 -29.7109l-32.5508 -13.0205c-15.4395 -6.17969 -33.04 0.5 -40.4893 15.3701l-18.9004 37.7002l-16 7.11035v-102.471c0.00976562 -0.219727 0.0800781 -0.419922 0.0800781 -0.639648 +c0 -30.4697 -12.2598 -58.0303 -32 -78.2197v-177.78c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v150.4l-133.97 22.3301l-23.8398 -63.5908l26.3096 -105.26c2.53027 -10.0996 -5.11035 -19.8799 -15.5195 -19.8799h-65.9609h-0.000976562 +c-6.89453 0 -13.8428 5.42969 -15.5088 12.1201l-24.8496 99.4102c-1.05664 4.2207 -1.91406 11.1777 -1.91406 15.5293c0 6.40332 1.8252 16.4648 4.07422 22.46l25.7197 68.6006c-18.7002 17.5195 -30.54 42.2402 -30.54 69.8799 +c0 2.62988 0.570312 5.09961 0.780273 7.67969c-9.91016 -7.29004 -16.7803 -18.46 -16.7803 -31.6797v-56c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v56c0 48.5303 39.4697 88 88 88v-1.11035c17.5996 20.1299 43.1602 33.1104 72 33.1104 +h159.92c0 70.6904 57.3105 128 128 128h119.98c5.05957 0 8.94922 -4.67969 7.92969 -9.63965c-2.67969 -13.1699 -11.1201 -23.8203 -22.1797 -30.6602c5.10938 -5.37988 9.90918 -10.4697 13.6895 -14.5c5.56055 -5.93066 8.57031 -13.6699 8.58008 -21.7998zM511.92 352 +c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" /> + <glyph glyph-name="house-damage" unicode="" horiz-adv-x="576" +d="M288 333.04l218.74 -192.94c1.54004 -1.37988 3.55957 -2.04004 5.25977 -3.19922v-184.9c0 -8.83984 -7.16016 -16 -16 -16h-176.19l-39.9199 55.25l104.11 64l-148.05 136.78l60.1602 -119.221l-104.11 -64l37.2305 -72.8096h-149.23c-8.83984 0 -16 7.16016 -16 16 +v184.94c1.78027 1.20996 3.84961 1.88965 5.46973 3.34961zM570.69 211.72c6.5791 -5.89941 7.11914 -16.0195 1.21973 -22.5898l-21.4004 -23.8203c-5.91016 -6.56934 -16.0293 -7.10938 -22.5996 -1.20996l-229.32 202.271c-6.0498 5.33008 -15.1201 5.33008 -21.1699 0 +l-229.32 -202.28c-6.58008 -5.91016 -16.6992 -5.35938 -22.5996 1.20996l-21.4004 23.8203c-5.90918 6.58008 -5.35938 16.6895 1.20996 22.5996l255.99 226.011c7.60059 6.85938 17.1406 10.2793 26.7002 10.2695s19.1201 -3.4502 26.75 -10.3096l101.25 -89.3809v51.6904 +c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16v-136.45z" /> + <glyph glyph-name="hryvnia" unicode="" horiz-adv-x="384" +d="M368 208h-99.7002l-34.6699 -32h134.37c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-203.7l-29.4902 -27.2197c-4.3291 -4 -6.80957 -9.66992 -6.80957 -15.5801c0 -11.6807 9.50977 -21.2002 21.2002 -21.2002h83.6299h0.00195312 +c4.79395 0 11.6748 2.49121 15.3584 5.55957l11.75 9.80078c10.1895 8.48926 25.3193 7.12012 33.8096 -3.07031l20.4902 -24.5898c8.49023 -10.1807 7.10938 -25.3105 -3.07031 -33.7998l-11.7695 -9.81055c-18.6807 -15.5596 -42.2207 -24.0898 -66.54 -24.0898h-78.8203 +c-37.1396 0 -73.3799 17.8496 -92.0498 49.9502c-17.8701 30.7197 -17.54 65.4199 -4.12988 94.0498h-41.8604c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h99.7002l34.6699 32h-134.37c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16 +h203.7l29.4902 27.21c4.3291 4 6.80957 9.66992 6.80957 15.5801c0 11.6797 -9.50977 21.2002 -21.2002 21.2002h-83.6201c-5.62012 0 -11.0693 -1.9707 -15.3896 -5.57031l-11.7305 -9.78027c-10.1895 -8.48926 -25.3193 -7.12012 -33.8096 3.07031l-20.4902 24.5898 +c-8.49023 10.1807 -7.10938 25.3105 3.07031 33.7998l11.7695 9.81055c18.6807 15.5596 42.2207 24.0898 66.54 24.0898h78.8203c37.1396 0 73.3799 -17.8398 92.0498 -49.9502c17.8701 -30.7197 17.54 -65.4199 4.12988 -94.0498h41.8604c8.83984 0 16 -7.16016 16 -16v-32 +c0 -8.83984 -7.16016 -16 -16 -16z" /> + <glyph glyph-name="mask" unicode="" horiz-adv-x="640" +d="M320.67 384c449.09 0 348.32 -384 158.46 -384c-39.8994 0 -77.4697 20.6904 -101.41 55.8604l-25.7295 37.79c-15.6602 22.9893 -46.9707 22.9893 -62.6299 0l-25.7305 -37.79c-23.9502 -35.1699 -61.5195 -55.8604 -101.42 -55.8604c-199.11 0 -284.14 384 158.46 384z +M184 139.64c41.0596 0 67.7598 25.6504 80.0801 41.0508c5.22949 6.54004 5.22949 16.0996 0 22.6299c-12.3203 15.3896 -39.0098 41.0498 -80.0801 41.0498s-67.7598 -25.6504 -80.0801 -41.0498c-5.22949 -6.54004 -5.22949 -16.1006 0 -22.6299 +c12.3203 -15.3906 39.0205 -41.0508 80.0801 -41.0508zM456 139.64c41.0596 0 67.7598 25.6504 80.0801 41.0508c5.22949 6.54004 5.22949 16.0996 0 22.6299c-12.3203 15.3896 -39.0098 41.0498 -80.0801 41.0498s-67.7598 -25.6504 -80.0801 -41.0498 +c-5.22949 -6.54004 -5.22949 -16.1006 0 -22.6299c12.3203 -15.3906 39.0205 -41.0508 80.0801 -41.0508z" /> + <glyph glyph-name="mountain" unicode="" horiz-adv-x="640" +d="M634.92 -14.7002c2.80566 -4.3623 5.08301 -12.1133 5.08301 -17.3008c0 -4.50586 -1.75293 -11.374 -3.91309 -15.3291c-5.60938 -10.2803 -16.3799 -16.6699 -28.0898 -16.6699h-576h-0.00390625c-10.4795 0 -23.0615 7.46387 -28.0859 16.6602 +c-2.16016 3.95605 -3.91309 10.8262 -3.91309 15.334c0 5.18848 2.27734 12.9414 5.08301 17.3057l288 448c5.88965 9.16016 16.0303 14.7002 26.9199 14.7002s21.0303 -5.54004 26.9199 -14.7002zM320 356.82l-102.06 -158.761l38.0596 -38.0596l64 64h85.3896z" /> + <glyph glyph-name="network-wired" unicode="" horiz-adv-x="640" +d="M640 184c0 -8.83984 -7.16016 -16 -16 -16h-104v-40h56c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h56v40h-304v-40h56c17.6699 0 32 -14.3301 32 -32v-128 +c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h56v40h-104c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h280v40h-72c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h192 +c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-72v-40h280c8.83984 0 16 -7.16016 16 -16v-16zM256 320h128v64h-128v-64zM192 0v64h-96v-64h96zM544 0v64h-96v-64h96z" /> + <glyph glyph-name="otter" unicode="" horiz-adv-x="640" +d="M608 416c17.6699 0 32 -14.3301 32 -32v-32c0 -53.0195 -42.9805 -96 -96 -96h-22.8604l-92.4697 -49.79l55.1104 -110.21h28.2197c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16h-80l-74.5098 144.5l-149.49 -80.5h64 +c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16h-224c-8.83008 0 -16 -7.16992 -16 -16s7.16992 -16 16 -16h112c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32h-108.47c-39.3799 0 -75.5205 26.9004 -82.2803 65.7002 +c-4.91016 28.1201 5 54.2197 23.1904 71.7998c23.5596 22.75 39.5596 52.1396 39.5596 84.8896v1.61035c0 106.04 85.96 192 192 192h56l153.25 87.5703c9.66992 5.51953 20.6104 8.42969 31.75 8.42969h20.4902h0.0126953c14.6328 0 34.9033 -8.40039 45.2471 -18.75 +l13.25 -13.25h32zM512 400c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16s16 7.16016 16 16s-7.16016 16 -16 16zM544 304c20.8301 0 38.4297 13.4199 45.0498 32h-77.0498l-118.57 -59.29l13.7705 -27.5498l101.84 54.8398h34.96z" /> + <glyph glyph-name="ring" unicode="" +d="M256 384c145.94 0 256 -61.9102 256 -144v-98.1299c0 -78.3506 -114.62 -141.87 -256 -141.87s-256 63.5195 -256 141.87v98.1299c0 82.0898 110.06 144 256 144zM256 320c-106.04 0 -192 -35.8203 -192 -80c0 -9.25977 3.96973 -18.1201 10.9102 -26.3896 +c44.9395 26.1797 108.859 42.3896 181.09 42.3896s136.15 -16.21 181.09 -42.3896c6.94043 8.26953 10.9102 17.1299 10.9102 26.3896c0 44.1797 -85.96 80 -192 80zM120.43 183.36c34.7305 -14.4307 82.6406 -23.3604 135.57 -23.3604s100.84 8.92969 135.57 23.3604 +c-34.6104 14.71 -81.21 24.6396 -135.57 24.6396s-100.96 -9.92969 -135.57 -24.6396z" /> + <glyph glyph-name="running" unicode="" horiz-adv-x="416" +d="M272 352c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48s-21.4902 -48 -48 -48zM113.69 130.53c7.92969 -17.2402 20.6699 -32.3799 37.9893 -42.6104l10.6699 -6.2998l-8.79004 -20.5205c-7.5293 -17.6494 -24.8594 -29.0898 -44.1094 -29.0898 +h-77.4502c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32h66.8896zM384 224.01c17.6699 0 32 -14.3193 32 -31.9902c0 -17.6699 -14.3301 -32 -32 -32h-53.9902c-18.1895 0 -35.1094 10.5508 -43.1094 26.8906l-20.2705 41.4297l-31.3096 -78.2803l61.2393 -36.1396 +c18.75 -11.3096 27.5508 -33.6201 21.6406 -54.3896l-31.6406 -101.061c-4.29004 -13.6797 -16.9092 -22.4502 -30.5195 -22.4502c-3.16992 0 -6.38965 0.480469 -9.58008 1.48047c-16.8604 5.28027 -26.25 23.2305 -20.9697 40.0898l27.4697 87.7305l-84.9795 50.1699 +c-27.6104 16.2998 -38.9209 50.8301 -26.3008 80.3096l37.46 87.3906l-14.6992 4.36914c-7.83008 1.86035 -17.6006 -0.25 -25.2705 -6.13965l-39.6895 -30.4102c-14.0205 -10.7402 -34.0908 -8.10938 -44.8604 5.91992c-10.7705 14.0303 -8.11035 34.1104 5.91992 44.8604 +l39.6699 30.4102c23.0703 17.6895 52.54 23.9395 80.8398 17.1396l71.0801 -21.1396c26.3301 -6.70996 49.2803 -25.3906 61.7803 -50.9404l26.0596 -53.25h44.0303z" /> + <glyph glyph-name="scroll" unicode="" horiz-adv-x="640" +d="M48 448c26.4697 0 48 -21.5303 48 -48v-80h-80c-8.83984 0 -16 7.16016 -16 16v64c0 26.4697 21.5303 48 48 48zM256 35.4297c0 -31.8896 -21.7803 -61.4297 -53.25 -66.5498c-40.0996 -6.53027 -74.75 24.25 -74.75 63.1201v368c0 18.0801 -6.25977 34.5898 -16.4102 48 +h336.41c52.9404 0 96 -43.0596 96 -96v-256h-288v-60.5703zM288 64h336c8.83984 0 16 -7.16016 16 -16c0 -61.8604 -50.1396 -112 -112 -112h-336c52.9404 0 96 43.0703 96 96v32z" /> + <glyph glyph-name="skull-crossbones" unicode="" horiz-adv-x="448" +d="M439.15 -5.05957c7.89941 -3.9502 11.1094 -13.5605 7.15918 -21.4707l-14.3096 -28.6299c-3.95996 -7.89941 -13.5703 -11.0996 -21.4697 -7.14941l-186.53 90.7197l-186.52 -90.7197c-7.91016 -3.95996 -17.5205 -0.75 -21.4707 7.14941l-14.3096 28.6299 +c-3.95996 7.91016 -0.75 17.5205 7.14941 21.4707l141.98 69.0596l-141.99 69.0596c-7.89941 3.9502 -11.0996 13.5605 -7.14941 21.46l14.3096 28.6309c3.95996 7.90918 13.5703 11.1094 21.4697 7.15918l186.53 -90.7197l186.53 90.7197 +c7.91016 3.9502 17.5195 0.740234 21.4697 -7.15918l14.3096 -28.6309c3.95996 -7.89941 0.75 -17.5098 -7.14941 -21.46l-141.99 -69.0596zM150 210.72c-41.7803 22.4102 -70 62.75 -70 109.28c0 70.6904 64.4697 128 144 128s144 -57.3096 144 -128 +c0 -46.5303 -28.2197 -86.8701 -70 -109.28l5.5 -25.8701c2.66992 -12.6191 -5.41992 -24.8496 -16.4502 -24.8496h-126.08c-11.0293 0 -19.1201 12.2305 -16.4502 24.8496zM280 336c-17.6504 0 -32 -14.3496 -32 -32s14.3496 -32 32 -32s32 14.3496 32 32 +s-14.3496 32 -32 32zM168 336c-17.6504 0 -32 -14.3496 -32 -32s14.3496 -32 32 -32s32 14.3496 32 32s-14.3496 32 -32 32z" /> + <glyph glyph-name="slash" unicode="" horiz-adv-x="640" +d="M594.53 -60.6299l-588.351 454.729c-6.96973 5.41992 -8.22949 15.4707 -2.80957 22.4502l19.6396 25.2705c5.41992 6.97949 15.4805 8.23926 22.46 2.80957l588.351 -454.729c6.96973 -5.41992 8.22949 -15.4707 2.80957 -22.4502l-19.6396 -25.2705 +c-5.41992 -6.97949 -15.4805 -8.22949 -22.46 -2.80957z" /> + <glyph glyph-name="spider" unicode="" horiz-adv-x="576" +d="M151.17 280.65l-27.1504 54.2998c-1.86035 3.72949 -3.37109 10.1387 -3.37109 14.3066c0 2.86719 0.735352 7.40234 1.6416 10.123l25.8896 77.6797c2.79004 8.39062 11.8604 12.9209 20.2402 10.1201l15.1699 -5.05957 +c8.39062 -2.7998 12.9102 -11.8604 10.1201 -20.2402l-23.7998 -71.3896l20.29 -40.5801c-1.41016 -4.20996 -2.49023 -8.20996 -3.20996 -11.79l-5.2207 -26.1201h-4.66992zM573.31 98.6201c4.90039 -7.35059 2.9209 -17.2803 -4.43945 -22.1797l-13.3105 -8.88086 +c-7.34961 -4.89941 -17.29 -2.90918 -22.1895 4.44043l-48 72h-47.0605l60.8301 -97.3301c3.16992 -5.08008 4.86035 -10.96 4.86035 -16.96v-77.71c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v73.1104l-74.0801 118.529 +c1 -14.0498 2.08008 -28.1094 2.08008 -42.21c0 -53.0693 -40.7598 -101.43 -96 -101.43s-96 48.3604 -96 101.43c0 14.1006 1.07031 28.1602 2.08008 42.21l-74.0801 -118.529v-73.1104c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v77.7002 +v0.00976562c0 5.0625 2.17773 12.6562 4.86035 16.9502l60.8301 97.3301h-47.0605l-48 -72c-4.89941 -7.35059 -14.8398 -9.33984 -22.1895 -4.44043l-13.3105 8.87988c-7.36035 4.90039 -9.33984 14.8398 -4.43945 22.1904l52.7393 79.1299 +c5.24707 7.86426 17.1768 14.248 26.6299 14.25h77.9404l-68.9902 24.3496c-5.75 1.91895 -13.1465 7.56738 -16.5098 12.6104l-53.5996 80.4102c-4.90039 7.36035 -2.91016 17.29 4.43945 22.1895l13.3105 8.88086c7.35938 4.89941 17.29 2.90918 22.1895 -4.44043 +l50.5703 -75.8301l60.4902 -20.1699h36.0996l10.3701 51.8496c2.18945 10.9707 17.3701 60.1504 69.6299 60.1504s67.4404 -49.1797 69.6299 -60.1504l10.3701 -51.8496h36.0996l60.5 20.1699l50.5605 75.8301c4.89941 7.34961 14.8398 9.33984 22.1895 4.44043 +l13.3105 -8.88086c7.34961 -4.89941 9.33984 -14.8398 4.43945 -22.1895l-53.5996 -80.4102c-3.36328 -5.04297 -10.7598 -10.6914 -16.5098 -12.6104l-68.9902 -24.3594h77.9404c9.45117 -0.00195312 21.377 -6.38672 26.6191 -14.25zM406.09 350.49l-23.7998 71.3896 +c-2.79004 8.37988 1.74023 17.4404 10.1201 20.2402l15.1699 5.05957c8.37988 2.80078 17.4502 -1.73926 20.2402 -10.1201l25.8896 -77.6797c0.908203 -2.72168 1.64551 -7.25781 1.64551 -10.127c0 -4.16699 -1.5127 -10.5752 -3.375 -14.3027l-27.1504 -54.2998 +l-25.9297 -8.65039h-4.66992l-5.2207 26.1201c-0.719727 3.58008 -1.7998 7.58008 -3.20996 11.79z" /> + <glyph glyph-name="toilet-paper" unicode="" horiz-adv-x="576" +d="M128 448h284.44c-36.7705 -38.4805 -60.4404 -108.4 -60.4404 -192v-172.07c0 -53.6494 -11.8799 -87.5693 -24.71 -126.05c-4.36035 -13.0703 -16.5898 -21.8799 -30.3604 -21.8799h-280.92c-10.9199 0 -18.6299 10.7002 -15.1797 21.0596 +c21.3701 64.1006 31.1699 85.75 31.1699 126.87v172.07c0 106.04 42.9805 192 96 192zM96 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM160 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16 +s7.16016 -16 16 -16zM224 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM288 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM480 448c53.0195 0 96 -85.96 96 -192 +s-42.9805 -192 -96 -192s-96 85.96 -96 192s42.9805 192 96 192zM480 192c17.6699 0 32 28.6504 32 64s-14.3301 64 -32 64s-32 -28.6504 -32 -64s14.3301 -64 32 -64z" /> + <glyph glyph-name="tractor" unicode="" horiz-adv-x="640" +d="M528 112c48.5996 0 88 -39.4004 88 -88s-39.4004 -88 -88 -88s-88 39.4004 -88 88s39.4004 88 88 88zM528 0c13.2305 0 24 10.7695 24 24s-10.7695 24 -24 24s-24 -10.7695 -24 -24s10.7695 -24 24 -24zM608 288c17.6699 0 32 -14.3301 31.9902 -32v-50.7598 +c0 -8.49023 -3.37012 -16.6299 -9.37012 -22.6299l-50.8203 -50.8203c-15.7295 7.58984 -33.1602 12.2002 -51.7998 12.2002c-39.1396 0 -73.5498 -19.0098 -95.46 -48h-80.54v-6c0 -12.1504 -9.84961 -22 -22 -22h-7.16016 +c-2.9502 -9.90039 -6.91992 -19.46 -11.9102 -28.7207l5.06055 -5.05957c8.58984 -8.58984 8.58984 -22.5195 0 -31.1104l-31.1104 -31.1094c-8.58984 -8.58984 -22.5195 -8.58984 -31.1104 0l-5.05957 5.05957c-9.25977 -4.99023 -18.8203 -8.95996 -28.7197 -11.9102 +v-7.13965c0 -12.1504 -9.85059 -22 -22 -22h-44c-12.1504 0 -22 9.84961 -22 22v7.15039c-9.90039 2.94922 -19.46 6.91992 -28.7207 11.9092l-5.05957 -5.05957c-8.58984 -8.58984 -22.5195 -8.58984 -31.1104 0l-31.1094 31.1104 +c-8.58984 8.58984 -8.58984 22.5195 0 31.1094l5.05957 5.06055c-4.99023 9.26953 -8.9502 18.8193 -11.9102 28.7295h-7.13965c-12.1504 0 -22 9.85059 -22 22v44c0 12.1504 9.84961 22 22 22h7.15039c2.94922 9.90039 6.91992 19.46 11.9092 28.7207l-5.05957 5.05957 +c-8.58984 8.58984 -8.58984 22.5195 0 31.1104l31.1104 31.1094c7.92969 7.93066 20.2598 8.2002 28.8896 1.4707v146.52c0 26.4697 21.5303 48 48 48h133.45h0.046875c17.4834 0 37.2324 -13.0547 44.083 -29.1396l56.0898 -130.86h102.33v40.2002 +c0 29.9902 10.5801 58.8994 29.5 81.7197c6.37988 7.7002 18.04 8.23047 24.7002 0.780273l21.6299 -24.1699c4.87012 -5.43066 5.74023 -13.6904 1.32031 -19.4902c-8.4502 -11.0801 -13.1504 -24.7197 -13.1504 -38.8398v-40.2002h64zM176 32c44.1797 0 80 35.8203 80 80 +s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM198 288h110.04l-41.1504 96h-106.89v-96h38z" /> + <glyph glyph-name="user-injured" unicode="" horiz-adv-x="448" +d="M277.37 436.02l-90.6904 -68.0195h-81.1895c19.0098 46.8701 64.8193 80 118.51 80c19.1104 0 37.0801 -4.46973 53.3701 -11.9805zM342.51 368h-102.52l66.0293 49.5195c15.8203 -13.3193 28.5908 -30.0498 36.4902 -49.5195zM224 192c-70.6904 0 -128 57.3096 -128 128 +c0 5.48047 0.94043 10.7002 1.61035 16h252.779c0.660156 -5.2998 1.61035 -10.5195 1.61035 -16c0 -70.6904 -57.3096 -128 -128 -128zM80 148.3c7.92676 3.51758 21.2812 7.64844 29.8096 9.21973l98.4502 -221.52h-128.26v212.3zM0 -16v41.5996 +c0 41.1406 18.8799 77.5107 48 102.16v-191.76c-26.5098 0 -48 21.4902 -48 48zM256 32c26.4697 0 48 -21.5303 48 -48s-21.5303 -48 -48 -48h-12.71l-42.6699 96h55.3799zM313.6 160c74.2305 0 134.4 -60.1699 134.4 -134.4v-41.5996c0 -26.5098 -21.4902 -48 -48 -48 +h-80.4102c10.1504 13.4102 16.4102 29.9199 16.4102 48c0 44.1104 -35.8896 80 -80 80h-69.5898l-42.6699 96h7.37012c22.2393 -10.1797 46.8799 -16 72.8896 -16s50.6504 5.82031 72.8896 16h16.71z" /> + <glyph glyph-name="vr-cardboard" unicode="" horiz-adv-x="640" +d="M608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-160.22c-25.1807 0 -48.0303 14.7695 -58.3604 37.7402l-27.7402 61.6396c-7.88965 17.54 -24.0293 28.6201 -41.6797 28.6201s-33.79 -11.0801 -41.6797 -28.6201l-27.7402 -61.6396 +c-10.3301 -22.9707 -33.1699 -37.7402 -58.3604 -37.7402h-160.22c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM160 144c35.3496 0 64 28.6504 64 64s-28.6504 64 -64 64s-64 -28.6504 -64 -64s28.6504 -64 64 -64zM480 144 +c35.3496 0 64 28.6504 64 64s-28.6504 64 -64 64s-64 -28.6504 -64 -64s28.6504 -64 64 -64z" /> + <glyph glyph-name="wind" unicode="" +d="M156.7 192c48.7002 0 92.2998 -35 98.3994 -83.4004c7.5 -58.5 -38.0996 -108.6 -95.1992 -108.6c-46.6006 0 -85.6006 33.5 -94.2002 77.5996c-1.7998 9.60059 6.09961 18.4004 15.8994 18.4004h32.8008c6.59961 0 13.0996 -3.7998 15.1992 -10.0996 +c4.30078 -12.7002 16.3008 -21.9004 30.4004 -21.9004c19.5 0 34.9004 17.4004 31.5996 37.4004c-2.59961 15.6992 -17.5 26.5996 -33.3994 26.5996h-142.2c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h140.7zM16 224c-8.7998 0 -16 7.2002 -16 16v32 +c0 8.7998 7.2002 16 16 16h334.2c16 0 30.7998 10.9004 33.3994 26.5996c3.30078 20 -12.1992 37.4004 -31.5996 37.4004c-14.0996 0 -26.0996 -9.2002 -30.4004 -21.9004c-2.09961 -6.2998 -8.5 -10.0996 -15.1992 -10.0996h-32.8008 +c-9.69922 0 -17.6992 8.7002 -15.7998 18.2998c9.7998 50.6006 59.5 87.1006 114.9 75.5c36.2002 -7.59961 65.5 -36.8994 73.0996 -73.0996c13 -61.9004 -34.0996 -116.7 -93.7998 -116.7h-336zM400 192c70.5 0 126 -65.5 108.9 -138.7 +c-9.60059 -41.0996 -43.5 -74 -84.7002 -82.7002c-58.9004 -12.5 -111.601 21.7002 -129.4 72.3008c-3.7002 10.2998 4.40039 21.0996 15.2998 21.0996h33.8008c5.7998 0 11.5996 -2.59961 14.5 -7.59961c8.2998 -14.5 23.6992 -24.4004 41.5996 -24.4004 +c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-116.5c-6.59961 25.2002 -20.5 47.4004 -39.7998 64h156.3z" /> + <glyph glyph-name="wine-bottle" unicode="" +d="M507.31 375.43c6.25 -6.25 6.25 -16.3799 0.0107422 -22.6201l-22.6299 -22.6299c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-76.6699 -76.6699c19.7002 -46.5801 10.7305 -102.41 -27.2295 -140.37l-158.391 -158.39c-24.9893 -24.9902 -65.5195 -24.9902 -90.5098 0 +l-90.5098 90.5098c-24.9902 24.9902 -24.9902 65.5205 0 90.5098l158.38 158.381c37.9697 37.96 93.79 46.9297 140.37 27.2295l76.6699 76.6699c-6.25 6.25 -6.25 16.3799 0 22.6299l22.6299 22.6299c6.25 6.25 16.3799 6.25 22.6299 0zM179.22 24.71l122.04 122.04 +l-90.5098 90.5098l-122.04 -122.04z" /> + <glyph glyph-name="cloud-meatball" unicode="" +d="M48 96c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM464 96c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM345 84.9004c13.5 -7 23 -20.7002 23 -36.9004s-9.5 -29.9004 -23 -36.9004 +c4.59961 -14.5 1.7002 -30.7998 -9.7998 -42.2998c-8.2002 -8.2002 -18.9004 -12.2998 -29.7002 -12.2998c-4.2998 0 -8.5 1.2002 -12.5996 2.5c-7 -13.5 -20.7002 -23 -36.9004 -23s-29.9004 9.5 -36.9004 23c-4.09961 -1.40039 -8.2998 -2.5 -12.5996 -2.5 +c-10.7998 0 -21.5 4.09961 -29.7002 12.2998c-11.5 11.5 -14.5 27.7998 -9.89941 42.2998c-13.5 7 -23 20.7002 -23 36.9004s9.5 29.9004 23 36.9004c-4.5 14.5 -1.60059 30.7998 9.89941 42.2998s27.7998 14.5 42.2998 9.89941c7 13.5 20.7002 23 36.9004 23 +s29.9004 -9.5 36.9004 -23c14.5 4.5 30.7998 1.60059 42.2998 -9.89941c11.3994 -11.5 14.3994 -27.7998 9.7998 -42.2998zM512 224c0 -53 -43 -96 -96 -96h-43.4004c-3.5 8 -8.39941 15.4004 -14.7998 21.7998c-13.5 13.5 -31.5 21.1006 -50.7998 21.2998 +c-13.5 13.2002 -31.7002 20.9004 -51 20.9004s-37.5 -7.7002 -51 -20.9004c-19.2998 -0.199219 -37.2998 -7.7998 -50.7998 -21.2998c-6.40039 -6.39941 -11.2002 -13.7998 -14.7998 -21.7998h-43.4004c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998 +c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.0996 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80c0 -5.59961 -0.5 -11 -1.59961 -16.2002 +c0.5 0 1 0.200195 1.59961 0.200195c53 0 96 -43 96 -96z" /> + <glyph glyph-name="cloud-moon-rain" unicode="" horiz-adv-x="576" +d="M350.5 222.5c37.2998 -6.7998 65.5 -39.2998 65.5 -78.5c0 -44.2002 -35.7998 -80 -80 -80h-256c-44.2002 0 -80 35.7998 -80 80c0 38.7998 27.5996 71.0996 64.2002 78.4004c0 0.5 -0.200195 1.09961 -0.200195 1.59961c0 53 43 96 96 96 +c32.0996 0 60.2998 -15.9004 77.7002 -40c10.3994 5 22 8 34.2998 8c39.2002 0 71.5996 -28.2998 78.5 -65.5zM567.9 224.2c6.19922 1.2002 10.5996 -6 6.39941 -10.7998c-27 -33.1006 -67.8994 -53.3008 -112.6 -53.3008c-5.2002 0 -10.1006 1 -15.2002 1.5 +c-6.2002 39.4004 -33.0996 72.5 -70.2002 86.8008c-10.7002 27.8994 -32.2002 49.7998 -58.8994 61.6992c3.2998 76.7002 66.5 137.9 144.399 137.9c8.90039 0 17.7998 -0.799805 26.5 -2.40039c6.2002 -1.09961 7.60059 -9.39941 2.10059 -12.5 +c-35.6006 -20.0996 -57.5 -57.5 -57.5 -98.0996c0 -70.5 64.5996 -124.1 135 -110.8zM364.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961 +c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM268.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961 +c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM172.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64 +c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM76.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008 +l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6z" /> + <glyph glyph-name="cloud-rain" unicode="" +d="M416 320c53 0 96 -43 96 -96s-43 -96 -96 -96h-320c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.0996 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998 +c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80c0 -5.59961 -0.5 -11 -1.59961 -16.2002c0.5 0 1 0.200195 1.59961 0.200195zM88 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002 +c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996c0 31.3008 27.2002 43.3008 40 87.7002zM248 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996 +c0 31.3008 27.2002 43.3008 40 87.7002zM408 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996c0 31.3008 27.2002 43.3008 40 87.7002z" /> + <glyph glyph-name="cloud-showers-heavy" unicode="" +d="M183.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112 +c4.40039 7.7998 14.2002 10.3994 21.8008 6zM279.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008 +l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM87.9004 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961 +c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM471.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961 +c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM375.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112 +c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM416 320c53 0 96 -43 96 -96s-43 -96 -96 -96h-320 +c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.2002 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80 +c0 -5.59961 -0.5 -11 -1.59961 -16.2002c0.5 0 1 0.200195 1.59961 0.200195z" /> + <glyph glyph-name="cloud-sun-rain" unicode="" horiz-adv-x="576" +d="M510.5 222.5c37.2998 -6.7998 65.5 -39.2998 65.5 -78.5c0 -44.2002 -35.7998 -80 -80 -80h-256c-44.2002 0 -80 35.7998 -80 80c0 38.7998 27.5996 71 64.2002 78.4004c0 0.5 -0.200195 1.09961 -0.200195 1.59961c0 53 43 96 96 96 +c32.0996 0 60.2998 -15.9004 77.7002 -40c10.3994 5 22 8 34.2998 8c39.2002 0 71.5996 -28.2998 78.5 -65.5zM124.1 188.1c3.10059 -3.09961 6.60059 -5.59961 10.2002 -8.2998c-3.89941 -11.3994 -6.2002 -23.3994 -6.2002 -35.8994c0 -2.5 0.5 -4.80078 0.700195 -7.2002 +l-59.2002 -19.7002c-10.1992 -3.2998 -19.8994 6.2998 -16.5 16.5l25.1006 75.2998l-71 35.5c-9.60059 4.7998 -9.60059 18.5 0 23.2998l71 35.5l-25.1006 75.3008c-3.39941 10.1992 6.2002 19.8994 16.4004 16.5l75.2998 -25.1006l35.5 71 +c4.7998 9.60059 18.5 9.60059 23.2998 0l35.5 -71l75.3008 25.1006c10.1992 3.39941 19.8994 -6.2002 16.5 -16.4004l-8.90039 -26.7002c-0.700195 0 -1.2998 0.200195 -2 0.200195c-25.5996 0 -49.2002 -7.7998 -69.2002 -20.7002 +c-37.5996 29.4004 -92.0996 27.2002 -126.7 -7.39941c-37.3994 -37.5 -37.3994 -98.4004 0 -135.801zM193.9 246.1c-18.2002 -8.2998 -33.5 -21.2998 -44.8008 -37.1992c-12.8994 11.6992 -21.0996 28.3994 -21.0996 47.0996c0 35.2998 28.7002 64 64 64 +c12.4004 0 24 -3.7002 33.7998 -9.90039c-16.0996 -17.5996 -27.5996 -39.5 -31.8994 -64zM524.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961 +c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM428.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961 +c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM332.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64 +c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM236.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008 +l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6z" /> + <glyph glyph-name="democrat" unicode="" horiz-adv-x="640" +d="M637.3 191.1c4.90039 -7.39941 2.90039 -17.2998 -4.39941 -22.2998l-26.6006 -17.7002c-7.39941 -4.89941 -17.2998 -3 -22.2002 4.40039c-21.7998 32.7002 -23.8994 38.0996 -40.0996 50.2998v-77.7998h-352l-54 108l-38.0996 -34.5996 +c-6 -6 -14.1006 -9.40039 -22.6006 -9.40039h-31c-12.0996 0 -23.2002 6.90039 -28.5996 17.7002l-14.2998 28.5996c-5.40039 10.7998 -4.30078 23.7998 3 33.5l74.5996 99.2998c1.7002 2.30078 4.2002 3.7002 6.40039 5.40039c-4 2.2002 -8 4.2002 -11.3008 7.5 +c-16.3994 16.4004 -18.3994 41.7998 -6.09961 60.4004c2.7998 4.19922 8.7998 4.7998 12.4004 1.19922l42.8994 -42.7998l41.7998 41.7998c4.40039 4.40039 11.8008 3.7002 15.2002 -1.5c15.1006 -22.7998 12.6006 -53.7998 -7.5 -73.8994l81.2002 -81.2002h235.6 +c50.8008 0 97.9004 -25.2002 126.101 -67.5zM296.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5 +l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM408.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998 +l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002 +l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM520.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998 +c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM192 -48v144h352v-144 +c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v80h-160v-80c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16z" /> + <glyph glyph-name="flag-usa" unicode="" +d="M32 448c17.7002 0 32 -14.2998 32 -32v-464c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v464c0 17.7002 14.2998 32 32 32zM299.9 144.4c31.0996 -8.2002 62.5996 -16.5 100 -16.6006c31.8994 0 68.5 6.7998 112.1 24.1006v-36 +c0 -12.3008 -7.09961 -23.8008 -18.5 -28.8008c-175.8 -76.3994 -211.8 69.1006 -397.5 -23.0996v69.2998c92.2002 39.9004 146.7 26.2002 203.9 11.1006zM299.9 240.4c31.0996 -8.2002 62.5996 -16.5 100 -16.5c31.8994 0 68.5 6.7998 112.1 24.0996v-61.5 +c-92.2002 -39.9004 -146.7 -26.2002 -203.9 -11.0996c-57.5 15.0996 -117.3 30 -212.1 -7.60059v61.5c92.2002 39.9004 146.7 26.2002 203.9 11.1006zM309.4 366.3c-7 2.10059 -14.1006 4.2002 -21.3008 6.2002v-33.2002c4 -1.09961 8.10059 -2.2998 12.1006 -3.5 +c26.7002 -8.09961 52.8994 -15.8994 85.7002 -15.8994c32.7998 0 72.5 7.89941 126.1 31.3994v-68.8994c-92.2002 -39.8008 -146.7 -26.1006 -203.9 -11.1006c-57.5 15.1006 -117.3 29.9004 -212.1 -7.59961v151.899c209.4 94.6006 195.3 -59.0996 366.6 28.2002 +c22.6006 11.5 49.4004 -1.5 49.4004 -26.5996v-30.7998c-105.2 -49.1006 -150.8 -35.7002 -202.6 -20.1006zM160 319.9c8.7998 0 16 7.09961 16 16c0 8.89941 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16zM160 375.7c8.7998 0 16 7.2002 16 16 +c0 8.89941 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16zM224 327.8c8.7998 0 16 7.2002 16 16c0 8.90039 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.89941 7.2002 -16 16 -16zM224 383.7c8.7998 0 16 7.2002 16 16c0 8.89941 -7.2002 16 -16 16 +s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16z" /> + <glyph glyph-name="meteor" unicode="" +d="M491.2 447.3c12.3994 3.7002 23.7998 -7.7002 20.2002 -20.0996c-11.6006 -38.7002 -34.3008 -111.7 -61.3008 -187.7c7 -2.09961 13.4004 -4 18.6006 -5.59961c9.7002 -3 14.2002 -13.9004 9.5 -22.9004c-22.1006 -42.2998 -82.7002 -152.8 -142.5 -214.4 +c-1 -1.09961 -2 -2.5 -3 -3.5c-38.1006 -38.0996 -88 -57.0996 -137.9 -57.0996c-49.8994 -0.0996094 -99.7998 19 -137.8 57c-38 38.0996 -57 88 -57 137.8c0 49.9004 19 99.7998 57.0996 137.8c1 1 2.40039 2 3.5 3c61.6006 59.9004 172 120.4 214.4 142.5 +c9 4.7002 19.9004 0.200195 22.9004 -9.5c1.59961 -5.09961 3.5 -11.5996 5.59961 -18.5996c75.9004 27 149 49.7002 187.7 61.2998zM192 0c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128s-128 -57.2998 -128 -128s57.2998 -128 128 -128zM160 192 +c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM208 96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16z" /> + <glyph glyph-name="person-booth" unicode="" horiz-adv-x="576" +d="M192 -48v176h64v-176c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16zM224 224c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32h-57.5c-12.7998 0 -24.7998 5 -33.9004 14.0996l-20.8994 20.9004v-80.5996l41.2002 -61.3008 +c4.39941 -8.7998 6.69922 -18.6992 6.69922 -28.5996v-56.5c0 -17.7002 -14.2998 -32 -32 -32c-17.6992 0 -32 14.2998 -32 32v56l-29.0996 43c-0.900391 0.400391 -1.59961 1.2002 -2.5 1.7002l-0.0996094 -100.7c0 -17.7002 -14.4004 -32 -32 -32 +c-17.6006 0 -31.9004 14.2998 -31.9004 32l0.200195 160l-0.200195 95.9004c0 17.0996 6.7002 33.1992 18.7002 45.2998c12.0996 12.0996 28.2002 18.7998 45.2998 18.7998h18.7002c17 0 33.0996 -6.59961 45.2002 -18.7002l45.1992 -45.2998h50.9004zM64 320 +c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM288 416v32h192v-416c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 -17.7002 -14.2998 -32 -32 -32c-17.0996 0 -30.7998 13.5 -31.7002 30.4004 +c-4.2998 -21.3008 -17.0996 -30.4004 -32.2998 -30.4004c-18.4004 0 -35.7002 16.7002 -31.4004 38.2998l30.9004 154.601zM192 416c0 17.7002 14.2998 32 32 32h32v-192h-64v160zM544 448c17.7002 0 32 -14.2998 32 -32v-464c0 -8.7998 -7.2002 -16 -16 -16h-32 +c-8.7998 0 -16 7.2002 -16 16v496h32z" /> + <glyph glyph-name="poo-storm" unicode="" horiz-adv-x="448" +d="M308 112c9.2002 0 15 -10 10.4004 -18l-88 -152c-2.2002 -3.7998 -6.2002 -6 -10.4004 -6c-7.7002 0 -13.5 7.2002 -11.7002 14.7998l23 97.2002h-59.2998c-7.2998 0 -12.9004 6.40039 -11.9004 13.5996l16 120c0.800781 5.90039 5.90039 10.4004 11.9004 10.4004h68 +c7.90039 0 13.5996 -7.5 11.5996 -15.0996l-17.2998 -64.9004h57.7002zM374.4 223.3c41 -3.2998 73.5996 -37.5 73.5 -79.2998c0 -44 -36 -80 -80 -80h-30l8.09961 14c7.7998 13.5 7.7998 30.4004 0 44s-22.4004 22 -38.0996 22h-16l6.59961 24.7002 +c3.59961 13.2998 0.799805 27.2002 -7.59961 38.0996c-8.40039 10.9004 -21.1006 17.2002 -34.9004 17.2002h-68c-22 0 -40.7002 -16.4004 -43.7002 -38.2002l-16 -120c0 -0.599609 0.100586 -1.2002 0 -1.7998h-48.2998c-44 0 -80 36 -80 80 +c0 41.7998 32.5996 76 73.5996 79.2998c-5.89941 9.60059 -9.59961 20.6006 -9.59961 32.7002c0 35.2998 28.7002 64 64 64h16c44.2002 0 80 35.7998 80 80c0 17.4004 -5.7002 33.4004 -15.0996 46.5c4.89941 0.799805 9.89941 1.5 15.0996 1.5c53 0 96 -43 96 -96 +c0 -11.2998 -2.2998 -21.9004 -5.90039 -32h5.90039c35.2998 0 64 -28.7002 64 -64c0 -12.0996 -3.7002 -23.0996 -9.59961 -32.7002z" /> + <glyph glyph-name="rainbow" unicode="" horiz-adv-x="576" +d="M268.3 415.3c167.7 11.2998 307.7 -122 307.7 -287.3v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v136.2c0 113.8 -81.5996 215.399 -194.5 229.899c-136.6 17.6006 -253.5 -88.8994 -253.5 -222.1v-144c0 -8.7998 -7.2002 -16 -16 -16h-32 +c-8.7998 0 -16 7.2002 -16 16v133.8c0 153.3 115.4 287.3 268.3 297.5zM262.7 318.4c117.1 15 217.3 -76.2002 217.3 -190.4v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v138.3c0 66.9004 -48.7002 126.601 -115.2 133.101 +c-76.2998 7.39941 -140.8 -52.6006 -140.8 -127.4v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v137.3c0 97.6006 70 184.7 166.7 197.101zM268.9 222.1c61.2998 11.9004 115.1 -34.8994 115.1 -94.0996v-144c0 -8.7998 -7.2002 -16 -16 -16h-32 +c-8.7998 0 -16 7.2002 -16 16v144c0 17.5996 -14.2998 32 -32 32s-32 -14.4004 -32 -32v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v140.2c0 46.3994 31.2998 89 76.9004 97.8994z" /> + <glyph glyph-name="republican" unicode="" horiz-adv-x="640" +d="M544 256v-64h-544v64c0 88.4004 71.5996 160 160 160h224c88.4004 0 160 -71.5996 160 -160zM176.3 277.6c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0l-12.1992 -24.7998l-27.4004 -4 +c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998zM320.3 277.6 +c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0l-12.1992 -24.7998l-27.4004 -4c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998 +c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998zM464.3 277.6c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0 +l-12.1992 -24.7998l-27.4004 -4c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998z +M624 128c8.7998 0 16 -7.2002 16 -16v-64c0 -46.9004 -40.5996 -84.5 -88.4004 -79.5996c-41.5996 4.19922 -71.5996 42.5 -71.5996 84.2998v43.2998h-32v-112c0 -8.7998 -7.2002 -16 -16 -16h-96c-8.7998 0 -16 7.2002 -16 16v80h-192v-80c0 -8.7998 -7.2002 -16 -16 -16 +h-96c-8.7998 0 -16 7.2002 -16 16v176h544v-112c0 -8.7998 7.2002 -16 16 -16s16 7.2002 16 16v64c0 8.7998 7.2002 16 16 16h32z" /> + <glyph glyph-name="smog" unicode="" horiz-adv-x="640" +d="M624 80c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-544c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h544zM144 -16c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-128c-8.7998 0 -16 7.2002 -16 16v16 +c0 8.7998 7.2002 16 16 16h128zM560 -16c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-336c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h336zM144 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144c41 0 77.7998 -17.2998 104 -44.7998 +c26.2002 27.5 63 44.7998 104 44.7998c54.7998 0 102 -31 126.3 -76.0996c15 7.5 31.7002 12.0996 49.7002 12.0996c61.9004 0 112 -50.0996 112 -112s-50.0996 -112 -112 -112h-60.0996c-22.6006 -19.7002 -51.6006 -32 -83.9004 -32s-61.4004 12.2998 -83.9004 32h-156.1z +" /> + <glyph glyph-name="temperature-high" unicode="" +d="M416 448c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM416 320c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 336v-166.5c19.7002 -24.5996 32 -55.5 32 -89.5 +c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144c0 34 12.2998 64.7998 32 89.5v166.5c0 61.9004 50.0996 112 112 112s112 -50.0996 112 -112zM144 0c44.0996 0 80 35.9004 80 80c0 25.5 -12.2002 49 -32 63.7998v192.2c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-192.2 +c-19.7998 -14.8994 -32 -38.2998 -32 -63.7998c0 -44.0996 35.9004 -80 80 -80zM160 125.1c18.5996 -6.59961 32 -24.1992 32 -45.0996c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 20.9004 13.4004 38.5 32 45.0996v210.9c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16 +v-210.9z" /> + <glyph glyph-name="temperature-low" unicode="" +d="M416 448c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM416 320c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 336v-166.5c19.7002 -24.5996 32 -55.5 32 -89.5 +c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144c0 34 12.2998 64.7998 32 89.5v166.5c0 61.9004 50.0996 112 112 112s112 -50.0996 112 -112zM144 0c44.0996 0 80 35.9004 80 80c0 25.5 -12.2002 49 -32 63.7998v192.2c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-192.2 +c-19.7998 -14.8994 -32 -38.2998 -32 -63.7998c0 -44.0996 35.9004 -80 80 -80zM160 125.1c18.5996 -6.59961 32 -24.1992 32 -45.0996c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 20.9004 13.4004 38.5 32 45.0996v18.9004c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16 +v-18.9004z" /> + <glyph glyph-name="vote-yea" unicode="" horiz-adv-x="640" +d="M608 128c17.7002 0 32 -14.2998 32 -32v-96c0 -17.7002 -14.2998 -32 -32 -32h-576c-17.7002 0 -32 14.2998 -32 32v96c0 17.7002 14.2998 32 32 32h64v-64h-22.4004c-5.2998 0 -9.59961 -3.59961 -9.59961 -8v-16c0 -4.40039 4.2998 -8 9.59961 -8h492.801 +c5.2998 0 9.59961 3.59961 9.59961 8v16c0 4.40039 -4.2998 8 -9.59961 8h-22.4004v64h64zM512 64h-384v319.7c0 17.7998 14.5 32.2998 32.4004 32.2998h319.3c17.7998 0 32.2998 -14.4004 32.2998 -32.2998v-319.7zM211.2 246c-4.2002 -4.2002 -4.2998 -11 0 -15.2002 +l74.0996 -74.7002c4.2002 -4.2998 11 -4.2998 15.2002 -0.0996094l128.3 127.2c4.2998 4.2002 4.2998 11 0.100586 15.2002l-25.3008 25.5c-4.19922 4.2998 -11 4.2998 -15.1992 0.0996094l-95.2002 -94.4004l-41.2998 41.6006 +c-4.2002 4.2998 -11 4.2998 -15.2002 0.0996094z" /> + <glyph glyph-name="water" unicode="" horiz-adv-x="576" +d="M562.1 64.0996c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0 +c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2 +c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.5 57.8994 -22.9004zM562.1 208.1 +c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0 +c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2 +c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.5 57.8994 -22.9004zM562.1 352.1 +c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0 +c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2 +c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.4004 57.8994 -22.9004z" /> + <glyph glyph-name="baby" unicode="" horiz-adv-x="384" +d="M192 288c-44.2002 0 -80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80s-35.7998 -80 -80 -80zM138.6 39.2002l29.4004 -39.2002c13.2002 -17.7002 9.7002 -42.7998 -8 -56c-7.2002 -5.40039 -15.7002 -8 -24 -8c-12.0996 0 -24.0996 5.5 -32 16l-48 64 +c-10.9004 14.5996 -10.5996 34.7998 0.799805 49l45.9004 57.4004l61.5 -51.2002zM281.3 122.4l45.9004 -57.4004c11.3994 -14.2002 11.7002 -34.4004 0.799805 -49l-48 -64c-7.7998 -10.5 -19.7998 -16 -32 -16c-8.40039 0 -16.7998 2.59961 -24 8 +c-17.7002 13.2002 -21.2002 38.2998 -8 56l29.4004 39.2002l-25.6006 32zM376.7 303c12.7002 -18.0996 8.39941 -43 -9.7002 -55.7998l-40.5996 -28.5c-17 -11.9004 -35.4004 -20.9004 -54.4004 -27.9004v-30.7998h-160v30.9004c-19 7 -37.4004 16 -54.4004 27.8994 +l-40.5996 28.5c-18 12.7002 -22.4004 37.6006 -9.7002 55.7002c12.7002 18 37.6006 22.4004 55.7002 9.7002l40.5996 -28.4004c52.6006 -37 124.101 -37 176.801 0l40.5996 28.5c18.0996 12.6006 43 8.2998 55.7002 -9.7998z" /> + <glyph glyph-name="baby-carriage" unicode="" +d="M144.8 431l111.2 -175h-256c0 74 35.2998 140.1 90.7998 184.4c16.7998 13.3994 42.7002 8.39941 54 -9.40039zM496 352c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48v-64c0 -50.5996 -23 -96.4004 -60.2998 -130.7 +c34.5996 -8.89941 60.2998 -40 60.2998 -77.2998c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 8.90039 1.7002 17.2002 4.40039 25.2002c-21.5 -5.90039 -44.6006 -9.2002 -68.4004 -9.2002s-46.7998 3.2998 -68.4004 9.2002 +c2.60059 -8 4.40039 -16.2998 4.40039 -25.2002c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 37.2998 25.7002 68.4004 60.2998 77.2998c-37.2998 34.2998 -60.2998 80.1006 -60.2998 130.7h384v64c0 35.2998 28.7002 64 64 64h48zM80 -16 +c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM400 16c0 17.5996 -14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32s32 14.4004 32 32z" /> + <glyph glyph-name="biohazard" unicode="" horiz-adv-x="576" +d="M287.9 336c-18.5 0 -36 -3.7998 -52.5 -9.5c-13.3008 10.2998 -23.6006 24.2998 -29.5 40.7002c25.1992 10.8994 53 16.8994 82.0996 16.8994c29.2002 0 57 -6.09961 82.2002 -17c-5.90039 -16.3994 -16.2002 -30.3994 -29.5 -40.6992 +c-16.6006 5.7998 -34.2002 9.59961 -52.7998 9.59961zM163.6 9.2998c-47.5 35.5 -79.1992 90.7002 -83.2998 153.5c7.2998 2.10059 14.9004 3.10059 22.5 3.10059c9.2002 0 17.9004 -1.80078 26.4004 -4.60059c4.09961 -44.2998 26 -83.2002 58.8994 -109.6 +c-4.09961 -16 -12.5 -30.6006 -24.5 -42.4004zM387.8 51.9004c32.7002 26.3994 54.6006 65.0996 58.7002 109.3c8.59961 2.7998 17.4004 4.7002 26.5996 4.7002c7.5 0 15 -1 22.2002 -3c-3.89941 -62.8008 -35.5996 -118 -83 -153.5c-12 11.7998 -20.3994 26.5 -24.5 42.5z +M501.3 256.9c34.6006 -20.4004 61 -53.3008 74.1006 -92.4004c1.2998 -3.7002 -0.200195 -7.7998 -3.5 -9.7998c-3.30078 -2 -7.5 -1.2998 -10 1.59961c-9.40039 10.7998 -19 19 -29.2002 25.1006c-57.2998 33.8994 -130.8 13.6992 -163.9 -45 +c-33.0996 -58.7002 -13.3994 -134 43.9004 -167.9c10.2002 -6.09961 21.8994 -10.5 35.7998 -13.4004c3.7998 -0.799805 6.40039 -4.19922 6.40039 -8.09961c-0.100586 -4 -2.7002 -7.2998 -6.5 -8c-39.7002 -7.7998 -80.6006 -0.799805 -115.2 19.7002 +c-18 10.5996 -32.9004 24.5 -45.2998 40.0996c-12.4004 -15.5996 -27.3008 -29.5 -45.3008 -40.0996c-34.5996 -20.5 -75.5 -27.5 -115.199 -19.7002c-3.80078 0.700195 -6.40039 4 -6.5 8c0 3.90039 2.69922 7.2998 6.39941 8.09961 +c13.7998 3 25.6006 7.30078 35.7998 13.4004c57.3008 33.9004 77 109.2 43.9004 167.9c-33.0996 58.6992 -106.6 78.8994 -163.9 45c-10.1992 -6 -19.7998 -14.3008 -29.1992 -25.1006c-2.5 -2.89941 -6.7002 -3.59961 -10 -1.59961 +c-3.30078 2.09961 -4.80078 6.09961 -3.5 9.7998c13.2998 39.0996 39.6992 71.9004 74.2998 92.4004c17.5996 10.3994 36.3994 16.5996 55.2998 19.8994c-6.09961 17.7002 -10 36.4004 -10 56.2002c0 41 14.5996 80.7998 41 112.2c2.5 3 6.59961 3.7002 10 1.7998 +c3.2998 -1.90039 4.7998 -6 3.59961 -9.7002c-4.39941 -13.7998 -6.59961 -26.3994 -6.59961 -38.5c0 -67.7998 53.7998 -122.899 120 -122.899s120 55.0996 120 122.899c0 12.2002 -2.09961 24.7002 -6.59961 38.5c-1.2002 3.7002 0.299805 7.7998 3.59961 9.7002 +c3.40039 1.90039 7.5 1.2002 10 -1.7998c26.5 -31.4004 41 -71.2002 41 -112.2c0 -19.7998 -4 -38.5 -10 -56.2002c19 -3.2998 37.7002 -9.5 55.2998 -19.8994zM287.9 127.9c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" /> + <glyph glyph-name="blog" unicode="" +d="M172.2 221.2c75.5 -15 129.899 -89.2998 112.5 -172.2c-11.4004 -54.2998 -55.2998 -98.2998 -109.7 -109.7c-92.9004 -19.5 -175 51.2002 -175 140.7v248c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-248c0 -26.5 21.5 -48 48 -48s48 21.5 48 48 +c0 20.5996 -13.0996 38.2002 -31.2998 45c-9.60059 3.59961 -16.7002 11.7998 -16.7002 22v50.4004c0 14.8994 13.5996 26.6992 28.2002 23.7998zM209 448c163.2 -8.59961 294.4 -139.8 302.9 -303c0.5 -9.2002 -6.80078 -17 -16 -17h-32.1006 +c-8.39941 0 -15.3994 6.59961 -15.8994 15c-7.5 129.5 -111.5 234.5 -240.9 241.5c-8.40039 0.400391 -15 7.40039 -15 15.9004v31.5996c0 9.2002 7.7998 16.5 17 16zM209.3 352c110.101 -8.5 198.2 -96.5996 206.601 -206.7 +c0.699219 -9.2998 -6.80078 -17.2998 -16.1006 -17.2998h-32.2002c-8.2998 0 -15.0996 6.40039 -15.8994 14.7002c-6.90039 77 -68.1006 138.899 -144.9 145.2c-8.2998 0.599609 -14.7998 7.5 -14.7998 15.8994v32.1006c0 9.39941 8 16.7998 17.2998 16.0996z" /> + <glyph glyph-name="calendar-day" unicode="" horiz-adv-x="448" +d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM64 176v-96c0 -8.7998 7.2002 -16 16 -16h96c8.7998 0 16 7.2002 16 16v96c0 8.7998 -7.2002 16 -16 16h-96c-8.7998 0 -16 -7.2002 -16 -16zM400 384c26.5 0 48 -21.5 48 -48v-48h-448v48 +c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" /> + <glyph glyph-name="calendar-week" unicode="" horiz-adv-x="448" +d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM64 176v-64c0 -8.7998 7.2002 -16 16 -16h288c8.7998 0 16 7.2002 16 16v64c0 8.7998 -7.2002 16 -16 16h-288c-8.7998 0 -16 -7.2002 -16 -16zM400 384c26.5 0 48 -21.5 48 -48v-48h-448 +v48c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" /> + <glyph glyph-name="candy-cane" unicode="" +d="M497.5 356c35.7002 -75.5 2.7998 -166.1 -68.9004 -209l-347.3 -206.5c-5.2002 -3 -10.7998 -4.5 -16.3994 -4.5c-10.9004 0 -21.5 5.59961 -27.5 15.5996l-32.8008 54.9004c-9.09961 15.2002 -4.19922 34.7998 11 43.9004l353.601 210.1 +c15.0996 9.09961 20.0996 28.7998 11 43.9004c-6 10 -16.6006 15.5996 -27.5 15.5996c-5.60059 0 -11.2998 -1.40039 -16.4004 -4.5l-27.5 -16.4004c-5.2002 -3 -10.7998 -4.5 -16.3994 -4.5c-10.9004 0 -21.5 5.60059 -27.5 15.6006l-32.8008 54.8994 +c-9.09961 15.2002 -4.19922 34.8008 11 43.9004l27.5 16.4004c25.6006 15.2998 53.9004 22.5996 81.8008 22.5996c59.3994 0 117.199 -33.0996 145.1 -92zM319.8 343c8.5 5.09961 18.1006 7.59961 27.9004 8.40039l-20.6006 61.7998 +c-10.5 -2.10059 -20.5996 -5.5 -30.2998 -10.2002l20.5 -61.5zM145.9 16.2002l30.7998 18.2998l-60.5 38.5l-30.7998 -18.2998zM253.4 80.0996l30.7998 18.3008l-60.5 38.5l-30.7998 -18.3008zM364.3 146l30.7998 18.2998l-60.5 38.5l-30.7998 -18.2998zM384.7 343.3 +c9.2002 -5.39941 17.2002 -13 22.8994 -22.2998l45.7002 45.7002c-6.59961 8.5 -14.2002 16.0996 -22.5996 22.5996zM466.8 235.5c4.60059 9.7998 8 20 10.1006 30.4004l-60.4004 20.0996c-0.0996094 -4.5 -0.700195 -9.09961 -1.7998 -13.5996 +c-1.60059 -6.2002 -4.2002 -11.8008 -7.40039 -17.1006z" /> + <glyph glyph-name="carrot" unicode="" +d="M298.2 291.4c61.7002 -30.1006 87.2998 -104.5 57.2002 -166.2c-12.6006 -25.7998 -33.1006 -45.4004 -57.1006 -57.1006l-102 -49.7998l-57 57c-6.2002 6.2002 -16.2998 6.2002 -22.5996 0s-6.2998 -16.3994 0 -22.5996l49.2002 -49.2002l-133.601 -65.2002 +c-11.0996 -5.39941 -24.5996 -0.799805 -30 10.2998c-3.09961 6.40039 -2.89941 13.7002 0 19.7002l128.101 262.7l50.1992 -50.2002c3.10059 -3.09961 7.2002 -4.7002 11.3008 -4.7002c4.09961 0 8.19922 1.60059 11.2998 4.7002c6.2998 6.2002 6.2998 16.2998 0 22.6006 +l-55.2002 55.1992c35.7002 43.3008 97.5 58.5 150.2 32.8008zM390.3 326.3c40.7002 19.5 88.7998 9.40039 121.7 -30.2998c-41.5996 -50.2998 -107.5 -52.5 -151.9 -7.90039l-8 8c-44.5996 44.4004 -42.3994 110.2 7.90039 151.9 +c39.7002 -32.9004 49.7998 -81 30.2998 -121.7z" /> + <glyph glyph-name="cash-register" unicode="" +d="M511.1 69.2002c0.600586 -3.5 0.900391 -7 0.800781 -10.5v-90.7002c0 -17.7002 -14.3008 -32 -32 -32h-448c-17.7002 0 -32 14.2998 -32 32v90.7998c0 3.5 0.299805 7 0.899414 10.5l26.7002 160c2.59961 15.4004 16 26.7002 31.5996 26.7002h84.9004v64h-96 +c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h256c8.7998 0 16 -7.2002 16 -16v-96.0996c0 -8.80078 -7.2002 -16 -16 -16h-96v-64h244.8c15.7002 0 29 -11.3008 31.6006 -26.7002zM280 200v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16 +c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16zM248 136c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16zM216 216h-16c-8.7998 0 -16 -7.2002 -16 -16v-16 +c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16zM80 368h192v32h-192v-32zM120 168c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16zM136 104 +c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16zM352 -8v16c0 4.40039 -3.59961 8 -8 8h-176c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h176c4.40039 0 8 3.59961 8 8 +zM376 104v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16zM424 184v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16 +c8.7998 0 16 7.2002 16 16z" /> + <glyph glyph-name="compress-arrows-alt" unicode="" +d="M200 160c13.2998 0 24 -10.7002 24 -24v-112c0 -21.4004 -25.7998 -32.0996 -40.9004 -17l-31.0996 33l-99.2998 -99.2998c-6.2002 -6.2002 -16.4004 -6.2002 -22.6006 0l-25.3994 25.3994c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l99.2002 99.2998l-32.9004 31 +c-15.0996 15.2002 -4.40039 41 17 41h112zM312 224c-13.2998 0 -24 10.7002 -24 24v112c0 21.4004 25.7998 32.0996 40.9004 17l31.0996 -33l99.2998 99.2998c6.2002 6.2002 16.4004 6.2002 22.6006 0l25.3994 -25.3994c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006 +l-99.2998 -99.2998l33 -31c15.0996 -15.0996 4.40039 -41 -17 -41h-112zM408 88l99.2998 -99.4004c6.2002 -6.19922 6.2002 -16.3994 0 -22.5996l-25.3994 -25.4004c-6.2002 -6.19922 -16.4004 -6.19922 -22.6006 0l-99.2998 99.3008l-31 -32.9004 +c-15.0996 -15.0996 -41 -4.40039 -41 17v112c0 13.2998 10.7002 24 24 24h112c21.4004 0 32.0996 -25.7998 17 -40.9004zM183 376.9c15.0996 15.0996 41 4.39941 41 -16.9004v-112c0 -13.2998 -10.7002 -24 -24 -24h-112c-21.4004 0 -32.0996 25.7998 -17 40.9004 +l33 31.0996l-99.2998 99.2998c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l25.3994 25.3994c6.2002 6.2002 16.4004 6.2002 22.6006 0l99.2998 -99.2998z" /> + <glyph glyph-name="dumpster" unicode="" horiz-adv-x="576" +d="M560 288h-97.2998l-25.6006 128h98.9004c7.2998 0 13.7002 -5 15.5 -12.0996l24 -96c2.5 -10.1006 -5.09961 -19.9004 -15.5 -19.9004zM272 416v-128h-126.1l25.5996 128h100.5zM404.5 416l25.5996 -128h-126.1v128h100.5zM16 288c-10.4004 0 -18 9.7998 -15.5 19.9004 +l24 96c1.7998 7.09961 8.2002 12.0996 15.5 12.0996h98.9004l-25.6006 -128h-97.2998zM560 224c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-28l-20 -160v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-320v-16 +c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16l-20 160h-28c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h20l-4 32h512l-4 -32h20z" /> + <glyph glyph-name="dumpster-fire" unicode="" horiz-adv-x="640" +d="M418.7 343.9c-19.7002 -17.6006 -37.7002 -36.5 -53.9004 -55.8008h-60.7998v128h100.5l14.4004 -72zM272 416v-128h-126.1l25.5996 128h100.5zM461.3 343.9l-11.8994 10.5996l-12.3008 61.5h98.9004c7.2998 0 13.7002 -5 15.4004 -12.0996l24 -96 +c0.199219 -0.800781 -0.100586 -1.5 0 -2.30078c-1 1 -2 2.2002 -3.10059 3.10059l-21.2998 19l-21.2998 -19c-5.90039 -5.2002 -11.6006 -10.7002 -17.2998 -16.2998c-15.6006 17.7998 -32.9004 35.1992 -51.1006 51.5zM16 288c-10.4004 0 -18 9.7998 -15.5 19.9004l24 96 +c1.7998 7.09961 8.2002 12.0996 15.5 12.0996h98.9004l-25.6006 -128h-97.2998zM340.6 256c-32.6992 -46.7002 -52.5996 -93.7002 -52.5996 -129.6c0 -48.5 18.5996 -92.7002 48.7998 -126.4h-208.8v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16 +l-20 160h-28c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h20l-4 32h308.6zM551.1 284.8c51.8008 -46.2002 88.9004 -121.8 88.8008 -158.399c0 -87.5 -71.6006 -158.4 -160 -158.4c-88.4004 0 -160 70.9004 -160 158.4c0 49.2998 49.7998 130.899 120 193.6 +c27.3994 -24.4004 51.5 -50.5996 71 -76.4004c11.8994 14 25.2998 27.9004 40.1992 41.2002zM532.5 55.4004c33.4004 24.1992 41.2002 71.0996 22.5996 107.8c-2.2998 4.5 -4.89941 9.2002 -7.69922 14l-39.8008 -47s-62.3994 82.5 -67.0996 88.0996 +c-32.9004 -40.8994 -49.4004 -64.7998 -49.4004 -91.8994c0 -54.5 39.9004 -88 88.9004 -88c19.5996 0 37.7998 6.2998 52.5 17z" /> + <glyph glyph-name="ethernet" unicode="" +d="M496 256c8.7998 0 16 -7.2002 16 -16v-224c0 -8.7998 -7.2002 -16 -16 -16h-80v128h-32v-128h-64v128h-32v-128h-64v128h-32v-128h-64v128h-32v-128h-80c-8.7998 0 -16 7.2002 -16 16v224c0 8.7998 7.2002 16 16 16h48v48c0 8.7998 7.2002 16 16 16h48v48 +c0 8.7998 7.2002 16 16 16h224c8.7998 0 16 -7.2002 16 -16v-48h48c8.7998 0 16 -7.2002 16 -16v-48h48z" /> + <glyph glyph-name="gifts" unicode="" horiz-adv-x="640" +d="M240.6 253.9c-27.7998 -6.90039 -48.5996 -32 -48.5996 -61.9004v-224c0 -11.7002 3.40039 -22.5 8.90039 -32h-168.9c-17.7002 0 -32 14.2998 -32 32v352c0 17.7002 14.2998 32 32 32h29.4004l-30.7002 22c-7.2002 5.09961 -8.7998 15.0996 -3.7002 22.2998l9.2998 13 +c5.10059 7.2002 15.1006 8.7998 22.2998 3.7002l32.1006 -22.7998l-11.5 30.5996c-3.2002 8.2002 1 17.5 9.2998 20.6006l15 5.59961c8.2998 3.09961 17.5 -1.09961 20.5996 -9.40039l19.9004 -53.0996l19.9004 53c3.09961 8.2998 12.2998 12.5 20.5996 9.40039l15 -5.60059 +c8.2998 -3.09961 12.5 -12.2998 9.40039 -20.5996l-11.5 -30.6006l32 22.9004c7.19922 5.2002 17.1992 3.5 22.2998 -3.7002l9.2998 -13c5.2002 -7.2002 3.5 -17.2002 -3.7002 -22.2998l-30.7002 -22h29.4004c12.7002 0 23.4004 -7.5 28.5996 -18.2998 +c-26.6992 -18.6006 -42.0996 -49 -44 -79.7998zM224 -32v96h192v-128h-160c-17.7002 0 -32 14.2998 -32 32zM448 -64v128h192v-96c0 -17.7002 -14.2998 -32 -32 -32h-160zM608 224c17.7002 0 32 -14.2998 32 -32v-96h-192v128h-15.2998l-0.700195 0.200195 +l-0.700195 -0.200195h-15.2998v-128h-192v96c0 17.7002 14.2998 32 32 32h20.4004c-2.7002 7.59961 -4.40039 15.5 -4.40039 23.7998c0 35.5 27 72.2002 72.0996 72.2002c48 0 75.8008 -47.7002 87.9004 -75.2998c12 27.5996 39.7998 75.2998 87.9004 75.2998 +c45.0996 0 72.0996 -36.7002 72.0996 -72.2002c0 -8.2998 -1.7998 -16.2002 -4.40039 -23.7998h20.4004zM336 224h52.5996c-8.89941 20.5996 -25.7998 48 -44.5 48c-17.6992 0 -24.0996 -14.5 -24.0996 -24.2002c0 -5.2002 1.5 -12.5996 8.7998 -19 +c2.10059 -1.7998 4.5 -3.39941 7.2002 -4.7998zM535.2 228.8c7.2998 6.40039 8.7998 13.7998 8.7998 19c0 9.7002 -6.40039 24.2002 -24.0996 24.2002c-18.7002 0 -35.7002 -27.7002 -44.5 -48h52.5996c2.7002 1.40039 5.09961 3 7.2002 4.7998z" /> + <glyph glyph-name="glass-cheers" unicode="" horiz-adv-x="640" +d="M639.4 14.4004c1.69922 -4.10059 -0.300781 -8.7002 -4.30078 -10.4004l-162.399 -67.4004c-4 -1.69922 -8.7002 0.200195 -10.4004 4.30078c-8.5 20.3994 1.2002 43.7998 21.6006 52.2998l22.0996 9.2002l-39.2998 103.6 +c-4.40039 -0.5 -8.7998 -1.2998 -13.1006 -1.2998c-51.6992 0 -99.3994 33.0996 -113.399 85.2998l-20.2002 75.4004l-20.2002 -75.4004c-14 -52.2002 -61.7002 -85.2998 -113.399 -85.2998c-4.30078 0 -8.7002 0.799805 -13.1006 1.2998l-39.3994 -103.6l22.0996 -9.2002 +c20.4004 -8.5 30 -31.9004 21.5996 -52.2998c-1.69922 -4.10059 -6.2998 -6 -10.3994 -4.30078l-162.3 67.4004c-4.10059 1.7002 -6 6.40039 -4.30078 10.5c8.5 20.4004 31.8008 30.0996 52.2002 21.5996l22.1006 -9.19922l38.6992 101.899 +c-47.8994 34.9004 -64.6992 100.2 -34.5 152.7l86.6006 150.5c8 13.9004 25.0996 19.7998 40 13.5996l114.3 -47.3994l114.3 47.3994c14.9004 6.10059 32 0.300781 40 -13.5996l86.6006 -150.5c30.2998 -52.5 13.3994 -117.8 -34.5 -152.8l38.6992 -101.9l22.1006 9.2002 +c20.3994 8.5 43.7998 -1.2002 52.2002 -21.5996zM275.9 285.9l18.8994 70.6992l-94.5 39.2002l-36.5 -63.3994zM364.1 285.9l112.101 46.5l-36.5 63.3994l-94.5 -39.2002z" /> + <glyph glyph-name="glass-whiskey" unicode="" +d="M480 416c19.5 0 34.4004 -17.2002 31.7002 -36.5l-55.6006 -356.5c-4.5 -31.5 -31.5996 -54.9004 -63.3994 -54.9004h-273c-31.9004 0 -58.9004 23.4004 -63.4004 54.9004l-56 356.5c-2.7002 19.2998 12.2002 36.5 31.7002 36.5h448zM442.6 352h-373.199l30.1992 -192 +h313z" /> + <glyph glyph-name="globe-europe" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM448 192c0 110.3 -89.7002 200 -200.2 200c-1.89941 0 -3.7998 -0.200195 -5.7002 -0.299805l-28.8994 -21.7002c-2 -1.5 -3.2002 -3.90039 -3.2002 -6.40039v-20 +c0 -4.39941 3.59961 -8 8 -8h16c4.40039 0 8 3.60059 8 8v8l16 16h20.7002c6.2002 0 11.2998 -5.09961 11.2998 -11.2998c0 -3 -1.2002 -5.89941 -3.2998 -8l-26.7998 -26.7998c-1.2002 -1.2002 -2.7002 -2.09961 -4.40039 -2.7002l-40 -13.2998 +c-3.2998 -1.09961 -5.5 -4.2002 -5.5 -7.59961c0 -6.60059 -2.59961 -12.9004 -7.2002 -17.5l-20.0996 -20.1006c-3 -3 -4.7002 -7.09961 -4.7002 -11.2998v-25.2998c0 -8.7998 7.2002 -16 16 -16h22.0996c6.10059 0 11.6006 3.39941 14.3008 8.7998l9.39941 18.7002 +c1.40039 2.7002 4.2002 4.39941 7.2002 4.39941h3.09961c4.40039 0 8 -3.59961 8 -8c0 -4.39941 3.60059 -8 8 -8h16c4.40039 0 8 3.60059 8 8v2.2002c0 3.5 2.2002 6.5 5.5 7.60059l31.6006 10.5c6.5 2.19922 10.8994 8.2998 10.8994 15.1992v4.5 +c0 8.80078 7.2002 16 16 16h36.7002c6.2002 0 11.2998 -5.09961 11.2998 -11.2998v-9.39941c0 -6.2002 -5.09961 -11.3008 -11.2998 -11.3008h-32c-3 0 -5.89941 -1.19922 -8 -3.2998l-9.39941 -9.39941c-2.10059 -2.10059 -3.30078 -5 -3.30078 -8 +c0 -6.2002 5.10059 -11.3008 11.3008 -11.3008h16c3 0 5.89941 -1.19922 8 -3.2998l9.39941 -9.39941c2.10059 -2.10059 3.2998 -5 3.2998 -8v-8.7002l-12.5 -12.5c-4.59961 -4.60059 -4.59961 -12.1006 -0.0996094 -16.7002l32 -32.5996 +c3 -3.10059 7.09961 -4.80078 11.4004 -4.80078h20.2998c6.89941 20.2002 10.7998 41.9004 10.7998 64.4004zM130.1 298.9c0 -6.2002 5.10059 -11.3008 11.3008 -11.3008h16c3 0 5.89941 1.2002 8 3.30078l9.39941 9.39941c2.10059 2.10059 3.2998 5 3.2998 8v16 +c0 6.2002 -5.09961 11.2998 -11.2998 11.2998c-3 0 -5.89941 -1.19922 -8 -3.2998l-25.3994 -25.3994c-2.10059 -2.10059 -3.30078 -5 -3.30078 -8zM258.1 -7.5c71.1006 3.59961 132.5 44.2002 164.9 103.1h-13.4004c-4.7998 0 -9.5 1.90039 -12.8994 5.30078 +l-17.2998 17.2998c-6 6 -14.1006 9.39941 -22.6006 9.39941h-18.2998l-43.2002 37.1006c-8.2002 7 -18.7002 10.8994 -29.5996 10.8994h-31.2002c-8.2002 0 -16.2998 -2.2998 -23.4004 -6.5l-42.8994 -25.6992c-13.7002 -8.2002 -22.1006 -23 -22.1006 -39v-23.9004 +c0 -14.2998 6.7002 -27.7998 18.2002 -36.4004l22.2002 -16.6992c8.7002 -6.5 24.5996 -11.8008 35.4004 -11.8008h20.1992c8.80078 0 16 -7.19922 16 -16v-7.09961z" /> + <glyph glyph-name="grip-lines" unicode="" +d="M496 160c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h480zM496 288c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v32 +c0 8.7998 7.2002 16 16 16h480z" /> + <glyph glyph-name="grip-lines-vertical" unicode="" horiz-adv-x="256" +d="M96 -48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-480zM224 -48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32 +c8.7998 0 16 -7.2002 16 -16v-480z" /> + <glyph glyph-name="guitar" unicode="" +d="M502.63 409c5.15625 -5.1709 9.33984 -15.293 9.33984 -22.5947c0 -7.31543 -4.19727 -17.4521 -9.37012 -22.625l-46.3301 -46.3203c-3.24707 -3.25684 -9.4248 -7.07812 -13.7891 -8.53027l-36.4805 -12.1602l-76.2402 -76.2393 +c8.79004 -12.2002 15.7705 -25.5605 19.1602 -40.2002c7.74023 -33.3896 0.870117 -66.8701 -22 -89.75c-7.87793 -7.8418 -22.877 -16.9141 -33.4795 -20.25c-18.54 -6.00977 -32.6709 -23.29 -34.4307 -42.1396c-2.29004 -23.8105 -11.4502 -45.8301 -28.4502 -62.71 +c-45.5596 -45.4805 -127.5 -37.3809 -182.979 18.0693c-55.4805 55.4502 -63.6904 137.45 -18.0498 182.96c16.8799 16.9902 38.9102 26.1699 62.6094 28.4404c18.9404 1.76953 36.1504 15.8994 42.1504 34.46c3.33105 10.6016 12.3984 25.5957 20.2402 33.4697 +c22.8799 22.8799 56.4297 29.7803 89.8799 22c14.5996 -3.39941 27.9395 -10.3799 40.0996 -19.1396l76.2598 76.2598l12.1602 36.5098c1.45215 4.36426 5.27344 10.542 8.53027 13.79l46.2803 46.3301c5.17383 5.1748 15.3115 9.375 22.6299 9.375 +c7.31738 0 17.4561 -4.2002 22.6299 -9.375zM208 96c26.4961 0 48 21.5039 48 48s-21.5039 48 -48 48s-48 -21.5039 -48 -48s21.5039 -48 48 -48z" /> + <glyph glyph-name="heart-broken" unicode="" +d="M473.7 374.2c48.7002 -49.7998 50.7998 -129.101 7.2998 -182.101l-212.2 -218.699c-7.09961 -7.30078 -18.5996 -7.30078 -25.7002 0l-212.1 218.6c-43.5 53.0996 -41.4004 132.4 7.2998 182.2l2.40039 2.39941c46.2998 47.4004 119 51.8008 170.7 14l28.5996 -86.5 +l-96 -64l144 -144l-48 128l96 64l-34.2998 103.4c51.5996 36.9004 123.6 32.2002 169.6 -14.7998z" /> + <glyph glyph-name="holly-berry" unicode="" horiz-adv-x="448" +d="M144 256c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM256 304c0 26.5 21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48zM224 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48z +M207.8 212.9c-0.399414 -39.8008 7.40039 -78.1006 22.9004 -112.301c4 -8.89941 -2 -19.1992 -11.7002 -20.1992c-15.2002 -1.5 -30.4004 -4.60059 -45.2998 -9.10059c-14.9004 -4.5 -23.7998 -19.8994 -20.2002 -35.0996s8.5 -29.9004 14.7002 -43.7998 +c4 -8.90039 -1.90039 -19.3008 -11.6006 -20.2002c-35.8994 -3.40039 -71.5996 -14.9004 -104.8 -33.9004c-12.3994 -7.09961 -27.5 1.60059 -27.5996 16c-0.100586 38.2002 -8 74.9004 -23 107.7c-4 8.90039 2 19.2002 11.7002 20.2002 +c15.1992 1.5 30.3994 4.59961 45.2998 9.09961c14.8994 4.5 23.7998 19.9004 20.2002 35.1006c-3.60059 15.1992 -8.5 29.8994 -14.7002 43.7998c-4 8.89941 1.89941 19.2998 11.5996 20.2002c37.2998 3.5 74.4004 15.8994 108.7 36.1992 +c10.7002 6.40039 23.9004 -1.2998 23.7998 -13.6992zM435 82.4004c9.7002 -1 15.7998 -11.4004 11.5 -20.1006c-15 -32.7002 -22.7998 -69.5 -23 -107.7c0 -14.3994 -15.0996 -23.0996 -27.5996 -16c-33.2002 19 -68.9004 30.5 -104.801 33.9004 +c-9.69922 0.900391 -15.5996 11.2998 -11.5996 20.2002c6.2002 14 11.0996 28.5996 14.7002 43.7998c3.59961 15.2002 -5.2998 30.5996 -20.2002 35.0996c-4.90039 1.5 -9.90039 2.5 -14.7998 3.7002c5.7998 12.2998 6.2998 26.5 0.599609 38.9004 +c-12.8994 28.2998 -19.7002 60.7002 -19.8994 94c0 1.7002 0.199219 3.2998 0.199219 4.89941c-0.0996094 12.3008 13.1006 20 23.8008 13.7002c34.2998 -20.2998 71.3994 -32.7002 108.699 -36.2002c9.7002 -0.899414 15.6006 -11.2998 11.6006 -20.1992 +c-6.2002 -14 -11.1006 -28.6006 -14.7002 -43.8008c-3.59961 -15.1992 5.2998 -30.5996 20.2002 -35.0996c15 -4.40039 30.0996 -7.5 45.2998 -9.09961z" /> + <glyph glyph-name="horse-head" unicode="" +d="M509.8 115.5c4.60059 -11.7998 1.7998 -25.2998 -7.09961 -34.4004l-45.2998 -39.7998c-6 -6 -14.1006 -9.39941 -22.6006 -9.39941h-50.2998c-10.2998 0 -20 4.89941 -26 13.2998l-46 63.8994c-13.7998 -8.09961 -29.5996 -13.1992 -46.7998 -13.1992 +c-39.2002 0 -72.6006 23.6992 -87.4004 57.3994c-2.2998 5.10059 -9 6.2998 -12.8994 2.40039l-12.1006 -12.1006c-2.5 -2.39941 -3.2002 -6.19922 -1.59961 -9.2998c19.7002 -38.8994 58.7002 -66.0996 104.3 -69.5996v-0.700195l40.7998 -81.7002 +c10.7002 -21.2998 -4.7998 -46.2998 -28.5996 -46.2998h-236.2c-17.7002 0 -32 14.2998 -32 32v81.2002c0 159.899 35.9004 275.399 166.9 322.5l202.199 75.7002c4.90039 1.7998 10.7002 -1.10059 12 -6.10059c12.1006 -46.3994 -16.1992 -71.7002 -34.1992 -82.2998 +c42.5996 -8.2002 78.0996 -38 93 -79.2002zM328 224c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24z" /> + <glyph glyph-name="icicles" unicode="" +d="M511.4 410.1l-87.5 -467.699c-1.7002 -8.60059 -14 -8.60059 -15.7002 0l-66.7002 363.8l-45.7998 -172.5c-2.2998 -7.60059 -13 -7.60059 -15.2998 0l-34.1006 133.399l-46.5 -196.899c-1.89941 -8.2998 -13.7002 -8.2998 -15.5996 0l-44.2002 187.3l-36.4004 -124.1 +c-2.39941 -7.2002 -12.5996 -7.2002 -15.0996 0l-87.0996 273.399c-6.2002 20.5 9.19922 41.2002 30.5996 41.2002h448c20 0 35.0996 -18.2002 31.4004 -37.9004z" /> + <glyph glyph-name="igloo" unicode="" horiz-adv-x="576" +d="M320 414.1v-126.1h-271.4c51.6006 77.2002 139.601 128 239.4 128c10.7998 0 21.5 -0.700195 32 -1.90039zM96 256v-128h-96c0 46 11.0996 89.4004 30.2998 128h65.7002zM352 408.6c72.7998 -16.5 135.2 -60.5 175.4 -120.6h-175.4v120.6zM480 128v128h65.7002 +c19.2002 -38.5996 30.2998 -82 30.2998 -128h-96zM416 64c0 11.0996 -1.90039 21.7002 -4.5 32h164.5v-96c0 -17.7002 -14.2998 -32 -32 -32h-128v96zM448 256v-128h-49.7998c-22.2002 38.0996 -63 64 -110.2 64s-88 -25.9004 -110.2 -64h-49.7998v128h320zM0 0v96h164.5 +c-2.59961 -10.2998 -4.5 -20.9004 -4.5 -32v-96h-128c-17.7002 0 -32 14.2998 -32 32zM288 160c53 0 96 -43 96 -96v-96h-192v96c0 53 43 96 96 96z" /> + <glyph glyph-name="mitten" unicode="" horiz-adv-x="448" +d="M368 32c8.7998 0 16 -7.2002 16 -16v-64c0 -8.7998 -7.2002 -16 -16 -16h-320c-8.7998 0 -16 7.2002 -16 16v64c0 8.7998 7.2002 16 16 16h320zM425 241.1c27.0996 -22.5996 30.7998 -62.8994 8.09961 -90.0996l-72.5 -87h-309l-47.8994 207.6 +c-17.9004 77.5 30.5 154.801 107.899 172.7c77.4004 17.9004 154.801 -30.5 172.801 -108l29.5996 -128.399l20.9004 25c22.5996 27.1992 62.8994 30.7998 90.0996 8.19922z" /> + <glyph glyph-name="mug-hot" unicode="" +d="M127.1 301.5c-2.69922 16.5996 -10.3994 31.9004 -22.3994 44.0996c-22.6006 23.1006 -36.7002 52.5 -40.6006 84.4004c-1.09961 9.5 6.5 18 16.3008 18h16.3994c8.2002 0 15 -5.90039 16.1006 -13.7998c2.7998 -20.2002 12 -38.7998 26.3994 -53.5 +c20.2002 -20.5 32.7998 -46.5 36.6006 -74.7002c1.2998 -9.5 -6.5 -18 -16.3008 -18h-16.5c-8 0 -14.6992 5.7998 -16 13.5zM239.1 301.5c-2.69922 16.5996 -10.3994 31.9004 -22.3994 44.0996c-22.6006 23.1006 -36.7002 52.5 -40.6006 84.4004 +c-1.19922 9.5 6.5 18 16.3008 18h16.3994c8.2002 0 15 -5.90039 16.1006 -13.7998c2.7998 -20.2002 12 -38.7998 26.3994 -53.5c20.2002 -20.5 32.7998 -46.5 36.6006 -74.7002c1.2998 -9.5 -6.5 -18 -16.3008 -18h-16.5c-8 0 -14.6992 5.7998 -16 13.5zM400 256 +c61.7998 0 112 -50.2002 112 -112s-50.2002 -112 -112 -112h-16c0 -53 -43 -96 -96 -96h-192c-53 0 -96 43 -96 96v192c0 17.7002 14.2998 32 32 32h368zM400 96c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-16v-96h16z" /> + <glyph glyph-name="radiation" unicode="" horiz-adv-x="496" +d="M328.2 192.2c0 28.5996 -15.2002 53.5 -37.7998 67.7998l80.3994 128.4c4.7998 7.69922 15.2998 10.0996 22.7002 4.7998c58.0996 -42 97.4004 -108.4 102.5 -184.2c0.599609 -9.09961 -7.09961 -16.7998 -16.2002 -16.7998h-151.6zM290.4 124.5l80.3994 -128.5 +c4.7998 -7.59961 2.40039 -18.0996 -5.59961 -22.4004c-34.9004 -18.7998 -74.7998 -29.5996 -117.2 -29.5996s-82.2998 10.7998 -117.2 29.5996c-8 4.30078 -10.3994 14.7002 -5.59961 22.4004l80.3994 128.5c12.4004 -7.7002 26.8008 -12.4004 42.4004 -12.4004 +s30.0996 4.7002 42.4004 12.4004zM248 144.2c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM16.2002 192.2c-9.10059 0 -16.7998 7.7002 -16.2002 16.7002c5.09961 75.7998 44.4004 142.199 102.5 184.199 +c7.40039 5.40039 17.9004 2.90039 22.7002 -4.7998l80.3994 -128.399c-22.5996 -14.2002 -37.7998 -39.1006 -37.7998 -67.7002h-151.6z" /> + <glyph glyph-name="radiation-alt" unicode="" horiz-adv-x="496" +d="M312 192c0 22.7998 -12.0996 42.7998 -30.0996 54l41.6992 66.7998c5.2002 8.2998 16.4004 9.90039 24 3.7998c32.5 -26 54.9004 -64.1992 59.5 -107.8c0.900391 -9.09961 -6.7998 -16.7998 -16 -16.7998h-79.0996zM214.2 137.9 +c9.7998 -6.2002 21.5 -9.90039 33.8994 -9.90039c12.4004 0 24 3.7002 33.8008 9.90039l41.7998 -66.9004c4.7998 -7.7998 2.39941 -18.4004 -5.7998 -22.5c-21.2002 -10.4004 -44.8008 -16.5 -69.9004 -16.5s-48.7002 6.09961 -69.7998 16.5 +c-8.2002 4.09961 -10.7002 14.7002 -5.7998 22.5zM104.9 192c-9.2002 0 -17 7.7002 -15.9004 16.9004c4.59961 43.5996 26.9004 81.7998 59.5 107.8c7.59961 6.09961 18.7998 4.5 24 -3.7998l41.7002 -66.8008c-18.1006 -11.2998 -30.2002 -31.2998 -30.2002 -54.0996 +h-79.0996zM248 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM248 376c-101.5 0 -184 -82.5 -184 -184s82.5 -184 184 -184s184 82.5 184 184s-82.5 184 -184 184zM248 160c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" /> + <glyph glyph-name="restroom" unicode="" horiz-adv-x="640" +d="M128 320c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM512 320c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM639.3 93.5c3.7002 -15.0996 -8.2998 -29.5 -24.5 -29.5 +h-54.7998v-104c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v104h-54.7998c-16.2002 0 -28.2002 14.4004 -24.7002 29.5l45.5996 185.8c3.30078 13.5 15.5 23 29.8008 24.2002c15 -9.7002 32.7998 -15.5 52 -15.5c19.1992 0 37 5.7998 52 15.5 +c14.2998 -1.2002 26.5 -10.7002 29.7998 -24.2002zM336 448c8.7998 0 16 -7.2002 16 -16v-480c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32zM180.1 303.6c24.6006 -2.09961 43.9004 -22.5 43.9004 -47.5996v-136 +c0 -13.2998 -10.7002 -24 -24 -24h-8v-136c0 -13.2998 -10.7002 -24 -24 -24h-80c-13.2998 0 -24 10.7002 -24 24v136h-8c-13.2998 0 -24 10.7002 -24 24v136c0 25.0996 19.2998 45.5 43.9004 47.5996c15 -9.7998 32.8994 -15.5996 52.0996 -15.5996 +s37.0996 5.7998 52.0996 15.5996z" /> + <glyph glyph-name="satellite" unicode="" +d="M502.7 183c12.3994 -12.4004 12.3994 -32.5996 -0.100586 -45l-96.6992 -96.7002c-6.2002 -6.2002 -14.4004 -9.2998 -22.5 -9.2998c-8.10059 0 -16.3008 3.09961 -22.5 9.2998l-80.3008 80.4004l-9.89941 -9.90039c24.2998 -53.7002 22.7002 -116.2 -5.40039 -168.5 +c-4.5 -8.5 -16.3994 -9.59961 -23.2002 -2.7998l-107.5 107.5l-17.7998 -17.7998c0.700195 -2.60059 1.60059 -5 1.60059 -7.7998c0 -17.7002 -14.3008 -32 -32 -32c-17.7002 0 -32 14.2998 -32 32c0 17.6992 14.2998 32 32 32c2.7998 0 5.19922 -0.900391 7.7998 -1.60059 +l17.7998 17.7998l-107.5 107.5c-6.7998 6.80078 -5.7002 18.6006 2.7998 23.2002c52.2998 28.1006 114.8 29.7002 168.5 5.40039l9.7998 9.7998l-80.2998 80.4004c-12.3994 12.5 -12.3994 32.6992 0 45.0996l96.7002 96.7002c6.2002 6.2002 14.2998 9.2998 22.5 9.2998 +s16.2998 -3.09961 22.5996 -9.2998l80.3008 -80.2998l47.7998 47.8994c13.0996 13.1006 34.3994 13.1006 47.5 0l47.5 -47.5c13.0996 -13.0996 13.0996 -34.3994 0 -47.5l-47.7998 -47.8994zM150.7 319.5l68.8994 -68.9004l73.8008 73.8008l-68.9004 68.8994zM383.5 86.7002 +l73.7998 73.7998l-68.8994 68.9004l-73.8008 -73.8008z" /> + <glyph glyph-name="satellite-dish" unicode="" +d="M188.8 102.1l116.601 -116.6c7.39941 -7.2998 6.19922 -20.0996 -3 -25c-77.7002 -41.7998 -176.7 -29.9004 -242.301 35.7002c-65.5996 65.5996 -77.5 164.5 -35.6992 242.3c4.89941 9.09961 17.6992 10.2998 25 3l116.8 -116.8l27.3994 27.3994 +c-0.699219 2.60059 -1.59961 5 -1.59961 7.80078c0 17.6992 14.2998 32 32 32s32 -14.3008 32 -32c0 -17.7002 -14.2998 -32 -32 -32c-2.7998 0 -5.2002 0.899414 -7.7998 1.59961zM209 448c163.2 -8.59961 294.4 -139.8 302.9 -303c0.5 -9.2002 -6.80078 -17 -16 -17 +h-32.1006c-8.39941 0 -15.3994 6.59961 -15.8994 15c-7.5 129.5 -111.5 234.5 -240.9 241.5c-8.40039 0.400391 -15 7.40039 -15 15.9004v31.5996c0 9.2002 7.7998 16.5 17 16zM209.3 352c110.101 -8.5 198.2 -96.5996 206.601 -206.7 +c0.699219 -9.2998 -6.80078 -17.2998 -16.1006 -17.2998h-32.2002c-8.2998 0 -15.0996 6.40039 -15.8994 14.7002c-6.90039 77 -68.1006 138.899 -144.9 145.2c-8.2998 0.599609 -14.7998 7.5 -14.7998 15.8994v32.1006c0 9.39941 8 16.7998 17.2998 16.0996z" /> + <glyph glyph-name="sd-card" unicode="" horiz-adv-x="384" +d="M320 448c35.2998 0 64 -28.7002 64 -64v-384c0 -35.2998 -28.7002 -64 -64 -64h-256c-35.2998 0 -64 28.7002 -64 64v320l128 128h192zM160 288v96h-48v-96h48zM240 288v96h-48v-96h48zM320 288v96h-48v-96h48z" /> + <glyph glyph-name="sim-card" unicode="" horiz-adv-x="384" +d="M0 384c0 35.2998 28.7002 64 64 64h192l128 -128v-320c0 -35.2998 -28.7002 -64 -64 -64h-256c-35.2998 0 -64 28.7002 -64 64v384zM224 192v64h-64v-64h64zM320 192v32c0 17.7002 -14.2998 32 -32 32h-32v-64h64zM256 64v-64h32c17.7002 0 32 14.2998 32 32v32h-64z +M160 64v-64h64v64h-64zM64 64v-32c0 -17.7002 14.2998 -32 32 -32h32v64h-64zM64 160v-64h256v64h-256zM64 224v-32h64v64h-32c-17.7002 0 -32 -14.2998 -32 -32z" /> + <glyph glyph-name="skating" unicode="" horiz-adv-x="448" +d="M400 448c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM400 0c8.7998 0 16 -7.2002 16 -16c0 -26.5 -21.5 -48 -48 -48h-96c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 7.2002 16 16s7.2002 16 16 16zM117.8 -8.59961 +c6.2998 6.2998 16.5 6.19922 22.7002 0c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006c-9.2998 -9.2998 -21.5996 -14 -33.9004 -14c-12.2998 0 -24.5996 4.60059 -34 14l-67.8994 67.9004c-6.2002 6.2002 -6.2002 16.3994 0 22.5996s16.3994 6.2002 22.5996 0 +l67.9004 -67.8994c6.2002 -6.30078 16.3994 -6.2002 22.5996 0zM173.9 171.2c3.7998 -6.10059 8.19922 -11.7998 13.1992 -16.7998l30.2002 -30.2002l-91.8994 -91.9004c-6.2002 -6.2998 -14.4004 -9.39941 -22.6006 -9.39941s-16.3994 3.19922 -22.5996 9.39941 +c-12.5 12.4004 -12.5 32.7002 0 45.2002zM128 288c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h204.6c16.3008 0 30.8008 -9.7002 37 -24.7002c6.2002 -15 2.80078 -32.0996 -8.69922 -43.5996l-82.3008 -82.2998c-0.5 -0.5 -1.19922 -0.700195 -1.69922 -1.10059 +l61 -61c9 -8.89941 14.0996 -21.2998 14.0996 -33.8994v-89.4004c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32v82.7998l-78.2002 78.2002c-12.5996 12.5 -19.3994 29.9004 -18.7002 47.7002c0.700195 17.7002 8.80078 34.5996 22.3008 46.0996l20.0996 17.2002 +h-105.5z" /> + <glyph glyph-name="skiing" unicode="" +d="M432 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM505 -4.09961c9.2998 -9.30078 9.2998 -24.5 0 -33.8008c-17 -17 -39.7998 -26 -63 -26c-12.5996 0 -25.2002 2.60059 -37.0996 8.10059l-391.9 202.5 +c-11.7998 6 -16.4004 20.5 -10.2998 32.2998c6.09961 11.7998 20.5996 16.2998 32.2998 10.2998l197.9 -102.3l45.8994 68.7998l-75.0996 75.2002c-14.2998 14.4004 -20.6006 34.5 -17.7002 54.4004l107 -53.1006l40.4004 -40.5 +c16.1992 -16.0996 18.6992 -41.5996 6 -60.5996l-49.2002 -73.7998l135.8 -70.2002c14.5996 -6.7002 33 -3.40039 45.0996 8.7002c9.30078 9.39941 24.5 9.39941 33.9004 0zM120 356.4l-26.2002 23c-2.2002 1.89941 -2.39941 5.19922 -0.5 7.39941 +c1.2998 1.5 3.2002 2.10059 5 1.7002l34.4004 -7h0.200195l11.0996 21.7002c13.7002 -7 21.2002 -21.1006 20.9004 -35.6006l62.5 -31l81.1992 32.5c43.6006 17.4004 76.4004 -15 84.5 -39.1992l17.1006 -51.2002l52.0996 -26.1006 +c15.7998 -7.89941 22.2002 -27.0996 14.2998 -42.8994c-7.89941 -15.7998 -27 -22.2002 -42.8994 -14.2998l-58.1006 29c-11.3994 5.69922 -20 15.5996 -24 27.6992l-6.39941 19.1006l-32.4004 -13l-114.5 56.7998c0.100586 0.0996094 0.100586 0.200195 0.200195 0.299805 +l-47.2002 23.4004c-11.5996 -9.7002 -28.3994 -12.1006 -42.7998 -4.7998z" /> + <glyph glyph-name="skiing-nordic" unicode="" horiz-adv-x="576" +d="M336 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM552 32c13.2002 0 24 -10.7998 24 -24c0 -39.7002 -32.2998 -72 -72 -72h-480c-13.2002 0 -24 10.7002 -24 24s10.7998 24 24 24h42.9004l54.0996 270.8 +c-0.700195 0.799805 -1.7002 1.2002 -2.40039 2.10059c-10.7998 14.0996 -8.09961 34.1992 5.90039 44.8994l39.7002 30.4004c23 17.5996 52.5 23.8994 80.7998 17.0996l71.2002 -21.2002c26.2998 -6.69922 49.2998 -25.3994 61.7998 -50.8994l26.0996 -53.2002h44 +c17.7002 0 32 -14.2998 32 -32c0 -13.4004 -8.39941 -24.9004 -20.0996 -29.5996l-25.5 -178.4h69.5c13.2002 0 24 10.7998 24 24c0 13.2998 10.7998 24 24 24zM291.5 -16l25.5 81.2002l-85 50.2002c-27.5996 16.2998 -38.9004 50.7998 -26.2998 80.2998l37.5 87.3994 +l-14.7002 4.40039c-7.90039 1.90039 -17.5996 -0.200195 -25.2998 -6.09961l-39.7002 -30.4004c-3.59961 -2.7002 -7.59961 -4.59961 -11.7002 -5.59961l-52.2998 -261.4h24.2002l62.5 131.8c7.59961 -10.8994 17.3994 -20.5996 29.5 -27.7998l22 -13l-43.1006 -91h96.9004z +M402.1 -16l25.2002 176h-33.2998c-18.2002 0 -35.0996 10.5996 -43.0996 26.9004l-20.3008 41.3994l-31.2998 -78.2998l61.2002 -36.0996c18.7002 -11.3008 27.5 -33.6006 21.5996 -54.4004l-23.5996 -75.5h43.5996z" /> + <glyph glyph-name="sleigh" unicode="" horiz-adv-x="640" +d="M612.7 97.2998c18.5 -14.7002 28.5996 -37.2002 27.2002 -61c-2.2002 -39 -36.9004 -68.2998 -75.9004 -68.2998h-516c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h519.3c13.6006 0 24.6006 11 24.6006 24.5996c0 7.5 -3.30078 14.5 -9.2002 19.2002 +l-9.2998 7.40039c-6.90039 5.5 -8 15.5996 -2.5 22.5l10 12.5c5.5 6.89941 15.5996 8 22.5 2.5zM32 224v128c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h20.7002c65.7002 0 125.899 -37.2002 155.3 -96s89.5 -96 155.3 -96h20.7002c35.2998 0 64 28.7002 64 64v64h96 +c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32v-96c0 -53 -43 -96 -96 -96v-48h-64v48h-192v-48h-64v52.5c-55.0996 14.2998 -96 63.9004 -96 123.5z" /> + <glyph glyph-name="sms" unicode="" +d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002 +c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208zM128.2 144c23.3994 0 42.5 17.2998 42.3994 38.5996c0 10.6006 -4.7998 20.9004 -13.2998 28.1006l-21.8994 18.7998 +c-1.30078 1.09961 -2.10059 2.5 -2.10059 3.7998c0 3.10059 4.40039 6.60059 10.4004 6.60059h12.2998c4.40039 0 8 3.59961 8 8v16c0 4.39941 -3.59961 8 -8 8h-12.2002c-23.3994 0 -42.3994 -17.3008 -42.3994 -38.6006c0 -10.5996 4.7998 -20.8994 13.2998 -28.0996 +l21.8994 -18.7998c1.30078 -1.10059 2.10059 -2.5 2.10059 -3.80078c0 -3.09961 -4.40039 -6.59961 -10.4004 -6.59961h-12.2998c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h12.2002zM320 152v104c0 8.7998 -7.2002 16 -16 16h-16 +c-6 0 -11.5996 -3.40039 -14.2998 -8.7998l-17.7002 -35.4004l-17.7002 35.4004c-2.7002 5.39941 -8.2002 8.7998 -14.2998 8.7998h-16c-8.7998 0 -16 -7.2002 -16 -16v-104c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v68.2002l24.9004 -55.7998 +c2.89941 -5.90039 11.3994 -5.90039 14.2998 0l24.7998 55.7998v-68.2002c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8zM368.3 144c23.4004 0 42.4004 17.2998 42.2998 38.5996c0 10.6006 -4.7998 20.9004 -13.2998 28.1006l-21.8994 18.7998 +c-1.30078 1.09961 -2.10059 2.5 -2.10059 3.7998c0 3.10059 4.40039 6.60059 10.4004 6.60059h12.2998c4.40039 0 8 3.59961 8 8v16c0 4.39941 -3.59961 8 -8 8h-12.2002c-23.3994 0 -42.3994 -17.3008 -42.3994 -38.6006c0 -10.5996 4.7998 -20.8994 13.2998 -28.0996 +l21.8994 -18.7998c1.30078 -1.10059 2.10059 -2.5 2.10059 -3.80078c0 -3.09961 -4.40039 -6.59961 -10.4004 -6.59961h-12.2998c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h12.2998z" /> + <glyph glyph-name="snowboarding" unicode="" +d="M432 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM460.8 198.4l-83.5 62.8994l-66 -30.5l52 -39c14.9004 -11.2002 22 -30.2002 18.1006 -48.3994l-21.9004 -102c-2.2002 -10.1006 -9.09961 -17.8008 -17.7998 -21.9004 +l90.7998 -33.0996c9.7002 -3.5 20.2002 -3.10059 29.5 1.2998c12 5.59961 26.2998 0.399414 31.9004 -11.6006c5.59961 -12 0.399414 -26.2998 -11.6006 -31.8994c-11.5996 -5.5 -24 -8.2002 -36.5 -8.2002c-10 0 -20 1.7998 -29.7002 5.2998l-364.8 132.7 +c-21.7998 7.90039 -39.0996 23.7998 -48.8994 44.7998c-5.60059 12 -0.400391 26.2998 11.5996 31.9004c12 5.59961 26.2998 0.399414 31.9004 -11.6006c4.39941 -9.39941 12.0996 -16.5 21.7998 -20l38.7002 -14.0996c-3.80078 3.5 -7 7.7002 -8.7002 12.9004 +c-5.60059 16.7998 3.39941 34.8994 20.2002 40.5l74.0996 24.6992v53.1006c0 24.3994 13.5996 46.2998 35.4004 57.2002l41.1992 20.5996l-16.3994 5.5c-12.1006 4.09961 -22 12.5996 -27.7002 24l-29.0996 58.0996c-7.90039 15.8008 -1.5 35 14.2998 42.9004 +s35 1.5 42.8994 -14.2998l26.1006 -52.1006l63.7002 -21.1992c16.2998 -5.40039 31.5996 -13.5 45.3994 -23.8008l111.4 -83.5c14.2002 -10.5996 17 -30.6992 6.39941 -44.7998c-6.2998 -8.39941 -15.8994 -12.7998 -25.5996 -12.7998 +c-6.7002 0 -13.4004 2.09961 -19.2002 6.40039zM316.4 146.7l-60.5 45.2998v-20.5c0 -20.7002 -13.2002 -39 -32.8008 -45.5l-85 -28.4004c-2.59961 -0.899414 -5.2998 -1.09961 -8 -1.2998l169.4 -61.5996c-2.90039 6.09961 -4.2998 12.8994 -2.7998 20z" /> + <glyph glyph-name="snowman" unicode="" +d="M510.9 295.7c3.19922 -8.10059 -0.800781 -17.2002 -8.90039 -20.2998l-135.2 -55.2002c0.400391 -4.10059 1.2002 -8 1.2002 -12.2002c0 -10 -1.7002 -19.5 -4.2002 -28.7002c21.1006 -21.3994 36.1006 -48.7998 41.6006 -79 +c11.5 -63.2002 -16.4004 -120.3 -62.9004 -152.6c-10.9004 -7.60059 -23.9004 -11.7002 -37.2002 -11.7002h-99.2002c-11 0 -22 2.2998 -31.2998 8.2002c-42.3994 26.8994 -70.7998 73.7998 -70.7998 127.8c0 41.7998 16.9004 79.5996 44.2998 107.1 +c-2.5 9.30078 -4.2002 18.8008 -4.2002 28.9004c0 4.2002 0.800781 8.2002 1.2002 12.2002l-135.2 55.2002c-8.19922 3.19922 -12.1992 12.2998 -8.89941 20.2998l5.89941 14.5c3.30078 8 12.6006 11.8994 20.8008 8.7002l28.0996 -11.5v29 +c0 8.59961 7.2002 15.5996 16 15.5996h16c8.7998 0 16 -7 15.7998 -15.5996v-46.9004c0 -0.5 -0.200195 -1 -0.299805 -1.5l56.4004 -23c6 10 13.2998 18.9004 22 26.5996c-13.5 16.6006 -22 37.4004 -22 60.5c0 53 43 96 96 96s96 -43 96 -96 +c0 -23.0996 -8.40039 -43.8994 -22 -60.5c8.69922 -7.69922 16.0996 -16.5996 22 -26.5996l56.3994 23c0 0.5 -0.299805 1 -0.299805 1.5v46.9004c0 8.59961 7.2002 15.5996 16 15.5996h16c8.7998 0 16 -7 16 -15.5996v-29l28.2002 11.5 +c8.2002 3.19922 17.5 -0.700195 20.7998 -8.7002zM224 352c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 80c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 144 +c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 208c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 296c0 0 16 23.2002 16 32s-7.2002 16 -16 16s-16 -7.2002 -16 -16s16 -32 16 -32z +M288 352c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16z" /> + <glyph glyph-name="snowplow" unicode="" horiz-adv-x="640" +d="M120 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM200 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM280 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24 +s-24 10.7002 -24 24s10.7002 24 24 24zM360 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM598.6 22.5996l36.7002 -36.6992c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006l-22.5996 -22.5996 +c-6.2002 -6.2002 -16.4004 -6.2002 -22.6006 0l-36.6992 36.7002c-26.5 26.5 -41.4004 62.3994 -41.4004 99.8994v18.7002h-43.2002c7 -14.5996 11.2002 -30.7002 11.2002 -48c0 -61.9004 -50.0996 -112 -112 -112h-256c-61.9004 0 -112 50.0996 -112 112 +c0 44.5996 26.2998 82.7998 64 100.8v91.2002c0 26.5 21.5 48 48 48h16v112c0 26.5 21.5 48 48 48h144.3c19.2998 0 36.6006 -11.4004 44.2002 -29.0996l78.2998 -182.801c3.40039 -8 5.2002 -16.5 5.2002 -25.1992v-50.9004h64v18.7002 +c0 37.5 14.9004 73.3994 41.4004 99.8994l36.6992 36.7002c6.2002 6.2002 16.4004 6.2002 22.6006 0l22.5996 -22.5996c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006l-36.7002 -36.6992c-14.5 -14.5 -22.5996 -34.1006 -22.5996 -54.6006v-101.6 +c0 -20.5 8.09961 -40.1006 22.5996 -54.6006zM192 384v-96l64 -64h122.4l-68.6006 160h-117.8zM368 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-256c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48h256z" /> + <glyph glyph-name="tenge" unicode="" horiz-adv-x="384" +d="M372 288c6.59961 0 12 -5.40039 12 -12v-56c0 -6.59961 -5.40039 -12 -12 -12h-140v-228c0 -6.59961 -5.40039 -12 -12 -12h-56c-6.59961 0 -12 5.40039 -12 12v228h-140c-6.59961 0 -12 5.40039 -12 12v56c0 6.59961 5.40039 12 12 12h360zM372 416 +c6.59961 0 12 -5.40039 12 -12v-56c0 -6.59961 -5.40039 -12 -12 -12h-360c-6.59961 0 -12 5.40039 -12 12v56c0 6.59961 5.40039 12 12 12h360z" /> + <glyph glyph-name="toilet" unicode="" horiz-adv-x="384" +d="M368 400h-16v-156.7c20.2002 -10.0996 32 -22.2002 32 -35.2998c0 -67.2002 -34.5996 -126.2 -86.7998 -160.5l21.3994 -70.2002c6.30078 -20.5 -9.09961 -41.2998 -30.5996 -41.2998h-192c-21.5 0 -36.9004 20.7998 -30.5996 41.2998l21.3994 70.2002 +c-52.2002 34.2998 -86.7998 93.2998 -86.7998 160.5c0 13.0996 11.7998 25.2002 32 35.2998v156.7h-16c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h352c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16zM80 376v-16 +c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8zM192 176c77.0996 0 139.6 14.2998 139.6 32s-62.5 32 -139.6 32s-139.6 -14.2998 -139.6 -32s62.5 -32 139.6 -32z" /> + <glyph glyph-name="tools" unicode="" +d="M501.1 52.2998c14.5 -14.5 14.5 -38.0996 0 -52.7002l-52.6992 -52.6992c-14.5 -14.6006 -38.1006 -14.6006 -52.7002 0l-117.101 117.1c-23.0996 23.0996 -27.5 57.5996 -13.8994 85.4004l-106.601 106.6h-62.0996l-96 128l64 64l128 -96v-62.0996l106.6 -106.601 +c27.8008 13.7002 62.3008 9.2002 85.4004 -13.8994zM331.7 223c-8.2002 0 -16.6006 -1 -24.7002 -2.90039l-82.0996 82.1006c-0.700195 37.5 12.6992 75.0996 41.1992 103.6c37 37 89.2002 49.6006 136.601 37.9004c9.09961 -2.2998 12.2998 -13.6006 5.7002 -20.2002 +l-74.4004 -74.4004l11.2998 -67.8994l67.9004 -11.2998l74.3994 74.3994c6.60059 6.60059 17.9004 3.5 20.1006 -5.5c11.7998 -47.3994 -0.799805 -99.5996 -37.9004 -136.7c-13 -13 -28 -22.5996 -43.7998 -29.5l-19.4004 19.4004c-20 20 -46.5996 31 -74.8994 31z +M227.8 141c-4.89941 -21.0996 -2.59961 -42.7998 5 -62.7002l-123.6 -123.6c-25 -25 -65.5 -25 -90.5 0s-25 65.5 0 90.5l152.399 152.5zM64 -24c13.2998 0 24 10.7998 24 24c0 13.2998 -10.7002 24 -24 24s-24 -10.7002 -24 -24c0 -13.2002 10.7998 -24 24 -24z" /> + <glyph glyph-name="tram" unicode="" +d="M288 384c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM511.5 396.1c2.2002 -8.5 -2.7998 -17.2998 -11.4004 -19.5996l-228.1 -60.7998v-91.7002h176c17.7002 0 32 -14.2998 32 -32v-224c0 -17.7002 -14.2998 -32 -32 -32 +h-384c-17.7002 0 -32 14.2998 -32 32v224c0 17.7002 14.2998 32 32 32h176v83.2002l-219.9 -58.7002c-1.2998 -0.299805 -2.69922 -0.5 -4.09961 -0.5c-7.09961 0 -13.5 4.7002 -15.4004 11.7998c-2.2998 8.60059 2.80078 17.2998 11.3008 19.6006l480 128 +c8.59961 2.2998 17.2998 -2.7002 19.5996 -11.3008zM176 64v96h-96v-96h96zM336 160v-96h96v96h-96zM304 160h-96v-96h96v96zM192 352c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" /> + <glyph glyph-name="fire-alt" unicode="" horiz-adv-x="448" +d="M323.56 396.8c72.46 -67.2598 124.44 -177.13 124.44 -230.399c0 -127.25 -100.29 -230.4 -224 -230.4s-224 103.15 -224 230.4c0 71.6396 69.7402 190.43 168 281.6c38.2803 -35.5303 72.0801 -73.6201 99.3398 -111.17 +c16.6406 20.3799 35.4199 40.6699 56.2197 59.9697zM304.09 56.1504c49.2402 34.4492 60.7803 101.229 33.4297 153.42c-3.35938 6.41992 -7.12988 13.1201 -11.2695 19.9697l-58.6299 -66.8799s-91.9004 117.359 -98.8301 125.34 +c-48.4805 -58.1201 -72.79 -92.1396 -72.79 -130.75c0 -77.5098 58.71 -125.25 130.86 -125.25c28.8594 0 55.5693 8.99023 77.2295 24.1504z" /> + <glyph glyph-name="bacon" unicode="" horiz-adv-x="576" +d="M218.92 111.61c-34.8604 -34.8799 -59.6504 -44.1602 -85.9199 -54c-26 -9.76074 -53 -20.1299 -88.1699 -52.7305l-35.7598 35.5098c-12.7002 12.6104 -12.0703 33.6104 1.79004 45.0605c36.3398 29.9795 66.21 41.0996 91.0693 50.3594 +c9.16992 3.41016 68.9707 19.2607 98.7207 98.0908c8.60938 22.8096 46.3496 134.58 188.979 187.72c15.8506 5.91016 27.3604 10.2002 41 20.2998c4.53516 3.35449 12.7939 6.07617 18.4346 6.07617c7.00879 0 16.751 -3.98926 21.7451 -8.90625l37.6709 -37.3896 +c-30.1504 -27.6904 -52.9102 -36.3701 -76.79 -45.3701c-28.3008 -10.6104 -57.5703 -21.5801 -97.3506 -61.3799s-50.7598 -69.0498 -61.3701 -97.3398c-9.84961 -26.3008 -19.1602 -51.1104 -54.0498 -86zM566.92 343.61 +c12.7002 -12.5996 12.0801 -33.6602 -1.80957 -45.0605c-36.3701 -30.0098 -66.2402 -41.1396 -91.1104 -50.4102c-9.2002 -3.43945 -69 -19.3193 -98.7305 -98.1094c-8.93945 -23.5898 -46.7393 -134.69 -188.939 -187.69 +c-15.8496 -5.89941 -27.3398 -10.1797 -40.9404 -20.2402c-4.53613 -3.35645 -12.7969 -6.08008 -18.4395 -6.08008c-7.00586 0 -16.7461 3.9873 -21.7402 8.90039l-37.6797 37.4297c30.1094 27.6699 52.8594 36.3301 76.7197 45.3301 +c28.2998 10.5898 57.5098 21.54 97.2998 61.3203s50.7803 69 61.4199 97.3301c9.81055 26.3096 19.1104 51.1602 54 86c34.8906 34.8398 59.6904 44.1504 85.9502 54c26.0703 9.79004 53.0605 20.1602 88.25 52.79z" /> + <glyph glyph-name="book-medical" unicode="" horiz-adv-x="448" +d="M448 89.5996c0 -9.59961 -3.2002 -15.999 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320 +c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM144 280v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8v48c0 4.41602 -3.58398 8 -8 8h-56v56 +c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8v-56h-56c-4.41602 0 -8 -3.58398 -8 -8zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" /> + <glyph glyph-name="bread-slice" unicode="" horiz-adv-x="576" +d="M288 448c180 0 288 -93.4004 288 -169.14c0 -30.3008 -24.2402 -54.8604 -64 -54.8604v-256c0 -17.6699 -16.1201 -32 -36 -32h-376c-19.8799 0 -36 14.3301 -36 32v256c-39.7598 0 -64 24.5596 -64 54.8604c0 75.7393 108 169.14 288 169.14z" /> + <glyph glyph-name="cheese" unicode="" +d="M0 160h512v-160c0 -17.6641 -14.3359 -32 -32 -32h-448c-17.6641 0 -32 14.3359 -32 32v160zM299.83 416c118.17 -6.2002 212.17 -104.11 212.17 -224h-512l278.7 217c4.83984 3.875 13.7998 7.01953 20 7.01953c0.311523 0 0.818359 -0.00878906 1.12988 -0.0195312z +" /> + <glyph glyph-name="clinic-medical" unicode="" horiz-adv-x="576" +d="M288 333l218.74 -192.9c1.54004 -1.37988 3.55957 -2.04004 5.25977 -3.19922v-184.9c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v184.94c1.78027 1.20996 3.84961 1.88965 5.46973 3.34961zM384 72v48c0 4.41602 -3.58398 8 -8 8h-56v56 +c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8v-56h-56c-4.41602 0 -8 -3.58398 -8 -8v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8zM570.69 211.72 +c2.93066 -2.63184 5.31055 -7.96484 5.31055 -11.9053c0 -3.38086 -1.83301 -8.16797 -4.09082 -10.6846l-21.4004 -23.8203c-2.63184 -2.93066 -7.96484 -5.30957 -11.9043 -5.30957c-3.38574 0 -8.17773 1.83691 -10.6953 4.09961l-229.32 202.271 +c-2.50391 2.20898 -7.24609 4.00195 -10.585 4.00195s-8.08105 -1.79297 -10.585 -4.00195l-229.32 -202.28c-2.51758 -2.2627 -7.30957 -4.09961 -10.6953 -4.09961c-3.93848 0 -9.27246 2.37891 -11.9043 5.30957l-21.4102 23.8203 +c-2.2627 2.51758 -4.09961 7.30957 -4.09961 10.6953c0 3.93945 2.37891 9.27246 5.30957 11.9043l256 226c6.2832 5.68066 18.2559 10.29 26.7256 10.29c8.46875 0 20.4424 -4.60938 26.7246 -10.29z" /> + <glyph glyph-name="comment-medical" unicode="" +d="M256 416c141.39 0 256 -93.1201 256 -208s-114.61 -208 -256 -208h-0.473633c-30.4814 0 -78.3838 8.68164 -106.927 19.3799c-24.5996 -19.6299 -74.3398 -51.3799 -140.6 -51.3799c-4.41113 0.00488281 -7.99023 3.58887 -7.99023 8 +c0 1.75879 0.981445 4.22266 2.19043 5.5c0.5 0.5 42.2598 45.4502 54.7998 95.7598c-35.5898 35.7402 -57 81.1807 -57 130.74c0 114.88 114.62 208 256 208zM352 184v48c0 4.41602 -3.58398 8 -8 8h-56v56c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8 +v-56h-56c-4.41602 0 -8 -3.58398 -8 -8v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8z" /> + <glyph glyph-name="crutch" unicode="" +d="M507.31 262.29c2.56348 -2.58301 4.64355 -7.63184 4.64355 -11.2695c0 -3.66602 -2.10742 -8.74219 -4.70312 -11.3301l-22.6201 -22.6309c-2.58691 -2.58691 -7.65625 -4.6875 -11.3145 -4.6875c-3.65918 0 -8.72852 2.10059 -11.3154 4.6875l-181 181 +c-2.58789 2.58691 -4.6875 7.65625 -4.6875 11.3154s2.09961 8.72852 4.6875 11.3154l22.6904 22.5996c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262zM327.77 195.88l55.1006 55.1201l45.25 -45.2695l-109.68 -109.681 +c-10.7441 -10.748 -31.4814 -22.2393 -46.29 -25.6494l-120.25 -27.75l-102 -102c-2.58691 -2.58789 -7.65625 -4.6875 -11.3154 -4.6875s-8.72754 2.09961 -11.3154 4.6875l-22.6191 22.6191c-2.58789 2.58789 -4.6875 7.65625 -4.6875 11.3154 +s2.09961 8.72852 4.6875 11.3154l102 102l27.7393 120.26c3.4248 14.8057 14.9248 35.5439 25.6699 46.29l109.671 109.67l45.25 -45.25l-55.1006 -55.1006zM273.2 141.31l9.30957 9.31055l-67.8896 67.8896l-9.31055 -9.30957 +c-3.57715 -3.59082 -7.41211 -10.5127 -8.55957 -15.4502l-18.2998 -79.2998l79.2998 18.3193c4.94043 1.13379 11.8623 4.95996 15.4502 8.54004z" /> + <glyph glyph-name="egg" unicode="" horiz-adv-x="384" +d="M192 448c106 0 192 -214 192 -320s-86 -192 -192 -192s-192 86 -192 192s86 320 192 320z" /> + <glyph glyph-name="hamburger" unicode="" +d="M464 192c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48h-416c-26.4961 0 -48 21.5039 -48 48s21.5039 48 48 48h416zM480 64c8.83203 0 16 -7.16797 16 -16v-16c0 -35.3281 -28.6719 -64 -64 -64h-352c-35.3281 0 -64 28.6719 -64 64v16 +c0 8.83203 7.16797 16 16 16h448zM58.6396 224c-34.5693 0 -54.6396 43.9102 -34.8193 75.8896c40.1797 64.9102 128.64 116.011 232.18 116.11c103.55 -0.0996094 192 -51.2002 232.18 -116.12c19.8008 -31.9795 -0.25 -75.8799 -34.8193 -75.8799h-394.721zM384 336 +c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16s16 7.16797 16 16s-7.16797 16 -16 16zM256 368c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16s16 7.16797 16 16s-7.16797 16 -16 16zM128 336c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16 +s16 7.16797 16 16s-7.16797 16 -16 16z" /> + <glyph glyph-name="hand-middle-finger" unicode="" +d="M479.93 130.88l0.0703125 -82.8799v0c0 -61.7969 -50.1533 -111.973 -111.95 -112h-215c-25.6074 0.00292969 -61.084 14.7012 -79.1895 32.8096l-30.9307 30.9307c-6.0332 6.03223 -10.9297 17.8525 -10.9297 26.3838v0.00585938v73.4697v0.00292969 +c0 12.7383 9.24707 27.7002 20.6396 33.3975l27.3604 15v-76c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v147.04c0 15.2598 12.8701 28.3799 30.8701 31.3799l30.6797 5.12012c17.8203 2.96973 34.4502 -8.38965 34.4502 -23.54v-32c0 -4.41602 3.58398 -8 8 -8 +s8 3.58398 8 8v200v0.0224609c0 26.4961 21.5039 48 48 48c0.408203 0 1.07129 -0.00976562 1.48047 -0.0224609c26.2695 -0.799805 46.5195 -23.7197 46.5195 -50v-198c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v32c0 15.1396 16.6299 26.5 34.4502 23.5303 +l38.3994 -6.40039c13.46 -2.25 23.1504 -12.0996 23.1504 -23.54v-49.5898l35.6504 -8.92969c15.5986 -3.89844 28.2686 -20.1113 28.2793 -36.1904z" /> + <glyph glyph-name="hard-hat" unicode="" +d="M480 160v-64h-448v64c0 80.25 49.2803 148.92 119.19 177.62l40.8096 -81.6201v112c0 8.83203 7.16797 16 16 16h96c8.83203 0 16 -7.16797 16 -16v-112l40.8096 81.6201c69.9102 -28.7002 119.19 -97.3701 119.19 -177.62zM496 64c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-480c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h480z" /> + <glyph glyph-name="hotdog" unicode="" +d="M488.56 424.56c12.9297 -12.9326 23.4238 -38.2715 23.4238 -56.5596s-10.4941 -43.627 -23.4238 -56.5596l-352 -352c-13.0205 -13.4824 -38.7998 -24.4238 -57.543 -24.4238c-44.1592 0 -80 35.8408 -80 80c0 18.7432 10.9414 44.5225 24.4238 57.543l352 352 +c12.9326 12.9297 38.2715 23.4238 56.5596 23.4238s43.627 -10.4941 56.5596 -23.4238zM438.63 329.37c2.58691 2.58691 4.68652 7.65625 4.68652 11.3145c0 8.83301 -7.16797 16.002 -16.001 16.002c-3.65918 0 -8.72852 -2.09961 -11.3154 -4.68652 +c-12.4102 -12.4102 -21.7598 -14 -34.71 -16.2305c-14.4004 -2.46973 -32.3203 -5.55957 -51.9199 -25.1494c-19.6006 -19.5898 -22.6699 -37.5205 -25.1396 -51.9199c-2.24023 -12.9502 -3.84082 -22.3105 -16.2402 -34.71 +c-12.4004 -12.4004 -21.7002 -14.0098 -34.7002 -16.2305c-14.4004 -2.46973 -32.3203 -5.5498 -51.9199 -25.1396c-19.6006 -19.5898 -22.6699 -37.5205 -25.1504 -51.9199c-2.21973 -12.9502 -3.80957 -22.29 -16.2197 -34.7002s-21.71 -14.0098 -34.71 -16.2305 +c-14.4004 -2.46973 -32.3203 -5.5498 -51.9199 -25.1396c-2.58691 -2.58691 -4.68652 -7.65625 -4.68652 -11.3145c0 -8.83301 7.16797 -16.002 16.001 -16.002c3.65918 0 8.72852 2.09961 11.3154 4.68652c12.4004 12.4004 21.7598 14 34.7002 16.2305 +c14.3994 2.46973 32.3301 5.55957 51.9297 25.1494c19.6006 19.5898 22.6699 37.5205 25.1396 51.9199c2.23047 12.9502 3.83008 22.2998 16.2305 34.7002s21.75 14 34.7002 16.2197c14.3994 2.48047 32.3193 5.56055 51.9199 25.1504 +c19.5996 19.5898 22.6699 37.5195 25.1494 51.9199c2.23047 12.9502 3.83008 22.3096 16.2305 34.71s21.7598 14 34.7002 16.2305c14.4102 2.46973 32.3301 5.5498 51.9297 25.1396zM31.4404 125.82l-11.5508 11.5498c-24.9893 24.9902 -26.6592 63.8398 -3.71973 86.7803 +l207.68 207.68c22.9404 22.9395 61.79 21.2803 86.79 -3.71973l11.54 -11.5508zM480.56 258.18l11.5508 -11.54c24.9893 -25 26.6592 -63.8496 3.71973 -86.79l-207.68 -207.68c-22.9404 -22.9395 -61.79 -21.2803 -86.79 3.71973l-11.54 11.5508z" /> + <glyph glyph-name="ice-cream" unicode="" horiz-adv-x="448" +d="M368 288c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48s21.5039 48 48 48h0.94043c-0.519531 4.51855 -0.94043 11.8779 -0.94043 16.4268c0 79.4883 64.5117 144 144 144s144 -64.5117 144 -144 +c0 -4.54883 -0.420898 -11.9082 -0.94043 -16.4268h0.94043zM195.38 -45.6904l-99.3799 205.69h256l-99.3799 -205.69c-4.66504 -10.1084 -17.4863 -18.3135 -28.6201 -18.3135s-23.9551 8.20508 -28.6201 18.3135z" /> + <glyph glyph-name="laptop-medical" unicode="" horiz-adv-x="640" +d="M232 224c-4.41602 0 -8 3.58398 -8 8v48c0 4.41602 3.58398 8 8 8h56v56c0 4.41602 3.58398 8 8 8h48c4.41602 0 8 -3.58398 8 -8v-56h56c4.41602 0 8 -3.58398 8 -8v-48c0 -4.41602 -3.58398 -8 -8 -8h-56v-56c0 -4.41602 -3.58398 -8 -8 -8h-48 +c-4.41602 0 -8 3.58398 -8 8v56h-56zM576 400v-336h-512v336c0.0771484 26.4189 21.5811 47.9229 48 48h416c26.4189 -0.0771484 47.9229 -21.5811 48 -48zM512 128v256h-384v-256h384zM624 32c8.83203 0 16 -7.16797 16 -16v-16 +c-0.104492 -35.2236 -28.7764 -63.8955 -64 -64h-512c-35.2236 0.104492 -63.8955 28.7764 -64 64v16c0 8.83203 7.16797 16 16 16h239.23c-0.230469 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46z" /> + <glyph glyph-name="pager" unicode="" +d="M448 384c35.3281 0 64 -28.6719 64 -64v-256c0 -35.3281 -28.6719 -64 -64 -64h-384c-35.3281 0 -64 28.6719 -64 64v256c0 35.3281 28.6719 64 64 64h384zM160 80v48h-80c-8.83203 0 -16 -7.16797 -16 -16v-16c0 -8.83203 7.16797 -16 16 -16h80zM288 96v16 +c0 8.83203 -7.16797 16 -16 16h-80v-48h80c8.83203 0 16 7.16797 16 16zM448 224v64c0 17.6641 -14.3359 32 -32 32h-320c-17.6641 0 -32 -14.3359 -32 -32v-64c0 -17.6641 14.3359 -32 32 -32h320c17.6641 0 32 14.3359 32 32z" /> + <glyph glyph-name="pepper-hot" unicode="" +d="M330.67 184.88h107.46l37.0498 -38.54c-48.5293 -87.4697 -206.54 -210.34 -419.18 -210.34c-30.9121 0 -56 25.0879 -56 56s25.0879 56 56 56c141.58 0 163.44 181.24 221.92 250.82l52.75 -24.2207v-89.7197zM461.76 313.25 +c27.7324 -25.2861 50.2402 -76.2676 50.2402 -113.798v-0.142578c0 -13.6797 -2.2998 -26.6895 -5.55957 -39.3096l-54.6807 56.8799h-89.0898v78.2402l-74.6699 34.29c22.3398 14.0498 48.3398 22.5898 76.3398 22.5898 +c16.4658 -0.00683594 42.0732 -5.36523 57.1602 -11.96c18.4502 37.2197 8.25977 61.96 1.40039 72.3203c-0.787109 1.14062 -1.42578 3.19043 -1.42578 4.57617c0 1.82227 1.03711 4.35449 2.31543 5.65332l22.9004 23c1.29688 1.31836 3.85156 2.38867 5.70117 2.38867 +c2.1123 0 4.90234 -1.33398 6.22852 -2.97852c18.5596 -23.4805 35.2998 -71.9102 3.13965 -131.75z" /> + <glyph glyph-name="pizza-slice" unicode="" +d="M158.87 447.85c181.91 -17.1699 332.02 -164.93 352.899 -345.71c1.87012 -16.2197 -7.89941 -31.54 -23.6191 -35.8994l-56.9404 -15.7803c-7.94043 186.39 -134.86 311.51 -322.479 317l14.8096 56.2705c4.12988 15.6992 19.1699 25.6396 35.3301 24.1191z +M100.4 335.85c176.069 -1.95996 294.88 -119.25 299.149 -294.14l-379 -105.1c-1.1709 -0.324219 -3.1084 -0.587891 -4.32422 -0.587891c-8.94824 0 -16.21 7.26172 -16.21 16.21c0 1.1582 0.239258 3.00781 0.53418 4.12793zM128 32c17.6641 0 32 14.3359 32 32 +s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32zM176 184c17.6641 0 32 14.3359 32 32s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32zM280 80c17.6641 0 32 14.3359 32 32s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32z" /> + <glyph glyph-name="trash-restore" unicode="" horiz-adv-x="448" +d="M53.2002 -19l-21.2002 339h384l-21.2002 -339c-1.55469 -24.8369 -23.0146 -44.9971 -47.8994 -45h-245.801c-24.8848 0.00292969 -46.3447 20.1631 -47.8994 45zM123.31 156.8c-10.0791 -10.6201 -2.93945 -28.7998 11.3203 -28.7998h57.3701v-112 +c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16v112h57.3701c14.2598 0 21.3994 18.1797 11.3203 28.7998l-89.3809 94.2598c-2.52441 2.72949 -7.5918 4.94336 -11.3096 4.94336s-8.78516 -2.21387 -11.3096 -4.94336zM432 416 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781 +c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120z" /> + <glyph glyph-name="trash-restore-alt" unicode="" horiz-adv-x="448" +d="M32 -16v336h384v-336c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48zM123.31 156.8c-10.0791 -10.6201 -2.93945 -28.7998 11.3203 -28.7998h57.3701v-112c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16v112h57.3701 +c14.2598 0 21.3994 18.1797 11.3203 28.7998l-89.3809 94.2598c-2.52441 2.72949 -7.5918 4.94336 -11.3096 4.94336s-8.78516 -2.21387 -11.3096 -4.94336zM432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16 +v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120z" /> + <glyph glyph-name="user-nurse" unicode="" horiz-adv-x="448" +d="M57.7803 160c-8.82227 0.00976562 -15.9814 7.17773 -15.9814 16c0 2.09277 0.761719 5.30957 1.70117 7.17969c15.2305 29.8203 31.2803 62.2305 42.1699 95.54c7.58008 23.1904 10.3301 47.6904 10.3301 72.0801v49.2002l128 48l128 -48v-49.2002 +c0 -24.3896 2.78027 -48.8896 10.3496 -72.0801c10.8701 -33.3096 26.9199 -65.6895 42.1504 -95.54c0.939453 -1.87012 1.70117 -5.08691 1.70117 -7.17969c0 -8.82227 -7.15918 -15.9902 -15.9814 -16h-82.3594c-22.5107 -19.6797 -51.6201 -32 -83.8604 -32 +s-61.3496 12.3203 -83.8604 32h-82.3594zM184 376.33v-16.6602c0 -2.75977 2.24023 -5 5 -5h21.6699v-21.6699c0 -2.75977 2.24023 -5 5 -5h16.6602c2.75977 0 5 2.24023 5 5v21.6699h21.6699c2.75977 0 5 2.24023 5 5v16.6602c0 2.75977 -2.24023 5 -5 5h-21.6699v21.6699 +c0 2.75977 -2.24023 5 -5 5h-16.6602c-2.75977 0 -5 -2.24023 -5 -5v-21.6699h-21.6699c-2.75977 0 -5 -2.24023 -5 -5zM144 288v-32c0 -44.1602 35.8398 -80 80 -80s80 35.8398 80 80v32h-160zM319.41 128c71.4902 -3.09961 128.59 -61.5996 128.59 -133.79 +c0 -32.1318 -26.0781 -58.21 -58.21 -58.21v0h-331.58c-32.1318 0 -58.21 26.0781 -58.21 58.21c0 72.1904 57.0996 130.69 128.59 133.79l95.4102 -95.3896z" /> + <glyph glyph-name="wave-square" unicode="" horiz-adv-x="640" +d="M476 -32h-152c-19.8721 0 -36 16.1279 -36 36v348h-96v-156c0 -19.8721 -16.1279 -36 -36 -36h-140c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h112v156c0 19.8721 16.1279 36 36 36h152c19.8721 0 36 -16.1279 36 -36v-348h96v156 +c0 19.8721 16.1279 36 36 36h140c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-112v-156c0 -19.8721 -16.1279 -36 -36 -36z" /> + <glyph glyph-name="biking" unicode="" horiz-adv-x="640" +d="M400 352c-26.4961 0 -48 21.5039 -48 48s21.5039 48 48 48s48 -21.5039 48 -48s-21.5039 -48 -48 -48zM396 231l-41.3604 33.1104l-58.25 -49.9199l41.3604 -27.5703c7.86426 -5.24316 14.248 -17.1689 14.25 -26.6201v-128c0 -17.6641 -14.3359 -32 -32 -32 +s-32 14.3359 -32 32v110.88l-81.7305 54.5205c-7.86621 5.24316 -14.251 17.1719 -14.251 26.626c0 8.12305 5.00488 19.0068 11.1719 24.2939l112 96c4.95508 4.25781 14.2803 7.71289 20.8135 7.71289c6.20215 0 15.1602 -3.15039 19.9961 -7.0332l71.2197 -57h52.7803 +c17.6641 0 32 -14.3359 32 -32s-14.3359 -32 -32 -32h-64h-0.0595703c-6.18262 0 -15.1152 3.13574 -19.9404 7zM512 192c70.6562 0 128 -57.3438 128 -128s-57.3438 -128 -128 -128s-128 57.3438 -128 128s57.3438 128 128 128zM512 0c35.3281 0 64 28.6719 64 64 +s-28.6719 64 -64 64s-64 -28.6719 -64 -64s28.6719 -64 64 -64zM128 192c70.6562 0 128 -57.3438 128 -128s-57.3438 -128 -128 -128s-128 57.3438 -128 128s57.3438 128 128 128zM128 0c35.3281 0 64 28.6719 64 64s-28.6719 64 -64 64s-64 -28.6719 -64 -64 +s28.6719 -64 64 -64z" /> + <glyph glyph-name="border-all" unicode="" horiz-adv-x="448" +d="M416 416c17.6641 0 32 -14.3359 32 -32v-384c0 -17.6641 -14.3359 -32 -32 -32h-384c-17.6641 0 -32 14.3359 -32 32v384c0 17.6641 14.3359 32 32 32h384zM384 352h-128v-128h128v128zM192 352h-128v-128h128v128zM64 32h128v128h-128v-128zM256 32h128v128h-128v-128z +" /> + <glyph glyph-name="border-none" unicode="" horiz-adv-x="448" +d="M240 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM336 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h32zM432 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM144 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM240 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM336 32c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 128 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 320c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h32zM240 128c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM240 320c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM144 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM240 416c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM336 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 416 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM48 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h32zM48 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM48 128c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM48 320c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM48 416c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM144 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32z" /> + <glyph glyph-name="border-style" unicode="" horiz-adv-x="448" +d="M240 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM144 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32 +c0 8.83203 7.16797 16 16 16h32zM336 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 224c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 128c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 32c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 320c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32zM432 416 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-368v-368c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v400c0 17.6641 14.3359 32 32 32h400z" /> + <glyph glyph-name="fan" unicode="" +d="M352.57 320c81.79 0 149.3 -61.6299 159.3 -141.33c1.30957 -10.4795 -7.17969 -19.6396 -17.6201 -18.5898l-123.11 12.4102c8.34082 -22.9707 12.8604 -48.9707 12.8604 -77.0605c0 -81.79 -61.6299 -149.3 -141.33 -159.3 +c-10.4795 -1.30957 -19.6396 7.19043 -18.5898 17.6201l12.4102 123.11c-22.9707 -8.34082 -48.9707 -12.8604 -77.0605 -12.8604c-81.79 0 -149.3 61.6299 -159.3 141.33c-1.30957 10.4795 7.17969 19.6699 17.6201 18.5898l123.11 -12.4102 +c-8.34082 22.9707 -12.8604 48.9707 -12.8604 77.0605c0 81.79 61.6299 149.3 141.33 159.3c10.4795 1.30957 19.6699 -7.17969 18.5898 -17.6201l-12.4102 -123.11c22.9707 8.34082 48.9707 12.8604 77.0605 12.8604zM256 160c17.6641 0 32 14.3359 32 32 +s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32z" /> + <glyph glyph-name="icons" unicode="" +d="M116.65 228.65l-96.79 99.8301c-28 29.0293 -26.4102 77.0996 5 103.88c27.3896 23.3398 68.1895 19.1396 93.29 -6.80078l9.84961 -10.1396l9.86035 10.1396c25.1396 25.9404 65.8896 30.1406 93.2793 6.80078c31.4102 -26.7803 33.0605 -74.8799 4.91016 -103.88 +l-96.75 -99.8301c-2.55566 -2.66992 -7.62891 -4.83594 -11.3252 -4.83594c-3.69531 0 -8.76855 2.16602 -11.3242 4.83594zM260.57 128.16c15.1406 -0.0107422 27.4297 -12.3086 27.4297 -27.4502v-0.00976562v-137.25v0c0 -15.1416 -12.2891 -27.4395 -27.4297 -27.4502 +h-233.141c-15.1406 0.00585938 -27.4297 12.2988 -27.4297 27.4404v0.00976562v137.25v0.00976562c0 15.1523 12.2979 27.4502 27.4502 27.4502h0.00976562h48l7 14.2402c3.67773 9.81445 15.168 17.7793 25.6484 17.7793h0.0117188h71.71h0.0107422 +c10.4814 0 21.9717 -7.96484 25.6494 -17.7793l7.08008 -14.2402h48zM144 -20c28.7041 0 52 23.2959 52 52s-23.2959 52 -52 52s-52 -23.2959 -52 -52s23.2959 -52 52 -52zM499.4 95.9004c9.70996 0 15.75 -8.79004 10.8691 -15.7002l-92.3994 -138.91 +c-2.19629 -2.90039 -6.93262 -5.25488 -10.5713 -5.25488c-0.0957031 0 -0.25293 0.00195312 -0.348633 0.00488281c-8.03027 0 -14.1201 6.25 -12.2305 12.9004l24.2002 83h-62.3096c-7.62012 0 -13.5 5.58984 -12.5 11.8896l16.7998 106.93 +c0.839844 5.2002 6.2002 9.10059 12.5 9.10059h75.5898c8.25 0 14.2803 -6.56055 12.1797 -13.21l-22.3594 -50.75h60.5801zM478.08 447.67c17.9199 2.75 33.9199 -12.1895 33.9199 -31.6699v-144.26c-0.269531 -26.3398 -28.7998 -47.6602 -64 -47.6602 +c-35.3496 0 -64 21.4795 -64 48c0 26.5195 28.6504 48 64 48c4.46191 -0.0400391 11.6299 -0.801758 16 -1.7002v47.1797l-112 -17.2197v-108.58c-0.269531 -26.3398 -28.7998 -47.6602 -64 -47.6602c-35.3496 0 -64 21.4805 -64 48c0 26.5205 28.6504 48 64 48 +c4.46191 -0.0400391 11.6299 -0.801758 16 -1.69922v106.77c0 15.9102 10.8701 29.4102 25.5098 31.6602z" /> + <glyph glyph-name="phone-alt" unicode="" +d="M497.39 86.2002c8.06055 -3.50586 14.6016 -13.4844 14.6016 -22.2744c0 -1.48828 -0.264648 -3.87402 -0.59082 -5.32617l-24 -104c-2.37109 -10.2666 -12.8477 -18.5996 -23.3848 -18.5996h-0.015625c-256.1 0 -464 207.5 -464 464v0.00585938 +c0 10.5371 8.33301 21.0137 18.5996 23.3838l104 24c1.45996 0.332031 3.8584 0.601562 5.35547 0.601562c8.73242 0 18.6533 -6.49707 22.1445 -14.501l48 -112c1.06836 -2.49219 1.93457 -6.71582 1.93457 -9.42773c0 -6.28613 -3.95801 -14.6064 -8.83398 -18.5723 +l-60.6006 -49.6006c31.3398 -66.4688 110.721 -145.85 177.19 -177.189l49.5996 60.5996c3.97559 4.86914 12.3047 8.82129 18.5908 8.82129c2.70508 0 6.9209 -0.860352 9.40918 -1.9209z" /> + <glyph glyph-name="phone-square-alt" unicode="" horiz-adv-x="448" +d="M400 416c26.4961 0 48 -21.5039 48 -48v-352c0 -26.4961 -21.5039 -48 -48 -48h-352c-26.4961 0 -48 21.5039 -48 48v352c0 26.4961 21.5039 48 48 48h352zM383.61 108.63c0.198242 0.919922 0.373047 2.42969 0.389648 3.37012 +c-0.262695 5.28613 -4.33496 11.4648 -9.08984 13.79l-70 30c-1.57422 0.613281 -4.22168 1.15527 -5.91016 1.20996c-3.82422 -0.209961 -9.02539 -2.67383 -11.6104 -5.5l-31 -37.8896c-41.5469 19.6025 -91.1768 69.2324 -110.779 110.779l37.8896 31 +c2.82617 2.58496 5.29004 7.78613 5.5 11.6104c-0.0546875 1.68848 -0.597656 4.33594 -1.20996 5.91016l-30 70c-2.32812 4.75098 -8.50586 8.82324 -13.79 9.08984c-0.94043 -0.0205078 -2.4502 -0.195312 -3.37012 -0.389648l-65 -15 +c-6.19238 -1.6582 -11.4033 -8.20312 -11.6299 -14.6104c0 -160.29 130 -290 290 -290c6.58496 0.00292969 13.1309 5.21289 14.6104 11.6299z" /> + <glyph glyph-name="photo-video" unicode="" horiz-adv-x="640" +d="M608 448c17.6641 0 32 -14.3359 32 -32v-320c0 -17.6641 -14.3359 -32 -32 -32h-128v320h-192v-64h-160v96c0 17.6641 14.3359 32 32 32h448zM232 345v30c0 4.96777 -4.03223 9 -9 9h-30c-4.96777 0 -9 -4.03223 -9 -9v-30c0 -4.96777 4.03223 -9 9 -9h30 +c4.96777 0 9 4.03223 9 9zM584 137v30c0 4.96777 -4.03223 9 -9 9h-30c-4.96777 0 -9 -4.03223 -9 -9v-30c0 -4.96777 4.03223 -9 9 -9h30c4.96777 0 9 4.03223 9 9zM584 241v30c0 4.96777 -4.03223 9 -9 9h-30c-4.96777 0 -9 -4.03223 -9 -9v-30 +c0 -4.96777 4.03223 -9 9 -9h30c4.96777 0 9 4.03223 9 9zM584 345v30c0 4.96777 -4.03223 9 -9 9h-30c-4.96777 0 -9 -4.03223 -9 -9v-30c0 -4.96777 4.03223 -9 9 -9h30c4.96777 0 9 4.03223 9 9zM416 288c17.6641 0 32 -14.3359 32 -32v-288 +c0 -17.6641 -14.3359 -32 -32 -32h-384c-17.6641 0 -32 14.3359 -32 32v288c0 17.6641 14.3359 32 32 32h384zM96 224c-17.6641 0 -32 -14.3359 -32 -32s14.3359 -32 32 -32s32 14.3359 32 32s-14.3359 32 -32 32zM384 0v96l-96 96l-128 -128l-32 32l-64 -64v-32h320z" /> + <glyph glyph-name="remove-format" unicode="" horiz-adv-x="640" +d="M336 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h32.4902l26.5098 79.5996l67.0898 -51.8301l-9.25977 -27.7695h11.1699zM633.82 -10.0996 +c3.41309 -2.65234 6.18359 -8.3125 6.18359 -12.6357c0 -3.02734 -1.50684 -7.42383 -3.36426 -9.81445l-19.6396 -25.2705c-2.65234 -3.41211 -8.31152 -6.18262 -12.6338 -6.18262c-3.03125 0 -7.43359 1.51172 -9.82617 3.37305l-588.36 454.72 +c-3.41016 2.65234 -6.17773 8.31055 -6.17773 12.6309c0 3.02832 1.50879 7.42773 3.36816 9.81934l19.6299 25.2695c2.65234 3.41309 8.31152 6.18262 12.6338 6.18262c3.03125 0 7.43359 -1.51074 9.82617 -3.37207l114.54 -88.5205v43.9004c0 8.83203 7.16797 16 16 16 +h416c8.83203 0 16 -7.16797 16 -16v-96c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v32h-117.83l-49.1699 -147.59zM309.91 240.24l31.9199 95.7598h-117.83v-29.3604z" /> + <glyph glyph-name="sort-alpha-down-alt" unicode="" horiz-adv-x="448" +d="M176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262l-80 96c-10.0703 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32 +c8.83203 0 16 -7.16797 16 -16v-304h48zM288 224c-8.83203 0 -16 7.16797 -16 16v17.6299v0.00292969c0 7.93262 4.81152 18.6475 10.7402 23.917l61.2598 70.4502h-56c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128c8.83203 0 16 -7.16797 16 -16 +v-17.6299v-0.00292969c0 -7.93262 -4.81152 -18.6475 -10.7402 -23.917l-61.2598 -70.4502h56c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128zM447.06 -10.6201c0.514648 -1.44043 0.931641 -3.85059 0.931641 -5.37988 +c0 -8.82715 -7.16406 -15.9951 -15.9912 -16h-24.8398h-0.0449219c-6.42773 0 -13.249 4.96387 -15.2256 11.0801l-4.40918 12.9199h-71l-4.4209 -12.9199c-1.97559 -6.11621 -8.79688 -11.0801 -15.2246 -11.0801h-0.00488281h-24.8301 +c-8.82715 0.00488281 -15.9912 7.17285 -15.9912 16c0 1.5293 0.416992 3.93945 0.931641 5.37988l59.2695 160c2.09277 5.8623 8.84375 10.6201 15.0684 10.6201h0.00195312h41.4395h0.00195312c6.22461 0 12.9756 -4.75781 15.0684 -10.6201zM335.61 48h32.7793 +l-16.3896 48z" /> + <glyph glyph-name="sort-alpha-up-alt" unicode="" horiz-adv-x="448" +d="M16 288c-14.2197 0 -21.3496 17.2598 -11.3096 27.3096l80 96c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262l80 -96c10.0703 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32 +c-8.83203 0 -16 7.16797 -16 16v304h-48zM288 224c-8.83203 0 -16 7.16797 -16 16v17.6299v0.00292969c0 7.93262 4.81152 18.6475 10.7402 23.917l61.2598 70.4502h-56c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128c8.83203 0 16 -7.16797 16 -16 +v-17.6299v-0.00292969c0 -7.93262 -4.81152 -18.6475 -10.7402 -23.917l-61.2598 -70.4502h56c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-128zM447.06 -10.6201c0.514648 -1.44043 0.931641 -3.85059 0.931641 -5.37988 +c0 -8.82715 -7.16406 -15.9951 -15.9912 -16h-24.8398h-0.0449219c-6.42773 0 -13.249 4.96387 -15.2256 11.0801l-4.40918 12.9199h-71l-4.4209 -12.9199c-1.97559 -6.11621 -8.79688 -11.0801 -15.2246 -11.0801h-0.00488281h-24.8301 +c-8.82715 0.00488281 -15.9912 7.17285 -15.9912 16c0 1.5293 0.416992 3.93945 0.931641 5.37988l59.2695 160c2.09277 5.8623 8.84375 10.6201 15.0684 10.6201h0.00195312h41.4395h0.00195312c6.22461 0 12.9756 -4.75781 15.0684 -10.6201zM335.61 48h32.7793 +l-16.3896 48z" /> + <glyph glyph-name="sort-amount-down-alt" unicode="" +d="M240 352c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-64zM240 224c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-128zM496 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-256c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h256zM240 96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h192 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-192zM176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262l-80 96 +c-10.0801 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32c8.83203 0 16 -7.16797 16 -16v-304h48z" /> + <glyph glyph-name="sort-amount-up-alt" unicode="" +d="M240 352c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h64c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-64zM240 224c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h128c8.83203 0 16 -7.16797 16 -16v-32 +c0 -8.83203 -7.16797 -16 -16 -16h-128zM496 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-256c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h256zM240 96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h192 +c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-192zM16 288c-14.2197 0 -21.3496 17.2598 -11.3096 27.3096l80 96c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262l80 -96 +c10.0801 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v304h-48z" /> + <glyph glyph-name="sort-numeric-down-alt" unicode="" horiz-adv-x="448" +d="M176 96c14.2197 0 21.3496 -17.2598 11.3301 -27.3096l-80 -96c-2.58691 -2.58496 -7.65332 -4.68262 -11.3105 -4.68262c-3.65625 0 -8.72266 2.09766 -11.3096 4.68262l-80 96c-10.0703 10.0693 -2.90039 27.3096 11.29 27.3096h48v304c0 8.83203 7.16797 16 16 16h32 +c8.83203 0 16 -7.16797 16 -16v-304h48zM400 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v64h-16c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16 +c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-112h16zM330.17 413.09c53.4502 14.25 101.83 -25.8799 101.85 -77.0898v-10.7695c0 -70.3906 -28.25 -107.23 -86.25 -132 +c-8.36914 -3.58008 -18.0293 1.2793 -20.8994 9.90918l-9.90039 20c-2.62012 7.87012 0.610352 16.9404 8.18066 20.3408c6.2793 2.71387 15.6201 8.49805 20.8496 12.9092c-47.6396 4.76074 -83.0996 51.4805 -68.8301 102.53c6.80762 23.4512 31.4482 47.7197 55 54.1699z +M352 316c11.04 0 20 8.95996 20 20s-8.95996 20 -20 20s-20 -8.95996 -20 -20s8.95996 -20 20 -20z" /> + <glyph glyph-name="sort-numeric-up-alt" unicode="" horiz-adv-x="448" +d="M107.31 411.31l80 -96c10.0703 -10.0693 2.90039 -27.3096 -11.3096 -27.3096h-48v-304c0 -8.83203 -7.16797 -16 -16 -16h-32c-8.83203 0 -16 7.16797 -16 16v304h-48c-14.2197 0 -21.3496 17.2598 -11.3096 27.3096l80 96 +c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262zM400 32c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-96c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h16v64h-16 +c-8.82422 0.0078125 -15.9863 7.17578 -15.9863 16c0 2.08984 0.759766 5.30176 1.69629 7.16992l16 32c2.44141 4.87012 8.84277 8.8252 14.29 8.83008h48c8.83203 0 16 -7.16797 16 -16v-112h16zM330.17 413.09c53.4502 14.25 101.83 -25.8799 101.85 -77.0898v-10.7695 +c0 -70.3906 -28.25 -107.23 -86.25 -132c-8.36914 -3.58008 -18.0293 1.2793 -20.8994 9.90918l-9.90039 20c-2.62012 7.87012 0.610352 16.9404 8.18066 20.3408c6.2793 2.71387 15.6201 8.49805 20.8496 12.9092c-47.6396 4.76074 -83.0996 51.4805 -68.8301 102.53 +c6.80762 23.4512 31.4482 47.7197 55 54.1699zM352 316c11.04 0 20 8.95996 20 20s-8.95996 20 -20 20s-20 -8.95996 -20 -20s8.95996 -20 20 -20z" /> + <glyph glyph-name="spell-check" unicode="" horiz-adv-x="576" +d="M272 192c-8.83203 0 -16 7.16797 -16 16v224c0 8.83203 7.16797 16 16 16h75c42.2998 0 80.9004 -30.5703 84.6699 -72.6797c0.186523 -2.02051 0.337891 -5.30762 0.337891 -7.33691c0 -11.0186 -4.20996 -27.8516 -9.39746 -37.5732 +c14.0186 -13.0674 25.3965 -39.2256 25.3965 -58.3906c0 -1.29199 -0.0615234 -3.38867 -0.136719 -4.67969c-2.50977 -43.1396 -41.3105 -75.3398 -84.5098 -75.3398h-91.3604zM312 392v-48h40c13.248 0 24 10.752 24 24s-10.752 24 -24 24h-40zM312 296v-48h56 +c13.248 0 24 10.752 24 24s-10.752 24 -24 24h-56zM155.12 425.75l68.2998 -213.48c0.320312 -1.15625 0.580078 -3.06934 0.580078 -4.26953c0 -8.83203 -7.16797 -16 -16 -16v0h-24.9297h-0.000976562c-6.71875 0 -13.626 5.25488 -15.4189 11.7305l-11.9404 36.2695 +h-87.4199l-11.9404 -36.2695c-1.79297 -6.47559 -8.7002 -11.7305 -15.4189 -11.7305h-0.000976562h-24.9297c-8.82617 0.00488281 -15.9902 7.17383 -15.9902 16c0 1.2002 0.259766 3.11328 0.580078 4.26953l68.29 213.48c3.92871 12.2822 17.583 22.25 30.4785 22.25 +h0.00195312h25.2793h0.00195312c12.8955 0 26.5498 -9.96777 30.4785 -22.25zM89.3701 304h45.2598l-22.6299 68.7002zM571.37 171.52c2.58203 -2.58594 4.65723 -7.65039 4.65723 -11.3047c0 -3.64551 -2.08594 -8.70117 -4.65723 -11.2852l-208 -208.21 +c-2.5752 -2.60449 -7.6377 -4.71777 -11.2998 -4.71777c-3.66309 0 -8.72559 2.11328 -11.3008 4.71777l-112 112.21c-2.57617 2.58496 -4.66699 7.64551 -4.66699 11.2949c0 3.65039 2.09082 8.70996 4.66699 11.2949l45.3008 45.3008 +c2.57324 2.60352 7.63379 4.71777 11.2949 4.71777s8.72168 -2.11426 11.2949 -4.71777l55.4102 -55.5l151.5 151.5c2.57324 2.60352 7.63379 4.71777 11.2949 4.71777s8.72168 -2.11426 11.2949 -4.71777z" /> + <glyph glyph-name="voicemail" unicode="" horiz-adv-x="640" +d="M496 320c79.4883 0 144 -64.5117 144 -144s-64.5117 -144 -144 -144h-352c-79.4844 0.00390625 -143.993 64.5156 -143.993 144c0 79.4883 64.5117 144 144 144s144 -64.5117 144 -144c0 -24.1113 -10.8711 -59.9512 -24.2666 -80h112.52 +c-13.3955 20.0488 -24.2666 55.8887 -24.2666 80c0 79.4883 64.5117 144 144 144h0.00683594zM64 176c0 -44.1602 35.8398 -80 80 -80s80 35.8398 80 80s-35.8398 80 -80 80s-80 -35.8398 -80 -80zM496 96c44.1602 0 80 35.8398 80 80s-35.8398 80 -80 80 +s-80 -35.8398 -80 -80s35.8398 -80 80 -80z" /> + <glyph glyph-name="hat-cowboy" unicode="" horiz-adv-x="640" +d="M490 151.1c-38.7695 -12.5898 -93.7305 -23.0996 -170 -23.0996s-131.19 10.5303 -169.99 23.1201c9.50977 57.4102 39.5098 232.88 97.71 232.88c14 0 26.4902 -6 37 -14c8.62988 -6.57812 24.4395 -11.917 35.29 -11.917s26.6611 5.33887 35.29 11.917 +c10.5098 8.07031 23 14 37 14c58.21 0 88.21 -175.51 97.7002 -232.9zM632.9 188.28c3.90625 -2.625 7.08594 -8.57422 7.08594 -13.2803c0 -1.5752 -0.442383 -4.05273 -0.986328 -5.53027c-0.730469 -2.01953 -77.3203 -201.47 -319 -201.47s-318.27 199.45 -319 201.47 +c-0.537109 1.46973 -0.973633 3.93164 -0.973633 5.49512c0 8.83203 7.16797 16 16 16c3.39844 0 8.20215 -1.84766 10.7236 -4.125c1.01953 -0.899414 102.42 -90.8398 293.24 -90.8398c191.89 0 292.16 89.8799 293.16 90.7803 +c2.53418 2.3291 7.38477 4.21875 10.8262 4.21875c2.69141 0 6.68945 -1.21777 8.92383 -2.71875z" /> + <glyph glyph-name="hat-cowboy-side" unicode="" horiz-adv-x="640" +d="M260.8 156.94l98.0098 -84.4805c78.1904 -67.3896 129.98 -104.46 233.19 -104.46h-546.12c-14.0498 0 -27.1299 7.53027 -35.8799 20.6396c-9 13.4707 -12.1201 30.7002 -8.57031 47.3008c20.04 93.3398 85.5703 156.06 162.971 156.06 +c34.3994 0 67.7695 -12.1201 96.3994 -35.0596zM495.45 175.23c114.95 -7.90039 144.55 -101.841 144.55 -127.23c0 -26.4961 -21.5039 -48 -48 -48c-97.0996 0 -141.24 35.46 -212.31 96.7002l-98 84.4795c-35.29 28.2705 -75.5 42.8203 -117.29 42.8203 +c-7.09082 0 -13.8906 -1.16992 -20.79 -2l6.88965 65.21c2.72852 25.4766 25.2852 50.4707 50.3496 55.79l191.15 40.5898c3.63574 0.773438 9.60254 1.40137 13.3193 1.40137c29.7891 0 58.0498 -23.8301 63.0811 -53.1914z" /> + <glyph glyph-name="mouse" unicode="" horiz-adv-x="384" +d="M0 96v128h384v-128c0 -88.3203 -71.6797 -160 -160 -160h-64c-88.3203 0 -160 71.6797 -160 160zM176 448v-192h-176v32c0 88.3203 71.6797 160 160 160h16zM224 448c88.3203 0 160 -71.6797 160 -160v-32h-176v192h16z" /> + <glyph glyph-name="record-vinyl" unicode="" +d="M256 296c57.4082 0 104 -46.5918 104 -104s-46.5918 -104 -104 -104s-104 46.5918 -104 104s46.5918 104 104 104zM256 168c13.248 0 24 10.752 24 24s-10.752 24 -24 24s-24 -10.752 -24 -24s10.752 -24 24 -24zM256 440c137 0 248 -111 248 -248s-111 -248 -248 -248 +s-248 111 -248 248s111 248 248 248zM256 64c70.6562 0 128 57.3438 128 128s-57.3438 128 -128 128s-128 -57.3438 -128 -128s57.3438 -128 128 -128z" /> + </font> +</defs></svg> diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.ttf b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.ttf new file mode 100644 index 0000000000000000000000000000000000000000..16d4469b02add8bc87a91e4eaa69983864500c00 GIT binary patch literal 192472 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�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	m*VqAUt9X4}1tzKmv7<<^(ZqBBp8iZm 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%0A!#6bE1npH=d5vzo~5q- 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 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff new file mode 100644 index 0000000000000000000000000000000000000000..608f9e1b0336147699c0675f3162466f505339dd GIT binary patch literal 98384 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ℑ^NhX#{FOmqacy9^ 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 UySFn0x4_^rl5COuA7&Ilc)vo;l>h($ literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2 b/public/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..5a60d47c110162f63eb46519e9c419c1a7a99a00 GIT binary patch literal 75728 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%0A2_Sgi#b-O}0D8D3IGRd7sRfrg*_?$_aU3qjHBF z#H61G(23NxH6w@VTNU%H2YHA`!Anr;$?{?(=JX4=b7taoMk-Rv^lXtC(V`}g$Zo`? zVGs=>6vv47fC&dtQ(nxuB-(prl~~32-qg3K0I~0dJa+)ZnH^ppXn{?=dF!xRZDvn^ z{Qc|=l-Y8N0+Npks0$cOYaD<CbIb$H1rdN1h{X%Q5e_*lY;}MQfG8Vrs3!=43~LAf z0x(_aW4Q1ar&@d>f>D{u)Xwx5!DwsIoGByd3{>&~a;hLVASY4LAQl_e-=Z=QSv?22 zQEwDQXk?ohlNS%H!c-c?(D-CA&)>V|AYph(UXav#PYJac6ek<gs}vNJ0zHo7<28u~ zkp@hC1PD-OHfyvdDag-{|DII8!Clz_ooQB?>gm7~aN&d8L<!>MmdN0NL4+S%9egVr zTv>P16v9tf7%f8fi2E7mL_8SgV`hAom65WgDmDd?QlB>mWRKZ|Y+6H^YhS&vGqY++ z;)Ml4;dgvf;^qNq3dKX^5&$K%E+JO45nICO8fBrGL!kwYZrXski0*+NF-3vC#(HvH z3MgZ$USz8@+19`c&K5C=$P|rp$jvLgsV(LffQE6}|M_5`iO#uVP0SE`91)tk(&aRg z3k|ZIOj1mQF$rl$HNnVSh9hDP3o!CtK}dTEmW{KD@0{xuWraa%+vOv(rdOI58cHo5 z@bIJo%A&ldEVtLrpZ?HcuCAe0wMU+&48|v@>dodvbv1H4zF@UkLn+8>Qwh83lCDVt zsj{kumhV)4Bj88Tyi3GiBk7<GLtg>7RiEKgJSyM<(u9$xBOpPQX9l0my;8pz#%~fH z;PQ#+tr0Uiy!02*t;U`CXZjyVrAw{<1&kL7MwJAv%h&W0mB*s|F8&WdsuU=n$)p^X zhy8Tcq0OJyJe*fKNnCVYf00~(okX^uP26R56n7<$O1+AzCIT9<5n!s$w!AnK5Ek8H zzA2K7w@fq26UCp`VP4%OSCuSIS!UwUWc-Xp=0MDjftT{U5P-BaabUT^%lH7H`#uoW zlMmE*i(Uqp6X?rac(ef9A6%`a&rg`7ic*H%uee;cQ33s-ofq`S^;$|D>}SV()qL9k zB-}F12!ICwbb?EZ@MPZiWZis{o)7>LBhI#9xjdavmH|f~N6On+T1V1<x2{r!V1m9N zC#tr(aqpeal*$f?s<XC~`^Pk05Iv`qQTRc6p~xvaKlc6M8nbkwCK+Xr(mI1eqbT(G z@V3&O>0PaLT8)TSX{v<fq7v%R&9SxI9^9}T@DhIsaAS_yUYM}u4a2tt463aLWp#O) zMl_UFF}f%|D@8U2ylN#Jh&&>xAVlJ$DFBcU-zhPoJYxY0-O&maP}!|fNBDk}Ma7eS z1gYJr`WwT=iT4W!xIh593pWMyPI@YEzIx%6;?fyr0fLZX2`OV}HfUyRb)qIE3VILJ zhu|YMW;$qbbt8MFEoRYx7+73tjNcNS1Wp6uJf?bAyTB^rSGVIV&wN^TlEQABizj!J zs%NK#@Gk=wu0Jh#Wsp@;uN2h(xR!n9!3qSQq&mPT3FX)9<9VkE^&CPdgcM1L7FTs~ zA|7RcvSG|7^Z@QK=*Hl>ELcse9(KLXOmaPEujf+Bcw}{)jzDE!cdf{n<PP)YR<+>h zmqXrlk8BM#a>32z<|-nmkM@&BF*>GSQ65%33JzxepxR48<Z%okNZ=Gx<j7`1iTh{J zfTv(-BK<%H;S*To<oaYoyl2*cP{tJS_x*(OHbYXtT-pOZlF8B!x^fUKJVHW{RlSG^ zvjmGJdD=%^)`txMe{~79=Zac_Wzwr#qM!OoA+b!8!b~p}nU~3|V~Nz#iW)vR4g6C5 zhyi?2(imSaUuf&wc|(g-+00(j;^T9~F1C)FBEFtMBxg&hHt+W92p8t}we>@DWDSja z9~xpHyY838iIT6VQP1;)4QdPcsx_f8HYqNfT<Eg~-zXcDQJg0J@CHa@&(J3n#J?xt zAV)e7lOE;MdXlnv_zbo*KL8qqA1csKbvzHB<2VuZ>Pbm+&qHQSC?I(4wiCsBJN=;G z7ay)|G0sdz!A{FDq@AGRMJypebe(*TXl7kD#n~>tjzf9r<AnP42^rv>)RI0x`b$Ot zY;E04>Ue4~M5UdRl+t*%gE1#Y_SyvRIPREml8&?F1KLaz8WaV5K<14W3~O=uJfByI zgfz1N1wH?3b=nB*(2S5(D`N^lDzCdYoOmdtjA_{?ieny!Br}aN1z_@aqCY%^3duT_ zao!Ko1#9ny9beZbgp(T(nu{{Ba>nF^$w;o}{zspLBD#f9YScwRufwI&EQZ<q@|v-l zgI=pGYUZ@AQTq5>6yJewmO5Nz>)k2kST1{gqa(?4Hlen$VlJ<{oSMB*JX;(iLkxzI zK_e2Z)Hf7>X;ApB=%Y9Pyb|s(#1|Kp5lj}PNiw-~1B>U|7W@Ds{M~DhYMEu}YA?M2 zU@#$(jL~N}k>^sekVM4<)pEAy2rU$tr6Uy1-av4pj(bucQ_P0U+|z_9__Qd&PrZv% zwECXh@GzD5+}7(;wtyWJX(aR>p7TGcFTqz`;h9tNZW`ikl9#^LE_*ClC>q!Iy+b*! zB#gH>GFLUMGis2IZJ6tXAUnh;BL_2z(acF(nmWbCB^1v;BskhgTart`#)&cyvVC}Y z6vxL_=;ecS3Kh}Aqb?Fd>1&G2ZhzA1l^#s9>)wo|%(BZBbBPXZn4bDj!lCcTB5A7G zwwK#^a!}juiak9cI?XPGnqe1-5Qk5dKCj-chY?FL&2f&m+ivSmy~U-ON%A?qGxqGU zsq|uKfRDi;Vr6pi$=-u4xm=CLQsd5f(+^g18}yBm069YP!|`K`8Y#GOd0dBQUvNCr zB|5_5S`H$v3Ixu<b%j!-p#gOQRcah1PuN?762wj6rENb#o$QeWB1!&?F$^-MWb9_M zh&Bp%SH?Pa);Drfl~3Gu-tQ8YAi)>jq<<dSH0?4hBl#WmPu*qQo!<k@U{b;zZea#T zQMN2sl9H!uJ#g+r7mM#yIKHECjYPx<$^(%98N<YF>cDbS>$-Le8jz;N6qACHzl;p_ zuw|>fS0oGRKCVhcD&pBBmZiSb0VX(<y#b*FUJddx)9dtF_PRtvOv1E5tau*SMHEu_ zKnoB~uF~;E|6XB#1Iq*ou&1JbC9P^xkApJ60YD`Ynv2Xh-1To;fqMNrPQvBnx4`+v z^KhDf;aR*`$E#0TSn0O;r!lf`$?&a#8FoPZKdfE)*5|(ita$sAO0SBds~rsv_J@7l ztaYyleeP(pQz<D6O-oBu!MNYi<1p_YS9SEbK7}@bqf7USz}-P?`*rbL<x}(OyuTki z{3Xu>J~}tMX<>UI8)GeKx-C6f%R%yZj<q2)*W-M~nka#a@uP){MeoUm0z2d+lPKyz zJ#-otnrQ@FQG^82Fn`zzeB+B0E1!Tzjw-Mxwg~0x@l!nq&X`x6rqWE8+Uticz<phI zvd>w1qTkboS``c=Mu;7t$Pg^AZb2|4KOQUDoSqcVV0lh$duDZ)+EYZThd;hcw9`NY zI=fpts|Wu<GDX-IcJPO&#r0ak+jx$9k$h4WZJp0x$q?DK!rk|ur5O2*9PhhFZH#5G zVe88`4%6l$;^P{2RGT7j8kji+(T7huPwxX*1O__@3n$$X4{$l8f_=S;n7{kJY^(VG zUSr0%B{e2$_g@Mz8_iR?<4F(8gy=^#g37}d@g?$iif8UBNp(Ft>DlQ{5_Agp6LQ_I zS$D6TUe=>*><U9sSQw3&Tq{HeZilj(21TVNA#E`F-VnNqkR(pI93N#=PG{Jzhl!D~ z-Ug$M&e&4cd$2f~wqBw?hOsW!UU(yWaT%b+uwW;Sqcb<&6x=bRTUa47Mv(!6_@3&o zcVdle9UaJ=%tU5v_D%iG-A)eHA{Pr$b0404TST{Of|{#;7>)TbHn>l@y~;311wN!- zLDn!^ERpo|%$l&zM+`Nhr(lJ}l_wZUVFwFX^E`!A5kDLOeoG5Mp}b4&`&}${eBkML z5}E-oJ5G)z&2sr0cs!goMUZFukCcpVX1Im!qMu7h;RF-VKlsW-HvxjdW4&u6Foy+) zi24YsJcj$(01-tfXaUVoVi>yez^aFUSGg8Z&7H@VvqZTS`dw5Y7Jf%`Zl589kTGL! z3J6sIzUCnZJOXd{w^uUNn@h??KUF#n(}{Y{z=5@6+Qrx}$0~d!Q!b>+*-O=|cbM{n zt%50@*f{FQ{VE#C-qLW5EvMbw1y^aUtnb_`)|b|{Z!a{4yrkjHoAZm-)DD(JubVHS zLv;2Vi<|hKnbYxa0a4%MP)t&u?r*Pk7${qLt2D(n)2Za$jItoLN|X1gKYjJx4^9|n z+h2eNt6IC1v2jP4ukt@VxVXZ3ljZ!v0SnMgn%h?^Y^e?t8{}vljfJ34g!iMNOQX!o z`v(A)E?>D4ZPsVcZe9ntHCh(5vV8Sw((Er^-nb=5A<uQ;3lk~GexWjlnpjM#KH~R8 zGqPMz#74h&V`Dn2ygUpeqg}L^ED{9{2zIf}PU+Y&p{RB$aMUJ@STQUOI9R}{$uO(3 z_ScO(G!v3(8aBtaTHU{GMJF6~3$~rJTL5=m-|kUx?s$YoMRc-^`~SXY(2$G+yM!vl z46aJo%tu&+r6c3`+Zmgth*}egOK#pIP*G<y*nsP2(dT!MK!<13(BsE$!$6$BsaqnK z)opR>oDSKY<J4!F9Cg{zdlbN#8`uP>JAb{DbC<wv+$3rdopkG_KUalX((F-NO93zo z=H036I9IQ+hL<;}rQNv8f7hWB9pJedP3h%qby-+Cz!EMPt28#{kqSTG`ptB0lWpuF z3`Er6JAN)R<w<uH%WfW-DdAjIbmV|%s%Bu)&Y32#N#@3N3>qGTo71J6yz5V(gPQ66 zWtmg@(nsGRnRzlS8e5Y`+=mAkOrR~I1X<luxEp<vaz;ZK7Hp7?5NighLS@23F;&qG zQ<%j!e$GwLA(g7=M9hhmx`if|Yl3DrZKSM%wkN-Y`A?YjN>X-_VV*_v059yf7R)I& zr!vKMiTLM|y%^22t%<K}bw2XyQJmMUky%j-Nnb08p#&~O9{KxT7Y212(n`$71B{Q8 zt;SRINS^`Ehf+6#h0>XU{A7TG9u2VoZfGh{?xGIO2@rP~z~sq_1VuN9nFGT_9AzSe zL?ke4CKJ@ZXMDLNimS=tKe#jN>(ec&*Jh%!a;L>gLOzSBZyTriE2lz%XR5hrgi!rT zsbN=qVcnW*JOk>33HVu#TU9xuMYMIb+_Z|kZj_KA+Gr9~+%eCo-9>-zIwA@QVtjYP z_R*>XHLR-Y%RA|ivnzvEec-t7&PM>u3WT~<mN6GOxSYCKE(;_=h<8|Awd@kYf4c4H zXG`f1M+E8f_)c$+<~_MGrd04X5=Az4ad0cBcI`8lom&5(w|TXqh<O;|z>qp2BX`z~ zr#kJPudF%><#1-~A6@oBjg<}f&{TZe<r-@&V@diaCbWx}2bC%Hr|PCufNDHS45<lu z!sC*#ga`uLBl0ELjVHxWF^Hsi@)!&+g}A4|?Y@VFD8P{hdepj2M8lZ~*`^2f@p?wL zSN}-a;>Iu{-~ya;^&TPh5djl|)oINUF~`m*6VX^iil{N<3AH^+w`%kReLJIJIz!gZ zk>I%7C^Cu!9@2C<ck3BL!~K1O1N_|Gd*{#IxjhZ|GpeX&#Sq`_pC_AfHO8Nv2AN09 z!svS<;$Ze5q2I<YlQc6BtUHVA2Uf;1B4}ewTl#76L_PA$rVg8PTyIb7b)^>RJr6~- zJ%R*yz=;j>3k)RG$zXBhLm+gIKQq&e(r8?rW^&4V?1hSf>~^X3y-W2(z=}P0K%Nh< zZ~)C~oR$@Rr=!{G-PaSk1=b~Ujp^)1>Rt0|)IU%z-5-%;ifERH<23sb4y$Y^gT3;o zgoG@I@>rdKrgm8Bx-(7aG9+c?Gf1T^f_|_Y67O|^fSyXxSFp>HF%z}Jn;*2bJ1lOy zU%?*H;Z5Soqh}tt!kZ(6Wt@bqOk2%hNOUKo+x;$IPV#V$wuo_k!!GSSa4#k8e=!51 z5op{}tHe}+KmoL|5fw<@s%+1LIR9#&ja2Z$+0Ud+;)rBv)6$r<e;ZA(%a(>?X<xPu z9SLKPf8Wd{gK4v7zFlxUVeA>sm&pcEM2QcXvb&9>Z^gnWhKaplG~E#(id1YR@s-6W zp14KQzSV&NIG%Pt$9PFo^Eeq{H&7z7nWx>gkEtaX-=6Zu+LB9!DdYBmq3?X)lP}kA z@yhfq^#F5EL-f?gb+HJFV3=S5mC!M+d-fq9;xo0V6`xhD2rh{4Js~-PRon91AJo1s zEQk(Ts+5BTBSfK`*a{5Kd0L4AwzsT*s{#iI>YsZUiZ;s#6<7i;X^Sz-gIYlps)3$) zaph4IB^pLycKCc<ahJuIW}L>ynRM{?vL?2C#$U4>n?VQ}$<Zm>SjGqOAtWJiDtiWK zR><=WrT%f$YK}L<s7WKyS~_5U8=0SIRT)E@db{clluhC`j_Yx~(&8fhxgH%!s~vW8 zfzm;ltxB~aaaqGFP?OQnsv#!tjd`|Y&Ja7ut^%c~e=LsWx=8?XmkOI2A9C2x?AtVI zZROe5!nP?rbT*qjH-Pi-xmQESc#?LmM}0^Jx?liPrx#GRP)zO_I4ArC0@Gv88eeSQ z_9$PkDy@ly@+J?F=#<S_2G4C7<FW-)pZ*UCr=Mz0G|A{c<Tb{PFX-1jwhP4e?EbJ^ zE2w0;t^=>Ev)lXT80=H6bWZGh{4-UAW>@SgNHF67$0Vc%-8pVx9Y=K1YpwqMf(DNI zdz~$4_s7hZ^>=vXq11+V)V%5|qkk#a@Z(ye{z;v{p&PqRhL7c_Ddww3jPttr=KMu_ z=9t<1*f@8@JoZE5a=|!%)TsT)eC@b#{*<|T#9Yzu2kU}P2Wy_x^ieG)iQT~p0jctE z-HKQS@2ohO2A<Ugq4ojvWYYFh?n27}Wes5wSkWnyln;Yl)j$osCKD6W^0mFxM5)sw z40f!q6zEEB&veI-88~c?9SITg-mZmr#K_9bx^qR?>g2wt0r1!0()e~L%>Fv=-0=vz z)7bxm8WRL%tAo}A`jvJ-KW#VZ7o%YvA>EyWyBU+N8+&#|m1TCJ?%I}|!22K5GDlXi zcMdH6_Th89b&W9T#E5HKTRs{wXeI0yY9SWBLGe=vOrmay;0JvlEh<rAX0{oULBE)X zg_h`BpJ>zcQA(yCD1H(B%ep=;a=uhp;~A8TVput>_6!(dF6F(tTik`SU@R$_77%D$ zJU9|3oS>ONYa;rHsK0cXg^M>kH+wx7%lLq81Q7&?t@mDZ5ABujb+EjHWtZAEVrbsH zd7J4XYAbDO_npB4tzEaka33yWVu<2xYuSY2nJ?Yj$TKy>V88`%ZYKDm)2|@`;-2E+ z5Au?p<rC9u+j$fZDq#4`>UgT-s+Lg7$7XF7pw0liu_BnD7Mumca(BMlV=9|FPUubp z_^26!+48&8_EJnl+u=o?M=uxY1`Ve+pNp|U6UMGae7<H>)TjK3qn5|WW@5Bh*F64Y z1hovDFAF;vu`CwDa%~tlel#+{Oi4!MO4W)r2O|7-%*QctqujrDiBA_>e~P%%d5%to z^GVoJh6t8N{EHCjAmFx2ggdGrQD=9^z&+qm3Md49abr>YMx$S4jb9KGCGrogPkTAF z;=1a1_%7l<LZ3lfLEqxWAPDTD2RA^T>0Yuk?jWHnI+sQo-c(FySEbrbXDM%Sv|OeS zIeD2ettGT2k79;a%}W?qo4$9OQEq5%xiMxTGF7p`4m%;UfcBqSDSmSAoNMe|pYH+h z#)60MQwBnj&_%uT0?p9ZjID#y6<scbG*VLniJyzLDz)JnqaQ@5kSovHzMh%vfV^@+ zJ9#m10C<(?gBE5I_5q=(bpIUFL9j`!K)OS3VB`g5ytoGCyYB>W_Lp~f7KsswliWAH z7Prhj7{97?oz-m}gPWXwT0XxQdM~kge3g?ZNI{5}!%vbdZ`JALwJk-{bT@XPgUZ@& zb~ChfvO_|q2K#Z{k-!Tqxe7S`25)zL%?pyYM+m_dr_`cIs;TottbOsOIBzF~L0CT? zkqJ6&{-N74&fs%&##)xJ*r%=h%lYHh`DZip+FHMLI`b(Fw<-`O59_AH{L}_1!t)9O zCwCeZrps5h;}gv>j%i6SCW>uSb#)_{uv4+lxy2*aNi%Y$+^=1nos&bz?6k39-Q}4M zSzY&R@tE#r(?mC~$zh}CGb=GI+xnKa^Mrq+asB1BVGdlrUkeh??}fb(gy^8`Rjc}; z-D#?83&PGIpcZK=RMI!<g=@fU4^gzHmr~@_^%UH^xjbEce!l)&E2*cc_o;Qem%riu z&wB&;#0Z?uwcakiy1@1Ndgf!mjt7)<;AWS(DZHF=bpf`97!s<lBbGXyhJwx!p;khV zg5_Rsonj{092geMcjjV*3Qo{}p~l6s9V<E(DiBpyd<H=DJ^|1nfwx;U50u5-gYzh1 zGeX4Ey6O)Mm2uowv(qIqi0hjPNR6W5TYPM@12s)~b_A?}DaOlPM8E_X?`)U|8)bXj z%{v6rhFS2n2Bgvw!S)G(4xGJ*8r<$ZTkpeGL+I5rPCrT)OBm+;y>y}B!@-lGoX$*W zT#97%?2>(#h9z0z?yp=6Qc#|UuYLKAVS*U%uf7$DTQ98pAHHJ^{pL!7)q8Z}E#t&D zB&~qG8h!WOM+6DV>lmv#=Ff-728D&}<NNpHm{qf0Q=FCM%Ez>^p37TTO55}LbSGnq zYc<G0a&e)q!1pbd3r?<1uYshQdAO|3uTPo#m0Z|kG-;T4G%^_eavQ?f$fPv!fN5Dt zAp#tz;Ehw$tGrP)3$wMnPy(pmKl*j;pmpxKZa~K2(xhYDXR4^V21bA(1F2saMXi8n zWmU~rr<nb{?a{1riKu%k(x5~1v(tkeHc4AJ5R@IXO%W)Q(XptrnEPQWf*2f;x(9;A z$R-pVl$IOEsUM8hdp*%Fv^-yO#%Cy5VVeXSK*E(@OR(4`8UV4?DIXjW-NBOBBM$r( z2buE5?fCkG$+aH(2x0m2s=sz+>(+YK3;Rm-o#f$->-)g>JGG<|@E(+N{E7<IPql^O zMikAFXu87BMRz~pGn9h*<s~NQ?h)u9o^MMSNdh0Zn9lZ7*x{ErtcmnweKd3^Tyn4r zkz~pkY~s5U-c@@hUj@3r!RtD@B~rpQR<{VD$~@Mw4Sq_C6tTQc1vk}|0-jvy;A3Vm zN(Gec>+mRF+lFDEvOR1(Idi6WcQYWQzT&XK^I;ho^7IddcYy{%QeNBE8}A4SH!l~= zPb(V*<&A0JF0;Kf#H;s)<~n2vA;iUKF!bgS&sW0CZ^C&E#g?dr4uqN&v4r2<A29E# zy+>r%j;(EcFu&9-lbZ2OHxEDb6so{?o0`$`Rs&LP9$3uiUI$9Ad{C?m8B+Vs_dPGD zt#GZ;sBi2s9NW-`dKB8Ien;u;n(_;*JBLs<5!AEk!GoyCbxAawRNpS_;r1ievU|nn z^~*E&Y=-8v$7m43jT(h(Vv39&tj=Ajn9WzUx7+n)*egeXm98kN={nqy^%z<CZ~uSP zJ0zlG^{{x_x*}l6P7MBDU&?I#4rKiGk)U9QaZ`H@>l+Qyw{Y-|+WQWK2)X#UPJ^ML z{q;4B;)Ir6bN3B9kZrf8?!ic%^rjBief)8dk|ZoVoBJas1V_B#C`j#B_KD+dvm1x( zjsk+YhzR6%1Ue;?{v*ecgl#FWNTpdGX_VUfYw$&V@<qKk+N$tIX}nn$t;$%vn78|^ z{z2}hZNg4M3zXa!Z9kHn4l7l0*#<D-#u$$=Z(W$W)sd?ieAyADK85J{<)};%cp4fF zs4c{GZyw;-x(WF`9wyoRSIi0Il7{1?oM_PM*nx;p?hZD|d7GI@8Dx_=bm&49lbgML zpS28Dn%gGpL_iTNDUIL1z5P!_%Nz|5EyiVN5hR&hAq5lS5R7YL-bASh0hD0S9MwnY zgtpi+0!c#DP9_~_Dk#Swq$d4X&r&RmcT@wBOsoJ;=rA3~{*NHfRsXy_c9V2GX_2<; z{nN)|W9s$K7WZ-4|4s2tF_I{J>#z{9Z<i#LI`}!0O7O|R0mrb%26+~I;Wj&JBgQOh z=;$Fu!#gTbePvRA26{qHGjE5KL0*2Y#j6_|E4q7qEp8o8BxIBFBJ&Fu>GjCa%4S+e ziWm548uF`Lmq(;IJnKxL(lWv<=IMX0F%o#Kz?uyU33-+X+PLXt086O*Ed%BqTmkyM z_Aly_KkzrTauhA1xE*yT(^;->=%iQ!%|tq-&$(ZE_t6>22nX-?7DcRkH&o)dr0+{- z2wQB4tncZQ-jS(uVSu+}EY$|D3&4|(pU<E%wGw*bbS~oh`Q8-PQc<9G{}gimnIocZ z&*h~p@~j=EB?pAPL9*HnEWWLv&eFre*nj|MvW|2|0%AGPGJDNBp@*+HZ_3Nhz9)X5 zX||B$dOa;o*s`@(aQz*&t?=k8r0UQ<e5{Pc8)d_Ay!*VbrWbdtt!yF|$bgYOWEkdP z-7iGjwYPsYQLFTzo%DdQtr<Rj<q#?Cr&J**TFFEY#`ao7o;ecQ>B22lEPxb`ZoyW8 z&Pb4VVB3nWlO$2m85^G&y~7jsBFJ2PVvRb99SPm0R2i;SQ7B|Eu!{e=7ong0l`~kF z)UgnVyc3mj%rH5(p97&e3oJw}e;VD8yzYA58E}6>ZT<wCQQ$35-NF@N8BJMNy|rJg zKgP{R6n5op41vpKJ?-w*D`tDpw=L)e>hj=T*B{N#Ya#w}lk}b4m#ivhp~bC!g5`b` z22J73i9tMd%7hX+Z*t8ZHA`r(3?MVf>kDg??~uCL_>Hx2<d=!I14!i)Kiwp_hu!wX zH|FW};-#vj0NC9wWir+t)FYwc*sjk%Y<oXMe_a~x)?0(jFAMtYaad4p_okl)sz||4 zvvAKCLGzP~wYwnvJn#0M(;nq@{5clw{SY2u(7|PzE?a)3gZOTt=*_c%Q+I{BeL~s7 ze3j@iqeN@8k)gE1tbY-=+ZUACwxFGxi@PhUOKH5~hIYK4%+~V#W%3R%lV{i!&&4Nm zdd3vHR_3p~qxHpm{R0pW6ScA42}n$q$c!`Zoz|Ile^N5ri9D308QPcag2;)zDD~oM zcAF8#gX}fA9cQiG#K$0Ry`L1KyLK`Vr-gjmlLM3sZ>^3*gV7Qct3C(Fw^nW@fLj+f zN0_V_gT9=eUugdF09M=2%{S~y4O4r-Fn0pr#}(whQKoAid7-raqpMgBM`E>4IGKon z>l%3AsPQCmJ7p}qwbX-ibP8HnV|TfgZP4k7M2qF}7Hv)N#vX6+#QlT$^4IVs!%lZ1 z>CuzWMxo%$RbzdJh=pgT)=LYNm^3xp+4bRa$=}zT^Uk>9gDJ`<H5P7=X+%TB;V$~g zWTb%}7fx=is%`JZJqxYlCP$kf#)*xhnazG|gR_ykyr&PB!;`>mh(1?*Wj;>MHTF}J z9*@n9&IVRvk3O?*`b7{hoiy|%syzZfI$_h<?2c4tjdjs*FZ74ww)!k{SjB8}2tIm% zhf~euuELy)uu}0nonIV301X1`#U_+(0X*<RdJg2`#I7MJ6*IkyM#n98RioZ!r;XB8 zyPAHL4ZYL@Ib@`Wh;Ro93t=1ZzmqP6sPL-ltL~M8D&tMJp<N2)w(?upra#Uhif$UV z)3&$vcFOgw&U>pR$<dXfJHg38)VkZH)^2}Y&`M=}Vl8QW982QDO>^1t5E?@Oh4e48 zrN>b=t=KC@_Vb%pj1ktC>3(+{A>;+O73yS2{(`}I4yI>;n8$aRl<ffav`S)GSlVxX zeAu(o%ddafL{vHJ_WHBg$*ttI!y=|l$-<}(-<iCAz#6h{v;xg8J)%)QEQj=>xo-h2 zlq|`T=g%yDN5<2s9JIORg-6eAzj&30sh7@wWN0jJq}}>pJqmSK`fee`OCu~o;pXxh z+-(7p&M&XPS|lv$1D{Y8pmwxhxXDhM((bFl0SXSxT$qpNok%*6N~0`2G_98KZs$c9 zseq;O{sI7DVS}jNv_WIa))(h#l#ceq+hvcPdjFp|!y+mJZ46){%i(P{>T8q7+JXWm zSZG2)U5QZ(p(;Rm`WLkI;$Ew-l;Hz>)D;W(WcW+`mn%A6P<GwvJD@F+vb=J8Gc9^= zw(dv?b+t|p)hiC0G?!wT+s;|juTW}+Iu6mJY&NU<`fPz%_A~)HLhHJ9TeoM1W2@jF zU2T!3J@~V7;^6ywC>iLKQk<iOdErih3yy?`4wqp>2M%5ll9PG7IGqJOgMiaTF4IXl zcx8wQ{FTOxe^O6UWP~gcI0j5)@%39`1dp=v4qZAX+!VF3jOz(E?9)~^$&5{ye41Ug zLyz3#;3t_OgatgI_PEN$G4Y+eO}CfgIKcOowzu;Q2~AOv@E6zENoFj(Av7kp$jnpf ztUQF~FkMAm!J<a73^9!|vbfDbS2a3E%93$gOOI{8+XT)+sDVRx<h;|hC^v!~-nJ^# zm!z;cr5OF}xfdV`hs)*qtb~H=!Qa3!-7!d5QLHN#Ea8rAT#Z>1o-VUrOXTULvgYZZ z3X;n>@vXxPKwAl}vSeR&6{6h@Af+ds?#c5ra+=4>tqERPKm+4Q2t*L>e5aTr|04U9 z14AnVu<4p8f}J#+AWc{1X$^Cmi}8MqSAEu*t-u!lln}z`5QM1>o`;-CBr2Y!WgE_3 z<T?M%x|*!^071%r<iSmT%aQhbf%}GN4GjQaDVa<$F-lVV)Gz+?e!J$`(D`NK;3Fge z0AMAQuE=Q_V{xVdV{G0l^JNxQob_r2$8sg7XfTg!ITH<tCEsr#y4UczUx;NR+=xDg zRoJDl8zt(!RE*npv2F?C1?D_9*L+&$^3@~G>)0UHgf22AINd3z#Uq9L&);l7J+*b5 zx(po$D!C1?J_H@5?2fchQ&P(k?du5ld7Gsf3$(JEN3N(>d)}b0vNpS-3Vr4uFTSDM zR3A_a?NT2}GG0spS!V8r-!X%I1ff!nNQK$cI0gm)olEs5@<{)M8QUi8Hn}1~nqMGt zbOfxRg)YOyg|Tp%g;fEk2<Vd4R?W%0(jxkja7c&!E{e|~vny#CJ}v7>CHJ^Obo#0+ zr9@Yhvw^(o6g?$uP>b0v;uy-sH%=Zup}S8h(^ralhm9KNT}_g!W4uwl#kDDJ0H5d1 zwo|KI)W6-Uv(Y1V48L$S0ITpw6qKq%_4j(Eg?n4dE_Af({l4V%z48PKTbdnueQI49 z;H{L8Tmzem?K>TSG}7bUwD!h>@FUw|_s<rJAVXMq-Vuz=Om0FE<<Ut;BwaOSMCh0` z?QYA|pmvwE&r!DKv<_?K5whxBiXY)ql#SHjdo9b4h=MPt)<hpPz;*C=!6m<`rb{;0 z>$>D8{Q8U}gHcN|hU|_rZiqX0d1v?4nqk`$(V)p;{-<-TGsb>ulslKw>h~nX+BS{J zIv5kk_TZ@f;pI&nH9h|~fo)uztu_y}R!pn&lqbRFq_29)^neoSWn1n2Xnd66k-yz? zP0!x;t)s~(n@8;Dsa(_UnXBefl*T=~)y&8mT8baIfeGRqJEk_XQKGoQ3d|AdE-z;_ z*;yr>ib+rgi;ai`0z?eo!II3302Vr8P}uqeusj?8=~Mh%_UBQfWqNRhm)%ORyffPQ zgaJuUA=;QmhkpkQ;Z`QAuhwBwO{#<lNkX>;#V@85CBE<(B|{W5Nrk2?=#6~PMvuP8 zAYtvH)Ow1Jl9G0QsSlU+KQxxc#c?H00=?|w35}bNyXL;z75x`LL`YMCkwGRNJ!}SJ zBH9zfm+ZC?yC{3!EKW)$9+)oiT~T6jgH;@I*~P(#u{hEh1##GxBBsCv_c=ZkMyI_0 zKm}qB%Wp@;S5caa>j$Zor0}!b(2=ckPFOM3!8#Vr&lIC(3rddRos23A<kQXVOq}~j z<KOCH(t)1YAl`=U)62lJb~eMm@5lsQ(mk;rh>DupLX=@4Iyu*p|0$}gAf8n<ClbKg zqcEjO3Tgh|{WNTXBJX07PB7^4ba>o|d?Y~#?&e_J;?Spf6=0|y$BDaZkhC0;zQ{X+ zEsVJuI3ndr#ViinKh0AlJP~Q3j7zhb-1=#9JJqh?9iSGrgG0f>6@L%e009{nnxdQX zQ$HJH$xt#dEE7e27Ei<SnY|t6eyrbGIgu&wg5;7Jttt7T(h=B-5gpNywd7M6f(%Wn zzEbf|IShmf<nk2<z`051U4F|fy_v%m@>ioQ$4L!?SS|#A6^+~NUQ7xqVLav8LFR7C zBx1gghk@M5-K04BSZe9U=muXRCr4qxwBX`Uj+gubl+<-V=v5*Jvx{L`f*qdar@<up zDl!WJ;K1FCsNyCuIWo3&q88(va!Cb^JQib}vjHuLL6gAY6gBbew;*T0{MfSqZ3h>j zQZ$8(*dKvOGH4nA!88(17}A2m-Ddsh;K9fiiW_RMIJeoGR3`N?iu(<h6yxsiNY#x& zk$EI?j|y_MLai`lp>Z@upzL<qJ7{gviVKw93gpvB><CP1EccGEUZvR7qF-48)p-oZ zd^}sTF2>fyI8DVTYPA0!iZhD&?BtX*G=D<K94zlG*Jj|CS<FZ_%Pq`S)%ISP)*!wl z(=w4N?S~;%N1??O6PPYH^!Dgf5bZ=&#nULZXnSk*aMG$TQNl+kc>|mEvot&n^R6xr z2Dd(lUp3x3Hcg$p#k<bR^velC#EExO?$bozqzqhw`@cC=Gt*Cq0^cNdvFJs|iIn*8 zM87QvH}0oiw2Dq<Upd_YUKt`7YvC^|jI8Jaup-b4;lI4#E&())<9kY!s|?8)@c&6L z*?~gGQ<VDj<&*8$@>++7mWtg#Huev%lmpG{2L~4`K3}5dp_xDobeL-M;jWx)7v;}9 z8_3S8De(gf%31X*Z?lY^Pu<nC@@Lte&+y+wz=J9A!%t`oO(N5=qwSj1&|^N1=FfJ> z@?{{&?%pfbQT&|m{Yxyv0yfJPDLc)wI3Omh`1aUb%PG2Bl7eo@XZO&67vBoxd)OZ$ zerPCuow7Lv6di*`)ZqC5`9cMZjAIn-x@JZkGPKg<KrWWW2n97J9~B3H#zR;JR24?Y z!IF;v<-v8pV$8Zm$>R5*qbBqm+gC0mK8|}xMEC27Bo>TUXoun+wJ}~))i)Ig-P+V{ zolMi(2r+mVMNV?U$XuOr#(Du`5DlwN|3?+t&TX#Yxt<s%hFxlOC3ITo!N3m1haf>7 z@qQ$<eq>1I^wgdm{Aj97G@v84mgyE)^Z&76I50<f^cl}EBkG$UtL8#%uK4gP^2-_j zx9`0wzA9C#fs>+b*kmk$K9pwh3<VLW$@sH<qMtxKqBT|vyZow_A8dyX^um?ZVa|G+ zY9=hmuG#g~q>dmqIvjfvwK1SbW>U4@AHl6K0v@UqoTa5zs7Ixn41&*v+cD1EwA+<} zXFt%dA=GS~h+LQF$y<Sf`7Qi|Uk(;;M_D=kyI!>&vl1fxyqq=jd$Y~S(0_&G#LCSm zqDPsNzX~5#zcIsICts*vrQe(6H@^2Punyli{?5U+UG9yQj*Ln0p6Fhzy@&x}pfg0s zj{Q%cp^;pfM-ooLutZKn)?1w>St0SLX&yw=6S+e=!V`%`B11ySfhGlOnAt^CJ3D$& zb(>kp)|E^e+Tz%T)I~%ri6`3Rd%=*)&HZn<|H+b7$=qjz6ZOBzF&IX1u+#)QxBNkW z#Zqlgx40Z7>qNgTHO~iZJ!(%|7b`7l-<rBhf@zdxsHyZ)dd)~%l^(sv;k6uHl7ph@ zncy;}gt5+{VdMn_(I$;ak~YQP8b^9zDm3on9cpT6?RM7BV>1cu+v&T-hT@lV(0g&F z=%hGXX*UkUz~+_2WhwyVU^qrUW5{~jT4rG=EnT}~<~C2ThPNu)@fC?xf90C@R6yY@ zXRBhZX+1S#?S<ZkTa_;LtnWQ>Pu?R*a85!F@aCVh&PDO+DD&Pq=d)n?@%oJ2%mrs~ z;`sLQx0n{NwCkEUdyVj|0TwaHO#A@nF1QR&$d#naP*jm4DT*iIL_#iFlTT?<K^kJ+ zp_7bIT;Assn^0orrO6tEZc4yXeE3bgS#tEDZ1TdCv(uun%<)#G@*<gO@S>*t+%5(~ zzN!iTQwNYWKi>WkTr7poZENN}ap!-_{70$=i<j8mb^wpX!HJQ1lOPANCl`Eivljk+ zyhnI7VNZb)fX;UNu4W2M3|VC|8cW0lv>COT%q82$x(EuAf)i_yAKGko7Dq^-Yw8y5 zT$^3U>ePxmZFpYO7uKA8#OQd|Rb84L``(IQ?U?j7`8n1L`owUF`*x8aTf3gFW%j3m zRb7^lYg@aI-Q<TRsACJ2<Y*o59?OjcB}NPJL|RzJ>j{|<bm{TYoII`{3pBLh2^Wr5 zUMV{wqMtmtnqgf3&q$Y&xr6K5Mv+^tvYO-)=3VPCjPzDgU01CLuM<7gO!`!0o%a?> z@<{;}VhOsC!5kZ2KafkB3^W02_l29pp9`dA{CrL;8U7hcq%iAd539Rrs_54ES;(n$ zNOH>y=kU(}7Oq&o1A*|H#wGpsYPN^Y9xw=!9}2w5nVDro{7w0g;d;C|xKug-RzRu0 zbVn$q8?+Lvh0)j4vP!s`I4Pb>MeGmSJ{Pb%yepisvt1(7QLkoar`Kk@m-syV+c%wL zQK0fA{8HH?LR3QPQ`8ey!-8X%U0jbudn5p7c|zKS6hyx?yq3R%Ga<JmEq-1EBCLQs z{nK}KU9+EvlFO^pCheDPGxuWrb0;l7BJUi|cUS-H|6yI$nNVy9Q1<897TOc4TJB<b zlWh5Iiz#@0!lGXTOGQXa?y6#a0G;)rU5Y6vvUQnpf4sNekA|bI52KCP<6te!Md}u) zhJGK}>mXDp99dp3f(Uj4J8F`<n$w3OeNKm9A9uJ69Sc{qXRb+UZx5$JpnJb2mMcMx zYfn+Yi6{s$3cm`V-~dDtFoNP?fQ9=q^goMDQO30SgdicLr)vakw2DF}6^esLyb;`1 zz-~<i#^m?r(IMArv`1*NAd3~K2t^WYq@MF2>4WTNOj%O>7Bn2_mm_}8a{*ZM0sT4U z7C8s{h!Sd*fG4iWAA4BgK7iHmht<sfr^s?z%t=uz?3}WhRbHW%f3g2y__$Bk_1wi% zwY;DHt4tqYf~)AKp2``$t{JhvzKlsnSql3?@{e&GfabZ6CX|h>Qg&<UHgbYLXS?0h zRNRnLqu?-ogQC+@rox}-WwY%Gr3JU_5;D=aQcTO=>t9+YOx=1&`a*?W>gX?xKVFU= zd9mt1qVN&=9}_0&^~r^tSF8ITMJKr6Uc}xz>y7WfZAy(U8%#k%oz0j*503sMIPccN z=yAiKZlYT$xCj@s72R>zr+SJ8@XAW$Vg?Zf<Ks|Mx+aoDvZ<dziCa=RUU2J=a(FXS zXbSitEoS#hDEMkwY%rmyhls9whD6JCZ6vO7Emiu@vTGmRusa(<hlYP|lW$+TK~<1@ z5c(F1`tUdAc-@+>(vWt3Zab6_%_*Y8(X>(iiHk$fB-S{CNV^giihseTYjb-oEu5(F zY^3a<GI&behN3L3<Ew|>c=PbV*IyG3ODRoiL!zq+&%Usu+J#PR=yDdlVI2-4cMbNP zE&l`5$|DTtJ*tH`wMZ{BwlrB~WML4Ybb{SOm7D?f0$@J#^Z@W?MvLLVkQScL@?Z@B z20qM?A12mFBMi95nqAEqtTSLhHZqr_JqJ~rEDS6J4fZ<}PNF8FxKH<YhKE8&fDL(Z z+k~!zD{S+KRM-?690U449X2=_FfS$X)U!1!5t~_bSl_I8!mL1B|F8kv?YqWirBOpb z-3N=%Pdcu#2%+bAgB?2+69&2iU6BDelAH{xvBRbv^MW@s(sVoPO8eAHY%>&ww<*5j zV+qx@qK`}lWMUa{ZFRVnlTt&m_HMqBbjWP@tFS_xD<Mvf*1dP%4hKc!Q}&I=J=6En zghwQ1ztXM59nUjew}IiSA7r2oz5MX8n^W;ZX|%KfSN^D(?#;h+b&d`B+(y4@sk_x8 zcj_%dq>2tiG*PJUD}pd!*6zenqb;p--$&Tw&9n`}khlKvM-)mL&K=_r&zT1V8o=H& z>FZrjmD^K*xzWJesl}N%2I;oJn&2UY1^<`QKfsU){pxYDs^C;XsN0=v<`Qhh><V+i z6{6gE!Zj?6!pbRr7n3xyr?+KHYXf}Vml~o`OBzt1`wxw=K$C4(lHWXC-d*b=U>t!q z-W8q8WY&>IUN#Mv<dSg-`jIeoB_0q`=pUJHP7E!6XuP)d-L6<ojw<_sMS|im*GLV$ z!ZSG^b))Kg6<p_5;Q9ln36mO27&>1*CWQsAp?$$A+%dU_oZC!A$!MFqH$w(r6{tGM ztvp+3)T$;p_0u#9Wrhrvq@VyPDr#C&fDR{=d5b{={W6KPg)-=b1U!uR-8K#={of@p zWNRa)mb~qouz!JHWDK0nO$||Bd101k>iS4II?PTeYJ}d_p)B@m_a)~ca&Q%1<O2de zRWw2`Lo8Pfu!y{2FUyYD{;^0Lu4D*N&U->dT34t5_Vk6S;)Ekdx<x*3v2yE*8&@-J z93x>G>_ZpQ=5*R6lT15Wc7Kpv*~KIF_Mj}1Q`$qZwThfpHKJ9Tjz*M*Z8J$p^<~zb zu^;R`vIU$4KX4UQTSAC44$ojqn)dD779G9MY*`J%>zi5feC2y_k+bSFXRDEU(cPC9 z@=%D{?<EBqpW98K`fbWLia;$WxX!hN+4TW$TEz<xh~(B$Klak^!^4#&;pK#PTx_8* zR~o_1^TU2h+$K^X?00wA9uhqhq(Rf!A7J!v65=L-|7Bzp9St3_&YBww_|gn7Cb2L? zXl;=yK#Ffr`w{zw+EH2NIv3JJnkKptw>~}moahmli!ap8S2rDW;e{J%z!dZfeTD+B zp<kcWZguVJv+1d>+`v@Qv!_rlrS~>_^z<Y`HFT{3Z06pFb!fmQ#;+DK{A5~vn9tOJ zIp6t==$4Pz`$KI~(pKN6od0ye0E#4}lYppF>9PQ=Yx)kUY-&Bc*B1frP_{S|u;Z9+ zRC6^){@1W?*i03pw8bp(xWZM^RTxk)i|L-KlhsP537C<`HZ%vk$R-CUK?3`)H^D(r zFn&%WQ>53d8UuI6EsXpMev>3vgdk_EGpUF=MEP@9Q0kAX-G)lW)~O}b{?@3R%LB#p z3;xmai0qJ3yo((3Q@&>Qr`@%=>F;M3v4-pB0aNS;j!WpeD3}<R>Lld*i{y``DUgAf zW2Vjle?zM!kqa<7&CVk?yzT6D?BOHKFfqT}oSa-6Hr<q=#d0(ej0O|ehULaIBaUHG zg=ztSv?^Bb47k^FYaM`J5E;1dtIsUnz`*^?#Ab-Z=BR`4Pv2FAVq7swW4|Pg3Deg0 zHSPlgg-DB%`oeSuTKWM`$leEwKYXNV>qa^A$V2krW~_UpLul!!i)PL-WVkDxO-OL) zR4x8&lB4aAaq^auo(fTj$WmS2J2{%jse4JtOX*UEYy92jA~<w)OZKC=Vu}XCh)zyt z?LKo#V|ojhW<t7~EB_ME6f10wa&Zab0qXI-MuE1Jl(ZmNT_dctnU9ikm|L!KxiZ~` zEof#Gz`|s~2vLR)Pr9n!cd5zNzW@B#P1A0Bg)OP1@W38?Xw|(%@S!)3e+~3K+as@% z7U(z*50)K8)D_AbrDL!KXKzGJ7S%$En<%eyekE->B9?K6{u7e~%TE!w!@;)G(K8I; zx<|A(;D1hs-Al{SI1oLw^e?Phz>kB2mH$3$!Vx6sKpq8ahSUm14r|@yi>D4lv0fzu zx-RC>_HviO)JM~Z2*P*8JJMOD)*R0r1`J_p!U669v1|?=AOV!%2-4Xk12s5;O!}Hx z?GfZM*BQIP%SbY8Ia_El#@M*c;EwJAF=-M+p3Drl`X!Wjdz0^KhaD1K8)(?^gBqun zW{azyW~0N0M2wV~V*y9~np4LI0GxtHqTX@p3r^Oh_OP{&pT{!?09<xjs2apohLo{O zosJ=?gotbZGZKeH$HpeewDR2P07&X=5Ii#kSFD4OtRX$ovNiI!Mt~mXFr-E+v}i`B zRzd7am^7N;;bp44xCF)032!Q8Eo5F)v3WUd&8{3N?X!-mFJEQzT4@P%>-o_|cmW!E zWBTS^X9g3{6y>u5N7@&zUs?*Xf8wUmArIbO{`K*xRY)Mt@jTj!G+u3iDb;_c@M@;) z@@BT#7%5lC%l730Lb;W1!v$(3l%2Rd@?O?RwMc_*5gac#_=Ze;$3iQ%7QIwflX7n* z+M?Y(<B)<EkBq6KBU+(k9GTm$UVGGg8el&RTZ>7?!cKyNDTB1AWgtTjG|yGWdMj?V zUj8{@<k@g8#UtyI9$LYYWW0K{?Jebq&d8{W?%74s%ZP(Z)y;#w&(98-1f;$C2xg5i zBM0jw9mNolgYLS=T4?6jro2TnHNrU<IOh!|9u4@0C?VQI>=B(U+riswKnratnu@6Q zV{MAo@s-KJI(tpA#&9!E*<XR=Qaw#;$+gQd0$omS)lWG+z*5w|UMC~tV)u}yw6@_Z zNP96ASPSu^G_-q~z>QWGIy9T}X)6QtT7&D>Q|$l>A@gP@+*CX4tEZSh$ier4ZyuA? z9X_VlGg4#8DjEy5byTdEMsW@6(zK;Bk_GSEyD{y>cjmMkOux>3u)}hg3+zo>jQL$| zuYq+L>&zFs$tJs_EdUu59xrqBM3PjXN-UuU*e4!?rWB1Nuo>TS?}X$WK3yECV!P#* zwiLCbEAiW4xh}pSzB~kyhl#l*RhD&BONm!Uq-~iNc8vC3L&OGA8r~+=J4jIa4ceXQ z|F_;NZFz@lj_<o$)V`;P8k4di%I~hht!WM)7L}v3@gD<xLH9DJ95p7))IQcdWp5V= zpv=CNlXLA<H}2oVduCEPQA)e@Hsfq6#o3Rn@*a7*yR0lu`OI}P8=h!E&Mj_wk(Y15 zp|X_{oM8oCdSCRPMdo1Z_)^#CPRg}mvaEQtQTTa_EoSB%WFp6d-X2D64@#d+AzPWa z%mgA_f#9D}ZW~>P`t%?JT^;_04qEU&7NA%FgK|3jOdT3CEWJZfF3b4iOM3H4h^6Ir zoU)x%*!Cb>%FRrq1N-4tiXgXfk~AE5u7}6&i9IF<_3Re94^nOJsG<b7V&1uXnWT># z84=i7Ln+?C`2_BXw4-TOl!ORXrQyeq<OsHS5)T2)b|h_YfE!trdhS5)KyO)zXiEgb z*4Cfunt(p8-9Lgm(?x%%bb5EwEj+h7_Q2BqcfVPfdhYjMeeXM@b$}NT-~3sblp1{) zZwVyNMK<h$h*+9Q(pSZX-`4cO&aGQyd*v@&nM|Z$E^k`~+<E`?{i+jxe(XQ`WQb1k z=^JuyPTOZ<Hvz7P<%LoWjX3fV2FuDoX~iHbanrCic~C`<o5+%zve1^VHCHf~c!oNa zo;$L|BW2s8e1f>Z0S?TWyri)3Q$LA-*T4^}A7T|_EMB55Y3vsLB<N8}@)wY50@a(s z;IyNogwY=1Dm=}gvhxhnI(Y98)`S9l0XsoFS55#JIDDwhmKhTH@_uQ(JWIBqQ7N4M zBbKy5!g46q`^3OtajX+yu>_oIc%5ygcvQA})68PpF4;-02-*xGkR90JGt~_tFAeyB zc{q8n!8>W8TMQQ5h7^-dig;n$M0%eoz=BL?_Dx2aU2(PzQxFiIUC6MLFuAa19n+4( z=7&GhN@?GG8g1cCEo8K%BntR!_NsrW?@|RR`aL_{mt$<I$$RNm%XQ~_c5MEoI*a8y zWV25Z=N;i3?Mvj(N{GG5s*Kyw#-VAR^>7AU`w)ug&RXMjYIE)OCI$xpemX7}A+%({ zbDuoibY0+?G)OXS8)pd#^`a|+dIEyP`fnWx?VA2hpH_XN&@n6{ysS6Kt>wC|CGt|L z6jb?22DSLjW4fnc6M{M}-X^<oyI$L%?!Z!%ga-5N`-c#9So{E#w<#V!lq8qGarR5X zzI|aQ*}OKhRc#abyK<~@v#LGTVVx*S{G#`f(P*@##nBBAYR@U#G_U$6-87jWZ5Rs} zPG%m)cP2c5lLqOo1zo9%1BgJ{4Ui5^#}(>G6&7_T3)iO<{`p2k^#c-FW`S!5IQ&7n zURHm(FKQ0@kXZY!aCMu^;Une)h4HnJ_?W?=DWUCHIC&^T+U@0I@z)3S+PLdz2#1^Y z48zIW8iHavX+ktI1NV+xkc}IlC{Paqu0kDteycqph*cmcgyw-C49n<)yiZT&(p#E- z<4sj^$i2t(mw`(~n=HRj-g#9n;hQgQ13d4JwE7kw78Yva9eG3M1^1>%zgB2jFGbR0 zY?YcKlCyx~+&oX<<o2p|>THT<zQ$N260@bQHETTyr9J!nMoCy&4XRLF@JB()_|4mu z%>JaF%cbMN2fE`ivpWl^_OXqgMjh?2LEp#?fH69y6t&%i!*ddPcxF_Yj9@`QOF3zM zK<@e3@q!5Y^C<1Us0Az>rLNLJ7lO@t$b*_ZKk2VewhY{eF8<qX9YMP=4R9|6InT{E zXvj%A$VTuu_HImT3uC2tW+S5hssarZe8;k|(Cf{XG&DJ-#+3=$U4Fp0wze%ZtxNK` z5wQ;HQXj&|+`$7X@TL=B?>Y)tWDZc2n>JkKa$$_pj&<|yVI#)p&dicrImFe<NXwP{ zBVD8@Mq6`)pKX-}=ZP$nY}LNV-uaBp@;*+p^L<5hlMwEC%5R?17M!>a4$B+?DN+~F z<Hw4teav@6SgWqtQ(@g?iZdsTf|R-)qdj@+Eznju^Hgqi$Xoo&vb%&{G}lPu?H=J( zzO$kkn=&2?6%8r}PxOQkRJ^!?T4{*$qo+#yF0lFZOI0st*wj+hTM>fGGZNkuTdE0N z#c_)h^qub53U|vFuUHF58=Q3-v6zimK7#26Q++pvESHnNn#zZ%p)yH-yL5~INr58V znGs#uxbcig%iK?XG^(xzxKOS{m7=5=SNW6p9LruuCWMqXiMR85sd44V+OZkUXNAfn zk`kA}F*?n>=y8f!zkYD(#MHV?b)gZ-<R3d}UI?il-Qz;xM`z-w!psa^Dq8Vhux7`? zGX}vvJapnrFPZDss-e9Lj?T0kIcKELVfnVU;1fg}9Z?Q<5;bVJWjT<GccrHoiXuBT zlc4y9t1OVd-A;#8TO0~)qUGjaw3#>kI2yoxaQFQ^{iyZ+{VORRxSm>Y*?>}0Qu_%d zZB6q^OC73^*XUX8vrk(!CKa(6wHrp;Q(OPA9Z)={NiC$1zVn;~rz`;&@hngjiQDRL z4Tz;Hcf7U|&3i`=VxhMAK18=)|M*-hd3kGVv)r5wB(V<PEY|h)IC;C0Ix-jaK5XXr z+Oy{KUioVC-Tuk5RC2Aj^{AV-7h*BZh@xA;URIvxl%b<9B^)$LV>cn4W*0rx>t+V= z;<!&$^Nli=B<Am>-PBUQm6Q?pY3Tc-ZP$SakmXVAv=B-T?U#El_HsYBJsb3z<C*88 zj&)V{jz@}VSDoE6u8R&YHs9XJ=LfUK#I*H<da|crF{L|eNJzD?83MlH%E2<Xz9;;( zrLAeHVL()hVDTm)MXrSmch7GAYmlrcR(UMR8l#f*pN2*UZO+~Mm1|C|%jPwtX*#-1 zID;wxK_Z#p$F2a51FIWm?8DQZ8%Ep&SBaHr0V&0n-H4<w)Zab7q_iUkP|$eS7KF7N z;NVz2e(1ewckr{0#pj9INuMBp!AoNI_sdq>pk48~<D1d&U>B<odl57BW1eZj;W7|q z0AGaTBRoILsPglu>NmFdsf{8I3{yxuR%%QUvQktGf~A*=AdPlYpK{}6xS14oNXgnu zBLIhYv^W<0TV-{0%KEu#(HLY0Xx3EpQqNgn<!dvI{qy_U*-wa0YYQqwzr9mkm|Co? z9<Lo;&)1G`9D*E>Q=07KS*bwu<dX|f(mTT+RNG3QdGsT#JNB^}=x^AO59jfCIivZK z=4Fc(QGgjrR6pix;ve;pp00peJkUJ0R-D`4IJ%+IA%Ie9y}HUZQAG}W;fEH%VDw)o z!UwP2a`}%SsX7qp5cLfbHwt9(>Uu9B*17>JG$sAvG&8Ra&+hhKwAGifz7aME@~+U= z34PY7IPy*e&C>>?8x(aQPyyB<i}2kir^@RR^hRW{J&nFySk2+CiF`+3gYLEMv<-sP z3Vs%fFMOEg<R8t6mj3ge(O&UcMr4@9J6bk-X>(kFL*WcayR`$5zR(&VWUqyM1&bcP z20hO^P7;m)oCsBh3kOO7uY52)1WgkpEDH=rLv8h;yqrDk6-XpGb<QYXs4?L)KkcTE z_Tf}6>THXElni-?7ZJ3+aLf%T&cJb1ffJ&0@;0C&Z$<V?X|W{9tbyGwCV*3SDIugG zyoWvHm_wax$`-1V{2R1zD)52cUmy_FW?kz_F7}85ZttXZ30>H_ELA8!PGw>iis}-$ zLRR10woQsz`K(^HR&$kDu}+IxiEYq{st})2L!5bJ>|VtHlivHNf({KS8;}l1S<g&j z!`@T1F_-_|Fv3p_>wpkw&h4>0*D*5o>EINsc}!9r9JqRhd*;3;h`!B!V!Jj5@?+D+ zRO*5ZM3<S4CV?er%V(W2tE7{poQ%N$vMp4_V<AUls%l_W>&}#UBc!q+qM!B$4lc%* zoi4Ot!O*1ARzOD}*4I(O8JKbV67MRPpVJ;Qp|}DF&c+VuWJM&tmFz4!!2cm2@KEP; z6O3M*#DEX%vRrFg)XB)C4FkUq-i`U{;HC{3?L@wxlCQ18JYl@1sNVw*0iH&a&E;!5 zmRka*TF!w=QMW_IjbrmAAUd%j`A*^$38)?Q)0JGMShR>Lwt=F$;Q$OW8ZX}#sAIF~ zRG`^dKJKvc!a~3R?cZc1yg|>8!G$*``8kaQwOrwHGq6`$^+KbkcEGUSs-K%n%uuL$ z4^zxDj~qm&tGDFm>}Bkd5!W(OW_ENigPyfMdCHW5<K@t<byrV;_t1C|kcjI_hz(qj zbM%IXx;`j4EM_I>Hz9fB62)7uv1l)-J%nu6q-v+)eQK%PUeekY$tuQ%ecgU|La^|A z3v<u;v*yY6n&u^{U*I3q@%WB0pAET$^OcA4U4go%5A9<d&*(cvSDi;(FVV&dmY^fy zARB>_N$@5tSSUB^wJC}xdcsdakEE{Sb=(wU=8jHK$YDst=w8ii7>_l9eg2oAPS4#{ z1U9>lViDA~(Vljpwvj0hrf+I2RDliE9q>2igr!vd26Kb_jSU{?F_72z6mt=bMX`uh zb|A8~Le;qDy2FDroXE5r{n*H3&%-$)bji}`u<2Qn#Uro2+gG4k&ip(Ko^W*M)q(sK zzWC_5NIVze@a_-xXH{pn&vMaFc{Z~BiadhsTC=)Vyh6fS-FJfopD#VqT-1eHE;j@U z&!dgXRRFdzbrV3{S}5N~ts%2>p=Wi)x<~bI7xIOV#9<0CN`b^4HML}&LF-bo!yBa* z37oCxf8{cD1m4Dkx=xD!S8y{xD<oIep#3254>C6`ai;Bx{}{!&=gw|||KJct4LhPC z6TOyHsBq00vn(U-QHbB7)ftWk3I#UAe^IO5aJf7U>YPxQE^PK6`ksjD!6S7WLKr+p zXJ<lh+|8vZIAVsVi=!*{x<qNm;R;FG9l_P&+0@PR7mgjdboTni^sOVg%&}RvX^4_- zE7+cyjGbk7?ntt9bK(mA3?;lmT;I#97`Wo}8`>0ap3)wRPuezWzLF%IcpVLR?c~7( zfG5NscQMU-r>s5kGd6dNG1lQ}hAAjjHTIiAB?FBG(#eVWQHx4A_5+@jZ7JInGH1*A zv`CiAh$y-UKX)iR2!%&FVB3bG_ChXEa#FA@<WA8J3#$!+AwZ;wjUK2Duw-FC)Kl?5 zJQgo)D@-mUDfDwwrd*`{WHU}|+PMU^hS-Uxh#YoWv_!I`u~iLx$^(bvo$8HT|Mm}L zDjcLvjK(sAE&sI=b-4rI3gTncy!o9t)1$(2ob4*Ind!PE#1PzY%$E}8osH<PzJujP zA)+-j=Yf!a9dRw!hmbbB(`Mn&QF<?sVwd;L?GLxAg;I3!!2Wu@>w)(x!%yTUIkk8c z6urmnQ>|Z|`RaF3>E85Je|Vy}MYPxBFGr>>oSA`!Gf2;R7YQkkwNUR;9oC3Y3+J)0 zb0pktq4K|7e^?eOvO=B+C9KcNzWl(bF&v^scFXywi#_XDv|uV4{*-qRXm2rV3N{Jr zJOa+@56i%UJuRgBY8eEVCxtddK2e6F>bfHaR_sVPo#?GW3!j35woLl%=6(>X6Ivq! zRUTY@zaKKUx&1z+8zFmKiMp~RP+NF+zvq8&-*5gPGm-SSEIZD7l`xY?&k<&7$WU%> ze)#{1SGT>rT-{W5TU-yXADO?7{u9xi_2tYoTv}S)B1;&2W9oSs02==J7%5jfJ#JRn z6V#Vo$^3rS6RzQMG+s^(tcJVPHs0+!RUMHrB*V#?oj<J;>BHQK#@!3lvN3p~O_G#0 zF$e@S&E;;vO7lMNRkFQH18``q6JbOzD5iT)Gwv6jtVISfqn=@uDhiHm8@53;wOu8t zf{&aLjfmKGELzgk#j;(ZULA{i!(uY}lmw5Rlu>3wM8AkyJ-$);7^nYcuml`#xh7HX zj0@}uE|&(Il2tZs`>eE=N(O>NEb>q+el5@MH5vGQn(;L8pg7o1BdK<ulsj#p=&<-c zphhpf*rCSvC&?w3oT06%ciZFwVIgAqpx)2MH8qp;%g!7_(sul(j%DH_*C#Qkt{Jtm z)Q@M)39pCcz75Y>sgIe7LQ}*}VR(lf`Kkq%yBO7?sB$8zAf(hbqk&kRkG9`R(x*&@ z22r`nph80l<SnTET8_^oKI2_v_t3`?cSHZeJG3l+_gPx-Q2Fl053JcQ4mpYdL|k$T z&*Et)VMJg9oha0p_JnGbE6xgcm5`gVGScdg<yEs(rK~1c2eY*lx2_(Nmh)`iRm@#| znzL*CX)8`RU)9VWLJ@yhBhf^?=9a>?C_KtlRtLVCn)pBoDMAG+tD9nor+js7i_>|! zUxLNU690W>pu3%O$v6`~^+U&mgCBr;_DmBR%e!i7;yi>|CZ9VmUAs$YcSBI&jHNH; z{*fzj>*mW6;_5Ya&)s<^=`p-vjYe2W`Q#xh9hYP3z|b4LzEJ?UEgRv+F^@J}3$^7< zM!4jN_7NyyzyNO?^au)I=rT-$VlK2x#b_!cMu;vr8(Z|5QmCLh#z0(>4IMxTt~tJI zCH2`w0nV2Sf1}OcBsT4?fWCC6m78Tr*LR2#TimgMMR6~DT^O6mxp~C(FclXk{nHZ7 zO{&FQyH&k%ZC?lT$1|K2(`(yt${6@e5{CzZILu^FS;5+?|KZ0kPswou8_ssv{2eLX z5P_tC#&k9ew>SFc+vsO|PzR#ldV!|7XUN~S|J@#2A|a%?lT{HKNocc`V}!Hd1Ub!h zh#~C@{#_AKf;>;yuK6qdVIwX0pg9*Y52?sSA{8j}9abFL*x(-+Ky{=EiG(786uOq+ z+M^zD_>+Z!8;`KA1vE*P`+Wp#1Pz#QI0W!lFkbGhE-)eG8(K_nl|*`_$d@dHA)1>u z!)S60>qCsvXK`j-7XIOs-t9c|7)|6}sUI-{4O%%J{4PJ;U_a~coA&Qoi6gFOvj`ZH zFDLi{5%1xrWB*lTA9~h6p0I!>Q;>0fHvcPY#^;zmP$5d__9~4=)KhLwt(7b4D#m<~ zGvzn5i_1c!pAqc%qI>Z$d5mMp_|*Gi(VnQ;7s7ra`P_*6pSF66Bojq`K7(Dq<^AZ8 z;Mxtph2iRrWK|uZwVBJiwlG`x|0D9{w2?Jd2MZy9AUMI6>O?gmD^6&qhr|zz0WGN? z5@?kF_nbjn?D8~<Qe`dl&Phvwy{sJpOOQ4~yyAU~{3rAna`W|r^hu~s(;RJ)7B(af z7V6r2qe>WNyQJ@K$4Nckfl3Y%_JN|!t*vJjVs^i_3Ft*y^n|t6Xkx8A*2EY-u+L-~ z`{GezQ=`a&wCundGiy<1v^`4ISM(3Q-64P6{zenqH!Qa`Z~5OJ4xJkoIngA`(VIz* zV_)AUF68}`rb?Q@@pLP;8$$7{SckCAeC+PIGq=^iU|;|6(0-vtIdq6}&4>mLzlk1> zP~PJhN)Tw*2|U38-_c>f(gYa`QBw%DlsQnk4LERILbRJ%8?_x@s>Lrz7n(ap`|qc= z8KkM-FL{Mahamug+P<eEMhS6nuA(p$@X^^ts3sPC>ak0u-*XDbDaSam7nE|yaCOnT zKuKpxxHn3{McNMYZ~>wz(x8jw5<9h{NH;g~;$^J{Vm{1Z;L5&GopgJ4@Rh@tm+Q8% zcqKbQlnhNy=)~E(McF=XTn;EPzV4_U)}E6QmpfIqQYStkI*~z~%jg2}9qTl({~E{r zH6ozY)FB}PitVwNXU5rt?8X$mYP9q%yHlfO@g>4M(_CQC5fwYODi@ywBX(V24Yen> zaUsE~qod41Wj8Ys+2U@tQuqsZ&-dqq!g8l8!z}rQn$64t%?Zo=w|dEU3aql1;^xEq zO5F%rEIX7r#UJz$bfP>A>$vK2Rz)-`5^S|a%80LR=Ip=p&*9$jb3>9srFK^`y$T~G zz5K9-5RufL<F0!q6!i~AgyI}HaesJZQxxvG<7u<m1^SZW-@z_~zbiCq?OZNoJRQaJ zlK}gy?!!@BT66(o2qE-%ELlz=pef6}YltWZ!a+V7kwx#Y3tO+<x4TWrj<Uz1Z!D*R z%$RI|F!>V95g&49z&ax`*}HlzqWCML@sZzanc4#2VU`pEPR!YnA#g7Y_M$HwvS-E& zdjK#}C3@PD#Nd96=^qT=*X$2?O_{2Lm#mI*nCrV6N=SYf8=j8^g3MWqkEy9vT$7h9 z%4)<s31J14b4GdKTtW-c-5Mbr6@|hzM^y_=^o4WgSeBB50~S0aeYr01LANkZNzYRH zcTn@%VSeJRHh4Nt?h6_aO|=KWk6`pZzu)LC<`#=1rQuJ`Ff0r<5P^#1E0ZohA9==C zp;i)8-%j;ZNgl-e7p?k6&gBvMN>=81o@Tac7RuwiXQyj>$tBpg;Z3q`6+;7PO;XJc z;_s&b$Hu0vRc({qlxK+HRj&IJqOJvT3rsJ}zW)XDDvbE3|JwHZ4B@h^?;GM8d9TE} zlgnJTM4qR!ftAPrM`hyZMu*&^DQ)dAX<ezx;Swf^m!A~+Vshcy*5r0t-dVPTd1NJo z#1Avmar<lwYq9;<VQ7^i$lwjl>I<ifEanQT|E|W3Fx(D=G_zlqF+pgqmqmZAo@DM4 z2xf6~ihDsotnqF)yssd|@F05ljQH-<V`f$(OJ6wWK&<0x-u{x>PYiP3m^aqUneQYw z<eSfNA-WlVek)2wG&gF@>^7R?o0*^AaG6?wWY2roZ}u8nyOmPLG9}7TWxe+!U=EzO zw0h@}2M&6nY_KL84a(uJLOS?9t~gd}5z9fXDkU<mA3Au#n5tijIw)P&h>KrgeFaY` z!<-Nee*<vvmu&-H0y1JWn7radxC_f!fI}-`iG-=@)1Cj+*-V+xnX~JJ)CX>8p(;Sb zBaW&E;JxYiiRhZwM<+a(@<%9rHD&GN3m`!5I{fZ}k?)*_x01_0b^=^5d@b<ea4_G+ z9T4y8)^uYmJC8yd<jYOv(TSe8Y3Ie%X`LAON!poR3M~{LN!Od!?Ei0a7@c~_2-tx? zJojn%{)E!<p*zL!;gCmLQAnw7=Y{Q8;pt@JQS;alB8uLxKR^jt8tc=7J_Gt|<aO}p z2UKq66tUrv-qVPm9JZ}C<6XabWI(?V$%ZbR#3cz-ovYdu*GAP9G)kdmEsN8M;LL8g zP|q2P{qiN<3j1@;{lY$#qMGQDq(GY>SRMFfQAfIa;G;5%FL5hj;WwNWb2eNQ@{dpD z0=r(!RWn=m$<o)*g_o0%x~zLyN&8ujzn<ozWK;Wg1RbvV%g8_q^Ju^qi>u{&?wgV} zMNMoa)+QkZuK4&TwL%%ocSv#<jj27prhwyFWLi?bV^;plVX1pO8E@O}muQ=eqfc{? zuZ4=eSzFY%&{P@!mWPN5G7XLj*Mn>~Tck02mD29)rD*BY$Dy3lm~HMh4_FCh*TuBO z@D{b0kvIo%b|U#Orv9spET_33akl^fpE!Z{0pMpw2!g>zF}>rom>fkLt^d5OMAqWy zQk0MEB$-BB$w90OSscV-He|a~nROZ8dppGlt3;rmPFQ6~He5El<}ZOF4ayNHDi}Y2 zFFMt5iALH)*U3my!xynZVr8Ao<q0Z9>)SpoU8!(9-Tz>HrjF^Hi-tz_gk#EfyIgJ` z&58329M*Zy7(A`47cFE0jorwx6`j*@uyD;2F@Wa1;8pyiS_`*KY<t;RXvOwSOKn}v zXrAuYEv?3-Yn0*V!+%*M_MAjM$yXhxfn4MwO$1B<A;xXWJ0&}No`{tuX;<$z#w@*g zA;SMniC2+$My-II<+|0N{nTdh^C}D#wQg;P9%QYc1+0C;657#&B%gaglyl!Y2+0~o zETgEGs8~#N_q_OpLe<1DbuTJ;S*WWdeG!-dzr$W*Z@{1EkakmVX0K0(_PQDHfPN}l zMnlVTIAU@Oj&TqFT9hb&Gc-WjAq1xRAtaqD8+Om^R~`AP7{#?9_V{ZzWEC_op*vv> zg$orV<m0%M5k)0!=RK6zH7B8{lut*w0(aBzo`xLw@TWw9o;TuJ$0-z^<TI34hY1;n zEl)GP0MR1R-6SQrkV<aFxqy)&_LIlA7#l@-M^`df$w4D@?)e?~Vh(y(-q4;$R|?dQ zmpj&@Uo0W1(!vL4m-1byJ5x4GEnehaW(A9hpvS(QVabFP?^M@aXrJo*Y9&Tw1UK2o zeHb&MI!;<A<1&iayC-C~oS<c|39$GR9t<vegc%!`Sx`5^*g4Oy7%FehcDUt{UqVhY z4(S3p==vXCqpxS7L!LrVb&v??r&N^F{pkO?f27EJ!jZ&5n@F~5WfRyBcT0`^g7%gH zMRC8m)aZ+`&<<ob+-(a%QD()la@;nHIFAl=SS4#$DBo_K-h_)q7avWyy8I^TrZWE{ z5dgm07T=)pwG(l&=!#&)EdDxriyTaUbf-nlYV5uUn><^TgFC%~Z)=M5jPn_P-ngr~ zO(-89l5zm*?$C174;mX7o`Eng14*g9J8VlT3a@4?+4@3yMkx7MDpz|AQYO;I6_e%; z2x<6`JZVNVQ5B1$#}P#u;*y_C;vG8ejGz>!Kmt^6fE)x`zxppb0FKYFK#RDSRKzp? zpk-5}P$gkZqyl<|1w>9T2G$2$FY=;;hikEA=la!3QryIU=CY?wbb2NZf;c6cS&=cc zUY+nO^t*%>#9r_B(cD<uPM^KwGOpq7o&kBOKD{{H9cdWD@Sa>;+;F8Dn2#LaNvp!Q zx(1kFaXLT9S>$f*dDhrh8ZyxBgXUpu_}Sl>`!RfTGYHb|-pBL{0Kg9f^5~cb;_$Ce zJj9HY=g)qjg#1&^PNTbOTbzFx8=ary;MJ1+K_kTh1d6yB`d5hZndb+B%kE&WYfd>L zpGv*yK+a9*K6}T{i`t@tsPZsmlQ}_Xkw*u3K^h3y?xrEh3J4-PCZE$-gw+1Y`N5Us zmGns%=C-1VJ$0HQvU|2!5A+UbCHwEPiGDWP-c`Tm;qGY*`<OSz;>+Z43kF@W7;K;H z4n~@$2?o_;BWTi{7VSRmT&~?xD_uvz?~J7!MoS*7+#Ib8Ybe7nQlKQ*>pM+Wyoyjq z!?w_Z%lKkIEP*bvXGLBB-V4iFX@$MQh*maBV?~hfor_mrV8QGs<q}P$lvb0l<vIKD z3igMRje2;kPKk2uiCOxsN#Mbd2<(pw6xDx>399<96Ro+eWKeV7t*bLVjyRx!-zjl~ zZ1fSnt)JLDfH-fXy|H^AC9o1TmZ_hpbhd`8y_-s7)d!1j^M^%4Be`+yooZ6)=Da{= zTc^nD_e0UzXlK3l#>Q^H@O=TqoE!NV3kEr`v=|;Ewg|`u>Ki%XN<PEFIdHiJC||Tx zWD7J^DdZjjcCKHZ$_zYwU6|{VTy;nZ!{Y8Up5gTzXPdpstGt!mS43q9fCKo=Wdi1~ zgHu4wpH(`G__5;AsPAMyPBe_T*T^=JWkff)_R&h%*>)MF4(Kzm7X-YUUTXRdlSv^p zyc|5peU{PS`_4K`pc^4dvP9Z)V*eFzFRy@ya>me8xJf#m7bEg?+ul^jbS;2fWtb}Y zPeO64ptV%zIO~Nsar2SpKUWmllUIZr^#$;!>@SYw_gmwJ-~SGV3EAtaj@8qA-{K20 zzp(Gg$qL96SJ*R(eH&cSQm_nR!z%-R^$B%$$FmU`r<8B;{fC!sY;1@-su3enV-|*Y zsO4A7Uti@`c=<}L0|Cc@>-Xwbah!&ryn$UxI7?1$oLxT(D=uGiHAdM1Ss^Og0Yl6L z2XPUic4XR*r#y_&8>Hu7*B^yEpPan_QpHFI66~;o+h8&)rhnHGY6TeWDIoWb85`)X zxO(XX*^!H=yu{W}3=h%n;{b;3zDk<M3=tr(06*3-k~fW;bu4^4mQ?CLqD99NZ^q)L zZExgI=9?bN*sdSScsrs)JCu}mEdHjDd{G0j7D9rBG>Qpa&Lbl14ngU|3GLDWVWAj; zMGM~$L&0_>=TmOeKQU{xIQMQol~wVu@I08$%nYa)sAneQ6Yt%!cFf(c&&R!>Yh>H! zWQge37%VCg{H1&3!+6nn!ko@s6C4(0=tOnW6wV5~)rqSbUzd=c(WLi3R{xpzGG6Qz zkNa%2nx_sfF=Bi|u)B|b-`DcV<VL|69|UqiSrC%26qTr%dBWfU{t)}yJJ2uB%oxQi zX<E10;k41y1H4^VIQss-ayXf`-7GQ<RU8E!eE2)b!RWP^g72`mmuL8tJ+TiP3y2iv z#CWvf0SREY8gV06$dW(hkad>e-8;I)p=(*pArNCv9UR$Ra0ys*R@2{6Bw1B)NN+0v z&WqZjM(q;Qp%Hz~p|IUsr(GgPWw8D6b8;Z^w#B+r7ccf63G}NS2w8lDz{2{+7a~5F zPxOPEcL!zp6H!p)*Org3p%jvMeFa5Cgkqv`X!l4O?|N7(VYa^P`{j4;jK?wT3<!EV z+#rCy@^RyL?s$m2Gdv==byR~R-d{ts37bvLG0k%L-6>D{8%-q~>D&_V32SHDM`5js z3Ofm&pPD~+?m@a<e(DLBWd93alb${)3%(xx0ylqf{7Rpo&rO5ZfEP<@pnRn=e=ZUD zeYRM>7+JcO6M1ZMhMm7w@&Q_+i&o-C$$bqo?32eL*K$A@^{0}wCN?`eHkduiwm~6S zQ;89g83BBlG)Xdn;Sifbky9va1Qh~V=}x6wMp7ZQn>6|b8-;R}LIKvJ;7IFM9hd^* z$vA0}GyoZ7ldPRg;t@DVl?voxePG_CnA55g0Ce)PzX&yZ@b*0jN{ITg_eT=r;;Nc( zZ1LCaUyv@vJ3(%{1Y4@If1yP=JYqeZ3e5AxtJL}f%RkbBeOr%?T`#om(@4TtWnh;D zwyO8;v2*P@2dA~J?#-K4jzgziflTV)g3n_W6>dR?rB~ptsMvi_ucgD(;vEPgn3zI| zi=$As6TB)<$$&~?@B6ymX#B>$kp0Xd+<(y5P1ls)V{4{3y1N~^2935sALNxW`C+*} z^`F?t%70d)HgXJQ<;jNfvXnso<d2n+vHzs%OYbEofb=bj1$PL+O&AAM0c4|<rM5jt z$q{3qQ4E1FjBRvDE~@bvq^<&ZHEwATwlKeG|6XAvY4OaGwWLVl-rlA8g;@ErUU7i9 z*Y2ien_e<=aeC0w-khAtQ0;4Bg@BhF2}PdRw42~2)Dt@JHf(GY7KxLL@7SBuP1yZN zp~Pb)ohlqo^2<3gr$1JL#j83iEC0RzQ1Vq#S{lxdi-XClK=1x<y1T#2Dke5oAD^+} zzm*h<qJ8VwkJo{ulsa$5MN%2QouJ277_g+Wiwy6&Rq94oxeTkv_+s=}SvjlmpfVBb zz{~LtY$Bc@C&Ub6n`3cSd^<iI46@>4o3Y>yO=o5H7gBrOn>JZsi_5rssfGJVlaa0U zO(xx-AgbL1UMIZ<J=)3nGvHA{%OJ}Yfc?^Z`eODd`x(8&#q{|zwyVB;PoR)%3qpeP zobx^PY<?w!cVjp^?kZ@AC=2*XtTitzFwJgXrz@4_t@DbE!s3(+2@W6ixPANqTi2-3 zH0bSX*V;v?Ttps&F{8jC>VaM8s0a$hD^kV9CRAi!;gcfu{ZS}5-`!a3F6oRZz9Rdc z>5V`LD`rLg;G4NG$wo^U@PL7GmO-H$hr}+F<fh8{$L-?M5lMyQsa_z-p3rd*A?m|V zRTma6(&bR6no@oHlKOm8!Spr?z38WJneQ0)_p1XO62a7%Qqm*|hL>qcy$>I*H@(85 z(WH2CibDeCliM3M)F`0trn}zA)G$72k~A_Iz>h$ojrH~0(Pc!VA}p30hD`Oo+tdvy zYQWtggO6Yn{AjSS&~DCm({IEM?hZEjseFr>;a0danxkFXWf|ca%e1a&mwhy=j_Ve7 z>NlC=b5z61Ww_tG(gG9X9AH_cVO8KcTWF4Zc|b~P)bfxEzlQ&MA!K<}w`z{t7VU5I zljGdxbRvpVtu&}TYPE4Tky`AsiN!W#+$Kg`V(=aq12|WRizq;e51@FVLWBlP5y8sE z6bKQpSSR{`i<jA>>`a-wb!$>SdF`4Al+e=a@=;+j_%vxo*<{+ewRURc4)Y<OeYQD$ z^Ti91K2!m;Ib}t#D!83|%_6DtRyhLsRJD(K78{ShEhJf!smlL)A|iaK5`lyYGQ9rt zVz`_eV|8GR3H8Eyf}5bQQ6*GlBHI)?zTSc#Skz`w-IH#ry3qz~?5Sm<VthcF!k!eu zfJKP2E<|f79EtmyM_NR$pFUE^9&Nu<X)t_;q+3#zv>yzEB9pr4Q?Z@BPPVZOZ^;a~ zH&H?KmLC^<(N!Am0-4u#f1%Ww4Kd%Ax|&$5RJszMkz440(`GARpRKBFG5>A&TYf=3 zP)pdb+Nh53k&YvieLsjGr8-=N#c>MxiVn~pDObdaAwe0Dk=)c`G^%JSpHWK_S@BGv zSHQ4mjiwX9ZT0*U3-jySU;qjF7GsS@9ZhG|5$jW_Scg6q=&iU`oD5PtDuwgxmD;L~ zaH)O|Fr4+=>|;vQI6F=b=}S}sl<Z9f=ue&7jW3R9r!$t>;&5o4dtM-ltQCPJ)oN;c z{o2!EmlQ!I)oN;c{SnZqiPf46P6KeC#>ug|&|_`<$@cl4{rAy!mu}(_ad>-ItJZs` zi8%MM@B)+4zhO2Av;HzGeLJ|3HyIR~mJ$wxa?YPz^#uj3t?litTtZ3;7^>2kRM5lT zb571M)zuBCuZbZ)w};*H%xM~D2!N`vs?f)-&YU^3x6hUdCN{o{E<Gkrm8IJq>)NW) zW#W`8s_E~l!nk7uH_c7(d+mpo6t2;Lbv=uU?DmHbONgdD#W-TgIoQ6RJ|rHBvfEAT zM-7QbmuBIjS`E*k?RPK;Yx_c_d9D7qpAZDR+g~@SK62scZyL6Xt@-W3kzs=l^wo_5 zZ|~4nQ?g9r5j%Zo%Tge0S_}iay{CLnjrDWm)cv~mB-mH7FlM3k`Ye+7fUi6Ybd|RS z4^}0F5&9FdfkdVg{c_*)Bla}KZ$fzP@hKD*%+yst15~CfO5{!+9(x-6)N>}gMIg$1 z?wp-%x7acE%{<uh7VU#~?pzBSl-*{YQ3HIW?Mvb)lxfo_6grbgZ|a1skd(RJ*|1N8 zL~~m!`F12|(v^LiVG{T#Bc5aFyb~u*pUyu$xM73AFeu;iw8JrkUA5JmK3upWXhrqG ziFhjGJdOMt(ThBVg$=$oin#X820?I2qUfV+P{@o+2$D$LU?=s*YXyw^gZUL^1#BT3 z{f6T!umFHBPZMQ`@2se-tf;%bnonaORaTM=TS$iS29jmMv7@J6ZwWGlgSNarrDR*{ za|IG1Ge$EWU|X&2q-en9_7>714u!6|BCN<)T_b;Mqo`T(WhiQGv}3^05%@nnYI*)= zus9U<#@2t5##XxmEPMJ#$+us*AE*{?%kZXCXXu4Mr{&K;zDms6Cy&Sr4fWCRGx$bG zVWOWo1t<$zqUbc0yu9sHq8^H|WY4dh{jd0`!EWY>9dB<OWxobGZ5f-tV;t$AU-|do zaOMQNyJZ6bbumi=kNPgtruwC-=B&&`?;uT*W#maxcW&|=mBmi&vNc&@v^_DtW-o!w z%&=N+P*!|=MPr0^GDSfl6WZ~19D=h0@#yh^0jk8q92gH;7O7ckYAEt1wPNTxPJlAN z_vx-(PkrTC*gf9)0VF0_u!GF7Kh@Qd*clZ3yJf&{ua72s>Bf`I(46A1-5FsSE9dUd zSoZ&aricZ8DMfDNKy$7Sz93(N$rO<t-j>1wcii57WRxT`qVE1oWmgY9VpxO*fiO?V zi0HfKSCqMayBDZ+RR+s~jGJsFNwY&O*++Fv#})I(>!jS=BuLu8h7;e&Ta9f-cOW(K zB+MRV!>f(}wT*f{u0vX~$rfaEHQR&QYEwY%AEohm5H29j;2lw!mv?(P%LT{`j<fhH z|7cR<9*cbctr#cgztlK34qkPE8rT{LczQO7S6vzQe&#)V<xT&+xO?2RbKB=B^VP_r zv_#*=>JuqMEwq}e7;+piKyqjmK{PXD!m8b4G8}LyhR_5<4pvJ{sXhT<(>Pp+7pw2} zGFexvcdE0=bdXWa9%U=W6%yN5(4ufDDd1<JoozQ7+d38Gi8!SpJuOu%Z}g~J?Zq0c z+y4~eN53j@bwb`wNW^=LMt7)*);#y1HdYfSL83CzQ7E<@J7RIC=Yw6zy*NA0MAy@+ zVT=hQ%_$`Bwf9meb7j|j>;N*9n$^^lFkju-O)0p@C4hBRVXP!pm<neHZ<FpG*C`qm z4#&i<W|@EJKxbtI5|=Y*=h){RKSONs44#GmBu$c@%rpEQ2kmS+XB7JZs|LclD3;Vp zC4Va@{NJAk(m1n)ev{5udaWad{N(m)T?h0PZ*>Rd+hE{<odsOgXJ!vbTADh)7ESM_ z-J2<=55+S6S=Ona!^J`}p90jYZqXH0Er_fMRWAr=GNdv9agCQDkRDen>5W{CuXHIJ zY3)NNArc<n+&*hoTa!=U8}J{7`FJHBAE2Urgx1s6+zuX-r-6?sZ?9Eg5fA{Qr`hdk zj6dc%$Wl3Jk|dY+rc}-**>~(%>8%JinZgx#&oH*Rxo!p)7OdkwYDrzVr4%NUBBO|8 zxOB^+)H#p1J*kWS_~ZPL9?s)A5c6Tgs7TTc3)529r7rwqn@`D-3-H^M{WF+Y-a+_= zc%%8D1Ug%vpYQq%lKj#<PW<M>=5iuH?SNOm%^$w-y1wjzgm}=EpO3Ay1Y#u*o1T)c zzu!_$giGhCaOxcCpC;*W(4Gi=hOG-zTOM&BowpSLkO``R{>)`_r{^ch_lMsCef)Lb z6)LrluGqnM^S{&i$K%5H%aagC^n3=bVs*Wd3@uJEMJfTHCzt4;5B~h_KJkr3tz{!i z7lWYJtE{zNq)C#y8jW(YNGvA`UF}}P1pH$r&k2^PBD+Bp2nO+(sT~*h`1iX%7*Z9& zECJ>ApNk^M5-L(7A4K1~`}^a#IJ{OZKjZ~QKFt;C*zb+NyfH3}c<*<F27!3kQT94t z6Jp#D515PL;nnWWvY)DV4l-7DE)diT`eX);#vtq4ae2p;m-|irkT_Xxt_j_1n=)g@ zEet+DCq|<wiCd;m2fwZNXN}Y8<E$v2LmOBZ@!>3au(;&Fp@+7Jx`u$7@2{aSXWM}T zZIr_Z4TUDf`54d`LSD8cJzesnfq)Ske3p{XC>jz1B%1XRs>8P<g+&XC3e|AUV|v*4 zfUnPHUk8A9AR{?AVXQz-p}5axz)f+Iw<J~5Kb7L4D-eZ)jR0qjXhXCmIxqV6Y(fV? zL2%=7xh*ZZIJ_I|*Gp)^@7lGo$?~JRzWS=Gt_8g{xv{~p6{sa!iNT<~{&@yJw{>?l z_S(9iM_KD~S|d~5Fo0jvfA1r`hsi7QbQ+b#TMdV-9cHpJ*!9a2V3DL3g}1?_jaxLT zJlzU1{GQaOz91mxYG>MJ`WFuPiazd}cm9pf6y>dN{|`If@%7go$HV^r_Lg#r&ztk} z`W|EcmT$i4+ZXyw1J6gs0cPa{$#?D1d$FEy0g8t5PxfclpCJG}K*GNs6rK4^AKG}v zTX1?)#_A2s1O1Hgl*%BF@Kjn^c1rYy)ft;k3%t)X>O+4!BRWVtQ_oEH_xGv1ydvk` z(Y3y$iAv@HhKjecTtnpXy5&J&5@l?T#-M@kyfPL_W8{nzALECcu^xYmYu|+G1FwC^ z(A=X}|4f@1{WqTy-m-PbhO0;C4&CZnV5t6^Yu;-FzvF@6)-lqB8D8HFI5z*8HnX<g ze9Nn-i@gfg`w(R0pSanYPF&3W#j|vo2ta1Fe8i*~?cgr(Fh2u0F9vv)Efpcis1lAC z3=qKxNf(iupqPUfkciU}a8^x!Ev>}Qn3K*aj--~<<{TGUv#m=k?rIcI75}UD^=ouZ zbv23u7rD}U(wu0vh2X0a{FAekl{)m;$e4Efwj^2~ExCQ?BEvK>n8u1L3)QEklXN;# zdYb<Hg@&%Ziqn?T{fYjmDQ}`kQE+bMYbD9Q>VJO{W+#wnl_@EDV3dhUYe8bAmW(`F zI<Lu}k^9n^SxJ$4Z+rc-10RLY4xT)Tr*A!BjNL@}<^pws3IMtk<K3(Y)&SJH#|L2K zuDd#)3790Ruqm%V#4a&F;n~@Cw%v7x&cMp5DkXgF^xjRQ6Gt{Nij9J~vdSW8eNtH# z86LB+iBL}~i+`IS5v-f0(R?RM$`o3y!l#BI_-HB+>B;oFl&5pGT4G*&P$fhF@`BDR z8rA7WyW*F$Xw+g4B$7Jh_OJCMy&*}j)$0AOrq@+KsL{L*>x^N0vDcrf!0X|~TYG$? z)6=8tE6nSQh)&y%!)T{Z*M_Er=$t<CRyh;wNzMsO4UP&Py*bTiHbLo*-as3MHXW-z z7?D*#8bAg}1%N~M>~XiZCAT#-x@}B(t4T<f6HEY@RGL<%&HXa44Y#|i4W*xpSqw@U zk2QFQx*=6Ay9<=!YRK$c#QwHaI|*;I;YoI|V+&Yx<i=e_DGFr;#}DPd%{S02o$F2y zRt*hyt#i9u9mh|-34Z-V{`%WHn==AZJBEfwhpGmL>Z}usz@gfcY|6tYk;0zrZHUne zgZs%?r9_E+PU#hLyv){9lO!Y(+yr?a8bn9b-@oSvWu)p;N#RoYPJTn~TYQ3#Z``CX z=kht9RumSc?kR_85D~^gDJWS%zQMx#7ngV!iYJq?fF~FRw)$iqmfHXHU>QbeSba&r z@gb-XHa=lpKZT5Cd<yvo3lZ_k_NtbRj++9q?0Xui`>XqV(18v-K<Vmje6}=uus04b zfm{;3SSx=8&{)#aJz_5*wxpk`W%e<tybJjPj<qzAjI$|IQdN4+O=KNGx3urX1;VtG zcnpX-FdMtQ;sL+m&8htc#8x0J^ULO?2kQDfOL$0CI)y##v<=w$`$dnlU+Dl(k%x~V z*4^ppyP>8(D$iK<p+n%FInyoZ&C8=_NH~{oky!FU9jdd#RIkci5)V@pf%O!j?8%CX zNp|h6y5!eNgmN9{5lTfxXg#pvt~!?X(T&KU3IMl8Ucb@4FuhQ$4x?B76xo&qz6?$6 zb-P>^*y2;Tdx03~w~S@HsAGx_pk}gNi~tzmTrdFS<aOD)tEI)xwmUF*mR7yu45pYV z09Rfmy$6zx*a=Uci3x1EAJkUBD7!z+Kq9g~2v7banUnWzB~){NH)?KS><S8ts5XnT z0=J+TwflYzxFrvNqMpq)XUlBCF?P^33rx)Fc36|uy>3QpyHNX-HWHF1bCo-sMS-(} zPoL~;`}_qhEITW*?Rl*xlf^A`H#UmWq#UuBOsxita|Bq91@kFB9|rXG_4=(B1cH{{ zyu%SQX_Rk6!p^l4PL$w9Z)zliyD2w=gBAlPdfsJ(^-_!qMFQPU{|b>Cs0(@J$X8Z! zf}%0+WT_P6A$BJH)dX-o;Z)0(%<`2n6d9;$pFeNt!3#D~)DkJ9#H_5CGSqU4z%K8c zTS8<$lWSrg&Mh{$^%VpDZ%LQ=V6UyMnJ3&cGZM;_UVv3Et6$iNm__L#GfGNz^FZQ| z`*gVf=jy9t7#bA3+o8KbTEK2Vqp<^Pplm=!N+E7zOl7R`O0kMkDylQm&+`Sehtl5w z)Bp-7MTdshcGJ`Fe*4U^LE6WE!>RP;c5_-*bQr6TWryiuk?Qo1W^6619sd0~bQ(M7 z(9Tl{U!oKsZBL?4DDB%H>hWqqgG4C)^vT!Tzk#5}*MB%i4faVq3ce7THz-W$?+pff zd0L9S6s4<4EsWnnJlOE-+Q0b`Uc-x@&zHB$1Lp?Ld%kwqOO2a*#P(amLE@J9)Pk9U z$snI_O;Sh$3P)72j5N0p1{idwywvV7r`RPPGXgbMVN<Y2`*k8=Z>|FPrB>w$UBZp^ z9TX~)<|4ja1W`Hw^8<mU4NXX~%;Q{-m2i@`h&8fMmX`3E2`H4e%3oes5`8h`Xt7>) ziu~sV)q@ptoWPH^UxqQM^q9=vMlhDl9%oZ1>?HFPrrr<v!u843Y|1K82T}16wdRH< z=V|khJc`n4QRE~qq7>pgfuOe_>-M0RS&ww=kphC^;vfi=-14SC3j>>2aej|eh;2`& z+h7~~fnz$@2aCF*!1Z+HAYXm}WGkC%WjpB}eshnUL*X=0;N1$XQ8H+NU<Kx5@JEaS zh75xetx>TXrZi!j<nNOCo|6Q5BzZA^W17i7xNbqaQBbbFvDov3lhsR)>uGl{Bo*gF znyCPF4e+RSx&hfzF4H3~(~zYaF=6#T&rHIyx4peQ;;np89}=olp^0`<AafXIcemi_ zHnSYb)1sCVmrB46I=xL*W7W-qldMg*atU#X|MboRofJb&5QvT_*LWWj*a3n$HZT*J zYr<H%mB&4~h_I6vNd8pMxYeB3t>SSpZ~=mw01GSv0C`xQ{ta10okD|Y=ju$rlv&@5 z+8>PO`X4+ypVnR_!MyR=i^?~7s0#{jYuFSjY6YlzU-%6SzAtC7q9)?P2WUUAt+@fU zz<zn_ufI}+(b((2R*i5gQIpxYEe72hEsuL*+F>UB)5*?_N^<_PwW^@mL8`UO^2y3e ztBLz`Tz0UGDeu{JDc^>+e<qXg`lEragRr=F-I>}>C+!C^s@C=K)(ZWn`I~y{6AOm; z6pBjqY|ebET~?2W((+SfKQKLMcrmDW7rEFx)K<-1Y0M?xB-;FPJ1=9wXVhZ&dp&G_ z^2LW&u>KC!eqK|f<8CbciAqUlE{8zz!}qDoMaiL=9Vs?xs<cpl=$5`XAVpl6eB(%R zBVNDb2kkVex|HO18&Y-w)N@{#bHaU_`!?^OQENGyuBaH*01@!q;l%bkA%~fPi3^(A z+PhZt_GaJqw$I${#l|?k-7O5)h@aW&pq+mvxXfJtEcSh|AtE#)PrffJQCJjb&L!r} zoNsita9h2H4$Hu`(_8kDfo@;R!Nb%V!I{IOuSdV=umA7P4Ccs)*Y2$~;01~h>bi#X zt%U2=HQ8Ps9+I0sp<9DPqn6RrgYSUTCV0?FOuK&m{UP?p^(oaSz1k6J%qJWEyt?9N zp=Ms;&nvp;EpKRiSbdOy-SCEKqRGQ63>vpZ-ufY?AFw61yC)jz%7lC1`j!*=q`oBm z#IevHwVKC%S88Y5Po5MdyF3s0l4@raA>!_I-Fh<q;SZRNlDOx72?_o@kIo(SVogLn zE0D|?m?J5eT5M=eXp3)ypB31{y4lbuq-dy@ZfnF|BuDQH4GMm+J^jVd7)LVc38@s` zib^LvCTS-F1&mpO$P3$GDF(~*#E}%Tzq`vieyY_kt1hUYW|t01Ha6nelOY}Eh`>jm zUt`Ybr_a``>CQ0~D%q1(>!f_r;}N&?_ka6OQp{gqG&btA0Kc8N^9)0HUckmM7<_b8 zXb1`Ohw{7SPpJ$w$17CGxJG0$r^XQ3Iz;Ku$^w7Yk)nvd^8~ZJ1)&1An#s^edbS95 z?E-KPvnGh>3+^COt9+oo<eZAy5u<o*emMe3;*O4KctSKRPJ%%B)q1%$Jy@y9!Yt3t zjH}M157nGn9k=CV=H>0;hdaXLt#ZMsErJ1>v1gw^L4F?;!O<B`FV{kdEBf`f9kv@> z&hHYS^X#Wkun(#bmNFLd44e<ps0!6mQ@IeT+OBQqI#VmI8P{ssCtM55g+J^F{2cyN zFZwF@=(p^J5bKL?$l=VGSdt+R<Tl3nWPC9Qe9L;zOMut97+JsK&x5w8R9(gKYU-!m zom(*7R;kYK74%9v1RYiN*$d+X6y<6Cl<H}f+EnF-we8zW;*5^h@-r;$D;#Wxr!};t zvMRhS?3UdL9PKOYFP-G-B%_-(Y?-m5-5L<kN@8I}^&q2nHCHDC^;W1<uhX@*=5T!} z<bT(!c>l#^TMTz9QY3fR*E<45k*9E~QE&IB`r^G=ao7KVK4N<6n*2dI%i|H<#}3kf zhF-TxF?f%p%=@H1<lFl~6{L!mTx)Y_Rn7g6evtp@hNsO)iw<I^0+}lFn}edwtEyUv zvr4eEuZ37U4x7{5oP)*LvHoQ8k-WUbDXg^k$OR*Z7CvMZX6;%`6`7n|KWZ}<<&;oL za)xV;FQna|Ej%7X9$|b?DGAiG<!5ED{CwD`WpoIY;!cb*=wv0w!rI#lF|u;Z^7eM6 z(xJ0MlV$7WRI2PcrQOa3c4Jrj;59fk?B@^3i6;`1R=fz#4hlYd$-qg2B2wXNgI(D` z9=nkj&WhkDN6Z`XMSh=WE>Y9`#Gu3}5d_@3d>toAlCdW^-yC#o-R&h^n%(J|t`g-j zIZKP7PeuRy`K_%9vc<o^2dEUlcBLW+yS2Zf;rU$8K}_T-!OnZ4tU3$R;G6kky(tt9 zhQn1Hz8mzj&Nilc?N;cx=+WREI)?n-A1m?IxM^Ob9wv9iWYH2nsj<=dd>V&abqFXC z<)t_<*8^PMXw}}@*zDvfvEQ$lalx_trjUracc69(gyh)-@|^RPp`0CfZ=VUx{dZ(z zGwp?EdY(@nqj%%aEG-onxCXnA*R4nek{pS)_Y%jJ1RhH3L=xFRbV`QdL#axZQYaTE z+1(q3iw+~2C#p;Dw+pOG2(s)+VKt<*c7!lfYTS_UT6?HaC9IWcZHtQ0=|WW@HEV)# zgLEcA1Ic3Q1u5vG-&dLp0w3@+@eZ$q9XVM{tUor$c`*{gZtJG&SnV#vl<hK^wmjUJ z70~7{Y4rz{n7S_6Q9Vo0aXu-Y$PYdqtGMOI&yk+&oJuc6!7yQ~@xdfMY?;Nf@QI-$ z{+H(2)G>$@j<3ctO$vfY`-Wq(J)PUn6gkkx<uqHD2>8K5iZIx<=vd&f;6O6qIX<0r z<~s1yPMRdSQ+s$|-~2oDYX4lk%Y`S|%gXF_y1EIv4<N~!sao=wVv6-}Wf+Z9-elcm z<&q5z&777=JCJ0Edr>)aFR(oig_);%QGzp5k`l;X%#RriDxp7t986A7R*F4<F7o(K zvej8C0(5K_;t7a*H>YuY3a69s>b2(aa1ub~9vAeKJ=FCe4^@at*25L1r+^T5&btvv z_V?2~HecfOWM4emt~|Iw^S`L%N#;bh5F&E7pzz2+H`9ENMEEh-QnwSlql#esz$y16 zQWMgAKKA@=u%ONBe|(jfgy$<k)lV7E?LAv`XxlcF4@Qw9ieTiaXMYzLrBY@7|77R^ zo2>8r0l0mDH2Y++5{k!uF!bc{iC^AEkv~Ir93vt{q`+`oss-~76`k$P9iLK<lKAo@ zURC)2y}W+t)PqX;WGDG}QpmTIxa#|=Tpib~dx3~C?pF{QLCDZoT#(}^rmluP%62mX zEb<6c+%NzZ0=c}`fvHt^iWc5_?)vHB;)<X*Jr&}J>G9mO@aYxep8pfX71P75x5dBN z^?~8j)3$ixTgtz<M>|yk2%uq(Uf-Nt^Ty2D`4tTjl|RQ!k11W-HjUA+$guE18W&it z<KqqW{%26Zj3ik!X2O0b#w*l{fNiHnQe$E9<7*v{qiAowQ~77(*ZZf^Spx&@?Z~yq zVmKDxk0znUCB9<CpUh)lCB{)Dq0Hx!cN6|B{9$VLsL8mads5mzGJEQ8YCn=D<sjl? zy(LqYucn9uqGwp9&okKN55bQY|BfulEGw96Tn3S1;^t}1M~(?MX6MI8zlbzAHmQ)A zklgvbs2{mI_@_e9^jX$LU@GR-RhcN1b0pIWd=P2zOkbH8iu5+6%UeHbg^%y<s`V$A zWu{{7I8dxSS3Qq4_|91VO{+$-Yh9JZ1-sZsg@~9h=Zj$}fC!JWEq;nfs@Cn&NLs&H zKEv0bs-vGcL5Cm&s-7&i_&JK&{1fS?W-2O8<@9QNuhGlNgG{L^@Mrm_AK)K8%^`z= z%BD`60YHH;1o0{4-LM=Vf?%BHMFGG9`!qb211|*KumDPD>>FfU@CHyQb;5O0C;^~X z97n?8<~bY}62rKEG2jPYjrdhi9JC65BtL+epNQE1ZOafpbcayug>?Y~Y86uJw|Ydd z@Wvk5o_hUFXG~J~h^N&=p&$^_1ld+<TxRH)SG~NVV(*OKxwYE+8;TYd?-fx0P25<# zuxP`TFaOv{rWj|s<oVK5*@xlgVR=M(XHut}$ivUz#O)6xiiv?h2BTtm1U8J5cb@@G zF;*^qYH!!BKN4q~?Mqt`MXzGO<y8C3hR_3c0}7?foL(&{j^(PT=kwnpWxv`^Y3i@M zjCttYVQp~Bnz8(qF}G|holcgiF!a~M^@>g|ot~pwE%|mWy%#)?GfT8nN@arS60ZzC zi<!yyl1vxKo_veo&v=)Vck^L2GB@eeHt%0AF_4%!KfLbBbG`D-OM18URMK3e`r#V! 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 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.eot b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.eot new file mode 100644 index 0000000000000000000000000000000000000000..e1bcc447d332eec92dc3216e676a9cd293b747b1 GIT binary patch literal 34394 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 M_*1O%<mc}H2kH=`ZU6uP literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.svg b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.svg new file mode 100644 index 0000000000..f32e41e305 --- /dev/null +++ b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.svg @@ -0,0 +1,803 @@ +<?xml version="1.0" standalone="no"?> +<!-- +Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com +License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) +--> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> +<metadata> +Created by FontForge 20190801 at Mon Sep 23 12:53:49 2019 + By Robert Madole +Copyright (c) Font Awesome +</metadata> +<defs> +<font id="FontAwesome5Free-Regular" horiz-adv-x="512" > + <font-face + font-family="Font Awesome 5 Free Regular" + font-weight="400" + font-stretch="normal" + units-per-em="512" + panose-1="2 0 5 3 0 0 0 0 0 0" + ascent="448" + descent="-64" + bbox="-0.0663408 -64.0662 640.01 448.1" + underline-thickness="25" + underline-position="-50" + unicode-range="U+0020-F5C8" + /> + <missing-glyph /> + <glyph glyph-name="heart" unicode="" +d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2 +c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002 +c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" /> + <glyph glyph-name="star" unicode="" horiz-adv-x="576" +d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103 +c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998 +l124.3 -65.2998z" /> + <glyph glyph-name="user" unicode="" horiz-adv-x="448" +d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996 +c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144 +s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" /> + <glyph glyph-name="clock" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992 +c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z +" /> + <glyph glyph-name="list-alt" unicode="" +d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340 +c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12 +v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36 +s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" /> + <glyph glyph-name="flag" unicode="" +d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32 +c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965 +c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240 +c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" /> + <glyph glyph-name="bookmark" unicode="" horiz-adv-x="384" +d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" /> + <glyph glyph-name="image" unicode="" +d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276 +c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515 +c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" /> + <glyph glyph-name="edit" unicode="" horiz-adv-x="576" +d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352 +v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002 +c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994 +c4 4.2002 4 10.7998 -0.0996094 14.9004z" /> + <glyph glyph-name="times-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002 +c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002 +c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" /> + <glyph glyph-name="check-circle" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z +M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361 +c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" /> + <glyph glyph-name="question-circle" unicode="" +d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200 +c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156 +c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986 +c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" /> + <glyph glyph-name="eye" unicode="" horiz-adv-x="576" +d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502 +c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947 +s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41 +s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" /> + <glyph glyph-name="eye-slash" unicode="" horiz-adv-x="640" +d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49 +c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973 +c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29 +c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5 +c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4 +c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" /> + <glyph glyph-name="calendar-alt" unicode="" horiz-adv-x="448" +d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40 +c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40 +c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40 +c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="comment" unicode="" +d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26 +c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004 +l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" /> + <glyph glyph-name="folder" unicode="" +d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62 +c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" /> + <glyph glyph-name="folder-open" unicode="" horiz-adv-x="576" +d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2 +c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" /> + <glyph glyph-name="chart-bar" unicode="" +d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96 +c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96 +c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16 +c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004 +c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" /> + <glyph glyph-name="comments" unicode="" horiz-adv-x="576" +d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998 +c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25 +c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1 +l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008 +c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3 +c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" /> + <glyph glyph-name="star-half" unicode="" horiz-adv-x="576" +d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126 +l-139 -20.2002l100.601 -98l-23.7002 -138.4z" /> + <glyph glyph-name="lemon" unicode="" +d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205 +c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217 +c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883 +c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636 +c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" /> + <glyph glyph-name="credit-card" unicode="" horiz-adv-x="576" +d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6 +h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40 +c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" /> + <glyph glyph-name="hdd" unicode="" horiz-adv-x="576" +d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053 +c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32 +s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" /> + <glyph glyph-name="hand-point-right" unicode="" +d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791 +c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001 +c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002 +v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002 +c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988 +c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" /> + <glyph glyph-name="hand-point-left" unicode="" +d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529 +l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64 +c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465 +c-45.4355 0 -83.2002 37.584 -83.2002 83.2002zM48 227.2c0 -18.9756 16.2246 -35.2002 35.2002 -35.2002h91.0244c-12.8369 -14.6689 -14.415 -42.8252 4.9502 -61.0498c-11.2256 -19.6465 -1.68652 -45.624 12.9248 -53.625 +c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875 +c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24 +s24 10.7451 24 24s-10.7451 24 -24 24z" /> + <glyph glyph-name="hand-point-up" unicode="" horiz-adv-x="448" +d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844 +c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64 +c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707 +c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994 +c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988 +c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" /> + <glyph glyph-name="hand-point-down" unicode="" horiz-adv-x="448" +d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506 +l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001 +c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465 +c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016 +v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44 +c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" /> + <glyph glyph-name="copy" unicode="" horiz-adv-x="448" +d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48 +h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88 +c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184 +v-64h64z" /> + <glyph glyph-name="save" unicode="" horiz-adv-x="448" +d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80 +zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340 +c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" /> + <glyph glyph-name="square" unicode="" horiz-adv-x="448" +d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" /> + <glyph glyph-name="envelope" unicode="" +d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49 +c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523 +c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" /> + <glyph glyph-name="lightbulb" unicode="" horiz-adv-x="352" +d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797 +c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z +M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008 +c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396 +c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78 +c0 93.0303 73.7197 176 176 176z" /> + <glyph glyph-name="bell" unicode="" horiz-adv-x="448" +d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29 +c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939 +c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078 +c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" /> + <glyph glyph-name="hospital" unicode="" horiz-adv-x="448" +d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40 +c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40 +c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5 +c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24 +h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20 +c0 3.31152 -2.68848 6 -6 6z" /> + <glyph glyph-name="plus-square" unicode="" horiz-adv-x="448" +d="M352 208v-32c0 -6.59961 -5.40039 -12 -12 -12h-88v-88c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v88h-88c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h88v88c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12 +v-88h88c6.59961 0 12 -5.40039 12 -12zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340 +c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200z" /> + <glyph glyph-name="smile" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM332 135.4c8.5 10.1992 23.7002 11.5 33.7998 3.09961c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998 +c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.0996 8.40039 25.2998 7.09961 33.7998 -3.09961c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004z" /> + <glyph glyph-name="frown" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 144c40.2002 0 78 -17.7002 103.8 -48.5996c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008 +c-10.7002 -8.7998 -25.7002 -6.59961 -33.7998 3.10059c-16.6006 20 -41 31.3994 -66.9004 31.3994s-50.2998 -11.5 -66.9004 -31.3994c-8.5 -10.2002 -23.5996 -11.5 -33.7998 -3.10059c-10.2002 8.5 -11.5996 23.6006 -3.09961 33.8008 +c25.7998 30.8994 63.5996 48.5996 103.8 48.5996z" /> + <glyph glyph-name="meh" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM336 128c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-176c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h176z +" /> + <glyph glyph-name="keyboard" unicode="" horiz-adv-x="576" +d="M528 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480zM536 48v288c0 4.41113 -3.58887 8 -8 8h-480c-4.41113 0 -8 -3.58887 -8 -8v-288c0 -4.41113 3.58887 -8 8 -8 +h480c4.41113 0 8 3.58887 8 8zM170 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM266 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28 +c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM362 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM458 178c0 -6.62695 -5.37305 -12 -12 -12h-28 +c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 96c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 96 +c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28 +c6.62695 0 12 -5.37305 12 -12v-28zM218 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM314 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28 +c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM410 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 260c0 -6.62695 -5.37305 -12 -12 -12h-28 +c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM408 102c0 -6.62695 -5.37305 -12 -12 -12h-216c-6.62695 0 -12 5.37305 -12 12v16c0 6.62695 5.37305 12 12 12h216c6.62695 0 12 -5.37305 12 -12v-16z" /> + <glyph glyph-name="calendar" unicode="" horiz-adv-x="448" +d="M400 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12 +v-52h48zM394 -16c3.2998 0 6 2.7002 6 6v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340z" /> + <glyph glyph-name="play-circle" unicode="" +d="M371.7 210c16.3994 -9.2002 16.3994 -32.9004 0 -42l-176 -101c-15.9004 -8.7998 -35.7002 2.59961 -35.7002 21v208c0 18.5 19.9004 29.7998 35.7002 21zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192 +c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200z" /> + <glyph glyph-name="minus-square" unicode="" horiz-adv-x="448" +d="M108 164c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h232c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-232zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352 +c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="check-square" unicode="" horiz-adv-x="448" +d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM400 16v352h-352v-352h352zM364.136 257.724l-172.589 -171.204 +c-4.70508 -4.66699 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66699 4.70508 -4.63672 12.3037 0.0693359 16.9717l22.7188 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l59.792 -60.2773l141.353 140.217 +c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0683594l22.5361 -22.7178c4.66699 -4.70605 4.63672 -12.3047 -0.0683594 -16.9717z" /> + <glyph glyph-name="share-square" unicode="" horiz-adv-x="576" +d="M561.938 289.94c18.75 -18.7402 18.75 -49.1406 0 -67.8809l-143.998 -144c-29.9727 -29.9727 -81.9404 -9.05273 -81.9404 33.9404v53.7998c-101.266 -7.83691 -99.625 -31.6406 -84.1104 -78.7598c14.2285 -43.0889 -33.4736 -79.248 -71.0195 -55.7402 +c-51.6924 32.3057 -84.8701 83.0635 -84.8701 144.76c0 39.3408 12.2197 72.7402 36.3301 99.3008c19.8398 21.8398 47.7402 38.4697 82.9102 49.4199c36.7295 11.4395 78.3096 16.1094 120.76 17.9893v57.1982c0 42.9355 51.9258 63.9541 81.9404 33.9404zM384 112l144 144 +l-144 144v-104.09c-110.86 -0.90332 -240 -10.5166 -240 -119.851c0 -52.1396 32.79 -85.6094 62.3096 -104.06c-39.8174 120.65 48.999 141.918 177.69 143.84v-103.84zM408.74 27.5068c6.14844 1.75684 15.5449 5.92383 20.9736 9.30273 +c7.97656 4.95215 18.2861 -0.825195 18.2861 -10.2139v-42.5957c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h132c6.62695 0 12 -5.37305 12 -12v-4.48633c0 -4.91699 -2.9873 -9.36914 -7.56934 -11.1514 +c-13.7021 -5.33105 -26.3955 -11.5371 -38.0498 -18.585c-1.59668 -0.974609 -4.41016 -1.77051 -6.28027 -1.77734h-86.1006c-3.31152 0 -6 -2.68848 -6 -6v-340c0 -3.31152 2.68848 -6 6 -6h340c3.31152 0 6 2.68848 6 6v25.9658c0 5.37012 3.5791 10.0596 8.74023 11.541 +z" /> + <glyph glyph-name="compass" unicode="" horiz-adv-x="496" +d="M347.94 318.14c16.6592 7.61035 33.8096 -9.54004 26.1992 -26.1992l-65.9697 -144.341c-2.73047 -5.97363 -9.7959 -13.0391 -15.7695 -15.7695l-144.341 -65.9697c-16.6592 -7.61035 -33.8096 9.5498 -26.1992 26.1992l65.9697 144.341 +c2.73047 5.97363 9.7959 13.0391 15.7695 15.7695zM270.58 169.42c12.4697 12.4697 12.4697 32.6904 0 45.1602s-32.6904 12.4697 -45.1602 0s-12.4697 -32.6904 0 -45.1602s32.6904 -12.4697 45.1602 0zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248 +s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" /> + <glyph glyph-name="caret-square-down" unicode="" horiz-adv-x="448" +d="M125.1 240h197.801c10.6992 0 16.0996 -13 8.5 -20.5l-98.9004 -98.2998c-4.7002 -4.7002 -12.2002 -4.7002 -16.9004 0l-98.8994 98.2998c-7.7002 7.5 -2.2998 20.5 8.39941 20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="caret-square-up" unicode="" horiz-adv-x="448" +d="M322.9 144h-197.801c-10.6992 0 -16.0996 13 -8.5 20.5l98.9004 98.2998c4.7002 4.7002 12.2002 4.7002 16.9004 0l98.8994 -98.2998c7.7002 -7.5 2.2998 -20.5 -8.39941 -20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="caret-square-right" unicode="" horiz-adv-x="448" +d="M176 93.0996v197.801c0 10.6992 13 16.0996 20.5 8.5l98.2998 -98.9004c4.7002 -4.7002 4.7002 -12.2002 0 -16.9004l-98.2998 -98.8994c-7.5 -7.7002 -20.5 -2.2998 -20.5 8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="file" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416z" /> + <glyph glyph-name="file-alt" unicode="" horiz-adv-x="384" +d="M288 200v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v28c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM276 128c6.59961 0 12 -5.40039 12 -12v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12 +v28c0 6.59961 5.40039 12 12 12h168zM384 316.1v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l83.9004 -83.9004c9 -8.90039 14.0996 -21.2002 14.0996 -33.9004z +M256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288z" /> + <glyph glyph-name="thumbs-up" unicode="" +d="M466.27 161.31c4.6748 -22.6465 0.864258 -44.5371 -8.98926 -62.9893c2.95898 -23.8682 -4.02148 -48.5654 -17.3398 -66.9902c-0.954102 -55.9072 -35.8232 -95.3301 -112.94 -95.3301c-7 0 -15 0.00976562 -22.2197 0.00976562 +c-102.742 0 -133.293 38.9395 -177.803 39.9404c-3.56934 -13.7764 -16.085 -23.9502 -30.9775 -23.9502h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h98.7598c19.1455 16.9531 46.0137 60.6533 68.7598 83.4004 +c13.667 13.667 10.1533 108.6 71.7607 108.6c57.5801 0 95.2695 -31.9355 95.2695 -104.73c0 -18.4092 -3.92969 -33.7295 -8.84961 -46.5391h36.4795c48.6025 0 85.8203 -41.5654 85.8203 -85.5801c0 -19.1504 -4.95996 -34.9902 -13.7305 -49.8408zM404.52 107.48 +c21.5811 20.3838 18.6992 51.0645 5.21094 65.6191c9.44922 0 22.3594 18.9102 22.2695 37.8105c-0.0898438 18.9102 -16.71 37.8203 -37.8203 37.8203h-103.989c0 37.8193 28.3594 55.3691 28.3594 94.5391c0 23.75 0 56.7305 -47.2695 56.7305 +c-18.9102 -18.9102 -9.45996 -66.1797 -37.8203 -94.54c-26.5596 -26.5703 -66.1797 -97.46 -94.54 -97.46h-10.9199v-186.17c53.6113 0 100.001 -37.8203 171.64 -37.8203h37.8203c35.5117 0 60.8203 17.1201 53.1201 65.9004 +c15.2002 8.16016 26.5 36.4395 13.9395 57.5703zM88 16c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" /> + <glyph glyph-name="thumbs-down" unicode="" +d="M466.27 222.69c8.77051 -14.8506 13.7305 -30.6904 13.7305 -49.8408c0 -44.0146 -37.2178 -85.5801 -85.8203 -85.5801h-36.4795c4.91992 -12.8096 8.84961 -28.1299 8.84961 -46.5391c0 -72.7949 -37.6895 -104.73 -95.2695 -104.73 +c-61.6074 0 -58.0938 94.9326 -71.7607 108.6c-22.7461 22.7471 -49.6133 66.4473 -68.7598 83.4004h-7.05176c-5.5332 -9.56152 -15.8662 -16 -27.708 -16h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h64c8.11328 0 15.5146 -3.02539 21.1553 -8 +h10.8447c40.9971 0 73.1953 39.9902 176.78 39.9902c7.21973 0 15.2197 0.00976562 22.2197 0.00976562c77.1172 0 111.986 -39.4229 112.94 -95.3301c13.3184 -18.4248 20.2979 -43.1221 17.3398 -66.9902c9.85352 -18.4521 13.6641 -40.3428 8.98926 -62.9893zM64 152 +c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM394.18 135.27c21.1104 0 37.7305 18.9102 37.8203 37.8203c0.0898438 18.9004 -12.8203 37.8105 -22.2695 37.8105c13.4883 14.5547 16.3701 45.2354 -5.21094 65.6191 +c12.5605 21.1309 1.26074 49.4102 -13.9395 57.5703c7.7002 48.7803 -17.6084 65.9004 -53.1201 65.9004h-37.8203c-71.6387 0 -118.028 -37.8203 -171.64 -37.8203v-186.17h10.9199c28.3604 0 67.9805 -70.8896 94.54 -97.46 +c28.3604 -28.3604 18.9102 -75.6299 37.8203 -94.54c47.2695 0 47.2695 32.9805 47.2695 56.7305c0 39.1699 -28.3594 56.7197 -28.3594 94.5391h103.989z" /> + <glyph glyph-name="sun" unicode="" +d="M494.2 226.1c11.2002 -7.59961 17.7998 -20.0996 17.8994 -33.6992c0 -13.4004 -6.69922 -26 -17.7998 -33.5l-59.7998 -40.5l13.7002 -71c2.5 -13.2002 -1.60059 -26.8008 -11.1006 -36.3008s-22.8994 -13.7998 -36.2998 -11.0996l-70.8994 13.7002l-40.4004 -59.9004 +c-7.5 -11.0996 -20.0996 -17.7998 -33.5 -17.7998s-26 6.7002 -33.5 17.9004l-40.4004 59.8994l-70.7998 -13.7002c-13.3994 -2.59961 -26.7998 1.60059 -36.2998 11.1006s-13.7002 23.0996 -11.0996 36.2998l13.6992 71l-59.7998 40.5 +c-11.0996 7.5 -17.7998 20 -17.7998 33.5s6.59961 26 17.7998 33.5996l59.7998 40.5l-13.6992 71c-2.60059 13.2002 1.59961 26.7002 11.0996 36.3008c9.5 9.59961 23 13.6992 36.2998 11.1992l70.7998 -13.6992l40.4004 59.8994c15.0996 22.2998 51.9004 22.2998 67 0 +l40.4004 -59.8994l70.8994 13.6992c13 2.60059 26.6006 -1.59961 36.2002 -11.0996c9.5 -9.59961 13.7002 -23.2002 11.0996 -36.4004l-13.6992 -71zM381.3 140.5l76.7998 52.0996l-76.7998 52l17.6006 91.1006l-91 -17.6006l-51.9004 76.9004l-51.7998 -76.7998 +l-91 17.5996l17.5996 -91.2002l-76.7998 -52l76.7998 -52l-17.5996 -91.1992l90.8994 17.5996l51.9004 -77l51.9004 76.9004l91 -17.6006zM256 296c57.2998 0 104 -46.7002 104 -104s-46.7002 -104 -104 -104s-104 46.7002 -104 104s46.7002 104 104 104zM256 136 +c30.9004 0 56 25.0996 56 56s-25.0996 56 -56 56s-56 -25.0996 -56 -56s25.0996 -56 56 -56z" /> + <glyph glyph-name="moon" unicode="" +d="M279.135 -64c-141.424 0 -256 114.64 -256 256c0 141.425 114.641 256 256 256c13.0068 -0.00195312 33.9443 -1.91797 46.7354 -4.27734c44.0205 -8.13086 53.7666 -66.8691 15.0215 -88.9189c-41.374 -23.5439 -67.4336 -67.4121 -67.4336 -115.836 +c0 -83.5234 75.9238 -146.475 158.272 -130.792c43.6904 8.32129 74.5186 -42.5693 46.248 -77.4004c-47.8613 -58.9717 -120.088 -94.7754 -198.844 -94.7754zM279.135 400c-114.875 0 -208 -93.125 -208 -208s93.125 -208 208 -208 +c65.2314 0 123.439 30.0361 161.575 77.0244c-111.611 -21.2568 -215.252 64.0957 -215.252 177.943c0 67.5127 36.9326 126.392 91.6934 157.555c-12.3271 2.27637 -25.0312 3.47754 -38.0166 3.47754z" /> + <glyph glyph-name="caret-square-left" unicode="" horiz-adv-x="448" +d="M272 290.9v-197.801c0 -10.6992 -13 -16.0996 -20.5 -8.5l-98.2998 98.9004c-4.7002 4.7002 -4.7002 12.2002 0 16.9004l98.2998 98.8994c7.5 7.7002 20.5 2.2998 20.5 -8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352 +c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="dot-circle" unicode="" +d="M256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z +M256 272c44.1826 0 80 -35.8174 80 -80s-35.8174 -80 -80 -80s-80 35.8174 -80 80s35.8174 80 80 80z" /> + <glyph glyph-name="building" unicode="" horiz-adv-x="448" +d="M128 300v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM268 288c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40 +c0 -6.59961 -5.40039 -12 -12 -12h-40zM140 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM268 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40 +c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM192 108c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM268 96c-6.59961 0 -12 5.40039 -12 12v40 +c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.59961 5.40039 12 12 12h19.5v440c0 13.2998 10.7002 24 24 24h337c13.2998 0 24 -10.7002 24 -24v-440h19.5 +c6.59961 0 12 -5.40039 12 -12zM79.5 -15h112.5v67c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-67h112.5v414l-288.5 1z" /> + <glyph glyph-name="file-pdf" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM298.2 127.7c10.5 -10.5 8 -38.7002 -17.5 -38.7002c-14.7998 0 -36.9004 6.7998 -55.7998 17c-21.6006 -3.59961 -46 -12.7002 -68.4004 -20.0996c-50.0996 -86.4004 -79.4004 -47 -76.0996 -31.2002 +c4 20 31 35.8994 51 46.2002c10.5 18.3994 25.3994 50.5 35.3994 74.3994c-7.39941 28.6006 -11.3994 51 -7 67.1006c4.7998 17.6992 38.4004 20.2998 42.6006 -5.90039c4.69922 -15.4004 -1.5 -39.9004 -5.40039 -56c8.09961 -21.2998 19.5996 -35.7998 36.7998 -46.2998 +c17.4004 2.2002 52.2002 5.5 64.4004 -6.5zM100.1 49.9004c0 -0.700195 11.4004 4.69922 30.4004 35c-5.90039 -5.5 -25.2998 -21.3008 -30.4004 -35zM181.7 240.5c-2.5 0 -2.60059 -26.9004 1.7998 -40.7998c4.90039 8.7002 5.59961 40.7998 -1.7998 40.7998zM157.3 103.9 +c15.9004 6.09961 34 14.8994 54.7998 19.1992c-11.1992 8.30078 -21.7998 20.4004 -30.0996 35.5c-6.7002 -17.6992 -15 -37.7998 -24.7002 -54.6992zM288.9 108.9c3.59961 2.39941 -2.2002 10.3994 -37.3008 7.7998c32.3008 -13.7998 37.3008 -7.7998 37.3008 -7.7998z" /> + <glyph glyph-name="file-word" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM268.1 192v0.200195h15.8008c7.7998 0 13.5 -7.2998 11.5996 -14.9004c-4.2998 -17 -13.7002 -54.0996 -34.5 -136c-1.2998 -5.39941 -6.09961 -9.09961 -11.5996 -9.09961h-24.7002 +c-5.5 0 -10.2998 3.7998 -11.6006 9.09961c-5.2998 20.9004 -17.7998 71 -17.8994 71.4004l-2.90039 17.2998c-0.5 -5.2998 -1.5 -11.0996 -3 -17.2998l-17.8994 -71.4004c-1.30078 -5.39941 -6.10059 -9.09961 -11.6006 -9.09961h-25.2002 +c-5.59961 0 -10.3994 3.7002 -11.6992 9.09961c-6.5 26.5 -25.2002 103.4 -33.2002 136c-1.7998 7.5 3.89941 14.7998 11.7002 14.7998h16.7998c5.7998 0 10.7002 -4.09961 11.7998 -9.69922c5 -25.7002 18.4004 -93.8008 19.0996 -99 +c0.300781 -1.7002 0.400391 -3.10059 0.5 -4.2002c0.800781 7.5 0.400391 4.7002 24.8008 103.7c1.39941 5.2998 6.19922 9.09961 11.6992 9.09961h13.3008c5.59961 0 10.3994 -3.7998 11.6992 -9.2002c23.9004 -99.7002 22.8008 -94.3994 23.6006 -99.5 +c0.299805 -1.7002 0.5 -3.09961 0.700195 -4.2998c0.599609 8.09961 0.399414 5.7998 21 103.5c1.09961 5.5 6 9.5 11.6992 9.5z" /> + <glyph glyph-name="file-excel" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM260 224c9.2002 0 15 -10 10.2998 -18c-16 -27.5 -45.5996 -76.9004 -46.2998 -78l46.4004 -78c4.59961 -8 -1.10059 -18 -10.4004 -18h-28.7998c-4.40039 0 -8.5 2.40039 -10.6006 6.2998 +c-22.6992 41.7998 -13.6992 27.5 -28.5996 57.7002c-5.59961 -12.7002 -6.90039 -17.7002 -28.5996 -57.7002c-2.10059 -3.89941 -6.10059 -6.2998 -10.5 -6.2998h-28.9004c-9.2998 0 -15.0996 10 -10.4004 18l46.3008 78l-46.3008 78c-4.59961 8 1.10059 18 10.4004 18 +h28.9004c4.39941 0 8.5 -2.40039 10.5996 -6.2998c21.7002 -40.4004 14.7002 -28.6006 28.5996 -57.7002c6.40039 15.2998 10.6006 24.5996 28.6006 57.7002c2.09961 3.89941 6.09961 6.2998 10.5 6.2998h28.7998z" /> + <glyph glyph-name="file-powerpoint" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM120 44v168c0 6.59961 5.40039 12 12 12h69.2002c36.7002 0 62.7998 -27 62.7998 -66.2998c0 -74.2998 -68.7002 -66.5 -95.5 -66.5v-47.2002c0 -6.59961 -5.40039 -12 -12 -12h-24.5c-6.59961 0 -12 5.40039 -12 12z +M168.5 131.4h23c7.90039 0 13.9004 2.39941 18.0996 7.19922c8.5 9.80078 8.40039 28.5 0.100586 37.8008c-4.10059 4.59961 -9.90039 7 -17.4004 7h-23.8994v-52h0.0996094z" /> + <glyph glyph-name="file-image" unicode="" horiz-adv-x="384" +d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288 +h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM80 32v64l39.5 39.5c4.7002 4.7002 12.2998 4.7002 17 0l39.5 -39.5l87.5 87.5c4.7002 4.7002 12.2998 4.7002 17 0l23.5 -23.5v-128h-224zM128 272c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48 +s21.5 48 48 48z" /> + <glyph glyph-name="file-archive" unicode="" horiz-adv-x="384" +d="M128.3 288h32v-32h-32v32zM192.3 384v-32h-32v32h32zM128.3 352h32v-32h-32v32zM192.3 320v-32h-32v32h32zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1 +c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-48.2998v-16h-32v16h-79.7002v-416h288zM194.2 182.3l17.2998 -87.7002c6.40039 -32.3994 -18.4004 -62.5996 -51.5 -62.5996 +c-33.2002 0 -58 30.4004 -51.4004 62.9004l19.7002 97.0996v32h32v-32h22.1006c5.7998 0 10.6992 -4.09961 11.7998 -9.7002zM160.3 57.9004c17.9004 0 32.4004 12.0996 32.4004 27c0 14.8994 -14.5 27 -32.4004 27c-17.8994 0 -32.3994 -12.1006 -32.3994 -27 +c0 -14.9004 14.5 -27 32.3994 -27zM192.3 256v-32h-32v32h32z" /> + <glyph glyph-name="file-audio" unicode="" horiz-adv-x="384" +d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320 +l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM192 60.0244c0 -10.6914 -12.9258 -16.0459 -20.4854 -8.48535l-35.5146 35.9746h-28c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h28 +l35.5146 36.9473c7.56055 7.56055 20.4854 2.20605 20.4854 -8.48535v-135.951zM233.201 107.154c9.05078 9.29688 9.05957 24.1328 0.000976562 33.4385c-22.1494 22.752 12.2344 56.2461 34.3945 33.4814c27.1982 -27.9404 27.2119 -72.4443 0.000976562 -100.401 +c-21.793 -22.3857 -56.9463 10.3154 -34.3965 33.4814z" /> + <glyph glyph-name="file-video" unicode="" horiz-adv-x="384" +d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320 +l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM276.687 195.303c10.0049 10.0049 27.3135 2.99707 27.3135 -11.3135v-111.976c0 -14.2939 -17.2959 -21.332 -27.3135 -11.3135l-52.6865 52.6738v-37.374 +c0 -11.0459 -8.9541 -20 -20 -20h-104c-11.0459 0 -20 8.9541 -20 20v104c0 11.0459 8.9541 20 20 20h104c11.0459 0 20 -8.9541 20 -20v-37.374z" /> + <glyph glyph-name="file-code" unicode="" horiz-adv-x="384" +d="M149.9 98.9004c3.5 -3.30078 3.69922 -8.90039 0.399414 -12.4004l-17.3994 -18.5996c-1.60059 -1.80078 -4 -2.80078 -6.40039 -2.80078c-2.2002 0 -4.40039 0.900391 -6 2.40039l-57.7002 54.0996c-3.7002 3.40039 -3.7002 9.30078 0 12.8008l57.7002 54.0996 +c3.40039 3.2998 9 3.2002 12.4004 -0.400391l17.3994 -18.5996l0.200195 -0.200195c3.2002 -3.59961 2.7998 -9.2002 -0.799805 -12.3994l-32.7998 -28.9004l32.7998 -28.9004zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288 +c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288zM209.6 234l24.4004 -7 +c4.7002 -1.2998 7.40039 -6.2002 6 -10.9004l-54.7002 -188.199c-1.2998 -4.60059 -6.2002 -7.40039 -10.8994 -6l-24.4004 7.09961c-4.7002 1.2998 -7.40039 6.2002 -6 10.9004l54.7002 188.1c1.39941 4.7002 6.2002 7.40039 10.8994 6zM234.1 157.1 +c-3.5 3.30078 -3.69922 8.90039 -0.399414 12.4004l17.3994 18.5996c3.30078 3.60059 8.90039 3.7002 12.4004 0.400391l57.7002 -54.0996c3.7002 -3.40039 3.7002 -9.30078 0 -12.8008l-57.7002 -54.0996c-3.5 -3.2998 -9.09961 -3.09961 -12.4004 0.400391 +l-17.3994 18.5996l-0.200195 0.200195c-3.2002 3.59961 -2.7998 9.2002 0.799805 12.3994l32.7998 28.9004l-32.7998 28.9004z" /> + <glyph glyph-name="life-ring" unicode="" +d="M256 -56c-136.967 0 -248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248s-111.033 -248 -248 -248zM152.602 20.7197c63.2178 -38.3184 143.579 -38.3184 206.797 0l-53.4111 53.4111c-31.8467 -13.5215 -68.168 -13.5059 -99.9746 0zM336 192 +c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80zM427.28 88.6016c38.3184 63.2178 38.3184 143.579 0 206.797l-53.4111 -53.4111c13.5215 -31.8467 13.5049 -68.168 0 -99.9746zM359.397 363.28 +c-63.2168 38.3184 -143.578 38.3184 -206.796 0l53.4111 -53.4111c31.8457 13.5215 68.167 13.5049 99.9736 0zM84.7197 295.398c-38.3184 -63.2178 -38.3184 -143.579 0 -206.797l53.4111 53.4111c-13.5215 31.8467 -13.5059 68.168 0 99.9746z" /> + <glyph glyph-name="paper-plane" unicode="" +d="M440 441.5c34.5996 19.9004 77.5996 -8.7998 71.5 -48.9004l-59.4004 -387.199c-2.2998 -14.5 -11.0996 -27.3008 -23.8994 -34.5c-7.2998 -4.10059 -15.4004 -6.2002 -23.6006 -6.2002c-6.19922 0 -12.3994 1.2002 -18.2998 3.59961l-111.899 46.2002l-43.8008 -59.0996 +c-27.3994 -36.9004 -86.5996 -17.8008 -86.5996 28.5996v84.4004l-114.3 47.2998c-36.7998 15.0996 -40.1006 66 -5.7002 85.8994zM192 -16l36.5996 49.5l-36.5996 15.0996v-64.5996zM404.6 12.7002l59.4004 387.3l-416 -240l107.8 -44.5996l211.5 184.3 +c14.2002 12.2998 34.4004 -5.7002 23.7002 -21.2002l-140.2 -202.3z" /> + <glyph glyph-name="futbol" unicode="" horiz-adv-x="496" +d="M483.8 268.6c42.2998 -130.199 -29 -270.1 -159.2 -312.399c-25.5 -8.2998 -51.2998 -12.2002 -76.6992 -12.2002c-104.5 0 -201.7 66.5996 -235.7 171.4c-42.2998 130.199 29 270.1 159.2 312.399c25.5 8.2998 51.2998 12.2002 76.6992 12.2002 +c104.5 0 201.7 -66.5996 235.7 -171.4zM409.3 74.9004c6.10059 8.39941 12.1006 16.8994 16.7998 26.1992c14.3008 28.1006 21.5 58.5 21.7002 89.2002l-38.8994 36.4004l-71.1006 -22.1006l-24.3994 -75.1992l43.6992 -60.9004zM409.3 310.3 +c-24.5 33.4004 -58.7002 58.4004 -97.8994 71.4004l-47.4004 -26.2002v-73.7998l64.2002 -46.5l70.7002 22zM184.9 381.6c-39.9004 -13.2998 -73.5 -38.5 -97.8008 -71.8994l10.1006 -52.5l70.5996 -22l64.2002 46.5v73.7998zM139 68.5l43.5 61.7002l-24.2998 74.2998 +l-71.1006 22.2002l-39 -36.4004c0.5 -55.7002 23.4004 -95.2002 37.8008 -115.3zM187.2 1.5c64.0996 -20.4004 115.5 -1.7998 121.7 0l22.3994 48.0996l-44.2998 61.7002h-78.5996l-43.6006 -61.7002z" /> + <glyph glyph-name="newspaper" unicode="" horiz-adv-x="576" +d="M552 384c13.2549 0 24 -10.7451 24 -24v-336c0 -13.2549 -10.7451 -24 -24 -24h-496c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h42.752c6.60547 18.623 24.3896 32 45.248 32h440zM48 56c0 -4.41113 3.58887 -8 8 -8s8 3.58887 8 8v248h-16v-248z +M528 48v288h-416v-280c0 -2.7168 -0.204102 -5.38574 -0.578125 -8h416.578zM172 168c-6.62695 0 -12 5.37305 -12 12v96c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-96c0 -6.62695 -5.37305 -12 -12 -12h-136zM200 248v-40h80v40h-80zM160 108v24 +c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-136c-6.62695 0 -12 5.37305 -12 12zM352 108v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104 +c-6.62695 0 -12 5.37305 -12 12zM352 252v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12zM352 180v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24 +c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12z" /> + <glyph glyph-name="bell-slash" unicode="" horiz-adv-x="640" +d="M633.99 -23.0195c6.91016 -5.52051 8.01953 -15.5908 2.5 -22.4902l-10 -12.4902c-5.53027 -6.88965 -15.5898 -8.00977 -22.4902 -2.49023l-598 467.51c-6.90039 5.52051 -8.01953 15.5908 -2.49023 22.4902l10 12.4902 +c5.52051 6.90039 15.5898 8.00977 22.4902 2.49023zM163.53 80h182.84l61.3994 -48h-279.659c-19.1201 0 -31.9902 15.5996 -32.1006 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c18.3701 19.7402 51.5703 49.6904 54.8398 140.42l45.4697 -35.5498 +c-6.91992 -54.7803 -24.6895 -88.5498 -41.3994 -110.58zM320 352c-23.3496 0 -45 -7.17969 -62.9404 -19.4004l-38.1699 29.8408c19.6807 15.7793 43.1104 27.3096 69.1299 32.7197v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398 +c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -41.3604 6.03027 -70.7197 14.3398 -92.8496l-59.5293 46.54c-1.63086 13.96 -2.77051 28.8896 -2.79004 45.7295c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112zM320 -64 +c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" /> + <glyph glyph-name="copyright" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z +M363.351 93.0645c-9.61328 -9.71289 -45.5293 -41.3965 -104.064 -41.3965c-82.4297 0 -140.484 61.4248 -140.484 141.567c0 79.1514 60.2754 139.4 139.763 139.4c55.5303 0 88.7373 -26.6201 97.5928 -34.7783c2.13379 -1.96289 3.86523 -5.9082 3.86523 -8.80762 +c0 -1.95508 -0.864258 -4.87402 -1.92969 -6.51465l-18.1543 -28.1133c-3.8418 -5.9502 -11.9668 -7.28223 -17.499 -2.9209c-8.5957 6.77637 -31.8145 22.5381 -61.708 22.5381c-48.3037 0 -77.916 -35.3301 -77.916 -80.082c0 -41.5889 26.8877 -83.6924 78.2764 -83.6924 +c32.6572 0 56.8428 19.0391 65.7266 27.2256c5.26953 4.85645 13.5957 4.03906 17.8193 -1.73828l19.8652 -27.1699c1.28613 -1.74512 2.33008 -4.91992 2.33008 -7.08789c0 -2.72363 -1.56055 -6.5 -3.48242 -8.42969z" /> + <glyph glyph-name="closed-captioning" unicode="" +d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM458 48c3.2998 0 6 2.7002 6 6v276c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-276c0 -3.2998 2.7002 -6 6 -6h404z +M246.9 133.7c1.69922 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.6006 -56.7998 -172.801 -32.0996 -172.801 67.9004c0 97.2998 121.7 119.5 172.5 70.0996c2.10059 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.89941 -3.09961 -6.19922 -4 -9.09961 -1.7002 +c-40.7998 32 -94.5996 14.9004 -94.5996 -31.1992c0 -48 51 -70.5 92.1992 -32.6006c2.80078 2.5 7.10059 2.10059 9.2002 -0.899414zM437.3 133.7c1.7002 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.5996 -56.9004 -172.8 -32.0996 -172.8 67.9004 +c0 97.2998 121.7 119.5 172.5 70.0996c2.09961 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.90039 -3.09961 -6.2002 -4 -9.09961 -1.7002c-40.8008 32 -94.6006 14.9004 -94.6006 -31.1992c0 -48 51 -70.5 92.2002 -32.6006c2.7998 2.5 7.09961 2.10059 9.2002 -0.899414z +" /> + <glyph glyph-name="object-group" unicode="" +d="M500 320h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v256h-12 +c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM448 384v-32h32v32h-32zM32 384v-32h32v32h-32zM64 0v32 +h-32v-32h32zM480 0v32h-32v-32h32zM440 64v256h-12c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h12zM404 256c6.62695 0 12 -5.37207 12 -12v-168 +c0 -6.62793 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37207 -12 12v52h-84c-6.62695 0 -12 5.37207 -12 12v168c0 6.62793 5.37305 12 12 12h200c6.62695 0 12 -5.37207 12 -12v-52h84zM136 280v-112h144v112h-144zM376 104v112h-56v-76 +c0 -6.62793 -5.37305 -12 -12 -12h-76v-24h144z" /> + <glyph glyph-name="object-ungroup" unicode="" horiz-adv-x="576" +d="M564 224h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v24h-88v-12 +c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h72 +c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-12v-24h88v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM352 384v-32h32v32h-32zM352 128v-32h32v32h-32zM64 96v32h-32v-32h32zM64 352v32 +h-32v-32h32zM96 136h224v12c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-12zM224 0v32h-32v-32h32zM504 64v160h-12c-6.62695 0 -12 5.37305 -12 12v12 +h-88v-88h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-88v-24h12c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h12zM544 0v32h-32v-32h32zM544 256v32h-32v-32h32z" /> + <glyph glyph-name="sticky-note" unicode="" horiz-adv-x="448" +d="M448 99.8936c0 -10.9746 -6.29883 -26.1797 -14.0586 -33.9404l-83.8828 -83.8818c-7.75977 -7.76074 -22.9658 -14.0596 -33.9404 -14.0596h-268.118c-26.5098 0 -48 21.4902 -48 48v351.988c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-268.106z +M320 19.8936l76.1182 76.1182h-76.1182v-76.1182zM400 368h-352v-351.988h224v104c0 13.2549 10.7451 24 24 24h104v223.988z" /> + <glyph glyph-name="clone" unicode="" +d="M464 448c26.5098 0 48 -21.4902 48 -48v-320c0 -26.5098 -21.4902 -48 -48 -48h-48v-48c0 -26.5098 -21.4902 -48 -48 -48h-320c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h48v48c0 26.5098 21.4902 48 48 48h320zM362 -16c3.31152 0 6 2.68848 6 6 +v42h-224c-26.5098 0 -48 21.4902 -48 48v224h-42c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308zM458 80c3.31152 0 6 2.68848 6 6v308c0 3.31152 -2.68848 6 -6 6h-308c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308z" /> + <glyph glyph-name="hourglass" unicode="" horiz-adv-x="384" +d="M368 400c0 -80.0996 -31.8984 -165.619 -97.1797 -208c64.9912 -42.1934 97.1797 -127.436 97.1797 -208h4c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h4 +c0 80.0996 31.8994 165.619 97.1797 208c-64.9912 42.1934 -97.1797 127.436 -97.1797 208h-4c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-4zM64 400 +c0 -101.621 57.3066 -184 128 -184s128 82.3799 128 184h-256zM320 -16c0 101.62 -57.3076 184 -128 184s-128 -82.3799 -128 -184h256z" /> + <glyph glyph-name="hand-rock" unicode="" +d="M408.864 368.948c48.8213 20.751 103.136 -15.0723 103.136 -67.9111v-114.443c0 -15.3955 -3.08887 -30.3906 -9.18262 -44.5674l-42.835 -99.6562c-4.99707 -11.625 -3.98242 -18.8574 -3.98242 -42.3701c0 -17.6729 -14.3271 -32 -32 -32h-252 +c-17.6729 0 -32 14.3271 -32 32c0 27.3301 1.1416 29.2012 -3.11035 32.9033l-97.71 85.0811c-24.8994 21.6797 -39.1797 52.8926 -39.1797 85.6338v56.9531c0 47.4277 44.8457 82.0215 91.0459 71.1807c1.96094 55.751 63.5107 87.8262 110.671 60.8057 +c29.1895 31.0713 78.8604 31.4473 108.334 -0.0214844c32.7051 18.6846 76.4121 10.3096 98.8135 -23.5879zM464 186.594v114.445c0 34.29 -52 33.8232 -52 0.676758c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v26.751 +c0 34.457 -52 33.707 -52 0.676758v-27.4287c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v40.4658c0 34.3525 -52 33.8115 -52 0.677734v-41.1436c0 -8.83594 -7.16406 -16 -16 -16h-7c-8.83594 0 -16 7.16406 -16 16v26.751 +c0 34.4023 -52 33.7744 -52 0.676758v-116.571c0 -8.83203 -7.16797 -16 -16 -16c-3.30664 0 -8.01367 1.7627 -10.5068 3.93359l-7 6.09473c-3.03223 2.64062 -5.49316 8.04688 -5.49316 12.0674v0v41.2275c0 34.2148 -52 33.8857 -52 0.677734v-56.9531 +c0 -18.8555 8.27441 -36.874 22.7002 -49.4365l97.71 -85.0801c12.4502 -10.8398 19.5898 -26.4463 19.5898 -42.8164v-10.2861h220v7.07617c0 13.21 2.65332 26.0791 7.88281 38.25l42.835 99.6553c2.91602 6.75391 5.28223 18.207 5.28223 25.5635v0.0488281z" /> + <glyph glyph-name="hand-paper" unicode="" horiz-adv-x="448" +d="M372.57 335.359c39.9062 5.63281 75.4297 -25.7393 75.4297 -66.3594v-131.564c-0.00195312 -12.7666 -2.33008 -33.2246 -5.19531 -45.666l-30.1836 -130.958c-3.34668 -14.5234 -16.2783 -24.8125 -31.1816 -24.8125h-222.897 +c-9.10352 0 -20.7793 6.01758 -26.0615 13.4316l-119.97 168.415c-21.2441 29.8203 -14.8047 71.3574 14.5498 93.1533c18.7754 13.9395 42.1309 16.2979 62.083 8.87109v126.13c0 44.0547 41.125 75.5439 82.4053 64.9834c23.8926 48.1963 92.3535 50.2471 117.982 0.74707 +c42.5186 11.1445 83.0391 -21.9346 83.0391 -65.5469v-10.8242zM399.997 137.437l-0.00195312 131.563c0 24.9492 -36.5703 25.5508 -36.5703 -0.691406v-76.3086c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v154.184 +c0 25.501 -36.5703 26.3633 -36.5703 0.691406v-154.875c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v188.309c0 25.501 -36.5703 26.3545 -36.5703 0.691406v-189c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16 +v153.309c0 25.501 -36.5713 26.3359 -36.5713 0.691406v-206.494c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832l-27.1279 38.0791c-14.3711 20.1709 -43.833 -2.33496 -29.3945 -22.6045l115.196 -161.697h201.92l27.3252 118.551 +c2.63086 11.417 3.96484 23.1553 3.96484 34.8857z" /> + <glyph glyph-name="hand-scissors" unicode="" +d="M256 -32c-44.9561 0 -77.3428 43.2627 -64.0244 85.8535c-21.6484 13.71 -34.0156 38.7617 -30.3408 65.0068h-87.6348c-40.8037 0 -74 32.8105 -74 73.1406c0 40.3291 33.1963 73.1396 74 73.1396l94 -9.14062l-78.8496 18.6787 +c-38.3076 14.7422 -57.04 57.4707 -41.9424 95.1123c15.0303 37.4736 57.7549 55.7803 95.6416 41.2012l144.929 -55.7568c24.9551 30.5566 57.8086 43.9932 92.2178 24.7324l97.999 -54.8525c20.9746 -11.7393 34.0049 -33.8457 34.0049 -57.6904v-205.702 +c0 -30.7422 -21.4404 -57.5576 -51.7979 -64.5537l-118.999 -27.4268c-4.97168 -1.14648 -10.0889 -1.72949 -15.2031 -1.72949zM256 16.0127l70 -0.000976562c1.23633 0 3.21777 0.225586 4.42285 0.501953l119.001 27.4277 +c8.58203 1.97754 14.5762 9.29102 14.5762 17.7812v205.701c0 6.4873 -3.62109 12.542 -9.44922 15.8047l-98 54.8545c-8.13965 4.55566 -18.668 2.61914 -24.4873 -4.50781l-21.7646 -26.6475c-2.65039 -3.24512 -8.20215 -5.87891 -12.3926 -5.87891 +c-1.64062 0 -4.21484 0.477539 -5.74609 1.06738l-166.549 64.0908c-32.6543 12.5664 -50.7744 -34.5771 -19.2227 -46.7168l155.357 -59.7852c5.66016 -2.17773 10.2539 -8.86816 10.2539 -14.9326v0v-11.6328c0 -8.83691 -7.16309 -16 -16 -16h-182 +c-34.375 0 -34.4297 -50.2803 0 -50.2803h182c8.83691 0 16 -7.16309 16 -16v-6.85645c0 -8.83691 -7.16309 -16 -16 -16h-28c-25.1221 0 -25.1592 -36.5674 0 -36.5674h28c8.83691 0 16 -7.16211 16 -16v-6.85547c0 -8.83691 -7.16309 -16 -16 -16 +c-25.1201 0 -25.1602 -36.5674 0 -36.5674z" /> + <glyph glyph-name="hand-lizard" unicode="" horiz-adv-x="576" +d="M556.686 157.458c12.6357 -19.4863 19.3145 -42.0615 19.3145 -65.2871v-124.171h-224v71.582l-99.751 38.7871c-2.7832 1.08203 -5.70996 1.63086 -8.69727 1.63086h-131.552c-30.8789 0 -56 25.1211 -56 56c0 48.5234 39.4766 88 88 88h113.709l18.333 48h-196.042 +c-44.1123 0 -80 35.8877 -80 80v8c0 30.8779 25.1211 56 56 56h293.917c24.5 0 47.084 -12.2725 60.4111 -32.8291zM528 16v76.1709v0.0478516c0 11.7461 -5.19141 29.2734 -11.5879 39.124l-146.358 225.715c-4.44336 6.85254 -11.9707 10.9424 -20.1367 10.9424h-293.917 +c-4.41113 0 -8 -3.58887 -8 -8v-8c0 -17.6445 14.3555 -32 32 -32h213.471c25.2021 0 42.626 -25.293 33.6299 -48.8457l-24.5518 -64.2812c-7.05371 -18.4658 -25.0732 -30.873 -44.8398 -30.873h-113.709c-22.0557 0 -40 -17.9443 -40 -40c0 -4.41113 3.58887 -8 8 -8 +h131.552h0.0517578c7.44141 0 19.1074 -2.19238 26.041 -4.89355l99.752 -38.7881c18.5898 -7.22852 30.6035 -24.7881 30.6035 -44.7363v-23.582h128z" /> + <glyph glyph-name="hand-spock" unicode="" +d="M21.0957 66.21c-26.9688 25.3818 -28.2471 67.7461 -2.87109 94.707c24.1982 25.7139 64.2881 28.2373 91.4824 5.72168l-31.04 136.509c-9.38379 41.2803 21.4336 81.0127 64.0713 81.8438c1.74414 28.9062 22.2656 54.4912 51.8818 61.2949 +c36.001 8.27539 72.0176 -14.2266 80.3037 -50.2959l21.6748 -131.99l16.9014 105.25c9.02344 36.0947 45.4473 57.7021 81.25 48.75c27.3066 -6.82715 45.7061 -29.1357 49.8496 -53.9922c43.2285 0.212891 75.6436 -40.1133 65.5439 -82.5244l-31.7295 -133.41 +c-0.938477 -3.94141 -1.41406 -7.99414 -1.41406 -12.0449v-36.8389v-0.00683594c0 -9.29102 -2.14355 -24.0596 -4.78516 -32.9668l-31.8145 -107.312c-4.02734 -13.585 -16.5107 -22.9043 -30.6807 -22.9043h-237.6c-7.00586 0 -16.8311 3.89648 -21.9316 8.69824z +M53.1641 128.021c-7.17969 -7.62891 -6.81543 -19.6777 0.813477 -26.8574l124.487 -117.164h219.311l28.4199 95.8613c1.86133 6.27637 2.80469 12.7793 2.80469 19.3281v36.8389c0.000976562 6.48047 1.21973 16.8574 2.71973 23.1621l31.7549 133.407 +c5.83105 24.4893 -31.1445 33.25 -36.9658 8.80273l-26.9229 -113.105c-1.61523 -6.78711 -8.58887 -12.2949 -15.5645 -12.2949h-9.69434c-10.4072 0 -18.043 9.79199 -15.5225 19.8799l38.127 152.512c6.09766 24.376 -30.7607 33.6396 -36.8643 9.21777l-42.3721 -169.49 +c-1.67285 -6.68945 -8.62695 -12.1191 -15.5225 -12.1191h-13.2168v0c-7.0332 0 -14.0195 5.5625 -15.5938 12.417l-45.2207 196.828c-5.64453 24.5684 -42.6572 15.9609 -37.0342 -8.50781l41.6191 -181.153c2.30078 -10.0156 -5.31738 -19.583 -15.5938 -19.583h-8.60352 +h-0.000976562c-7.0498 0 -14.04 5.5791 -15.6025 12.4541l-30.3984 133.757c-5.55273 24.4395 -42.6504 16.1963 -37.0547 -8.4209l34.1299 -150.172c0.263672 -1.16309 0.397461 -2.35352 0.397461 -3.5459v-69.4795c0 -13.9941 -16.7754 -21.2432 -26.9658 -11.6523 +l-53.0117 49.8936c-7.61523 7.16699 -19.6377 6.85938 -26.8564 -0.8125z" /> + <glyph glyph-name="hand-pointer" unicode="" horiz-adv-x="448" +d="M358.182 268.639c43.1934 16.6348 89.8184 -15.7949 89.8184 -62.6387v-84c-0.000976562 -4.25 -0.775391 -11.0615 -1.72754 -15.2041l-27.4297 -118.999c-6.98242 -30.2969 -33.7549 -51.7969 -64.5566 -51.7969h-178.286c-21.2588 0 -41.3682 10.4102 -53.791 27.8457 +l-109.699 154.001c-21.2432 29.8193 -14.8047 71.3574 14.5498 93.1523c18.8115 13.9658 42.1748 16.2822 62.083 8.87207v161.129c0 36.9443 29.7363 67 66.2861 67s66.2861 -30.0557 66.2861 -67v-73.6338c20.4131 2.85742 41.4678 -3.94238 56.5947 -19.6289 +c27.1934 12.8467 60.3799 5.66992 79.8721 -19.0986zM80.9854 168.303c-14.4004 20.2119 -43.8008 -2.38281 -29.3945 -22.6055l109.712 -154c3.43457 -4.81934 8.92871 -7.69727 14.6973 -7.69727h178.285c8.49219 0 15.8037 5.99414 17.7822 14.5762l27.4297 119.001 +c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285v84c0 25.1602 -36.5713 25.1211 -36.5713 0c0 -8.83594 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16406 -16 16v21c0 25.1602 -36.5713 25.1201 -36.5713 0v-21c0 -8.83594 -7.16309 -16 -16 -16h-6.85938 +c-8.83691 0 -16 7.16406 -16 16v35c0 25.1602 -36.5703 25.1201 -36.5703 0v-35c0 -8.83594 -7.16309 -16 -16 -16h-6.85742c-8.83691 0 -16 7.16406 -16 16v175c0 25.1602 -36.5713 25.1201 -36.5713 0v-241.493c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832z +M176.143 48v96c0 8.83691 6.26855 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16zM251.571 48v96c0 8.83691 6.26758 16 14 16h6c7.73145 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26855 -16 -14 -16h-6 +c-7.73242 0 -14 7.16309 -14 16zM327 48v96c0 8.83691 6.26758 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16z" /> + <glyph glyph-name="hand-peace" unicode="" horiz-adv-x="448" +d="M362.146 256.024c42.5908 13.3184 85.8535 -19.0684 85.8535 -64.0244l-0.0117188 -70.001c-0.000976562 -4.25 -0.775391 -11.0615 -1.72949 -15.2031l-27.4268 -118.999c-6.99707 -30.3564 -33.8105 -51.7969 -64.5547 -51.7969h-205.702 +c-23.8447 0 -45.9502 13.0303 -57.6904 34.0059l-54.8525 97.999c-19.2607 34.4092 -5.82422 67.2617 24.7324 92.2178l-55.7568 144.928c-14.5791 37.8867 3.72754 80.6113 41.2012 95.6416c37.6406 15.0977 80.3691 -3.63477 95.1123 -41.9424l18.6787 -78.8496 +l-9.14062 94c0 40.8037 32.8096 74 73.1396 74s73.1406 -33.1963 73.1406 -74v-87.6348c26.2451 3.6748 51.2959 -8.69238 65.0068 -30.3408zM399.987 122l-0.000976562 70c0 25.1602 -36.5674 25.1201 -36.5674 0c0 -8.83691 -7.16309 -16 -16 -16h-6.85547 +c-8.83789 0 -16 7.16309 -16 16v28c0 25.1592 -36.5674 25.1221 -36.5674 0v-28c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v182c0 34.4297 -50.2803 34.375 -50.2803 0v-182c0 -8.83691 -7.16309 -16 -16 -16h-11.6328v0 +c-6.06445 0 -12.7549 4.59375 -14.9326 10.2539l-59.7842 155.357c-12.1396 31.5518 -59.2842 13.4326 -46.7168 -19.2227l64.0898 -166.549c0.589844 -1.53125 1.06738 -4.10547 1.06738 -5.74609c0 -4.19043 -2.63379 -9.74219 -5.87891 -12.3926l-26.6475 -21.7646 +c-7.12695 -5.81934 -9.06445 -16.3467 -4.50781 -24.4873l54.8535 -98c3.26367 -5.82812 9.31934 -9.44922 15.8057 -9.44922h205.701c8.49121 0 15.8037 5.99414 17.7812 14.5762l27.4277 119.001c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285z" /> + <glyph glyph-name="registered" unicode="" +d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z +M366.442 73.791c4.40332 -7.99219 -1.37012 -17.791 -10.5107 -17.791h-42.8096h-0.0126953c-3.97559 0 -8.71582 2.84961 -10.5801 6.36035l-47.5156 89.3027h-31.958v-83.6631c0 -6.61719 -5.38281 -12 -12 -12h-38.5674c-6.61719 0 -12 5.38281 -12 12v248.304 +c0 6.61719 5.38281 12 12 12h78.667c71.251 0 101.498 -32.749 101.498 -85.252c0 -31.6123 -15.2148 -59.2969 -39.4824 -73.1758c3.02148 -4.61719 0.225586 0.199219 53.2715 -96.085zM256.933 208.094c20.9131 0 32.4307 11.5186 32.4316 32.4316 +c0 19.5752 -6.5127 31.709 -38.9297 31.709h-27.377v-64.1406h33.875z" /> + <glyph glyph-name="calendar-plus" unicode="" horiz-adv-x="448" +d="M336 156v-24c0 -6.59961 -5.40039 -12 -12 -12h-76v-76c0 -6.59961 -5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12v76h-76c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h76v76c0 6.59961 5.40039 12 12 12h24c6.59961 0 12 -5.40039 12 -12 +v-76h76c6.59961 0 12 -5.40039 12 -12zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40 +c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="calendar-minus" unicode="" horiz-adv-x="448" +d="M124 120c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h200c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12h-200zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52 +c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="calendar-times" unicode="" horiz-adv-x="448" +d="M311.7 73.2998l-17 -17c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-53.7002 53.7998l-53.7002 -53.6992c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-17 17c-4.7002 4.69922 -4.7002 12.2998 0 17l53.7002 53.6992l-53.7002 53.7002c-4.7002 4.7002 -4.7002 12.2998 0 17 +l17 17c4.7002 4.7002 12.2998 4.7002 17 0l53.7002 -53.7002l53.7002 53.7002c4.7002 4.7002 12.2998 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17l-53.7998 -53.7998l53.6992 -53.7002c4.80078 -4.7002 4.80078 -12.2998 0.100586 -17zM448 336v-352 +c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10 +v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="calendar-check" unicode="" horiz-adv-x="448" +d="M400 384c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40 +c6.62695 0 12 -5.37305 12 -12v-52h48zM394 -16c3.31152 0 6 2.68848 6 6v298h-352v-298c0 -3.31152 2.68848 -6 6 -6h340zM341.151 184.65l-142.31 -141.169c-4.70508 -4.66699 -12.3027 -4.6377 -16.9707 0.0673828l-75.0908 75.6992 +c-4.66699 4.70508 -4.6377 12.3027 0.0673828 16.9707l22.7197 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l44.1035 -44.4609l111.072 110.182c4.70508 4.66699 12.3027 4.63672 16.9707 -0.0683594l22.5361 -22.7178 +c4.66699 -4.70508 4.63672 -12.3027 -0.0683594 -16.9697z" /> + <glyph glyph-name="map" unicode="" horiz-adv-x="576" +d="M560.02 416c8.4502 0 15.9805 -6.83008 15.9805 -16.0195v-346.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-151.83 -52.8105c-5.32617 -1.7334 -14.1953 -3.13965 -19.7969 -3.13965c-5.7373 0 -14.8105 1.47363 -20.2529 3.29004l-172 60.71l-170.05 -62.8398 +c-1.99023 -0.790039 -4 -1.16016 -5.95996 -1.16016c-8.45996 0 -15.9902 6.83008 -15.9902 16.0195v346.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l151.83 52.8105c6.43945 2.08984 13.1201 3.13965 19.8096 3.13965 +c5.73242 -0.00195312 14.8008 -1.47168 20.2402 -3.28027l172 -60.7197h0.00976562l170.05 62.8398c1.98047 0.790039 4 1.16016 5.95996 1.16016zM224 357.58v-285.97l128 -45.1904v285.97zM48 29.9502l127.36 47.0801l0.639648 0.229492v286.2l-128 -44.5303v-288.979z +M528 65.0801v288.97l-127.36 -47.0693l-0.639648 -0.240234v-286.19z" /> + <glyph glyph-name="comment-alt" unicode="" +d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.5996c-2.19922 -1.7002 -4.69922 -2.40039 -7.09961 -2.40039c-6.2002 0 -12 4.90039 -12 12v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z +M464 96v288c0 8.7998 -7.2002 16 -16 16h-384c-8.7998 0 -16 -7.2002 -16 -16v-288c0 -8.7998 7.2002 -16 16 -16h144v-60l67.2002 50.4004l12.7998 9.59961h160c8.7998 0 16 7.2002 16 16z" /> + <glyph glyph-name="pause-circle" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48 +c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16zM240 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16z" /> + <glyph glyph-name="stop-circle" unicode="" +d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-160 +c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16z" /> + <glyph glyph-name="handshake" unicode="" horiz-adv-x="640" +d="M519.2 320.1h120.8v-255.699h-64c-17.5 0 -31.7998 14.1992 -31.9004 31.6992h-57.8994c-1.7998 -8.19922 -5.2998 -16.0996 -10.9004 -23l-26.2002 -32.2998c-15.7998 -19.3994 -41.8994 -25.5 -64 -16.7998c-13.5 -16.5996 -30.5996 -24 -48.7998 -24 +c-15.0996 0 -28.5996 5.09961 -41.0996 15.9004c-31.7998 -21.9004 -74.7002 -21.3008 -105.601 3.7998l-84.5996 76.3994h-9.09961c-0.100586 -17.5 -14.3008 -31.6992 -31.9004 -31.6992h-64v255.699h118l47.5996 47.6006c10.5 10.3994 24.8008 16.2998 39.6006 16.2998 +h226.8v0c12.7812 0 30.5225 -7.30273 39.5996 -16.2998zM48 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM438 103.3c2.7002 3.40039 2.2002 8.5 -1.2002 11.2998l-108.2 87.8008l-8.19922 -7.5 +c-40.3008 -36.8008 -86.7002 -11.8008 -101.5 4.39941c-26.7002 29 -25 74.4004 4.39941 101.3l38.7002 35.5h-56.7002c-2 -0.799805 -3.7002 -1.5 -5.7002 -2.2998l-61.6992 -61.5996h-41.9004v-128.101h27.7002l97.2998 -88 +c16.0996 -13.0996 41.4004 -10.5 55.2998 6.60059l15.6006 19.2002l36.7998 -31.5c3 -2.40039 12 -4.90039 18 2.39941l30 36.5l23.8994 -19.3994c3.5 -2.80078 8.5 -2.2002 11.3008 1.19922zM544 144.1v128h-44.7002l-61.7002 61.6006 +c-1.39941 1.5 -3.39941 2.2998 -5.5 2.2998l-83.6992 -0.200195c-10 0 -19.6006 -3.7002 -27 -10.5l-65.6006 -60.0996c-9.7002 -8.7998 -10.5 -24 -1.2002 -33.9004c8.90039 -9.39941 25.1006 -8.7002 34.6006 0l55.2002 50.6006c6.5 5.89941 16.5996 5.5 22.5996 -1 +l10.9004 -11.7002c6 -6.5 5.5 -16.6006 -1 -22.6006l-12.5 -11.3994l102.699 -83.4004c2.80078 -2.2998 5.40039 -4.89941 7.7002 -7.7002h69.2002zM592 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z +" /> + <glyph glyph-name="envelope-open" unicode="" +d="M494.586 283.484c9.6123 -7.94824 17.4141 -24.5205 17.4141 -36.9932v-262.491c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v262.515c0 12.5166 7.84668 29.1279 17.5146 37.0771c4.08008 3.35449 110.688 89.0996 135.15 108.549 +c22.6992 18.1426 60.1299 55.8594 103.335 55.8594c43.4365 0 81.2314 -38.1914 103.335 -55.8594c23.5283 -18.707 130.554 -104.773 135.251 -108.656zM464 -10v253.632v0.00488281c0 1.5791 -0.996094 3.66602 -2.22363 4.6582 +c-15.8633 12.8232 -108.793 87.5752 -132.366 106.316c-17.5527 14.0195 -49.7168 45.3887 -73.4102 45.3887c-23.6016 0 -55.2451 -30.8799 -73.4102 -45.3887c-23.5713 -18.7393 -116.494 -93.4795 -132.364 -106.293 +c-1.40918 -1.13965 -2.22559 -2.85254 -2.22559 -4.66504v-253.653c0 -3.31152 2.68848 -6 6 -6h404c3.31152 0 6 2.68848 6 6zM432.009 177.704c4.24902 -5.15918 3.46484 -12.7949 -1.74512 -16.9814c-28.9746 -23.2822 -59.2734 -47.5967 -70.9287 -56.8623 +c-22.6992 -18.1436 -60.1299 -55.8604 -103.335 -55.8604c-43.4521 0 -81.2871 38.2373 -103.335 55.8604c-11.2793 8.9668 -41.7441 33.4131 -70.9268 56.8643c-5.20996 4.1875 -5.99316 11.8223 -1.74512 16.9814l15.2578 18.5283 +c4.17773 5.07227 11.6572 5.84277 16.7793 1.72559c28.6182 -23.001 58.5654 -47.0352 70.5596 -56.5713c17.5527 -14.0195 49.7168 -45.3887 73.4102 -45.3887c23.6016 0 55.2461 30.8799 73.4102 45.3887c11.9941 9.53516 41.9434 33.5703 70.5625 56.5684 +c5.12207 4.11621 12.6016 3.3457 16.7783 -1.72656z" /> + <glyph glyph-name="address-book" unicode="" horiz-adv-x="448" +d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48 +h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM368 -16v416h-320v-416h320zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM118.4 64 +c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002 +h-179.199z" /> + <glyph glyph-name="address-card" unicode="" horiz-adv-x="576" +d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v352h-480v-352h480zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z +M118.4 64c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002 +c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199zM360 128c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 192c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112 +c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 256c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112z" /> + <glyph glyph-name="user-circle" unicode="" horiz-adv-x="496" +d="M248 344c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM248 200c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8 +c49.7002 0 95.0996 18.2998 130.1 48.4004c-14.8994 23 -40.3994 38.5 -69.5996 39.5c-20.7998 -6.5 -40.5996 -9.60059 -60.5 -9.60059s-39.7002 3.2002 -60.5 9.60059c-29.2002 -0.900391 -54.7002 -16.5 -69.5996 -39.5c35 -30.1006 80.3994 -48.4004 130.1 -48.4004z +M410.7 76.0996c23.3994 32.7002 37.2998 72.7002 37.2998 115.9c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -43.2002 13.9004 -83.2002 37.2998 -115.9c24.5 31.4004 62.2002 51.9004 105.101 51.9004c10.1992 0 26.0996 -9.59961 57.5996 -9.59961 +c31.5996 0 47.4004 9.59961 57.5996 9.59961c43 0 80.7002 -20.5 105.101 -51.9004z" /> + <glyph glyph-name="id-badge" unicode="" horiz-adv-x="384" +d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM336 -16v416h-288v-416h288zM144 336c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16 +h-96zM192 160c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM102.4 32c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8 +c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199z" /> + <glyph glyph-name="id-card" unicode="" horiz-adv-x="576" +d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v288h-480v-288h32.7998c-1 4.5 -0.799805 -3.59961 -0.799805 22.4004c0 31.7998 30.0996 57.5996 67.2002 57.5996 +c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996c0 -26 0.0996094 -17.9004 -0.799805 -22.4004h224.8zM360 96c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16 +c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 160c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 224c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112 +c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM192 128c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z" /> + <glyph glyph-name="window-maximize" unicode="" +d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v234h-416v-234c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="window-minimize" unicode="" +d="M480 -32h-448c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h448c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32z" /> + <glyph glyph-name="window-restore" unicode="" +d="M464 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-48v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h48v48c0 26.5 21.5 48 48 48h320zM368 -16v208h-320v-208h320zM464 80v320h-320v-48h224 +c26.5 0 48 -21.5 48 -48v-224h48z" /> + <glyph glyph-name="snowflake" unicode="" horiz-adv-x="448" +d="M440.1 92.7998c7.60059 -4.39941 10.1006 -14.2002 5.5 -21.7002l-7.89941 -13.8994c-4.40039 -7.7002 -14 -10.2998 -21.5 -5.90039l-39.2002 23l9.09961 -34.7002c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.5996l-15.2002 -4.09961 +c-8.39941 -2.30078 -17.0996 2.7998 -19.2998 11.2998l-21.2998 81l-71.9004 42.2002v-84.5l58.2998 -59.3008c6.10059 -6.19922 6.10059 -16.3994 0 -22.5996l-11.0996 -11.2998c-6.09961 -6.2002 -16.0996 -6.2002 -22.2002 0l-24.8994 25.3994v-46.0996 +c0 -8.7998 -7 -16 -15.7002 -16h-15.7002c-8.7002 0 -15.7002 7.2002 -15.7002 16v45.9004l-24.8994 -25.4004c-6.10059 -6.2002 -16.1006 -6.2002 -22.2002 0l-11.1006 11.2998c-6.09961 6.2002 -6.09961 16.4004 0 22.6006l58.3008 59.2998v84.5l-71.9004 -42.2002 +l-21.2998 -81c-2.2998 -8.5 -10.9004 -13.5996 -19.2998 -11.2998l-15.2002 4.09961c-8.40039 2.2998 -13.2998 11.1006 -11.1006 19.6006l9.10059 34.6992l-39.2002 -23c-7.5 -4.39941 -17.2002 -1.7998 -21.5 5.90039l-7.90039 13.9004 +c-4.2998 7.69922 -1.69922 17.5 5.80078 21.8994l39.1992 23l-34.0996 9.2998c-8.40039 2.30078 -13.2998 11.1006 -11.0996 19.6006l4.09961 15.5c2.2998 8.5 10.9004 13.5996 19.2998 11.2998l79.7002 -21.7002l71.9004 42.2002l-71.9004 42.2002l-79.7002 -21.7002 +c-8.39941 -2.2998 -17.0996 2.7998 -19.2998 11.2998l-4.09961 15.5c-2.30078 8.5 2.69922 17.2998 11.0996 19.6006l34.0996 9.09961l-39.1992 23c-7.60059 4.5 -10.1006 14.2002 -5.80078 21.9004l7.90039 13.8994c4.40039 7.7002 14 10.2998 21.5 5.90039l39.2002 -23 +l-9.10059 34.7002c-2.2998 8.5 2.7002 17.2998 11.1006 19.5996l15.2002 4.09961c8.39941 2.30078 17.0996 -2.7998 19.2998 -11.2998l21.2998 -81l71.9004 -42.2002v84.5l-58.3008 59.3008c-6.09961 6.19922 -6.09961 16.3994 0 22.5996l11.5 11.2998 +c6.10059 6.2002 16.1006 6.2002 22.2002 0l24.9004 -25.3994v46.0996c0 8.7998 7 16 15.7002 16h15.6992c8.7002 0 15.7002 -7.2002 15.7002 -16v-45.9004l24.9004 25.4004c6.09961 6.2002 16.0996 6.2002 22.2002 0l11.0996 -11.2998 +c6.09961 -6.2002 6.09961 -16.4004 0 -22.6006l-58.2998 -59.2998v-84.5l71.8994 42.2002l21.3008 81c2.2998 8.5 10.8994 13.5996 19.2998 11.2998l15.2002 -4.09961c8.39941 -2.2998 13.2998 -11.1006 11.0996 -19.6006l-9.09961 -34.6992l39.1992 23 +c7.5 4.39941 17.2002 1.7998 21.5 -5.90039l7.90039 -13.9004c4.2998 -7.69922 1.7002 -17.5 -5.7998 -21.8994l-39.2002 -23l34.0996 -9.2998c8.40039 -2.30078 13.3008 -11.1006 11.1006 -19.6006l-4.10059 -15.5c-2.2998 -8.5 -10.8994 -13.5996 -19.2998 -11.2998 +l-79.7002 21.7002l-71.8994 -42.2002l71.7998 -42.2002l79.7002 21.7002c8.39941 2.2998 17.0996 -2.7998 19.2998 -11.2998l4.09961 -15.5c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.6006l-34.0996 -9.2998z" /> + <glyph glyph-name="trash-alt" unicode="" horiz-adv-x="448" +d="M268 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24zM432 368c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16h-16v-336 +c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48v336h-16c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h82.4102l34.0195 56.7002c7.71875 12.8613 26.1572 23.2998 41.1572 23.2998h0.00292969h100.82h0.0224609 +c15 0 33.4385 -10.4385 41.1572 -23.2998l34 -56.7002h82.4102zM171.84 397.09l-17.4502 -29.0898h139.221l-17.46 29.0898c-0.96582 1.60645 -3.26953 2.91016 -5.14355 2.91016h-0.00683594h-94h-0.0166016c-1.87402 0 -4.17871 -1.30371 -5.14355 -2.91016zM368 -16v336 +h-288v-336h288zM156 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24z" /> + <glyph glyph-name="images" unicode="" horiz-adv-x="576" +d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-48h-10c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v10h48zM522 368h-372 +c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v244c0 3.31152 -2.68848 6 -6 6zM528 416c26.5098 0 48 -21.4902 48 -48v-256c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256 +c0 26.5098 21.4902 48 48 48h384zM264 304c0 -22.0908 -17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40s40 -17.9092 40 -40zM192 208l39.5146 39.5146c4.68652 4.68652 12.2842 4.68652 16.9717 0l39.5137 -39.5146l103.515 103.515 +c4.68652 4.68652 12.2842 4.68652 16.9717 0l71.5137 -71.5146v-80h-288v48z" /> + <glyph glyph-name="clipboard" unicode="" horiz-adv-x="384" +d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24 +s-10.7002 24 -24 24zM336 -10v340c0 3.2998 -2.7002 6 -6 6h-42v-36c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v36h-42c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h276c3.2998 0 6 2.7002 6 6z" /> + <glyph glyph-name="arrow-alt-circle-down" unicode="" +d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM224 308c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-116 +h67c10.7002 0 16.0996 -12.9004 8.5 -20.5l-99 -99c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-99 99c-7.5 7.59961 -2.2002 20.5 8.5 20.5h67v116z" /> + <glyph glyph-name="arrow-alt-circle-left" unicode="" +d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM456 192c0 110.5 -89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200zM384 212v-40c0 -6.59961 -5.40039 -12 -12 -12h-116v-67 +c0 -10.7002 -12.9004 -16 -20.5 -8.5l-99 99c-4.7002 4.7002 -4.7002 12.2998 0 17l99 99c7.59961 7.59961 20.5 2.2002 20.5 -8.5v-67h116c6.59961 0 12 -5.40039 12 -12z" /> + <glyph glyph-name="arrow-alt-circle-right" unicode="" +d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM128 172v40c0 6.59961 5.40039 12 12 12h116v67 +c0 10.7002 12.9004 16 20.5 8.5l99 -99c4.7002 -4.7002 4.7002 -12.2998 0 -17l-99 -99c-7.59961 -7.59961 -20.5 -2.2002 -20.5 8.5v67h-116c-6.59961 0 -12 5.40039 -12 12z" /> + <glyph glyph-name="arrow-alt-circle-up" unicode="" +d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM256 392c-110.5 0 -200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200zM276 64h-40c-6.59961 0 -12 5.40039 -12 12v116h-67 +c-10.7002 0 -16 12.9004 -8.5 20.5l99 99c4.7002 4.7002 12.2998 4.7002 17 0l99 -99c7.59961 -7.59961 2.2002 -20.5 -8.5 -20.5h-67v-116c0 -6.59961 -5.40039 -12 -12 -12z" /> + <glyph glyph-name="gem" unicode="" horiz-adv-x="576" +d="M464 448c4.09961 0 7.7998 -2 10.0996 -5.40039l99.9004 -147.199c2.90039 -4.40039 2.59961 -10.1006 -0.700195 -14.2002l-276 -340.8c-4.7998 -5.90039 -13.7998 -5.90039 -18.5996 0l-276 340.8c-3.2998 4 -3.60059 9.7998 -0.700195 14.2002l100 147.199 +c2.2002 3.40039 6 5.40039 10 5.40039h352zM444.7 400h-56.7998l51.6992 -96h68.4004zM242.6 400l-51.5996 -96h194l-51.7002 96h-90.7002zM131.3 400l-63.2998 -96h68.4004l51.6992 96h-56.7998zM88.2998 256l119.7 -160l-68.2998 160h-51.4004zM191.2 256l96.7998 -243.3 +l96.7998 243.3h-193.6zM368 96l119.6 160h-51.3994z" /> + <glyph glyph-name="money-bill-alt" unicode="" horiz-adv-x="640" +d="M320 304c53.0195 0 96 -50.1396 96 -112c0 -61.8701 -43 -112 -96 -112c-53.0195 0 -96 50.1504 -96 112c0 61.8604 42.9805 112 96 112zM360 136v16c0 4.41992 -3.58008 8 -8 8h-16v88c0 4.41992 -3.58008 8 -8 8h-13.5801h-0.000976562 +c-4.01074 0 -9.97266 -1.80566 -13.3086 -4.03027l-15.3301 -10.2197c-1.96777 -1.30957 -3.56445 -4.29004 -3.56445 -6.65332c0 -1.33691 0.601562 -3.32422 1.34375 -4.43652l8.88086 -13.3105c1.30859 -1.9668 4.29004 -3.56445 6.65332 -3.56445 +c1.33691 0 3.32422 0.602539 4.43652 1.34473l0.469727 0.310547v-55.4404h-16c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h64c4.41992 0 8 3.58008 8 8zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576 +c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM592 112v160c-35.3496 0 -64 28.6504 -64 64h-416c0 -35.3496 -28.6504 -64 -64 -64v-160c35.3496 0 64 -28.6504 64 -64h416c0 35.3496 28.6504 64 64 64z" /> + <glyph glyph-name="window-close" unicode="" +d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v340c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z +M356.5 253.4l-61.4004 -61.4004l61.4004 -61.4004c4.59961 -4.59961 4.59961 -12.0996 0 -16.7998l-22.2998 -22.2998c-4.60059 -4.59961 -12.1006 -4.59961 -16.7998 0l-61.4004 61.4004l-61.4004 -61.4004c-4.59961 -4.59961 -12.0996 -4.59961 -16.7998 0 +l-22.2998 22.2998c-4.59961 4.60059 -4.59961 12.1006 0 16.7998l61.4004 61.4004l-61.4004 61.4004c-4.59961 4.59961 -4.59961 12.0996 0 16.7998l22.2998 22.2998c4.60059 4.59961 12.1006 4.59961 16.7998 0l61.4004 -61.4004l61.4004 61.4004 +c4.59961 4.59961 12.0996 4.59961 16.7998 0l22.2998 -22.2998c4.7002 -4.60059 4.7002 -12.1006 0 -16.7998z" /> + <glyph glyph-name="comment-dots" unicode="" +d="M144 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM256 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM368 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32 +s-32 14.2998 -32 32s14.2998 32 32 32zM256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5 +c-3.80078 8.7998 -2 19 4.59961 26c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160 +c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" /> + <glyph glyph-name="smile-wink" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM365.8 138.4c10.2002 -8.5 11.6006 -23.6006 3.10059 -33.8008 +c-30 -36 -74.1006 -56.5996 -120.9 -56.5996s-90.9004 20.5996 -120.9 56.5996c-8.39941 10.2002 -7.09961 25.3008 3.10059 33.8008c10.0996 8.39941 25.2998 7.09961 33.7998 -3.10059c20.7998 -25.0996 51.5 -39.3994 84 -39.3994s63.2002 14.3994 84 39.3994 +c8.5 10.2002 23.5996 11.6006 33.7998 3.10059zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 268c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008l-9.5 8.5 +c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996z" /> + <glyph glyph-name="angry" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 136c33.5996 0 65.2002 -14.7998 86.7998 -40.5996 +c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008c-10.6006 -8.89941 -25.7002 -6.69922 -33.7998 3c-24.8008 29.7002 -75 29.7002 -99.8008 0c-8.5 -10.1992 -23.5996 -11.5 -33.7998 -3s-11.5996 23.6006 -3.09961 33.8008 +c21.5996 25.7998 53.2002 40.5996 86.7998 40.5996zM200 208c0 -17.7002 -14.2998 -32.0996 -32 -32.0996s-32 14.2998 -32 32c0 6.19922 2.2002 11.6992 5.2998 16.5996l-28.2002 8.5c-12.6992 3.7998 -19.8994 17.2002 -16.0996 29.9004 +c3.7998 12.6992 17.0996 20 29.9004 16.0996l80 -24c12.6992 -3.7998 19.8994 -17.2002 16.0996 -29.9004c-3.09961 -10.3994 -12.7002 -17.0996 -23 -17.0996zM399 262.9c3.7998 -12.7002 -3.40039 -26.1006 -16.0996 -29.8008l-28.2002 -8.5 +c3.09961 -4.89941 5.2998 -10.3994 5.2998 -16.5996c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c-10.2998 0 -19.9004 6.7002 -23 17.0996c-3.7998 12.7002 3.40039 26.1006 16.0996 29.9004l80 24c12.8008 3.7998 26.1006 -3.40039 29.9004 -16.0996z" /> + <glyph glyph-name="dizzy" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM214.2 209.9 +c-7.90039 -7.90039 -20.5 -7.90039 -28.4004 -0.200195l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998 +c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.9004c7.7998 7.7998 20.5 7.7998 28.2998 0s7.7998 -20.5 0 -28.2998l-17.9004 -17.9004l17.9004 -17.7998c7.7998 -7.7998 7.7998 -20.5 0 -28.2998zM374.2 302.1 +c7.7002 -7.7998 7.7002 -20.3994 0 -28.1992l-17.9004 -17.9004l17.7998 -18c7.80078 -7.7998 7.80078 -20.5 0 -28.2998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0 +c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.7998c7.7998 7.80078 20.5 7.80078 28.2998 0zM248 176 +c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64z" /> + <glyph glyph-name="flushed" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM344 304c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80 +s-80 35.7998 -80 80s35.7998 80 80 80zM344 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM232 224c0 -44.2002 -35.7998 -80 -80 -80 +s-80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80zM152 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM312 104 +c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" /> + <glyph glyph-name="frown-open" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32 +s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 160c35.5996 0 88.7998 -21.2998 95.7998 -61.2002c2 -11.7998 -9.09961 -21.5996 -20.5 -18.0996 +c-31.2002 9.59961 -59.3994 15.2998 -75.2998 15.2998s-44.0996 -5.7002 -75.2998 -15.2998c-11.5 -3.40039 -22.5 6.2998 -20.5 18.0996c7 39.9004 60.2002 61.2002 95.7998 61.2002z" /> + <glyph glyph-name="grimace" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM344 192c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-192c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48 +h192zM176 96v24h-40v-8c0 -8.7998 7.2002 -16 16 -16h24zM176 136v24h-24c-8.7998 0 -16 -7.2002 -16 -16v-8h40zM240 96v24h-48v-24h48zM240 136v24h-48v-24h48zM304 96v24h-48v-24h48zM304 136v24h-48v-24h48zM360 112v8h-40v-24h24c8.7998 0 16 7.2002 16 16zM360 136v8 +c0 8.7998 -7.2002 16 -16 16h-24v-24h40z" /> + <glyph glyph-name="grin" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008 +c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" /> + <glyph glyph-name="grin-alt" unicode="" horiz-adv-x="496" +d="M200.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56 +c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM328.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0 +c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200 +s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006 +s79.7002 4.7998 105.6 13.1006z" /> + <glyph glyph-name="grin-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008 +c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM117.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998 +c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996 +l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002zM277.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998 +c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002z" /> + <glyph glyph-name="grin-beam-sweat" unicode="" horiz-adv-x="496" +d="M440 288c-29.5 0 -53.2998 26.2998 -53.2998 58.7002c0 25 31.7002 75.5 46.2002 97.2998c3.5 5.2998 10.5996 5.2998 14.1992 0c14.5 -21.7998 46.2002 -72.2998 46.2002 -97.2998c0 -32.4004 -23.7998 -58.7002 -53.2998 -58.7002zM248 48 +c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM378.3 216.3 +c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998 +c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM483.6 269.2c8 -24.2998 12.4004 -50.2002 12.4004 -77.2002c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248 +c45.7002 0 88.4004 -12.5996 125.2 -34.2002c-10.9004 -21.5996 -15.5 -36.2002 -17.2002 -45.7002c-31.2002 20.1006 -68.2002 31.9004 -108 31.9004c-110.3 0 -200 -89.7002 -200 -200s89.7002 -200 200 -200s200 89.7002 200 200 +c0 22.5 -3.90039 44.0996 -10.7998 64.2998c0.399414 0 21.7998 -2.7998 46.3994 12.9004zM168 258.6c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998 +c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" /> + <glyph glyph-name="grin-hearts" unicode="" horiz-adv-x="496" +d="M353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM200.8 192.3 +l-70.2002 18.1006c-20.3994 5.2998 -31.8994 27 -24.1992 47.1992c6.69922 17.7002 26.6992 26.7002 44.8994 22l7.10059 -1.89941l2 7.09961c5.09961 18.1006 22.8994 30.9004 41.5 27.9004c21.3994 -3.40039 34.3994 -24.2002 28.7998 -44.5l-19.4004 -69.9004 +c-1.2998 -4.5 -6 -7.2002 -10.5 -6zM389.6 257.6c7.7002 -20.1992 -3.7998 -41.7998 -24.1992 -47.0996l-70.2002 -18.2002c-4.60059 -1.2002 -9.2998 1.5 -10.5 6l-19.4004 69.9004c-5.59961 20.2998 7.40039 41.0996 28.7998 44.5c18.7002 3 36.5 -9.7998 41.5 -27.9004 +l2 -7.09961l7.10059 1.89941c18.2002 4.7002 38.2002 -4.39941 44.8994 -22zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200 +s89.7002 -200 200 -200z" /> + <glyph glyph-name="grin-squint" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008 +c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM118.9 184.2c-3.80078 4.39941 -3.90039 11 -0.100586 15.5l33.6006 40.2998 +l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5c3.89941 4.40039 10.1992 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5zM361.8 181.7 +l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5.10059 2.90039 11.5 1.90039 15.2998 -2.5c3.80078 -4.5 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5 +c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5z" /> + <glyph glyph-name="grin-squint-tears" unicode="" +d="M117.1 63.9004c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998 +c16.8994 16.9004 75.0996 26.9004 100.899 30.6006zM75.9004 105.6c-19.6006 -3.89941 -35.1006 -8.09961 -47.3008 -12.1992c-39.2998 90.5996 -22.0996 199.899 52 274c48.5 48.3994 111.9 72.5996 175.4 72.5996c38.9004 0 77.7998 -9.2002 113.2 -27.4004 +c-4 -12.1992 -8.2002 -28 -12 -48.2998c-30.4004 17.9004 -65 27.7002 -101.2 27.7002c-53.4004 0 -103.6 -20.7998 -141.4 -58.5996c-61.5996 -61.5 -74.2998 -153.4 -38.6992 -227.801zM428.2 293.2c20.2998 3.89941 36.2002 8 48.5 12 +c47.8994 -93.2002 32.8994 -210.5 -45.2002 -288.601c-48.5 -48.3994 -111.9 -72.5996 -175.4 -72.5996c-33.6992 0 -67.2998 7 -98.6992 20.5996c4.19922 12.2002 8.2998 27.7002 12.1992 47.2002c26.6006 -12.7998 55.9004 -19.7998 86.4004 -19.7998 +c53.4004 0 103.6 20.7998 141.4 58.5996c65.6992 65.7002 75.7998 166 30.7998 242.601zM394.9 320.1c-6.30078 -0.899414 -11.7002 4.5 -10.9004 10.9004c3.7002 25.7998 13.7002 84 30.5996 100.9c22 21.8994 57.9004 21.5 80.3008 -0.900391 +c22.3994 -22.4004 22.7998 -58.4004 0.899414 -80.2998c-16.8994 -16.9004 -75.0996 -26.9004 -100.899 -30.6006zM207.9 211.8c3 -3 4.19922 -7.2998 3.19922 -11.5l-22.5996 -90.5c-1.40039 -5.39941 -6.2002 -9.09961 -11.7002 -9.09961h-0.899414 +c-5.80078 0.5 -10.5 5.09961 -11 10.8994l-4.80078 52.3008l-52.2998 4.7998c-5.7998 0.5 -10.3994 5.2002 -10.8994 11c-0.400391 5.89941 3.39941 11.2002 9.09961 12.5996l90.5 22.7002c4.2002 1 8.40039 -0.200195 11.4004 -3.2002zM247.6 236.9 +c-0.0996094 0 -6.39941 -1.80078 -11.3994 3.19922c-3 3 -4.2002 7.30078 -3.2002 11.4004l22.5996 90.5c1.40039 5.7002 7 9.2002 12.6006 9.09961c5.7998 -0.5 10.5 -5.09961 11 -10.8994l4.7998 -52.2998l52.2998 -4.80078c5.7998 -0.5 10.4004 -5.19922 10.9004 -11 +c0.399414 -5.89941 -3.40039 -11.1992 -9.10059 -12.5996zM299.6 148.4c29.1006 29.0996 53 59.5996 65.3008 83.7998c4.89941 9.2998 17.5996 9.89941 23.3994 1.7002c27.7002 -38.9004 6.10059 -106.9 -30.5996 -143.7s-104.8 -58.2998 -143.7 -30.6006 +c-8.2998 5.90039 -7.5 18.6006 1.7002 23.4004c24.2002 12.5 54.7998 36.2998 83.8994 65.4004z" /> + <glyph glyph-name="grin-stars" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008 +c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM125.7 200.9l6.09961 34.8994l-25.3994 24.6006 +c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006l34.9004 -5c6.19922 -1 8.7998 -8.69922 4.2998 -13.1992l-25.4004 -24.6006l6 -34.8994c1 -6.2002 -5.39941 -11 -11 -7.90039 +l-31.2998 16.2998l-31.2998 -16.2998c-5.60059 -3.09961 -12 1.7002 -11 7.90039zM385.4 273.6c6.19922 -1 8.89941 -8.59961 4.39941 -13.1992l-25.3994 -24.6006l6 -34.8994c1 -6.2002 -5.40039 -11 -11 -7.90039l-31.3008 16.2998l-31.2998 -16.2998 +c-5.59961 -3.09961 -12 1.7002 -11 7.90039l6 34.8994l-25.3994 24.6006c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006z" /> + <glyph glyph-name="grin-tears" unicode="" horiz-adv-x="640" +d="M117.1 191.9c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998c16.8994 16.9004 75.0996 26.9004 100.899 30.6006 +zM623.8 161.3c21.9004 -21.8994 21.5 -57.8994 -0.799805 -80.2002c-22.4004 -22.3994 -58.4004 -22.7998 -80.2998 -0.899414c-16.9004 16.8994 -26.9004 75.0996 -30.6006 100.899c-0.899414 6.30078 4.5 11.7002 10.8008 10.8008 +c25.7998 -3.7002 84 -13.7002 100.899 -30.6006zM497.2 99.5996c12.3994 -37.2998 25.0996 -43.7998 28.2998 -46.5c-44.5996 -65.7998 -120 -109.1 -205.5 -109.1s-160.9 43.2998 -205.5 109.1c3.09961 2.60059 15.7998 9.10059 28.2998 46.5 +c33.4004 -63.8994 100.3 -107.6 177.2 -107.6s143.8 43.7002 177.2 107.6zM122.7 223.5c-2.40039 0.299805 -5 2.5 -49.5 -6.90039c12.3994 125.4 118.1 223.4 246.8 223.4s234.4 -98 246.8 -223.5c-44.2998 9.40039 -47.3994 7.2002 -49.5 7 +c-15.2002 95.2998 -97.7998 168.5 -197.3 168.5s-182.1 -73.2002 -197.3 -168.5zM320 48c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996 +c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM450.3 216.3c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17 +c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM240 258.6 +c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004 +c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" /> + <glyph glyph-name="grin-tongue" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0 +l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200 +s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996 +s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32 +s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" /> + <glyph glyph-name="grin-tongue-squint" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0 +l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200 +s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996 +s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998 +l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 3 11.5 1.90039 15.2998 -2.5zM214.2 250.3 +c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5 +c3.89941 4.5 10.2998 5.5 15.2998 2.5z" /> + <glyph glyph-name="grin-tongue-wink" unicode="" horiz-adv-x="496" +d="M152 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5 +c-3.7998 -3.39941 -9.2998 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM328 320c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80s-80 35.7998 -80 80s35.7998 80 80 80zM328 192 +c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM328 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z +M312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998 +c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3 +c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998 +c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998z" /> + <glyph glyph-name="grin-wink" unicode="" horiz-adv-x="496" +d="M328 268c25.6904 0 55.8799 -16.9199 59.8701 -42.1201c1.72949 -11.0898 -11.3506 -18.2695 -19.8301 -10.8398l-9.5498 8.47949c-14.8105 13.1904 -46.1602 13.1904 -60.9707 0l-9.5498 -8.47949c-8.33008 -7.40039 -21.5801 -0.379883 -19.8301 10.8398 +c3.98047 25.2002 34.1699 42.1201 59.8604 42.1201zM168 208c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32s-14.3301 -32 -32 -32zM353.55 143.36c10.04 3.13965 19.3906 -5.4502 17.71 -15.3408 +c-7.92969 -47.1494 -71.3193 -80.0195 -123.26 -80.0195s-115.33 32.8701 -123.26 80.0195c-1.69043 9.9707 7.76953 18.4707 17.71 15.3408c25.9297 -8.31055 64.3994 -13.0605 105.55 -13.0605s79.6201 4.75977 105.55 13.0605zM248 440c136.97 0 248 -111.03 248 -248 +s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" /> + <glyph glyph-name="kiss" unicode="" horiz-adv-x="496" +d="M168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5 +c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002 +c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM248 440c137 0 248 -111 248 -248 +s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z +" /> + <glyph glyph-name="kiss-beam" unicode="" horiz-adv-x="496" +d="M168 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17 +c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8 +c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5 +c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002 +c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM328 296 +c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17 +c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" /> + <glyph glyph-name="kiss-wink-heart" unicode="" horiz-adv-x="504" +d="M304 139.5c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002 +c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002 +c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM374.5 223c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-2.5 -2.2998 -7.90039 -4.7002 -13.7002 -1.59961c-4.39941 2.39941 -6.89941 7.39941 -6.09961 12.3994 +c3.89941 25.2002 34.2002 42.1006 59.7998 42.1006s55.7998 -16.9004 59.7998 -42.1006c0.799805 -5 -1.7002 -10 -6.09961 -12.3994c-4.40039 -2.40039 -9.90039 -1.7002 -13.7002 1.59961zM136 239.5c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32 +s-32 14.2998 -32 32zM501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002l-83 -21.5c-5.39941 -1.39941 -10.8994 1.7998 -12.3994 7.10059l-22.9004 82.5996c-6.59961 24 8.7998 48.5996 34 52.5996c22 3.5 43.1006 -11.5996 49 -33l2.2998 -8.39941 +l8.40039 2.2002c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM334 11.7002c17.7002 -64 10.9004 -39.5 13.4004 -46.7998c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 247.9 -248 +c0 -31.7998 -6.2002 -62.0996 -17.1006 -90c-6 1.5 -12.2002 2.7998 -18.5996 2.90039c-5.60059 9.69922 -13.6006 17.5 -22.6006 23.8994c6.7002 19.9004 10.4004 41.1006 10.4004 63.2002c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200 +c30.7998 0 59.9004 7.2002 86 19.7002z" /> + <glyph glyph-name="laugh" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996 +c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM168 224 +c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" /> + <glyph glyph-name="laugh-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996 +c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.700195 -8.5 -10.7998 -11.8994 -14.8994 -4.5 +l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006c-12.3008 0 -23.8008 -7.90039 -31.5 -21.6006l-9.5 -17c-4.10059 -7.39941 -15.6006 -4.09961 -14.9004 4.5c3.2998 42.1006 32.2002 71.4004 56 71.4004zM127 220.1c-4.2002 -7.39941 -15.7002 -4 -15.0996 4.5 +c3.2998 42.1006 32.1992 71.4004 56 71.4004c23.7998 0 52.6992 -29.2998 56 -71.4004c0.699219 -8.5 -10.8008 -11.8994 -14.9004 -4.5l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006s-23.7998 -7.90039 -31.5 -21.6006zM362.4 160c8.19922 0 14.5 -7 13.5 -15 +c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" /> + <glyph glyph-name="laugh-squint" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996 +c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM343.6 252l33.6006 -40.2998c8.59961 -10.4004 -3.90039 -24.7998 -15.4004 -18l-80 48 +c-7.7998 4.7002 -7.7998 15.8994 0 20.5996l80 48c11.6006 6.7998 24 -7.7002 15.4004 -18zM134.2 193.7c-11.6006 -6.7998 -24.1006 7.59961 -15.4004 18l33.6006 40.2998l-33.6006 40.2998c-8.59961 10.2998 3.7998 24.9004 15.4004 18l80 -48 +c7.7998 -4.7002 7.7998 -15.8994 0 -20.5996zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" /> + <glyph glyph-name="laugh-wink" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996 +c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 284c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008 +l-9.5 8.5c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996zM168 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z +M362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" /> + <glyph glyph-name="meh-blank" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32 +s-32 14.2998 -32 32s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" /> + <glyph glyph-name="meh-rolling-eyes" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM336 296c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72 +s-72 32.2002 -72 72s32.2002 72 72 72zM336 184c22.0996 0 40 17.9004 40 40c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998 +c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998c0 -22.0996 17.9004 -40 40 -40zM232 224c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM120 224c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40 +c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998zM312 96 +c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" /> + <glyph glyph-name="sad-cry" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM392 53.5996c34.5996 35.9004 56 84.7002 56 138.4c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -53.7002 21.4004 -102.4 56 -138.4v114.4 +c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-151.4c28.5 -15.5996 61.2002 -24.5996 96 -24.5996s67.5 9 96 24.5996v151.4c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-114.4zM205.8 213.5c-5.7998 -3.2002 -11.2002 -0.700195 -13.7002 1.59961l-9.5 8.5 +c-14.7998 13.2002 -46.1992 13.2002 -61 0l-9.5 -8.5c-3.7998 -3.39941 -9.2998 -4 -13.6992 -1.59961c-4.40039 2.40039 -6.90039 7.40039 -6.10059 12.4004c3.90039 25.1992 34.2002 42.0996 59.7998 42.0996c25.6006 0 55.8008 -16.9004 59.8008 -42.0996 +c0.799805 -5 -1.7002 -10 -6.10059 -12.4004zM344 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5 +c-3.7998 -3.39941 -9.2002 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM248 176c30.9004 0 56 -28.7002 56 -64s-25.0996 -64 -56 -64s-56 28.7002 -56 64s25.0996 64 56 64z" /> + <glyph glyph-name="sad-tear" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM256 144c38.0996 0 74 -16.7998 98.5 -46.0996 +c8.5 -10.2002 7.09961 -25.3008 -3.09961 -33.8008c-10.6006 -8.7998 -25.7002 -6.69922 -33.8008 3.10059c-15.2998 18.2998 -37.7998 28.7998 -61.5996 28.7998c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32 +s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM162.4 173.2c2.7998 3.7002 8.39941 3.7002 11.1992 0c11.4004 -15.2998 36.4004 -50.6006 36.4004 -68.1006 +c0 -22.6992 -18.7998 -41.0996 -42 -41.0996s-42 18.4004 -42 41.0996c0 17.5 25 52.8008 36.4004 68.1006z" /> + <glyph glyph-name="smile-beam" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM332 135.4c8.5 10.1992 23.5996 11.5 33.7998 3.09961 +c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.2002 8.40039 25.2998 7.09961 33.7998 -3.09961 +c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004zM136.5 237l-9.5 -17c-1.90039 -3.2002 -5.90039 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004 +c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996zM328 296c23.7998 0 52.7002 -29.2998 56 -71.4004 +c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002 +c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" /> + <glyph glyph-name="surprise" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 168c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64 +s-64 28.7002 -64 64s28.7002 64 64 64zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" /> + <glyph glyph-name="tired" unicode="" horiz-adv-x="496" +d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5 +l-33.6006 -40.2998l33.6006 -40.2998c3.7998 -4.5 3.7002 -11 -0.100586 -15.5c-3.5 -4.10059 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 2.90039 11.5 1.90039 15.2998 -2.5z +M220 240c0 -4.2002 -2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7998 -1.60059 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7998 4.5 -3.7002 11 0.100586 15.5 +c3.7998 4.40039 10.2998 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998zM248 176c45.4004 0 100.9 -38.2998 107.8 -93.2998c1.5 -11.9004 -7 -21.6006 -15.5 -17.9004c-22.7002 9.7002 -56.2998 15.2002 -92.2998 15.2002 +s-69.5996 -5.5 -92.2998 -15.2002c-8.60059 -3.7002 -17 6.10059 -15.5 17.9004c6.89941 55 62.3994 93.2998 107.8 93.2998z" /> + </font> +</defs></svg> diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.ttf b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.ttf new file mode 100644 index 0000000000000000000000000000000000000000..5267d851bfddeccd65eb8e1a71f6d9a372be08e3 GIT binary patch literal 34096 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 ab8}uo`1`vvze1ky_aFOntn%d7?*9u)_I!*0 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff new file mode 100644 index 0000000000000000000000000000000000000000..f513c1c3c24f6a3de49d37f12692bde7ef83e1fc GIT binary patch literal 16804 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 literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff2 b/public/vendor/plugins/fomantic/themes/default/assets/fonts/outline-icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..2e72e872c61b8a0b541de0a009ffeb8f538cbf5a GIT binary patch literal 13584 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 WHdrvLEDIs3sRnCWlnnbyiU9zl#y(5{ literal 0 HcmV?d00001 diff --git a/public/vendor/plugins/semantic/themes/default/assets/images/flags.png b/public/vendor/plugins/fomantic/themes/default/assets/images/flags.png similarity index 100% rename from public/vendor/plugins/semantic/themes/default/assets/images/flags.png rename to public/vendor/plugins/fomantic/themes/default/assets/images/flags.png diff --git a/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf b/public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons-local.ttf similarity index 100% rename from public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf rename to public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons-local.ttf diff --git a/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg b/public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.svg similarity index 100% rename from public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg rename to public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.svg diff --git a/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf b/public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.ttf similarity index 100% rename from public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf rename to public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.ttf diff --git a/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff b/public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.woff similarity index 100% rename from public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff rename to public/vendor/plugins/fomantic/themes/github/assets/fonts/octicons.woff diff --git a/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.eot b/public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.eot similarity index 100% rename from public/vendor/plugins/semantic/themes/material/assets/fonts/icons.eot rename to public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.eot diff --git a/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.svg b/public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.svg similarity index 100% rename from public/vendor/plugins/semantic/themes/material/assets/fonts/icons.svg rename to public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.svg diff --git a/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.ttf b/public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.ttf similarity index 100% rename from public/vendor/plugins/semantic/themes/material/assets/fonts/icons.ttf rename to public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.ttf diff --git a/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff b/public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.woff similarity index 100% rename from public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff rename to public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.woff diff --git a/public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff2 b/public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.woff2 similarity index 100% rename from public/vendor/plugins/semantic/themes/material/assets/fonts/icons.woff2 rename to public/vendor/plugins/fomantic/themes/material/assets/fonts/icons.woff2 diff --git a/public/vendor/plugins/semantic/LICENSE b/public/vendor/plugins/semantic/LICENSE deleted file mode 100644 index 0374ebc839..0000000000 --- a/public/vendor/plugins/semantic/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -The MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the 'Software'), to deal in the -Software without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the -Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/public/vendor/plugins/semantic/semantic.min.css b/public/vendor/plugins/semantic/semantic.min.css deleted file mode 100644 index c7ccdedac1..0000000000 --- a/public/vendor/plugins/semantic/semantic.min.css +++ /dev/null @@ -1,419 +0,0 @@ - /* - * # Semantic UI - 2.3.1 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ -/* lato-regular - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 400; - src: url('../../assets/lato-fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */ - src: local('Lato Regular'), local('Lato-Regular'), - url('../../assets/lato-fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../assets/lato-fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../../assets/lato-fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ -} - -/* lato-italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: 400; - src: url('../../assets/lato-fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */ - src: local('Lato Italic'), local('Lato-Italic'), - url('../../assets/lato-fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../assets/lato-fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../../assets/lato-fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */ -} - -/* lato-700 - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 700; - src: url('../../assets/lato-fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */ - src: local('Lato Bold'), local('Lato-Bold'), - url('../../assets/lato-fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../assets/lato-fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../../assets/lato-fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ -} - -/* lato-700italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: 700; - src: url('../../assets/lato-fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */ - src: local('Lato Bold Italic'), local('Lato-BoldItalic'), - url('../../assets/lato-fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../assets/lato-fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */ - url('../../assets/lato-fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../../assets/lato-fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */ -} -/*! - * # Semantic UI 2.3.1 - Reset - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*! - * # Semantic UI 2.3.1 - Site - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#fff;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.28571429em;margin:calc(2rem - .14285714em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#4183c4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}body ::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}body ::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}body ::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);-webkit-transition:color .2s ease;transition:color .2s ease}body ::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.15)}body ::-webkit-scrollbar-thumb:hover{background:rgba(128,135,139,.8)}body .ui.inverted::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}body .ui.inverted::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}body .ui.inverted::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}body .ui.inverted::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}/*! - * # Semantic UI 2.3.1 - Button - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2 none;color:rgba(0,0,0,.6);font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em .78571429em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#cacbcd;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:''!important;-webkit-box-shadow:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:'';color:rgba(0,0,0,.9);-webkit-box-shadow:0 0 0 1px transparent inset,none;box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#c0c1c2;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em}.ui.animated.button .hidden.content{position:absolute;width:100%}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button .visible.content{left:auto;right:0}.ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.inverted.button{-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;background:transparent none;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px 0}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button:hover{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active,.ui.inverted.button:focus{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;-webkit-box-shadow:0 0 0 2px #dcddde inset!important;box-shadow:0 0 0 2px #dcddde inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#55acee;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#35a2f4;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#2795e9;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dd4b39;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#e0321c;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#c23321;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#1f88be;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#fff;text-shadow:none}.ui.youtube.button{background-color:red;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#e60000;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#c00;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#bd081c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#ac0013;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#8c0615;color:#fff;text-shadow:none}.ui.vk.button{background-color:#4d7198;color:#fff;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#fff}.ui.vk.button:active{background-color:#3c5876;color:#fff}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button:not(.icon)>.icon:not(.button):not(.dropdown){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em .58928571em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em .58928571em .58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em .58928571em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.78571429rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em .78571429em .78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0!important;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:transparent none!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.buttons .button{border-radius:0}.ui.basic.button:hover,.ui.basic.buttons .button:hover{background:#fff!important;color:rgba(0,0,0,.8)!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:focus,.ui.basic.buttons .button:focus{background:#fff!important;color:rgba(0,0,0,.8)!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8!important;color:rgba(0,0,0,.9)!important;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;-webkit-box-shadow:''!important;box-shadow:''!important;color:rgba(0,0,0,.95)!important}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{-webkit-box-shadow:''!important;box-shadow:''!important}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#f9fafb!important;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:hover{color:#fff!important;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.buttons .button:focus{color:#fff!important;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#fff!important;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#fff;text-shadow:none;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.7) inset;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-left:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none}.ui.basic.vertical.buttons .button{border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';-webkit-box-shadow:-1px 0 0 0 transparent inset;box-shadow:-1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;-webkit-box-shadow:1px 0 0 0 transparent inset;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:0;border-top-left-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0;border-bottom-left-radius:.28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15)!important;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child{border-radius:0}.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem 0}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem 0}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{-webkit-box-shadow:0 0 0 1px #1b1c1d inset!important;box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #2f3032 inset!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0f0f10 inset!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset!important;box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset!important;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.button:focus,.ui.inverted.black.buttons .button:focus{background-color:#000}.ui.inverted.black.active.button,.ui.inverted.black.buttons .active.button{background-color:#000}.ui.inverted.black.button:active,.ui.inverted.black.buttons .button:active{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{-webkit-box-shadow:0 0 0 1px #767676 inset!important;box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #838383 inset!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #8a8a8a inset!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #696969 inset!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{-webkit-box-shadow:0 0 0 1px #909090 inset!important;box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset!important;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #cfd0d2 inset!important;box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c7c9cb inset!important;box-shadow:0 0 0 2px #c7c9cb inset!important;color:#dcddde!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cfd0d2 inset!important;box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #c2c4c5 inset!important;box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#fff!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{-webkit-box-shadow:0 0 0 1px #a5673f inset!important;box-shadow:0 0 0 1px #a5673f inset!important;color:#a5673f!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #975b33 inset!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #90532b inset!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #995a31 inset!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{-webkit-box-shadow:0 0 0 1px #805031 inset!important;box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d67c1c inset!important;box-shadow:0 0 0 2px #d67c1c inset!important;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #c86f11 inset!important;box-shadow:0 0 0 2px #c86f11 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c16808 inset!important;box-shadow:0 0 0 2px #c16808 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cc6f0d inset!important;box-shadow:0 0 0 2px #cc6f0d inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #a96216 inset!important;box-shadow:0 0 0 2px #a96216 inset!important;color:#d67c1c!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{-webkit-box-shadow:0 0 0 1px #2185d0 inset!important;box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1678c2 inset!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0d71bb inset!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1279c6 inset!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset!important;box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #54c8ff inset!important;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #2bbbff inset!important;box-shadow:0 0 0 2px #2bbbff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #21b8ff inset!important;box-shadow:0 0 0 2px #21b8ff inset!important;color:#54c8ff!important}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{-webkit-box-shadow:0 0 0 1px #21ba45 inset!important;box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #16ab39 inset!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0ea432 inset!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #13ae38 inset!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset!important;box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #2ecc40 inset!important;box-shadow:0 0 0 2px #2ecc40 inset!important;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #22be34 inset!important;box-shadow:0 0 0 2px #22be34 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #19b82b inset!important;box-shadow:0 0 0 2px #19b82b inset!important;color:#2ecc40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #1fc231 inset!important;box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #25a233 inset!important;box-shadow:0 0 0 2px #25a233 inset!important;color:#2ecc40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{-webkit-box-shadow:0 0 0 1px #f2711c inset!important;box-shadow:0 0 0 1px #f2711c inset!important;color:#f2711c!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #f26202 inset!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e55b00 inset!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #f56100 inset!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cf590c inset!important;box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff851b inset!important;box-shadow:0 0 0 2px #ff851b inset!important;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff7701 inset!important;box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f17000 inset!important;box-shadow:0 0 0 2px #f17000 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff7701 inset!important;box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #e76b00 inset!important;box-shadow:0 0 0 2px #e76b00 inset!important;color:#ff851b!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{-webkit-box-shadow:0 0 0 1px #e03997 inset!important;box-shadow:0 0 0 1px #e03997 inset!important;color:#e03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e61a8d inset!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e10f85 inset!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ea158d inset!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{-webkit-box-shadow:0 0 0 1px #c71f7e inset!important;box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff8edf inset!important;box-shadow:0 0 0 2px #ff8edf inset!important;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff74d8 inset!important;box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff65d3 inset!important;box-shadow:0 0 0 2px #ff65d3 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff74d8 inset!important;box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff5bd1 inset!important;box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#ff8edf!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{-webkit-box-shadow:0 0 0 1px #6435c9 inset!important;box-shadow:0 0 0 1px #6435c9 inset!important;color:#6435c9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #5829bb inset!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #4f20b5 inset!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #5626bf inset!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{-webkit-box-shadow:0 0 0 1px #502aa1 inset!important;box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #a291fb inset!important;box-shadow:0 0 0 2px #a291fb inset!important;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #8a73ff inset!important;box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #7d64ff inset!important;box-shadow:0 0 0 2px #7d64ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #8a73ff inset!important;box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #7860f9 inset!important;box-shadow:0 0 0 2px #7860f9 inset!important;color:#a291fb!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{-webkit-box-shadow:0 0 0 1px #a333c8 inset!important;box-shadow:0 0 0 1px #a333c8 inset!important;color:#a333c8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #9627ba inset!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #8f1eb4 inset!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #9724be inset!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{-webkit-box-shadow:0 0 0 1px #82299f inset!important;box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #dc73ff inset!important;box-shadow:0 0 0 2px #dc73ff inset!important;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #d65aff inset!important;box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #d24aff inset!important;box-shadow:0 0 0 2px #d24aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #d65aff inset!important;box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cf40ff inset!important;box-shadow:0 0 0 2px #cf40ff inset!important;color:#dc73ff!important}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{-webkit-box-shadow:0 0 0 1px #db2828 inset!important;box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d01919 inset!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ca1010 inset!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d41515 inset!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset!important;box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff695e inset!important;box-shadow:0 0 0 2px #ff695e inset!important;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff5144 inset!important;box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff4335 inset!important;box-shadow:0 0 0 2px #ff4335 inset!important;color:#ff695e!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff5144 inset!important;box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff392b inset!important;box-shadow:0 0 0 2px #ff392b inset!important;color:#ff695e!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{-webkit-box-shadow:0 0 0 1px #00b5ad inset!important;box-shadow:0 0 0 1px #00b5ad inset!important;color:#00b5ad!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #009c95 inset!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #008c86 inset!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #009c95 inset!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{-webkit-box-shadow:0 0 0 1px #00827c inset!important;box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #6dffff inset!important;box-shadow:0 0 0 2px #6dffff inset!important;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #54ffff inset!important;box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #4ff inset!important;box-shadow:0 0 0 2px #4ff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #54ffff inset!important;box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #3affff inset!important;box-shadow:0 0 0 2px #3affff inset!important;color:#6dffff!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{-webkit-box-shadow:0 0 0 1px #b5cc18 inset!important;box-shadow:0 0 0 1px #b5cc18 inset!important;color:#b5cc18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #a7bd0d inset!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #a0b605 inset!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #aac109 inset!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #8d9e13 inset!important;box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d9e778 inset!important;box-shadow:0 0 0 2px #d9e778 inset!important;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #d8ea5c inset!important;box-shadow:0 0 0 2px #d8ea5c inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #daef47 inset!important;box-shadow:0 0 0 2px #daef47 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #daed59 inset!important;box-shadow:0 0 0 2px #daed59 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cddf4d inset!important;box-shadow:0 0 0 2px #cddf4d inset!important;color:#d9e778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{-webkit-box-shadow:0 0 0 1px #fbbd08 inset!important;box-shadow:0 0 0 1px #fbbd08 inset!important;color:#fbbd08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #eaae00 inset!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #daa300 inset!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #eaae00 inset!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cd9903 inset!important;box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ffe21f inset!important;box-shadow:0 0 0 2px #ffe21f inset!important;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ffdf05 inset!important;box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f5d500 inset!important;box-shadow:0 0 0 2px #f5d500 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ffdf05 inset!important;box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ebcd00 inset!important;box-shadow:0 0 0 2px #ebcd00 inset!important;color:#ffe21f!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{-webkit-box-shadow:0 0 0 1px #2185d0 inset!important;box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1678c2 inset!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0d71bb inset!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1279c6 inset!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset!important;box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{-webkit-box-shadow:0 0 0 1px #1b1c1d inset!important;box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #2e3032 inset!important;box-shadow:0 0 0 1px #2e3032 inset!important;color:#27292a!important}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#343637!important}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset!important;box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{-webkit-box-shadow:0 0 0 1px #21ba45 inset!important;box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #16ab39 inset!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0ea432 inset!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #13ae38 inset!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset!important;box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{-webkit-box-shadow:0 0 0 1px #db2828 inset!important;box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d01919 inset!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ca1010 inset!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d41515 inset!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset!important;box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){-webkit-box-shadow:none;box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.ui.vertical.buttons .button:first-child{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.vertical.buttons .button:last-child{margin-bottom:0;border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons .button:only-child{border-radius:.28571429rem}/*! - * # Semantic UI 2.3.1 - Container - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container{width:auto!important}.ui.relaxed.grid.container{width:auto!important}.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px!important;line-height:1.5}.ui.text.container{font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}/*! - * # Semantic UI 2.3.1 - Divider - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0%;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:static;left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}/*! - * # Semantic UI 2.3.1 - Flag - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) no-repeat -108px -1976px;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.england:before,i.flag.gb.eng:before{background-position:0 -1690px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-73px -1821px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}/*! - * # Semantic UI 2.3.1 - Header - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.header{border:none;margin:calc(2rem - .14285714em) 0 1rem;padding:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;line-height:1.28571429em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285714em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;font-size:1rem;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:0;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.14285714em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.71428571rem}h3.ui.header{font-size:1.28571429rem}h4.ui.header{font-size:1.07142857rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header{font-size:1.14285714rem}h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header{font-size:1rem}h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.71428571em}.ui.medium.header{font-size:1.28571429em}.ui.small.header{font-size:1.07142857em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header{font-size:1.14285714rem}.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header{font-size:1rem}.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;font-size:.85714286em;text-transform:uppercase;color:''}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block;padding:0}.ui.icon.header .circular.icon{font-size:2em}.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:#545454 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#545454 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));-webkit-box-shadow:none;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:#545454 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#545454 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));-webkit-box-shadow:none;box-shadow:none}.ui.inverted.block.header{border-bottom:none}.ui.red.header{color:#db2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #db2828}.ui.inverted.red.header{color:#ff695e!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#f2711c!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #f2711c}.ui.inverted.orange.header{color:#ff851b!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#b5cc18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header{color:#d9e778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#fbbd08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #fbbd08}.ui.inverted.yellow.header{color:#ffe21f!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21ba45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21ba45}.ui.inverted.green.header{color:#2ecc40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00b5ad!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00b5ad}.ui.inverted.teal.header{color:#6dffff!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185d0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.blue.header{color:#54c8ff!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435c9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header{color:#a291fb!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#a333c8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #a333c8}.ui.inverted.purple.header{color:#dc73ff!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#e03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #e03997}.ui.inverted.pink.header{color:#ff8edf!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#a5673f!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header{color:#d67c1c!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#dcddde!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#f3f4f5;padding:.78571429rem 1rem;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}/*! - * # Semantic UI 2.3.1 - Icon - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.icon.hover{opacity:1!important}i.icon.active{opacity:1!important}i.emphasized.icon{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0!important}i.link.icon,i.link.icons{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .top.right.corner.icon{top:0;left:auto;right:0;bottom:auto}i.icons .top.left.corner.icon{top:0;left:0;right:auto;bottom:auto}i.icons .bottom.left.corner.icon{top:auto;left:0;right:auto;bottom:0}i.icons .bottom.right.corner.icon{top:auto;left:auto;right:0;bottom:0}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.\35 00px:before{content:"\f26e"}i.icon.accessible.icon:before{content:"\f368"}i.icon.accusoft:before{content:"\f369"}i.icon.address.book:before{content:"\f2b9"}i.icon.address.card:before{content:"\f2bb"}i.icon.adjust:before{content:"\f042"}i.icon.adn:before{content:"\f170"}i.icon.adversal:before{content:"\f36a"}i.icon.affiliatetheme:before{content:"\f36b"}i.icon.algolia:before{content:"\f36c"}i.icon.align.center:before{content:"\f037"}i.icon.align.justify:before{content:"\f039"}i.icon.align.left:before{content:"\f036"}i.icon.align.right:before{content:"\f038"}i.icon.amazon:before{content:"\f270"}i.icon.amazon.pay:before{content:"\f42c"}i.icon.ambulance:before{content:"\f0f9"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.amilia:before{content:"\f36d"}i.icon.anchor:before{content:"\f13d"}i.icon.android:before{content:"\f17b"}i.icon.angellist:before{content:"\f209"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.down:before{content:"\f107"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angrycreative:before{content:"\f36e"}i.icon.angular:before{content:"\f420"}i.icon.app.store:before{content:"\f36f"}i.icon.app.store.ios:before{content:"\f370"}i.icon.apper:before{content:"\f371"}i.icon.apple:before{content:"\f179"}i.icon.apple.pay:before{content:"\f415"}i.icon.archive:before{content:"\f187"}i.icon.arrow.alternate.circle.down:before{content:"\f358"}i.icon.arrow.alternate.circle.left:before{content:"\f359"}i.icon.arrow.alternate.circle.right:before{content:"\f35a"}i.icon.arrow.alternate.circle.up:before{content:"\f35b"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.down:before{content:"\f063"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrows.alternate:before{content:"\f0b2"}i.icon.arrows.alternate.horizontal:before{content:"\f337"}i.icon.arrows.alternate.vertical:before{content:"\f338"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.asterisk:before{content:"\f069"}i.icon.asymmetrik:before{content:"\f372"}i.icon.at:before{content:"\f1fa"}i.icon.audible:before{content:"\f373"}i.icon.audio.description:before{content:"\f29e"}i.icon.autoprefixer:before{content:"\f41c"}i.icon.avianex:before{content:"\f374"}i.icon.aviato:before{content:"\f421"}i.icon.aws:before{content:"\f375"}i.icon.backward:before{content:"\f04a"}i.icon.balance.scale:before{content:"\f24e"}i.icon.ban:before{content:"\f05e"}i.icon.band.aid:before{content:"\f462"}i.icon.bandcamp:before{content:"\f2d5"}i.icon.barcode:before{content:"\f02a"}i.icon.bars:before{content:"\f0c9"}i.icon.baseball.ball:before{content:"\f433"}i.icon.basketball.ball:before{content:"\f434"}i.icon.bath:before{content:"\f2cd"}i.icon.battery.empty:before{content:"\f244"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.half:before{content:"\f242"}i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.three.quarters:before{content:"\f241"}i.icon.bed:before{content:"\f236"}i.icon.beer:before{content:"\f0fc"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.bell:before{content:"\f0f3"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bicycle:before{content:"\f206"}i.icon.bimobject:before{content:"\f378"}i.icon.binoculars:before{content:"\f1e5"}i.icon.birthday.cake:before{content:"\f1fd"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitcoin:before{content:"\f379"}i.icon.bity:before{content:"\f37a"}i.icon.black.tie:before{content:"\f27e"}i.icon.blackberry:before{content:"\f37b"}i.icon.blind:before{content:"\f29d"}i.icon.blogger:before{content:"\f37c"}i.icon.blogger.b:before{content:"\f37d"}i.icon.bluetooth:before{content:"\f293"}i.icon.bluetooth.b:before{content:"\f294"}i.icon.bold:before{content:"\f032"}i.icon.bolt:before{content:"\f0e7"}i.icon.bomb:before{content:"\f1e2"}i.icon.book:before{content:"\f02d"}i.icon.bookmark:before{content:"\f02e"}i.icon.bowling.ball:before{content:"\f436"}i.icon.box:before{content:"\f466"}i.icon.boxes:before{content:"\f468"}i.icon.braille:before{content:"\f2a1"}i.icon.briefcase:before{content:"\f0b1"}i.icon.btc:before{content:"\f15a"}i.icon.bug:before{content:"\f188"}i.icon.building:before{content:"\f1ad"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bullseye:before{content:"\f140"}i.icon.buromobelexperte:before{content:"\f37f"}i.icon.bus:before{content:"\f207"}i.icon.buysellads:before{content:"\f20d"}i.icon.calculator:before{content:"\f1ec"}i.icon.calendar:before{content:"\f133"}i.icon.calendar.alternate:before{content:"\f073"}i.icon.calendar.check:before{content:"\f274"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.times:before{content:"\f273"}i.icon.camera:before{content:"\f030"}i.icon.camera.retro:before{content:"\f083"}i.icon.car:before{content:"\f1b9"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.caret.square.down:before{content:"\f150"}i.icon.caret.square.left:before{content:"\f191"}i.icon.caret.square.right:before{content:"\f152"}i.icon.caret.square.up:before{content:"\f151"}i.icon.caret.up:before{content:"\f0d8"}i.icon.cart.arrow.down:before{content:"\f218"}i.icon.cart.plus:before{content:"\f217"}i.icon.cc.amazon.pay:before{content:"\f42d"}i.icon.cc.amex:before{content:"\f1f3"}i.icon.cc.apple.pay:before{content:"\f416"}i.icon.cc.diners.club:before{content:"\f24c"}i.icon.cc.discover:before{content:"\f1f2"}i.icon.cc.jcb:before{content:"\f24b"}i.icon.cc.mastercard:before{content:"\f1f1"}i.icon.cc.paypal:before{content:"\f1f4"}i.icon.cc.stripe:before{content:"\f1f5"}i.icon.cc.visa:before{content:"\f1f0"}i.icon.centercode:before{content:"\f380"}i.icon.certificate:before{content:"\f0a3"}i.icon.chart.area:before{content:"\f1fe"}i.icon.chart.bar:before{content:"\f080"}i.icon.chart.line:before{content:"\f201"}i.icon.chart.pie:before{content:"\f200"}i.icon.check:before{content:"\f00c"}i.icon.check.circle:before{content:"\f058"}i.icon.check.square:before{content:"\f14a"}i.icon.chess:before{content:"\f439"}i.icon.chess.bishop:before{content:"\f43a"}i.icon.chess.board:before{content:"\f43c"}i.icon.chess.king:before{content:"\f43f"}i.icon.chess.knight:before{content:"\f441"}i.icon.chess.pawn:before{content:"\f443"}i.icon.chess.queen:before{content:"\f445"}i.icon.chess.rook:before{content:"\f447"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.down:before{content:"\f078"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.chevron.up:before{content:"\f077"}i.icon.child:before{content:"\f1ae"}i.icon.chrome:before{content:"\f268"}i.icon.circle:before{content:"\f111"}i.icon.circle.notch:before{content:"\f1ce"}i.icon.clipboard:before{content:"\f328"}i.icon.clipboard.check:before{content:"\f46c"}i.icon.clipboard.list:before{content:"\f46d"}i.icon.clock:before{content:"\f017"}i.icon.clone:before{content:"\f24d"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.cloud:before{content:"\f0c2"}i.icon.cloudscale:before{content:"\f383"}i.icon.cloudsmith:before{content:"\f384"}i.icon.cloudversify:before{content:"\f385"}i.icon.code:before{content:"\f121"}i.icon.code.branch:before{content:"\f126"}i.icon.codepen:before{content:"\f1cb"}i.icon.codiepie:before{content:"\f284"}i.icon.coffee:before{content:"\f0f4"}i.icon.cog:before{content:"\f013"}i.icon.cogs:before{content:"\f085"}i.icon.columns:before{content:"\f0db"}i.icon.comment:before{content:"\f075"}i.icon.comment.alternate:before{content:"\f27a"}i.icon.comments:before{content:"\f086"}i.icon.compass:before{content:"\f14e"}i.icon.compress:before{content:"\f066"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.contao:before{content:"\f26d"}i.icon.copy:before{content:"\f0c5"}i.icon.copyright:before{content:"\f1f9"}i.icon.cpanel:before{content:"\f388"}i.icon.creative.commons:before{content:"\f25e"}i.icon.credit.card:before{content:"\f09d"}i.icon.crop:before{content:"\f125"}i.icon.crosshairs:before{content:"\f05b"}i.icon.css3:before{content:"\f13c"}i.icon.css3.alternate:before{content:"\f38b"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.cut:before{content:"\f0c4"}i.icon.cuttlefish:before{content:"\f38c"}i.icon.d.and.d:before{content:"\f38d"}i.icon.dashcube:before{content:"\f210"}i.icon.database:before{content:"\f1c0"}i.icon.deaf:before{content:"\f2a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.deploydog:before{content:"\f38e"}i.icon.deskpro:before{content:"\f38f"}i.icon.desktop:before{content:"\f108"}i.icon.deviantart:before{content:"\f1bd"}i.icon.digg:before{content:"\f1a6"}i.icon.digital.ocean:before{content:"\f391"}i.icon.discord:before{content:"\f392"}i.icon.discourse:before{content:"\f393"}i.icon.dna:before{content:"\f471"}i.icon.dochub:before{content:"\f394"}i.icon.docker:before{content:"\f395"}i.icon.dollar.sign:before{content:"\f155"}i.icon.dolly:before{content:"\f472"}i.icon.dolly.flatbed:before{content:"\f474"}i.icon.dot.circle:before{content:"\f192"}i.icon.download:before{content:"\f019"}i.icon.draft2digital:before{content:"\f396"}i.icon.dribbble:before{content:"\f17d"}i.icon.dribbble.square:before{content:"\f397"}i.icon.dropbox:before{content:"\f16b"}i.icon.drupal:before{content:"\f1a9"}i.icon.dyalog:before{content:"\f399"}i.icon.earlybirds:before{content:"\f39a"}i.icon.edge:before{content:"\f282"}i.icon.edit:before{content:"\f044"}i.icon.eject:before{content:"\f052"}i.icon.elementor:before{content:"\f430"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.ember:before{content:"\f423"}i.icon.empire:before{content:"\f1d1"}i.icon.envelope:before{content:"\f0e0"}i.icon.envelope.open:before{content:"\f2b6"}i.icon.envelope.square:before{content:"\f199"}i.icon.envira:before{content:"\f299"}i.icon.eraser:before{content:"\f12d"}i.icon.erlang:before{content:"\f39d"}i.icon.ethereum:before{content:"\f42e"}i.icon.etsy:before{content:"\f2d7"}i.icon.euro.sign:before{content:"\f153"}i.icon.exchange.alternate:before{content:"\f362"}i.icon.exclamation:before{content:"\f12a"}i.icon.exclamation.circle:before{content:"\f06a"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.expand:before{content:"\f065"}i.icon.expand.arrows.alternate:before{content:"\f31e"}i.icon.expeditedssl:before{content:"\f23e"}i.icon.external.alternate:before{content:"\f35d"}i.icon.external.square.alternate:before{content:"\f360"}i.icon.eye:before{content:"\f06e"}i.icon.eye.dropper:before{content:"\f1fb"}i.icon.eye.slash:before{content:"\f070"}i.icon.facebook:before{content:"\f09a"}i.icon.facebook.f:before{content:"\f39e"}i.icon.facebook.messenger:before{content:"\f39f"}i.icon.facebook.square:before{content:"\f082"}i.icon.fast.backward:before{content:"\f049"}i.icon.fast.forward:before{content:"\f050"}i.icon.fax:before{content:"\f1ac"}i.icon.female:before{content:"\f182"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.file:before{content:"\f15b"}i.icon.file.alternate:before{content:"\f15c"}i.icon.file.archive:before{content:"\f1c6"}i.icon.file.audio:before{content:"\f1c7"}i.icon.file.code:before{content:"\f1c9"}i.icon.file.excel:before{content:"\f1c3"}i.icon.file.image:before{content:"\f1c5"}i.icon.file.pdf:before{content:"\f1c1"}i.icon.file.powerpoint:before{content:"\f1c4"}i.icon.file.video:before{content:"\f1c8"}i.icon.file.word:before{content:"\f1c2"}i.icon.film:before{content:"\f008"}i.icon.filter:before{content:"\f0b0"}i.icon.fire:before{content:"\f06d"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.firefox:before{content:"\f269"}i.icon.first.aid:before{content:"\f479"}i.icon.first.order:before{content:"\f2b0"}i.icon.firstdraft:before{content:"\f3a1"}i.icon.flag:before{content:"\f024"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.flask:before{content:"\f0c3"}i.icon.flickr:before{content:"\f16e"}i.icon.flipboard:before{content:"\f44d"}i.icon.fly:before{content:"\f417"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.font:before{content:"\f031"}i.icon.font.awesome:before{content:"\f2b4"}i.icon.font.awesome.alternate:before{content:"\f35c"}i.icon.font.awesome.flag:before{content:"\f425"}i.icon.fonticons:before{content:"\f280"}i.icon.fonticons.fi:before{content:"\f3a2"}i.icon.football.ball:before{content:"\f44e"}i.icon.fort.awesome:before{content:"\f286"}i.icon.fort.awesome.alternate:before{content:"\f3a3"}i.icon.forumbee:before{content:"\f211"}i.icon.forward:before{content:"\f04e"}i.icon.foursquare:before{content:"\f180"}i.icon.free.code.camp:before{content:"\f2c5"}i.icon.freebsd:before{content:"\f3a4"}i.icon.frown:before{content:"\f119"}i.icon.futbol:before{content:"\f1e3"}i.icon.gamepad:before{content:"\f11b"}i.icon.gavel:before{content:"\f0e3"}i.icon.gem:before{content:"\f3a5"}i.icon.genderless:before{content:"\f22d"}i.icon.get.pocket:before{content:"\f265"}i.icon.gg:before{content:"\f260"}i.icon.gg.circle:before{content:"\f261"}i.icon.gift:before{content:"\f06b"}i.icon.git:before{content:"\f1d3"}i.icon.git.square:before{content:"\f1d2"}i.icon.github:before{content:"\f09b"}i.icon.github.alternate:before{content:"\f113"}i.icon.github.square:before{content:"\f092"}i.icon.gitkraken:before{content:"\f3a6"}i.icon.gitlab:before{content:"\f296"}i.icon.gitter:before{content:"\f426"}i.icon.glass.martini:before{content:"\f000"}i.icon.glide:before{content:"\f2a5"}i.icon.glide.g:before{content:"\f2a6"}i.icon.globe:before{content:"\f0ac"}i.icon.gofore:before{content:"\f3a7"}i.icon.golf.ball:before{content:"\f450"}i.icon.goodreads:before{content:"\f3a8"}i.icon.goodreads.g:before{content:"\f3a9"}i.icon.google:before{content:"\f1a0"}i.icon.google.drive:before{content:"\f3aa"}i.icon.google.play:before{content:"\f3ab"}i.icon.google.plus:before{content:"\f2b3"}i.icon.google.plus.g:before{content:"\f0d5"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.graduation.cap:before{content:"\f19d"}i.icon.gratipay:before{content:"\f184"}i.icon.grav:before{content:"\f2d6"}i.icon.gripfire:before{content:"\f3ac"}i.icon.grunt:before{content:"\f3ad"}i.icon.gulp:before{content:"\f3ae"}i.icon.h.square:before{content:"\f0fd"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.hacker.news.square:before{content:"\f3af"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.point.down:before{content:"\f0a7"}i.icon.hand.point.left:before{content:"\f0a5"}i.icon.hand.point.right:before{content:"\f0a4"}i.icon.hand.point.up:before{content:"\f0a6"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.spock:before{content:"\f259"}i.icon.handshake:before{content:"\f2b5"}i.icon.hashtag:before{content:"\f292"}i.icon.hdd:before{content:"\f0a0"}i.icon.heading:before{content:"\f1dc"}i.icon.headphones:before{content:"\f025"}i.icon.heart:before{content:"\f004"}i.icon.heartbeat:before{content:"\f21e"}i.icon.hips:before{content:"\f452"}i.icon.hire.a.helper:before{content:"\f3b0"}i.icon.history:before{content:"\f1da"}i.icon.hockey.puck:before{content:"\f453"}i.icon.home:before{content:"\f015"}i.icon.hooli:before{content:"\f427"}i.icon.hospital:before{content:"\f0f8"}i.icon.hospital.symbol:before{content:"\f47e"}i.icon.hotjar:before{content:"\f3b1"}i.icon.hourglass:before{content:"\f254"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.start:before{content:"\f251"}i.icon.houzz:before{content:"\f27c"}i.icon.html5:before{content:"\f13b"}i.icon.hubspot:before{content:"\f3b2"}i.icon.i.cursor:before{content:"\f246"}i.icon.id.badge:before{content:"\f2c1"}i.icon.id.card:before{content:"\f2c2"}i.icon.image:before{content:"\f03e"}i.icon.images:before{content:"\f302"}i.icon.imdb:before{content:"\f2d8"}i.icon.inbox:before{content:"\f01c"}i.icon.indent:before{content:"\f03c"}i.icon.industry:before{content:"\f275"}i.icon.info:before{content:"\f129"}i.icon.info.circle:before{content:"\f05a"}i.icon.instagram:before{content:"\f16d"}i.icon.internet.explorer:before{content:"\f26b"}i.icon.ioxhost:before{content:"\f208"}i.icon.italic:before{content:"\f033"}i.icon.itunes:before{content:"\f3b4"}i.icon.itunes.note:before{content:"\f3b5"}i.icon.jenkins:before{content:"\f3b6"}i.icon.joget:before{content:"\f3b7"}i.icon.joomla:before{content:"\f1aa"}i.icon.js:before{content:"\f3b8"}i.icon.js.square:before{content:"\f3b9"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.key:before{content:"\f084"}i.icon.keyboard:before{content:"\f11c"}i.icon.keycdn:before{content:"\f3ba"}i.icon.kickstarter:before{content:"\f3bb"}i.icon.kickstarter.k:before{content:"\f3bc"}i.icon.korvue:before{content:"\f42f"}i.icon.language:before{content:"\f1ab"}i.icon.laptop:before{content:"\f109"}i.icon.laravel:before{content:"\f3bd"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.leaf:before{content:"\f06c"}i.icon.leanpub:before{content:"\f212"}i.icon.lemon:before{content:"\f094"}i.icon.less:before{content:"\f41d"}i.icon.level.down.alternate:before{content:"\f3be"}i.icon.level.up.alternate:before{content:"\f3bf"}i.icon.life.ring:before{content:"\f1cd"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.linechat:before{content:"\f3c0"}i.icon.linkify:before{content:"\f0c1"}i.icon.linkedin:before{content:"\f08c"}i.icon.linkedin.in:before{content:"\f0e1"}i.icon.linode:before{content:"\f2b8"}i.icon.linux:before{content:"\f17c"}i.icon.lira.sign:before{content:"\f195"}i.icon.list:before{content:"\f03a"}i.icon.list.alternate:before{content:"\f022"}i.icon.list.ol:before{content:"\f0cb"}i.icon.list.ul:before{content:"\f0ca"}i.icon.location.arrow:before{content:"\f124"}i.icon.lock:before{content:"\f023"}i.icon.lock.open:before{content:"\f3c1"}i.icon.long.arrow.alternate.down:before{content:"\f309"}i.icon.long.arrow.alternate.left:before{content:"\f30a"}i.icon.long.arrow.alternate.right:before{content:"\f30b"}i.icon.long.arrow.alternate.up:before{content:"\f30c"}i.icon.low.vision:before{content:"\f2a8"}i.icon.lyft:before{content:"\f3c3"}i.icon.magento:before{content:"\f3c4"}i.icon.magic:before{content:"\f0d0"}i.icon.magnet:before{content:"\f076"}i.icon.male:before{content:"\f183"}i.icon.map:before{content:"\f279"}i.icon.map.marker:before{content:"\f041"}i.icon.map.marker.alternate:before{content:"\f3c5"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.mars:before{content:"\f222"}i.icon.mars.double:before{content:"\f227"}i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.maxcdn:before{content:"\f136"}i.icon.medapps:before{content:"\f3c6"}i.icon.medium:before{content:"\f23a"}i.icon.medium.m:before{content:"\f3c7"}i.icon.medkit:before{content:"\f0fa"}i.icon.medrt:before{content:"\f3c8"}i.icon.meetup:before{content:"\f2e0"}i.icon.meh:before{content:"\f11a"}i.icon.mercury:before{content:"\f223"}i.icon.microchip:before{content:"\f2db"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.microsoft:before{content:"\f3ca"}i.icon.minus:before{content:"\f068"}i.icon.minus.circle:before{content:"\f056"}i.icon.minus.square:before{content:"\f146"}i.icon.mix:before{content:"\f3cb"}i.icon.mixcloud:before{content:"\f289"}i.icon.mizuni:before{content:"\f3cc"}i.icon.mobile:before{content:"\f10b"}i.icon.mobile.alternate:before{content:"\f3cd"}i.icon.modx:before{content:"\f285"}i.icon.monero:before{content:"\f3d0"}i.icon.money.bill.alternate:before{content:"\f3d1"}i.icon.moon:before{content:"\f186"}i.icon.motorcycle:before{content:"\f21c"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.music:before{content:"\f001"}i.icon.napster:before{content:"\f3d2"}i.icon.neuter:before{content:"\f22c"}i.icon.newspaper:before{content:"\f1ea"}i.icon.nintendo.switch:before{content:"\f418"}i.icon.node:before{content:"\f419"}i.icon.node.js:before{content:"\f3d3"}i.icon.npm:before{content:"\f3d4"}i.icon.ns8:before{content:"\f3d5"}i.icon.nutritionix:before{content:"\f3d6"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.odnoklassniki:before{content:"\f263"}i.icon.odnoklassniki.square:before{content:"\f264"}i.icon.opencart:before{content:"\f23d"}i.icon.openid:before{content:"\f19b"}i.icon.opera:before{content:"\f26a"}i.icon.optin.monster:before{content:"\f23c"}i.icon.osi:before{content:"\f41a"}i.icon.outdent:before{content:"\f03b"}i.icon.page4:before{content:"\f3d7"}i.icon.pagelines:before{content:"\f18c"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.palfed:before{content:"\f3d8"}i.icon.pallet:before{content:"\f482"}i.icon.paper.plane:before{content:"\f1d8"}i.icon.paperclip:before{content:"\f0c6"}i.icon.paragraph:before{content:"\f1dd"}i.icon.paste:before{content:"\f0ea"}i.icon.patreon:before{content:"\f3d9"}i.icon.pause:before{content:"\f04c"}i.icon.pause.circle:before{content:"\f28b"}i.icon.paw:before{content:"\f1b0"}i.icon.paypal:before{content:"\f1ed"}i.icon.pen.square:before{content:"\f14b"}i.icon.pencil.alternate:before{content:"\f303"}i.icon.percent:before{content:"\f295"}i.icon.periscope:before{content:"\f3da"}i.icon.phabricator:before{content:"\f3db"}i.icon.phoenix.framework:before{content:"\f3dc"}i.icon.phone:before{content:"\f095"}i.icon.phone.square:before{content:"\f098"}i.icon.phone.volume:before{content:"\f2a0"}i.icon.php:before{content:"\f457"}i.icon.pied.piper:before{content:"\f2ae"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.pied.piper.pp:before{content:"\f1a7"}i.icon.pills:before{content:"\f484"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.p:before{content:"\f231"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.plane:before{content:"\f072"}i.icon.play:before{content:"\f04b"}i.icon.play.circle:before{content:"\f144"}i.icon.playstation:before{content:"\f3df"}i.icon.plug:before{content:"\f1e6"}i.icon.plus:before{content:"\f067"}i.icon.plus.circle:before{content:"\f055"}i.icon.plus.square:before{content:"\f0fe"}i.icon.podcast:before{content:"\f2ce"}i.icon.pound.sign:before{content:"\f154"}i.icon.power.off:before{content:"\f011"}i.icon.print:before{content:"\f02f"}i.icon.product.hunt:before{content:"\f288"}i.icon.pushed:before{content:"\f3e1"}i.icon.puzzle.piece:before{content:"\f12e"}i.icon.python:before{content:"\f3e2"}i.icon.qq:before{content:"\f1d6"}i.icon.qrcode:before{content:"\f029"}i.icon.question:before{content:"\f128"}i.icon.question.circle:before{content:"\f059"}i.icon.quidditch:before{content:"\f458"}i.icon.quinscape:before{content:"\f459"}i.icon.quora:before{content:"\f2c4"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.random:before{content:"\f074"}i.icon.ravelry:before{content:"\f2d9"}i.icon.react:before{content:"\f41b"}i.icon.rebel:before{content:"\f1d0"}i.icon.recycle:before{content:"\f1b8"}i.icon.redriver:before{content:"\f3e3"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.alien:before{content:"\f281"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.redo:before{content:"\f01e"}i.icon.redo.alternate:before{content:"\f2f9"}i.icon.registered:before{content:"\f25d"}i.icon.rendact:before{content:"\f3e4"}i.icon.renren:before{content:"\f18b"}i.icon.reply:before{content:"\f3e5"}i.icon.reply.all:before{content:"\f122"}i.icon.replyd:before{content:"\f3e6"}i.icon.resolving:before{content:"\f3e7"}i.icon.retweet:before{content:"\f079"}i.icon.road:before{content:"\f018"}i.icon.rocket:before{content:"\f135"}i.icon.rocketchat:before{content:"\f3e8"}i.icon.rockrms:before{content:"\f3e9"}i.icon.rss:before{content:"\f09e"}i.icon.rss.square:before{content:"\f143"}i.icon.ruble.sign:before{content:"\f158"}i.icon.rupee.sign:before{content:"\f156"}i.icon.safari:before{content:"\f267"}i.icon.sass:before{content:"\f41e"}i.icon.save:before{content:"\f0c7"}i.icon.schlix:before{content:"\f3ea"}i.icon.scribd:before{content:"\f28a"}i.icon.search:before{content:"\f002"}i.icon.search.minus:before{content:"\f010"}i.icon.search.plus:before{content:"\f00e"}i.icon.searchengin:before{content:"\f3eb"}i.icon.sellcast:before{content:"\f2da"}i.icon.sellsy:before{content:"\f213"}i.icon.server:before{content:"\f233"}i.icon.servicestack:before{content:"\f3ec"}i.icon.share:before{content:"\f064"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.share.square:before{content:"\f14d"}i.icon.shekel.sign:before{content:"\f20b"}i.icon.shield.alternate:before{content:"\f3ed"}i.icon.ship:before{content:"\f21a"}i.icon.shipping.fast:before{content:"\f48b"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.shower:before{content:"\f2cc"}i.icon.sign.in.alternate:before{content:"\f2f6"}i.icon.sign.language:before{content:"\f2a7"}i.icon.sign.out.alternate:before{content:"\f2f5"}i.icon.signal:before{content:"\f012"}i.icon.simplybuilt:before{content:"\f215"}i.icon.sistrix:before{content:"\f3ee"}i.icon.sitemap:before{content:"\f0e8"}i.icon.skyatlas:before{content:"\f216"}i.icon.skype:before{content:"\f17e"}i.icon.slack:before{content:"\f198"}i.icon.slack.hash:before{content:"\f3ef"}i.icon.sliders.horizontal:before{content:"\f1de"}i.icon.slideshare:before{content:"\f1e7"}i.icon.smile:before{content:"\f118"}i.icon.snapchat:before{content:"\f2ab"}i.icon.snapchat.ghost:before{content:"\f2ac"}i.icon.snapchat.square:before{content:"\f2ad"}i.icon.snowflake:before{content:"\f2dc"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.alphabet.down:before{content:"\f15d"}i.icon.sort.alphabet.up:before{content:"\f15e"}i.icon.sort.amount.down:before{content:"\f160"}i.icon.sort.amount.up:before{content:"\f161"}i.icon.sort.down:before{content:"\f0dd"}i.icon.sort.numeric.down:before{content:"\f162"}i.icon.sort.numeric.up:before{content:"\f163"}i.icon.sort.up:before{content:"\f0de"}i.icon.soundcloud:before{content:"\f1be"}i.icon.space.shuttle:before{content:"\f197"}i.icon.speakap:before{content:"\f3f3"}i.icon.spinner:before{content:"\f110"}i.icon.spotify:before{content:"\f1bc"}i.icon.square:before{content:"\f0c8"}i.icon.square.full:before{content:"\f45c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.star:before{content:"\f005"}i.icon.star.half:before{content:"\f089"}i.icon.staylinked:before{content:"\f3f5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.steam.symbol:before{content:"\f3f6"}i.icon.step.backward:before{content:"\f048"}i.icon.step.forward:before{content:"\f051"}i.icon.stethoscope:before{content:"\f0f1"}i.icon.sticker.mule:before{content:"\f3f7"}i.icon.sticky.note:before{content:"\f249"}i.icon.stop:before{content:"\f04d"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stopwatch:before{content:"\f2f2"}i.icon.strava:before{content:"\f428"}i.icon.street.view:before{content:"\f21d"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.stripe:before{content:"\f429"}i.icon.stripe.s:before{content:"\f42a"}i.icon.studiovinari:before{content:"\f3f8"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.subscript:before{content:"\f12c"}i.icon.subway:before{content:"\f239"}i.icon.suitcase:before{content:"\f0f2"}i.icon.sun:before{content:"\f185"}i.icon.superpowers:before{content:"\f2dd"}i.icon.superscript:before{content:"\f12b"}i.icon.supple:before{content:"\f3f9"}i.icon.sync:before{content:"\f021"}i.icon.sync.alternate:before{content:"\f2f1"}i.icon.syringe:before{content:"\f48e"}i.icon.table:before{content:"\f0ce"}i.icon.table.tennis:before{content:"\f45d"}i.icon.tablet:before{content:"\f10a"}i.icon.tablet.alternate:before{content:"\f3fa"}i.icon.tachometer.alternate:before{content:"\f3fd"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.tasks:before{content:"\f0ae"}i.icon.taxi:before{content:"\f1ba"}i.icon.telegram:before{content:"\f2c6"}i.icon.telegram.plane:before{content:"\f3fe"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.terminal:before{content:"\f120"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.th:before{content:"\f00a"}i.icon.th.large:before{content:"\f009"}i.icon.th.list:before{content:"\f00b"}i.icon.themeisle:before{content:"\f2b2"}i.icon.thermometer:before{content:"\f491"}i.icon.thermometer.empty:before{content:"\f2cb"}i.icon.thermometer.full:before{content:"\f2c7"}i.icon.thermometer.half:before{content:"\f2c9"}i.icon.thermometer.quarter:before{content:"\f2ca"}i.icon.thermometer.three.quarters:before{content:"\f2c8"}i.icon.thumbs.down:before{content:"\f165"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbtack:before{content:"\f08d"}i.icon.ticket.alternate:before{content:"\f3ff"}i.icon.times:before{content:"\f00d"}i.icon.times.circle:before{content:"\f057"}i.icon.tint:before{content:"\f043"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.trademark:before{content:"\f25c"}i.icon.train:before{content:"\f238"}i.icon.transgender:before{content:"\f224"}i.icon.transgender.alternate:before{content:"\f225"}i.icon.trash:before{content:"\f1f8"}i.icon.trash.alternate:before{content:"\f2ed"}i.icon.tree:before{content:"\f1bb"}i.icon.trello:before{content:"\f181"}i.icon.tripadvisor:before{content:"\f262"}i.icon.trophy:before{content:"\f091"}i.icon.truck:before{content:"\f0d1"}i.icon.tty:before{content:"\f1e4"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.tv:before{content:"\f26c"}i.icon.twitch:before{content:"\f1e8"}i.icon.twitter:before{content:"\f099"}i.icon.twitter.square:before{content:"\f081"}i.icon.typo3:before{content:"\f42b"}i.icon.uber:before{content:"\f402"}i.icon.uikit:before{content:"\f403"}i.icon.umbrella:before{content:"\f0e9"}i.icon.underline:before{content:"\f0cd"}i.icon.undo:before{content:"\f0e2"}i.icon.undo.alternate:before{content:"\f2ea"}i.icon.uniregistry:before{content:"\f404"}i.icon.universal.access:before{content:"\f29a"}i.icon.university:before{content:"\f19c"}i.icon.unlink:before{content:"\f127"}i.icon.unlock:before{content:"\f09c"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.untappd:before{content:"\f405"}i.icon.upload:before{content:"\f093"}i.icon.usb:before{content:"\f287"}i.icon.user:before{content:"\f007"}i.icon.user.circle:before{content:"\f2bd"}i.icon.user.md:before{content:"\f0f0"}i.icon.user.plus:before{content:"\f234"}i.icon.user.secret:before{content:"\f21b"}i.icon.user.times:before{content:"\f235"}i.icon.users:before{content:"\f0c0"}i.icon.ussunnah:before{content:"\f407"}i.icon.utensil.spoon:before{content:"\f2e5"}i.icon.utensils:before{content:"\f2e7"}i.icon.vaadin:before{content:"\f408"}i.icon.venus:before{content:"\f221"}i.icon.venus.double:before{content:"\f226"}i.icon.venus.mars:before{content:"\f228"}i.icon.viacoin:before{content:"\f237"}i.icon.viadeo:before{content:"\f2a9"}i.icon.viadeo.square:before{content:"\f2aa"}i.icon.viber:before{content:"\f409"}i.icon.video:before{content:"\f03d"}i.icon.vimeo:before{content:"\f40a"}i.icon.vimeo.square:before{content:"\f194"}i.icon.vimeo.v:before{content:"\f27d"}i.icon.vine:before{content:"\f1ca"}i.icon.vk:before{content:"\f189"}i.icon.vnv:before{content:"\f40b"}i.icon.volleyball.ball:before{content:"\f45f"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.up:before{content:"\f028"}i.icon.vuejs:before{content:"\f41f"}i.icon.warehouse:before{content:"\f494"}i.icon.weibo:before{content:"\f18a"}i.icon.weight:before{content:"\f496"}i.icon.weixin:before{content:"\f1d7"}i.icon.whatsapp:before{content:"\f232"}i.icon.whatsapp.square:before{content:"\f40c"}i.icon.wheelchair:before{content:"\f193"}i.icon.whmcs:before{content:"\f40d"}i.icon.wifi:before{content:"\f1eb"}i.icon.wikipedia.w:before{content:"\f266"}i.icon.window.close:before{content:"\f410"}i.icon.window.maximize:before{content:"\f2d0"}i.icon.window.minimize:before{content:"\f2d1"}i.icon.window.restore:before{content:"\f2d2"}i.icon.windows:before{content:"\f17a"}i.icon.won.sign:before{content:"\f159"}i.icon.wordpress:before{content:"\f19a"}i.icon.wordpress.simple:before{content:"\f411"}i.icon.wpbeginner:before{content:"\f297"}i.icon.wpexplorer:before{content:"\f2de"}i.icon.wpforms:before{content:"\f298"}i.icon.wrench:before{content:"\f0ad"}i.icon.xbox:before{content:"\f412"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.y.combinator:before{content:"\f23b"}i.icon.yahoo:before{content:"\f19e"}i.icon.yandex:before{content:"\f413"}i.icon.yandex.international:before{content:"\f414"}i.icon.yelp:before{content:"\f1e9"}i.icon.yen.sign:before{content:"\f157"}i.icon.yoast:before{content:"\f2b1"}i.icon.youtube:before{content:"\f167"}i.icon.youtube.square:before{content:"\f431"}i.icon.chess.rock:before{content:"\f447"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.user.doctor:before{content:"\f0f0"}i.icon.shield:before{content:"\f3ed"}i.icon.puzzle:before{content:"\f12e"}i.icon.credit.card.amazon.pay:before{content:"\f42d"}i.icon.credit.card.american.express:before{content:"\f1f3"}i.icon.credit.card.diners.club:before{content:"\f24c"}i.icon.credit.card.discover:before{content:"\f1f2"}i.icon.credit.card.jcb:before{content:"\f24b"}i.icon.credit.card.mastercard:before{content:"\f1f1"}i.icon.credit.card.paypal:before{content:"\f1f4"}i.icon.credit.card.stripe:before{content:"\f1f5"}i.icon.credit.card.visa:before{content:"\f1f0"}i.icon.add.circle:before{content:"\f055"}i.icon.add.square:before{content:"\f0fe"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.add.to.cart:before{content:"\f217"}i.icon.add.user:before{content:"\f234"}i.icon.add:before{content:"\f067"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.alarm:before{content:"\f0f3"}i.icon.ald:before{content:"\f2a2"}i.icon.als:before{content:"\f2a2"}i.icon.american.express.card:before{content:"\f1f3"}i.icon.american.express:before{content:"\f1f3"}i.icon.amex:before{content:"\f1f3"}i.icon.announcement:before{content:"\f0a1"}i.icon.area.chart:before{content:"\f1fe"}i.icon.area.graph:before{content:"\f1fe"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.asexual:before{content:"\f22d"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.asl:before{content:"\f2a3"}i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.attach:before{content:"\f0c6"}i.icon.attention:before{content:"\f06a"}i.icon.balance:before{content:"\f24e"}i.icon.bar:before{content:"\f0fc"}i.icon.bathtub:before{content:"\f2cd"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.one:before{content:"\f243"}i.icon.battery.three:before{content:"\f241"}i.icon.battery.two:before{content:"\f242"}i.icon.battery.zero:before{content:"\f244"}i.icon.birthday:before{content:"\f1fd"}i.icon.block.layout:before{content:"\f009"}i.icon.bluetooth.alternative:before{content:"\f294"}i.icon.broken.chain:before{content:"\f127"}i.icon.browser:before{content:"\f022"}i.icon.call.square:before{content:"\f098"}i.icon.call:before{content:"\f095"}i.icon.cancel:before{content:"\f00d"}i.icon.cart:before{content:"\f07a"}i.icon.cc:before{content:"\f20a"}i.icon.chain:before{content:"\f0c1"}i.icon.chat:before{content:"\f075"}i.icon.checked.calendar:before{content:"\f274"}i.icon.checkmark:before{content:"\f00c"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.close:before{content:"\f00d"}i.icon.cny:before{content:"\f157"}i.icon.cocktail:before{content:"\f000"}i.icon.commenting:before{content:"\f27a"}i.icon.computer:before{content:"\f108"}i.icon.configure:before{content:"\f0ad"}i.icon.content:before{content:"\f0c9"}i.icon.deafness:before{content:"\f2a4"}i.icon.delete.calendar:before{content:"\f273"}i.icon.delete:before{content:"\f00d"}i.icon.detective:before{content:"\f21b"}i.icon.diners.club.card:before{content:"\f24c"}i.icon.diners.club:before{content:"\f24c"}i.icon.discover.card:before{content:"\f1f2"}i.icon.discover:before{content:"\f1f2"}i.icon.discussions:before{content:"\f086"}i.icon.doctor:before{content:"\f0f0"}i.icon.dollar:before{content:"\f155"}i.icon.dont:before{content:"\f05e"}i.icon.dribble:before{content:"\f17d"}i.icon.drivers.license:before{content:"\f2c2"}i.icon.dropdown:before{content:"\f0d7"}i.icon.eercast:before{content:"\f2da"}i.icon.emergency:before{content:"\f0f9"}i.icon.envira.gallery:before{content:"\f299"}i.icon.erase:before{content:"\f12d"}i.icon.eur:before{content:"\f153"}i.icon.euro:before{content:"\f153"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.fa:before{content:"\f2b4"}i.icon.factory:before{content:"\f275"}i.icon.favorite:before{content:"\f005"}i.icon.feed:before{content:"\f09e"}i.icon.female.homosexual:before{content:"\f226"}i.icon.file.text:before{content:"\f15c"}i.icon.find:before{content:"\f1e5"}i.icon.first.aid:before{content:"\f0fa"}i.icon.five.hundred.pixels:before{content:"\f26e"}i.icon.fork:before{content:"\f126"}i.icon.game:before{content:"\f11b"}i.icon.gay:before{content:"\f227"}i.icon.gbp:before{content:"\f154"}i.icon.gittip:before{content:"\f184"}i.icon.google.plus.circle:before{content:"\f2b3"}i.icon.google.plus.official:before{content:"\f2b3"}i.icon.grab:before{content:"\f255"}i.icon.graduation:before{content:"\f19d"}i.icon.grid.layout:before{content:"\f00a"}i.icon.group:before{content:"\f0c0"}i.icon.h:before{content:"\f0fd"}i.icon.hand.victory:before{content:"\f25b"}i.icon.handicap:before{content:"\f193"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.header:before{content:"\f1dc"}i.icon.help.circle:before{content:"\f059"}i.icon.help:before{content:"\f128"}i.icon.heterosexual:before{content:"\f228"}i.icon.hide:before{content:"\f070"}i.icon.hotel:before{content:"\f236"}i.icon.hourglass.four:before{content:"\f254"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.two:before{content:"\f252"}i.icon.idea:before{content:"\f0eb"}i.icon.ils:before{content:"\f20b"}i.icon.in.cart:before{content:"\f218"}i.icon.inr:before{content:"\f156"}i.icon.intergender:before{content:"\f224"}i.icon.intersex:before{content:"\f224"}i.icon.japan.credit.bureau.card:before{content:"\f24b"}i.icon.japan.credit.bureau:before{content:"\f24b"}i.icon.jcb:before{content:"\f24b"}i.icon.jpy:before{content:"\f157"}i.icon.krw:before{content:"\f159"}i.icon.lab:before{content:"\f0c3"}i.icon.law:before{content:"\f24e"}i.icon.legal:before{content:"\f0e3"}i.icon.lesbian:before{content:"\f226"}i.icon.lightning:before{content:"\f0e7"}i.icon.like:before{content:"\f004"}i.icon.line.graph:before{content:"\f201"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.linkify:before{content:"\f0c1"}i.icon.lira:before{content:"\f195"}i.icon.list.layout:before{content:"\f00b"}i.icon.magnify:before{content:"\f00e"}i.icon.mail.forward:before{content:"\f064"}i.icon.mail.square:before{content:"\f199"}i.icon.mail:before{content:"\f0e0"}i.icon.male.homosexual:before{content:"\f227"}i.icon.man:before{content:"\f222"}i.icon.marker:before{content:"\f041"}i.icon.mars.alternate:before{content:"\f229"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mastercard.card:before{content:"\f1f1"}i.icon.mastercard:before{content:"\f1f1"}i.icon.microsoft.edge:before{content:"\f282"}i.icon.military:before{content:"\f0fb"}i.icon.ms.edge:before{content:"\f282"}i.icon.mute:before{content:"\f131"}i.icon.new.pied.piper:before{content:"\f2ae"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.numbered.list:before{content:"\f0cb"}i.icon.optinmonster:before{content:"\f23c"}i.icon.options:before{content:"\f1de"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender:before{content:"\f229"}i.icon.payment:before{content:"\f09d"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.pencil.square:before{content:"\f14b"}i.icon.photo:before{content:"\f030"}i.icon.picture:before{content:"\f03e"}i.icon.pie.chart:before{content:"\f200"}i.icon.pie.graph:before{content:"\f200"}i.icon.pied.piper.hat:before{content:"\f2ae"}i.icon.pin:before{content:"\f08d"}i.icon.plus.cart:before{content:"\f217"}i.icon.pocket:before{content:"\f265"}i.icon.point:before{content:"\f041"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pound:before{content:"\f154"}i.icon.power.cord:before{content:"\f1e6"}i.icon.power:before{content:"\f011"}i.icon.privacy:before{content:"\f084"}i.icon.r.circle:before{content:"\f25d"}i.icon.rain:before{content:"\f0e9"}i.icon.record:before{content:"\f03d"}i.icon.refresh:before{content:"\f021"}i.icon.remove.circle:before{content:"\f057"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.remove.user:before{content:"\f235"}i.icon.remove:before{content:"\f00d"}i.icon.repeat:before{content:"\f01e"}i.icon.rmb:before{content:"\f157"}i.icon.rouble:before{content:"\f158"}i.icon.rub:before{content:"\f158"}i.icon.ruble:before{content:"\f158"}i.icon.rupee:before{content:"\f156"}i.icon.s15:before{content:"\f2cd"}i.icon.selected.radio:before{content:"\f192"}i.icon.send:before{content:"\f1d8"}i.icon.setting:before{content:"\f013"}i.icon.settings:before{content:"\f085"}i.icon.shekel:before{content:"\f20b"}i.icon.sheqel:before{content:"\f20b"}i.icon.shipping:before{content:"\f0d1"}i.icon.shop:before{content:"\f07a"}i.icon.shuffle:before{content:"\f074"}i.icon.shutdown:before{content:"\f011"}i.icon.sidebar:before{content:"\f0c9"}i.icon.signing:before{content:"\f2a7"}i.icon.signup:before{content:"\f044"}i.icon.sliders:before{content:"\f1de"}i.icon.soccer:before{content:"\f1e3"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.sound:before{content:"\f025"}i.icon.spy:before{content:"\f21b"}i.icon.stripe.card:before{content:"\f1f5"}i.icon.student:before{content:"\f19d"}i.icon.talk:before{content:"\f27a"}i.icon.target:before{content:"\f140"}i.icon.teletype:before{content:"\f1e4"}i.icon.television:before{content:"\f26c"}i.icon.text.cursor:before{content:"\f246"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.theme.isle:before{content:"\f2b2"}i.icon.theme:before{content:"\f043"}i.icon.thermometer:before{content:"\f2c7"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.time:before{content:"\f017"}i.icon.tm:before{content:"\f25c"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.left:before{content:"\f191"}i.icon.toggle.right:before{content:"\f152"}i.icon.toggle.up:before{content:"\f151"}i.icon.translate:before{content:"\f1ab"}i.icon.travel:before{content:"\f0b1"}i.icon.treatment:before{content:"\f0f1"}i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.try:before{content:"\f195"}i.icon.unhide:before{content:"\f06e"}i.icon.unlinkify:before{content:"\f127"}i.icon.unmute:before{content:"\f130"}i.icon.usd:before{content:"\f155"}i.icon.user.cancel:before{content:"\f235"}i.icon.user.close:before{content:"\f235"}i.icon.user.delete:before{content:"\f235"}i.icon.user.x:before{content:"\f235"}i.icon.vcard:before{content:"\f2bb"}i.icon.video.camera:before{content:"\f03d"}i.icon.video.play:before{content:"\f144"}i.icon.visa.card:before{content:"\f1f0"}i.icon.visa:before{content:"\f1f0"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.wait:before{content:"\f017"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.warning:before{content:"\f12a"}i.icon.wechat:before{content:"\f1d7"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.wikipedia:before{content:"\f266"}i.icon.winner:before{content:"\f091"}i.icon.wizard:before{content:"\f0d0"}i.icon.woman:before{content:"\f221"}i.icon.won:before{content:"\f159"}i.icon.wordpress.beginner:before{content:"\f297"}i.icon.wordpress.forms:before{content:"\f298"}i.icon.world:before{content:"\f0ac"}i.icon.write.square:before{content:"\f14b"}i.icon.x:before{content:"\f00d"}i.icon.yc:before{content:"\f23b"}i.icon.ycombinator:before{content:"\f23b"}i.icon.yen:before{content:"\f157"}i.icon.zip:before{content:"\f187"}i.icon.zoom.in:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.zoom:before{content:"\f00e"}i.icon.bitbucket.square:before{content:"\f171"}i.icon.checkmark.box:before{content:"\f14a"}i.icon.circle.thin:before{content:"\f111"}i.icon.cloud.download:before{content:"\f381"}i.icon.cloud.upload:before{content:"\f382"}i.icon.compose:before{content:"\f303"}i.icon.conversation:before{content:"\f086"}i.icon.credit.card.alternative:before{content:"\f09d"}i.icon.currency:before{content:"\f3d1"}i.icon.dashboard:before{content:"\f3fd"}i.icon.diamond:before{content:"\f3a5"}i.icon.disk:before{content:"\f0a0"}i.icon.exchange:before{content:"\f362"}i.icon.external.share:before{content:"\f14d"}i.icon.external.square:before{content:"\f360"}i.icon.external:before{content:"\f35d"}i.icon.facebook.official:before{content:"\f082"}i.icon.food:before{content:"\f2e7"}i.icon.hourglass.zero:before{content:"\f253"}i.icon.level.down:before{content:"\f3be"}i.icon.level.up:before{content:"\f3bf"}i.icon.log.out:before{content:"\f2f5"}i.icon.meanpath:before{content:"\f0c8"}i.icon.money:before{content:"\f3d1"}i.icon.move:before{content:"\f0b2"}i.icon.pencil:before{content:"\f303"}i.icon.protect:before{content:"\f023"}i.icon.radio:before{content:"\f192"}i.icon.remove.bookmark:before{content:"\f02e"}i.icon.resize.horizontal:before{content:"\f337"}i.icon.resize.vertical:before{content:"\f338"}i.icon.sign.in:before{content:"\f2f6"}i.icon.sign.out:before{content:"\f2f5"}i.icon.spoon:before{content:"\f2e5"}i.icon.star.half.empty:before{content:"\f089"}i.icon.star.half.full:before{content:"\f089"}i.icon.ticket:before{content:"\f3ff"}i.icon.times.rectangle:before{content:"\f410"}i.icon.write:before{content:"\f303"}i.icon.youtube.play:before{content:"\f167"}@font-face{font-family:outline-icons;src:url(themes/default/assets/fonts/outline-icons.eot);src:url(themes/default/assets/fonts/outline-icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/outline-icons.woff2) format('woff2'),url(themes/default/assets/fonts/outline-icons.woff) format('woff'),url(themes/default/assets/fonts/outline-icons.ttf) format('truetype'),url(themes/default/assets/fonts/outline-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.outline{font-family:outline-icons}i.icon.address.book.outline:before{content:"\f2b9"}i.icon.address.card.outline:before{content:"\f2bb"}i.icon.arrow.alternate.circle.down.outline:before{content:"\f358"}i.icon.arrow.alternate.circle.left.outline:before{content:"\f359"}i.icon.arrow.alternate.circle.right.outline:before{content:"\f35a"}i.icon.arrow.alternate.circle.up.outline:before{content:"\f35b"}i.icon.bell.outline:before{content:"\f0f3"}i.icon.bell.slash.outline:before{content:"\f1f6"}i.icon.bookmark.outline:before{content:"\f02e"}i.icon.building.outline:before{content:"\f1ad"}i.icon.calendar.outline:before{content:"\f133"}i.icon.calendar.alternate.outline:before{content:"\f073"}i.icon.calendar.check.outline:before{content:"\f274"}i.icon.calendar.minus.outline:before{content:"\f272"}i.icon.calendar.plus.outline:before{content:"\f271"}i.icon.calendar.times.outline:before{content:"\f273"}i.icon.caret.square.down.outline:before{content:"\f150"}i.icon.caret.square.left.outline:before{content:"\f191"}i.icon.caret.square.right.outline:before{content:"\f152"}i.icon.caret.square.up.outline:before{content:"\f151"}i.icon.chart.bar.outline:before{content:"\f080"}i.icon.check.circle.outline:before{content:"\f058"}i.icon.check.square.outline:before{content:"\f14a"}i.icon.circle.outline:before{content:"\f111"}i.icon.clipboard.outline:before{content:"\f328"}i.icon.clock.outline:before{content:"\f017"}i.icon.clone.outline:before{content:"\f24d"}i.icon.closed.captioning.outline:before{content:"\f20a"}i.icon.comment.outline:before{content:"\f075"}i.icon.comment.alternate.outline:before{content:"\f27a"}i.icon.comments.outline:before{content:"\f086"}i.icon.compass.outline:before{content:"\f14e"}i.icon.copy.outline:before{content:"\f0c5"}i.icon.copyright.outline:before{content:"\f1f9"}i.icon.credit.card.outline:before{content:"\f09d"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.edit.outline:before{content:"\f044"}i.icon.envelope.outline:before{content:"\f0e0"}i.icon.envelope.open.outline:before{content:"\f2b6"}i.icon.eye.slash.outline:before{content:"\f070"}i.icon.file.outline:before{content:"\f15b"}i.icon.file.alternate.outline:before{content:"\f15c"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.flag.outline:before{content:"\f024"}i.icon.folder.outline:before{content:"\f07b"}i.icon.folder.open.outline:before{content:"\f07c"}i.icon.frown.outline:before{content:"\f119"}i.icon.futbol.outline:before{content:"\f1e3"}i.icon.gem.outline:before{content:"\f3a5"}i.icon.hand.lizard.outline:before{content:"\f258"}i.icon.hand.paper.outline:before{content:"\f256"}i.icon.hand.peace.outline:before{content:"\f25b"}i.icon.hand.point.down.outline:before{content:"\f0a7"}i.icon.hand.point.left.outline:before{content:"\f0a5"}i.icon.hand.point.right.outline:before{content:"\f0a4"}i.icon.hand.point.up.outline:before{content:"\f0a6"}i.icon.hand.pointer.outline:before{content:"\f25a"}i.icon.hand.rock.outline:before{content:"\f255"}i.icon.hand.scissors.outline:before{content:"\f257"}i.icon.hand.spock.outline:before{content:"\f259"}i.icon.handshake.outline:before{content:"\f2b5"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.heart.outline:before{content:"\f004"}i.icon.hospital.outline:before{content:"\f0f8"}i.icon.hourglass.outline:before{content:"\f254"}i.icon.id.badge.outline:before{content:"\f2c1"}i.icon.id.card.outline:before{content:"\f2c2"}i.icon.image.outline:before{content:"\f03e"}i.icon.images.outline:before{content:"\f302"}i.icon.keyboard.outline:before{content:"\f11c"}i.icon.lemon.outline:before{content:"\f094"}i.icon.life.ring.outline:before{content:"\f1cd"}i.icon.lightbulb.outline:before{content:"\f0eb"}i.icon.list.alternate.outline:before{content:"\f022"}i.icon.map.outline:before{content:"\f279"}i.icon.meh.outline:before{content:"\f11a"}i.icon.minus.square.outline:before{content:"\f146"}i.icon.money.bill.alternate.outline:before{content:"\f3d1"}i.icon.moon.outline:before{content:"\f186"}i.icon.newspaper.outline:before{content:"\f1ea"}i.icon.object.group.outline:before{content:"\f247"}i.icon.object.ungroup.outline:before{content:"\f248"}i.icon.paper.plane.outline:before{content:"\f1d8"}i.icon.pause.circle.outline:before{content:"\f28b"}i.icon.play.circle.outline:before{content:"\f144"}i.icon.plus.square.outline:before{content:"\f0fe"}i.icon.question.circle.outline:before{content:"\f059"}i.icon.registered.outline:before{content:"\f25d"}i.icon.save.outline:before{content:"\f0c7"}i.icon.share.square.outline:before{content:"\f14d"}i.icon.smile.outline:before{content:"\f118"}i.icon.snowflake.outline:before{content:"\f2dc"}i.icon.square.outline:before{content:"\f0c8"}i.icon.star.outline:before{content:"\f005"}i.icon.star.half.outline:before{content:"\f089"}i.icon.sticky.note.outline:before{content:"\f249"}i.icon.stop.circle.outline:before{content:"\f28d"}i.icon.sun.outline:before{content:"\f185"}i.icon.thumbs.down.outline:before{content:"\f165"}i.icon.thumbs.up.outline:before{content:"\f164"}i.icon.times.circle.outline:before{content:"\f057"}i.icon.trash.alternate.outline:before{content:"\f2ed"}i.icon.user.outline:before{content:"\f007"}i.icon.user.circle.outline:before{content:"\f2bd"}i.icon.window.close.outline:before{content:"\f410"}i.icon.window.maximize.outline:before{content:"\f2d0"}i.icon.window.minimize.outline:before{content:"\f2d1"}i.icon.window.restore.outline:before{content:"\f2d2"}i.icon.disk.outline:before{content:"\f369"}i.icon.heart.empty,i.icon.star.empty{font-family:outline-icons}i.icon.heart.empty:before{content:"\f004"}i.icon.star.empty:before{content:"\f089"}@font-face{font-family:brand-icons;src:url(themes/default/assets/fonts/brand-icons.eot);src:url(themes/default/assets/fonts/brand-icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/brand-icons.woff2) format('woff2'),url(themes/default/assets/fonts/brand-icons.woff) format('woff'),url(themes/default/assets/fonts/brand-icons.ttf) format('truetype'),url(themes/default/assets/fonts/brand-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.\35 00px,i.icon.accessible.icon,i.icon.accusoft,i.icon.adn,i.icon.adversal,i.icon.affiliatetheme,i.icon.algolia,i.icon.amazon,i.icon.amazon.pay,i.icon.amilia,i.icon.android,i.icon.angellist,i.icon.angrycreative,i.icon.angular,i.icon.app.store,i.icon.app.store.ios,i.icon.apper,i.icon.apple,i.icon.apple.pay,i.icon.asymmetrik,i.icon.audible,i.icon.autoprefixer,i.icon.avianex,i.icon.aviato,i.icon.aws,i.icon.bandcamp,i.icon.behance,i.icon.behance.square,i.icon.bimobject,i.icon.bitbucket,i.icon.bitcoin,i.icon.bity,i.icon.black.tie,i.icon.blackberry,i.icon.blogger,i.icon.blogger.b,i.icon.bluetooth,i.icon.bluetooth.b,i.icon.btc,i.icon.buromobelexperte,i.icon.buysellads,i.icon.cc.amazon.pay,i.icon.cc.amex,i.icon.cc.apple.pay,i.icon.cc.diners.club,i.icon.cc.discover,i.icon.cc.jcb,i.icon.cc.mastercard,i.icon.cc.paypal,i.icon.cc.stripe,i.icon.cc.visa,i.icon.centercode,i.icon.chrome,i.icon.cloudscale,i.icon.cloudsmith,i.icon.cloudversify,i.icon.codepen,i.icon.codiepie,i.icon.connectdevelop,i.icon.contao,i.icon.cpanel,i.icon.creative.commons,i.icon.css3,i.icon.css3.alternate,i.icon.cuttlefish,i.icon.d.and.d,i.icon.dashcube,i.icon.delicious,i.icon.deploydog,i.icon.deskpro,i.icon.deviantart,i.icon.digg,i.icon.digital.ocean,i.icon.discord,i.icon.discourse,i.icon.dochub,i.icon.docker,i.icon.draft2digital,i.icon.dribbble,i.icon.dribbble.square,i.icon.dropbox,i.icon.drupal,i.icon.dyalog,i.icon.earlybirds,i.icon.edge,i.icon.elementor,i.icon.ember,i.icon.empire,i.icon.envira,i.icon.erlang,i.icon.ethereum,i.icon.etsy,i.icon.expeditedssl,i.icon.facebook,i.icon.facebook.f,i.icon.facebook.messenger,i.icon.facebook.square,i.icon.firefox,i.icon.first.order,i.icon.firstdraft,i.icon.flickr,i.icon.flipboard,i.icon.fly,i.icon.font.awesome,i.icon.font.awesome.alternate,i.icon.font.awesome.flag,i.icon.fonticons,i.icon.fonticons.fi,i.icon.fort.awesome,i.icon.fort.awesome.alternate,i.icon.forumbee,i.icon.foursquare,i.icon.free.code.camp,i.icon.freebsd,i.icon.get.pocket,i.icon.gg,i.icon.gg.circle,i.icon.git,i.icon.git.square,i.icon.github,i.icon.github.alternate,i.icon.github.square,i.icon.gitkraken,i.icon.gitlab,i.icon.gitter,i.icon.glide,i.icon.glide.g,i.icon.gofore,i.icon.goodreads,i.icon.goodreads.g,i.icon.google,i.icon.google.drive,i.icon.google.play,i.icon.google.plus,i.icon.google.plus.g,i.icon.google.plus.square,i.icon.google.wallet,i.icon.gratipay,i.icon.grav,i.icon.gripfire,i.icon.grunt,i.icon.gulp,i.icon.hacker.news,i.icon.hacker.news.square,i.icon.hips,i.icon.hire.a.helper,i.icon.hooli,i.icon.hotjar,i.icon.houzz,i.icon.html5,i.icon.hubspot,i.icon.imdb,i.icon.instagram,i.icon.internet.explorer,i.icon.ioxhost,i.icon.itunes,i.icon.itunes.note,i.icon.jenkins,i.icon.joget,i.icon.joomla,i.icon.js,i.icon.js.square,i.icon.jsfiddle,i.icon.keycdn,i.icon.kickstarter,i.icon.kickstarter.k,i.icon.korvue,i.icon.laravel,i.icon.lastfm,i.icon.lastfm.square,i.icon.leanpub,i.icon.less,i.icon.linechat,i.icon.linkedin,i.icon.linkedin.in,i.icon.linode,i.icon.linux,i.icon.lyft,i.icon.magento,i.icon.maxcdn,i.icon.medapps,i.icon.medium,i.icon.medium.m,i.icon.medrt,i.icon.meetup,i.icon.microsoft,i.icon.mix,i.icon.mixcloud,i.icon.mizuni,i.icon.modx,i.icon.monero,i.icon.napster,i.icon.nintendo.switch,i.icon.node,i.icon.node.js,i.icon.npm,i.icon.ns8,i.icon.nutritionix,i.icon.odnoklassniki,i.icon.odnoklassniki.square,i.icon.opencart,i.icon.openid,i.icon.opera,i.icon.optin.monster,i.icon.osi,i.icon.page4,i.icon.pagelines,i.icon.palfed,i.icon.patreon,i.icon.paypal,i.icon.periscope,i.icon.phabricator,i.icon.phoenix.framework,i.icon.php,i.icon.pied.piper,i.icon.pied.piper.alternate,i.icon.pied.piper.pp,i.icon.pinterest,i.icon.pinterest.p,i.icon.pinterest.square,i.icon.playstation,i.icon.product.hunt,i.icon.pushed,i.icon.python,i.icon.qq,i.icon.quinscape,i.icon.quora,i.icon.ravelry,i.icon.react,i.icon.rebel,i.icon.reddit,i.icon.reddit.alien,i.icon.reddit.square,i.icon.redriver,i.icon.rendact,i.icon.renren,i.icon.replyd,i.icon.resolving,i.icon.rocketchat,i.icon.rockrms,i.icon.safari,i.icon.sass,i.icon.schlix,i.icon.scribd,i.icon.searchengin,i.icon.sellcast,i.icon.sellsy,i.icon.servicestack,i.icon.shirtsinbulk,i.icon.simplybuilt,i.icon.sistrix,i.icon.skyatlas,i.icon.skype,i.icon.slack,i.icon.slack.hash,i.icon.slideshare,i.icon.snapchat,i.icon.snapchat.ghost,i.icon.snapchat.square,i.icon.soundcloud,i.icon.speakap,i.icon.spotify,i.icon.stack.exchange,i.icon.stack.overflow,i.icon.staylinked,i.icon.steam,i.icon.steam.square,i.icon.steam.symbol,i.icon.sticker.mule,i.icon.strava,i.icon.stripe,i.icon.stripe.s,i.icon.studiovinari,i.icon.stumbleupon,i.icon.stumbleupon.circle,i.icon.superpowers,i.icon.supple,i.icon.telegram,i.icon.telegram.plane,i.icon.tencent.weibo,i.icon.themeisle,i.icon.trello,i.icon.tripadvisor,i.icon.tumblr,i.icon.tumblr.square,i.icon.twitch,i.icon.twitter,i.icon.twitter.square,i.icon.typo3,i.icon.uber,i.icon.uikit,i.icon.uniregistry,i.icon.untappd,i.icon.usb,i.icon.ussunnah,i.icon.vaadin,i.icon.viacoin,i.icon.viadeo,i.icon.viadeo.square,i.icon.viber,i.icon.vimeo,i.icon.vimeo.square,i.icon.vimeo.v,i.icon.vine,i.icon.vk,i.icon.vnv,i.icon.vuejs,i.icon.weibo,i.icon.weixin,i.icon.whatsapp,i.icon.whatsapp.square,i.icon.whmcs,i.icon.wikipedia.w,i.icon.windows,i.icon.wordpress,i.icon.wordpress.simple,i.icon.wpbeginner,i.icon.wpexplorer,i.icon.wpforms,i.icon.xbox,i.icon.xing,i.icon.xing.square,i.icon.y.combinator,i.icon.yahoo,i.icon.yandex,i.icon.yandex.international,i.icon.yelp,i.icon.yoast,i.icon.youtube,i.icon.youtube.square{font-family:brand-icons}/*! - * # Semantic UI 2.3.1 - Image - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.images>.hidden.transition{display:inline-block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem 0}.ui.images .image,.ui.images>img,.ui.images>svg{display:inline-block;margin:0 .25rem .5rem}/*! - * # Semantic UI 2.3.1 - Input - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input>input{margin:0;max-width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;-webkit-box-shadow:none;box-shadow:none}.ui.input>input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.input>input::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.input>input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.disabled.input,.ui.input:not(.disabled) input[disabled]{opacity:.45}.ui.disabled.input>input,.ui.input:not(.disabled) input[disabled]{pointer-events:none}.ui.input.down input,.ui.input>input:active{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.input.focus>input,.ui.input>input:focus{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);-webkit-box-shadow:none;box-shadow:none}.ui.input.focus>input::-webkit-input-placeholder,.ui.input>input:focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input::-moz-placeholder,.ui.input>input:focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input:-ms-input-placeholder,.ui.input>input:focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.error>input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-box-shadow:none;box-shadow:none}.ui.input.error>input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error>input::-moz-placeholder{color:#e7bdbc}.ui.input.error>input:-ms-input-placeholder{color:#e7bdbc!important}.ui.input.error>input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error>input:focus::-moz-placeholder{color:#da9796}.ui.input.error>input:focus:-ms-input-placeholder{color:#da9796!important}.ui.transparent.input>input{border-color:transparent!important;background-color:transparent!important;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#fff}.ui.transparent.inverted.input>input{color:inherit}.ui.transparent.inverted.input>input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input>input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input>input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input>input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input>input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child){border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:#85b7d9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.ui.inverted.input>input{border:none}.ui.fluid.input{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.78571429em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}/*! - * # Semantic UI 2.3.1 - Label - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;-webkit-box-shadow:none;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label{background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent!important;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent!important;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em)}.ui[class*="right ribbon"].label{text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-.78571429em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + .78571429em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem 0}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem 0}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#d0d0d0;border-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;border-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#db2828!important;border-color:#db2828!important;color:#fff!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#fff!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background-color:#fff!important;color:#db2828!important;border-color:#db2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#fff!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#f2711c!important;border-color:#f2711c!important;color:#fff!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#fff!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background-color:#fff!important;color:#f2711c!important;border-color:#f2711c!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#fff!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08!important;border-color:#fbbd08!important;color:#fff!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#fff!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background-color:#fff!important;color:#fbbd08!important;border-color:#fbbd08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#fff!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#b5cc18!important;border-color:#b5cc18!important;color:#fff!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#fff!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background-color:#fff!important;color:#b5cc18!important;border-color:#b5cc18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#fff!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21ba45!important;border-color:#21ba45!important;color:#fff!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#fff!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background-color:#fff!important;color:#21ba45!important;border-color:#21ba45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#fff!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00b5ad!important;border-color:#00b5ad!important;color:#fff!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#fff!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background-color:#fff!important;color:#00b5ad!important;border-color:#00b5ad!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#fff!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185d0!important;border-color:#2185d0!important;color:#fff!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#fff!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background-color:#fff!important;color:#2185d0!important;border-color:#2185d0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#fff!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9!important;border-color:#6435c9!important;color:#fff!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#fff!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background-color:#fff!important;color:#6435c9!important;border-color:#6435c9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#fff!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#a333c8!important;border-color:#a333c8!important;color:#fff!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#fff!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background-color:#fff!important;color:#a333c8!important;border-color:#a333c8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#fff!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#e03997!important;border-color:#e03997!important;color:#fff!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#fff!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background-color:#fff!important;color:#e03997!important;border-color:#e03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#fff!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#a5673f!important;border-color:#a5673f!important;color:#fff!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#fff!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background-color:#fff!important;color:#a5673f!important;border-color:#a5673f!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#fff!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#fff!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#fff!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background-color:#fff!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#fff!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1b1c1d!important;border-color:#1b1c1d!important;color:#fff!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#fff!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background-color:#fff!important;color:#1b1c1d!important;border-color:#1b1c1d!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#fff!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;-webkit-box-shadow:1px solid rgba(34,36,38,.15);box-shadow:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;background-image:inherit;border-width:none;border-style:solid;border-color:inherit}.ui.pointing.label:before{position:absolute;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;top:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - List - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0 0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:0;padding-right:.28571429em;vertical-align:top;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.item:hover{color:#fff}.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list a.item:active{color:#fff}.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list a.active.item{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em .5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.selection.list>.item.active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:'•';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered, ".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .list>.item{border-top:none}.ui.divided.list .item .list>.item{border-top:none}.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid rgba(255,255,255,.1)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item{border-color:1px solid rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Loader - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#fff transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#fff}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}/*! - * # Semantic UI 2.3.1 - Rail - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.rail{font-size:1rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Reveal - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.reveal{display:inherit;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;white-space:normal;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s;transition:transform .5s ease .1s,-webkit-transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;white-space:normal;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.reveal>.ui.ribbon.label{z-index:5}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}/*! - * # Semantic UI 2.3.1 - Segment - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.segment{position:relative;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.piled.segment,.ui.piled.segments{margin:3em 0;-webkit-box-shadow:'';box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:'';box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;-webkit-box-shadow:none;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem 1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;border-radius:0;padding:0;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments>.segment{-webkit-box-flex:1;flex:1 1 auto;-ms-flex:1 1 0px;margin:0;min-width:0;background-color:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;pointer-events:none;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.segment{background:none transparent;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:2px solid #db2828!important}.ui.inverted.red.segment{background-color:#db2828!important;color:#fff!important}.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c!important}.ui.inverted.orange.segment{background-color:#f2711c!important;color:#fff!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08!important}.ui.inverted.yellow.segment{background-color:#fbbd08!important;color:#fff!important}.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18!important}.ui.inverted.olive.segment{background-color:#b5cc18!important;color:#fff!important}.ui.green.segment:not(.inverted){border-top:2px solid #21ba45!important}.ui.inverted.green.segment{background-color:#21ba45!important;color:#fff!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad!important}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0!important}.ui.inverted.blue.segment{background-color:#2185d0!important;color:#fff!important}.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9!important}.ui.inverted.violet.segment{background-color:#6435c9!important;color:#fff!important}.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8!important}.ui.inverted.purple.segment{background-color:#a333c8!important;color:#fff!important}.ui.pink.segment:not(.inverted){border-top:2px solid #e03997!important}.ui.inverted.pink.segment{background-color:#e03997!important;color:#fff!important}.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f!important}.ui.inverted.brown.segment{background-color:#a5673f!important;color:#fff!important}.ui.grey.segment:not(.inverted){border-top:2px solid #767676!important}.ui.inverted.grey.segment{background-color:#767676!important;color:#fff!important}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d!important}.ui.inverted.black.segment{background-color:#1b1c1d!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.2)));background:#4c4f52 -webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.35)),to(rgba(255,255,255,.35)));background:#717579 -webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Step - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:'';-webkit-box-shadow:none;box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:'';top:50%;right:0;border:medium none;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.steps .step:last-child{border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-box-flex:1 0 auto;-ms-flex-positive:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counters(ordered, ".");-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps:not(.unstackable){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.steps:not(.unstackable) .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps:not(.unstackable) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps:not(.unstackable) .step:after{display:none!important}.ui.steps:not(.unstackable) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable) .step:before,.ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem 0}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .step:after{display:block}.ui.steps .active.step:after{display:block}.ui.steps .step:last-child:after{display:none}.ui.steps .active.step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,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) format('woff')}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{font-family:Step;content:'\e800'}/*! - * # Semantic UI 2.3.1 - Breadcrumb - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.breadcrumb{line-height:1;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem 0;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Form - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.21428571em}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0;outline:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#d5c315!important}.ui.form .error.error input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fffaf0 inset!important;box-shadow:0 0 0 100px #fffaf0 inset!important;border-color:#e0b4b4!important}.ui.form ::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.form :-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.form ::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc!important}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796!important}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-appearance:none;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .fields.error .field .ui.dropdown{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .item:hover{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled>label,.ui.form .fields.disabled>label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;pointer-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:'*';color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=email],.ui.inverted.form input[type=file],.ui.inverted.form input[type=number],.ui.inverted.form input[type=password],.ui.inverted.form input[type=search],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=text],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url]{background:#fff;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;-webkit-box-shadow:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable)>.field,.ui[class*="equal width"].form:not(.unstackable) .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767px){.ui.form:not(.unstackable) .fields:not(.unstackable)>.eight.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.eleven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fifteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.five.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.four.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fourteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.nine.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.seven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.six.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.sixteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.ten.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.thirteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.three.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.twelve.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.two.wide.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.mini.form{font-size:.78571429rem}.ui.tiny.form{font-size:.85714286rem}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.big.form{font-size:1.28571429rem}.ui.huge.form{font-size:1.42857143rem}.ui.massive.form{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Grid - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.ui.grid{margin-top:-1rem;margin-bottom:-1rem;margin-left:-1rem;margin-right:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:0;padding-top:1rem;padding-bottom:1rem}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1rem 1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child{width:100%}.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{-webkit-box-shadow:none;box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(255,255,255,.1);box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{-webkit-box-shadow:0 -1px 0 0 rgba(255,255,255,.1);box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;-webkit-box-shadow:0 0 0 1px #d4d4d5;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;-webkit-box-shadow:0 -1px 0 0 #d4d4d5;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{-webkit-box-shadow:none;box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="internally celled"].grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#db2828!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#f2711c!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#fbbd08!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21ba45!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185d0!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#a333c8!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e03997!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#a5673f!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (max-width:767px){.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:1rem 1rem!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none!important;box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width:767px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}.ui.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:'';text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem .28571429rem}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{-webkit-box-shadow:none;box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.menu .list .item:before{background:0 0!important}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;-webkit-box-shadow:none;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default!important;background-color:transparent!important;color:rgba(40,40,40,.3)!important}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;-webkit-box-shadow:none;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border:none;background:none transparent;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu .item{-ms-flex-item-align:center;align-self:center;-webkit-box-shadow:none;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:.28571429rem}.ui.secondary.menu .active.item:hover{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:rgba(255,255,255,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.inverted.menu{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border-color:#1b1c1d;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu{border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-item-align:center;align-self:center;margin:0 0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.menu .item>img:not(.ui){margin:0}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.pointing.menu .active.item:after{-webkit-box-shadow:none;box-shadow:none}.ui.text.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#db2828!important;color:#db2828!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#f2711c!important;color:#f2711c!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#fbbd08!important;color:#fbbd08!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#21ba45!important;color:#21ba45!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#00b5ad!important;color:#00b5ad!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2185d0!important;color:#2185d0!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#a333c8!important;color:#a333c8!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e03997!important;color:#e03997!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#a5673f!important;color:#a5673f!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#767676!important;color:#767676!important}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#db2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#f2711c}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#fbbd08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#21ba45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#00b5ad}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2185d0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#a333c8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.attached.item.menu{margin:0 -1px!important}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #d4d4d5;border-right:1px solid #d4d4d5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #d4d4d5;border-right:1px solid #d4d4d5}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.21428571rem}.ui.huge.vertical.menu{width:22rem}.ui.big.menu{font-size:1.14285714rem}.ui.big.vertical.menu{width:20rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}/*! - * # Semantic UI 2.3.1 - Message - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.message{position:relative;min-height:1em;margin:1em 0;background:#f8f8f9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:-.14285714em 0 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.compact.icon.message{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.black.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.positive.message{background-color:#fcfff5;color:#2c662d}.ui.attached.positive.message,.ui.positive.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.positive.message .header{color:#1a531b}.ui.negative.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.negative.message,.ui.negative.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#f8ffff;color:#276f86}.ui.attached.info.message,.ui.info.message{-webkit-box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.ui.info.message .header{color:#0e566c}.ui.warning.message{background-color:#fffaf3;color:#573a08}.ui.attached.warning.message,.ui.warning.message{-webkit-box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.ui.warning.message .header{color:#794b02}.ui.error.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.error.message,.ui.error.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#fcfff5;color:#2c662d}.ui.attached.success.message,.ui.success.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.success.message .header{color:#1a531b}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.red.message{background-color:#ffe8e6;color:#db2828;-webkit-box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#ffedde;color:#f2711c;-webkit-box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#fff8db;color:#b58105;-webkit-box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#fbfdef;color:#8abc1e;-webkit-box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#e5f9e7;color:#1ebc30;-webkit-box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#e1f7f7;color:#10a3a3;-webkit-box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#dff0ff;color:#2185d0;-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#eae7ff;color:#6435c9;-webkit-box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#f6e7ff;color:#a333c8;-webkit-box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#ffe3fb;color:#e03997;-webkit-box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#f1e2d3;color:#a5673f;-webkit-box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent}.ui.brown.message .header{color:#935b38}.ui.mini.message{font-size:.78571429em}.ui.tiny.message{font-size:.85714286em}.ui.small.message{font-size:.92857143em}.ui.message{font-size:1em}.ui.large.message{font-size:1.14285714em}.ui.big.message{font-size:1.28571429em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}/*! - * # Semantic UI 2.3.1 - Table - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table thead{-webkit-box-shadow:none;box-shadow:none}.ui.table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{-webkit-box-shadow:none;box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em .78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table tbody+tbody tr:first-child td{border-top:1px solid rgba(34,36,38,.1)}.ui.table td{padding:.78571429em .78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tfoot{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:0 0;border:none!important;padding:.25em .75em!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:400;color:rgba(0,0,0,.4);-webkit-box-shadow:-1px -1px 0 1px #fff;box-shadow:-1px -1px 0 1px #fff}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:rgba(0,0,0,.4);color:normal;-webkit-box-shadow:1px 1px 0 1px #fff;box-shadow:1px 1px 0 1px #fff}.ui.celled.definition.table thead:not(.full-width) th:first-child{-webkit-box-shadow:0 -1px 0 1px #fff;box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{-webkit-box-shadow:0 1px 0 1px #fff;box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:'';-webkit-box-shadow:'';box-shadow:'';text-align:'';font-size:1em;padding-left:'';padding-right:''}.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table tfoot:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table td:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{-webkit-box-shadow:0 0 0 #a3c293 inset;box-shadow:0 0 0 #a3c293 inset}.ui.table td.positive,.ui.table tr.positive{background:#fcfff5!important;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.negative,.ui.table tr.negative{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.error,.ui.table tr.error{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{-webkit-box-shadow:0 0 0 #c9ba9b inset;box-shadow:0 0 0 #c9ba9b inset}.ui.table td.warning,.ui.table tr.warning{background:#fffaf3!important;color:#573a08!important}.ui.table td.active,.ui.table tr.active{-webkit-box-shadow:0 0 0 rgba(0,0,0,.87) inset;box-shadow:0 0 0 rgba(0,0,0,.87) inset}.ui.table td.active,.ui.table tr.active{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tfoot{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:0 0;border:none!important;padding:.25em .75em;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em .78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;-webkit-box-shadow:none,none;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #db2828}.ui.inverted.red.table{background-color:#db2828!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #f2711c}.ui.inverted.orange.table{background-color:#f2711c!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #fbbd08}.ui.inverted.yellow.table{background-color:#fbbd08!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #21ba45}.ui.inverted.green.table{background-color:#21ba45!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #00b5ad}.ui.inverted.teal.table{background-color:#00b5ad!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #2185d0}.ui.inverted.blue.table{background-color:#2185d0!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #a333c8}.ui.inverted.purple.table{background-color:#a333c8!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e03997}.ui.inverted.pink.table{background-color:#e03997!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #a5673f}.ui.inverted.brown.table{background-color:#a5673f!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td{width:6.25%}.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:rgba(255,255,255,.15) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.15) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th:hover{background:rgba(255,255,255,.08) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.08) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.inverted.table th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.9)!important}.ui.inverted.table tr td{border-color:rgba(255,255,255,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{-webkit-box-shadow:none;box-shadow:none}.ui.basic.table th{background:0 0;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:0 0}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em 1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em 1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}/*! - * # Semantic UI 2.3.1 - Ad - * http://github.com/semantic-org/semantic-ui/ - * - * - * Copyright 2013 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child{margin:0}.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}/*! - * # Semantic UI 2.3.1 - Item - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;-webkit-box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;-webkit-transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;transition:box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;z-index:''}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em 1em;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0 0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.raised.card,.ui.raised.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;-webkit-box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66666667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571429% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em 1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}/*! - * # Semantic UI 2.3.1 - Comment - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;-webkit-box-shadow:-1px 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.92857143rem}.ui.comments{font-size:1rem}.ui.large.comments{font-size:1.14285714rem}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.42857143rem}.ui.massive.comments{font-size:1.71428571rem}/*! - * # Semantic UI 2.3.1 - Feed - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}/*! - * # Semantic UI 2.3.1 - Item - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.items>.item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .1s ease;transition:-webkit-box-shadow .1s ease;transition:box-shadow .1s ease;transition:box-shadow .1s ease,-webkit-box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-ms-flex-item-align:top;align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-ms-flex-item-align:top;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-ms-flex-item-align:middle;align-self:middle;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0 .5em;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0 0 0;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items:not(.unstackable)>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items:not(.unstackable)>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items:not(.unstackable)>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}@media only screen and (max-width:767px){.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img{width:125px!important}}/*! - * # Semantic UI 2.3.1 - Statistic - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistics .statistic>.label~.value{margin-top:0}.ui.statistic>.value~.label,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}/*! - * # Semantic UI 2.3.1 - Accordion - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.styled.accordion .accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}/*! - * # Semantic UI 2.3.1 - Checkbox - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#fff;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox .box:after,.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox .box:active::before,.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active::after,.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:'';-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:''!important;width:15px;height:15px;line-height:15px}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before{background-color:#fff}.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before{background-color:#fff}.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before{background-color:#fff}.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox .box,.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before{display:block;position:absolute;content:'';border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);-webkit-box-shadow:none;box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox .box,.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}@font-face{font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox .box:after,.ui.checkbox label:after{font-family:Checkbox}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}/*! - * # Semantic UI 2.3.1 - Dimmer - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui[class*="top aligned"].dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0%;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}/*! - * # Semantic UI 2.3.1 - Dropdown - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;-webkit-box-shadow:none;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);-webkit-box-shadow:none;box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;-webkit-box-shadow:none;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.05);box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.05);box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;-webkit-box-shadow:1px 1px 0 0 rgba(34,36,38,.15);box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}/*! - * # Semantic UI 2.3.1 - Video - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;z-index:4;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}/*! - * # Semantic UI 2.3.1 - Modal - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.modal{display:none;z-index:1001;text-align:left;background:#fff;border:none;-webkit-box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem 1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.modal{width:850px;margin:0}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0}}@media only screen and (min-width:1920px){.ui.modal{width:950px;margin:0}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 1rem!important;padding-right:2.25rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;-webkit-box-shadow:none;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{-webkit-box-shadow:1px 3px 10px 2px rgba(0,0,0,.2);box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#fff}}.ui.loading.modal{display:block;visibility:hidden;z-index:-1}.ui.active.modal{display:block}.modals.dimmer[class*="top aligned"] .modal{margin:5vh auto}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable>.dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{margin:1rem auto!important}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:1rem!important}.ui.modal .scrolling.content{max-height:calc(70vh);overflow:auto}.ui.fullscreen.modal{width:95%!important;left:0!important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0!important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.mini.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.mini.modal{width:35.2%;margin:0}}@media only screen and (min-width:992px){.ui.mini.modal{width:340px;margin:0}}@media only screen and (min-width:1200px){.ui.mini.modal{width:360px;margin:0}}@media only screen and (min-width:1920px){.ui.mini.modal{width:380px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.tiny.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.tiny.modal{width:52.8%;margin:0}}@media only screen and (min-width:992px){.ui.tiny.modal{width:510px;margin:0}}@media only screen and (min-width:1200px){.ui.tiny.modal{width:540px;margin:0}}@media only screen and (min-width:1920px){.ui.tiny.modal{width:570px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0}}/*! - * # Semantic UI 2.3.1 - Nag - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}/*! - * # Semantic UI 2.3.1 - Popup - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:before{pointer-events:none;position:absolute;content:'';font-size:1rem;width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after{pointer-events:none;content:attr(data-tooltip);position:absolute;text-transform:none;text-align:left;white-space:nowrap;font-size:1rem;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:after{opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{-webkit-box-shadow:none!important;box-shadow:none!important}[data-tooltip][data-inverted]:before{background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-position="left center"][data-tooltip]:before{background:#fff;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{background:#fff;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#fff}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before{background:#fff}.ui.left.center.popup:before,.ui.right.center.popup:before{background:#fff}.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before{background:#1b1c1d}.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before{background:#1b1c1d}.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}/*! - * # Semantic UI 2.3.1 - Progress Bar - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0%;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}/*! - * # Semantic UI 2.3.1 - Rating - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;text-align:center;font-weight:400;font-style:normal;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease}.ui.rating .icon{background:0 0;color:rgba(0,0,0,.15)}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:0 0;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:0 0!important;color:#ffe623!important;text-shadow:0 -1px 0 #ddc507,-1px 0 0 #ddc507,0 1px 0 #ddc507,1px 0 0 #ddc507!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:0 0!important;color:#fc0!important;text-shadow:0 -1px 0 #e6a200,-1px 0 0 #e6a200,0 1px 0 #e6a200,1px 0 0 #e6a200!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:0 0!important;color:#ff6d75!important;text-shadow:0 -1px 0 #cd0707,-1px 0 0 #cd0707,0 1px 0 #cd0707,1px 0 0 #cd0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:0 0!important;color:#ff3000!important;text-shadow:0 -1px 0 #aa0101,-1px 0 0 #aa0101,0 1px 0 #aa0101,1px 0 0 #aa0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating.selected .active.icon{opacity:1}.ui.rating .icon.selected,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,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kIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff');font-weight:400;font-style:normal}.ui.rating .icon{font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .icon:before{content:'\f005'}.ui.rating .active.icon:before{content:'\f005'}.ui.star.rating .icon:before{content:'\f005'}.ui.star.rating .active.icon:before{content:'\f005'}.ui.star.rating .partial.icon:before{content:'\f006'}.ui.star.rating .partial.icon{content:'\f005'}.ui.heart.rating .icon:before{content:'\f004'}.ui.heart.rating .active.icon:before{content:'\f004'}/*! - * # Semantic UI 2.3.1 - Search - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em 1em}.ui.search>.results>.message .header{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover{background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none}.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search>.results .result.active .description{color:rgba(0,0,0,.85)}.ui.disabled.search{cursor:default;pointer-events:none;opacity:.45}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search .results.animating,.ui.category.search .results.visible{display:table}.ui.category.search>.results .category{display:table-row;background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category>.name{display:table-cell;text-overflow:ellipsis;width:100px;white-space:nowrap;background:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .results{display:table-cell;background:#fff;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .result{border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}@media only screen and (max-width:767px){.ui.search .results{max-width:calc(100vw - 2rem)}}/*! - * # Semantic UI 2.3.1 - Shape - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.shape .side{display:none}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 2px rgba(0,0,0,.3);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute}.ui.shape.animating .sides{-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}/*! - * # Semantic UI 2.3.1 - Sidebar - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454!important}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;will-change:transform;z-index:101}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:2}body.pushable>.pusher{background:#fff}.pushable>.pusher{background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.left.visible.sidebar,.ui.right.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.bottom.visible.sidebar,.ui.top.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.left.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.right.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.bottom.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);transform:scale(.75)}/*! - * # Semantic UI 2.3.1 - Sticky - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}/*! - * # Semantic UI 2.3.1 - Tab - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}/*! - * # Semantic UI 2.3.1 - Transition - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{-webkit-animation-name:zoomIn;animation-name:zoomIn}.transition.zoom.out{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}.transition.glow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1)}.transition.glow{-webkit-animation-name:glow;animation-name:glow}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}@keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}} \ No newline at end of file diff --git a/public/vendor/plugins/semantic/semantic.min.js b/public/vendor/plugins/semantic/semantic.min.js deleted file mode 100644 index 7efd12e18d..0000000000 --- a/public/vendor/plugins/semantic/semantic.min.js +++ /dev/null @@ -1,11 +0,0 @@ - /* - * # Semantic UI - 2.3.1 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ -!function(e,t,n,i){e.site=e.fn.site=function(o){var a,r,s=(new Date).getTime(),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1),f=e.isPlainObject(o)?e.extend(!0,{},e.site.settings,o):e.extend({},e.site.settings),m=f.namespace,g=f.error,p="module-"+m,h=e(n),v=this,b=h.data(p);return a={initialize:function(){a.instantiate()},instantiate:function(){a.verbose("Storing instance of site",a),b=a,h.data(p,a)},normalize:function(){a.fix.console(),a.fix.requestAnimationFrame()},fix:{console:function(){a.debug("Normalizing window.console"),console!==i&&console.log!==i||(a.verbose("Console not available, normalizing events"),a.disable.console()),void 0!==console.group&&void 0!==console.groupEnd&&void 0!==console.groupCollapsed||(a.verbose("Console group not available, normalizing events"),t.console.group=function(){},t.console.groupEnd=function(){},t.console.groupCollapsed=function(){}),void 0===console.markTimeline&&(a.verbose("Mark timeline not available, normalizing events"),t.console.markTimeline=function(){})},consoleClear:function(){a.debug("Disabling programmatic console clearing"),t.console.clear=function(){}},requestAnimationFrame:function(){a.debug("Normalizing requestAnimationFrame"),t.requestAnimationFrame===i&&(a.debug("RequestAnimationFrame not available, normalizing event"),t.requestAnimationFrame=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)})}},moduleExists:function(t){return e.fn[t]!==i&&e.fn[t].settings!==i},enabled:{modules:function(t){var n=[];return t=t||f.modules,e.each(t,function(e,t){a.moduleExists(t)&&n.push(t)}),n}},disabled:{modules:function(t){var n=[];return t=t||f.modules,e.each(t,function(e,t){a.moduleExists(t)||n.push(t)}),n}},change:{setting:function(t,n,o,r){o="string"==typeof o?"all"===o?f.modules:[o]:o||f.modules,r=r===i||r,e.each(o,function(i,o){var s,l=!a.moduleExists(o)||(e.fn[o].settings.namespace||!1);a.moduleExists(o)&&(a.verbose("Changing default setting",t,n,o),e.fn[o].settings[t]=n,r&&l&&(s=e(":data(module-"+l+")")).length>0&&(a.verbose("Modifying existing settings",s),s[o]("setting",t,n)))})},settings:function(t,n,o){n="string"==typeof n?[n]:n||f.modules,o=o===i||o,e.each(n,function(n,i){var r;a.moduleExists(i)&&(a.verbose("Changing default setting",t,i),e.extend(!0,e.fn[i].settings,t),o&&m&&(r=e(":data(module-"+m+")")).length>0&&(a.verbose("Modifying existing settings",r),r[i]("setting",t)))})}},enable:{console:function(){a.console(!0)},debug:function(e,t){e=e||f.modules,a.debug("Enabling debug for modules",e),a.change.setting("debug",!0,e,t)},verbose:function(e,t){e=e||f.modules,a.debug("Enabling verbose debug for modules",e),a.change.setting("verbose",!0,e,t)}},disable:{console:function(){a.console(!1)},debug:function(e,t){e=e||f.modules,a.debug("Disabling debug for modules",e),a.change.setting("debug",!1,e,t)},verbose:function(e,t){e=e||f.modules,a.debug("Disabling verbose debug for modules",e),a.change.setting("verbose",!1,e,t)}},console:function(e){if(e){if(b.cache.console===i)return void a.error(g.console);a.debug("Restoring console function"),t.console=b.cache.console}else a.debug("Disabling console function"),b.cache.console=t.console,t.console={clear:function(){},error:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},markTimeline:function(){},warn:function(){}}},destroy:function(){a.verbose("Destroying previous site for",h),h.removeData(p)},cache:{},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];f[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,a,t);else{if(n===i)return a[t];a[t]=n}},debug:function(){f.debug&&(f.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,f.name+":"),a.debug.apply(console,arguments)))},verbose:function(){f.verbose&&f.debug&&(f.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),a.verbose.apply(console,arguments)))},error:function(){a.error=Function.prototype.bind.call(console.error,console,f.name+":"),a.error.apply(console,arguments)},performance:{log:function(e){var t,n;f.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Element:v,Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(a.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,o){var s,l,c,u=b;return n=n||d,o=v||o,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(n,o){var r=n!=s?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(u[r])&&n!=s)u=u[r];else{if(u[r]!==i)return l=u[r],!1;if(!e.isPlainObject(u[o])||n==s)return u[o]!==i?(l=u[o],!1):(a.error(g.method,t),!1);u=u[o]}})),e.isFunction(l)?c=l.apply(o,n):l!==i&&(c=l),e.isArray(r)?r.push(c):r!==i?r=[r,c]:c!==i&&(r=c),l}},u?(b===i&&a.initialize(),a.invoke(c)):(b!==i&&a.destroy(),a.initialize()),r!==i?r:this},e.site.settings={name:"Site",namespace:"site",error:{console:"Console cannot be restored, most likely it was overwritten outside of module",method:"The method you called is not defined."},debug:!1,verbose:!1,performance:!0,modules:["accordion","api","checkbox","dimmer","dropdown","embed","form","modal","nag","popup","rating","shape","sidebar","state","sticky","tab","transition","visit","visibility"],siteNamespace:"site",namespaceStub:{cache:{},config:{},sections:{},section:{},utilities:{}}},e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(n){return!!e.data(n,t)}}):function(t,n,i){return!!e.data(t,i[3])}})}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.form=function(t){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments[0],u=arguments[1],d="string"==typeof c,f=[].slice.call(arguments,1);return a.each(function(){var m,g,p,h,v,b,y,x,C,w,S,k,T,A,R,P,E=e(this),F=this,O=[],D=!1;(P={initialize:function(){P.get.settings(),d?(R===i&&P.instantiate(),P.invoke(c)):(R!==i&&R.invoke("destroy"),P.verbose("Initializing form validation",E,v),P.bindEvents(),P.set.defaults(),P.instantiate())},instantiate:function(){P.verbose("Storing instance of module",P),R=P,E.data(T,P)},destroy:function(){P.verbose("Destroying previous module",R),P.removeEvents(),E.removeData(T)},refresh:function(){P.verbose("Refreshing selector cache"),m=E.find(x.field),g=E.find(x.group),p=E.find(x.message),E.find(x.prompt),h=E.find(x.submit),E.find(x.clear),E.find(x.reset)},submit:function(){P.verbose("Submitting form",E),E.submit()},attachEvents:function(t,n){n=n||"submit",e(t).on("click"+A,function(e){P[n](),e.preventDefault()})},bindEvents:function(){P.verbose("Attaching form events"),E.on("submit"+A,P.validate.form).on("blur"+A,x.field,P.event.field.blur).on("click"+A,x.submit,P.submit).on("click"+A,x.reset,P.reset).on("click"+A,x.clear,P.clear),v.keyboardShortcuts&&E.on("keydown"+A,x.field,P.event.field.keydown),m.each(function(){var t=e(this),n=t.prop("type"),i=P.get.changeEvent(n,t);e(this).on(i+A,P.event.field.change)})},clear:function(){m.each(function(){var t=e(this),n=t.parent(),i=t.closest(g),o=i.find(x.prompt),a=t.data(y.defaultValue)||"",r=n.is(x.uiCheckbox),s=n.is(x.uiDropdown);i.hasClass(C.error)&&(P.verbose("Resetting error on field",i),i.removeClass(C.error),o.remove()),s?(P.verbose("Resetting dropdown value",n,a),n.dropdown("clear")):r?t.prop("checked",!1):(P.verbose("Resetting field value",t,a),t.val(""))})},reset:function(){m.each(function(){var t=e(this),n=t.parent(),o=t.closest(g),a=o.find(x.prompt),r=t.data(y.defaultValue),s=n.is(x.uiCheckbox),l=n.is(x.uiDropdown),c=o.hasClass(C.error);r!==i&&(c&&(P.verbose("Resetting error on field",o),o.removeClass(C.error),a.remove()),l?(P.verbose("Resetting dropdown value",n,r),n.dropdown("restore defaults")):s?(P.verbose("Resetting checkbox value",n,r),t.prop("checked",r)):(P.verbose("Resetting field value",t,r),t.val(r)))})},determine:{isValid:function(){var t=!0;return e.each(b,function(e,n){P.validate.field(n,e,!0)||(t=!1)}),t}},is:{bracketedRule:function(e){return e.type&&e.type.match(v.regExp.bracket)},shorthandFields:function(e){var t=e[Object.keys(e)[0]];return P.is.shorthandRules(t)},shorthandRules:function(t){return"string"==typeof t||e.isArray(t)},empty:function(e){return!e||0===e.length||(e.is('input[type="checkbox"]')?!e.is(":checked"):P.is.blank(e))},blank:function(t){return""===e.trim(t.val())},valid:function(t){var n=!0;return t?(P.verbose("Checking if field is valid",t),P.validate.field(b[t],t,!1)):(P.verbose("Checking if form is valid"),e.each(b,function(e,t){P.is.valid(e)||(n=!1)}),n)}},removeEvents:function(){E.off(A),m.off(A),h.off(A),m.off(A)},event:{field:{keydown:function(t){var n=e(this),i=t.which,o=n.is(x.input),a=n.is(x.checkbox),r=n.closest(x.uiDropdown).length>0,s=13;i==27&&(P.verbose("Escape key pressed blurring field"),n.blur()),t.ctrlKey||i!=s||!o||r||a||(D||(n.one("keyup"+A,P.event.field.keyup),P.submit(),P.debug("Enter pressed on input submitting form")),D=!0)},keyup:function(){D=!1},blur:function(t){var n=e(this),i=n.closest(g),o=P.get.validation(n);i.hasClass(C.error)?(P.debug("Revalidating field",n,o),o&&P.validate.field(o)):"blur"==v.on&&o&&P.validate.field(o)},change:function(t){var n=e(this),i=n.closest(g),o=P.get.validation(n);o&&("change"==v.on||i.hasClass(C.error)&&v.revalidate)&&(clearTimeout(P.timer),P.timer=setTimeout(function(){P.debug("Revalidating field",n,P.get.validation(n)),P.validate.field(o)},v.delay))}}},get:{ancillaryValue:function(e){return!(!e.type||!e.value&&!P.is.bracketedRule(e))&&(e.value!==i?e.value:e.type.match(v.regExp.bracket)[1]+"")},ruleName:function(e){return P.is.bracketedRule(e)?e.type.replace(e.type.match(v.regExp.bracket)[0],""):e.type},changeEvent:function(e,t){return"checkbox"==e||"radio"==e||"hidden"==e||t.is("select")?"change":P.get.inputEvent()},inputEvent:function(){return n.createElement("input").oninput!==i?"input":n.createElement("input").onpropertychange!==i?"propertychange":"keyup"},fieldsFromShorthand:function(t){var n={};return e.each(t,function(t,i){"string"==typeof i&&(i=[i]),n[t]={rules:[]},e.each(i,function(e,i){n[t].rules.push({type:i})})}),n},prompt:function(t,n){var i,o,a=P.get.ruleName(t),r=P.get.ancillaryValue(t),s=P.get.field(n.identifier),l=s.val(),c=e.isFunction(t.prompt)?t.prompt(l):t.prompt||v.prompt[a]||v.text.unspecifiedRule,u=-1!==c.search("{value}"),d=-1!==c.search("{name}");return u&&(c=c.replace("{value}",s.val())),d&&(o=1==(i=s.closest(x.group).find("label").eq(0)).length?i.text():s.prop("placeholder")||v.text.unspecifiedField,c=c.replace("{name}",o)),c=(c=c.replace("{identifier}",n.identifier)).replace("{ruleValue}",r),t.prompt||P.verbose("Using default validation prompt for type",c,a),c},settings:function(){if(e.isPlainObject(t)){var n=Object.keys(t);n.length>0&&(t[n[0]].identifier!==i&&t[n[0]].rules!==i)?(v=e.extend(!0,{},e.fn.form.settings,u),b=e.extend({},e.fn.form.settings.defaults,t),P.error(v.error.oldSyntax,F),P.verbose("Extending settings from legacy parameters",b,v)):(t.fields&&P.is.shorthandFields(t.fields)&&(t.fields=P.get.fieldsFromShorthand(t.fields)),v=e.extend(!0,{},e.fn.form.settings,t),b=e.extend({},e.fn.form.settings.defaults,v.fields),P.verbose("Extending settings",b,v))}else v=e.fn.form.settings,b=e.fn.form.settings.defaults,P.verbose("Using default form validation",b,v);k=v.namespace,y=v.metadata,x=v.selector,C=v.className,w=v.regExp,S=v.error,T="module-"+k,A="."+k,R=E.data(T),P.refresh()},field:function(t){return P.verbose("Finding field with identifier",t),t=P.escape.string(t),m.filter("#"+t).length>0?m.filter("#"+t):m.filter('[name="'+t+'"]').length>0?m.filter('[name="'+t+'"]'):m.filter('[name="'+t+'[]"]').length>0?m.filter('[name="'+t+'[]"]'):m.filter("[data-"+y.validate+'="'+t+'"]').length>0?m.filter("[data-"+y.validate+'="'+t+'"]'):e("<input/>")},fields:function(t){var n=e();return e.each(t,function(e,t){n=n.add(P.get.field(t))}),n},validation:function(t){var n,i;return!!b&&(e.each(b,function(e,o){i=o.identifier||e,P.get.field(i)[0]==t[0]&&(o.identifier=i,n=o)}),n||!1)},value:function(e){var t=[];return t.push(e),P.get.values.call(F,t)[e]},values:function(t){var n={};return(e.isArray(t)?P.get.fields(t):m).each(function(t,o){var a=e(o),r=(a.prop("type"),a.prop("name")),s=a.val(),l=a.is(x.checkbox),c=a.is(x.radio),u=-1!==r.indexOf("[]"),d=!!l&&a.is(":checked");r&&(u?(r=r.replace("[]",""),n[r]||(n[r]=[]),l?d?n[r].push(s||!0):n[r].push(!1):n[r].push(s)):c?n[r]!==i&&0!=n[r]||(n[r]=!!d&&(s||!0)):n[r]=l?!!d&&(s||!0):s)}),n}},has:{field:function(e){return P.verbose("Checking for existence of a field with identifier",e),"string"!=typeof(e=P.escape.string(e))&&P.error(S.identifier,e),m.filter("#"+e).length>0||(m.filter('[name="'+e+'"]').length>0||m.filter("[data-"+y.validate+'="'+e+'"]').length>0)}},escape:{string:function(e){return(e=String(e)).replace(w.escape,"\\$&")}},add:{rule:function(e,t){P.add.field(e,t)},field:function(t,n){var i={};P.is.shorthandRules(n)?(n=e.isArray(n)?n:[n],i[t]={rules:[]},e.each(n,function(e,n){i[t].rules.push({type:n})})):i[t]=n,b=e.extend({},b,i),P.debug("Adding rules",i,b)},fields:function(t){var n;n=t&&P.is.shorthandFields(t)?P.get.fieldsFromShorthand(t):t,b=e.extend({},b,n)},prompt:function(t,n){var o=P.get.field(t).closest(g),a=o.children(x.prompt),r=0!==a.length;n="string"==typeof n?[n]:n,P.verbose("Adding field error state",t),o.addClass(C.error),v.inline&&(r||(a=v.templates.prompt(n)).appendTo(o),a.html(n[0]),r?P.verbose("Inline errors are disabled, no inline error added",t):v.transition&&e.fn.transition!==i&&E.transition("is supported")?(P.verbose("Displaying error with css transition",v.transition),a.transition(v.transition+" in",v.duration)):(P.verbose("Displaying error with fallback javascript animation"),a.fadeIn(v.duration)))},errors:function(e){P.debug("Adding form error messages",e),P.set.error(),p.html(v.templates.error(e))}},remove:{rule:function(t,n){var o=e.isArray(n)?n:[n];if(n==i)return P.debug("Removed all rules"),void(b[t].rules=[]);b[t]!=i&&e.isArray(b[t].rules)&&e.each(b[t].rules,function(e,n){-1!==o.indexOf(n.type)&&(P.debug("Removed rule",n.type),b[t].rules.splice(e,1))})},field:function(t){var n=e.isArray(t)?t:[t];e.each(n,function(e,t){P.remove.rule(t)})},rules:function(t,n){e.isArray(t)?e.each(fields,function(e,t){P.remove.rule(t,n)}):P.remove.rule(t,n)},fields:function(e){P.remove.field(e)},prompt:function(t){var n=P.get.field(t).closest(g),o=n.children(x.prompt);n.removeClass(C.error),v.inline&&o.is(":visible")&&(P.verbose("Removing prompt for field",t),v.transition&&e.fn.transition!==i&&E.transition("is supported")?o.transition(v.transition+" out",v.duration,function(){o.remove()}):o.fadeOut(v.duration,function(){o.remove()}))}},set:{success:function(){E.removeClass(C.error).addClass(C.success)},defaults:function(){m.each(function(){var t=e(this),n=t.filter(x.checkbox).length>0?t.is(":checked"):t.val();t.data(y.defaultValue,n)})},error:function(){E.removeClass(C.success).addClass(C.error)},value:function(e,t){var n={};return n[e]=t,P.set.values.call(F,n)},values:function(t){e.isEmptyObject(t)||e.each(t,function(t,n){var i,o=P.get.field(t),a=o.parent(),r=e.isArray(n),s=a.is(x.uiCheckbox),l=a.is(x.uiDropdown),c=o.is(x.radio)&&s;o.length>0&&(r&&s?(P.verbose("Selecting multiple",n,o),a.checkbox("uncheck"),e.each(n,function(e,t){i=o.filter('[value="'+t+'"]'),a=i.parent(),i.length>0&&a.checkbox("check")})):c?(P.verbose("Selecting radio value",n,o),o.filter('[value="'+n+'"]').parent(x.uiCheckbox).checkbox("check")):s?(P.verbose("Setting checkbox value",n,a),!0===n?a.checkbox("check"):a.checkbox("uncheck")):l?(P.verbose("Setting dropdown value",n,a),a.dropdown("set selected",n)):(P.verbose("Setting field value",n,o),o.val(n)))})}},validate:{form:function(e,t){var n=P.get.values();if(D)return!1;if(O=[],P.determine.isValid()){if(P.debug("Form has no validation errors, submitting"),P.set.success(),!0!==t)return v.onSuccess.call(F,e,n)}else if(P.debug("Form has errors"),P.set.error(),v.inline||P.add.errors(O),E.data("moduleApi")!==i&&e.stopImmediatePropagation(),!0!==t)return v.onFailure.call(F,O,n)},field:function(t,n,o){o=o===i||o,"string"==typeof t&&(P.verbose("Validating field",t),n=t,t=b[t]);var a=t.identifier||n,r=P.get.field(a),s=!!t.depends&&P.get.field(t.depends),l=!0,c=[];return t.identifier||(P.debug("Using field name as identifier",a),t.identifier=a),r.prop("disabled")?(P.debug("Field is disabled. Skipping",a),l=!0):t.optional&&P.is.blank(r)?(P.debug("Field is optional and blank. Skipping",a),l=!0):t.depends&&P.is.empty(s)?(P.debug("Field depends on another value that is not present or empty. Skipping",s),l=!0):t.rules!==i&&e.each(t.rules,function(e,n){P.has.field(a)&&!P.validate.rule(t,n)&&(P.debug("Field is invalid",a,n.type),c.push(P.get.prompt(n,t)),l=!1)}),l?(o&&(P.remove.prompt(a,c),v.onValid.call(r)),!0):(o&&(O=O.concat(c),P.add.prompt(a,c),v.onInvalid.call(r,c)),!1)},rule:function(t,n){var o=P.get.field(t.identifier),a=(n.type,o.val()),r=P.get.ancillaryValue(n),s=P.get.ruleName(n),l=v.rules[s];if(e.isFunction(l))return a=a===i||""===a||null===a?"":e.trim(a+""),l.call(o,a,r);P.error(S.noRule,s)}},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];v[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,P,t);else{if(n===i)return P[t];P[t]=n}},debug:function(){!v.silent&&v.debug&&(v.performance?P.performance.log(arguments):(P.debug=Function.prototype.bind.call(console.info,console,v.name+":"),P.debug.apply(console,arguments)))},verbose:function(){!v.silent&&v.verbose&&v.debug&&(v.performance?P.performance.log(arguments):(P.verbose=Function.prototype.bind.call(console.info,console,v.name+":"),P.verbose.apply(console,arguments)))},error:function(){v.silent||(P.error=Function.prototype.bind.call(console.error,console,v.name+":"),P.error.apply(console,arguments))},performance:{log:function(e){var t,n;v.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:F,"Execution Time":n})),clearTimeout(P.performance.timer),P.performance.timer=setTimeout(P.performance.display,500)},display:function(){var t=v.name+":",n=0;s=!1,clearTimeout(P.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,a){var r,s,l,c=R;return n=n||f,a=F||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s}}).initialize()}),o!==i?o:this},e.fn.form.settings={name:"Form",namespace:"form",debug:!1,verbose:!1,performance:!0,fields:!1,keyboardShortcuts:!0,on:"submit",inline:!1,delay:200,revalidate:!0,transition:"scale",duration:200,onValid:function(){},onInvalid:function(){},onSuccess:function(){return!0},onFailure:function(){return!1},metadata:{defaultValue:"default",validate:"validate"},regExp:{htmlID:/^[a-zA-Z][\w:.-]*$/g,bracket:/\[(.*)\]/i,decimal:/^\d+\.?\d*$/,email:/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,flags:/^\/(.*)\/(.*)?/,integer:/^\-?\d+$/,number:/^\-?\d*(\.\d+)?$/,url:/(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i},text:{unspecifiedRule:"Please enter a valid value",unspecifiedField:"This field"},prompt:{empty:"{name} must have a value",checked:"{name} must be checked",email:"{name} must be a valid e-mail",url:"{name} must be a valid url",regExp:"{name} is not formatted correctly",integer:"{name} must be an integer",decimal:"{name} must be a decimal number",number:"{name} must be set to a number",is:'{name} must be "{ruleValue}"',isExactly:'{name} must be exactly "{ruleValue}"',not:'{name} cannot be set to "{ruleValue}"',notExactly:'{name} cannot be set to exactly "{ruleValue}"',contain:'{name} must contain "{ruleValue}"',containExactly:'{name} must contain exactly "{ruleValue}"',doesntContain:'{name} cannot contain "{ruleValue}"',doesntContainExactly:'{name} cannot contain exactly "{ruleValue}"',minLength:"{name} must be at least {ruleValue} characters",length:"{name} must be at least {ruleValue} characters",exactLength:"{name} must be exactly {ruleValue} characters",maxLength:"{name} cannot be longer than {ruleValue} characters",match:"{name} must match {ruleValue} field",different:"{name} must have a different value than {ruleValue} field",creditCard:"{name} must be a valid credit card number",minCount:"{name} must have at least {ruleValue} choices",exactCount:"{name} must have exactly {ruleValue} choices",maxCount:"{name} must have {ruleValue} or less choices"},selector:{checkbox:'input[type="checkbox"], input[type="radio"]',clear:".clear",field:"input, textarea, select",group:".field",input:"input",message:".error.message",prompt:".prompt.label",radio:'input[type="radio"]',reset:'.reset:not([type="reset"])',submit:'.submit:not([type="submit"])',uiCheckbox:".ui.checkbox",uiDropdown:".ui.dropdown"},className:{error:"error",label:"ui prompt label",pressed:"down",success:"success"},error:{identifier:"You must specify a string identifier for each field",method:"The method you called is not defined.",noRule:"There is no rule matching the one you specified",oldSyntax:"Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically."},templates:{error:function(t){var n='<ul class="list">';return e.each(t,function(e,t){n+="<li>"+t+"</li>"}),e(n+="</ul>")},prompt:function(t){return e("<div/>").addClass("ui basic red pointing prompt label").html(t[0])}},rules:{empty:function(t){return!(t===i||""===t||e.isArray(t)&&0===t.length)},checked:function(){return e(this).filter(":checked").length>0},email:function(t){return e.fn.form.settings.regExp.email.test(t)},url:function(t){return e.fn.form.settings.regExp.url.test(t)},regExp:function(t,n){if(n instanceof RegExp)return t.match(n);var i,o=n.match(e.fn.form.settings.regExp.flags);return o&&(n=o.length>=2?o[1]:n,i=o.length>=3?o[2]:""),t.match(new RegExp(n,i))},integer:function(t,n){var o,a,r,s=e.fn.form.settings.regExp.integer;return n&&-1===["",".."].indexOf(n)&&(-1==n.indexOf("..")?s.test(n)&&(o=a=n-0):(r=n.split("..",2),s.test(r[0])&&(o=r[0]-0),s.test(r[1])&&(a=r[1]-0))),s.test(t)&&(o===i||t>=o)&&(a===i||t<=a)},decimal:function(t){return e.fn.form.settings.regExp.decimal.test(t)},number:function(t){return e.fn.form.settings.regExp.number.test(t)},is:function(e,t){return t="string"==typeof t?t.toLowerCase():t,(e="string"==typeof e?e.toLowerCase():e)==t},isExactly:function(e,t){return e==t},not:function(e,t){return(e="string"==typeof e?e.toLowerCase():e)!=(t="string"==typeof t?t.toLowerCase():t)},notExactly:function(e,t){return e!=t},contains:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n,"i"))},containsExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n))},doesntContain:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n,"i"))},doesntContainExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n))},minLength:function(e,t){return e!==i&&e.length>=t},length:function(e,t){return e!==i&&e.length>=t},exactLength:function(e,t){return e!==i&&e.length==t},maxLength:function(e,t){return e!==i&&e.length<=t},match:function(t,n){var o;e(this);return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i&&t.toString()==o.toString()},different:function(t,n){var o;e(this);return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i&&t.toString()!==o.toString()},creditCard:function(t,n){var i,o,a={visa:{pattern:/^4/,length:[16]},amex:{pattern:/^3[47]/,length:[15]},mastercard:{pattern:/^5[1-5]/,length:[16]},discover:{pattern:/^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/,length:[16]},unionPay:{pattern:/^(62|88)/,length:[16,17,18,19]},jcb:{pattern:/^35(2[89]|[3-8][0-9])/,length:[16]},maestro:{pattern:/^(5018|5020|5038|6304|6759|676[1-3])/,length:[12,13,14,15,16,17,18,19]},dinersClub:{pattern:/^(30[0-5]|^36)/,length:[14]},laser:{pattern:/^(6304|670[69]|6771)/,length:[16,17,18,19]},visaElectron:{pattern:/^(4026|417500|4508|4844|491(3|7))/,length:[16]}},r={},s=!1,l="string"==typeof n&&n.split(",");if("string"==typeof t&&0!==t.length){if(t=t.replace(/[\-]/g,""),l&&(e.each(l,function(n,i){(o=a[i])&&(r={length:-1!==e.inArray(t.length,o.length),pattern:-1!==t.search(o.pattern)}).length&&r.pattern&&(s=!0)}),!s))return!1;if((i={number:-1!==e.inArray(t.length,a.unionPay.length),pattern:-1!==t.search(a.unionPay.pattern)}).number&&i.pattern)return!0;for(var c=t.length,u=0,d=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],f=0;c--;)f+=d[u][parseInt(t.charAt(c),10)],u^=1;return f%10==0&&f>0}},minCount:function(e,t){return 0==t||(1==t?""!==e:e.split(",").length>=t)},exactCount:function(e,t){return 0==t?""===e:1==t?""!==e&&-1===e.search(","):e.split(",").length==t},maxCount:function(e,t){return 0!=t&&(1==t?-1===e.search(","):e.split(",").length<=t)}}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.accordion=function(n){var o,a=e(this),r=(new Date).getTime(),s=[],l=arguments[0],c="string"==typeof l,u=[].slice.call(arguments,1);t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame;return a.each(function(){var d,f,m=e.isPlainObject(n)?e.extend(!0,{},e.fn.accordion.settings,n):e.extend({},e.fn.accordion.settings),g=m.className,p=m.namespace,h=m.selector,v=m.error,b="."+p,y="module-"+p,x=a.selector||"",C=e(this),w=C.find(h.title),S=C.find(h.content),k=this,T=C.data(y);f={initialize:function(){f.debug("Initializing",C),f.bind.events(),m.observeChanges&&f.observeChanges(),f.instantiate()},instantiate:function(){T=f,C.data(y,f)},destroy:function(){f.debug("Destroying previous instance",C),C.off(b).removeData(y)},refresh:function(){w=C.find(h.title),S=C.find(h.content)},observeChanges:function(){"MutationObserver"in t&&((d=new MutationObserver(function(e){f.debug("DOM tree modified, updating selector cache"),f.refresh()})).observe(k,{childList:!0,subtree:!0}),f.debug("Setting up mutation observer",d))},bind:{events:function(){f.debug("Binding delegated events"),C.on(m.on+b,h.trigger,f.event.click)}},event:{click:function(){f.toggle.call(this)}},toggle:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(h.title):e(this).closest(h.title),o=n.next(S),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=r&&!a,l=!r&&a;f.debug("Toggling visibility of content",n),s||l?m.collapsible?f.close.call(n):f.debug("Cannot close accordion content collapsing is disabled"):f.open.call(n)},open:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(h.title):e(this).closest(h.title),o=n.next(S),a=o.hasClass(g.animating);o.hasClass(g.active)||a?f.debug("Accordion already open, skipping",o):(f.debug("Opening accordion content",n),m.onOpening.call(o),m.onChanging.call(o),m.exclusive&&f.closeOthers.call(n),n.addClass(g.active),o.stop(!0,!0).addClass(g.animating),m.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade in",queue:!1,useFailSafe:!0,debug:m.debug,verbose:m.verbose,duration:m.duration}):o.children().stop(!0,!0).animate({opacity:1},m.duration,f.resetOpacity)),o.slideDown(m.duration,m.easing,function(){o.removeClass(g.animating).addClass(g.active),f.reset.display.call(this),m.onOpen.call(this),m.onChange.call(this)}))},close:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(h.title):e(this).closest(h.title),o=n.next(S),a=o.hasClass(g.animating),r=o.hasClass(g.active);!r&&!(!r&&a)||r&&a||(f.debug("Closing accordion content",o),m.onClosing.call(o),m.onChanging.call(o),n.removeClass(g.active),o.stop(!0,!0).addClass(g.animating),m.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade out",queue:!1,useFailSafe:!0,debug:m.debug,verbose:m.verbose,duration:m.duration}):o.children().stop(!0,!0).animate({opacity:0},m.duration,f.resetOpacity)),o.slideUp(m.duration,m.easing,function(){o.removeClass(g.animating).removeClass(g.active),f.reset.display.call(this),m.onClose.call(this),m.onChange.call(this)}))},closeOthers:function(t){var n,o,a,r=t!==i?w.eq(t):e(this).closest(h.title),s=r.parents(h.content).prev(h.title),l=r.closest(h.accordion),c=h.title+"."+g.active+":visible",u=h.content+"."+g.active+":visible";m.closeNested?a=(n=l.find(c).not(s)).next(S):(n=l.find(c).not(s),o=l.find(u).find(c).not(s),a=(n=n.not(o)).next(S)),n.length>0&&(f.debug("Exclusive enabled, closing other content",n),n.removeClass(g.active),a.removeClass(g.animating).stop(!0,!0),m.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?a.children().transition({animation:"fade out",useFailSafe:!0,debug:m.debug,verbose:m.verbose,duration:m.duration}):a.children().stop(!0,!0).animate({opacity:0},m.duration,f.resetOpacity)),a.slideUp(m.duration,m.easing,function(){e(this).removeClass(g.active),f.reset.display.call(this)}))},reset:{display:function(){f.verbose("Removing inline display from element",this),e(this).css("display",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")},opacity:function(){f.verbose("Removing inline opacity from element",this),e(this).css("opacity",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")}},setting:function(t,n){if(f.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];e.isPlainObject(m[t])?e.extend(!0,m[t],n):m[t]=n}},internal:function(t,n){if(f.debug("Changing internal",t,n),n===i)return f[t];e.isPlainObject(t)?e.extend(!0,f,t):f[t]=n},debug:function(){!m.silent&&m.debug&&(m.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,m.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!m.silent&&m.verbose&&m.debug&&(m.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),f.verbose.apply(console,arguments)))},error:function(){m.silent||(f.error=Function.prototype.bind.call(console.error,console,m.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,n;m.performance&&(n=(t=(new Date).getTime())-(r||t),r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:k,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var t=m.name+":",n=0;r=!1,clearTimeout(f.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",x&&(t+=" '"+x+"'"),(console.group!==i||console.table!==i)&&s.length>0&&(console.groupCollapsed(t),console.table?console.table(s):e.each(s,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),s=[]}},invoke:function(t,n,a){var r,s,l,c=T;return n=n||u,a=k||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(f.error(v.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s}},c?(T===i&&f.initialize(),f.invoke(l)):(T!==i&&T.invoke("destroy"),f.initialize())}),o!==i?o:this},e.fn.accordion.settings={name:"Accordion",namespace:"accordion",silent:!1,debug:!1,verbose:!1,performance:!0,on:"click",observeChanges:!0,exclusive:!0,collapsible:!0,closeNested:!1,animateChildren:!0,duration:350,easing:"easeOutQuad",onOpening:function(){},onClosing:function(){},onChanging:function(){},onOpen:function(){},onClose:function(){},onChange:function(){},error:{method:"The method you called is not defined"},className:{active:"active",animating:"animating"},selector:{accordion:".accordion",title:".title",trigger:".title",content:".content"}},e.extend(e.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.checkbox=function(o){var a,r=e(this),s=r.selector||"",l=(new Date).getTime(),c=[],u=arguments[0],d="string"==typeof u,f=[].slice.call(arguments,1);return r.each(function(){var r,m,g=e.extend(!0,{},e.fn.checkbox.settings,o),p=g.className,h=g.namespace,v=g.selector,b=g.error,y="."+h,x="module-"+h,C=e(this),w=e(this).children(v.label),S=e(this).children(v.input),k=S[0],T=!1,A=!1,R=C.data(x),P=this;m={initialize:function(){m.verbose("Initializing checkbox",g),m.create.label(),m.bind.events(),m.set.tabbable(),m.hide.input(),m.observeChanges(),m.instantiate(),m.setup()},instantiate:function(){m.verbose("Storing instance of module",m),R=m,C.data(x,m)},destroy:function(){m.verbose("Destroying module"),m.unbind.events(),m.show.input(),C.removeData(x)},fix:{reference:function(){C.is(v.input)&&(m.debug("Behavior called on <input> adjusting invoked element"),C=C.closest(v.checkbox),m.refresh())}},setup:function(){m.set.initialLoad(),m.is.indeterminate()?(m.debug("Initial value is indeterminate"),m.indeterminate()):m.is.checked()?(m.debug("Initial value is checked"),m.check()):(m.debug("Initial value is unchecked"),m.uncheck()),m.remove.initialLoad()},refresh:function(){w=C.children(v.label),S=C.children(v.input),k=S[0]},hide:{input:function(){m.verbose("Modifying <input> z-index to be unselectable"),S.addClass(p.hidden)}},show:{input:function(){m.verbose("Modifying <input> z-index to be selectable"),S.removeClass(p.hidden)}},observeChanges:function(){"MutationObserver"in t&&((r=new MutationObserver(function(e){m.debug("DOM tree modified, updating selector cache"),m.refresh()})).observe(P,{childList:!0,subtree:!0}),m.debug("Setting up mutation observer",r))},attachEvents:function(t,n){var i=e(t);n=e.isFunction(m[n])?m[n]:m.toggle,i.length>0?(m.debug("Attaching checkbox events to element",t,n),i.on("click"+y,n)):m.error(b.notFound)},event:{click:function(t){var n=e(t.target);n.is(v.input)?m.verbose("Using default check action on initialized checkbox"):n.is(v.link)?m.debug("Clicking link inside checkbox, skipping toggle"):(m.toggle(),S.focus(),t.preventDefault())},keydown:function(e){var t=e.which,n=13,i=32;t==27?(m.verbose("Escape key pressed blurring field"),S.blur(),A=!0):e.ctrlKey||t!=i&&t!=n?A=!1:(m.verbose("Enter/space key pressed, toggling checkbox"),m.toggle(),A=!0)},keyup:function(e){A&&e.preventDefault()}},check:function(){m.should.allowCheck()&&(m.debug("Checking checkbox",S),m.set.checked(),m.should.ignoreCallbacks()||(g.onChecked.call(k),g.onChange.call(k)))},uncheck:function(){m.should.allowUncheck()&&(m.debug("Unchecking checkbox"),m.set.unchecked(),m.should.ignoreCallbacks()||(g.onUnchecked.call(k),g.onChange.call(k)))},indeterminate:function(){m.should.allowIndeterminate()?m.debug("Checkbox is already indeterminate"):(m.debug("Making checkbox indeterminate"),m.set.indeterminate(),m.should.ignoreCallbacks()||(g.onIndeterminate.call(k),g.onChange.call(k)))},determinate:function(){m.should.allowDeterminate()?m.debug("Checkbox is already determinate"):(m.debug("Making checkbox determinate"),m.set.determinate(),m.should.ignoreCallbacks()||(g.onDeterminate.call(k),g.onChange.call(k)))},enable:function(){m.is.enabled()?m.debug("Checkbox is already enabled"):(m.debug("Enabling checkbox"),m.set.enabled(),g.onEnable.call(k),g.onEnabled.call(k))},disable:function(){m.is.disabled()?m.debug("Checkbox is already disabled"):(m.debug("Disabling checkbox"),m.set.disabled(),g.onDisable.call(k),g.onDisabled.call(k))},get:{radios:function(){var t=m.get.name();return e('input[name="'+t+'"]').closest(v.checkbox)},otherRadios:function(){return m.get.radios().not(C)},name:function(){return S.attr("name")}},is:{initialLoad:function(){return T},radio:function(){return S.hasClass(p.radio)||"radio"==S.attr("type")},indeterminate:function(){return S.prop("indeterminate")!==i&&S.prop("indeterminate")},checked:function(){return S.prop("checked")!==i&&S.prop("checked")},disabled:function(){return S.prop("disabled")!==i&&S.prop("disabled")},enabled:function(){return!m.is.disabled()},determinate:function(){return!m.is.indeterminate()},unchecked:function(){return!m.is.checked()}},should:{allowCheck:function(){return m.is.determinate()&&m.is.checked()&&!m.should.forceCallbacks()?(m.debug("Should not allow check, checkbox is already checked"),!1):!1!==g.beforeChecked.apply(k)||(m.debug("Should not allow check, beforeChecked cancelled"),!1)},allowUncheck:function(){return m.is.determinate()&&m.is.unchecked()&&!m.should.forceCallbacks()?(m.debug("Should not allow uncheck, checkbox is already unchecked"),!1):!1!==g.beforeUnchecked.apply(k)||(m.debug("Should not allow uncheck, beforeUnchecked cancelled"),!1)},allowIndeterminate:function(){return m.is.indeterminate()&&!m.should.forceCallbacks()?(m.debug("Should not allow indeterminate, checkbox is already indeterminate"),!1):!1!==g.beforeIndeterminate.apply(k)||(m.debug("Should not allow indeterminate, beforeIndeterminate cancelled"),!1)},allowDeterminate:function(){return m.is.determinate()&&!m.should.forceCallbacks()?(m.debug("Should not allow determinate, checkbox is already determinate"),!1):!1!==g.beforeDeterminate.apply(k)||(m.debug("Should not allow determinate, beforeDeterminate cancelled"),!1)},forceCallbacks:function(){return m.is.initialLoad()&&g.fireOnInit},ignoreCallbacks:function(){return T&&!g.fireOnInit}},can:{change:function(){return!(C.hasClass(p.disabled)||C.hasClass(p.readOnly)||S.prop("disabled")||S.prop("readonly"))},uncheck:function(){return"boolean"==typeof g.uncheckable?g.uncheckable:!m.is.radio()}},set:{initialLoad:function(){T=!0},checked:function(){m.verbose("Setting class to checked"),C.removeClass(p.indeterminate).addClass(p.checked),m.is.radio()&&m.uncheckOthers(),m.is.indeterminate()||!m.is.checked()?(m.verbose("Setting state to checked",k),S.prop("indeterminate",!1).prop("checked",!0),m.trigger.change()):m.debug("Input is already checked, skipping input property change")},unchecked:function(){m.verbose("Removing checked class"),C.removeClass(p.indeterminate).removeClass(p.checked),m.is.indeterminate()||!m.is.unchecked()?(m.debug("Setting state to unchecked"),S.prop("indeterminate",!1).prop("checked",!1),m.trigger.change()):m.debug("Input is already unchecked")},indeterminate:function(){m.verbose("Setting class to indeterminate"),C.addClass(p.indeterminate),m.is.indeterminate()?m.debug("Input is already indeterminate, skipping input property change"):(m.debug("Setting state to indeterminate"),S.prop("indeterminate",!0),m.trigger.change())},determinate:function(){m.verbose("Removing indeterminate class"),C.removeClass(p.indeterminate),m.is.determinate()?m.debug("Input is already determinate, skipping input property change"):(m.debug("Setting state to determinate"),S.prop("indeterminate",!1))},disabled:function(){m.verbose("Setting class to disabled"),C.addClass(p.disabled),m.is.disabled()?m.debug("Input is already disabled, skipping input property change"):(m.debug("Setting state to disabled"),S.prop("disabled","disabled"),m.trigger.change())},enabled:function(){m.verbose("Removing disabled class"),C.removeClass(p.disabled),m.is.enabled()?m.debug("Input is already enabled, skipping input property change"):(m.debug("Setting state to enabled"),S.prop("disabled",!1),m.trigger.change())},tabbable:function(){m.verbose("Adding tabindex to checkbox"),S.attr("tabindex")===i&&S.attr("tabindex",0)}},remove:{initialLoad:function(){T=!1}},trigger:{change:function(){var e=n.createEvent("HTMLEvents"),t=S[0];t&&(m.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},create:{label:function(){S.prevAll(v.label).length>0?(S.prev(v.label).detach().insertAfter(S),m.debug("Moving existing label",w)):m.has.label()||(w=e("<label>").insertAfter(S),m.debug("Creating label",w))}},has:{label:function(){return w.length>0}},bind:{events:function(){m.verbose("Attaching checkbox events"),C.on("click"+y,m.event.click).on("keydown"+y,v.input,m.event.keydown).on("keyup"+y,v.input,m.event.keyup)}},unbind:{events:function(){m.debug("Removing events"),C.off(y)}},uncheckOthers:function(){var e=m.get.otherRadios();m.debug("Unchecking other radios",e),e.removeClass(p.checked)},toggle:function(){m.can.change()?m.is.indeterminate()||m.is.unchecked()?(m.debug("Currently unchecked"),m.check()):m.is.checked()&&m.can.uncheck()&&(m.debug("Currently checked"),m.uncheck()):m.is.radio()||m.debug("Checkbox is read-only or disabled, ignoring toggle")},setting:function(t,n){if(m.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];e.isPlainObject(g[t])?e.extend(!0,g[t],n):g[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];m[t]=n}},debug:function(){!g.silent&&g.debug&&(g.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,g.name+":"),m.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),m.verbose.apply(console,arguments)))},error:function(){g.silent||(m.error=Function.prototype.bind.call(console.error,console,g.name+":"),m.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(l||t),l=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:P,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=g.name+":",n=0;l=!1,clearTimeout(m.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var r,s,l,c=R;return n=n||f,o=P||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(m.error(b.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},d?(R===i&&m.initialize(),m.invoke(u)):(R!==i&&R.invoke("destroy"),m.initialize())}),a!==i?a:this},e.fn.checkbox.settings={name:"Checkbox",namespace:"checkbox",silent:!1,debug:!1,verbose:!0,performance:!0,uncheckable:"auto",fireOnInit:!1,onChange:function(){},beforeChecked:function(){},beforeUnchecked:function(){},beforeDeterminate:function(){},beforeIndeterminate:function(){},onChecked:function(){},onUnchecked:function(){},onDeterminate:function(){},onIndeterminate:function(){},onEnable:function(){},onDisable:function(){},onEnabled:function(){},onDisabled:function(){},className:{checked:"checked",indeterminate:"indeterminate",disabled:"disabled",hidden:"hidden",radio:"radio",readOnly:"read-only"},error:{method:"The method you called is not defined"},selector:{checkbox:".ui.checkbox",label:"label, .box",input:'input[type="checkbox"], input[type="radio"]',link:"a[href]"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.dimmer=function(t){var o,a=e(this),r=(new Date).getTime(),s=[],l=arguments[0],c="string"==typeof l,u=[].slice.call(arguments,1);return a.each(function(){var d,f,m,g=e.isPlainObject(t)?e.extend(!0,{},e.fn.dimmer.settings,t):e.extend({},e.fn.dimmer.settings),p=g.selector,h=g.namespace,v=g.className,b=g.error,y="."+h,x="module-"+h,C=a.selector||"",w="ontouchstart"in n.documentElement?"touchstart":"click",S=e(this),k=this,T=S.data(x);(m={preinitialize:function(){m.is.dimmer()?(f=S.parent(),d=S):(f=S,d=m.has.dimmer()?g.dimmerName?f.find(p.dimmer).filter("."+g.dimmerName):f.find(p.dimmer):m.create(),m.set.variation())},initialize:function(){m.debug("Initializing dimmer",g),m.bind.events(),m.set.dimmable(),m.instantiate()},instantiate:function(){m.verbose("Storing instance of module",m),T=m,S.data(x,T)},destroy:function(){m.verbose("Destroying previous module",d),m.unbind.events(),m.remove.variation(),f.off(y)},bind:{events:function(){"hover"==g.on?f.on("mouseenter"+y,m.show).on("mouseleave"+y,m.hide):"click"==g.on&&f.on(w+y,m.toggle),m.is.page()&&(m.debug("Setting as a page dimmer",f),m.set.pageDimmer()),m.is.closable()&&(m.verbose("Adding dimmer close event",d),f.on(w+y,p.dimmer,m.event.click))}},unbind:{events:function(){S.removeData(x),f.off(y)}},event:{click:function(t){m.verbose("Determining if event occured on dimmer",t),(0===d.find(t.target).length||e(t.target).is(p.content))&&(m.hide(),t.stopImmediatePropagation())}},addContent:function(t){var n=e(t);m.debug("Add content to dimmer",n),n.parent()[0]!==d[0]&&n.detach().appendTo(d)},create:function(){var t=e(g.template.dimmer());return g.dimmerName&&(m.debug("Creating named dimmer",g.dimmerName),t.addClass(g.dimmerName)),t.appendTo(f),t},show:function(t){t=e.isFunction(t)?t:function(){},m.debug("Showing dimmer",d,g),m.is.dimmed()&&!m.is.animating()||!m.is.enabled()?m.debug("Dimmer is already shown or disabled"):(m.animate.show(t),g.onShow.call(k),g.onChange.call(k))},hide:function(t){t=e.isFunction(t)?t:function(){},m.is.dimmed()||m.is.animating()?(m.debug("Hiding dimmer",d),m.animate.hide(t),g.onHide.call(k),g.onChange.call(k)):m.debug("Dimmer is not visible")},toggle:function(){m.verbose("Toggling dimmer visibility",d),m.is.dimmed()?m.hide():m.show()},animate:{show:function(t){t=e.isFunction(t)?t:function(){},g.useCSS&&e.fn.transition!==i&&d.transition("is supported")?("auto"!==g.opacity&&m.set.opacity(),d.transition({displayType:"flex",animation:g.transition+" in",queue:!1,duration:m.get.duration(),useFailSafe:!0,onStart:function(){m.set.dimmed()},onComplete:function(){m.set.active(),t()}})):(m.verbose("Showing dimmer animation with javascript"),m.set.dimmed(),"auto"==g.opacity&&(g.opacity=.8),d.stop().css({opacity:0,width:"100%",height:"100%"}).fadeTo(m.get.duration(),g.opacity,function(){d.removeAttr("style"),m.set.active(),t()}))},hide:function(t){t=e.isFunction(t)?t:function(){},g.useCSS&&e.fn.transition!==i&&d.transition("is supported")?(m.verbose("Hiding dimmer with css"),d.transition({displayType:"flex",animation:g.transition+" out",queue:!1,duration:m.get.duration(),useFailSafe:!0,onStart:function(){m.remove.dimmed()},onComplete:function(){m.remove.active(),t()}})):(m.verbose("Hiding dimmer with javascript"),m.remove.dimmed(),d.stop().fadeOut(m.get.duration(),function(){m.remove.active(),d.removeAttr("style"),t()}))}},get:{dimmer:function(){return d},duration:function(){return"object"==typeof g.duration?m.is.active()?g.duration.hide:g.duration.show:g.duration}},has:{dimmer:function(){return g.dimmerName?S.find(p.dimmer).filter("."+g.dimmerName).length>0:S.find(p.dimmer).length>0}},is:{active:function(){return d.hasClass(v.active)},animating:function(){return d.is(":animated")||d.hasClass(v.animating)},closable:function(){return"auto"==g.closable?"hover"!=g.on:g.closable},dimmer:function(){return S.hasClass(v.dimmer)},dimmable:function(){return S.hasClass(v.dimmable)},dimmed:function(){return f.hasClass(v.dimmed)},disabled:function(){return f.hasClass(v.disabled)},enabled:function(){return!m.is.disabled()},page:function(){return f.is("body")},pageDimmer:function(){return d.hasClass(v.pageDimmer)}},can:{show:function(){return!d.hasClass(v.disabled)}},set:{opacity:function(e){var t=d.css("background-color"),n=t.split(","),i=n&&3==n.length,o=n&&4==n.length;e=0===g.opacity?0:g.opacity||e,i||o?(n[3]=e+")",t=n.join(",")):t="rgba(0, 0, 0, "+e+")",m.debug("Setting opacity to",e),d.css("background-color",t)},active:function(){d.addClass(v.active)},dimmable:function(){f.addClass(v.dimmable)},dimmed:function(){f.addClass(v.dimmed)},pageDimmer:function(){d.addClass(v.pageDimmer)},disabled:function(){d.addClass(v.disabled)},variation:function(e){(e=e||g.variation)&&d.addClass(e)}},remove:{active:function(){d.removeClass(v.active)},dimmed:function(){f.removeClass(v.dimmed)},disabled:function(){d.removeClass(v.disabled)},variation:function(e){(e=e||g.variation)&&d.removeClass(e)}},setting:function(t,n){if(m.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];e.isPlainObject(g[t])?e.extend(!0,g[t],n):g[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];m[t]=n}},debug:function(){!g.silent&&g.debug&&(g.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,g.name+":"),m.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),m.verbose.apply(console,arguments)))},error:function(){g.silent||(m.error=Function.prototype.bind.call(console.error,console,g.name+":"),m.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(r||t),r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:k,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=g.name+":",n=0;r=!1,clearTimeout(m.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",C&&(t+=" '"+C+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&s.length>0&&(console.groupCollapsed(t),console.table?console.table(s):e.each(s,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),s=[]}},invoke:function(t,n,a){var r,s,l,c=T;return n=n||u,a=k||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(m.error(b.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s}}).preinitialize(),c?(T===i&&m.initialize(),m.invoke(l)):(T!==i&&T.invoke("destroy"),m.initialize())}),o!==i?o:this},e.fn.dimmer.settings={name:"Dimmer",namespace:"dimmer",silent:!1,debug:!1,verbose:!1,performance:!0,dimmerName:!1,variation:!1,closable:"auto",useCSS:!0,transition:"fade",on:!1,opacity:"auto",duration:{show:500,hide:500},onChange:function(){},onShow:function(){},onHide:function(){},error:{method:"The method you called is not defined."},className:{active:"active",animating:"animating",dimmable:"dimmable",dimmed:"dimmed",dimmer:"dimmer",disabled:"disabled",hide:"hide",pageDimmer:"page",show:"show"},selector:{dimmer:"> .ui.dimmer",content:".ui.dimmer > .content, .ui.dimmer > .content > .center"},template:{dimmer:function(){return e("<div />").attr("class","ui dimmer")}}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.dropdown=function(o){var a,r=e(this),s=e(n),l=r.selector||"",c="ontouchstart"in n.documentElement,u=(new Date).getTime(),d=[],f=arguments[0],m="string"==typeof f,g=[].slice.call(arguments,1);return r.each(function(p){var h,v,b,y,x,C,w,S,k=e.isPlainObject(o)?e.extend(!0,{},e.fn.dropdown.settings,o):e.extend({},e.fn.dropdown.settings),T=k.className,A=k.message,R=k.fields,P=k.keys,E=k.metadata,F=k.namespace,O=k.regExp,D=k.selector,q=k.error,j=k.templates,z="."+F,I="module-"+F,M=e(this),L=e(k.context),V=M.find(D.text),N=M.find(D.search),H=M.find(D.sizer),U=M.find(D.input),W=M.find(D.icon),B=M.prev().find(D.text).length>0?M.prev().find(D.text):M.prev(),Q=M.children(D.menu),X=Q.find(D.item),$=!1,Y=!1,Z=!1,K=this,J=M.data(I);S={initialize:function(){S.debug("Initializing dropdown",k),S.is.alreadySetup()?S.setup.reference():(S.setup.layout(),k.values&&S.change.values(k.values),S.refreshData(),S.save.defaults(),S.restore.selected(),S.create.id(),S.bind.events(),S.observeChanges(),S.instantiate())},instantiate:function(){S.verbose("Storing instance of dropdown",S),J=S,M.data(I,S)},destroy:function(){S.verbose("Destroying previous dropdown",M),S.remove.tabbable(),M.off(z).removeData(I),Q.off(z),s.off(y),S.disconnect.menuObserver(),S.disconnect.selectObserver()},observeChanges:function(){"MutationObserver"in t&&(C=new MutationObserver(S.event.select.mutation),w=new MutationObserver(S.event.menu.mutation),S.debug("Setting up mutation observer",C,w),S.observe.select(),S.observe.menu())},disconnect:{menuObserver:function(){w&&w.disconnect()},selectObserver:function(){C&&C.disconnect()}},observe:{select:function(){S.has.input()&&C.observe(M[0],{childList:!0,subtree:!0})},menu:function(){S.has.menu()&&w.observe(Q[0],{childList:!0,subtree:!0})}},create:{id:function(){x=(Math.random().toString(16)+"000000000").substr(2,8),y="."+x,S.verbose("Creating unique id for element",x)},userChoice:function(t){var n,o,a;return!!(t=t||S.get.userValues())&&(t=e.isArray(t)?t:[t],e.each(t,function(t,r){!1===S.get.item(r)&&(a=k.templates.addition(S.add.variables(A.addResult,r)),o=e("<div />").html(a).attr("data-"+E.value,r).attr("data-"+E.text,r).addClass(T.addition).addClass(T.item),k.hideAdditions&&o.addClass(T.hidden),n=n===i?o:n.add(o),S.verbose("Creating user choices for value",r,o))}),n)},userLabels:function(t){var n=S.get.userValues();n&&(S.debug("Adding user labels",n),e.each(n,function(e,t){S.verbose("Adding custom user value"),S.add.label(t,t)}))},menu:function(){Q=e("<div />").addClass(T.menu).appendTo(M)},sizer:function(){H=e("<span />").addClass(T.sizer).insertAfter(N)}},search:function(e){e=e!==i?e:S.get.query(),S.verbose("Searching for query",e),S.has.minCharacters(e)?S.filter(e):S.hide()},select:{firstUnfiltered:function(){S.verbose("Selecting first non-filtered element"),S.remove.selectedItem(),X.not(D.unselectable).not(D.addition+D.hidden).eq(0).addClass(T.selected)},nextAvailable:function(e){var t=(e=e.eq(0)).nextAll(D.item).not(D.unselectable).eq(0),n=e.prevAll(D.item).not(D.unselectable).eq(0);t.length>0?(S.verbose("Moving selection to",t),t.addClass(T.selected)):(S.verbose("Moving selection to",n),n.addClass(T.selected))}},setup:{api:function(){var e={debug:k.debug,urlData:{value:S.get.value(),query:S.get.query()},on:!1};S.verbose("First request, initializing API"),M.api(e)},layout:function(){M.is("select")&&(S.setup.select(),S.setup.returnedObject()),S.has.menu()||S.create.menu(),S.is.search()&&!S.has.search()&&(S.verbose("Adding search input"),N=e("<input />").addClass(T.search).prop("autocomplete","off").insertBefore(V)),S.is.multiple()&&S.is.searchSelection()&&!S.has.sizer()&&S.create.sizer(),k.allowTab&&S.set.tabbable()},select:function(){var t=S.get.selectValues();S.debug("Dropdown initialized on a select",t),M.is("select")&&(U=M),U.parent(D.dropdown).length>0?(S.debug("UI dropdown already exists. Creating dropdown menu only"),M=U.closest(D.dropdown),S.has.menu()||S.create.menu(),Q=M.children(D.menu),S.setup.menu(t)):(S.debug("Creating entire dropdown from select"),M=e("<div />").attr("class",U.attr("class")).addClass(T.selection).addClass(T.dropdown).html(j.dropdown(t)).insertBefore(U),U.hasClass(T.multiple)&&!1===U.prop("multiple")&&(S.error(q.missingMultiple),U.prop("multiple",!0)),U.is("[multiple]")&&S.set.multiple(),U.prop("disabled")&&(S.debug("Disabling dropdown"),M.addClass(T.disabled)),U.removeAttr("class").detach().prependTo(M)),S.refresh()},menu:function(e){Q.html(j.menu(e,R)),X=Q.find(D.item)},reference:function(){S.debug("Dropdown behavior was called on select, replacing with closest dropdown"),M=M.parent(D.dropdown),J=M.data(I),K=M.get(0),S.refresh(),S.setup.returnedObject()},returnedObject:function(){var e=r.slice(0,p),t=r.slice(p+1);r=e.add(M).add(t)}},refresh:function(){S.refreshSelectors(),S.refreshData()},refreshItems:function(){X=Q.find(D.item)},refreshSelectors:function(){S.verbose("Refreshing selector cache"),V=M.find(D.text),N=M.find(D.search),U=M.find(D.input),W=M.find(D.icon),B=M.prev().find(D.text).length>0?M.prev().find(D.text):M.prev(),Q=M.children(D.menu),X=Q.find(D.item)},refreshData:function(){S.verbose("Refreshing cached metadata"),X.removeData(E.text).removeData(E.value)},clearData:function(){S.verbose("Clearing metadata"),X.removeData(E.text).removeData(E.value),M.removeData(E.defaultText).removeData(E.defaultValue).removeData(E.placeholderText)},toggle:function(){S.verbose("Toggling menu visibility"),S.is.active()?S.hide():S.show()},show:function(t){if(t=e.isFunction(t)?t:function(){},!S.can.show()&&S.is.remote()&&(S.debug("No API results retrieved, searching before show"),S.queryRemote(S.get.query(),S.show)),S.can.show()&&!S.is.active()){if(S.debug("Showing dropdown"),!S.has.message()||S.has.maxSelections()||S.has.allResultsFiltered()||S.remove.message(),S.is.allFiltered())return!0;!1!==k.onShow.call(K)&&S.animate.show(function(){S.can.click()&&S.bind.intent(),S.has.menuSearch()&&S.focusSearch(),S.set.visible(),t.call(K)})}},hide:function(t){t=e.isFunction(t)?t:function(){},S.is.active()&&!S.is.animatingOutward()&&(S.debug("Hiding dropdown"),!1!==k.onHide.call(K)&&S.animate.hide(function(){S.remove.visible(),t.call(K)}))},hideOthers:function(){S.verbose("Finding other dropdowns to hide"),r.not(M).has(D.menu+"."+T.visible).dropdown("hide")},hideMenu:function(){S.verbose("Hiding menu instantaneously"),S.remove.active(),S.remove.visible(),Q.transition("hide")},hideSubMenus:function(){var e=Q.children(D.item).find(D.menu);S.verbose("Hiding sub menus",e),e.transition("hide")},bind:{events:function(){c&&S.bind.touchEvents(),S.bind.keyboardEvents(),S.bind.inputEvents(),S.bind.mouseEvents()},touchEvents:function(){S.debug("Touch device detected binding additional touch events"),S.is.searchSelection()||S.is.single()&&M.on("touchstart"+z,S.event.test.toggle),Q.on("touchstart"+z,D.item,S.event.item.mouseenter)},keyboardEvents:function(){S.verbose("Binding keyboard events"),M.on("keydown"+z,S.event.keydown),S.has.search()&&M.on(S.get.inputEvent()+z,D.search,S.event.input),S.is.multiple()&&s.on("keydown"+y,S.event.document.keydown)},inputEvents:function(){S.verbose("Binding input change events"),M.on("change"+z,D.input,S.event.change)},mouseEvents:function(){S.verbose("Binding mouse events"),S.is.multiple()&&M.on("click"+z,D.label,S.event.label.click).on("click"+z,D.remove,S.event.remove.click),S.is.searchSelection()?(M.on("mousedown"+z,S.event.mousedown).on("mouseup"+z,S.event.mouseup).on("mousedown"+z,D.menu,S.event.menu.mousedown).on("mouseup"+z,D.menu,S.event.menu.mouseup).on("click"+z,D.icon,S.event.icon.click).on("focus"+z,D.search,S.event.search.focus).on("click"+z,D.search,S.event.search.focus).on("blur"+z,D.search,S.event.search.blur).on("click"+z,D.text,S.event.text.focus),S.is.multiple()&&M.on("click"+z,S.event.click)):("click"==k.on?M.on("click"+z,D.icon,S.event.icon.click).on("click"+z,S.event.test.toggle):"hover"==k.on?M.on("mouseenter"+z,S.delay.show).on("mouseleave"+z,S.delay.hide):M.on(k.on+z,S.toggle),M.on("mousedown"+z,S.event.mousedown).on("mouseup"+z,S.event.mouseup).on("focus"+z,S.event.focus),S.has.menuSearch()?M.on("blur"+z,D.search,S.event.search.blur):M.on("blur"+z,S.event.blur)),Q.on("mouseenter"+z,D.item,S.event.item.mouseenter).on("mouseleave"+z,D.item,S.event.item.mouseleave).on("click"+z,D.item,S.event.item.click)},intent:function(){S.verbose("Binding hide intent event to document"),c&&s.on("touchstart"+y,S.event.test.touch).on("touchmove"+y,S.event.test.touch),s.on("click"+y,S.event.test.hide)}},unbind:{intent:function(){S.verbose("Removing hide intent event from document"),c&&s.off("touchstart"+y).off("touchmove"+y),s.off("click"+y)}},filter:function(e){var t=e!==i?e:S.get.query(),n=function(){S.is.multiple()&&S.filterActive(),(e||!e&&0==S.get.activeItem().length)&&S.select.firstUnfiltered(),S.has.allResultsFiltered()?k.onNoResults.call(K,t)?k.allowAdditions?k.hideAdditions&&(S.verbose("User addition with no menu, setting empty style"),S.set.empty(),S.hideMenu()):(S.verbose("All items filtered, showing message",t),S.add.message(A.noResults)):(S.verbose("All items filtered, hiding dropdown",t),S.hideMenu()):(S.remove.empty(),S.remove.message()),k.allowAdditions&&S.add.userSuggestion(e),S.is.searchSelection()&&S.can.show()&&S.is.focusedOnSearch()&&S.show()};k.useLabels&&S.has.maxSelections()||(k.apiSettings?S.can.useAPI()?S.queryRemote(t,function(){k.filterRemoteData&&S.filterItems(t),n()}):S.error(q.noAPI):(S.filterItems(t),n()))},queryRemote:function(t,n){var i={errorDuration:!1,cache:"local",throttle:k.throttle,urlData:{query:t},onError:function(){S.add.message(A.serverError),n()},onFailure:function(){S.add.message(A.serverError),n()},onSuccess:function(e){S.remove.message(),S.setup.menu({values:e[R.remoteValues]}),n()}};M.api("get request")||S.setup.api(),i=e.extend(!0,{},i,k.apiSettings),M.api("setting",i).api("query")},filterItems:function(t){var n=t!==i?t:S.get.query(),o=null,a=S.escape.string(n),r=new RegExp("^"+a,"igm");S.has.query()&&(o=[],S.verbose("Searching for matching values",n),X.each(function(){var t,i,a=e(this);if("both"==k.match||"text"==k.match){if(-1!==(t=String(S.get.choiceText(a,!1))).search(r))return o.push(this),!0;if("exact"===k.fullTextSearch&&S.exactSearch(n,t))return o.push(this),!0;if(!0===k.fullTextSearch&&S.fuzzySearch(n,t))return o.push(this),!0}if("both"==k.match||"value"==k.match){if(-1!==(i=String(S.get.choiceValue(a,t))).search(r))return o.push(this),!0;if("exact"===k.fullTextSearch&&S.exactSearch(n,i))return o.push(this),!0;if(!0===k.fullTextSearch&&S.fuzzySearch(n,i))return o.push(this),!0}})),S.debug("Showing only matched items",n),S.remove.filteredItem(),o&&X.not(o).addClass(T.filtered)},fuzzySearch:function(e,t){var n=t.length,i=e.length;if(e=e.toLowerCase(),t=t.toLowerCase(),i>n)return!1;if(i===n)return e===t;e:for(var o=0,a=0;o<i;o++){for(var r=e.charCodeAt(o);a<n;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},exactSearch:function(e,t){return e=e.toLowerCase(),(t=t.toLowerCase()).indexOf(e)>-1},filterActive:function(){k.useLabels&&X.filter("."+T.active).addClass(T.filtered)},focusSearch:function(e){S.has.search()&&!S.is.focusedOnSearch()&&(e?(M.off("focus"+z,D.search),N.focus(),M.on("focus"+z,D.search,S.event.search.focus)):N.focus())},forceSelection:function(){var e=X.not(T.filtered).filter("."+T.selected).eq(0),t=X.not(T.filtered).filter("."+T.active).eq(0),n=e.length>0?e:t;if(n.length>0&&!S.is.multiple())return S.debug("Forcing partial selection to selected item",n),void S.event.item.click.call(n,{},!0);k.allowAdditions?(S.set.selected(S.get.query()),S.remove.searchTerm()):S.remove.searchTerm()},change:{values:function(t){k.allowAdditions||S.clear(),S.debug("Creating dropdown with specified values",t),S.setup.menu({values:t}),e.each(t,function(e,t){if(1==t.selected)return S.debug("Setting initial selection to",t.value),S.set.selected(t.value),!0})}},event:{change:function(){Z||(S.debug("Input changed, updating selection"),S.set.selected())},focus:function(){k.showOnFocus&&!$&&S.is.hidden()&&!v&&S.show()},blur:function(e){v=n.activeElement===this,$||v||(S.remove.activeLabel(),S.hide())},mousedown:function(){S.is.searchSelection()?b=!0:$=!0},mouseup:function(){S.is.searchSelection()?b=!1:$=!1},click:function(t){e(t.target).is(M)&&(S.is.focusedOnSearch()?S.show():S.focusSearch())},search:{focus:function(){$=!0,S.is.multiple()&&S.remove.activeLabel(),k.showOnFocus&&S.search()},blur:function(e){v=n.activeElement===this,S.is.searchSelection()&&!b&&(Y||v||(k.forceSelection&&S.forceSelection(),S.hide())),b=!1}},icon:{click:function(e){S.toggle()}},text:{focus:function(e){$=!0,S.focusSearch()}},input:function(e){(S.is.multiple()||S.is.searchSelection())&&S.set.filtered(),clearTimeout(S.timer),S.timer=setTimeout(S.search,k.delay.search)},label:{click:function(t){var n=e(this),i=M.find(D.label),o=i.filter("."+T.active),a=n.nextAll("."+T.active),r=n.prevAll("."+T.active),s=a.length>0?n.nextUntil(a).add(o).add(n):n.prevUntil(r).add(o).add(n);t.shiftKey?(o.removeClass(T.active),s.addClass(T.active)):t.ctrlKey?n.toggleClass(T.active):(o.removeClass(T.active),n.addClass(T.active)),k.onLabelSelect.apply(this,i.filter("."+T.active))}},remove:{click:function(){var t=e(this).parent();t.hasClass(T.active)?S.remove.activeLabels():S.remove.activeLabels(t)}},test:{toggle:function(e){var t=S.is.multiple()?S.show:S.toggle;S.is.bubbledLabelClick(e)||S.is.bubbledIconClick(e)||S.determine.eventOnElement(e,t)&&e.preventDefault()},touch:function(e){S.determine.eventOnElement(e,function(){"touchstart"==e.type?S.timer=setTimeout(function(){S.hide()},k.delay.touch):"touchmove"==e.type&&clearTimeout(S.timer)}),e.stopPropagation()},hide:function(e){S.determine.eventInModule(e,S.hide)}},select:{mutation:function(t){S.debug("<select> modified, recreating menu");var n=!1;e.each(t,function(t,i){if(e(i.target).is("select")||e(i.addedNodes).is("select"))return n=!0,!0}),n&&(S.disconnect.selectObserver(),S.refresh(),S.setup.select(),S.set.selected(),S.observe.select())}},menu:{mutation:function(t){var n=t[0],i=n.addedNodes?e(n.addedNodes[0]):e(!1),o=n.removedNodes?e(n.removedNodes[0]):e(!1),a=i.add(o),r=a.is(D.addition)||a.closest(D.addition).length>0,s=a.is(D.message)||a.closest(D.message).length>0;r||s?(S.debug("Updating item selector cache"),S.refreshItems()):(S.debug("Menu modified, updating selector cache"),S.refresh())},mousedown:function(){Y=!0},mouseup:function(){Y=!1}},item:{mouseenter:function(t){var n=e(t.target),i=e(this),o=i.children(D.menu),a=i.siblings(D.item).children(D.menu),r=o.length>0;!(o.find(n).length>0)&&r&&(clearTimeout(S.itemTimer),S.itemTimer=setTimeout(function(){S.verbose("Showing sub-menu",o),e.each(a,function(){S.animate.hide(!1,e(this))}),S.animate.show(!1,o)},k.delay.show),t.preventDefault())},mouseleave:function(t){var n=e(this).children(D.menu);n.length>0&&(clearTimeout(S.itemTimer),S.itemTimer=setTimeout(function(){S.verbose("Hiding sub-menu",n),S.animate.hide(!1,n)},k.delay.hide))},click:function(t,i){var o=e(this),a=e(t?t.target:""),r=o.find(D.menu),s=S.get.choiceText(o),l=S.get.choiceValue(o,s),c=r.length>0,u=r.find(a).length>0;S.has.menuSearch()&&e(n.activeElement).blur(),u||c&&!k.allowCategorySelection||(S.is.searchSelection()&&(k.allowAdditions&&S.remove.userAddition(),S.remove.searchTerm(),S.is.focusedOnSearch()||1==i||S.focusSearch(!0)),k.useLabels||(S.remove.filteredItem(),S.set.scrollPosition(o)),S.determine.selectAction.call(this,s,l))}},document:{keydown:function(e){var t=e.which;if(S.is.inObject(t,P)){var n=M.find(D.label),i=n.filter("."+T.active),o=(i.data(E.value),n.index(i)),a=n.length,r=i.length>0,s=i.length>1,l=0===o,c=o+1==a,u=S.is.searchSelection(),d=S.is.focusedOnSearch(),f=S.is.focused(),m=d&&0===S.get.caretPosition();if(u&&!r&&!d)return;t==P.leftArrow?!f&&!m||r?r&&(e.shiftKey?S.verbose("Adding previous label to selection"):(S.verbose("Selecting previous label"),n.removeClass(T.active)),l&&!s?i.addClass(T.active):i.prev(D.siblingLabel).addClass(T.active).end(),e.preventDefault()):(S.verbose("Selecting previous label"),n.last().addClass(T.active)):t==P.rightArrow?(f&&!r&&n.first().addClass(T.active),r&&(e.shiftKey?S.verbose("Adding next label to selection"):(S.verbose("Selecting next label"),n.removeClass(T.active)),c?u?d?n.removeClass(T.active):S.focusSearch():s?i.next(D.siblingLabel).addClass(T.active):i.addClass(T.active):i.next(D.siblingLabel).addClass(T.active),e.preventDefault())):t==P.deleteKey||t==P.backspace?r?(S.verbose("Removing active labels"),c&&u&&!d&&S.focusSearch(),i.last().next(D.siblingLabel).addClass(T.active),S.remove.activeLabels(i),e.preventDefault()):m&&!r&&t==P.backspace&&(S.verbose("Removing last label on input backspace"),i=n.last().addClass(T.active),S.remove.activeLabels(i)):i.removeClass(T.active)}}},keydown:function(e){var t=e.which;if(S.is.inObject(t,P)){var n,i=X.not(D.unselectable).filter("."+T.selected).eq(0),o=Q.children("."+T.active).eq(0),a=i.length>0?i:o,r=a.length>0?a.siblings(":not(."+T.filtered+")").addBack():Q.children(":not(."+T.filtered+")"),s=a.children(D.menu),l=a.closest(D.menu),c=l.hasClass(T.visible)||l.hasClass(T.animating)||l.parent(D.menu).length>0,u=s.length>0,d=a.length>0,f=a.not(D.unselectable).length>0,m=t==P.delimiter&&k.allowAdditions&&S.is.multiple();if(k.allowAdditions&&k.hideAdditions&&(t==P.enter||m)&&f&&(S.verbose("Selecting item from keyboard shortcut",a),S.event.item.click.call(a,e),S.is.searchSelection()&&S.remove.searchTerm()),S.is.visible()){if((t==P.enter||m)&&(t==P.enter&&d&&u&&!k.allowCategorySelection?(S.verbose("Pressed enter on unselectable category, opening sub menu"),t=P.rightArrow):f&&(S.verbose("Selecting item from keyboard shortcut",a),S.event.item.click.call(a,e),S.is.searchSelection()&&S.remove.searchTerm()),e.preventDefault()),d&&(t==P.leftArrow&&l[0]!==Q[0]&&(S.verbose("Left key pressed, closing sub-menu"),S.animate.hide(!1,l),a.removeClass(T.selected),l.closest(D.item).addClass(T.selected),e.preventDefault()),t==P.rightArrow&&u&&(S.verbose("Right key pressed, opening sub-menu"),S.animate.show(!1,s),a.removeClass(T.selected),s.find(D.item).eq(0).addClass(T.selected),e.preventDefault())),t==P.upArrow){if(n=d&&c?a.prevAll(D.item+":not("+D.unselectable+")").eq(0):X.eq(0),r.index(n)<0)return S.verbose("Up key pressed but reached top of current menu"),void e.preventDefault();S.verbose("Up key pressed, changing active item"),a.removeClass(T.selected),n.addClass(T.selected),S.set.scrollPosition(n),k.selectOnKeydown&&S.is.single()&&S.set.selectedItem(n),e.preventDefault()}if(t==P.downArrow){if(0===(n=d&&c?n=a.nextAll(D.item+":not("+D.unselectable+")").eq(0):X.eq(0)).length)return S.verbose("Down key pressed but reached bottom of current menu"),void e.preventDefault();S.verbose("Down key pressed, changing active item"),X.removeClass(T.selected),n.addClass(T.selected),S.set.scrollPosition(n),k.selectOnKeydown&&S.is.single()&&S.set.selectedItem(n),e.preventDefault()}t==P.pageUp&&(S.scrollPage("up"),e.preventDefault()),t==P.pageDown&&(S.scrollPage("down"),e.preventDefault()),t==P.escape&&(S.verbose("Escape key pressed, closing dropdown"),S.hide())}else m&&e.preventDefault(),t!=P.downArrow||S.is.visible()||(S.verbose("Down key pressed, showing dropdown"),S.show(),e.preventDefault())}else S.has.search()||S.set.selectedLetter(String.fromCharCode(t))}},trigger:{change:function(){var e=n.createEvent("HTMLEvents"),t=U[0];t&&(S.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},determine:{selectAction:function(t,n){S.verbose("Determining action",k.action),e.isFunction(S.action[k.action])?(S.verbose("Triggering preset action",k.action,t,n),S.action[k.action].call(K,t,n,this)):e.isFunction(k.action)?(S.verbose("Triggering user action",k.action,t,n),k.action.call(K,t,n,this)):S.error(q.action,k.action)},eventInModule:function(t,i){var o=e(t.target),a=o.closest(n.documentElement).length>0,r=o.closest(M).length>0;return i=e.isFunction(i)?i:function(){},a&&!r?(S.verbose("Triggering event",i),i(),!0):(S.verbose("Event occurred in dropdown, canceling callback"),!1)},eventOnElement:function(t,i){var o=e(t.target),a=o.closest(D.siblingLabel),r=n.body.contains(t.target),s=0===M.find(a).length,l=0===o.closest(Q).length;return i=e.isFunction(i)?i:function(){},r&&s&&l?(S.verbose("Triggering event",i),i(),!0):(S.verbose("Event occurred in dropdown menu, canceling callback"),!1)}},action:{nothing:function(){},activate:function(t,n,o){if(n=n!==i?n:t,S.can.activate(e(o))){if(S.set.selected(n,e(o)),S.is.multiple()&&!S.is.allFiltered())return;S.hideAndClear()}},select:function(t,n,o){if(n=n!==i?n:t,S.can.activate(e(o))){if(S.set.value(n,t,e(o)),S.is.multiple()&&!S.is.allFiltered())return;S.hideAndClear()}},combo:function(t,n,o){n=n!==i?n:t,S.set.selected(n,e(o)),S.hideAndClear()},hide:function(e,t,n){S.set.value(t,e),S.hideAndClear()}},get:{id:function(){return x},defaultText:function(){return M.data(E.defaultText)},defaultValue:function(){return M.data(E.defaultValue)},placeholderText:function(){return"auto"!=k.placeholder&&"string"==typeof k.placeholder?k.placeholder:M.data(E.placeholderText)||""},text:function(){return V.text()},query:function(){return e.trim(N.val())},searchWidth:function(e){return e=e!==i?e:N.val(),H.text(e),Math.ceil(H.width()+1)},selectionCount:function(){var t=S.get.values();return S.is.multiple()?e.isArray(t)?t.length:0:""!==S.get.value()?1:0},transition:function(e){return"auto"==k.transition?S.is.upward(e)?"slide up":"slide down":k.transition},userValues:function(){var t=S.get.values();return!!t&&(t=e.isArray(t)?t:[t],e.grep(t,function(e){return!1===S.get.item(e)}))},uniqueArray:function(t){return e.grep(t,function(n,i){return e.inArray(n,t)===i})},caretPosition:function(){var e,t,i=N.get(0);return"selectionStart"in i?i.selectionStart:n.selection?(i.focus(),t=(e=n.selection.createRange()).text.length,e.moveStart("character",-i.value.length),e.text.length-t):void 0},value:function(){var t=U.length>0?U.val():M.data(E.value),n=e.isArray(t)&&1===t.length&&""===t[0];return t===i||n?"":t},values:function(){var e=S.get.value();return""===e?"":!S.has.selectInput()&&S.is.multiple()?"string"==typeof e?e.split(k.delimiter):"":e},remoteValues:function(){var t=S.get.values(),n=!1;return t&&("string"==typeof t&&(t=[t]),e.each(t,function(e,t){var i=S.read.remoteData(t);S.verbose("Restoring value from session data",i,t),i&&(n||(n={}),n[t]=i)})),n},choiceText:function(t,n){if(n=n!==i?n:k.preserveHTML,t)return t.find(D.menu).length>0&&(S.verbose("Retrieving text of element with sub-menu"),(t=t.clone()).find(D.menu).remove(),t.find(D.menuIcon).remove()),t.data(E.text)!==i?t.data(E.text):n?e.trim(t.html()):e.trim(t.text())},choiceValue:function(t,n){return n=n||S.get.choiceText(t),!!t&&(t.data(E.value)!==i?String(t.data(E.value)):"string"==typeof n?e.trim(n.toLowerCase()):String(n))},inputEvent:function(){var e=N[0];return!!e&&(e.oninput!==i?"input":e.onpropertychange!==i?"propertychange":"keyup")},selectValues:function(){var t={values:[]};return M.find("option").each(function(){var n=e(this),o=n.html(),a=n.attr("disabled"),r=n.attr("value")!==i?n.attr("value"):o;"auto"===k.placeholder&&""===r?t.placeholder=o:t.values.push({name:o,value:r,disabled:a})}),k.placeholder&&"auto"!==k.placeholder&&(S.debug("Setting placeholder value to",k.placeholder),t.placeholder=k.placeholder),k.sortSelect?(t.values.sort(function(e,t){return e.name>t.name?1:-1}),S.debug("Retrieved and sorted values from select",t)):S.debug("Retrieved values from select",t),t},activeItem:function(){return X.filter("."+T.active)},selectedItem:function(){var e=X.not(D.unselectable).filter("."+T.selected);return e.length>0?e:X.eq(0)},itemWithAdditions:function(e){var t=S.get.item(e),n=S.create.userChoice(e);return n&&n.length>0&&(t=t.length>0?t.add(n):n),t},item:function(t,n){var o,a,r=!1;return t=t!==i?t:S.get.values()!==i?S.get.values():S.get.text(),o=a?t.length>0:t!==i&&null!==t,a=S.is.multiple()&&e.isArray(t),n=""===t||0===t||(n||!1),o&&X.each(function(){var o=e(this),s=S.get.choiceText(o),l=S.get.choiceValue(o,s);if(null!==l&&l!==i)if(a)-1===e.inArray(String(l),t)&&-1===e.inArray(s,t)||(r=r?r.add(o):o);else if(n){if(S.verbose("Ambiguous dropdown value using strict type check",o,t),l===t||s===t)return r=o,!0}else if(String(l)==String(t)||s==t)return S.verbose("Found select item by value",l,t),r=o,!0}),r}},check:{maxSelections:function(e){return!k.maxSelections||((e=e!==i?e:S.get.selectionCount())>=k.maxSelections?(S.debug("Maximum selection count reached"),k.useLabels&&(X.addClass(T.filtered),S.add.message(A.maxSelections)),!0):(S.verbose("No longer at maximum selection count"),S.remove.message(),S.remove.filteredItem(),S.is.searchSelection()&&S.filterItems(),!1))}},restore:{defaults:function(){S.clear(),S.restore.defaultText(),S.restore.defaultValue()},defaultText:function(){var e=S.get.defaultText();e===S.get.placeholderText?(S.debug("Restoring default placeholder text",e),S.set.placeholderText(e)):(S.debug("Restoring default text",e),S.set.text(e))},placeholderText:function(){S.set.placeholderText()},defaultValue:function(){var e=S.get.defaultValue();e!==i&&(S.debug("Restoring default value",e),""!==e?(S.set.value(e),S.set.selected()):(S.remove.activeItem(),S.remove.selectedItem()))},labels:function(){k.allowAdditions&&(k.useLabels||(S.error(q.labels),k.useLabels=!0),S.debug("Restoring selected values"),S.create.userLabels()),S.check.maxSelections()},selected:function(){S.restore.values(),S.is.multiple()?(S.debug("Restoring previously selected values and labels"),S.restore.labels()):S.debug("Restoring previously selected values")},values:function(){S.set.initialLoad(),k.apiSettings&&k.saveRemoteData&&S.get.remoteValues()?S.restore.remoteValues():S.set.selected(),S.remove.initialLoad()},remoteValues:function(){var t=S.get.remoteValues();S.debug("Recreating selected from session data",t),t&&(S.is.single()?e.each(t,function(e,t){S.set.text(t)}):e.each(t,function(e,t){S.add.label(e,t)}))}},read:{remoteData:function(e){var n;if(t.Storage!==i)return(n=sessionStorage.getItem(e))!==i&&n;S.error(q.noStorage)}},save:{defaults:function(){S.save.defaultText(),S.save.placeholderText(),S.save.defaultValue()},defaultValue:function(){var e=S.get.value();S.verbose("Saving default value as",e),M.data(E.defaultValue,e)},defaultText:function(){var e=S.get.text();S.verbose("Saving default text as",e),M.data(E.defaultText,e)},placeholderText:function(){var e;!1!==k.placeholder&&V.hasClass(T.placeholder)&&(e=S.get.text(),S.verbose("Saving placeholder text as",e),M.data(E.placeholderText,e))},remoteData:function(e,n){t.Storage!==i?(S.verbose("Saving remote data to session storage",n,e),sessionStorage.setItem(n,e)):S.error(q.noStorage)}},clear:function(){S.is.multiple()&&k.useLabels?S.remove.labels():(S.remove.activeItem(),S.remove.selectedItem()),S.set.placeholderText(),S.clearValue()},clearValue:function(){S.set.value("")},scrollPage:function(e,t){var n,i,o=t||S.get.selectedItem(),a=o.closest(D.menu),r=a.outerHeight(),s=a.scrollTop(),l=X.eq(0).outerHeight(),c=Math.floor(r/l),u=(a.prop("scrollHeight"),"up"==e?s-l*c:s+l*c),d=X.not(D.unselectable);i="up"==e?d.index(o)-c:d.index(o)+c,(n=("up"==e?i>=0:i<d.length)?d.eq(i):"up"==e?d.first():d.last()).length>0&&(S.debug("Scrolling page",e,n),o.removeClass(T.selected),n.addClass(T.selected),k.selectOnKeydown&&S.is.single()&&S.set.selectedItem(n),a.scrollTop(u))},set:{filtered:function(){var e=S.is.multiple(),t=S.is.searchSelection(),n=e&&t,i=t?S.get.query():"",o="string"==typeof i&&i.length>0,a=S.get.searchWidth(),r=""!==i;e&&o&&(S.verbose("Adjusting input width",a,k.glyphWidth),N.css("width",a)),o||n&&r?(S.verbose("Hiding placeholder text"),V.addClass(T.filtered)):(!e||n&&!r)&&(S.verbose("Showing placeholder text"),V.removeClass(T.filtered))},empty:function(){M.addClass(T.empty)},loading:function(){M.addClass(T.loading)},placeholderText:function(e){e=e||S.get.placeholderText(),S.debug("Setting placeholder text",e),S.set.text(e),V.addClass(T.placeholder)},tabbable:function(){S.is.searchSelection()?(S.debug("Added tabindex to searchable dropdown"),N.val("").attr("tabindex",0),Q.attr("tabindex",-1)):(S.debug("Added tabindex to dropdown"),M.attr("tabindex")===i&&(M.attr("tabindex",0),Q.attr("tabindex",-1)))},initialLoad:function(){S.verbose("Setting initial load"),h=!0},activeItem:function(e){k.allowAdditions&&e.filter(D.addition).length>0?e.addClass(T.filtered):e.addClass(T.active)},partialSearch:function(e){var t=S.get.query().length;N.val(e.substr(0,t))},scrollPosition:function(e,t){var n,o,a,r,s,l;n=(e=e||S.get.selectedItem()).closest(D.menu),o=e&&e.length>0,t=t!==i&&t,e&&n.length>0&&o&&(e.position().top,n.addClass(T.loading),a=(r=n.scrollTop())-n.offset().top+e.offset().top,t||(l=r+n.height()<a+5,s=a-5<r),S.debug("Scrolling to active item",a),(t||s||l)&&n.scrollTop(a),n.removeClass(T.loading))},text:function(e){"select"!==k.action&&("combo"==k.action?(S.debug("Changing combo button text",e,B),k.preserveHTML?B.html(e):B.text(e)):(e!==S.get.placeholderText()&&V.removeClass(T.placeholder),S.debug("Changing text",e,V),V.removeClass(T.filtered),k.preserveHTML?V.html(e):V.text(e)))},selectedItem:function(e){var t=S.get.choiceValue(e),n=S.get.choiceText(e,!1),i=S.get.choiceText(e,!0);S.debug("Setting user selection to item",e),S.remove.activeItem(),S.set.partialSearch(n),S.set.activeItem(e),S.set.selected(t,e),S.set.text(i)},selectedLetter:function(t){var n,i=X.filter("."+T.selected),o=!1;i.length>0&&S.has.firstLetter(i,t)&&(n=i.nextAll(X).eq(0),S.has.firstLetter(n,t)&&(o=n)),o||X.each(function(){if(S.has.firstLetter(e(this),t))return o=e(this),!1}),o&&(S.verbose("Scrolling to next value with letter",t),S.set.scrollPosition(o),i.removeClass(T.selected),o.addClass(T.selected),k.selectOnKeydown&&S.is.single()&&S.set.selectedItem(o))},direction:function(e){"auto"==k.direction?(S.remove.upward(),S.can.openDownward(e)?S.remove.upward(e):S.set.upward(e),S.is.leftward(e)||S.can.openRightward(e)||S.set.leftward(e)):"upward"==k.direction&&S.set.upward(e)},upward:function(e){(e||M).addClass(T.upward)},leftward:function(e){(e||Q).addClass(T.leftward)},value:function(e,t,n){var o=S.escape.value(e),a=U.length>0,r=S.get.values(),s=e!==i?String(e):e;if(a){if(!k.allowReselection&&s==r&&(S.verbose("Skipping value update already same value",e,r),!S.is.initialLoad()))return;S.is.single()&&S.has.selectInput()&&S.can.extendSelect()&&(S.debug("Adding user option",e),S.add.optionValue(e)),S.debug("Updating input value",o,r),Z=!0,U.val(o),!1===k.fireOnInit&&S.is.initialLoad()?S.debug("Input native change event ignored on initial load"):S.trigger.change(),Z=!1}else S.verbose("Storing value in metadata",o,U),o!==r&&M.data(E.value,s);!1===k.fireOnInit&&S.is.initialLoad()?S.verbose("No callback on initial load",k.onChange):k.onChange.call(K,e,t,n)},active:function(){M.addClass(T.active)},multiple:function(){M.addClass(T.multiple)},visible:function(){M.addClass(T.visible)},exactly:function(e,t){S.debug("Setting selected to exact values"),S.clear(),S.set.selected(e,t)},selected:function(t,n){var i=S.is.multiple();(n=k.allowAdditions?n||S.get.itemWithAdditions(t):n||S.get.item(t))&&(S.debug("Setting selected menu item to",n),S.is.multiple()&&S.remove.searchWidth(),S.is.single()?(S.remove.activeItem(),S.remove.selectedItem()):k.useLabels&&S.remove.selectedItem(),n.each(function(){var t=e(this),o=S.get.choiceText(t),a=S.get.choiceValue(t,o),r=t.hasClass(T.filtered),s=t.hasClass(T.active),l=t.hasClass(T.addition),c=i&&1==n.length;i?!s||l?(k.apiSettings&&k.saveRemoteData&&S.save.remoteData(o,a),k.useLabels?(S.add.label(a,o,c),S.add.value(a,o,t),S.set.activeItem(t),S.filterActive(),S.select.nextAvailable(n)):(S.add.value(a,o,t),S.set.text(S.add.variables(A.count)),S.set.activeItem(t))):r||(S.debug("Selected active value, removing label"),S.remove.selected(a)):(k.apiSettings&&k.saveRemoteData&&S.save.remoteData(o,a),S.set.text(o),S.set.value(a,o,t),t.addClass(T.active).addClass(T.selected))}))}},add:{label:function(t,n,i){var o,a=S.is.searchSelection()?N:V,r=S.escape.value(t);k.ignoreCase&&(r=r.toLowerCase()),o=e("<a />").addClass(T.label).attr("data-"+E.value,r).html(j.label(r,n)),o=k.onLabelCreate.call(o,r,n),S.has.label(t)?S.debug("User selection already exists, skipping",r):(k.label.variation&&o.addClass(k.label.variation),!0===i?(S.debug("Animating in label",o),o.addClass(T.hidden).insertBefore(a).transition(k.label.transition,k.label.duration)):(S.debug("Adding selection label",o),o.insertBefore(a)))},message:function(t){var n=Q.children(D.message),i=k.templates.message(S.add.variables(t));n.length>0?n.html(i):n=e("<div/>").html(i).addClass(T.message).appendTo(Q)},optionValue:function(t){var n=S.escape.value(t);U.find('option[value="'+S.escape.string(n)+'"]').length>0||(S.disconnect.selectObserver(),S.is.single()&&(S.verbose("Removing previous user addition"),U.find("option."+T.addition).remove()),e("<option/>").prop("value",n).addClass(T.addition).html(t).appendTo(U),S.verbose("Adding user addition as an <option>",t),S.observe.select())},userSuggestion:function(e){var t,n=Q.children(D.addition),i=S.get.item(e),o=i&&i.not(D.addition).length,a=n.length>0;k.useLabels&&S.has.maxSelections()||(""===e||o?n.remove():(a?(n.data(E.value,e).data(E.text,e).attr("data-"+E.value,e).attr("data-"+E.text,e).removeClass(T.filtered),k.hideAdditions||(t=k.templates.addition(S.add.variables(A.addResult,e)),n.html(t)),S.verbose("Replacing user suggestion with new value",n)):((n=S.create.userChoice(e)).prependTo(Q),S.verbose("Adding item choice to menu corresponding with user choice addition",n)),k.hideAdditions&&!S.is.allFiltered()||n.addClass(T.selected).siblings().removeClass(T.selected),S.refreshItems()))},variables:function(e,t){var n,i,o=-1!==e.search("{count}"),a=-1!==e.search("{maxCount}"),r=-1!==e.search("{term}");return S.verbose("Adding templated variables to message",e),o&&(n=S.get.selectionCount(),e=e.replace("{count}",n)),a&&(n=S.get.selectionCount(),e=e.replace("{maxCount}",k.maxSelections)),r&&(i=t||S.get.query(),e=e.replace("{term}",i)),e},value:function(t,n,i){var o,a=S.get.values();S.has.value(t)?S.debug("Value already selected"):""!==t?(e.isArray(a)?(o=a.concat([t]),o=S.get.uniqueArray(o)):o=[t],S.has.selectInput()?S.can.extendSelect()&&(S.debug("Adding value to select",t,o,U),S.add.optionValue(t)):(o=o.join(k.delimiter),S.debug("Setting hidden input to delimited value",o,U)),!1===k.fireOnInit&&S.is.initialLoad()?S.verbose("Skipping onadd callback on initial load",k.onAdd):k.onAdd.call(K,t,n,i),S.set.value(o,t,n,i),S.check.maxSelections()):S.debug("Cannot select blank values from multiselect")}},remove:{active:function(){M.removeClass(T.active)},activeLabel:function(){M.find(D.label).removeClass(T.active)},empty:function(){M.removeClass(T.empty)},loading:function(){M.removeClass(T.loading)},initialLoad:function(){h=!1},upward:function(e){(e||M).removeClass(T.upward)},leftward:function(e){(e||Q).removeClass(T.leftward)},visible:function(){M.removeClass(T.visible)},activeItem:function(){X.removeClass(T.active)},filteredItem:function(){k.useLabels&&S.has.maxSelections()||(k.useLabels&&S.is.multiple()?X.not("."+T.active).removeClass(T.filtered):X.removeClass(T.filtered),S.remove.empty())},optionValue:function(e){var t=S.escape.value(e),n=U.find('option[value="'+S.escape.string(t)+'"]');n.length>0&&n.hasClass(T.addition)&&(C&&(C.disconnect(),S.verbose("Temporarily disconnecting mutation observer")),n.remove(),S.verbose("Removing user addition as an <option>",t),C&&C.observe(U[0],{childList:!0,subtree:!0}))},message:function(){Q.children(D.message).remove()},searchWidth:function(){N.css("width","")},searchTerm:function(){S.verbose("Cleared search term"),N.val(""),S.set.filtered()},userAddition:function(){X.filter(D.addition).remove()},selected:function(t,n){if(!(n=k.allowAdditions?n||S.get.itemWithAdditions(t):n||S.get.item(t)))return!1;n.each(function(){var t=e(this),n=S.get.choiceText(t),i=S.get.choiceValue(t,n);S.is.multiple()?k.useLabels?(S.remove.value(i,n,t),S.remove.label(i)):(S.remove.value(i,n,t),0===S.get.selectionCount()?S.set.placeholderText():S.set.text(S.add.variables(A.count))):S.remove.value(i,n,t),t.removeClass(T.filtered).removeClass(T.active),k.useLabels&&t.removeClass(T.selected)})},selectedItem:function(){X.removeClass(T.selected)},value:function(e,t,n){var i,o=S.get.values();S.has.selectInput()?(S.verbose("Input is <select> removing selected option",e),i=S.remove.arrayValue(e,o),S.remove.optionValue(e)):(S.verbose("Removing from delimited values",e),i=(i=S.remove.arrayValue(e,o)).join(k.delimiter)),!1===k.fireOnInit&&S.is.initialLoad()?S.verbose("No callback on initial load",k.onRemove):k.onRemove.call(K,e,t,n),S.set.value(i,t,n),S.check.maxSelections()},arrayValue:function(t,n){return e.isArray(n)||(n=[n]),n=e.grep(n,function(e){return t!=e}),S.verbose("Removed value from delimited string",t,n),n},label:function(e,t){var n=M.find(D.label).filter("[data-"+E.value+'="'+S.escape.string(e)+'"]');S.verbose("Removing label",n),n.remove()},activeLabels:function(e){e=e||M.find(D.label).filter("."+T.active),S.verbose("Removing active label selections",e),S.remove.labels(e)},labels:function(t){t=t||M.find(D.label),S.verbose("Removing labels",t),t.each(function(){var t=e(this),n=t.data(E.value),o=n!==i?String(n):n,a=S.is.userValue(o);!1!==k.onLabelRemove.call(t,n)?(S.remove.message(),a?(S.remove.value(o),S.remove.label(o)):S.remove.selected(o)):S.debug("Label remove callback cancelled removal")})},tabbable:function(){S.is.searchSelection()?(S.debug("Searchable dropdown initialized"),N.removeAttr("tabindex"),Q.removeAttr("tabindex")):(S.debug("Simple selection dropdown initialized"),M.removeAttr("tabindex"),Q.removeAttr("tabindex"))}},has:{menuSearch:function(){return S.has.search()&&N.closest(Q).length>0},search:function(){return N.length>0},sizer:function(){return H.length>0},selectInput:function(){return U.is("select")},minCharacters:function(e){return!k.minCharacters||(e=e!==i?String(e):String(S.get.query())).length>=k.minCharacters},firstLetter:function(e,t){var n;return!(!e||0===e.length||"string"!=typeof t)&&(n=S.get.choiceText(e,!1),(t=t.toLowerCase())==String(n).charAt(0).toLowerCase())},input:function(){return U.length>0},items:function(){return X.length>0},menu:function(){return Q.length>0},message:function(){return 0!==Q.children(D.message).length},label:function(e){var t=S.escape.value(e),n=M.find(D.label);return k.ignoreCase&&(t=t.toLowerCase()),n.filter("[data-"+E.value+'="'+S.escape.string(t)+'"]').length>0},maxSelections:function(){return k.maxSelections&&S.get.selectionCount()>=k.maxSelections},allResultsFiltered:function(){var e=X.not(D.addition);return e.filter(D.unselectable).length===e.length},userSuggestion:function(){return Q.children(D.addition).length>0},query:function(){return""!==S.get.query()},value:function(e){return k.ignoreCase?S.has.valueIgnoringCase(e):S.has.valueMatchingCase(e)},valueMatchingCase:function(t){var n=S.get.values();return!!(e.isArray(n)?n&&-1!==e.inArray(t,n):n==t)},valueIgnoringCase:function(t){var n=S.get.values(),i=!1;return e.isArray(n)||(n=[n]),e.each(n,function(e,n){if(String(t).toLowerCase()==String(n).toLowerCase())return i=!0,!1}),i}},is:{active:function(){return M.hasClass(T.active)},animatingInward:function(){return Q.transition("is inward")},animatingOutward:function(){return Q.transition("is outward")},bubbledLabelClick:function(t){return e(t.target).is("select, input")&&M.closest("label").length>0},bubbledIconClick:function(t){return e(t.target).closest(W).length>0},alreadySetup:function(){return M.is("select")&&M.parent(D.dropdown).data(I)!==i&&0===M.prev().length},animating:function(e){return e?e.transition&&e.transition("is animating"):Q.transition&&Q.transition("is animating")},leftward:function(e){return(e||Q).hasClass(T.leftward)},disabled:function(){return M.hasClass(T.disabled)},focused:function(){return n.activeElement===M[0]},focusedOnSearch:function(){return n.activeElement===N[0]},allFiltered:function(){return(S.is.multiple()||S.has.search())&&!(0==k.hideAdditions&&S.has.userSuggestion())&&!S.has.message()&&S.has.allResultsFiltered()},hidden:function(e){return!S.is.visible(e)},initialLoad:function(){return h},inObject:function(t,n){var i=!1;return e.each(n,function(e,n){if(n==t)return i=!0,!0}),i},multiple:function(){return M.hasClass(T.multiple)},remote:function(){return k.apiSettings&&S.can.useAPI()},single:function(){return!S.is.multiple()},selectMutation:function(t){var n=!1;return e.each(t,function(t,i){if(i.target&&e(i.target).is("select"))return n=!0,!0}),n},search:function(){return M.hasClass(T.search)},searchSelection:function(){return S.has.search()&&1===N.parent(D.dropdown).length},selection:function(){return M.hasClass(T.selection)},userValue:function(t){return-1!==e.inArray(t,S.get.userValues())},upward:function(e){return(e||M).hasClass(T.upward)},visible:function(e){return e?e.hasClass(T.visible):Q.hasClass(T.visible)},verticallyScrollableContext:function(){var e=L.get(0)!==t&&L.css("overflow-y");return"auto"==e||"scroll"==e},horizontallyScrollableContext:function(){var e=L.get(0)!==t&&L.css("overflow-X");return"auto"==e||"scroll"==e}},can:{activate:function(e){return!!k.useLabels||(!S.has.maxSelections()||!(!S.has.maxSelections()||!e.hasClass(T.active)))},openDownward:function(e){var n,i,o=e||Q,a=!0;return o.addClass(T.loading),i={context:{offset:L.get(0)===t?{top:0,left:0}:L.offset(),scrollTop:L.scrollTop(),height:L.outerHeight()},menu:{offset:o.offset(),height:o.outerHeight()}},S.is.verticallyScrollableContext()&&(i.menu.offset.top+=i.context.scrollTop),(n={above:i.context.scrollTop<=i.menu.offset.top-i.context.offset.top-i.menu.height,below:i.context.scrollTop+i.context.height>=i.menu.offset.top-i.context.offset.top+i.menu.height}).below?(S.verbose("Dropdown can fit in context downward",n),a=!0):n.below||n.above?(S.verbose("Dropdown cannot fit below, opening upward",n),a=!1):(S.verbose("Dropdown cannot fit in either direction, favoring downward",n),a=!0),o.removeClass(T.loading),a},openRightward:function(e){var n,i,o=e||Q,a=!0;return o.addClass(T.loading),i={context:{offset:L.get(0)===t?{top:0,left:0}:L.offset(),scrollLeft:L.scrollLeft(),width:L.outerWidth()},menu:{offset:o.offset(),width:o.outerWidth()}},S.is.horizontallyScrollableContext()&&(i.menu.offset.left+=i.context.scrollLeft),(n=i.menu.offset.left-i.context.offset.left+i.menu.width>=i.context.scrollLeft+i.context.width)&&(S.verbose("Dropdown cannot fit in context rightward",n),a=!1),o.removeClass(T.loading),a},click:function(){return c||"click"==k.on},extendSelect:function(){return k.allowAdditions||k.apiSettings},show:function(){return!S.is.disabled()&&(S.has.items()||S.has.message())},useAPI:function(){return e.fn.api!==i}},animate:{show:function(t,n){var o,a=n||Q,r=n?function(){}:function(){S.hideSubMenus(),S.hideOthers(),S.set.active()};t=e.isFunction(t)?t:function(){},S.verbose("Doing menu show animation",a),S.set.direction(n),o=S.get.transition(n),S.is.selection()&&S.set.scrollPosition(S.get.selectedItem(),!0),(S.is.hidden(a)||S.is.animating(a))&&("none"==o?(r(),a.transition("show"),t.call(K)):e.fn.transition!==i&&M.transition("is supported")?a.transition({animation:o+" in",debug:k.debug,verbose:k.verbose,duration:k.duration,queue:!0,onStart:r,onComplete:function(){t.call(K)}}):S.error(q.noTransition,o))},hide:function(t,n){var o=n||Q,a=(n?k.duration:k.duration,n?function(){}:function(){S.can.click()&&S.unbind.intent(),S.remove.active()}),r=S.get.transition(n);t=e.isFunction(t)?t:function(){},(S.is.visible(o)||S.is.animating(o))&&(S.verbose("Doing menu hide animation",o),"none"==r?(a(),o.transition("hide"),t.call(K)):e.fn.transition!==i&&M.transition("is supported")?o.transition({animation:r+" out",duration:k.duration,debug:k.debug,verbose:k.verbose,queue:!1,onStart:a,onComplete:function(){t.call(K)}}):S.error(q.transition))}},hideAndClear:function(){S.remove.searchTerm(),S.has.maxSelections()||(S.has.search()?S.hide(function(){S.remove.filteredItem()}):S.hide())},delay:{show:function(){S.verbose("Delaying show event to ensure user intent"),clearTimeout(S.timer),S.timer=setTimeout(S.show,k.delay.show)},hide:function(){S.verbose("Delaying hide event to ensure user intent"),clearTimeout(S.timer),S.timer=setTimeout(S.hide,k.delay.hide)}},escape:{value:function(t){var n=e.isArray(t),i="string"==typeof t,o=!i&&!n,a=i&&-1!==t.search(O.quote),r=[];return o||!a?t:(S.debug("Encoding quote values for use in select",t),n?(e.each(t,function(e,t){r.push(t.replace(O.quote,"""))}),r):t.replace(O.quote,"""))},string:function(e){return(e=String(e)).replace(O.escape,"\\$&")}},setting:function(t,n){if(S.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,k,t);else{if(n===i)return k[t];e.isPlainObject(k[t])?e.extend(!0,k[t],n):k[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,S,t);else{if(n===i)return S[t];S[t]=n}},debug:function(){!k.silent&&k.debug&&(k.performance?S.performance.log(arguments):(S.debug=Function.prototype.bind.call(console.info,console,k.name+":"),S.debug.apply(console,arguments)))},verbose:function(){!k.silent&&k.verbose&&k.debug&&(k.performance?S.performance.log(arguments):(S.verbose=Function.prototype.bind.call(console.info,console,k.name+":"),S.verbose.apply(console,arguments)))},error:function(){k.silent||(S.error=Function.prototype.bind.call(console.error,console,k.name+":"),S.error.apply(console,arguments))},performance:{log:function(e){var t,n;k.performance&&(n=(t=(new Date).getTime())-(u||t),u=t,d.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:K,"Execution Time":n})),clearTimeout(S.performance.timer),S.performance.timer=setTimeout(S.performance.display,500)},display:function(){var t=k.name+":",n=0;u=!1,clearTimeout(S.performance.timer),e.each(d,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",l&&(t+=" '"+l+"'"),(console.group!==i||console.table!==i)&&d.length>0&&(console.groupCollapsed(t),console.table?console.table(d):e.each(d,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),d=[]}},invoke:function(t,n,o){var r,s,l,c=J;return n=n||g,o=K||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(S.error(q.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},m?(J===i&&S.initialize(),S.invoke(f)):(J!==i&&J.invoke("destroy"),S.initialize())}),a!==i?a:r},e.fn.dropdown.settings={silent:!1,debug:!1,verbose:!1,performance:!0,on:"click",action:"activate",values:!1,apiSettings:!1,selectOnKeydown:!0,minCharacters:0,filterRemoteData:!1,saveRemoteData:!0,throttle:200,context:t,direction:"auto",keepOnScreen:!0,match:"both",fullTextSearch:!1,placeholder:"auto",preserveHTML:!0,sortSelect:!1,forceSelection:!0,allowAdditions:!1,ignoreCase:!1,hideAdditions:!0,maxSelections:!1,useLabels:!0,delimiter:",",showOnFocus:!0,allowReselection:!1,allowTab:!0,allowCategorySelection:!1,fireOnInit:!1,transition:"auto",duration:200,glyphWidth:1.037,label:{transition:"scale",duration:200,variation:!1},delay:{hide:300,show:200,search:20,touch:50},onChange:function(e,t,n){},onAdd:function(e,t,n){},onRemove:function(e,t,n){},onLabelSelect:function(e){},onLabelCreate:function(t,n){return e(this)},onLabelRemove:function(e){return!0},onNoResults:function(e){return!0},onShow:function(){},onHide:function(){},name:"Dropdown",namespace:"dropdown",message:{addResult:"Add <b>{term}</b>",count:"{count} selected",maxSelections:"Max {maxCount} selections",noResults:"No results found.",serverError:"There was an error contacting the server"},error:{action:"You called a dropdown action that was not defined",alreadySetup:"Once a select has been initialized behaviors must be called on the created ui dropdown",labels:"Allowing user additions currently requires the use of labels.",missingMultiple:"<select> requires multiple property to be set to correctly preserve multiple values",method:"The method you called is not defined.",noAPI:"The API module is required to load resources remotely",noStorage:"Saving remote data requires session storage",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>"},regExp:{escape:/[-[\]{}()*+?.,\\^$|#\s]/g,quote:/"/g},metadata:{defaultText:"defaultText",defaultValue:"defaultValue",placeholderText:"placeholder",text:"text",value:"value"},fields:{remoteValues:"results",values:"values",disabled:"disabled",name:"name",value:"value",text:"text"},keys:{backspace:8,delimiter:188,deleteKey:46,enter:13,escape:27,pageUp:33,pageDown:34,leftArrow:37,upArrow:38,rightArrow:39,downArrow:40},selector:{addition:".addition",dropdown:".ui.dropdown",hidden:".hidden",icon:"> .dropdown.icon",input:'> input[type="hidden"], > select',item:".item",label:"> .label",remove:"> .label > .delete.icon",siblingLabel:".label",menu:".menu",message:".message",menuIcon:".dropdown.icon",search:"input.search, .menu > .search > input, .menu input.search",sizer:"> input.sizer",text:"> .text:not(.icon)",unselectable:".disabled, .filtered"},className:{active:"active",addition:"addition",animating:"animating",disabled:"disabled",empty:"empty",dropdown:"ui dropdown",filtered:"filtered",hidden:"hidden transition",item:"item",label:"ui label",loading:"loading",menu:"menu",message:"message",multiple:"multiple",placeholder:"default",sizer:"sizer",search:"search",selected:"selected",selection:"selection",upward:"upward",leftward:"left",visible:"visible"}},e.fn.dropdown.settings.templates={dropdown:function(t){var n=t.placeholder||!1,i=(t.values,"");return i+='<i class="dropdown icon"></i>',t.placeholder?i+='<div class="default text">'+n+"</div>":i+='<div class="text"></div>',i+='<div class="menu">',e.each(t.values,function(e,t){i+=t.disabled?'<div class="disabled item" data-value="'+t.value+'">'+t.name+"</div>":'<div class="item" data-value="'+t.value+'">'+t.name+"</div>"}),i+="</div>"},menu:function(t,n){var i=t[n.values]||{},o="";return e.each(i,function(e,t){var i=t[n.text]?'data-text="'+t[n.text]+'"':"",a=t[n.disabled]?"disabled ":"";o+='<div class="'+a+'item" data-value="'+t[n.value]+'"'+i+">",o+=t[n.name],o+="</div>"}),o},label:function(e,t){return t+'<i class="delete icon"></i>'},message:function(e){return e},addition:function(e){return e}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.embed=function(n){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1);return a.each(function(){var f,m=e.isPlainObject(n)?e.extend(!0,{},e.fn.embed.settings,n):e.extend({},e.fn.embed.settings),g=m.selector,p=m.className,h=m.sources,v=m.error,b=m.metadata,y=m.namespace,x=m.templates,C="."+y,w="module-"+y,S=(e(t),e(this)),k=(S.find(g.placeholder),S.find(g.icon),S.find(g.embed)),T=this,A=S.data(w);f={initialize:function(){f.debug("Initializing embed"),f.determine.autoplay(),f.create(),f.bind.events(),f.instantiate()},instantiate:function(){f.verbose("Storing instance of module",f),A=f,S.data(w,f)},destroy:function(){f.verbose("Destroying previous instance of embed"),f.reset(),S.removeData(w).off(C)},refresh:function(){f.verbose("Refreshing selector cache"),S.find(g.placeholder),S.find(g.icon),k=S.find(g.embed)},bind:{events:function(){f.has.placeholder()&&(f.debug("Adding placeholder events"),S.on("click"+C,g.placeholder,f.createAndShow).on("click"+C,g.icon,f.createAndShow))}},create:function(){f.get.placeholder()?f.createPlaceholder():f.createAndShow()},createPlaceholder:function(e){var t=f.get.icon(),n=f.get.url();f.generate.embed(n);e=e||f.get.placeholder(),S.html(x.placeholder(e,t)),f.debug("Creating placeholder for embed",e,t)},createEmbed:function(t){f.refresh(),t=t||f.get.url(),k=e("<div/>").addClass(p.embed).html(f.generate.embed(t)).appendTo(S),m.onCreate.call(T,t),f.debug("Creating embed object",k)},changeEmbed:function(e){k.html(f.generate.embed(e))},createAndShow:function(){f.createEmbed(),f.show()},change:function(e,t,n){f.debug("Changing video to ",e,t,n),S.data(b.source,e).data(b.id,t),n?S.data(b.url,n):S.removeData(b.url),f.has.embed()?f.changeEmbed():f.create()},reset:function(){f.debug("Clearing embed and showing placeholder"),f.remove.active(),f.remove.embed(),f.showPlaceholder(),m.onReset.call(T)},show:function(){f.debug("Showing embed"),f.set.active(),m.onDisplay.call(T)},hide:function(){f.debug("Hiding embed"),f.showPlaceholder()},showPlaceholder:function(){f.debug("Showing placeholder image"),f.remove.active(),m.onPlaceholderDisplay.call(T)},get:{id:function(){return m.id||S.data(b.id)},placeholder:function(){return m.placeholder||S.data(b.placeholder)},icon:function(){return m.icon?m.icon:S.data(b.icon)!==i?S.data(b.icon):f.determine.icon()},source:function(e){return m.source?m.source:S.data(b.source)!==i?S.data(b.source):f.determine.source()},type:function(){var e=f.get.source();return h[e]!==i&&h[e].type},url:function(){return m.url?m.url:S.data(b.url)!==i?S.data(b.url):f.determine.url()}},determine:{autoplay:function(){f.should.autoplay()&&(m.autoplay=!0)},source:function(t){var n=!1;return(t=t||f.get.url())&&e.each(h,function(e,i){if(-1!==t.search(i.domain))return n=e,!1}),n},icon:function(){var e=f.get.source();return h[e]!==i&&h[e].icon},url:function(){var e,t=m.id||S.data(b.id),n=m.source||S.data(b.source);return(e=h[n]!==i&&h[n].url.replace("{id}",t))&&S.data(b.url,e),e}},set:{active:function(){S.addClass(p.active)}},remove:{active:function(){S.removeClass(p.active)},embed:function(){k.empty()}},encode:{parameters:function(e){var t,n=[];for(t in e)n.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return n.join("&")}},generate:{embed:function(e){f.debug("Generating embed html");var t,n,i=f.get.source();return(e=f.get.url(e))?(n=f.generate.parameters(i),t=x.iframe(e,n)):f.error(v.noURL,S),t},parameters:function(t,n){var o=h[t]&&h[t].parameters!==i?h[t].parameters(m):{};return(n=n||m.parameters)&&(o=e.extend({},o,n)),o=m.onEmbed(o),f.encode.parameters(o)}},has:{embed:function(){return k.length>0},placeholder:function(){return m.placeholder||S.data(b.placeholder)}},should:{autoplay:function(){return"auto"===m.autoplay?m.placeholder||S.data(b.placeholder)!==i:m.autoplay}},is:{video:function(){return"video"==f.get.type()}},setting:function(t,n){if(f.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];e.isPlainObject(m[t])?e.extend(!0,m[t],n):m[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];f[t]=n}},debug:function(){!m.silent&&m.debug&&(m.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,m.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!m.silent&&m.verbose&&m.debug&&(m.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),f.verbose.apply(console,arguments)))},error:function(){m.silent||(f.error=Function.prototype.bind.call(console.error,console,m.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,n;m.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:T,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var t=m.name+":",n=0;s=!1,clearTimeout(f.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,a){var r,s,l,c=A;return n=n||d,a=T||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(f.error(v.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s}},u?(A===i&&f.initialize(),f.invoke(c)):(A!==i&&A.invoke("destroy"),f.initialize())}),o!==i?o:this},e.fn.embed.settings={name:"Embed",namespace:"embed",silent:!1,debug:!1,verbose:!1,performance:!0,icon:!1,source:!1,url:!1,id:!1,autoplay:"auto",color:"#444444",hd:!0,brandedUI:!1,parameters:!1,onDisplay:function(){},onPlaceholderDisplay:function(){},onReset:function(){},onCreate:function(e){},onEmbed:function(e){return e},metadata:{id:"id",icon:"icon",placeholder:"placeholder",source:"source",url:"url"},error:{noURL:"No URL specified",method:"The method you called is not defined"},className:{active:"active",embed:"embed"},selector:{embed:".embed",placeholder:".placeholder",icon:".icon"},sources:{youtube:{name:"youtube",type:"video",icon:"video play",domain:"youtube.com",url:"//www.youtube.com/embed/{id}",parameters:function(e){return{autohide:!e.brandedUI,autoplay:e.autoplay,color:e.color||i,hq:e.hd,jsapi:e.api,modestbranding:!e.brandedUI}}},vimeo:{name:"vimeo",type:"video",icon:"video play",domain:"vimeo.com",url:"//player.vimeo.com/video/{id}",parameters:function(e){return{api:e.api,autoplay:e.autoplay,byline:e.brandedUI,color:e.color||i,portrait:e.brandedUI,title:e.brandedUI}}}},templates:{iframe:function(e,t){var n=e;return t&&(n+="?"+t),'<iframe src="'+n+'" width="100%" height="100%" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>'},placeholder:function(e,t){var n="";return t&&(n+='<i class="'+t+' icon"></i>'),e&&(n+='<img class="placeholder" src="'+e+'">'),n}},api:!1,onPause:function(){},onPlay:function(){},onStop:function(){}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.modal=function(o){var a,r=e(this),s=e(t),l=e(n),c=e("body"),u=r.selector||"",d=(new Date).getTime(),f=[],m=arguments[0],g="string"==typeof m,p=[].slice.call(arguments,1),h=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var r,v,b,y,x,C,w,S,k,T=e.isPlainObject(o)?e.extend(!0,{},e.fn.modal.settings,o):e.extend({},e.fn.modal.settings),A=T.selector,R=T.className,P=T.namespace,E=T.error,F="."+P,O="module-"+P,D=e(this),q=e(T.context),j=D.find(A.close),z=this,I=D.data(O),M=!1;k={initialize:function(){k.verbose("Initializing dimmer",q),k.create.id(),k.create.dimmer(),k.refreshModals(),k.bind.events(),T.observeChanges&&k.observeChanges(),k.instantiate()},instantiate:function(){k.verbose("Storing instance of modal"),I=k,D.data(O,I)},create:{dimmer:function(){var t={debug:T.debug,variation:!T.centered&&"top aligned",dimmerName:"modals"},n=e.extend(!0,t,T.dimmerSettings);e.fn.dimmer!==i?(k.debug("Creating dimmer"),y=q.dimmer(n),T.detachable?(k.verbose("Modal is detachable, moving content into dimmer"),y.dimmer("add content",D)):k.set.undetached(),x=y.dimmer("get dimmer")):k.error(E.dimmer)},id:function(){w=(Math.random().toString(16)+"000000000").substr(2,8),C="."+w,k.verbose("Creating unique id for element",w)}},destroy:function(){k.verbose("Destroying previous modal"),D.removeData(O).off(F),s.off(C),x.off(C),j.off(F),q.dimmer("destroy")},observeChanges:function(){"MutationObserver"in t&&((S=new MutationObserver(function(e){k.debug("DOM tree modified, refreshing"),k.refresh()})).observe(z,{childList:!0,subtree:!0}),k.debug("Setting up mutation observer",S))},refresh:function(){k.remove.scrolling(),k.cacheSizes(),k.set.screenHeight(),k.set.type()},refreshModals:function(){v=D.siblings(A.modal),r=v.add(D)},attachEvents:function(t,n){var i=e(t);n=e.isFunction(k[n])?k[n]:k.toggle,i.length>0?(k.debug("Attaching modal events to element",t,n),i.off(F).on("click"+F,n)):k.error(E.notFound,t)},bind:{events:function(){k.verbose("Attaching events"),D.on("click"+F,A.close,k.event.close).on("click"+F,A.approve,k.event.approve).on("click"+F,A.deny,k.event.deny),s.on("resize"+C,k.event.resize)}},get:{id:function(){return(Math.random().toString(16)+"000000000").substr(2,8)}},event:{approve:function(){M||!1===T.onApprove.call(z,e(this))?k.verbose("Approve callback returned false cancelling hide"):(M=!0,k.hide(function(){M=!1}))},deny:function(){M||!1===T.onDeny.call(z,e(this))?k.verbose("Deny callback returned false cancelling hide"):(M=!0,k.hide(function(){M=!1}))},close:function(){k.hide()},click:function(t){if(T.closable){var i=e(t.target).closest(A.modal).length>0,o=e.contains(n.documentElement,t.target);!i&&o&&k.is.active()&&(k.debug("Dimmer clicked, hiding all modals"),k.remove.clickaway(),T.allowMultiple?k.hide():k.hideAll())}else k.verbose("Dimmer clicked but closable setting is disabled")},debounce:function(e,t){clearTimeout(k.timer),k.timer=setTimeout(e,t)},keyboard:function(e){27==e.which&&(T.closable?(k.debug("Escape key pressed hiding modal"),k.hide()):k.debug("Escape key pressed, but closable is set to false"),e.preventDefault())},resize:function(){y.dimmer("is active")&&(k.is.animating()||k.is.active())&&h(k.refresh)}},toggle:function(){k.is.active()||k.is.animating()?k.hide():k.show()},show:function(t){t=e.isFunction(t)?t:function(){},k.refreshModals(),k.set.dimmerSettings(),k.showModal(t)},hide:function(t){t=e.isFunction(t)?t:function(){},k.refreshModals(),k.hideModal(t)},showModal:function(t){t=e.isFunction(t)?t:function(){},k.is.animating()||!k.is.active()?(k.showDimmer(),k.cacheSizes(),k.set.screenHeight(),k.set.type(),k.set.clickaway(),!T.allowMultiple&&k.others.active()?k.hideOthers(k.showModal):(T.allowMultiple&&T.detachable&&D.detach().appendTo(x),T.onShow.call(z),T.transition&&e.fn.transition!==i&&D.transition("is supported")?(k.debug("Showing modal with css animations"),D.transition({debug:T.debug,animation:T.transition+" in",queue:T.queue,duration:T.duration,useFailSafe:!0,onComplete:function(){T.onVisible.apply(z),T.keyboardShortcuts&&k.add.keyboardShortcuts(),k.save.focus(),k.set.active(),T.autofocus&&k.set.autofocus(),t()}})):k.error(E.noTransition))):k.debug("Modal is already visible")},hideModal:function(t,n){t=e.isFunction(t)?t:function(){},k.debug("Hiding modal"),!1!==T.onHide.call(z,e(this))?(k.is.animating()||k.is.active())&&(T.transition&&e.fn.transition!==i&&D.transition("is supported")?(k.remove.active(),D.transition({debug:T.debug,animation:T.transition+" out",queue:T.queue,duration:T.duration,useFailSafe:!0,onStart:function(){k.others.active()||n||k.hideDimmer(),T.keyboardShortcuts&&k.remove.keyboardShortcuts()},onComplete:function(){T.onHidden.call(z),k.restore.focus(),t()}})):k.error(E.noTransition)):k.verbose("Hide callback returned false cancelling hide")},showDimmer:function(){y.dimmer("is animating")||!y.dimmer("is active")?(k.debug("Showing dimmer"),y.dimmer("show")):k.debug("Dimmer already visible")},hideDimmer:function(){y.dimmer("is animating")||y.dimmer("is active")?y.dimmer("hide",function(){k.remove.clickaway(),k.remove.screenHeight()}):k.debug("Dimmer is not visible cannot hide")},hideAll:function(t){var n=r.filter("."+R.active+", ."+R.animating);t=e.isFunction(t)?t:function(){},n.length>0&&(k.debug("Hiding all visible modals"),k.hideDimmer(),n.modal("hide modal",t))},hideOthers:function(t){var n=v.filter("."+R.active+", ."+R.animating);t=e.isFunction(t)?t:function(){},n.length>0&&(k.debug("Hiding other modals",v),n.modal("hide modal",t,!0))},others:{active:function(){return v.filter("."+R.active).length>0},animating:function(){return v.filter("."+R.animating).length>0}},add:{keyboardShortcuts:function(){k.verbose("Adding keyboard shortcuts"),l.on("keyup"+F,k.event.keyboard)}},save:{focus:function(){e(n.activeElement).closest(D).length>0||(b=e(n.activeElement).blur())}},restore:{focus:function(){b&&b.length>0&&b.focus()}},remove:{active:function(){D.removeClass(R.active)},clickaway:function(){x.off("click"+C)},bodyStyle:function(){""===c.attr("style")&&(k.verbose("Removing style attribute"),c.removeAttr("style"))},screenHeight:function(){k.debug("Removing page height"),c.css("height","")},keyboardShortcuts:function(){k.verbose("Removing keyboard shortcuts"),l.off("keyup"+F)},scrolling:function(){y.removeClass(R.scrolling),D.removeClass(R.scrolling)}},cacheSizes:function(){D.addClass(R.loading);var o=D.prop("scrollHeight"),a=D.outerHeight();k.cache!==i&&0===a||(k.cache={pageHeight:e(n).outerHeight(),height:a+T.offset,scrollHeight:o+T.offset,contextHeight:"body"==T.context?e(t).height():y.height()},k.cache.topOffset=-k.cache.height/2),D.removeClass(R.loading),k.debug("Caching modal and container sizes",k.cache)},can:{fit:function(){var e=k.cache.contextHeight,t=k.cache.contextHeight/2,n=k.cache.topOffset,i=k.cache.scrollHeight,o=k.cache.height,a=T.padding;return i>o?t+n+i+a<e:o+2*a<e}},is:{active:function(){return D.hasClass(R.active)},animating:function(){return D.transition("is supported")?D.transition("is animating"):D.is(":visible")},scrolling:function(){return y.hasClass(R.scrolling)},modernBrowser:function(){return!(t.ActiveXObject||"ActiveXObject"in t)}},set:{autofocus:function(){var e=D.find("[tabindex], :input").filter(":visible"),t=e.filter("[autofocus]"),n=t.length>0?t.first():e.first();n.length>0&&n.focus()},clickaway:function(){x.on("click"+C,k.event.click)},dimmerSettings:function(){if(e.fn.dimmer!==i){var t={debug:T.debug,dimmerName:"modals",closable:"auto",variation:!T.centered&&"top aligned",duration:{show:T.duration,hide:T.duration}},n=e.extend(!0,t,T.dimmerSettings);T.inverted?(n.variation=n.variation!==i?n.variation+" inverted":"inverted",x.addClass(R.inverted)):x.removeClass(R.inverted),T.blurring?y.addClass(R.blurring):y.removeClass(R.blurring),q.dimmer("setting",n)}else k.error(E.dimmer)},screenHeight:function(){k.can.fit()?c.css("height",""):(k.debug("Modal is taller than page content, resizing page height"),c.css("height",k.cache.height+2*T.padding))},active:function(){D.addClass(R.active)},scrolling:function(){y.addClass(R.scrolling),D.addClass(R.scrolling)},type:function(){k.can.fit()?(k.verbose("Modal fits on screen"),k.others.active()||k.others.animating()||k.remove.scrolling()):(k.verbose("Modal cannot fit on screen setting to scrolling"),k.set.scrolling())},undetached:function(){y.addClass(R.undetached)}},setting:function(t,n){if(k.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,T,t);else{if(n===i)return T[t];e.isPlainObject(T[t])?e.extend(!0,T[t],n):T[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,k,t);else{if(n===i)return k[t];k[t]=n}},debug:function(){!T.silent&&T.debug&&(T.performance?k.performance.log(arguments):(k.debug=Function.prototype.bind.call(console.info,console,T.name+":"),k.debug.apply(console,arguments)))},verbose:function(){!T.silent&&T.verbose&&T.debug&&(T.performance?k.performance.log(arguments):(k.verbose=Function.prototype.bind.call(console.info,console,T.name+":"),k.verbose.apply(console,arguments)))},error:function(){T.silent||(k.error=Function.prototype.bind.call(console.error,console,T.name+":"),k.error.apply(console,arguments))},performance:{log:function(e){var t,n;T.performance&&(n=(t=(new Date).getTime())-(d||t),d=t,f.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:z,"Execution Time":n})),clearTimeout(k.performance.timer),k.performance.timer=setTimeout(k.performance.display,500)},display:function(){var t=T.name+":",n=0;d=!1,clearTimeout(k.performance.timer),e.each(f,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",u&&(t+=" '"+u+"'"),(console.group!==i||console.table!==i)&&f.length>0&&(console.groupCollapsed(t),console.table?console.table(f):e.each(f,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),f=[]}},invoke:function(t,n,o){var r,s,l,c=I;return n=n||p,o=z||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},g?(I===i&&k.initialize(),k.invoke(m)):(I!==i&&I.invoke("destroy"),k.initialize())}),a!==i?a:this},e.fn.modal.settings={name:"Modal",namespace:"modal",silent:!1,debug:!1,verbose:!1,performance:!0,observeChanges:!1,allowMultiple:!1,detachable:!0,closable:!0,autofocus:!0,inverted:!1,blurring:!1,centered:!0,dimmerSettings:{closable:!1,useCSS:!0},keyboardShortcuts:!0,context:"body",queue:!1,duration:500,offset:0,transition:"scale",padding:50,onShow:function(){},onVisible:function(){},onHide:function(){return!0},onHidden:function(){},onApprove:function(){return!0},onDeny:function(){return!0},selector:{close:"> .close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel",modal:".ui.modal"},error:{dimmer:"UI Dimmer, a required component is not included in this page",method:"The method you called is not defined.",notFound:"The element you specified could not be found"},className:{active:"active",animating:"animating",blurring:"blurring",inverted:"inverted",loading:"loading",scrolling:"scrolling",undetached:"undetached"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.nag=function(n){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1);return a.each(function(){var a,f=e.isPlainObject(n)?e.extend(!0,{},e.fn.nag.settings,n):e.extend({},e.fn.nag.settings),m=(f.className,f.selector),g=f.error,p=f.namespace,h="."+p,v=p+"-module",b=e(this),y=(b.find(m.close),f.context?e(f.context):e("body")),x=this,C=b.data(v);t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame;a={initialize:function(){a.verbose("Initializing element"),b.on("click"+h,m.close,a.dismiss).data(v,a),f.detachable&&b.parent()[0]!==y[0]&&b.detach().prependTo(y),f.displayTime>0&&setTimeout(a.hide,f.displayTime),a.show()},destroy:function(){a.verbose("Destroying instance"),b.removeData(v).off(h)},show:function(){a.should.show()&&!b.is(":visible")&&(a.debug("Showing nag",f.animation.show),"fade"==f.animation.show?b.fadeIn(f.duration,f.easing):b.slideDown(f.duration,f.easing))},hide:function(){a.debug("Showing nag",f.animation.hide),"fade"==f.animation.show?b.fadeIn(f.duration,f.easing):b.slideUp(f.duration,f.easing)},onHide:function(){a.debug("Removing nag",f.animation.hide),b.remove(),f.onHide&&f.onHide()},dismiss:function(e){f.storageMethod&&a.storage.set(f.key,f.value),a.hide(),e.stopImmediatePropagation(),e.preventDefault()},should:{show:function(){return f.persist?(a.debug("Persistent nag is set, can show nag"),!0):a.storage.get(f.key)!=f.value.toString()?(a.debug("Stored value is not set, can show nag",a.storage.get(f.key)),!0):(a.debug("Stored value is set, cannot show nag",a.storage.get(f.key)),!1)}},get:{storageOptions:function(){var e={};return f.expires&&(e.expires=f.expires),f.domain&&(e.domain=f.domain),f.path&&(e.path=f.path),e}},clear:function(){a.storage.remove(f.key)},storage:{set:function(n,o){var r=a.get.storageOptions();if("localstorage"==f.storageMethod&&t.localStorage!==i)t.localStorage.setItem(n,o),a.debug("Value stored using local storage",n,o);else if("sessionstorage"==f.storageMethod&&t.sessionStorage!==i)t.sessionStorage.setItem(n,o),a.debug("Value stored using session storage",n,o);else{if(e.cookie===i)return void a.error(g.noCookieStorage);e.cookie(n,o,r),a.debug("Value stored using cookie",n,o,r)}},get:function(n,o){var r;return"localstorage"==f.storageMethod&&t.localStorage!==i?r=t.localStorage.getItem(n):"sessionstorage"==f.storageMethod&&t.sessionStorage!==i?r=t.sessionStorage.getItem(n):e.cookie!==i?r=e.cookie(n):a.error(g.noCookieStorage),"undefined"!=r&&"null"!=r&&r!==i&&null!==r||(r=i),r},remove:function(n){var o=a.get.storageOptions();"localstorage"==f.storageMethod&&t.localStorage!==i?t.localStorage.removeItem(n):"sessionstorage"==f.storageMethod&&t.sessionStorage!==i?t.sessionStorage.removeItem(n):e.cookie!==i?e.removeCookie(n,o):a.error(g.noStorage)}},setting:function(t,n){if(a.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];e.isPlainObject(f[t])?e.extend(!0,f[t],n):f[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,a,t);else{if(n===i)return a[t];a[t]=n}},debug:function(){!f.silent&&f.debug&&(f.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,f.name+":"),a.debug.apply(console,arguments)))},verbose:function(){!f.silent&&f.verbose&&f.debug&&(f.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),a.verbose.apply(console,arguments)))},error:function(){f.silent||(a.error=Function.prototype.bind.call(console.error,console,f.name+":"),a.error.apply(console,arguments))},performance:{log:function(e){var t,n;f.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:x,"Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(a.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,r){var s,l,c,u=C;return n=n||d,r=x||r,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(n,o){var r=n!=s?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(u[r])&&n!=s)u=u[r];else{if(u[r]!==i)return l=u[r],!1;if(!e.isPlainObject(u[o])||n==s)return u[o]!==i?(l=u[o],!1):(a.error(g.method,t),!1);u=u[o]}})),e.isFunction(l)?c=l.apply(r,n):l!==i&&(c=l),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),l}},u?(C===i&&a.initialize(),a.invoke(c)):(C!==i&&C.invoke("destroy"),a.initialize())}),o!==i?o:this},e.fn.nag.settings={name:"Nag",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"Nag",persist:!1,displayTime:0,animation:{show:"slide",hide:"slide"},context:!1,detachable:!1,expires:30,domain:!1,path:"/",storageMethod:"cookie",key:"nag",value:"dismiss",error:{noCookieStorage:"$.cookie is not included. A storage solution is required.",noStorage:"Neither $.cookie or store is defined. A storage solution is required for storing state",method:"The method you called is not defined."},className:{bottom:"bottom",fixed:"fixed"},selector:{close:".close.icon"},speed:500,easing:"easeOutQuad",onHide:function(){}},e.extend(e.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.popup=function(o){var a,r=e(this),s=e(n),l=e(t),c=e("body"),u=r.selector||"",d=(new Date).getTime(),f=[],m=arguments[0],g="string"==typeof m,p=[].slice.call(arguments,1);return r.each(function(){var r,h,v,b,y,x,C=e.isPlainObject(o)?e.extend(!0,{},e.fn.popup.settings,o):e.extend({},e.fn.popup.settings),w=C.selector,S=C.className,k=C.error,T=C.metadata,A=C.namespace,R="."+C.namespace,P="module-"+A,E=e(this),F=e(C.context),O=e(C.scrollContext),D=e(C.boundary),q=C.target?e(C.target):E,j=0,z=!1,I=!1,M=this,L=E.data(P);x={initialize:function(){x.debug("Initializing",E),x.createID(),x.bind.events(),!x.exists()&&C.preserve&&x.create(),C.observeChanges&&x.observeChanges(),x.instantiate()},instantiate:function(){x.verbose("Storing instance",x),L=x,E.data(P,L)},observeChanges:function(){"MutationObserver"in t&&((v=new MutationObserver(x.event.documentChanged)).observe(n,{childList:!0,subtree:!0}),x.debug("Setting up mutation observer",v))},refresh:function(){C.popup?r=e(C.popup).eq(0):C.inline&&(r=q.nextAll(w.popup).eq(0),C.popup=r),C.popup?(r.addClass(S.loading),h=x.get.offsetParent(),r.removeClass(S.loading),C.movePopup&&x.has.popup()&&x.get.offsetParent(r)[0]!==h[0]&&(x.debug("Moving popup to the same offset parent as target"),r.detach().appendTo(h))):h=C.inline?x.get.offsetParent(q):x.has.popup()?x.get.offsetParent(r):c,h.is("html")&&h[0]!==c[0]&&(x.debug("Setting page as offset parent"),h=c),x.get.variation()&&x.set.variation()},reposition:function(){x.refresh(),x.set.position()},destroy:function(){x.debug("Destroying previous module"),v&&v.disconnect(),r&&!C.preserve&&x.removePopup(),clearTimeout(x.hideTimer),clearTimeout(x.showTimer),x.unbind.close(),x.unbind.events(),E.removeData(P)},event:{start:function(t){var n=e.isPlainObject(C.delay)?C.delay.show:C.delay;clearTimeout(x.hideTimer),I||(x.showTimer=setTimeout(x.show,n))},end:function(){var t=e.isPlainObject(C.delay)?C.delay.hide:C.delay;clearTimeout(x.showTimer),x.hideTimer=setTimeout(x.hide,t)},touchstart:function(e){I=!0,x.show()},resize:function(){x.is.visible()&&x.set.position()},documentChanged:function(t){[].forEach.call(t,function(t){t.removedNodes&&[].forEach.call(t.removedNodes,function(t){(t==M||e(t).find(M).length>0)&&(x.debug("Element removed from DOM, tearing down events"),x.destroy())})})},hideGracefully:function(t){var i=e(t.target),o=e.contains(n.documentElement,t.target),a=i.closest(w.popup).length>0;t&&!a&&o?(x.debug("Click occurred outside popup hiding popup"),x.hide()):x.debug("Click was inside popup, keeping popup open")}},create:function(){var t=x.get.html(),n=x.get.title(),i=x.get.content();t||i||n?(x.debug("Creating pop-up html"),t||(t=C.templates.popup({title:n,content:i})),r=e("<div/>").addClass(S.popup).data(T.activator,E).html(t),C.inline?(x.verbose("Inserting popup element inline",r),r.insertAfter(E)):(x.verbose("Appending popup element to body",r),r.appendTo(F)),x.refresh(),x.set.variation(),C.hoverable&&x.bind.popup(),C.onCreate.call(r,M)):0!==q.next(w.popup).length?(x.verbose("Pre-existing popup found"),C.inline=!0,C.popup=q.next(w.popup).data(T.activator,E),x.refresh(),C.hoverable&&x.bind.popup()):C.popup?(e(C.popup).data(T.activator,E),x.verbose("Used popup specified in settings"),x.refresh(),C.hoverable&&x.bind.popup()):x.debug("No content specified skipping display",M)},createID:function(){y=(Math.random().toString(16)+"000000000").substr(2,8),b="."+y,x.verbose("Creating unique id for element",y)},toggle:function(){x.debug("Toggling pop-up"),x.is.hidden()?(x.debug("Popup is hidden, showing pop-up"),x.unbind.close(),x.show()):(x.debug("Popup is visible, hiding pop-up"),x.hide())},show:function(e){if(e=e||function(){},x.debug("Showing pop-up",C.transition),x.is.hidden()&&(!x.is.active()||!x.is.dropdown())){if(x.exists()||x.create(),!1===C.onShow.call(r,M))return void x.debug("onShow callback returned false, cancelling popup animation");C.preserve||C.popup||x.refresh(),r&&x.set.position()&&(x.save.conditions(),C.exclusive&&x.hideAll(),x.animate.show(e))}},hide:function(e){if(e=e||function(){},x.is.visible()||x.is.animating()){if(!1===C.onHide.call(r,M))return void x.debug("onHide callback returned false, cancelling popup animation");x.remove.visible(),x.unbind.close(),x.restore.conditions(),x.animate.hide(e)}},hideAll:function(){e(w.popup).filter("."+S.popupVisible).each(function(){e(this).data(T.activator).popup("hide")})},exists:function(){return!!r&&(C.inline||C.popup?x.has.popup():r.closest(F).length>=1)},removePopup:function(){x.has.popup()&&!C.popup&&(x.debug("Removing popup",r),r.remove(),r=i,C.onRemove.call(r,M))},save:{conditions:function(){x.cache={title:E.attr("title")},x.cache.title&&E.removeAttr("title"),x.verbose("Saving original attributes",x.cache.title)}},restore:{conditions:function(){return x.cache&&x.cache.title&&(E.attr("title",x.cache.title),x.verbose("Restoring original attributes",x.cache.title)),!0}},supports:{svg:function(){return"undefined"==typeof SVGGraphicsElement}},animate:{show:function(t){t=e.isFunction(t)?t:function(){},C.transition&&e.fn.transition!==i&&E.transition("is supported")?(x.set.visible(),r.transition({animation:C.transition+" in",queue:!1,debug:C.debug,verbose:C.verbose,duration:C.duration,onComplete:function(){x.bind.close(),t.call(r,M),C.onVisible.call(r,M)}})):x.error(k.noTransition)},hide:function(t){t=e.isFunction(t)?t:function(){},x.debug("Hiding pop-up"),!1!==C.onHide.call(r,M)?C.transition&&e.fn.transition!==i&&E.transition("is supported")?r.transition({animation:C.transition+" out",queue:!1,duration:C.duration,debug:C.debug,verbose:C.verbose,onComplete:function(){x.reset(),t.call(r,M),C.onHidden.call(r,M)}}):x.error(k.noTransition):x.debug("onHide callback returned false, cancelling popup animation")}},change:{content:function(e){r.html(e)}},get:{html:function(){return E.removeData(T.html),E.data(T.html)||C.html},title:function(){return E.removeData(T.title),E.data(T.title)||C.title},content:function(){return E.removeData(T.content),E.data(T.content)||C.content||E.attr("title")},variation:function(){return E.removeData(T.variation),E.data(T.variation)||C.variation},popup:function(){return r},popupOffset:function(){return r.offset()},calculations:function(){var e,n=x.get.offsetParent(r),i=q[0],o=D[0]==t,a=C.inline||C.popup&&C.movePopup?q.position():q.offset(),s=o?{top:0,left:0}:D.offset(),c={},u=o?{top:l.scrollTop(),left:l.scrollLeft()}:{top:0,left:0};if(c={target:{element:q[0],width:q.outerWidth(),height:q.outerHeight(),top:a.top,left:a.left,margin:{}},popup:{width:r.outerWidth(),height:r.outerHeight()},parent:{width:h.outerWidth(),height:h.outerHeight()},screen:{top:s.top,left:s.left,scroll:{top:u.top,left:u.left},width:D.width(),height:D.height()}},n.get(0)!==h.get(0)){var d=n.offset();c.target.top-=d.top,c.target.left-=d.left,c.parent.width=n.outerWidth(),c.parent.height=n.outerHeight()}return C.setFluidWidth&&x.is.fluid()&&(c.container={width:r.parent().outerWidth()},c.popup.width=c.container.width),c.target.margin.top=C.inline?parseInt(t.getComputedStyle(i).getPropertyValue("margin-top"),10):0,c.target.margin.left=C.inline?x.is.rtl()?parseInt(t.getComputedStyle(i).getPropertyValue("margin-right"),10):parseInt(t.getComputedStyle(i).getPropertyValue("margin-left"),10):0,e=c.screen,c.boundary={top:e.top+e.scroll.top,bottom:e.top+e.scroll.top+e.height,left:e.left+e.scroll.left,right:e.left+e.scroll.left+e.width},c},id:function(){return y},startEvent:function(){return"hover"==C.on?"mouseenter":"focus"==C.on&&"focus"},scrollEvent:function(){return"scroll"},endEvent:function(){return"hover"==C.on?"mouseleave":"focus"==C.on&&"blur"},distanceFromBoundary:function(e,t){var n,i,o={};return n=(t=t||x.get.calculations()).popup,i=t.boundary,e&&(o={top:e.top-i.top,left:e.left-i.left,right:i.right-(e.left+n.width),bottom:i.bottom-(e.top+n.height)},x.verbose("Distance from boundaries determined",e,o)),o},offsetParent:function(t){var n=(t!==i?t[0]:q[0]).parentNode,o=e(n);if(n)for(var a="none"===o.css("transform"),r="static"===o.css("position"),s=o.is("body");n&&!s&&r&&a;)n=n.parentNode,a="none"===(o=e(n)).css("transform"),r="static"===o.css("position"),s=o.is("body");return o&&o.length>0?o:e()},positions:function(){return{"top left":!1,"top center":!1,"top right":!1,"bottom left":!1,"bottom center":!1,"bottom right":!1,"left center":!1,"right center":!1}},nextPosition:function(e){var t=e.split(" "),n=t[0],i=t[1],o="top"==n||"bottom"==n,a=!1,r=!1,s=!1;return z||(x.verbose("All available positions available"),z=x.get.positions()),x.debug("Recording last position tried",e),z[e]=!0,"opposite"===C.prefer&&(s=(s=[{top:"bottom",bottom:"top",left:"right",right:"left"}[n],i]).join(" "),a=!0===z[s],x.debug("Trying opposite strategy",s)),"adjacent"===C.prefer&&o&&(s=(s=[n,{left:"center",center:"right",right:"left"}[i]]).join(" "),r=!0===z[s],x.debug("Trying adjacent strategy",s)),(r||a)&&(x.debug("Using backup position",s),s={"top left":"top center","top center":"top right","top right":"right center","right center":"bottom right","bottom right":"bottom center","bottom center":"bottom left","bottom left":"left center","left center":"top left"}[e]),s}},set:{position:function(e,t){if(0!==q.length&&0!==r.length){var n,o,a,s,l,c,u,d;if(t=t||x.get.calculations(),e=e||E.data(T.position)||C.position,n=E.data(T.offset)||C.offset,o=C.distanceAway,a=t.target,s=t.popup,l=t.parent,x.should.centerArrow(t)&&(x.verbose("Adjusting offset to center arrow on small target element"),"top left"!=e&&"bottom left"!=e||(n+=a.width/2,n-=C.arrowPixelsFromEdge),"top right"!=e&&"bottom right"!=e||(n-=a.width/2,n+=C.arrowPixelsFromEdge)),0===a.width&&0===a.height&&!x.is.svg(a.element))return x.debug("Popup target is hidden, no action taken"),!1;switch(C.inline&&(x.debug("Adding margin to calculation",a.margin),"left center"==e||"right center"==e?(n+=a.margin.top,o+=-a.margin.left):"top left"==e||"top center"==e||"top right"==e?(n+=a.margin.left,o-=a.margin.top):(n+=a.margin.left,o+=a.margin.top)),x.debug("Determining popup position from calculations",e,t),x.is.rtl()&&(e=e.replace(/left|right/g,function(e){return"left"==e?"right":"left"}),x.debug("RTL: Popup position updated",e)),j==C.maxSearchDepth&&"string"==typeof C.lastResort&&(e=C.lastResort),e){case"top left":c={top:"auto",bottom:l.height-a.top+o,left:a.left+n,right:"auto"};break;case"top center":c={bottom:l.height-a.top+o,left:a.left+a.width/2-s.width/2+n,top:"auto",right:"auto"};break;case"top right":c={bottom:l.height-a.top+o,right:l.width-a.left-a.width-n,top:"auto",left:"auto"};break;case"left center":c={top:a.top+a.height/2-s.height/2+n,right:l.width-a.left+o,left:"auto",bottom:"auto"};break;case"right center":c={top:a.top+a.height/2-s.height/2+n,left:a.left+a.width+o,bottom:"auto",right:"auto"};break;case"bottom left":c={top:a.top+a.height+o,left:a.left+n,bottom:"auto",right:"auto"};break;case"bottom center":c={top:a.top+a.height+o,left:a.left+a.width/2-s.width/2+n,bottom:"auto",right:"auto"};break;case"bottom right":c={top:a.top+a.height+o,right:l.width-a.left-a.width-n,left:"auto",bottom:"auto"}}if(c===i&&x.error(k.invalidPosition,e),x.debug("Calculated popup positioning values",c),r.css(c).removeClass(S.position).addClass(e).addClass(S.loading),u=x.get.popupOffset(),d=x.get.distanceFromBoundary(u,t),x.is.offstage(d,e)){if(x.debug("Position is outside viewport",e),j<C.maxSearchDepth)return j++,e=x.get.nextPosition(e),x.debug("Trying new position",e),!!r&&x.set.position(e,t);if(!C.lastResort)return x.debug("Popup could not find a position to display",r),x.error(k.cannotPlace,M),x.remove.attempts(),x.remove.loading(),x.reset(),C.onUnplaceable.call(r,M),!1;x.debug("No position found, showing with last position")}return x.debug("Position is on stage",e),x.remove.attempts(),x.remove.loading(),C.setFluidWidth&&x.is.fluid()&&x.set.fluidWidth(t),!0}x.error(k.notFound)},fluidWidth:function(e){e=e||x.get.calculations(),x.debug("Automatically setting element width to parent width",e.parent.width),r.css("width",e.container.width)},variation:function(e){(e=e||x.get.variation())&&x.has.popup()&&(x.verbose("Adding variation to popup",e),r.addClass(e))},visible:function(){E.addClass(S.visible)}},remove:{loading:function(){r.removeClass(S.loading)},variation:function(e){(e=e||x.get.variation())&&(x.verbose("Removing variation",e),r.removeClass(e))},visible:function(){E.removeClass(S.visible)},attempts:function(){x.verbose("Resetting all searched positions"),j=0,z=!1}},bind:{events:function(){x.debug("Binding popup events to module"),"click"==C.on&&E.on("click"+R,x.toggle),"hover"==C.on&&E.on("touchstart"+R,x.event.touchstart),x.get.startEvent()&&E.on(x.get.startEvent()+R,x.event.start).on(x.get.endEvent()+R,x.event.end),C.target&&x.debug("Target set to element",q),l.on("resize"+b,x.event.resize)},popup:function(){x.verbose("Allowing hover events on popup to prevent closing"),r&&x.has.popup()&&r.on("mouseenter"+R,x.event.start).on("mouseleave"+R,x.event.end)},close:function(){(!0===C.hideOnScroll||"auto"==C.hideOnScroll&&"click"!=C.on)&&x.bind.closeOnScroll(),"hover"==C.on&&I&&x.bind.touchClose(),"click"==C.on&&C.closable&&x.bind.clickaway()},closeOnScroll:function(){x.verbose("Binding scroll close event to document"),O.one(x.get.scrollEvent()+b,x.event.hideGracefully)},touchClose:function(){x.verbose("Binding popup touchclose event to document"),s.on("touchstart"+b,function(e){x.verbose("Touched away from popup"),x.event.hideGracefully.call(M,e)})},clickaway:function(){x.verbose("Binding popup close event to document"),s.on("click"+b,function(e){x.verbose("Clicked away from popup"),x.event.hideGracefully.call(M,e)})}},unbind:{events:function(){l.off(b),E.off(R)},close:function(){s.off(b),O.off(b)}},has:{popup:function(){return r&&r.length>0}},should:{centerArrow:function(e){return!x.is.basic()&&e.target.width<=2*C.arrowPixelsFromEdge}},is:{offstage:function(t,n){var i=[];return e.each(t,function(e,t){t<-C.jitter&&(x.debug("Position exceeds allowable distance from edge",e,t,n),i.push(e))}),i.length>0},svg:function(e){return x.supports.svg()&&e instanceof SVGGraphicsElement},basic:function(){return E.hasClass(S.basic)},active:function(){return E.hasClass(S.active)},animating:function(){return r!==i&&r.hasClass(S.animating)},fluid:function(){return r!==i&&r.hasClass(S.fluid)},visible:function(){return r!==i&&r.hasClass(S.popupVisible)},dropdown:function(){return E.hasClass(S.dropdown)},hidden:function(){return!x.is.visible()},rtl:function(){return"rtl"==E.css("direction")}},reset:function(){x.remove.visible(),C.preserve?e.fn.transition!==i&&r.transition("remove transition"):x.removePopup()},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,C,t);else{if(n===i)return C[t];C[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,x,t);else{if(n===i)return x[t];x[t]=n}},debug:function(){!C.silent&&C.debug&&(C.performance?x.performance.log(arguments):(x.debug=Function.prototype.bind.call(console.info,console,C.name+":"),x.debug.apply(console,arguments)))},verbose:function(){!C.silent&&C.verbose&&C.debug&&(C.performance?x.performance.log(arguments):(x.verbose=Function.prototype.bind.call(console.info,console,C.name+":"),x.verbose.apply(console,arguments)))},error:function(){C.silent||(x.error=Function.prototype.bind.call(console.error,console,C.name+":"),x.error.apply(console,arguments))},performance:{log:function(e){var t,n;C.performance&&(n=(t=(new Date).getTime())-(d||t),d=t,f.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:M,"Execution Time":n})),clearTimeout(x.performance.timer),x.performance.timer=setTimeout(x.performance.display,500)},display:function(){var t=C.name+":",n=0;d=!1,clearTimeout(x.performance.timer),e.each(f,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",u&&(t+=" '"+u+"'"),(console.group!==i||console.table!==i)&&f.length>0&&(console.groupCollapsed(t),console.table?console.table(f):e.each(f,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),f=[]}},invoke:function(t,n,o){var r,s,l,c=L;return n=n||p,o=M||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},g?(L===i&&x.initialize(),x.invoke(m)):(L!==i&&L.invoke("destroy"),x.initialize())}),a!==i?a:this},e.fn.popup.settings={name:"Popup",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"popup",observeChanges:!0,onCreate:function(){},onRemove:function(){},onShow:function(){},onVisible:function(){},onHide:function(){},onUnplaceable:function(){},onHidden:function(){},on:"hover",boundary:t,addTouchEvents:!0,position:"top left",variation:"",movePopup:!0,target:!1,popup:!1,inline:!1,preserve:!1,hoverable:!1,content:!1,html:!1,title:!1,closable:!0,hideOnScroll:"auto",exclusive:!1,context:"body",scrollContext:t,prefer:"opposite",lastResort:!1,arrowPixelsFromEdge:20,delay:{show:50,hide:70},setFluidWidth:!0,duration:200,transition:"scale",distanceAway:0,jitter:2,offset:0,maxSearchDepth:15,error:{invalidPosition:"The position you specified is not a valid position",cannotPlace:"Popup does not fit within the boundaries of the viewport",method:"The method you called is not defined.",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>",notFound:"The target or popup you specified does not exist on the page"},metadata:{activator:"activator",content:"content",html:"html",offset:"offset",position:"position",title:"title",variation:"variation"},className:{active:"active",basic:"basic",animating:"animating",dropdown:"dropdown",fluid:"fluid",loading:"loading",popup:"ui popup",position:"top left center bottom right",visible:"visible",popupVisible:"visible"},selector:{popup:".ui.popup"},templates:{escape:function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return t[e]}):e},popup:function(t){var n="",o=e.fn.popup.settings.templates.escape;return typeof t!==i&&(typeof t.title!==i&&t.title&&(t.title=o(t.title),n+='<div class="header">'+t.title+"</div>"),typeof t.content!==i&&t.content&&(t.content=o(t.content),n+='<div class="content">'+t.content+"</div>")),n}}}}(jQuery,window,document),function(e,t,n,i){"use strict";void 0!==(t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")())&&t.Math==Math||("undefined"!=typeof self&&self.Math==Math?self:Function("return this")());e.fn.progress=function(t){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1);return a.each(function(){var a,f=e.isPlainObject(t)?e.extend(!0,{},e.fn.progress.settings,t):e.extend({},e.fn.progress.settings),m=f.className,g=f.metadata,p=f.namespace,h=f.selector,v=f.error,b="."+p,y="module-"+p,x=e(this),C=e(this).find(h.bar),w=e(this).find(h.progress),S=e(this).find(h.label),k=this,T=x.data(y),A=!1;a={initialize:function(){a.debug("Initializing progress bar",f),a.set.duration(),a.set.transitionEvent(),a.read.metadata(),a.read.settings(),a.instantiate()},instantiate:function(){a.verbose("Storing instance of progress",a),T=a,x.data(y,a)},destroy:function(){a.verbose("Destroying previous progress for",x),clearInterval(T.interval),a.remove.state(),x.removeData(y),T=i},reset:function(){a.remove.nextValue(),a.update.progress(0)},complete:function(){(a.percent===i||a.percent<100)&&(a.remove.progressPoll(),a.set.percent(100))},read:{metadata:function(){var e={percent:x.data(g.percent),total:x.data(g.total),value:x.data(g.value)};e.percent&&(a.debug("Current percent value set from metadata",e.percent),a.set.percent(e.percent)),e.total&&(a.debug("Total value set from metadata",e.total),a.set.total(e.total)),e.value&&(a.debug("Current value set from metadata",e.value),a.set.value(e.value),a.set.progress(e.value))},settings:function(){!1!==f.total&&(a.debug("Current total set in settings",f.total),a.set.total(f.total)),!1!==f.value&&(a.debug("Current value set in settings",f.value),a.set.value(f.value),a.set.progress(a.value)),!1!==f.percent&&(a.debug("Current percent set in settings",f.percent),a.set.percent(f.percent))}},bind:{transitionEnd:function(e){var t=a.get.transitionEnd();C.one(t+b,function(t){clearTimeout(a.failSafeTimer),e.call(this,t)}),a.failSafeTimer=setTimeout(function(){C.triggerHandler(t)},f.duration+f.failSafeDelay),a.verbose("Adding fail safe timer",a.timer)}},increment:function(e){var t,n;a.has.total()?n=(t=a.get.value())+(e=e||1):(n=(t=a.get.percent())+(e=e||a.get.randomValue()),100,a.debug("Incrementing percentage by",t,n)),n=a.get.normalizedValue(n),a.set.progress(n)},decrement:function(e){var t,n;a.get.total()?(n=(t=a.get.value())-(e=e||1),a.debug("Decrementing value by",e,t)):(n=(t=a.get.percent())-(e=e||a.get.randomValue()),a.debug("Decrementing percentage by",e,t)),n=a.get.normalizedValue(n),a.set.progress(n)},has:{progressPoll:function(){return a.progressPoll},total:function(){return!1!==a.get.total()}},get:{text:function(e){var t=a.value||0,n=a.total||0,i=A?a.get.displayPercent():a.percent||0,o=a.total>0?n-t:100-i;return e=(e=e||"").replace("{value}",t).replace("{total}",n).replace("{left}",o).replace("{percent}",i),a.verbose("Adding variables to progress bar text",e),e},normalizedValue:function(e){if(e<0)return a.debug("Value cannot decrement below 0"),0;if(a.has.total()){if(e>a.total)return a.debug("Value cannot increment above total",a.total),a.total}else if(e>100)return a.debug("Value cannot increment above 100 percent"),100;return e},updateInterval:function(){return"auto"==f.updateInterval?f.duration:f.updateInterval},randomValue:function(){return a.debug("Generating random increment percentage"),Math.floor(Math.random()*f.random.max+f.random.min)},numericValue:function(e){return"string"==typeof e?""!==e.replace(/[^\d.]/g,"")&&+e.replace(/[^\d.]/g,""):e},transitionEnd:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]},displayPercent:function(){var e=C.width(),t=x.width(),n=e>parseInt(C.css("min-width"),10)?e/t*100:a.percent;return f.precision>0?Math.round(n*(10*f.precision))/(10*f.precision):Math.round(n)},percent:function(){return a.percent||0},value:function(){return a.nextValue||a.value||0},total:function(){return a.total||!1}},create:{progressPoll:function(){a.progressPoll=setTimeout(function(){a.update.toNextValue(),a.remove.progressPoll()},a.get.updateInterval())}},is:{complete:function(){return a.is.success()||a.is.warning()||a.is.error()},success:function(){return x.hasClass(m.success)},warning:function(){return x.hasClass(m.warning)},error:function(){return x.hasClass(m.error)},active:function(){return x.hasClass(m.active)},visible:function(){return x.is(":visible")}},remove:{progressPoll:function(){a.verbose("Removing progress poll timer"),a.progressPoll&&(clearTimeout(a.progressPoll),delete a.progressPoll)},nextValue:function(){a.verbose("Removing progress value stored for next update"),delete a.nextValue},state:function(){a.verbose("Removing stored state"),delete a.total,delete a.percent,delete a.value},active:function(){a.verbose("Removing active state"),x.removeClass(m.active)},success:function(){a.verbose("Removing success state"),x.removeClass(m.success)},warning:function(){a.verbose("Removing warning state"),x.removeClass(m.warning)},error:function(){a.verbose("Removing error state"),x.removeClass(m.error)}},set:{barWidth:function(e){e>100?a.error(v.tooHigh,e):e<0?a.error(v.tooLow,e):(C.css("width",e+"%"),x.attr("data-percent",parseInt(e,10)))},duration:function(e){e="number"==typeof(e=e||f.duration)?e+"ms":e,a.verbose("Setting progress bar transition duration",e),C.css({"transition-duration":e})},percent:function(e){e="string"==typeof e?+e.replace("%",""):e,e=f.precision>0?Math.round(e*(10*f.precision))/(10*f.precision):Math.round(e),a.percent=e,a.has.total()||(a.value=f.precision>0?Math.round(e/100*a.total*(10*f.precision))/(10*f.precision):Math.round(e/100*a.total*10)/10,f.limitValues&&(a.value=a.value>100?100:a.value<0?0:a.value)),a.set.barWidth(e),a.set.labelInterval(),a.set.labels(),f.onChange.call(k,e,a.value,a.total)},labelInterval:function(){clearInterval(a.interval),a.bind.transitionEnd(function(){a.verbose("Bar finished animating, removing continuous label updates"),clearInterval(a.interval),A=!1,a.set.labels()}),A=!0,a.interval=setInterval(function(){e.contains(n.documentElement,k)||(clearInterval(a.interval),A=!1),a.set.labels()},f.framerate)},labels:function(){a.verbose("Setting both bar progress and outer label text"),a.set.barLabel(),a.set.state()},label:function(e){(e=e||"")&&(e=a.get.text(e),a.verbose("Setting label to text",e),S.text(e))},state:function(e){100===(e=e!==i?e:a.percent)?f.autoSuccess&&!(a.is.warning()||a.is.error()||a.is.success())?(a.set.success(),a.debug("Automatically triggering success at 100%")):(a.verbose("Reached 100% removing active state"),a.remove.active(),a.remove.progressPoll()):e>0?(a.verbose("Adjusting active progress bar label",e),a.set.active()):(a.remove.active(),a.set.label(f.text.active))},barLabel:function(e){e!==i?w.text(a.get.text(e)):"ratio"==f.label&&a.total?(a.verbose("Adding ratio to bar label"),w.text(a.get.text(f.text.ratio))):"percent"==f.label&&(a.verbose("Adding percentage to bar label"),w.text(a.get.text(f.text.percent)))},active:function(e){e=e||f.text.active,a.debug("Setting active state"),f.showActivity&&!a.is.active()&&x.addClass(m.active),a.remove.warning(),a.remove.error(),a.remove.success(),(e=f.onLabelUpdate("active",e,a.value,a.total))&&a.set.label(e),a.bind.transitionEnd(function(){f.onActive.call(k,a.value,a.total)})},success:function(e){e=e||f.text.success||f.text.active,a.debug("Setting success state"),x.addClass(m.success),a.remove.active(),a.remove.warning(),a.remove.error(),a.complete(),f.text.success?(e=f.onLabelUpdate("success",e,a.value,a.total),a.set.label(e)):(e=f.onLabelUpdate("active",e,a.value,a.total),a.set.label(e)),a.bind.transitionEnd(function(){f.onSuccess.call(k,a.total)})},warning:function(e){e=e||f.text.warning,a.debug("Setting warning state"),x.addClass(m.warning),a.remove.active(),a.remove.success(),a.remove.error(),a.complete(),(e=f.onLabelUpdate("warning",e,a.value,a.total))&&a.set.label(e),a.bind.transitionEnd(function(){f.onWarning.call(k,a.value,a.total)})},error:function(e){e=e||f.text.error,a.debug("Setting error state"),x.addClass(m.error),a.remove.active(),a.remove.success(),a.remove.warning(),a.complete(),(e=f.onLabelUpdate("error",e,a.value,a.total))&&a.set.label(e),a.bind.transitionEnd(function(){f.onError.call(k,a.value,a.total)})},transitionEvent:function(){a.get.transitionEnd()},total:function(e){a.total=e},value:function(e){a.value=e},progress:function(e){a.has.progressPoll()?(a.debug("Updated within interval, setting next update to use new value",e),a.set.nextValue(e)):(a.debug("First update in progress update interval, immediately updating",e),a.update.progress(e),a.create.progressPoll())},nextValue:function(e){a.nextValue=e}},update:{toNextValue:function(){var e=a.nextValue;e&&(a.debug("Update interval complete using last updated value",e),a.update.progress(e),a.remove.nextValue())},progress:function(e){var t;!1===(e=a.get.numericValue(e))&&a.error(v.nonNumeric,e),e=a.get.normalizedValue(e),a.has.total()?(a.set.value(e),t=e/a.total*100,a.debug("Calculating percent complete from total",t),a.set.percent(t)):(t=e,a.debug("Setting value to exact percentage value",t),a.set.percent(t))}},setting:function(t,n){if(a.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];e.isPlainObject(f[t])?e.extend(!0,f[t],n):f[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,a,t);else{if(n===i)return a[t];a[t]=n}},debug:function(){!f.silent&&f.debug&&(f.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,f.name+":"),a.debug.apply(console,arguments)))},verbose:function(){!f.silent&&f.verbose&&f.debug&&(f.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),a.verbose.apply(console,arguments)))},error:function(){f.silent||(a.error=Function.prototype.bind.call(console.error,console,f.name+":"),a.error.apply(console,arguments))},performance:{log:function(e){var t,n;f.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:k,"Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var t=f.name+":",n=0;s=!1,clearTimeout(a.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,r){var s,l,c,u=T;return n=n||d,r=k||r,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(n,o){var r=n!=s?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(u[r])&&n!=s)u=u[r];else{if(u[r]!==i)return l=u[r],!1;if(!e.isPlainObject(u[o])||n==s)return u[o]!==i?(l=u[o],!1):(a.error(v.method,t),!1);u=u[o]}})),e.isFunction(l)?c=l.apply(r,n):l!==i&&(c=l),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),l}},u?(T===i&&a.initialize(),a.invoke(c)):(T!==i&&T.invoke("destroy"),a.initialize())}),o!==i?o:this},e.fn.progress.settings={name:"Progress",namespace:"progress",silent:!1,debug:!1,verbose:!1,performance:!0,random:{min:2,max:5},duration:300,updateInterval:"auto",autoSuccess:!0,showActivity:!0,limitValues:!0,label:"percent",precision:0,framerate:1e3/30,percent:!1,total:!1,value:!1,failSafeDelay:100,onLabelUpdate:function(e,t,n,i){return t},onChange:function(e,t,n){},onSuccess:function(e){},onActive:function(e,t){},onError:function(e,t){},onWarning:function(e,t){},error:{method:"The method you called is not defined.",nonNumeric:"Progress value is non numeric",tooHigh:"Value specified is above 100%",tooLow:"Value specified is below 0%"},regExp:{variable:/\{\$*[A-z0-9]+\}/g},metadata:{percent:"percent",total:"total",value:"value"},selector:{bar:"> .bar",label:"> .label",progress:".bar > .progress"},text:{active:!1,error:!1,success:!1,warning:!1,percent:"{percent}%",ratio:"{value} of {total}"},className:{active:"active",error:"error",success:"success",warning:"warning"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.rating=function(t){var n,o=e(this),a=o.selector||"",r=(new Date).getTime(),s=[],l=arguments[0],c="string"==typeof l,u=[].slice.call(arguments,1);return o.each(function(){var d,f,m=e.isPlainObject(t)?e.extend(!0,{},e.fn.rating.settings,t):e.extend({},e.fn.rating.settings),g=m.namespace,p=m.className,h=m.metadata,v=m.selector,b=(m.error,"."+g),y="module-"+g,x=this,C=e(this).data(y),w=e(this),S=w.find(v.icon);f={initialize:function(){f.verbose("Initializing rating module",m),0===S.length&&f.setup.layout(),m.interactive?f.enable():f.disable(),f.set.initialLoad(),f.set.rating(f.get.initialRating()),f.remove.initialLoad(),f.instantiate()},instantiate:function(){f.verbose("Instantiating module",m),C=f,w.data(y,f)},destroy:function(){f.verbose("Destroying previous instance",C),f.remove.events(),w.removeData(y)},refresh:function(){S=w.find(v.icon)},setup:{layout:function(){var t=f.get.maxRating(),n=e.fn.rating.settings.templates.icon(t);f.debug("Generating icon html dynamically"),w.html(n),f.refresh()}},event:{mouseenter:function(){var t=e(this);t.nextAll().removeClass(p.selected),w.addClass(p.selected),t.addClass(p.selected).prevAll().addClass(p.selected)},mouseleave:function(){w.removeClass(p.selected),S.removeClass(p.selected)},click:function(){var t=e(this),n=f.get.rating(),i=S.index(t)+1;("auto"==m.clearable?1===S.length:m.clearable)&&n==i?f.clearRating():f.set.rating(i)}},clearRating:function(){f.debug("Clearing current rating"),f.set.rating(0)},bind:{events:function(){f.verbose("Binding events"),w.on("mouseenter"+b,v.icon,f.event.mouseenter).on("mouseleave"+b,v.icon,f.event.mouseleave).on("click"+b,v.icon,f.event.click)}},remove:{events:function(){f.verbose("Removing events"),w.off(b)},initialLoad:function(){d=!1}},enable:function(){f.debug("Setting rating to interactive mode"),f.bind.events(),w.removeClass(p.disabled)},disable:function(){f.debug("Setting rating to read-only mode"),f.remove.events(),w.addClass(p.disabled)},is:{initialLoad:function(){return d}},get:{initialRating:function(){return w.data(h.rating)!==i?(w.removeData(h.rating),w.data(h.rating)):m.initialRating},maxRating:function(){return w.data(h.maxRating)!==i?(w.removeData(h.maxRating),w.data(h.maxRating)):m.maxRating},rating:function(){var e=S.filter("."+p.active).length;return f.verbose("Current rating retrieved",e),e}},set:{rating:function(e){var t=e-1>=0?e-1:0,n=S.eq(t);w.removeClass(p.selected),S.removeClass(p.selected).removeClass(p.active),e>0&&(f.verbose("Setting current rating to",e),n.prevAll().addBack().addClass(p.active)),f.is.initialLoad()||m.onRate.call(x,e)},initialLoad:function(){d=!0}},setting:function(t,n){if(f.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];e.isPlainObject(m[t])?e.extend(!0,m[t],n):m[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];f[t]=n}},debug:function(){!m.silent&&m.debug&&(m.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,m.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!m.silent&&m.verbose&&m.debug&&(m.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),f.verbose.apply(console,arguments)))},error:function(){m.silent||(f.error=Function.prototype.bind.call(console.error,console,m.name+":"),f.error.apply(console,arguments))},performance:{log:function(e){var t,n;m.performance&&(n=(t=(new Date).getTime())-(r||t),r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:x,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var t=m.name+":",n=0;r=!1,clearTimeout(f.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",a&&(t+=" '"+a+"'"),o.length>1&&(t+=" ("+o.length+")"),(console.group!==i||console.table!==i)&&s.length>0&&(console.groupCollapsed(t),console.table?console.table(s):e.each(s,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),s=[]}},invoke:function(t,o,a){var r,s,l,c=C;return o=o||u,a=x||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,o):s!==i&&(l=s),e.isArray(n)?n.push(l):n!==i?n=[n,l]:l!==i&&(n=l),s}},c?(C===i&&f.initialize(),f.invoke(l)):(C!==i&&C.invoke("destroy"),f.initialize())}),n!==i?n:this},e.fn.rating.settings={name:"Rating",namespace:"rating",slent:!1,debug:!1,verbose:!1,performance:!0,initialRating:0,interactive:!0,maxRating:4,clearable:"auto",fireOnInit:!1,onRate:function(e){},error:{method:"The method you called is not defined",noMaximum:"No maximum rating specified. Cannot generate HTML automatically"},metadata:{rating:"rating",maxRating:"maxRating"},className:{active:"active",disabled:"disabled",selected:"selected",loading:"loading"},selector:{icon:".icon"},templates:{icon:function(e){for(var t=1,n="";t<=e;)n+='<i class="icon"></i>',t++;return n}}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.search=function(o){var a,r=e(this),s=r.selector||"",l=(new Date).getTime(),c=[],u=arguments[0],d="string"==typeof u,f=[].slice.call(arguments,1);return e(this).each(function(){var m,g=e.isPlainObject(o)?e.extend(!0,{},e.fn.search.settings,o):e.extend({},e.fn.search.settings),p=g.className,h=g.metadata,v=g.regExp,b=g.fields,y=g.selector,x=g.error,C=g.namespace,w="."+C,S=C+"-module",k=e(this),T=k.find(y.prompt),A=k.find(y.searchButton),R=k.find(y.results),P=k.find(y.result),E=(k.find(y.category),this),F=k.data(S),O=!1,D=!1;m={initialize:function(){m.verbose("Initializing module"),m.get.settings(),m.determine.searchFields(),m.bind.events(),m.set.type(),m.create.results(),m.instantiate()},instantiate:function(){m.verbose("Storing instance of module",m),F=m,k.data(S,m)},destroy:function(){m.verbose("Destroying instance"),k.off(w).removeData(S)},refresh:function(){m.debug("Refreshing selector cache"),T=k.find(y.prompt),A=k.find(y.searchButton),k.find(y.category),R=k.find(y.results),P=k.find(y.result)},refreshResults:function(){R=k.find(y.results),P=k.find(y.result)},bind:{events:function(){m.verbose("Binding events to search"),g.automatic&&(k.on(m.get.inputEvent()+w,y.prompt,m.event.input),T.attr("autocomplete","off")),k.on("focus"+w,y.prompt,m.event.focus).on("blur"+w,y.prompt,m.event.blur).on("keydown"+w,y.prompt,m.handleKeyboard).on("click"+w,y.searchButton,m.query).on("mousedown"+w,y.results,m.event.result.mousedown).on("mouseup"+w,y.results,m.event.result.mouseup).on("click"+w,y.result,m.event.result.click)}},determine:{searchFields:function(){o&&o.searchFields!==i&&(g.searchFields=o.searchFields)}},event:{input:function(){g.searchDelay?(clearTimeout(m.timer),m.timer=setTimeout(function(){m.is.focused()&&m.query()},g.searchDelay)):m.query()},focus:function(){m.set.focus(),g.searchOnFocus&&m.has.minimumCharacters()&&m.query(function(){m.can.show()&&m.showResults()})},blur:function(e){var t=function(){m.cancel.query(),m.remove.focus(),m.timer=setTimeout(m.hideResults,g.hideDelay)};n.activeElement===this||(D=!1,m.resultsClicked?(m.debug("Determining if user action caused search to close"),k.one("click.close"+w,y.results,function(e){m.is.inMessage(e)||O?T.focus():(O=!1,m.is.animating()||m.is.hidden()||t())})):(m.debug("Input blurred without user action, closing results"),t()))},result:{mousedown:function(){m.resultsClicked=!0},mouseup:function(){m.resultsClicked=!1},click:function(n){m.debug("Search result selected");var i=e(this),o=i.find(y.title).eq(0),a=i.is("a[href]")?i:i.find("a[href]").eq(0),r=a.attr("href")||!1,s=a.attr("target")||!1,l=(o.html(),o.length>0&&o.text()),c=m.get.results(),u=i.data(h.result)||m.get.result(l,c);if(e.isFunction(g.onSelect)&&!1===g.onSelect.call(E,u,c))return m.debug("Custom onSelect callback cancelled default select action"),void(O=!0);m.hideResults(),l&&m.set.value(l),r&&(m.verbose("Opening search link found in result",a),"_blank"==s||n.ctrlKey?t.open(r):t.location.href=r)}}},handleKeyboard:function(e){var t,n=k.find(y.result),i=k.find(y.category),o=n.filter("."+p.active),a=n.index(o),r=n.length,s=o.length>0,l=e.which,c=13,u=38,d=40;if(l==27&&(m.verbose("Escape key pressed, blurring search field"),m.hideResults(),D=!0),m.is.visible())if(l==c){if(m.verbose("Enter key pressed, selecting active result"),n.filter("."+p.active).length>0)return m.event.result.click.call(n.filter("."+p.active),e),e.preventDefault(),!1}else l==u&&s?(m.verbose("Up key pressed, changing active result"),t=a-1<0?a:a-1,i.removeClass(p.active),n.removeClass(p.active).eq(t).addClass(p.active).closest(i).addClass(p.active),e.preventDefault()):l==d&&(m.verbose("Down key pressed, changing active result"),t=a+1>=r?a:a+1,i.removeClass(p.active),n.removeClass(p.active).eq(t).addClass(p.active).closest(i).addClass(p.active),e.preventDefault());else l==c&&(m.verbose("Enter key pressed, executing query"),m.query(),m.set.buttonPressed(),T.one("keyup",m.remove.buttonFocus))},setup:{api:function(t,n){var i={debug:g.debug,on:!1,cache:!0,action:"search",urlData:{query:t},onSuccess:function(e){m.parse.response.call(E,e,t),n()},onFailure:function(){m.displayMessage(x.serverError),n()},onAbort:function(e){},onError:m.error};e.extend(!0,i,g.apiSettings),m.verbose("Setting up API request",i),k.api(i)}},can:{useAPI:function(){return e.fn.api!==i},show:function(){return m.is.focused()&&!m.is.visible()&&!m.is.empty()},transition:function(){return g.transition&&e.fn.transition!==i&&k.transition("is supported")}},is:{animating:function(){return R.hasClass(p.animating)},hidden:function(){return R.hasClass(p.hidden)},inMessage:function(t){if(t.target){var i=e(t.target);return e.contains(n.documentElement,t.target)&&i.closest(y.message).length>0}},empty:function(){return""===R.html()},visible:function(){return R.filter(":visible").length>0},focused:function(){return T.filter(":focus").length>0}},get:{settings:function(){e.isPlainObject(o)&&o.searchFullText&&(g.fullTextSearch=o.searchFullText,m.error(g.error.oldSearchSyntax,E))},inputEvent:function(){var e=T[0];return e!==i&&e.oninput!==i?"input":e!==i&&e.onpropertychange!==i?"propertychange":"keyup"},value:function(){return T.val()},results:function(){return k.data(h.results)},result:function(t,n){var o=["title","id"],a=!1;return t=t!==i?t:m.get.value(),n=n!==i?n:m.get.results(),"category"===g.type?(m.debug("Finding result that matches",t),e.each(n,function(n,i){if(e.isArray(i.results)&&(a=m.search.object(t,i.results,o)[0]))return!1})):(m.debug("Finding result in results object",t),a=m.search.object(t,n,o)[0]),a||!1}},select:{firstResult:function(){m.verbose("Selecting first result"),P.first().addClass(p.active)}},set:{focus:function(){k.addClass(p.focus)},loading:function(){k.addClass(p.loading)},value:function(e){m.verbose("Setting search input value",e),T.val(e)},type:function(e){e=e||g.type,"category"==g.type&&k.addClass(g.type)},buttonPressed:function(){A.addClass(p.pressed)}},remove:{loading:function(){k.removeClass(p.loading)},focus:function(){k.removeClass(p.focus)},buttonPressed:function(){A.removeClass(p.pressed)}},query:function(t){t=e.isFunction(t)?t:function(){};var n=m.get.value(),i=m.read.cache(n);t=t||function(){},m.has.minimumCharacters()?(i?(m.debug("Reading result from cache",n),m.save.results(i.results),m.addResults(i.html),m.inject.id(i.results),t()):(m.debug("Querying for",n),e.isPlainObject(g.source)||e.isArray(g.source)?(m.search.local(n),t()):m.can.useAPI()?m.search.remote(n,t):(m.error(x.source),t())),g.onSearchQuery.call(E,n)):m.hideResults()},search:{local:function(e){var t,n=m.search.object(e,g.content);m.set.loading(),m.save.results(n),m.debug("Returned full local search results",n),g.maxResults>0&&(m.debug("Using specified max results",n),n=n.slice(0,g.maxResults)),"category"==g.type&&(n=m.create.categoryResults(n)),t=m.generateResults({results:n}),m.remove.loading(),m.addResults(t),m.inject.id(n),m.write.cache(e,{html:t,results:n})},remote:function(t,n){n=e.isFunction(n)?n:function(){},k.api("is loading")&&k.api("abort"),m.setup.api(t,n),k.api("query")},object:function(t,n,o){var a=[],r=[],s=[],l=t.toString().replace(v.escape,"\\$&"),c=new RegExp(v.beginsWith+l,"i"),u=function(t,n){var i=-1==e.inArray(n,a),o=-1==e.inArray(n,s),l=-1==e.inArray(n,r);i&&o&&l&&t.push(n)};return n=n||g.source,o=o!==i?o:g.searchFields,e.isArray(o)||(o=[o]),n===i||!1===n?(m.error(x.source),[]):(e.each(o,function(i,o){e.each(n,function(e,n){"string"==typeof n[o]&&(-1!==n[o].search(c)?u(a,n):"exact"===g.fullTextSearch&&m.exactSearch(t,n[o])?u(r,n):1==g.fullTextSearch&&m.fuzzySearch(t,n[o])&&u(s,n))})}),e.merge(r,s),e.merge(a,r),a)}},exactSearch:function(e,t){return e=e.toLowerCase(),(t=t.toLowerCase()).indexOf(e)>-1},fuzzySearch:function(e,t){var n=t.length,i=e.length;if("string"!=typeof e)return!1;if(e=e.toLowerCase(),t=t.toLowerCase(),i>n)return!1;if(i===n)return e===t;e:for(var o=0,a=0;o<i;o++){for(var r=e.charCodeAt(o);a<n;)if(t.charCodeAt(a++)===r)continue e;return!1}return!0},parse:{response:function(e,t){var n=m.generateResults(e);m.verbose("Parsing server response",e),e!==i&&t!==i&&e[b.results]!==i&&(m.addResults(n),m.inject.id(e[b.results]),m.write.cache(t,{html:n,results:e[b.results]}),m.save.results(e[b.results]))}},cancel:{query:function(){m.can.useAPI()&&k.api("abort")}},has:{minimumCharacters:function(){return m.get.value().length>=g.minCharacters},results:function(){return 0!==R.length&&""!=R.html()}},clear:{cache:function(e){var t=k.data(h.cache);e?e&&t&&t[e]&&(m.debug("Removing value from cache",e),delete t[e],k.data(h.cache,t)):(m.debug("Clearing cache",e),k.removeData(h.cache))}},read:{cache:function(e){var t=k.data(h.cache);return!!g.cache&&(m.verbose("Checking cache for generated html for query",e),"object"==typeof t&&t[e]!==i&&t[e])}},create:{categoryResults:function(t){var n={};return e.each(t,function(e,t){t.category&&(n[t.category]===i?(m.verbose("Creating new category of results",t.category),n[t.category]={name:t.category,results:[t]}):n[t.category].results.push(t))}),n},id:function(e,t){var n,o=e+1;return t!==i?(n=String.fromCharCode(97+t)+o,m.verbose("Creating category result id",n)):(n=o,m.verbose("Creating result id",n)),n},results:function(){0===R.length&&(R=e("<div />").addClass(p.results).appendTo(k))}},inject:{result:function(e,t,n){m.verbose("Injecting result into results");var o=n!==i?R.children().eq(n).children(y.results).first().children(y.result).eq(t):R.children(y.result).eq(t);m.verbose("Injecting results metadata",o),o.data(h.result,e)},id:function(t){m.debug("Injecting unique ids into results");var n=0,o=0;return"category"===g.type?e.each(t,function(t,a){o=0,e.each(a.results,function(e,t){var r=a.results[e];r.id===i&&(r.id=m.create.id(o,n)),m.inject.result(r,o,n),o++}),n++}):e.each(t,function(e,n){var a=t[e];a.id===i&&(a.id=m.create.id(o)),m.inject.result(a,o),o++}),t}},save:{results:function(e){m.verbose("Saving current search results to metadata",e),k.data(h.results,e)}},write:{cache:function(e,t){var n=k.data(h.cache)!==i?k.data(h.cache):{};g.cache&&(m.verbose("Writing generated html to cache",e,t),n[e]=t,k.data(h.cache,n))}},addResults:function(t){if(e.isFunction(g.onResultsAdd)&&!1===g.onResultsAdd.call(R,t))return m.debug("onResultsAdd callback cancelled default action"),!1;t?(R.html(t),m.refreshResults(),g.selectFirstResult&&m.select.firstResult(),m.showResults()):m.hideResults(function(){R.empty()})},showResults:function(t){t=e.isFunction(t)?t:function(){},D||!m.is.visible()&&m.has.results()&&(m.can.transition()?(m.debug("Showing results with css animations"),R.transition({animation:g.transition+" in",debug:g.debug,verbose:g.verbose,duration:g.duration,onComplete:function(){t()},queue:!0})):(m.debug("Showing results with javascript"),R.stop().fadeIn(g.duration,g.easing)),g.onResultsOpen.call(R))},hideResults:function(t){t=e.isFunction(t)?t:function(){},m.is.visible()&&(m.can.transition()?(m.debug("Hiding results with css animations"),R.transition({animation:g.transition+" out",debug:g.debug,verbose:g.verbose,duration:g.duration,onComplete:function(){t()},queue:!0})):(m.debug("Hiding results with javascript"),R.stop().fadeOut(g.duration,g.easing)),g.onResultsClose.call(R))},generateResults:function(t){m.debug("Generating html from response",t);var n=g.templates[g.type],i=e.isPlainObject(t[b.results])&&!e.isEmptyObject(t[b.results]),o=e.isArray(t[b.results])&&t[b.results].length>0,a="";return i||o?(g.maxResults>0&&(i?"standard"==g.type&&m.error(x.maxResults):t[b.results]=t[b.results].slice(0,g.maxResults)),e.isFunction(n)?a=n(t,b):m.error(x.noTemplate,!1)):g.showNoResults&&(a=m.displayMessage(x.noResults,"empty")),g.onResults.call(E,t),a},displayMessage:function(e,t){return t=t||"standard",m.debug("Displaying message",e,t),m.addResults(g.templates.message(e,t)),g.templates.message(e,t)},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];g[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];m[t]=n}},debug:function(){!g.silent&&g.debug&&(g.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,g.name+":"),m.debug.apply(console,arguments)))},verbose:function(){!g.silent&&g.verbose&&g.debug&&(g.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),m.verbose.apply(console,arguments)))},error:function(){g.silent||(m.error=Function.prototype.bind.call(console.error,console,g.name+":"),m.error.apply(console,arguments))},performance:{log:function(e){var t,n;g.performance&&(n=(t=(new Date).getTime())-(l||t),l=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:E,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=g.name+":",n=0;l=!1,clearTimeout(m.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),r.length>1&&(t+=" ("+r.length+")"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var r,s,l,c=F;return n=n||f,o=E||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},d?(F===i&&m.initialize(),m.invoke(u)):(F!==i&&F.invoke("destroy"),m.initialize())}),a!==i?a:this},e.fn.search.settings={name:"Search",namespace:"search",silent:!1,debug:!1,verbose:!1,performance:!0,type:"standard",minCharacters:1,selectFirstResult:!1,apiSettings:!1,source:!1,searchOnFocus:!0,searchFields:["title","description"],displayField:"",fullTextSearch:"exact",automatic:!0,hideDelay:0,searchDelay:200,maxResults:7,cache:!0,showNoResults:!0,transition:"scale",duration:200,easing:"easeOutExpo",onSelect:!1,onResultsAdd:!1,onSearchQuery:function(e){},onResults:function(e){},onResultsOpen:function(){},onResultsClose:function(){},className:{animating:"animating",active:"active",empty:"empty",focus:"focus",hidden:"hidden",loading:"loading",results:"results",pressed:"down"},error:{source:"Cannot search. No source used, and Semantic API module was not included",noResults:"Your search returned no results",logging:"Error in debug logging, exiting.",noEndpoint:"No search endpoint was specified",noTemplate:"A valid template name was not specified.",oldSearchSyntax:"searchFullText setting has been renamed fullTextSearch for consistency, please adjust your settings.",serverError:"There was an issue querying the server.",maxResults:"Results must be an array to use maxResults setting",method:"The method you called is not defined."},metadata:{cache:"cache",results:"results",result:"result"},regExp:{escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,beginsWith:"(?:s|^)"},fields:{categories:"results",categoryName:"name",categoryResults:"results",description:"description",image:"image",price:"price",results:"results",title:"title",url:"url",action:"action",actionText:"text",actionURL:"url"},selector:{prompt:".prompt",searchButton:".search.button",results:".results",message:".results > .message",category:".category",result:".result",title:".title, .name"},templates:{escape:function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};return/[&<>"'`]/.test(e)?e.replace(/[&<>"'`]/g,function(e){return t[e]}):e},message:function(e,t){var n="";return e!==i&&t!==i&&(n+='<div class="message '+t+'">',n+="empty"==t?'<div class="header">No Results</div class="header"><div class="description">'+e+'</div class="description">':' <div class="description">'+e+"</div>",n+="</div>"),n},category:function(t,n){var o="";e.fn.search.settings.templates.escape;return t[n.categoryResults]!==i&&(e.each(t[n.categoryResults],function(t,a){a[n.results]!==i&&a.results.length>0&&(o+='<div class="category">',a[n.categoryName]!==i&&(o+='<div class="name">'+a[n.categoryName]+"</div>"),o+='<div class="results">',e.each(a.results,function(e,t){t[n.url]?o+='<a class="result" href="'+t[n.url]+'">':o+='<a class="result">',t[n.image]!==i&&(o+='<div class="image"> <img src="'+t[n.image]+'"></div>'),o+='<div class="content">',t[n.price]!==i&&(o+='<div class="price">'+t[n.price]+"</div>"),t[n.title]!==i&&(o+='<div class="title">'+t[n.title]+"</div>"),t[n.description]!==i&&(o+='<div class="description">'+t[n.description]+"</div>"),o+="</div>",o+="</a>"}),o+="</div>",o+="</div>")}),t[n.action]&&(o+='<a href="'+t[n.action][n.actionURL]+'" class="action">'+t[n.action][n.actionText]+"</a>"),o)},standard:function(t,n){var o="";return t[n.results]!==i&&(e.each(t[n.results],function(e,t){t[n.url]?o+='<a class="result" href="'+t[n.url]+'">':o+='<a class="result">',t[n.image]!==i&&(o+='<div class="image"> <img src="'+t[n.image]+'"></div>'),o+='<div class="content">',t[n.price]!==i&&(o+='<div class="price">'+t[n.price]+"</div>"),t[n.title]!==i&&(o+='<div class="title">'+t[n.title]+"</div>"),t[n.description]!==i&&(o+='<div class="description">'+t[n.description]+"</div>"),o+="</div>",o+="</a>"}),t[n.action]&&(o+='<a href="'+t[n.action][n.actionURL]+'" class="action">'+t[n.action][n.actionText]+"</a>"),o)}}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.shape=function(o){var a,r=e(this),s=(e("body"),(new Date).getTime()),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1),f=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var t,m,g,p=r.selector||"",h=e.isPlainObject(o)?e.extend(!0,{},e.fn.shape.settings,o):e.extend({},e.fn.shape.settings),v=h.namespace,b=h.selector,y=h.error,x=h.className,C="."+v,w="module-"+v,S=e(this),k=S.find(b.sides),T=S.find(b.side),A=!1,R=this,P=S.data(w);g={initialize:function(){g.verbose("Initializing module for",R),g.set.defaultSide(),g.instantiate()},instantiate:function(){g.verbose("Storing instance of module",g),P=g,S.data(w,P)},destroy:function(){g.verbose("Destroying previous module for",R),S.removeData(w).off(C)},refresh:function(){g.verbose("Refreshing selector cache for",R),S=e(R),k=e(this).find(b.shape),T=e(this).find(b.side)},repaint:function(){g.verbose("Forcing repaint event");(k[0]||n.createElement("div")).offsetWidth},animate:function(e,n){g.verbose("Animating box with properties",e),n=n||function(e){g.verbose("Executing animation callback"),e!==i&&e.stopPropagation(),g.reset(),g.set.active()},h.beforeChange.call(m[0]),g.get.transitionEvent()?(g.verbose("Starting CSS animation"),S.addClass(x.animating),k.css(e).one(g.get.transitionEvent(),n),g.set.duration(h.duration),f(function(){S.addClass(x.animating),t.addClass(x.hidden)})):n()},queue:function(e){g.debug("Queueing animation of",e),k.one(g.get.transitionEvent(),function(){g.debug("Executing queued animation"),setTimeout(function(){S.shape(e)},0)})},reset:function(){g.verbose("Animating states reset"),S.removeClass(x.animating).attr("style","").removeAttr("style"),k.attr("style","").removeAttr("style"),T.attr("style","").removeAttr("style").removeClass(x.hidden),m.removeClass(x.animating).attr("style","").removeAttr("style")},is:{complete:function(){return T.filter("."+x.active)[0]==m[0]},animating:function(){return S.hasClass(x.animating)}},set:{defaultSide:function(){t=S.find("."+h.className.active),m=t.next(b.side).length>0?t.next(b.side):S.find(b.side).first(),A=!1,g.verbose("Active side set to",t),g.verbose("Next side set to",m)},duration:function(e){e="number"==typeof(e=e||h.duration)?e+"ms":e,g.verbose("Setting animation duration",e),(h.duration||0===h.duration)&&k.add(T).css({"-webkit-transition-duration":e,"-moz-transition-duration":e,"-ms-transition-duration":e,"-o-transition-duration":e,"transition-duration":e})},currentStageSize:function(){var e=S.find("."+h.className.active),t=e.outerWidth(!0),n=e.outerHeight(!0);S.css({width:t,height:n})},stageSize:function(){var e=S.clone().addClass(x.loading),t=e.find("."+h.className.active),n=A?e.find(b.side).eq(A):t.next(b.side).length>0?t.next(b.side):e.find(b.side).first(),i="next"==h.width?n.outerWidth(!0):"initial"==h.width?S.width():h.width,o="next"==h.height?n.outerHeight(!0):"initial"==h.height?S.height():h.height;t.removeClass(x.active),n.addClass(x.active),e.insertAfter(S),e.remove(),"auto"!=h.width&&(S.css("width",i+h.jitter),g.verbose("Specifying width during animation",i)),"auto"!=h.height&&(S.css("height",o+h.jitter),g.verbose("Specifying height during animation",o))},nextSide:function(e){A=e,m=T.filter(e),A=T.index(m),0===m.length&&(g.set.defaultSide(),g.error(y.side)),g.verbose("Next side manually set to",m)},active:function(){g.verbose("Setting new side to active",m),T.removeClass(x.active),m.addClass(x.active),h.onChange.call(m[0]),g.set.defaultSide()}},flip:{up:function(){if(!g.is.complete()||g.is.animating()||h.allowRepeats)if(g.is.animating())g.queue("flip up");else{g.debug("Flipping up",m);var e=g.get.transform.up();g.set.stageSize(),g.stage.above(),g.animate(e)}else g.debug("Side already visible",m)},down:function(){if(!g.is.complete()||g.is.animating()||h.allowRepeats)if(g.is.animating())g.queue("flip down");else{g.debug("Flipping down",m);var e=g.get.transform.down();g.set.stageSize(),g.stage.below(),g.animate(e)}else g.debug("Side already visible",m)},left:function(){if(!g.is.complete()||g.is.animating()||h.allowRepeats)if(g.is.animating())g.queue("flip left");else{g.debug("Flipping left",m);var e=g.get.transform.left();g.set.stageSize(),g.stage.left(),g.animate(e)}else g.debug("Side already visible",m)},right:function(){if(!g.is.complete()||g.is.animating()||h.allowRepeats)if(g.is.animating())g.queue("flip right");else{g.debug("Flipping right",m);var e=g.get.transform.right();g.set.stageSize(),g.stage.right(),g.animate(e)}else g.debug("Side already visible",m)},over:function(){!g.is.complete()||g.is.animating()||h.allowRepeats?g.is.animating()?g.queue("flip over"):(g.debug("Flipping over",m),g.set.stageSize(),g.stage.behind(),g.animate(g.get.transform.over())):g.debug("Side already visible",m)},back:function(){!g.is.complete()||g.is.animating()||h.allowRepeats?g.is.animating()?g.queue("flip back"):(g.debug("Flipping back",m),g.set.stageSize(),g.stage.behind(),g.animate(g.get.transform.back())):g.debug("Side already visible",m)}},get:{transform:{up:function(){return{transform:"translateY("+-(t.outerHeight(!0)-m.outerHeight(!0))/2+"px) translateZ("+-t.outerHeight(!0)/2+"px) rotateX(-90deg)"}},down:function(){return{transform:"translateY("+-(t.outerHeight(!0)-m.outerHeight(!0))/2+"px) translateZ("+-t.outerHeight(!0)/2+"px) rotateX(90deg)"}},left:function(){return{transform:"translateX("+-(t.outerWidth(!0)-m.outerWidth(!0))/2+"px) translateZ("+-t.outerWidth(!0)/2+"px) rotateY(90deg)"}},right:function(){return{transform:"translateX("+-(t.outerWidth(!0)-m.outerWidth(!0))/2+"px) translateZ("+-t.outerWidth(!0)/2+"px) rotateY(-90deg)"}},over:function(){return{transform:"translateX("+-(t.outerWidth(!0)-m.outerWidth(!0))/2+"px) rotateY(180deg)"}},back:function(){return{transform:"translateX("+-(t.outerWidth(!0)-m.outerWidth(!0))/2+"px) rotateY(-180deg)"}}},transitionEvent:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]},nextSide:function(){return t.next(b.side).length>0?t.next(b.side):S.find(b.side).first()}},stage:{above:function(){var e={origin:(t.outerHeight(!0)-m.outerHeight(!0))/2,depth:{active:m.outerHeight(!0)/2,next:t.outerHeight(!0)/2}};g.verbose("Setting the initial animation position as above",m,e),k.css({transform:"translateZ(-"+e.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),m.addClass(x.animating).css({top:e.origin+"px",transform:"rotateX(90deg) translateZ("+e.depth.next+"px)"})},below:function(){var e={origin:(t.outerHeight(!0)-m.outerHeight(!0))/2,depth:{active:m.outerHeight(!0)/2,next:t.outerHeight(!0)/2}};g.verbose("Setting the initial animation position as below",m,e),k.css({transform:"translateZ(-"+e.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),m.addClass(x.animating).css({top:e.origin+"px",transform:"rotateX(-90deg) translateZ("+e.depth.next+"px)"})},left:function(){var e=t.outerWidth(!0),n=m.outerWidth(!0),i={origin:(e-n)/2,depth:{active:n/2,next:e/2}};g.verbose("Setting the initial animation position as left",m,i),k.css({transform:"translateZ(-"+i.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+i.depth.active+"px)"}),m.addClass(x.animating).css({left:i.origin+"px",transform:"rotateY(-90deg) translateZ("+i.depth.next+"px)"})},right:function(){var e=t.outerWidth(!0),n=m.outerWidth(!0),i={origin:(e-n)/2,depth:{active:n/2,next:e/2}};g.verbose("Setting the initial animation position as left",m,i),k.css({transform:"translateZ(-"+i.depth.active+"px)"}),t.css({transform:"rotateY(0deg) translateZ("+i.depth.active+"px)"}),m.addClass(x.animating).css({left:i.origin+"px",transform:"rotateY(90deg) translateZ("+i.depth.next+"px)"})},behind:function(){var e=t.outerWidth(!0),n=m.outerWidth(!0),i={origin:(e-n)/2,depth:{active:n/2,next:e/2}};g.verbose("Setting the initial animation position as behind",m,i),t.css({transform:"rotateY(0deg)"}),m.addClass(x.animating).css({left:i.origin+"px",transform:"rotateY(-180deg)"})}},setting:function(t,n){if(g.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,h,t);else{if(n===i)return h[t];e.isPlainObject(h[t])?e.extend(!0,h[t],n):h[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,g,t);else{if(n===i)return g[t];g[t]=n}},debug:function(){!h.silent&&h.debug&&(h.performance?g.performance.log(arguments):(g.debug=Function.prototype.bind.call(console.info,console,h.name+":"),g.debug.apply(console,arguments)))},verbose:function(){!h.silent&&h.verbose&&h.debug&&(h.performance?g.performance.log(arguments):(g.verbose=Function.prototype.bind.call(console.info,console,h.name+":"),g.verbose.apply(console,arguments)))},error:function(){h.silent||(g.error=Function.prototype.bind.call(console.error,console,h.name+":"),g.error.apply(console,arguments))},performance:{log:function(e){var t,n;h.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:R,"Execution Time":n})),clearTimeout(g.performance.timer),g.performance.timer=setTimeout(g.performance.display,500)},display:function(){var t=h.name+":",n=0;s=!1,clearTimeout(g.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",p&&(t+=" '"+p+"'"),r.length>1&&(t+=" ("+r.length+")"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,o){var r,s,l,c=P;return n=n||d,o=R||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},u?(P===i&&g.initialize(),g.invoke(c)):(P!==i&&P.invoke("destroy"),g.initialize())}),a!==i?a:this},e.fn.shape.settings={name:"Shape",silent:!1,debug:!1,verbose:!1,jitter:0,performance:!0,namespace:"shape",width:"initial",height:"initial",beforeChange:function(){},onChange:function(){},allowRepeats:!1,duration:!1,error:{side:"You tried to switch to a side that does not exist.",method:"The method you called is not defined"},className:{animating:"animating",hidden:"hidden",loading:"loading",active:"active"},selector:{sides:".sides",side:".side"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.sidebar=function(o){var a,r=e(this),s=e(t),l=e(n),c=e("html"),u=e("head"),d=r.selector||"",f=(new Date).getTime(),m=[],g=arguments[0],p="string"==typeof g,h=[].slice.call(arguments,1),v=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var r,b,y,x,C,w,S=e.isPlainObject(o)?e.extend(!0,{},e.fn.sidebar.settings,o):e.extend({},e.fn.sidebar.settings),k=S.selector,T=S.className,A=S.namespace,R=S.regExp,P=S.error,E="."+A,F="module-"+A,O=e(this),D=e(S.context),q=O.children(k.sidebar),j=(D.children(k.fixed),D.children(k.pusher)),z=this,I=O.data(F);w={initialize:function(){w.debug("Initializing sidebar",o),w.create.id(),C=w.get.transitionEvent(),S.delaySetup?v(w.setup.layout):w.setup.layout(),v(function(){w.setup.cache()}),w.instantiate()},instantiate:function(){w.verbose("Storing instance of module",w),I=w,O.data(F,w)},create:{id:function(){y=(Math.random().toString(16)+"000000000").substr(2,8),b="."+y,w.verbose("Creating unique id for element",y)}},destroy:function(){w.verbose("Destroying previous module for",O),O.off(E).removeData(F),w.is.ios()&&w.remove.ios(),D.off(b),s.off(b),l.off(b)},event:{clickaway:function(e){var t=j.find(e.target).length>0||j.is(e.target),n=D.is(e.target);t&&(w.verbose("User clicked on dimmed page"),w.hide()),n&&(w.verbose("User clicked on dimmable context (scaled out page)"),w.hide())},touch:function(e){},containScroll:function(e){z.scrollTop<=0&&(z.scrollTop=1),z.scrollTop+z.offsetHeight>=z.scrollHeight&&(z.scrollTop=z.scrollHeight-z.offsetHeight-1)},scroll:function(t){0===e(t.target).closest(k.sidebar).length&&t.preventDefault()}},bind:{clickaway:function(){w.verbose("Adding clickaway events to context",D),S.closable&&D.on("click"+b,w.event.clickaway).on("touchend"+b,w.event.clickaway)},scrollLock:function(){S.scrollLock&&(w.debug("Disabling page scroll"),s.on("DOMMouseScroll"+b,w.event.scroll)),w.verbose("Adding events to contain sidebar scroll"),l.on("touchmove"+b,w.event.touch),O.on("scroll"+E,w.event.containScroll)}},unbind:{clickaway:function(){w.verbose("Removing clickaway events from context",D),D.off(b)},scrollLock:function(){w.verbose("Removing scroll lock from page"),l.off(b),s.off(b),O.off("scroll"+E)}},add:{inlineCSS:function(){var t,n=w.cache.width||O.outerWidth(),i=w.cache.height||O.outerHeight(),o=w.is.rtl(),a=w.get.direction(),s={left:n,right:-n,top:i,bottom:-i};o&&(w.verbose("RTL detected, flipping widths"),s.left=-n,s.right=n),t="<style>","left"===a||"right"===a?(w.debug("Adding CSS rules for animation distance",n),t+=" .ui.visible."+a+".sidebar ~ .fixed, .ui.visible."+a+".sidebar ~ .pusher { -webkit-transform: translate3d("+s[a]+"px, 0, 0); transform: translate3d("+s[a]+"px, 0, 0); }"):"top"!==a&&"bottom"!=a||(t+=" .ui.visible."+a+".sidebar ~ .fixed, .ui.visible."+a+".sidebar ~ .pusher { -webkit-transform: translate3d(0, "+s[a]+"px, 0); transform: translate3d(0, "+s[a]+"px, 0); }"),w.is.ie()&&("left"===a||"right"===a?(w.debug("Adding CSS rules for animation distance",n),t+=" body.pushable > .ui.visible."+a+".sidebar ~ .pusher:after { -webkit-transform: translate3d("+s[a]+"px, 0, 0); transform: translate3d("+s[a]+"px, 0, 0); }"):"top"!==a&&"bottom"!=a||(t+=" body.pushable > .ui.visible."+a+".sidebar ~ .pusher:after { -webkit-transform: translate3d(0, "+s[a]+"px, 0); transform: translate3d(0, "+s[a]+"px, 0); }"),t+=" body.pushable > .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher:after, body.pushable > .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher:after { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }"),r=e(t+="</style>").appendTo(u),w.debug("Adding sizing css to head",r)}},refresh:function(){w.verbose("Refreshing selector cache"),D=e(S.context),q=D.children(k.sidebar),j=D.children(k.pusher),D.children(k.fixed),w.clear.cache()},refreshSidebars:function(){w.verbose("Refreshing other sidebars"),q=D.children(k.sidebar)},repaint:function(){w.verbose("Forcing repaint event"),z.style.display="none";z.offsetHeight;z.scrollTop=z.scrollTop,z.style.display=""},setup:{cache:function(){w.cache={width:O.outerWidth(),height:O.outerHeight(),rtl:"rtl"==O.css("direction")}},layout:function(){0===D.children(k.pusher).length&&(w.debug("Adding wrapper element for sidebar"),w.error(P.pusher),j=e('<div class="pusher" />'),D.children().not(k.omitted).not(q).wrapAll(j),w.refresh()),0!==O.nextAll(k.pusher).length&&O.nextAll(k.pusher)[0]===j[0]||(w.debug("Moved sidebar to correct parent element"),w.error(P.movedSidebar,z),O.detach().prependTo(D),w.refresh()),w.clear.cache(),w.set.pushable(),w.set.direction()}},attachEvents:function(t,n){var i=e(t);n=e.isFunction(w[n])?w[n]:w.toggle,i.length>0?(w.debug("Attaching sidebar events to element",t,n),i.on("click"+E,n)):w.error(P.notFound,t)},show:function(t){if(t=e.isFunction(t)?t:function(){},w.is.hidden()){if(w.refreshSidebars(),S.overlay&&(w.error(P.overlay),S.transition="overlay"),w.refresh(),w.othersActive())if(w.debug("Other sidebars currently visible"),S.exclusive){if("overlay"!=S.transition)return void w.hideOthers(w.show);w.hideOthers()}else S.transition="overlay";w.pushPage(function(){t.call(z),S.onShow.call(z)}),S.onChange.call(z),S.onVisible.call(z)}else w.debug("Sidebar is already visible")},hide:function(t){t=e.isFunction(t)?t:function(){},(w.is.visible()||w.is.animating())&&(w.debug("Hiding sidebar",t),w.refreshSidebars(),w.pullPage(function(){t.call(z),S.onHidden.call(z)}),S.onChange.call(z),S.onHide.call(z))},othersAnimating:function(){return q.not(O).filter("."+T.animating).length>0},othersVisible:function(){return q.not(O).filter("."+T.visible).length>0},othersActive:function(){return w.othersVisible()||w.othersAnimating()},hideOthers:function(e){var t=q.not(O).filter("."+T.visible),n=t.length,i=0;e=e||function(){},t.sidebar("hide",function(){++i==n&&e()})},toggle:function(){w.verbose("Determining toggled direction"),w.is.hidden()?w.show():w.hide()},pushPage:function(t){var n,i,o,a=w.get.transition(),r="overlay"===a||w.othersActive()?O:j;t=e.isFunction(t)?t:function(){},"scale down"==S.transition&&w.scrollToTop(),w.set.transition(a),w.repaint(),n=function(){w.bind.clickaway(),w.add.inlineCSS(),w.set.animating(),w.set.visible()},i=function(){w.set.dimmed()},o=function(e){e.target==r[0]&&(r.off(C+b,o),w.remove.animating(),w.bind.scrollLock(),t.call(z))},r.off(C+b),r.on(C+b,o),v(n),S.dimPage&&!w.othersVisible()&&v(i)},pullPage:function(t){var n,i,o=w.get.transition(),a="overlay"==o||w.othersActive()?O:j;t=e.isFunction(t)?t:function(){},w.verbose("Removing context push state",w.get.direction()),w.unbind.clickaway(),w.unbind.scrollLock(),n=function(){w.set.transition(o),w.set.animating(),w.remove.visible(),S.dimPage&&!w.othersVisible()&&j.removeClass(T.dimmed)},i=function(e){e.target==a[0]&&(a.off(C+b,i),w.remove.animating(),w.remove.transition(),w.remove.inlineCSS(),("scale down"==o||S.returnScroll&&w.is.mobile())&&w.scrollBack(),t.call(z))},a.off(C+b),a.on(C+b,i),v(n)},scrollToTop:function(){w.verbose("Scrolling to top of page to avoid animation issues"),x=e(t).scrollTop(),O.scrollTop(0),t.scrollTo(0,0)},scrollBack:function(){w.verbose("Scrolling back to original page position"),t.scrollTo(0,x)},clear:{cache:function(){w.verbose("Clearing cached dimensions"),w.cache={}}},set:{ios:function(){c.addClass(T.ios)},pushed:function(){D.addClass(T.pushed)},pushable:function(){D.addClass(T.pushable)},dimmed:function(){j.addClass(T.dimmed)},active:function(){O.addClass(T.active)},animating:function(){O.addClass(T.animating)},transition:function(e){e=e||w.get.transition(),O.addClass(e)},direction:function(e){e=e||w.get.direction(),O.addClass(T[e])},visible:function(){O.addClass(T.visible)},overlay:function(){O.addClass(T.overlay)}},remove:{inlineCSS:function(){w.debug("Removing inline css styles",r),r&&r.length>0&&r.remove()},ios:function(){c.removeClass(T.ios)},pushed:function(){D.removeClass(T.pushed)},pushable:function(){D.removeClass(T.pushable)},active:function(){O.removeClass(T.active)},animating:function(){O.removeClass(T.animating)},transition:function(e){e=e||w.get.transition(),O.removeClass(e)},direction:function(e){e=e||w.get.direction(),O.removeClass(T[e])},visible:function(){O.removeClass(T.visible)},overlay:function(){O.removeClass(T.overlay)}},get:{direction:function(){return O.hasClass(T.top)?T.top:O.hasClass(T.right)?T.right:O.hasClass(T.bottom)?T.bottom:T.left},transition:function(){var e,t=w.get.direction();return e=w.is.mobile()?"auto"==S.mobileTransition?S.defaultTransition.mobile[t]:S.mobileTransition:"auto"==S.transition?S.defaultTransition.computer[t]:S.transition,w.verbose("Determined transition",e),e},transitionEvent:function(){var e,t=n.createElement("element"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in o)if(t.style[e]!==i)return o[e]}},is:{ie:function(){return!t.ActiveXObject&&"ActiveXObject"in t||"ActiveXObject"in t},ios:function(){var e=navigator.userAgent,t=e.match(R.ios),n=e.match(R.mobileChrome);return!(!t||n)&&(w.verbose("Browser was found to be iOS",e),!0)},mobile:function(){var e=navigator.userAgent;return e.match(R.mobile)?(w.verbose("Browser was found to be mobile",e),!0):(w.verbose("Browser is not mobile, using regular transition",e),!1)},hidden:function(){return!w.is.visible()},visible:function(){return O.hasClass(T.visible)},open:function(){return w.is.visible()},closed:function(){return w.is.hidden()},vertical:function(){return O.hasClass(T.top)},animating:function(){return D.hasClass(T.animating)},rtl:function(){return w.cache.rtl===i&&(w.cache.rtl="rtl"==O.css("direction")),w.cache.rtl}},setting:function(t,n){if(w.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,S,t);else{if(n===i)return S[t];e.isPlainObject(S[t])?e.extend(!0,S[t],n):S[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,w,t);else{if(n===i)return w[t];w[t]=n}},debug:function(){!S.silent&&S.debug&&(S.performance?w.performance.log(arguments):(w.debug=Function.prototype.bind.call(console.info,console,S.name+":"),w.debug.apply(console,arguments)))},verbose:function(){!S.silent&&S.verbose&&S.debug&&(S.performance?w.performance.log(arguments):(w.verbose=Function.prototype.bind.call(console.info,console,S.name+":"),w.verbose.apply(console,arguments)))},error:function(){S.silent||(w.error=Function.prototype.bind.call(console.error,console,S.name+":"),w.error.apply(console,arguments))},performance:{log:function(e){var t,n;S.performance&&(n=(t=(new Date).getTime())-(f||t),f=t,m.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:z,"Execution Time":n})),clearTimeout(w.performance.timer),w.performance.timer=setTimeout(w.performance.display,500)},display:function(){var t=S.name+":",n=0;f=!1,clearTimeout(w.performance.timer),e.each(m,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",d&&(t+=" '"+d+"'"),(console.group!==i||console.table!==i)&&m.length>0&&(console.groupCollapsed(t),console.table?console.table(m):e.each(m,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),m=[]}},invoke:function(t,n,o){var r,s,l,c=I;return n=n||h,o=z||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(w.error(P.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},p?(I===i&&w.initialize(),w.invoke(g)):(I!==i&&w.invoke("destroy"),w.initialize())}),a!==i?a:this},e.fn.sidebar.settings={name:"Sidebar",namespace:"sidebar",silent:!1,debug:!1,verbose:!1,performance:!0,transition:"auto",mobileTransition:"auto",defaultTransition:{computer:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"},mobile:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"}},context:"body",exclusive:!1,closable:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,duration:500,onChange:function(){},onShow:function(){},onHide:function(){},onHidden:function(){},onVisible:function(){},className:{active:"active",animating:"animating",dimmed:"dimmed",ios:"ios",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible"},selector:{fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",sidebar:".ui.sidebar"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedSidebar:"Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag",overlay:"The overlay setting is no longer supported, use animation: overlay",notFound:"There were no elements that matched the specified selector"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.sticky=function(o){var a,r=e(this),s=r.selector||"",l=(new Date).getTime(),c=[],u=arguments[0],d="string"==typeof u,f=[].slice.call(arguments,1);return r.each(function(){var r,m,g,p,h,v=e.isPlainObject(o)?e.extend(!0,{},e.fn.sticky.settings,o):e.extend({},e.fn.sticky.settings),b=v.className,y=v.namespace,x=v.error,C="."+y,w="module-"+y,S=e(this),k=e(t),T=e(v.scrollContext),A=(S.selector,S.data(w)),R=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)},P=this;h={initialize:function(){h.determineContainer(),h.determineContext(),h.verbose("Initializing sticky",v,r),h.save.positions(),h.checkErrors(),h.bind.events(),v.observeChanges&&h.observeChanges(),h.instantiate()},instantiate:function(){h.verbose("Storing instance of module",h),A=h,S.data(w,h)},destroy:function(){h.verbose("Destroying previous instance"),h.reset(),g&&g.disconnect(),p&&p.disconnect(),k.off("load"+C,h.event.load).off("resize"+C,h.event.resize),T.off("scrollchange"+C,h.event.scrollchange),S.removeData(w)},observeChanges:function(){"MutationObserver"in t&&(g=new MutationObserver(h.event.documentChanged),p=new MutationObserver(h.event.changed),g.observe(n,{childList:!0,subtree:!0}),p.observe(P,{childList:!0,subtree:!0}),p.observe(m[0],{childList:!0,subtree:!0}),h.debug("Setting up mutation observer",p))},determineContainer:function(){r=v.container?e(v.container):S.offsetParent()},determineContext:function(){0!==(m=v.context?e(v.context):r).length||h.error(x.invalidContext,v.context,S)},checkErrors:function(){if(h.is.hidden()&&h.error(x.visible,S),h.cache.element.height>h.cache.context.height)return h.reset(),void h.error(x.elementSize,S)},bind:{events:function(){k.on("load"+C,h.event.load).on("resize"+C,h.event.resize),T.off("scroll"+C).on("scroll"+C,h.event.scroll).on("scrollchange"+C,h.event.scrollchange)}},event:{changed:function(e){clearTimeout(h.timer),h.timer=setTimeout(function(){h.verbose("DOM tree modified, updating sticky menu",e),h.refresh()},100)},documentChanged:function(t){[].forEach.call(t,function(t){t.removedNodes&&[].forEach.call(t.removedNodes,function(t){(t==P||e(t).find(P).length>0)&&(h.debug("Element removed from DOM, tearing down events"),h.destroy())})})},load:function(){h.verbose("Page contents finished loading"),R(h.refresh)},resize:function(){h.verbose("Window resized"),R(h.refresh)},scroll:function(){R(function(){T.triggerHandler("scrollchange"+C,T.scrollTop())})},scrollchange:function(e,t){h.stick(t),v.onScroll.call(P)}},refresh:function(e){h.reset(),v.context||h.determineContext(),e&&h.determineContainer(),h.save.positions(),h.stick(),v.onReposition.call(P)},supports:{sticky:function(){var t=e("<div/>");t[0];return t.addClass(b.supported),t.css("position").match("sticky")}},save:{lastScroll:function(e){h.lastScroll=e},elementScroll:function(e){h.elementScroll=e},positions:function(){var e={height:T.height()},t={margin:{top:parseInt(S.css("margin-top"),10),bottom:parseInt(S.css("margin-bottom"),10)},offset:S.offset(),width:S.outerWidth(),height:S.outerHeight()},n={offset:m.offset(),height:m.outerHeight()};r.outerHeight();h.is.standardScroll()||(h.debug("Non-standard scroll. Removing scroll offset from element offset"),e.top=T.scrollTop(),e.left=T.scrollLeft(),t.offset.top+=e.top,n.offset.top+=e.top,t.offset.left+=e.left,n.offset.left+=e.left),h.cache={fits:t.height+v.offset<=e.height,sameHeight:t.height==n.height,scrollContext:{height:e.height},element:{margin:t.margin,top:t.offset.top-t.margin.top,left:t.offset.left,width:t.width,height:t.height,bottom:t.offset.top+t.height},context:{top:n.offset.top,height:n.height,bottom:n.offset.top+n.height}},h.set.containerSize(),h.stick(),h.debug("Caching element positions",h.cache)}},get:{direction:function(e){var t="down";return e=e||T.scrollTop(),h.lastScroll!==i&&(h.lastScroll<e?t="down":h.lastScroll>e&&(t="up")),t},scrollChange:function(e){return e=e||T.scrollTop(),h.lastScroll?e-h.lastScroll:0},currentElementScroll:function(){return h.elementScroll?h.elementScroll:h.is.top()?Math.abs(parseInt(S.css("top"),10))||0:Math.abs(parseInt(S.css("bottom"),10))||0},elementScroll:function(e){e=e||T.scrollTop();var t=h.cache.element,n=h.cache.scrollContext,i=h.get.scrollChange(e),o=t.height-n.height+v.offset,a=h.get.currentElementScroll(),r=a+i;return a=h.cache.fits||r<0?0:r>o?o:r}},remove:{lastScroll:function(){delete h.lastScroll},elementScroll:function(e){delete h.elementScroll},minimumSize:function(){r.css("min-height","")},offset:function(){S.css("margin-top","")}},set:{offset:function(){h.verbose("Setting offset on element",v.offset),S.css("margin-top",v.offset)},containerSize:function(){var e=r.get(0).tagName;"HTML"===e||"body"==e?h.determineContainer():Math.abs(r.outerHeight()-h.cache.context.height)>v.jitter&&(h.debug("Context has padding, specifying exact height for container",h.cache.context.height),r.css({height:h.cache.context.height}))},minimumSize:function(){var e=h.cache.element;r.css("min-height",e.height)},scroll:function(e){h.debug("Setting scroll on element",e),h.elementScroll!=e&&(h.is.top()&&S.css("bottom","").css("top",-e),h.is.bottom()&&S.css("top","").css("bottom",e))},size:function(){0!==h.cache.element.height&&0!==h.cache.element.width&&(P.style.setProperty("width",h.cache.element.width+"px","important"),P.style.setProperty("height",h.cache.element.height+"px","important"))}},is:{standardScroll:function(){return T[0]==t},top:function(){return S.hasClass(b.top)},bottom:function(){return S.hasClass(b.bottom)},initialPosition:function(){return!h.is.fixed()&&!h.is.bound()},hidden:function(){return!S.is(":visible")},bound:function(){return S.hasClass(b.bound)},fixed:function(){return S.hasClass(b.fixed)}},stick:function(e){var t=e||T.scrollTop(),n=h.cache,i=n.fits,o=n.sameHeight,a=n.element,r=n.scrollContext,s=n.context,l=h.is.bottom()&&v.pushing?v.bottomOffset:v.offset,c=(e={top:t+l,bottom:t+l+r.height},h.get.direction(e.top),i?0:h.get.elementScroll(e.top)),u=!i;0!==a.height&&!o&&(h.is.initialPosition()?e.top>=s.bottom?(h.debug("Initial element position is bottom of container"),h.bindBottom()):e.top>a.top&&(a.height+e.top-c>=s.bottom?(h.debug("Initial element position is bottom of container"),h.bindBottom()):(h.debug("Initial element position is fixed"),h.fixTop())):h.is.fixed()?h.is.top()?e.top<=a.top?(h.debug("Fixed element reached top of container"),h.setInitialPosition()):a.height+e.top-c>=s.bottom?(h.debug("Fixed element reached bottom of container"),h.bindBottom()):u&&(h.set.scroll(c),h.save.lastScroll(e.top),h.save.elementScroll(c)):h.is.bottom()&&(e.bottom-a.height<=a.top?(h.debug("Bottom fixed rail has reached top of container"),h.setInitialPosition()):e.bottom>=s.bottom?(h.debug("Bottom fixed rail has reached bottom of container"),h.bindBottom()):u&&(h.set.scroll(c),h.save.lastScroll(e.top),h.save.elementScroll(c))):h.is.bottom()&&(e.top<=a.top?(h.debug("Jumped from bottom fixed to top fixed, most likely used home/end button"),h.setInitialPosition()):v.pushing?h.is.bound()&&e.bottom<=s.bottom&&(h.debug("Fixing bottom attached element to bottom of browser."),h.fixBottom()):h.is.bound()&&e.top<=s.bottom-a.height&&(h.debug("Fixing bottom attached element to top of browser."),h.fixTop())))},bindTop:function(){h.debug("Binding element to top of parent container"),h.remove.offset(),S.css({left:"",top:"",marginBottom:""}).removeClass(b.fixed).removeClass(b.bottom).addClass(b.bound).addClass(b.top),v.onTop.call(P),v.onUnstick.call(P)},bindBottom:function(){h.debug("Binding element to bottom of parent container"),h.remove.offset(),S.css({left:"",top:""}).removeClass(b.fixed).removeClass(b.top).addClass(b.bound).addClass(b.bottom),v.onBottom.call(P),v.onUnstick.call(P)},setInitialPosition:function(){h.debug("Returning to initial position"),h.unfix(),h.unbind()},fixTop:function(){h.debug("Fixing element to top of page"),v.setSize&&h.set.size(),h.set.minimumSize(),h.set.offset(),S.css({left:h.cache.element.left,bottom:"",marginBottom:""}).removeClass(b.bound).removeClass(b.bottom).addClass(b.fixed).addClass(b.top),v.onStick.call(P)},fixBottom:function(){h.debug("Sticking element to bottom of page"),v.setSize&&h.set.size(),h.set.minimumSize(),h.set.offset(),S.css({left:h.cache.element.left,bottom:"",marginBottom:""}).removeClass(b.bound).removeClass(b.top).addClass(b.fixed).addClass(b.bottom),v.onStick.call(P)},unbind:function(){h.is.bound()&&(h.debug("Removing container bound position on element"),h.remove.offset(),S.removeClass(b.bound).removeClass(b.top).removeClass(b.bottom))},unfix:function(){h.is.fixed()&&(h.debug("Removing fixed position on element"),h.remove.minimumSize(),h.remove.offset(),S.removeClass(b.fixed).removeClass(b.top).removeClass(b.bottom),v.onUnstick.call(P))},reset:function(){h.debug("Resetting elements position"),h.unbind(),h.unfix(),h.resetCSS(),h.remove.offset(),h.remove.lastScroll()},resetCSS:function(){S.css({width:"",height:""}),r.css({height:""})},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];v[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,h,t);else{if(n===i)return h[t];h[t]=n}},debug:function(){!v.silent&&v.debug&&(v.performance?h.performance.log(arguments):(h.debug=Function.prototype.bind.call(console.info,console,v.name+":"),h.debug.apply(console,arguments)))},verbose:function(){!v.silent&&v.verbose&&v.debug&&(v.performance?h.performance.log(arguments):(h.verbose=Function.prototype.bind.call(console.info,console,v.name+":"),h.verbose.apply(console,arguments)))},error:function(){v.silent||(h.error=Function.prototype.bind.call(console.error,console,v.name+":"),h.error.apply(console,arguments))},performance:{log:function(e){var t,n;v.performance&&(n=(t=(new Date).getTime())-(l||t),l=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:P,"Execution Time":n})),clearTimeout(h.performance.timer),h.performance.timer=setTimeout(h.performance.display,0)},display:function(){var t=v.name+":",n=0;l=!1,clearTimeout(h.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var r,s,l,c=A;return n=n||f,o=P||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},d?(A===i&&h.initialize(),h.invoke(u)):(A!==i&&A.invoke("destroy"),h.initialize())}),a!==i?a:this},e.fn.sticky.settings={name:"Sticky",namespace:"sticky",silent:!1,debug:!1,verbose:!0,performance:!0,pushing:!1,context:!1,container:!1,scrollContext:t,offset:0,bottomOffset:0,jitter:5,setSize:!0,observeChanges:!1,onReposition:function(){},onScroll:function(){},onStick:function(){},onUnstick:function(){},onTop:function(){},onBottom:function(){},error:{container:"Sticky element must be inside a relative container",visible:"Element is hidden, you must call refresh after element becomes visible. Use silent setting to surpress this warning in production.",method:"The method you called is not defined.",invalidContext:"Context specified does not exist",elementSize:"Sticky element is larger than its container, cannot create sticky."},className:{bound:"bound",fixed:"fixed",supported:"native",top:"top",bottom:"bottom"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.tab=function(o){var a,r=e.isFunction(this)?e(t):e(this),s=r.selector||"",l=(new Date).getTime(),c=[],u=arguments[0],d="string"==typeof u,f=[].slice.call(arguments,1),m=!1;return r.each(function(){var g,p,h,v,b,y,x=e.isPlainObject(o)?e.extend(!0,{},e.fn.tab.settings,o):e.extend({},e.fn.tab.settings),C=x.className,w=x.metadata,S=x.selector,k=x.error,T="."+x.namespace,A="module-"+x.namespace,R=e(this),P={},E=!0,F=0,O=this,D=R.data(A);b={initialize:function(){b.debug("Initializing tab menu item",R),b.fix.callbacks(),b.determineTabs(),b.debug("Determining tabs",x.context,p),x.auto&&b.set.auto(),b.bind.events(),x.history&&!m&&(b.initializeHistory(),m=!0),b.instantiate()},instantiate:function(){b.verbose("Storing instance of module",b),D=b,R.data(A,b)},destroy:function(){b.debug("Destroying tabs",R),R.removeData(A).off(T)},bind:{events:function(){e.isWindow(O)||(b.debug("Attaching tab activation events to element",R),R.on("click"+T,b.event.click))}},determineTabs:function(){var t;"parent"===x.context?(R.closest(S.ui).length>0?(t=R.closest(S.ui),b.verbose("Using closest UI element as parent",t)):t=R,g=t.parent(),b.verbose("Determined parent element for creating context",g)):x.context?(g=e(x.context),b.verbose("Using selector for tab context",x.context,g)):g=e("body"),x.childrenOnly?(p=g.children(S.tabs),b.debug("Searching tab context children for tabs",g,p)):(p=g.find(S.tabs),b.debug("Searching tab context for tabs",g,p))},fix:{callbacks:function(){e.isPlainObject(o)&&(o.onTabLoad||o.onTabInit)&&(o.onTabLoad&&(o.onLoad=o.onTabLoad,delete o.onTabLoad,b.error(k.legacyLoad,o.onLoad)),o.onTabInit&&(o.onFirstLoad=o.onTabInit,delete o.onTabInit,b.error(k.legacyInit,o.onFirstLoad)),x=e.extend(!0,{},e.fn.tab.settings,o))}},initializeHistory:function(){if(b.debug("Initializing page state"),e.address===i)return b.error(k.state),!1;if("state"==x.historyType){if(b.debug("Using HTML5 to manage state"),!1===x.path)return b.error(k.path),!1;e.address.history(!0).state(x.path)}e.address.bind("change",b.event.history.change)},event:{click:function(t){var n=e(this).data(w.tab);n!==i?(x.history?(b.verbose("Updating page state",t),e.address.value(n)):(b.verbose("Changing tab",t),b.changeTab(n)),t.preventDefault()):b.debug("No tab specified")},history:{change:function(t){var n=t.pathNames.join("/")||b.get.initialPath(),o=x.templates.determineTitle(n)||!1;b.performance.display(),b.debug("History change event",n,t),y=t,n!==i&&b.changeTab(n),o&&e.address.title(o)}}},refresh:function(){h&&(b.debug("Refreshing tab",h),b.changeTab(h))},cache:{read:function(e){return e!==i&&P[e]},add:function(e,t){e=e||h,b.debug("Adding cached content for",e),P[e]=t},remove:function(e){e=e||h,b.debug("Removing cached content for",e),delete P[e]}},set:{auto:function(){var t="string"==typeof x.path?x.path.replace(/\/$/,"")+"/{$tab}":"/{$tab}";b.verbose("Setting up automatic tab retrieval from server",t),e.isPlainObject(x.apiSettings)?x.apiSettings.url=t:x.apiSettings={url:t}},loading:function(e){var t=b.get.tabElement(e);t.hasClass(C.loading)||(b.verbose("Setting loading state for",t),t.addClass(C.loading).siblings(p).removeClass(C.active+" "+C.loading),t.length>0&&x.onRequest.call(t[0],e))},state:function(t){e.address.value(t)}},changeTab:function(n){var i=t.history&&t.history.pushState&&x.ignoreFirstLoad&&E,o=x.auto||e.isPlainObject(x.apiSettings),a=o&&!i?b.utilities.pathToArray(n):b.get.defaultPathArray(n);n=b.utilities.arrayToPath(a),e.each(a,function(t,r){var s,l,c,u,d=a.slice(0,t+1),f=b.utilities.arrayToPath(d),m=b.is.tab(f),p=t+1==a.length,S=b.get.tabElement(f);if(b.verbose("Looking for tab",r),m){if(b.verbose("Tab was found",r),h=f,v=b.utilities.filterArray(a,d),p?u=!0:(l=a.slice(0,t+2),c=b.utilities.arrayToPath(l),(u=!b.is.tab(c))&&b.verbose("Tab parameters found",l)),u&&o)return i?(b.debug("Ignoring remote content on first tab load",f),E=!1,b.cache.add(n,S.html()),b.activate.all(f),x.onFirstLoad.call(S[0],f,v,y),x.onLoad.call(S[0],f,v,y)):(b.activate.navigation(f),b.fetch.content(f,n)),!1;b.debug("Opened local tab",f),b.activate.all(f),b.cache.read(f)||(b.cache.add(f,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(S[0],f,v,y)),x.onLoad.call(S[0],f,v,y)}else{if(-1!=n.search("/")||""===n)return b.error(k.missingTab,R,g,f),!1;if(f=(s=e("#"+n+', a[name="'+n+'"]')).closest("[data-tab]").data(w.tab),S=b.get.tabElement(f),s&&s.length>0&&f)return b.debug("Anchor link used, opening parent tab",S,s),S.hasClass(C.active)||setTimeout(function(){b.scrollTo(s)},0),b.activate.all(f),b.cache.read(f)||(b.cache.add(f,!0),b.debug("First time tab loaded calling tab init"),x.onFirstLoad.call(S[0],f,v,y)),x.onLoad.call(S[0],f,v,y),!1}})},scrollTo:function(t){var i=!!(t&&t.length>0)&&t.offset().top;!1!==i&&(b.debug("Forcing scroll to an in-page link in a hidden tab",i,t),e(n).scrollTop(i))},update:{content:function(t,n,o){var a=b.get.tabElement(t),r=a[0];o=o!==i?o:x.evaluateScripts,"string"==typeof x.cacheType&&"dom"==x.cacheType.toLowerCase()&&"string"!=typeof n?a.empty().append(e(n).clone(!0)):o?(b.debug("Updating HTML and evaluating inline scripts",t,n),a.html(n)):(b.debug("Updating HTML",t,n),r.innerHTML=n)}},fetch:{content:function(t,n){var o,a,r=b.get.tabElement(t),s={dataType:"html",encodeParameters:!1,on:"now",cache:x.alwaysRefresh,headers:{"X-Remote":!0},onSuccess:function(e){"response"==x.cacheType&&b.cache.add(n,e),b.update.content(t,e),t==h?(b.debug("Content loaded",t),b.activate.tab(t)):b.debug("Content loaded in background",t),x.onFirstLoad.call(r[0],t,v,y),x.onLoad.call(r[0],t,v,y),x.loadOnce?b.cache.add(n,!0):"string"==typeof x.cacheType&&"dom"==x.cacheType.toLowerCase()&&r.children().length>0?setTimeout(function(){var e=r.children().clone(!0);e=e.not("script"),b.cache.add(n,e)},0):b.cache.add(n,r.html())},urlData:{tab:n}},l=r.api("get request")||!1,c=l&&"pending"===l.state();n=n||t,a=b.cache.read(n),x.cache&&a?(b.activate.tab(t),b.debug("Adding cached content",n),x.loadOnce||("once"==x.evaluateScripts?b.update.content(t,a,!1):b.update.content(t,a)),x.onLoad.call(r[0],t,v,y)):c?(b.set.loading(t),b.debug("Content is already loading",n)):e.api!==i?(o=e.extend(!0,{},x.apiSettings,s),b.debug("Retrieving remote content",n,o),b.set.loading(t),r.api(o)):b.error(k.api)}},activate:{all:function(e){b.activate.tab(e),b.activate.navigation(e)},tab:function(e){var t=b.get.tabElement(e),n="siblings"==x.deactivate?t.siblings(p):p.not(t),i=t.hasClass(C.active);b.verbose("Showing tab content for",t),i||(t.addClass(C.active),n.removeClass(C.active+" "+C.loading),t.length>0&&x.onVisible.call(t[0],e))},navigation:function(e){var t=b.get.navElement(e),n="siblings"==x.deactivate?t.siblings(r):r.not(t),i=t.hasClass(C.active);b.verbose("Activating tab navigation for",t,e),i||(t.addClass(C.active),n.removeClass(C.active+" "+C.loading))}},deactivate:{all:function(){b.deactivate.navigation(),b.deactivate.tabs()},navigation:function(){r.removeClass(C.active)},tabs:function(){p.removeClass(C.active+" "+C.loading)}},is:{tab:function(e){return e!==i&&b.get.tabElement(e).length>0}},get:{initialPath:function(){return r.eq(0).data(w.tab)||p.eq(0).data(w.tab)},path:function(){return e.address.value()},defaultPathArray:function(e){return b.utilities.pathToArray(b.get.defaultPath(e))},defaultPath:function(e){var t=r.filter("[data-"+w.tab+'^="'+e+'/"]').eq(0).data(w.tab)||!1;if(t){if(b.debug("Found default tab",t),F<x.maxDepth)return F++,b.get.defaultPath(t);b.error(k.recursion)}else b.debug("No default tabs found for",e,p);return F=0,e},navElement:function(e){return e=e||h,r.filter("[data-"+w.tab+'="'+e+'"]')},tabElement:function(e){var t,n,i,o;return e=e||h,i=b.utilities.pathToArray(e),o=b.utilities.last(i),t=p.filter("[data-"+w.tab+'="'+e+'"]'),n=p.filter("[data-"+w.tab+'="'+o+'"]'),t.length>0?t:n},tab:function(){return h}},utilities:{filterArray:function(t,n){return e.grep(t,function(t){return-1==e.inArray(t,n)})},last:function(t){return!!e.isArray(t)&&t[t.length-1]},pathToArray:function(e){return e===i&&(e=h),"string"==typeof e?e.split("/"):[e]},arrayToPath:function(t){return!!e.isArray(t)&&t.join("/")}},setting:function(t,n){if(b.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,x,t);else{if(n===i)return x[t];e.isPlainObject(x[t])?e.extend(!0,x[t],n):x[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,b,t);else{if(n===i)return b[t];b[t]=n}},debug:function(){!x.silent&&x.debug&&(x.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,x.name+":"),b.debug.apply(console,arguments)))},verbose:function(){!x.silent&&x.verbose&&x.debug&&(x.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),b.verbose.apply(console,arguments)))},error:function(){x.silent||(b.error=Function.prototype.bind.call(console.error,console,x.name+":"),b.error.apply(console,arguments))},performance:{log:function(e){var t,n;x.performance&&(n=(t=(new Date).getTime())-(l||t),l=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:O,"Execution Time":n})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var t=x.name+":",n=0;l=!1,clearTimeout(b.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var r,s,l,c=D;return n=n||f,o=O||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(b.error(k.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},d?(D===i&&b.initialize(),b.invoke(u)):(D!==i&&D.invoke("destroy"),b.initialize())}),a!==i?a:this},e.tab=function(){e(t).tab.apply(this,arguments)},e.fn.tab.settings={name:"Tab",namespace:"tab",silent:!1,debug:!1,verbose:!1,performance:!0,auto:!1,history:!1,historyType:"hash",path:!1,context:!1,childrenOnly:!1,maxDepth:25,deactivate:"siblings",alwaysRefresh:!1,cache:!0,loadOnce:!1,cacheType:"response",ignoreFirstLoad:!1,apiSettings:!1,evaluateScripts:"once",onFirstLoad:function(e,t,n){},onLoad:function(e,t,n){},onVisible:function(e,t,n){},onRequest:function(e,t,n){},templates:{determineTitle:function(e){}},error:{api:"You attempted to load content without API module",method:"The method you called is not defined",missingTab:"Activated tab cannot be found. Tabs are case-sensitive.",noContent:"The tab you specified is missing a content url.",path:"History enabled, but no path was specified",recursion:"Max recursive depth reached",legacyInit:"onTabInit has been renamed to onFirstLoad in 2.0, please adjust your code.",legacyLoad:"onTabLoad has been renamed to onLoad in 2.0. Please adjust your code",state:"History requires Asual's Address library <https://github.com/asual/jquery-address>"},metadata:{tab:"tab",loaded:"loaded",promise:"promise"},className:{loading:"loading",active:"active"},selector:{tabs:".ui.tab",ui:".ui"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.transition=function(){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments,u=c[0],d=[].slice.call(arguments,1),f="string"==typeof u;t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame;return a.each(function(t){var m,g,p,h,v,b,y,x,C,w=e(this),S=this;(C={initialize:function(){m=C.get.settings.apply(S,c),h=m.className,p=m.error,v=m.metadata,x="."+m.namespace,y="module-"+m.namespace,g=w.data(y)||C,b=C.get.animationEndEvent(),f&&(f=C.invoke(u)),!1===f&&(C.verbose("Converted arguments into settings object",m),m.interval?C.delay(m.animate):C.animate(),C.instantiate())},instantiate:function(){C.verbose("Storing instance of module",C),g=C,w.data(y,g)},destroy:function(){C.verbose("Destroying previous module for",S),w.removeData(y)},refresh:function(){C.verbose("Refreshing display type on next animation"),delete C.displayType},forceRepaint:function(){C.verbose("Forcing element repaint");var e=w.parent(),t=w.next();0===t.length?w.detach().appendTo(e):w.detach().insertBefore(t)},repaint:function(){C.verbose("Repainting element");S.offsetWidth},delay:function(e){var n,o=C.get.animationDirection();o||(o=C.can.transition()?C.get.direction():"static"),e=e!==i?e:m.interval,n="auto"==m.reverse&&o==h.outward||1==m.reverse?(a.length-t)*m.interval:t*m.interval,C.debug("Delaying animation by",n),setTimeout(C.animate,n)},animate:function(e){if(m=e||m,!C.is.supported())return C.error(p.support),!1;if(C.debug("Preparing animation",m.animation),C.is.animating()){if(m.queue)return!m.allowRepeats&&C.has.direction()&&C.is.occurring()&&!0!==C.queuing?C.debug("Animation is currently occurring, preventing queueing same animation",m.animation):C.queue(m.animation),!1;if(!m.allowRepeats&&C.is.occurring())return C.debug("Animation is already occurring, will not execute repeated animation",m.animation),!1;C.debug("New animation started, completing previous early",m.animation),g.complete()}C.can.animate()?C.set.animating(m.animation):C.error(p.noAnimation,m.animation,S)},reset:function(){C.debug("Resetting animation to beginning conditions"),C.remove.animationCallbacks(),C.restore.conditions(),C.remove.animating()},queue:function(e){C.debug("Queueing animation of",e),C.queuing=!0,w.one(b+".queue"+x,function(){C.queuing=!1,C.repaint(),C.animate.apply(this,m)})},complete:function(e){C.debug("Animation complete",m.animation),C.remove.completeCallback(),C.remove.failSafe(),C.is.looping()||(C.is.outward()?(C.verbose("Animation is outward, hiding element"),C.restore.conditions(),C.hide()):C.is.inward()?(C.verbose("Animation is outward, showing element"),C.restore.conditions(),C.show()):(C.verbose("Static animation completed"),C.restore.conditions(),m.onComplete.call(S)))},force:{visible:function(){var e=w.attr("style"),t=C.get.userStyle(),n=C.get.displayType(),o=t+"display: "+n+" !important;",a=w.css("display"),r=e===i||""===e;a!==n?(C.verbose("Overriding default display to show element",n),w.attr("style",o)):r&&w.removeAttr("style")},hidden:function(){var e=w.attr("style"),t=w.css("display"),n=e===i||""===e;"none"===t||C.is.hidden()?n&&w.removeAttr("style"):(C.verbose("Overriding default display to hide element"),w.css("display","none"))}},has:{direction:function(t){var n=!1;return"string"==typeof(t=t||m.animation)&&(t=t.split(" "),e.each(t,function(e,t){t!==h.inward&&t!==h.outward||(n=!0)})),n},inlineDisplay:function(){var t=w.attr("style")||"";return e.isArray(t.match(/display.*?;/,""))}},set:{animating:function(e){var t;C.remove.completeCallback(),e=e||m.animation,t=C.get.animationClass(e),C.save.animation(t),C.force.visible(),C.remove.hidden(),C.remove.direction(),C.start.animation(t)},duration:function(e,t){((t="number"==typeof(t=t||m.duration)?t+"ms":t)||0===t)&&(C.verbose("Setting animation duration",t),w.css({"animation-duration":t}))},direction:function(e){(e=e||C.get.direction())==h.inward?C.set.inward():C.set.outward()},looping:function(){C.debug("Transition set to loop"),w.addClass(h.looping)},hidden:function(){w.addClass(h.transition).addClass(h.hidden)},inward:function(){C.debug("Setting direction to inward"),w.removeClass(h.outward).addClass(h.inward)},outward:function(){C.debug("Setting direction to outward"),w.removeClass(h.inward).addClass(h.outward)},visible:function(){w.addClass(h.transition).addClass(h.visible)}},start:{animation:function(e){e=e||C.get.animationClass(),C.debug("Starting tween",e),w.addClass(e).one(b+".complete"+x,C.complete),m.useFailSafe&&C.add.failSafe(),C.set.duration(m.duration),m.onStart.call(S)}},save:{animation:function(e){C.cache||(C.cache={}),C.cache.animation=e},displayType:function(e){"none"!==e&&w.data(v.displayType,e)},transitionExists:function(t,n){e.fn.transition.exists[t]=n,C.verbose("Saving existence of transition",t,n)}},restore:{conditions:function(){var e=C.get.currentAnimation();e&&(w.removeClass(e),C.verbose("Removing animation class",C.cache)),C.remove.duration()}},add:{failSafe:function(){var e=C.get.duration();C.timer=setTimeout(function(){w.triggerHandler(b)},e+m.failSafeDelay),C.verbose("Adding fail safe timer",C.timer)}},remove:{animating:function(){w.removeClass(h.animating)},animationCallbacks:function(){C.remove.queueCallback(),C.remove.completeCallback()},queueCallback:function(){w.off(".queue"+x)},completeCallback:function(){w.off(".complete"+x)},display:function(){w.css("display","")},direction:function(){w.removeClass(h.inward).removeClass(h.outward)},duration:function(){w.css("animation-duration","")},failSafe:function(){C.verbose("Removing fail safe timer",C.timer),C.timer&&clearTimeout(C.timer)},hidden:function(){w.removeClass(h.hidden)},visible:function(){w.removeClass(h.visible)},looping:function(){C.debug("Transitions are no longer looping"),C.is.looping()&&(C.reset(),w.removeClass(h.looping))},transition:function(){w.removeClass(h.visible).removeClass(h.hidden)}},get:{settings:function(t,n,i){return"object"==typeof t?e.extend(!0,{},e.fn.transition.settings,t):"function"==typeof i?e.extend({},e.fn.transition.settings,{animation:t,onComplete:i,duration:n}):"string"==typeof n||"number"==typeof n?e.extend({},e.fn.transition.settings,{animation:t,duration:n}):"object"==typeof n?e.extend({},e.fn.transition.settings,n,{animation:t}):"function"==typeof n?e.extend({},e.fn.transition.settings,{animation:t,onComplete:n}):e.extend({},e.fn.transition.settings,{animation:t})},animationClass:function(e){var t=e||m.animation,n=C.can.transition()&&!C.has.direction()?C.get.direction()+" ":"";return h.animating+" "+h.transition+" "+n+t},currentAnimation:function(){return!(!C.cache||C.cache.animation===i)&&C.cache.animation},currentDirection:function(){return C.is.inward()?h.inward:h.outward},direction:function(){return C.is.hidden()||!C.is.visible()?h.inward:h.outward},animationDirection:function(t){var n;return"string"==typeof(t=t||m.animation)&&(t=t.split(" "),e.each(t,function(e,t){t===h.inward?n=h.inward:t===h.outward&&(n=h.outward)})),n||!1},duration:function(e){return!1===(e=e||m.duration)&&(e=w.css("animation-duration")||0),"string"==typeof e?e.indexOf("ms")>-1?parseFloat(e):1e3*parseFloat(e):e},displayType:function(e){return e=e===i||e,m.displayType?m.displayType:(e&&w.data(v.displayType)===i&&C.can.transition(!0),w.data(v.displayType))},userStyle:function(e){return(e=e||w.attr("style")||"").replace(/display.*?;/,"")},transitionExists:function(t){return e.fn.transition.exists[t]},animationStartEvent:function(){var e,t=n.createElement("div"),o={animation:"animationstart",OAnimation:"oAnimationStart",MozAnimation:"mozAnimationStart",WebkitAnimation:"webkitAnimationStart"};for(e in o)if(t.style[e]!==i)return o[e];return!1},animationEndEvent:function(){var e,t=n.createElement("div"),o={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"};for(e in o)if(t.style[e]!==i)return o[e];return!1}},can:{transition:function(t){var n,o,a,r,s,l,c=m.animation,u=C.get.transitionExists(c),d=C.get.displayType(!1);if(u===i||t){if(C.verbose("Determining whether animation exists"),n=w.attr("class"),o=w.prop("tagName"),r=(a=e("<"+o+" />").addClass(n).insertAfter(w)).addClass(c).removeClass(h.inward).removeClass(h.outward).addClass(h.animating).addClass(h.transition).css("animationName"),s=a.addClass(h.inward).css("animationName"),d||(d=a.attr("class",n).removeAttr("style").removeClass(h.hidden).removeClass(h.visible).show().css("display"),C.verbose("Determining final display state",d),C.save.displayType(d)),a.remove(),r!=s)C.debug("Direction exists for animation",c),l=!0;else{if("none"==r||!r)return void C.debug("No animation defined in css",c);C.debug("Static animation found",c,d),l=!1}C.save.transitionExists(c,l)}return u!==i?u:l},animate:function(){return C.can.transition()!==i}},is:{animating:function(){return w.hasClass(h.animating)},inward:function(){return w.hasClass(h.inward)},outward:function(){return w.hasClass(h.outward)},looping:function(){return w.hasClass(h.looping)},occurring:function(e){return e="."+(e=e||m.animation).replace(" ","."),w.filter(e).length>0},visible:function(){return w.is(":visible")},hidden:function(){return"hidden"===w.css("visibility")},supported:function(){return!1!==b}},hide:function(){C.verbose("Hiding element"),C.is.animating()&&C.reset(),S.blur(),C.remove.display(),C.remove.visible(),C.set.hidden(),C.force.hidden(),m.onHide.call(S),m.onComplete.call(S)},show:function(e){C.verbose("Showing element",e),C.remove.hidden(),C.set.visible(),C.force.visible(),m.onShow.call(S),m.onComplete.call(S)},toggle:function(){C.is.visible()?C.hide():C.show()},stop:function(){C.debug("Stopping current animation"),w.triggerHandler(b)},stopAll:function(){C.debug("Stopping all animation"),C.remove.queueCallback(),w.triggerHandler(b)},clear:{queue:function(){C.debug("Clearing animation queue"),C.remove.queueCallback()}},enable:function(){C.verbose("Starting animation"),w.removeClass(h.disabled)},disable:function(){C.debug("Stopping animation"),w.addClass(h.disabled)},setting:function(t,n){if(C.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];e.isPlainObject(m[t])?e.extend(!0,m[t],n):m[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,C,t);else{if(n===i)return C[t];C[t]=n}},debug:function(){!m.silent&&m.debug&&(m.performance?C.performance.log(arguments):(C.debug=Function.prototype.bind.call(console.info,console,m.name+":"),C.debug.apply(console,arguments)))},verbose:function(){!m.silent&&m.verbose&&m.debug&&(m.performance?C.performance.log(arguments):(C.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),C.verbose.apply(console,arguments)))},error:function(){m.silent||(C.error=Function.prototype.bind.call(console.error,console,m.name+":"),C.error.apply(console,arguments))},performance:{log:function(e){var t,n;m.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:S,"Execution Time":n})),clearTimeout(C.performance.timer),C.performance.timer=setTimeout(C.performance.display,500)},display:function(){var t=m.name+":",n=0;s=!1,clearTimeout(C.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,a){var r,s,l,c=g;return n=n||d,a=S||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i&&(s=c[o],!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s!==i&&s}}).initialize()}),o!==i?o:this},e.fn.transition.exists={},e.fn.transition.settings={name:"Transition",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"transition",interval:0,reverse:"auto",onStart:function(){},onComplete:function(){},onShow:function(){},onHide:function(){},useFailSafe:!0,failSafeDelay:100,allowRepeats:!1,displayType:!1,animation:"fade",duration:!1,queue:!0,metadata:{displayType:"display"},className:{animating:"animating",disabled:"disabled",hidden:"hidden",inward:"in",loading:"loading",looping:"looping",outward:"out",transition:"transition",visible:"visible"},error:{noAnimation:"Element is no longer attached to DOM. Unable to animate. Use silent setting to surpress this warning in production.",repeated:"That animation is already occurring, cancelling repeated animation",method:"The method you called is not defined",support:"This browser does not support CSS animations"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();e.api=e.fn.api=function(n){var o,a=e.isFunction(this)?e(t):e(this),r=a.selector||"",s=(new Date).getTime(),l=[],c=arguments[0],u="string"==typeof c,d=[].slice.call(arguments,1);return a.each(function(){var a,f,m,g,p,h,v=e.isPlainObject(n)?e.extend(!0,{},e.fn.api.settings,n):e.extend({},e.fn.api.settings),b=v.namespace,y=v.metadata,x=v.selector,C=v.error,w=v.className,S="."+b,k="module-"+b,T=e(this),A=T.closest(x.form),R=v.stateContext?e(v.stateContext):T,P=this,E=R[0],F=T.data(k);h={initialize:function(){u||h.bind.events(),h.instantiate()},instantiate:function(){h.verbose("Storing instance of module",h),F=h,T.data(k,F)},destroy:function(){h.verbose("Destroying previous module for",P),T.removeData(k).off(S)},bind:{events:function(){var e=h.get.event();e?(h.verbose("Attaching API events to element",e),T.on(e+S,h.event.trigger)):"now"==v.on&&(h.debug("Querying API endpoint immediately"),h.query())}},decode:{json:function(e){if(e!==i&&"string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}},read:{cachedResponse:function(e){var n;if(t.Storage!==i)return n=sessionStorage.getItem(e),h.debug("Using cached response",e,n),n=h.decode.json(n);h.error(C.noStorage)}},write:{cachedResponse:function(n,o){o&&""===o?h.debug("Response empty, not caching",o):t.Storage!==i?(e.isPlainObject(o)&&(o=JSON.stringify(o)),sessionStorage.setItem(n,o),h.verbose("Storing cached response for url",n,o)):h.error(C.noStorage)}},query:function(){if(h.is.disabled())h.debug("Element is disabled API request aborted");else{if(h.is.loading()){if(!v.interruptRequests)return void h.debug("Cancelling request, previous request is still pending");h.debug("Interrupting previous request"),h.abort()}if(v.defaultData&&e.extend(!0,v.urlData,h.get.defaultData()),v.serializeForm&&(v.data=h.add.formData(v.data)),!1===(f=h.get.settings()))return h.cancelled=!0,void h.error(C.beforeSend);if(h.cancelled=!1,(m=h.get.templatedURL())||h.is.mocked()){if((m=h.add.urlData(m))||h.is.mocked()){if(f.url=v.base+m,a=e.extend(!0,{},v,{type:v.method||v.type,data:g,url:v.base+m,beforeSend:v.beforeXHR,success:function(){},failure:function(){},complete:function(){}}),h.debug("Querying URL",a.url),h.verbose("Using AJAX settings",a),"local"===v.cache&&h.read.cachedResponse(m))return h.debug("Response returned from local cache"),h.request=h.create.request(),void h.request.resolveWith(E,[h.read.cachedResponse(m)]);v.throttle?v.throttleFirstRequest||h.timer?(h.debug("Throttling request",v.throttle),clearTimeout(h.timer),h.timer=setTimeout(function(){h.timer&&delete h.timer,h.debug("Sending throttled request",g,a.method),h.send.request()},v.throttle)):(h.debug("Sending request",g,a.method),h.send.request(),h.timer=setTimeout(function(){},v.throttle)):(h.debug("Sending request",g,a.method),h.send.request())}}else h.error(C.missingURL)}},should:{removeError:function(){return!0===v.hideError||"auto"===v.hideError&&!h.is.form()}},is:{disabled:function(){return T.filter(x.disabled).length>0},expectingJSON:function(){return"json"===v.dataType||"jsonp"===v.dataType},form:function(){return T.is("form")||R.is("form")},mocked:function(){return v.mockResponse||v.mockResponseAsync||v.response||v.responseAsync},input:function(){return T.is("input")},loading:function(){return!!h.request&&"pending"==h.request.state()},abortedRequest:function(e){return e&&e.readyState!==i&&0===e.readyState?(h.verbose("XHR request determined to be aborted"),!0):(h.verbose("XHR request was not aborted"),!1)},validResponse:function(t){return h.is.expectingJSON()&&e.isFunction(v.successTest)?(h.debug("Checking JSON returned success",v.successTest,t),v.successTest(t)?(h.debug("Response passed success test",t),!0):(h.debug("Response failed success test",t),!1)):(h.verbose("Response is not JSON, skipping validation",v.successTest,t),!0)}},was:{cancelled:function(){return h.cancelled||!1},succesful:function(){return h.request&&"resolved"==h.request.state()},failure:function(){return h.request&&"rejected"==h.request.state()},complete:function(){return h.request&&("resolved"==h.request.state()||"rejected"==h.request.state())}},add:{urlData:function(t,n){var o,a;return t&&(o=t.match(v.regExp.required),a=t.match(v.regExp.optional),n=n||v.urlData,o&&(h.debug("Looking for required URL variables",o),e.each(o,function(o,a){var r=-1!==a.indexOf("$")?a.substr(2,a.length-3):a.substr(1,a.length-2),s=e.isPlainObject(n)&&n[r]!==i?n[r]:T.data(r)!==i?T.data(r):R.data(r)!==i?R.data(r):n[r];if(s===i)return h.error(C.requiredParameter,r,t),t=!1,!1;h.verbose("Found required variable",r,s),s=v.encodeParameters?h.get.urlEncodedValue(s):s,t=t.replace(a,s)})),a&&(h.debug("Looking for optional URL variables",o),e.each(a,function(o,a){var r=-1!==a.indexOf("$")?a.substr(3,a.length-4):a.substr(2,a.length-3),s=e.isPlainObject(n)&&n[r]!==i?n[r]:T.data(r)!==i?T.data(r):R.data(r)!==i?R.data(r):n[r];s!==i?(h.verbose("Optional variable Found",r,s),t=t.replace(a,s)):(h.verbose("Optional variable not found",r),t=-1!==t.indexOf("/"+a)?t.replace("/"+a,""):t.replace(a,""))}))),t},formData:function(t){var n=e.fn.serializeObject!==i,o=n?A.serializeObject():A.serialize();return t=t||v.data,e.isPlainObject(t)?n?(h.debug("Extending existing data with form data",t,o),t=e.extend(!0,{},t,o)):(h.error(C.missingSerialize),h.debug("Cant extend data. Replacing data with form data",t,o),t=o):(h.debug("Adding form data",o),t=o),t}},send:{request:function(){h.set.loading(),h.request=h.create.request(),h.is.mocked()?h.mockedXHR=h.create.mockedXHR():h.xhr=h.create.xhr(),v.onRequest.call(E,h.request,h.xhr)}},event:{trigger:function(e){h.query(),"submit"!=e.type&&"click"!=e.type||e.preventDefault()},xhr:{always:function(){},done:function(t,n,i){var o=this,a=(new Date).getTime()-p,r=v.loadingDuration-a,s=!!e.isFunction(v.onResponse)&&(h.is.expectingJSON()?v.onResponse.call(o,e.extend(!0,{},t)):v.onResponse.call(o,t));r=r>0?r:0,s&&(h.debug("Modified API response in onResponse callback",v.onResponse,s,t),t=s),r>0&&h.debug("Response completed early delaying state change by",r),setTimeout(function(){h.is.validResponse(t)?h.request.resolveWith(o,[t,i]):h.request.rejectWith(o,[i,"invalid"])},r)},fail:function(e,t,n){var i=this,o=(new Date).getTime()-p,a=v.loadingDuration-o;(a=a>0?a:0)>0&&h.debug("Response completed early delaying state change by",a),setTimeout(function(){h.is.abortedRequest(e)?h.request.rejectWith(i,[e,"aborted",n]):h.request.rejectWith(i,[e,"error",t,n])},a)}},request:{done:function(e,t){h.debug("Successful API Response",e),"local"===v.cache&&m&&(h.write.cachedResponse(m,e),h.debug("Saving server response locally",h.cache)),v.onSuccess.call(E,e,T,t)},complete:function(e,t){var n,i;h.was.succesful()?(i=e,n=t):(n=e,i=h.get.responseFromXHR(n)),h.remove.loading(),v.onComplete.call(E,i,T,n)},fail:function(e,t,n){var o=h.get.responseFromXHR(e),r=h.get.errorFromRequest(o,t,n);if("aborted"==t)return h.debug("XHR Aborted (Most likely caused by page navigation or CORS Policy)",t,n),v.onAbort.call(E,t,T,e),!0;"invalid"==t?h.debug("JSON did not pass success test. A server-side error has most likely occurred",o):"error"==t&&e!==i&&(h.debug("XHR produced a server error",t,n),200!=e.status&&n!==i&&""!==n&&h.error(C.statusMessage+n,a.url),v.onError.call(E,r,T,e)),v.errorDuration&&"aborted"!==t&&(h.debug("Adding error state"),h.set.error(),h.should.removeError()&&setTimeout(h.remove.error,v.errorDuration)),h.debug("API Request failed",r,e),v.onFailure.call(E,o,T,e)}}},create:{request:function(){return e.Deferred().always(h.event.request.complete).done(h.event.request.done).fail(h.event.request.fail)},mockedXHR:function(){var t,n,i,o=v.mockResponse||v.response,a=v.mockResponseAsync||v.responseAsync;return i=e.Deferred().always(h.event.xhr.complete).done(h.event.xhr.done).fail(h.event.xhr.fail),o?(e.isFunction(o)?(h.debug("Using specified synchronous callback",o),n=o.call(E,f)):(h.debug("Using settings specified response",o),n=o),i.resolveWith(E,[n,!1,{responseText:n}])):e.isFunction(a)&&(t=function(e){h.debug("Async callback returned response",e),e?i.resolveWith(E,[e,!1,{responseText:e}]):i.rejectWith(E,[{responseText:e},!1,!1])},h.debug("Using specified async response callback",a),a.call(E,f,t)),i},xhr:function(){var t;return t=e.ajax(a).always(h.event.xhr.always).done(h.event.xhr.done).fail(h.event.xhr.fail),h.verbose("Created server request",t,a),t}},set:{error:function(){h.verbose("Adding error state to element",R),R.addClass(w.error)},loading:function(){h.verbose("Adding loading state to element",R),R.addClass(w.loading),p=(new Date).getTime()}},remove:{error:function(){h.verbose("Removing error state from element",R),R.removeClass(w.error)},loading:function(){h.verbose("Removing loading state from element",R),R.removeClass(w.loading)}},get:{responseFromXHR:function(t){return!!e.isPlainObject(t)&&(h.is.expectingJSON()?h.decode.json(t.responseText):t.responseText)},errorFromRequest:function(t,n,o){return e.isPlainObject(t)&&t.error!==i?t.error:v.error[n]!==i?v.error[n]:o},request:function(){return h.request||!1},xhr:function(){return h.xhr||!1},settings:function(){var t;return(t=v.beforeSend.call(E,v))&&(t.success!==i&&(h.debug("Legacy success callback detected",t),h.error(C.legacyParameters,t.success),t.onSuccess=t.success),t.failure!==i&&(h.debug("Legacy failure callback detected",t),h.error(C.legacyParameters,t.failure),t.onFailure=t.failure),t.complete!==i&&(h.debug("Legacy complete callback detected",t),h.error(C.legacyParameters,t.complete),t.onComplete=t.complete)),t===i&&h.error(C.noReturnedValue),!1===t?t:t!==i?e.extend(!0,{},t):e.extend(!0,{},v)},urlEncodedValue:function(e){var n=t.decodeURIComponent(e),i=t.encodeURIComponent(e);return n!==e?(h.debug("URL value is already encoded, avoiding double encoding",e),e):(h.verbose("Encoding value using encodeURIComponent",e,i),i)},defaultData:function(){var t={};return e.isWindow(P)||(h.is.input()?t.value=T.val():h.is.form()||(t.text=T.text())),t},event:function(){return e.isWindow(P)||"now"==v.on?(h.debug("API called without element, no events attached"),!1):"auto"==v.on?T.is("input")?P.oninput!==i?"input":P.onpropertychange!==i?"propertychange":"keyup":T.is("form")?"submit":"click":v.on},templatedURL:function(e){if(e=e||T.data(y.action)||v.action||!1,m=T.data(y.url)||v.url||!1)return h.debug("Using specified url",m),m;if(e){if(h.debug("Looking up url for action",e,v.api),v.api[e]===i&&!h.is.mocked())return void h.error(C.missingAction,v.action,v.api);m=v.api[e]}else h.is.form()&&(m=T.attr("action")||R.attr("action")||!1,h.debug("No url or action specified, defaulting to form action",m));return m}},abort:function(){var e=h.get.xhr();e&&"resolved"!==e.state()&&(h.debug("Cancelling API request"),e.abort())},reset:function(){h.remove.error(),h.remove.loading()},setting:function(t,n){if(h.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];e.isPlainObject(v[t])?e.extend(!0,v[t],n):v[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,h,t);else{if(n===i)return h[t];h[t]=n}},debug:function(){!v.silent&&v.debug&&(v.performance?h.performance.log(arguments):(h.debug=Function.prototype.bind.call(console.info,console,v.name+":"),h.debug.apply(console,arguments)))},verbose:function(){!v.silent&&v.verbose&&v.debug&&(v.performance?h.performance.log(arguments):(h.verbose=Function.prototype.bind.call(console.info,console,v.name+":"),h.verbose.apply(console,arguments)))},error:function(){v.silent||(h.error=Function.prototype.bind.call(console.error,console,v.name+":"),h.error.apply(console,arguments))},performance:{log:function(e){var t,n;v.performance&&(n=(t=(new Date).getTime())-(s||t),s=t,l.push({Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(h.performance.timer),h.performance.timer=setTimeout(h.performance.display,500)},display:function(){var t=v.name+":",n=0;s=!1,clearTimeout(h.performance.timer),e.each(l,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),(console.group!==i||console.table!==i)&&l.length>0&&(console.groupCollapsed(t),console.table?console.table(l):e.each(l,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),l=[]}},invoke:function(t,n,a){var r,s,l,c=F;return n=n||d,a=P||a,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(h.error(C.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(a,n):s!==i&&(l=s),e.isArray(o)?o.push(l):o!==i?o=[o,l]:l!==i&&(o=l),s}},u?(F===i&&h.initialize(),h.invoke(c)):(F!==i&&F.invoke("destroy"),h.initialize())}),o!==i?o:this},e.api.settings={name:"API",namespace:"api",debug:!1,verbose:!1,performance:!0,api:{},cache:!0,interruptRequests:!0,on:"auto",stateContext:!1,loadingDuration:0,hideError:"auto",errorDuration:2e3,encodeParameters:!0,action:!1,url:!1,base:"",urlData:{},defaultData:!0,serializeForm:!1,throttle:0,throttleFirstRequest:!0,method:"get",data:{},dataType:"json",mockResponse:!1,mockResponseAsync:!1,response:!1,responseAsync:!1,beforeSend:function(e){return e},beforeXHR:function(e){},onRequest:function(e,t){},onResponse:!1,onSuccess:function(e,t){},onComplete:function(e,t){},onFailure:function(e,t){},onError:function(e,t){},onAbort:function(e,t){},successTest:!1,error:{beforeSend:"The before send function has aborted the request",error:"There was an error with your request",exitConditions:"API Request Aborted. Exit conditions met",JSONParse:"JSON could not be parsed during error handling",legacyParameters:"You are using legacy API success callback names",method:"The method you called is not defined",missingAction:"API action used but no url was defined",missingSerialize:"jquery-serialize-object is required to add form data to an existing data object",missingURL:"No URL specified for api event",noReturnedValue:"The beforeSend callback must return a settings object, beforeSend ignored.",noStorage:"Caching responses locally requires session storage",parseError:"There was an error parsing your request",requiredParameter:"Missing a required URL parameter: ",statusMessage:"Server gave an error: ",timeout:"Your request timed out"},regExp:{required:/\{\$*[A-z0-9]+\}/g,optional:/\{\/\$*[A-z0-9]+\}/g},className:{loading:"loading",error:"error"},selector:{disabled:".disabled",form:"form"},metadata:{action:"action",url:"url"}}}(jQuery,window,document),function(e,t,n,i){"use strict";t=void 0!==t&&t.Math==Math?t:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),e.fn.visibility=function(o){var a,r=e(this),s=r.selector||"",l=(new Date).getTime(),c=[],u=arguments[0],d="string"==typeof u,f=[].slice.call(arguments,1),m=r.length,g=0;return r.each(function(){var r,p,h,v,b=e.isPlainObject(o)?e.extend(!0,{},e.fn.visibility.settings,o):e.extend({},e.fn.visibility.settings),y=b.className,x=b.namespace,C=b.error,w=b.metadata,S="."+x,k="module-"+x,T=e(t),A=e(this),R=e(b.context),P=(A.selector,A.data(k)),E=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)},F=this,O=!1;v={initialize:function(){v.debug("Initializing",b),v.setup.cache(),v.should.trackChanges()&&("image"==b.type&&v.setup.image(),"fixed"==b.type&&v.setup.fixed(),b.observeChanges&&v.observeChanges(),v.bind.events()),v.save.position(),v.is.visible()||v.error(C.visible,A),b.initialCheck&&v.checkVisibility(),v.instantiate()},instantiate:function(){v.debug("Storing instance",v),A.data(k,v),P=v},destroy:function(){v.verbose("Destroying previous module"),h&&h.disconnect(),p&&p.disconnect(),T.off("load"+S,v.event.load).off("resize"+S,v.event.resize),R.off("scroll"+S,v.event.scroll).off("scrollchange"+S,v.event.scrollchange),"fixed"==b.type&&(v.resetFixed(),v.remove.placeholder()),A.off(S).removeData(k)},observeChanges:function(){"MutationObserver"in t&&(p=new MutationObserver(v.event.contextChanged),h=new MutationObserver(v.event.changed),p.observe(n,{childList:!0,subtree:!0}),h.observe(F,{childList:!0,subtree:!0}),v.debug("Setting up mutation observer",h))},bind:{events:function(){v.verbose("Binding visibility events to scroll and resize"),b.refreshOnLoad&&T.on("load"+S,v.event.load),T.on("resize"+S,v.event.resize),R.off("scroll"+S).on("scroll"+S,v.event.scroll).on("scrollchange"+S,v.event.scrollchange)}},event:{changed:function(e){v.verbose("DOM tree modified, updating visibility calculations"),v.timer=setTimeout(function(){v.verbose("DOM tree modified, updating sticky menu"),v.refresh()},100)},contextChanged:function(t){[].forEach.call(t,function(t){t.removedNodes&&[].forEach.call(t.removedNodes,function(t){(t==F||e(t).find(F).length>0)&&(v.debug("Element removed from DOM, tearing down events"),v.destroy())})})},resize:function(){v.debug("Window resized"),b.refreshOnResize&&E(v.refresh)},load:function(){v.debug("Page finished loading"),E(v.refresh)},scroll:function(){b.throttle?(clearTimeout(v.timer),v.timer=setTimeout(function(){R.triggerHandler("scrollchange"+S,[R.scrollTop()])},b.throttle)):E(function(){R.triggerHandler("scrollchange"+S,[R.scrollTop()])})},scrollchange:function(e,t){v.checkVisibility(t)}},precache:function(t,i){t instanceof Array||(t=[t]);for(var o=t.length,a=0,r=[],s=n.createElement("img"),l=function(){++a>=t.length&&e.isFunction(i)&&i()};o--;)(s=n.createElement("img")).onload=l,s.onerror=l,s.src=t[o],r.push(s)},enableCallbacks:function(){v.debug("Allowing callbacks to occur"),O=!1},disableCallbacks:function(){v.debug("Disabling all callbacks temporarily"),O=!0},should:{trackChanges:function(){return d?(v.debug("One time query, no need to bind events"),!1):(v.debug("Callbacks being attached"),!0)}},setup:{cache:function(){v.cache={occurred:{},screen:{},element:{}}},image:function(){var e=A.data(w.src);e&&(v.verbose("Lazy loading image",e),b.once=!0,b.observeChanges=!1,b.onOnScreen=function(){v.debug("Image on screen",F),v.precache(e,function(){v.set.image(e,function(){++g==m&&b.onAllLoaded.call(this),b.onLoad.call(this)})})})},fixed:function(){v.debug("Setting up fixed"),b.once=!1,b.observeChanges=!1,b.initialCheck=!0,b.refreshOnLoad=!0,o.transition||(b.transition=!1),v.create.placeholder(),v.debug("Added placeholder",r),b.onTopPassed=function(){v.debug("Element passed, adding fixed position",A),v.show.placeholder(),v.set.fixed(),b.transition&&e.fn.transition!==i&&A.transition(b.transition,b.duration)},b.onTopPassedReverse=function(){v.debug("Element returned to position, removing fixed",A),v.hide.placeholder(),v.remove.fixed()}}},create:{placeholder:function(){v.verbose("Creating fixed position placeholder"),r=A.clone(!1).css("display","none").addClass(y.placeholder).insertAfter(A)}},show:{placeholder:function(){v.verbose("Showing placeholder"),r.css("display","block").css("visibility","hidden")}},hide:{placeholder:function(){v.verbose("Hiding placeholder"),r.css("display","none").css("visibility","")}},set:{fixed:function(){v.verbose("Setting element to fixed position"),A.addClass(y.fixed).css({position:"fixed",top:b.offset+"px",left:"auto",zIndex:b.zIndex}),b.onFixed.call(F)},image:function(t,n){if(A.attr("src",t),b.transition)if(e.fn.transition!==i){if(A.hasClass(y.visible))return void v.debug("Transition already occurred on this image, skipping animation");A.transition(b.transition,b.duration,n)}else A.fadeIn(b.duration,n);else A.show()}},is:{onScreen:function(){return v.get.elementCalculations().onScreen},offScreen:function(){return v.get.elementCalculations().offScreen},visible:function(){return!(!v.cache||!v.cache.element)&&!(0===v.cache.element.width&&0===v.cache.element.offset.top)},verticallyScrollableContext:function(){var e=R.get(0)!==t&&R.css("overflow-y");return"auto"==e||"scroll"==e},horizontallyScrollableContext:function(){var e=R.get(0)!==t&&R.css("overflow-x");return"auto"==e||"scroll"==e}},refresh:function(){v.debug("Refreshing constants (width/height)"),"fixed"==b.type&&v.resetFixed(),v.reset(),v.save.position(),b.checkOnRefresh&&v.checkVisibility(),b.onRefresh.call(F)},resetFixed:function(){v.remove.fixed(),v.remove.occurred()},reset:function(){v.verbose("Resetting all cached values"),e.isPlainObject(v.cache)&&(v.cache.screen={},v.cache.element={})},checkVisibility:function(e){v.verbose("Checking visibility of element",v.cache.element),!O&&v.is.visible()&&(v.save.scroll(e),v.save.calculations(),v.passed(),v.passingReverse(),v.topVisibleReverse(),v.bottomVisibleReverse(),v.topPassedReverse(),v.bottomPassedReverse(),v.onScreen(),v.offScreen(),v.passing(),v.topVisible(),v.bottomVisible(),v.topPassed(),v.bottomPassed(),b.onUpdate&&b.onUpdate.call(F,v.get.elementCalculations()))},passed:function(t,n){var o=v.get.elementCalculations();if(t&&n)b.onPassed[t]=n;else{if(t!==i)return v.get.pixelsPassed(t)>o.pixelsPassed;o.passing&&e.each(b.onPassed,function(e,t){o.bottomVisible||o.pixelsPassed>v.get.pixelsPassed(e)?v.execute(t,e):b.once||v.remove.occurred(t)})}},onScreen:function(e){var t=v.get.elementCalculations(),n=e||b.onOnScreen,o="onScreen";if(e&&(v.debug("Adding callback for onScreen",e),b.onOnScreen=e),t.onScreen?v.execute(n,o):b.once||v.remove.occurred(o),e!==i)return t.onOnScreen},offScreen:function(e){var t=v.get.elementCalculations(),n=e||b.onOffScreen,o="offScreen";if(e&&(v.debug("Adding callback for offScreen",e),b.onOffScreen=e),t.offScreen?v.execute(n,o):b.once||v.remove.occurred(o),e!==i)return t.onOffScreen},passing:function(e){var t=v.get.elementCalculations(),n=e||b.onPassing,o="passing";if(e&&(v.debug("Adding callback for passing",e),b.onPassing=e),t.passing?v.execute(n,o):b.once||v.remove.occurred(o),e!==i)return t.passing},topVisible:function(e){var t=v.get.elementCalculations(),n=e||b.onTopVisible,o="topVisible";if(e&&(v.debug("Adding callback for top visible",e),b.onTopVisible=e),t.topVisible?v.execute(n,o):b.once||v.remove.occurred(o),e===i)return t.topVisible},bottomVisible:function(e){var t=v.get.elementCalculations(),n=e||b.onBottomVisible,o="bottomVisible";if(e&&(v.debug("Adding callback for bottom visible",e),b.onBottomVisible=e),t.bottomVisible?v.execute(n,o):b.once||v.remove.occurred(o),e===i)return t.bottomVisible},topPassed:function(e){var t=v.get.elementCalculations(),n=e||b.onTopPassed,o="topPassed";if(e&&(v.debug("Adding callback for top passed",e),b.onTopPassed=e),t.topPassed?v.execute(n,o):b.once||v.remove.occurred(o),e===i)return t.topPassed},bottomPassed:function(e){var t=v.get.elementCalculations(),n=e||b.onBottomPassed,o="bottomPassed";if(e&&(v.debug("Adding callback for bottom passed",e),b.onBottomPassed=e),t.bottomPassed?v.execute(n,o):b.once||v.remove.occurred(o),e===i)return t.bottomPassed},passingReverse:function(e){var t=v.get.elementCalculations(),n=e||b.onPassingReverse,o="passingReverse";if(e&&(v.debug("Adding callback for passing reverse",e),b.onPassingReverse=e),t.passing?b.once||v.remove.occurred(o):v.get.occurred("passing")&&v.execute(n,o),e!==i)return!t.passing},topVisibleReverse:function(e){var t=v.get.elementCalculations(),n=e||b.onTopVisibleReverse,o="topVisibleReverse";if(e&&(v.debug("Adding callback for top visible reverse",e),b.onTopVisibleReverse=e),t.topVisible?b.once||v.remove.occurred(o):v.get.occurred("topVisible")&&v.execute(n,o),e===i)return!t.topVisible},bottomVisibleReverse:function(e){var t=v.get.elementCalculations(),n=e||b.onBottomVisibleReverse,o="bottomVisibleReverse";if(e&&(v.debug("Adding callback for bottom visible reverse",e),b.onBottomVisibleReverse=e),t.bottomVisible?b.once||v.remove.occurred(o):v.get.occurred("bottomVisible")&&v.execute(n,o),e===i)return!t.bottomVisible},topPassedReverse:function(e){var t=v.get.elementCalculations(),n=e||b.onTopPassedReverse,o="topPassedReverse";if(e&&(v.debug("Adding callback for top passed reverse",e),b.onTopPassedReverse=e),t.topPassed?b.once||v.remove.occurred(o):v.get.occurred("topPassed")&&v.execute(n,o),e===i)return!t.onTopPassed},bottomPassedReverse:function(e){var t=v.get.elementCalculations(),n=e||b.onBottomPassedReverse,o="bottomPassedReverse";if(e&&(v.debug("Adding callback for bottom passed reverse",e),b.onBottomPassedReverse=e),t.bottomPassed?b.once||v.remove.occurred(o):v.get.occurred("bottomPassed")&&v.execute(n,o),e===i)return!t.bottomPassed},execute:function(e,t){var n=v.get.elementCalculations(),i=v.get.screenCalculations();(e=e||!1)&&(b.continuous?(v.debug("Callback being called continuously",t,n),e.call(F,n,i)):v.get.occurred(t)||(v.debug("Conditions met",t,n),e.call(F,n,i))),v.save.occurred(t)},remove:{fixed:function(){v.debug("Removing fixed position"),A.removeClass(y.fixed).css({position:"",top:"",left:"",zIndex:""}),b.onUnfixed.call(F)},placeholder:function(){v.debug("Removing placeholder content"),r&&r.remove()},occurred:function(e){if(e){var t=v.cache.occurred;t[e]!==i&&!0===t[e]&&(v.debug("Callback can now be called again",e),v.cache.occurred[e]=!1)}else v.cache.occurred={}}},save:{calculations:function(){v.verbose("Saving all calculations necessary to determine positioning"),v.save.direction(),v.save.screenCalculations(),v.save.elementCalculations()},occurred:function(e){e&&(v.cache.occurred[e]!==i&&!0===v.cache.occurred[e]||(v.verbose("Saving callback occurred",e),v.cache.occurred[e]=!0))},scroll:function(e){e=e+b.offset||R.scrollTop()+b.offset,v.cache.scroll=e},direction:function(){var e,t=v.get.scroll(),n=v.get.lastScroll();return e=t>n&&n?"down":t<n&&n?"up":"static",v.cache.direction=e,v.cache.direction},elementPosition:function(){var e=v.cache.element,t=v.get.screenSize();return v.verbose("Saving element position"),e.fits=e.height<t.height,e.offset=A.offset(),e.width=A.outerWidth(),e.height=A.outerHeight(),v.is.verticallyScrollableContext()&&(e.offset.top+=R.scrollTop()-R.offset().top),v.is.horizontallyScrollableContext()&&(e.offset.left+=R.scrollLeft-R.offset().left),v.cache.element=e,e},elementCalculations:function(){var e=v.get.screenCalculations(),t=v.get.elementPosition();return b.includeMargin?(t.margin={},t.margin.top=parseInt(A.css("margin-top"),10),t.margin.bottom=parseInt(A.css("margin-bottom"),10),t.top=t.offset.top-t.margin.top,t.bottom=t.offset.top+t.height+t.margin.bottom):(t.top=t.offset.top,t.bottom=t.offset.top+t.height),t.topPassed=e.top>=t.top,t.bottomPassed=e.top>=t.bottom,t.topVisible=e.bottom>=t.top&&!t.topPassed,t.bottomVisible=e.bottom>=t.bottom&&!t.bottomPassed,t.pixelsPassed=0,t.percentagePassed=0,t.onScreen=(t.topVisible||t.passing)&&!t.bottomPassed,t.passing=t.topPassed&&!t.bottomPassed,t.offScreen=!t.onScreen,t.passing&&(t.pixelsPassed=e.top-t.top,t.percentagePassed=(e.top-t.top)/t.height),v.cache.element=t,v.verbose("Updated element calculations",t),t},screenCalculations:function(){var e=v.get.scroll();return v.save.direction(),v.cache.screen.top=e,v.cache.screen.bottom=e+v.cache.screen.height,v.cache.screen},screenSize:function(){v.verbose("Saving window position"),v.cache.screen={height:R.height()}},position:function(){v.save.screenSize(),v.save.elementPosition()}},get:{pixelsPassed:function(e){var t=v.get.elementCalculations();return e.search("%")>-1?t.height*(parseInt(e,10)/100):parseInt(e,10)},occurred:function(e){return v.cache.occurred!==i&&v.cache.occurred[e]||!1},direction:function(){return v.cache.direction===i&&v.save.direction(),v.cache.direction},elementPosition:function(){return v.cache.element===i&&v.save.elementPosition(),v.cache.element},elementCalculations:function(){return v.cache.element===i&&v.save.elementCalculations(),v.cache.element},screenCalculations:function(){return v.cache.screen===i&&v.save.screenCalculations(),v.cache.screen},screenSize:function(){return v.cache.screen===i&&v.save.screenSize(),v.cache.screen},scroll:function(){return v.cache.scroll===i&&v.save.scroll(),v.cache.scroll},lastScroll:function(){return v.cache.screen===i?(v.debug("First scroll event, no last scroll could be found"),!1):v.cache.screen.top}},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,b,t);else{if(n===i)return b[t];b[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,v,t);else{if(n===i)return v[t];v[t]=n}},debug:function(){!b.silent&&b.debug&&(b.performance?v.performance.log(arguments):(v.debug=Function.prototype.bind.call(console.info,console,b.name+":"),v.debug.apply(console,arguments)))},verbose:function(){!b.silent&&b.verbose&&b.debug&&(b.performance?v.performance.log(arguments):(v.verbose=Function.prototype.bind.call(console.info,console,b.name+":"),v.verbose.apply(console,arguments)))},error:function(){b.silent||(v.error=Function.prototype.bind.call(console.error,console,b.name+":"),v.error.apply(console,arguments))},performance:{log:function(e){var t,n;b.performance&&(n=(t=(new Date).getTime())-(l||t),l=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:F,"Execution Time":n})),clearTimeout(v.performance.timer),v.performance.timer=setTimeout(v.performance.display,500)},display:function(){var t=b.name+":",n=0;l=!1,clearTimeout(v.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",s&&(t+=" '"+s+"'"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var r,s,l,c=P;return n=n||f,o=F||o,"string"==typeof t&&c!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(c[a])&&n!=r)c=c[a];else{if(c[a]!==i)return s=c[a],!1;if(!e.isPlainObject(c[o])||n==r)return c[o]!==i?(s=c[o],!1):(v.error(C.method,t),!1);c=c[o]}})),e.isFunction(s)?l=s.apply(o,n):s!==i&&(l=s),e.isArray(a)?a.push(l):a!==i?a=[a,l]:l!==i&&(a=l),s}},d?(P===i&&v.initialize(),P.save.scroll(),P.save.calculations(),v.invoke(u)):(P!==i&&P.invoke("destroy"),v.initialize())}),a!==i?a:this},e.fn.visibility.settings={name:"Visibility",namespace:"visibility",debug:!1,verbose:!1,performance:!0,observeChanges:!0,initialCheck:!0,refreshOnLoad:!0,refreshOnResize:!0,checkOnRefresh:!0,once:!0,continuous:!1,offset:0,includeMargin:!1,context:t,throttle:!1,type:!1,zIndex:"10",transition:"fade in",duration:1e3,onPassed:{},onOnScreen:!1,onOffScreen:!1,onPassing:!1,onTopVisible:!1,onBottomVisible:!1,onTopPassed:!1,onBottomPassed:!1,onPassingReverse:!1,onTopVisibleReverse:!1,onBottomVisibleReverse:!1,onTopPassedReverse:!1,onBottomPassedReverse:!1,onLoad:function(){},onAllLoaded:function(){},onFixed:function(){},onUnfixed:function(){},onUpdate:!1,onRefresh:function(){},metadata:{src:"src"},className:{fixed:"fixed",placeholder:"placeholder",visible:"visible"},error:{method:"The method you called is not defined.",visible:"Element is hidden, you must call refresh after element becomes visible"}}}(jQuery,window,document); \ No newline at end of file diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.eot b/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.eot deleted file mode 100644 index 0a1ef3f7ec16d6686bea362f2e41247b813e6d40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98640 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 QJc-es8x7q@(^>BS0Q4)MCjbBd diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.svg b/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.svg deleted file mode 100644 index 4c237533e0..0000000000 --- a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.svg +++ /dev/null @@ -1,1008 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!-- -Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com -License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) ---> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > -<svg xmlns="http://www.w3.org/2000/svg"> -<defs> - <font id="fontawesome-free" horiz-adv-x="640.4"> - <font-face font-family="Font Awesome 5 Brands" - units-per-em="512" ascent="448" - descent="64" - font-weight="400" - font-style="Regular" /> - <missing-glyph horiz-adv-x="0" /> - <glyph glyph-name="500px" - unicode="" - horiz-adv-x="448" d=" M103.3 103.7C96.8 117.9 96.4 122 110.7 126.8C136.3 134.8 118.7 117.6 153.9 77.6H154.2V171.5C155.4 221.7 198.2 263.7 251.9000000000001 263.7C305.8 263.7 349.6 220.2 349.6 166.9C349.6 103.5 288.8 53.7 221.1 73.6C210.6 77.8 219 105.3 229.6 102.2C282.6 102.2 319 112.3 319 166.6C319 227.6 241.9 256.2000000000001 202.1 211.2C178.6 184.8 184.5 169.1 184.5 53.6C235.2 22.6 302.8 31.6 344.9 73.7000000000001C369.7 98.5000000000001 383.4 131.7000000000001 383.4 166.7000000000001C383.4 201.9 369.6 234.9000000000001 344.6 260.0000000000001C319.8 284.8000000000001 286.8 298.5000000000001 251.3 298.5000000000001S182.5 284.7000000000001 157.8 260.0000000000001C157.5 259.7000000000001 141.8 243.5000000000001 136.6 236.1000000000001L136.1 235.5000000000001C132.8 230.8000000000001 129.8 226.4000000000001 116 229.4000000000001C109.1 231.1000000000001 101.7 235.2000000000001 101.7 241.2000000000001V428C101.7 433 105.6 438.5 112.2 438.5H353.5C361.8 438.5 361.8 426.9 361.8 423.4C361.8 419.5 361.8 408.3 353.5 408.3H130.3V275.4H130.6C234.8 385.2 413.4000000000001 311.4 413.4000000000001 166.5C413.4000000000001 -11.6 168.6 -53.8 103.3 103.7zM166.6 364.5C166.1 360.3 171.2 340 181.2 343.9C306 391.4 384 303.5 390.6 303.5C395.4000000000001 303.5 413.4000000000001 318.8 404.9000000000001 326.3C311.7000000000001 415.3 170.4 383.3 166.6 364.5zM393 33.3C283 -76.6 94 -27.5 61 137.5C61 149.7 30.6 144.9 32.1 134.2C56.1 -39.2 278.1 -122.7 413.7000000000001 12.9C420.6 20.7 401.1 41.3 393.0000000000001 33.3zM213.6 141.4C213.6 137.4 217.9 134.1 219.1 132.9C222.1 129.9 225.2 128.5 227.6 128.5C231.4 128.5 230.2 128.3 249.9 148C269.5 128.7 269 128.5 272.2 128.5C277.6 128.5 290.7 138.9 282.9 146.7L265.6 164L283.8 182.2C290.1 189 273.7 204 267.6 197.9L249.7 180C231.1 198.8 231.3 199.5 228.2 199.5C223.2 199.5 210.2 187.8 215.8 182.2L234 164C215.9 146.1 213.6 144.8 213.6 141.4z" /> - <glyph glyph-name="accessible-icon" - unicode="" - horiz-adv-x="448" d=" M423.9 192.2L411 34.9C407.7 -5.8 347.1 -0.2 350.4 39.8L360.4 162.3L319.3 160C329.4 139.3 335.1 116.1 335.1 91.4999999999999C335.1 50.3 319 12.8 292.8 -15.0000000000001L253.5 24.3C311.3999999999999 87.9999999999999 266.6 191.5 179.5 191.5C153.5999999999999 191.5 130 181.6 112.2999999999999 165.5L73 204.8C95 225.5 123.1 239.9 154.4 245L229.7 330.7L187.1 355.5L135.5 309.5C105.5 282.7 64.9 328 95 354.9L163 415.6C172.8 424.4000000000001 187.1 425.8 198.5 419.2C198.5 419.2 337.8 338.3 338 338.1C354.2 328 358.7 302.1 344.1 285.5L285.7 219L391.8 224.9C410.3 226 425.4 210.5 423.9 192.2zM359 346.2C387.1 346.2 409.9 369 409.9 397.1C409.9 425.2 387.1 448 359 448C330.9 448 308.1 425.2 308.1 397.1C308.1 369 330.9000000000001 346.2 359 346.2zM179.6 -8.5C99 -8.5 52.2 82.1 96.9 147.6L57.2 187.3C36.4 161 24 127.7 24 91.6C24 -39.1 174.7 -109.7999999999999 275.4 -30.9L235.7 8.8C219.7 -2.1 200.4 -8.5 179.6 -8.5z" /> - <glyph glyph-name="accusoft" - unicode="" - horiz-adv-x="640" d=" M482.2 75.9C476.5 82.8 250 373 242.3 382.5C228.6 399.7 242.3 399.3 261.5 399.4C271.2 399.5 367.8 400 378 400C402.1 400.1 406.7 399.4 416.4 387.2C418.5 384.5 621.5 141.4 623.5999999999999 138.9C629.0999999999999 132.2 638.8 119.8 630.8 115.5C628.4 114.2 516.1999999999999 67.8 513 66.6C502.9 62.6 495.5 59.8 482.2 75.9M596.9 81.5000000000001S481.9 31.1000000000001 479.4 29.9C463.4 22.6 452.5 33.1 442.7 44.5000000000001L385.6 118.5000000000001C380.2 119.4 325.2 128.1000000000001 320.3 127.8000000000001C317.2 127.6000000000001 310.7 127.0000000000001 305.9 124.9000000000001C301 122.8000000000001 160.7 72.1000000000001 155.7 70.2000000000001C150.6 68.2000000000001 144.3 66.6000000000001 144.6 62.6000000000001C144.8 60.1000000000001 146.6 60.0000000000001 149.2 59.1000000000001C151.9 58.3000000000001 450.1 -8.4999999999999 457.2 -9.9999999999999C472.8 -13.2999999999999 495.7 -20.4999999999999 510.8 -11.6999999999999C512.9 -10.4999999999999 634.6 64.7000000000002 636.6 66.1000000000001C642 70.1000000000001 640.9 72.9000000000002 634.9 74.3000000000001C632.6 74.6000000000001 610.3 79.0000000000001 596.9 81.5000000000001M270.9 262.8000000000002S258.9 261.2000000000002 245.9 247.7000000000002C236.9 238.4000000000001 3.8 8.6000000000001 2.5 6.8000000000001C-4.5 -3.1999999999999 4.1 1e-13 18.2 5.1000000000001C19 5.1000000000001 132.7 41.7000000000002 132.7 41.7000000000002C133.2 42.3000000000002 132.6 41.8000000000002 133.3 42.3000000000002C132.9 47.4000000000002 132.5 68.5000000000002 132.3 70.0000000000002C131.7 75.2000000000002 134.5 76.9000000000002 139.3 78.9000000000002L231.9 112.7000000000002C232.5 113.5000000000002 320.4 194.4000000000002 322.1 196.0000000000002V197.0000000000002L270.9 262.8000000000002" /> - <glyph glyph-name="adn" - unicode="" - horiz-adv-x="496" d=" M248 280.5L312.9 181.7H183.1L248 280.5zM496 192C496 55.1 384.9 -56 248 -56S0 55.1 0 192S111.1 440 248 440S496 328.9 496 192zM396.2 109.3L248 332.5L99.8 109.3H130.2L163.8 161H332.4L366 109.3H396.2z" /> - <glyph glyph-name="adversal" - unicode="" - horiz-adv-x="512" d=" M482.1 416H28.7C5.8 416 0 410.1 0 387.1V-3.1C0 -26.4 5.8 -32 28.7 -32H482.1C506.4999999999999 -32 511.9999999999999 -26.8 511.9999999999999 -2.3V385.8C511.9999999999999 410.4 506.6 416 482.1 416zM178.4 227.7C150.9 247.9 106.3 236.4 94.2 204.3C89.9 193.2 84.9 194.8 76.7 196C67 197.5 59.5 199.2 54.2 201.5C25.4 212.9 62.8 256.8 79.1 265.8C120.2 287.2 162.5 288 204.4 270.6C245.3 253.8 238.9 211.4 238.9 142.1C241.6 116.3 234.6 83.8 248.2 53.3C250.1 48.9 248.6 45.4 245.5 42.6C237.1 35.9 206.2 40.4 198.9 49.9999999999999C197 52.1999999999999 197.1 53.6 195 56.1999999999999C191.4 60.0999999999999 187.7 58.3999999999999 183.1 55.1999999999999C125.7 18.8 42.8 33.8 36.1 98.4999999999999C33 127.8 48.5 155.6 75.7 169.5C113.9 189 187.9 181.3 189.7 200.4C190.8 210.5999999999999 187.8 220.5 178.4 227.7zM465.1 5.7C465.1 -9.4 454 -4.2 447.3 -4.2H52.4C45 -4.2 34.2 -9 34.6 6.5C35 20.4 45.1 15.6 51.7 15.6C184 16 316.2 16 448.5 15.6C455.3 15.6 465.1 20 465.1 5.7zM468.9 346.2V55.2C468.9 49.5 468.2 41.3 460.8 41.3C448.4000000000001 41.7 433.3 34.2 424.7 46.9C418.9 55.6 416.9 50.9 412.3 48.1C358.9000000000001 18.4 284.2000000000001 41 267.9 133.3C261.8 166.7 267.2 200.4 283.6 233.3C295.4 257.2000000000001 340.5 309.4 419.7 263.8V334.8C419.7 361 419.5999999999999 361 445.7 361C448.8 361 452.3 360.6 455.3999999999999 361C465.4999999999999 361.8 468.9999999999999 356.6 468.9999999999999 346.7000000000001C468.8999999999999 346.5 468.8999999999999 346.4000000000001 468.8999999999999 346.2000000000001zM417.4000000000001 113.9C397.9000000000001 66.3 344.5 70.6 327.4000000000001 108.7C312.3 142 311.9000000000001 176.9 327.8 210.2C344.1 244.3 387.5 245.9 409.3 215C429.9000000000001 186.2 424.2 130.4 417.4000000000001 113.9zM122.6 78.6C115.1 79.9 89.6 81.9 88.9 106.4C88.5 120.3 96.7 129.4 108.7 132.2C133.1 138.1 158 142.1 182.4 146.9C191.3000000000001 148.9 189.8000000000001 142.5 190.2000000000001 137.4C191.6000000000001 104.4 164.1000000000001 78.2 122.6000000000001 78.6z" /> - <glyph glyph-name="affiliatetheme" - unicode="" - horiz-adv-x="512" d=" M159.7 210.6C108.4 139.7 43.1 99.8 14 121.4C-15.2 143.1 2.8 218 54.2 288.9C105.5 359.8 170.8 399.7 199.9 378.1C229 356.5 211 281.5 159.7 210.6zM510.9 267.9C437.1 144.5 319 80.2 246.4 124.3C221.4 139.5 205.1 165.5 197.4 198.1C163.8 133.3 104.6 84.3 33.3 64.9C83.1 5.6 157.4 -32 240.3 -32C390.3 -32 511.9 91.1 511.9 242.9C512 251.4 511.6 259.7 510.9 267.9z" /> - <glyph glyph-name="algolia" - unicode="" - horiz-adv-x="448" d=" M229.3 265.4C180 265.4 140.1 225.5 140.1 176.2C140.1 126.9 180 87 229.3 87S318.5 126.9 318.5 176.2C318.5 225.5 278.5 265.4 229.3 265.4zM292 208.8L233.1 178.2C231.3 177.3 229.3 178.6 229.3 180.5V247C229.3 248.5 230.6 249.7 232 249.6C258.2 248.6 280.9 233.9 293.1 212.5C293.8 211.2 293.3 209.5 292 208.8zM389.1 416H58.9C26.4 416 0 389.6 0 357.1V27C0 -5.6 26.4 -32 58.9 -32H389C421.6 -32 447.9 -5.6 447.9 26.9V357.1C448 389.6 421.6 416 389.1 416zM186.5 331.3C186.5 342.1 195.2 350.8 206 350.8H251.3C262.1 350.8 270.8 342.1 270.8 331.3V315.9C270.8 314.1 269.1 312.9 267.5 313.4C255.2 316.8 242.4 318.5 229.4 318.5C215.9 318.5 202.7 316.7 190 313C188.3 312.5 186.6 313.8 186.6 315.5V331.3zM102.1 294.3L111.3 303.5C118.9 311.1 131.2 311.1 138.8 303.5L146.5 295.8C147.6 294.7000000000001 147.5 292.8 146.2 291.8C140 287.3 134.1 282.4 128.6 276.9C123.2 271.5 118.2 265.6 113.8 259.5C112.8 258.2 110.9 258 109.8 259.2L102.1 266.9C94.5 274.4 94.5 286.7 102.1 294.3zM229.3 49.5C159.3 49.5 102.7 106.2 102.7 176.1S159.4 302.7000000000001 229.3 302.7000000000001C299.3 302.7000000000001 355.9 246.1 355.9 176.1C355.9 106.3 299.2 49.5 229.3 49.5z" /> - <glyph glyph-name="amazon-pay" - unicode="" - horiz-adv-x="611.2" d=" M0 122.8C2.3 127 5.2 127.7 9.7 125.3C20.1 119.7 30.3 113.9 40.9 108.6C81.6 88.2000000000001 124.1 73 168.3 62.3C189.2 57.3 210.2 53.3 231.5 50.5C263 46.3 294.7 44.5 326.5 45.3C343.9 45.7 361.3 47.1 378.6 49.1C435 55.8 489.5 69.9 541.9000000000001 91.9C544.8000000000001 93.1 547.8000000000001 93.9 551.0000000000001 93.1C557.7000000000002 91.3 560.0000000000001 84.1 555.1000000000001 79.2000000000001C552.3000000000002 76.4 548.8000000000002 74.1 545.5000000000001 71.8000000000001C514.8000000000001 50.7 481.3000000000001 35.4000000000001 445.9000000000001 23.9000000000001C421.3000000000001 16.0000000000001 396.3000000000001 10.1000000000001 370.8000000000001 6.3000000000001C353.2000000000001 3.7 335.4000000000001 1.9000000000001 317.6000000000001 1.5000000000001C316.8000000000001 1.5000000000001 315.9000000000001 1.3000000000001 315.1000000000001 1.2H294C293.2 1.3000000000001 292.3 1.5000000000001 291.5 1.5000000000001C287.9 1.7 284.3 1.8000000000001 280.8 1.9C263.9000000000001 2.6 247.1 4.5000000000001 230.4 7.2C203 11.7 176.2 18.6 150 28.1C95.9 47.7 47.4 76.7000000000001 4.4 115.1C2.6 116.7000000000001 1.4 118.9 0 120.8V122.8zM158 383C156.6 382.8 155.1 382.6 153.7 382.4C139.7 380.7 127.1 375.5 115.7 367.3C113.3 365.6 111.1 363.8 108.6 361.9C108.4 362.4 108.2 362.9 108.2 363.3C107.8 366 107.4 368.8 106.9 371.5C106.2 376.1 103.9 378.1 99.3 378.1H87.8C80.9 378.1 79.6 376.8 79.6 369.9V160.6C79.6 159.6 79.6 158.6 79.7 157.6C79.9 154.6 81.7 152.7000000000001 84.6 152.6C91.6 152.5 98.7 152.5 105.7 152.6C108.6 152.6 110.4 154.6 110.7 157.6C110.8 158.6 110.8 159.6 110.8 160.6V233C111.9 232.1 112.5 231.6 113 231.1C130.9 216.2 151.5 211.3 174 215.7C194.4 219.7 208.6 232.2 217.8 250.6C224.8 264.5 227.7 279.3 228.1 294.7C228.6 311.8 226.9000000000001 328.6 220 344.5C211.5 364.1 197.4 377 176.1 381.4C172.9 382.1 169.6 382.4 166.3 382.9C163.5 383 160.8 383 158 383zM110.6 341.1C110.6 342.6 111 343.5 112.3 344.4C126 353.9 141.1 358.9 157.9 357.6C172.8 356.5 185 349.2 191.4 331.7C195.3 321 196.3 309.9 196.3 298.7C196.3 288.3 195.5 278.1 192.3 268.1C185.5 246.8 169.9 238.7 149.7 239.6C135.7 240.2 123.5 245.6 112.3 253.5C111.1 254.4 110.6 255.2 110.6 256.8C110.7 270.9 110.6 284.9 110.6 299C110.6 313 110.7 327 110.6 341.1zM316.3 383C315.3 382.9 314.3 382.7 313.4000000000001 382.6C303.6 382.1 294.0000000000001 380.9 284.5000000000001 378.5C278.4000000000001 376.9 272.5000000000001 374.7 266.6000000000001 372.7C263.0000000000001 371.5 261.2000000000001 368.9 261.3000000000001 365C261.4000000000001 361.7 261.2000000000001 358.4 261.3000000000001 355.1C261.4000000000001 350.3 263.4000000000001 349 268.1000000000001 350.2C275.9000000000001 352.2 283.7000000000001 354.4 291.6000000000001 355.9C303.9000000000001 358.2 316.3000000000001 359.2 328.8000000000001 357.3C335.3000000000001 356.3 341.4000000000001 354.4 345.6000000000001 348.9C349.3000000000001 344.1 350.7000000000001 338.4 350.9000000000001 332.5C351.2000000000001 324.2 351.1000000000001 315.9 351.2000000000001 307.6C351.2000000000001 307.2 351.1000000000001 306.7 351.0000000000001 306.2C350.5000000000001 306.3 350.1000000000002 306.2 349.7000000000001 306.3C339.2000000000001 308.8 328.6000000000001 310.6 317.7000000000001 311.2C306.4000000000001 311.8 295.2000000000001 311.1 284.4000000000001 307.3C271.5000000000001 302.8 261.1000000000001 295 255.0000000000001 282.4C250.3000000000001 272.6 249.6000000000001 262.2 251.1000000000001 251.7C253.1000000000001 237.7 260.1000000000001 226.9 272.5000000000001 220C284.4000000000001 213.4 297.3000000000001 212.6 310.4000000000001 214.6C325.5000000000001 216.9 338.9000000000001 223.3 350.7000000000001 233C351.1 233.4 351.6 233.7 352.3000000000001 234.1C352.9000000000001 230.3 353.4000000000001 226.7 354.1000000000001 223.1C354.7000000000001 220 356.6000000000001 218 359.5000000000001 217.9C364.9000000000001 217.8 370.4000000000001 217.8 375.8000000000001 217.9C378.5000000000001 218 380.3000000000001 219.8 380.6000000000001 222.6C380.7000000000001 223.5 380.7000000000001 224.5 380.7000000000001 225.4V331.4C380.7000000000001 335.7 380.5000000000001 340 379.8000000000002 344.3C377.9000000000002 357.2000000000001 372.4000000000002 367.8 360.8000000000002 374.7000000000001C354.1000000000002 378.7000000000001 346.7000000000001 380.7000000000001 339.0000000000001 381.8C335.4000000000001 382.3 331.8000000000002 382.6 328.2000000000001 383.1C324.3000000000002 383 320.3000000000002 383 316.3000000000002 383zM351.3 255.3C351.3 254 350.9000000000001 253.1 349.8 252.3C338.6 244.2 326.3 238.8 312.4000000000001 237.4C306.7000000000001 236.8 301.0000000000001 237 295.6 239.2C289.3 241.7 285.2000000000001 246.1 283.2000000000001 252.5000000000001S281.2000000000001 265.5 283.1 271.9000000000001C285.6 280.2000000000001 291.5 284.9000000000001 299.5 287.5C307.6 290.1 316 290.5 324.3 289.7000000000001C332.7 289 340.9000000000001 287.4 349.3 286.3C350.9000000000001 286.1 351.4000000000001 285.3 351.4000000000001 283.7000000000001C351.3 278.9 351.4000000000001 274.2000000000001 351.4000000000001 269.4C351.3 264.7000000000001 351.2000000000001 260 351.3 255.3zM611.2 125.9C610.2 130.9 606.4000000000001 132.8 602.1 134.2C595.3000000000001 136.5 588.2 137.5 581.1 138.1C568 139.2 554.9 138.6 541.9 136.2C527.6 133.5 514 128.9 501.9 120.6C500.5 119.6 499.1 118.5 498.2 117.1C497.5 116 497.3 114.3 497.7 113.1C498.1 111.6 499.8 111.2 501.3 111.3C502 111.3 502.8 111.3 503.5 111.4C511.3 112.2 519 113.1 526.8 113.9C538.1999999999999 115 549.6999999999999 115.7 561.0999999999999 114.8C565.8999999999999 114.5 570.8 113.4 575.4999999999999 112.1C580.5999999999999 110.7 582.8999999999999 106.9 583.0999999999999 101.7C583.4999999999999 93.7 581.6999999999999 86 579.5999999999999 78.4C575.4999999999999 63 569.5999999999999 48.1 563.8 33.3C563.4 32.3 563 31.3 562.8 30.3C562.3 27.4 564 25.4999999999999 566.9 26.1999999999999C568.6 26.5999999999999 570.5 27.4999999999999 571.6999999999999 28.6999999999999C576.0999999999999 32.9999999999999 580.5999999999999 37.3 584.4 42.0999999999999C597.1999999999999 58.4999999999999 604.6999999999999 77.3999999999999 609.1 97.6999999999999C609.9 101.3 610.5 104.9999999999999 611.2 108.5999999999999V125.8999999999999zM479.1 249.1C466.2 284.8 453.3 320.6 440.4000000000001 356.3C438.4000000000001 362 436.2000000000001 367.6 434.1 373.2C433 376.1 430.9000000000001 378 427.7000000000001 378C420.1 378.1 412.5000000000001 378.2 404.8000000000001 378.1C402.3000000000001 378.1 401.1000000000001 376.1 401.6000000000001 373.6C402.1000000000001 371.5 402.7000000000001 369.5 403.5000000000001 367.5C423.1000000000001 319 442.8000000000001 270.4 462.6000000000001 222C464.3000000000001 217.9 464.7000000000001 214.4 462.8000000000001 210.2C459.5000000000001 202.9 456.9000000000001 195.2 453.5000000000001 187.9C450.5000000000001 181.4 445.5000000000001 176.5 438.3000000000001 174.6C433.2000000000001 173.2 428.1000000000001 173 422.9000000000001 173.5C420.4000000000001 173.6999999999999 417.9000000000001 174.3 415.4000000000001 174.5C412.0000000000001 174.6999999999999 410.3000000000001 173.1999999999999 410.2000000000001 169.6999999999999C410.1000000000001 166.3999999999999 410.1000000000001 163.0999999999999 410.2000000000001 159.8C410.3000000000002 154.3 412.2000000000001 151.8 417.6000000000001 150.9C423.2000000000001 149.9 428.9000000000001 149 434.5000000000001 148.9C451.6000000000001 148.5 465.2 155.4 474.0000000000001 170.3C477.5000000000001 176.1999999999999 480.7 182.4 483.2 188.6999999999999C506.9 248.5 530.3000000000001 308.3999999999999 553.8000000000001 368.3C554.5000000000001 370.0999999999999 555.1 371.8999999999999 555.4000000000001 373.8C555.8000000000001 376.5999999999999 554.5000000000001 378.2 551.7 378.2C545.1 378.3 538.4000000000001 378.2 531.8000000000001 378.2C528.1 378.2 525.5000000000001 376.5999999999999 524.1 373C523.6 371.5999999999999 523 370.3 522.5 368.8999999999999C510.9 335.5999999999999 499.3 302.3 487.7 268.8999999999999C485.2 261.7 482.6 254.3999999999999 480 246.7C479.6 247.8 479.4 248.3999999999999 479.1 249.1z" /> - <glyph glyph-name="amazon" - unicode="" - horiz-adv-x="448" d=" M257.2 285.3C208.5 283.5 87.7 269.8 87.7 167.8C87.7 58.3 226 53.8 271.2 124.6C277.7 114.4 306.6 87.1 316.5 77.8L373.3 133.8S341 159.1 341 186.6V333.7C341 359 316.5 416 228.7 416C140.7 416 94 361 94 311.7L167.5 304.9C183.8 354.4 221.7 354.4 221.7 354.4C262.4 354.5 257.2 324.6 257.2 285.3zM257.2 198.5C257.2 118.5 173 130.5 173 181.3C173 228.5 223.5 238 257.2 239.1V198.5zM393.2 35C385.5 25 323.2 -32 218.7 -32S34.2 39.5 9.7 69C2.9 76.7 10.7 80.3 15.2 77.3C88.5 32.8 203 -40.5 387.7 47C395.2 50.7 401 45 393.2 35zM433 32.8C426.5 17 417 6 411.8 1.8C406.3 -2.7 402.3 -0.9 405.3 5.6S424.6 52.1 418 60.6C411.5 68.9 381 64.9 370 63.8C359.2 62.8 357 61.8 356 64.1C353.7 69.8 377.7 79.6 393.5 81.6C409.2 83.4 434.5 82.4 439.5 75.9C443.2 70.8 439.5 48.8 433 32.8z" /> - <glyph glyph-name="amilia" - unicode="" - horiz-adv-x="448" d=" M240.1 416C178.2 416 108.6 399.1 55.9 360.6C50.8 357.5 46.8 351.4 48.7 341.2C49.8 336.1 53.8 313.8 58.9 301.6C63 291.4 73.1 291.4 79.2 295.5C111.7 317.8 175.7 343.2 231.5 343.2C289.4 343.2 290.4 314.8 290.4 270.1V231.6C203 220.3 78.2 197 46.7 183.8C11.2 167.5 16.3 90.3 16.3 72S31.5 -32 141.2 -32C189 -32 254.9000000000001 -11.3 294.5 10.1V-15.3C294.5 -18.3 296.6 -23.4999999999999 300.6 -24.4C303.7000000000001 -25.4 351.3 -26.4 360.5 -26.4S423 -26.7 427 -25.7C431.1 -24.7 432.1 -19.6 432.1 -16.6V280C432 360.3 374.2000000000001 416 240.1 416zM152.2 88.3C152.2 100.5 149.2 131 170.5 141.2C194.8 154.4 245.6 170.6 290.3 174.7V68C268.9000000000001 54.8 241.6 43.6 211.2 43.6C158.4 43.6 152.3 77.1 152.2 88.3" /> - <glyph glyph-name="android" - unicode="" - horiz-adv-x="448" d=" M89.6 243.5V127.7C89.6 112.3 77.5 100 62.1 100C46.8 100 32 112.4 32 127.7V243.5C32 258.6 46.8 271 62.1 271C77.2 271 89.6 258.6 89.6 243.5zM100.4 86.5C100.4 70.1 113.6 56.9 130 56.9H149.9L150.2 -4.2C150.2 -41.1 205.4 -40.8000000000001 205.4 -4.2V56.9H242.6V-4.2C242.6 -40.9 298.1 -41.0000000000001 298.1 -4.2V56.9H318.3C334.5 56.9 347.7 70.1 347.7 86.5V265.9H100.4V86.5zM348.4 275.6H99.3C99.3 318.4 124.9 355.6 162.9 375L143.8 410.3C141 415.2 148.1 418.3 150.5 414.1L169.9 378.5C204.8 394 244.9 393.2 278.2 378.5L297.5 414C300 418.3 307 415.1 304.2 410.2L285.1 375C322.8 355.6 348.4000000000001 318.4 348.4000000000001 275.6zM177.7 331.1C177.7 336.8 173.1 341.6 167.2 341.6C161.5 341.6 157 336.8 157 331.1S161.6 320.6 167.2 320.6C173.1 320.6 177.7 325.4 177.7 331.1zM291.1 331.1C291.1 336.8 286.5 341.6 280.9000000000001 341.6C275.0000000000001 341.6 270.4000000000001 336.8 270.4000000000001 331.1S275.0000000000001 320.6 280.9000000000001 320.6C286.5000000000001 320.6 291.1 325.4 291.1 331.1zM385.9000000000001 271C370.8 271 358.4000000000001 258.9 358.4000000000001 243.5V127.7C358.4000000000001 112.3 370.8 100 385.9000000000001 100C401.3 100 416.0000000000001 112.4 416.0000000000001 127.7V243.5C416.0000000000001 258.9 401.2000000000001 271 385.9000000000001 271z" /> - <glyph glyph-name="angellist" - unicode="" - horiz-adv-x="448" d=" M347.1 232.6C358.8 265.2 392.5 359.5 392.5 389.7C392.5 416.3 376.8 438.6 348.8 438.6C304.2 438.6 264.2000000000001 306.9 251.7 275.5C242 304 196.6 448 156.6 448C125.5 448 110.9 425.1 110.9 396.3C110.9 361 145.1 269.5 157.5 234.3C151.2 236.6 144.4 238.6 137.5 238.6C114.1 238.6 89.2 209.5 89.2 186C89.2 177.1 94.1 164.6 97.2 156.3C60.3 146.3 46.1 121.7 46.1 84.6C46 12.4 114.4 -64 210.6 -64C328.6 -64 402 24.6 402 138.9C402 182 395.1 220.9 347.1 232.6zM311.7 340C315.7 352.3 332.8 404.3 348.8 404.3C357.4000000000001 404.3 359.7 395.4 359.7 388.3C359.7 369.2 321.1 263.7 312.6 240.3L278.6 246.3L311.7 340zM142.3 399.7C142.3 411.6 156.8 445.4 188.6 352.6L223.2 252.3C207.6 253.6 195.5 255.3 187.8 250.9C176.9 279.7000000000001 142.3 370.6 142.3 399.7000000000001zM140 204C169.3 204 207.1 109.4 207.1 96.6C207.1 91.5 202.2 85.2000000000001 196.5 85.2000000000001C175.6 85.2000000000001 119.6 162.1 119.6 182.9C119.7 190.6 132.3 204 140 204zM324.3 17.7C295.2 -14.3 258 -30.9 214.6 -30.9C155.2 -30.9 108.3 1.7 85.7 57.4C68.6 100.8 89.5 125.7 106.3 125.7C117.7 125.7 160.6 65.4 160.6 52.6C160.6 47.7 152.9 44.3 148.9 44.3C132.8000000000001 44.3 126.5 59.8 97.8 95.7C68.1 66 118.3000000000001 8.8 156.1 8.8C182.2 8.8 199.2 32.9999999999999 194.1 50.8C197.8 50.8 202.4 50.4999999999999 205.8 51.4C206.9 24.3 214.9 -8 247.5 -10.3C247.5 -9.4 249.5 -3.2 249.5 -2.9C249.5 14.4999999999999 238.9 29.7 238.9 47.4C238.9 75.7 260.6 103.1 282.6 119.1C290.6 125.1 300.3 128.8 309.7000000000001 132.2C319.4000000000001 135.9 329.7000000000001 140.2 337.1 147.6C336 158.8 331.4000000000001 168.7 320.2000000000001 168.7C292.5000000000001 168.7 199.6000000000001 164.7 199.6000000000001 208.4C199.6000000000001 215.1 199.7000000000001 221.5 217.0000000000001 221.5C249.3000000000001 221.5 331.3000000000001 213.5 355.3000000000001 192.4C373.4000000000001 176.3 379.6000000000001 79.2 324.3000000000001 17.7zM225.7 143.7C235.4 140.6 245.4 139.7 255.4 137.7C248 132.3 241.4 125.7 235.1 118.6C232.3 127.1 228.9 135.4 225.7 143.7z" /> - <glyph glyph-name="angrycreative" - unicode="" - horiz-adv-x="640" d=" M640 209.8L636.8 181.6L602.3 179.3L600.3 161.2L634.8 163.5L631.5999999999999 135.3L597.1999999999999 133.1L594.9 113L629.3 115.2L626.3 89.1L561.5999999999999 84.9999999999999L574.3 198.1999999999999L527 82.8L495.1 80.8L471.3 198.6L501.6 200.6L515.2 121.2000000000001L546.9000000000001 203.6000000000001L640.0000000000001 209.8000000000001zM426.8 76.5L455.1 78.3L468 198.4L439.6 196.5L426.8 76.5zM162 59.9L142.6 95.9L139.1 58.5L110.9 56.8L113.6 85.9C102.6 67.9 81.6 51.6 56.7 50.1C23.9 48.1 -3 71 0.3 108.3C2.9 137.6 27 171.1 67.8 173.7000000000001C105.5 176.1 115.4 150.5000000000001 119.1 144.9L121.9 175.7000000000001L160.8 178.2000000000001C180.9 179.5000000000001 199.5 174.5000000000001 203.3 154.5000000000001L205.9 181.1000000000001L270.7 185.3000000000001L268 157.4000000000001L231.6 155.0000000000001L229.9 137.1000000000001L266.3 139.4000000000002L263.6 111.5000000000002L227.2 109.2000000000002L225.3 89.3000000000002L261.6 91.6000000000002L259.5 70.8000000000002L314.5 188.0000000000002L338.3 189.6000000000002L370.4 79L379.3 164.6L357 163.2000000000001L359.8999999999999 191.1L434.8999999999999 196L431.8999999999999 168L407.5999999999999 166.4L397.8999999999999 74.5L339.8999999999999 70.8L335.5999999999999 86.4L296.2 83.9L288.2 67.6L162 59.9zM117.7 130.1L91.3 128.4C84.6 140.8 76.9 145 65 144.2C46 143 31.7 126.7 30.4 110.9C29 94.9 37.7 78.4 59.1 79.7C71.9 80.5 80.4 88.3 88 98.6L115 100.3L117.7 130.1zM173.8 137.8C175 150.6999999999999 166.2 151.4 147.7 150.1999999999999L145 121.6999999999999C159.2 122.5999999999999 172.5 123.8 173.8000000000001 137.8zM194.9 66.9999999999999L200.7 127C195.7 113.5 186 105.8999999999999 172.8 100.3999999999999L194.9 66.9999999999999zM330.3 111.9999999999999L322.4000000000001 149.8L306.6 110.4999999999999L330.3 111.9999999999999zM160.2 186.5999999999999L155.9 204.0999999999999L116.3 201.4999999999999L108.2 183.2999999999999L76.3 181.1999999999999L133.3 303.0999999999999L157.2 304.6999999999999L187.9 202.6999999999999L197.8 307.3999999999999L224.8 309.1999999999999L262.6 245.5999999999999L269.1 312.1999999999999L297.6 314.0999999999999L293.6 272.8999999999999C301 286.3999999999999 316.5 317.5999999999999 357.2000000000001 320.3999999999999C397.7000000000001 323.1999999999999 409.6 291.0999999999999 410.6 290.0999999999999L413.9000000000001 322.0999999999999L453.2 324.7999999999999C465.9 325.6999999999999 481.0000000000001 324.4999999999999 489.5000000000001 315.0999999999999L485.1000000000001 326.9999999999999L517.3000000000001 329.1999999999999L530.2 285.9999999999999L553.2 331.6999999999999L584.2 333.8999999999999L540.6 255.4999999999999L535.8000000000001 211.1999999999999L507.4000000000001 209.2999999999999L512.2 253.5999999999999L496.4 296.5999999999999C497.4 274.2999999999999 487.2 256.4999999999999 464.4 246.9999999999999L489.6 208.1999999999999L453.2 205.7999999999999L434.0000000000001 242.5999999999999L430.0000000000001 204.2999999999999L401.6000000000001 202.3999999999998L404.9000000000001 233.8999999999999C398.2000000000001 224.5999999999998 385.2000000000001 198.4999999999998 345.3000000000001 195.8999999999998C319.1000000000001 194.1999999999999 299.7000000000001 206.1999999999999 289.9000000000001 235.0999999999999L285.9000000000001 194.7999999999999L260.9000000000001 193.1999999999999L223.3000000000001 256.4999999999999L217.0000000000001 190.2999999999999L160.2000000000001 186.5999999999999zM436.8000000000001 268.7C447.0000000000001 269.3999999999999 454.3000000000001 270.7999999999999 458.4000000000001 272.9999999999999C462.9000000000001 275.3999999999999 465.4000000000001 279.3999999999999 466.0000000000001 285.0999999999999C466.6000000000001 290.3999999999999 465.4000000000001 293.8999999999999 462.6000000000001 295.4999999999999C459.0000000000001 297.5999999999999 452.0000000000001 298.3 439.7000000000002 297.4999999999999L436.8000000000002 268.7zM327.7 234C333.3 228.1 340.4 225.5 349 226.1C353.7 226.4 358.1 227.9 362.3 230.2C367.8 233.2 372.9000000000001 238.2 377.4000000000001 244.5L343.2000000000001 242.2L345.6 266.1L408.7000000000001 270.4L409.9000000000001 282.4L378.7000000000001 280.3C374.6 284 370.9000000000001 286.9 367.6 288.4C363.6 290.1 359.5 291.2000000000001 355.4000000000001 290.9C347.4000000000001 290.4 340.1 287.3 333.4000000000001 281.7000000000001C325.7000000000001 275.3 321.4000000000001 267.2000000000001 320.5000000000001 257.3C319.4000000000001 247.7 321.9000000000001 240 327.7000000000001 234zM126.4 225.8L150.2 227.4L141.9 265L126.4 225.8z" /> - <glyph glyph-name="angular" - unicode="" - horiz-adv-x="415.6" d=" M169.7 179.9H245.9L207.8 271.5L169.7 179.9zM207.8 416L0 341.6L31.8 65.9L207.8 -32L383.8 65.9L415.6 341.6L207.8 416zM338 74.2H289.4L263.2 139.6H152.6L126.4 74.2000000000001H77.7L207.8 366.5L338 74.2z" /> - <glyph glyph-name="app-store-ios" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM127 63.5C121.5 53.9 109.2 50.7 99.7 56.2C90.1 61.7 86.9 74 92.4 83.5L106.7 108.2C122.8 113.1 136 109.3 146.3 96.8L127 63.5zM265.9 117.4H84C73 117.4 64 126.4 64 137.4S73 157.4 84 157.4H135L200.4 270.6L179.9 306C174.4 315.6 177.7 327.8 187.2 333.3C196.8 338.8 209 335.5 214.5 326L223.4 310.6L232.3000000000001 326C237.8000000000001 335.6 250.1000000000001 338.8 259.6 333.3C269.2000000000001 327.8 272.4000000000001 315.5 266.9000000000001 306L181.1 157.4H243.2C263.4000000000001 157.4 274.7000000000001 133.7 265.9000000000001 117.4zM364 117.4H335L354.6 83.5C360.1 73.9 356.8 61.7 347.3 56.2C337.7 50.7 325.5 54 320 63.5C287.1 120.4 262.5 163.2 246 191.6C229.3 220.6 241.2 249.6 253.1 259.4000000000001C266.2 236.7000000000001 285.8 202.7000000000001 312 157.4H364C375 157.4 384 148.4 384 137.4C384 126.3 375 117.4 364 117.4z" /> - <glyph glyph-name="app-store" - unicode="" - horiz-adv-x="512" d=" M255.9 327.1L265 342.8C270.6 352.6 283.1 355.9 292.9 350.3C302.7 344.7 306 332.2 300.4 322.4L212.9 170.9H276.2C296.7 170.9 308.2 146.8 299.3 130.1H113.8C102.5 130.1 93.4 139.2 93.4 150.5C93.4 161.8 102.5 170.8999999999999 113.8 170.8999999999999H165.8L232.4 286.3L211.6 322.3999999999999C206 332.2 209.3 344.5999999999999 219.1 350.3C228.9 355.8999999999999 241.3 352.5999999999999 247 342.8L255.9 327.0999999999999zM177.2 109.1L157.6 75.1C152 65.3 139.5 62 129.7 67.6C119.9 73.2000000000001 116.6 85.7000000000001 122.2 95.5L136.8 120.7C153.2 125.8 166.6 121.9 177.2 109.1zM346.1 170.8H399.2000000000001C410.5000000000001 170.8 419.6 161.7 419.6 150.4C419.6 139.1 410.5 130.0000000000001 399.2000000000001 130.0000000000001H369.7000000000001L389.6 95.5000000000001C395.2000000000001 85.7000000000001 391.9000000000001 73.3000000000001 382.1 67.6000000000001C372.3 62.0000000000001 359.9000000000001 65.3000000000001 354.2000000000001 75.1000000000001C320.7000000000001 133.2000000000001 295.5000000000001 176.7000000000001 278.8000000000001 205.7000000000001C261.7000000000001 235.2000000000001 273.9000000000001 264.8000000000001 286.0000000000001 274.8000000000001C299.4000000000001 251.8000000000001 319.4000000000001 217.1000000000001 346.1000000000001 170.8000000000001zM256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM472 192C472 73.3 375.9 -24 256 -24C137.3 -24 40 72.1 40 192C40 310.7 136.1 408 256 408C374.7 408 472 311.9 472 192z" /> - <glyph glyph-name="apper" - unicode="" - horiz-adv-x="640" d=" M42.1 208.9C64.3 208.9 71.1 206.1 75.6 194.3H76.4V217.2C76.4 228.5000000000001 71.6 232.6 58.5 232.6C47.2 232.6 44.1 230.1 43.4 219.8H4.8C5.1 233.7 6.3 238.9 10.6 244.2C17.9 253 29.5 256 56.7 256C89.7 256 103.8 251 110.6 237.1C112.6 232.8 114.6 221.5 114.6 213.4V137.1H76.3L77.6 156.2000000000001H76.6C71.3 140.6 63 135.8000000000001 41.1 135.8000000000001C10.8 135.8000000000001 0 145.9000000000001 0 173.1000000000001C0 198.3000000000001 12.3 208.9000000000001 42.1 208.9000000000001zM59.2 160.8C72.3 160.8 76.1 163.8 76.1 174.2C76.1 183.3 71.8 185.8 56.5 185.8C43.4 185.8 38.6 182.8 38.6 173.7C38.5 163.3 42.3 160.8 59.2 160.8zM137 255.7H175.3L173.8 235.1H174.6C183.7 252.2 190.5 256 212.1 256C226.5000000000001 256 236.8 253.0000000000001 243.6 246.9000000000001C253.4000000000001 238.3000000000001 256.4000000000001 226.5000000000001 256.4000000000001 198.8000000000001C256.4000000000001 168.8000000000001 253.4000000000001 155.7000000000001 244.3000000000001 145.9C237.5000000000001 138.6 227.9000000000001 135.8 211.1 135.8C190.7 135.8 181.9 141.3 177.3 157H176.5V86.7H137V255.7zM217.9 195C217.9 222.5 214.6 227.5 197.2 227.5C180.3 227.5 176.5 222.5 176.5 198.8C176.5 170.8 180 165.3 197.7 165.3C214.1 165.3 217.9 170.9 217.9 195zM275.8 255.7H314.1L312.6 235.1H313.4000000000001C322.5000000000001 252.2 329.3 256 350.9000000000001 256C365.3 256 375.6 253 382.4000000000001 246.9C392.2000000000001 238.3 395.2000000000001 226.5 395.2000000000001 198.8C395.2000000000001 168.8 392.2000000000001 155.7 383.1 145.9C376.3 138.6 366.7000000000001 135.8 349.8 135.8C329.4000000000001 135.8 320.6 141.3 316 157H315.2V86.7H275.7V255.7zM356.7000000000001 195C356.7000000000001 222.5 353.4000000000001 227.5 336.0000000000001 227.5C319.1000000000001 227.5 315.3000000000001 222.5 315.3000000000001 198.8C315.3000000000001 170.8 318.8000000000001 165.3 336.5000000000001 165.3C352.9000000000001 165.3 356.7000000000001 170.9 356.7000000000001 195zM410.5000000000001 198.8C410.5000000000001 224.2 413.8000000000001 236.6 422.8000000000001 244.6C431.6000000000001 252.7 445.0000000000001 255.9000000000001 467.9000000000001 255.9000000000001C510.7000000000001 255.9000000000001 523.6000000000001 243.1 523.6000000000001 200.2000000000001V189.1H448.3000000000002C448.0000000000001 187.1 448.0000000000001 185.1 448.0000000000001 184.3C448.0000000000001 167.4 452.5000000000001 162.4 468.1000000000001 162.4C482.0000000000001 162.4 486.0000000000001 165.4 486.0000000000001 176.3H523.5000000000001V174C523.5000000000001 164.2 521.0000000000001 155.1 516.7000000000002 149.3C509.4000000000001 139.5 497.1000000000001 135.7 472.4000000000001 135.7C444.9000000000002 135.7 430.8000000000002 139 421.8000000000002 148C413.3000000000002 156.5 410.5000000000001 169.3 410.5000000000001 198.8zM486.9000000000001 210.4C486.6000000000001 212.2 486.6000000000001 213.7 486.6000000000001 214.2C486.6000000000001 226.5000000000001 483.3000000000001 228.8 467.0000000000001 228.8C452.6000000000001 228.8 449.9000000000001 225.8 448.9000000000001 213.7L448.6 210.4H486.9zM542.5000000000001 255.7H580.8000000000001L579.0000000000001 235.8H579.7000000000002C586.5000000000001 250.7 594.1000000000001 256 609.4000000000002 256C620.2000000000002 256 628.5000000000002 252.7 632.8000000000002 246.7C638.1000000000001 239.4 639.6000000000001 232.3 639.6000000000001 212.7C639.6000000000001 211.2 639.6000000000001 207.7 639.8000000000002 203.4H604.8000000000002C605.1000000000001 205.2 605.1000000000001 206.7 605.1000000000001 207.4C605.1000000000001 222.8 603.1000000000001 226.8 594.8000000000002 226.8C588.5000000000002 226.8 584.0000000000002 223.5 581.7000000000002 217.5C580.7000000000002 214.5 580.7000000000002 213.1999999999999 580.7000000000002 205.1999999999999V137.1999999999999H542.4000000000002V255.7z" /> - <glyph glyph-name="apple-pay" - unicode="" - horiz-adv-x="640" d=" M116.9 289.5C109.4 280.6 97.4 273.6 85.4 274.6C83.9 286.6 89.8 299.4 96.7 307.2C104.2 316.3 117.3 322.8 128 323.3C129.2 310.9 124.3 298.6 116.9 289.5M127.8 272.3C110.4 273.3 95.5 262.4 87.3 262.4C78.9 262.4 66.3 271.8 52.5 271.5C34.6 271.2 18 261.1 8.9 245C-9.9 212.7 4 165 22.2 138.7C31.1 125.7 41.7 111.4 55.7 111.9C69 112.4 74.2 120.5 90.2 120.5C106.3 120.5 111 111.9 125 112.1C139.5 112.4 148.6 125.1 157.5 138.1C167.6 152.9 171.8 167.2000000000001 172 168C171.7 168.3 144 178.9 143.7 210.9C143.4 237.7 165.6 250.4 166.6 251.2C154.1 269.8 134.6 271.8 127.8 272.3M228.2 308.5V113.6H258.5V180.2000000000001H300.4C338.7 180.2000000000001 365.5 206.5000000000001 365.5 244.5000000000001S339.1 308.5000000000001 301.4 308.5000000000001H228.2zM258.5 283H293.4C319.7 283 334.7 269 334.7 244.4S319.7 205.6 293.3 205.6H258.5V283zM420.7 112.1C439.7 112.1 457.3 121.7000000000001 465.3 137H465.9V113.6H493.9V210.6C493.9 238.7 471.4 256.9000000000001 436.8 256.9000000000001C404.7 256.9000000000001 380.9000000000001 238.5000000000001 380 213.3000000000001H407.3C409.6 225.3000000000001 420.7 233.2000000000001 435.9000000000001 233.2000000000001C454.4 233.2000000000001 464.8 224.6000000000001 464.8 208.7000000000001V197.9L427 195.6C391.9 193.5 372.9 179.1 372.9 154.1C373 128.9 392.6 112.1 420.7 112.1zM428.9 135.2000000000001C412.8 135.2000000000001 402.5 143.0000000000001 402.5 154.8000000000001C402.5 167.1000000000001 412.4 174.2000000000001 431.3 175.3000000000001L464.9 177.4000000000001V166.4000000000001C464.9 148.2000000000001 449.4000000000001 135.2000000000001 428.9000000000001 135.2000000000001zM531.4 60.6C560.9 60.6 574.8 71.9 586.9 106L640 255H609.2L573.6 139.9H573L537.4 255H505.8L557 113.1L554.2 104.5C549.6 89.9 542.1 84.2 528.7 84.2C526.3000000000001 84.2 521.7 84.5 519.8000000000001 84.7V61.3C521.6 60.9 529.1 60.6 531.4000000000001 60.6z" /> - <glyph glyph-name="apple" - unicode="" - horiz-adv-x="376.5" d=" M314.7 179.3C314.5 216 331.1 243.7 364.7 264.1C345.9 291 317.5 305.8 280 308.7000000000001C244.5 311.5 205.7 288 191.5 288C176.5 288 142.1 307.7000000000001 115.1 307.7000000000001C59.3 306.8 0 263.2 0 174.5C0 148.3 4.8 121.2 14.4 93.3C27.2 56.6 73.4 -33.4 121.6 -31.9C146.8 -31.3 164.6 -14 197.4 -14C229.2 -14 245.7 -31.9 273.8 -31.9C322.4000000000001 -31.2 364.2000000000001 50.6 376.4 87.4C311.2 118.1 314.7 177.4 314.7 179.3000000000001zM258.1 343.5C285.4 375.9 282.9 405.4 282.1 416C258 414.6 230.1 399.6 214.2 381.1C196.7 361.3 186.4 336.8 188.6 309.2C214.7 307.2 238.5 320.6 258.1 343.5z" /> - <glyph glyph-name="asymmetrik" - unicode="" - horiz-adv-x="576" d=" M517.5 138.8C556.3 178.8 575.6 218.8 576 254.9C576.8 320.4 516.6 373.1 406.6 389.9C277.9 409.6 118.1 374.4 0 307.5C52 334 110.6 355.7 170.7 365.7C245.2 386.2 323.7 391.1 392 380.5C544.5 356.7 588.8 253 490.8 148.8C480.6 138 468.8 127.7 455.8 118.2L304.9 344.6L114.7 59.1C49.1 88.5 38.2 149.3 95.6 210.3C116.4 232.5 143.9 252.2 175.1 268.4C195.1 280.6 214.8 291 237.1 299.1C172 278.8 114.4 246.2 75.5 206.2C47.8 177.6 34.1 149.1 33.8 123.3C33.3 88.1999999999999 57.2 58.1999999999999 102.2 40.3L67.7 -11.4H169.3L191.3 22.9999999999999C213.5 21.9999999999999 236.6 22.9999999999999 259.9 25.6999999999999L237.1 -11.4000000000001H372.6L340 41.7C358.6 47 376.9 53.2 394.5 60.4L440.4 -11.4H542L468.6 99C487.1 111.1 503.6 124.5 517.5 138.8zM329.9 58.3L304.9 98.9L272.2 45.6C248.8 42.1 225.5 40.5 203 41.2L304.9 200.5000000000001L383.6 77.5000000000001C366.4 70.1000000000001 348.3 63.6000000000001 329.9 58.3000000000001z" /> - <glyph glyph-name="audible" - unicode="" - horiz-adv-x="640" d=" M640 248.1V194.1L320 -5.9L0 194V248L320 48L640 248.1zM445.5 176.1L492.6 205.5C455.4 261.3 391.9000000000001 298.1 319.9000000000001 298.1C247.9000000000001 298.1 184.4 261.4000000000001 147.3000000000001 205.7H147.6000000000001C150.1000000000001 208 152.7000000000001 210.2 155.3000000000001 212.4C245.0000000000001 286.8 374.7000000000001 270.5 445.5 176.1zM225.4 157.3C242.3 169.2 261.9 176 282.8 176C317.2 176 348 157.6 369.2000000000001 128.4L414.6 156.8C393.7000000000001 186.6999999999999 359 206.3 319.8 206.3C280.9000000000001 206.3 246.4 186.9 225.4 157.3zM103.6 286.9C235.4 391.2 421.8 363.3 521.1 224.8L521.8000000000001 223.8L570.6 254.2C517.1 335.9 424.8 389.9 319.9 389.9C216.4 389.9 123.3 336.4 69.4 254.3C79.3 264.8 92.1 277.8 103.6 286.9zM570.6 254.2z" /> - <glyph glyph-name="autoprefixer" - unicode="" - horiz-adv-x="640" d=" M318.4 432L157.4 -48H234.9L260.3 33.4H379.8L405 -48H482.5L318.4 432zM278.1 90.1L319.3 220.5H320.8L361.7 90.1H278.0999999999999zM640 43L630 74.4L462.1 90L481.5 33.5L640 43zM177.9 90L10 74.3L0 43L158.5 33.6L177.9 90z" /> - <glyph glyph-name="avianex" - unicode="" - horiz-adv-x="512" d=" M453.1 416H141.1C102.2 416 64.9 384.8 57.8 346.3L1.2 37.7C-5.9 -0.8 19.9 -32 58.9 -32H370.9C409.8 -32 447.1 -0.8 454.2 37.7L510.9 346.2C517.9 384.8 492.1 416 453.1 416zM394.9000000000001 68.7L362.9000000000001 55.2L247.5000000000001 165.2C232.8000000000001 155.2 218.3000000000001 145.7 205.8 138.1L227.9 73.9L210 61.2L169.4 122.2L117 170.3L132.7 185.7L190.7 154.6C200 165.1 211.5 177.2 223.5 189.5L203 219.1L134.2 318.9L153 347.8L161.9 352.6L265 240.2L269.9 235.7C289.3 254.5 303.7 268.1 303.7 268.1C311.4 274.6 325.2 271 334.4 260.2C343.4 249.7 345 235.5 337.1 228.9C335.3 227.6 321.6 217.5 301.8 203.3L306.3 196L401.2 76.6L394.8999999999999 68.7z" /> - <glyph glyph-name="aviato" - unicode="" - horiz-adv-x="640" d=" M107.2 164.5L88.2 206.3H36.1L17.1 164.5H0L62.2 295.9L124.4 164.5H107.2zM62.2 262.6L42.6 220.1H81.8L62.2 262.6zM174.9 160.2L112.7 291.6H129.8L174.9 195.6L220 291.6H237L174.9 160.2zM255.5 164.5V291.6H271V164.5H255.5zM464.6 280.1V164.5H447.3V280.1H406.1V291.6H505.7V280.1H464.6zM640 229.2C640 220 638.3 211.4 634.9 203.4C631.5 195.4 626.6999999999999 188.3 620.6999999999999 182.3C614.6999999999999 176.3 607.5999999999999 171.5 599.5999999999999 168.1C591.5999999999999 164.7 582.9999999999999 163 573.8 163S556 164.6999999999999 548 168.1C540 171.5 532.9 176.3 526.9 182.3C520.9 188.3 516.1 195.3 512.6999999999999 203.4C509.3 211.4 507.5999999999999 220 507.5999999999999 229.2S509.2999999999999 247 512.6999999999999 255C516.0999999999999 263 520.9 270.1 526.9 276.1C532.9 282.1 539.9 284.5 548 288C556 291.4 564.6 293.1 573.8 293.1S591.5999999999999 291.4 599.5999999999999 288C607.5999999999999 284.6 614.6999999999999 282.2 620.6999999999999 276.1C626.6999999999999 270.1 631.4 263 634.9 255C638.3 247 640 238.4 640 229.2zM624.5 229.2C624.5 236.5 623.2 243.2 620.6 249.5C618 255.8 614.4 261.2 609.8000000000001 265.8C605.2 270.4 599.8000000000001 274 593.6 276.7000000000001C587.4 279.4 580.8000000000001 280.7000000000001 573.8000000000001 280.7000000000001S560.2 279.4 554.0000000000001 276.7000000000001C547.8000000000001 274 542.4000000000001 270.4 537.8000000000001 265.8C533.2 261.2000000000001 529.6 255.8 527.0000000000001 249.5C524.4000000000001 243.2 523.1000000000001 236.4 523.1000000000001 229.2C523.1000000000001 221.9 524.4000000000001 215.2 527.0000000000001 208.9C529.6000000000001 202.6 533.2000000000002 197.2 537.8000000000001 192.6C542.4000000000001 188 547.8000000000001 184.4 554.0000000000001 181.7C560.2000000000002 179 566.8000000000001 177.7 573.8000000000001 177.7S587.4000000000001 179 593.6 181.7C599.8000000000001 184.4 605.2 188 609.8000000000001 192.6C614.4000000000001 197.2 618.0000000000001 202.6 620.6 208.9C623.2 215.2 624.5 222 624.5 229.2zM529.7 132.5V138.8L618.6 148.8L375.7000000000001 135.4C376.3000000000001 137.6 376.8000000000001 140.0000000000001 377.1 142.6C377.4000000000001 144.6 377.6 146.8 377.7000000000001 149.1L442.5000000000001 157.2000000000001L377.6 155.3000000000001C377.6 155.7000000000001 377.5 156.0000000000001 377.5 156.4000000000001C374.7 173.6000000000001 352 180.1000000000001 352 180.1000000000001L350.9 206.4000000000001H374.7L393.7 164.6000000000001H410.8L348.6 296L286.4000000000001 164.6H303.5000000000001L322.5000000000001 206.4H346.1000000000001L345 180S322.3 173.5 319.5 156.3C319.4 156 319.4 155.6 319.4 155.2L254.5 157.1L319.3 149C319.4 146.6999999999999 319.6 144.6 319.9 142.5C320.2 139.8999999999999 320.7 137.5 321.3 135.3L78.4 148.8L167.3 138.8V132.5C161.4 131.6 156.8 126.5 156.8 120.3C156.8 113.5 162.4 107.9 169.2 107.9C176 107.9 181.6 113.5000000000001 181.6 120.3C181.6 126.5 177 131.6 171.1 132.5V138.3L251.4000000000001 129.3V123.9C245.7000000000001 122.8 241.5000000000001 117.7000000000001 241.5000000000001 111.8C241.5000000000001 105 247.1 101.6 253.9000000000001 101.6C260.7000000000001 101.6 266.3 105 266.3 111.8C266.3 117.8 262 122.8 256.4000000000001 123.9V128.8L284.8 125.6V101.9H278.9000000000001V88H284.8V94.6H289.8V88H295.7V101.8H289.8V125L328.1 120.7C336.2000000000001 109.3 347.1 107.1 347.1 107.1L347 100.4L341.9 100.2L341.8 88.1H345.9L346 93.1H351.2L351.3 88.1H355.4000000000001L355.3 100.2L350.2 100.4L350.1 107.1S361 109.2 369.1 120.7L407.4 125V101.8H401.5V88H407.4V94.6H412.4V88H418.3V101.8H412.4V125.5L440.8 128.7V123.8C435.1 122.7 430.9 117.6 430.9 111.7C430.9 104.9 436.5 101.5 443.3 101.5C450.1 101.5 455.6999999999999 104.9 455.6999999999999 111.7C455.6999999999999 117.7 451.3999999999999 122.7 445.8 123.8V129.2L526.0999999999999 138.2V132.4C520.1999999999999 131.5 515.5999999999999 126.4 515.5999999999999 120.2C515.5999999999999 113.4 521.1999999999999 107.8 527.9999999999999 107.8C534.7999999999998 107.8 540.3999999999999 113.4 540.3999999999999 120.2C540.1999999999998 126.5 535.6999999999998 131.6 529.6999999999998 132.5zM328.9000000000001 220.1L348.5000000000001 262.6L368.1000000000001 220.1H350.2000000000001L348.5000000000001 260.4L346.8000000000002 220.1H328.9000000000002z" /> - <glyph glyph-name="aws" - unicode="" - horiz-adv-x="512" d=" M261.2 311.9C247.2 254.4 248.1 257.5 235.4 204.9C233.8 198.4 231.3 196.5 224.7 196.4H210.3C204.5 196.5 202.1 198 200.4 203.7C188.1 243.1 171.6 297.8 160.5 334.4C156.4 347.9 159.1 347.6 169.8 347.3C173.5 347.2000000000001 177.1 347.3 180.8 347.3C185.9 347.2000000000001 188.5 345.3 189.9 340.2000000000001C193.5 327.3 195.9 317.4 216.5 236.1C216.9 234.5000000000001 217.4 233.0000000000001 217.9 231.5000000000001H219C219.5 233.5000000000001 220.1 235.4000000000001 220.6 237.4000000000001C228.4 270.3000000000001 236.1 303.3000000000001 243.9 336.2000000000001C246.3 346.4000000000001 250.6 347.4000000000001 260.9 347.4000000000001H268.5C275.4 347.3000000000001 277.5 345.9000000000001 279.2 339.1C285.2 315.7000000000001 302.7 237.3000000000001 305.9 228.7000000000001C311 247.0000000000001 304.1 220.8000000000001 334.4 337.7000000000001C336.5 345.8000000000001 338.5 347.4000000000001 346.7 347.4000000000001H359.4C364.8 347.3000000000001 366.4 345.6 365.1 340.3000000000001C362.7 330.8000000000001 362.2 330.4000000000001 323.8 207.4C320.7 197.5 319.6 196.6 309.2 196.6H298.5999999999999C291.2999999999999 196.6 289.3999999999999 197.9 287.5999999999999 205C283.2999999999999 221.2 264.2999999999999 300.7000000000001 261.2 311.9000000000001zM125.4 200.7C129.6 194.9 133.5 194.4 139.5 198.3L145.8 202.5C152.6 207 153.1 208.8 149.4 216C145.1 224.4 143 233.3 143.1 242.9C143.1 246 143.7 298.6 142.2 309.7C139.5 329 129.7 342.5 110.5 348.4C99.8 351.8 88.8 351.7 77.8 351.4C62.7 351 48.4 346.8 35 340C33.2 339.1 31.3 336.9 30.9 335.1C30.1 331.2 29.8 327 30.2 323C30.8 317.1 32.8 316 38.4 317.9C43.5 319.6 48.4 321.8 53.5 323.3C68 327.7 82.7 329.7 97.6 325C104.7 322.8 109.3 318.1 111.9 311.2C114.9 303.3 114.3 295.1 114.3 287C114.3 281.5 114.2 281.5 108.8 282.5C94.9 285.1 81.1 287.5 66.9 285.6C51.7 283.5 38.3 278.3 28.7 265.6C19.6 253.6 18.7 240 21.3 226.1C24.1 211.1 33.1 200.4 47.7 195.7C68.3 189 87.8 192.4 105.4 205.2C109.2 208 112.6 211.4 116.5 214.7C119.6 209.7 122.3 205 125.4 200.7zM110.1 262.3C113.1 261.9 114.6 260.4 114.4 257.2C114.2 253.4 114.5 249.6 114.1 245.8C112.9 234.1 106.4 226.1 96.2 220.9C88 216.7 79.3 215.1 70.1 215.9C54.9 217.2 49.1 229 50.5 242.2C51.8 254.8 59 261.8 72 264C85.8 266.4 88 265.1 110.1 262.3zM458.9 197.2C480.2 205.8 491.8 223.4 488.1 247.2C485.9 261.8 476.3 271.4 462.9 276.7C448.2000000000001 282.6 429.1 287 414.8 294.9C410.4000000000001 297.3 407.4000000000001 301.2 407.2 306.8C406.8 317.9 411.4 324 422.6 326.6C431.9 328.7 441.4 328.8 450.7 327C458 325.6 465 322.8 472.1 320.7C474.9 319.8 477.9999999999999 318.6 479.9 322.3C483.7 329.6 480.3 341 472.6 344.1C450.1 353.1 427.1 355.7 404.4 345.7C389.8 339.3 379.8 328.3 378.4 311.5C376.8 292.2 385.3 278.1 402.5 269.8C410.2 266.1 418.6 263.9 426.7 260.9C434.8 257.9 442.9 255.1 450.8 251.8C463.1 246.5 462.4 227.6 452 221.8C424.3 206.5 387.1 224.2 382.8 225.6C379.5 226.7 377.5 225.4 376.5 221.9C373.5 210.6 377.2 203.1 388.1 199.2C409.8 191.3 437.7000000000001 188.7 458.9 197.2zM296 34.5C346.8 40.3 394.7 55.3 438.7 81.5C446.7 86.2 454.2 91.8 461.8 97.2C469.1 102.4 465 115.6 450.5 109.4C396.1 86.2 339.3 73.3 280.3 70.5C249.8 69 219.5 70.8 189.2 75.2C126.1 84.4 66.8 104.4 11.6 136.4C9.5 137.6 7.4 138.9 5.1 139.4C0.2 140.5 -2.6 134.7 2.7 129.7C26.7 107.6 53 88.9 81.8 74C135.5 46.3 192.3 31.3 253 32C267.4 32.8 281.8 32.9 296 34.5zM470.7 126.7C485.5 125.9 490.1 120.8 486.4 106.5C482.6 91.7 477.1 77.3 472.5 62.7C471.6 59.8 468.3 56.4 471.7 53.9C475.4 51.3 478.2 54.9 480.7 57.2C490.9 66.7 498.1 78.2 503.2 91C508.6 104.4 512.5 118.2 511.9 132.9C511.7 139.1 510.1 141.7 504.1 143.4C498.7 144.9 493.1 146.2 487.6 146.6C465.9999999999999 148.4 445.1 146.1 425.6 136C422.5 134.3999999999999 419.6 132.3 416.9 130.1C415.8 129.2 413.7 124.8 419.3 124C421.2 123.6999999999999 423.2 124.1 425.2 124.3C442.0999999999999 125.9 453.8 127.6 470.6999999999999 126.6999999999999z" /> - <glyph glyph-name="bandcamp" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM296.2 113.9H115.2L199.9 270H380.9L296.2 113.9z" /> - <glyph glyph-name="behance-square" - unicode="" - horiz-adv-x="448" d=" M186.5 155C186.5 135.7 172.5 129.6 155.3 129.6H110.2V182.5H156.2C174.8 182.4 186.5 174.7 186.5 155zM178.8 237.3C178.8 255 165.1 259.2000000000001 149.9 259.2000000000001H110.3V214.4H153C168.1 214.4 178.8 221 178.8 237.3000000000001zM311.1 214.1C292.8 214.1 280.6 202.7 279.4000000000001 184.4H341.6C339.9000000000001 202.9 330.3 214.1 311.1 214.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM271.7 263H349.5V281.9H271.7V263zM228.7 152.7C228.7 176.8 217.3 197.6 193.7 204.3C210.9 212.5 219.9 222 219.9 241.3C219.9 279.5 191.4 288.8 158.5 288.8H68V96.8H161.1C196 96.9999999999999 228.7 113.6999999999999 228.7 152.6999999999999zM380 167.5C380 208.6 355.9 242.9 312.4 242.9C270 242.9 241.3 211.1 241.3 169.3C241.3 126 268.6 96.3 312.4 96.3C345.6 96.3 367.1 111.2 377.5 143.1H343.8C340.1 131.2000000000001 325.2 125 313.6 125C291.2000000000001 125 279.5 138.1 279.5 160.3H379.7C379.8 162.6 380 165.1 380 167.5z" /> - <glyph glyph-name="behance" - unicode="" - horiz-adv-x="576" d=" M232 210.8C263.8 226 280.4 249 280.4 284.8C280.4 355.4 227.8 372.6 167.1 372.6H0V18.2H171.8C236.2 18.2 296.7000000000001 49.1 296.7000000000001 121.1C296.7000000000001 165.6 275.6 198.5 232.0000000000001 210.8zM77.9 312.1H151C179.1 312.1 204.4 304.2 204.4 271.6C204.4 241.5 184.7 229.4 156.9 229.4H77.9V312.1zM161.2 78.4H77.9V176H162.8C197.1 176 218.8 161.7 218.8 125.4C218.8 89.6 192.9 78.4 161.2 78.4zM519.7 319.1H376V354H519.7V319.1zM576 142.8C576 218.7 531.6 282 451.1 282C372.9000000000001 282 319.8 223.2 319.8 146.2C319.8 66.3 370.1 11.5 451.1 11.5C512.4 11.5 552.1 39.1 571.2 97.8H509C502.3 75.9 474.7 64.3 453.3 64.3C412 64.3 390.3 88.5 390.3 129.6H575.4C575.6999999999999 133.8 576 138.3 576 142.8zM390.4 174C392.7 207.7 415.1 228.8 448.9 228.8C484.3 228.8 502.1 208 505.1 174H390.4z" /> - <glyph glyph-name="bimobject" - unicode="" - horiz-adv-x="448" d=" M416 416H32C14.4 416 0 401.6 0 384V0C0 -17.6 14.4 -32 32 -32H416C433.6 -32 448 -17.6 448 0V384C448 401.6 433.6 416 416 416zM352 158.6C352 109.2000000000001 340.6 76 248.2 76H231.3C187.2 76 168.9 90.9 160.9 114.8H160V80H96V312H160V237.3H161.1C165.7 267.8 200.8 276.1 230.8 276.1H248.1C340.5 276.1 351.9000000000001 243.0000000000001 351.9000000000001 193.6V158.6zM288 187.5V164.6C288 142.9 284.6 130.8 249.6 130.8H204.3C175.4 130.8 160.2 137.3 160.2 166.5V185.5C160.2 214.8 175.4 221.2 204.3 221.2H249.6C284.6 221.4 288 209.2 288 187.5z" /> - <glyph glyph-name="bitbucket" - unicode="" - horiz-adv-x="512" d=" M23.1 416C14.2 416.1 7 409.1 6.9 400.2C6.9 399.3 7 398.4 7.1 397.4L74.9 -14C76.6 -24.4 85.6 -32 96.1 -32.1H421.2000000000001C429.1 -32.2 435.9000000000001 -26.5 437.2000000000001 -18.7L505.0000000000001 397.3C506.4 406 500.5000000000001 414.2 491.8000000000001 415.6C490.9000000000001 415.7 490.0000000000001 415.8 489.0000000000001 415.8L23.1 416zM308.4000000000001 118.7H204.6L176.5 265.5H333.5L308.4 118.7z" /> - <glyph glyph-name="bitcoin" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM362.349 227.33C367.286 260.329 342.158 278.069 307.799 289.903L318.945 334.605L291.732 341.386L280.881 297.862C273.727 299.645 266.379 301.326 259.078 302.992L270.007 346.802L242.809 353.583L231.656 308.897C225.734 310.246 219.9209999999999 311.579 214.279 312.981L214.31 313.121L176.78 322.491L169.541 293.429S189.732 288.802 189.3059999999999 288.516C200.3279999999999 285.765 202.3199999999999 278.472 201.9859999999999 272.691L189.2899999999999 221.766C190.0499999999999 221.572 191.0339999999999 221.293 192.119 220.859C191.2119999999999 221.084 190.243 221.332 189.243 221.572L171.447 150.2339999999999C170.098 146.8859999999999 166.68 141.8639999999999 158.976 143.7699999999999C159.2469999999999 143.375 139.196 148.7069999999999 139.196 148.7069999999999L125.6859999999999 117.56L161.0999999999999 108.733C167.6879999999999 107.0819999999999 174.1449999999999 105.3539999999999 180.5 103.727L169.238 58.514L196.4199999999999 51.733L207.5729999999999 96.466A1038.209 1038.209 0 0 1 229.26 90.8389999999999L218.1449999999999 46.3159999999999L245.3579999999999 39.5349999999999L256.6199999999999 84.6629999999999C303.0239999999999 75.8819999999999 337.9189999999999 79.4239999999999 352.6059999999999 121.3899999999999C364.4419999999999 155.1799999999999 352.0169999999999 174.6709999999999 327.6019999999999 187.3809999999999C345.3819999999999 191.4789999999999 358.7759999999999 203.1729999999999 362.3489999999999 227.3299999999999zM300.172 140.151C291.762 106.3609999999999 234.864 124.6279999999999 216.417 129.208L231.361 189.107C249.807 184.504 308.961 175.39 300.172 140.151zM308.589 227.818C300.916 197.082 253.558 212.698 238.196 216.526L251.744 270.853C267.107 267.025 316.58 259.88 308.589 227.818z" /> - <glyph glyph-name="bity" - unicode="" - horiz-adv-x="496" d=" M78.4 380.8C173.8 470 324.5 472 421.5 377C435.8 362.9 415.1 339.9 399.1 355.5C314.3 437.9 183.3 435.8 100.2000000000001 358.7C83.9000000000001 343.6 63.7000000000001 367 78.4000000000001 380.8zM177.3 -37.8C196.6 -43.5 206.6 -14.2 185.2 -7.8C73 26.1 9.4 141.9 37.7 253.2C42.7 272.8 12.8 281.3 7.5 260.3C-24.6 132.9 48.6 0.5 177.3 -37.8000000000001zM325.4 -35.8C447.3 4.4 518.3 131.1 489.8 255.2C485.3 274.9 454.9 269 459.8 247.3C483.9999999999999 139.6 422.7 29.4 316.6 -6.1C295.4 -13.1 306.2 -42.1 325.4 -35.8zM262.5 43.2L262.7 115C262.7 123.2 256.1 129.8 247.9 129.8C239.7 129.8 233.1 123.1 233.1 115L232.9 43.2C232.9 35 239.5 28.4 247.7 28.4S262.5 35 262.5 43.2zM333.5 312.2C335.6 221.3 338.2 180.3 248 179.7C155.5 180.4 161.1 224 162.5 312.2C162.5 334 130 331.8 130 312.2V240.6C130 171.3 190.7 149.7 248 150.5C305.3 149.7 366 171.3 366 240.6V312.2C366 331.8 333.5 334 333.5 312.2z" /> - <glyph glyph-name="black-tie" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM316.5 90.8L224 2.1L131.5 90.8L196 274.8L131.5 361.4H316.4L252 274.8L316.5 90.8z" /> - <glyph glyph-name="blackberry" - unicode="" - horiz-adv-x="512" d=" M166 331.1C166 307.7 149.6 282 93.5 282H23.4L44.4 370.8H112.2C154.3 370.8 166 347.5 166 331.1zM292.2 370.8H224.4L205.7 282H275.8C329.6 282 345.9 307.7 345.9 331.1C346 347.5 334.3 370.8 292.2 370.8zM88.8 239.9H21L0 151.1H70.1C126.2 151.1 142.6 174.5 142.6 200.2C142.6 216.5 130.9 239.9000000000001 88.8 239.9000000000001zM268.9 239.9H201.1L182.4 151.1H252.5C306.3 151.1 322.6 174.5 322.6 200.2C322.6 216.5 310.9 239.9000000000001 268.9 239.9000000000001zM458.2 293.7H390.4L371.7 204.9H441.8C495.6 204.9 511.9 228.3 511.9 254C512 270.3 500.3 293.7 458.2 293.7zM430.2 155.8H362.4L343.7 67H413.8C469.9 67 483.9 90.4 483.9 116.1C483.9 132.4 472.3 155.8 430.2 155.8zM240.8 102H173L154.3 13.2H224.4C280.5 13.2 294.5 38.9 294.5 62.3C294.6 78.6 282.9 102 240.8 102z" /> - <glyph glyph-name="blogger-b" - unicode="" - horiz-adv-x="448" d=" M446.6 225.3C444.8 233.3 439.8 240.7 434.1 243.8C432.3 244.8 421.1 246 409.1 246.5C389 247.4 386.8 247.8 380.4000000000001 251.5C370.3 257.4 367.6 263.8 367.5000000000001 281C367.4000000000001 314 353.7000000000001 344.7 326.6000000000001 372.3C307.3000000000001 392 285.7000000000001 405.3 261.1000000000001 412.8C255.2000000000001 414.6 242.0000000000001 415.2 197.8000000000001 415.7C128.4000000000001 416.5 113.0000000000001 415.1 89.4000000000001 405.7C45.9 388.5 14.7 351.9 3.3 305.1C1.2 296.3 0.7 282.2 0.2 201.2C-0.4 99.7 0.3 84.8 6.6 64.7C22.2 15.1 66.5 -21.6 111 -29.6C125.8 -32.3 308.3 -32.9 327 -30.4C359.5 -26.0000000000001 385 -12.9 408.9 11.4999999999999C426.2 29.1999999999999 437 48.3 444.1 73.6C449 91.2 448.6 216.4 446.6 225.3zM124.5 288.9C132.3 296.8 134.5 297.1 183.3 297.1C227.2 297.1 228.7 297 235.1 293.7C244.4000000000001 289 248.5000000000001 282.4 248.5000000000001 271.8C248.5000000000001 262.3 244.7 255.6 236.2 250.2C231.6 247.3 228.9 247.1 185.9 246.9C159.4 246.7 138.2000000000001 247.3 135.1 248.1C118.5 252.8 112.3 276.6 124.5 288.9zM316.3 89.1L301.4000000000001 86.7000000000001L223.9 85.8000000000001C155.8000000000001 85.0000000000001 136.6 86.2000000000001 133 87.8000000000001C125.9 90.9000000000001 119.2 99.5000000000001 118.1 107.2000000000001C117 114.5000000000001 120.7 124.5000000000001 126.3 129.6C133.4 136 136.5 136.2000000000001 223.6 136.3C313.2000000000001 136.4 312.7000000000001 136.4 321.2000000000001 128.5C333.3000000000001 117.2 330.7000000000001 97.3 316.3000000000001 89.1z" /> - <glyph glyph-name="blogger" - unicode="" - horiz-adv-x="448" d=" M162.4 252C167.2 256.9 168.6 257.1 198.8 257.1C226 257.1 226.9 257 230.9 255C236.7 252.1 239.2 248 239.2 241.4C239.2 235.5 236.8 231.4 231.6 228C228.8 226.2 227.1 226.1 200.5 225.9C184.1 225.8 171 226.1 169 226.7C158.7 229.6 154.9 244.4 162.4 252.0000000000001zM223.8 157.5C169.9 157.5 168 157.3 163.6 153.4C160.1 150.3 157.9 144 158.5 139.5C159.2 134.8 163.3000000000001 129.4 167.7 127.5C169.9 126.5 181.8 125.8 224 126.3L271.9 126.9L281.1 128.4C290.1 133.5000000000001 291.6 145.8 284.2 152.8C278.9 157.5 279.2 157.5 223.8 157.5zM447.2000000000001 27.4C443.7000000000001 -1 424.2000000000001 -23 396.1 -30.1C388.9000000000001 -31.9 386.4000000000001 -32 223.2 -31.9C65.4 -31.9 57.3 -31.8 51.2 -30.1C42.8 -27.9 35.6 -24.6 28.9 -20.1C23.3 -16.3 15 -8.3 11.9 -3.7C8.1 1.9 3.7 11.6 1.9 18.3C0.1 25 0 27.7 0 191.7C0 354.8 0 358.3 1.8 365.4C8.1 390.1 27.7 409 53 414.6C60.3 416.2 385.1 416.5 393 414.9C414.2 410.6 430.9 397.8 440.6 378.5C448.3 363.2 447.6 380 447.9000000000001 197.9C448.1 82.1 447.9000000000001 33.4 447.2000000000001 27.4zM361.8000000000001 212.6C360.7000000000001 217.6 357.6000000000001 222.2 354.1000000000001 224.1C353.0000000000001 224.7 346.1000000000001 225.4 338.6000000000001 225.8C326.2000000000001 226.4 324.8000000000001 226.6 320.8000000000001 228.9C314.6000000000001 232.5 312.9000000000001 236.5 312.8000000000001 247.2C312.8000000000001 267.6 304.3000000000001 286.6 287.5000000000001 303.7C275.5000000000001 315.9 262.2000000000001 324.2 246.9000000000001 328.8C243.3000000000001 329.9 235.1000000000001 330.3 207.7000000000001 330.6C164.8000000000001 331.1 155.2000000000001 330.2 140.6000000000001 324.4C113.6000000000001 313.7 94.3000000000001 291 87.2000000000001 262C85.9000000000001 256.5999999999999 85.6000000000001 247.8 85.3 197.6999999999999C84.9 134.8999999999999 85.3 125.5999999999999 89.3 113.1999999999999C99 82.4999999999999 126.4 59.8 153.9 54.8C163.1 53.1 276.1 52.6999999999999 287.6 54.3C307.7000000000001 56.9999999999999 323.5 65.1 338.3 80.1999999999999C349 91.0999999999999 355.7 102.9999999999999 360.1 118.6999999999999C363.3 129.5999999999999 363 207.0999999999999 361.8 212.5999999999999z" /> - <glyph glyph-name="bluetooth-b" - unicode="" - horiz-adv-x="320" d=" M196.48 187.977L289.106 291.31L143.125 448V241.67L57.014 327.781L25.608 296.376L133.669 187.977L25.608 79.578L57.014 48.173L143.125 134.284L145.84 -64L294.392 84.644L196.48 187.977zM237.34 290.973L187.363 240.995L187.025 341.29L237.34 290.973zM187.363 134.96L237.34 84.982L187.025 34.6659999999999L187.363 134.9599999999999z" /> - <glyph glyph-name="bluetooth" - unicode="" - horiz-adv-x="448" d=" M292.6 276.9L249.7 234L249.4 320L292.6 276.9M249.4 57.1L292.5 100.2000000000001L249.6 143.1L249.4 57.1zM416 188.6C416 -17 344.1 -64 230.9 -64S32 -17 32 188.6S115.4 448 228.6 448S416 394.1 416 188.6zM257.5 188.6L336.9 277.2000000000001L211.8 411.5V234.6L138 308.4L111 281.5L203.7 188.5L111 95.5L137.9 68.6L211.7 142.4L214 -27.6L341.4 99.9L257.5 188.6z" /> - <glyph glyph-name="btc" - unicode="" - horiz-adv-x="384" d=" M310.204 205.362C337.9340000000001 219.542 355.581 244.752 351.4840000000001 286.662C346.1260000000001 344.013 299.0260000000001 363.235 236.6340000000001 368.591V448H188.1060000000001V370.7970000000001C175.5010000000001 370.7970000000001 162.5810000000001 370.482 149.662 370.1670000000001V448H101.134V368.591C83.2920000000001 368.052 62.512 368.315 3.764 368.591V316.913C42.078 317.591 62.181 320.053 66.787 295.486V78.057C63.862 58.565 48.263 61.372 13.532 61.986L3.765 4.32C92.246 4.32 101.135 4.005 101.135 4.005V-64H149.663V3.06C162.897 2.745 175.817 2.745 188.107 2.745V-64H236.635V4.005C317.9340000000001 8.417 372.2820000000001 28.899 379.5300000000001 105.472C385.201 166.918 356.2100000000001 194.334 310.2040000000001 205.362zM150.608 313.447C178.023 313.447 263.7340000000001 321.954 263.7340000000001 264.919C263.7340000000001 210.404 178.0240000000001 216.707 150.608 216.707V313.447zM150.608 61.671V168.179C183.38 168.179 283.735 177.317 283.735 114.924C283.7340000000001 54.738 183.38 61.671 150.608 61.671z" /> - <glyph glyph-name="buromobelexperte" - unicode="" - horiz-adv-x="448" d=" M0 416V288H128V416H0zM120 296H8V408H120V296zM160 416V288H288V416H160zM280 296H168V408H280V296zM320 416V288H448V416H320zM440 296H328V408H440V296zM0 256V128H128V256H0zM120 136H8V248H120V136zM160 256V128H288V256H160zM280 136H168V248H280V136zM320 256V128H448V256H320zM440 136H328V248H440V136zM0 96V-32H128V96H0zM120 -24H8V88H120V-24zM160 96V-32H288V96H160zM280 -24H168V88H280V-24zM320 96V-32H448V96H320z" /> - <glyph glyph-name="buysellads" - unicode="" - horiz-adv-x="448" d=" M224 297.3L266.9 136.6H181.1L224 297.3zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM382.7 42.7L288.2 341.4H159.8L65.3 42.7H156L267.7 134.3L291.9 42.6999999999999H382.7z" /> - <glyph glyph-name="cc-amazon-pay" - unicode="" - horiz-adv-x="576" d=" M124.7 246.2C124.8 258 124.7 269.7 124.7 281.5V316.8C124.7 318.1 125.1 318.8 126.1 319.5C137.6 327.5 150.2 331.6 164.3 330.6C176.8 329.7 187 323.6 192.4 308.9C195.7 300 196.5 290.7000000000001 196.5 281.2000000000001C196.5 272.5 195.8 263.9 193.1 255.6C187.4 237.8 174.4 230.9000000000001 157.4 231.7C145.7 232.2 135.5 236.7 126 243.4C125.1 244.2 124.6 245 124.7 246.2zM279.6 231.6C284.2000000000001 229.8 288.9000000000001 229.6 293.7000000000001 230.1C305.3000000000001 231.3 315.6 235.8 325.0000000000001 242.6C325.9000000000001 243.2 326.3000000000001 243.9 326.3000000000001 245.1C326.2000000000001 249 326.3000000000001 253 326.3000000000001 256.9C326.3000000000001 260.9 326.2000000000001 264.9 326.3000000000001 268.9C326.3000000000001 270.3 325.9000000000001 270.9 324.5000000000001 271.1C317.5000000000001 272 310.6000000000001 273.3 303.6000000000001 274C296.6000000000001 274.6 289.6000000000001 274.3 282.8000000000001 272.1C276.1000000000001 269.9 271.1000000000001 265.9 269.1000000000001 259C267.5000000000001 253.6 267.5000000000001 248.2 269.2000000000001 242.8C270.8000000000002 237.3 274.4000000000001 233.6 279.6000000000001 231.6zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM368.5 344.1C368.9 342.4 369.4 340.7 370.1 339C386.6 298.4 403 257.7 419.6 217.1C421 213.6 421.3 210.7 419.8 207.2C417 201 414.9000000000001 194.6 412 188.5C409.4 183 405.3 179 399.3 177.3C395.1 176.2 390.8 176 386.4000000000001 176.4C384.3 176.6 382.2000000000001 177.1 380.1 177.2000000000001C377.3 177.4 375.9000000000001 176.1 375.8 173.2000000000001C375.7 170.4 375.7 167.6 375.8 164.9C375.9000000000001 160.3 377.4000000000001 158.2000000000001 382 157.4C386.7 156.6 391.4 155.8 396.2 155.7000000000001C410.5 155.4 421.9 161.1 429.3 173.6C432.2 178.5 434.9000000000001 183.7000000000001 437 189C456.8 239.1 476.5 289.3 496.2 339.5C496.8 341 497.3 342.5 497.5 344.1C497.9 346.5 496.8 347.7 494.4 347.8C488.8 347.9 483.3 347.8 477.7 347.8C474.6 347.8 472.4 346.4 471.3 343.5C470.9 342.4 470.4 341.2 470 340.1L440.9 256.4C438.8 250.3 436.7 244.3 434.4 237.8C434 238.7 433.8 239.2 433.6 239.7C422.8 269.6 412 299.6 401.2 329.5C399.5 334.2 397.7 339 395.9 343.7C395 346.2 393.2 347.7 390.5 347.7C384.1 347.8 377.7 347.9 371.3 347.8C369.1 347.8 368 346.2 368.5 344.1zM242.4 242C244.1 230.3 250 221.2 260.4 215.4C270.3 209.9 281.1 209.2 292.1 210.8C304.8 212.7 316 218.1 325.9 226.3C326.3 226.6 326.7 226.9 327.3 227.3C327.8 224.1 328.2 221.1 328.8 218.1C329.3 215.5 330.9 213.8 333.3 213.7C337.9 213.6 342.4 213.6 347 213.7C349.3 213.8 350.8 215.3 351 217.6C351.1 218.4 351.1 219.2 351.1 219.9V308.7000000000001C351.1 312.3000000000001 350.9 315.9000000000001 350.4 319.5000000000001C348.8 330.3000000000001 344.2 339.2000000000001 334.5 344.9000000000001C328.9 348.2000000000001 322.7 349.9000000000001 316.3 350.8000000000001C313.3 351.2000000000001 310.3 351.5000000000001 307.2 351.9000000000001H297.2C296.4 351.8000000000001 295.6 351.6000000000001 294.7 351.6000000000001C286.5 351.2000000000001 278.4 350.2000000000001 270.5 348.1000000000001C265.4 346.8000000000001 260.5 344.9000000000001 255.5 343.2000000000001C252.5 342.2000000000001 251 340.0000000000001 251.1 336.7000000000001C251.2 333.9000000000001 251 331.1000000000001 251.1 328.4000000000001C251.2 324.3000000000001 252.9 323.2000000000001 256.8 324.3000000000001C263.3 326.0000000000001 269.9000000000001 327.8000000000001 276.5 329.1000000000001C286.8 331.0000000000001 297.2 331.8000000000001 307.6 330.3000000000001C313 329.5000000000001 318.1 327.9000000000001 321.7000000000001 323.3000000000001C324.8000000000001 319.3000000000001 325.9000000000001 314.5000000000001 326.1 309.6000000000001C326.4000000000001 302.7000000000001 326.3 295.7000000000001 326.4000000000001 288.8000000000001C326.4000000000001 288.4000000000001 326.3 288.1000000000001 326.2000000000001 287.6000000000001C325.8000000000001 287.6000000000001 325.4000000000001 287.6000000000001 325.1 287.7000000000001C316.3 289.8000000000001 307.4000000000001 291.3000000000001 298.3 291.8000000000001C288.8 292.3000000000001 279.4000000000001 291.7000000000001 270.4000000000001 288.6000000000001C259.6 284.8000000000001 250.9000000000001 278.3000000000001 245.8000000000001 267.8000000000001C241.7000000000001 259.5000000000001 241.2000000000001 250.8000000000001 242.4000000000001 242.0000000000001zM98.7 341.1V165.8C98.7 165 98.7 164.1 98.8 163.3C99 160.8 100.5 159.1999999999999 102.9 159.1C108.8 159 114.7 159 120.6 159.1C123.1 159.1 124.6 160.8 124.7 163.2C124.8 164 124.8 164.9 124.8 165.7V226.4C125.7 225.7 126.2 225.2 126.7 224.8C141.7 212.3 158.9 208.2 177.8 211.9C194.9 215.3 206.7 225.8 214.5 241.1C220.3 252.7 222.8 265.2 223.2 278.1C223.7 292.4 222.2 306.5 216.4 319.8C209.3 336.2 197.5 347.1 179.7 350.7C177 351.3 174.2 351.5 171.5 351.9H164.5C163.3 351.7 162.1 351.6 160.9 351.4C149.2 350 138.6 345.6 129.1 338.7C127.1 337.3 125.2 335.7 123.2 334.2C123.1 334.7 122.9 335 122.8 335.4C122.4 337.7 122.1 340 121.7 342.3C121.1 346.2 119.2 347.8 115.3 347.9H105.6C99.7 348 98.7 346.9 98.7 341.1zM493.6 109C490.9 109.7 488.5 109 486 108C442.1 89.6 396.5 77.8 349.2 72.2C334.7 70.5 320.1 69.4 305.5 69C278.9 68.3 252.3 69.8 225.9 73.3C208.1 75.7 190.4 79 172.9 83.2C135.9 92.1 100.2 104.9 66.2 122C57.4 126.4 48.8 131.3 40.1 136C36.3 138.1 33.9 137.5 31.9 133.9V132.2C33.1 130.6 34.1 128.8 35.6 127.4C71.6 95.2 112.2 70.9 157.6 54.5C179.5 46.6 202 40.8 224.9 37C238.9 34.7 252.9 33.2 267.1 32.5C270.1 32.4 273.1 32.3 276.1 32.1C276.8 32.1 277.5 31.9 278.2 31.8H295.9C296.6 31.9 297.3 32.1 298 32.1C312.9 32.5 327.8 33.9 342.6 36.1C364 39.3 385 44.2 405.5 50.8C435.1 60.4 463.2 73.2 488.9 90.9C491.7 92.8 494.6 94.7000000000001 496.9 97.1C501.2 101.5 499.2 107.5 493.6 109zM544 136.7C543.2 140.9 540 142.5 536.4 143.7C530.6999999999999 145.6 524.8 146.5 518.8 147C507.8 147.9 496.8 147.4 485.9999999999999 145.4C473.9999999999999 143.2 462.6 139.3 452.4999999999999 132.3C451.3 131.5 450.1 130.5 449.3999999999999 129.3C448.7999999999999 128.4 448.7 127 448.8999999999999 125.9C449.2 124.6 450.5999999999999 124.3 451.8999999999999 124.4C452.4999999999999 124.4 453.0999999999999 124.4 453.6999999999999 124.5L473.1999999999999 126.6C482.8 127.5 492.3999999999999 128.1 501.9999999999999 127.4C506.1 127.1 510.1 126.2000000000001 514 125.2000000000001C518.3 124.1 520.2 120.8000000000001 520.4 116.5000000000001C520.6999999999999 109.8000000000001 519.1999999999999 103.4 517.5 97.0000000000001C514 84.1000000000001 509.2 71.6000000000001 504.2 59.2000000000001C503.9 58.4 503.5 57.5000000000001 503.4 56.7000000000001C503 54.2 504.4 52.7 506.8 53.2C508.1999999999999 53.5000000000001 509.8 54.3000000000001 510.8 55.3000000000001C514.5 58.9000000000001 518.3 62.5000000000001 521.4 66.5000000000001C532.1 80.3000000000001 538.4 96.1000000000001 542.1 113.1000000000001C542.8000000000001 116.1000000000001 543.3000000000001 119.2000000000001 543.8000000000001 122.2000000000001C544.0000000000001 126.9000000000001 544.0000000000001 131.8000000000001 544.0000000000001 136.7000000000001z" /> - <glyph glyph-name="cc-amex" - unicode="" - horiz-adv-x="576" d=" M576 192.6C538.1 192.8 531.8 193.5 521.5 187.6V192.6C476.2 192.6 468 194.3 456.6 187.4V192.6H378.4000000000001V187.5C367.0000000000001 194 357.0000000000001 192.6 302.7000000000001 192.6V187C296.4000000000001 190.7 288.2000000000001 192.6 278.4000000000001 192.6H220.4C216.9 188.8 207.9 178.9 204.7000000000001 175.4C192.0000000000001 189.5 194.2000000000001 187 189.2000000000001 192.6H106.1000000000001V100.3H188.1000000000001C191.4000000000001 103.8 201.0000000000001 114.1999999999999 204.2000000000001 117.6999999999999C216.9 103.3999999999999 214.5000000000001 105.9999999999999 219.6000000000001 100.3H268.5000000000001C268.5000000000001 115 268.6000000000001 108.6 268.6000000000001 123.3C280.1000000000001 123.1 292.9000000000001 123.5 302.9000000000001 129.5C302.9000000000001 115.6 302.8000000000001 112.3999999999999 302.8000000000001 100.3H342.4000000000001C342.4000000000001 118.8 342.5000000000001 107.6999999999999 342.5000000000001 125.6C348.7000000000001 125.6 350.2000000000001 125.6 351.9000000000001 125.5C352.0000000000001 124.1999999999999 351.9000000000001 125.5 351.9000000000001 100.3C504.7000000000001 100.3 497.8000000000001 99.1999999999999 508.6000000000001 104.8V100.3C543.4000000000001 100.3 563.4000000000001 98.1 576.1000000000001 106.4V16C576.1000000000001 -10.5 554.6000000000001 -32 528.1000000000001 -32H48C21.5 -32 0 -10.5 0 16V219.7H26.6C30.8 229.8 28.8 225 33 235H52.2C56.4 225 54.4 229.8 58.6 219.7H111.5V231.1C113.7 226.1 112.6 228.6 116.6 219.7H146.1C148.5 225.2 148.7 225.5 151.2 231.1V219.7H286.7V244.8C293.1 244.8 294.7 244.9 296.5 244.6C296.5 244.6 296.3 233.7 296.6 219.8H363.1V228.7C370.5 222.8 380.5 219.8 392.8 219.8H419.6C423.8 229.9 421.8 225.1 426 235.1H445C451.5 220.1 445.2 234.6 451.6 219.8H504.4V241.7C516.2 222 512.2 228.8 517.6 219.8H559.2V311.8H519.3000000000001V293.4C507.1000000000001 313.6 513.0000000000001 303.8 508.1000000000001 311.8H464.8000000000001V291.2C458.6000000000001 305.8 460.2 302 456.0000000000001 311.8H423.6000000000001C423.2000000000001 311.8 421.3000000000001 311.6 421.3000000000001 312.1H393.7000000000001C380.9000000000001 312.1 370.6 308.9 363.0000000000001 302.8V312.1H323.1000000000001V306.8C312.3000000000001 312.9 302.4000000000001 311.9 258.7000000000001 312.1C258.6 312.1 247.1000000000001 312.2 247.1000000000001 312.1H144.1000000000001C141.6000000000001 306 137.3000000000001 295.7 131.5000000000001 282.1C128.7000000000001 288.1 120.5000000000001 305.9 117.6000000000001 312.1H71.6000000000001V291C64.2000000000001 308.4 66.9000000000001 302 62.6000000000001 312.1H22.9C19.5 304.2 9.2 280.1 -0.2 258.2V368C-0.2 394.5 21.3 416 47.8 416H527.8C554.3 416 575.8 394.5 575.8 368V192.6zM389.4 273.2C389.1 273 388 271 388 265.6C388 259.6 388.9 257.9 389.1 257.7C389.3 257.6 390.2000000000001 257.2 392.5 257.2L399.8 274.1C398.7 274.1 397.7 274.2 396.7 274.2C391.1 274.2 389.7 273.5 389.4 273.2zM369.5 142.3C378.7 139 380.5 132.8 380.5 123.9L380.4 110.1H363.8L363.9 121.6C363.9 133.4 360.1 135.4 349.1 135.4H331.5L331.3999999999999 110.1H314.7999999999999L314.8999999999999 179.4H354.2999999999999C367.2999999999999 179.4 381.3999999999999 177.1 381.3999999999999 160.7C381.2999999999999 153.1 377.2 145.4 369.5 142.3zM363.2 157.6999999999999C363.2 164.0999999999999 357.6 165.0999999999999 352.5 165.0999999999999H331.5V149.4999999999999H352.2C357.8 149.4999999999999 363.2 150.7999999999999 363.2 157.6999999999999zM544.9 164.8H575V179.4H542.1C529.3000000000001 179.4 518.3000000000001 172.8 518.3000000000001 158.7C518.3000000000001 125.7 561.0000000000001 145.9 561.0000000000001 131.3C561.0000000000001 126.2 556.7000000000002 124.9 552.6000000000001 124.9H520.6000000000001L520.5000000000001 110.1H552.5000000000001C560.9000000000001 110.1 570.1000000000001 111.9 575.0000000000001 119V144.8C564.5000000000001 158.6 535.7000000000002 146.1 535.7000000000002 158.3C535.7000000000002 164.1 540.3000000000002 164.8 544.9000000000002 164.8zM445.7 165.1V179.4H390.5L390.4 110.1H445.6L445.7 124.4L407.1 124.7V138.5H445V152.6H407.2V165.1H445.7zM487.9 125H455.7L455.6 110.1999999999999H487.8C502.6 110.1999999999999 514 115.8 514 132.1999999999999C514 165.3999999999999 471.1 143.3999999999999 471.1 158.5C471.1 164.1 476 164.8999999999999 480.3 164.8999999999999H510.7V179.5H477.5C464.7 179.5 454 172.8999999999999 454 158.8C454 125.8 496.7 146.3 496.7 131.4C496.6 126 492 125 487.9 125zM409.8 283.7C392.4 284 376.6 287.8 376.6 264C376.6 252.2 379.4 244.1 392.7 244.1H400.1L423.6 298.5999999999999H448.4L476.3 233.2V298.5999999999999H501.6L530.6999999999999 250.5V298.5999999999999H547.5999999999999V229.6H524L492.8 281.5V229.6H459.1L452.5 244.9H418.2L411.8 229.6H392.6C369.8 229.6 359.6 241.4 359.6 263.5999999999999C359.6 286.9 370.1 298.8999999999999 393.6 298.8999999999999H409.7000000000001V283.7zM424.1 259.2H446.9L435.7 286.8L424.1 259.2zM351.5 298.8H334.6V229.5H351.5V298.8zM313.4 261.5C322.9 258.2 324.4 252.3 324.4 243.1V229.6H307.8C307.5 244.4 311.4 254.7 293 254.7H275V229.6H258.6V298.8999999999999L297.7 298.5999999999999C311 298.5999999999999 325.1 296.5999999999999 325.1 280.2C325.2 272.2 320.8 264.4999999999999 313.4 261.4999999999999zM306.7 276.8C306.7 283.2 301.1 284.2 296 284.2H275V268.9H295.7C301.4 268.9 306.7 270.2 306.7 276.8zM247.2 284.2V298.8H191.7V229.5H247.2V243.8H208.3V257.6H246.1V271.7H208.3V284.2H247.2zM162.6 229.5V283.7L138.6 229.5H124L100 283.7V229.5H66.2L59.8 244.8H25.3L18.9 229.5H1L30.7 298.8H55.2L83.3 233.1V298.8H110.4L132.1 251.8L151.8 298.8H179.4V229.5H162.6zM53.9 259.2L42.4 286.8L31.2 259.2H53.9zM306.9 156.7C306.9 128.8 276.5 133.4 257.6 133.4L257.5 110.1H225.3L204.9 133.1L183.5999999999999 110.1H118.1999999999999L118.2999999999999 179.4H184.7999999999999L205.2999999999999 156.6L226.3 179.4H279C294.6 179.4 306.9 174 306.9 156.7zM194.2 144.9L176.3 165.1H134.6V152.6H170.9V138.5H134.6V124.6999999999999H175.2L194.2 144.8999999999999zM241 172L215.7 144.6L241 116.5V172zM289.3 156.7C289.3 162.8 284.7 165.1 279.1 165.1H257.6V147.5H278.8C284.7 147.5 289.3 150.3 289.3 156.6999999999999z" /> - <glyph glyph-name="cc-apple-pay" - unicode="" - horiz-adv-x="576" d=" M302.2 229.6C302.2 212.4 291.7 202.5 273.2 202.5H248.9V256.7H273.3C291.7 256.7 302.2 246.9 302.2 229.6zM349.7 167C349.7 158.7 356.9 153.3 368.2 153.3C382.6 153.3 393.4 162.4 393.4 175.2V182.9L369.9 181.4C356.6 180.5 349.7 175.6 349.7 167zM576 369V17C576 -9.5 554.5 -31 528 -31H48C21.5 -31 0 -9.5 0 17V369C0 395.5 21.5 417 48 417H528C554.5 417 576 395.5 576 369zM127.8 250.8C136.2 250.1 144.6 255 149.9 261.2000000000001C155.1 267.6 158.5 276.2000000000001 157.6 284.9C150.2 284.6 141 280 135.7 273.6C130.9 268.1 126.8 259.2 127.8 250.8zM188.4 176.3C188.2 176.5 168.8 183.9 168.6 206.3C168.4 225 183.9 234 184.6 234.5C175.8 247.5 162.2 248.9 157.5 249.2C145.3 249.9 134.9 242.3 129.1 242.3C123.2 242.3 114.4 248.9 104.8 248.7C92.3 248.5 80.6 241.4 74.3 230.1C61.2 207.5 70.9 174.1 83.6 155.7C89.8 146.6 97.3 136.6 107.1 137C116.4 137.4 120.1 143 131.3 143C142.6 143 145.8 137 155.6 137.1C165.8 137.3 172.1 146.2000000000001 178.4 155.3C185.3 165.7 188.2 175.7 188.4 176.3zM323.8 229.7C323.8 256.3 305.3 274.5 278.9000000000001 274.5H227.7000000000001V138.1H248.9000000000001V184.7000000000001H278.2000000000001C305.0000000000001 184.7000000000001 323.8000000000001 203.1000000000001 323.8000000000001 229.7000000000001zM413.8 206C413.8 225.7 398 238.4000000000001 373.8 238.4000000000001C351.3 238.4000000000001 334.7 225.5000000000001 334.1 207.9H353.2000000000001C354.8000000000001 216.3000000000001 362.6 221.8000000000001 373.2000000000001 221.8000000000001C386.2000000000001 221.8000000000001 393.4000000000001 215.8000000000001 393.4000000000001 204.6000000000001V197.1000000000001L367.0000000000001 195.5000000000001C342.4000000000001 194.0000000000001 329.1000000000001 183.9 329.1000000000001 166.4C329.1000000000001 148.7000000000001 342.8000000000001 137.0000000000001 362.5000000000001 137.0000000000001C375.8000000000001 137.0000000000001 388.1000000000001 143.7000000000001 393.7000000000001 154.4H394.1V138H413.7000000000001V206zM516 237.1H494.5L469.6 156.5H469.2L444.3000000000001 237.1H422L457.9 137.8L456 131.8C452.8 121.6 447.5 117.6 438.1 117.6C436.4000000000001 117.6 433.2000000000001 117.8 431.9000000000001 117.9V101.5000000000001C433.1 101.1000000000001 438.4000000000001 101.0000000000001 440.0000000000001 101.0000000000001C460.7 101.0000000000001 470.4 108.9 478.9 132.8000000000001L516 237.1z" /> - <glyph glyph-name="cc-diners-club" - unicode="" - horiz-adv-x="576" d=" M239.7 368.1C142.8 368.1 63.9 289.5 63.9 192.3C63.9 95.4 142.8 16.5 239.7 16.5C336.9 16.5 415.5 95.4 415.5 192.3C415.5 289.5 336.9 368.1 239.7 368.1zM199.8 88.5C158.1 104.4 128.4 144.9 128.4 192.3S158.1 280.2000000000001 199.8 296.4V88.5zM279.6 88.2V296.4C321.3 280.2000000000001 351 239.7 351 192.3S321.3 104.4 279.6 88.2000000000001zM528 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H528C554.5 -32 576 -10.5 576 16V368C576 394.5 554.5 416 528 416zM329.7 0H239.4C133.2 0 45.6 85.5 45.6 190.2C45.6 304.8 133.2 384 239.4 384H329.7C434.7 384 530.4 304.8 530.4 190.2C530.4 85.5 434.7 0 329.7 0z" /> - <glyph glyph-name="cc-discover" - unicode="" - horiz-adv-x="576" d=" M83 235.9C83 228 79.8 220.4 74.1 215.2C69.2 210.8 62.5 208.8 52.2 208.8H48V263H52.2C62.5 263 68.9 261.3 74.1 256.4C79.8 251.4 83 243.8 83 235.9zM504.8 264H499.9V239.1H504.6C514.9 239.1 520.4 243.5 520.4 251.9C520.4 259.8 514.9 264 504.8 264zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM428 195H473.3V208.8H444V231H472.3V244.8H444V263H473.3V277H428V195zM341.8 277L376.8 192.8H385.4000000000001L420.9000000000001 277H403.4000000000001L381.2000000000001 221.8L359.3000000000001 277H341.8000000000001zM258.8 235.4C258.8 210.8 278.7 190.8 303.4000000000001 190.8C328.0000000000001 190.8 348.0000000000001 210.7 348.0000000000001 235.4C348.0000000000001 260 328.1000000000001 280 303.4000000000001 280C278.8 280 258.8 260.1 258.8 235.4zM190.8 235.9C190.8 203.4 224.4 183.4 254.1 197.7V216.7C234.8 197.4 207.3 210.9 207.3 235.9C207.3 259.6 234 275 254.1 254.9V273.9C223.9 288.9 190.8 267.1 190.8 235.9zM156.9 207.6C149.3 207.6 143.1 211.3 139.4 218.4L129.1 208.5C146.9 182.4 185.7 190.3 185.7 219.8C185.7 232.9 180.3 238.8 162.1 245.4C152.5 248.8 149.8 251.3 149.8 255.7C149.8 264.4 164.3 269.8 174.7 258.2000000000001L183.1 269C164 286.1 133.4 277.9000000000001 133.4 254.7C133.4 243.4 138.6 237.5000000000001 153.6 232.0000000000001C179.3 222.9 168.3 207.6 156.9 207.6zM99.5 235.9C99.5 260 81.5 277 55.4 277H32V195H55.4C86.3 195 99.5 217.4 99.5 235.9zM122.9 277H106.9V195H122.9V277zM544 160C510.7 139.2 317.6 35.6 128 0H529C537.2 0 544 6.8 544 15V160zM544 195L518.1 229.5C530.2 232 536.8000000000001 240.1 536.8000000000001 252.7C536.8000000000001 281.2 506.5000000000001 277.1 483.9000000000001 277.1V195.1H499.9000000000001V227.9H502.1000000000001L524.3000000000001 195.1H544z" /> - <glyph glyph-name="cc-jcb" - unicode="" - horiz-adv-x="576" d=" M431.5 203.7V236C472.7 236 470 235.8 470 235.8C477.3 234.5 483.3 228.5 483.3 219.8C483.3 211 477.3 205.3 470 204C468.8 203.6 466.7 203.7 431.5 203.7zM474.3 183.5C471.5 184.2 471 184 431.5 184V149C471.1 149 471.5 148.8 474.3 149.5C481.8 151 487.8 157.5 487.8 166.5C487.8 175.2 481.8 182 474.3 183.5zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM182 255.7H125C125 188.6 135.7 146 89.2 146C69.7 146 50.4 151.7 32 160.8V132.8C62 124.5 100 124.5 100 124.5C197.9 124.5 182 172.2 182 255.7zM360.5 251.2C297.1 267.2 195.5 266.1 195.5 191.9C195.5 114.8 303.7 118.3 360.5 132.7V161C312.9 136.3 253 139 253 192S312.8 247.6 360.5 223.2V251.2zM544 161.5C544 180 527.5 192 506 193.5V194.3C525.5 197 536.3 209.8 536.3 224.5C536.3 243.5 520.5999999999999 254.5 499.3 255.5C499.3 255.5 505.6 255.8 379 255.8V128.3H501.6999999999999C525.9999999999999 128.2 543.9999999999999 141.2 543.9999999999999 161.5z" /> - <glyph glyph-name="cc-mastercard" - unicode="" - horiz-adv-x="576" d=" M482.9 37.7C482.9 30.9 478.3 26 471.7 26C464.9 26 460.5 31.2 460.5 37.7C460.5 44.2 464.9 49.4 471.7 49.4C478.3 49.4 482.9 44.2 482.9 37.7zM172.1 49.4C165 49.4 160.9 44.2 160.9 37.7C160.9 31.2 165 26 172.1 26C178.6 26 183 30.9 183 37.7C182.9 44.2 178.6 49.4 172.1 49.4zM289.6 49.7C284.2 49.7 280.9 46.2 280.1 41H299.2C298.3 46.7 294.8 49.7 289.6 49.7zM397.4 49.4C390.6 49.4 386.5 44.2 386.5 37.7C386.5 31.2 390.6 26 397.4 26C404.2 26 408.6 30.9 408.6 37.7C408.6 44.2 404.2 49.4 397.4 49.4zM503.3 23.3C503.3 22.9999999999999 503.6 22.8 503.6 22.1999999999999C503.6 21.8999999999999 503.3 21.6999999999999 503.3 21.0999999999999C502.9999999999999 20.7999999999999 502.9999999999999 20.5999999999999 502.8 20.2999999999999C502.4999999999999 19.9999999999999 502.3 19.7999999999999 501.6999999999999 19.7999999999999C501.3999999999999 19.4999999999999 501.1999999999999 19.4999999999999 500.5999999999999 19.4999999999999C500.2999999999999 19.4999999999999 500.0999999999999 19.4999999999999 499.4999999999999 19.7999999999999C499.1999999999999 19.7999999999999 498.9999999999999 20.0999999999999 498.6999999999999 20.2999999999999C498.3999999999999 20.5999999999999 498.1999999999999 20.7999999999999 498.1999999999999 21.0999999999999C497.8999999999999 21.5999999999999 497.8999999999999 21.8999999999999 497.8999999999999 22.1999999999999C497.8999999999999 22.6999999999999 497.8999999999999 22.9999999999999 498.1999999999999 23.3C498.1999999999999 23.8 498.4999999999999 24.1 498.6999999999999 24.4C498.9999999999999 24.7 499.1999999999999 24.7 499.4999999999999 24.9C499.9999999999999 25.2 500.2999999999999 25.2 500.5999999999999 25.2C501.0999999999999 25.2 501.3999999999999 25.2 501.6999999999999 24.9C502.1999999999999 24.6 502.4999999999999 24.6 502.8 24.4S502.9999999999999 23.8 503.3 23.3zM501.1 21.9C501.6 21.9 501.6 22.2 501.9 22.2C502.2 22.5 502.2 22.7 502.2 23C502.2 23.3 502.2 23.5 501.9 23.8C501.6 23.8 501.4 24.1 500.8 24.1H499.1999999999999V20.6H499.9999999999999V22H500.3L501.4 20.6H502.2L501.1 21.9zM576 367V15C576 -11.5 554.5 -33 528 -33H48C21.5 -33 0 -11.5 0 15V367C0 393.5 21.5 415 48 415H528C554.5 415 576 393.5 576 367zM64 227.4C64 150.9 126.1 88.9 202.5 88.9C229.7 88.9 256.4 97.1 279 112C206.1 171.3 206.6 283.2 279 342.5C256.4 357.5 229.7 365.6 202.5 365.6C126.1 365.7 64 303.6 64 227.4zM288 118.6C358.5 173.6 358.2 280.8 288 336.1C217.8 280.8 217.5 173.5 288 118.6zM145.7 42.3C145.7 51 140 56.7 131 57C126.4 57 121.5 55.6 118.2 50.5C115.8 54.6 111.7 57 106 57C102.2 57 98.4 55.6 95.4 51.6V56H87.2V19.3H95.4C95.4 38.2 92.9 49.5 104.4 49.5C114.6 49.5 112.6 39.3 112.6 19.3H120.5C120.5 37.6 118 49.5 129.5 49.5C139.7 49.5 137.7 39.5 137.7 19.3H145.9V42.3zM190.6 56H182.7V51.6C180 54.9 176.2 57 171 57C160.7 57 152.8 48.8 152.8 37.7C152.8 26.5 160.7 18.4 171 18.4C176.2 18.4 180 20.3 182.7 23.8V19.1999999999999H190.6V56zM231.1 30.4C231.1 45.4 208.2 38.6 208.2 45.6C208.2 51.3 220.1 50.4 226.7 46.7L230 53.2C220.6 59.3 199.8 59.2 199.8 45C199.8 30.7 222.7 36.7 222.7 30C222.7 23.7 209.2 24.2 202 29.2L198.5 22.9C209.7 15.3 231.1 16.9 231.1 30.4zM266.5 21.1L264.3 27.9C260.5 25.8 252.1 23.5 252.1 32V48.6H265.2000000000001V56H252.1000000000001V67.2H243.9000000000001V56H236.3000000000001V48.7H243.9000000000001V32C243.9000000000001 14.4 261.2000000000001 17.6 266.5000000000001 21.1zM279.8 34.4999999999999H307.3C307.3 50.6999999999999 299.9000000000001 57.1 289.9000000000001 57.1C279.3 57.1 271.7000000000001 49.2 271.7000000000001 37.8C271.7000000000001 17.3 294.3000000000001 13.9 305.5000000000001 23.6L301.7000000000001 29.6C293.9000000000001 23.2 282.1 23.8 279.8000000000001 34.4999999999999zM338.9000000000001 55.9999999999999C334.3 57.9999999999999 327.3 57.8 323.7000000000001 51.6V56H315.5000000000001V19.3H323.7000000000001V40C323.7000000000001 51.6 333.2000000000001 50.1 336.5000000000001 48.4L338.9000000000001 56zM349.5000000000001 37.6999999999999C349.5000000000001 49.0999999999999 361.1000000000001 52.8 370.2000000000001 46.0999999999999L374.0000000000001 52.5999999999999C362.4000000000001 61.6999999999999 341.3000000000001 56.6999999999999 341.3000000000001 37.5999999999999C341.3000000000001 17.7999999999999 363.7000000000001 13.7999999999999 374.0000000000001 22.5999999999999L370.2000000000001 29.0999999999999C361.0000000000001 22.5999999999999 349.5000000000001 26.4999999999999 349.5000000000001 37.6999999999999zM416.2000000000001 55.9999999999999H408V51.6C399.7 62.6 378.1 56.4 378.1 37.7C378.1 18.5 400.5 13 408 23.8V19.2H416.2V56zM449.9000000000001 55.9999999999999C447.5000000000001 57.1999999999999 438.9000000000001 58.8999999999999 434.7000000000001 51.6V56H426.8000000000001V19.3H434.7000000000001V40C434.7000000000001 51 443.7000000000001 50.3 447.5000000000001 48.4L449.9000000000001 56zM490.2 70.8999999999999H482.3000000000001V51.5999999999999C474.1000000000001 62.4999999999999 452.4000000000001 56.6999999999999 452.4000000000001 37.6999999999999C452.4000000000001 18.3 474.9000000000001 13.0999999999999 482.3000000000001 23.8V19.1999999999999H490.2V70.8999999999999zM497.8000000000001 145.9999999999999V141.3999999999999H498.6000000000001V146H500.5000000000001V146.8H495.9V146H497.8zM504.4000000000001 22.1999999999999C504.4000000000001 22.6999999999999 504.4000000000001 23.2999999999999 504.1000000000001 23.7999999999999C503.8000000000001 24.0999999999999 503.6000000000001 24.5999999999999 503.3000000000001 24.8999999999999C503.0000000000001 25.1999999999999 502.5000000000001 25.3999999999999 502.2 25.6999999999999C501.7 25.6999999999999 501.1 25.9999999999999 500.6 25.9999999999999C500.3 25.9999999999999 499.8 25.6999999999999 499.2 25.6999999999999C498.7 25.3999999999999 498.4 25.1999999999999 498.1 24.8999999999999C497.6 24.5999999999999 497.3 24.0999999999999 497.3 23.7999999999999C497 23.2999999999999 497 22.6999999999999 497 22.1999999999999C497 21.8999999999999 497 21.3999999999999 497.3 20.7999999999999C497.3 20.4999999999999 497.6 19.9999999999999 498.1 19.6999999999999C498.4 19.3999999999999 498.6 19.1999999999999 499.2 18.8999999999999C499.7 18.5999999999999 500.3000000000001 18.5999999999999 500.6 18.5999999999999C501.1 18.5999999999999 501.7 18.5999999999999 502.2 18.8999999999999C502.5000000000001 19.1999999999999 503.0000000000001 19.3999999999999 503.3000000000001 19.6999999999999C503.6000000000001 19.9999999999999 503.8000000000001 20.4999999999999 504.1000000000001 20.7999999999999C504.4000000000001 21.3999999999999 504.4000000000001 21.8999999999999 504.4000000000001 22.1999999999999zM507.6000000000001 146.8999999999999H506.2000000000001L504.6000000000001 143.3999999999999L503.0000000000001 146.8999999999999H501.6000000000001V141.4999999999999H502.4000000000001V145.5999999999999L504.0000000000001 142.0999999999999H505.1000000000001L506.5000000000001 145.5999999999999V141.4999999999999H507.6000000000001V146.8999999999999zM512.0000000000001 227.3999999999999C512.0000000000001 303.5999999999999 449.9000000000001 365.6999999999999 373.5000000000001 365.6999999999999C346.3000000000002 365.6999999999999 319.6000000000002 357.4999999999999 297.0000000000001 342.5999999999999C369.1000000000002 283.2999999999999 370.2000000000001 171.0999999999999 297.0000000000001 112.0999999999999C319.6000000000002 97.0999999999999 346.5000000000001 88.9999999999999 373.5000000000001 88.9999999999999C449.9000000000001 88.8999999999999 512.0000000000001 150.8999999999999 512.0000000000001 227.3999999999999z" /> - <glyph glyph-name="cc-paypal" - unicode="" - horiz-adv-x="576" d=" M186.3 189.8C186.3 177.6 176.6 168.3 164.3 168.3C155.1 168.3 148.3 173.5 148.3 183.3C148.3 195.5 157.8 205.3 170 205.3C179.3 205.3 186.3 199.6 186.3 189.8zM80.5 238.3H75.8C74.3 238.3 72.8 237.3 72.6 235.6L68.3 208.9L76.5 209.2000000000001C87.5 209.2000000000001 96 210.7000000000001 98 223.4C100.3 236.8000000000001 91.8 238.3000000000001 80.5 238.3000000000001zM364.5 238.3H360C358.2 238.3 357 237.3 356.8 235.6L352.6 208.9L360.6 209.2000000000001C373.6 209.2000000000001 382.6 212.2000000000001 382.6 227.2000000000001C382.5 237.8000000000001 373 238.3000000000001 364.5 238.3000000000001zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM128.3 232.6C128.3 253.6 112.1 260.6 93.6 260.6H53.6C51.1 260.6 48.6 258.6 48.4 255.9L32 153.8C31.7 151.8 33.2 149.8 35.2 149.8H54.2C56.9 149.8 59.4 152.7 59.7 155.5L64.2 182.1C65.2 189.3 77.4 186.8 82.2 186.8C110.8 186.8 128.3 203.8 128.3 232.6zM212.5 223.8H193.5C189.7 223.8 189.5 218.3 189.3 215.6C183.5 224.1 175.1 225.6 165.6 225.6C141.1 225.6 122.4 204.1 122.4 180.4C122.4 160.9 134.6 148.2 154.1 148.2C163.1 148.2 174.3 153.1 180.6 160.1C180.1 158.6 179.6 155.4 179.6 153.9C179.6 151.6 180.6 149.9 182.8 149.9H200C202.7 149.9 205 152.8 205.5 155.6L215.7 219.9C216 221.8 214.5 223.8 212.5 223.8zM253 125.9L316.7 218.5C317.2 219 317.2 219.5 317.2 220.2C317.2 221.9 315.7 223.7 314 223.7H294.8C293.1 223.7 291.3 222.7 290.3 221.2L263.8 182.1999999999999L252.8 219.6999999999999C252 221.8999999999999 249.8 223.6999999999999 247.3 223.6999999999999H228.6C226.9000000000001 223.6999999999999 225.4000000000001 221.8999999999999 225.4000000000001 220.1999999999999C225.4000000000001 219 244.9000000000001 163.3999999999999 246.6 158.0999999999999C243.9000000000001 154.2999999999999 226.1 129.4999999999999 226.1 126.4999999999999C226.1 124.6999999999999 227.6 123.2999999999999 229.3 123.2999999999999H248.5C250.3 123.3999999999999 252 124.3999999999999 253 125.8999999999999zM412.3 232.6C412.3 253.6 396.1 260.6 377.6 260.6H337.9000000000001C335.2000000000001 260.6 332.7000000000001 258.6 332.4000000000001 255.9L316.2000000000001 153.9C316.0000000000001 151.9 317.5000000000001 149.9 319.4000000000001 149.9H339.9000000000001C341.9000000000001 149.9 343.4000000000001 151.4 343.9000000000001 153.1L348.4000000000001 182.1C349.4000000000001 189.3 361.6 186.8 366.4000000000001 186.8C394.8 186.8 412.3 203.8 412.3 232.6zM496.5 223.8H477.5C473.7 223.8 473.5 218.3 473.2 215.6C467.7 224.1 459.2 225.6 449.5 225.6C425 225.6 406.3 204.1 406.3 180.4C406.3 160.9 418.5 148.2 438 148.2C447.3 148.2 458.5 153.1 464.5 160.1C464.2 158.6 463.5 155.4 463.5 153.9C463.5 151.6 464.5 149.9 466.7 149.9H484C486.7 149.9 489 152.8 489.5 155.6L499.7 219.9C500 221.8 498.5 223.8 496.5 223.8zM544 257.1C544 259.1 542.5 260.6 540.8 260.6H522.3C520.8 260.6 519.3 259.4 519.0999999999999 257.9L502.8999999999999 153.9L502.5999999999999 153.4C502.5999999999999 151.6 504.0999999999999 149.9 506.0999999999999 149.9H522.5999999999999C525.0999999999999 149.9 527.5999999999999 152.8 527.8 155.6L544 256.8V257.1zM454 205.3C441.8 205.3 432.3 195.6 432.3 183.3C432.3 173.6 439.3 168.3 448.5 168.3C460.5 168.3 470.2 177.5 470.2 189.8C470.3 199.6 463.3 205.3 454 205.3z" /> - <glyph glyph-name="cc-stripe" - unicode="" - horiz-adv-x="576" d=" M396.9 191.5C396.9 172.4 388.1 158.1 375 158.1C366.7 158.1 361.7 161.1 358.2 164.8L358 217.6C361.7 221.7 366.8 224.6 375 224.6C387.9 224.7 396.9 210.1 396.9 191.5zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM122.2 166.9C122.2 209.2 67.9 201.6 67.9 217.6C67.9 223.1 72.5 225.3 80 225.3C90.8 225.3 104.5 222 115.3 216.2V249.6C103.5 254.3 91.8 256.1 80 256.1C51.2 256.1 32 241.1 32 215.9C32 176.6 86 183 86 166C86 159.4 80.3 157.3 72.4 157.3C60.6 157.3 45.5 162.2 33.5 168.6V134.7000000000001C46.7 129.0000000000001 60.1 126.6 72.3 126.6C101.9 126.8 122.2 141.3 122.2 166.9zM191.1 253.8H164.1V284.6L129.4 277.2L129.2000000000001 163.3C129.2000000000001 142.3 145.0000000000001 126.8 166.1000000000001 126.8C177.7000000000001 126.8 186.3000000000001 128.9 191.0000000000001 131.5V160.3999999999999C186.5000000000001 158.5999999999999 164.0000000000001 152.0999999999999 164.0000000000001 173V223.5H191.0000000000001V253.8zM264.9000000000001 253.8C260.2000000000001 255.5 243.6 258.6 235.3000000000001 243.3L233.1000000000001 253.8H202.4000000000001V129.3H237.9000000000001V213.7C246.3000000000001 224.7 260.5000000000001 222.6 265.0000000000001 221.1V253.8zM309.1 253.8H273.4000000000001V129.3H309.1V253.8zM309.1 301.1L273.4000000000001 293.5V264.6L309.1 272.2V301.1zM431.8 192.3C431.8 233.6 408.3 256.1 383.4000000000001 256.1C369.5000000000001 256.1 360.5000000000001 249.5 355.6 245L353.8 253.8H322.5V88L358 95.5L358.1 135.7C363.2000000000001 132 370.8 126.7 383.2000000000001 126.7C408.6 126.8 431.8000000000001 147.2 431.8000000000001 192.3zM544 191.1C544 227.5 526.4 256.2 492.7 256.2C458.9 256.2 438.4 227.5 438.4 191.3C438.4 148.5 462.6 126.8 497.2 126.8C514.2 126.8 526.9 130.6999999999999 536.6 136V164.6C526.9 159.7 515.8000000000001 156.7 501.7 156.7C487.9 156.7 475.7 161.6 474.1 178.2H543.6C543.7 180.2 544 187.6 544 191.1zM492.4 227.2C483.5 227.2 473.7 220.5 473.7 204.5H510.4C510.4 220.5 501.1 227.2 492.4 227.2z" /> - <glyph glyph-name="cc-visa" - unicode="" - horiz-adv-x="576" d=" M470.1 216.7S477.7 179.5 479.4 171.7H446C449.3 180.6 462 215.2 462 215.2C461.8 214.9 465.3 224.3 467.3 230.1L470.1 216.7zM576 368V16C576 -10.5 554.5 -32 528 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368zM152.5 116.8L215.7 272H173.2L133.9 166L129.6 187.5L115.6 258.9C113.3 268.8 106.2 271.6 97.4 272H32.7L32 268.9C47.8 264.9 61.9 259.1 74.2 251.8L110 116.8H152.5zM246.9 116.6L272.1 272H231.9000000000001L206.8000000000001 116.6H246.9000000000001zM386.8 167.4C387 185.1 376.2 198.6 353.1 209.7000000000001C339 216.8000000000001 330.4000000000001 221.6000000000001 330.4000000000001 228.9000000000001C330.6 235.5000000000001 337.7000000000001 242.3000000000001 353.5000000000001 242.3000000000001C366.6000000000001 242.6000000000001 376.2000000000001 239.5000000000001 383.4000000000001 236.4000000000001L387.0000000000001 234.7000000000001L392.5000000000001 268.3000000000001C384.6000000000001 271.4000000000001 372.0000000000001 274.9000000000001 356.5000000000001 274.9000000000001C316.8000000000001 274.9000000000001 288.9000000000001 253.7000000000001 288.7000000000001 223.5C288.4000000000001 201.2 308.7000000000001 188.8 323.9000000000001 181.3C339.4000000000001 173.7 344.7000000000001 168.7 344.7000000000001 162C344.5000000000001 151.6 332.1 146.8 320.6 146.8C304.6 146.8 296 149.3 282.9000000000001 155.1L277.6 157.6L272 122.7000000000001C281.4 118.4 298.8 114.6 316.8 114.4C359 114.3 386.5 135.2000000000001 386.8 167.4zM528 116.6L495.6 272H464.5C454.9 272 447.6 269.2 443.5 259.1L383.8 116.6H426S432.9 135.8 434.4 139.9H486C487.2 134.4 490.8 116.6 490.8 116.6H528z" /> - <glyph glyph-name="centercode" - unicode="" - horiz-adv-x="512" d=" M329.2 179.4C325.4 144.2 293.8 118.8 258.6 122.6C223.4 126.4 198 158 201.8 193.2C205.6 228.4 237.2 253.8 272.4 250C307.5 246.2 333 214.5999999999999 329.2 179.4zM243.4 -55.7C96.7 -48 -8.2 82.5 10.1 223.7C21.3 310.3 75.9 380.6 149.2 415.7C310.2 492.8 498.9 378.3 503.9 199.1C508 52.1 385.5 -63.1 243.4 -55.7zM423.3 124.3C451.1999999999999 242.3 262.8 330.2 186.1 358.5C128.6 302.2 117 169.9 152.3 14.1C221.1 -1.7 321.4 40.4999999999999 423.3 124.3z" /> - <glyph glyph-name="chrome" - unicode="" - horiz-adv-x="496" d=" M131.5 230.5L55.1 347.9C102.7 407.1 174.1 439.7 247.1 440C289.4 440.3 332.6 429.5 371.9 406.8C415.3 381.6 448.3 345.4 469.3 303.8L264 314.6C205.9 318 150.6 285.3 131.5 230.5zM164.4 192C164.4 145.8 201.8 108.4 248 108.4S331.6 145.8 331.6 192S294.2000000000001 275.6 248.0000000000001 275.6S164.4 238.3 164.4 192zM479.3 281.2L339.6 274C377.5 229.7 378.1 165.8 346.2000000000001 116.8L234.1 -55.6C280.6 -58.1 328.5 -47.9 371.9 -22.7C479.3 39.3 522.8 169.3 479.3 281.2zM133.7 144.4L40.4 327.9C14.9 288.9 0 242.1 0 192C0 68 90.8 -34.7 209.5 -52.9L273.2 71.9C215.6 61.1 160 92.7000000000001 133.7 144.4z" /> - <glyph glyph-name="cloudscale" - unicode="" - horiz-adv-x="448" d=" M318.1 294L308.7000000000001 286.4C286.2000000000001 305.7000000000001 257.2000000000001 320 225.4000000000001 320C153.8 320 96 259.2 96 187.7C96 181.1 96.4 174.6 97.4 168.3C95.4 224.3 139.2 265.7000000000001 190 265.7000000000001C214.2 265.7000000000001 236.2 256.3 252.6 241.0000000000001L227.4 220.6C219.1 221.5 210.6 218.8 204.3 212.5C193.2 201.5 193.2 183.6 204.3 172.5C215.4 161.5 233.2 161.5 244.3 172.5C250.6 178.8 253.3 187.4 252.4 195.6L327.6 284.4C333.9000000000001 290.9 324.3 300.3 318.1 294zM234.3 182.5C228.7 177 219.7 177 214.1 182.5C208.5 188.1 208.5 197.1 214.1 202.7S228.7 208.3 234.3 202.7S239.9 188 234.3 182.5zM224 416C100.5 416 0 315.5 0 192S100.5 -32 224 -32S448 68.5 448 192S347.5 416 224 416zM224 32C135.8 32 64 103.8 64 192S135.8 352 224 352S384 280.2 384 192S312.2 32 224 32z" /> - <glyph glyph-name="cloudsmith" - unicode="" - horiz-adv-x="332" d=" M332.5 28.1C332.5 -18.3 294.9 -56 248.5 -56S164.5 -18.3 164.5 28.1S202.1 112.1 248.5 112.1S332.5 74.5 332.5 28.1zM248.5 272C294.9 272 328.5 309.6 328.5 356S294.9 440 248.5 440S160.5 402.4000000000001 160.5 356S130.9 280 84.5 280S0.5 238.4000000000001 0.5 192S38.1 112 84.5 112S168.5 145.6 168.5 192S202.1 272 248.5 272z" /> - <glyph glyph-name="cloudversify" - unicode="" - horiz-adv-x="616" d=" M148.6 144C156.8 75.5 216 28.5 294.6 32.7C345.8 -10.6 431.4000000000001 -13.1 481 38.3C550.2 37.2 599.5 82.9 612.5 137.8C627.3 200.3 594.3 270.3 520.4 292.9C487.4 381 389 394.4 333.9 377.9C276.6 360.6 249.6 324.7 234.6 268.2C226.8 265.5 208.1 259.3 189.6 244.1C201.3 244.1 204.8 235.2 204.8 224.6V204.2C204.8 193.5 196.1 184.7 185.3 184.7H165.1C154.4 184.7 145.6 190.7 145.6 201.4V208H98.8C95 208 88 203.7 88 196.1V155.7C88 149.3 93.3 143.9 99.7 143.9H148.6zM376 136C365.3 89.7 397.7 63.6 431.3 49.2C324.1 15.4 259.7 100 296 160C262.8 138.4 262.3 88.8 266.8 67.1C248.9 79.5 213 99.5 209.4 146.9C206.4 186.8 230.9 222.6 266.4 240.8000000000001C297 256.6 369.9 249.3 400 200C385.9 248 346.2 270.1 298.2 274.8C329.1 305.5 362.6 325.1 412.4 318.5C482.2 309.2 545.5999999999999 235.7 480.1 168C515.0999999999999 184.3 528.8 222.4 527.5999999999999 244.9L538.0999999999999 225.3C549.8999999999999 203.3 553.3 177.7 547.4999999999999 153.3C538.2999999999998 114.3 506.8999999999999 84.5 467.7999999999999 76.8C435.6999999999999 70.5 384.7 81.9 375.9999999999999 136zM128 240H88.2C79.3 240 72 247.3 72 256.2V295.8C72 304.7 79.3 312 88.2 312H128C136.9 312 144.2 304.7 144.2 295.8V256.2C144.2 247.3 136.9 240 128 240zM10.1 280C4.5 280 0 284.5 0 290.1V317.9C0 323.5 4.5 328 10.1 328H37.8C43.3 328 47.9 323.5 47.9 317.9V290.1C47.9 284.5 43.4 280 37.8 280H10.1zM168 305.3V326.7000000000001C168 331.8 172.2 336 177.3 336H198.7C203.8 336 208 331.8 208 326.7000000000001V305.3C208 300.2000000000001 203.8000000000001 296 198.7 296H177.3C172.2 296 168 300.2 168 305.3zM56 212.5V187.5C56 181.2 50.9 176 44.6 176H19.4C13.1 176 8 181.2 8 187.5V212.5C8 218.8 13.1 224 19.4 224H44.5C50.9 224 56 218.8 56 212.5z" /> - <glyph glyph-name="codepen" - unicode="" - horiz-adv-x="512" d=" M502.285 288.296L268.2850000000001 444.296C260.298 449.211 251.7740000000001 449.256 243.7140000000001 444.296L9.714 288.296C3.714 284.2970000000001 0 277.153 0 270.011V114.012C0 106.869 3.714 99.726 9.715 95.726L243.715 -60.296C251.702 -65.211 260.226 -65.256 268.286 -60.296L502.286 95.726C508.286 99.725 512.001 106.869 512.001 114.012V270.011C512 277.153 508.286 284.2970000000001 502.285 288.296zM278 384.8690000000001L450.286 270.011L373.429 218.582L278 282.2970000000001V384.8690000000001zM234 384.8690000000001V282.2970000000001L138.571 218.582L61.714 270.011L234 384.8690000000001zM44 228.868L99.143 192.011L44 155.154V228.868zM234 -0.847L61.714 114.011L138.571 165.4400000000001L234 101.725V-0.847zM256 140.011L178.285 192.011L256 244.011L333.7150000000001 192.011L256 140.011zM278 -0.847V101.725L373.429 165.4400000000001L450.286 114.0110000000001L278 -0.847zM468 155.154L412.857 192.011L468 228.868V155.154z" /> - <glyph glyph-name="codiepie" - unicode="" - horiz-adv-x="472" d=" M422.5 245.1C453.2 245.1 456 192 422.2 192H411.4V147.7H384.8V245.1H422.5zM472 95.4C429.9 3.5 350.4 -56 248 -56C111 -56 0 55 0 192S111 440 248 440C345.4 440 420.8 386.3 466.2 301.6L280.2 192.8L472 95.4zM433.5 82.9L373.2 113.6C346.1 69.3 302.8 42.1999999999999 250.8 42.1999999999999C168.3 42.1999999999999 101.6 108.8999999999999 101.6 191.0999999999999C101.6 273.5999999999999 168.3 340.2999999999999 250.8 340.2999999999999C299.2 340.2999999999999 339.7 316.7999999999999 367.7 276.8999999999999L427.2 311.4999999999999C386.5 374.0999999999999 322.5 411.4999999999999 248 411.4999999999999C126.8 411.4999999999999 28.5 313.1999999999999 28.5 191.9999999999999S126.8 -27.5 248 -27.5C326.6 -27.5 394.5 14.6 433.5 82.9z" /> - <glyph glyph-name="connectdevelop" - unicode="" - horiz-adv-x="576" d=" M550.5 207L500.411 293.786C501.482 295.928 502.286 298.339 502.286 301.0180000000001C502.286 309.054 495.59 315.751 487.554 316.019L432.107 411.9120000000001C432.643 413.519 433.178 415.126 433.178 416.733C433.178 425.304 426.214 432.001 417.91 432.001C413.089 432.001 409.071 429.858 406.124 426.376H299.518C296.839 429.857 292.8210000000001 432 288 432S279.161 429.857 276.482 426.375H170.411C167.464 429.857 163.447 432 158.625 432C150.322 432 143.357 425.304 143.357 416.732C143.357 415.125 143.893 413.25 144.429 411.911L88.446 314.678C83.09 312.2680000000001 79.339 307.178 79.339 301.017C79.339 300.482 79.607 299.9460000000001 79.607 299.41L26.303 207.267C19.071 205.928 13.713 199.767 13.713 192.267C13.713 185.035 18.802 178.874 25.767 177.267L80.946 81.909C80.41 80.302 80.142 78.963 80.142 77.088C80.142 69.8559999999999 85.231 63.6949999999999 92.196 62.356L143.893 -27.376C143.357 -28.983 142.822 -30.858 142.822 -32.733C142.822 -41.304 149.786 -48.001 158.09 -48.001C162.911 -48.001 166.929 -45.858 169.608 -42.6439999999999H276.483C279.161 -45.857 283.447 -48 288 -48S296.839 -45.857 299.5180000000001 -42.643H406.6610000000001C409.3390000000001 -45.589 413.3570000000001 -47.464 417.6430000000001 -47.464C426.2140000000001 -47.464 432.9110000000001 -40.5 432.9110000000001 -32.196C432.9110000000001 -30.589 432.6440000000001 -29.25 432.1080000000001 -27.911L483.8050000000001 62.357C490.7690000000001 63.696 495.859 69.857 495.859 77.0889999999999C495.859 78.696 495.5910000000001 80.3029999999999 495.0550000000001 81.91L549.9660000000001 177.268C556.9300000000002 178.607 562.2880000000001 184.768 562.2880000000001 192.268C562.2860000000002 199.5 557.1960000000001 205.661 550.5000000000001 207zM153.535 -2.732L109.875 73.071H153.535V-2.732zM153.535 81.107H109.875C109.607 82.178 109.071 83.249 108.536 84.321L153.535 131.731V81.107zM153.535 143.518L103.178 90.2139999999999C101.839 90.7499999999999 100.499 91.5539999999999 99.16 91.821L43.447 188.25C43.982 189.589 43.982 190.929 43.982 192.268S43.982 194.678 43.714 195.75L95.679 285.75C98.358 286.0180000000001 101.036 286.822 103.447 288.429L153.536 236.464V143.518zM153.535 245.84L107.732 293.25C109.071 295.393 109.875 298.071 109.875 301.017C109.875 301.285 109.607 301.821 109.607 302.089L153.535 317.893V245.84zM153.535 326.465L109.875 310.661L153.535 386.197V326.465zM480.054 287.357L480.8579999999999 286.018L445.5 118.875L381.75 186.107L479.786 287.625L480.054 287.357zM291.75 92.893L303.2680000000001 81.107H280.5L291.75 92.893zM291.4820000000001 104.143L208.179 189.589L287.7320000000001 273.964L370.7680000000001 186.375L291.4820000000001 104.1429999999999zM296.8390000000001 98.25L376.1250000000001 180.482L443.6250000000001 109.232L437.7330000000001 81.107H313.714L296.839 98.25zM410.411 403.607C411.4820000000001 403.0710000000001 412.553 402.535 413.8930000000001 402.267L471.75 301.553V301.017C471.75 298.0710000000001 472.553 295.3930000000001 473.893 293.25L376.393 192L293.358 279.589L410.411 403.607zM401.304 405.75L287.7320000000001 285.482L230.6780000000001 345.75L397.0170000000001 405.75H401.3040000000001zM277.821 405.75C280.499 403.072 283.981 401.4650000000001 288 401.4650000000001S295.5 403.072 298.1789999999999 405.75H373.1789999999999L224.786 352.179L173.893 405.75H277.8210000000001zM161.572 400.125L162.643 402.267A33.834 33.834 0 0 1 165.322 403.0710000000001L216.483 349.231L161.572 329.41V400.125zM161.572 320.839L222.375 342.803L282.107 279.589L202.554 195.482L161.572 237.535V320.839zM161.572 228.161L198 190.393L161.572 152.089V228.161zM161.572 140.303L203.625 184.767L286.393 98.785L269.25 81.107H161.572V140.303zM168.536 -21.75C166.929 -20.143 165.054 -19.072 162.643 -18.268L161.572 -16.6609999999999V73.071H261.482L169.875 -21.75H168.536zM298.447 -21.75C295.7680000000001 -19.34 292.019 -17.465 288 -17.465S280.233 -19.34 277.553 -21.75H181.124L272.731 73.071H311.035L402.642 -21.75H298.447zM418.447 -9.964L414.161 -17.464C412.822 -17.732 411.751 -18.267 410.679 -18.803L321.483 73.072H435.8589999999999L418.447 -9.964zM431.303 12.268L444.161 73.071H466.125L431.303 12.268zM466.125 81.107H445.7680000000001L450.3210000000001 102.2670000000001L467.4640000000001 84.0530000000001C466.929 83.2500000000001 466.393 82.179 466.1250000000001 81.107zM532.2860000000001 188.518L476.8390000000001 91.821C475.5000000000001 91.286 474.1600000000001 90.75 472.8210000000001 89.947L452.1960000000001 111.911L486.7500000000001 275.839L532.5530000000001 196.553C532.2860000000001 195.214 531.7500000000001 193.875 531.7500000000001 192.268C531.7500000000001 190.929 532.0180000000001 189.857 532.2860000000001 188.518z" /> - <glyph glyph-name="contao" - unicode="" - horiz-adv-x="512" d=" M45.4 143C59.8 75.9 71.8 14 113.6 -32H34C15.3 -32 0 -16.8 0 2V382C0 400.7 15.2 416 34 416H91.7C77.9 403.4 65.6 388.8 54.8 372.4C9.4 302.4 27.8 225.6 45.4 143zM478 416H387.8C409.2 394.6 427 366.5 440.5 331.9L303.4 302.6C288.5 331.6 265.6 355.9 220.8 346.5C196.2 341.2 179.8 327.2 172.5 311.9C163.7 293.2000000000001 159.3 272.1 180.7 171.6C201.8 71.4 214.4 53.9 230.2 40.4C243.1 29.3 263.6 23.4 288.5 28.7C333 38.1 344.2 69.4 345.9 101.9L483.3 131.5000000000001C486.4999999999999 60.0000000000001 464.6 6.3000000000001 425.9 -32.0999999999999H478C496.7 -32.0999999999999 512 -16.8999999999999 512 1.9000000000001V382C512 400.8 496.8 416 478 416z" /> - <glyph glyph-name="cpanel" - unicode="" - horiz-adv-x="640" d=" M52.9 234.3H92.9L86.7 210.7C84.8 204.2 79.3 199.8 72.4 199.8H53.8C28.9 199.8 29.1 162.4 53.8 162.4H65.1C69.3 162.4 72.7 158.5000000000001 71.5 154.1L64.4 128H52C18.5 128 -7 159.4 1.7 193.2C9 220.2 30 234.3 52.9 234.3M73.1 128L108 258.1C109.8 264.5 115.2 269 122.3 269H159.3C183.4 269 204.7 252.6 210.3 227.8C216.9 198.7 195.8 162.5 158.6 162.5H126.6L133 186.3C134.8000000000001 192.5 140.3000000000001 197.1 147.3000000000001 197.1H157.6000000000001C170.0000000000001 197.1 178.4000000000001 208.8 175.9000000000001 219.7C173.8000000000001 228.9 166.0000000000001 234.5000000000001 157.6000000000001 234.5000000000001H137.8000000000001L112 138.8C110.1 132.6 104.6 128.1 97.8 128.1L73.1 128M293.7 197.4C294 198.4 295.6 202.7 291.6 202.7H234.1C224.4 202.7 217.5 211.6 219.9 221.2L223.4 234.6H301.3C320.1 234.6 334.6 217 329.8 197.8L315.8 146C313 135.4 303.6 128.2 292.4 128.2L234.9 128.4C192 128.4 196.4 192.2 235.6 192.2H284L280.5 179C278.6 172.8 273.1 168.2 266.3 168.2H244.7C239.4 168.2 239.4 160.3 244.7 160.3H279.6C284.2000000000001 160.3 284.7000000000001 164.2 285.1 165.6L293.7000000000001 197.4M396.8000000000001 234.3000000000001C431.2000000000001 234.3000000000001 456.1000000000001 202.0000000000001 447.1000000000001 168.9L438.3000000000001 135.8C437.1000000000001 130.9 432.6000000000001 128 428.0000000000001 128H408.9000000000001C404.4000000000001 128 401.3 132 402.5000000000001 136.3L413.1000000000001 176.3C416.4000000000001 187.9 407.5000000000001 199.7 395.0000000000001 199.7H375.2000000000001L358.0000000000001 135.7000000000001C356.8000000000001 130.9 352.4000000000001 127.9 347.6000000000001 127.9H328.7000000000001C324.5000000000001 127.9 321.1000000000001 131.8 322.3000000000002 136.2000000000001L348.5000000000001 234.2000000000001H396.8000000000002M498 196.4L490 166.4C489.1 163.1 491.5 159.7 495.1 159.7H568.4L562.6999999999999 138.7C560.8 132.5 555.3 128 548.4999999999999 128H481.7999999999999C461.7999999999999 128 448.4999999999999 147 453.4999999999999 164.7L464.2999999999999 204.7C469.0999999999999 222.3 484.9999999999999 234.3 502.8999999999999 234.3H550.1999999999999C569.1999999999999 234.3 583.4 216.6 578.4999999999999 197.5L575.2999999999998 185.5C572.3999999999999 174.5 562.5999999999998 167.9 552.0999999999998 167.9H498.6999999999998L502.1999999999998 180.9C503.7999999999998 187.1 509.3999999999998 191.7 516.3999999999999 191.7H538C540 191.7 541.3 192.7 541.9 194.7L542.6 197.3C543.3000000000001 200 541.3000000000001 202.4 538.7 202.4H505.8000000000001C501.7 202.4 498.9000000000001 200.3 498.0000000000001 196.4zM568.2 128L603.8000000000001 261.1C605.0000000000001 265.8 609.3000000000001 269 614.2 269H633.1C637.6 269 640.8000000000001 265 639.6 260.7L613.1 162.5C608 141.8 588.9 128 568.2 128" /> - <glyph glyph-name="creative-commons" - unicode="" - horiz-adv-x="512" d=" M255.547 440C392.884 440 504 333.5610000000001 504 191.996C504 42.021 381.106 -56 255.562 -56C122.319 -56 8 53.443 8 191.996C8 323.175 113.486 440 255.547 440zM256.446 395.266C136.105 395.266 52.719 294.698 52.719 191.988C52.719 85.473 141.703 -10.406 256.446 -10.406C357.974 -10.406 459.2669999999999 69.036 459.2669999999999 191.981C459.266 306.754 367.4939999999999 395.266 256.4459999999999 395.266zM253.338 233.173L220.113 215.898C214.718 227.101 204.863 235.824 192.654 235.824C170.52 235.824 159.437 221.215 159.437 191.982C159.437 168.14 168.883 148.14 192.654 148.14C207.1229999999999 148.14 217.3069999999999 155.231 223.22 169.399L253.771 153.899C240.958 130 216.8839999999999 114.924 188.6699999999999 114.924C145.5079999999999 114.924 114.7109999999999 142.196 114.7109999999999 191.976C114.7109999999999 241.517 147.4169999999999 269.035 187.3449999999999 269.035C218.0589999999999 269.048 240.0459999999999 257.089 253.3379999999999 233.173zM396.382 233.173L363.607 215.898C358.09 227.38 348.283 235.824 335.707 235.824C313.565 235.824 302.482 221.215 302.482 191.982C302.482 168.076 311.984 148.14 335.707 148.14C350.161 148.14 360.352 155.231 366.25 169.399L397.25 153.899C383.887 130.03 359.799 114.924 332.164 114.924C288.725 114.924 258.205 141.912 258.205 191.976C258.205 241.499 290.903 269.035 330.831 269.035C361.5370000000001 269.048 383.4000000000001 257.089 396.382 233.173z" /> - <glyph glyph-name="css3-alt" - unicode="" - horiz-adv-x="384" d=" M0 416L34.9 20.2L192 -32L349.1 20.2L384 416H0zM313.1 336L308.3 288.7L193 239.4L192.7 239.3H304.2L291.4 92.7000000000001L193.2 64.0000000000001L94.4 93.2000000000001L88 167.1H136.9L140.1 128.8L192.7 115.5L247.4 130.9L251.1 192.5L84.8 193V193.1L84.6 193L81 239.3L193.1 286L199.6 288.7H76.7L70.9 336H313.1z" /> - <glyph glyph-name="css3" - unicode="" - horiz-adv-x="512" d=" M480 416L416 48L192.7 -32L0 48L19.6 142.8H101.6L93.6 102.2L210 57.8L344.1 102.2L362.9000000000001 199.3H29.5L45.5 281.3H379.2L389.7 334H56.3L72.6 416H480z" /> - <glyph glyph-name="cuttlefish" - unicode="" - horiz-adv-x="440" d=" M344 142.5C326.5 110.9 286.6 88 248 88C191.4 88 144 135.4 144 192S191.4 296 248 296C286.6 296 326.5 273.1 344 241.5C357.7 292.4 385.7 334.8 431 359.3C385.7 408.9 320.5 440 248 440C111 440 0 329 0 192S111 -56 248 -56C320.5 -56 385.7 -24.9 431 24.7C385.7 49.2 357.7 91.6 344 142.5z" /> - <glyph glyph-name="d-and-d" - unicode="" - horiz-adv-x="576" d=" M82.5 349.1C81.9 366.3 84.5 382.9 95.2 397.3C95.5 389.9 96.4 382.8 99.4 375.7C105.3 403.2 119.1 425 141.7 441.2C139.8 435.3 138.2 429.4 138.7 423.5C147.4 430.9 157.5 441.3 183.1 446.2C197.8 449 212.8 448.2 225.2 445.2C263.7 435.9 286.2 410.9 294.9 372.9C300.2 349.8 295.6 327.9 286.6 306.5C281.4 294.1 274.6 282.1 265.9 271.4C263.9 273.3 262 275.2000000000001 260.1 277C217.3 317.8 233.3 302.2 222.7 314.4C221.6 315.6 221.7 316.6 222.6 318C230.9 331.5 234.4 346.2 232.6 362C231.5 371.8 228.3 380.9 221.3 388.2C206.8 403.5 182.1 403.2 167.8 387.6C156.4 375.1 153.7 360.2 156.9 344C157.0999999999999 342.7 157.3 341.3 156.9 340.1C153.5 326.4 152.3 312.5 154.4 298.5C154.5 298 154.5 297.4 154.5 296.9C154.5 296.6 154.4 296.4 154.3 295.8C132.5 306.8 118.3 324.1 111.1 348C102.8 330.2000000000001 100 312.5 104.5 293.9C88.9 309.1 83.2 328.2 82.5 349.1zM552.1 225.9C540.5 237.5 527.1 246.3 512 252.5C499.2 257.7 486 260.4 472.1 259.6C462.1 259 452.5 256.5 443.1 253.2C440.6 252.3 438 251.6 435.4000000000001 251C430.5000000000001 249.8 428.1 254.1 430.7000000000001 257.8C433.9000000000001 262.4 434.1 262 445.7000000000001 269.8C446.3000000000001 270.2 446.9000000000001 270.6 447.9000000000001 271.3H445.4000000000001C444.8 271.3 444.2000000000001 271.1 443.5000000000001 271C424.2000000000001 267.7 412.8000000000001 255.5 394.6000000000001 241.4C384.2000000000001 233.3 380.8000000000001 237.6 382.6000000000001 241.9C384.0000000000001 245.4 385.9000000000001 248.6 387.7000000000001 251.9C388.7000000000001 253.7 390.0000000000001 255.3 391.2000000000001 257C391.0000000000001 257.2 390.7000000000001 257.3 390.5000000000001 257.5C363.5000000000001 239.2 343.8000000000002 215.1 332.8000000000002 184.2C333.1000000000002 183.9 333.5000000000001 183.6 333.8000000000002 183.3C334.1000000000002 183.9 334.3000000000002 184.5 334.7000000000001 185C345.1000000000001 197.1 357.5000000000001 206.8 371.3000000000002 214.8C389.5000000000001 225.4 408.8000000000002 233.1 430.0000000000001 235C434.3000000000002 235.4 438.7000000000001 235.1 443.1000000000002 235.1C441.3000000000002 234.4 439.6000000000002 234.2 437.8000000000002 234C419.3000000000002 231.6 402.3000000000002 225 386.3000000000002 215.5C356.1000000000002 197.6 331.8000000000002 173.3 311.2000000000002 145.1C310.9000000000002 144.7000000000001 310.8000000000002 144.2000000000001 310.5000000000002 143.8C325.0000000000002 138.5 334.5000000000002 126.5 346.6000000000002 118.2C346.8000000000002 118.3 346.9000000000002 118.4 347.0000000000002 118.6L348.2000000000002 121.3C360.4000000000002 148.1999999999999 375.2000000000002 173.6 394.9000000000002 195.8C411.6000000000002 214.6 432.9000000000002 221.1 457.4000000000001 215.8C463.3000000000001 214.5 468.8000000000001 211.4 474.6000000000001 209C476.9000000000001 210.4 479.7000000000002 212.1999999999999 482.6000000000001 213.6999999999999C491.0000000000001 218 500.0000000000001 220.6999999999999 509.3000000000001 222.6999999999999C524.0000000000001 225.8 538.8000000000002 227.6 553.8000000000002 224V224.5C553.3000000000002 224.9 552.6000000000001 225.3 552.1000000000001 225.9zM316.7 50.4C277.3 83.4 293.9 69.9 274 86C273.2 85.1 274 86.2 272.1 83C260.9000000000001 63.9 246.6 47.7 228.1 35.4C217.8 28.6 206.6 23.6 194 23.6C172.4 23.6 155.8 33.1 144.6 51.4C132.6 70.9 131.3 92.1 136.4 114C144.2000000000001 147.8 166.5 169.2 175 178.3C156.3000000000001 184.5 142 176.6 128.6 164.4C129.4 178.3 132.9 190.6 140.4 201.7000000000001C116.1 191.1 94.5 176.7000000000001 75.6 157.8000000000001C75.3 163.6000000000001 81 201.5000000000001 81.2 202.5000000000001C81.5 205.2000000000001 80.6 207.8000000000001 78.2 209.9000000000001C54 185.2000000000001 33.7 158.1000000000001 22.1 125.3000000000001C29.5 131.2000000000001 37 136.7000000000001 45.7 141.5000000000001C37.4 119.2000000000001 26.1 88.7000000000001 37.9 40.4000000000001C42.5 21.4000000000001 49.8 3.6000000000001 62 -11.8999999999999C64.9 -15.5999999999999 68.3 -18.7999999999999 71.5 -22.1999999999999C71.7 -21.9999999999999 71.9 -21.8999999999999 72.1 -21.6999999999999C70.7 -14.6999999999999 69.9 -7.5999999999999 70.6 0.2C72.8 -2.9999999999999 74.5 -5.8 76.5 -8.4C89.1 -24.4 105.2 -35.8 123.7 -44C148.7000000000001 -55.3 174.8000000000001 -57.3 201.6 -52.6C256.5 -42.9 292.3 -4 317.6 46.2C318.6 48 318.2000000000001 49.1 316.7000000000001 50.4zM488.7 96.8C479.2 99.9 466.5 100.9999999999999 460 99.6999999999999C469.9 95.6999999999999 474.1 93.0999999999999 478.8 87.6999999999999C491.4 73.3 489.2 52.9999999999999 473.4 42.0999999999999C461.7 33.9999999999999 448.5000000000001 31.5999999999999 434.5000000000001 32.9999999999999C433.3000000000001 33.0999999999999 432.2000000000001 33.3999999999999 431.5000000000001 33.5999999999999C434.3000000000001 37.2999999999999 437.5000000000001 40.5999999999999 439.6000000000001 44.3999999999999C449.0000000000001 61.1999999999999 445.0000000000001 86.4999999999999 430.9000000000001 100.4999999999999C428.8000000000001 102.6 426.3000000000001 104.3999999999999 423.9000000000001 106.3999999999999C423.6000000000001 105.0999999999999 423.8000000000001 104.2999999999999 424.0000000000001 103.5999999999999C428.2000000000001 86.9999999999999 415.9000000000001 71.1999999999999 399.2000000000001 71.7999999999999C391.6000000000001 72.0999999999999 385.3000000000002 75.5999999999999 379.6000000000001 80.2999999999999C360.1000000000001 96.3999999999999 340.5000000000001 112.3999999999999 321.1000000000001 128.5999999999999C315.2000000000001 133.4999999999999 308.6000000000001 136.6999999999999 301.0000000000001 137.2999999999999C296.4000000000001 137.6999999999999 291.7000000000001 137.8999999999999 287.1000000000001 138.1999999999999C281.2000000000001 138.5999999999999 278.3000000000001 140.9999999999999 276.7000000000001 146.5999999999999C275.8000000000002 149.9999999999998 275.2000000000001 153.3999999999999 274.5000000000001 156.7999999999999C273.0000000000001 164.8999999999999 268.3000000000002 169.7999999999999 260.2000000000001 170.9999999999998C255.8000000000001 171.6999999999998 251.3000000000001 171.9999999999998 246.9000000000001 172.4999999999998C233.9000000000001 173.8999999999998 227.1000000000001 179.8999999999998 224.3000000000001 192.7999999999999C219.3000000000001 181.7999999999999 222.7000000000001 170.3999999999999 231.6000000000001 162.8999999999999C236.1000000000001 159.0999999999999 240.9000000000001 155.5999999999999 245.4000000000001 151.6999999999999C250.0000000000001 147.8999999999999 252.8000000000002 142.9999999999999 253.3000000000002 136.8999999999999C253.7000000000002 132.1999999999999 254.1000000000002 127.3999999999999 255.1000000000002 122.7999999999999C257.3000000000002 112.1999999999998 264.0000000000001 104.3999999999999 272.1000000000002 97.6999999999998C288.6000000000002 83.9999999999998 305.1000000000002 70.3999999999998 321.6000000000002 56.5999999999998C339.5000000000001 41.5999999999998 335.5000000000001 23.7999999999998 334.6000000000002 0.5999999999998C333.7000000000002 -22.3000000000002 346.8000000000002 -42.3000000000002 368.1000000000002 -50.6000000000002C369.1000000000002 -51.0000000000002 370.1000000000002 -51.2000000000002 371.7000000000002 -51.7000000000002C356.0000000000002 -33.5000000000002 361.6000000000002 -7.6000000000002 372.4000000000002 0.5999999999998C372.7000000000002 -1.6000000000002 372.8000000000002 -3.7000000000002 373.3000000000002 -5.8000000000002C382.7000000000001 -49.9000000000002 418.7000000000001 -70.0000000000002 458.3000000000001 -62.7000000000002C474.3000000000001 -59.8000000000002 488.9000000000001 -53.8000000000002 501.2000000000001 -42.9000000000001C503.2000000000001 -41.1000000000001 504.9000000000001 -38.8000000000001 507.1000000000001 -36.4000000000001C487.8000000000001 -41.0000000000002 471.3000000000001 -36.5000000000002 456.2000000000001 -25.8000000000001C456.9000000000001 -25.5000000000001 457.5000000000001 -25.5000000000001 458.1000000000001 -25.5000000000001C479.4000000000001 -27.3000000000001 498.7000000000001 -22.1000000000001 515.1000000000001 -8.1000000000001C534.6000000000001 8.4999999999999 541.7000000000002 34.7999999999998 532.5000000000001 57.8999999999999C524.2000000000002 77.9999999999999 508.9000000000001 90.1999999999999 488.7000000000001 96.7999999999998zM99.4 268.7C94.1 277.9 86.2 284.3 77.3 290C91 290.5 103.9 289.8 116.9 286.3C109.9 298.5 108.4 311 111.9 325C117.2 313.1 125.6 304.9 135.5 298.2000000000001C155.2 285 171.2 278.6 182.2 268C185.6 264.7000000000001 188.5 260.9000000000001 191.8 257.1C191 259.2000000000001 190.4 261.2000000000001 189.6 263.1C184.6 273.7000000000001 176.6 281.7000000000001 167 288.1C165.2 289.3 164.2 290.6 163.6 292.6C160.3 305.1 160.6 317.7000000000001 162.9 330.2000000000001C163.9 335.7000000000001 165.7 341.1 167.4 346.5C168.2 348.9000000000001 169.7 351.1 171.4 353.1C172 346.2 171.4 327.6 191 307.1C201.8 295.8 213.4 285.2000000000001 224.9 274.4000000000001C233.9 265.9000000000001 243.2 257.7000000000001 250.4 247.6C251.5 246.0000000000001 252.6 244.3 254.2 242.9000000000001C249.2 255.9000000000001 240.0000000000001 267 230.0000000000001 276.7000000000001C220.4 286.0000000000001 210.6 295.1 200.8000000000001 304.1C197.5 307.1 196.2000000000001 310.8000000000001 195.7000000000001 315.0000000000001C194.5000000000001 325.4000000000001 195.7000000000001 335.6 200.0000000000001 345.2000000000001C200.5000000000001 346.2000000000001 201.1000000000001 347.2000000000001 201.9000000000001 348.5000000000001C202.4000000000001 344.3000000000001 202.5000000000001 340.6 203.3000000000001 336.9000000000001C208.1000000000001 313.8000000000001 223.7000000000001 300.6000000000001 252.6000000000001 273.4000000000001C262.6000000000001 264.0000000000001 271.9000000000001 254.2000000000001 278.2000000000001 241.8000000000001C283.0000000000001 232.5000000000001 285.5000000000001 222.8000000000001 283.9000000000001 212.2000000000001C283.8000000000001 211.6000000000001 284.4000000000001 210.5000000000001 285.0000000000001 210.2000000000001C291.2000000000001 207.6000000000001 295.0000000000001 203.3000000000001 294.7000000000001 195.9000000000001C302.4000000000001 198.5000000000001 307.2000000000001 203.9000000000001 311.1000000000001 210.4000000000001C315.3000000000001 190.2000000000001 302.0000000000001 160.1000000000001 283.9000000000001 151.7000000000001C284.3000000000001 156.2000000000001 288.9000000000001 175.1 267.4000000000001 179.4C260.6000000000001 180.7000000000001 254.6000000000001 180.7000000000001 244.5000000000001 181.5000000000001C249.2000000000001 190.5000000000001 254.9000000000001 202.1000000000001 245.0000000000001 203.9000000000001C220.1000000000001 208.5000000000001 192.2000000000001 202.0000000000001 187.2000000000001 199.3000000000001C195.4000000000001 198.9000000000001 203.5000000000001 198.3000000000001 210.7000000000001 196.0000000000001C208.7000000000001 189.5000000000001 206.7000000000001 183.3000000000001 204.9000000000001 177.1000000000001C203.0000000000001 170.6000000000001 207.0000000000001 162.5000000000001 214.2000000000001 167.5000000000001C215.4000000000001 168.4 216.5000000000001 169.4 217.5000000000001 170.2000000000001C214.4000000000001 152.3000000000001 214.6000000000001 154.3000000000001 214.7000000000001 151.9C215.0000000000001 141.7000000000001 224.2000000000001 144.1 230.4000000000001 144.6C227.9000000000001 132.8 200.9000000000001 117.3 185.0000000000001 118.8C192.0000000000001 123.5 197.7000000000001 129.1 200.9000000000001 136.7C194.4000000000001 135.9 188.0000000000001 135.1 181.7000000000001 134.3L181.4000000000001 135.2C186.1000000000001 138.6 189.4000000000001 143 191.6000000000001 148.3C200.3000000000001 169.4 188.0000000000001 186.3 166.6000000000001 188.2C157.5000000000001 189 148.8000000000001 187.4 140.7000000000001 182.7C146.9000000000001 198.3 157.9000000000001 209.3 173.3000000000001 217.2C158.1000000000001 221.5 164.4000000000001 219.9 148.7000000000001 223.5C163.3000000000001 232.8 178.9000000000001 236.7 195.2000000000001 238.1C190.0000000000001 241.3 147.1000000000001 241.7 125.0000000000001 217.2C132.9000000000001 215.8 140.5000000000001 214.4 148.2000000000001 213C124.4000000000001 206 104.2000000000001 193.3 85.8000000000001 177.4C86.9000000000001 182.2 88.5000000000001 186.9 89.1000000000001 191.7C89.7000000000001 196.2 89.9000000000001 200.9 89.2000000000001 205.3C87.7000000000001 214.7 80.3000000000001 220.4 69.5000000000001 221.6C61.6000000000001 222.5 53.9000000000001 221.5 46.2000000000001 220.3C45.3000000000001 220.2 44.5000000000001 220 43.3000000000001 220.3C59.1000000000001 235.1 79.3000000000001 242 96.4000000000001 253.8C102.4000000000001 258.3 103.2000000000001 262 99.4000000000001 268.7zM227.8 241.9C231.1 225.9 240.4 216.4 251.6 217.6C247.0000000000001 228.9 239.5000000000001 237.1 227.8 241.9z" /> - <glyph glyph-name="dashcube" - unicode="" - horiz-adv-x="448" d=" M326.6 344H110.4C59.3 344 19.2 300.7 19.2 250.5V21C19.2 -29.5 59.3 -64 110.4 -64H337.6C388.7000000000001 -64 428.8 -29.5 428.8 21V448L326.6 344zM153.9 31.5C136.2 31.5 121.5 46.6 121.5 64.3V207.2C121.5 224.9 136.2 239.7 153.9 239.7H294.6C312.3 239.7 326.6 224.9 326.6 207.2V83.7L377.7000000000001 31.4H153.9z" /> - <glyph glyph-name="delicious" - unicode="" - horiz-adv-x="448" d=" M446.5 380C446.1 381.5 445.6 383 445.1 384.5C444.2000000000001 387 443.1 389.3 441.8 391.6C440.4000000000001 394 438.8 396.4 437.1 398.5C435 401 432.7000000000001 403.3 430.2000000000001 405.3C429.1 406.2 428.0000000000001 407 426.9000000000001 407.8C425.6 408.7 424.3 409.5 422.9000000000001 410.2C421.1 411.2 419.3 412 417.4000000000001 412.7C415.7000000000001 413.4 413.9000000000001 414 412.0000000000001 414.4C408.2000000000001 415.4 404.1000000000001 415.9 400.0000000000001 415.9H48C21.5 416 0 394.5 0 368V16C0 11.9 0.5 7.8 1.5 4C3.5 -3.7 7.3 -10.6 12.5 -16.3C13.5 -17.4 14.6 -18.5 15.8 -19.6C21.5 -24.8 28.4 -28.6 36.1 -30.6C39.9 -31.6 44 -32.1 48.1 -32.1H400.1C426.6 -32.1 448.1 -10.6 448.1 15.9V368C448 372.1 447.5 376.2 446.5 380zM416 16C416 7.2 408.8 0 400 0H224V192H32V368C32 376.8 39.2 384 48 384H224V192H416V16z" /> - <glyph glyph-name="deploydog" - unicode="" - horiz-adv-x="512" d=" M382.2 312H433.9V72.4H382.2V93.1C362.4 68.3 329.4 68.9999999999999 308.4 78.4C282.2 90.1 264.1 116.5 264.1 150.2C264.1 180 278.9 208.1 307.4 221C327.6 230.1 360.1 231.6 382.2 208.1V312zM317.5 150.2C317.5 132 331.1 116.7 350.7 116.7C370.5 116.7 383.9 133.1 383.9 149.6C383.9 166.7 370.2 182.8 350.7 182.8C331.1 182.8 317.5 166.4 317.5 150.1999999999999zM188.5 312H240.2V72.4H188.5V93.1C168.7 68.3 135.7 68.9999999999999 114.7 78.4C88.5 90.1 70.4 116.5 70.4 150.2C70.4 180 85.2 208.1 113.7 221C133.9 230.1 166.4 231.6 188.5 208.1V312zM123.8 150.2C123.8 132 137.4 116.7 157 116.7C176.8 116.7 190.2 133.1 190.2 149.6C190.2 166.7 176.5 182.8 157 182.8C137.3 182.8 123.8 166.4 123.8 150.1999999999999zM448 352C465.5 352 480 337.6 480 320V64C480 46.5 465.6 32 448 32H64C46.5 32 32 46.4 32 64V320C32 337.5 46.4 352 64 352H448M448 384H64C28.8 384 0 355.2 0 320V64C0 28.8 28.8 0 64 0H448C483.2 0 512 28.8 512 64V320C512 355.2 483.2 384 448 384z" /> - <glyph glyph-name="deskpro" - unicode="" - horiz-adv-x="480" d=" M205.9 -64L237 -25.6C249.3 -25.4 262.6 -24.2 273.5 -19C312.4 -0.4 311.9 42.9 311.8 44.8C311.7 49.8 311 49.2 282.9000000000001 82.2H362C361.8 32.1 354.7 13.7 351.8 6.5C342.4000000000001 -17.2 307.9000000000001 -56.3 256.6 -62.9C247.9000000000001 -64 223.8 -64.1 205.9 -64zM406.3 103.7C444.9000000000001 103.7 464.8 117.3 480 134.6L304.5 134.9L287.1 103.6L406.3 103.7zM362.7 327.6V159.3H289.2L256.5 103.8H250C197.7 103.8 191.9 160.3 191.7 162.6999999999999C190.5 175.8999999999999 170.4 174.3 171.6 160.8999999999999C173 145.0999999999999 180.4 120.8999999999999 198 103.7999999999999H107C81.5 103.7999999999999 -3.8 130.5999999999999 0 217.7999999999999V431.1C0 447.1 9.7 447.7 15 447.9H97C97.2 447.9 97.3 447.8 97.5 447.8C101.8 448.2 147.6 449.9 147.6 404.1C147.6 390.8 167.8 390.7 167.8 404.1C167.8 422.3 162.3 436.9 152 447.8H236.2C344.9 448.2 362.7 368.4 362.7 327.6zM230.2 271.6L294.2 242.3C307.5 287.8 252 314 230.2 271.6z" /> - <glyph glyph-name="deviantart" - unicode="" - horiz-adv-x="320" d=" M320 354.8L221.8 175.7L229.2 166.2H320V38.5H159.1L145.6 29.3L101.9 -54.7C101.6 -54.7 93.3 -63.3 92.7 -63.9H0V29.3L93.2 208.7L85.8 217.9H0V345.5H156L169.5 354.7L213.2 438.7C213.5 438.7 221.8 447.3 222.4 447.9H320V354.8z" /> - <glyph glyph-name="digg" - unicode="" - horiz-adv-x="512" d=" M81.7 275.7H0V101.3H132.7V352H81.7V275.7zM81.7 142.3H50.9V234.6H81.7V142.3zM378.9 275.7V101.3H460.7V72.8H378.9V32H512V275.7H378.9zM460.7 142.3H429.9V234.6H460.7V142.3zM225.1 101.3H307.2V72.8H225.1V32H358.4V275.7H225.1V101.3zM276.3 234.6H307.1V142.3H276.3V234.6zM153.3 352H204.6V301H153.3V352zM153.3 275.7H204.6V101.3H153.3V275.7z" /> - <glyph glyph-name="digital-ocean" - unicode="" - horiz-adv-x="512" d=" M256 -56V40.1C357.8 40.1 436.8 141 397.7 248.1C383.4 287.7000000000001 351.6 319.5 311.9 333.8C204.8 372.6 103.8 293.9000000000001 103.8 192.1H8C8 354.3 164.9 480.8 335 427.7C409.2 404.4 468.6 345.3 491.6 271.1C544.8 100.8 418.6 -56 256 -56zM256.3 135.4H160.7V39.8H256.3V135.4zM160.7 39.8H87V-33.8000000000001H160.7V39.8zM87 101.4H25.4V39.8H87V101.4z" /> - <glyph glyph-name="discord" - unicode="" - horiz-adv-x="448" d=" M297.216 204.8C297.216 189.184 285.6960000000001 176.384 271.104 176.384C256.768 176.384 244.992 189.184 244.992 204.8S256.512 233.216 271.104 233.216C285.696 233.216 297.216 220.416 297.216 204.8zM177.664 233.216C163.072 233.216 151.552 220.416 151.552 204.8S163.328 176.384 177.664 176.384C192.256 176.384 203.776 189.184 203.776 204.8C204.032 220.416 192.256 233.216 177.664 233.216zM448 395.264V-64C383.506 -7.006 404.132 -25.872 329.216 43.776L342.784 -3.584H52.48C23.552 -3.584 0 19.968 0 49.152V395.264C0 424.448 23.552 448 52.48 448H395.5200000000001C424.448 448 448 424.448 448 395.264zM375.04 152.576C375.04 235.0080000000001 338.1760000000001 301.824 338.1760000000001 301.824C301.3120000000001 329.472 266.24 328.704 266.24 328.704L262.656 324.608C306.176 311.296 326.4 292.096 326.4 292.096C265.589 325.425 194.156 325.4310000000001 135.168 299.52C125.696 295.168 120.064 292.096 120.064 292.096S141.312 312.32 187.392 325.632L184.832 328.704S149.76 329.472 112.896 301.824C112.896 301.824 76.032 235.008 76.032 152.576C76.032 152.576 97.536 115.456 154.112 113.6640000000001C154.112 113.6640000000001 163.584 125.184 171.264 134.912C138.752 144.6400000000001 126.464 165.12 126.464 165.12C130.23 162.484 136.44 159.067 136.96 158.72C180.17 134.5220000000001 241.548 126.5940000000001 296.704 149.7600000000001C305.664 153.088 315.648 157.9520000000001 326.144 164.864C326.144 164.864 313.344 143.872 279.808 134.4C287.488 124.672 296.704 113.6640000000001 296.704 113.6640000000001C353.28 115.456 375.04 152.576 375.04 152.576z" /> - <glyph glyph-name="discourse" - unicode="" - horiz-adv-x="448" d=" M225.9 416C103.3 416 0 317.5 0 195.9C0 192 0.1 -32 0.1 -32L225.9 -31.8C348.6 -31.8 448 70.5 448 192.1C448 313.7 348.6 416 225.9 416zM224 64C204.6 64 186.1 68.3 169.6 76.1L88.5 56L111.4 131C101.6 149.1 96 169.9 96 192C96 262.7 153.3 320 224 320S352 262.7 352 192S294.7 64 224 64z" /> - <glyph glyph-name="dochub" - unicode="" - horiz-adv-x="416" d=" M397.9 288H256V428.4L397.9 288zM304 256V126C304 59.2 267.5 25.9 190.7 25.9H96V363.2H190.7C202.7 363.2 213.8 362.4 223.8 360.7V444.7C212.9 446.9 201.4 448 189.2 448H0V-64H189.2C329.7 -64 400 0.6 400 129.9V256H304z" /> - <glyph glyph-name="docker" - unicode="" - horiz-adv-x="640" d=" M349.9 211.7H283.8V271.1H349.9V211.7zM349.9 416H283.8V355.3H349.9V416zM428.1 271.2H362V211.8H428.1V271.2zM271.8 343.3H205.7V283.2H271.8V343.3zM349.9 343.3H283.8V283.2H349.9V343.3zM626.7 243.3C612.3000000000001 253 579.1 256.5 553.6 251.7C550.3000000000001 275.7 536.9 296.6 512.5 315.4L498.5 324.7L489.2 310.7C470.8 282.9 465.8 237.1 485.5 206.9C476.8 202.2 459.7 195.8 437.1 196.2H2.4C-6.3 145.4 8.2 79.4 46.4 34.1C83.5 -9.8 139.1 -32.1 211.8 -32.1C369.2000000000001 -32.1 485.7 40.4 540.2 172.1C561.6 171.7000000000001 607.8000000000001 172 631.5 217.3C633 219.8 638.1 230.5 640 234.4L626.7 243.3zM115.6 271.2H49.6V211.8H115.7V271.2zM193.7 271.2H127.6V211.8H193.7V271.2zM271.8 271.2H205.7V211.8H271.8V271.2zM193.7 343.3H127.6V283.2H193.7V343.3z" /> - <glyph glyph-name="draft2digital" - unicode="" - horiz-adv-x="480" d=" M369.9 22.6V77L417 49.8L369.9 22.6zM82.4 67.4C107.9 94.7 180.1 172.1 233.3 237.4C268.4000000000001 280.5 273.6 319.8 261.7 350.1C254.3 368.9 244.2 380.3 237.4 385.8C282.7 383.7 305.4 362.4 319.6 347.5C319.6 347.5 362 299.3 325.4 234.2C288.4 168.3 214.5 86.7 196.9 67.5H82.4zM134.2 286.6C134.2 274.2 124.2 264.2 111.8 264.2C99.4 264.2 89.4 274.2 89.4 286.6C89.4 299 99.4 309 111.8 309C124.2 309 134.2 298.9 134.2 286.6M336 132.1V67.4H244.7C275.5 102.4 326.5 163.3000000000001 356.5 216.7000000000001C391.7 279.3000000000001 372.6 340.1 343.7 370.0000000000001C339.3 374.6 281.5 432.9000000000001 177.7 411.2000000000001C118.6 398.8000000000001 88.3 367.8000000000001 73.4 343.9000000000001C60.3 323.0000000000001 56.4 304.1000000000001 55.2 296.2000000000001C49.7 263.2000000000001 74.6 229.1000000000001 111.9 229.1000000000001C143.6 229.1000000000001 169.2 254.8000000000001 169.2 286.5000000000001C169.2 313.6 149.5 338.6 121.2 343.3000000000001C123 350.6 138.9 364.4000000000001 147.5 368.0000000000001C188.6 385.3000000000001 225.5 362.8000000000001 230.8 334.5000000000001C239.1 290.2000000000001 193.7 244.1000000000001 161.1 206.9000000000001C84.5 119.9 18.3 51.2 0 32.1L336 32.2V-32L480 49.9L336 132.1z" /> - <glyph glyph-name="dribbble-square" - unicode="" - horiz-adv-x="448" d=" M90.2 219.8C99.1 262.2000000000001 127.6 297.5 165.9 315.5C169.5 310.6 193.9 276.7 216.6 236.5C152.6 219.5 96.3 219.7 90.2 219.8zM314.6 294C281 323.8 235.3 335.1 192 324.6C195.8000000000001 319.5 220.6 285.7 243.0000000000001 244.6C291.6 262.9 312.1 290.5 314.6 294zM140.1 84C180.6 52.4 233.4 47.3 277.4 66C275.4 78 267.4 119.8 248.2 169.6C193.1 150.8 154.4 113.2000000000001 140.1 84zM238.9 192.2C235.5 200 231.7 207.7 227.8 215.4C159.6 195 93.4 195.8 87.4 196C87.4 194.6 87.3 193.2 87.3 191.8C87.3 156.7 100.6 124.7000000000001 122.4 100.4C144.6 138.3 189.5 178.3 238.9 192.2zM273.8 175.9C291.7 126.8 298.9 86.8 300.3 78.5C331 99.2 352.8 132.1 358.9 170.1C354.3 171.6 316.6 182.8 273.8 175.9zM253.5 224.3C258.3 214.5 261.8 206.5 265.5 197.5C311 203.2 356.2 194.1 360.7 193.1C360.3999999999999 225.4 348.8999999999999 255 329.8 278.2C326.9 274.3 304 245 253.5 224.3zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM384 192C384 280.2 312.2 352 224 352S64 280.2 64 192S135.8 32 224 32S384 103.8 384 192z" /> - <glyph glyph-name="dribbble" - unicode="" - horiz-adv-x="512" d=" M256 440C119.252 440 8 328.748 8 192S119.252 -56 256 -56S504 55.252 504 192S392.748 440 256 440zM419.9700000000001 325.634C449.473 289.588 467.3390000000001 243.677 467.805 193.679C460.821 195.156 390.7870000000001 209.361 320.303 200.497C314.551 214.538 309.122 226.89 301.686 242.111C380.007 274.088 415.504 319.593 419.97 325.634zM396.421 350.13C392.611 344.703 360.724 301.844 285.4 273.611C250.688 337.387 212.215 389.779 206.36 397.619C273.536 413.812 344.326 396.349 396.421 350.13zM165.941 383.38C171.526 375.721 209.379 323.264 244.478 260.871C145.391 234.558 58.118 234.937 48.644 235.062C62.38 300.795 106.678 355.427 165.941 383.38zM44.17 191.677C44.17 193.843 44.213 195.999 44.278 198.15C53.546 197.96 156.198 196.637 261.984 228.2960000000001C268.048 216.4280000000001 273.841 204.3810000000001 279.158 192.347C202.559 170.7720000000001 132.964 108.8200000000001 98.627 50.0410000000001C64.794 87.595 44.17 137.27 44.17 191.677zM125.977 24.564C148.104 69.797 208.155 128.186 293.5560000000001 157.3200000000001C323.2960000000001 80.037 335.5950000000001 15.2670000000001 338.7450000000001 -3.318C270.6330000000001 -32.331 188.7300000000001 -24.371 125.9770000000001 24.564zM374.357 16.075C372.186 28.9610000000001 360.911 90.972 333.205 167.1080000000001C399.585 177.734 457.905 160.3400000000001 465.152 158.0530000000001C455.71 99.1120000000001 421.879 48.2090000000001 374.357 16.075z" /> - <glyph glyph-name="dropbox" - unicode="" - horiz-adv-x="528" d=" M264.4 331.7L132.4 247.4L264.4 163.1L132.4 78.8L0 163.9L132.3 248.2L0 331.7L132.3 416L264.4 331.7zM131.6 52.3L263.6 136.6L395.6 52.3L263.6 -32L131.6 52.3zM264.4 163.9L396.4 248.2L264.4 331.8L395.7 416L528 331.7L395.7 247.4L528 163.2L395.7 78.9L264.4 163.9z" /> - <glyph glyph-name="drupal" - unicode="" - horiz-adv-x="448" d=" M319.5 333.3C297.3 347.3 276 352.8 254.8 366.8C241.8 375.6 223.5 396.8 208.3 415.1C205.6 385.8 196.8 373.9 186.3 365.6C165 348.6 151.5 343.4 132.8 333.3C117 325 32 266.5 32 157.5C32 48.3 123.8 -32 225.8 -32C327.5 -32 416 42 416 154C416 266.3 333 325 319.5 333.3zM322 7.7C301.9 -12.4 231.9 -21 205.3 3.5C200.5 8.3 205.6 15.5 211.8 15.5C211.8 15.5 228.8 2.2 263.3 2.2C290.3 2.2 309.3 9.9 317.8 16.2C323.9000000000001 20.8 326.2 11.9 322 7.7zM267.5 60.3C276.2 63.9 296.5 64.1 304.3 59C308.4000000000001 56.2 320.4000000000001 40.2 310.5 35.3C302.1 31.1 309.3 51 284 51C269.3 51 264.5 45.8 257.3 40C250.3 34 247.5 32 245.1 35.3C239.1 43.5 261 57.6 267.5 60.3zM360 43C344.8 44 314.5 91.8 295 92.5C264.1 93.4 190.9 11.8 133.7 50.5C94.9 77.1 119.1 155.3 185.5 155.7C235 156.2 269.3 106.7 294 107.2C315.3 107.5 355.8 149 375.8 149C424.5 149 399.1 39.7 360 43z" /> - <glyph glyph-name="dyalog" - unicode="" - horiz-adv-x="416" d=" M0 416V296.8H64V352H171.2C284.6 352 352 271.8 352 192.1C352 116 293.4 32 171.2 32H0V-32H171.2C331.9 -32 416 80.7 416 192.1C416 250.8 393.9 305.5 353.7 346.4C308.9 392 245.7 416 171.2 416H0z" /> - <glyph glyph-name="earlybirds" - unicode="" - horiz-adv-x="480" d=" M313.2 400.5C314.4 413.5 334.5 414.5 349.8 409.2C350.7 408.9 376 399.5 368.8 394C340.9000000000001 401.4 312.4000000000001 375.8 313.2 400.5zM112.2 393.6C142.9 401.7 174.2 373.6 173.3 400.7C172 414.9 149.9 416 133.1 410.3C132.1 410 104.4 399.8 112.2 393.6zM319.4 288C310.6 288 303.4 280.8 303.4 272S310.6 256 319.4 256S335.4 263.2 335.4 272S328.2 288 319.4 288zM159.7 288C150.9 288 143.7 280.8 143.7 272S150.9 256 159.7 256S175.7 263.2 175.7 272S168.5 288 159.7 288zM478.2 124.8C468.3 100.8 437.5 113.8 414.3 126C400.8 56.9 356.2 14.6 288 1.8C288.3 0.9 286 1.9 312 0.8C345.6 -0.6 375.8 3.9 409.4 8.8C389.6 22.6 398 45.9 399.6 46.9C401 47.8 414.3 45.2 421.2 35.4C429.8 47.9 449.6 50.2 451.4 49.0000000000001C453 47.9 458 28.1000000000001 444.5 14.4C449.2 15.3 452.7 16.0000000000001 454.3 16.5000000000001C456.9 17.3000000000001 472 5.2 457.4 3.2C443.1 0.9 434.8 -1.9 410.3 -7.6C364.4000000000001 -18.3 324.4 -19.4 292.6 -20.4L293.6 -32C297.4000000000001 -50.1 270.2000000000001 -56.3 266 -38.2C266.8 -56.1 238.9 -60 237.6 -37.2L237.1 -42.5C236.4 -60.9 208.7 -60.4 208.8 -41.9C201.3 -55.4 180.7 -48.7 182.4 -33.4L183.6 -21C146.9 -21.9 123.9 -24.1 121.8 -24.1C100.9 -24.1 100.9 7.5 121.8 7.5C124.2 7.5 149.5 6.2 185 4.7C123.9 20.2 81.3 59.7 70.1 122.9C45.1 110.1 12.6 96.1 1.9 122.1C-8.6 147.5 23.4 164.7 68.7 195.5C69.4 202.1 70.3 208.8 71.4 215.3C57 234.9 59.8 251.6 55.3 275.7C38.5 273.3 32.1 284.8 31.7 298.8C32 306.1 33.8 313.7 34.1 314.2C35.2 316 44.2 316.2 46.8 316.8C52.8 348.5 97.4 350 137.7 351.3C157.4 373.1 182.9 392.8 218.6 399.6C203.3 419 215.2 439.5 216.2 440C217.9 440.8 237.4 435.7 242.5 416.8C247.7 425.6 260.8 428.2 262.1 427.5C263.2000000000001 426.9 268.5 412.5 257.2000000000001 401.6C297.5000000000001 398.1 329.4000000000001 376.9 353.2000000000001 350.9C389.3000000000001 349.4 425.0000000000001 345 430.3000000000001 316.9C433.0000000000001 316.3 441.9000000000001 316.1 443.0000000000001 314.3C443.3000000000001 313.8 445.1000000000001 306.2000000000001 445.4000000000001 298.9C444.9000000000001 285 438.6 273.5 421.8 275.8C418.6 258.5 419.1 242.9 413.1 228.1C415.5 216.4 417.1 204.3 417.9000000000001 191.7000000000001C454.9 166.3000000000001 488.2 149.2000000000001 478.2 124.8000000000001zM207.4 288.1C208.3 332.1 169.5 330.3 128.8 328.4C107.1 327.4 89.9 326.5 83.3 314.5C71.9 293.6 89.2 221.6 106.5 213.3C116.3 208.6 179.9 205.4 192.8 220.4C201 229.8 207.8 269.8 207.4 288.1zM259.4 229.8C255.1 242.2 253.4 259.9 244.1 262.5C242.1 263 235.1 263 233.1 262.5C223.1 259.7 222.3 240.4 216.1 225.3C231.5 225.3 235.4 215.6 239.8 215.6C244.1 215.6 246.1 226.9000000000001 259.4 229.8zM395.1 314.5C388.5 326.6 370.3 327.4 348.6 328.4C308.4 330.3 270.4 332.2 271.3 288.1C270.8 269.8 276.3 229.8 284.5 220.3C297.5 205.4 361.0999999999999 208.5 370.8 213.2C386.6 220.8 407.3 292.1 395.1 314.5z" /> - <glyph glyph-name="edge" - unicode="" - horiz-adv-x="512" d=" M25.714 219.837C25.825 219.999 25.944 220.16 26.056 220.322C26.035 220.16 26.011 219.999 25.991 219.837H25.714zM486.286 204.329C486.286 248.361 478.532 288.794 457.485 326.734C416.498 400.121 343.912 439.999 258.893 439.999C118.962 440.276 40.617 334.786 26.056 220.321C68.485 281.633 143.129 341.697 246.431 345.287C246.431 345.287 356.097 345.287 345.85 240.33H169.997C176.366 277.716 188.551 299.316 204.336 319.256C129.288 284.363 82.486 223.16 83.594 130.941C84.424 59.493 133.718 -13.895 204.337 -41.035C287.694 -72.8820000000001 397.113 -48.235 444.469 -19.711V84.693C363.605 28.199 173.598 23.768 172.214 152.265H486.287V204.329z" /> - <glyph glyph-name="elementor" - unicode="" - horiz-adv-x="448" d=" M425.6 416H22.4C10 416 0 406 0 393.6V-9.6C0 -22 10 -32 22.4 -32H425.6C438 -32 448 -22 448 -9.6V393.6C448 406 438 416 425.6 416M164.3 92.5H124.5V291.5H164.3V92.5zM323.6 92.5H204.1V132.3H323.6V92.5zM323.6 172.1H204.1V211.9H323.6V172.1zM323.6 251.8H204.1V291.6H323.6V251.8z" /> - <glyph glyph-name="ember" - unicode="" - horiz-adv-x="640" d=" M639.9 193.4C638.8 204.1 629.1999999999999 200.2 629.1999999999999 200.2S613.5999999999999 188.1 599.9 189.5C586.1999999999999 190.8 590.5 221.5 590.5 221.5S593.5 249.6 585.4 251.9C577.3 254.3 567.4 244.6 567.4 244.6S555 230.9 549.1 213.4L547.5 212.9S549.4 243.5 547.2 250.5C545.6 254 530.8000000000001 253.7 528.4000000000001 247.5S514.2 198.3 513.4000000000001 180.3C513.4000000000001 180.3 490.3000000000001 160.7 470.1000000000001 157.5S445.1000000000001 166.9 445.1000000000001 166.9S499.9000000000001 182.2 498.0000000000001 226C496.1000000000001 269.8 453.8000000000001 253.6 449.0000000000001 250C444.4000000000001 246.5 419.6000000000001 231.6 412.4000000000001 190.3C412.2000000000001 188.9 411.7000000000001 182.8 411.7000000000001 182.8S390.5000000000001 168.6 378.7000000000001 164.8C378.7000000000001 164.8 411.7000000000001 220.4 371.4000000000001 245.7C353.1 256.7 338.6 233.6 338.6 233.6S393.1 294.3 381.1 345.6C375.3 370 363.1 372.7 351.9000000000001 368.7C334.9000000000001 362 328.4000000000001 352 328.4000000000001 352S306.4000000000001 320 301.3 272.5S288.7 167.4 288.7 167.4S278.2 157.2 268.5 156.7S263.1 185.4 263.1 185.4S270.6 230 270.1 237.5S269 249.1 260.2000000000001 251.7C251.3000000000001 254.4 241.7000000000001 243.1 241.7000000000001 243.1S216.2000000000001 204.4 214.0000000000001 198.5L212.7000000000001 196.1L211.4 197.7S229.4000000000001 250.4 212.2000000000001 251.2C195.0000000000001 252 183.7000000000001 232.4 183.7000000000001 232.4S164.1000000000001 199.6 163.3000000000001 195.9L162 197.5S170.1 235.7 168.4 245.1C166.8000000000001 254.5 157.9 252.6 157.9 252.6S146.6 253.9 143.7000000000001 246.7S130.0000000000001 191.3999999999999 128.7000000000001 176C128.7000000000001 176 100.5 155.8 81.9000000000001 155.6C63.4000000000001 155.3 65.2000000000001 167.4 65.2000000000001 167.4S133.2000000000001 190.7 114.6000000000001 236.6C106.3000000000001 248.4 96.6000000000001 252.1 82.9000000000001 251.9C69.2000000000001 251.6 52.6000000000001 243.3 41.6000000000001 218.6C36.3000000000001 206.8 34.8000000000001 195.6 33.8000000000001 187.1C33.8000000000001 187.1 21.5000000000001 184.7 15.0000000000001 190S5.0000000000001 190 5.0000000000001 190S-6.1999999999999 176 4.9000000000001 171.6999999999999S33.0000000000001 165.5999999999999 33.0000000000001 165.5999999999999C34.6000000000001 158.0999999999999 39.2000000000001 146.0999999999999 52.6000000000001 135.8999999999999C72.8000000000001 120.5999999999999 111.4000000000001 137.1999999999999 111.4000000000001 137.1999999999999L127.3000000000001 146S127.8000000000001 131.3999999999999 139.4000000000001 129.3C151.0000000000001 127.1999999999999 155.8000000000001 128.3 175.9000000000001 177.1999999999999C187.7000000000001 202.1999999999999 188.5000000000001 200.7999999999999 188.5000000000001 200.7999999999999L189.8000000000001 201.0999999999999S180.7000000000001 154.3 184.2000000000001 141.3999999999999C187.7 128.6 203 130 203 130S211.3 127.6 218 151.2C224.7 174.8 237.6 201.1 237.6 201.1H239.2S233.6 153 242.2 137.4C250.8 121.8 273.1 132.1 273.1 132.1S288.7 139.9 291.1 142.3C291.1 142.3 309.6 126.5 335.7 129.4C394 140.9 414.8 155.3 414.8 155.3S424.8 130.9 455.9 128.6C491.4 125.9 510.7 147.2 510.7 147.2S510.4 133.7 522.8 128.6C535.1999999999999 123.5 543.5 151.4 543.5 151.4L564.2 208.6H566.1S567.2 171.3 587.6 165.4S634.6 179.1 634.6 179.1S641 182.6 639.9 193.4zM61.9 188.1C62.7 220.1 83.7 234.0000000000001 90.9 227.1C98.2 220.1 95.5 205.1 81.8 195.7C68.1 186.2000000000001 61.9 188.1 61.9 188.1zM334.7 311.9000000000001S353.8 361.6 358.3 337.4000000000001S318.3 241.2000000000001 318.3 241.2000000000001C318.8 257.4000000000001 334.7 311.9000000000001 334.7 311.9000000000001zM357.5 173.5C344.9 140.5 314.2 153.9 314.2 153.9S310.7 165.7 320.6 198.8S353.9 219 353.9 219S370.1 206.6 357.5 173.5zM442.1 188.1S439.1 198.6 450.2000000000001 218.7C461.2 238.9 469.8000000000001 227.8 469.8000000000001 227.8S479.2 217.6 468.5000000000001 202.3S442.1000000000001 188.1 442.1000000000001 188.1z" /> - <glyph glyph-name="empire" - unicode="" - horiz-adv-x="496" d=" M287.6 393.8C276.8 396 265.5 397.1 254.1 397.4V415.6C332.2000000000001 413.4 400.2000000000001 371.6 438.7000000000001 309L422.9000000000001 299.9C416.8 309.6 410.2000000000001 318.7000000000001 402.7000000000001 327L384.7000000000001 311.5C358.7000000000001 341.1 323.3000000000001 362.2 282.8000000000001 369.9L287.6000000000001 393.8zM53.4 125.6L76.4 133.3C70 151.6 66.4 171.5 66.4 192S69.7 232.4 76.1 250.7L53.4 258.4C57 269.2 61.7 279.7 67 289.4L51.2 298.5C34 267 24.1 230.5 24.1 192S34.1 117 51.2 85.4L67 94.5C61.7 104.5 57.3 114.8 53.4 125.6zM213.1 14C172.7 22 137.3 43.1 111.2 72.7L93.2 56.9C85.7 65.5 78.8 74.6 73 84.3L57 74.9C95.5 12.6 163.8 -29.4 241.9 -31.7V-13.4C230.6 -13.1 219.2 -11.7 208.4 -9.8L213.1 14zM93.3 327.1L111.3 311.6C137.3 341.2 172.7 362.3 213.2 370L208.5 393.8C219.3 396 230.6 397.1 242 397.4V415.6C163.9 413.4 95.9 371.6 57.4 309L73.2 299.9C79.2 309.6 85.8 318.8 93.3 327.1zM402.7 56.9L384.7 72.7C358.7 43.1 323.3 22 282.8 14L287.5 -9.8C276.7 -11.7 265.3999999999999 -13.1 254 -13.4V-31.7C332.0999999999999 -29.5000000000001 400.4 12.6 438.9 74.9L422.8 84.3C417.1 74.6 410.2 65.4999999999999 402.7 56.9zM496 192C496 55 385 -56 248 -56S0 55 0 192S111 440 248 440S496 329 496 192zM483.8 192C483.8 322.1 378.1 427.8 248 427.8S12.2 322.1 12.2 192S117.9 -43.8 248 -43.8S483.8 61.9 483.8 192zM444.8 298.6L429 289.5C434.3 279.8 439 269.3 442.6 258.5L419.9000000000001 250.8C426.3 232.5 429.6 212.6 429.6 192.1S426 151.7000000000001 419.6 133.4L442.6 125.7000000000001C438.7000000000001 114.9 434.3 104.7000000000001 429 94.7000000000001L444.8 85.6C462 117 471.9 153.5 471.9 192S462 267 444.8 298.6zM261.8 120.9C278.1 124.2 292.2 132.5 302.5 144.4L353.7 99.6C365.6 113.2 375 128.9 380.8 146.4L316.6 168.5C319.1 176 320.5 183.7 320.5 192S319.1 208.1 316.6 215.5L381.1 237.6C375 255 365.6 270.8 353.7000000000001 284.4L302.5000000000001 239.6C292.3000000000001 251.5 278.1000000000001 260.1 261.8000000000001 263.4L275.1000000000001 329.8C266.5000000000001 331.7 257.4000000000001 332.6 248.0000000000001 332.6C238.6000000000001 332.6 229.5000000000001 331.8 220.9000000000001 329.8L234.2000000000001 263.4C217.9000000000001 260.1 203.8000000000001 251.5 193.5000000000001 239.6L142.3000000000001 284.4C130.4000000000001 270.8 121.0000000000001 255.1 114.9000000000001 237.6L179.4000000000001 215.5C176.9000000000001 208 175.5000000000001 200.3 175.5000000000001 192S176.9000000000001 175.9 179.4000000000001 168.5L115.2000000000001 146.4C121.0000000000001 129 130.4000000000001 113.2 142.3000000000001 99.6L193.5000000000001 144.4C203.7000000000001 132.5 217.9000000000001 124.2 234.2000000000001 120.9L220.9000000000001 54.2C229.5000000000001 52.5 238.6000000000001 51.4 248.0000000000001 51.4C257.4000000000001 51.4 266.5000000000001 52.5 275.1000000000001 54.2L261.8000000000001 120.9z" /> - <glyph glyph-name="envira" - unicode="" - horiz-adv-x="448" d=" M0 416C477.6 416 366.6 98.7 367.1 49.7L448 -32H422L351.6 39.2C312.6 35 227.2 4.7 137.2 76.2C47 147.7 52 233.3 0 416zM79.7 370C30 393.5 74.5 360.8 74.5 360.8C119.7 329.6 140.5 287.1 164.7 240.9C196.2 180.7 243.7 101.2 308.9 73.2C373.9 45.2 343.1 60.7 314.9 81.7C286.7 102.9 246.7 168.7 223.9 211.9C192.2 271.9 162.9 330.5 79.7 370z" /> - <glyph glyph-name="erlang" - unicode="" - horiz-adv-x="640" d=" M21.7 201.6C21.6 114.8 50.7 42.1 100.4 -10.5H0V394.5H87.2C45.7 344.3 21.6 278.3 21.7 201.6zM640 394.4H556.4C587.8 351.7 605.1 296.9 602.6 231.7C603.1 225.7 603.1 220 602.6 207.6H230.2C230 97.9 269.1 12.7 368.8 12.3C437.3 12.6 486.8 63.3 520.6999999999999 118.4L617.0999999999999 70.2C599.6999999999999 39.3 580.5999999999999 12.4 559.1999999999999 -10.6H640V394.4zM559.2 -10.6S559.2 -10.5 559.2 -10.6H559H559.2zM556.1 394.4H556.4L556.3 394.5L556.0999999999999 394.4zM325.4000000000001 384.8C279.5000000000001 384.7 240.3000000000001 351.3 236.2000000000001 301.6H406.1C405 351.3 371.6 384.7 325.4000000000001 384.8z" /> - <glyph glyph-name="ethereum" - unicode="" - horiz-adv-x="320" d=" M311.9 187.2L160 94.4L8 187.2L160 448L311.9 187.2zM160 64.6L8 157.4L160 -64L312 157.4L160 64.6z" /> - <glyph glyph-name="etsy" - unicode="" - horiz-adv-x="384" d=" M384 100C382.25 89.25 370.25 -10 368.5 -32C250.621 -27.701 148.605 -27.257 0 -32V-6.5C45.457 2.448 60.627 1.519 61 28.75C62.793 101.072 64.524 272.8930000000001 61 350.75C59.971 379.2100000000001 48.87 377.515 0 386.75V412.25C73.886 409.892 255.933 403.699 362.999 416C359.499 377.75 355.249 289.5 355.249 289.5H332C320.947 332.335 313.241 380 277.25 380H140.25C130 380 129.5 376.5 129.5 370.25V206.5C187.5 206 218 209 218 209C247.77 209.951 245.56 217.502 258.75 274.251H284.5C280.093 172.9 280.59 212.422 282.75 114.001H257C247.845 154.087 247.935 175.046 217.499 175.501C217.499 175.501 195.999 177.501 129.499 177.501V38.501C129.499 12.501 143.749 0.251 173.749 0.251H263C326.636 0.251 329.564 25.247 361.751 100.001H384z" /> - <glyph glyph-name="expeditedssl" - unicode="" - horiz-adv-x="496" d=" M248 404.6C130.6 404.6 35.4 309.4 35.4 192S130.6 -20.6 248 -20.6S460.6 74.6 460.6 192S365.4 404.6 248 404.6zM150.6 271.7C150.6 325.4 194.3 369.1 248 369.1S345.4 325.4 345.4 271.7V245.1C345.4 240.1 341.5 236.2 336.5 236.2H318.8C313.8 236.2 309.9000000000001 240.1 309.9000000000001 245.1V271.7C309.9000000000001 353.8 185.9 353.8 185.9 271.7V245.1C185.9 240.1 182 236.2 177 236.2H159.3000000000001C154.3000000000001 236.2 150.4 240.1 150.4 245.1V271.7zM389.7 68C389.7 58.3 381.7 50.3 372 50.3H124C114.3 50.3 106.3 58.3 106.3 68V209.7C106.3 219.4 114.3 227.4 124 227.4H372C381.7 227.4 389.7 219.4 389.7 209.7V68zM141.7 205.3V72.4C141.7 69.9 139.8 68 137.3 68H128.4C125.9 68 124 69.9 124 72.4V205.3C124 207.8 125.9 209.7 128.4 209.7H137.3C139.8 209.7 141.7 207.8 141.7 205.3zM283.4 156.6C283.4 143.6 276.2 132.2000000000001 265.7 126.2000000000001V94.6C265.7 89.6 261.8 85.7000000000001 256.8 85.7000000000001H239.1C234.1 85.7000000000001 230.2 89.6 230.2 94.6V126.2000000000001C219.7 132.3000000000001 212.5 143.6 212.5 156.6C212.5 176.3 228.3000000000001 192 247.9000000000001 192S283.4000000000001 176.2000000000001 283.4000000000001 156.6zM248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM248 -38.3C121 -38.3 17.7 65 17.7 192S121 422.3 248 422.3S478.3 319 478.3 192S375 -38.3 248 -38.3z" /> - <glyph glyph-name="facebook-f" - unicode="" - horiz-adv-x="264" d=" M76.7 -64V165H0V256H76.7V327.7C76.7 405.6 124.3 448 193.8 448C227.1 448 255.7 445.5 264 444.4V363H215.8C178 363 170.7 345 170.7 318.7V256H256L244.3 165H170.7V-64" /> - <glyph glyph-name="facebook-messenger" - unicode="" - horiz-adv-x="448" d=" M224 416C15.9 416 -77.5 170 84.6 47.4V-32L160.3 10C302.5 -29.8 445.7 69.9 445.7 208.7C445.8 323.2 346.5 416 224 416zM247.4 137.9L190 197.5L79.6 136.4L200.7 264.9L258.1 205.3L368.5 266.4L247.4 137.9z" /> - <glyph glyph-name="facebook-square" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.5 426.5 -32 400 -32H314.7V145.2H375.3L384 212.8H314.7V256C314.7 275.6 320.1 288.9 348.2 288.9H384V349.3C377.8 350.1 356.6 352 331.8 352C280.2 352 244.8 320.5 244.8 262.6V212.7H184V145.1H244.9V-32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368z" /> - <glyph glyph-name="facebook" - unicode="" - horiz-adv-x="448" d=" M448 391.3V-7.2C448 -20.9 436.9 -31.9 423.3 -31.9H309.1V141.5H367.3L376 209.1H309V252.3C309 271.9 314.4 285.2000000000001 342.5 285.2000000000001H378.3V345.7000000000001C372.1 346.5 350.9000000000001 348.4000000000001 326.1 348.4000000000001C274.5 348.4000000000001 239.1 316.9000000000001 239.1 259V209.1H180.7V141.5H239.1V-32H24.7C11.1 -32 0 -20.9 0 -7.3V391.3C0 404.9 11.1 416 24.7 416H423.2C436.9 416 448 404.9 448 391.3z" /> - <glyph glyph-name="firefox" - unicode="" - horiz-adv-x="480" d=" M478.1 212.7C477.4 217.2 476.7 219.8 476.7 219.8S474.9 217.8 472.0000000000001 213.9C471.1000000000001 224.6 469.2 235.1 466.2 245.5C462.5000000000001 258.4 457.7 270.9 451.7 282.9C447.9000000000001 290.9 443.5000000000001 298.5 438.4000000000001 305.7C436.6 308.4 434.7000000000001 311.1 432.8 313.6C424 328 413.8 336.9 402.1 353.6C394.5 366.4 389.2000000000001 380.5 386.7000000000001 395.2C383.5000000000001 386.3 381.0000000000001 377.2 379.3000000000001 367.9C367.2000000000001 380.1 356.8000000000001 388.7 350.4000000000001 394.6C319.4 423.8 323 438.9 323 438.9S264.7 373.8 289.9 306C298.6 283 313.7 262.9 333.3 248.1C357.7 227.9 384.1 212.1 398 171.5C386.8 192.8 369.8999999999999 210.7 349.2 223C355.3999999999999 208.3 358.5999999999999 192.4 358.5 176.5C358.5 115.5 308.8999999999999 66 247.9 66.1C239.6 66.1 231.4 67 223.4 68.9C213.9 70.7000000000001 204.7 73.8 196 78.2000000000001C183.0999999999999 86.0000000000001 172 96.3000000000001 163.1999999999999 108.5000000000001L163 108.8000000000001L165 108.1000000000001C169.5999999999999 106.5000000000001 174.1999999999999 105.3000000000001 179 104.4000000000001C197.6999999999999 100.4000000000001 217.3 102.7000000000001 234.6 111.0000000000001C252.1 120.7000000000001 262.5999999999999 127.9000000000001 271.2 125.0000000000001H271.3999999999999C279.7999999999999 122.3000000000001 286.3999999999999 130.5000000000001 280.3999999999999 139.0000000000001C270 152.4000000000001 252.9999999999999 159.0000000000001 236.2 156.0000000000001C218.6999999999999 153.5000000000001 202.6999999999999 141.0000000000001 179.7999999999999 153.1000000000001C178.2999999999999 153.9000000000002 176.8999999999999 154.7000000000002 175.4999999999999 155.6000000000001C173.8999999999999 156.5000000000001 180.3999999999999 154.3000000000001 178.8999999999999 155.3000000000001C173.8999999999999 157.8000000000001 169.0999999999999 160.7000000000001 164.4999999999999 163.9000000000002C164.1999999999999 164.2000000000002 167.9999999999999 162.8000000000001 167.5999999999999 163.1000000000001C161.6999999999999 167.1000000000001 156.5999999999999 172.3000000000001 152.5999999999999 178.3000000000001C148.4999999999999 185.7000000000001 148.0999999999999 194.7000000000001 151.5999999999999 202.4000000000001C153.6999999999999 206.2000000000001 156.9999999999999 209.3000000000001 160.8999999999999 211.1000000000001C163.8999999999999 209.6000000000001 165.6999999999999 208.5000000000001 165.6999999999999 208.5000000000001S164.3999999999999 211.0000000000001 163.5999999999999 212.3000000000001C163.9 212.4000000000001 164.0999999999999 212.3000000000001 164.4 212.5000000000001C167 211.4000000000001 172.7 208.5000000000001 175.8 206.7000000000001C177.9 205.6000000000001 179.6 204.0000000000001 181 202.0000000000001C181 202.0000000000001 182 202.5000000000001 181.3 204.7000000000001C180.2 207.4000000000001 178.4 209.7000000000001 175.9 211.3000000000001H176.0999999999999C178.4 210.1000000000001 180.5999999999999 208.7000000000001 182.6999999999999 207.2000000000001C184.5999999999999 211.6000000000001 185.5 216.4000000000001 185.2999999999999 221.2000000000001C185.4999999999999 223.8000000000001 185.0999999999999 226.5000000000001 184.1999999999999 229.0000000000001C183.3999999999999 230.6000000000001 184.6999999999999 231.2000000000001 186.0999999999999 229.5000000000001C185.9 230.8000000000002 185.4 232.0000000000001 184.9 233.2000000000001V233.3000000000001S185.7 234.4000000000001 186.0999999999999 234.8000000000001C187.0999999999999 235.8000000000001 188.1999999999999 236.7000000000001 189.5 237.5000000000001C196.6999999999999 242.0000000000001 204.3 245.9000000000001 212.1999999999999 249.1000000000001C218.5999999999999 251.9000000000001 223.8999999999999 254.0000000000001 225 254.7000000000001C226.6 255.7000000000001 228.1 256.9000000000001 229.5 258.2000000000001C234.8 262.7000000000001 238.5 269.0000000000001 239.7 275.9000000000001C239.8 276.8000000000001 239.8999999999999 277.7000000000001 240 278.7000000000001V280.2000000000001C239.1 283.7000000000001 233.1 286.3000000000001 201.5999999999999 289.3000000000001C190.5 291.1000000000001 181.5999999999999 299.4000000000001 179.0999999999999 310.4000000000001V310.3000000000001C178.6999999999999 309.2000000000001 178.1999999999999 308.0000000000001 177.7999999999999 306.8000000000001C178.1999999999999 308.0000000000001 178.5999999999999 309.1000000000001 179.0999999999999 310.3000000000001V310.5000000000001C185.0999999999999 326.2000000000001 195.9 339.6 209.9 348.8000000000001C210.7 349.5000000000001 206.7 348.6 207.5 349.3000000000001C210.1999999999999 350.6 212.9 351.8000000000001 215.6999999999999 352.8000000000001C217.0999999999999 353.4000000000001 209.6999999999999 356.2000000000001 203.0999999999999 355.5000000000001C199.0999999999999 355.3000000000001 195.0999999999999 354.3000000000001 191.4 352.7000000000001C193 354.0000000000001 197.5999999999999 355.8000000000001 196.5 355.8000000000001C188.0999999999999 354.2000000000001 180 351.1 172.5999999999999 346.8000000000001C172.5999999999999 347.6 172.6999999999999 348.3000000000001 173.0999999999999 349.0000000000001C167.1999999999999 346.5000000000001 162.0999999999999 342.5000000000001 158.0999999999999 337.5000000000001C158.1999999999999 338.4000000000001 158.2999999999999 339.3000000000001 158.2999999999999 340.2000000000001C155.5999999999999 338.2000000000001 153.0999999999999 335.9000000000001 150.9999999999999 333.3000000000001L150.8999999999999 333.2000000000001C133.4999999999999 339.9000000000001 114.5999999999999 341.5000000000001 96.2999999999999 337.9000000000001L96.0999999999999 338.0000000000001H96.2999999999999C92.4999999999999 341.1 89.1999999999999 344.7000000000001 86.5999999999999 348.9000000000001L86.3999999999999 348.8000000000001L85.9999999999999 349.0000000000001C84.7999999999999 350.8000000000001 83.5999999999999 352.8000000000001 82.2999999999999 355.0000000000001C81.3999999999999 356.6000000000001 80.4999999999999 358.4000000000001 79.5999999999999 360.2000000000001C79.5999999999999 360.3000000000001 79.4999999999999 360.4000000000001 79.3999999999999 360.4000000000001C78.9999999999999 360.4000000000001 78.7999999999999 358.7000000000001 78.4999999999999 359.1000000000001V359.2000000000001C75.2999999999999 367.5000000000001 73.7999999999999 376.4000000000001 74.0999999999999 385.4000000000001L73.8999999999999 385.3000000000001C68.7999999999999 381.8000000000001 64.8999999999999 376.7000000000001 62.7999999999999 370.8000000000001C61.8999999999999 368.7000000000001 61.1999999999999 367.5000000000001 60.5999999999999 366.3000000000001V366.8000000000001C60.6999999999999 367.9000000000001 61.1999999999999 370.1000000000001 61.0999999999999 369.9000000000001C60.9999999999999 369.7000000000001 60.8999999999999 369.6000000000001 60.7999999999999 369.5000000000001C59.2999999999999 367.8000000000001 57.8999999999999 365.8000000000001 56.8999999999999 363.7000000000001C55.9999999999999 361.8000000000001 55.1999999999999 359.8000000000001 54.5999999999999 357.8000000000001C54.4999999999999 357.5000000000001 54.5999999999999 358.1 54.5999999999999 358.8000000000001S54.6999999999999 360.8000000000001 54.5999999999999 360.5000000000001L54.2999999999999 359.8000000000001C47.5999999999999 344.9000000000001 43.3999999999999 329.0000000000001 41.8999999999999 312.7000000000001C41.4999999999999 309.9000000000001 41.2999999999999 307.1 41.3999999999999 304.4000000000001V304.2000000000001C36.5999999999999 299.0000000000001 32.3999999999999 293.2000000000001 28.6999999999999 287.1C16.5999999999999 266.7000000000001 7.5999999999999 244.6000000000001 1.8999999999999 221.5000000000001C5.8999999999999 230.3000000000001 10.6999999999999 238.7000000000001 16.1999999999999 246.6000000000001C5.5 219.5 0 190.6 0 161.4C1.8 170 4.2 178.4 7 186.7C5.3 152.2 11.9 117.8 26.4 86.4C45.8 42.9 78 6.4 118.7 -18.3C135.3 -29.5 153.4 -38.2 172.5 -44.1C175 -45 177.6 -45.9 180.2 -46.8C179.4 -46.5 178.6 -46.1 177.8 -45.8C200.4 -52.6 224 -56.1 247.6 -56.1C331.3 -56.1 358.9 -24.2 361.4 -21.1C365.5 -17.4 368.9 -12.9 371.3 -7.8C372.9 -7.1 374.5 -6.4 376.2 -5.7L377.2 -5.2L379.0999999999999 -4.3C391.7 1.6 403.5999999999999 9.1 414.3999999999999 17.8C430.7 29.5 442.2999999999999 46.5 447.2999999999999 65.9C450.2999999999999 73.0000000000001 450.3999999999999 80.9 447.6999999999999 88.1C448.5999999999999 89.5 449.3999999999999 90.9 450.3999999999999 92.4C468.3999999999999 121.3 478.5999999999999 154.3 479.9999999999999 188.3000000000001V191.1000000000001C479.9999999999999 198.4000000000001 479.3999999999999 205.6000000000001 478.0999999999999 212.7000000000001z" /> - <glyph glyph-name="first-order" - unicode="" - horiz-adv-x="448" d=" M12.9 218.8C13 218.9 13.1 219.1 13.2 219.2C13.2 219.1 13.2 218.9 13.1 218.8H12.9zM224 351.4C216.9 351.4 209.4 350.8 202.6 349.7L206.3 282.3L184.3 346.3C170 342.6 156.6 336.9 144.3 329.7000000000001L173.7 268.3L128.6 319.2000000000001C117.2 310.3 106.9 300.1 98 288.3L148.6 242.9L87.5 272.6C80.4 260.3 74.6 246.9 70.9 232.6L135.2 210L67.2 214C66.3 206.9 65.8 199.4 65.8 192S66.4 177.4 67.2 170.3L134.9 174.3L70.9 151.7C74.6 137.4 80.3 124 87.5 111.4L148.6 141.1L97.7 96C106.6 84.3 116.8 73.7 128.6 65.1L173.5 116L144 54.6C156.3 47.2 169.7 41.5 184 37.7L206.3 102.3000000000001L202.3 34.3000000000001C209.4 33.2 216.9 32.6000000000001 224 32.6000000000001C231.4 32.6000000000001 238.6 33.2000000000001 245.7 34.3000000000001L241.7 102.9000000000001L264.3 37.8000000000001C278.6 41.8000000000001 292 47.2 304.3 54.7L274.9 116L319.8 65.1C331.5 74 341.8 84.2000000000001 350.4 96L299.8 141.1L360.9 111.7000000000001C368 124.0000000000001 373.8 137.4 377.5 152.0000000000001L313.5 174.3000000000001L380.9 170.3000000000001C382 177.4000000000001 382.3 184.6000000000001 382.3 192.0000000000001S382 206.9000000000001 380.9 214.0000000000001L313.2 210.0000000000001L377.2 232.3000000000001C373.5 246.6000000000001 368.1 260.3000000000001 360.6 272.6000000000001L299.7 242.9000000000001L350.3 288.3000000000001C341.4000000000001 300.0000000000001 331.2 310.3000000000001 319.7 319.2000000000001L274.6 268.3000000000001L304 329.4000000000001C291.7 336.8000000000001 278.3 342.5000000000001 264 346.3000000000001L241.7 282L245.7 349.7C238.6 350.9 231.4 351.4 224 351.4zM443.4 320V64L224 -64L4.6 64V320L224 448L443.4 320zM426.3 309.7L224 427.1L21.7 309.7V74.6L224 -43.1L426.3 74.6V309.7zM224 410.9L411.7 301.5V82.6L224 -26.9L36.3 82.6V301.4L224 410.9zM224 360C131.7 360 57.1 284.9 57.1 192C57.1 99.4 131.7 24.3 224 24.3C316 24.3 390.9 99.4 390.9 192C390.9 284.9 316 360 224 360z" /> - <glyph glyph-name="firstdraft" - unicode="" - horiz-adv-x="384" d=" M384 256H320V128H192V0H0V25.6H166.4V153.6H294.4V281.6H384V256zM358.4 217.6V89.6H230.4V-38.4H64V-64H256V64H384V217.6H358.4zM384 25.6H294.4V-64H320V0H384V25.6zM0 448V64H128V192H256V320H384V448H0z" /> - <glyph glyph-name="flickr" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM144.5 129C109.4 129 81 157.4 81 192.5S109.4 256 144.5 256S208 227.6 208 192.5S179.6 129 144.5 129zM303.5 129C268.4 129 240 157.4 240 192.5S268.4 256 303.5 256S367 227.6 367 192.5S338.6 129 303.5 129z" /> - <glyph glyph-name="flipboard" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM175.7 240.3V55.9H87.8V328.1H175.6V240.3zM360.2 240.3H272.3V143.7000000000001H184.5V231.5000000000001H272.3V240.3000000000001H184.5V328.1000000000001H360.2V240.3000000000001z" /> - <glyph glyph-name="fly" - unicode="" - horiz-adv-x="384" d=" M197.8 20.2C210.7 8.5 231.5 -13.1 231 -30.5C231 -31.3 230.9 -32.1 230.9 -33C229.1 -52.8 212.1 -64.1 191.8 -64C166.8 -63.9 151.9 -47.2 153.1 -28.2C154.1 -12 173.6 8.5 185.5 19.4C187.8000000000001 21.5000000000001 188.2 22.1 191.1 23.0000000000001C194.5 23.0000000000001 195 22.7 197.8 20.2zM331.9 380.7C315.6 406.4 293.3 421.3 268.6 432.8C243.1 443.5 214 448.2 192 448C147.9 448 120.8 434.8 110.9 430.7C57.3 402.8 26.5 360.8 28 289.4C35.1 207.2 125 113.4 183.8 55.6C185.5 54 188.3 51.1 190 50.5L193.3 50.4C195.4 51.1 195.1 50.9 196.8 52.5C249.1 101.7 337.5 198.3 352.7000000000001 268.2C359.7000000000001 307.4 355.8000000000001 340.7 331.9000000000001 380.7zM186.8 96.1C158.8 147.2000000000001 121.6 226.8 117.5 285.1C114.1 332.6 128.9 416.3 186.8 421.8V96.1zM328.7 268C312.3 211.2 251.4 140 209.8 97.7C237.6 149.6 275 231 277 289.6C278.6 335.5 267.2 395.4 229 421C317.8 402.7 344.5 322.9 328.7 268z" /> - <glyph glyph-name="font-awesome-alt" - unicode="" - horiz-adv-x="448" d=" M397.8 380.2C405.6 380.2 412.1 373.6 412.1 365.9V18.3C412.1 10.4999999999999 405.5 3.9999999999999 397.8 3.9999999999999H50.2C42.4 3.9999999999999 35.9 10.6 35.9 18.3V365.8C35.9 373.6 42.5 380.1 50.2 380.1H397.8M397.8 416H50.2C22.7 416 0 393.3 0 365.8V18.2C0 -9.3 22.7 -32 50.2 -32H397.8C425.3 -32 448 -9.3 448 18.2V365.8C448 393.3 425.3 416 397.8 416zM339.3 276.8C333.3 276.8 309.4000000000001 261.3 286.7 261.3C282.5 261.3 278.3 261.9 274.2 263.7000000000001C254.5 271.5 237.2 277.4 215.1 277.4C194.8 277.4 173.3 270.8 155.4 263.7000000000001C153.6 263.1 151.8 262.5 150.6 261.9V279.8C158.4 285.8 163.1 294.7000000000001 163.1 305.5C163.1 323.4 148.8 337.8 130.8 337.8S98.5 323.5 98.5 305.5C98.5 295.3 103.3 285.8 111 279.8V67.7000000000001C111 56.9 120 48.0000000000001 130.7 48.0000000000001C139.7 48.0000000000001 146.8 54.0000000000001 149.2 61.7000000000001V63C149.8 64.8 149.8 66 149.8 67.8V112C151 112 152.2 112.6 152.8 113.2C172.5 121.6 195.8 129.9 218.5 129.9C249.6 129.9 261.5 113.8 287.8 113.8C306.3 113.8 324.2 120.4 339.8 127.5C344 129.3 347 131.1 347 135.3V269.7C348.8 273.8 344.7 276.8 339.3 276.8z" /> - <glyph glyph-name="font-awesome-flag" - unicode="" - horiz-adv-x="448" d=" M444.373 88.576C444.373 81.408 438.229 78.336 431.061 75.264C402.389 62.976 371.669 51.712 338.901 51.712C292.821 51.712 271.317 80.384 216.021 80.384C176.085 80.384 134.101 66.048 100.309 50.688C98.261 49.664 96.213 49.664 94.165 48.64V-29.184C94.165 -50.5890000000001 78.043 -64 60.373 -64C40.9169999999999 -64 25.5569999999999 -48.64 25.5569999999999 -29.184V345.6C12.245 355.8400000000001 3.029 372.224 3.029 390.656C3.029 422.4 28.629 448 60.373 448S117.717 422.4 117.717 390.656C117.717 372.224 109.525 355.8400000000001 95.189 345.6V313.856C99.313 315.23 153.957 342.528 209.877 342.528C275.147 342.528 307.553 314.88 336.853 314.88C375.765 314.88 418.773 342.528 429.0130000000001 342.528C437.2050000000001 342.528 444.3730000000001 336.384 444.3730000000001 329.216V88.576z" /> - <glyph glyph-name="font-awesome" - unicode="" - horiz-adv-x="448" d=" M397.8 416H50.2C22.7 416 0 393.3 0 365.8V18.2C0 -9.3 22.7 -32 50.2 -32H397.8C425.3 -32 448 -9.3 448 18.2V365.8C448 393.3 425.3 416 397.8 416zM352.4000000000001 131.7C352.4000000000001 127.5 348.8 125.7 344.6 123.9C327.9000000000001 116.7 310 110.2 290.8 110.2C263.9000000000001 110.2 251.4 126.9 219.1 126.9C195.8 126.9 171.3 118.5 151.6 109.6C150.4 108.9999999999999 149.2 108.9999999999999 148 108.4V63C148 61.2 148 59.4 147.4 58.2V57C145 48.6 137.2000000000001 42.7 128.3000000000001 42.7C117.0000000000001 42.7 108 51.7 108 63V281.6C100.2000000000001 287.6 94.9000000000001 297.1 94.9000000000001 307.9C94.9000000000001 326.4 109.8000000000001 341.4 128.4 341.4C146.9 341.4 161.9 326.5 161.9 307.9C161.9 297.1 157.1 287.6 148.8000000000001 281.6V263.1C150.6000000000001 263.7 152.4 264.3 154.2000000000001 265.5C172.7000000000001 273.3 194.8000000000001 279.8 215.7000000000001 279.8C238.4000000000001 279.8 256.3000000000001 273.8 276.6 266.1C280.8 264.3 285 263.7000000000001 289.7000000000001 263.7000000000001C312.4000000000001 263.7000000000001 337.5000000000001 279.8 343.5000000000001 279.8C348.3000000000001 279.8 352.5000000000001 276.2000000000001 352.5000000000001 272V131.7z" /> - <glyph glyph-name="fonticons-fi" - unicode="" - horiz-adv-x="384" d=" M114.4 224H206.8L191.6 172.8H115.2V15C115.2 7 112.4 5.8 119.6 5L179.2 -0.6V-35H0V0.2L29.2 3C36.4 3.8 38.4 6.2 38.4 13.8V169.6C38.4 172.8 34.4 172.8 30.4 172.8H0V224H38.4V252.8C38.4 320.8 74.8 348.8 144.4 348.8C191.2 348.8 233.2 337.6 233.2 276.4L163.6 268C164 293.6 157.6 299.6 141.2 299.6C116 299.6 115.2 286 115.2 262V230C115.2 226.8 110.4 224 114.4 224zM384 -35H243.2V-0.6L271.2 3C278.4 3.8 281.6 5.4 281.6 13V161C281.6 166.6 277.6 170.2 272.4 171.8L239.2 180.6L248.4 221H358.4V13C358.4 5 354.8 4.2 362.4 3L384 -0.6V-35zM354 312.2L366.4 266.6L356.4 256.6L313.6 279.4L270.8 256.6L260.8 266.6L273.2 312.2L243.2 348.6L248 358.6H286L307.2 397H320L341.2 358.6H379.2L384 345.4L354 312.2z" /> - <glyph glyph-name="fonticons" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM167.4 220H234.8L223.7 182.7H168V69.8C168 63.9999999999999 166 63.1 171.2 62.4999999999999L214.7 58.3999999999999V33.2999999999999H84V59L105.3 61C110.5 61.6 112 63.3 112 68.9V180.3C112 182.6 109.1 182.6 106.2 182.6H84V220H112V241C112 290.6 138.5 311 189.3 311C223.4 311 254 302.8 254 258.2L203.3 252.1C203.6 270.8 198.9 275.1 187 275.1C168.6 275.1 168 265.2 168 247.7V224.4C168 222 164.5 220 167.4 220zM364 33.3H261.3V58.4L281.7 61.0000000000001C286.9 61.6000000000001 289.3 62.7000000000001 289.3 68.3000000000001V176.2C289.3 180.3 286.4000000000001 182.9 282.6 184.1L258.4000000000001 190.5L265.1 220H345.3V68.3C345.3 62.4999999999999 342.7 61.9 348.2 60.9999999999999L363.9 58.3999999999999V33.2999999999999zM342.1 288.8L351.1 255.6L343.8 248.3L312.6 264.9L281.4000000000001 248.3L274.1 255.6L283.1 288.8L261.3 313L264.8 322.6H292.5L308 350.6H317.3L332.8 322.6H360.5L364 313L342.1 288.8z" /> - <glyph glyph-name="fort-awesome-alt" - unicode="" - horiz-adv-x="512" d=" M211.7 206.9V155.2C211.7 153.1 210.1 151.5 208 151.5H185.8C183.7 151.5 182.1 153.1 182.1 155.2V206.9C182.1 209 183.7 210.6 185.8 210.6H208C210.1 210.6 211.7 209 211.7 206.9zM326.2 210.6H304C301.9 210.6 300.3 209 300.3 206.9V155.2C300.3 153.1 301.9000000000001 151.5 304 151.5H326.2C328.3 151.5 329.9 153.1 329.9 155.2V206.9C329.8 209 328.2 210.6 326.2 210.6zM297.1 -52.6C296.2 -52.7 295.4 -52.9 294.5 -53C293.5 -53.2 292.3999999999999 -53.3 291.3999999999999 -53.5C290.5 -53.6 289.5999999999999 -53.8 288.5999999999999 -53.9C287.5999999999999 -54 286.5999999999999 -54.2 285.5999999999999 -54.3C284.5999999999999 -54.4 283.5999999999999 -54.4999999999999 282.7 -54.6C281.7 -54.7 280.8 -54.8 279.8 -54.9C278.8 -55 277.7 -55.1 276.7 -55.2C275.8 -55.3 274.8999999999999 -55.4 274 -55.4C272.8999999999999 -55.5 271.7 -55.5 270.6 -55.6C269.8 -55.6 268.9 -55.7 268.1 -55.7C266.8 -55.8 265.5 -55.8 264.2 -55.8C263.5 -55.8 262.8 -55.9 262.1 -55.9C260.1 -55.9 258.1 -56.0000000000001 256.1 -56.0000000000001S252.1 -56.0000000000001 250.1 -55.9C249.4 -55.9 248.7 -55.9 248 -55.8C246.7 -55.8 245.4 -55.7 244.1 -55.7C243.3 -55.7 242.4 -55.6 241.6 -55.6C240.5 -55.4999999999999 239.3 -55.4999999999999 238.2 -55.4C237.3 -55.3 236.4 -55.3 235.5 -55.2C234.5 -55.1 233.4 -55 232.4 -54.9C231.4 -54.8 230.5 -54.7 229.5 -54.6C228.5 -54.4999999999999 227.5 -54.4 226.6 -54.3C225.6 -54.1999999999999 224.6 -54.1 223.6 -53.9C222.7 -53.8 221.8 -53.6 220.8 -53.5C219.8 -53.4 218.7 -53.2 217.7 -53C216.8 -52.9 216 -52.7 215.1 -52.6C149.5 -41.7 92.6 -4.9 55.1 46.8C54.9 46.9999999999999 54.8 47.3 54.6 47.4999999999999C53.8 48.6 53 49.6999999999999 52.3 50.8C52 51.1999999999999 51.7 51.6 51.5 51.9999999999999C50.8 53.1 50.1 54.1 49.4 55.1999999999999C49.1 55.6999999999999 48.8 56.0999999999999 48.5 56.5999999999999C47.8 57.6999999999999 47.1 58.6999999999999 46.5 59.7999999999999C46.2 60.2999999999999 45.9 60.6999999999999 45.6 61.1999999999999C44.9 62.2999999999999 44.3 63.3999999999999 43.6 64.4999999999999C43.4 64.8999999999999 43.1 65.2999999999999 42.9 65.6999999999999C40.5 69.6999999999999 38.3 73.7999999999999 36.1 77.8999999999999C36 78.0999999999999 35.9 78.1999999999999 35.8 78.3999999999999C35.2 79.4999999999999 34.7 80.5999999999999 34.1 81.6999999999999C33.8 82.2999999999999 33.5 82.7999999999999 33.3 83.3999999999999C32.8 84.3999999999999 32.3 85.4999999999999 31.8 86.4999999999999C31.5 87.1999999999999 31.2 87.7999999999999 30.9 88.4999999999999C30.4 89.4999999999999 30 90.4999999999999 29.5 91.4999999999999L28.6 93.5999999999999C28.2 94.5999999999999 27.7 95.5999999999999 27.3 96.5999999999999C27 97.2999999999999 26.7 98.0999999999999 26.4 98.7999999999999L25.2 101.7999999999999C24.9 102.5999999999999 24.6 103.2999999999999 24.3 104.0999999999999C23.9 105.0999999999999 23.5 106.0999999999999 23.2 107.0999999999999C22.9 107.9999999999999 22.6 108.8999999999999 22.2 109.8999999999999C21.6 111.4999999999999 21.1 113.1999999999999 20.5 114.7999999999999C20.2 115.6999999999999 19.9 116.5999999999999 19.6 117.5999999999999C19.3 118.4999999999999 19.1 119.3999999999999 18.8 120.2999999999999C18.5 121.1999999999999 18.2 122.1999999999999 18 123.0999999999999C17.7 123.9999999999999 17.5 124.8999999999999 17.2 125.7999999999999C16.9 126.7999999999999 16.7 127.6999999999999 16.4 128.6999999999999C16.2 129.5999999999999 15.9 130.4999999999999 15.7 131.3999999999999C15.4 132.3999999999999 15.2 133.3999999999999 15 134.3999999999999C14.8 135.2999999999999 14.6 136.0999999999999 14.4 136.9999999999999C14.2 138.0999999999999 13.9 139.1999999999999 13.7 140.1999999999999C13.5 140.9999999999999 13.4 141.7999999999999 13.2 142.5999999999999C12.9 143.8999999999999 12.7 145.2999999999999 12.4 146.5999999999999C12.3 147.1999999999999 12.2 147.6999999999999 12.1 148.2999999999999L11.2 153.9999999999998C11.1 154.5999999999999 11 155.2999999999999 10.9 155.8999999999998C10.7 157.1999999999998 10.5 158.4999999999998 10.4 159.7999999999998C10.3 160.5999999999998 10.2 161.2999999999998 10.1 162.0999999999998C10 163.2999999999998 9.8 164.4999999999998 9.7 165.6999999999998C9.6 166.4999999999998 9.5 167.2999999999999 9.5 168.0999999999998C9.4 169.2999999999998 9.3 170.4999999999998 9.2 171.5999999999998C9.1 172.3999999999998 9.1 173.1999999999998 9 173.9999999999998C8.9 175.1999999999998 8.8 176.3999999999998 8.8 177.6999999999998C8.8 178.4999999999998 8.7 179.1999999999998 8.7 179.9999999999998C8.6 181.2999999999998 8.6 182.6999999999998 8.5 183.9999999999998C8.5 184.6999999999998 8.5 185.2999999999998 8.4 185.9999999999998C8.4 187.9999999999998 8.3 189.9999999999998 8.3 191.9999999999998C8.3 245.4999999999998 25.2 294.9999999999998 54.1 335.5999999999998C56.4 338.7999999999998 58.8 341.9999999999998 61.2 345.0999999999998C66.1 351.2999999999998 71.3 357.3999999999998 76.8 363.0999999999998C79.5 365.9999999999998 82.3 368.7999999999998 85.2 371.4999999999998C88.1 374.1999999999998 91 376.8999999999998 94 379.4999999999998C98.5 383.3999999999998 103.1 387.0999999999998 107.9 390.6999999999998C109.5 391.8999999999998 111.1 393.0999999999998 112.7 394.1999999999998C140 413.8 171.7 427.9 206 435C222.1 438.3 238.9 440 256 440S289.8 438.3 306 435C340.3 428 372 413.9 399.6 394.3C401.2000000000001 393.1 402.8 392 404.4000000000001 390.8C409.2000000000001 387.2 413.8 383.5 418.3 379.6C430.3 369.2 441.3 357.7 451.1 345.2C453.6 342.1 455.9 338.9 458.2 335.7C487.1 295 504 245.5 504 192C504 190 504 188 503.9 186C503.9 185.3 503.9 184.7 503.8 184C503.8 182.7 503.6999999999999 181.3 503.6 180C503.6 179.2 503.4999999999999 178.5 503.4999999999999 177.7C503.3999999999999 176.5 503.3999999999999 175.3 503.3 177C503.1999999999999 176.2 503.1999999999999 175.4 503.1 174.6C502.9999999999999 173.4 502.9 172.2000000000001 502.8 171.1C502.6999999999999 170.3 502.6 169.5 502.6 168.7000000000001C502.4999999999999 167.5000000000001 502.3 166.3000000000001 502.2 165.1C502.1 164.3 502 163.6 501.9 162.8C501.7 161.5 501.5 160.2 501.4 158.9C501.3 158.3 501.2 157.6 501.1 157.0000000000001L500.2 151.3000000000001C500.1 150.7000000000001 500 150.2000000000001 499.9 149.6000000000001C499.7 148.3000000000001 499.4 146.9000000000001 499.1 145.6000000000001C498.9 144.8000000000001 498.8 144.0000000000001 498.6 143.2000000000001C498.4 142.1000000000001 498.1 141.0000000000001 497.9 140.0000000000001C497.7 139.1000000000001 497.5 138.3000000000001 497.3 137.4000000000001C497.1 136.4000000000001 496.8 135.4000000000001 496.6 134.4000000000001C496.4 133.5000000000001 496.1 132.6000000000001 495.9 131.7000000000001C495.6 130.7000000000001 495.4 129.8000000000001 495.1 128.8000000000001C494.9 127.9000000000002 494.6 127.0000000000001 494.3 126.1000000000001C493.9999999999999 125.2000000000002 493.6999999999999 124.2000000000002 493.4999999999999 123.3000000000001C493.1999999999999 122.4000000000002 492.9999999999999 121.5000000000001 492.6999999999999 120.6000000000001C492.3999999999999 119.7000000000002 492.0999999999999 118.8000000000001 491.8 117.8000000000001C491.3 116.2000000000001 490.6999999999999 114.5000000000001 490.1 112.9000000000002C489.8 112.0000000000002 489.4999999999999 111.1000000000001 489.1 110.1000000000001C488.7 109.1000000000001 488.4 108.1000000000001 487.9999999999999 107.1000000000001C487.6999999999999 106.3000000000001 487.3999999999999 105.6000000000001 487.1 104.8000000000001L485.9 101.8000000000001C485.6 101.1000000000001 485.3 100.3000000000001 485 99.6000000000001C484.6 98.6000000000001 484.2 97.6000000000001 483.7 96.6000000000001L482.8 94.5000000000001C482.4 93.5000000000001 481.9 92.5000000000001 481.4 91.5000000000001C481.1 90.8000000000001 480.8 90.2000000000001 480.5000000000001 89.5000000000001C480.0000000000001 88.5000000000001 479.5000000000001 87.4000000000001 479.0000000000001 86.4000000000001C478.7 85.8000000000001 478.4 85.3000000000001 478.2 84.7000000000001C477.6 83.6000000000001 477.1 82.5000000000001 476.5000000000001 81.4000000000001C476.4 81.2000000000001 476.3000000000001 81.1000000000001 476.2 80.9000000000001C474.0000000000001 76.8000000000001 471.8000000000001 72.7000000000001 469.4 68.7000000000001C469.2 68.3000000000001 468.9 67.9000000000001 468.7 67.5000000000001C468.0000000000001 66.4000000000001 467.4 65.3000000000001 466.7 64.2000000000001C466.4 63.7000000000001 466.1 63.3000000000001 465.8000000000001 62.8000000000001C465.1000000000001 61.7000000000001 464.4000000000001 60.7000000000001 463.8000000000001 59.6000000000001C463.5000000000001 59.1000000000001 463.2 58.7000000000002 462.9000000000001 58.2000000000002C462.2000000000001 57.1000000000001 461.5000000000001 56.1000000000001 460.8000000000001 55.0000000000002C460.5000000000001 54.6000000000002 460.2 54.2000000000002 460.0000000000001 53.8000000000002C459.2 52.7000000000002 458.5000000000001 51.6000000000002 457.7 50.5000000000002C457.5000000000001 50.3000000000002 457.4 50.0000000000002 457.2 49.8000000000002C419.6 -4.8999999999998 362.7000000000001 -41.5999999999998 297.1 -52.5999999999998zM414.4 33.6C427.4 46.6 438.6 60.9999999999999 448 76.4999999999999V147.8C448 149.9 446.4 151.5 444.3 151.5H422.1C420 151.5 418.4000000000001 149.8999999999999 418.4000000000001 147.8V122H388.9000000000001V266C388.9000000000001 268.1 387.3 269.7 385.2000000000001 269.7H363.1C361 269.7 359.4000000000001 268.1 359.4000000000001 266V240.1H329.9000000000001V266C329.9000000000001 268.1 328.3 269.7 326.2000000000001 269.7H304C301.9 269.7 300.3 268.1 300.3 266V240.1H270.8V266C270.8 270.8 264.3 269.7 261.3 269.7V300.4C268 302 275.1 303.2 282.1 303.2C290.9000000000001 303.2 298.9000000000001 299.7 307.5 299.7C311.2 299.7 329.9 300.6 329.9 306.2V354.6C329.9 356.7 328.3 358.3 326.2 358.3C322 358.3 314 354.8 306.8 354.8C298.9000000000001 354.8 289.9000000000001 358.3 280.5 358.3C274 358.3 267.6 357.4 261.3 356V359.9C265.7 362 268.7 366.6 268.7 371.4C268.7 388.2 243.3 388.2 243.3 371.4C243.3 366.6 246.3 361.9 250.7 359.9V269.7C247.7 269.7 241.2 270.8 241.2 266V240.1H211.7V266C211.7 268.1 210.1 269.7 208 269.7H185.8C183.7 269.7 182.1 268.1 182.1 266V240.1H152.6V266C152.6 268.1 151 269.7 148.9 269.7H126.8000000000001C124.7000000000001 269.7 123.1 268.1 123.1 266V122H93.5V147.8C93.5 149.9 91.9 151.5 89.8 151.5H67.7C65.6 151.5 64 149.9 64 147.8V76.5C73.4 61 84.6 46.6 97.6 33.6C118.2 13 142.1 -3.1 168.8 -14.4C182.7 -20.3 197 -24.7 211.7 -27.6V48.2C211.7 106.8000000000001 300.3 106.8000000000001 300.3 48.2V-27.6C315 -24.7 329.3 -20.2 343.2 -14.4C369.9 -3.1 393.8 13 414.4 33.6" /> - <glyph glyph-name="fort-awesome" - unicode="" - horiz-adv-x="512" d=" M489.2 160.1H461.8C459.2 160.1 457.2 158.1 457.2 155.5V123.5H420.6V301.8C420.6 304.4 418.6 306.4 416 306.4H388.6C386 306.4 384 304.4 384 301.8V269.8H347.3999999999999V301.8C347.3999999999999 304.4 345.3999999999999 306.4 342.7999999999999 306.4H315.3999999999999C312.7999999999999 306.4 310.7999999999999 304.4 310.7999999999999 301.8V269.8H274.1999999999999V301.8C274.1999999999999 307.8 266.1999999999999 306.4 262.4999999999999 306.4V344.4C270.7999999999999 346.4 279.5999999999999 347.8 288.1999999999999 347.8C299.0999999999999 347.8 309.0999999999999 343.5 319.5999999999999 343.5C324.1999999999999 343.5 347.2999999999999 344.6 347.2999999999999 351.5V411.5C347.2999999999999 414.1 345.2999999999999 416.1 342.6999999999998 416.1C337.5999999999998 416.1 327.5999999999998 411.8 318.6999999999998 411.8C308.9999999999999 411.8 297.7999999999999 416.1 286.0999999999998 416.1C278.0999999999998 416.1 270.0999999999998 415 262.3999999999998 413.2000000000001V418.1C267.7999999999998 420.7000000000001 271.4999999999999 426.4000000000001 271.4999999999999 432.4000000000001C271.4999999999999 453.1 240.0999999999998 453.2 240.0999999999998 432.4000000000001C240.0999999999998 426.4000000000001 243.7999999999998 420.7000000000001 249.1999999999998 418.1V306.4C245.4999999999999 306.4 237.4999999999999 307.8 237.4999999999999 301.8V269.8H200.8999999999998V301.8C200.8999999999998 304.4 198.8999999999998 306.4 196.2999999999999 306.4H168.8999999999998C166.2999999999999 306.4 164.2999999999999 304.4 164.2999999999999 301.8V269.8H128V301.8C128 304.4 126 306.4 123.4 306.4H96C93.4 306.4 91.4 304.4 91.4 301.8V123.5H54.8V155.5C54.8 158.1 52.8 160.1 50.2 160.1H22.8C20.2 160.1 18.2 158.1 18.2 155.5V-64H201.1V32C201.1 104.6 310.8 104.6 310.8 32V-64H493.7V155.5C493.8000000000001 158.1 491.8000000000001 160.1 489.2 160.1zM201.1 164.6C201.1 162 199.1 160 196.5 160H169.1C166.5 160 164.5 162 164.5 164.6V228.6C164.5 231.2 166.5 233.2 169.1 233.2H196.5C199.1 233.2 201.1 231.2 201.1 228.6V164.6zM347.5 164.6C347.5 162 345.5 160 342.9 160H315.5C312.9 160 310.9 162 310.9 164.6V228.6C310.9 231.2 312.9 233.2 315.5 233.2H342.9C345.5 233.2 347.5 231.2 347.5 228.6V164.6z" /> - <glyph glyph-name="forumbee" - unicode="" - horiz-adv-x="448" d=" M5.8 138.3C2 155.3 0 172.5 0 189.7C0 313 99.8 413 223.1 413C239.7 413 256.4 411 272.4 407.5C149 360.5 51.9 262 5.8 138.3zM398.7 327.5C385 345 369 360.2 350.9 372.8C201.3 328.5 84.6 210.7 41.2 60.8C53.7 42.7 69.2 25.2 86.4 11.8C129.5 163.1 247.6 283.5 398.7 327.5zM414.5 74.8C429.7 99.9 439.9 128.5 444 157.6C364.6 114.7000000000001 299 47 256.4 -32.7C286.4 -28.3 315.3 -17.4 341 -1.4C376 -14.5 411.9 -25.7 448 -35C438.7 1.5 427.6 39.5 414.5 74.8zM444.2 220.3C441.6 239.8 436.3 259 428.4 277.1C290.5 231.3 182 120.5 137.1 -18C155.2 -25.6 174.1 -30.5 193.7 -33.2C240 80.9 330.5 173.6 444.2 220.3z" /> - <glyph glyph-name="foursquare" - unicode="" - horiz-adv-x="368" d=" M323.1 445H49.9C12.4 445 0 416.7 0 398.9V-34.9C0 -55.2 12.1 -62.6 18.2 -65C24.4 -67.5 41 -69.6 51.1 -57.9C180 91.5 182.2 94 182.2 94C185.3 97.4 185.6 97.1 189 97.1H272.4C307.5 97.1 313 122.3 316.7 136.8L365.3 379.8C373.8 422.2 363.1 445 323.1 445zM306.8 371.2L295.4000000000001 311.5C294.2000000000001 305 285.9000000000001 298.3 278.5000000000001 298.3H172.1C160.1 298.3 151.5 290 151.5 278V265C151.5 253 160.1 244.4 172.1 244.4H262.5C270.8 244.4 279.1 235.2 277.3 226.2C275.5 217.3 266.8 172.4 265.9000000000001 167.4C265.0000000000001 162.5000000000001 259.1 153.9 249.0000000000001 153.9H175.5C162 153.9 158.3000000000001 152.1 149 141.3C149 141.3 140.1 129.9 59.5 33C58.6 32.1 57.7 32.4 57.7 33.3V372.1C57.7 379.8 64.5 388.7 74.3 388.7H293.3000000000001C301.5000000000001 388.7 308.9000000000001 381 306.8000000000001 371.2z" /> - <glyph glyph-name="free-code-camp" - unicode="" - horiz-adv-x="576" d=" M69.3 303.5C28.3 235 32.9 140.5 70.3 76.5C92.5 38.3 120 24.1 120 10C120 3.2 114 -3 107.2 -3C87.7 -3 8 72.5 8 194.8C8 306.3 86 380.8 105.1 380.8C111.1 380.8 120 376 120 369.7000000000001C120 357 91.7 341.1 69.3 303.5zM265.1 89.7C269.6 87.9 277.4000000000001 84.5 277.4000000000001 90.9C277.4000000000001 93.6 275.2000000000001 93.8 273.1 94.5C264.6 97.9 259.1 102.2 254.0000000000001 109.7C245.8000000000001 121.8 243.9000000000001 133.9 243.9000000000001 148.3C243.9000000000001 180.4 288.1 186.2 288.1 218.3C288.1 230.6 280.4000000000001 234.2 280.4000000000001 237.6C280.4000000000001 239.8 281.1 239.8 283.3 239.8C291.3 239.8 302.4000000000001 226.5 305.8 220C308 215.4 308.2 214 308.2 208.9C308.2 201.9 307.5 194.7 307.5 187.6C307.5 160.6 339.4 167.8 339.4 180.8C339.4 186.8 335.8 192.4 335.8 198.2C335.8 198.9 335.8 199.4 336.5 199.4C339.8999999999999 199.4 345.8999999999999 191.7 347.6 189.3C353.4 180.4 356.1 168.5 356.1 157.9C356.1 125.5000000000001 326.6 108.9 326.6 101.9C326.6 100.9 329.5 94.2000000000001 338.7 100.0000000000001C368.4 115.1000000000001 391.8 147.6000000000001 391.8 189.8000000000001C391.8 223.4000000000001 383.1 247.5000000000001 359.7 272.4000000000001C355.8 276.5000000000001 343.3 289.3000000000001 337.2 289.3000000000001C329 289.3000000000001 344.4 270.7000000000001 344.4 258.1000000000001C344.4 250.9000000000001 339.6 245.8000000000001 332.1 245.8000000000001C320.5 245.8000000000001 317.6 271.2000000000001 316.2 279.1000000000001C310.4 312.9000000000001 303.4 337.3000000000001 269.8 353.2000000000001C259.4000000000001 358.2000000000001 233.3 365.0000000000001 233.3 355.4000000000001C233.3 353.0000000000001 236 351.3000000000001 237.9 350.3000000000001C247.1 344.7000000000001 257.5 328.9000000000001 257.5 312.1000000000001C257.5 266.0000000000001 199.8 223.9000000000001 199.8 175.9000000000001C199.6 135.6000000000001 227.9 103.3000000000001 265.1 89.7000000000001zM470.4 381C464.4 381 456 374.5 456 368.4C456 359.7 468.1 348.8 473.6 343C555.2 257.9 552.2 128.7 491.2 52C484.2 43.1 455.9 16.7 455.9 8.5C455.9 3.4 464.1 -2.9 469.1 -2.9C494.5 -2.9 567.9 77.9 567.9 182.8C568 302.1 491.8 381 470.4 381zM428.1 57.9H167C157.6 57.9 151.5 50.4 151.5 41.5C151.5 33 158.5 26 167 26H428.1C437.5 26 440 33.5 440 42.4C440 50.9 436.5 57.9 428.1 57.9z" /> - <glyph glyph-name="freebsd" - unicode="" - horiz-adv-x="448" d=" M303.7 351.8C314.8 362.9 419.2 428.8 442.9 405C466.6 381.3 400.8 276.9 389.7 265.8C378.6 254.7 350.3 264.9 326.6 288.7000000000001C302.8 312.4 292.5 340.7000000000001 303.7 351.8zM109.9 379.9C73.6 400.5 22 423.4 5.6 406.9C-11 390.3 12.7 337.5 33.5 301.2C52 333.4 78.3 360.5 109.9 379.9zM406.7 274C410 262.7 409.4 253.3 404 247.9C383.7 227.6 316.5 274.9 294.7 318C276.7 350.3 283.6 371.4 309.6 366.7C315.3 370.3 321.9 374.3 329.2 378.3C299.4 393.8 265.6 402.6 229.7 402.6C110.6 402.6 14.1 306.1 14.1 187C14.1 68 110.6 -28.6 229.7 -28.6S445.3 67.9 445.3 187C445.3 225.4 435.2 261.5 417.6 292.8C413.7000000000001 285.8 410 279.5 406.7000000000001 274z" /> - <glyph glyph-name="get-pocket" - unicode="" - horiz-adv-x="448" d=" M407.6 384H40.6C18.5 384 0 365.5 0 343.4V208.2C0 83.5 99.7 -16 224.2 -16C348.2 -16 448 83.5 448 208.2V343.4C448 365.8 430.3 384 407.6 384zM245.6 115.5C233.2 103.7 214.2 104.4 203.2 115.5C89.5 224.4 88.3 220.6 88.3 238.7C88.3 255.6 102.1 269.4 119 269.4C136 269.4 135.1 265.6 224.2 180.1C314.8 267 312.8 269.4 329.7 269.4C346.6 269.4 360.4 255.6 360.4 238.7C360.4 220.9 357.5 223 245.6 115.5z" /> - <glyph glyph-name="gg-circle" - unicode="" - horiz-adv-x="512" d=" M257 440C120 440 9 329 9 192S120 -56 257 -56S505 55 505 192S394 440 257 440zM207.5 65.2L81.8 190.9L207.5 316.6L242.7 281.2L218.5 257L207.4 268.1L130.2 190.9L207.4 113.7L234 140.3L180.9 193.2L205.3 217.6L282.5 140.4L207.5 65.2000000000001zM306.5 67.4L271.3 102.6L295.4000000000001 127L306.5000000000001 115.8999999999999L383.7000000000001 193.0999999999999L306.5000000000001 270.2999999999999L280.0000000000001 243.7999999999999L333.1000000000001 190.8999999999999L308.7000000000001 166.5L231.5000000000001 243.7L306.5000000000001 318.7L432.2 193L306.5 67.4z" /> - <glyph glyph-name="gg" - unicode="" - horiz-adv-x="512" d=" M179.2 217.6L281.6 115.2L179.2 12.8L0 192L179.2 371.2L224 326.4L198.4 300.8L179.2 320L51.2 192L179.2 64L230.7 115.5L153.6 192L179.2 217.6zM332.8 371.2L230.4 268.8L332.8 166.4L358.4000000000001 192L281.3000000000001 268.5L332.8000000000001 320L460.8000000000001 192L332.8000000000001 64L313.6000000000001 83.2L288.0000000000001 57.6L332.8000000000001 12.8L512 192L332.8 371.2z" /> - <glyph glyph-name="git-square" - unicode="" - horiz-adv-x="448" d=" M140.1 99.5C152.2 99.5 169.6 97.4 169.6 81.6C169.6 66.1 155.7 62.8 142.6 62.8C130.3 62.8 111.7 64.8 111.7 80.8S127.4 99.5 140.1 99.5zM115.4 216.1C115.4 201.3 122 192 137.7 192C153.2 192 158.9 202 158.9 216.5C159 250.9 115.4 251.3 115.4 216.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM207 274.3C194.7 269.5 181.5 265.9 168.1 265.9C129.6 288 77.4 265 77.4 216.4C77.4 198.4 89 173.5 107 167.5V166.8C93.6 160.9 89.9 130.7 107.7 119.8V119.1C88.2 112.7000000000001 75.4 100.3 75.4 78.9C75.4 42.1 110.2 31.9 140.8 31.9C177.9 31.9 205.6 45.3 205.6 86.2000000000001C205.6 136.6 133.5 118.0000000000001 133.5 145.3000000000001C133.5 154.9000000000001 138.7 158.7000000000001 147.6 160.5000000000001C177.2 166.0000000000001 195.8 189.1000000000001 195.8 219.2000000000001C195.8 224.4 194.7 229.4000000000001 192.9 234.2000000000001C197.7 235.3000000000001 202.4 236.5000000000001 207 238.1000000000001V274.3000000000001zM263.8 272.5H224.2C225.5000000000001 261.9 225.3 129.9 224.2 117H263.8C262.7 129.8 262.6 262.1 263.8 272.5zM268.3 325.8C268.3 339.2 258.3 352 244.2 352C229.9 352 219.6 339.5 219.6 325.8C219.6 312.2 230.1 299.9 244.2 299.9C257.9000000000001 299.9 268.3 312.4 268.3 325.8zM372.6 272.5H336.2000000000001C336.2000000000001 282.3 335.8000000000001 292.1 337.3000000000001 302H296.8000000000001C298.1000000000001 294.7 297.9000000000001 288.4 297.9000000000001 272.5H280.8000000000001V238.6C292.7000000000001 240.5 292.9000000000001 239.3 297.9000000000001 239.3V238.6H297.5000000000001V175.9C297.5000000000001 144.8 302.0000000000001 114.7 340.2000000000001 114.7C350.9000000000001 114.7 363.2000000000001 116.5 372.7000000000001 121.7V156.7C367.0000000000001 152.8 358.8000000000002 150.8 351.8000000000002 150.8C338.6000000000002 150.8 336.3000000000002 163.7 336.3000000000002 174.2V239.4C359.0000000000001 239.4 372.7000000000001 238.7 372.7000000000001 238.7V272.5z" /> - <glyph glyph-name="git" - unicode="" - horiz-adv-x="448" d=" M18.8 226.3C18.8 201 35 166.3 60.3 157.8V156.8C41.5 148.5 36.3 106.2 61.3 91V90C34 81 16 63.7 16 33.8C16 -17.7 64.8 -32 107.5 -32C159.5 -32 198.2 -13.3 198.2 44C198.2 114.5 97.2 88.5 97.2 126.8C97.2 140.3 104.4 145.5 116.9 148.1C158.4 155.8 184.4 188.1 184.4 230.3C184.4 237.6 182.9 244.5 180.4 251.3C187.1 252.8 193.6 254.6 200.1 256.8V307.3C182.9 300.5 164.4 295.5 145.6 295.5C91.8 326.5 18.8 294.2 18.8 226.3zM106.5 62.5C123.5 62.5 147.7 59.5 147.7 37.5C147.7 15.7 128.2 11.2 110 11.2C92.7 11.2 66.7 13.9 66.7 36.4C66.8 58.7 88.8 62.5 106.5 62.5zM103.3 192C81.3 192 72 205 72 225.8C72 275.1 133 274.6 133 226.3C133 206 125 192 103.3 192zM432 142.5V93.5C418.7 86.2 401.5 83.7 386.5 83.7C333 83.7 326.7 125.9 326.7 169.4V257.1H327.2V258.1C320.2 258.1 319.9 259.7 303.2 257.1V304.6H327.2C327.2 326.9 327.5 335.6 325.7 345.8H382.4C380.4 332 380.9 318.3 380.9 304.6H431.9V257.1S412.6 258.1 380.9 258.1V167C380.9 152.2 384.2 134.2 402.7 134.2C412.5 134.2 424 137 432 142.5zM286 379.3C286 360.6 271.5 343.1 252.2 343.1C232.4 343.1 217.7 360.3 217.7 379.3C217.7 398.6 232.2 416 252.2 416C272 416 286 398 286 379.3zM279.8 304.8C278 290.2000000000001 278.2 105 279.8 87H224.3C225.9 105.1 226.1 290 224.3 304.8H279.8z" /> - <glyph glyph-name="github-alt" - unicode="" - horiz-adv-x="480" d=" M186.1 119.3C186.1 98.4 175.2 64.2 149.4 64.2S112.7 98.4 112.7 119.3S123.6 174.4 149.4 174.4S186.1 140.2000000000001 186.1 119.3zM480 169.8C480 137.9 476.8 104.1 462.5 74.8C424.6 -1.8 320.4 0 245.8 0C170 0 59.6 -2.7 20.2 74.8C5.6 103.8 0 137.9 0 169.8C0 211.7 13.9 251.3 41.5 283.4C36.3 299.2000000000001 33.8 315.8 33.8 332.2C33.8 353.7 38.7 364.5 48.4 384C93.7 384 122.7 375 157.2 348C186.2 354.9 216 358 245.9000000000001 358C272.9000000000001 358 300.1 355.1 326.3000000000001 348.8C360.3000000000001 375.5 389.3000000000001 384 434.1000000000001 384C443.9000000000001 364.5 448.7000000000001 353.7 448.7000000000001 332.2C448.7000000000001 315.8 446.1000000000001 299.5 441.0000000000001 284C468.5000000000001 251.6 480.0000000000001 211.7 480.0000000000001 169.8zM415.7 119.3C415.7 163.2 389 201.9 342.2 201.9C323.3 201.9 305.2 198.5 286.2 195.9C271.3 193.6 256.4 192.7 241.1 192.7C225.9 192.7 211 193.6 196 195.9C177.3 198.5 159 201.9 140 201.9C93.2 201.9 66.5 163.2 66.5 119.3C66.5 31.5 146.9 18 216.9 18H265.1C335.4000000000001 18 415.7000000000001 31.4 415.7000000000001 119.3zM333.1 174.4C307.3 174.4 296.4000000000001 140.2000000000001 296.4000000000001 119.3S307.3 64.2 333.1 64.2S369.8 98.4 369.8 119.3S358.9000000000001 174.4 333.1 174.4z" /> - <glyph glyph-name="github-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM277.3 32.3C268.9000000000001 30.8 265.8 36 265.8 40.3C265.8 45.7 266 73.3 266 95.6C266 111.2000000000001 260.8 121.1 254.7 126.3C291.7 130.4 330.7 135.5 330.7 199.4C330.7 217.6 324.2 226.7 313.6 238.4C315.3 242.7 321 260.4 311.9 283.4C298 287.7000000000001 266.2 265.5 266.2 265.5C253 269.2 238.7 271.1 224.6 271.1C210.5 271.1 196.2 269.2 183 265.5C183 265.5 151.2 287.7 137.3 283.4C128.2 260.5 133.8 242.8 135.6 238.4C125 226.7 120 217.6 120 199.4C120 135.8 157.3 130.4 194.3 126.3C189.5 122 185.2 114.6 183.7 104C174.2 99.7 149.9 92.3 135.4 117.9C126.3000000000001 133.7 109.9 135 109.9 135C93.7 135.2 108.8 124.8 108.8 124.8C119.6 119.8 127.2000000000001 100.6 127.2000000000001 100.6C136.9 70.9 183.3000000000001 80.9 183.3000000000001 80.9C183.3000000000001 67.0000000000001 183.5 44.4 183.5 40.3C183.5 36 180.5 30.8 172 32.3C106 54.4 59.8 117.2000000000001 59.8 190.6C59.8 282.4000000000001 130 352.1 221.8 352.1S388 282.4 388 190.6C388.1 117.2000000000001 343.3 54.3 277.3 32.3zM179.2 93.4C177.3 93.0000000000001 175.5 93.8 175.3 95.1C175.1 96.6 176.4 97.9 178.3 98.3C180.2 98.5 182 97.7 182.2 96.4C182.5 95.1 181.2 93.8 179.2 93.4zM169.7 94.3C169.7 93 168.2 91.9 166.2 91.9C164 91.7000000000001 162.5 92.8 162.5 94.3C162.5 95.6 164 96.7 166 96.7C167.9 96.9 169.7 95.8 169.7 94.3zM156 95.4C155.6 94.1 153.6 93.5000000000001 151.9 94.1C150 94.5 148.7000000000001 96 149.1 97.3C149.5 98.6 151.5 99.2 153.2 98.8C155.2 98.2 156.5 96.7 156 95.4zM143.7 100.8C142.8 99.7 140.9 99.9 139.4 101.4C137.9 102.7000000000001 137.5 104.6 138.5 105.5000000000001C139.4 106.6000000000001 141.3 106.4 142.8 104.9C144.1 103.6 144.6 101.6 143.7 100.8zM134.6 109.9C133.7 109.3 132 109.9 130.9 111.4S129.8000000000001 114.6 130.9 115.3C132 116.2 133.7000000000001 115.5 134.6 114C135.7 112.5 135.7 110.7 134.6 109.9zM128.1 119.6C127.2 118.7000000000001 125.7 119.2000000000001 124.6 120.2000000000001C123.5 121.5000000000001 123.3 123.0000000000001 124.2 123.7000000000001C125.1 124.6 126.6 124.1 127.7 123.1C128.8 121.8 129 120.3 128.1 119.6zM121.4 127C121 126.1 119.7 125.9 118.6 126.6C117.3 127.2000000000001 116.7 128.3 117.1 129.2000000000001C117.5 129.8000000000001 118.6 130.1 119.9 129.6C121.2 128.9 121.8 127.8 121.4 127z" /> - <glyph glyph-name="github" - unicode="" - horiz-adv-x="496" d=" M165.9 50.6C165.9 48.6 163.6 47 160.7 47C157.4 46.7 155.1 48.3 155.1 50.6C155.1 52.6 157.4 54.2 160.3 54.2C163.3 54.5000000000001 165.9 52.9 165.9 50.6zM134.8 55.1C134.1 53.1 136.1 50.8 139.1 50.2C141.7 49.2 144.7 50.2 145.3 52.2S144 56.5000000000001 141 57.4C138.4 58.1 135.5 57.1 134.8 55.1zM179 56.8C176.1 56.1 174.1 54.2 174.4 51.9C174.7 49.9 177.3 48.6 180.3 49.3C183.2 50 185.2 51.9 184.9 53.9C184.6 55.8 181.9 57.1 179 56.8zM244.8 440C106.1 440 0 334.7 0 196C0 85.1 69.8 -9.8 169.5 -43.2C182.3 -45.5 186.8 -37.6 186.8 -31.1C186.8 -24.9 186.5 9.3 186.5 30.3C186.5 30.3 116.5 15.3 101.8 60.1C101.8 60.1 90.4 89.2000000000001 74 96.7000000000001C74 96.7000000000001 51.1 112.4 75.6 112.1C75.6 112.1 100.5 110.1 114.2 86.3C136.1 47.7 172.8 58.8 187.1 65.4C189.4 81.4 195.9 92.5000000000001 203.1 99.1C147.2 105.3 90.8 113.4 90.8 209.6C90.8 237.1 98.4 250.9000000000001 114.4 268.5C111.8 275 103.3 301.8 117 336.4000000000001C137.9 342.9000000000001 186 309.4000000000001 186 309.4000000000001C206 315 227.5 317.9000000000001 248.8 317.9000000000001S291.6 315 311.6 309.4000000000001C311.6 309.4000000000001 359.7000000000001 343 380.6 336.4000000000001C394.3 301.7000000000001 385.8 275 383.2000000000001 268.5C399.2000000000001 250.8000000000001 409.0000000000001 237.0000000000001 409.0000000000001 209.6C409.0000000000001 113.1 350.1000000000001 105.4 294.2000000000001 99.1C303.4000000000001 91.2000000000001 311.2000000000001 76.2000000000001 311.2000000000001 52.7C311.2000000000001 19.0000000000001 310.9000000000001 -22.6999999999999 310.9000000000001 -30.9C310.9000000000001 -37.4 315.5000000000001 -45.3 328.2000000000001 -43C428.2 -9.8 496 85.1 496 196C496 334.7 383.5 440 244.8 440zM97.2 95.1C95.9 94.1 96.2 91.8 97.9 89.9C99.5 88.3 101.8 87.6 103.1 88.9C104.4 89.9 104.1 92.2000000000001 102.4 94.1C100.8 95.7000000000001 98.5 96.4 97.2 95.1zM86.4 103.2000000000001C85.7 101.9 86.7 100.3000000000001 88.7 99.3000000000001C90.3 98.3000000000001 92.3 98.6000000000001 93 100.0000000000001C93.7 101.3000000000001 92.7 102.9 90.7 103.9C88.7 104.5000000000001 87.1 104.2000000000001 86.4 103.2000000000001zM118.8 67.6C117.2 66.3 117.8 63.3 120.1 61.4C122.4 59.1 125.3 58.8 126.6 60.4C127.9 61.7000000000001 127.3 64.7000000000001 125.3 66.6C123.1 68.9 120.1 69.2000000000001 118.8 67.6zM107.4 82.3C105.8 81.3 105.8 78.7 107.4 76.4C109 74.1 111.7 73.1 113 74.1C114.6 75.4 114.6 78 113 80.3C111.6 82.6 109 83.6 107.4 82.3z" /> - <glyph glyph-name="gitkraken" - unicode="" - horiz-adv-x="592" d=" M565.7 329.9C563.4000000000001 336 556.4000000000001 339.1 550.4000000000001 336.5C544.7 334.1 541.9000000000001 327.6 544.1000000000001 321.9C555.0000000000001 292.9 561.0000000000001 261.4 561.0000000000001 228.6C561.0000000000001 94 460.7000000000001 -17.1 330.8000000000002 -34.1V89.6C338.7000000000001 91.1 346.3000000000002 93.2000000000001 353.8000000000002 95.8V-8.2C460.5000000000001 17.7 539.7000000000002 113.9 539.7000000000002 228.6C539.7000000000002 320.4000000000001 488.9000000000001 400.4000000000001 413.9000000000002 441.9000000000001C408.2000000000002 445.1 400.9000000000002 442.8 398.0000000000002 436.9000000000001C395.3000000000002 431.4000000000001 397.4000000000002 424.7000000000001 402.7000000000002 421.8C470.6000000000001 384.2000000000001 516.6000000000001 311.8000000000001 516.6000000000001 228.6000000000001C516.6000000000001 135.3000000000001 458.7000000000002 55.5000000000001 376.8000000000002 23.2V115.4C391.0000000000001 119.9 401.7000000000001 133.1 401.7000000000001 148.9C401.7000000000001 162.0000000000001 394.9000000000001 173.3 384.4000000000001 179.4C392.7000000000001 258.9000000000001 428.9000000000001 238.0000000000001 428.9000000000001 263.3000000000001V278C428.9000000000001 316 341.0000000000001 439.8 299.9000000000001 442.7C297.4000000000001 442.9 294.9000000000001 442.9 292.3000000000001 442.7C251.1 439.7 163.2 316 163.2 278V263.2C163.2 237.9 199.5 258.9 207.7 179.3C197.1 173.1999999999999 190.4 161.9 190.4 148.8C190.4 133 201 119.8 215.2 115.3V23.1C133.3 55.3 75.4 135.1 75.4 228.5C75.4 311.6 121.4 384 189.3 421.7C194.7 424.7 196.7 431.3 194 436.8C191.1 442.7 183.9 445 178.1 441.8C103.1 400.3 52.3 320.3 52.3 228.5C52.3 113.8 131.5 17.6999999999999 238.2 -8.3000000000001V95.6999999999999C245.8 93.1999999999999 253.3 91.0999999999999 261.2 89.4999999999999V-34.2C131.4 -17.2 31 93.9 31 228.5C31 261.3 37 292.8 47.9 321.8C50.1 327.6 47.3 334 41.6 336.4C35.6 339 28.6 336 26.3 329.8C14.5 298.3 8 264.2 8 228.5C8 73.4 130.6 -53.1 284.3 -59.3V86.6C291.1 86.2000000000001 299.3 86.1 307.7 86.6V-59.2C461.4 -53.1 584 73.4 584 228.5C584 264.2 577.5 298.3 565.7 329.9zM365.9 172.5C378.9 172.5 389.6 162 389.6 148.8C389.6 135.7 379 125.1 365.9 125.1C352.9 125.1 342.2 135.6 342.2 148.8C342.2 161.9 352.8 172.5 365.9 172.5zM226.1 125.2C212.9 125.2 202.4 135.9 202.4 148.9S212.9 172.6 226.1 172.6C239.2 172.6 249.8 162 249.8 148.9C249.8 135.9 239.3 125.2 226.1 125.2z" /> - <glyph glyph-name="gitlab" - unicode="" - horiz-adv-x="512" d=" M29.782 248.268L256 -45.714L8.074 138.301C1.218 143.443 -1.638 152.297 0.933 160.294L29.782 248.268zM105.187 423.074C102.045 431.928 89.478 431.928 86.336 423.074L29.782 248.268H161.743L105.187 423.074zM161.743 248.268L256 -45.714L350.257 248.2680000000001H161.743zM511.067 160.294L482.218 248.268L256 -45.714L503.926 138.301C510.781 143.443 513.637 152.297 511.067 160.294zM425.663 423.074C422.521 431.928 409.954 431.928 406.812 423.074L350.257 248.268H482.218L425.663 423.074z" /> - <glyph glyph-name="gitter" - unicode="" - horiz-adv-x="384" d=" M66.4 125.5H16V448H66.4V125.5zM166.9 371.9H116.5V-64H166.9V371.9zM267.5 371.9H217.1V-64H267.5V371.9zM368 372H317.6V125H368V372z" /> - <glyph glyph-name="glide-g" - unicode="" - horiz-adv-x="448" d=" M407.1 236.8C403.6 238.2 395.5 240.6 391.7000000000001 240.6C354.6 240.6 329.5000000000001 223.8 298.2000000000001 206.1L297.3000000000001 207C304.3000000000001 254.3 320.8000000000001 298.9000000000001 320.8000000000001 347.4000000000001C320.8 418.9 282.6 448 212.4 448C97.3 448 39 334.3 39 249.6C39 161.7 90.3 113 177.6 113C189.6 113 188.6 114 188.6 109.2C171.7 -19.7 97.8 -23.9 97.8 14.6C97.8 53.8 142.8 73.2000000000001 143.3 75.6C143 87.8 96.3 103.2000000000001 84.4 103.2000000000001C50.5 103.1 32 52.0000000000001 32 23.9C32 -28 64.8 -64 117.5 -64C194.9 -64 251.5 13.8 268.9 81.4C284 141.9 280.1 144.7 288.6 149C320.8 165.2 346.1 176 382.4 176C400.2 176 412.9 172.3 441.3 167.6C444.2 167.6 448 170.5 448 173.4C448 181.4 414.6 233.9000000000001 407.1 236.8000000000001zM231.8 321.2000000000001C222.5 276.5 213.2 231.6 204 186.9C201.7 176.7 190.7 179.1 182 179.1C143.7 179.1 133 220.9 133 252.2C133 299.2 151 361.5 194.8 385.6C201.8 389.7 209.6 392.3 217.4 392.3C236 392.3 237.4 379 237.4 363.6C237.3 349.3 234.7 335.1 231.8 321.2z" /> - <glyph glyph-name="glide" - unicode="" - horiz-adv-x="448" d=" M252.8 299.4C252.8 290.6 251.2 281.7000000000001 249.4 273C243.6 245.2 237.8 217.2 232.1 189.4C230.7 183.1 223.8 184.5 218.4 184.5C194.6 184.5 187.9 210.5 187.9 230C187.9 259.3 199.1 298.1 226.4 313.1C230.7 315.6 235.6 317.3 240.5 317.3C251.9 317.3 252.8 309 252.8 299.4zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM384 181C384 186.1 363.2 218.7 358.5 220.5C356.3 221.4 351.3 222.8 348.9 222.8C325.8 222.8 310.2 212.3 290.7 201.3L290.2 201.8C294.5 231.2 304.8 259 304.8 289.2000000000001C304.8 333.8 281 351.9000000000001 237.3 351.9000000000001C165.6 351.9000000000001 129.3 281.1 129.3 228.4000000000001C129.3 173.7000000000001 161.3 143.4 215.6 143.4C223.1 143.4 222.5 144.0000000000001 222.5 141.1C212 60.8 166 58.2000000000001 166 82.2000000000001C166 106.6 194 118.7000000000001 194.3000000000001 120.2000000000001C194.1000000000001 127.8000000000001 165 137.4 157.6 137.4C136.5 137.4 124.9 104.4 124.9 86.8C124.9 54.5 145.3 32.1 178.2 32.1C226.4000000000001 32.1 261.6 81.8 272.5 123.8C281.9 161.5 279.5 163.2 284.8 165.9C304.8 176.0000000000001 320.6 182.7000000000001 343.2 182.7000000000001C354.3 182.7000000000001 362.2 180.4 379.9 177.5000000000001C381.7 177.4 384 179.2000000000001 384 181.0000000000001z" /> - <glyph glyph-name="gofore" - unicode="" - horiz-adv-x="400" d=" M324 128.2H310.8V93.5C286.3 70.4 254.5 57.7 220.9 57.7C147.7 57.7 88.5 117.9 88.5 192.1C88.5 266.2 147.7 326.5 220.9 326.5C256.2 326.5 289.5 312.5 314.5 287.1L376.8 350.4C335 392.7 279.7 416 220.7 416C98 416 0 315.4 0 192C0 69.5 97 -32 220.7 -32C283.9 -32 345.2 -5.8 391.7 50.5C389.7 78.1 378.3 128.2 324 128.2zM311.9 240.7H205.6V151.7H324C357.5 151.7 384.5 136.6 400 109.9V140.5C400 205.7 359.6 240.7 311.9 240.7z" /> - <glyph glyph-name="goodreads-g" - unicode="" - horiz-adv-x="384" d=" M42.6 44.7H45.4C58.1 44.7 70.9 44.7 83.6 44.6C85.2 44.6 86.7 44.9999999999999 87.2 42.4999999999999C94.3 7.6 117.2 -12.1000000000001 150.1 -21.4C177 -29.0000000000001 204.2 -29.2 231.4 -23.2C265.2 -15.8000000000001 287.4 5.1 299.4 37.1999999999999C307.4 58.6999999999999 310.1 80.9999999999999 310.4 103.6999999999999C310.5 109.4999999999999 310.7 150.6999999999999 310.2 156.5L309.3 156.8C308.5 155.3 307.6 153.9 306.8 152.4C284.7 109.3 245.5 85 201.4 83.3C98.4 79.3 32 140.3 29.4 259.5C28.9 283.2 31.2 306.4 37.7 329.2C58.3 400.3 112.3 447.4 191.6 448C252.9 448.4 293.1 409.3 307.8 377.7C308.3 376.6 309.1 375.4 310.2 375.8V437.4H354.5C354.5 157.1 354.6 105.2 354.6 105.2C354.5 26.7 327.9000000000001 -38.5 251.6 -57C182.1 -73.9 92.6 -61.8 55.6 0.2C47.6 13.7 43.8 28.5 42.6 44.7zM188.9 411.5C136.4 412 80.4 370.8 73.9 277.7C69.8 218.7 88.7 155.5 145.4 129.1C173 116.2000000000001 219.7 114.1 253.7 137.8C301.3 171 316.4 234.8 308.5 291.8C298.8 362.9 260.7 411.8 188.9 411.5z" /> - <glyph glyph-name="goodreads" - unicode="" - horiz-adv-x="448" d=" M299.9 256.8C305 219.5 295.2 177.8 264 156.1C241.7 140.6 211.2 142 193.2 150.4C156.1 167.7000000000001 143.7 209 146.4 247.6C150.7 308.5 187.3 335.5 221.7 335.1C268.6 335.3 293.5 303.3 299.9 256.8zM448 360V24C448 -6.9 422.9 -32 392 -32H56C25.1 -32 0 -6.9 0 24V360C0 390.9 25.1 416 56 416H392C422.9 416 448 390.9 448 360zM330 134.8S329.9 168.8 329.9 352.1H300.9V311.8C300.1 311.5 299.7 312.3 299.3 313C289.7 333.7 263.4 359.3 223.3 359C171.4 358.6 136.1 327.8 122.7 281.2C118.4 266.3 116.9 251.1 117.2 235.6C118.9 157.7 162.3 117.8 229.6 120.4C258.5 121.5 284.1 137.4 298.6 165.6C299.1 166.6 299.7 167.5 300.3 168.5C300.5 168.3999999999999 300.7 168.3999999999999 300.9 168.3C301.2 164.5 301.1 137.6 301 133.8C300.8 119 299 104.3 293.8 90.3C286 69.3 271.5 55.6 249.3 50.8C231.5 46.9 213.7 46.9999999999999 196.1 51.9999999999999C174.6 58.1 159.6 70.9999999999999 155 93.8C154.7 95.4 153.7 95.1 152.7 95.1H125.9C126.7 84.4999999999999 129.1 74.8 134.4 65.9C158.6 25.4 217.1 17.4 262.6 28.5C312.5 40.8 329.9000000000001 83.4 330 134.8z" /> - <glyph glyph-name="google-drive" - unicode="" - horiz-adv-x="512" d=" M339 133.1L175.4 416H336.6L500.2 133.1H339zM201.5 109.5L120.9 -32H431.4L512 109.5H201.5zM154.1 380.6L0 109.5L80.6 -32L237 239.2L154.1 380.6z" /> - <glyph glyph-name="google-play" - unicode="" - horiz-adv-x="512" d=" M325.3 213.7L104.6 435L385.4 273.8L325.3 213.7zM47 448C34 441.2 25.3 428.8 25.3 412.7V-28.6C25.3 -44.7 34 -57.1 47 -63.9L303.6 192.1L47 448zM472.2 222.4L413.3 256.5L347.6 192L413.3 127.5L473.4 161.6C491.4 175.9 491.4 208.1 472.2 222.4zM104.6 -51L385.4 110.2L325.3 170.3L104.6 -51z" /> - <glyph glyph-name="google-plus-g" - unicode="" - horiz-adv-x="640" d=" M386.061 219.504C387.895 209.812 389.204 200.12 389.204 187.548C389.204 77.795 315.599 0 204.8 0C98.716 0 12.8 85.915 12.8 192S98.716 384 204.8 384C256.664 384 299.8830000000001 365.141 333.411 333.708L281.2850000000001 283.678C267.1400000000001 297.299 242.2570000000001 313.277 204.8 313.277C139.316 313.277 85.88 259.056 85.88 192C85.88 124.944 139.316 70.723 204.8 70.723C280.761 70.723 309.313 125.468 313.765 153.496H204.8V219.505H386.0610000000001zM571.467 213.067V268.8H515.466V213.067H459.733V157.066H515.466V101.333H571.467V157.066H627.2V213.067H571.4670000000001z" /> - <glyph glyph-name="google-plus-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM164 92C108.7 92 64 136.7 64 192S108.7 292 164 292C191 292 213.5 282.2 231 265.8L203.9 239.7C196.5 246.8 183.6 255.1 164.1 255.1C130 255.1 102.2 226.9000000000001 102.2 191.9C102.2 157.0000000000001 130 128.7000000000001 164.1 128.7000000000001C203.7 128.7000000000001 218.5 157.2000000000001 220.9 171.8000000000001H164V206.2000000000001H258.4C259.4 201.2000000000001 260 196.1000000000001 260 189.6000000000001C260 132.5000000000001 221.7 92.0000000000001 164 92.0000000000001zM384 173.8H355V144.8H325.8V173.8H296.8V203H325.8V232H355V203H384V173.8z" /> - <glyph glyph-name="google-plus" - unicode="" - horiz-adv-x="496" d=" M248 440C111.1 440 0 328.9 0 192S111.1 -56 248 -56S496 55.1 496 192S384.9 440 248 440zM177.3 68C108.5 68 53.3 123.5 53.3 192S108.5 316 177.3 316C208.6 316 237.4 305 260.3 283.7L226.7 251.1C213.5 264 195.4 270.2 177.3 270.2C134.4 270.2 100.1 234.7 100.1 192.1S134.3 114 177.3 114C209.9 114 242.2 133.1 247.4 167.3H177.3V209.9H294.2000000000001C295.5000000000001 203.1 296.1 196.3 296.1 189.2C296.1 118.4 248.6 68 177.3 68zM407.5 174.2V138.7H372V174.2H336.5V209.7H372V245.2H407.5V209.7H442.7V174.2H407.5z" /> - <glyph glyph-name="google-wallet" - unicode="" - horiz-adv-x="448" d=" M156.8 321.2C194.4 260.6 221 208.1 241.1 158.7C232.8 124.9 222.3 92.2 209.8 60.4C196.6 112.7 183.3 161.7 153.8 208.9C160.3 245.3 156.1 282.5 156.8 321.2zM109.3 248H16.1C9.6 248 5.6 240.5 9.6 235.3C51.8 181 81.3 117.5 101.3 48H204.8C188.6 117.7 166.1 181.7 122.3 241.5C119.3 245.5 114.3 248 109.3 248zM157.1 336C225.6 228 287.1 101.5 295.3 -32H409C397 106 340.6 233 265.8 336H157.1zM408.9 404.5C407.1 411.3 400.7 416 393.7 416H305.4C300.1 416 296.4 411 297.6 405.7C310.8 359.2 319.9 310.2 324.1 259.7C372.3 173.5 403.8 81.4 414.7 -11.1C430.5 49.4 440 122.4 440 191.9C440 265.5 427.8999999999999 337 408.8999999999999 404.5z" /> - <glyph glyph-name="google" - unicode="" - horiz-adv-x="488" d=" M488 186.2C488 44.7 391.1 -56 248 -56C110.8 -56 0 54.8 0 192S110.8 440 248 440C314.8 440 371 415.5 414.3 375.1L346.8 310.2C258.5 395.4 94.3 331.4 94.3 192C94.3 105.5 163.4 35.4 248 35.4C346.2 35.4 383 105.8 388.8 142.3H248V227.6H484.1C486.4 214.9 488 202.7 488 186.2z" /> - <glyph glyph-name="gratipay" - unicode="" - horiz-adv-x="496" d=" M248 440C111.1 440 0 328.9 0 192S111.1 -56 248 -56S496 55.1 496 192S384.9 440 248 440zM362.6 213.6L249.6 60.9L136.9 213.6C128.2000000000001 225.5 117.8000000000001 264 150.5 285.6C178.6 303.7 205.1 289.8 219 273.7C234.9000000000001 255.8 265.6 256.8 280.7000000000001 273.7C294.6 289.8 321.1 303.7 348.8000000000001 285.6C381.7000000000001 264 371.4000000000001 225.6 362.6000000000001 213.6z" /> - <glyph glyph-name="grav" - unicode="" - horiz-adv-x="512" d=" M301.1 236C305.5 231.6 305.5 224.1 301.1 219.7L291.4000000000001 210C287.0000000000001 205.3 279.5000000000001 205.3 274.8 210L264.3 220.5C259.9000000000001 225.2 259.9000000000001 232.4 264.3 237.1L274 246.8C278.4 251.2 285.9 251.2 290.6 246.8L301.1 236zM270.9000000000001 255.7C273.9000000000001 258.7 273.9000000000001 263.5 270.9000000000001 266.2C268.1 269.2 263.4000000000001 269.2 260.4000000000001 266.2C257.6 263.4 257.6 258.7 260.4000000000001 255.7C263.5000000000001 252.9 268.2000000000001 252.9 270.9000000000001 255.7zM244.9000000000001 250.4C241.9000000000001 247.6 241.9000000000001 242.9 244.9000000000001 240.2C247.7000000000001 237.2 252.4000000000001 237.2 255.4000000000001 240.2C258.2000000000001 243 258.2000000000001 247.7 255.4000000000001 250.4C252.4000000000001 253.4 247.7000000000001 253.4 244.9000000000001 250.4zM317.4000000000001 263.7C297.5000000000001 278.1 283.6 306.9 305.5000000000001 331.8C327.1000000000001 356.7 346.2000000000001 349 365.3000000000001 331C377.2000000000001 319.7 394.6000000000001 306.1 382.5000000000001 282.8C370.0000000000001 259.3 337.4000000000001 249.6 317.4000000000001 263.7zM365.1 308.2C356.2000000000001 318.2 341.8 301.3 349.6 292.1C357 283.1 381.7000000000001 289.7 365.1 308.2zM504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM437.8 149.4C440.3 165.5 417.6 166 412.6 175.1C399 199.2 384.9000000000001 211.9 358.1 205.5C369.7000000000001 213.5 381.6 211.6 381.6 211.6C381.9000000000001 218 381.6 224.6 372.2000000000001 236.5C376.1 249 372.5000000000001 258.9 372.5000000000001 258.9C388.0000000000001 267.5 399.3000000000001 283.3 401.6000000000001 302.1C405.2000000000001 333.1 382.8000000000001 361.3 351.8000000000001 364.9C329.7000000000001 367.4 308.1000000000001 357.2 297.5000000000001 339.2C274.3000000000001 299.1 298.9000000000001 268.3 319.9000000000001 257.8C305.5000000000001 259.2 285.6 269.7 279.8 292.1C273.2 317.8 282.6 341.9 288.7 353.5C288.7 353.5 284.3 359.3 280.7 362.4C280.7 362.4 266.9 362.4 256.1 357.1C268 372.3 281.3 371.5 281.3 371.5C281.3 377.9 280.7 386.4 277.7 393.1C272.3 404.1 253.8999999999999 406 246 390.3C246.1 390.5 246.3 390.7 246.4 390.8C241.4 378.9 245.3 334.9 263.3 303.6C260.8 302.2 254.2 297.5 250.3 293.6C228.7 283.9 194.1 233.3 194.1 233.3C165.9 222.5 116.9 182.4 123.5 153.6C123.8 150.6 124.9 148.1 126.5 146.1C123.7 143.9 121 141.1 118.2 137.8C106.3 124 112.9 102.6 135.9 113.4C151.7 120.6 165.5 133.6 172.2 143.8C172.2 143.8 166.7 148.8 155.9 148.2C183.6 154.8 190.2 157.6 202.1 157.3C210.1 153.4 210.1 191.6 210.1 191.6C210.1 206.3 207.9 222.6 199 233.1C211.5 220.9 228.1 200.4 227 172.5C226.2 154.2 211.8 149.5 211.8 149.5C202.7 132.9 168.6 83.6 181.4 43.5C181.4 43.5 171.7 58.4 171.2 65.6C153.8 46.2 124.7 13.3 146.6 1.1C173.2 -13.6 255.4 89.7000000000001 272.8 143.4C307.4000000000001 164.2000000000001 328.2 190.7000000000001 336.7 208.4C358.7 164.9 432 113.9 437.8 149.4z" /> - <glyph glyph-name="gripfire" - unicode="" - horiz-adv-x="384" d=" M171.8 -55.8C171.8 -50.5 176.6 -43.6 176.6 -33.5C176.6 -18.3 163.6 6.4 98.5 53.1C64.2 82.2 32 111.6 32 161.4C32 276.1 179.1 337.9 179.1 430C179.1 433.3 178.9 436.7 178.5 440C183.6 437.6 217.6 396.7 217.6 349.6C217.6 269.1 112.5 220.4 112.5 146.6C112.5 119.7000000000001 129.1 99.4 145.1 77.1C167.6 46.9 189.3 20.2 189.3 -9.4C189.2 -23.9 184.9 -39.1 171.8 -55.8zM317.8 185.6C319.3 177.2000000000001 320 169 320 161C320 109.2 290.6 63.5 252.7 24.2C251.7 23.2 250.5 21.8 249.5 21.8C245.9 21.8 214 63.4 214 75C214 75 255.8 130.7 255.8 171.9C255.8 182.7 253.1 193.6 246.7 205.3C245.2 173 191 117.6 188.6 117.6C185.9 117.6 170.7 139.6 170.7 159.7C170.7 165 171.7 170.4 173.9 175.5C176.3 181 230.5 247.5 230.5 292.2C230.5 298.4 229.5 304.2 227.1 309.3L223.1 316.5C239.8 310 305.7 252.4 317.8 185.6" /> - <glyph glyph-name="grunt" - unicode="" - horiz-adv-x="384" d=" M61.3 258.7C60.2 248.7 66.5 239.6 66.5 239.6C67.2 247.1 68.7 252.4 70.5 256.2C70.9 245.9 73.7 232.7 83.3 222.1C90.2 214.5 118.9 198.8 138.2 216C139.2 213.6 140.3 210.7 141.2 207.5C144.1 197.2 138.5 182.2 138.5 182.2S153.6 199.3 152.4 214.7C163.2 215.2 173.8 223.1 173.5 234.2C173.5 234.2 154.6 223.8 138 243C128.3 254.2 97.1 285 54.9 274.8C59.2 273.8 63.8 272.4 68.4 270.7000000000001H68.3C64.1 268.7000000000001 61.8 263.6 61.3 258.7000000000001zM89.6 260.5C109.1 249.5 127 234.8 134.5 223.5C128.8 220.2 112.8 213.1 96.5 225.2C86.2 232.8 86.7 251.4 89.6 260.5zM168.8 26.8C171 24.5 170.3 21.5 169.7 20C168.6 17.3 164.2 8.4 156.7 0.2C154 -2.7 150.1 -4.4 145.7 -4.4C141.4 -4.4 137 -2.8 133.9 -0.1C131.6 2 123.7 9.4 120.2 18.5C118.9 21.9 119.2 24.6 121.1 26.6C122.4 27.9 125.1 29.5 130.6 29.5H160C164.1 29.5 167 28.6 168.8 26.8zM231.7 214.7C230.5000000000001 199.2 245.6 182.2000000000001 245.6 182.2000000000001S240.0000000000001 197.2000000000001 242.9000000000001 207.5000000000001C243.8000000000001 210.7000000000001 244.9000000000001 213.5000000000001 245.9000000000001 216.0000000000001C265.2000000000001 198.7000000000001 293.9000000000001 214.5000000000001 300.7000000000001 222.1000000000001C310.3000000000001 232.7000000000001 313.0000000000001 245.9000000000001 313.5000000000001 256.2000000000001C315.3000000000001 252.4000000000001 316.9000000000001 247.1000000000001 317.5000000000001 239.6000000000001C317.5000000000001 239.6000000000001 323.9000000000001 248.7000000000001 322.7000000000001 258.7000000000001C322.1 263.7000000000001 319.8000000000001 268.7000000000001 315.7000000000001 270.5000000000001H315.6C320.2000000000001 272.3000000000001 324.8 273.7000000000001 329.1 274.6C286.8 284.8000000000001 255.7 254.0000000000001 246.0000000000001 242.8000000000001C229.3000000000001 223.6000000000001 210.5 234.0000000000001 210.5 234.0000000000001C210.3000000000001 223.1 220.9 215.1 231.7 214.7zM249.5000000000001 223.5C257 234.9000000000001 274.9000000000001 249.5000000000001 294.4000000000001 260.5C297.4000000000001 251.4000000000001 297.8 232.8000000000001 287.4000000000001 225.1C271.1 213 255.2000000000001 220.1 249.5000000000001 223.5C249.4000000000001 223.4 249.5000000000001 223.5 249.5000000000001 223.5zM263 26.6C264.9 24.7 265.2 22 263.9 18.7C260.4 9.8000000000001 252.5 2.6 250.2 0.6C247.1 -2 242.8 -3.6 238.4 -3.6S230.1 -1.9999999999999 227.4 0.9C219.9 8.9 215.4 17.6 214.4 20.2C213.8 21.7 213.1 24.6 215.3 26.9C217 28.7 220 29.6 224.2 29.6H253.6C259 29.5 261.7 27.9 263 26.6zM164.7 278.1C174.6 272.1 183.5 270 192 269.8C200.5 270 209.4 272.1 219.3 278.1C219.3 278.1 204.8 260.4000000000001 192.1 260.3H191.9C179.2000000000001 260.5 164.7000000000001 278.1 164.7000000000001 278.1zM349.2 130.7000000000001C346.8 112.8000000000001 336.2 96.9 324.6 87.0000000000001C321.5 109.7000000000001 320.9 142.5000000000001 320.9 149.4C320.9 164.1 330.4 173.9 333.1 175.5000000000001C335.6 177.0000000000001 338.5 178.5000000000001 341.4 180.1000000000001C359.4 189.7000000000001 381.8 201.7000000000001 381.8 223.8000000000001C381.8 240.0000000000001 372.5 247.0000000000001 366.4 251.6000000000001C365.6 252.2000000000001 364.9 252.7000000000001 364.2 253.3000000000001C362.1 255.0000000000001 360.5 256.3000000000001 359.9 257.7000000000001C355.5 267.5000000000001 356.3 291.9000000000001 358.2 295.3000000000001C358.8 295.9000000000001 374.9 316.2000000000001 370 334.5000000000001C368 341.9000000000001 363.1 347.8000000000001 355.9 351.5000000000001C350.6 354.2000000000001 344 355.7000000000001 336.4 356.0000000000001C336.3 358.0000000000001 335.9 359.9000000000001 335.5 361.9000000000001C334.9 364.5000000000001 334.4 367.2000000000001 334.6 370.0000000000001C335 374.7000000000001 335.4000000000001 379.0000000000001 336.8 381.3000000000001C345.2 394.6000000000001 365.6 398.9000000000001 365.8 398.9000000000001L378.1 401.3000000000001L370 410.8000000000001C369.9 411.0000000000001 352.7 428.3000000000001 323.7 428.3000000000001C315.8 428.3000000000001 307.7 427.0000000000001 299.6 424.4000000000001C275.4 416.6000000000001 256.7 393.9000000000001 250.2 385.1000000000001C247.1 386.1000000000001 243.9 387.0000000000001 240.6 387.8000000000001C236.4 403.6000000000001 249.6 426.3000000000001 249.6 426.3000000000001S236 429.3000000000001 215.9 411.1000000000001C213.3 417.6000000000001 207.8 431.6000000000001 214.1 448.3000000000001C184.6 437.9 177.2 422 175 407.6C167.4 413 168.3 430.7 167.8 435.2C160.3 434.3 138.6 413.3 139.6 386.9C137.6 386.4 135.7 385.8 133.7 385.2C127.2 394 108.6 416.7 84.3 424.5C76.4 426.7 68.3 428 60.4 428C31.4 428 14.3 410.7 14.1 410.5L6 401.1L18.3 398.7C18.5 398.7 38.9 394.4 47.3 381.1C48.7 378.9 49.1 374.5 49.5 369.8C49.7 367 49.1 364.3 48.6 361.7C48.2 359.8 47.8 357.8 47.7 355.8C40 355.5 33.5 354 28.2 351.3C21 347.6 16.1 341.7 14.1 334.3C9.1 316.1 25.3 295.8 25.9 295.1C27.8 291.7 28.6 267.3 24.2 257.5C23.6 256.1 22 254.8 19.9 253.1C19.2 252.6 18.5 252 17.7 251.4C11.6 246.8 2.3 239.7 2.3 223.6C2.3 201.5 24.7 189.5 42.7 179.9C45.7 178.3 48.5 176.8 51 175.3C53.7 173.6999999999999 63.2 163.9 63.2 149.1999999999999C63.2 142.3 62.6 109.4999999999999 59.5 86.8C47.9 96.6999999999999 37.3 112.6999999999999 34.9 130.6C34.9 130.6 5.7 107.9999999999999 14.3 59.8C19.5 30.3 37.5 13.6999999999999 61.3 5.1C70.1 -14.0000000000001 90.7 -40.6 128.6 -44.5000000000001C143 -56.3 163 -64 192.2 -64H192.4C221.5 -64 241.5 -56.3 256 -44.5C293.9 -40.6 314.5 -14 323.3 5.1C347.1 13.8 365 30.3 370.3 59.8C378.5 108.2 349.2 130.7000000000001 349.2 130.7000000000001zM305.7 410.3C311.3 412.1 317.3 413 323.4 413C334.4 413 343.3 410 348.1 408C345 406.6 341.7 404.8 338.4 402.7C336 403.1 332.8 403.5 329.2 403.5C318.7 403.5 308.7 400.4 300.5 394.6C288.2 385.9 282.5 377.7 279.8 372.2C277.6 373.5 275.3 374.7 272.7 375.9C271.1 376.7 269.6 377.4 268 378.1C274.1 387.2 287.9 404.6 305.7 410.3zM326.7 392.1C325.9 391.1 325.1 390 324.4 388.9C321.1 383.7 320.5 377.3 320 371.1C319.5 364.7 318.9 358.6 315.6 354.1C311.4000000000001 353.3 307.5 352.4 304.1 351.4C301.8 354.5 298.5 358.4 293.6 362.6C295 367.4 299.1 378.7 307.1 385.1C312.7000000000001 389.4 319.3 391.8 326.7000000000001 392.1zM45.6 402.7C42.3 404.9 39 406.7 35.9 408C40.7 410 49.6 413 60.6 413C66.7 413 72.6 412.1 78.3 410.3C96.1 404.5 109.9 387.1 116 378.2C114.4 377.5 112.8 376.8 111.2 376C108.7 374.8 106.3 373.5 104.1 372.3C101.5 377.7 95.8 386 83.4 394.7C75.1 400.5 65.2 403.6 54.6 403.6C51.2 403.5 48 403.1 45.6 402.7zM90.3 362.6C85.4 358.4 82 354.6 79.8 351.4C76.4 352.3 72.5 353.3 68.3 354.1C65 358.5 64.5 364.6 64 371C63.5 377.2 62.9 383.6 59.6 388.8C58.9 389.9 58.1 391 57.3 392C64.7 391.7 71.3 389.4 76.8 385C84.8 378.7 88.9 367.4 90.3 362.6zM58.1 188.1C55.4 189.7000000000001 52.5 191.2000000000001 49.7 192.7C34.8 200.7 19.5 209 19.5 223.2C19.5 234.3 23.8 237.8 28.4 241.4L28.9 241.8C29.6 242.4 30.3 243 31.1 243.6C30.2 236.4000000000001 29.2 230.3 28.4 228.7C28.4 228.7 40.5 243.7 44.1 273C45.5 284.5 43 307.3 39 316C39.2 311.1 39 306.2 38.7 301.6C38.3 302.4 37.9 303.2 37.4 303.8C34.2 307.8 25.6 321.3 28 330.4C28.9 333.9 31.1 336.4 34.7 338.2C38.5 340.1 43.5 341.1 49.8 341.1C62.1 341.1 75.7 337.4 82.7 335.1C107.8 327.1 138.1 304.2 146.8 297.4C147 297.2 147.2 297.1 147.2 297.1L152.8 293.2L149.3 299C149.1 299.3 130.2 330.4 96.1 345.5C98.1 348.4 103.5 353.6 117.7 360.6C139.1 371.1 164.2 376.4 192 376.4C219.9 376.4 244.9 371.1 266.3 360.6C280.5 353.7 285.9000000000001 348.4 287.9000000000001 345.5C253.9000000000001 330.4 235.0000000000001 299.3 234.8000000000001 299L231.3000000000001 293.2L236.9000000000001 297.1S237.1 297.2 237.3000000000001 297.4C246.0000000000001 304.2 276.3000000000001 327.2 301.4000000000001 335.1C308.4000000000001 337.3 322.0000000000001 341.1 334.3 341.1C340.6 341.1 345.6 340.1 349.4000000000001 338.2C352.9000000000001 336.4 355.1 333.8 356.1 330.4C358.6 321.3 350 307.8 346.7000000000001 303.8C346.2000000000001 303.2 345.8000000000001 302.5 345.4000000000001 301.6C345.1 306.2 344.9000000000001 311.1 345.1 316C341.1 307.2 338.6 284.5 340 273C343.6 243.7 355.7 228.7 355.7 228.7C354.9 230.3 353.9 236.4 353 243.6C353.7 243 354.5 242.4 355.2 241.8L355.7 241.4C360.3 237.7 364.6 234.3 364.6 223.2C364.6 209 349.2 200.7 334.4 192.7C331.5 191.2 328.7 189.6 326 188.1C317.3 183.1 308 171.4 306.9 153.9C306 139.3 307.8 104 310.3 78C297.9 73.2 283.6 71.6 270.6 71.2C268.6 75.3 266.7 79.7 265.1 84.3C264.4 86.3 245.5 135.4 238.7 146.5C244.2 107.5 256.2 72.8 262.2 56.9C258.7 57.4 254.8999999999999 57.6 250.5 57.6H133.5C129.0999999999999 57.6 125.2 57.3 121.8 56.9C127.8 72.8 139.9 107.5 145.3 146.5C138.5 135.3 119.6 86.2 118.9 84.3C117.3 79.7 115.4 75.3 113.4 71.2C100.4 71.6 86.2 73.2 73.7 78C76.2 104 77.9999999999999 139.2 77.1 153.9C76.2 171.3 66.8 183.1 58.1 188.1zM34.8 43.4C22.7 63.4 26.1 97.5 31.1 102.5C42 68.1 78.3 58.2 105.5 57.1C102.8 52.9 100.3 49.5 98.5 47.1L97.1 45.7C89.9 37.9 88.5 27.2 93 13.9C70.3 14.0000000000001 46.7 23.7 34.8 43.4zM80.5 -0.1C86.5 -1.2 92.7 -2 99.1 -2.5C102.6 -10.5 106.5 -18.4 111.4 -25.6C97 -19.7 87 -9.6 80.5 -0.1zM192 -50.2C131.4 -50.1 113.7 -4.4 107.1 14.5C103.4 25 103.7 32.7 108 37.6C110.9 40.9 117.5 44.8 132.6 44.8H251.4C266.5 44.8 273.2 40.9 276 37.6C280.2 32.8 280.5 25 276.9 14.5C270.3 -4.3 252.6 -50.1 192 -50.2zM272.6 -25.6C277.5 -18.4 281.4000000000001 -10.4999999999999 284.9000000000001 -2.4999999999999C291.3 -1.9999999999999 297.5000000000001 -1.1999999999999 303.5000000000001 -0.1C297.0000000000001 -9.6 287.0000000000001 -19.7 272.6000000000001 -25.6zM349.2000000000001 43.4C337.2000000000001 23.7 313.6 14.1 291.1 13.7C295.6 27.0000000000001 294.2000000000001 37.8000000000001 287 45.5000000000001C286.6 46.0000000000001 286.1 46.5000000000001 285.6 47.0000000000001C283.8 49.4 281.3 52.8000000000001 278.6 57.0000000000001C305.8 58.2000000000001 342.1 68.0000000000001 353 102.4C358 97.4 361.4 63.3 349.2 43.4z" /> - <glyph glyph-name="gulp" - unicode="" - horiz-adv-x="256" d=" M209.8 56.9L195.7 32.3L191.1 -47.9C191.1 -56.8 162.8 -64 128 -64S64.9 -56.8 64.9 -47.9L59.1 31.5L44.2 56.9C85.4 39.6 170.2000000000001 40.2 209.8000000000001 56.9zM13.8 310.2L27.4 184.7C33.3 204.7 48.2 231.7 67.4 239.9C73.7 242.6 80.1 242.6 86.1 239C91.3 236 95.7 229.7 96.2 227.2C97.4 220.7 94.2 218.1 91.7 218.1C88.7 218.1 86.4 222.7 84.9 225.4C80.8 232.7 74.6 233 68 228.2C61.1 223.2 55.1 214.8 50.9 207.5C45.8 198.7 41.5 189 38.9 179.3C37.4 173.7 36 164.7 38.3 159.4C39.3 157.2000000000001 40.8 155.8 43.2 155.8C48.2 155.8 55.5 162.4 59 165.9C63.5 170.4 69.3 177.4 71.5 181.9L76.7 197.4C79.3 204.2000000000001 86.6 203 86.6 197.4C86.6 187.2000000000001 82.9 183.8 76.6 162.7000000000001C70.8 143.2000000000001 69 136.9 69 136.9C68.3 134.1 65.6 129.4 62.7 129.4C61.5 129.4 60.6 129.8 60.1 130.6C59.1 132 59.2 135.9 59.3 136.9C59.5 140.1 65.6 159.1 66.6 162.1C64.6 159.9 62.5 157.7000000000001 60.2 155.5C54.8 150.4 46.1 143.7 38.7 143.7C35.3 143.7 33.1 144.6 31 146.1L38.6 66.5C40.6 61.5 77.8 49.4 126.8 49.4C175.9 49.4 213.1 61.6 215 66.5L225.9000000000001 161.1C220.2000000000001 155.9 213.6 149.5 206.3000000000001 146.3C200.9 144 188.9 142.5 188.9 152C188.9 157.2 198 166.8 203.3000000000001 173.5C204.7000000000001 175.2 208 179.4 208 181.6C208 184.5 202 183.8 196.3000000000001 179.1C193.1000000000001 176.4 190.1000000000001 172.8 187.6000000000001 169.4C183.3000000000001 163.4 181.0000000000001 158.2000000000001 179.1000000000001 153.9C172.9000000000001 139.7000000000001 175.0000000000001 145.3 170.0000000000001 131.9C165.0000000000001 118.6 165.8000000000001 120.1 164.8000000000001 117.9C163.9000000000001 116.0000000000001 162.6000000000001 114.4 160.8000000000001 113.4C158.9000000000001 112.4 156.3000000000001 112.5000000000001 154.7000000000001 113.7000000000001C153.8000000000001 114.3000000000001 153.4000000000001 115.6 153.4000000000001 117.4C153.4000000000001 118.3 153.5000000000001 119.2000000000001 153.7000000000001 120.1C155.2000000000001 126.2000000000001 161.5000000000001 138.2000000000001 168.7000000000001 154.4C170.3000000000001 158.1 169.7000000000001 157.0000000000001 169.5000000000001 156.7000000000001C163.3000000000001 150.7000000000001 158.6000000000001 147.8000000000001 155.1000000000001 146.2000000000001C149.3000000000001 143.6 142.1000000000001 143.6 140.6000000000001 150.3000000000001C140.5000000000001 150.7000000000001 140.5000000000001 151.1000000000001 140.4000000000001 151.5000000000001C128.6000000000001 142.3000000000001 116.1000000000001 139.8000000000001 120.4000000000001 159.6000000000001C115.8000000000001 151.4000000000001 107.8000000000001 144.7000000000001 98.0000000000001 144.7000000000001C93.9000000000001 144.7000000000001 90.9000000000001 146.1000000000001 89.4000000000001 149.8000000000001C87.1000000000001 155.3000000000001 90.7000000000001 164.7000000000001 94.0000000000001 173.6000000000001C95.7000000000001 178.1000000000001 98.0000000000001 183.5000000000001 101.1000000000001 189.8000000000001C102.7000000000001 193.2000000000001 105.3000000000001 195.2000000000001 108.7000000000001 194.3000000000001C109.3000000000001 194.1000000000001 109.8000000000001 193.9000000000001 110.3000000000001 193.6000000000001C112.9000000000001 191.8000000000001 111.9000000000001 189.1000000000001 110.6000000000001 186.4000000000002C106.8000000000001 178.9000000000002 103.5000000000001 173.4000000000002 101.3000000000001 165.6000000000001C100.4000000000001 162.3000000000001 99.3000000000001 156.6000000000001 102.8000000000001 156.6000000000001C105.2000000000001 156.6000000000001 107.5000000000001 157.4000000000002 109.7000000000001 159.0000000000001C114.3000000000001 162.4000000000001 118.0000000000001 167.5000000000001 120.8000000000001 172.5000000000001C122.8000000000001 176.1000000000001 125.2000000000001 180.8000000000001 126.4000000000001 184.8000000000001C126.9000000000001 186.5000000000001 127.5000000000001 188.1000000000001 128.2000000000001 189.6000000000001C129.3000000000001 192.1000000000001 130.8000000000001 194.7000000000001 133.4000000000001 194.7000000000001C134.7000000000001 194.7000000000001 135.8000000000001 194.2000000000001 136.6000000000001 193.2000000000001C138.3000000000001 191.0000000000001 137.9000000000001 188.7000000000002 137.0000000000001 186.3000000000001C135.0000000000001 180.7000000000001 132.3000000000001 175.7000000000001 130.1000000000001 169.6000000000001C128.8000000000001 166.1000000000001 127.4000000000001 161.6000000000001 127.4000000000001 157.9000000000002C127.4000000000001 154.5000000000002 131.1000000000001 155.3000000000001 134.2000000000001 156.7000000000002C136.6000000000001 157.8000000000002 139.0000000000001 159.5000000000002 141.0000000000001 161.2000000000002C142.2000000000001 166.1000000000001 141.9000000000001 165.0000000000002 167.4000000000001 229.4000000000002C168.7000000000001 232.7000000000002 171.1000000000001 234.1000000000002 173.5000000000001 234.1000000000002C174.7000000000001 234.1000000000002 175.7000000000001 233.7000000000002 176.7000000000001 233.0000000000002C178.4 231.7000000000002 178.4 228.9000000000002 177.7000000000001 226.8000000000002C177.0000000000001 224.9000000000002 177.1000000000001 225.5000000000002 173.2000000000001 216.3000000000002C168.0000000000001 204.2000000000002 164.6000000000001 195.5000000000002 160.0000000000001 184.4000000000002C158.1000000000001 179.8000000000001 152.3000000000001 165.5000000000002 151.3000000000001 162.1000000000001C150.7000000000001 159.9000000000002 150.0000000000001 156.3000000000001 152.3000000000001 156.3000000000001C157.7000000000001 156.3000000000001 171.6000000000001 169.4000000000002 175.4000000000001 173.3000000000001C175.6000000000001 173.6000000000001 175.9000000000001 173.7000000000001 176.3000000000001 173.9000000000002C176.9000000000001 175.8000000000001 177.5000000000001 177.6000000000001 178.0000000000001 179.4000000000002C179.4000000000001 183.2000000000002 180.7000000000001 187.6000000000001 183.3000000000001 190.7000000000002C184.1000000000001 191.7000000000002 185.0000000000001 192.3000000000002 186.0000000000001 192.3000000000002C188.8000000000001 192.3000000000002 190.2000000000001 191.1000000000001 190.2000000000001 188.3000000000002C190.2000000000001 187.2000000000002 189.5000000000001 183.2000000000002 189.1000000000001 182.1000000000002C190.5000000000001 183.6000000000002 192.0000000000001 185.1000000000002 193.6000000000001 186.6000000000002C208.6000000000001 200.5000000000002 219.3000000000001 193.4000000000002 219.3000000000001 186.4000000000002C219.3000000000001 179.0000000000002 210.4 168.7000000000002 205.5 163.0000000000002C203.9 161.1000000000003 200.6 157.6000000000003 200.5 156.6000000000003C200.5 155.3000000000003 201.4 154.8000000000003 202.7 154.8000000000003C204.7 154.8000000000003 209.1 158.3000000000003 210.7 159.5000000000002C215.7 163.4000000000002 222.5 169.4000000000002 227.3 173.6000000000003L242.1 310.4000000000003C211.6 293.3000000000003 44.5 293.2000000000003 13.8 310.2000000000003zM243.5 318.7C243.5 297.7 12.3 297.7 12.3 318.7C12.3 327.5 64.1 334.6 127.9 334.6C136.9 334.6 145.7 334.5 154.2 334.2L166.8 382.9L228.1 447.4C229.5 448.8 233.9 447.6 238 443.9S244.6 436 243.3 434.6L243.2 434.5L185.9 374L175.9 333.3C215.8 330.7 243.5 325.2 243.5 318.7zM174.1 314.1C174.1 314.9 173.2 315.6 171.6 316.2L171.4 315.4C171.4 314.1 166.4 313 160.3 313S149.2 314.1 149.2 315.4C149.2 315.5 149.2 315.6 149.3 315.7L149.5 316.4C147.7 315.8 146.5 315 146.5 314.1C146.5 312 152.7 310.4 160.2 310.4C167.9 310.3 174.1 312 174.1 314.1z" /> - <glyph glyph-name="hacker-news-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM21.2 218.8H21C21.1 218.9 21.2 219.1 21.3 219.2C21.3 219.1 21.3 218.9 21.2 218.8zM239.2 164.9V64H207.8V166.7L128 320H165.3C217.8 221.7 214.5 218.8 224.6 194.4C236.9000000000001 221.4 230.4000000000001 218.8 285.2000000000001 320H320L239.2 164.9z" /> - <glyph glyph-name="hacker-news" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM21.2 218.8H21C21.1 218.9 21.2 219.1 21.3 219.2C21.3 219.1 21.3 218.9 21.2 218.8zM239.2 164.9V64H207.8V166.7L128 320H165.3C217.8 221.7 214.5 218.8 224.6 194.4C236.9000000000001 221.4 230.4000000000001 218.8 285.2000000000001 320H320L239.2 164.9z" /> - <glyph glyph-name="hips" - unicode="" - horiz-adv-x="640" d=" M0 367.8C0 369.6 0.9 370.5 2.7 370.5H43.6C45.5 370.5 46.4 369.6 46.4 367.8V286.6C61.6 294.3 78.1 298.1 96.2 298C120.2 297.9 140.4 291.8 156.5 280C175.2 266.5 184.5 248.1 184.5 224.7V88.6C184.5 86.7000000000001 183.6 85.8 181.8 85.8H154.5C145.4 85.8 138.1 93.1 138.1 102.1V224.7C138.1 225.6 140.8 251.7 92.3 251.7C43.7 251.7 46.5 225.5 46.5 224.7V88.6C46.5 86.7000000000001 45.6 85.8 43.7 85.8H2.7C0.9 85.8 0 86.7 0 88.6V367.8zM497.7 146.3C511.4 136.1 531.8 127.2 556.1 127.2C579.4 127.2 588.9 131.7 592.6 140.8C595.6 148.7 592 156.9 580.4 162L526.8 185.5C505.4 194.9 492.9999999999999 209.5 489.6 229.1C483.9 262.8 511.8 282.4 512.3 282.8C525.5 292.4 544.3 298.2000000000001 570.8 298.2000000000001C589.8 298.2000000000001 608.1999999999999 294.9 625.9 288.3C627.1999999999999 287.8 627.8 287 627.8 285.7000000000001V241C627.8 238.9 625.5 237.6 623.8 238.6C584.0999999999999 259.3 547.1999999999999 250.9 539.8 245.4C533.1999999999999 240.5 533.8 232.9 542.4 229.3L600 204C616.5 196.9 628.1 185.6 634.9 169.9C640.4 157.3 641.5 144.3 638 130.8C628.4 93.9 593.1 85.3 592.4 84.9999999999999C581.9 81.8999999999999 568.8 80.6999999999999 556.1 80.6999999999999C539.5 80.6999999999999 523.5 83.3999999999999 507.9 88.8999999999999C498.2 92.2999999999999 493.3 99.1999999999999 493.3 109.5999999999999V144C493.3 146.1 495.6 147.7 497.7 146.3zM376.2 298.2C344.5 298.2 272 278.1 272 194.7V11.2C272 10.4 272.6 8.5 274.7 8.5H315.6C317.5 8.5 318.4 9.4 318.4 11.2V100C334.9 87.3 354.2 80.9 376.1 80.9C436.6 80.9 484.8 129.4 484.8 189.6C484.9 249.9 436.6 298.2 376.2 298.2zM376.2 127.3C359 127.3 344.3 133.4 332.2 145.5C320 157.6999999999999 314 172.3 314 189.5C314 224 341.6 251.7 376.2 251.7C410.7 251.7 438.4 224.0999999999999 438.4 189.5C438.5 155.1999999999999 411.1 127.3 376.2 127.3zM251.6 88.6C251.6 86.7 250.7 85.8 248.8 85.8H207.9C206.3 85.8 205.2 87.1999999999999 205.2 88.6V290.4C205.2 291.8 206.3 293.2000000000001 207.9 293.2000000000001H248.8C250.7 293.2000000000001 251.6 292.3 251.6 290.4V88.6M228.3 375.5C244.2 375.5 257.2 362.8 257.2 346.6C257.2 330.8 244.5 317.7 228.3 317.7S199.4 331 199.4 346.6C199.5 362.6 212.4 375.5 228.3 375.5" /> - <glyph glyph-name="hire-a-helper" - unicode="" - horiz-adv-x="512" d=" M443.1 448H71.9C67.9 410.7 37.4 380.2 0 376.3V4.8C37.4 -0.1 66 -27.6 71.9 -64H444.1C447.1 -27.6 476.6 1.8 512 5.8V376.3C475.6 382.2 447 411.6 443.1 448zM406.1 43.1C369.8 43.1 387.3 45.1 351 45.1C315.2 45.1 330 43.1 294.9 43.1C289 43.1 290 51.3 294.9 52.9C317.7 60.5000000000001 317.8 63.1 319.5 65.7000000000001C329.9 81.3000000000001 325.4 148.7000000000001 325.4 178.7000000000001C325.4 184.0000000000001 319 191.5000000000001 311.6 191.5000000000001H200.4C193 191.5000000000001 186.6 184.0000000000001 186.6 178.7000000000001C186.6 148.7000000000001 182.1 81.3000000000001 192.5 65.7000000000001C194.2 63.2000000000001 194.3 60.5000000000001 217.1 52.9C222 51.3 223.1 43.1 217.1 43.1C182 43.1 196.8 45.1 161 45.1C124.7 45.1 142.2 43.1 105.9 43.1C98 43.1 100.1 53.9 105.9 53.9C116.1 57.3 119.4 57.4 127.6 67.7000000000001C135.3 80.6 135.5 112.1 135.5 195.5000000000001V296.7C135.5 318.9 123.3 325 106.9 329.1C98.1 331.3 102.9 340.9 107.9 340.9C144.4 340.9 128.5 338.9 165 338.9C197.7 338.9 181.5 340.9 214.2 340.9C217.5 340.9 222.7 332.6 215.2 330.1C210.3 328.5 187.6 326.4 187.6 290.8C187.6 245.2 187.4 235 188.6 222C188.6 220.7 190.9 209.2 201.4 209.2H310.6C321.1 209.2 323.4000000000001 220.7 323.4000000000001 222C324.6 235 324.4000000000001 245.2 324.4000000000001 290.8C324.4000000000001 326.4 301.7000000000001 328.5 296.8 330.1C289.3 332.6 294.5 340.9 297.8 340.9C330.5 340.9 314.3 338.9 347 338.9C383.5 338.9 367.6 340.9 404.1 340.9C409 340.9 414 331.3 405.1 329.1C388.7000000000001 325 376.5 318.8 376.5 296.7000000000001V195.5C376.5 112.1 376.6 80.6 384.4 67.7C392.6 57.5 395.8 57.3 406.1 53.9C411.9 53.9 413.9 43.1 406.1 43.1z" /> - <glyph glyph-name="hooli" - unicode="" - horiz-adv-x="640" d=" M508.4 96H566.3V291.3L508.4 264V96zM582.1 206.5V96H640V206.5H582.1zM331.4000000000001 215.4C313.2000000000001 233.6 281.0000000000001 232.5 281.0000000000001 232.5S248.8000000000001 233.6 230.6000000000001 215.4C228.7000000000001 213.5 226.9000000000001 211.5 225.3000000000001 209.4C187.1 239 152.8000000000001 255.9 123.2000000000001 270.5V291.2L100.7000000000001 280.6C46.3000000000001 302.7 11.7 298.8 3.4 280.5C3.4 280.5 -21.4999999999999 247.7 65.3 169.6V200.6C16.5 255.2 26.3 276.7000000000001 30 279.8C43.5 291.2000000000001 67.5 287.8 94.4000000000001 277.7000000000001L65.2 264V200.7C78.3 186 95.7 169.2 118.7 150.3L123.2 146.7V176.5C123.2 183.4 124.9 194.7 134 194.7S144.6 187.8 144.6 179.7V131C162.6 118.8 181.9 108.9 202.3 101.4V195.3C202.3 214 188.9 232.7 161.7 232.7C145.9 232.8 131.2 224.5 123.2 210.8V265.1C165.1 244.2 207.1 218.6 223.1 206.8C212.9 192.2 213.8 178.6999999999999 213.8 163.1C213.8 144.4 212.4 128.8 230.6 110.6C248.8 92.4 281 93.4999999999999 281 93.4999999999999S313.3 92.3999999999999 331.4 110.6C349.6 128.8 348.1 144.4 348.1 163.1C348.1 181.6 349.6 197.3 331.4 215.4zM291.7000000000001 143.5C291.7000000000001 139.9 289.9000000000001 131 281.0000000000001 131C272.1000000000001 131 270.3000000000001 139.9 270.3000000000001 143.5V183.9C270.3000000000001 192.6 277.6000000000001 194.8 281.0000000000001 194.8C284.4000000000001 194.8 291.7000000000001 192.7 291.7000000000001 183.9V143.5zM477.4 215.4C459.2 233.6 427.0000000000001 232.5 427.0000000000001 232.5S394.7000000000001 233.6 376.6000000000001 215.4C358.4000000000001 197.2 359.8000000000001 181.5 359.8000000000001 162.8C359.8000000000001 144.1 358.4000000000001 128.5 376.6000000000001 110.3C394.8000000000001 92.1 427.0000000000001 93.2 427.0000000000001 93.2S459.3000000000001 92.1 477.4 110.3C495.6 128.5 494.2 144.1 494.2 162.8C494.1 181.6 495.5000000000001 197.3 477.4 215.4zM437.6 143.5C437.6 139.9 435.8 131 426.9000000000001 131C418.0000000000001 131 416.2000000000001 139.9 416.2000000000001 143.5V183.9C416.2000000000001 192.6 423.5000000000001 194.8 426.9000000000001 194.8C430.3 194.8 437.6 192.7 437.6 183.9V143.5zM611.1 216.5C627 216.5 640 229.4 640 245.4S627.1 269.9 611.1 269.9C595.2 269.9 582.2 261.3 582.2 245.4S595.1 216.5 611.1 216.5zM144.5 96L182.8 95.2C169.6 99.8 156.8 105.4 144.5 112V96zM123.1 96V124.6C116.6 128.8 110.1 133.3 103.7 138.2000000000001C88.9 149.4 76.2 159.9 65.2 169.7000000000001V96H123.1zM182.8 95.2C219.3 82.7 252.7 81 277.5 88C257.6 87.8 231.7 90.6 202.2 101.3V96L182.8 95.2z" /> - <glyph glyph-name="hotjar" - unicode="" - horiz-adv-x="448" d=" M414.9 286.5C340.2 419 121.1 448 121.1 448S222.2 337.6 93 250.3C11.3 195.2 -21 123.6 14 45.4C40.8 -14.5 97.5 -38.9 158.6 -48C129.4 7.1 152 74.4 154.5 81.6C211.6 -4.8 319.5 81.6 265.3 175.5C336.3 160.1 346.9 36.9 292.4000000000001 -40C372.9000000000001 -14.7 426.5 48.9 441.2000000000001 105.6C456.7 164.9 444.9000000000001 233.5000000000001 414.9000000000001 286.5z" /> - <glyph glyph-name="houzz" - unicode="" - horiz-adv-x="320" d=" M12.2 192L160 106.9L12.2 21.4V192M160 -64L307.8 21.4V192L160 106.9V-64zM160 448L12.2 362.6V192L160 277.4V448zM160 277.4L307.8 192V362.6L160 277.4z" /> - <glyph glyph-name="html5" - unicode="" - horiz-adv-x="384" d=" M0 416L34.9 20.2L191.5 -32L349.1 20.2L384 416H0zM308.2 288.1H124.4L128.5 238.7H304.1L290.5 90.3L192.6 63.3V62.9999999999999H191.5L92.8 90.3L86.8 166.1H134.5L138 128L191.5 113.5L245.2 128L251.2 190.2H84.3L71.5 335.8H312.6L308.2000000000001 288.1z" /> - <glyph glyph-name="hubspot" - unicode="" - horiz-adv-x="512" d=" M267.4 236.4C242.3 212.7 226.6 179.1 226.6 141.8C226.6 112.5 236.3 85.5 252.6 63.8L203.1 14C198.7 15.6 194 16.5 189.1 16.5C178.3 16.5 168.2 12.3 160.6 4.7C153 -2.9 148.8 -13.1 148.8 -23.9S153 -44.8 160.6 -52.4C168.2 -60.0000000000001 178.4 -64 189.1 -64C199.9 -64 210 -60.1 217.7 -52.4C225.3 -44.8 229.5 -34.6 229.5 -23.9C229.5 -19.7 228.9 -15.7 227.6 -11.8L277.6 38.4C299.6 21.5000000000001 327 11.5000000000001 356.9000000000001 11.5000000000001C428.8000000000001 11.5000000000001 486.9 69.8000000000001 486.9 141.7000000000001C486.9 206.9 439.2000000000001 260.9000000000001 376.7000000000001 270.4000000000001V332C394.2000000000001 339.4 404.9000000000001 355.8 404.9000000000001 374.9C404.9000000000001 401 384.0000000000001 422.8 357.9000000000001 422.8S311.2 401 311.2 374.9C311.2 355.8 321.9 339.4 339.4 332V270.8C324.2 268.7000000000001 309.8 264.1 296.7 257.2000000000001C269.1 278.1 179.2 342.9000000000001 127.8 382C129 386.4000000000001 129.8 391 129.8 395.8C129.8 424.6 106.3 448 77.4 448C48.6 448 25.2 424.6 25.2 395.8C25.2 366.9 48.6 343.5 77.4 343.5C87.2 343.5 96.3 346.4 104.2 351.1L267.4 236.4zM356.9 72.8C318.8 72.8 287.9 103.7 287.9 141.8S318.8 210.8 356.9 210.8S425.9 179.9 425.9 141.8S395 72.8 356.9 72.8z" /> - <glyph glyph-name="imdb" - unicode="" - horiz-adv-x="448" d=" M350.5 159.3C350.5 153.9 352.1 144.9 344.3 144.9C342.7 144.9 341.3 145.7000000000001 340.5 147.3C338.3 152.4 339.4 191.4 339.4 192C339.4 195.8 338.3 204.7 344.3 204.7C351.6 204.7 350.5 197.4 350.5 192V159.3zM265 218.1C265 227.8 266.6 234.1 254.7 234.1V150.4C266.9 150.1 265 159.1 265 168.8V218.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM21.3 219.2C21.2 219.1 21.1 218.9 21 218.8H21.3V219.2zM97 256H64V128.2H97V256zM210.3 256H167.2L159.6 196.1C156.9 216.1 154.2 236.2 150.9 256H108.1V128.2H137.1V212.7L149.3 128.2H169.9L181.5 214.6V128.2H210.2V256zM296.6 210.7C296.6 218.8 296.9000000000001 227.5 295.2000000000001 235.1C290.9000000000001 257.6 263.8000000000001 256 246.2000000000001 256H221.6000000000001V128.2C307.7000000000001 128.1 296.6 122.2 296.6 210.7zM382.5 193.4C382.5 210.7 381.7 223.5 360.3 223.5C351.4000000000001 223.5 345.4000000000001 220.8 339.4000000000001 214.3V256H307.7000000000001V128.2H337.5000000000001L339.4000000000001 136.3C345.1 129.5 351.3 126.5 360.3 126.5C380.1 126.5 382.5 141.7 382.5 157.4V193.4z" /> - <glyph glyph-name="instagram" - unicode="" - horiz-adv-x="448" d=" M224.1 307C160.5 307 109.2 255.7 109.2 192.1S160.5 77.2 224.1 77.2S339 128.5 339 192.1S287.7 307 224.1 307zM224.1 117.4C183 117.4 149.4 150.9 149.4 192.1S182.9 266.8 224.1 266.8S298.8 233.3 298.8 192.1S265.2 117.4 224.1 117.4zM370.5 311.7C370.5 296.8 358.5 284.9 343.7 284.9C328.8 284.9 316.9 296.9 316.9 311.7S328.9 338.5 343.7 338.5S370.5 326.5 370.5 311.7zM446.6 284.5C444.9000000000001 320.4 436.7000000000001 352.2 410.4000000000001 378.4C384.2000000000001 404.6 352.4000000000001 412.8 316.5 414.6C279.5 416.7 168.6 416.7 131.6 414.6C95.8 412.9 64 404.7 37.7 378.5S3.3 320.5 1.5 284.6C-0.6 247.6 -0.6 136.7 1.5 99.7C3.2 63.8 11.4 32 37.7 5.8S95.7 -28.6 131.6 -30.4C168.6 -32.5000000000001 279.5 -32.5000000000001 316.5 -30.4C352.4 -28.7 384.2 -20.5000000000001 410.4 5.8C436.6 31.9999999999999 444.8 63.8 446.6 99.6999999999999C448.7 136.6999999999999 448.7 247.5 446.6 284.5zM398.8 60C391 40.4 375.9000000000001 25.3 356.2 17.4C326.7 5.7 256.7 8.4 224.1 8.4S121.4 5.8 92 17.4C72.4 25.2 57.3 40.3 49.4 60C37.7 89.5 40.4 159.5 40.4 192.1S37.8 294.8 49.4 324.2C57.2 343.8 72.3 358.9 92 366.8C121.5 378.5 191.5 375.8 224.1 375.8S326.8 378.4 356.2 366.8C375.8 359 390.9 343.9 398.8 324.2C410.5 294.7 407.8 224.7 407.8 192.1S410.5 89.4 398.8 60z" /> - <glyph glyph-name="internet-explorer" - unicode="" - horiz-adv-x="512" d=" M483.049 288.294C493.904 312.8690000000001 504.473 348.7320000000001 504.473 376.165C504.473 448.887 424.832 474.536 294.8 414.742C187.168 421.923 83.579 341.072 57.7019999999999 228.2850000000001C88.554 263.1470000000001 135.973 310.5830000000001 179.679 329.4430000000001C125.404 281.15 79.128 219.998 43.992 156.275C23.246 118.349 0 57.06 0 11.253C0 -87.322 92.854 -75.2470000000001 180.251 -30.753C211.674 -46.183 246.81 -46.326 281.9460000000001 -46.326C379.0700000000001 -46.326 466.1950000000001 7.968 498.76 99.696H377.927C325.418 11.103 181.108 46.7 181.108 147.132H509.9C516.307 190.713 508.245 242.847 483.049 288.294zM64.559 101.123C82.27 49.973 118.262 5.252 164.825 -22.181C76.084 -71.1210000000001 -8.442 -51.277 64.559 101.1229999999999zM180.536 209.996C182.536 265.147 230.812 304.867 284.516 304.867C337.9340000000001 304.867 386.497 265.147 388.497 209.996H180.536zM365.072 397.596C386.497 407.883 413.635 419.599 437.63 419.599C469.052 419.599 491.904 397.882 491.904 365.877C491.904 345.874 484.477 316.87 477.335 298.01C451.0549999999999 340.302 411.349 379.594 365.072 397.596z" /> - <glyph glyph-name="ioxhost" - unicode="" - horiz-adv-x="640" d=" M616 288H548.7C511.2 377.3 422.9 440 320 440C183 440 72 329 72 192C72 175.6 73.6 159.5 76.7 144H24C10.7 144 0 133.2 0 120C0 106.7 10.7 96 24 96H91.3C128.8 6.7 217.1 -56 320 -56C457 -56 568 55 568 192C568 208.4 566.4 224.5 563.3 240H616C629.3 240 640 250.8 640 264C640 277.3 629.3 288 616 288zM520 192C520 81.5 430.5 -8 320 -8C244.3 -8 178.4 34 144.5 96H424C437.3 96 448 106.8 448 120C448 133.3 437.3 144 424 144H125.8C122 159.4 120 175.4 120 192C120 302.5 209.5 392 320 392C395.7 392 461.6 350 495.5 288H216C202.7 288 192 277.2 192 264C192 250.7 202.7 240 216 240H514.2C518 224.6 520 208.6 520 192zM216 216H424C437.3 216 448 205.3 448 192C448 178.8 437.3 168 424 168H216C202.7 168 192 178.7 192 192C192 205.2 202.7 216 216 216z" /> - <glyph glyph-name="itunes-note" - unicode="" - horiz-adv-x="384" d=" M381.9 59.8C375.5 32.4 354.7 17 326.8 11.8C302.3 7.3 281.9 6.2 262.3 22C238.4 42.1 238.1 75.4 259.6 96.4C276.6 112.6 300.5 115.9 336.4 122.2C342.4 123.3 347.6 124.7 352 129.6C358.4 136.8 356.4 133.7 356.4 292.8C356.4 304 350.9 307.1 339.4 305.1C331.2 303.7 153.7 270.5 153.7 270.5C143.5 268.3 140.3 265.3 140.3 253.8C140.3 19.1 141.4 29.9 137.8 14.3C133.6 -3.9 122.4 -17.6 107.6 -25.2C90.8 -34.5000000000001 60.4 -38.6 44.2 -35.6C1 -27.5 -14.2 22.4 15.1 51C32.1 67.2 56 70.5 91.9 76.8C97.9 77.9 103.1 79.3 107.5 84.2C117.6 95.7 109.3 340.8 112.7 354.4C113.5 359.6 115.7 364 119.8 367.3C124 370.8 131.6 372.8 133.2 372.8C337.2 411 362.1 415.9 365.6 415.9C377.1 416.7 383.7 409.9 383.7 398.3C383.9 53.8 384.8 72.3 381.9 59.8z" /> - <glyph glyph-name="itunes" - unicode="" - horiz-adv-x="448" d=" M223.6 367.7C129 367.7 52.5 291 52.5 196.5S129 25.2 223.6 25.2S394.8 101.9 394.8 196.4C394.8 291 318.1 367.7 223.6 367.7zM303 127.7C299.8 114.1 289.5 106.5 275.7 103.9C263.6 101.7 253.5 101.1 243.8 108.9C232 118.9 231.8 135.3 242.4 145.7C250.8 153.7 262.7 155.3 280.4 158.5C283.4 159 286 159.7 288.1 162.2C291.3 165.8 290.3 164.2 290.3 243C290.3 248.6 287.6 250.1 281.9 249.1C277.9 248.4 190 232 190 232C185 230.9 183.3 229.4 183.3 223.7C183.3 107.6 183.8 112.9 182.1 105.2C180 96.2 174.5 89.4 167.2 85.6C158.9 80.9999999999999 143.8 78.9999999999999 135.8 80.4C114.4 84.4 106.9 109.1 121.4 123.3C129.8 131.3 141.7 132.9 159.4 136.1C162.4 136.6 165 137.3 167.1 139.8C172.1 145.5 168 266.8 169.7 273.5C170.1 276.0999999999999 171.2 278.3 173.2 279.9C175.3 281.5999999999999 179 282.5999999999999 179.9 282.5999999999999C280.9 301.5999999999999 293.2 304 295 304C300.7 304.4 304 301 304 295.3C303.8999999999999 124.6999999999999 304.3999999999999 133.9 303 127.6999999999999zM345.2 416H102.8C45.9 416 0 370.1 0 313.2V70.8C0 13.9 45.9 -32 102.8 -32H345.2C402.2 -32 448 13.9 448 70.8V313.2C448 370.1 402.1 416 345.2 416zM223.6 4C117.3 4 31.1 90.2 31.1 196.5S117.3 389 223.6 389S416.1 302.8 416.1 196.5S329.9 4 223.6 4z" /> - <glyph glyph-name="jenkins" - unicode="" - horiz-adv-x="512" d=" M487.1 23C485.7 34.2 468.1 46.1 458.9 54.9C453.8 59.9 429.9000000000001 78 428.5000000000001 84.8C427.1000000000001 91.4 438.2000000000001 106.3 441.8000000000001 113.6999999999999C446.9000000000001 124.3999999999999 450.6000000000001 137.3999999999999 453.1000000000001 146.3C471.9000000000001 212.4 473.8000000000001 303.2 446.9000000000001 357.5C436.7000000000001 378.0999999999999 408.3000000000001 406.5 390.5000000000001 420C348.5000000000001 451.6999999999999 270.9000000000001 455.3 220.4000000000001 436.6C206.3000000000001 431.3999999999999 192.6000000000001 426.8 180.3000000000001 419.5C147.2000000000001 400.1 112.0000000000001 387 102.2000000000001 347.9C78.0000000000001 337.1 70.7000000000001 306.1 71.9000000000001 270.1C72.1000000000001 263.1 76.0000000000001 254.3 74.6000000000001 247.7C73.9000000000001 244.4 69.4000000000001 240.1 68.5000000000001 237.9C56.9000000000001 210.2 66.2000000000002 173.9 79.6000000000001 154.1999999999999C87.7000000000001 142.3 101.1000000000001 131.8 118.8000000000002 129C119.5000000000002 118.3999999999999 122.1000000000001 109.3 127.0000000000002 98.6C130.1000000000001 91.8 141.7000000000001 79.6 137.4000000000002 70.9C135.2000000000002 66.5 116.4000000000002 57.1 110.1000000000002 53.3C89 40.8 73.7 33 54.2 19C41.6 10 21.9 8.8 25 -12.1C27.1 -26.2 35.1 -43.7 39.7 -57.9C40.4 -59.9 41.1 -62.0000000000001 41.8 -63.9H463.8C468.7 -48.6 473.5 -33.0000000000001 478.4 -16.7C481.8 -5.3000000000001 488.6 11.1 487.1 22.9999999999999zM205.9 414.3C207.7 414.8 209.3 413.6 210.8 411.9C210.6 406.7 205.4 406.8 201.9 405.1C196.5 398.4 188.5 395.3 181.9 387.9C175.1 380.4 167.5 360.2 158.5 357.9C154 356.8 148.8 358.7 144.9 358.4C134.5 357.7 127.2 352.4 116.6 350.9C130.2 380.8 172.7 404.9 205.9 414.3zM101.1 320.7C114.6 335.6 133.2 344.8 155.9 346.6C167.6 316.9 147.5 281.6 155 249C157.3 239.1 165.2 223.6 152.6 223.3C152.9 251.6 117.8 269.6 91.3 252.9C89.5 274.4 86.4 304.6 101.1 320.7zM137.8 120.5C136.8 124.6 135.1 133.4 135.5 135.6C137.1 144.3 152.6 148.1 146.5 160.3C135.2 160.4 132.7 150.1 122.4 149C95.7 146.4 76.8 184.4 78 207.4C79 226.9 95.6 245.6 118.1 243.2C134.1 241.4 139.5 224 142.6 208.5C151.8 208 165.1 208.9 169.5 216.1C168.9 233.6 160.7 247.7 161.3 263.8C162.3 294.1 178.8 321.4 166.1 351.2000000000001C179.7 382.1 219.6 406.5 249.2 421.2000000000001C285.8 439.5 344.1 424.9000000000001 378.5 405.4000000000001C398.2 394.3 412.9 372.7000000000001 426.8 354.7000000000001C407.3 360.5 390.7 350.5 393.7 334.4000000000001C410 349.3 437.9 334.6 446.2 318C454.1 302.2000000000001 454 278.7000000000001 455.2 255.2000000000001C458.1 198.2000000000001 444.8 139.3000000000001 416.1 98.1C408.4 87.1 402 75.1 391.2 67.5C365.2 49.3 325.8 32.8 292 44.1C247.3 59.1 227 88.9 202.5 122.9C203.2 104.2000000000001 216.3 88.8 229.3 74.5000000000001C240.6 62.0000000000001 254.3 47.9 269 42.1000000000001C256.7 45.0000000000001 237.9 45.9000000000001 232.8 34.9000000000001C204.2 36.8000000000001 177.7 39.7000000000001 164.1 59.1000000000001C153.5 74.5000000000001 142.7 100.5000000000001 137.8 120.5000000000001zM359.8 -3.6C363.9000000000001 -0.6 370.9000000000001 -0.7 377.2 0C371.8 2.7 364.2 3.7 357.9 2.2C357.8 6.4 355.9 9 354.7 12.4C365.3 16.2 390.2 40.9 404.3 32.7C411 28.8 413.8 6.5 414.4000000000001 -4.3C414.8 -13.3 413.6 -22.3 409.9000000000001 -27.1C391.1 -26.5 374.1 -24.3 359.2000000000001 -20.1C360.1 -14 358.2000000000001 -8 359.8000000000001 -3.6zM342.6 16.4C325.8 15.6 316.6 17.6 304.3 27.2C304.5 28 305.7 27.7 305.8 28.6C323.8 20.6 346.6 31.9 364.8 33.4999999999999C356.9000000000001 28.3999999999999 350.2 21.8999999999999 342.6 16.3999999999999zM330.5 -16.8C328.9 -7.4 327 -4.8 327.7 3.4C352.7 20 357.4 -25.2 330.5 -16.8zM226 9.4C214.4 10.1 177.9 23.4 187.5 33.1C196.9 26.6 215 28.2 228.8 25.8C229.6 21.4 226 15.6 226 9.4zM57.7 -49.1C53.4 -36.4 48.5 -24 42.9 -12.2C73.7 11.6 108.2 36.6999999999999 145.1 51.3C147.9 52.4 168.3 25.9 171.3 23.6999999999999C187.8 11.9999999999999 208.3 2.6999999999999 227.5 -6.5000000000001C228.7 -15.3000000000001 231.4 -26.7 236.2 -42.0000000000001C236.9 -44.3000000000001 237.6 -46.7 238.4 -49.2H57.7zM298.3 -54.8H297.5C297.8 -54.6 298 -54.4 298.3 -54.3V-54.8zM305.8 -49.1C307.9000000000001 -47.7 310.1 -46.3 312.2 -44.8C313.3 -46.2 314.4 -47.6 315.4 -49.1H305.8zM320.9000000000001 -24.4C310.1 -31.7 300.3 -42.7 287.6 -49.6C281.6 -52.9 260.6 -61.3 254.2 -59.8C250.6 -59 250.3 -54.5 248.8 -50.3C245.7 -41.3 238.7 -26.9 238 -13.3C237.2 3.9 235.5 32.7 254 29.1C268.9 26.2 286.3 19.4 297.9 12.9999999999999C305 9.1 309 4.3999999999999 319.8 3.4999999999999C319.7 2.1 319.7 0.6999999999999 319.6 -0.8000000000001C313.7 -4.7 304.3 -4.6000000000001 297.8 -7.9000000000001C307.3 -8.3000000000001 314.8 -10.6000000000001 321.3 -13.8000000000001C321.2 -17.2 321 -20.8000000000001 320.9 -24.4000000000001zM374.3 -49.1H360.3C360.2 -45.9 357.5 -43.3 354.2 -43.3S348.3 -45.9 348.1 -49.1H330.7C327.9 -44.7 325 -40.5 321.8 -36.6C323.9000000000001 -34.4 325.8 -31.9 327.8 -29.7C336.8 -33.4 342.6 -24.8000000000001 349.5 -25.5000000000001C357.4 -26.3000000000001 363.7 -37.2 374.9 -36.5000000000001L374.3 -49.1000000000001zM383 -49.1C383.2 -45.1 383.4 -41.3 383.6 -37.6C399.2000000000001 -30.3 412.6 -38.9 419.3 -49.1H383zM466.4 -12.1C464.1 -23.3 460.6 -36.1 456.5 -49.2C456.3 -49.1 456.1 -49.1 455.9 -49.1H428C428.6 -48 429.2 -46.9 429.9 -45.8C427.3 -39.7 420.9 -37.1 419 -30.3C431.1 -7.6 425.5 63.1 394.8 48.2C399.1 54.5 410.4000000000001 59.7 415.6 67.5C428.6 57.1 436.4000000000001 47.2 448.8 36.1C455.6 30.1 468.8 22.8 470.2 13C471 7.5 467.6 -5.9 466.4 -12.1zM222.2 317.5C227.6 332.4 249.4 352.2 267.2 349.5C274.9 348.3 285.2 341.3 279.4 331.8C249.2 338.8 234.2 319.2 225 298.7C216.9 300.7 220.1 311.8 222.2 317.5zM406.3 254.4C414.5 258 428.7 255.1 435.9 259.7000000000001C431.7 271.2000000000001 425.6 281.1 426.6 297.4000000000001C427.1 297.4000000000001 427.6 297.4000000000001 428 297.3000000000001C434.8 283.1 440.7 268.1 449.3999999999999 255.6C443.7 242.1 405.7999999999999 230.2 406.2999999999999 254.4000000000001zM426.7 297.4zM309.5 251.7C302.7 262.6 290.5 284.2 295 297C301.5 285.1 303.6 272.6 312.8 263.7C316.9 259.7 325 254.7 321 243.5C320.1 240.8 313.2 234.9 309.3 233.8C294.9 229.5 261.4 232.9 272.7 250.9C284.5999999999999 250.2 300.5999999999999 243.1 309.5 251.7zM336.8 181.7C340.6 175.1 338.2 163 348.9 161.1C369.1 157.7 392.5 173.4 407 178.9C416 194.1 406.2 199.6 398.1 209.4C381.5 229.4 359.3 254.2 360.1 284.1C366.8 289 367.4000000000001 276.7 368.3 274.4C377 254.1 398.7 228.2 414.6 210.9C418.5 206.6 424.9000000000001 202.5 425.6 199.7C427.7000000000001 191.5 420.2000000000001 181.7 421.1 176.2C399.4000000000001 162.3 375.3 147.1 339.7000000000001 150.6C332.3000000000001 157.3 329.4000000000001 172 336.8000000000001 181.7zM135.5 190.9C128.6999999999999 194.8 127.0999999999999 211.9 119.0999999999999 212.3C107.6999999999999 213 109.7999999999999 190.1 109.7999999999999 176.8C101.9999999999999 183.9 100.5999999999999 205.9 106.2999999999999 217.1C99.7 220.3 96.7999999999999 213.5 93.2 211.2C97.9 245.3 143 227 135.5 190.9zM435.1 162.1C425 142.9 410.7 121.7 381.1 121.1C380.5 127.3 380 136.7 381.1 140.5C403.8 142.6999999999999 417.7 154.1999999999999 435.1 162.1zM293.2 149.7C312.0999999999999 139.8 346.8 138.7 372.5 139.5C373.8999999999999 133.9 373.8 126.9 373.8999999999999 120.1C340.8999999999999 118.3 301.8999999999999 126.5 293.2 149.7000000000001zM385.3999999999999 103C383.7 98.7 380.0999999999999 93.7 375.5999999999999 91.9C363.4999999999999 87 329.9999999999999 83.2 313.2 92.2C302.5 97.9 295.7 110.7 289.8 118.2C287 121.8 272.9 131.1 289.6 131.1C302.7 98.4 347.6 102.1 385.4 102.9999999999999z" /> - <glyph glyph-name="joget" - unicode="" - horiz-adv-x="496" d=" M227.5 -20.7C218.5 -7.1 207.6 12.6 203.8 21.7C198.1 35.4 176.6 67.3 235 88.8C286.7 107.9 411.7 105.3 443.8 106.4C439.8 97.4 435.2 88.5 429.9000000000001 79.8C389.5000000000001 14.3 319.5 -21.7 247.9000000000001 -21.7C241.1 -21.7 234.3000000000001 -21.3000000000001 227.5000000000001 -20.7M66.1 304.1C128 404.6 259.6 435.8 360.1 373.9C434.9000000000001 327.8 471.3 243 459.4 161.2000000000001C434.5000000000001 161.7000000000001 280.1 164.8000000000001 229.1 166.1C173.6 167.5 147.4 186.9 170.6 214.3C193.8 241.7 221.7 255 239.5000000000001 265.5C257.4000000000001 276 266.8 299.2 215.9 295.2C87.3 286.5 48.6 195.9 37.6 155C28.8 204.7 37.5 257.7 66.1 304.1M36.9 322.1C-35 205.5 1.3 52.8 117.9 -19.1C234.5 -91 387.2 -54.7 459.1 61.8C531 178.4 494.7 331.2 378.1 403C337.6 428.1 292.6 440 248.2 440C165 440 83.8 398.1 36.9 322.1M281.3 211.7C249.8 191.2 216 180.4 216 180.4L385.5 182L432 205.4S435.6 214.9 412.9 220.9C390.2 226.9 355.9 209.6 326.2 193.7C296.5 177.9 295.1 185.5 295.1 185.5S335.3 213.6 345.8 220C356.3 226.4 377.7 234 359.2 244.6C356 246.4 352.5 247.3 348.8 247.3C331 247.3 307.3 228.6 281.3 211.7" /> - <glyph glyph-name="joomla" - unicode="" - horiz-adv-x="448" d=" M0.6 355.9C0.6 389.2 27.4 416 60.4 416C90.4 416 114.9 394.1 119.6 365.8C152.2 373.4 186.7 365.2 216.1 335.8L171.8 291.5C151.3 312 129.2 307.8 116.4 295C102.1 280.7 102.1 257.1 116.4 242.8L215.9 143.3L171.9 99C84.2 186.2 122.2 148.7 72.1 198.7C45.3 225.2 37.1 263.5 47.3 297.6C20.4 303.4 0.6 327.3 0.6 355.9zM130.1 239.5L174.4 195.2C184.4 205.2 264.1 284.9 274.1 295C288.4 309.3 311.7 309.3 326 295C338.8 282.2 343 260 322.5 239.6L366.5 195.3C397.7 226.5 405 262.9 395.3999999999999 296.5C424.5999999999999 300.6 447.2999999999999 325.7 447.2999999999999 356C447.2999999999999 389.2 420.4999999999999 416.1 387.4999999999999 416.1C357.1999999999999 416.1 332.0999999999999 393.6 327.9999999999999 364.5C294.1999999999999 374.4 256.2999999999999 366 229.6999999999999 339.4C211.3999999999999 320.3 158.5999999999999 267.9 130.0999999999999 239.5zM396.4 87.3C404.6 120 395.5 155.8 370.1 181.2000000000001C358.3 193.4 375.1 176.5000000000001 270.6 280.9000000000001L226.3 236.6L326 136.9C340.3 122.6 340.3 99.3 326 85.0000000000001C313.2 72.2000000000001 291 68.0000000000001 270.6 88.5000000000001L226.6 44.2C254.2 14.0000000000001 294.6 5.4 329.3 16.2C334.8 -11.1999999999999 359 -31.9 388.2 -31.9C421.2 -31.9 448 -5.1 448 28.2C448 58.4 425.5 83.2000000000001 396.3999999999999 87.3000000000001zM312.1 140.4L268.1 184.7000000000001C181.1 98.3000000000001 217.7 134.3000000000001 168.4 84.9C154.1 70.6 130.8 70.6 116.5 84.9C103.4 98.3 99.6 120.2000000000001 119.7 140.3L75.7 184.6C45.5 154.4 37.7 119.4 46.2 86.3C19.5 80.3 0 56.4 0 28.1C0 -5.2 26.8 -32 59.8 -32C88.4 -32 112.3 -12.2 118.4 14.7C151.1 6.5 186.9 15.3 212.6 40.7C244.7 72.7 224.8 53.1 312.1 140.4z" /> - <glyph glyph-name="js-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM243.8 66.6C243.8 23 218.2 3.1 180.9 3.1C147.2 3.1 127.7 20.5 117.7 41.6L152 62.3C158.6 50.6 164.6 40.7 179.1 40.7C192.9 40.7 201.7 46.1 201.7 67.2V210.3H243.8V66.6zM343.4 3.1C304.3 3.1 279 21.7 266.7 46.1L301 65.9C310 51.2 321.8 40.3 342.5 40.3C359.9 40.3 371.1 49 371.1 61.1C371.1 75.5 359.7000000000001 80.6 340.4000000000001 89.1L329.9000000000001 93.6C299.5000000000001 106.5 279.4000000000001 122.8 279.4000000000001 157.1C279.4000000000001 188.7000000000001 303.5000000000001 212.7 341.0000000000001 212.7C367.8000000000001 212.7 387.0000000000001 203.4 400.8000000000001 179L368 158C360.8 170.9 353 176 340.9 176C328.6 176 320.8 168.2 320.8 158C320.8 145.4 328.6 140.3 346.7 132.4L357.2 127.9C393 112.6 413.0999999999999 96.9 413.0999999999999 61.7C413.0999999999999 23.9 383.2999999999999 3.1 343.3999999999999 3.1z" /> - <glyph glyph-name="js" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM243.8 66.6C243.8 23 218.2 3.1 180.9 3.1C147.2 3.1 127.7 20.5 117.7 41.6L152 62.3C158.6 50.6 164.6 40.7 179.1 40.7C192.9 40.7 201.7 46.1 201.7 67.2V210.3H243.8V66.6zM343.4 3.1C304.3 3.1 279 21.7 266.7 46.1L301 65.9C310 51.2 321.8 40.3 342.5 40.3C359.9 40.3 371.1 49 371.1 61.1C371.1 75.5 359.7000000000001 80.6 340.4000000000001 89.1L329.9000000000001 93.6C299.5000000000001 106.5 279.4000000000001 122.8 279.4000000000001 157.1C279.4000000000001 188.7000000000001 303.5000000000001 212.7 341.0000000000001 212.7C367.8000000000001 212.7 387.0000000000001 203.4 400.8000000000001 179L368 158C360.8 170.9 353 176 340.9 176C328.6 176 320.8 168.2 320.8 158C320.8 145.4 328.6 140.3 346.7 132.4L357.2 127.9C393 112.6 413.0999999999999 96.9 413.0999999999999 61.7C413.0999999999999 23.9 383.2999999999999 3.1 343.3999999999999 3.1z" /> - <glyph glyph-name="jsfiddle" - unicode="" - horiz-adv-x="576" d=" M510.634 210.538C505.907 213.159 504.97 216.286 504.253 221.314C501.9010000000001 237.802 500.7140000000001 254.933 495.1560000000001 270.409C459.2610000000001 370.366 341.1660000000001 413.795 248.3070000000001 362.055C220.9370000000001 346.805 199.3360000000001 325.6860000000001 182.8140000000001 298.1520000000001C179.6300000000001 299.6600000000001 177.3560000000001 300.862 174.9900000000001 301.838C144.8880000000001 314.259 115.9410000000001 311.9590000000001 89.6590000000001 292.6710000000001C64.1280000000001 273.9340000000001 53.2370000000001 248.123 56.9830000000001 216.263C57.3380000000001 213.238 55.0160000000001 208.642 52.4690000000001 206.7180000000001C12.7570000000001 176.7260000000001 -3.5619999999999 128.653 10.5670000000001 82.1030000000001C24.3980000000001 36.5340000000001 68.0810000000001 2.3070000000001 116.1750000000001 0.6700000000001C146.4660000000001 -0.3609999999999 176.8120000000001 0.1240000000001 207.1340000000001 0.1310000000001C291.1750000000001 0.1520000000001 375.2240000000001 -0.3999999999999 459.2540000000001 0.6110000000001C511.9180000000001 1.2450000000001 555.3620000000001 37.4840000000001 567.4660000000001 87.9040000000001C579.0060000000001 135.9780000000001 556.3220000000001 185.2040000000001 510.6340000000001 210.5380000000001zM531.741 53.658C513.511 31.226 489.398 18.405 460.461 18.008C403.587 17.227 346.694 17.778 289.8090000000001 17.778C289.8090000000001 17.078 126.781 17.619 126.081 17.624C82.22 17.956 49.342 37.39 30.906 77.619C12.004 118.864 26.902 168.4670000000001 65.092 193.725C74.274 199.798 77.597 205.291 75.188 216.861C69.698 243.222 79.641 264.817 101.608 279.842C124.595 295.5650000000001 149.03 295.988 173.642 282.925C183.911 277.475 188.249 271.361 195.84 285.452C210.0620000000001 311.851 230.3970000000001 332.179 256.511 346.746C353.971 401.112 484.881 339.178 486.751 214.049C486.873 205.899 489.163 201.621 496.599 198.155C554.1590000000001 171.326 571.0550000000001 102.033 531.7410000000001 53.658zM443.952 134.1570000000001C438.104 103.0000000000001 409.33 79.061 377.286 79.062C360.3330000000001 79.063 345.228 85.607 333.207 96.767C305.51 122.48 262.066 171.747 237.27 190.154C217.214 205.042 195.28 202.487 176.998 186.372C127.002 142.3010000000001 192.857 64.597 244.061 109.184C248.609 113.144 251.901 118.727 256.805 122.028C264.989 127.537 277.571 122.912 269.973 111.406C252.615 85.122 220.643 73.209 191.11 82.105C162.213 90.809 142.27 118.073 142.484 152.284C143.709 174.769 154.848 195.344 177.898 208.249C200.473 220.887 224.267 221.395 244.889 205.775C295.68 167.3 320.467 124.03 352.185 104.53C376.743 89.431 406.439 97.167 421.008 122.036C449.838 171.245 386.416 227.052 342.14 185.4959999999999C338.151 181.7519999999999 335.223 176.5639999999999 330.73 173.7759999999999C319.755 166.9649999999999 313.397 177.8889999999999 317.921 184.1289999999999C338.6239999999999 212.6829999999999 368.385 224.5689999999999 401.192 212.3429999999999C432.6209999999999 200.6289999999999 450.3 167.9769999999999 443.952 134.1569999999999z" /> - <glyph glyph-name="keycdn" - unicode="" - horiz-adv-x="512" d=" M63.8 38.7L124.3 97.7C156.4 54.9 195.4 31.7 250.9 30.3C281.4 29.6 311.2 37.3 337.3 52.6999999999999C342.4 47.3999999999999 355.8 33.1999999999999 358.2 30.6999999999999C326 9.9999999999999 288.5999999999999 -0.4000000000001 250.1 0.4999999999999C206.8 1.6 165.5 17.1999999999999 132.3999999999999 44.8999999999999C132.6999999999999 45.4999999999999 94.1999999999999 7.3999999999999 93.7999999999999 6.9999999999999C103.2999999999999 -22.8000000000001 80.6999999999999 -55.4 47.4999999999999 -55.4C20.7 -55.3 0 -33.7 0 -6.9C0 27.4 33.1 49.7 63.8 38.7zM418.7 291.1C437.8 259.8 448.3 223.7 447.4 187.1C446.3 142.3 428.4 99.6 398.8 66.1C399.1 65.8 422.6 40.9 422.9 40.6C432.5 41.9 442.1 38.6 448.8 31.5C460.1 19.5 459.6999999999999 0.6 447.7 -10.9C435.7 -22.2 416.8 -21.8 405.3 -9.8C398.6 -2.8 395.9 7.0000000000001 397.7 16.5000000000001C372.8 43.1000000000001 353.3 63.7000000000001 353.3 63.7000000000001C396 97.8000000000001 416.6 143.3000000000001 417.7 187.9C418.3999999999999 216.8000000000001 410.5 245.1 396.5999999999999 270.1L418.7 291.1zM104 394.9C110.7 387.9 113.4 378.1 111.6 368.6L157.5 320.5C152.8 316.7 144.2 310.1 134.7 299.2C109.3 270.7 95.1 234.4 94 196.3C93.3 167.4 100.1 139.1 114 113.9L92 92.4C72.7 124 63.1 160.1 64.2 197.1C65.2 241.7 82.5 284.7 111.7 318.2L86.4 344.6C76.8 343.3 67.2 346.6 60.5 353.7C49.2 365.7 49.6 384.6 61.6 396.1C73.5 407.3 92.2 407 104 394.9zM464.9 440C490.9 440 512 417.6 512 391.7S490.9 344 464.9 344C458.6 343.9 450.9 345.1 449 345.8L386.1 286.1C353.4000000000001 329.7 309.4000000000001 352 259.2000000000001 353.3C228.7000000000001 354 198.9 346.5 173.0000000000001 330.9L151.9000000000001 352.9C184.1 373.7 221.5 384 260 383.1C303.3 382 344.6 366.4 377.7 338.5L418.8 377.1C417.3 381.8 416.6 386.7 416.6 391.6C416.5 418.3 438.9 440 464.9 440zM256.7 334.6C262.2 334.6 267.6 334.2 273.1 333.5C351.2 323.7 406.5 252.4 396.9 174.4C387.1 96.3 315.8 41 237.8 50.6C159.7 60.4 104.4 131.6999999999999 114 209.8C123.3 282.2 184.1 334.4 256.7 334.6zM197.7 215.2C198.3 192.5 209.9 173.4 230.1 163L219.1 111.3H292.8L281.8 163C301.9000000000001 173.9 313.9000000000001 192 314.2 215.2C313.8 248 288.4 272.7 255.9 273.5C223.8 272.7 198.6 248.7 197.7 215.2zM256 288" /> - <glyph glyph-name="kickstarter-k" - unicode="" - horiz-adv-x="384" d=" M147.3 333.6C147.3 389.8 114.8 416 73.9 416C26.2 416 0 379.8 0 334.6V51.6C0 4.3 25.3 -31.8 74.9 -31.8C114.7 -31.8 147.3 -6.1999999999999 147.3 51.6V128.1L259.4 -10.2C282.1 -37.4 331.5 -40.9 362.6 -10.2C389.6 17.4 389.9 57.2000000000001 370 82L279.2 196.8L354.0999999999999 304.2000000000001C371.4999999999999 328.9000000000001 371.5999999999999 367.3 343.7 394C313.3999999999999 423 261.3 425.6 230.1 381.2000000000001L147.3 263V333.6z" /> - <glyph glyph-name="kickstarter" - unicode="" - horiz-adv-x="448" d=" M400 -32H48C21.6 -32 0 -10.4 0 16V368C0 394.4 21.6 416 48 416H400C426.4 416 448 394.4 448 368V16C448 -10.4 426.4 -32 400 -32zM199.6 269.5C199.6 300.2 182 314.6 159.9 314.6C134.1 314.6 119.9 294.8 119.9 270.1V115.3C119.9 89.4999999999999 133.6 69.6999999999999 160.4 69.6999999999999C181.9 69.6999999999999 199.6 83.6999999999999 199.6 115.3V157.1L260.2 81.4C272.5 66.5 299.2 64.6 316 81.4C330.6 96.5 330.8 118.2 320 131.8L270.9 194.6L311.4 253.3C320.8 266.8 320.9 287.8 305.8 302.4C289.4 318.3 261.2 319.7 244.4 295.4L199.6 230.7V269.5z" /> - <glyph glyph-name="korvue" - unicode="" - horiz-adv-x="446" d=" M386.5 414H59.5C26.8 414 0 387.2 0 354.5V27.4C0 -5.2 26.8 -32 59.5 -32H386.6C419.6 -32 446.1 -5.2 446.1 27.5V354.5C446 387.2 419.2 414 386.5 414zM87.1 327.2H183.1V211.2L244.9 327.2H355.8L274.6 195.2H87.1V327.2zM248.9 55.1L183.2 168.6999999999999V55.0999999999999H87.2V185.9H278.7L367.3 55.1H248.9z" /> - <glyph glyph-name="laravel" - unicode="" - horiz-adv-x="640" d=" M637.5 206.4C633.3 211.2 574.7 284.5 564.4 296.9C554.1 309.3 549 307.1 542.6999999999999 306.2000000000001C536.3 305.3 462.1999999999999 292.8 453.5999999999999 291.4C444.9999999999999 289.9 439.5999999999999 286.5 444.8999999999999 279.1C449.5999999999999 272.5 498.2999999999999 203.4 509.0999999999999 188.2L315.3999999999999 141.8L161.2 399.3C155.1 408.4 153.8 411.6 139.8 410.9C125.8 410.3 18.9 401.4 11.3 400.7C3.7 400.1 -4.7 396.7 2.9 378.7S131.9 99.1 135.3 91.5C138.7 83.9 147.5 71.5 168.1 76.5C189.2 81.6 262.4 100.7 302.4 111.2C323.5 72.9 366.6 -4.7 374.6 -15.8C385.2 -30.7 392.6 -28.2 408.9 -23.2C421.7 -19.3 608.5 47.9 616.9 51.3C625.3 54.8 630.5 57.2 624.8 65.7C620.5999999999999 71.9 571.3 137.9 545.5 172.5C563.2 177.2 626.1 193.9 632.8 195.8C640.6999999999999 197.8 641.8 201.6 637.5 206.4zM285.3 134.4C283 133.9 174.5 107.9 168.7 106.6C162.9 105.3 162.9 105.9 162.2 107.9C161.5 109.9 33.2 374.6 31.4 377.9C29.6 381.2 29.7 383.8 31.4 383.8S133.9 392.8 137.4 393C141 393.2 140.6 392.4 141.9 390.2C141.9 390.2 284.1 144.8 286.5 140.5C289.1 136.2 287.6 134.9 285.3 134.4zM591.3 77C593 74.3 594.8 72.5 589.3 70.6C583.9 68.6 405.6 8.5 402.2 7C398.7 5.5 396 5 391.5999999999999 11.5S329.2 118.3 329.2 118.3L518 167.4C522.7 168.9 524.2 169.9 527.2 165.2C530.1 160.4 589.6 79.7 591.3000000000001 77zM603.4 211.1C599.1999999999999 210.2 529.8 193 529.8 193L473.1 270.8C471.4999999999999 273.1 470.2 275.3 474.2 275.8S542.6 288 545.5 288.6C548.4 289.3 550.9 290.1 554.5 285.2000000000001C558.1 280.3 607.1 218.2 609 215.8C610.8 213.5 607.6 212.1 603.4 211.1z" /> - <glyph glyph-name="lastfm-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM307.8 103.1C244.4 103.1 222.4 131.7000000000001 210.7 167.2000000000001C194.4 218.2000000000001 189.2 251.5000000000001 147.7 251.5000000000001C125.3 251.5000000000001 102.6 235.4000000000001 102.6 190.3000000000001C102.6 155.1000000000001 120.6 133.1000000000001 145.9 133.1000000000001C174.5 133.1000000000001 193.5 154.4000000000001 193.5 154.4000000000001L205.2 122.5000000000001S185.4 103.1000000000001 144 103.1000000000001C92.7 103.1000000000001 64.1 133.2000000000002 64.1 188.9000000000002C64.1 246.8000000000002 92.7 280.9000000000002 146.6 280.9000000000002C220.1 280.9000000000002 227.4 239.5000000000002 247.4 179.0000000000001C256.2 152.2000000000001 271.6 132.8000000000001 308.6 132.8000000000001C333.5 132.8000000000001 346.7 138.3000000000001 346.7 151.9000000000002C346.7 171.8000000000001 324.9 173.9000000000002 296.8 180.5000000000002C266.4000000000001 187.8000000000002 254.3 203.6000000000002 254.3 228.5000000000002C254.3 268.5000000000002 286.6 280.9000000000002 319.5 280.9000000000002C356.9 280.9000000000002 379.6 267.3000000000002 382.5 234.3000000000002L345.8 229.9000000000002C344.3 245.7000000000002 334.8 252.3000000000002 317.2 252.3000000000002C301.1 252.3000000000002 291.2 245.0000000000002 291.2 232.5000000000002C291.2 221.5000000000002 296 214.9000000000002 312.1 211.2000000000002C344.8 204.1000000000002 383.9 199.2000000000002 383.9 153.7000000000002C384 117.0000000000002 353.2 103.1000000000001 307.8 103.1000000000001z" /> - <glyph glyph-name="lastfm" - unicode="" - horiz-adv-x="512" d=" M225.8 80.9L207 131.9S176.5 97.9 130.8 97.9C90.3 97.9 61.6 133.1 61.6 189.4C61.6 261.5 98 287.3 133.7 287.3C200.2 287.3 208.5 234 234.6 152.4C253.4 95.5 288.6 49.8 390 49.8C462.7 49.8 512 72.1 512 130.6999999999999C512 203.5999999999999 449.3 211.2999999999999 397 222.7999999999999C371.2 228.7 363.6 239.2 363.6 256.8C363.6 276.7 379.4000000000001 288.4999999999999 405.2000000000001 288.4999999999999C433.4000000000001 288.4999999999999 448.6 277.8999999999999 450.9 252.7L509.5000000000001 259.7C504.8000000000001 312.5 468.4 334.2 408.6 334.2C355.8 334.2 304.2000000000001 314.3 304.2000000000001 250.3C304.2000000000001 210.3999999999999 323.6 185.1999999999999 372.2000000000001 173.5C417.1 162.8999999999999 452.0000000000001 159.6999999999999 452.0000000000001 127.8C452.0000000000001 106.1 430.9000000000001 97.3 391.0000000000001 97.3C331.8000000000001 97.3 307.1 128.4 293.1 171.1999999999999C261.1 268 249.5000000000001 334.2 131.8 334.2C45.7 334.2 0 279.7 0 187C0 97.9 45.7 49.8 127.9 49.8C194.1 49.8 225.8 80.9 225.8 80.9z" /> - <glyph glyph-name="leanpub" - unicode="" - horiz-adv-x="576" d=" M386.539 336.515L401.635 87.56L390.656 87.835C354.424 88.659 319.016 79.052 287.999 59.838C256.983 79.052 221.575 87.835 185.3420000000001 87.835C139.7780000000001 87.835 103.2720000000001 77.13 61.826 60.112L93.117 318.4C121.663 330.203 154.601 336.515 185.343 336.515C226.516 336.515 259.1790000000001 323.3400000000001 288 293.971C315.723 322.242 347.013 335.692 386.539 336.515zM569.07 0C543.5440000000001 0 521.585 5.215 498.528 15.645C464.218 31.29 428.5350000000001 40.623 390.6570000000001 40.623C351.6800000000001 40.623 315.7230000000001 27.722 288.0000000000001 0C260.2770000000001 27.723 224.3200000000001 40.623 185.3430000000001 40.623C147.4650000000001 40.623 111.7820000000001 31.29 77.4720000000001 15.645C55.239 5.764 32.731 0 8.303 0H6.93L49.475 349.141C88.726 371.374 136.486 384 181.775 384C218.83 384 256.984 376.315 288 354.905C319.016 376.315 357.17 384 394.225 384C439.514 384 487.274 371.374 526.5250000000001 349.141L569.07 0zM525.702 44.741L491.666 324.987C460.924 338.986 424.418 346.397 390.657 346.397C352.229 346.397 316.272 334.32 288 307.695C259.728 334.32 223.772 346.397 185.343 346.397C151.582 346.397 115.076 338.986 84.334 324.987L50.298 44.741C97.509 64.228 133.192 78.227 185.343 78.227C222.947 78.227 256.16 68.621 288 48.583C319.84 68.621 353.052 78.227 390.657 78.227C442.808 78.227 478.491 64.228 525.702 44.741z" /> - <glyph glyph-name="less" - unicode="" - horiz-adv-x="640" d=" M612.7 229C612.7 249.5 615.9000000000001 261.6 615.9000000000001 283.6C615.9000000000001 317.8 603.3000000000001 328.8 575.4000000000001 328.8H554.9000000000001V304.6H561.2C575.4000000000001 304.6 578.5 299.9 578.5 282.5C578.5 266.2 576.9 249.9 576.9 231C576.9 206.8 584.8 197.4 600.5 193.7V192.1C584.7 188.4 576.9 179 576.9 154.8C576.9 135.9 578.5 120.6 578.5 103.3C578.5 85.4 574.8 80.7 561.2 80.7V80.2H554.9000000000001V55H575.4000000000001C603.2 55 615.9000000000001 66 615.9000000000001 100.2C615.9000000000001 122.8 612.7 134.4 612.7 154.8C612.7 165.8 619.5 177.4 640 178.4V205.7000000000001C619.5 206.4 612.7 218.0000000000001 612.7 229.0000000000001zM507.1 197C491.3 203.3 476.6 207 476.6 217.5C476.6 225.4 482.9 230.1 494.5 230.1S516.6 225.4 528.1 217L549.1 244.8C536 254.8 518.1 265.3 493.9 265.3C458.2 265.3 434.0000000000001 244.8 434.0000000000001 215.9C434.0000000000001 190.2 456.6000000000001 177 475.5000000000001 169.7C491.8000000000001 163.4 507.6000000000001 158.1 507.6000000000001 147.6C507.6000000000001 139.7 501.3000000000001 134.5 487.1000000000001 134.5C474.0000000000001 134.5 460.8000000000001 139.8 446.6000000000001 150.8L425.6000000000001 120.3C441.4000000000001 107.1999999999999 465.5000000000001 98.1999999999999 485.5000000000001 98.1999999999999C527.5 98.1999999999999 550.1 120.3 550.1 149.1999999999999S527.6 190.1999999999999 507.1 197zM148.2000000000001 137.6C144.5000000000001 137.6 139.8000000000001 140.8 139.8000000000001 150.7000000000001V328.9H65.2C36.8 328.9 24.2 317.9 24.2 283.7C24.2 261.1 27.4 248.5 27.4 229.1C27.4 218.1 20.6 206.5 0.1 205.5V178.2C20.6 177.7 27.4 166.1 27.4 155.1C27.4 135.7 24.2 124.1 24.2 101.4999999999999C24.2 67.3 36.8 56.3 64.7 56.3H85.2V80.4999999999999H78.9C65.8 80.4999999999999 61.6 85.8 61.6 103.1S63.2 135.2 63.2 154.6C63.2 178.8 55.3 188.2 39.6 191.9V193.5C55.4 197.2 63.2 206.6 63.2 230.8C63.2 249.7 61.6 265 61.6 282.3S65.3 304.4 78.9 304.4H93V153.5999999999999C93 121.4999999999999 104 100.4999999999999 136.1 100.4999999999999C146.1 100.4999999999999 154 102.0999999999999 159.7 104.1999999999999L154.4 138.3999999999999C151.3 137.5999999999999 149.8 137.5999999999999 148.2 137.5999999999999zM379.9 197C363.6 203.3 348.9 207 348.9 217.5C348.9 225.4 355.2 230.1 366.8 230.1C378.4 230.1 388.9 225.4 400.4 217L421.4 244.8C408.3 254.8 390.4 265.3 366.2 265.3C330.5 265.3 306.3 244.8 306.3 215.9C306.3 190.2 328.9000000000001 177 347.8 169.7C364.1 163.4 379.9000000000001 158.1 379.9000000000001 147.6C379.9000000000001 139.7 373.6 134.5 359.4000000000001 134.5C346.3 134.5 333.1 139.8 318.9000000000001 150.8L298.4000000000001 120.3C314.2000000000001 107.1999999999999 338.3 98.1999999999999 358.3 98.1999999999999C400.3 98.1999999999999 422.9 120.3 422.9 149.1999999999999C423 178.0999999999999 400.4 190.1999999999999 379.9 197zM224.9 265.8C186.5 265.8 149.8 233.7 150.8 183.3C150.8 131.3 185 100.8 230.1 100.8C249 100.8 270 107.6 286.3 118.7L270.5 146.5C258.8999999999999 139.7 247.9 136.5 236.3 136.5C215.3 136.5 199 146.5 194.8 170.7H290C290.5 174.4 291.6 181.7 291.6 190.1C292.2000000000001 232.7 269 265.8 224.9 265.8zM194.9 199.6C198.1 220.6 210.7 230.6 225.4 230.6C244.3 230.6 251.7 217.5 251.7 199.6H194.9z" /> - <glyph glyph-name="line" - unicode="" - horiz-adv-x="448" d=" M272.1 243.8V172.7000000000001C272.1 170.9 270.7000000000001 169.5000000000001 268.9000000000001 169.5000000000001H257.5000000000001C256.4000000000001 169.5000000000001 255.4000000000001 170.1000000000001 254.9000000000001 170.8000000000001L222.3000000000001 214.8000000000001V172.6000000000001C222.3000000000001 170.8000000000001 220.9000000000001 169.4000000000001 219.1000000000001 169.4000000000001H207.7000000000001C205.9000000000001 169.4000000000001 204.5000000000001 170.8000000000001 204.5000000000001 172.6000000000001V243.7000000000001C204.5000000000001 245.5000000000001 205.9000000000001 246.9000000000001 207.7000000000001 246.9000000000001H219C220 246.9000000000001 221.1 246.4000000000001 221.6 245.5000000000001L254.2 201.5000000000001V243.7000000000001C254.2 245.5000000000001 255.6 246.9000000000001 257.4 246.9000000000001H268.8C270.6 247.0000000000001 272.1 245.5000000000001 272.1 243.8000000000001zM190.1 247H178.7C176.9 247 175.5 245.6 175.5 243.8V172.7000000000001C175.5 170.9 176.9 169.5000000000001 178.7 169.5000000000001H190.1C191.9 169.5000000000001 193.3 170.9 193.3 172.7000000000001V243.8000000000001C193.3 245.5000000000001 191.9 247.0000000000001 190.1 247.0000000000001zM162.6 187.4H131.5V243.8C131.5 245.6 130.1 247 128.3000000000001 247H116.9C115.1 247 113.7 245.6 113.7 243.8V172.7C113.7 171.8 114 171.1 114.6 170.5C115.2 170 115.9 169.6 116.8000000000001 169.6H162.5000000000001C164.3000000000001 169.6 165.7000000000001 171 165.7000000000001 172.8V184.2C165.7000000000001 185.9 164.3000000000001 187.4 162.6000000000001 187.4zM332.1 247H286.4000000000001C284.7000000000001 247 283.2000000000001 245.6 283.2000000000001 243.8V172.7000000000001C283.2000000000001 171.0000000000001 284.6 169.5000000000001 286.4000000000001 169.5000000000001H332.1C333.9000000000001 169.5000000000001 335.3 170.9 335.3 172.7000000000001V184.1C335.3 185.9 333.9000000000001 187.3 332.1 187.3H301V199.3H332.1C333.9000000000001 199.3 335.3 200.7 335.3 202.5V214C335.3 215.8 333.9000000000001 217.2 332.1 217.2H301V229.2H332.1C333.9000000000001 229.2 335.3 230.6 335.3 232.4V243.8C335.2 245.5 333.8 247 332.1 247zM448 334.3V49C447.9 4.2 411.2 -32.1 366.3 -32H81C36.2 -31.9 -0.1 4.9 0 49.7V335C0.1 379.8 36.9 416.1 81.7 416H367C411.8 415.9 448.1 379.2 448 334.3zM386.4 211.7C386.4 284.7 313.2 344.1 223.3 344.1C133.4 344.1 60.2 284.7 60.2 211.7C60.2 146.3 118.2 91.5 196.6 81.1C215.7 77 213.5 70 209.2 44.3C208.5 40.2 205.9 28.2 223.3 35.5C240.7 42.8 317.2 90.8 351.5 130.2C375.1 156.2 386.4 182.5 386.4 211.7z" /> - <glyph glyph-name="linkedin-in" - unicode="" - horiz-adv-x="448" d=" M100.3 -32H7.4V267.1H100.3V-32zM53.8 307.9C24.1 307.9 0 332.5 0 362.2C0 391.9 24.1 416 53.8 416C83.5 416 107.6 391.9 107.6 362.2C107.6 332.5 83.5 307.9 53.8 307.9zM448 -32H355.3V113.6C355.3 148.3 354.6 192.8 307 192.8C258.7 192.8 251.3 155.1 251.3 116.1V-32H158.5V267.1H247.6V226.3H248.9C261.3 249.8 291.6 274.6 336.8 274.6C430.8 274.6 448.1 212.7 448.1 132.3V-32z" /> - <glyph glyph-name="linkedin" - unicode="" - horiz-adv-x="448" d=" M416 416H31.9C14.3 416 0 401.5 0 383.7V0.3C0 -17.5 14.3 -32 31.9 -32H416C433.6 -32 448 -17.5 448 0.3V383.7C448 401.5 433.6 416 416 416zM135.4 32H69V245.8H135.5V32zM102.2 275C80.9 275 63.7 292.3 63.7 313.5S80.9 352 102.2 352C123.4 352 140.7 334.7 140.7 313.5C140.7 292.2 123.5 275 102.2 275zM384.3 32H317.9V136C317.9 160.8 317.4 192.7 283.4 192.7C248.8 192.7 243.5 165.7 243.5 137.8V32H177.1V245.8H240.8V216.6H241.7C250.6 233.4000000000001 272.3 251.1 304.6 251.1C371.8 251.1 384.3 206.8 384.3 149.2000000000001V32z" /> - <glyph glyph-name="linode" - unicode="" - horiz-adv-x="448" d=" M437.4 221.7C437.1 222.6 436.5 223.1 436 223.7L366 262.3C365.1 262.9 364 262.9 362.9 262.3L304 226.3C303.1 225.7 302.6 224.6 302.6 223.7L301.7000000000001 192.3L277.7000000000001 208.3C276.8000000000001 208.9 275.4000000000001 208.9 274.6 208.3L240 187.1L238.6 222.2C238.6 223.1 238 224.2 237.2 224.5L201.2 248.8000000000001L234.9 266.2000000000001C236 266.8000000000001 236.6 267.9000000000001 236.6 269.1L230.9 401.4000000000001C230.9 402.3000000000001 230 403.4000000000001 229.2 404.0000000000001L138.6 447.7C137.7 448 136.9 448 136.3 448L12.6 409.4C11.2 408.8 10.3 407.4 10.6 405.7L38 272.6C38.9 269.2 72 245.2 76.6 241.7L49.7 228.8C48.3 227.9 47.7 226.5 48 225.4L68.6 125.1C69.2 122.2 92.3 101.9999999999999 95.7 98.8L78.3 88.1999999999999C77.4 87.5999999999999 76.6 86.1999999999999 76.9 85.0999999999999C78.3 77.9999999999999 92.3 7.3999999999999 93.8 5.9999999999999L158.9 -63.1000000000001C159.5 -63.7000000000002 160.3 -63.7000000000002 161.2 -64.0000000000001C161.8 -64.0000000000001 162.3 -63.7000000000001 162.9 -63.4000000000001L246.6 3.4999999999999C247.5 4.0999999999999 247.7 4.8999999999999 247.7 5.7999999999999L245.7 51.7999999999999L273.7 28.0999999999999C274.8 27.1999999999999 276.5999999999999 27.1999999999999 277.7 28.0999999999999L344.5999999999999 81.4999999999999C345.4999999999999 82.0999999999999 345.7 82.8999999999999 345.7 83.7999999999999L348 117.1999999999999L368.3 103.1999999999999C369.4 102.2999999999999 370.9 102.2999999999999 372 103.1999999999999L426.6 146.8999999999999C427.2 147.1999999999999 427.7 147.9999999999999 427.7 148.8999999999999C428.6 155.3999999999999 438 219.6999999999999 437.4 221.6999999999999zM232.6 216.9L236.6 124.3L146 63.1L132 159.6999999999999L232.6 216.8999999999999zM224.9 396.9L230.3 270.9L123.7 215.5L104 350.3L224.9 396.9zM44 274.9L18 400L97.7 350.6L117.1 217.7L44 274.9zM74.6 127.1L55.7 218L125.7 159.7L139.4 66.3L74.6 127.1zM98.9 9.4L85.2 76.5L146.9 15.6L156.6 -51.8L98.9 9.4zM163.4 -55.1L152.8 15.8000000000001L238.5 77.2000000000001L241.6 7.2L163.4 -55.1zM245.4 60C245.4 63.4 246.3 82.9 243.4 85.1L219.1 105.1L241.4 120C243.7 121.7 242.5 125.7 242.5 128L271.9 105.4L272.5 37.1L245.4 59.9999999999999zM339.7 85.4L278.8 36.8L278.2 105.4L343.9 152.3L339.7 85.4zM367.4 111.1L348.3 124.5L350.3 158.5C350.6 159.3999999999999 350 160.5 349.2 161.1L308 188.3L308.6 218.3L373.2000000000001 177.7L367.4000000000001 111.1zM422 150.9L373.7 112.6L379.4 177.6999999999999L430.5 214.2999999999999L422 150.8999999999999z" /> - <glyph glyph-name="linux" - unicode="" - horiz-adv-x="448" d=" M196.1 324.4C195.9 325.8 198 326.7 199.3 327.3C201 328 203.2 328.3 204.8 327.4C205.2 327.2 205.6 326.7 205.4 326.3C205 325.1 203 325.3 201.9 324.7000000000001C200.9 324.2000000000001 200.1 323 198.9 323C197.9 322.9000000000001 196.2 323.4000000000001 196.1 324.4000000000001zM220.8 324.7C221.8 324.2 222.6 323 223.8 323C224.9 323 226.6 323.4 226.7 324.5C226.9 325.9 224.8 326.8 223.5 327.4C221.8 328.1 219.6 328.4 218 327.5C217.6 327.3 217.2 326.8 217.4 326.4C217.7 325.1 219.7 325.3 220.8 324.7zM435.5 14.5C435 6.3 429 0.7 421.6 -3.8C406.7000000000001 -12.8 384.3 -19.6 370.7000000000001 -36L368.1 -33.8L370.7000000000001 -36C356.5000000000001 -52.9 339.0000000000001 -62.6 322.4000000000001 -63.9C305.9000000000001 -65.1999999999999 290.4000000000001 -57.6 282.1 -40.9V-40.8C281 -38.6999999999999 280.2000000000001 -36.4 279.6 -34.1C258.1 -35.3 239.4000000000001 -28.8 224.5 -29.9999999999999C202.5 -31.1999999999999 188.7000000000001 -36.4999999999999 176.2000000000001 -36.6C171.4 -47.2 161.9 -54.2 150.3000000000001 -56.7999999999999C134.3000000000001 -60.4999999999999 114.2000000000001 -56.7999999999999 94.4 -46.4L96 -43.4L94.4 -46.4C75.9 -36.6 52.4 -37.5 35.1 -33.9C26.4 -32.1 18.8 -28.9 15 -21.6C11.3 -14.3 12 -4.3 17.2 10.1C18.9 15.2 17.6 22.8 16.4 30.9C15.8 34.8 15.2 38.8 15.2 42.7C15.2 47.0000000000001 15.9 51.2 18 55.1C22.5 63.6 29.8 67.2000000000001 36.5 69.6C43.2 72 49.3 73.6 53.5 77.9C58.7 83.4 63.6 92.3 70.1 98.1C67.5 115.3 70.3 133.5 76.3 151.4C88.9 189.3 115.5000000000001 225.6 134.4 248.1C150.5 271 155.2000000000001 289.4000000000001 156.9 312.8C158 344.6 132.4 448.2 234.8 448C315.7000000000001 447.9 311.1 362.6 310.6 316.7C310.3 286.6 326.9000000000001 266.2 344 244.7C359.2 226.7 379.1 200.4 390.5 170.3C399.8 145.6999999999999 403.4 118.5 394.2 91.1999999999999C395.6 90.6999999999999 397 89.9999999999999 398.3 89.1999999999999C399.7 88.3999999999999 401 87.3999999999999 402.3 86.3C408.9000000000001 80.6999999999999 411 71.9999999999999 412.8 63.9C414.7 55.8 416.4000000000001 48.2 420 44.2C431.1 31.8 435.9 22.7 435.5 14.5zM220.8 338.9C224.4 338 229.7 336.5 233.8 334.5C231.7 346.7 238.3 358 245.6 357.5C254.5000000000001 357.2 259.5 342 254.7 330.2C253.9 328.3 251.9 326.8 250.8 325.6C257.5 323.3 261.8 321.5 263.4000000000001 320.7C271.3 330.2 274.2000000000001 346.9 267.7000000000001 361.1C257.9000000000001 382.5 233.5000000000001 382.9 223.7000000000001 360.7C220.5000000000001 353.5 219.8000000000001 345.8 220.8000000000001 338.9zM174.6 320.1C182.4 325.8 181.5 324.8 180.5 325.6C172.5 332.5 173.9 353 182.3000000000001 353.7000000000001C188.6000000000001 354.2000000000001 193.1000000000001 343 191.9 334.1C195 336.2000000000001 198.6 337.7000000000001 202.1 338.7000000000001C203.8 358 193.1 372.2000000000001 183 372.2000000000001C164.1 372.2000000000001 159 334.7000000000001 174.6 320.1zM165.2 299.2000000000001C166.7 294.3 171.3 288.7000000000001 179.9 283.9C187.7 279.3 191.9 272.4 199.9 268.9C202.5 267.8 205.6 267 209.5 266.8C227.9 265.7000000000001 236.6 278.1 247.7 281.7000000000001C259.4 285.4 267.8 292.7000000000001 270.4 299.8C273.6 308.3 268.3 314.5 259.9 318C248.6 322.9 243.6 323.2 237.3 327.3C227 333.9 218.5 336.2 211.4 336.2C197 336.2 188.2 326.4 183.5 322C183 321.5 175.6 316.1 169.4 311.5C165.2 308.2 163.8 304.1 165.2 299.2zM131.7 46.4L112.1 82C105.3 91.2 98.3 96.8 90.2 98C82.5 99.2 77.6 96.6 72.5 91.1C67.7 86 63.7 78.8 58.2 73.1C50.4 66.6 48.9 66.9 38.6 63.2000000000001C32.3 61.0000000000001 27.3 58.6 23.8 51.9C21.1 46.9 21.7 39.7 22.9 31.9C24.1 24.0000000000001 25.9 15.6 23.5 8.0000000000001V7.8000000000001C18.5 -5.8999999999999 18.5 -13.8999999999999 20.9 -18.5999999999999C28.8 -33.9999999999999 67.5 -24.6999999999999 97.4 -40.4999999999999C128.8 -56.8999999999999 170 -57.5999999999999 172.7 -22.4999999999999C174.8 -1.9999999999999 141.2 26.5000000000001 131.7 46.4000000000001zM285.6 10.6C288.8 21.6 291.9000000000001 31.9 292.4000000000001 39.6C293.2000000000001 54.8 294.0000000000001 68.3 296.8 79.4999999999999C299.9000000000001 92.1 306.1 102.6 318.2 106.8C320.5 127.9 336.9 127.9 356.5 119.3C375.4 110.8 382.5 103.3 379.3 93.1999999999999C380.3 93.1999999999999 381.3 93.3 383.5 93.1999999999999C388.7 110.0999999999999 369.2 121.1999999999999 352.8 128C355.7 140 355.2 152.1 352.4000000000001 163.6999999999999C346.4000000000001 189 329.8 211.5 317.2000000000001 222.6999999999999C314.9000000000001 222.7999999999999 315.1 220.7999999999999 319.8000000000001 216.1999999999999C331.4000000000001 205.5 356.9000000000001 167 343.1000000000001 131.3C339.2000000000001 132.3 335.5000000000001 132.8 332.2000000000001 132.6999999999999C326.9000000000001 161.8 314.7000000000001 185.8999999999999 308.6000000000001 197.2999999999999C297.1000000000001 218.6999999999999 279.1000000000001 262.5999999999999 271.4000000000001 293C266.9000000000001 286.5999999999999 259.0000000000001 281.0999999999999 249.1000000000001 278C244.4000000000001 276.5 239.4000000000001 272.5 233.2000000000001 269C219.3000000000001 261 203.2000000000001 260.2 190.8000000000001 270.2C186.3000000000001 273.8 182.8000000000001 277.8 178.2000000000001 280.5C176.6000000000001 281.4 173.1000000000001 283.8 172.0000000000001 284.5999999999999C170.0000000000001 246.8 144.7000000000001 199.3 132.7000000000001 171.8999999999999C124.4000000000001 152.1999999999999 119.5000000000001 131.0999999999999 118.9000000000001 110.3999999999999C97.1000000000001 139.5 113.0000000000001 176.6999999999999 121.5000000000001 192.7999999999999C131.0000000000001 210.3999999999999 132.5000000000001 215.2999999999999 130.2000000000001 213.5999999999999C121.6000000000001 199.5999999999999 108.2000000000001 177.3 103.0000000000001 154.3999999999999C100.3000000000001 142.5 99.8000000000001 130.3999999999999 103.3000000000001 119.1999999999999C106.8000000000001 107.9999999999999 114.4000000000001 97.6999999999999 127.9000000000001 89.3C127.9000000000001 89.3 152.7000000000001 74.9999999999999 166.2000000000001 56.8C173.6000000000001 46.8 175.9000000000001 38.1 173.6000000000001 31.9C171.1000000000001 25.2 164.0000000000001 23 156.9000000000001 23C161.7000000000001 17 167.2000000000001 10 171.3000000000001 3.4C208.9000000000001 -22.3 253.5000000000001 -12.3 285.6000000000002 10.6zM415 39.5C405 50.8 407.8 72.6 397.9 81.1C391 87.1 384.3 86.5 375.3 86.2000000000001C367.6 77.4 349.5 66.6 336.9 69.9C325.4 72.8 318.9 86.2000000000001 318.1 99.4C317.8 99.2000000000001 317.4 99.1 317.1 98.9C310 95.0000000000001 306 88.1 303.4 77.8C300.9 67.6 300 54.3 299.2 39.1C298.5 27.3 293 12.7 289.3 -1.5C285.8 -14.7 283.5 -26.7 288.2 -37.8C295.4 -52.3 307.7 -58.2 321.9 -57.1C336.1 -56 352.3 -47.3 365.5 -31.6C387.5 -5 427.8 -1.9 428.7 14.9C429 20 425.6 27.9 415 39.5zM173.3 299.3C175.3 297.4 178 294.8 181.3 292.2000000000001C187.9 287 197.1 281.6 208.6 281.6C220.2 281.6 231.1 287.5 240.4000000000001 292.4000000000001C245.3000000000001 295 251.3000000000001 299.4000000000001 255.2000000000001 302.8000000000001C259.1 306.2000000000001 261.1 309.1 258.3000000000001 309.4000000000001C255.5000000000001 309.7000000000001 255.7000000000001 306.8000000000001 252.3000000000001 304.3000000000001C247.9000000000001 301.1 242.6000000000001 296.9000000000001 238.4000000000001 294.5C231.0000000000001 290.3000000000001 218.9000000000001 284.3000000000001 208.5000000000001 284.3000000000001C198.1000000000001 284.3000000000001 189.8000000000001 289.1 183.6000000000001 294C180.5000000000001 296.5 177.9000000000001 299 175.9000000000001 300.9000000000001C174.4000000000001 302.3000000000001 174.0000000000001 305.5 171.6000000000001 305.8000000000001C170.2000000000001 305.9000000000001 169.8000000000001 302.1 173.3000000000001 299.3000000000001z" /> - <glyph glyph-name="lyft" - unicode="" - horiz-adv-x="512" d=" M0 366.9H77.8V158.2000000000001C77.8 125.1 92.8 105.4 105 97.2000000000001C92.3 86.1 53.8 76.3000000000001 24.8 100.0000000000001C7.8 114 0 137.3 0 159V366.9zM485.9 193.4V215.4H509.7V292.2H483.6C473.4999999999999 338.5 432.4 372.9 383.3 372.9C326.7 372.9 280.6 326.9 280.6 270.2V91C296.6 88.7 316 91.3 332.3 105C349.4 119 357.1 142.2 357.1 164V170.7H395.9V247.5H357.1V270.8C357.1 305.4 409.3 305.4 409.3 270.8V193.7C409.3 137.1 455.3 91 511.9999999999999 91V167.5C497.4999999999999 167.5 485.8999999999999 179.2 485.8999999999999 193.4zM191.6 292.4V179.4C191.6 164 167.8 164 167.8 179.4V292.4H91V159.7C91 135.9 99 105.7 136 95.8C173 86 194.2 106.4 194.2 106.4C192.1 93.0000000000001 179.7 83.1 159.3 81.1C143.8 79.5 124.1 84.7000000000001 114.3 88.9V18.6C139.4 11.1 165.8 8.8 191.9 13.9C239 23.0000000000001 268.7 62.3 268.7 114.7000000000001V292.9H191.6V292.4z" /> - <glyph glyph-name="magento" - unicode="" - horiz-adv-x="448" d=" M445.7 320.1V64L382.3 27.5V283.3L223.8 374.9L65.2 283.3L65.6 27.4L2.3 64V319.9L224.2 448L445.7 320.1zM255.6 27.5L224 9.1L192.2 27.3V283.3L128.9 246.7L129 -9.2L223.9 -64.1L319 -9.2V246.8L255.6 283.4V27.4999999999999z" /> - <glyph glyph-name="maxcdn" - unicode="" - horiz-adv-x="512" d=" M461.1 5.3H363.7000000000001L415.6 248C417.9000000000001 258.2 416.5 267.5 411.2000000000001 273.7C406.2000000000001 279.8 397.5000000000001 283.3 387.0000000000001 283.3H337.7000000000001L278.2000000000001 5.3H180.8000000000001L240.3000000000001 283.3H156.9L97.4 5.3H0L59.5 283.3L14.9 378.7H387C426.4 378.7 462.3 362.4 485.3 333.8C508.6 305.2 517.1 266.4 508.9 227.9L461.1 5.3z" /> - <glyph glyph-name="medapps" - unicode="" - horiz-adv-x="320" d=" M118.3 209.6C121.8 222.1 125.2 243.2 131.5 243.2C139.8 241.4 141.1 219.8 150.1 206.6C154.7 230.1 155.4 291.7 164.2 293.3C173.2 294 183.9 226.8 186.2 215.8C196.1 211.7 235.1 209.2 235.1 209.2C237 201.9 211.1 201.6 195.1 201.4C190.5 186.6 189.7 173.7 183.7 173.4C179 173.2 175.5 202.2 166.2 223L156.8 157.5C152.4 144.5 141.3 180 134.9 196.8C131.6 196.9 72.5 198.4 87.3 204.6L118.3 209.6zM228 0C249.2 0 249.2 32 228 32H92C70.8 32 70.8 0 92 0H228zM204 -64C225.2 -64 225.2 -32 204 -32H116C94.8 -32 94.8 -64 116 -64H204zM238.2 77.5C241.4 96.4 243.4 113.9 250.1 126.3C258 141 266.2 154.4 274.1 167.3C298.7000000000001 207.7 320 242.5 320 292.8C320 378.4 248.2 448 160 448S0 378.4 0 292.8C0 242.6 21.3 207.7 45.9 167.3C53.8 154.4 61.9 141 69.9 126.3C76.6 113.8 78.6 96.5 81.8 77.4C85.3 56.4 117.9 61.7000000000001 114.4 82.5000000000001C110.8 104.2000000000001 108.8 123.2000000000001 99.1 141.1000000000001C66.5 201.5 33 236.7 33 292.8C33 360.7 90 416 160 416S287 360.7 287 292.8C287 236.7 253.5 201.5 220.9 141.2000000000001C211.2 123.2000000000001 209.2 103.8000000000001 205.6 82.6C202.2 62 234.6 56.2 238.2 77.5z" /> - <glyph glyph-name="medium-m" - unicode="" - horiz-adv-x="512" d=" M71.5 305.7C72.1 311.6 69.8 317.5 65.4 321.5L20.3 375.9V384H160.5L268.9 146.3L364.2 384H497.9V375.9L459.3 338.9C455.9999999999999 336.4 454.3 332.2 454.9999999999999 328.1V56.1C454.3 52 455.9999999999999 47.8 459.3 45.3L496.9999999999999 8.3V0.2H307.3V8.3L346.4000000000001 46.2C350.2000000000001 50 350.2000000000001 51.2 350.2000000000001 57V276.8L241.5 0.9H226.8L100.4 276.8V91.9C99.3 84.1 101.9 76.3 107.4 70.7L158.2 9.1V0.9999999999999H14.2V8.9999999999999L65 70.7C70.4 76.3 72.9 84.2 71.5 91.9V305.7z" /> - <glyph glyph-name="medium" - unicode="" - horiz-adv-x="448" d=" M0 416V-32H448V416H0zM372.2 309.9L348.2 286.9C346.1 285.3 345.1 282.7000000000001 345.5 280.2000000000001V110.9C345.1 108.3 346.1 105.7 348.2 104.2L371.7 81.2V76.1H253.7V81L278 104.6C280.4 107 280.4 107.7000000000001 280.4 111.3V248.2L212.8 76.6H203.7L125 248.2V133.2C124.3 128.4 126 123.5 129.4 120L161 81.7V76.6H71.2V81.7L102.8 120C106.2 123.5 107.7 128.4 106.9 133.2V266.2C107.3 269.9 105.9 273.5 103.1 276L75 309.9V315H162.3L229.7 167L289 314.9H372.2V309.9z" /> - <glyph glyph-name="medrt" - unicode="" - horiz-adv-x="544" d=" M113.7 192C113.7 70.2 197.6 -30.8 307.2 -49.1C288.5 -53.6 269 -56 249 -56C111.4 -56 0 55 0 192S111.4 440 248.9 440C269 440 288.5 437.6 307.1 433.1C197.5 414.8 113.7 313.8 113.7 192M411.1 91.7C333.4 36.3 231.5 44.2 170.7 106.3C176.2 92.2 183.4 78.6 192.4 65.8C254 -22.4 374.8 -43.5 462.0999999999999 18.8C549.3999999999999 81.1 570.1999999999999 203.1 508.5999999999999 291.4000000000001C499.5999999999999 304.3000000000001 489.2999999999999 315.7000000000001 478.0999999999999 325.6C515.4999999999999 246.8000000000001 488.7999999999999 147.1 411.0999999999999 91.7000000000001M192.2999999999999 335.7000000000001C190.8999999999999 334.7000000000001 189.5999999999999 333.6 188.2999999999999 332.6C252.5999999999999 350.4000000000001 324.2 328.6 367.2 272.1C402.8999999999999 225.1000000000001 410.0999999999999 165.5000000000001 391.5999999999999 114.1C448.2999999999999 170.3 459.1999999999999 256.2000000000001 413.8999999999999 315.9000000000001C363.8999999999999 381.4000000000001 264.8 390.3000000000001 192.2999999999999 335.7000000000001M296 224C291.6 224 288 227.6 288 232V272C288 276.4 284.4 280 280 280H232C227.6 280 224 276.4 224 272V232C224 227.6 220.4 224 216 224H176C171.6 224 168 220.4 168 216V168C168 163.6 171.6 160 176 160H216C220.4 160 224 156.4 224 152V112C224 107.6 227.6 104 232 104H280C284.4 104 288 107.6 288 112V152C288 156.4 291.6 160 296 160H336C340.4 160 344 163.6 344 168V216C344 220.4 340.4 224 336 224H296z" /> - <glyph glyph-name="meetup" - unicode="" - horiz-adv-x="512" d=" M99 33.7C100.1 28 96.7 22.6 91 21.4C85.6 20.3 80.1 23.7 79 29.4C77.9 34.8 81.3 40.5 86.7 41.7C92.1 42.9 97.8 39.4 99 33.7zM242.1 -37.7C235.8 -42.3000000000001 234.1 -51.1 238.4 -57.7C243 -64.3000000000001 251.8 -66 258.4 -61.4C264.7 -56.8 266.4 -48.0000000000001 261.8 -41.4C257.6 -34.9 248.7 -33.1 242.1 -37.7zM156.1 424.6C162.4 426 166.4 432.3 165 438.6C163.9 445.2 157.6 449.2 151.3 447.7C145 446.3 141 440 142.2 433.7C143.6 427.1 149.8 423.1 156.1 424.6zM34.4 221.7C24.4 228.6 10.7 226 3.8 215.7C-3.1 205.7 -0.5 191.7 9.5 184.8C19.5 177.7 33.2 180.2 40.1 190.5C47 200.9 44.4 214.6 34.4 221.7zM306.4 392.6C317 398.9 320.1 412.6 314.1 422.9C307.8 433.5 294.4 436.9 284.1 430.6S270.4 410.6 276.7 400C282.7 389.7 296.1 386.3 306.4 392.6zM115.3 334.6C123 340 124.7 350.6 119.6 358.3S103.9 367.7 96.5 362.6C88.8 357.2 87.1 346.6 92.2 338.9C97.3 331.1 107.8 329.4 115.3 334.6zM487.6 178.6C480.2 176.9 475.3 169.5 477 161.7000000000001C478.4 154.3000000000001 485.9 149.4 493.3 151.1C500.7 152.5 505.6 160 503.9 167.7000000000001C502.4 175.1 495.0000000000001 180.0000000000001 487.6 178.6zM527.3000000000001 235.4000000000001C526.2 241.1 520.7 244.5000000000001 515.3000000000001 243.4000000000001C509.6000000000001 242.3000000000001 506.2 236.5000000000001 507.3000000000001 230.8000000000001C508.4000000000001 225.4000000000001 513.9000000000001 221.7000000000001 519.6 222.8000000000001C525 224.3000000000001 528.7 229.7000000000001 527.3000000000001 235.4000000000001zM447 309.1C438.4 303.1 436.4 291.4 442.1 282.8C447.8 274.2 459.5 272.2 468.1 277.9C476.4 283.9 478.4 295.6 472.7 304.2C467.0000000000001 312.9 455.3000000000001 315.1 447.0000000000001 309.1zM440.7 169.7C467 126.6 455.8 69.7 414.4 40.6C397 28.3 377.3 22.9 357.5 23.5C345.5 -23.6 288.1 -41.1 252.4 -9.1C251.3 -10 249.8 -10.8 248.7 -12C209.6 -39.1 156.4 -29.4 129.3 10.3C119.6 24.6 114.7 40.9 114.2 57.2C48.8 68.1 24.2 151.2 73.1 196.9C44.8 243.8 73.7 304.3 126.5 311.8C151.6 378 234.1 409.4 290.1 366C357.5 388.3 426.4000000000001 336.6 421 264.9C462.1 252.3 473.8 198 440.7 169.7zM370.7 95.4C367.6 116 329.8 100 327.6 122.5C324.5 154.5 371.3 223.6 367.6 250.5C364.2 274.5 348.2 279.6 334.2 279.9C320.8 280.2000000000001 317.3 277.9 312.8 275.3C309.9000000000001 273.6 306.2 270.4 301.1 275.6C294.8 281.6 290 287.3 281.7000000000001 288.5C269.4000000000001 290.5 264.0000000000001 286.5 255.1000000000001 278.8000000000001C251.7000000000001 275.9000000000001 243.1000000000001 265.9000000000001 235.1000000000001 269.7000000000001C231.7000000000001 271.4000000000001 219.7000000000001 277.4000000000001 211.1000000000001 281.1C194.8000000000001 288.2000000000001 171.1000000000001 276.5000000000001 162.5000000000001 261.1C149.6000000000001 238.2000000000001 124.5000000000001 148.0000000000001 120.8000000000001 136.0000000000001C112.2000000000001 109.4 131.7000000000001 87.4 157.7000000000001 88.9C168.8000000000001 89.5000000000001 176.0000000000001 93.5000000000001 183.1000000000001 106.3C187.1000000000001 113.7 224.8000000000001 214 227.7000000000001 218.9C229.7000000000001 222.3 236.6000000000001 226.9 242.3000000000001 224C248.0000000000001 220.9 249.2000000000001 214.6 248.3000000000001 208.9C247.2000000000001 199.2 220.3000000000001 138 219.4 131.2C216 108.3 246.3000000000001 104.6 258.0000000000001 127.2C261.7000000000001 134.3 303.7000000000001 219.8 307.4000000000001 225.5C311.7000000000001 231.8 314.8 233.8 319.1 233.5C322.2000000000001 233.5 327.4000000000001 232.6 326.2000000000001 222.6C324.8000000000001 213.2 291.1 150.3 287.3000000000001 134.9C282.7000000000001 114.3 293.9000000000001 93.5 312.2000000000001 84.3C323.6 78.6 374.7000000000001 68.6 370.7000000000001 95.4zM376.4 3.1C366.1 -4.3 363.5 -18.9 370.7 -29.5000000000001C377.8 -40.1000000000001 392.1 -42.6000000000001 402.7 -35.5000000000001C413.3 -28.1000000000001 415.8 -13.5000000000001 408.7 -2.9C401.3 7.7 387 10.6 376.4 3.1z" /> - <glyph glyph-name="microsoft" - unicode="" - horiz-adv-x="448" d=" M0 416H214.6V201.4H0V416zM233.4 416H448V201.4H233.4V416zM0 182.6H214.6V-32H0V182.6zM233.4 182.6H448V-32H233.4V182.6z" /> - <glyph glyph-name="mix" - unicode="" - horiz-adv-x="448" d=" M0 384V35.1C0 -21.1 88 -23 88 35.1V273.7C95.9 326.6 176 324.1 176 267.2V91.9C176 34 272 33.9 272 91.9V208C277.3 262.7 360 260.5 360 203.7V179.9C360 120 448 123.3 448 179.9V384H0z" /> - <glyph glyph-name="mixcloud" - unicode="" - horiz-adv-x="640" d=" M424.43 228.271C416.124 313.273 344.135 380 256.919 380C184.653 380 120.695 333.4840000000001 97.714 265.926C43.169 257.897 1.084 211.104 1.084 154.344C1.084 92.046 51.752 41.378 114.327 41.378H403.9409999999999C456.2699999999999 41.378 498.9099999999999 83.74 498.9099999999999 136.071C498.9099999999999 181.202 466.7919999999999 219.134 424.4299999999999 228.271zM403.9410000000001 83.741H114.327C75.287 83.741 43.446 115.305 43.446 154.345S75.287 224.949 114.327 224.949C133.154 224.949 150.875 217.474 164.165 204.183C184.128 184.22 214.298 214.41 194.345 234.363C179.67 248.761 161.673 258.728 142.292 263.712C162.227 308.012 207.082 337.638 256.92 337.638C326.416 337.638 382.899 281.155 382.899 211.936C382.899 198.368 380.6840000000001 185.079 376.53 172.342C367.587 144.825 408.663 133.403 416.677 159.052C419.446 167.358 421.661 175.941 423.046 184.524C442.4269999999999 177.048 456.5479999999999 158.221 456.5479999999999 136.0709999999999C456.5479999999999 107.2759999999999 433.0129999999999 83.7409999999999 403.9409999999999 83.7409999999999zM639.01 136.071C639.01 92.047 626.273 49.6849999999999 601.908 13.414C597.755 7.322 591.11 4 584.188 4C567.871 4 557.061 22.826 566.745 36.949C586.126 66.298 596.648 100.631 596.648 136.071S586.1270000000001 205.844 566.745 234.9160000000001C551.09 257.747 586.106 282.1560000000001 601.908 258.4500000000001C626.274 222.457 639.01 180.0940000000001 639.01 136.071zM568.13 136.071C568.13 104.506 558.9929999999999 74.05 541.273 47.746C537.12 41.655 530.475 38.61 523.553 38.61C506.352 38.61 496.531 57.5889999999999 506.11 71.5579999999999C519.123 90.6619999999999 525.768 112.8129999999999 525.768 136.0709999999999C525.768 159.0519999999999 519.123 181.4789999999999 506.11 200.5829999999999C490.349 223.5689999999999 525.118 247.6779999999999 541.273 224.1179999999999C558.9920000000001 198.0919999999999 568.13 167.6349999999999 568.13 136.0709999999999z" /> - <glyph glyph-name="mizuni" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 328.9 0 192C0 55 111 -56 248 -56S496 55 496 192C496 328.9 385 440 248 440zM168 88.1C136.6 77.5 109.2 60.8 88 39.9V312C88 334.1 105.9 352 128 352S168 334.1 168 312V88.1zM288 98C275.1 100 261.8 101.1 248.2 101.1C234.4 101.1 221 100 208 98V312C208 334.1 225.9 352 248 352S288 334.1 288 312V98zM408 40.3C386.8 61.1 359.4 77.7 328 88.3V312C328 334.1 345.9 352 368 352S408 334.1 408 312V40.3z" /> - <glyph glyph-name="modx" - unicode="" - horiz-adv-x="448" d=" M356 206.2L392.7 182.5V-32L259.7 51.8L356 206.2zM440 373H226.3L203.3 335.2L356.8 238.7L440 373zM351 230.2L55.2 416V201.5L101.2 172.5L351 230.2zM97 153.8L8 11H221.7L346.7 211.5L97 153.8z" /> - <glyph glyph-name="monero" - unicode="" - horiz-adv-x="496" d=" M352 64H460.4C417 -7.9 338.1 -56 248 -56S79 -7.9 35.6 64H144V191.8L248 87L352 192V64zM88 112V320L247.4 160.6L408 320V112H482.8C491.3 137.1 496 164 496 192C496 329 385 440 248 440S0 329 0 192C0 164 4.6 137.1 13.2 112H88z" /> - <glyph glyph-name="napster" - unicode="" - horiz-adv-x="496" d=" M298.3 74.4C284.1 60.8 267 50.3 247.9 43.9C228.9 50.3 211.7 60.8 197.6 74.4H298.3zM342.3 274C362.3 290.9 385.9000000000001 303.2 411.9 310.2V149C411.9 -70.4 83.9 -68.6 83.9 148.7V310.3C109.8 303.4 133.5 290.7000000000001 153.4 273.9C210.2 313.9 285.9 313.8 342.3 274zM133.5 332.5C197.9 392.5 297.8 392.6 362.4 332.7C355.3 329.2 348.5 325.4 341.8 321.2C283.1 351.7 212.6 351.6 153.9 321.1C147.5999999999999 325.1 140 329.3 133.5 332.5zM43.8 354.8V285.5C-14.6 249 -14.6 164.4 43.9 127.2C70.3 -117.9 425.6 -113.1 451.5 125.7L451.8 127.4C510.5 163.7 510.7 249.1 452 285.6V354.8C434.7 354.3 418 351.8 401.9 347.4C319.9 438.9 176.4 438.9 94.4 347.3C78.1 351.7 61.3 354.3 43.8 354.8zM259.2 96S295.2 96.3 320.5 97.5C330.7 98 341.6 101.5 346 104C372.3 119.1 371.4 143.2 372.2 151.4C292.7 152 272.3 155.3 259.2 96zM123.7 151.3C124.5 143.1 123.6 119 149.9 103.9C154.3 101.4 165.1 97.9 175.4 97.4C200.7 96.3 236.7 95.9 236.7 95.9C223.5 155.3 203 152.0000000000001 123.7 151.3zM292.8 27.9C289.6 33.2 285.9 35.2 285.9 35.2C261.1 27.9 233.7 28.3 210 35.2C210 35.2 207.1 33.7 203.6 28.6C200.8 24.4999999999999 199.9 18.9999999999999 199.9 18.9999999999999C229 1.3999999999999 267 1.3999999999999 296.1 18.9999999999999C296 19.1 295.8 22.9999999999999 292.8 27.8999999999999z" /> - <glyph glyph-name="nintendo-switch" - unicode="" - horiz-adv-x="448" d=" M95.9 414.5C51.3 406.5 15.4 373.5 4.1 330.1C0 314.4 -0.3 305.2 0.2 183.6C0.4 72 0.5 69.4 2.4 60.7C12.7 14.2 45.7 -18.9 92.7 -29.8C98.8 -31.2 106.6 -31.5 156.8 -31.7C208.7 -32.1 214.1 -32 215.5 -30.6C216.9 -29.2 217 -11.3 217 191.6C217 342.1 216.7 412.9000000000001 216.1 414.2000000000001C215.2 415.9000000000001 213.6 416 159.2 415.9000000000001C115 415.8 101.7 415.5 95.9 414.5zM179.8 191.9V4L142 4.5C107.2 4.9 103.5 5.1 96.5 6.8C66.6 14.5 44.5 37.5 38.2 67.5C36.2 76.9 36.2 307.6 38.1 316.8C43.7 342.9 61.8 364.5 86.1 374.2000000000001C98.3 379.1 104 379.7000000000001 143.7 379.8L179.6 379.9V191.9zM103.9 323.1C98.1 322 89.2 317.5 84.4 313.4C74.7 305 69.8 293 70.6 278.9C71 271.6 71.4 269.6 74.4 263.7C78.8 254.7 85.3 248.1 94.3 243.7C100.5 240.6 102.1 240.3 110.2 240C117.5 239.7 120.1 240 125 241.7C145.1 248.5 157.3 268 153.8 288.1C149.9 311.8 127.2 327.8 103.9 323.1zM262.1 415.4C261.7000000000001 415.1 261.5 314.6 261.5 191.9C261.5 -10.4 261.6 -30.9 263 -31.5C265.5 -32.4 337.5 -32.1 346.4 -31.1C384.1 -26.8 417.4 -3.9 435.4 30.1C437.7 34.4999999999999 440.8 41.8 442.4 46.3C448.2 63.6999999999999 448.1 59.1 448.1 192.4C448.1 298.8 447.9 314.7 446.6 321.4C437.4 369.7 400.5 406.2 352.1 414.5C345.6 415.6 335.6 415.8999999999999 303.3 415.8999999999999C280.9 416 262.4 415.7 262.1 415.3999999999999zM361.2000000000001 213.3C375.7000000000001 209.5 387.5000000000001 198.5 392.4000000000001 184.4C395.5000000000001 175.7 395.4000000000001 162.9 392.3 154.9C386.6 140.2 375.5 129.9 361.2 126.1C338 120.1 313.3 134.1 306.6 157.1C304.6 164.1 304.7 176 307 183.3C313.8999999999999 206 338 219.4 361.2 213.3z" /> - <glyph glyph-name="node-js" - unicode="" - horiz-adv-x="448" d=" M224 -60C217.3 -60 210.5 -58.2 204.6 -54.8L142.9 -18.3C133.7 -13.1 138.2 -11.3 141.2 -10.3C153.5 -6 156 -5.1 169.1 2.4C170.5 3.2 172.3 2.9 173.7 2L221.1 -26.1C222.8 -27.1 225.2 -27.1 226.8 -26.1L411.5 80.5C413.2 81.5 414.3 83.5 414.3 85.5V298.7C414.3 300.8 413.2 302.7 411.4000000000001 303.8L226.8 410.3C225.1 411.3 222.8 411.3 221.1 410.3L36.6 303.7C34.8 302.7 33.7 300.7 33.7 298.6V85.5C33.7 83.5 34.8 81.5 36.6 80.6L87.2 51.4C114.7 37.7 131.5 53.8 131.5 70.1V280.5C131.5 283.5 133.9 285.8 136.9 285.8H160.3C163.2 285.8 165.7 283.5 165.7 280.5V70C165.7 33.4 145.7 12.4 111 12.4C100.3 12.4 91.9 12.4 68.5 24L20.1 51.9C8.1 58.8 0.7 71.7 0.7 85.6V298.7C0.7 312.5 8.1 325.5 20.1 332.4L204.6 439C216.3 445.6 231.8 445.6 243.4 439L428.1 332.3C440.1 325.4 447.5 312.5 447.5 298.6V85.5C447.5 71.7 440.1 58.8 428.1 51.8L243.4 -54.8C237.5 -58.2 230.8 -60 224 -60zM373.1 150.1C373.1 190 346.1 200.6 289.4000000000001 208.1C232.0000000000001 215.7 226.2000000000001 219.6 226.2000000000001 233.0000000000001C226.2000000000001 244.1 231.1000000000001 258.9000000000001 273.6 258.9000000000001C311.5 258.9000000000001 325.5 250.7000000000001 331.3 225.1C331.8 222.7 334 220.9 336.5 220.9H360.5C362 220.9 363.4 221.5 364.4 222.6S365.9 225.2 365.8 226.7C362.1 270.8 332.8 291.3 273.6 291.3C220.9 291.3 189.5 269.1 189.5 231.8C189.5 191.4 220.8 180.2 271.3 175.2C331.8 169.3 336.5 160.4 336.5 148.5C336.5 127.9 319.8999999999999 119.1 281 119.1C232.1 119.1 221.4 131.4 217.8 155.7000000000001C217.4 158.3000000000001 215.2 160.2000000000001 212.5 160.2000000000001H188.5999999999999C185.5999999999999 160.2000000000001 183.2999999999999 157.8000000000001 183.2999999999999 154.9C183.2999999999999 123.8 200.1999999999999 86.7000000000001 281.0999999999999 86.7000000000001C339.4999999999999 86.8000000000001 373.0999999999999 109.9 373.0999999999999 150.1z" /> - <glyph glyph-name="node" - unicode="" - horiz-adv-x="640" d=" M316.3 -4C314.2 -4 312.1 -3.4 310.2 -2.4L291 9C288.1 10.6 289.5 11.2 290.5 11.5C294.3 12.8 295.1 13.1 299.2 15.5C299.6 15.7 300.2 15.6 300.6 15.4L315.4 6.6C315.9 6.3 316.7 6.3 317.2 6.6L375 40C375.5 40.3 375.9 40.9 375.9 41.6V108.3C375.9 109 375.6 109.6 375 109.9L317.2 143.2000000000001C316.7 143.5000000000001 316 143.5000000000001 315.4 143.2000000000001L257.6 109.9C257 109.6 256.7 108.9 256.7 108.3V41.6C256.7 41 257.1 40.4 257.6 40.1L273.4 31C282 26.7 287.3 31.8 287.3 36.8V102.7000000000001C287.3 103.6 288 104.4 289 104.4H296.3C297.2 104.4 298 103.7000000000001 298 102.7000000000001V36.8000000000001C298 25.3000000000001 291.8 18.8000000000001 280.8999999999999 18.8000000000001C277.5999999999999 18.8000000000001 274.8999999999999 18.8000000000001 267.5999999999999 22.4000000000001L252.3999999999999 31.1000000000001C248.7 33.3000000000001 246.3 37.3000000000001 246.3 41.6000000000001V108.3000000000001C246.3 112.6000000000001 248.6 116.7000000000001 252.3999999999999 118.8000000000001L310.2 152.2000000000001C313.8999999999999 154.3000000000001 318.7 154.3000000000001 322.3 152.2000000000001L380.1 118.8000000000001C383.8 116.6000000000001 386.2 112.6000000000001 386.2 108.3000000000001V41.6000000000001C386.2 37.3000000000001 383.9 33.2000000000001 380.1 31.1000000000001L322.3 -2.2999999999999C320.6 -3.3999999999999 318.5 -3.9999999999999 316.3 -3.9999999999999zM363 61.8C363 74.3 354.6 77.6 336.8 80C318.8 82.4 317 83.6 317 87.8C317 91.3 318.5 95.9 331.8 95.9C343.7 95.9 348.1 93.3 349.9000000000001 85.3C350.1 84.5 350.7000000000001 84 351.5000000000001 84H359.0000000000001C359.5000000000001 84 359.9000000000001 84.2 360.2000000000001 84.5C360.5000000000001 84.9 360.7000000000001 85.3 360.6 85.8C359.4000000000001 99.6 350.3 106 331.8 106C315.3 106 305.5 99 305.5 87.4C305.5 74.7 315.3 71.3 331.1 69.7C350 67.8 351.5 65.1 351.5 61.4C351.5 54.9 346.3 52.2 334.1 52.2C318.8 52.2 315.4000000000001 56 314.3 63.6C314.2 64.4 313.5 64.9999999999999 312.6 64.9999999999999H305.1C304.2000000000001 64.9999999999999 303.4000000000001 64.3 303.4000000000001 63.3C303.4000000000001 53.6 308.7000000000001 41.9999999999999 334.0000000000001 41.9999999999999C352.5000000000001 41.9999999999999 363.0000000000001 49.1999999999999 363.0000000000001 61.8zM417.5 111.9C417.5 105.8 412.5 100.8 406.4 100.8S395.3 105.8 395.3 111.9C395.3 118.2000000000001 400.5 123.0000000000001 406.4 123.0000000000001C412.4 123.1000000000001 417.5 118.2000000000001 417.5 111.9zM415.7 111.9C415.7 117.1 411.5 121.2000000000001 406.3 121.2000000000001C401.2 121.2000000000001 397 117.1 397 111.9C397 106.7000000000001 401.2 102.5000000000001 406.3 102.5000000000001C411.5 102.6000000000001 415.7 106.8000000000001 415.7 111.9zM411.2 105.7000000000001H408.6C408.5 106.3000000000001 408.1 109.5000000000001 408.1 109.6C407.9 110.3 407.7 110.7000000000001 406.8 110.7000000000001H404.6V105.7000000000001H402.2V118.2000000000001H406.5C408 118.2000000000001 410.9 118.2000000000001 410.9 114.9C410.9 112.6 409.4 112.1 408.5 111.8C410.2 111.7 410.3 110.6 410.6 109C410.7000000000001 108 410.9000000000001 106.3 411.2000000000001 105.7zM408.4 114.5000000000001C408.4 116.2000000000001 407.2 116.2000000000001 406.6 116.2000000000001H404.6V112.7000000000001H406.5C408.1 112.7000000000001 408.3999999999999 113.8000000000001 408.3999999999999 114.5000000000001zM137.3 257C137.3 259.7 135.9 262.1 133.6 263.4L72.3 298.7C71.3 299.3 70.1 299.6 68.9 299.7H68.3C67.1 299.7 66 299.3 64.9 298.7L3.7 263.4C1.4 262.1 0 259.6 0 257L0.1 162C0.1 160.7 0.8 159.5 1.9 158.8C3 158.1 4.4 158.1 5.6 158.8L42 179.7C44.3 181.1 45.7 183.5 45.7 186.1V230.5C45.7 233.1 47.1 235.6 49.4 236.9L64.9 245.8C66.1 246.5 67.3 246.8 68.6 246.8C69.9 246.8 71.2 246.5 72.3 245.8L87.8 236.9C90.1 235.6 91.5 233.1 91.5 230.5V186.1C91.5 183.5 92.9 181 95.2 179.7L131.6 158.8C132.7 158.1 134.2 158.1 135.3 158.8C136.4 159.4 137.1 160.7 137.1 162L137.3 257zM472.5 360.7V184.3C472.5 181.7 471.1 179.2 468.8 177.9L407.5 142.5000000000001C405.2 141.2000000000001 402.4 141.2000000000001 400.1 142.5000000000001L338.8 177.9C336.5 179.2000000000001 335.1 181.7000000000001 335.1 184.3V255.1C335.1 257.7000000000001 336.5 260.2000000000001 338.8 261.5L400.1 296.9000000000001C402.4000000000001 298.2000000000001 405.2000000000001 298.2000000000001 407.5 296.9000000000001L422.8 288.1C424.5 287.1 426.7 288.4000000000001 426.7 290.3V384.3C426.7 387.1 429.7 388.9000000000001 432.2 387.5L468.7 367.1C471 365.9000000000001 472.5 363.4000000000001 472.5 360.7000000000001zM426.5 231.8C426.5 232.5 426.1 233.1 425.6 233.4L404.6 245.6C404 245.9 403.3 245.9 402.7000000000001 245.6L381.7000000000001 233.4C381.1 233.1 380.8000000000001 232.5 380.8000000000001 231.8V207.5C380.8000000000001 206.8 381.2000000000001 206.2 381.7000000000001 205.9L402.7000000000001 193.8C403.3000000000001 193.5 404.0000000000001 193.5 404.5000000000001 193.8L425.5000000000001 205.9C426.1000000000001 206.2 426.4000000000001 206.8 426.4000000000001 207.5V231.8zM636.3 232.5C638.5999999999999 233.8 640 236.3 640 238.9V256C640 258.6 638.6 261.1 636.3 262.4L575.4 297.8C573.1 299.1 570.3 299.1 568 297.8L506.7 262.4C504.4 261.1 503 258.6 503 256V185.2C503 182.5 504.4 180.1 506.7 178.8L567.6 144.1C569.8000000000001 142.8 572.6 142.8 574.9 144.1L611.6999999999999 164.6C614.1999999999999 166 614.1999999999999 169.6 611.6999999999999 171L550 206.4C548.8 207.1 548.1 208.3 548.1 209.6V231.8C548.1 233.1 548.8000000000001 234.3 550 235L569.2 246.1C570.3000000000001 246.8 571.8000000000001 246.8 572.9000000000001 246.1L592.1000000000001 235C593.2000000000002 234.3 594.0000000000001 233.1 594.0000000000001 231.8V214.4C594.0000000000001 211.6 597.1000000000001 209.8 599.6000000000001 211.2L636.3000000000002 232.5zM559 229C558.6 228.7 558.3 228.3 558.3 227.8V214.2C558.3 213.7 558.5999999999999 213.2 559 213L570.8 206.2C571.1999999999999 205.9 571.8 205.9 572.1999999999999 206.2L584 213C584.4 213.3 584.7 213.7 584.7 214.2V227.8C584.7 228.3 584.4000000000001 228.8 584 229L572.2 235.8C571.8000000000001 236.1 571.2 236.1 570.8000000000001 235.8L559 229zM304.8 185.5V255.9C304.8 258.5 303.2 261 300.9000000000001 262.3L239.8000000000001 297.5C237.7000000000001 298.7 234.8000000000001 298.9 232.4000000000001 297.5L171.3000000000001 262.3C169 261 167.4 258.6 167.4 255.9V185.5C167.4 182.7 169.3000000000001 180.3 171.4 179.1L232.6 143.9C235.0000000000001 142.5000000000001 237.8 142.6 240.0000000000001 143.9L301 179.1C302.8 180.1 304.1 181.8 304.6 183.8C304.7000000000001 184.3 304.8 184.9 304.8 185.5zM230.5 310.4L229.7 309.9H230.8L230.5 310.4zM306.7 180.2000000000001L306.3 180.9V180.0000000000001L306.7 180.2000000000001z" /> - <glyph glyph-name="npm" - unicode="" - horiz-adv-x="576" d=" M288 160H256V224H288V160zM576 288V96H288V64H160V96H0V288H576zM160 256H32V128H96V224H128V128H160V256zM320 256H192V96H256V128H320V256zM544 256H352V128H416V224H448V128H480V224H512V128H544V256z" /> - <glyph glyph-name="ns8" - unicode="" - horiz-adv-x="640" d=" M187.1 288.1L152.9 174.4L98.4 288.1H49L0 128H44.9L76 234.5L126.6 128H183.5L232 288.1H187.1zM639.6 289C636.7 307 615.7 317.1 597.5 320.3C552.9 328.1 495.6 304 509 261.5V261.4C465.2 252.7 434.7 234.6 414.8 213.2C411.8 223 401.2 229.8 380.8 229.8H293.2000000000001C283.9000000000001 229.8 280.3000000000001 232.1 281.7000000000001 237.2C283.3000000000001 242.7 283.6 244 285.4000000000001 249.4C287.5000000000001 255.8 293.2000000000001 256.5 298.7000000000001 256.5H432.2000000000001L441.9000000000001 288C302.2000000000001 288 297.4000000000001 288.5 281.8000000000001 286.8C269.5000000000001 285.5 258.3000000000001 282 251.2000000000001 271.8C244.4000000000001 261.9 236.8000000000001 236.2 233.6000000000001 224.7C228.2000000000001 205.3 233.0000000000001 196.1 266.4000000000001 196.1H353.7000000000001C361.5000000000001 196.1 362.5000000000001 193.4 361.4000000000001 189.5C360.3000000000001 185.1 358.6000000000001 179.5 356.9000000000001 174.9C355.3000000000001 170.7 352.2000000000001 167.5 343.1000000000001 167.5H216.3L204.7 128C344.6 128 350 128.6 365.6 130.3C372.2000000000001 131 378.6 132.4 384.1 135.2C384.3 131.5 384.6 127.9 385.3 124.4C390.7 93.9 412.7 72.1 442.1 64.9C490.7 53 550.8000000000001 81.7 577.2 132.9C595.9000000000001 169.1 591.3000000000001 209.1 573.8000000000001 238.4H573.9000000000001C603.5000000000001 244.3 644.2 260.4 639.6000000000001 289zM530.7 184.3C524.8000000000001 154.8 494.1 136.5 469.1 140.4C438.2000000000001 145.2000000000001 430.6 179.9 455 205.2000000000001C471.2 222.0000000000001 500.2 229.2000000000001 523.5 232.1000000000001C530.2 218.0000000000001 533.8 200.1000000000001 530.7 184.3000000000001zM552.5 267.4C548.3 273.4 542.7 285.9 550 293.7000000000001C556.7 300.9 570.9 303.8 581.8 301.4C597.0999999999999 298 601.5 285.5 586.6999999999999 277C575.9999999999999 270.9 563.0999999999999 268.9 552.4999999999999 267.4z" /> - <glyph glyph-name="nutritionix" - unicode="" - horiz-adv-x="400" d=" M88 439.9S221.4 448.1 209 335.5C209 335.5 228.1 410.4 312 376.1C312 376.1 294.3 302.1 224 320.1C224 320.1 238.6 374.7 290.1 376.7C290.1 376.7 250.2 387 208 327.9C208 327.9 188.2 422.4 114.4 427.6C114.4 427.6 189.6 408.2 192 320.1C192 320 85.6 313.1 88 439.9zM400 124.3C400 75.8 390.3 28.9999999999999 368 -8.0000000000001C325.8 -38.9 263 -56.0000000000001 200 -56.0000000000001C137.1 -56.0000000000001 74.2 -38.9 32 -8.0000000000001C9.7 29 0 75.8 0 124.3C0 172.7 17.7 219 40 256C82.2 286.9 137.1 304.6 200 304.6C263 304.6 317.8 287 360 256C382.3 219 400 172.7 400 124.3zM120 20C120 35.5 107.5 48 92 48S64 35.5 64 20S76.5 -8 92 -8S120 4.5 120 20zM120 86.2C120 101.7 107.5 114.2 92 114.2S64 101.7 64 86.2S76.5 58.2 92 58.2S120 70.7 120 86.2zM120 152.4C120 167.9 107.5 180.4 92 180.4S64 167.9 64 152.4S76.5 124.4 92 124.4S120 136.9 120 152.4zM192 20C192 35.5 179.5 48 164 48S136 35.5 136 20S148.5 -8 164 -8S192 4.5 192 20zM192 86.2C192 101.7 179.5 114.2 164 114.2S136 101.7 136 86.2S148.5 58.2 164 58.2S192 70.7 192 86.2zM192 152.4C192 167.9 179.5 180.4 164 180.4S136 167.9 136 152.4S148.5 124.4 164 124.4S192 136.9 192 152.4zM264 20C264 35.5 251.5 48 236 48S208 35.5 208 20S220.5 -8 236 -8S264 4.5 264 20zM264 86.2C264 101.7 251.5 114.2 236 114.2S208 101.7 208 86.2S220.5 58.2 236 58.2S264 70.7 264 86.2zM264 152.4C264 167.9 251.5 180.4 236 180.4S208 167.9 208 152.4S220.5 124.4 236 124.4S264 136.9 264 152.4zM336 20C336 35.5 323.5 48 308 48S280 35.5 280 20S292.5 -8 308 -8S336 4.5 336 20zM336 86.2C336 101.7 323.5 114.2 308 114.2S280 101.7 280 86.2S292.5 58.2 308 58.2S336 70.7 336 86.2zM336 152.4C336 167.9 323.5 180.4 308 180.4S280 167.9 280 152.4S292.5 124.4 308 124.4S336 136.9 336 152.4zM360 192C355.2 214.3 352.6 228.9 344 248C305.2 267.9 253.5 280 200 280S94.8 267.9 56 248C47.2 228.5 44.8 214.1 40 192C82.2 199.9 138.7 206.8 200 206.8S317.8 199.9 360 192z" /> - <glyph glyph-name="odnoklassniki-square" - unicode="" - horiz-adv-x="448" d=" M184.2 270.9C184.2 293 202.1 310.9 224 310.9S263.8 293 263.8 270.9C263.8 248.9 245.9 231.1 224 231.1S184.2 249.0000000000001 184.2 270.9000000000001zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM142.9 270.9C142.9 226.3 179.3 190 224 190S305.1 226.2 305.1 270.9C305.1 315.7 268.7 352 224 352S142.9 315.8 142.9 270.9zM317.4 180.2C312.8 189.3 300.1 197 283.3 183.8C283.3 183.8 260.6 165.8 224 165.8S164.6999999999999 183.8 164.6999999999999 183.8C147.8999999999999 197 135.1999999999999 189.3 130.5999999999999 180.2C122.6999999999999 164.1 131.6999999999999 156.5 152 143.2C169.3 132.1 193.1999999999999 128 208.5999999999999 126.4L195.6999999999999 113.5C177.5 95.5 160.1999999999999 78 148 65.8C130.4 48.2 158.6999999999999 20 176.4 37.2L224.1 85.1C242.3 66.9 259.8 49.4 271.8 37.2C289.4 20 317.8 47.9 300.4 65.8L252.7 113.5L239.7 126.4C255.2 128 278.8 132.3 295.9 143.2C316.3 156.5 325.2 164.2 317.4 180.2z" /> - <glyph glyph-name="odnoklassniki" - unicode="" - horiz-adv-x="320" d=" M275.1 114C247.7 96.6 210 89.7 185.1 87.1L206 66.5L282.3 -9.8C310.2 -38.4 264.8 -83.1 236.6 -55.5C217.5 -36.1 189.5 -8.1 160.3 21.1L84 -55.4C55.8 -82.9 10.4 -37.8 38.6 -9.7C58 9.7 85.7 37.7 114.9 66.6L135.5 87.2000000000001C110.9 89.8000000000001 72.6 96.3000000000001 44.9 114.1C12.3 135.1 -2 147.4 10.6 173.1C18 187.7000000000001 38.3 200 65.2 178.8C65.2 178.8 101.5 149.9 160.1 149.9S255.0000000000001 178.8 255.0000000000001 178.8C281.9000000000001 199.9 302.1 187.7 309.6 173.1C322 147.4 307.7000000000001 135.1 275.1 114zM30.3 318.3C30.3 390 88.6 448 160 448S289.7 390 289.7 318.3C289.7 246.9 231.4 188.9 160 188.9S30.3 246.9 30.3 318.3zM96.3 318.3C96.3 283.2000000000001 124.9 254.6 160 254.6S223.7 283.2000000000001 223.7 318.3C223.7 353.7000000000001 195.1 382.3 160 382.3S96.3 353.7000000000001 96.3 318.3z" /> - <glyph glyph-name="opencart" - unicode="" - horiz-adv-x="640" d=" M423.3 7.3C423.3 -18 403 -38.3 377.7 -38.3S331.9 -18 331.9 7.3S352.5 53.1 377.7 53.1C403.1 53.1 423.3 32.6 423.3 7.3zM169.4 53.1C144.1 53.1 123.8 32.5 123.8 7.3S144.1 -38.3 169.4 -38.3S215.2 -18 215.2 7.3S194.7 53.1 169.4 53.1zM461.1 323.1C158.9 323.1 81.9 335.9 0 422.3C34.4 370.6 53.3 273.4 373.1 278.1C706.4000000000001 283.1 503.1 192 443.9000000000001 89.2000000000001C630.6 255.9000000000001 763.3 323.1 461.1 323.1z" /> - <glyph glyph-name="openid" - unicode="" - horiz-adv-x="448" d=" M271.5 16L203.5 -16C88.5 -5.7 0 55.5 0 129.8C0 201.3 82.5 260.8 191.7 274.1V231.1C120.2 218.6 67.7 178.1 67.7 129.8C67.7 78.8 126.2 36.5 203.4 26.8V366.8L271.4 400V16zM448 157L316.7 185.5L353.5 206.2C334 217.7 310 226.2 283.5 231V274C329.7 268.5 371.2 254.5 403.8 234.7L438.8 254.5L448 157z" /> - <glyph glyph-name="opera" - unicode="" - horiz-adv-x="496" d=" M313.9 415.3C143.7 415.3 61.3 191.5 166.4 60.2C202.9 14.8 255 -15.4 313.9 -15.4C350.2 -15.4 384.2 -4.3 413.3 15C369.5 -24.2 311.4 -48 248 -48C244.1 -48 240 -48 236.1 -47.7C104.6 -41.6 0 66.9 0 200C0 337 111 448 248 448H248.8C311.9000000000001 447.7 369.5 423.9 413.2000000000001 384.9C384.2000000000001 404.3 350.1 415.3 313.9000000000001 415.3zM415.7 17.6C374.8 -7.1 325 -6 283.7 23.4C339.9 43.9 381.4 115 381.4 200C381.4 284.7000000000001 340.2 355.8000000000001 284 376.6C325.8 405.8 375.2 406.9000000000001 416.9 381.6C522.8 282.9000000000001 522.4 115.9 415.7 17.6z" /> - <glyph glyph-name="optin-monster" - unicode="" - horiz-adv-x="576" d=" M550.671 -2.303C550.671 -13.923 534.998 -21.76 518.513 -17.166C506.353 -13.923 487.167 0.399 482.302 10.128C476.628 21.748 486.356 42.826 501.218 40.934C516.892 39.313 550.671 15.533 550.671 -2.3030000000001zM372.86 372.777C369.077 444.928 272.064 452.495 246.932 396.2870000000001C291.5200000000001 420.608 337.189 411.9600000000001 372.86 372.777zM74.795 40.934C59.122 39.313 25.343 15.533 25.343 -2.303C25.343 -13.923 41.016 -21.76 57.5 -17.166C69.66 -13.923 88.576 0.399 93.44 10.128C99.386 21.748 89.658 42.826 74.795 40.934zM572.56 26.612C573.641 23.099 574.452 19.586 574.452 15.803C575.262 -15.813 530.135 -48.242 500.949 -49.322C483.654 -50.132 466.359 -40.945 458.253 -25.812C344.7560000000001 -29.865 231.2590000000001 -30.676 118.033 -25.812C109.656 -40.945 92.361 -49.862 75.066 -49.322C46.151 -48.241 1.023 -15.813 1.563 15.803C1.833 19.586 2.374 23.099 3.455 26.612C-2.111 36.075 -1.39 41.894 8.86 38.232C12.103 43.366 15.886 47.6900000000001 19.94 52.014C17.37 62.931 21.21 66.108 31.019 61.202C35.613 64.445 41.017 67.687 46.963 70.39C46.963 86.147 58.802 81.521 64.258 76.065C76.725 77.845 84.387 75.356 91.011 70.39V90.116C78.024 90.116 50.37 101.491 45.071 126.328C40.097 147.053 47.678 164.403 70.203 173.888C71.013 179.833 78.31 187.94 85.065 189.832C92.632 191.724 97.496 185.238 99.117 179.563C106.542 179.563 116.874 178.098 120.195 171.456C125.6 171.997 131.274 172.808 136.679 173.348C134.2470000000001 175.24 131.545 176.861 128.572 177.942C123.438 186.859 114.79 189.021 103.981 189.562C103.981 190.372 103.981 191.183 104.251 192.264C84.524 192.805 60.203 197.939 49.394 210.099C28.073 233.737 33.459 293.6760000000001 61.554 313.5970000000001C69.931 319.2720000000001 83.172 314.408 84.253 303.8690000000001C86.678 283.271 84.652 277.0360000000001 110.465 277.927C118.572 285.7630000000001 127.22 292.519 136.948 297.9240000000001C122.086 299.2760000000001 108.034 296.303 93.17 294.1410000000001C105.922 306.6210000000001 117.123 319.5830000000001 149.918 336.5680000000001C173.429 348.4580000000001 199.911 357.3760000000001 226.123 359.807C207.477 367.6440000000001 186.13 371.6980000000001 166.402 376.2910000000001C242.877 392.5050000000001 340.971 398.4500000000001 410.691 338.7290000000001C428.796 323.326 443.118 302.5180000000001 453.3869999999999 278.7370000000001C493.1859999999999 273.884 489.857 284.3180000000001 492.03 303.8690000000001C493.111 314.1380000000001 506.352 319.2720000000001 514.7289999999999 313.3270000000001C529.5909999999999 302.7880000000001 536.8879999999999 282.5210000000001 539.319 265.2260000000001C541.481 247.3910000000001 539.5889999999999 223.8810000000001 526.889 210.0990000000001C516.08 197.9390000000001 492.569 192.5340000000001 473.113 191.994V189.2910000000001C462.033 189.0210000000001 452.845 186.859 447.44 177.6710000000001C444.468 176.59 441.766 174.9680000000001 439.063 173.0770000000001C444.738 172.537 450.413 171.7260000000001 455.818 171.186C457.687 176.8050000000001 468.353 179.5630000000001 476.895 179.5630000000001C478.516 184.968 483.651 191.453 490.947 189.8320000000001S504.999 179.8340000000001 505.81 173.888C516.619 169.564 527.969 161.728 530.941 148.216C532.8330000000001 140.109 532.562 133.083 531.211 126.328C525.485 101.066 497.85 90.116 485.272 90.116C485.272 83.36 485.272 76.8750000000001 485.002 70.39C493.012 76.3960000000001 501.369 77.5480000000001 511.754 76.0650000000001C517.673 81.984 529.3190000000001 85.4750000000001 529.3190000000001 70.39C534.994 67.6870000000001 540.6680000000001 64.4450000000001 545.263 61.2020000000001C555.363 66.253 558.932 61.741 556.072 52.0140000000001C560.125 47.6910000000001 564.179 43.0970000000001 567.151 38.2320000000001C577.2869999999999 41.8520000000001 578.1719999999999 36.1540000000001 572.56 26.6120000000001zM498.7869999999999 280.6280000000001C516.0819999999999 273.872 524.9989999999999 258.4690000000001 529.0519999999999 244.9580000000001C530.1329999999999 255.497 526.3499999999999 284.4110000000001 515.2699999999999 296.0310000000001C507.9739999999999 303.327 501.2179999999998 301.165 501.2179999999998 295.221C501.2189999999998 289.005 499.8679999999998 283.601 498.7869999999999 280.6280000000001zM480.1409999999999 268.198C493.1119999999999 252.525 497.1649999999999 226.583 492.8409999999999 205.235C503.6499999999999 207.397 513.3779999999999 211.45 519.0529999999999 217.395C520.9449999999999 219.557 522.8359999999999 222.259 523.9169999999999 224.961C522.8359999999999 246.3090000000001 513.6479999999999 267.658 494.1919999999999 273.8730000000001C490.9499999999999 270.63 485.0049999999999 269.009 480.1409999999999 268.198zM458.2519999999999 267.387C465.8189999999999 246.85 470.6829999999999 224.691 472.5739999999999 202.802C476.0869999999999 202.802 480.1409999999999 203.072 484.1939999999999 203.613C490.1389999999999 227.9340000000001 483.9239999999999 255.2270000000001 470.1419999999999 267.117C466.3589999999999 267.117 462.0349999999999 267.117 458.2519999999999 267.3870000000001zM77.768 280.628C76.687 283.601 75.336 289.005 75.336 295.221C75.336 301.166 68.31 303.328 61.284 296.031C49.934 284.411 46.421 255.497 47.502 244.958C51.555 258.47 60.473 273.873 77.768 280.628zM83.443 205.234C79.119 226.582 83.173 252.525 96.144 268.197C91.279 269.008 85.335 270.629 82.092 273.872C62.635 267.657 53.717 246.309 52.366 224.96C53.717 222.258 55.338 219.556 57.23 217.394C62.905 211.179 72.633 207.396 83.443 205.234zM124.788 266.307C119.654 265.226 114.79 263.334 109.926 261.442L97.766 256.308V256.578C90.47 242.526 87.767 222.259 92.361 203.613C96.955 203.072 101.008 202.802 105.061 202.802C107.493 224.961 114.249 246.58 124.788 266.307zM212.883 289.546C212.883 247.391 247.202 213.341 289.088 213.341S365.293 247.391 365.293 289.546C365.293 331.432 330.974 365.481 289.088 365.481S212.883 331.432 212.883 289.546zM365.293 192.263C375.262 141.655 368.592 127.571 381.777 134.164C397.721 142.271 404.476 173.347 404.747 191.183C391.776 191.993 378.534 191.993 365.293 192.263zM293.682 192.804V193.074C293.4120000000001 187.94 293.952 154.971 298.0060000000001 151.999C309.0850000000001 146.594 337.4590000000001 147.405 349.079 150.918C354.484 152.5389999999999 351.511 187.94 350.7 192.804C331.784 193.074 312.598 193.074 293.682 192.804zM279.629 192.804V193.074C260.173 192.804 240.987 192.804 221.8 192.263C219.908 183.076 217.206 143.352 223.692 140.649C236.663 134.974 265.308 135.515 278.278 139.028C282.8730000000001 141.46 280.711 184.427 279.629 192.804zM193.967 135.244C199.372 132.812 202.614 132.812 203.695 139.568C205.587 148.215 206.127 176.32 208.56 191.723C196.4 191.453 183.969 190.912 171.808 190.102C166.403 170.375 172.078 144.973 193.967 135.244zM128.301 146.324C172.079 99.304 220.99 60.661 284.2240000000001 39.8539999999999C351.7820000000001 59.0399999999999 399.8830000000001 99.8449999999999 447.4430000000001 146.8649999999999C436.348 151.1799999999999 439.7280000000001 157.2279999999999 440.1470000000001 158.4849999999999C431.2290000000001 159.2949999999999 422.3120000000001 160.3769999999999 413.6640000000001 161.1869999999999C404.206 128.2189999999999 377.7240000000001 108.2219999999999 366.9140000000001 129.5709999999999C364.2120000000001 134.7049999999999 363.4010000000001 141.1909999999999 362.3200000000001 146.3249999999999C358.5370000000001 137.9479999999999 349.0780000000001 138.218 337.7290000000001 137.4069999999999C324.4880000000001 136.3259999999999 306.112 136.0559999999999 293.6810000000001 140.3789999999999C290.7090000000001 127.4079999999999 282.6020000000001 127.4079999999999 266.9290000000001 126.0569999999999C252.8770000000001 124.7049999999999 218.287 122.0029999999999 212.072 136.8659999999999C210.9910000000001 108.2219999999999 176.942 126.868 166.9430000000001 143.892C163.7000000000001 149.567 161.5380000000001 155.242 159.917 161.4569999999999C152.0800000000001 160.6469999999999 144.244 159.836 136.406 158.755C138.8490000000001 155.0919999999999 137.9550000000001 149.7029999999999 128.3010000000001 146.324zM115.6 -5.545C109.926 17.694 96.954 44.177 82.092 48.501C59.663 55.257 13.183 24.991 15.885 -6.085C28.586 -25.542 55.879 -41.755 75.066 -42.566C92.901 -43.376 111.006 -31.486 114.79 -13.652C115.329 -11.22 115.6 -8.518 115.6 -5.5450000000001zM122.896 0.399C156.405 19.856 192.075 36.07 228.827 47.419C190.184 67.956 160.729 95.25 131.544 124.435C129.382 123.083 126.41 122.003 123.708 120.922C122.071 116.012 132.426 115.5920000000001 129.113 108.491C126.951 104.4370000000001 120.465 100.924 113.98 99.3030000000001C111.819 96.6010000000001 108.846 94.4390000000001 106.144 92.818H105.874C105.604 79.307 105.604 65.794 106.144 52.283C115.083 36.319 121.57 18.969 122.896 0.399zM443.6600000000001 -12.301C406.908 9.047 369.6160000000001 29.044 328.0010000000001 40.664C314.2190000000001 34.449 300.168 29.315 285.846 25.261C283.6840000000001 24.45 283.6840000000001 24.45 281.522 25.261C269.632 29.044 258.283 33.3679999999999 246.663 38.502C206.398 26.8819999999999 169.377 9.317 134.247 -12.301H133.977V-12.571C134.247 -12.571 134.247 -12.571 134.247 -12.301C237.474 -16.355 340.702 -15.814 443.66 -12.301zM470.683 51.744L470.4130000000001 51.474C470.9540000000001 65.256 471.224 79.037 471.224 92.8190000000001C468.251 94.4400000000001 465.549 96.8730000000001 463.1170000000001 99.5750000000001C456.6320000000001 100.9260000000001 450.1460000000001 104.7090000000001 447.9840000000001 108.4930000000001C446.0920000000001 112.5460000000001 449.3350000000001 116.059 453.9290000000001 118.7620000000001C453.6590000000001 119.3030000000001 453.3880000000001 120.3830000000001 453.3880000000001 121.1940000000001C450.4160000000001 122.0050000000001 447.9830000000001 123.0860000000001 445.8210000000001 124.4370000000001C414.2050000000001 94.9820000000001 380.4250000000001 67.6880000000001 342.3230000000001 47.6910000000001C381.2370000000001 36.0710000000001 418.2580000000001 19.5870000000001 454.1980000000001 0.1300000000001C455.2480000000001 14.8220000000001 461.4290000000001 35.8790000000001 470.6830000000001 51.7440000000001zM493.9230000000001 48.5C479.33 44.177 466.0890000000001 17.694 460.414 -5.546C460.414 -29.372 481.6920000000001 -43.443 500.948 -42.568C520.134 -41.757 547.428 -25.544 560.129 -6.087C563.102 24.99 516.6220000000001 55.257 493.923 48.5zM290.709 313.867C290.754 313.867 290.798 313.8640000000001 290.843 313.8640000000001C290.889 313.8640000000001 290.933 313.867 290.9790000000001 313.867H290.7090000000001zM290.709 217.124C319.354 217.124 342.593 238.742 342.593 265.495C342.593 301.587 302.086 323.574 270.442 309.813C279.9000000000001 306.841 286.926 298.193 286.926 288.195C286.926 264.938 253.635 256.24 240.446 276.8450000000001C233.149 242.778 259.814 217.124 290.709 217.124zM68.039 -26.083C68.579 -32.569 80.199 -38.784 89.657 -35.5410000000001C96.413 -32.8380000000001 104.25 -25.0020000000001 106.952 -19.3270000000001C109.925 -12.301 105.871 0.67 97.224 -0.9520000000001C88.307 -2.573 67.499 -17.7060000000001 68.039 -26.0830000000001zM478.789 -0.952C470.412 0.669 466.358 -12.301 469.331 -19.327C471.763 -25.002 479.6 -32.838 486.626 -35.541C495.813 -38.784 507.704 -32.569 507.974 -26.083C508.785 -17.706 487.707 -2.573 478.789 -0.952z" /> - <glyph glyph-name="osi" - unicode="" - horiz-adv-x="495.8" d=" M0 188.8C2.3 324.6 97.4 421.2 213.8 436.9C352.6 455.5 469.4 361.1 491.8 235.8C513.1 117 447.8 5.8 340.2000000000001 -38.2C330.9000000000001 -42 325.8000000000001 -39.9 322.2000000000001 -30.5C304.4000000000001 15.8 286.6 62.2 268.8000000000001 108.5C265.7000000000001 116.6 267.8000000000001 121.7 275.8000000000001 125.3C300.0000000000001 136.3 315.1000000000001 154.7 319.1000000000001 181.1C325.5000000000001 223.5 294.6000000000001 259.8 254.6000000000001 263.3C215.6000000000001 266.7000000000001 182.8000000000001 239.6 177.1000000000001 203.6C171.9000000000001 170.6 188.2000000000001 139.9 219.0000000000001 125.9C228.6000000000001 121.5000000000001 230.5000000000001 117.3 226.8000000000001 107.5000000000001C208.9000000000001 60.9 191.0000000000001 14.3000000000001 173.1000000000001 -32.4C170.5000000000001 -39.3 164.8000000000001 -41.7 157.6000000000001 -38.9C105.0000000000001 -18.6 56.2000000000001 22.1 26.8000000000001 80.1C1.9 129.3 1.6 167.8 0 188.8zM20.9 190.7C21.3 184.1 21.5 176.4 22.2 168.6C28.5 96.6999999999999 71.8 25.1 153.2 -14.5C156.4 -16 157.6 -15.3 158.8 -12.2C173.7 26.9 188.7 66 203.8 105.1C205.1 108.4 204.4 109.9 201.4 111.8C169.8 131.7 154.1 160.3 155.8 197.8C156.8 219.4 165.1 238.3 179.6 254.1C209.6 286.8 256.6 293.9000000000001 295.1 271.7000000000001C327 253.3 344.6 217.9 340.3 181.3C336.7 150.7 321 127.4 294.6 111.5C291.9000000000001 109.9 291.1 108.6 292.3 105.5C307.5 66.3 322.5 27.1 337.5 -12.2C338.7 -15.3 339.9 -16 343.1 -14.5C378.6 2.1 408.3 25.8 431.2000000000001 57.5C466.0000000000001 105.7 480.3000000000001 159.4 473.5000000000001 218.5C459.8 336 354.1 433.3 218 416.5C111.9 403.5 22.7 314 20.9 190.7z" /> - <glyph glyph-name="page4" - unicode="" - horiz-adv-x="496" d=" M248 -56C111 -56 0 55 0 192S111 440 248 440C268.9 440 289.3 437.4 308.7 432.5L42.3 56H248V-56zM248 87.6V301.2L98.6 87.6H248zM344 56V-36.7C389.7 -17.5 428.5 15 455.4 56H344zM401.4 194.2L380.2 185.8L401.4 177.5V194.2zM381.1 139.7C374.4 139.7 373.1 133.4 373.1 126.8V119.1H389.3V129.1C389.3 135 387 139.7000000000001 381.1 139.7000000000001zM496 192C496 154.7 487.8 119.3 473 87.6H344V420.7C433.3 383.2 496 294.9 496 192zM360.4 304.4H428.6V352H414.7V319.4H400.8V349H386.9000000000001V319.4H374.2000000000001V352H360.3000000000001V304.4zM428.5 119.1H402V130.1C402 145.5 396.4 155.3 381.1 155.3C365.7000000000001 155.3 360.4000000000001 144.7 360.4000000000001 129.4V104.1H428.6V119.1zM428.5 222.1L360.3 192.4V180L428.5 150.5V167.1L414.1 172.8V199.3L428.5 205.2V222.1zM423.7 290.6H388.1V264H402V276.2H413C421.6 260.4 414.3 240.9 394.4 240.9C371.9 240.9 366.1 266.2 378.9 278.6L367.3 289.2C351.1 271.7 355.1 225.3 394.4 225.3C428.4 225.3 439.1 261.2 423.7 290.6z" /> - <glyph glyph-name="pagelines" - unicode="" - horiz-adv-x="384" d=" M384 135.3C328.9 -1.4 196.9 81.3 196.9 81.3C156.4 -0.5 89.5 -53.1 12.3 -53.4C-3.8 -53.4 -4.3 -29 12.3 -29C76.7 -28.7 132.8 13.7 169.5 81.1C128.4 65.2000000000001 50.9 53.2 7.9 163.3C116.9 208.2 167 152.1 186.2 117.8C196.1 142.2 203.2 168.7 207.8 197.5C207.8 197.5 68.1 175.6 58.3 295.6C177.4 343.5 210.9 218.9 210.9 218.9C212.5 235.6 214.2 271.5 214.2 272.3C214.2 272.3 107.9 346 176.1 437.5C300.7000000000001 394.5 237.5000000000001 275.1 237.5000000000001 275.1C238.0000000000001 273.5 238.0000000000001 251.3 237.5000000000001 241.7C237.5000000000001 241.7 282.7000000000001 330.7 373.9000000000001 299.2C369.7000000000001 165.1999999999999 232.0000000000001 192.8 232.0000000000001 192.8C227.6 165.4 220.8000000000001 139.4 212 115.3C212 115.3 295 207.1 384 135.3z" /> - <glyph glyph-name="palfed" - unicode="" - horiz-adv-x="576" d=" M384.9 254.1C384.9 301.5 329.7 298.3 289.5 283.9C288.2 244.5 287 203.2 286.5 164.1C287.2 161.3 289.1 157.9 301.6 157.9C338.4000000000001 157.9 385 200.7000000000001 384.9000000000001 254.1zM190.4 181.9C190.6 181.9 196.9 184.6 201.6 184.6C228.2 184.6 222.3 140.5 187.2 140.5C165.7 140.5 150.1 158.6 150.1 183.5C150.1 225.5 193 279.0999999999999 250.8 310C251.8 322.4 253.8 332 261.3 338.2C272.5 347.2 287.9 341.7 290.8 327.1C363 349.3 426 326.1 426 255.1C426 177.1999999999999 346.7 102.5 285.9 116.9C285.8 77.5 286.8 42.5 288.6 16.9V16.7C288.8 13.3 289.2 4.2 283.3 -2.4C273.7 -13.0000000000001 249.9 -12.4 246.9 19.9C242.8 64.3 247.1 226 248.3 262.4C226.8 247.4 189.8 212.1 189.8 186.5C190 184 190.2 182.5 190.4 181.9zM8 266.9S7.9 229.5 46.4 229.5H76.4L98.8 12.3S98.8 -32 143.5 -32H432.4S477.1 -31.6 477.1 12.3L499.4999999999999 229.5H529.5S567.9 228.3 567.9 266.9C567.9 266.9 568 304.3 529.5 304.3H499.4C492.1 329.9 469.2 378.6 380 378.6H352V397.7S349.3 416.1 330.9 416.1H245.1S224 416.1 224 397.7V378.6H195.9S90.9 374.4 75.4 304.3H46.4S8 305.5 8 266.9z" /> - <glyph glyph-name="patreon" - unicode="" - horiz-adv-x="512" d=" M512 253.2C512 151.9 429.6 69.4 328.2 69.4C226.5 69.4 143.8 151.8 143.8 253.2C143.8 354.8 226.5 437.5 328.2 437.5C429.6 437.5 512 354.8 512 253.2zM0 -53.5H90V437.5H0V-53.5z" /> - <glyph glyph-name="paypal" - unicode="" - horiz-adv-x="384" d=" M111.4 152.1C107.9 132.9 94 43.4 89.9 18.1C89.6 16.3 88.9 15.6 86.9 15.6H12.3C4.7 15.6 -0.8 22.2 0.2 29.5L58.8 401.4C60.3 411 68.9 418.3 78.8 418.3C231.1 418.3 243.9 422 282.8 406.9C342.9000000000001 383.6 348.4 327.4 326.8 266.6C305.3 204 254.3 177.1 186.7 176.3C143.3 175.6 117.2 183.3 111.4 152.1zM357.1 296C355.3 297.3 354.6 297.8 354.1 294.7C352.1 283.3 349 272.2 345.3 261.1C305.4000000000001 147.3 194.8 157.2 140.8 157.2C134.7 157.2 130.7 153.9 129.9 147.8C107.3 7.4 102.8 -21.9 102.8 -21.9C101.8 -29 106.3 -34.8 113.4 -34.8H176.9C185.5 -34.8 192.6 -28.4999999999999 194.3 -19.9C195 -14.5 193.2 -26 208.7 71.4C213.3 93.4 223 91.1 238.0000000000001 91.1C309 91.1 364.4000000000001 119.9 380.9000000000001 203.4C387.4000000000001 238.2000000000001 385.5000000000001 274.8000000000001 357.1 296z" /> - <glyph glyph-name="periscope" - unicode="" - horiz-adv-x="448" d=" M370 384.4C331.4 425.4 280.5 448 226.6 448C111.9 448 18.5 351.8 18.5 233.6C18.5 158.5 76.3 73.8 101.2 40.9C137.8 -7.5 192.6 -64 226.6 -64C268.2 -64 339.5 30.2 347.5 41C372.1 74.1 429.5 159.3 429.5 233.6C429.5 290.1 408.4 343.7 370 384.4zM226.6 -45.9C184.1 -45.9 36.6 121.4 36.6 233.5C36.6 340.9 120.5 429.8 226.6 429.8C327.4 429.8 411.3 340.8 411.3 233.5C411.4 121.4 263.9 -45.9 226.6 -45.9zM338 241.2C338 182.1 286.9 131.5 227.2 131.5C126.6 131.5 76.5 239.7 134.3 313.3V312.9C134.3 288.4 154.4 268.5 179.1 268.5C203.8 268.5 223.9 288.4 223.9 312.9C223.9 331.1 212.8 346.7 197 353.6C273.6 372.8 338 314.3 338 241.2z" /> - <glyph glyph-name="phabricator" - unicode="" - horiz-adv-x="496" d=" M323 185.9L322.9 198.9S344.6 218.7 344 220.1L334.5 240.1C333.9 241.5 305 240.6 305 240.6L295.6 249.9S295.8 278.4 294.4000000000001 279L274.3 288.2C272.9000000000001 288.8 253.6 267.2 253.6 267.2L240.5000000000001 267.4S220 288.8 218.6 288.2L198.6 279.9C197.2 279.4 198.8 251 198.8 251L189.7 241.9S160.5 242.8 160 241.5L151.9 221.6999999999999C151.3000000000001 220.2999999999999 172.9 200.6999999999999 172.9 200.6999999999999L173 187.8S151.3000000000001 168 151.9 166.6L161.4 146.6C162 145.2 190.9 146.1 190.9 146.1L200.3000000000001 136.8S200.1000000000001 104.9999999999999 201.5 104.4999999999999L221.6 96.1999999999999C223 95.5999999999999 242.3 119.6999999999999 242.3 119.6999999999999L255.4 119.5S275.9 95.6999999999999 277.2 96.1999999999999L297.2 103.6999999999999C298.6 104.3 297 135.8 297 135.8L306.1 144.9S335.3 144 335.8 145.4L343.9000000000001 165.2C344.6 166.3 323.0000000000001 185.9 323.0000000000001 185.9zM278.1 194.6C278.8 177.5 265.3 163 248.0000000000001 162.2C230.7 161.4 215.9 174.7 215.2000000000001 191.8C214.5000000000001 208.9 228.0000000000001 223.4 245.3000000000001 224.1C262.6 224.9 277.4000000000001 211.6 278.1 194.6zM479.3 232.5L382.3 329.5L382.2 329.4C307.1 402.7 186.8 402.2 112.4 327.8C61.5 276.8 84.6 299.9 16.7 232.5C-5.6 210.2 -5.6 173.8 16.7 151.5C86.6 82.1 63.1 105.5 114.1 54.5L114.2 54.6C189.3 -18.7 309.6 -18.3 384 56.2C435 107.1 411.9 84.1 479.3 151.5000000000001C501.6 173.8000000000001 501.6 210.2000000000001 479.3 232.5000000000001zM140.4 84.2C80.8 143.7 80.8 240.2 140.4 299.7C199.9 359.3 296.4 359.2 356 299.7C415.5 240.2 415.6 143.7 356 84.1C296.4 24.6 200 24.7 140.4 84.2000000000001z" /> - <glyph glyph-name="phoenix-framework" - unicode="" - horiz-adv-x="640" d=" M212.9 103.7C216.7 103.8 235.7 105.1 238.5 105.9C236.1 108.5 194.9 106.9 170.5 155.5C166.2 164.1 163 173.1 164.1 183.1C167 208.6 197 213.1 216.1 201.6C252.1 180 279.4 110.3 329.8 104.1C366.8 99.6 414.4 121.1 438 149.5C437.4 149.6 437.2 149.7 437 149.6C436.6 149.5 436.2 149.4 435.9 149.3C402.6 137.2 341.6 139.6 301.2 164.1C263.6 186.9 248.1 222.8 249.4 238.7C251.2 260 272.3 261.9 285.3 258.3C299.7 254.4 309.7 240.7 324.2 230.9C339.8 220.5 357.0999999999999 217.2 375.5 220.6C390.3999999999999 223.3 409.8999999999999 232.9 412 235.1C410.8999999999999 235.2 410.2 235.2 409.5 235.3C403.3 235.9 397.1 236.1 391 237C279.8 253.5 262.1 400.6 138.5 410.1C94.2 413.5 39.1 402 2.2 375.1C1.4 374.5 0.7 373.9 0 373.3C0.1 373.1 0.1 373 0.2 372.8C1 372.8 1.8 372.9 2.6 373C8.9 374 15.1 373.8 21.3 372.7C45.1 368.4 69 349.6 77.2 296.2C82.5 261.9 76.5 245.4 85.2 210.1C104.2 133 176.2 102.5 212.9 103.7zM75.3 383.1C74.4 384.1 74.4 384.3 74 385.1C86.1 387.7 98.2 389.2 110.6 389.9C109.5 375.2 88.4 368.6 75.3 383.1zM272.2 32.6C229.4 31.4 180.2 59.3 148.7 94C144.1 99 131.9 114.2 130.1 117.4L130.5 117.8C137.1 113.6999999999999 156.2 99.1999999999999 185.3 90.8C209.5 83.8 233.4 84.4999999999999 256.9 94.1C279.6 103.4 297.9 94.6 300 91.2C281.5 87.4 279.9 86.8 276 83.3C270.9 78.9 271.4 71.6 283 66.1C309.2 53.7 346 68.9 380.2 40.7C382.6 38.7 388.3 32.9 390.3 30.0000000000001C390.2 29.8000000000001 390 29.7 389.9000000000001 29.5000000000001C385.1 31.0000000000001 373.5000000000001 37.0000000000001 349.7000000000001 38.8000000000001C325.0000000000001 40.8000000000001 303.4000000000001 33.5000000000001 272.2000000000001 32.6000000000001zM447 284.6C463.4 289.8 488.3 298 513.5 287.9000000000001C529.6 281.4000000000001 539.7 269.2000000000001 545.6 253.3000000000001C549.1 243.9000000000001 550.7 233.6000000000001 550.7 224.6000000000001C550.5 224.6000000000001 550.3000000000001 224.6000000000001 550.1 224.5000000000001C549.9 224.9000000000001 549.7 225.4000000000001 549.6 225.8000000000001C544.6 247.8000000000001 519.7 269.6000000000001 482 255.7000000000001C431.8 237.1000000000001 351.6 246.0000000000001 305.1 303.7000000000001C304.4000000000001 304.6000000000001 302.7000000000001 305.4000000000001 303.8 306.9000000000001C303.9000000000001 307.1 305.9000000000001 306.3000000000001 306.8 305.6C324.9000000000001 292.2000000000001 345.1 283.7000000000001 367.1 279.4000000000001C397.6 273.3000000000001 421.7000000000001 276.5000000000001 447 284.6zM549.7 167.1C517.3000000000001 166.9 515.9000000000001 117 446.1 102.7000000000001C427.9000000000001 99.0000000000001 407.4000000000001 98.1 401.2000000000001 98.5000000000001V98.9C404.0000000000001 100.4 415.9000000000001 101.5000000000001 430.9000000000001 115.5000000000001C438.8 122.8000000000001 446.2000000000001 130.6000000000001 453.7 138.4C473.2 158.6 495.1 180.6 535.6 177.4C558.7 175.6 564.9 169.2000000000001 571.7 164.7000000000001C572 164.5000000000001 572.1 164.2000000000001 572.4000000000001 163.8000000000001C571.9000000000001 163.8000000000001 571.7 163.7000000000001 571.5000000000001 163.8000000000001C564.5000000000001 166.5000000000001 557.2000000000002 167.1000000000001 549.7000000000002 167.1000000000001zM537.4000000000001 191.2000000000001C537.3000000000001 191.0000000000001 537.3000000000001 190.8000000000001 537.2 190.6C508.3000000000001 195 489.2 198.5 468.7 186.6C451.7 176.7000000000001 437.3000000000001 166.1 406.7000000000001 162.2000000000001C379.6 158.8000000000001 361.6 159.8000000000001 340.6 170.2000000000001C340.3 170.4 340 170.6 339.6 170.8000000000001C339.6 171.0000000000001 339.7000000000001 171.1000000000001 339.7000000000001 171.3000000000001C364.6 167.5000000000001 376.1 166.2000000000001 395.2000000000001 177.1000000000001C417.5000000000001 190.0000000000001 435.3000000000001 203.7000000000001 466.5000000000001 208.1000000000001C496.1000000000001 212.2000000000001 517.8000000000001 205.6000000000001 537.4000000000001 191.2000000000001zM268.6 350.7C268 351.3 267.5 351.9 266.5 353C274.1 353 296.2 354.2 319.9 344.6C339.6 336.6 352.1 323.6 370.1 311.7C381.2 304.4 393.5 302.4 406.5 303.6C410.8 304 415 304.8 419.3 305.3C419.7 305.4 420.2 305.3 420.8 305C420.2 304.6 419.6 304.1 419 303.8C410.8999999999999 299.8 402.3 297.5 393.3999999999999 296.7C367.2999999999999 294.1 343.0999999999999 300.4 319.9999999999999 312.1C300.6999999999999 322 283.5999999999999 335 268.5999999999999 350.7zM640 112.3C636.5 109.2 617.3 100.7 597.3 107C585 110.9 577.8 121.9 565.6999999999999 131.1C555.6999999999999 138.7000000000001 544.8 139 537.5999999999999 139.5C538.1999999999999 140.3 538.4999999999999 140.7 538.8 140.9C553.5999999999999 150.1 569.3 153.1 586.0999999999999 147.4C598.5999999999999 143.2 605.3 133.9 616.4999999999999 123.2C627.2999999999998 112.8 637.4999999999999 113.3 639.5999999999999 112.7C639.6999999999999 112.8 639.8 112.7 639.9999999999999 112.3zM427.5 -24.7C429.7 -25.9 429.1 -26.2 429 -26.7C410.5 -25.3 395.1 -19.1 382.2 -4.5C360.4 20.2 340.5 23.4 333.6 25.2C334.1 25.4 334.4 25.6 334.7 25.6C347.8 25.4999999999999 360.8 24.9 373.6 21.7C398.9 15.3 408.6 -3.7 415.2 -13.6C418.4 -18.4 422.5 -21.9 427.5 -24.7z" /> - <glyph glyph-name="php" - unicode="" - horiz-adv-x="640" d=" M320 343.5C491.4 343.5 623.2 271.3 623.2 192S491.3 40.5 320 40.5C148.6 40.5 16.8 112.7 16.8 192S148.7 343.5 320 343.5M320 360.3C143.3 360.3 0 285 0 192S143.3 23.7 320 23.7S640 99 640 192S496.7 360.3 320 360.3zM218.2 205.5C210.3 165 182.4 169.2 148.1 169.2L161.8 239.8C199.8 239.8 225.6 243.9 218.2 205.5zM97.4 97.7H134.1L142.8 142.5C183.9 142.5 209.4 139.5 233 161.6C259.1 185.6 265.9 228.3 247.3 249.7C237.6 260.9 222 266.4 200.8 266.4H130.1L97.4 97.7zM283.1 311.3H319.6L310.9000000000001 266.5C342.4000000000001 266.5 371.6 268.8 385.7000000000001 255.8C400.5000000000001 242.2 393.4000000000001 224.8 377.4000000000001 142.7000000000001H340.4000000000001C355.8 222.1000000000001 358.7000000000001 228.7000000000001 353.1 234.7000000000001C347.7000000000001 240.5000000000001 335.4000000000001 239.3000000000001 305.7000000000001 239.3000000000001L286.9000000000001 142.7000000000001H250.4000000000001L283.1 311.3000000000001zM505 205.5C497 164.4 468.3 169.2 434.9 169.2L448.6 239.8C486.8 239.8 512.4 243.9 504.9999999999999 205.5zM384.2 97.7H421L429.7 142.5C472.9 142.5 496.8 140 519.9 161.6C546 185.6 552.8 228.3 534.1999999999999 249.7C524.4999999999999 260.9 508.8999999999999 266.4 487.6999999999999 266.4H417L384.2 97.7000000000001z" /> - <glyph glyph-name="pied-piper-alt" - unicode="" - horiz-adv-x="576" d=" M242 261C248.3 272.8 255.2 278 267.9 282.8C295.2 293.1 308.1 313.3 326.8 333.9C338.7 325.5 338.8 309.3 358.4 310.9V289.1L364.7 288.8C402.1 303.2 439.4 319 471.3 343.4C519.5999999999999 380.2 524.1999999999999 393.4 552.5999999999999 443.4L554.5999999999999 446C553.9999999999999 431.9 548.3 418.7 542.1999999999999 406.1C511.6999999999999 342.3 463.4999999999999 305.8 395.3999999999999 289.4C383 286.5 369 286.2 357.7999999999999 280.5C359.1999999999999 270.7 370.9999999999999 262.4 370.9999999999999 257.5C370.9999999999999 254.1 365.4999999999999 250.3 363.4999999999999 248.9C352.2999999999999 261.8 347.3999999999999 268.2 340.7999999999999 271C333.1999999999999 274.5 276.8999999999999 277.4 241.9999999999999 261zM379.9 4.1C360.9 4.1 315.8 -5.4 300 -15.7L306.9 -60.8C342.6 -66.9 377 -64.4 412.9 -51C408.1 -41 389.4 4.1 379.9 4.1zM244 202C240.8 204 237.7 204.9 233.9 204.9C227.3 204.9 221.3 201.7 214.6 201.2L216.3 196.3L244 202zM231.4 170.2L255.5 109L276.5 122.8L245.2 173.7L231.4 170.2zM555.5 448L554.9 446.9L554.6 446L555.2 446.6L555.5 448zM496.3 65.9C462.4 122.8 421 184.3 346.3 181.4L346 187.4C344.9 200.9 378.8 184.2 381.1 218.4L366.7000000000001 211.2C346.9000000000001 256.9 358.1 265.5 301.2000000000001 265.5C286.5000000000001 265.5 274.5000000000001 263.8 259.8000000000001 260.9C262.7000000000001 242.3 262.0000000000001 224.2 248.9000000000001 210.6L268.4000000000001 205.1C266.7000000000001 201.9 265.5000000000001 198.8 265.5000000000001 195.3C265.5000000000001 174.3 308.3000000000002 192.4 308.3000000000002 161.7C308.3000000000002 143.3 271.5000000000001 101.6 253.4000000000001 101.6C245.4000000000001 101.6 199.7000000000001 151.6 200.0000000000001 161.7L200.3000000000001 166.3L252.6000000000002 177.8C265.6000000000002 180.4 264.9000000000002 200.5 249.7000000000002 200.5C246.0000000000002 200.5 206.6000000000001 191.3 200.3000000000001 189.9C198.3000000000001 195.1 192.8000000000001 204 186.5000000000001 204C183.3000000000001 204 180.2000000000001 200.8 177.0000000000001 200C167.8000000000001 197.4 146.0000000000001 197.1 155.5000000000001 179.9L15.9 149.5C10.4 148.4 7 143.2 7 137.7C7 131.7 12.5 126.8 18.5 126.8C26.5 126.8 149.8 155.2 165.9 159C168.5 155.8 170.5 152.7 173.7 150.4C193.8 136 233.5 64.5 250.1 64.5C274.2000000000001 64.5 308.1 86.9 321.4000000000001 106.4C324.6 110.7 328.3 113.9 333.8 113.3C334.4000000000001 99.4999999999999 302.2 79.1 300.8 69.6C299.4000000000001 59.4 299.8 34.4 300.5 28.4999999999999C327.2 20.3999999999999 352.5 32.1 378.4 31.3999999999999C382.7 52.3999999999999 389 73.2999999999999 388.2 94.8999999999999L387.9 104.3999999999999C386.5 138.5999999999999 377 142.8999999999999 353.1 163C352 164.1 350.5 165.6 349.4 167C351.6 168.3999999999999 350.5 168 354 168.6999999999999C442.5 168.6999999999999 410.3 -14.9000000000001 465.5 -61.2C498.6 -46.2 538 -33.3000000000001 569 -14.0000000000001C540 11.6 516.4 31.6999999999999 496.3 65.9zM300.1 19.9V-7.4L311.9000000000001 -4.0000000000001L309.0000000000001 19.8H300.1000000000001zM376.2000000000001 17C376.2000000000001 18.4 375.6 20.2 375.3000000000001 21.6C348.5000000000001 21.6 338.4000000000001 17.8 315.8000000000001 15.3L317.8000000000001 2.9C326.8000000000001 4.4 376.2000000000001 9.5000000000001 376.2000000000001 17.0000000000001z" /> - <glyph glyph-name="pied-piper-pp" - unicode="" - horiz-adv-x="448" d=" M205.3 273.4C205.3 252.3 191.1 235.3 173.6 235.3C166.5 235.3 160.8 236.5 156.4 239V307C160.8000000000001 309.7 166.5 311.2 173.6 311.2C191.1 311.2 205.3 294.3 205.3 273.4zM257.9000000000001 206.4C250.8000000000001 206.4 245.1 204.9 240.7000000000001 202.2V134.2000000000001C245.1000000000001 131.7000000000001 250.8000000000001 130.5000000000001 257.9000000000001 130.5000000000001C275.3 130.5000000000001 289.6 147.4 289.6 168.3000000000001C289.6 189.4000000000001 275.3 206.4000000000001 257.9000000000001 206.4000000000001zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM185 192.9C226 192.9 259.2 228.5 259.2 272.5C259.2 316.5 226 352.1 185 352.1C173 352.1 160.9 348.9 150.4 343.3H104.7V137L156.5 147.1V197.7C165.1 194.6 174.6 192.9 185 192.9zM343.4 167.6C343.4 211.6 310.2 247.2 269.5 247.2C266.3 247.2 263.1 247.0000000000001 259.9 246.5000000000001C256.2 234.0000000000001 249.8 222.7 240.7 213.1C226.9 198.1 208.5 189.3 188.9 188.3V32L240.7 42.1V92.7000000000001C249.3 89.5000000000001 258.9 88.0000000000001 269.4 88.0000000000001C310.2 88.0000000000001 343.4 123.6000000000001 343.4 167.6z" /> - <glyph glyph-name="pied-piper" - unicode="" - horiz-adv-x="640" d=" M640 423.1C559.2 369.5 550.6 330.6 543.6 318.7C536.9 306.5 531.9 258.4 520.3000000000001 235.1C508.6000000000001 211.5 466.1000000000001 192.9 454.2 185.1C442.5000000000001 177.3 425.9000000000001 147 412.3000000000001 120.9C304.2000000000001 125.3 244.9000000000001 82.1 153.1000000000001 27.3000000000001C182.5000000000001 37.0000000000001 196.4000000000001 44.0000000000001 196.4000000000001 44.0000000000001C290.6000000000001 80.0000000000001 335.7000000000001 112.3000000000001 477.5000000000001 93.2000000000001C478.6000000000001 93.2000000000001 479.4000000000001 92.6 480.3000000000001 92.4C484.2000000000001 90.2000000000001 485.6000000000001 85.5000000000001 483.4000000000001 81.6L429.5000000000002 -14.2C427.0000000000002 -18.9 421.7000000000002 -21.4 416.4000000000002 -20.3C289.6000000000002 3.5 189.5000000000002 -37.6 97.5000000000002 -38.9C24.1 -40 0 -5.4 0 -3.8C0 -2.7 0.6 -2.1 1.7 -2.1C1.7 -2.1 40 -2.1 104.8 13.2C178.4 153.5 244 202.6 315.4 202.6C315.4 202.6 387.1 202.6 406 140.7C428.8 180.4 434.3 189.9 434.3 189.9C439.6 199.3 469.3 267.1 520.7 331.3C572.2 395.3 611.1 411.2 640 423.1z" /> - <glyph glyph-name="pinterest-p" - unicode="" - horiz-adv-x="384" d=" M204 441.5C101.4 441.5 0 373.1 0 262.4C0 192 39.6 152 63.6 152C73.5 152 79.2 179.6 79.2 187.4C79.2 196.7 55.5 216.5 55.5 255.2C55.5 335.6 116.7 392.6 195.9 392.6C264 392.6 314.4 353.9 314.4 282.8C314.4 229.7 293.1 130.1 224.1 130.1C199.2 130.1 177.9 148.1 177.9 173.9C177.9 211.7000000000001 204.3 248.3000000000001 204.3 287.3000000000001C204.3 353.5000000000001 110.4 341.5000000000001 110.4 261.5C110.4 244.7 112.5 226.1 120 210.8C106.2 151.4 78 62.9 78 1.7C78 -17.1999999999999 80.7 -35.8 82.5 -54.6999999999999C85.9 -58.4999999999999 84.2 -58.0999999999999 89.4 -56.1999999999999C139.8 12.8000000000001 138 26.3000000000001 160.8 116.6000000000001C173.1 93.2000000000001 204.9 80.6000000000001 230.1 80.6000000000001C336.3 80.6000000000001 384 184.1000000000001 384 277.4000000000001C384 376.7 298.2 441.5 204 441.5z" /> - <glyph glyph-name="pinterest-square" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.5 426.5 -32 400 -32H154.4C164.2 -15.6 176.8 8 181.8 27.3C184.8 38.8 197.1 85.7 197.1 85.7C205.1 70.4 228.5000000000001 57.5 253.4000000000001 57.5C327.5 57.5 380.8000000000001 125.6 380.8000000000001 210.2C380.8000000000001 291.3 314.6000000000001 352 229.4000000000001 352C123.4000000000001 352 67.2000000000001 280.9 67.2000000000001 203.4C67.2000000000001 167.4 86.4000000000001 122.6 117.0000000000001 108.3C121.7000000000001 106.1 124.1000000000001 107.1 125.2000000000001 111.6C126.0000000000001 115 130.2000000000001 131.7000000000001 132.0000000000001 139.4C132.6000000000001 141.9 132.3000000000001 144.0000000000001 130.3000000000001 146.4C120.2000000000001 158.7000000000001 112.0000000000001 181.3 112.0000000000001 202.4C112.0000000000001 256.6 153.0000000000001 309 222.9000000000001 309C283.2000000000001 309 325.5000000000001 267.9000000000001 325.5000000000001 209.1C325.5000000000001 142.7000000000001 292.0000000000001 96.7000000000001 248.3000000000002 96.7000000000001C224.2000000000001 96.7000000000001 206.2000000000001 116.6 211.9000000000001 141.1C218.8000000000001 170.3 232.2000000000002 201.8 232.2000000000002 222.9C232.2000000000002 275.9000000000001 156.7000000000001 268.6 156.7000000000001 197.9C156.7000000000001 176.2000000000001 164.0000000000002 161.4 164.0000000000002 161.4C132.6000000000001 28.6 127.9000000000002 26.9 134.4000000000002 -31.1999999999999L136.6000000000001 -31.9999999999999H48C21.5 -31.9999999999999 0 -10.4999999999999 0 16.0000000000001V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368z" /> - <glyph glyph-name="pinterest" - unicode="" - horiz-adv-x="496" d=" M496 192C496 55 385 -56 248 -56C222.4 -56 197.8 -52.1 174.6 -44.9C184.7 -28.4 199.8 -1.4 205.4 20.1C208.4 31.7 220.8 79.1 220.8 79.1C228.9 63.7000000000001 252.5 50.6 277.6 50.6C352.4000000000001 50.6 406.3 119.4 406.3 204.9C406.3 286.8000000000001 339.4 348.1 253.4 348.1C146.4 348.1 89.5 276.3 89.5 198C89.5 161.6 108.9 116.3 139.8 101.9C144.5 99.7000000000001 147 100.7000000000001 148.1 105.2000000000001C148.9 108.6 153.1 125.5000000000001 155 133.3000000000001C155.6 135.8000000000001 155.3000000000001 138.0000000000001 153.3000000000001 140.4000000000001C143.2000000000001 152.9000000000001 135 175.7000000000001 135 197.0000000000001C135 251.7000000000001 176.4 304.6000000000001 247.0000000000001 304.6000000000001C307.9000000000001 304.6000000000001 350.6 263.1000000000001 350.6 203.7000000000001C350.6 136.6000000000001 316.7000000000001 90.1000000000001 272.6 90.1000000000001C248.3 90.1000000000001 230.0000000000001 110.2000000000001 235.9000000000001 134.9000000000001C242.9000000000001 164.4000000000001 256.4000000000001 196.2000000000001 256.4000000000001 217.5000000000001C256.4000000000001 236.5000000000001 246.2000000000001 252.4000000000001 225 252.4000000000001C200.1 252.4000000000001 180.1 226.7000000000001 180.1 192.2000000000001C180.1 170.2000000000001 187.5 155.4000000000001 187.5 155.4000000000001S163 51.6000000000001 158.5 32.2000000000001C153.5 10.8000000000001 155.5 -19.3999999999999 157.6 -38.9999999999999C65.4 -2.9 0 86.9 0 192C0 329 111 440 248 440S496 329 496 192z" /> - <glyph glyph-name="playstation" - unicode="" - horiz-adv-x="576" d=" M570.9 75.7C559.6 61.5 532.1 51.4 532.1 51.4L327 -22.2V32.1L477.9 85.9C495 92.0000000000001 497.7 100.7000000000001 483.7 105.3C469.8 109.9 444.6 108.6 427.5 102.4L327 66.9V123.3C350.2 131.1 374.1 136.9 402.7 140.1C443.6 144.6 493.6 139.5 532.9 124.6C577.1 110.6 582.1 89.9 570.9 75.7zM346.5 168.2V307.2C346.5 323.5 343.5 338.5 328.2 342.8C316.5 346.6 309.2 335.7 309.2 319.4V-28.5L215.4 1.3V416C255.3 408.6 313.4 391.1 344.6 380.6C424.1 353.3 451 319.3 451 242.8C451 168.3 405 140 346.5 168.2000000000001zM43.2 37.8C-2.2 50.6 -9.8 77.3 10.9 92.6C30 106.8 62.6 117.5 62.6 117.5L197.1 165.3V110.8L100.3 76.2C83.2 70.1 80.6 61.4 94.5 56.8C108.4 52.2 133.6 53.5 150.7000000000001 59.7L197.1000000000001 76.6V27.8C145.5000000000001 18.4999999999999 95.7000000000001 20.4999999999999 43.2 37.8z" /> - <glyph glyph-name="product-hunt" - unicode="" - horiz-adv-x="512" d=" M326.3 229.2C326.3 208.7 309.6 192 289.1 192H218.8V266.4H289.1C309.6 266.4 326.3 249.7 326.3 229.2zM504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM375.9 229.2C375.9 277.1 337 316 289.1 316H169.2V68H218.8V142.4H289.1C337 142.4 375.9 181.3 375.9 229.2z" /> - <glyph glyph-name="pushed" - unicode="" - horiz-adv-x="432" d=" M407 336.1L308.5 345.1L322.5 378.5C332.9 402 311.7 418.9 293.8 415.5L22.5 371.1C7.4 368.4 -3.5 352.8 1.1 334.5L106.2 -13.8C112.7 -35.1 142.9 -38 153.9 -20.8L189.2 60L424.4 291.3C440.8 308.1 428.7 334.2000000000001 407 336.1zM297.6 394.4C302.7000000000001 395.1 305.1 391.9 302.8 387L286 347.1L108.6 363.4L297.6 394.4zM22.7 340.1C19.6 345.2 23.7 350.1 28.8 349.2L277.5 326.5L180.6 95.8L22.7 340.1zM136 -8.4C133.4 -12.4 128.1 -11.5 126.6 -7.2L43.5 268.3L171.2 70.7000000000001C164.2 55.7 136 -8.4 136 -8.4zM408.8 306.1L210.1 110.7L299.8 324.4L406.2000000000001 314.7C410.2000000000001 313.6 411.9000000000001 309.4 408.8000000000001 306.1z" /> - <glyph glyph-name="python" - unicode="" - horiz-adv-x="448" d=" M167.8 411.6C122.6 403.6 114.4 386.9 114.4 356V315.3H221.3V301.7000000000001H74.3C43.2 301.7000000000001 16 283 7.5 247.5C-2.3 206.8 -2.7 181.4 7.5 138.9C15.1 107.3 33.2 84.7 64.3 84.7H101V133.5C101 168.8 131.5 199.9 167.8 199.9H274.6C304.3 199.9 328 224.4 328 254.2V356.1C328 385.1 303.6 406.8 274.6 411.7C238.8 417.6 199.9 417.3 167.8 411.6zM161.1 383.2C172.1 383.2 181.2 374 181.2 362.8S172.2 342.5 161.1 342.5C150 342.5 141 351.6 141 362.8C141.1 374.1 150 383.2000000000001 161.1 383.2000000000001zM346.3 301.8V254.3C346.3 217.5 315.1 186.5 279.5 186.5H172.7C143.5 186.5 119.3 161.5 119.3 132.2V30.4C119.3 1.4 144.5 -15.6 172.7 -23.9C206.5 -33.8 239 -35.6 279.5 -23.9C306.4 -16.1 332.9 -0.4 332.9 30.4V71.1H226.2V84.7H386.4C417.5 84.7 429 106.4 439.8 138.9C450.9999999999999 172.4 450.4999999999999 204.6 439.8 247.5C432.1 278.4 417.5 301.7 386.4 301.7H346.3zM286.2 44C297.3 44 306.3 34.9 306.3 23.7C306.3 12.4 297.3 3.3 286.2 3.3C275.2 3.3 266.1 12.5 266.1 23.7C266.2 35 275.2 44 286.2 44z" /> - <glyph glyph-name="qq" - unicode="" - horiz-adv-x="448" d=" M433.754 27.555C422.228 26.162 388.894 80.296 388.894 80.296C388.894 48.951 372.758 8.049 337.843 -21.49C354.685 -26.682 392.6860000000001 -40.657 383.646 -55.911C376.3300000000001 -68.254 258.136 -63.792 224.014 -59.948C189.892 -63.792 71.698 -68.254 64.382 -55.911C55.337 -40.661 93.3 -26.697 110.165 -21.496C75.245 8.043 59.106 48.949 59.106 80.2960000000001C59.106 80.2960000000001 25.772 26.162 14.247 27.5550000000001C8.877 28.205 1.823 57.1990000000001 23.594 127.2590000000001C33.855 160.2830000000001 45.589 187.7370000000001 63.738 233.0380000000001C60.683 349.937 108.982 447.9940000000001 224 448C337.737 447.9940000000001 387.156 351.867 384.264 233.037C402.382 187.814 414.176 160.187 424.408 127.259C446.1760000000001 57.199 439.124 28.206 433.754 27.555z" /> - <glyph glyph-name="quinscape" - unicode="" - horiz-adv-x="489.1" d=" M301.9 -26.6H300.6C213.3 -26.6 142.5 44.2 142.5 131.5S213.3 289.6 300.6 289.6C395.5 289.6 468.8 206.5 457.6 113C461.6 107.9 465.8 103.4 468.8 97.7C482.1999999999999 128 489.1 160.1 489.1 195.4C489.1 330.5 379.6 440 244.5 440C109.5 440 0 330.5 0 195.4S109.5 -49.2 244.5 -49.2C269.3 -49.2 292.3 -46 314.9 -39.1C309.7 -35.6 305.9 -30.9 301.5 -26.4999999999999L301.9 -26.6zM280.7 43.2C280.7 98 325.1 142.4 379.9 142.4C434.7 142.4 479.1 98 479.1 43.2C479.1 -11.6 434.7 -56 379.9 -56C325.1 -56 280.7 -11.6 280.7 43.2" /> - <glyph glyph-name="quora" - unicode="" - horiz-adv-x="448" d=" M440.5 61.3H411.2C409.7 47.8 400.7 30.5 378.2 30.5C357.7 30.5 342.9 44.7 328.7 66.3C372.9 100.5 403.4 153.8 403.4 219.3C403.5 336.8 306.8 416 205 416C105.3 416 7.3 336.3 7.3 219.3C7.3 85.2000000000001 138.6 -2.3 256.3 30.3C276 -3.3 302 -32 351.5 -32C433.3 -32 442.3 43.3 440.5 61.3zM297 118.8C277.5 148 253.3 171 205.5 171C175 171 151.2 161 136.5 148.2L148.7 123.9C154.9 126.9 161.7 127.9 168.5 127.9C204 127.9 222.2 97.1 237.7 66.6C227.7 63.6 217 62.4 205 62.4C130 62.4 97.5 115.4 97.5 219.1C97.5 323.5 130 377 205 377C281.2 377 313.7 323.5 313.7 219.3C313.8 177.5 308.3 143.7000000000001 297 118.8z" /> - <glyph glyph-name="ravelry" - unicode="" - horiz-adv-x="512" d=" M407.4 386.5C331.6 425.9 257.8 417 182.9 382C171.6 376.8 167.4 371.4 163 363C152.7 343.8 146.8 325.6 143.1 310.3C121.9 284.7000000000001 106.7 254.2 99.8 220.4C89.2 202.4 78.9 179 76.7 149C76.7 149 76 141.4 76.2 141.1C40.9 145.7000000000001 0 168.1 0 168.1C9.1 153.6 61.3 135.8 76.3 130.2000000000001C76.3 130.2000000000001 78 32.2 140.8 -0.9999999999999C129.5 16.2 127.5 19.2 127.5 19.2S94.8 79 100.4 123.3C101.1 123.3 101.9 123.1 102.6 123.1C126.5 35.7 205.8 -28.3 299.5 -28.3C305.7 -28.3 311.6 -28.1 317.5 -27.6C331.5 -29.1 345.1 -28.1 357.6 -23.7C364.5 -21.5 371.4000000000001 -17.3 377.8 -12.9C448 26.2 478.7 69.1 500.9 134.8C506.3 150.8 509 170.3 510.7 187C519.4 269.3 480.1 348.6 407.4 386.5zM138.8 284.8S137.6 272.5 138.1 265.1C134.7 262.6 128 257 119.9 248.4000000000001C125.1 261.2000000000001 131.2 273.5 138.8 284.8000000000001zM107.6 162.9C112 180.1 120.9 202 137.4 218C137.4 218 139.1 170 153.2 127.9L111.8 134.8C109.6 144 108.3 153.3 107.6 162.9zM115.5 120.1C130.3 116.9 149.5 112.4999999999999 158.6 110.9999999999999C185.9 34.1999999999999 266.9000000000001 -13.3000000000001 266.9000000000001 -13.3000000000001C267.9000000000001 -13.8000000000001 268.6 -14.0000000000001 269.6 -14.3000000000001C196.5 -2.7 136.9 50.3999999999999 115.5 120.0999999999999zM386 3.9C371.5 -0.8 349.8 -4.5 321.3 0.2C321.3 0.2 230.2 23.3 193.8 108C232 107.3 246.2 108.2 271.8 111.9C311.2 117.6 350.8 128.1 386.8 144.9C398.6 150.3 397.9000000000001 164.3 396.4000000000001 174.7C394.4000000000001 187.5 385.3 186.8 375.0000000000001 179.4C375.0000000000001 179.4 293.0000000000001 120.8 185.2000000000001 125.7C166.5000000000001 157.7 158.4 236.5 158.4 236.5C199.8000000000001 271.7 241.6 296.1 326.8000000000001 288.9C327.0000000000001 295.3 329.8000000000001 316 306.4000000000001 317C306.4000000000001 317 212.9000000000001 328.1 160.4000000000001 283.5C162.9000000000001 300 166.3000000000001 312.8 171.5000000000001 322.9C205.7000000000001 353.7 250.5000000000001 372.4 299.8000000000001 372.4C406.2000000000001 372.4 492.8000000000001 285.3 492.8000000000001 177.9C492.6000000000001 101.9 449.0000000000001 35.9 386.0000000000001 3.9z" /> - <glyph glyph-name="react" - unicode="" - horiz-adv-x="512" d=" M418.2 270.8C412.8 272.6 407.4 274.3 402 275.9C402.9 279.6 403.7 283.3 404.5 287C416.8 346.6 408.7 394.5 381.4 410.3C355.1 425.4 312.2 409.7 268.8 371.9C264.5 368.2 260.3 364.3 256.3 360.4C253.6 363 250.8 365.6 248 368.1C202.5 408.5 156.9 425.5 129.5999999999999 409.6C103.3999999999999 394.4 95.5999999999999 349.3 106.5999999999999 292.9C107.6999999999999 287.3 108.8999999999999 281.8 110.2999999999999 276.2000000000001C103.8999999999999 274.4 97.5999999999999 272.4 91.6999999999999 270.3C38.3 251.8 0 222.6 0 192.4C0 161.2 40.8 129.9 96.3 110.9C100.8 109.4 105.3 107.9 109.9 106.6C108.4 100.6 107.1 94.7 105.9 88.6C95.4 33.1 103.6 -10.9 129.8 -26C156.8 -41.6 202.2 -25.6 246.4 13.1C249.9 16.2 253.4 19.4 256.9 22.8C261.3 18.5 265.9 14.4 270.5 10.4C313.3 -26.4 355.6 -41.3 381.7 -26.2C408.7 -10.6 417.5 36.7 406.1 94.3C405.2 98.7 404.2 103.2 403.1 107.8C406.3 108.7 409.4 109.7 412.5 110.7C470.1999999999999 129.8 511.9999999999999 160.7 511.9999999999999 192.4C511.9999999999999 222.7 472.6 252.1 418.2 270.8zM282.9 355.7C320.1 388.1 354.8 400.8 370.6 391.7C387.5 382 394 342.8 383.4 291.3C382.7 287.9 382 284.6 381.1 281.3C358.9 286.3 336.4 289.9 313.8 291.9C300.8 310.5 286.6 328.3 271.2 345C275.0999999999999 348.7 278.8999999999999 352.2 282.8999999999999 355.7zM152.9 166.6C157.5 157.8 162.2 149.1 167.2 140.5C172.3 131.8 177.5 123.1 183 114.6C167.4 116.3 151.9 118.8 136.6 122.1C141 136.5 146.5 151.4 152.9 166.6zM152.9 217.2C146.6 232.1 141.3 246.7 136.9 260.8C151.3 264 166.6 266.6 182.5 268.6C177.2 260.3 172 251.8 167.1 243.2C162.2 234.7 157.4 226.0000000000001 152.9 217.2zM164.3 191.9C170.9 205.7000000000001 178.1 219.2000000000001 185.7 232.5000000000001C193.3 245.8000000000001 201.5 258.7000000000001 210.1 271.4000000000001C225.1 272.5 240.4 273.1 256 273.1C271.6 273.1 287 272.5 301.9 271.4000000000001C310.4 258.8000000000001 318.5 245.9000000000001 326.2 232.7000000000001C333.9 219.5000000000001 341.1 206.0000000000001 347.9 192.3000000000001C341.2 178.5000000000001 334 164.9 326.3 151.5000000000001C318.7 138.2000000000001 310.6 125.3000000000001 302.1 112.5000000000001C287.2 111.4 271.7 110.9 256 110.9C240.3 110.9 225.1 111.4 210.4 112.3C201.7 125 193.5 138 185.8 151.3C178.1 164.6 171 178.1 164.3 191.9zM344.9 140.7000000000001C350 149.5000000000001 354.8 158.4 359.5 167.4C365.9 152.9 371.5 138.2000000000001 376.4 123.1C360.9 119.6 345.2 116.9 329.4 115.1C334.8 123.5 339.9 132.1 344.9 140.7000000000001zM359.3 217.2000000000001C354.6 226.0000000000001 349.8 234.8000000000001 344.8 243.4000000000001C339.9 251.9000000000001 334.8 260.3000000000001 329.5 268.6C345.6 266.6 361 263.9000000000001 375.3999999999999 260.6C370.7999999999999 245.8 365.3999999999999 231.4000000000001 359.2999999999999 217.2zM256.2 329.7C266.7 318.3 276.6 306.3 285.8 293.9C266 294.8 246.1 294.8 226.3 293.9C236.1 306.8 246.2 318.8 256.2 329.7zM140.2 391C157 400.8 194.3 386.8 233.6 352C236.1 349.8 238.6 347.4 241.2 345C225.7 328.3 211.4 310.5 198.3 291.9C175.7 289.9 153.3 286.4 131.1 281.5C129.8 286.6 128.7 291.8 127.6 297C118.2 345.4 124.4 381.9 140.2 391zM115.7 127.4C111.5 128.6 107.4 129.9 103.3 131.3C82 138 57.8 148.6 40.3 162.5C30.2 169.5 23.4 180.3 21.5 192.4C21.5 210.7 53.1 234.1 98.7 250C104.4 252 110.2 253.8 116 255.5C122.8 233.8 131 212.5 140.5 191.8999999999999C130.9 171 122.6 149.3999999999999 115.7 127.3999999999999zM232.3 29.4C215.8 14.3 196.7 2.3 175.9 -5.9C164.8 -11.2 152 -11.7 140.6 -7.2C124.7 1.9999999999999 118.1 37.3 127.1 84.8C128.2 90.4 129.4 95.9999999999999 130.8 101.4999999999999C153.2 96.6999999999999 175.8 93.3999999999999 198.7 91.6999999999999C211.9 72.9999999999999 226.4 55.0999999999999 241.9 38.3C238.7 35.1999999999999 235.5 32.1999999999999 232.3 29.4zM256.8 53.7C246.6 64.7 236.4 76.9 226.5 90C236.1 89.6 246 89.4 256 89.4C266.3 89.4 276.3999999999999 89.6 286.3999999999999 90.1C277.2 77.4 267.2999999999999 65.3 256.7999999999999 53.7zM387.5 23.7C386.6 11.5 380.6 0.1 371 -7.6C355.1 -16.8 321.2 -4.8 284.5999999999999 26.6C280.3999999999999 30.2 276.2 34.1 271.8999999999999 38.1C287.2 54.9999999999999 301.2999999999999 72.9 314.0999999999999 91.7C336.9999999999999 93.6 359.7999999999999 97.1 382.2999999999999 102.2C383.2999999999999 98.1 384.1999999999999 94 384.9999999999999 90C389.8999999999999 68.4 390.6999999999999 45.9 387.4999999999999 23.7zM405.7 131.2C402.8999999999999 130.3 400.0999999999999 129.4 397.2 128.6C390.2 150.4 381.5999999999999 171.7 371.7 192.4C381.3 212.8 389.3999999999999 233.8 396.2 255.3C401.3999999999999 253.8 406.3999999999999 252.2 411.2 250.6C457.8 234.6 490.4999999999999 210.8 490.4999999999999 192.6C490.4999999999999 173 455.6 147.7 405.7 131.2zM256 237.8C281.3 237.8 301.8 217.3 301.8 192C301.8 166.7 281.3 146.2 256 146.2C230.7 146.2 210.2 166.7 210.2 192C210.2 217.3 230.7 237.8 256 237.8" /> - <glyph glyph-name="rebel" - unicode="" - horiz-adv-x="512" d=" M256.5 -56C117.2 -56 9 60.2 13.2 198.1C16 277.3 56.4 350.3 129.7 398.5C130 398.5 131.6 399.1 130.8 397.7C125 392.2 19.5 267.9 116.7 171.3C166.5 121.8 206.7 168.8 206.7 168.8C245.2 218.9 206.1 294.7000000000001 206.1 294.7000000000001C196.1 319.6 160.4 334.8 160.4 334.8L189.2 366.6C213.6 356.1 232.4 327.9 232.4 327.9C233.2 357.5 210.5 389.3 210.5 389.3L255.1 440L299.4 389.9C278.9 361.1 277.5 327.3 277.5 327.3C291.3 350.3 321 366.6 321 366.6L349.5 334.8C322.1 325.9 304.1 294.9 304.1 294.9C288.3 266.4 277 205.5 304.7000000000001 167.6C337.1 123 392.4000000000001 170.4 392.4000000000001 170.4C495.1 262.3000000000001 381.9000000000001 395.4000000000001 381.9000000000001 395.4000000000001C375.8 400.9000000000001 382.7000000000001 398.2000000000001 382.7000000000001 398.2000000000001C432.8000000000001 361.7000000000001 497.3000000000001 313.8 498.9 193.4C500.9 47.8 399 -56 256.5 -56z" /> - <glyph glyph-name="red-river" - unicode="" - horiz-adv-x="448" d=" M353.2 416H94.8C42.4 416 0 373.6 0 321.2V62.8C0 10.4 42.4 -32 94.8 -32H353.2C405.6 -32 448 10.4 448 62.8V321.2C448 373.6 405.6 416 353.2 416zM144.9 247.1V190.8C144.9 163.8 123 141.9 96 141.9V296.1C96 309.3 106.7 320 119.9 320H274.1C274.1 293 252.2 271.1 225.2 271.1H168.9C156.6 271.7 144.3000000000001 259.5 144.9 247.1zM321.2000000000001 175.1H264.9000000000001C252.6 175.7000000000001 240.3000000000001 163.5 240.9000000000001 151.1V94.8C240.9000000000001 67.8 219 45.9 192 45.9V200.1C192 213.3 202.7 224 215.9 224H370.1C370.1 197 348.2000000000001 175.1 321.2000000000001 175.1z" /> - <glyph glyph-name="reddit-alien" - unicode="" - horiz-adv-x="512" d=" M440.3 244.5C425.3 244.5 412.1 238.3 402.4000000000001 228.6C366.7000000000001 253.3 318.6 269.2 265.3000000000001 270.9L293 395.7L381.2 375.9C381.2 354.3 398.8 336.7 420.4 336.7C442.4 336.7 460.1 354.8 460.1 376.4S442.5 416.1 420.4 416.1C405 416.1 391.7 406.8 385.1 394.1L287.7 415.7C282.8 417 278 413.5 276.7 408.6L246.3 271C193.4 268.8 145.8 252.9 110 228.2C100.3 238.3 86.6 244.5 71.6 244.5C16 244.5 -2.2 169.9 48.7 144.4C46.9 136.5 46.1 128.1 46.1 119.7C46.1 35.9 140.5 -32 256.4 -32C372.8 -32 467.2 35.9 467.2 119.7C467.2 128.1 466.3 136.9 464.1 144.8C514 170.4 495.6 244.5 440.3 244.5zM129.4 139.1C129.4 161.1 147 178.8 169.1 178.8C190.7 178.8 208.3 161.2 208.3 139.1C208.3 117.5 190.7 99.9 169.1 99.9C147.1 99.8 129.4 117.5000000000001 129.4 139.1zM343.7000000000001 45.6C307.3000000000001 9.2 204.6000000000001 9.2 168.2000000000001 45.6C164.2000000000001 49.1 164.2000000000001 55.3 168.2000000000001 59.3C171.7000000000001 62.8 177.9 62.8 181.4 59.3C209.2000000000001 30.8 301.4000000000001 30.3 330.4000000000001 59.3C333.9000000000001 62.8 340.1 62.8 343.6 59.3C347.7000000000001 55.3 347.7000000000001 49.1 343.7000000000001 45.6zM342.9000000000001 99.8C321.3 99.8 303.7000000000001 117.4 303.7000000000001 139C303.7000000000001 161 321.3000000000001 178.7 342.9000000000001 178.7C364.9000000000001 178.7 382.6 161.1 382.6 139C382.5 117.5 364.9000000000001 99.8 342.9000000000001 99.8z" /> - <glyph glyph-name="reddit-square" - unicode="" - horiz-adv-x="448" d=" M283.2 102.5C285.9 99.8 285.9 95.7 283.2 93.3C258.7 68.8 189.4 68.7 164.8 93.3C162.1 95.7 162.1 99.8 164.8 102.5C167.2 104.9 171.3 104.9 173.7 102.5C192.4 83.3 254.7 82.9 274.2 102.5C276.6 104.8 280.8 104.8 283.2 102.5zM191.9 156.3C191.9 171.2 180 183.1 165.4 183.1C150.5 183.1 138.6 171.2000000000001 138.6 156.3C138.6 141.7 150.5 129.8 165.4 129.8C180 129.8 191.9 141.7 191.9 156.3zM282.6 183.1C268 183.1 256.1 171.2000000000001 256.1 156.3C256.1 141.7 268 129.8 282.6 129.8C297.5 129.8 309.4 141.7 309.4 156.3C309.4 171.2 297.5 183.1 282.6 183.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM348.3 227.4C338.2 227.4 329.3 223.2 322.7 216.7C298.6 233.4 266.2 244.1 230.2 245.3L248.9 329.5L308.4 316.1C308.4 301.5 320.3 289.6 334.9 289.6C349.8 289.6 361.7 301.8 361.7 316.4000000000001C361.7 331 349.8 343.2000000000001 334.9 343.2000000000001C324.5 343.2000000000001 315.6 337 311.1 328.3L245.4 342.9000000000001C242.1 343.8 238.9 341.4000000000001 238 338.1L217.5 245.3C181.8 243.8 149.7 233.1 125.6 216.4C119.1 223.2 109.8 227.4 99.7 227.4C62.2 227.4 49.9 177 84.2 159.9C83 154.5 82.4 148.9 82.4 143.2C82.4 86.7 146.1 40.9 224.3 40.9C302.8 40.9 366.5 86.7 366.5 143.2C366.5 148.9 365.8999999999999 154.8 364.3999999999999 160.2C398 177.4 385.5999999999999 227.4 348.2999999999999 227.4z" /> - <glyph glyph-name="reddit" - unicode="" - horiz-adv-x="512" d=" M201.5 142.5C187.7 142.5 176.6 153.6 176.6 167.1C176.6 180.9 187.7 192 201.5 192C215.1 192 226.1 180.9 226.1 167.1C226.1 153.5 215 142.5 201.5 142.5zM504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM371.7 233.2C362.3 233.2 354 229.3 347.9 223.2C325.5 238.7 295.3 248.7 261.8 249.8L279.2 328.1L334.5999999999999 315.6C334.5999999999999 302 345.7 291 359.2 291C373 291 384.0999999999999 302.3 384.0999999999999 315.9S372.9999999999999 340.8 359.2 340.8C349.5 340.8 341.2 335 337.0999999999999 327L275.8999999999999 340.6C272.8999999999999 341.4 269.7999999999999 339.2 269 336.2L249.9 249.8C216.6999999999999 248.4 186.8 238.5 164.4 223C158.3 229.4 149.7 233.2 140.3 233.2C105.4 233.2 94 186.3 125.9 170.3999999999999C124.8 165.3999999999999 124.2 160.1999999999999 124.2 154.8999999999999C124.2 102.2999999999999 183.4 59.6999999999999 256.2 59.6999999999999C329.3 59.6999999999999 388.5 102.3 388.5 154.8999999999999C388.5 160.1999999999999 387.8999999999999 165.6999999999999 386.6 170.6999999999999C417.9 186.6999999999999 406.4 233.2 371.7 233.2zM302.8 117C284.6 98.8 226.7 99.1 209.2 117C207 119.2 203.1 119.2 200.9 117C198.4 114.5 198.4 110.6 200.9 108.4C223.7 85.6 288.2 85.6 311.1 108.4C313.6 110.6 313.6 114.5 311.1 117C308.9000000000001 119.2 305 119.2 302.8 117zM310.5 192C296.9 192 285.9 180.9 285.9 167.1C285.9 153.5 297 142.5 310.5 142.5C324.3 142.5 335.4 153.6 335.4 167.1C335.4 180.9 324.4 192 310.5 192z" /> - <glyph glyph-name="rendact" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56C266.6 -56 284.7 -53.9 302.1 -50.1C296.5 -42.7 291.3 -35.7 286.2000000000001 -28.8C273.8000000000001 -30.9 261.0000000000001 -32.1 247.9000000000001 -32.1C124.3 -32 24 68.3 24 192S124.3 416 248 416S472 315.7 472 192C472 121 439 57.8 387.5 16.7C361.6 -2.1 348.4 -4.7 304 60.9C225.3 173.8 256 132 230.3 169.2C303.1 160.3 458.8 241.2 398.9 337.8C314 474.8 15 354.2 59.7 221.6C62.9 211.8 74.1 183 105.3 183C107.3 183 107.9 183.6 107.3 184.7C102.9 193.4 87.2 194.5 87.2 222.1C87.2 262.6 127.7 311.7 187.5 342.1C253.6 374.4 319.4 372.3 345.7 336.7C372.9 298.4 324.8 217.5 225.3 199.8C232.8 209.2 282.3 275 288.1 283.8C310.8 318.4 311.7 332.8 302.1 343C286.6 359.9 272.6 353.3 251.4 354.7C240.6 355.6 137.7 173.5 115 137.8C109.1 128.8 93.8 103.6999999999999 93.8 86.9C93.8 65.6 96.6 35.5 114.4 35.5C125 35.5 122.4 54.2 122.4 62.1C122.4 75 149.8 111.5 197.2 166.7000000000001C217.6 130.6 254.9 52.4 327.4 -42.9999999999999C425.4 -9.8999999999999 495.9 82.8000000000001 495.9 192.0000000000001C496 329 385 440 248 440z" /> - <glyph glyph-name="renren" - unicode="" - horiz-adv-x="512" d=" M214 278.9C214 168.5 153 73.5 66.4 31.5C30 74.8 8 130.3 8 191.4C8 314.1 97.1 415.8 214 435.5V278.9zM255 -56C212.1 -56 171.7 -45 136.5 -25.6C193.7 10.5 239.9 65.1 255 129C270.5 65.1 316.7 10.5 373.8 -25.7C338.7 -45 298.3 -56 255 -56zM445.6 31.5C359 73.5 298 168.4 298 278.9V435.5C414.9 415.8 504 314.1 504 191.4C504 130.3 482 74.8 445.6 31.5z" /> - <glyph glyph-name="replyd" - unicode="" - horiz-adv-x="448" d=" M320 -32H128C57.6 -32 0 25.6 0 96V288C0 358.4 57.6 416 128 416H320C390.4 416 448 358.4 448 288V96C448 25.6 390.4 -32 320 -32zM193.4 174.8C187.3 176.8 181.8 177.9 177 177.9C169.8 177.9 163.5 176.0000000000001 158.1 172.3C152.7 168.6 148.5 163.3 145.3 156.5H144.2L140 174.8H112V35.9H148.1V125.6C149.6 131 152.5 135.4 156.8 138.8C161.1 142.1999999999999 166.6 143.9 173 143.9C177.6 143.9 182.8 142.9 188.6 140.8L193.4 174.8zM308.6 71.4C305.4000000000001 69 300.9000000000001 66.6 294.9000000000001 64.3C288.9000000000001 61.9999999999999 282.1 60.8 274.5000000000001 60.8C262.3000000000001 60.8 253.4000000000001 63.8 248.0000000000001 69.6999999999999C242.5000000000001 75.5999999999999 239.5000000000001 84.3999999999999 239.0000000000001 96.0999999999999H322.3000000000001C323.2000000000001 100.8999999999999 323.9000000000001 105.4999999999999 324.4000000000001 109.9999999999999C324.9000000000001 114.3999999999999 325.1000000000001 118.5999999999999 325.1000000000001 122.4999999999999C325.1000000000001 133.1999999999999 323.5000000000001 142.1999999999999 320.4000000000001 149.3999999999999C317.2000000000001 156.5999999999999 313.1000000000001 162.3999999999999 307.9000000000001 166.5999999999999C302.7000000000001 170.8999999999999 296.8000000000001 173.8999999999999 290.1000000000001 175.7999999999999C283.4000000000001 177.5999999999999 276.6000000000001 178.5999999999999 269.5000000000001 178.5999999999999C248.4000000000001 178.5999999999999 232.0000000000001 172.4999999999998 220.3000000000001 160.2999999999999S202.8000000000001 129.7999999999999 202.8000000000001 105.2999999999998C202.8000000000001 82.4999999999998 208.0000000000001 64.5999999999999 218.4000000000001 51.5999999999999C228.8000000000001 38.4999999999998 245.2000000000001 31.9999999999998 267.6000000000001 31.9999999999998C278.3000000000001 31.9999999999998 288.5000000000001 33.4999999999998 298.0000000000001 36.5999999999999C307.5000000000001 39.6999999999999 315.1000000000001 43.3999999999999 320.6000000000001 47.7999999999998L308.6000000000001 71.3999999999999zM286.8 141.7C290.6 136.3 292.1 128.6 291.4000000000001 118.6H239.7000000000001C240.6000000000001 128 243.4000000000001 135.6 247.9000000000001 141.2C252.4000000000001 146.8 259.4000000000001 149.7 268.9000000000001 149.7C277.1 149.8 283.0000000000001 147.1 286.8 141.7zM366.7000000000001 139.2C370.8000000000001 135.3 376.1 133.4 382.8000000000001 133.4C389.8000000000001 133.4 395.4000000000001 135.3 399.5000000000001 139.2S405.6000000000001 148.3 405.6000000000001 154.8S403.6000000000001 166.4 399.5000000000001 170.2C395.4000000000001 174 389.9000000000001 175.9 382.8000000000001 175.9C376.1000000000001 175.9 370.8000000000001 174 366.7000000000001 170.2C362.6 166.4 360.6 161.3 360.6 154.8S362.6 143.1 366.7000000000001 139.2zM366.7000000000001 38.7C370.8000000000001 34.8 376.1 32.9 382.8000000000001 32.9C389.8000000000001 32.9 395.4000000000001 34.8 399.5000000000001 38.7S405.6000000000001 47.8 405.6000000000001 54.3S403.6000000000001 65.9 399.5000000000001 69.7C395.4000000000001 73.5 389.9000000000001 75.4 382.8000000000001 75.4C376.1000000000001 75.4 370.8000000000001 73.5 366.7000000000001 69.7C362.6 65.9 360.6 60.8 360.6 54.3C360.6 47.7 362.6 42.6 366.7000000000001 38.7z" /> - <glyph glyph-name="resolving" - unicode="" - horiz-adv-x="496" d=" M281.2 169.8C327.2 183.1 330.8 193.3 325.2 213.2L314 252.5C307.9 273.4 295.6 280.6 242.9 265.3L54.7 211.2L83.3 112.6L281.2000000000001 169.8zM248.5 440C131.4 440 33.2 359.3 7.2 250.5L229.1 314.4C263.9 324.6 283.3 326.1 308.4 322.6C344.7 316.5 361.1 297.6 369.8 267.4L380.5 229.6C388.7 201.5 381.5 179 357 156C337.6 138.6 325.8 131.5 295.6 122.8L203 96.2L423.4 69.1L433.1 34.9L385 21.6L98.1999999999999 58.9L121.1999999999999 -21.3C158 -43.3 201.5 -56 247.5 -56C384.5 -56 495.9999999999999 55.4 495.9999999999999 192.3C497 328.6 385.5 440 248.5 440zM38.3 59.4L0 191.2C0 142.7 14.3 97.8 38.3 59.4z" /> - <glyph glyph-name="rocketchat" - unicode="" - horiz-adv-x="448" d=" M448 191.8C448 279 348.4 345.1 228.2 345.1C209.4 345.1 190.9 343.5 172.9 340.3C161.8 350.8 148.7 360.3 134.9 367.7000000000001C61.2 403.8 0 368.6 0 368.6S56.9 321.5 47.6 280.3C-4.7 228 -4.9 156.2000000000001 47.6 103.7000000000001C56.9 62.4 0 15.4 0 15.4S61.2 -19.8 134.9 16.2C148.7 23.7 161.8 33.1 172.9 43.6C190.9 40.4 209.4 38.8 228.2 38.8C348.5 38.9 448 104.6 448 191.8zM228.3 67.8C204.6 67.8 182 70.6 161 75.6C139.7 49.8 92.9 13.9 47.4 25.5C62.2 41.5 84.1 68.6 79.4 113.1C52.1 134.5 35.8 161.8 35.8 191.6C35.8 260 122 315.5 228.3 315.5S420.8 260 420.8 191.6C420.8 123.3 334.6 67.8 228.3 67.8zM253.9 191.7000000000001C253.9 177.5000000000001 242.4 165.9 228.3 165.9C214.2 165.9 202.7 177.4 202.7 191.7000000000001C202.7 205.9 214.2 217.5000000000001 228.3 217.5000000000001C242.4 217.5000000000001 253.9 205.9000000000001 253.9 191.7000000000001zM342.8 191.7000000000001C342.8 177.5000000000001 331.4000000000001 165.9 317.2 165.9C303.1 165.9 291.6 177.4 291.6 191.7000000000001C291.6 205.9 303 217.5000000000001 317.2 217.5000000000001C331.3 217.5000000000001 342.8 205.9000000000001 342.8 191.7000000000001zM164.9 191.7000000000001C164.9 177.5000000000001 153.5 165.9 139.3 165.9C125.2 165.9 113.7 177.4 113.7 191.7000000000001C113.7 205.9 125.1 217.5000000000001 139.3 217.5000000000001C153.5 217.5000000000001 164.9 205.9000000000001 164.9 191.7000000000001z" /> - <glyph glyph-name="rockrms" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM405.4 20.5H315.4L203.4 151.8C185.5 172.2 199.5 207.9 230 207.9H305.3L220.7 307.2L136.4 208.3H46.4L193.5 380.8C207.9 399.2 234.8 398.1 248 380.8L405.7 195.7C424.7 172.9 407.7 138.5 378.1 139.6C377.5 139.6 303.9 139.4 303.9 139.4L405.4 20.5z" /> - <glyph glyph-name="safari" - unicode="" - horiz-adv-x="512" d=" M236.9 191.2C236.9 200.3 243.5 208.9 253.2 208.9C262.1 208.9 270.6 202.5 270.6 192.8C270.6 183.7 264.2000000000001 175.1 254.5000000000001 175.1C245.5000000000001 175.1 236.9000000000001 181.8 236.9000000000001 191.2zM504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM477.4 192C477.4 314.3 378.3 413.4 256 413.4S34.6 314.3 34.6 192S133.7 -29.4 256 -29.4S477.4 69.7 477.4 192zM404.9 95.4C404.9 91.8 417.9 85.2 421.2 83.2C393.8 41.7 351.4 11.8 303.3 -0.1L298.9 18.4C298.6 20.9 297 21.2 294.7 21.2C292.8 21.2 291.7 18.4 291.9 17L296.3 -1.8C283 -4.6 269.5 -6 255.9 -6C219.6 -6 183.9 4.2 152.9 23.1C154.5999999999999 25.9 165.0999999999999 41.1 165.0999999999999 43.3C165.0999999999999 45.2 163.4 46.9 161.5 46.9C157.5999999999999 46.9 149.3 30.3 146.8 27.0000000000001C105 54.7 74.8 97.6 63.2 146.6L82.3 150.8C84.5 151.4 85.1 153 85.1 155C85.1 156.9 82.3 158 80.7 157.8L62 153.5C59.5 166.2 58.1 179 58.1 192C58.1 229.1 68.6 265.6 88.3 296.9C91.1 295.2000000000001 104.4 286.1 106.6 286.1C108.5 286.1 110.2 287.5 110.2 289.4C110.2 293.3 95.5 300.7000000000001 92.2 303C120.4 344.2 163.3 373.9 212 384.9L216.2 366.4C216.8 364.2 218.4 363.6 220.4 363.6S223.4 366.4 223.2 368L219 386.3C231.2 388.5 243.6 389.9 256.1 389.9C293.2000000000001 389.9 329.4000000000001 379.4 361 359.7C359.1 356.9 350.2 343.9 350.2 341.7C350.2 339.8 351.6 338.1 353.5 338.1C357.4 338.1 364.8 352.5 366.8 355.8C407.8 328.1 437.1 285.8 448.5 237.6L433 234.3C430.5 233.7 430.2 232.1 430.2 229.9C430.2 228 433 226.9 434.4 227.1L450.2 230.7C452.7 218 454.1 205 454.1 192C454.1 155.7 444.1 120 425.3 89.3C422.5 90.7 410.9 99 408.7 99C406.5999999999999 99 404.8999999999999 97.3 404.8999999999999 95.4zM371.7 337.6C358.7 325.4 237.5 213.9 234.1 208.1L137.5 47.6C150.2 59.4999999999999 271.7 171.6 274.8 176.9L371.7000000000001 337.6z" /> - <glyph glyph-name="sass" - unicode="" - horiz-adv-x="640.4" d=" M551.1 156.1C528.7 156 509.3 150.6 493.1 142.6C487.2 154.5 481.1 164.9 480.1 172.7000000000001C478.9 181.8000000000001 477.6 187.2000000000001 479 198.0000000000001S486.7 224.1000000000001 486.6 225.2000000000001C486.5 226.3000000000001 485.2 231.8000000000001 472.3 231.9000000000001C459.4 232.0000000000001 448.3 229.4000000000001 447 226.0000000000001C445.7 222.6 443.2 214.9 441.7 206.9C439.4 195.2000000000001 415.9 153.4 402.6 131.6C398.2 140.1 394.5 147.6 393.7 153.6C392.5 162.7000000000001 391.2 168.1 392.6 178.9S400.3 205 400.2 206.1C400.1 207.2 398.8 212.7 385.9 212.8C373 212.9 361.9 210.3 360.6 206.9C359.3 203.5 357.9 195.5 355.3 187.8C352.7 180.1 321.4 110.5 313.2 92.4C309 83.2 305.3999999999999 75.8 302.8 70.8S302.6 70.4999999999999 302.4 69.9C300.2 65.6 298.9 63.2 298.9 63.2V63.1C297.2 59.9 295.3 56.9999999999999 294.4 56.9999999999999C293.8 56.9999999999999 292.5 65.3999999999999 294.7 76.8999999999999C299.4 101.0999999999999 310.5 138.6999999999999 310.4 140C310.3 140.6999999999999 312.5 147.1999999999999 303.1 150.6999999999999C294 154 290.7 148.5 289.9 148.5C289.1 148.5 288.5 146.5 288.5 146.5S298.6 188.8999999999999 269.1 188.8999999999999C250.7 188.8999999999999 225.1 168.6999999999999 212.5 150.3999999999999C204.6 146.0999999999999 187.5 136.7999999999999 169.5 126.8999999999999C162.6 123.0999999999999 155.5 119.1999999999999 148.8000000000001 115.5C148.3000000000001 116 147.9 116.5 147.4 117C111.6 155.1999999999999 45.5 182.1999999999999 48.3 233.5C49.3 252.2 55.8 301.3 175.4 360.9C273.4000000000001 409.7 351.8000000000001 396.3 365.3000000000001 366.5C384.7000000000001 324 323.4000000000001 244.9 221.6000000000001 233.5C182.8000000000001 229.2 162.4000000000001 244.2 157.3000000000001 249.8C152.0000000000001 255.7 151.2000000000001 256 149.2000000000001 254.9C145.9000000000001 253.1 148.0000000000001 247.9 149.2000000000001 244.8C152.2000000000001 236.9 164.7000000000001 222.9 186.0000000000001 215.9C204.7000000000001 209.8 250.2000000000001 206.4 305.2000000000001 227.7C367 251.5 415.1 317.8 401 373.3C386.6 429.7 293.1 448.2 204.6 416.8C151.9 398.1 94.9 368.7 53.9 330.4C5.2 284.8 -2.6 245.1 0.6 228.5C12 169.6 93.2 131.2 125.7 102.8C124.1 101.9 122.6 101.1 121.2 100.3C104.9 92.2 43 59.8 27.5 25.6C10 -13.2 30.4 -41 43.8 -44.8C85.6 -56.4 128.4 -35.4999999999999 151.4 -1.1999999999999S171.6 77.9000000000001 161 98.3000000000001C160.9 98.6000000000001 160.7 98.8000000000001 160.6 99.1000000000001C164.8 101.6000000000001 169.1 104.1000000000001 173.4 106.6000000000001C181.7 111.5000000000001 189.8 116.0000000000001 196.9 119.9000000000001C192.9 109.1000000000001 190 96.1000000000001 188.5 77.3000000000001C186.7 55.3000000000001 195.8 26.8000000000001 207.6 15.6000000000001C212.8 10.7000000000001 219.1 10.6000000000001 223 10.6000000000001C236.8 10.6000000000001 243 22.0000000000001 249.9 35.6000000000001C258.4 52.2000000000001 265.9 71.5000000000001 265.9 71.5000000000001S256.5 19.3000000000001 282.2 19.3000000000001C291.6 19.3000000000001 301 31.4000000000001 305.2 37.6000000000001V37.5000000000001S305.4 37.9 305.9 38.7C306.9 40.2 307.4 41.1 307.4 41.1V41.4C311.2 47.9 319.5 62.8 332 87.4C348.2 119.2000000000001 363.7 158.9 363.7 158.9S365.1 149.2000000000001 369.9 133.1C372.7 123.6 378.6 113.2000000000001 383.3 103.1C379.5 97.9 377.2 94.9 377.2 94.9S377.2 94.8 377.3 94.7000000000001C374.3 90.7000000000001 370.9 86.4 367.4 82.2000000000001C354.6 67.0000000000001 339.4 49.6 337.4 44.6C335 38.7 335.6 34.3 340.2 30.9C343.6 28.3 349.6 27.9 355.9 28.4C367.4 29.2 375.5 32.0000000000001 379.4 33.8C385.6 36 392.8 39.5 399.6 44.4C412.1 53.6 419.7 66.8 419 84.2000000000001C418.6 93.8000000000001 415.5 103.4 411.7 112.4C412.8 114.0000000000001 414 115.7000000000001 415.0999999999999 117.4C434.8999999999999 146.3 450.2 178.0000000000001 450.2 178.0000000000001S451.5999999999999 168.3000000000001 456.3999999999999 152.2000000000001C458.7999999999999 144.1 463.4999999999999 135.2000000000001 467.7999999999999 126.5000000000001C449.1999999999999 111.4 437.6999999999999 93.9 433.6999999999999 82.4C426.2999999999999 61.1 432.0999999999999 51.5000000000001 442.9999999999999 49.3C447.8999999999999 48.3 454.8999999999999 50.6 460.0999999999999 52.8C466.5999999999999 55 474.3999999999999 58.5 481.6999999999999 63.9C494.1999999999999 73.1 506.3 86.0000000000001 505.4999999999999 103.5000000000001C505.1999999999999 111.4 502.9999999999999 119.3000000000001 500.1 126.9C515.8 133.5000000000001 536.1999999999999 137.1 562.1999999999999 134.1C617.9 127.6 628.8 92.8 626.6999999999999 78.3C624.5999999999999 63.7 612.9 55.7 608.9999999999999 53.3C605.0999999999999 50.9 603.8999999999999 50 604.1999999999999 48.2C604.6999999999999 45.6 606.4999999999999 45.7 609.8 46.3C614.4 47.1 639 58.1 640.0999999999999 85C641.6999999999999 119 608.9999999999999 156.4 551.0999999999999 156.1zM121.8 11.4C103.4 -8.7 77.6 -16.3 66.5 -9.9C54.6 -3 59.3 26.6 82 48C95.8 61 113.6 73 125.4 80.4C128.1 82 132 84.4 136.8 87.3C137.6 87.8 138 87.9999999999999 138 87.9999999999999C138.9 88.6 139.9 89.1 140.9 89.6999999999999C149.2 59.3 141.2 32.4999999999999 121.8 11.3999999999999zM256.2 102.8C249.8 87.1 236.3 47.1 228.1 49.1999999999999C221.1 50.9999999999999 216.8 81.4999999999999 226.7 111.4999999999999C231.7 126.6 242.3 144.6 248.6 151.6C258.7 162.9 269.8 166.5 272.4 162C275.9 156.1 260.2 112.6 256.2 102.8zM367.2 49.8C364.5 48.4 362 47.4999999999999 360.8 48.1999999999999C359.9000000000001 48.6999999999999 361.9000000000001 50.5999999999999 361.9000000000001 50.5999999999999S375.8 65.4999999999999 381.3 72.2999999999999C384.5 76.2999999999999 388.2 80.9999999999999 392.2 86.1999999999999C392.2 85.6999999999999 392.3 85.1999999999999 392.3 84.5999999999999C392.2 66.6999999999999 375 54.5999999999999 367.2 49.7999999999998zM452.8 69.3C450.8 70.6999999999999 451.1 75.4 457.8 89.9999999999999C460.4 95.6999999999999 466.4 105.3 476.8 114.5C477.9999999999999 110.6999999999999 478.6999999999999 107.1 478.6999999999999 103.6999999999999C478.5999999999999 81.1999999999999 462.4999999999999 72.8 452.8 69.3z" /> - <glyph glyph-name="schlix" - unicode="" - horiz-adv-x="448" d=" M350.5 290.3L296.3 336.4L369.7000000000001 375.4L448.0000000000001 331.2L350.5000000000001 290.3zM192 325.9L237.7 354.1L272.4 319.5L217 290.5L192 325.9zM126.9 319.3L158.8 341.4L176 313L139.3 290.5L126.9 319.3zM103.6 231.1L94.8 265.9000000000001L124.4 284.2000000000001L137.5 248.9000000000001L103.6 231.1zM82.4 314.8L106.3 332.9L115.2 308.9L88.5 290.6L82.4 314.8zM59 241.5L55.4 269.9L77.7 285.4L83.8 256.7000000000001L59 241.5zM28.4 224.9L49.2 237.7L52.5 204.3L29.6 192.3L28.4 224.9zM1.4 180L20.6 190.2L21 152L0 143.2L1.4 180zM60.5 120.7L32.2 112.4L30.6 159.2L55.7 169.9L60.5 120.7zM99 184.8L67.9 171.8L62.7 212.6L90.1 227L99 184.8zM123.2 71L81.6 65.1L73.5 128.6L108.7 139.4L123.2 71zM151.7 210.9L172.9 153.8L126.7 140.2L113 194.3L151.7 210.9zM237.4 -19.6L166.5 -16.3L142.2 79.5L197.4 88.1L237.4 -19.6zM152.5 260.1L194.7 282.5L222.7 236.6L171.9 215.3L152.5 260.1zM193.5 165.1999999999999L254.8 183.8999999999999L307.6 97.3L227.8 85.9999999999999L193.5 165.1999999999999zM244.9 250.8L312.2 279.5999999999999L377.7 214.1999999999999L289.1 188L244.9000000000001 250.8z" /> - <glyph glyph-name="scribd" - unicode="" - horiz-adv-x="384" d=" M42.3 195.3C26.2 214.3 17.6 241.2 17.5 275.2000000000001C17.5 375.6 92.7 428.3 184.7 428.3C283.3 429.9000000000001 341.5 379.3 369 357.7000000000001L318.5 285.6L281.2 310.2000000000001L308.1 348.8C271.6 372.8 228.7 385.3 185.1 384.6C134.4 385.4 73.4 357.4 73.4 308.4C73.4 289.7000000000001 84.6 287.7000000000001 102 292.8C125.3 298.1 143.9 292.2000000000001 157.8 278.8C184.2 254.5 181 211.2 157.1 186.9C127.9 157.4 71.9 159.6 42.3 195.3zM360 189.4C344.5 208.2000000000001 321.1 218.8000000000001 296.8 218C258.7 220 225.7 190 226.3 150.8C225.6 134 232.3 117.8 244.7 106.5C258.8 92.6 277.7000000000001 86.8 301 92.1C318.4 97.2000000000001 329.6 95.2000000000001 329.6 76.5C329.6 72.2 329.1 68 328.2000000000001 63.8C311.5000000000001 22.9 268.7000000000001 -0.6 206.8000000000001 -0.6C154.9 -0.8 104.4 15.8 62.7000000000001 46.7L96.4000000000001 86.1L60.8000000000001 113.5L0 41.7L15.4 27.9C67.9 -18.9 135.8 -44.6 206.1 -44.3C257.5 -44.3 300.5 -33.8 339.7 -0.2C396.8 51.2 393.9 149 360 189.4z" /> - <glyph glyph-name="searchengin" - unicode="" - horiz-adv-x="460" d=" M220.6 317.7L153.4 289.5V404.8L98.7 214.5L153.4 238.7V108.4L220.6 317.7zM137.4 414.4L136.1 409.7L120.9 356.8C80.6 341.3 52 302.2 52 256.5C52 204.2 86.3 160.6 135.4 151V97.4C57.5 107.9 0 175.6 0 256.4C0 336.9 59.8 403.6 137.4 414.4zM448.8 -32.8C437.6 -44 425.7 -45.1 420.2 -43.3C414.8 -41.5 393.0999999999999 -23.4 359.8 1.1C326.5 25.7 326.2 36.8 316.8 57.8C307.4 78.6999999999999 286.4 100.4 259.3 110.1999999999999L249.6 124.8999999999999C224.9 107.9999999999999 196.6 97.9999999999999 168.3 96.1999999999999L170.4 102.8L186.3 152.3C232.8 164.1999999999999 267.2 206.3 267.2 256.5C267.2 311 228.8 358.5999999999999 171.1999999999999 363.5999999999999V415.7C254.4 410.6 320 341.2 320 256.4C320 222.8 308.8 191.7 291 166L305.6 156.4C315.4000000000001 129.3 337.1 108.4 358 99S390.2 89.3 414.8 56C439.4000000000001 22.8 457.5 1.1 459.3 -4.3S460 -21.6 448.8 -32.8zM438.9 -14.9C438.9 -10.5000000000001 435.3 -6.9 430.9 -6.9S422.9 -10.5000000000001 422.9 -14.9S426.5 -22.9 430.9 -22.9S438.9 -19.3 438.9 -14.9z" /> - <glyph glyph-name="sellcast" - unicode="" - horiz-adv-x="448" d=" M353.4 416H94.7C42.6 416 0 373.4 0 321.4V62.7000000000001C0 10.6 42.6 -32 94.7 -32H353.4C405.5 -32 448.1 10.6 448.1 62.6V321.4C448.1 373.4 405.5 416 353.4 416zM303.4 99.6C275.5 51.4 213.5 34.7 165.2 62.4C142.3 22.6 110.3 53.8 122.9 75.6L138.6 102.8C144.5 113.1 157.8 116.7 168.1 110.7C186.7 99.9 168 110.8 186.6 100C214.2 84.1 250 93.7 266 121.3C281.9 148.9 272.3 184.7 244.7 200.7C226.9 210.9 244.1 201.1 226.1 211.3C201.5 225.5 222.7 263.2000000000001 247.7 248.8C266.3 238 247.6 248.9 266.2 238.1C314.6 210.1 331.3 147.8 303.4 99.6zM325.2 308.4000000000001C308.2 278.9000000000001 308.9 279.6 306.2 276.9000000000001C299.7 270.4000000000001 289.9 268.2000000000001 279.7 273.3000000000001C261.1 284.1 279.8 273.2000000000001 261.2 284C233.6 299.9000000000001 197.8 290.3000000000001 181.8 262.7000000000001S175.5 199.3 203.1 183.3C203.1 183.3 221.6 172.7 221.7 172.7C246.3 158.5 225.1 120.8 200.1 135.2C181.5 146 200.2 135.1 181.6 145.9C133.4 173.7 116.7 236 144.5 284.3C172.4 332.5 234.4 349.2 282.7 321.5L287.5 329.9C301.8 354.8 339.5 333.2 325.2 308.4z" /> - <glyph glyph-name="sellsy" - unicode="" - horiz-adv-x="640" d=" M539.71 210.692C542.774 222.949 544 235.513 544 248.076C544 340.618 468.618 416 376.076 416C298.856 416 231.4420000000001 362.988 213.056 288.219C197.734 301.395 178.122 308.749 157.899 308.749C111.628 308.749 73.937 271.059 73.937 224.788C73.937 217.434 74.857 209.773 77.002 202.419C34.102 182.194 6.217 138.6810000000001 6.217 91.185C6.216 23.157 61.68 -32 129.401 -32H510.599C578.319 -32 633.783 23.157 633.783 91.184C633.784 147.568 594.867 197.209 539.71 210.692zM199.88 46.446C199.88 38.172 192.832 31.125 184.559 31.125H153.61C145.336 31.125 138.289 38.173 138.289 46.446V157.374C138.289 165.6470000000001 145.337 172.6950000000001 153.61 172.6950000000001H184.559C192.833 172.6950000000001 199.88 165.6470000000001 199.88 157.374V46.446zM289.357 46.446C289.357 38.172 282.309 31.125 274.035 31.125H243.086C234.812 31.125 227.765 38.173 227.765 46.446V177.904C227.765 186.178 234.813 193.225 243.086 193.225H274.035C282.309 193.225 289.357 186.177 289.357 177.904V46.446zM378.834 46.446C378.834 38.172 371.7869999999999 31.125 363.5129999999999 31.125H332.5639999999999C324.2899999999999 31.125 317.2419999999999 38.173 317.2419999999999 46.446V209.16C317.2419999999999 217.434 324.2899999999999 224.481 332.5639999999999 224.481H363.5129999999999C371.7869999999999 224.481 378.834 217.433 378.834 209.16V46.446zM465.8609999999999 46.446C465.8609999999999 38.172 458.8129999999999 31.125 450.5389999999999 31.125H422.0419999999999C413.7679999999999 31.125 406.7209999999999 38.173 406.7209999999999 46.446V271.059C406.7209999999999 279.6380000000001 413.7679999999999 286.687 422.0419999999999 286.687H450.5389999999999C458.8129999999999 286.687 465.8609999999999 279.639 465.8609999999999 271.0590000000001V46.446z" /> - <glyph glyph-name="servicestack" - unicode="" - horiz-adv-x="496" d=" M88 232C169.7 221.8 361.7 129.7 392 0H0C99.5 8.1 184.5 137 88 232zM120 384C152.3 348.4 167.7 300.1 166.4 250.4C249.3 216.7 373.7 126.7 400 0H496C455.3 216.1 222.8 368.5 120 384z" /> - <glyph glyph-name="shirtsinbulk" - unicode="" - horiz-adv-x="448" d=" M395.2080000000001 226.417H406V192.875H395.2080000000001V226.417zM395.2080000000001 236.042H406V269.584H395.2080000000001V236.042zM395.2080000000001 149.709H406V183.25H395.2080000000001V149.709zM358.75 312.75H325.208V302.25H358.75V312.75zM395.208 106.542H406V140.0840000000001H395.2080000000001V106.542zM311.5 312.75H277.958V302.25H311.5V312.75zM264.25 312.75H231V302.25H264.25V312.75zM217 312.75H183.75V302.25H217V312.75zM395.208 279.208H406V312.75H372.458V302.25H395.208V279.208zM139.416 20.208L170.041 6.791L174.416 16.708L143.791 30.1249999999999L139.416 20.208zM179.083 3L209.417 -10.708L213.791 -0.792L183.458 12.6249999999999L179.083 2.9999999999999zM395.208 63.375H406V96.917H395.2080000000001V63.375zM60.3749999999999 55.208L91 41.792L95.375 51.416L64.75 65.125L60.375 55.208zM100.0409999999999 37.709L130.666 24.292L135.041 34.209L104.4159999999999 47.625L100.0409999999999 37.709zM232.458 -0.792L236.833 -10.708L267.459 3L263.084 12.625L232.458 -0.792zM350.875 51.4160000000001L355.25 41.792L385.874 55.208L381.5 65.125L350.875 51.416zM311.5 34.209L315.875 24.292L346.5 37.709L342.126 47.625L311.5 34.209zM271.833 16.708L276.208 6.7910000000001L306.833 20.208L302.458 30.125L271.833 16.708zM311.5 401.4170000000001H277.958V390.9170000000001H311.5V401.4170000000001zM405.709 401.4170000000001H372.4580000000001V390.9170000000001H405.709V401.4170000000001zM217 401.4170000000001H183.75V390.9170000000001H217V401.4170000000001zM358.75 401.4170000000001H325.208V390.9170000000001H358.75V401.4170000000001zM264.25 401.4170000000001H231V390.9170000000001H264.25V401.4170000000001zM448 444.292V38.292L221.666 -60.292L0 38.292V444.292H448zM418.834 327.334H29.166V57.25L221.958 -28.5L418.833 57.25V327.334zM418.834 415.125H29.166V356.5H418.833V415.125zM75.542 401.4170000000001H42.291V390.9170000000001H75.542V401.4170000000001zM170.042 401.4170000000001H136.5V390.9170000000001H170.042V401.4170000000001zM122.791 401.4170000000001H89.25V390.9170000000001H122.792V401.4170000000001zM130.375 164.875C130.375 215.042 171.5 256.1670000000001 221.667 256.1670000000001C272.125 256.1670000000001 312.959 215.042 312.959 164.875C312.959 114.417 272.126 73.583 221.667 73.583C171.5 73.584 130.375 114.417 130.375 164.875zM251.125 146.791C251.125 133.666 227.208 132.5 218.459 132.5C206.209 132.5 188.709 135.125 182.584 147.375H181.709L172.666 129C187.542 119.667 201.833 116.75 219.916 116.75C239.458 116.75 270.958 122.583 270.958 147.959C270.958 196.084 192.5 164.292 192.5 185.875C192.5 199 213.208 200.75 222.25 200.75C233.041 200.75 251.416 197.542 257.833 187.626H258.708L267.459 204.542C252.292 210.667 240.042 216.501 223.125 216.501C203 216.501 173.542 210.084 173.542 184.709C173.542 140.375 251.125 172.75 251.125 146.791zM122.791 312.75H89.25V302.25H122.792V312.75zM52.792 302.25H75.542V312.75H42V279.208H52.792V302.25zM52.792 269.584H42V236.042H52.792V269.584zM170.042 312.75H136.5V302.25H170.042V312.75zM52.792 226.417H42V192.875H52.792V226.417zM52.792 140.083H42V106.5409999999999H52.792V140.083zM52.792 183.25H42V149.708H52.792V183.25zM52.792 96.917H42V63.375H52.792V96.917z" /> - <glyph glyph-name="simplybuilt" - unicode="" - horiz-adv-x="512" d=" M481.2 384H375.2C360.7 384 348.6 372.2 348.6 357.7V318.1H163.3V357.7C163.3 372.2 151.3 384 136.7 384H30.7C16.1 384 4.3 372.2 4.3 357.7V26.3C4.3 11.8 16.1 0 30.9 0H481.3C496.1 0 507.9 11.8 507.9 26.3V357.7C507.7 372.2 495.9 384 481.2 384zM149.8 92.2C113.2 92.2 83.4 121.9 83.4 158.6C83.4 195.5 113.1 225.2 149.8 225.2C186.7 225.2 216.4 195.5 216.4 158.6C216.4 121.9 186.7 92.2000000000001 149.8 92.2000000000001zM362.2000000000001 92.2C325.3000000000001 92.2 295.6 121.9 295.6 158.8C295.6 195.4 325.3 225.2 362.2000000000001 225.2C398.8000000000001 225.2 428.6 195.5 428.6 158.8C428.6 121.9 398.8 92.1999999999999 362.2000000000001 92.1999999999999z" /> - <glyph glyph-name="sistrix" - unicode="" - horiz-adv-x="448" d=" M448 -1L301.2 147.8C321.2 175.7 333.1 210 333.1 247C333.1 340.1 258.4 415.9 166.6 415.9C74.7 416 0 340.2 0 247.1S74.7 78.2 166.5 78.2C206.3 78.2 242.8 92.4 271.5 116.1L417.5 -32L448 -1zM166.5 117.2C95.9 117.2 38.4 175.5 38.4 247.1S95.9 377 166.5 377S294.6 318.7 294.6 247.1S237.2 117.2 166.5 117.2z" /> - <glyph glyph-name="skyatlas" - unicode="" - horiz-adv-x="640" d=" M640 118.7C640 52.8 587.5 4.3 522.5 4.3C356.6 4.3 325.9 254 162.8 254C15.9 254 15.7 41.8 168.4 41.8C210.9 41.8 259.3 59.6 293.7 84.3C299.3 88.4 310.6 100.6 316.5 100.6S327.4 95.6 327.4 89.7C327.4 81.9 314.3 70.6 308.7 65.6C267.8 29.9999999999999 208.4 4.4 154 4.4C70.6 4.3 0 63.4 0 149.3S67.5 298.4 152.8 298.4C338.1 298.4 375.3 52.4999999999999 514.7 52.4999999999999C614.6 52.4999999999999 609.5 192.1999999999999 518.1 192.1999999999999C500.6 192.1999999999999 483.1 180.5999999999999 471.2 180.5999999999999C462.8000000000001 180.5999999999999 455.3000000000001 187.7999999999999 455.3000000000001 196.1999999999999C455.3000000000001 207.7999999999999 460.6000000000001 219.8999999999999 460.6000000000001 232.4999999999999C460.6000000000001 299.0999999999999 409.7000000000001 347.1999999999999 343.7000000000001 347.1999999999999C290.6 347.1999999999999 263.7000000000001 310.2999999999999 254.9000000000001 310.2999999999999C248.7000000000001 310.2999999999999 243.7000000000001 315.2999999999999 243.7000000000001 321.4999999999999C243.7000000000001 327.0999999999999 247.8000000000001 331.7999999999999 251.5000000000001 335.8999999999999C276.8000000000001 364.7 316.2000000000001 379.5999999999999 354.3000000000001 379.5999999999999C433.7000000000001 379.5999999999999 493.4000000000001 321.2 493.4000000000001 241.7999999999999C493.4000000000001 234.8999999999999 493.1000000000001 228.0999999999999 492.2000000000001 221.1999999999999C504.1000000000001 224.2999999999999 516.3000000000001 225.8999999999999 528.1000000000001 225.8999999999999C588.8000000000002 225.8999999999999 640.0000000000001 180.5999999999999 640.0000000000001 118.6999999999999z" /> - <glyph glyph-name="skype" - unicode="" - horiz-adv-x="448" d=" M424.7 148.2C427.6 162.2 429.4 177.1 429.4 192C429.4 305.5 337.5 397.3 224.1 397.3C209.2 397.3 194.4 395.6 180.3 392.6C161.3 407.3 137.7 416 112 416C50.2 416 0 365.8 0 304C0 278.3 8.7 254.7 23.3 235.8C20.4 221.8 18.6 206.9 18.6 192C18.6 78.5 110.5 -13.3 223.9 -13.3C238.8 -13.3 253.6 -11.6 267.7 -8.6C286.7 -23.2 310.3 -31.9 335.9 -31.9C397.7 -31.9 447.9 18.3 447.9 80.1C448 105.7 439.3 129.3 424.7 148.1999999999999zM230.1 56.7C164.5 56.7 109.6 85.9 109.6 121.7C109.6 137.7 118.6 152.3 139.1 152.3C170.3 152.3 173.2 107.4 227.2 107.4C252.9 107.4 269.5 118.8 269.5 133.7000000000001C269.5 152.4 253.5 155.3000000000001 227.5 161.7000000000001C165 177.1 109.7 183.7000000000001 109.7 248.9000000000001C109.7 308.1 168.3 330 218.8 330C273.9000000000001 330 329.6 308.1 329.6 274.6C329.6 257.7000000000001 318.2000000000001 242.8 299.3 242.8C271 242.8 270.1 276.3 224.3 276.3C198.6 276.3 182.3 269.3 182.3 253.8C182.3 234 203.1 232 251.4 220.8C292.8 211.5 342.1 194 342.1 143.2000000000001C342.1 84.1 285 56.7000000000001 230.1 56.7000000000001z" /> - <glyph glyph-name="slack-hash" - unicode="" - horiz-adv-x="448" d=" M446.2 177.6C440 196.6 419.3 206.7 400.2 200.5L354.8 185.4L324.5 275.4000000000001L369.9 290.5C389 296.7000000000001 399 317.3000000000001 392.9 336.4000000000001C386.7 355.4000000000001 366 365.5 346.9 359.3000000000001L301.5 344.2000000000001L285.8 391.2000000000001C279.6 410.2000000000001 258.9000000000001 420.3000000000001 239.8 414.1C220.7 407.9000000000001 210.7 387.3000000000001 216.8 368.2000000000001L232.5 321.2000000000001L139.1 290.0000000000001L123.4 337.0000000000001C117.2 356.0000000000001 96.5 366.1 77.4 359.9000000000001C58.3 353.7000000000001 48.3 333.1000000000001 54.4 314.0000000000001L70.1 267.0000000000001L24.8 252.0000000000001C5.7 245.8000000000001 -4.3 225.2000000000001 1.8 206.1000000000001C6.8 191.6 20.9 182.1 35.4 181.5000000000001C42.2 180.5000000000001 47.4 183.1000000000001 93.1 198.3000000000001L123.4 108.3000000000001L78 93.2C59 87 48.9 66.3 55 47.3C60 32.8 74.1 23.3 88.6 22.7C95.4 21.7 100.6 24.3 146.3 39.5L162 -7.5C167.9 -24.4 186.7 -36.5 208 -30.4C227.1 -24.2 237.1 -3.6 231 15.5L215.3 62.5L308.9 93.8L324.6 46.8C330.5 29.9 349.3 17.8 370.6 23.9C389.7 30.1 399.7 50.7 393.6 69.8L377.9 116.8L423.3 131.9C442.3 137.9 452.4 158.6 446.2 177.6zM192.1 130.4L161.8 220.6L255.3 251.9000000000001L285.6 161.7000000000001L192.1 130.4z" /> - <glyph glyph-name="slack" - unicode="" - horiz-adv-x="448" d=" M244.2 230.5L263.5 172.8L203.7 152.8L184.4 210.5L244.2 230.5zM285.6 -13.2C131.6 -59.4 65 -23.6 18.8 130.4S8.4 351 162.4 397.2C316.4 443.4 383 407.6 429.2 253.6C475.4 99.6 439.6 33 285.6 -13.2zM366.2 183C362.3 195.2 349 201.6 336.8 197.7L307.8 188L288.5 245.7L317.5 255.4C329.7 259.3 336.1 272.6 332.2 284.8C328.3 297 315 303.4 302.8 299.5L273.8 289.8L263.8 319.9C259.9000000000001 332.1 246.6 338.5 234.4 334.6C222.2 330.7 215.8 317.4 219.7 305.2L229.7 275.1L169.9 255L159.9 285.1C156 297.3 142.7000000000001 303.7 130.5 299.8C118.3 295.9 111.9 282.6 115.8 270.4L125.8 240.3L96.8 230.6C84.6 226.7 78.2 213.4 82.1 201.2C85.3 191.9 94.3 185.8 103.6 185.4C107.9 184.8 111.3 186.4 140.5 196.1L159.8000000000001 138.4L130.8000000000001 128.7C118.6 124.8 112.2000000000001 111.5 116.1 99.3C119.3000000000001 90 128.3000000000001 83.9 137.6 83.5C141.9 82.9 145.3 84.5 174.5 94.2L184.5 64.1C188.2 53.3 200.3000000000001 45.4999999999999 213.9 49.4C226.1 53.3 232.5000000000001 66.6 228.6 78.8L218.6 108.9L278.4000000000001 129L288.4000000000001 98.9C292.1 88.1 304.2000000000001 80.3 317.8 84.2C330 88.1 336.4000000000001 101.4 332.5 113.6L322.5 143.7L351.5 153.4C363.7 157.6 370.1 170.9 366.2 183z" /> - <glyph glyph-name="slideshare" - unicode="" - horiz-adv-x="512" d=" M249.429 236.564C249.429 204.848 221.714 178.847 187.712 178.847C153.711 178.847 125.996 204.848 125.996 236.564C125.996 268.565 153.711 294.28 187.712 294.28C221.713 294.28 249.429 268.565 249.429 236.564zM503.723 186.562C485.437 163.989 450.579 136.274 397.4340000000001 114.559C453.722 -77.163 260 -107.735 263.143 -9.446C263.143 -11.16 262.857 43.413 262.857 83.986C258.572 84.844 254.286 85.986 249.143 87.129C249.143 46.271 248.857 -11.16 248.857 -9.446C252 -107.735 58.278 -77.163 114.566 114.559C61.421 136.274 26.563 163.989 8.276 186.562C-0.867 200.276 9.134 214.849 24.277 204.277C26.277 202.849 28.562 201.42 30.562 199.992V398.284C30.563 425.713 51.135 448 76.565 448H435.722C461.151 448 481.724 425.713 481.724 398.284V199.991L487.724 204.276C502.867 214.849 512.867 200.276 503.723 186.562zM457.151 375.712C457.151 408.57 446.579 421.428 416.2920000000001 421.428H98.566C66.85 421.428 57.993 410.5700000000001 57.993 375.712V183.419C125.71 147.989 183.713 154.275 215.428 155.418C228.857 155.704 237.429 153.132 242.572 147.703C244.261 146.016 252.595 138.257 262.859 130.5600000000001C264.002 146.275 272.86 156.275 296.575 155.4180000000001C328.862 153.9900000000001 388.293 147.7030000000001 457.152 185.1340000000001V375.712zM331.146 294.28C297.144 294.28 269.43 268.565 269.43 236.564C269.43 204.848 297.145 178.847 331.146 178.847C365.433 178.847 392.862 204.848 392.862 236.564C392.862 268.565 365.4330000000001 294.28 331.146 294.28z" /> - <glyph glyph-name="snapchat-ghost" - unicode="" - horiz-adv-x="512" d=" M510.846 55.327C505.635 43.17 483.607 34.238 443.486 28.009C441.422 25.223 439.711 13.323 436.979 4.053C435.354 -1.513 431.356 -4.816 424.851 -4.816L424.554 -4.811C415.159 -4.811 405.351 -0.4880000000001 385.702 -0.4880000000001C359.181 -0.4880000000001 350.04 -6.5310000000001 329.448 -21.0760000000001C307.616 -36.5140000000001 286.677 -49.8400000000001 255.421 -48.4750000000001C223.775 -50.8090000000001 197.396 -31.5670000000001 182.55 -21.0710000000001C161.836 -6.4280000000001 152.722 -0.4890000000001 126.309 -0.4890000000001C107.445 -0.4890000000001 95.573 -5.2090000000001 87.457 -5.2090000000001C79.384 -5.2090000000001 76.244 -0.2870000000001 75.035 3.8309999999999C72.332 13.0199999999999 70.631 25.0939999999999 68.512 27.9609999999999C47.833 31.1699999999999 1.202 39.3049999999999 0.014 60.1109999999999A10.627 10.627 0 0 0 8.891 71.1799999999999C78.474 82.6349999999999 109.815 154.0809999999999 111.118 157.1139999999999C111.192 157.2899999999999 111.273 157.4579999999999 111.355 157.6289999999999C115.068 165.1659999999999 115.899 171.4779999999999 113.818 176.3819999999999C108.768 188.2779999999999 86.946 192.5459999999999 77.765 196.1779999999999C54.05 205.5439999999999 50.75 216.3059999999999 52.153 223.6819999999999C54.59 236.5179999999999 73.878 244.4169999999999 85.155 239.1349999999999C94.074 234.9539999999999 101.998 232.8379999999999 108.702 232.8379999999999C113.724 232.8379999999999 116.914 234.0419999999999 118.662 235.0089999999999C116.619 270.9449999999999 111.561 322.2989999999999 124.349 350.9779999999999C158.122 426.6960000000001 229.705 432.58 250.826 432.58C251.77 432.58 259.967 432.669 260.936 432.669C313.084 432.669 363.19 405.889 387.659 351.026C400.436 322.376 395.408 271.234 393.354 235.017C394.936 234.145 397.711 233.075 401.953 232.878C408.35 233.164 415.768 235.267 424.022 239.135C430.107 241.981 438.428 241.596 444.502 239.077L444.531 239.067C454.007 235.682 459.97 228.852 460.12 221.197C460.304 211.45 451.598 203.032 434.242 196.179C432.124 195.344 429.548 194.524 426.808 193.654C417.011 190.548 402.208 185.849 398.192 176.383C396.113 171.479 396.9360000000001 165.172 400.652 157.635C400.739 157.467 400.818 157.293 400.891 157.12C402.192 154.09 433.506 82.66 503.121 71.186C509.548 70.128 514.284 63.309 510.846 55.3270000000001z" /> - <glyph glyph-name="snapchat-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM393.5 101.1C390 93 375.4 87.1 348.7 82.9C347.3 81.0000000000001 346.2 73.1 344.4 67.0000000000001C343.3 63.3000000000001 340.7 61.1000000000001 336.3 61.1000000000001H336.1C329.9 61.1000000000001 323.3 64.0000000000001 310.3 64.0000000000001C292.7 64.0000000000001 286.6 60.0000000000001 272.9 50.3000000000001C258.4 40.0000000000001 244.5 31.2 223.7 32.1000000000001C202.7 30.5000000000001 185.1 43.3000000000001 175.2 50.3000000000001C161.4 60.0000000000001 155.4 64.0000000000001 137.8 64.0000000000001C125.3 64.0000000000001 117.4 60.9 112 60.9C106.6 60.9 104.5 64.2000000000001 103.7 66.9C101.9 73.0000000000001 100.8 81.0000000000001 99.4 82.9C85.6 85.0000000000001 54.6 90.4 53.9 104.3C53.7 107.9 56.2 111.1 59.8 111.7C106.1 119.3 126.9 166.8 127.8 168.8C127.8 168.9 127.9 169 128 169.1C130.5 174.1 131 178.3 129.6 181.6C126.2 189.5 111.7 192.3 105.6 194.8C89.8 201 87.6 208.2 88.6 213.1C90.2 221.6 103 226.9000000000001 110.5 223.4C116.4 220.6 121.7 219.2000000000001 126.2 219.2000000000001C129.5 219.2000000000001 131.7 220.0000000000001 132.8 220.6000000000001C131.4 244.5000000000001 128.1 278.6 136.6 297.7000000000001C159.1 348 206.7 352 220.7 352C221.3 352 226.8 352.1 227.4 352.1C262.1 352.1 295.4 334.3 311.7 297.8C320.2 278.7000000000001 316.9 244.7 315.5 220.7C316.6 220.1 318.4 219.4 321.2 219.3C325.5 219.5 330.4 220.9 335.9 223.5C339.9 225.4 345.5 225.1 349.5 223.5C355.8 221.2 359.8 216.7 359.9 211.6C360 205.1 354.2 199.5 342.7 195C341.3 194.4 339.6 193.9 337.8 193.3C331.3 191.2 321.4000000000001 188.1 318.8 181.8C317.4000000000001 178.5 318 174.3 320.4000000000001 169.3C320.5000000000001 169.2 320.5000000000001 169.1 320.6 169C321.5 167 342.3 119.5 388.6 111.9C392.6 110.9 395.7000000000001 106.4 393.5 101.1z" /> - <glyph glyph-name="snapchat" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM417.5 101.1C414 93 399.4 87.1 372.7 82.9C371.3 81.0000000000001 370.2 73.1 368.4 67.0000000000001C367.3 63.3000000000001 364.7 61.1000000000001 360.3 61.1000000000001H360.1C353.9 61.1000000000001 347.3 64.0000000000001 334.3 64.0000000000001C316.7 64.0000000000001 310.6 60.0000000000001 296.9 50.3000000000001C282.4 40.0000000000001 268.5 31.2 247.7 32.1000000000001C226.7 30.5000000000001 209.1 43.3000000000001 199.2 50.3000000000001C185.4 60.0000000000001 179.4 64.0000000000001 161.8 64.0000000000001C149.3 64.0000000000001 141.4 60.9 136 60.9C130.6 60.9 128.5 64.2000000000001 127.7 66.9C125.9 73.0000000000001 124.8 81.0000000000001 123.4 82.9C109.6 85.0000000000001 78.6 90.4 77.9 104.3C77.7 107.9 80.2 111.1 83.8 111.7C130.1 119.3 150.9 166.8 151.8 168.8C151.8 168.9 151.9 169 152 169.1C154.5 174.1 155 178.3 153.6 181.6C150.2 189.5 135.7 192.3 129.6 194.8C113.8 201 111.6 208.2 112.6 213.1C114.2 221.6 127 226.9000000000001 134.5 223.4C140.4 220.6 145.7 219.2000000000001 150.2 219.2000000000001C153.5 219.2000000000001 155.7 220.0000000000001 156.8 220.6000000000001C155.4 244.5000000000001 152.1 278.6 160.6 297.7000000000001C183.1 348 230.7 352 244.7 352C245.3 352 250.8 352.1 251.4 352.1C286.1 352.1 319.4 334.3 335.7 297.8C344.2 278.7000000000001 340.9 244.7 339.5 220.7C340.6 220.1 342.4 219.4 345.2 219.3C349.5 219.5 354.4 220.9 359.9 223.5C363.9 225.4 369.5 225.1 373.5 223.5C379.8 221.2 383.8 216.7 383.9 211.6C384 205.1 378.2 199.5 366.7 195C365.3 194.4 363.6 193.9 361.8 193.3C355.3 191.2 345.4000000000001 188.1 342.8 181.8C341.4000000000001 178.5 342 174.3 344.4000000000001 169.3C344.5000000000001 169.2 344.5000000000001 169.1 344.6 169C345.5 167 366.3 119.5 412.6 111.9C416.6 110.9 419.7000000000001 106.4 417.5 101.1z" /> - <glyph glyph-name="soundcloud" - unicode="" - horiz-adv-x="640" d=" M111.4 191.7L117.2 126.7L111.4 58.4C111.1 55.9 109.2 54 107 54S102.8 55.9 102.8 58.4L97.2 126.7L102.8 191.7C102.8 193.9 104.7 195.9 107 195.9C109.2 195.9 111.1 193.9 111.4 191.7zM132.8 237.3C130 237.3 128.1 235.1 127.8 232.3L122.8 126.7L127.8 58.4C128.1 55.6 130 53.4 132.8 53.4C135.3 53.4 137.5 55.6 137.5 58.4L143.3 126.7L137.5 232.3C137.5 235.1 135.3 237.3 132.8 237.3zM158.3 261.4C155.2 261.4 153 259.2 152.7 256.1L148.3 126.1L152.7 58.3C153 55.1999999999999 155.2 52.9999999999999 158.3 52.9999999999999C161.1 52.9999999999999 163.6 55.1999999999999 163.6 58.3L168.9 126.1L163.6 256.1C163.6 259.2 161.1 261.4 158.3 261.4zM7.2 164.8C5.8 164.8 5 163.7 4.7 162.3L0 126.7L4.7 91.7C5 90.3 5.8 89.2 7.2 89.2S9.4 90.3 9.7 91.7L15.3 126.7L9.7 162.3C9.4 163.7 8.6 164.8 7.2 164.8zM30.8 186.7C29.4 186.7 28.3 185.6 28.3 184.2L21.9 126.7L28.3 70.6C28.3 68.9 29.4 67.8 30.8 67.8S33.3 68.9 33.6 70.3L40.8 126.6999999999999L33.6 184.1999999999999C33.3 185.5999999999999 32.2 186.6999999999999 30.8 186.6999999999999zM56.1 198.1C54.4 198.1 53 196.7 52.8 194.8L47 126.7L52.8 60.9C53.1 59.2 54.5 57.8 56.1 57.8C57.8 57.8 59.2 59.1999999999999 59.2 60.9L66.1 126.7L59.2 194.8C59.2 196.7 57.8 198.1 56.1 198.1zM81.4 200.3C79.5 200.3 77.8 198.9 77.8 196.7L72 126.7L77.8 58.9C77.8 56.7 79.5 55.3 81.4 55.3S85 56.6999999999999 85.3 58.9L91.7 126.7L85.3 196.7C85 198.9 83.3 200.3 81.4 200.3zM322.8 311.2C321.7 312 320 312.6 318.6 312.6C316.4000000000001 312.6 314.4000000000001 311.8 313 310.7C311.1 309 309.9 306.5 309.7 304V303.2L306.4 126.5L308.1 94L309.8 62.3C310.1 57.6 314 53.7 318.7 53.7S327.3 57.6 327.3 62.3L331.2 126.5L327.3 304C326.9 307 325.3 309.8 322.8 311.2zM296.1 295.9C294.7000000000001 296.7 293.3 297.3 291.7000000000001 297.3S288.6 296.7 287.3000000000001 295.9C285.1000000000001 294.5 283.7000000000001 292 283.7000000000001 289.2L283.4000000000001 287.5L280.6 126.7S280.6 126.4 283.7000000000001 61.1V60.8C283.7000000000001 59.1 284.3000000000001 57.5 285.4000000000001 56.1C287.1 54.2 289.3 53 291.8 53C294 53 296 54.1 297.4000000000001 55.5C299.1 56.9 299.9000000000001 58.8 299.9000000000001 61.1L300.2000000000001 67.8L303.3000000000001 126.4L300.0000000000001 289.2000000000001C299.7000000000001 292.0000000000001 298.3000000000001 294.5000000000001 296.1000000000001 295.9000000000001zM184.7 273.4C181.6 273.4 178.9 270.6 178.9 267.3L174.5 126.7L178.9 59.5C179.2 56.2 181.7 53.7 184.7 53.7C188 53.7 190.5 56.2 190.8 59.5L195.8 126.7L190.8 267.3C190.6 270.6 188.1 273.4 184.7 273.4zM561.4 210.6C550.6 210.6 540.3 208.4 530.8 204.5C524.4 275.3 464.9999999999999 330.9 392.5 330.9C374.7 330.9 357.5 327.6 342.2 321.5C336.0999999999999 319.3 334.3999999999999 317.1 334.3999999999999 312.3V62.6C334.3999999999999 57.6 338.2999999999999 54 343 53.4H561.3C604.5999999999999 53.4 639.9 88.4 639.9 131.7000000000001C640 175.3000000000001 604.6999999999999 210.6000000000001 561.4 210.6000000000001zM264.7 270.9C260.5 270.9 257.2 267.6 256.9 263.1L253.6 126.4L256.9 60.8C257.2 56.6 260.5 53.3 264.7 53.3C268.9 53.3 272.2 56.6 272.2 60.8L276.1 126.4L272.2 263.1C271.9 267.6 268.9 270.9 264.7 270.9zM211.1 278.7C207.8 278.7 204.7 275.6 204.7 272L200.8 126.7L204.7 59.8C205 56.1999999999999 207.8 53.4 211.1 53.4C214.7 53.4 217.5 56.2 217.8 59.8L222.2 126.6999999999999L217.8 272C217.5 275.5999999999999 214.7 278.7 211.1 278.7zM237.8 275.3C233.9 275.3 230.9 272.2 230.9 268.4L227 126.7L230.9 60.3C231.2 56.4 234 53.4 237.8 53.4S244.7 56.5 244.7 60.3L248.9 126.6999999999999L244.7 268.3999999999999C244.7 272.3 241.7 275.3 237.8 275.3z" /> - <glyph glyph-name="speakap" - unicode="" - horiz-adv-x="448" d=" M352 416H96C43.2 416 0 372.8 0 320V64C0 11.2 43.2 -32 96 -32H352C404.8 -32 448 11.2 448 64V320C448 372.8 404.8 416 352 416zM221 65.1C181.4 65.1 139.1 82.9 139.1 118.8V146H179V128.2C179 113.1 198.5 103.7 220.9 103.7C245.1 103.7 262.2 114.1 262.2 133.2C262.2 157 235 165.1 207.5 175.8C175.6 188.2 144.4 202 144.4 244.9C144.4 292.9 183 311.3 224.3 311.3C261.9000000000001 311.3 299.8 297.2000000000001 299.8 269.4V238.2H259.9000000000001V254.3C259.9000000000001 266.4 242.1 272.8 224.3000000000001 272.8C204.8000000000001 272.8 188.7000000000001 264.7000000000001 188.7000000000001 246.6C188.7000000000001 224.5 211.2000000000001 217.4 235.7000000000001 207.7C271.6 195.3 306.8000000000001 180.5 306.8000000000001 136.2000000000001C306.9000000000001 87.6 266.0000000000001 65.1 221.0000000000001 65.1z" /> - <glyph glyph-name="spotify" - unicode="" - horiz-adv-x="496" d=" M248 440C111.1 440 0 328.9 0 192S111.1 -56 248 -56S496 55.1 496 192S384.9 440 248 440zM348.7 75.1C344.5 75.1 341.9 76.4 338 78.7000000000001C275.6 116.3000000000001 203 117.9 131.3 103.2000000000001C127.4 102.2000000000001 122.3 100.6 119.4 100.6C109.7 100.6 103.6 108.3 103.6 116.4C103.6 126.7000000000001 109.7 131.6 117.2 133.2000000000001C199.1 151.3000000000001 282.8 149.7000000000001 354.2 107.0000000000001C360.3 103.1000000000001 363.9 99.6000000000001 363.9 90.5000000000001S356.8 75.1000000000001 348.7 75.1000000000001zM375.6 140.7000000000001C370.4 140.7000000000001 366.9 143.0000000000001 363.3 144.9C300.8 181.9 207.6 196.8000000000001 124.7 174.3C119.9 173 117.3 171.7 112.8 171.7C102.1 171.7 93.4 180.4 93.4 191.1S98.6 208.9 108.9 211.8C136.7 219.6 165.1 225.4 206.6999999999999 225.4C271.5999999999999 225.4 334.3 209.3 383.7 179.9C391.8 175.1 395 168.9 395 160.2C394.8999999999999 149.4 386.5 140.7 375.6 140.7zM406.6 216.9C401.4 216.9 398.2 218.2000000000001 393.7 220.8000000000001C322.5 263.3000000000001 195.2 273.5000000000001 112.8 250.5000000000001C109.2 249.5000000000001 104.7 247.9000000000001 99.9 247.9000000000001C86.7 247.9000000000001 76.6 258.2000000000001 76.6 271.5C76.6 285.1 85 292.8000000000001 94 295.4000000000001C129.2 305.7000000000001 168.6 310.6 211.5 310.6C284.5 310.6 361 295.4000000000001 416.9 262.8C424.7 258.3 429.8 252.1 429.8 240.2C429.8 226.6 418.8 216.9 406.6 216.9z" /> - <glyph glyph-name="stack-exchange" - unicode="" - horiz-adv-x="448" d=" M17.7 115.7H430.4V93.7C430.4 56 401.1 25.7 365.1 25.7H346.1L259.3 -64V25.7H83C47 25.7 17.7 56 17.7 93.7V115.7zM17.7 139.3H430.4V224.3H17.7V139.3zM17.7 248.7H430.4V333.7000000000001H17.7V248.7zM365 448H83C47 448 17.7 417.7 17.7 380.3V358H430.4V380.3C430.3 417.7 401 448 365 448z" /> - <glyph glyph-name="stack-overflow" - unicode="" - horiz-adv-x="384" d=" M293.7 148L112.5 232.5L129.2 269L310.5 184.3L293.7 148zM341.7 224L188.2 352.3L162.7 321.5L316.2 193.2L341.7 224zM381.3 255.7L262 416L230 392L349.3 231.7L381.3 255.7zM290.7 137L95 178.3L86.8 139L282.5 98L290.7 137zM322.3 8H42.7V128H2.7V-32H362.2V128H322.2V8zM282.5 88H82.5V48.3H282.5V88z" /> - <glyph glyph-name="staylinked" - unicode="" - horiz-adv-x="440" d=" M201.6 320.6C205.7 323.8 211.9 323.6 215.4 320.1L385.4 152.8L382.7 155.5L427 114.1999999999999C430.7 110.6999999999999 430.3 105.1999999999999 426.3 101.9999999999999L228.3 -61.9000000000001C218.4 -69.5000000000001 211 -62.7000000000001 211 -62.7000000000001L2.3 133.4C-1.2 136.9 -0.7 142.4 3.5 145.6L49.3 180.5C53.5 183.6999999999999 59.7 183.5 63.2 180L215.1 32.4999999999999C218.8 28.9999999999999 225.1 28.8 229.3 32.1L322.5 106.1C326.6 109.3 327 114.8 323.4 118.3L239.4 199.6C235.8 203.1 229.5 203.3 225.4 200.1L225.3 200C221.2 196.8 214.9 197 211.3 200.5L143.2 264.8C139.7 268.3 140.1 273.8 144.3 277L201.6 320.5999999999999M216.4 63.3C220.1 59.8 226.5 59.6 230.7 62.9L280.9 101.7L280.6 102L288.3 108C292.5 111.2 292.9 116.7 289.2 120.2L232.1 174.6C228.5 178.1 222.0999999999999 178.3 217.9 175.1L217.8 175C213.6 171.8 207.3 171.8999999999999 203.6 175.3999999999999L109 267.2C105.4 270.7 105.9 276.1 110.1 279.4L202.3 350.9C206.4 354.1 212.6 353.9 216.2 350.4L376.6 191.4C380.3 187.9 386.6 187.7 390.7000000000001 190.9L436.5000000000001 226.7C440.6000000000001 229.9 440.9000000000001 235.4 437.2000000000001 238.9L226.7 445.5C225.2 446.7 218.7 451 210.4 444.4L3.6 282.3C-0.6 279.1 -1.2 273.6 2.4 270.1L44.7 228.4000000000001" /> - <glyph glyph-name="steam-square" - unicode="" - horiz-adv-x="448" d=" M185.2 91.5C192.9 110 184.2 131.2 165.6 138.9L136.1 151.1C147.5 155.4 160.4 155.6 172.5 150.6C184.7 145.5 194.1 136 199.2 123.9C204.2 111.7 204.2 98.3 199.1 86.2C188.6 61.1 159.7 49.2 134.5 59.7C122.9 64.5 114.1 73.3 109.1 83.9L137.6 72.1C156.2 64.3 177.5 72.9999999999999 185.2 91.4999999999999zM400 416H48C21.5 416 0 394.5 0 368V207.3L116.6 159.2C128.6 167.4 142.8 171.3 157.3 170.5L212.7 250.7V251.8C212.7 300 252 339.3 300.3 339.3S387.9 300 387.9 251.8C387.9 202.6 347 163.1 298.3 164.3L219.3 107.9999999999999C220.9 69.4999999999999 190.2 39.1999999999999 153.6 39.1999999999999C121.8 39.1999999999999 95.1 61.8999999999999 89.1 91.8999999999999L0 128.8V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM300.3 193.5C268.1 193.5 241.9 219.6 241.9 251.8S268.1 310.1 300.3 310.1S358.7 283.9000000000001 358.7 251.8S332.5 193.5 300.3 193.5zM300.4000000000001 208.1C324.6 208.1 344.3 227.7 344.3 251.9C344.3 276.1 324.7 295.7 300.4000000000001 295.7C276.2000000000001 295.7 256.5000000000001 276.1 256.5000000000001 251.9C256.5000000000001 227.7 276.2000000000001 208.1 300.4000000000001 208.1z" /> - <glyph glyph-name="steam-symbol" - unicode="" - horiz-adv-x="448" d=" M395.5 270.5C395.5 236.7 368 209.5 334.5 209.5C300.7 209.5 273.5 236.8 273.5 270.5S300.8 331.5 334.5 331.5C368 331.5 395.5 304.3 395.5 270.5zM448 270.3C448 207.3 397 156.5 334.3 156.5L225 76.7C221 33.7 184.5 -0.1 140.5 -0.1C100 -0.1 65.8 28.7 57.5 66.9L0 90V197.3L97.2 158C112.3 167.2 129.4 171.3 149.2 169.5L220.2 271.2C220.7 333.5 271.7 384 334.2 384C397 384 448 333 448 270.3zM203 85C203 119.7 175.2 147.5 140.5 147.5C136 147.5 131.5 147 127 146L153 135.5C178.5 125.3 191 96.5 180.7 71C170.5 45.5 141.5 33 116 43.5C105.8 47.5 95.5 51.8 85.3 55.7C95.8 36 116.5 22.5 140.5 22.5C175.2 22.5 203 50.3 203 85zM410.5 270.3C410.5 312.3 376.2 346.5 334.3 346.5C292 346.5 257.8 312.3 257.8 270.3C257.8 228.1 292.1 194.1 334.3 194.1C376.2 194 410.5 228.0000000000001 410.5 270.3z" /> - <glyph glyph-name="steam" - unicode="" - horiz-adv-x="496" d=" M496 192C496 55 384.8 -56 247.6 -56C133.8 -56 38 20.3 8.6 124.4L103.8 85.1C110.2 52.9999999999999 138.7 28.7 172.7 28.7C211.9 28.7 244.6 61.1 242.9 102.2L327.4 162.4C379.5 161.1 423.2 203.3 423.2 255.9C423.2 307.5 381.2 349.4 329.5 349.4S235.8 307.4 235.8 255.9V254.7L176.6 169C161.1 169.9 145.9 165.6 133.1 156.9L0 211.9C10.2 339.6 117.1 440 247.6 440C384.8 440 496 329 496 192zM155.7 63.7L125.2 76.3A52.79 52.79 0 0 1 152.4 50.5C179.3 39.3 210.2 52.1 221.4 78.9C226.8 91.9 226.9 106.2 221.5 119.2C216.1 132.2 206 142.4 193 147.8C180.1 153.2 166.3 153 154.1 148.4L185.6 135.4C205.4 127.2000000000001 214.8 104.5000000000001 206.5 84.7000000000001C198.2 64.8000000000001 175.5 55.5000000000001 155.7 63.7000000000001zM329.5 193.6C295.1 193.6 267.1 221.6 267.1 255.9S295.1 318.2 329.5 318.2S391.9 290.2 391.9 255.9S364 193.6 329.5 193.6zM329.6 209.2C355.5 209.2 376.5 230.2 376.5 256C376.5 281.9 355.5 302.8 329.6 302.8S282.7000000000001 281.8 282.7000000000001 256C282.8000000000001 230.2 303.8000000000001 209.2 329.6 209.2z" /> - <glyph glyph-name="sticker-mule" - unicode="" - horiz-adv-x="576" d=" M353.1 -61.8C347.2000000000001 -64.7 321 -65 316.6 -61.3C312.5 -58.3 314.4000000000001 -49.4 315.1 -46.3C317.3 -31.3 312.6 -38.4 305.3 -34.8C302.2 -33.3 301.2 -29.3 300.7 -24.8C300.2 -23.3 299.7 -22.3 299.2 -21.3C297.5 -10.6 306 12.3 307.4 22.1C312.3 45.8 306.7 59.3 308.9 68.9999999999999C312.6 85.1999999999999 313 72.4999999999999 313 98.8999999999999C311.6 124.7999999999999 316.3 135.7999999999999 313.5 137.7999999999999C298.7 137.7999999999999 249.2 127.0999999999999 201.3 135.7999999999999C155.2 144.6999999999999 141.9 164.7999999999999 135.9 166.6999999999999C125.6 171.1999999999999 112.7 166.1999999999999 108.6 159.6999999999999C108.5 159.5999999999999 73.6 89.0999999999999 69 71.8999999999999C62.8 51.3999999999999 68.5 24.4999999999999 73.1 5.0999999999999C73.1 4.9999999999998 77.6 -9.5000000000002 83.4 -14.4000000000001C85.5 -15.9000000000001 88.5 -16.9000000000001 90.6 -18.9000000000001C93.4 -21.6000000000001 100 -34.1000000000001 100.4 -34.9000000000001C103 -39.4000000000001 104 -42.9000000000001 98.9 -45.4000000000001C95.3 -47.4000000000001 89.6 -47.9000000000001 84.5 -47.9000000000001C81.9 -48.4000000000001 83 -51.4000000000001 81.4 -52.9000000000001C78.5 -55.7000000000002 60.7 -59.0000000000002 51.5 -55.4000000000001C48.9 -54.4000000000001 45.8 -52.4000000000001 45.3 -50.4000000000001C43.8 -46.4000000000001 47.4 -41.4000000000001 44.3 -37.9000000000001C39.8 -35.0000000000002 31.2 -35.9000000000001 27.3 -25.9000000000001C25.1 -20.5000000000002 24.7 -18.3000000000001 24.7 23.4999999999998C24.7 33.1999999999998 18.8 62.1999999999998 16.5 70.3999999999998C15 75.8999999999998 15 81.8999999999998 16.5 86.3999999999998C16.8 87.2999999999998 20.6 90.9999999999998 20.6 99.3999999999998C19.6 100.8999999999998 16 99.8999999999998 15.5 100.8999999999998C5.1 181.4999999999998 9.6 179.8999999999998 7.8 199.1999999999998C6.3 215.1999999999998 -3.1 243.0999999999998 1.1 263.4999999999999C1.6 265.8999999999999 4.5 284.4999999999999 25.3 302.3999999999999C56.3 329.0999999999999 73.7 340.6999999999998 184.3 313.8999999999999C185.4 313.4999999999999 250.6 292.7999999999999 295 322.8999999999999C310.5 334.1999999999998 323.8 334.1999999999998 330.5 338.8999999999999C330.6 338.9999999999999 392.2 390.9999999999999 417.5 404.1999999999998C464.7 433.5999999999999 487.4 420.8999999999998 492.6 422.1999999999998C497.3 423.1999999999998 506 447.9999999999999 509.6 447.9999999999999C515.1 447.9999999999999 511.2 427.7999999999999 513.2 422.0999999999999C513.7 420.0999999999999 516.8000000000001 417.0999999999999 519.4000000000001 417.0999999999999C521.7 417.0999999999999 521.1000000000001 417.8999999999999 529.7 422.0999999999999C538.1 427.4999999999999 544.6 439.6999999999998 550.3000000000001 439.0999999999999C562.0000000000001 437.4999999999999 531.3000000000001 397.4999999999999 531.3000000000001 392.1999999999998C531.3000000000001 390.1999999999998 531.5000000000001 391.3999999999999 535.9000000000001 382.6999999999998C538.5000000000001 377.1999999999998 540.5000000000001 369.1999999999998 542.1000000000001 362.6999999999998C550.4000000000001 332.9999999999999 547.8000000000002 348.0999999999999 555.5000000000001 325.7999999999999C575.7000000000002 275.6999999999998 576.1000000000001 280.5999999999999 576.1000000000001 272.8999999999999C576.1000000000001 265.3999999999999 572.0000000000001 261.8999999999999 568.9000000000001 256.3999999999999C567.4000000000001 253.3999999999999 564.3000000000001 248.8999999999999 561.7 248.3999999999999C559 247.6999999999999 568.7 249.8999999999999 548.3000000000001 245.8999999999999C541.1 244.8999999999999 534.9000000000001 250.3999999999999 533.4000000000001 255.3999999999999C531.8000000000001 260.0999999999998 536.2 265.4999999999999 521.6000000000001 278.2999999999999C511.3000000000001 288.2999999999999 500.5000000000001 289.5999999999999 489.7000000000002 295.2999999999999C479.9000000000001 300.9999999999999 477.8000000000002 294.2999999999999 471.7000000000002 287.2999999999999C453.7000000000002 264.3999999999999 437.7000000000002 240.3999999999999 419.7000000000002 217.4999999999998C407.9000000000002 202.4999999999998 395.5000000000002 187.0999999999999 386.2000000000002 170.0999999999999C382.3000000000002 163.2999999999999 376.7000000000002 141.9999999999998 375.9000000000002 140.1999999999999C369.7000000000002 122.4999999999999 370.4000000000002 114.3999999999999 359.4000000000002 71.8999999999999C356.3000000000002 61.8999999999999 353.7000000000002 50.4999999999999 350.7000000000002 39.4999999999999C348.5000000000002 32.6999999999999 343.3000000000002 -9.8000000000001 350.2000000000002 -19.9000000000001C352.3000000000002 -23.4000000000001 358.9000000000002 -24.4000000000001 361.5000000000002 -27.9000000000001C361.6000000000002 -28.0000000000001 371.1000000000002 -46.1000000000001 370.8000000000002 -47.9000000000001C370.8000000000002 -54.0000000000001 361.4000000000002 -53.5000000000001 359.5000000000002 -54.4000000000001C354.7000000000002 -57.3000000000001 355.7000000000002 -60.3000000000001 353.1000000000002 -61.8000000000001" /> - <glyph glyph-name="strava" - unicode="" - horiz-adv-x="369.2" d=" M301.6 156L257.7000000000001 67.8L213.1000000000001 156H145.5000000000001L257.7000000000001 -64L369.2000000000001 156H301.6zM151.4 448L0 156H89.2L151.4 272.1L213.1 156H301.6L151.4 448z" /> - <glyph glyph-name="stripe-s" - unicode="" - horiz-adv-x="362.3" d=" M144.3 293.4C144.3 315.7000000000001 162.9 324.3 192.7 324.3C236.1 324.3 291.2000000000001 311 334.6 287.6V421.9C287.3 440.8 240.1 448 192.8 448C77.1 448 0 387.6 0 286.6C0 128.7 216.8 154.3 216.8 86.2C216.8 59.8 193.9 51.3 162.1 51.3C114.9 51.3 53.9 70.8 6 96.8V-31.7C59 -54.5 112.8 -64.1 162 -64.1C280.6 -64.1 362.3000000000001 -13.1 362.3000000000001 89.5C362.3000000000001 259.7 144.3000000000001 229.2 144.3000000000001 293.4" /> - <glyph glyph-name="stripe" - unicode="" - horiz-adv-x="640" d=" M640 186.4C640 231.9 618 267.8 575.8 267.8S507.9 231.9 507.9 186.7C507.9 133.2 538.1999999999999 108.5 581.4 108.5C602.6 108.5 618.5 113.3 630.6 120V153.4C618.5 147.3 604.6 143.6 587 143.6C569.7 143.6 554.5 149.7 552.5 170.5H639.4C639.6 172.8 640 182.1 640 186.3999999999999M552.1 203.1999999999999C552.1 223.1999999999999 564.4 231.6 575.5 231.6C586.4 231.6 598 223.1999999999999 598 203.1999999999999H552.1zM439.2000000000001 267.8C421.8000000000001 267.8 410.6 259.5999999999999 404.4000000000001 253.8999999999999L402.1 264.8999999999999H363V60.0999999999999L407.4 69.4999999999999L407.5 119.6999999999999C413.9 114.9999999999999 423.4 108.4999999999999 438.9 108.4999999999999C470.7 108.4999999999999 499.7 131.6999999999999 499.7 188.0999999999999C499.8 239.6999999999999 470.4 267.7999999999999 439.2 267.7999999999999M428.6 145.2999999999999C418.2 145.2999999999999 412 149.0999999999999 407.7 153.6999999999999L407.4 219.6999999999999C412 224.7999999999999 418.4 228.4999999999999 428.6 228.4999999999999C444.8 228.4999999999999 455.9999999999999 210.2999999999999 455.9999999999999 187.0999999999999C456.1 163.1999999999999 445.1 145.2999999999999 428.6 145.2999999999999M346.4 324V287.8L301.8 278.3V314.5L346.4 324M301.9 264.8H346.5V111.6H301.9V264.8zM254.1 251.7C264.5 270.8 285.2 266.9 291.2 264.8V224C285.5 225.8 267.8 228.5 257.3 214.7V111.6H213V264.8H251.4L254.1 251.7M165.1 264.8H198.8V227H165.1V163.8C165.1 137.6 193.1 145.8 198.8 148.1V114.3C192.9 111.1 182.2 108.4 167.6 108.4C141.3 108.4 121.5 125.4 121.5 151.7000000000001L121.7 294.1L165 303.3000000000001L165.1 264.8000000000001zM44.9 219.7C44.9 199.7 112.8 209.2 112.8 156.3C112.8 124.3 87.4 108.5 50.5 108.5C35.2 108.5 18.5 111.5 2 118.6V158.6C16.9 150.5 35.9 144.4 50.6 144.4C60.5 144.4 67.6 147.1 67.6 155.3C67.6 176.5 0.1 168.5 0.1 217.7C0.1 249.1 24.1 267.9000000000001 60.1 267.9000000000001C74.8 267.9000000000001 89.5 265.6 104.2 259.8000000000001V218C90.7 225.3 73.5 229.4 60 229.4C50.7 229.3 44.9 226.6 44.9 219.7" /> - <glyph glyph-name="studiovinari" - unicode="" - horiz-adv-x="512" d=" M480.3 260.3L484.5 232.3V204.3L459.4 160.2L419.6 81.8L363.5 14.3L284.4 -23.5000000000001L266.7 -48.0000000000001L259 -60.0000000000001L249.4 -64S266.7 -0.4 268.8 -0.4C270.9000000000001 -0.4 289.1 -1.1 289.1 -1.1L355.8 37.5000000000001L263.3 11.4L207.4 -25.4L184.6 -53.4L178 -54.8L198.8 18.8000000000001L205.7 24.3000000000001L226.4 11.4000000000001L314.7 56.6000000000001L371.5 108.1000000000001L386.3 176.5000000000001L260.9 153.2000000000001L276.1 171.4000000000001L102.7 224.7000000000001L184.6 235.2000000000001L18.6 358.1000000000002L133.5 340L32.2 448L285.1 321.4L253.6 359.4L378 285L234.7 384L253.4 345.6L203.8 363.7L158.3 448L352.9 326L310 381.8L418 285.4L430 294.3L409 310.7L413.2 348.5L451 358.9L480.2 334.2L491.7 330L484.7 323.8L493.2 311.8L480.1 304.4L469.8 284.2000000000001L480.3 260.3z" /> - <glyph glyph-name="stumbleupon-circle" - unicode="" - horiz-adv-x="496" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 262.5C246.2 262.5 238.2 254.5 238.2 244.7V137.8C238.2 96.9 204.3 63.9 163.3 63.9C121.9 63.9 88.4 97.4 88.4 138.8V185.3H145.7V139.5C145.7 129.5 153.7 121.6999999999999 163.5 121.6999999999999S181.3 129.5999999999999 181.3 139.5V247.9C181.3 287.9 215.5 320 256 320C296.7 320 330.7 287.7 330.7 247.4V223.7L296.6 213.6L273.7 224.3V244.9C273.8 254.5 265.8 262.5 256 262.5zM423.6 138.9C423.6 97.5 390.1 64 348.7000000000001 64C307.5000000000001 64 273.8000000000001 97.2 273.8000000000001 138.2V185L296.7000000000001 174.3L330.8000000000001 184.4V137.3C330.8000000000001 127.5 338.8000000000001 119.7 348.6000000000001 119.7S366.4000000000001 127.6 366.4000000000001 137.3V185.3H423.7000000000001C423.6000000000001 139.4 423.6000000000001 138.9 423.6000000000001 138.9z" /> - <glyph glyph-name="stumbleupon" - unicode="" - horiz-adv-x="512" d=" M502.9 182V112.3C502.9 50.2 452.6 -0.1 390.5 -0.1C328.7 -0.1 278.1 49.7 278.1 111.2V181.4L312.4000000000001 165.4L363.5000000000001 180.6V110C363.5000000000001 95.3 375.5000000000001 83.5 390.2000000000001 83.5S417 95.3 417 110V182H502.9zM278.2 240.2L312.5 224.2L363.6 239.4V275C363.6 335.5 312.5 384 251.5000000000001 384C190.7000000000001 384 139.4 335.8 139.4 275.8V113.4C139.4 98.5 127.4 86.7 112.7 86.7S86 98.5 86 113.4V182H0V112.3C0 50.3 50.3 0 112.4 0C174 0 224.8 49.5 224.8 110.8V271.1C224.8 285.8 236.8 297.8 251.5 297.8S278.2 285.8 278.2 271.1V240.2z" /> - <glyph glyph-name="superpowers" - unicode="" - horiz-adv-x="448" d=" M448 416C364.7 405 281.2 394 198 383C106 370.5 34.7 296.3 29 203C25.7 147.5 47 93.5 86.8 54.8L0 -32C83.3 -21 166.5 -10 249.8 1C341.6 13.5 413.1 87.8 418.5 180.8C422 236.3 400.5 290.3 360.8 329L448 416zM368.3 183.7C364.1 104.2 294.3 44.5 215.5 49.2C136 53.9 74.8 120.2 79.2 200.2C83.7 279.4 153.5 339.5 232.2 334.7C311.5 330 372.7 263.7 368.3 183.7z" /> - <glyph glyph-name="supple" - unicode="" - horiz-adv-x="640" d=" M640 185.5C640 121.4 531 69.4 396.5 69.4C371.7 69.4 347.9 71.2 325.4 74.4C333.1 74 340.9 73.8 348.8 73.8C483.3 73.8 592.3 130.6999999999999 592.3 200.9C592.3 230.3 573.1999999999999 257.3 541.0999999999999 278.9C601.0999999999999 257.8 639.9999999999999 223.8 639.9999999999999 185.5zM47.7 220.1C47.6 290.3 156.5 347.4 291 347.7C298.9 347.7 306.6 347.5 314.3 347.2C291.8 350.4 268 352.1 243.3 352.1C108.8 351.7 -0.1 299.5 0 235.4C0.1 197.1 39.1 163.1 99.3 142.1C67 163.6 47.8 190.7000000000001 47.7 220.1zM107.9 180.2S118.4 167 137.2 167C155.1 167 165.6 178.5 165.6 192.1C165.6 220.1 125.4 217.2 125.4 231.8C125.4 237.2 130.7 240.9 137.9 240.9C143.6 240.9 149.2000000000001 238.3 149.2000000000001 234.3V230.4H163.4V238.3C163.4 250.4 148 255.1 138 255.1C121.5 255.1 109.5 244.9000000000001 109.5 231.0000000000001C109.5 204.4 149.7000000000001 205.6 149.7000000000001 191.1C149.7000000000001 184.5 143.9 181 137.4 181C125.5 181 116.7 191.1 116.7 191.1L107.9 180.2000000000001zM228.7 253.8V199.4C228.7 188.1 221.6 181.6 210.9 181.6C200.2 181.6 193.1 188.1 193.1 199.3V253.8H177.3V198.8C177.3 179.9 190.7 166.9 211 166.9C231.1 166.9 244.4 179.9 244.4 198.8V253.8H228.7zM263.1 168.4H278.9V197.9H294.4C310.4 197.9 321.6 209.4 321.6 226S310.4 253.8 294.4 253.8H255.3V240.4H263.1V168.4zM278.9 211.4V240.5H291.8C300.5 240.5 305.5 234.8 305.5 226.1C305.5 217.2 300.3999999999999 211.4 291.5 211.4H278.8999999999999zM335.9 168.4H351.7V197.9H367.2C383.2 197.9 394.4 209.4 394.4 226S383.2 253.8 367.2 253.8H328.1V240.4H335.9V168.4zM351.6 211.4V240.5H364.5C373.2 240.5 378.2 234.8 378.2 226.1C378.2 217.2 373.2 211.4 364.2 211.4H351.5999999999999zM408.7 176.6C408.7 170.8 411.1 168.4 416.9 168.4H454.5C460.3 168.4 462.7 170.8 462.7 176.6V189.6H448.4V184.4C448.4 182.7 447.4 181.8 445.8 181.8H427.2C425.5 181.8 424.5999999999999 182.8 424.5999999999999 184.4V245.6C424.5999999999999 251.3 422.2 253.8 416.3999999999999 253.8H401V240.4H406.2C407.9 240.4 408.8 239.4 408.8 237.8V176.6zM472.1 176.6C472.1 170.8 474.4999999999999 168.4 480.3 168.4H519C524.7 168.4 527.2 170.8 527.2 176.6V189.6H512.9000000000001V184.4C512.9000000000001 182.7 511.9000000000001 181.8 510.3000000000001 181.8H490.6000000000001C488.9000000000001 181.8 488.0000000000001 182.8 488.0000000000001 184.4V204.7H515.7V218.1H488V240.5H507.2C508.9 240.5 509.8 239.5 509.8 237.9V232.7H524V245.7C524 251.4 521.5 253.9 515.8 253.9H464.1999999999999V240.5H471.9999999999999V176.6zM531 252.6V246.7H532.6V252.6H535.3000000000001V253.8H528.3000000000001V252.6H531.0000000000001zM536.7 253.8V246.7H538.2V252.4L540.5 246.7H541.8L544.0999999999999 252.4V246.7H545.5999999999999V253.8H543.3L541.1999999999999 248.7L539.0999999999999 253.8H536.6999999999999z" /> - <glyph glyph-name="telegram-plane" - unicode="" - horiz-adv-x="448" d=" M446.7 349.4L379.1 30.6C374 8.1 360.7000000000001 2.5 341.8 13.1L238.8 89L189.1 41.2C183.6 35.7 179 31.1 168.4 31.1L175.8000000000001 136L366.7000000000001 308.5C375.0000000000001 315.9 364.9000000000001 320 353.8000000000001 312.6L117.8 164L16.2 195.8C-5.9 202.7 -6.3 217.9 20.8 228.5L418.2 381.6C436.6 388.5 452.7 377.5 446.7 349.4z" /> - <glyph glyph-name="telegram" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM369.8 270.1L329.1 78.3C326.1 64.6999999999999 318 61.4 306.7000000000001 67.8L244.7000000000001 113.5L214.8000000000001 84.6999999999999C211.5 81.3999999999999 208.7000000000001 78.5999999999999 202.3000000000001 78.5999999999999L206.7000000000001 141.6999999999999L321.6 245.5C326.6 249.9 320.5 252.4 313.9000000000001 248L171.9 158.5999999999999L110.7 177.6999999999999C97.4 181.8999999999999 97.1 191 113.5 197.3999999999999L352.6 289.5999999999999C363.7000000000001 293.5999999999999 373.4000000000001 286.8999999999999 369.8 270.0999999999999z" /> - <glyph glyph-name="tencent-weibo" - unicode="" - horiz-adv-x="384" d=" M72.3 -47.8C73.7 -67.7 44.7 -70 42.6 -50.7C31 79.2 73.7 188.8 144 262.5C128.4 296.5 153.2 339.6 194.6 339.6C224.9 339.6 249.7 315 249.7 284.5C249.7 240.5 200.2 213.7 162.8 239.4C97.1 168.1 61.4 69.6 72.3 -47.8zM192 447.9C66.1 447.9 -12.3 313.7 43.7 205.6C52.4 188.2 79 201.1 70 219C23.7 311.6 91 418.2 192 418.2C267.4 418.2 328.9 356.8 328.9 281.3C328.9 190.5 242 127.4 161.2 148.2C142.1 152.3 135.6 123.8 154.6 119.1C265.3 95.9 358.6 179.1 358.6 281.4C358.6 373.3 284 447.9 192 447.9z" /> - <glyph glyph-name="themeisle" - unicode="" - horiz-adv-x="512" d=" M208 359.714C208 369.714 214.286 381.428 225.715 381.428C236.857 381.428 243.429 369.714 243.429 359.714C243.429 349.429 236.857 338 225.715 338C214.286 338 208 349.429 208 359.714zM512 199.714C512 163.713 500.571 97.428 475.714 70C452.856 45.142 388.286 8.857 354.857 -0.572L353.714 -0.858V-33.429C353.714 -49.715 341.142 -64 324.5710000000001 -64C314.5710000000001 -64 305.1420000000001 -58.286 299.999 -49.714C294.572 -58.286 285.1430000000001 -64 275.1430000000001 -64C265.1430000000001 -64 255.7140000000001 -58.286 250.2850000000001 -49.714C245.1430000000001 -58.286 235.7140000000001 -64 225.7150000000001 -64C215.429 -64 206.286 -58.286 200.857 -49.714C195.714 -58.286 186.286 -64 176.286 -64C157.429 -64 146.857 -48.286 146.857 -31.143C130.571 -43.4280000000001 111.142 -50.571 90.286 -50.571C68.286 -50.571 46.857 -42.286 30 -27.7140000000001C40.285 -27.4280000000001 50.571 -25.4280000000001 60.285 -22.0000000000001C39.428 -16.2860000000001 20.857 -3.143 8.285 14.2859999999999C29.655 9.641 54.494 12.6129999999999 75.428 25.429C53.428 47.429 18.857 84.286 6.856 112.857C1.143 126.286 0 144.286 0 158.571C0 208.285 20.286 318.5710000000001 86.286 318.5710000000001C96.857 318.5710000000001 105.143 313.713 109.429 303.7140000000001A158.792 158.792 0 0 0 121.429 319.1420000000001C123.429 321.7140000000001 127.143 324.5710000000001 128.572 327.428C136.571 339.999 140.286 348.5700000000001 150.286 361.428C182.571 402.572 232 430.857 285.143 430.857C291.143 430.857 297.143 430.572 302.857 429.714C313.714 441.429 328.8570000000001 448 344.572 448C359.1430000000001 448 374.286 442 384.572 431.714C385.4290000000001 430.856 386 429.428 386 428.286C386 424.572 375.715 414.857 373.1430000000001 412C377.4290000000001 410.5710000000001 388.8570000000001 405.142 388.8570000000001 400C388.8570000000001 397.1430000000001 386 394.857 384.286 392.857C415.715 365.1430000000001 433.7150000000001 325.714 440.572 284.857C444.858 290 450.857 293.429 457.715 293.429C468.2860000000001 293.429 478.572 286.285 486.2860000000001 279.428C507.143 260.857 512 226.286 512 199.714zM188 358.572C188 340.286 200.571 321.429 220.286 321.429C240 321.429 252.571 340.286 252.571 358.572C252.571 376.572 240 395.429 220.286 395.429C200.571 395.429 188 376.5710000000001 188 358.572zM237.714 254C237.714 273.714 241.428 293.1430000000001 246.285 312.286C194.246 232.752 232.754 127.715 315.1430000000001 127.715C336.5710000000001 127.715 357.7140000000001 135.429 375.1430000000001 147.715C377.1430000000001 155.144 378.8570000000001 162.572 378.8570000000001 170.287C378.8570000000001 184.573 372.5710000000001 191.715 358.2850000000001 191.715C353.714 191.715 349.1420000000001 190.858 344.8560000000001 190.001C281.5130000000001 177.333 237.7140000000001 186.3320000000001 237.7140000000001 254.0000000000001zM196.572 -0.858C196.572 10.285 187.714 19.999 176.286 19.999C164.857 19.999 156.286 10.284 156.286 -0.8579999999999V-33.429C156.286 -44.572 164.857 -54.571 176.286 -54.571C187.714 -54.571 196.572 -44.856 196.572 -33.429V-0.8579999999999zM245.715 -0.858C245.715 10.285 237.143 19.999 225.715 19.999C214.286 19.999 205.429 10.284 205.429 -0.8579999999999V-33.429C205.429 -44.572 214.286 -54.571 225.715 -54.571C237.143 -54.571 245.715 -44.571 245.715 -33.429V-0.8579999999999zM295.428 -0.858C295.428 10.285 286.5710000000001 19.999 275.143 19.999C263.714 19.999 254.857 10.284 254.857 -0.8579999999999V-33.429C254.857 -44.572 263.714 -54.571 275.143 -54.571C286.571 -54.571 295.428 -44.856 295.428 -33.429V-0.8579999999999zM345.1430000000001 -0.858C345.1430000000001 10.285 336.2860000000001 19.999 324.8570000000001 19.999C313.4290000000001 19.999 304.5710000000001 10.284 304.5710000000001 -0.8579999999999V-33.429C304.5710000000001 -44.572 313.4290000000001 -54.571 324.8570000000001 -54.571C336.286 -54.571 345.1430000000001 -44.571 345.1430000000001 -33.429V-0.8579999999999zM421.714 162C390.857 102.858 331.429 59.428 263.1430000000001 59.428C166.572 59.428 102.572 144 102.572 236C102.572 252.857 104.572 269.429 108.572 285.714C88.572 251.999 78.858 213.142 78.858 174.285C78.858 113.999 103.715 52.5699999999999 150.287 13.428C155.43 23.142 165.144 29.714 176.287 29.714C186.287 29.714 195.715 24 200.858 15.428C206.287 23.999 215.429 29.714 225.7160000000001 29.714C235.7160000000001 29.714 245.1440000000001 24 250.2870000000001 15.428C255.7160000000001 23.999 265.144 29.714 275.1450000000001 29.714C285.1450000000001 29.714 294.5730000000001 24 300.0020000000001 15.428C305.1450000000001 23.999 314.5730000000001 29.714 324.5740000000001 29.714C335.4310000000001 29.714 345.4310000000001 23.142 350.2880000000001 13.714C393.7150000000001 50 418.8570000000001 105.714 421.7140000000001 162zM432.286 261.714C432.286 315.428 397.7150000000001 367.428 339.714 367.428C309.429 367.428 281.1430000000001 352.285 260.857 330.5710000000001C240.862 264.188 233.41 194 302.286 194C331.091 194 399.6430000000001 222.538 386.572 157.143C415.429 183.143 432.286 222.857 432.286 261.7140000000001z" /> - <glyph glyph-name="trello" - unicode="" - horiz-adv-x="448" d=" M392 416H56C25.1 416 0 390.9 0 360V24C0 -6.9 25.1 -32 56 -32H392C422.9 -32 448 -6.9 448 24V360C448 390.9 422.9 416 392 416zM194.9 76.6C194.9 61.8 182.9 49.7 168 49.7H85.1C70.3 49.7 58.2 61.7000000000001 58.2 76.6V330.9C58.2 345.7 70.2 357.8 85.1 357.8H168C182.8 357.8 194.9 345.8 194.9 330.9V76.6zM389.8 188.6C389.8 173.8 377.8 161.7000000000001 362.9000000000001 161.7000000000001H280C265.2 161.7000000000001 253.1 173.7000000000001 253.1 188.6V330.9C253.1 345.7 265.1 357.8 280 357.8H362.9C377.7 357.8 389.8 345.8 389.8 330.9V188.6z" /> - <glyph glyph-name="tripadvisor" - unicode="" - horiz-adv-x="576" d=" M166.4 167.479C166.4 154.243 155.67 143.513 142.434 143.513S118.468 154.243 118.468 167.479S129.198 191.445 142.434 191.445S166.4 180.716 166.4 167.479zM431.362 191.435C418.132 191.435 407.406 180.71 407.406 167.479C407.406 154.249 418.131 143.523 431.362 143.523C444.592 143.523 455.318 154.248 455.318 167.479C455.317 180.71 444.592 191.435 431.362 191.435zM520.75 51.945C458.083 2.841 367.474 13.836 318.371 76.504L287.392 30.179L256.709 76.1180000000001C208.432 15.7280000000001 121.087 4.227 58.824 50.063C-5.234 97.2210000000001 -18.935 187.379 28.223 251.4370000000001A186.76199999999997 186.76199999999997 0 0 1 0 308.584L90.286 308.634A358.48 358.48 0 0 0 287.351 362.664A350.382 350.382 0 0 0 479.532 309.3150000000001L575.75 309.241A185.71300000000002 185.71300000000002 0 0 1 547.398 251.592C594.191 188.845 582.3620000000001 100.222 520.75 51.9450000000001zM259.366 166.239C259.359 229.796 207.831 281.314 144.274 281.307C80.717 281.3 29.2 229.772 29.206 166.215C29.213 102.658 80.741 51.14 144.298 51.147C207.811 51.222 259.282 102.686 259.366 166.199V166.239zM287.957 176.694C293.39 250.134 353.467 307.578 427.077 309.716A339.146 339.146 0 0 1 287.35 337.528A356.31 356.31 0 0 1 147.186 310.275C221.53 308.693 282.485 250.851 287.957 176.694zM539.663 205.461C517.671 265.095 451.501 295.6089999999999 391.8680000000001 273.618C332.2340000000001 251.626 301.7200000000001 185.4559999999999 323.7110000000001 125.823V125.791C345.7490000000001 66.184 411.9090000000001 35.7 471.5380000000001 57.678C531.153 79.682 561.6510000000001 145.84 539.663 205.461zM213.624 167.4859999999999V167.3709999999999C213.567 128.0429999999999 181.638 96.2079999999999 142.31 96.2649999999999C102.982 96.322 71.147 128.2509999999999 71.204 167.579C71.261 206.907 103.19 238.742 142.518 238.685C181.7770000000001 238.569 213.56 206.745 213.624 167.4859999999999zM189.112 167.4859999999999V167.5699999999999C189.061 193.3539999999999 168.118 214.215 142.334 214.1639999999999C116.5500000000001 214.113 95.689 193.1699999999999 95.74 167.387C95.791 141.603 116.734 120.742 142.5170000000001 120.793C168.2430000000001 120.906 189.0540000000001 141.761 189.1120000000001 167.4859999999999zM502.535 167.4859999999999V167.4379999999999C502.515 128.1099999999999 470.617 96.2439999999999 431.288 96.2649999999999S360.094 128.1829999999999 360.115 167.512C360.135 206.84 392.033 238.706 431.362 238.685C470.652 238.619 502.483 206.776 502.535 167.4859999999999zM478.031 167.4939999999999C478.022 193.2779999999999 457.113 214.1729999999999 431.329 214.1639999999999C405.545 214.155 384.65 193.2459999999999 384.659 167.4619999999999C384.668 141.678 405.577 120.7839999999999 431.361 120.7919999999999C457.126 120.8379999999999 477.997 141.7199999999999 478.031 167.4849999999999V167.4939999999999z" /> - <glyph glyph-name="tumblr-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM317.7 51.8C309.2 42.7 286.5 32 256.8 32C181.3 32 164.9 87.5 164.9 119.9V209.9H135.2C131.8 209.9 129 212.7 129 216.1V258.6C129 263.1 131.8000000000001 267.1 136.1 268.6C174.9 282.3 187 316.1 188.8 341.8C189.3 348.7 192.9 352 198.8 352H243.1C246.5000000000001 352 249.3 349.2 249.3 345.8V273.8H301.2C304.6 273.8 307.4 271 307.4 267.6V216.5C307.4 213.1 304.6 210.3 301.2 210.3H249.1V127C249.1 105.6 263.9 93.5 291.6 104.6C294.6 105.8 297.2000000000001 106.6 299.6 106C301.8 105.5 303.2000000000001 103.9 304.2000000000001 101.1L318.0000000000001 60.9C319.0000000000001 57.7000000000001 320.0000000000001 54.2 317.7000000000001 51.8z" /> - <glyph glyph-name="tumblr" - unicode="" - horiz-adv-x="320" d=" M309.8 -32.3C296.2 -46.8 259.8 -64 212.4 -64C91.6 -64 65.4 24.8 65.4 76.6V220.6H17.9C12.4 220.6 7.9 225.1 7.9 230.6V298.6C7.9 305.8 12.4 312.2000000000001 19.2 314.6C81.2 336.4000000000001 100.7 390.6 103.5 431.7000000000001C104.3 442.7000000000001 110 448 119.6 448H190.5C196 448 200.5 443.5 200.5 438V322.8H283.5C289 322.8 293.5 318.4 293.5 312.9V231.2C293.5 225.7 289 221.2 283.5 221.2H200.1V88C200.1 53.8 223.8 34.4 268.1 52.2C272.9000000000001 54.1 277.1 55.4 280.8 54.4C284.3 53.5 286.6 51 288.2 46.5L310.2 -17.8C312 -22.8 313.5 -28.4 309.8 -32.3z" /> - <glyph glyph-name="twitch" - unicode="" - horiz-adv-x="448" d=" M40.1 416L10 339.1V24.8H117V-32H177.2L234 24.8H321L438 141.8V416H40.1zM397.9000000000001 161.9L331 95H224L167.2 38.2V95H76.9V375.9H397.9V161.9zM331 299V182.1H290.9V299H331zM224 299V182.1H183.9V299H224z" /> - <glyph glyph-name="twitter-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM351.1 257.2C351.3 254.4 351.3 251.5 351.3 248.7C351.3 162 285.3 62.1 164.7 62.1C127.5 62.1 93 72.9 64 91.5C69.3 90.9 74.4 90.7 79.8 90.7C110.5 90.7 138.7 101.1 161.2 118.7C132.4 119.3 108.2 138.2 99.9 164.2C110 162.7 119.1 162.7 129.5 165.4C99.5 171.5 77 197.9 77 229.8V230.6C85.7 225.7 95.9 222.7 106.6 222.3A65.447 65.447 0 0 0 77.4 276.9C77.4 289.1 80.6 300.3 86.3 310C118.6 270.2 167.1 244.2 221.5 241.4C212.2 285.9 245.5 322 285.5 322C304.4 322 321.4 314.1 333.4 301.3C348.2 304.1 362.4 309.6 375 317.1C370.1 301.9 359.8 289.1 346.2 281C359.4 282.4 372.2 286.1 384 291.2C375.1 278.1 363.9 266.5 351.1 257.2z" /> - <glyph glyph-name="twitter" - unicode="" - horiz-adv-x="512" d=" M459.37 296.284C459.695 291.736 459.695 287.187 459.695 282.639C459.695 143.919 354.112 -15.919 161.137 -15.919C101.685 -15.919 46.457 1.3 0 31.187C8.447 30.213 16.568 29.888 25.34 29.888C74.395 29.888 119.553 46.456 155.614 74.72C109.482 75.6950000000001 70.822 105.908 57.502 147.492C64 146.518 70.497 145.868 77.32 145.868C86.741 145.868 96.163 147.168 104.934 149.441C56.853 159.188 20.791 201.421 20.791 252.426V253.725C34.76 245.928 51.005 241.055 68.222 240.406C39.958 259.249 21.441 291.411 21.441 327.7970000000001C21.441 347.289 26.638 365.1570000000001 35.735 380.751C87.39 317.076 165.035 275.493 252.1 270.944C250.4760000000001 278.741 249.5010000000001 286.862 249.5010000000001 294.9840000000001C249.5010000000001 352.812 296.283 399.918 354.4350000000001 399.918C384.6480000000001 399.918 411.9370000000001 387.248 431.1050000000001 366.781C454.8200000000001 371.329 477.5610000000001 380.101 497.7040000000001 392.121C489.9060000000001 367.755 473.3380000000001 347.288 451.5720000000001 334.294C472.6890000000001 336.567 493.1560000000001 342.416 511.998 350.5370000000001C497.7060000000001 329.746 479.837 311.2290000000001 459.3700000000001 296.284z" /> - <glyph glyph-name="typo3" - unicode="" - horiz-adv-x="433.3" d=" M330.8 107C323.8 104.7 319.2 104.7 312.3 104.7C255.1 104.7 171.7 303.2 171.7 369.6C171.7 394.3 177.1 402 185.6 409C116.1 400.5 36.3 375 9.3 342.6C3.9 334.9 0 321.8 0 305.5C0 202 106.8 -32 184.1 -32C220.4 -32 281.4 27.5 330.8 107M294.5 416C366.3 416 433.3 404.4 433.3 363.5C433.3 280.9 380.8 181.2 354.5 181.2C306.6 181.2 252.8 313.3 252.8 379.7C252.8 410.6 264.4000000000001 416 294.5 416" /> - <glyph glyph-name="uber" - unicode="" - horiz-adv-x="448" d=" M414.1 416H33.9C15.2 416 0 400.8 0 382.1V2C0 -16.8 15.2 -32 33.9 -32H414C432.7 -32 447.9 -16.8 447.9 1.9V382.1C448 400.8 432.8 416 414.1 416zM237.6 56.9C163 49.4 96.4 103.8 88.9 178.4H183.3V158C183.3 154.3 186.3 151.2 190.1 151.2H258C261.7 151.2 264.8 154.2 264.8 158V225.9C264.8 229.6 261.8 232.7 258 232.7H190.1C186.4 232.7 183.3 229.7 183.3 225.9V205.5H88.9C95.9 274.9 154.3 327.7 224 327.7C293.7 327.7 352.1 274.9 359.1 205.5C366.6 131 312.2000000000001 64.4 237.6 56.9z" /> - <glyph glyph-name="uikit" - unicode="" - horiz-adv-x="448" d=" M443.9 320V64L218 -64L0 64V278.3L87.6 233.2V116.2000000000001L221.1 40.7L356.9 116.2000000000001V267.2000000000001L255.8 324.8000000000001L343.4 377.9000000000001L443.9 320zM308.6 398.9L223.8 448L135.2 393.2L221.2 345.9L308.6 398.9z" /> - <glyph glyph-name="uniregistry" - unicode="" - horiz-adv-x="384" d=" M281.1 227.9H384V242.7H281.1V227.9zM281.1 265H384V277.4H281.1V265zM281.1 190.8H384V208.1H281.1V190.8zM123.4 104.1H8.5C11.1 95.6 14.3 87.3 18.1 79.3H156.4C143.5 85 132.3 93.5 123.4 104.1M269.1 116.5H378.8C380.6 123.8 381.9000000000001 131.2 382.7 138.8H278.3C276.2 130.9 273.1 123.4 269.1 116.5M227.6 79.4H367C370.7 87.4 372.8 95.6 375.5 104.2H260.5C251.7 93.5 240.4 85 227.6 79.4M384 416H281.1V413.5H384V416zM192 -32C231.5 -32 268.2 -20.2 298.8 0.2H85.3C115.8 -20.2 152.5 -32 192 -32M281.1 302.2H384V312H281.1V302.2zM281.1 339.3H384V346.7H281.1V339.3zM281.1 376.4H384V381.3H281.1V376.4zM102.9 277.4H0V265H102.9V277.4zM38.8 42.3H344.1C350.8 50.8 356.7000000000001 59.9 361.9000000000001 69.5H23C28.2 59.9 32.2 50.8 38.8 42.3M102.9 161.1V173.5H0V161.1C0 158.6 0 156.1 0.1 153.7000000000001H103.2C103 156.1 102.9 158.6 102.9 161.1M281.1 161.1C281.1 158.6 281 156.1 280.7 153.7000000000001H383.8C383.9 156.2000000000001 384 158.6 384 161.1V173.5H281.1V161.1zM78.1 5.1H305.8C317.6 13.8 328.5 23.7 338 34.8H44.9C54.5 23.8 66.3 13.8 78.1 5.1M102.9 381.3H0V376.4H102.9V381.3zM102.9 416H0V413.5H102.9V416zM102.9 242.7H0V227.9H102.9V242.7zM102.9 208.1H0V190.8H102.9V208.1zM102.9 312H0V302.1H102.9V312zM102.9 346.7H0V339.3H102.9V346.7zM105.7 138.8H1.3C2.2 131.2 3.5 123.8 5.2 116.5H114.9C110.9 123.4 107.7 130.9 105.7 138.8" /> - <glyph glyph-name="untappd" - unicode="" - horiz-adv-x="640" d=" M401.3 398.1C321.5 238 316.7000000000001 245.6 313.4 224.9L308.2 192.1C306.3 180.1 301.6 168.6 294.5 158.7000000000001L145.6 -49.1C138 -59.7 125.2 -65.3000000000001 112.2 -63.7C71.9 -58.7 34.4 -31.5000000000001 16.9 4.8C11.2 16.6 12.4 30.6 20 41.1999999999999L168.9 249.1C176 259 185.3 267.0999999999999 196.1 272.8L225.4 288.3C243.9 298.0999999999999 235.1 300.2 361 427.2C362 432 362 434.5 364.6 435.2C367.6 435.8999999999999 371.2000000000001 436.2 370.9000000000001 439.8L370.5000000000001 444.3999999999999C370.3000000000001 446.3 371.8000000000001 448 373.7000000000001 448C378.2000000000001 448.0999999999999 386.9000000000001 446.8 399.3000000000001 438C411.6000000000001 429.0999999999999 415.7000000000001 421.2 417.0000000000001 416.8999999999999C417.6000000000001 415.0999999999999 416.4000000000001 413.2 414.6000000000001 412.7L410.1000000000001 411.5999999999999C406.7000000000001 410.7 407.6000000000001 407.2 407.8000000000001 404.2C407.9000000000001 401.3999999999999 405.5000000000001 400.5999999999999 401.3000000000001 398.0999999999999zM230.1 411.6C233.5 410.7 232.6 407.2 232.4 404.2C232.2 401.5 234.5 400.7 238.8 398.2C246.7 382.3 254.1 367.7 261 354.2C261.7 352.9 263.3 352.7 264.3 353.7C275.5 365.7 288.9000000000001 379.9 304.8 396.3C306.1 397.7 306.2 399.8 304.9000000000001 401.2C296.9000000000001 409.4 288.4000000000001 418.1 279.3 427.3C278.3 432 278.3 434.6 275.7 435.3C272.7 436.1 269.1 436.3 269.4 439.9C269.7 443.2 270.8 448 266.6 448.1C262.1 448.2 253.4 447 241 438.1C228.7 429.2 224.6 421.3 223.3 417C221.9 412.8 226.9 412.4 230.1 411.6zM620 41.3L471.2 249.2C458 267.7 444.6 272.6 414.8 288.3C403.6 294.2 400.6 299.2 384.3 317.2C383.3 318.3 381.4000000000001 318.1 380.7 316.7C334.4 227.9 333.6 233.9 331.7 221.9C330 211.2 330.4 201.9 332 192.1C333.9 180.1 338.6 168.6 345.7 158.7L494.6 -49.2C502.2 -59.8000000000001 514.8000000000001 -65.4000000000001 527.7 -63.9C568 -59.0000000000001 605.7 -31.9 623.4000000000001 4.6999999999999C628.8000000000001 16.5999999999999 627.7 30.5999999999999 620.0000000000001 41.3z" /> - <glyph glyph-name="usb" - unicode="" - horiz-adv-x="640" d=" M641.5 192C641.5 188.9 639.8 185.9 637 184.5L547.9 131C546.5 130.2 545.1 129.6 543.4 129.6C542 129.6 540.3 129.9 538.9 130.7000000000001C536.1 132.4 534.4 135.2000000000001 534.4 138.5000000000001V174.1000000000001H295.7C321 134.5000000000001 336.2 67.2000000000001 365.3 67.2000000000001H392V94C392 99 395.9 102.9 400.9 102.9H490C495 102.9 498.9 99 498.9 94V4.9C498.9 -0.1 495 -4 490 -4H400.9C395.9 -4 392 -0.1 392 4.9V31.6H365.3C289.9 31.6 284.2000000000001 174.1 240.6 174.1H140.3C132.2 143.5 104.4 120.6 71.3 120.6C32 120.7 0 152.7 0 192S32 263.3 71.3 263.3C104.4 263.3 132.3 240.5 140.3 209.8C179.4 209.8 184.2 200.3 214.9 270.2000000000001C255 359.3 273 352.3 323.8 352.3C331.3 373.2 350.8 387.9 374.2 387.9C403.7 387.9 427.7 364 427.7 334.4S403.8 280.9 374.2 280.9C350.8 280.9 331.3 295.7000000000001 323.8 316.5H294C264.9 316.5 249.7 249.1 224.4 209.6H534.5V245.2C534.5 248.5 536.2 251.3 539 253C541.8 254.7 545.4 254.4 547.9 252.7L637 199.2C639.8 198.1 641.5 195.1 641.5 192z" /> - <glyph glyph-name="ussunnah" - unicode="" - horiz-adv-x="512" d=" M156.8 162.9L162.5 148.5H154.3C153 151.7 151.2 156.2 150.5 158C148 164.3 149.4 166.4 150.5 168C152.4 170.7 153.7 172.4 154.1 173.2C154.1 171 154.9 167.5 156.8 162.9zM454.1 144.1C452 130.3 448.4000000000001 117 443.6 104.4L486.6 81L441.8 99.8C436.5 86.6 429.8 74.2 421.9000000000001 62.6L456.1 32.4L419.3 58.8C410.9000000000001 47 401.3 36.2 390.6 26.5L415.5 -8.2L387.4 23.6C376.4 14 364.3 5.6 351.3 -1.5L367 -38.7L347.7 -3.4C334.5999999999999 -10.2 320.7 -15.5 306.0999999999999 -19.3L312.7999999999999 -57.6999999999999L302.2999999999999 -20.3C287.9999999999999 -23.6999999999999 273.0999999999999 -25.6 257.7999999999999 -25.6999999999999L256 -64L254.1 -25.6C238.8 -25.5 223.9 -23.6 209.6 -20.3L199 -57.6L205.7 -19.4C191.1 -15.7 177.1 -10.3 164 -3.6L144.8 -38.7L160.4 -1.7C147.4 5.3 135.2 13.6999999999999 124.2 23.4L96.3 -8.2L121 26.1999999999999C110.3 35.8999999999999 100.6 46.6999999999999 92.2 58.4999999999999L55.7 32.3L89.6 62.1999999999999C81.7 73.8 75 86.3 69.6 99.4999999999999L25.2 80.8L67.8 104C63 116.7 59.4 130.1 57.3 143.9L6.3 134.9L56.6 149.1C55.5 157.6 54.9 166.2 54.9 175C54.9 179.6999999999999 55.1 184.3999999999999 55.4 189.1L0 192L56 194.8C57.3 207.9 59.8 220.6 63.5 232.9L6.4 249L65.3 238.6C69.3 250.6 74.4 262.1 80.5 273L25.4 303L83.7 278.4C90 289 97.2 298.8 105.3 308L55.8 351.6L109.7 312.9C117.8 321.5 126.7 329.4 136.3 336.5L96.3 392.1L141.9 340.5C151.4 347.1 161.6 352.8 172.2 357.7L144.9 422.6L178.7 360.5C189.2 364.9 200.1 368.4 211.4 370.9L199 441.6L218.5 372.4C229.5 374.5 240.8 375.6 252.3 375.8L256 448L259.6 375.8C271.1 375.6 282.4000000000001 374.4 293.4000000000001 372.3L313 441.6L300.6 370.9C311.9000000000001 368.3 322.8 364.8 333.2000000000001 360.4L367.1 422.6L339.7000000000001 357.5C350.3000000000001 352.6 360.4000000000001 346.8 369.9000000000001 340.3L415.7000000000001 392.1L375.6 336.2C385.1 329.1 394 321.2 402.1 312.6L456.3 351.5L406.6 307.6C414.6 298.5 421.8 288.7 428.1 278.2L486.8 302.9L431.3 272.7C437.4000000000001 261.8 442.4000000000001 250.4 446.4000000000001 238.4L505.7 248.8L448.2000000000001 232.6C451.9 220.4 454.4 207.7 455.7 194.7L512 192L456 189.2C456.3 184.6 456.5 179.9 456.5 175.1C456.5 166.4 455.9 157.8 454.9 149.3L505.6 135L454.1 144.1zM432.3 175.1C432.3 272.6 353.3 351.6 255.8 351.6S79.3 272.6 79.3 175.1S158.3 -1.4 255.8 -1.4S432.3 77.6 432.3 175.1zM408.3 175.1C408.3 90.8 340 22.5 255.7 22.5S103.1 90.8 103.1 175.1S171.4 327.7000000000001 255.7 327.7000000000001S408.3 259.4000000000001 408.3 175.1zM195 207C195 204.9 196.3 203.2 198.6 201.9C201.9 200 204.8 197.3 206.8 193.7C209.6 199.4 211.1 203.2 211.1 204.9C211.1 207.1 210 209.3 207.9 211.9C205.8 214.4 204.7 217.1 204.6 219.6C198.1 212.8 195 208.7 195 207zM154.3 226C154.3 223.9 155.6 222.2 157.9 220.9C161.4 219 164.1 216.3 166.1 212.7C168.9 218.4 170.4 222.2 170.4 223.9C170.4 226.1 169.3 228.3 167.2 230.9C165.1 233.4 164 236.1 163.9 238.6C157.4 231.8 154.3 227.7 154.3 226zM135.3 226C135.3 223.9 136.6 222.2 138.9 220.9C142.2 219 145.1 216.3 147.1 212.7C149.9 218.4 151.4 222.2 151.4 223.9C151.4 226.1 150.3 228.3 148.2 230.9C146.1 233.4 145 236.1 144.9 238.6C138.5 231.8 135.3 227.7 135.3 226zM340.2000000000001 138.1C331.8000000000001 141.1 331.5000000000001 144.9 331.5000000000001 153.7000000000001V266C323.3000000000001 253.5 317.3000000000001 247.4 313.5000000000001 247.4C319.8000000000001 233 323.0000000000001 223.5 323.0000000000001 219.1V154.8C323.0000000000001 152.6 320.8000000000001 148.3 318.3000000000001 148.3H300.3000000000001C297.5000000000001 155.8 290.1000000000001 175.2 285.0000000000001 188.6C283.0000000000001 186.1 277.8000000000001 179.4 274.3000000000001 174.9C276.7000000000001 173.3 278.4000000000001 171.3 279.5000000000001 168.6C282.1000000000001 161.9 285.9000000000001 152.1 287.4000000000001 148.4H278.2000000000001C274.3000000000001 158.8 268.6 173.8 266.4000000000001 179.5000000000001C264.4000000000001 177.0000000000001 259.2000000000001 170.3000000000001 255.7000000000001 165.8000000000001C258.1 164.2000000000001 259.8000000000001 162.2000000000001 260.9000000000001 159.5000000000001C261.7000000000001 157.5000000000001 263.7000000000001 152.2000000000001 265.2000000000001 148.6000000000001H256C254.5 152.7000000000001 250.4 163.2000000000001 247.6 170.6000000000001C245.6 168.1000000000001 240.4 161.4000000000001 236.9 156.9000000000001C239.4 155.3000000000001 241.2 153.3000000000001 242.1 150.6000000000001C242.3 150.0000000000001 242.6 149.2000000000001 242.7 148.9000000000001H225C220.4 162.8000000000001 213.6 176.6000000000001 213.6 183.0000000000001C213.6 185.2000000000001 213.9 188.1000000000001 214.7 191.2000000000001C205.9 180.4000000000001 200.7 175.3000000000001 200.7 166.2000000000001C200.7 158.7000000000001 211.1 137.9000000000001 211.1 132.9000000000001C211.1 131.2000000000001 210.6 129.6000000000001 209.7 128.0000000000001C200.1 140.7000000000001 194.2 148.7000000000001 190.9 148.7000000000001H178.9L167.7 176.7000000000001C163.9 186.3000000000001 162 192.7000000000001 162 195.5000000000001C162 199.3000000000001 162.5 203.2000000000001 163.7 207.7000000000001C162.7 206.4000000000001 160 203.0000000000001 158.2 200.6000000000001C157.4 202.7000000000001 155.1 208.3000000000001 153.6 212.1000000000001C151.5 209.6000000000001 146.1 203.0000000000001 142.4 198.5000000000001C143.3 196.2000000000001 145.7 190.4000000000001 147.3 186.3000000000001C144.8 183.0000000000001 138.2 174.5000000000001 133.7 168.6000000000001C129.7 163.3000000000001 127.9 155.3000000000001 131 146.8000000000001C133.5 140.1000000000001 133 138.9000000000002 129.3000000000001 132.7000000000001H191C196.5 132.7000000000001 205.3 118.7000000000001 206.5 110.7000000000001C219.7 126.7000000000001 221.9 130.3000000000001 223.3 132.3000000000001H330.3C334.2 132.3000000000001 337.5 134.2000000000001 340.2 138.1000000000001zM360.3000000000001 164.7000000000001V266.3C351.3000000000001 253.8 344.4000000000001 247.7 339.6000000000001 247.7C346.7000000000001 233.3 350.3000000000001 223.8 350.3000000000001 219.4V153.1C350.3000000000001 135.6 358.9000000000001 132.7000000000001 374.3000000000001 132.7000000000001C382.4000000000001 132.7000000000001 386.8000000000001 133.5000000000001 388.0000000000001 135.4C383.7000000000001 137.0000000000001 380.4000000000001 137.9 378.1000000000001 138.7000000000001C370.0000000000001 141.9 360.3000000000001 146.1 360.3000000000001 164.7000000000001z" /> - <glyph glyph-name="vaadin" - unicode="" - horiz-adv-x="448" d=" M224.5 307.3C226 324.9 229.4 360 274.3 360H372.9C393.6 360 405 367.8 405 381.6V393.9C405 406.1 414.3 416 426.5 416S448 406.1 448 393.9V357.4C448 314.5 426.5 295.4 381.2 295.4H280.7C250.6 295.4 247.7 280.7000000000001 247.7 268.3C247.7 267 247.6 265.8 247.5 264.6C246.8 252.3 236.6 242.4000000000001 224.1 242.4000000000001S201.4 252.2000000000001 200.7 264.6C200.6 265.8 200.5 267 200.5 268.3C200.5 280.6 197.5 295.4 167.5 295.4H66.8C21.5 295.4 0 314.5 0 357.4V393.9C0 406.1 9.4 416 21.6 416S43.1 406.1 43.1 393.9V381.6C43.1 367.8 54.5 360 75.2 360H173.8C218.6 360 222.1 324.9 223.6 307.3H224.5zM224 -8C235.5 -8 245.4 -1 249.7 8.3C250.8 10.1 346.8 177.9 347.9 179.7000000000001C359.8 199.3000000000001 344.7 224.0000000000001 320.7 224.0000000000001C306.8 224.0000000000001 297.4 217.6000000000001 290.9 203.7000000000001L224 86L157.1 203.7C150.7 217.6 141.2 224 127.3 224C103.3 224 88.2 199.4 100.1 179.7C101.2 177.8 197.2 10.1 198.3 8.3C202.6 -1.0000000000001 212.5 -8.0000000000001 224 -8.0000000000001z" /> - <glyph glyph-name="viacoin" - unicode="" - horiz-adv-x="384" d=" M384 416H320L239.3 224H144.8L64 416H0L48 304H0V256H68.5L82.3 224H0V176H102.8L192 -32L281.2 176H384V224H301.7L315.5 256H384V304H336L384 416zM192 112L165 176H219L192 112z" /> - <glyph glyph-name="viadeo-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM280.7 66.8C238.3 20.6 160.7 20.2 118.3 66.8C50.3 140.4 98.5 262.9 199.5 262.9C212.8 262.9 226.1 260.8 238.6 256.2000000000001C234.3 247.8 231.3 238.6 230.2 229.1C220.5 233.2 210 235.1 199.5 235.1C150.7 235.1 114.9 193.4 114.9 146.2000000000001C114.9 103.2000000000001 143.4 67.5000000000001 184.4 60.3000000000001C245.9 84.3000000000001 257.3 177.9000000000001 257.3 235.3000000000001C257.3 242.6000000000001 257.3 250.1000000000001 256.7 257.4000000000001C245.5 290.3000000000001 230.1 322.0000000000001 212.5 351.9000000000001C239.6 333.6000000000001 254.4 289.4000000000001 256.7 257.8000000000001V257.4000000000001C264.4 234.9000000000001 268.5 211.2000000000001 268.5 187.4000000000001C268.5 133.3000000000001 246.6 88.4000000000001 200.2 59.2000000000001L197.8 59.0000000000001C247.8 58.0000000000001 284 97.6000000000001 284 146.2000000000001C284 158.4000000000001 281.9 170.5000000000001 277.1 181.9000000000001C286.6 183.8000000000001 295.6 187.5000000000001 303.5 192.4000000000001C318.8 155.8000000000001 316.1 105.1000000000001 280.7 66.8000000000001zM309 214.3C295.7 214.3 283.9 221.4 274.6 230.4C296.5 242.4 324.2000000000001 261.1 336.9000000000001 283.4C338.4000000000001 286.4 341.0000000000001 292 341.4000000000001 295.4C328.9000000000001 267.5 297.2000000000001 245.6 267.5 238.7C262.8 246 260 254.2 260 263C260 273.3 265.2 287.1 272.9 294.6C294.5 315.1 325.9 303.1 345.3 344.6C377.8 298.4 358.4 214.3 309 214.3z" /> - <glyph glyph-name="viadeo" - unicode="" - horiz-adv-x="448" d=" M276.2 297.5V296.8C258.3 349.4 233.6 400.2 205.4 448C248.7 418.8 272.4 348 276.2 297.5zM308.9 175.8C316.5 157.6 319.9 138.3 319.9 118.8C319.9 41.1 262.1 -22.2 182.1 -20.6L185.9 -20.3C260.1 26.4 295.2 98.3 295.2 184.8C295.2 222.9 288.7 260.7 276.3 296.8C277.3 285.1 277.3 273.1 277.3 261.4C277.3 169.6 259.2 19.8 160.7 -18.6C95 -7.2 49.4 50 49.4 118.8C49.4 194.4 106.8 261.1 184.8 261.1C201.6 261.1 218.5 258 233.9 251.5000000000001C235.6 266.6 240.4 281.4000000000001 247.3 294.8C227.4 302 206.1 305.5 184.8 305.5C23.3 305.5 -53.9 109.6 54.9 -8.2C122.8 -82.7999999999999 246.9 -82.1 314.7000000000001 -8.2C371.3000000000001 53.1 375.6 134.2000000000001 351.1 192.8C338.4000000000001 184.8 324 178.9 308.9000000000001 175.8zM418.1 436.3C387.1 369.8 336.8 389.1 302.3 356.2C289.9000000000001 344.2 281.7 322.2 281.7 305.7C281.7 291.6 286.2 278.6 293.7 266.9C341.1 277.9 392 312.9 411.9 357.6C411.2 352.1 407.1 343.2 404.7 338.4C384.4 302.7 340.1 272.8 305 253.5C319.8 239.1 338.7 227.7 360 227.7C439 227.7 470.1 362.3 418.1 436.3z" /> - <glyph glyph-name="viber" - unicode="" - horiz-adv-x="512" d=" M444 398.1C431.3 409.8 379.9 447.1 265.3 447.6C265.3 447.6 130.2 455.7 64.4 395.3C27.8 358.7 14.9 305 13.5 238.5C12.1 172 10.4 47.4 130.5 13.6H130.6L130.5 -38S129.7 -58.9 143.5 -63.1C160.1 -68.3000000000001 169.9 -52.4 185.8 -35.3C194.5 -25.9 206.5 -12.1 215.6 -1.6C297.8 -8.5 360.9000000000001 7.3 368.1 9.6C384.7000000000001 14.9999999999999 478.6 26.9999999999999 493.8 151.6C509.6 280.2 486.2 361.4 444 398.1zM457.9 161C445 57 368.9 50.4 354.9 45.9C348.9 44 293.4 30.2 223.7 34.7C223.7 34.7 171.7 -28 155.5 -44.3C150.2 -49.6 144.4 -49.1 144.5 -38.6C144.5 -31.7 144.9 47.1 144.9 47.1C144.8 47.1 144.8 47.1 144.9 47.1C43.1 75.3 49.1 181.4 50.2 236.9C51.3 292.4 61.8 337.9 92.8 368.5C148.5 419 263.2000000000001 411.5 263.2000000000001 411.5C360.1 411.1 406.5000000000001 381.9 417.3000000000001 372.1C453.0000000000001 341.5 471.2 268.3 457.9000000000001 161zM318.9 241.8C319.3 233.2 306.4 232.6 306 241.2C304.9 263.2000000000001 294.6 273.9000000000001 273.4 275.1C264.8 275.6 265.6 288.5 274.1 288C302 286.5 317.5 270.5 318.9 241.8zM339.2 230.5C340.2 272.9 313.7 306.1 263.4 309.8C254.9 310.4 255.8 323.3 264.3 322.7000000000001C322.3 318.5 353.2 278.6 352.1 230.2C352 221.6 339 222 339.2 230.5000000000001zM386.2 217.1C386.3 208.5 373.3 208.4 373.3 217C372.7 298.5 318.4000000000001 342.9 252.5 343.4C244 343.5 244 356.3 252.5 356.3C326.2 355.8 385.5 304.9 386.2 217.1zM374.9 119V118.8C364.1 99.8 343.9 78.8 323.1 85.5L322.9 85.8C301.8 91.7 252.1 117.3 220.7 142.3C204.5 155.1 189.7 170.2 178.3 184.7C168 197.6 157.6 212.9 147.5 231.3C126.2 269.8 121.5 287 121.5 287C114.8 307.8 135.7 328 154.8 338.8H155C164.1999999999999 343.6 173 342 178.9 334.9C178.9 334.9 191.3 320.1 196.5999999999999 312.8C201.5999999999999 306 208.2999999999999 295.1 211.7999999999999 289C217.8999999999999 278.1 214.0999999999999 267 208.0999999999999 262.4L196.0999999999999 252.8C190 247.9 190.7999999999999 238.8 190.7999999999999 238.8S208.5999999999999 171.5 275.0999999999999 154.5C275.0999999999999 154.5 284.2 153.7 289.0999999999999 159.8L298.7 171.8C303.3 177.8 314.3999999999999 181.6 325.3 175.5C340 167.2 358.7 154.3 371.1 142.6C378.1 136.9 379.7 128.2000000000001 374.9 119z" /> - <glyph glyph-name="vimeo-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM383.8 266.4C382.4000000000001 235.3 360.6 192.6 318.5 138.5C275 82 238.2 53.7 208.1 53.7C189.4 53.7 173.7 70.9 160.8 105.3C135.6 197.6 124.9 251.7 104.1 251.7C101.7 251.7 93.3 246.7 79 236.6L64 256C100.9 288.4 136.1 324.4 158.1 326.4C183 328.8 198.3 311.8 204.1 275.3C224.6 145.7000000000001 233.7 126.1 270.9 184.8C284.3 206 291.5 222 292.4 233.1C295.8 265.9000000000001 266.8 263.7000000000001 247.2 255.3C262.9 306.8 293 331.8 337.3 330.4C370.2 329.4 385.7 308 383.8 266.4z" /> - <glyph glyph-name="vimeo-v" - unicode="" - horiz-adv-x="448" d=" M447.8 294.4C445.8 250.8 415.4000000000001 191.1 356.4 115.3C295.5 36.1 244 -3.5 201.8 -3.5C175.7 -3.5 153.6 20.6 135.5 68.8C100.3 198 85.3 273.7 56.2 273.7C52.8 273.7 41.1 266.6 21 252.6L0 279.8C51.6 325.1 100.9 375.5 131.8 378.3C166.7 381.7000000000001 188.1 357.8 196.2 306.8C224.9 125.3 237.6 97.9 289.8 180.1C308.5 209.7 318.6 232.2 320 247.7C324.8 293.6 284.2 290.5 256.7 278.7000000000001C278.7 350.8 320.8 385.8 382.9 383.8C428.7 382.6 450.4 352.7000000000001 447.8 294.4z" /> - <glyph glyph-name="vimeo" - unicode="" - horiz-adv-x="448" d=" M403.2 416H44.8C20.1 416 0 395.9 0 371.2V12.8C0 -11.9 20.1 -32 44.8 -32H403.2C427.9 -32 448 -11.9 448 12.8V371.2C448 395.9 427.9 416 403.2 416zM377 267.2C375.6 235.7 353.6 192.5 311 137.8C267 80.6 229.7 51.9999999999999 199.3 51.9999999999999C180.4 51.9999999999999 164.5 69.3999999999999 151.4 104.3C125.9 197.6 115 252.3 94 252.3C91.6 252.3 83.1 247.2 68.6 237.1L53.4 256.7C90.7 289.5 126.3 325.9 148.6 327.9C173.8 330.3 189.3 313.1 195.1 276.2C215.8 145 225 125.1999999999999 262.7 184.6C276.2 206 283.5 222.3 284.5 233.5C288 266.7 258.6 264.4 238.7 255.9C254.6 308 285 333.3 329.9 331.9C363.2 331 378.9 309.4 377 267.2z" /> - <glyph glyph-name="vine" - unicode="" - horiz-adv-x="384" d=" M384 193.3V141.2C365.6 137 347.1 135.1 331.9 135.1C295 57.6999999999999 228.9 -8.7 206.8 -21.1C192.8 -29 179.7 -29.5 164.1 -20.3C137 -4 34.2 80.3 0 345.3H74.5C93.2 186.2 139 104.6 189.3 43.5C217.2 71.4 244.1 108.6 264.9 150.4C215.1 175.7 184.8 231.3 184.8 296C184.8 361.6 222.5 411.1 287 411.1C401.9 411.1 393.2 283.2 368.6 229.6C368.6 229.6 322.2000000000001 220.4 305.1 250.1C308.5 261.4 313.3 280.9 313.3 298.6C313.3 329.9 302 345.2 284.9000000000001 345.2C266.7000000000001 345.2 254.1 328.1 254.1 295.2C254.2 216 313.5 176.5 384 193.3z" /> - <glyph glyph-name="vk" - unicode="" - horiz-adv-x="576" d=" M545 330.3C548.7 342.8 545 352 527.2 352H468.3000000000001C453.3000000000001 352 446.4000000000001 344.1 442.7000000000001 335.3C442.7000000000001 335.3 412.7000000000001 262.2 370.3000000000001 214.8C356.6000000000001 201.1 350.3000000000001 196.7 342.8000000000001 196.7C339.1000000000001 196.7 333.4000000000001 201.1 333.4000000000001 213.6V330.3C333.4000000000001 345.3 329.2000000000001 352 316.8000000000001 352H224.2000000000001C214.8000000000001 352 209.2000000000001 345 209.2000000000001 338.5C209.2000000000001 324.3 230.4000000000001 321 232.6000000000001 281V194.2C232.6000000000001 175.2 229.2000000000001 171.7 221.7000000000001 171.7C201.7000000000001 171.7 153.1000000000001 245.1 124.3000000000001 329.1C118.5000000000001 345.4 112.8000000000001 352 97.7000000000001 352H38.8C22 352 18.6 344.1 18.6 335.3C18.6 319.7 38.6 242.2 111.7 139.8C160.4 69.9 229 32 291.4 32C328.9 32 333.5 40.4 333.5 54.9C333.5 121.7 330.1 128 348.9 128C357.6 128 372.6 123.6 407.6 89.9C447.6 49.9 454.2 32 476.6 32H535.5C552.3 32 560.8 40.4 555.9 57C544.6999999999999 91.9 469 163.7 465.6 168.5C456.9 179.7 459.4 184.7 465.6 194.7C465.7 194.8 537.5999999999999 296 545 330.3z" /> - <glyph glyph-name="vnv" - unicode="" - horiz-adv-x="640" d=" M104.9 96C70.8 96 58.5 126.4 58.5 126.4L2.6 237.9S-7.8 256 13 256H45.8C56.2 256 59 247.3 64.6 237.9L101.3 163.4S106.5 150.3 122.4 150.3S143.5 163.4 143.5 163.4L180.2 237.9C185.8 247.4 188.6 256 199 256H231.8C252.6 256 242.2 237.9 242.2 237.9L186.4 126.4S174.2 96 140 96H104.9zM499.9 96C465.8 96 453.5 126.4 453.5 126.4L397.6 237.9S387.2 256 408 256H440.8C451.2 256 454 247.3 459.6 237.9L496.3 163.4S501.5 150.3 517.4 150.3S538.5 163.4 538.5 163.4L575.3 237.9C580.9 247.4 583.6999999999999 256 594.0999999999999 256H627C647.8 256 637.4 237.9 637.4 237.9L581.5 126.4S569.3 96 535.1 96H499.9zM337.6 256C371.7000000000001 256 384 225.6 384 225.6L439.9 114.1S450.3 96 429.5 96H396.7C386.3 96 383.5 104.7 377.9 114.1L341.2 188.6S336 201.7 320.1 201.7C304.2 201.7 299 188.6 299 188.6L262.3 114.1C256.7 104.7000000000001 253.9 96 243.5 96H210.5999999999999C189.7999999999999 96 200.1999999999999 114.1 200.1999999999999 114.1L256.0999999999999 225.6S268.2999999999999 256 302.4999999999999 256H337.5999999999999z" /> - <glyph glyph-name="vuejs" - unicode="" - horiz-adv-x="448" d=" M356.9 383.7H280L224 295.1L176 383.7000000000001H0L224 0L448 383.7H356.9zM55.7 351.7H109.5L224 153.5L338.4 351.7H392.2L224 63.5L55.7 351.7z" /> - <glyph glyph-name="weibo" - unicode="" - horiz-adv-x="512" d=" M407 270.4C414.6 294.4 393.6 317.2 369.6 312.1C347.6 307.3 340.8 340.2000000000001 362.5 344.9000000000001C412.6 355.8 454.8 307.8 439 260.1C432.2 238.9000000000001 400.2 249.3 407 270.4000000000001zM214.8 1.3C108.5 1.3 0 52.7 0 137.6C0 181.9 28 233.0000000000001 76.3 281.3C176 381 279.5 382.2 249.9 287C245.9 273.9 262.2 281.3 262.2 281C341.7 314.6 402.7 297.8 376.2 229.6C372.5 220.2 377.3 218.7 384.5 216.5C520.2 174.2 419.3 1.3 214.8 1.3zM358.5 147.6C353.1 203.3 280 241.6 195.1 233.3C110.3 224.7 46.3 173 51.7 117.3S130.2 23.3 215.1 31.6C299.9 40.2 363.9 91.9 358.5 147.6zM347.9 412.9C322 407.3 331.1 369.2 356.2 374.6C428.5 389.8 491 321.8 467.9 250.6C460.5 226.4 497 213.6 505.3 238.6C537.1999999999999 338.4 450.2 434.5 347.9 412.9zM269.4 101.9C252.3 63.1 202.6 41.9 160.3 55.6C119.5 68.7 102.3 108.9999999999999 120 145.3C137.7 180.6999999999999 183.1 200.7 223.4 190.4C265.4 179.6 286.5 140.2 269.4 101.9zM183.1 131.9C170.2 137.3 153.1 131.6 145.1 119C136.8 106.1 140.8 91 153.7 85C166.8 79 184.5 84.7 192.8 97.9C200.8 111 196.5 126.2 183.1 131.9zM215.7 145.3C210.6 147 204.3 144.6999999999999 201.4 139.9C198.5 134.8 200 129.3 205.0999999999999 127C210.1999999999999 125 216.7999999999999 127.3 219.6999999999999 132.4C222.5 137.6 220.7999999999999 143.3 215.6999999999999 145.3z" /> - <glyph glyph-name="weixin" - unicode="" - horiz-adv-x="576" d=" M385.2 280.4C391.6 280.4 397.8 280.1 404 279.3C387.4 357.7 303.3 416 207.7 416C100.5 416 13 343.2 13 250.6C13 197.2 42.3 153.1 90.9 119L71.6 60.4L139.6 94.5C164 89.7 183.4 84.8 207.8 84.8C214 84.8 219.9 85.1 226.1 85.6C222.1 98.5 219.9 112.2000000000001 219.9 126.4C219.8000000000001 211.3000000000001 292.8000000000001 280.4000000000001 385.2000000000001 280.4000000000001zM280.7 333.3C295.2 333.3 304.9 323.6 304.9 308.9C304.9 294.4 295.2 284.7000000000001 280.7 284.7000000000001C265.9 284.7000000000001 251.4 294.4 251.4 308.9C251.5 323.6 266 333.3 280.7 333.3zM144.3 284.7000000000001C129.8 284.7000000000001 115 294.4 115 308.9C115 323.7 129.8 333.3 144.3 333.3C159.1 333.3 168.7 323.6 168.7 308.9C168.7 294.3 159.1 284.7000000000001 144.3 284.7000000000001zM563 128.6C563 206.5 485.1 269.9000000000001 397.6 269.9000000000001C304.9000000000001 269.9000000000001 232.2 206.5 232.2 128.6S305 -12.7 397.6 -12.7C416.9000000000001 -12.7 436.5 -7.6 456.2 -2.8L509.6 -32.1L494.8 16.5C534 45.9 563 84.8 563 128.6zM343.9 153.1C334.2 153.1 324.6 162.8 324.6 172.7000000000001C324.6 182.4 334.3 192.0000000000001 343.9 192.0000000000001C358.7 192.0000000000001 368.3 182.3000000000001 368.3 172.7000000000001C368.3 162.7000000000001 358.6 153.1 343.9 153.1zM451 153.1C441.3 153.1 431.7 162.8 431.7 172.7000000000001C431.7 182.4 441.4 192.0000000000001 451 192.0000000000001C465.5 192.0000000000001 475.4 182.3000000000001 475.4 172.7000000000001C475.5 162.7000000000001 465.5 153.1 451 153.1z" /> - <glyph glyph-name="whatsapp-square" - unicode="" - horiz-adv-x="448" d=" M224 325.2C151.3 325.2 92.2 266.1 92.1 193.4C92.1 168.5 99.1 144.2 112.3 123.3L115.4 118.3L102.1 69.6999999999999L152 82.8L156.8 79.9C177 67.9 200.2 61.5 223.9 61.5H224C296.6 61.5 357.3 120.6 357.3 193.3C357.3 228.5 342.1 261.6 317.2 286.5C292.2 311.5 259.2 325.2 224 325.2zM301.5 136.8C298.2 127.5 282.4 119.1 274.8 118C262.2 116.1 252.4 117.1 227.3 127.9C187.6 145.1 161.6 185.1 159.6 187.7C157.6 190.3 143.4 209.2 143.4 228.7S153.6 257.8 157.3000000000001 261.8C160.9 265.8 165.2000000000001 266.8 167.9 266.8C170.5 266.8 173.2000000000001 266.8 175.5 266.7C177.9 266.6 181.2 267.6 184.4 259.9C187.7000000000001 252 195.6 232.5 196.6 230.5S198.3 226.2 196.9 223.6C189.3000000000001 208.4 181.2000000000001 209 185.3000000000001 202C200.6000000000001 175.7 215.9 166.6 239.2000000000001 154.9C243.2000000000001 152.9 245.5000000000001 153.2 247.8000000000001 155.9C250.1000000000001 158.5 257.7000000000001 167.5 260.3000000000001 171.4C262.9000000000001 175.4 265.6000000000001 174.7 269.2000000000001 173.4C272.8000000000001 172.1 292.3000000000001 162.5 296.3000000000001 160.5S302.9000000000001 157.5 303.9000000000001 155.9C304.8000000000001 154 304.8000000000001 146 301.5000000000001 136.8zM400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM223.9 34.8C197.3 34.8 171.2 41.5 148.1 54.1L64 32L86.5 114.2C72.6 138.2 65.3 165.5 65.3 193.5C65.4 280.9 136.5 352 223.9 352C266.3 352 306.1 335.5 336.1 305.5C366 275.5 384 235.7 384 193.3C384 105.9 311.3 34.8 223.9 34.8z" /> - <glyph glyph-name="whatsapp" - unicode="" - horiz-adv-x="448" d=" M380.9 350.9C339 392.9 283.2 416 223.9 416C101.5 416 1.9 316.4 1.9 194C1.9 154.9 12.1 116.7 31.5 83L0 -32L117.7 -1.1C150.1 -18.8 186.6 -28.1 223.8 -28.1H223.9C346.2 -28.1 448 71.5 448 193.9C448 253.2 422.8 308.9 380.9 350.9zM223.9 9.3C190.7 9.3 158.2 18.1999999999999 129.9 34.9999999999999L123.2 38.9999999999999L53.4 20.6999999999999L72 88.8L67.6 95.8C49.1 125.2 39.4 159.1 39.4 194C39.4 295.7 122.2 378.5 224 378.5C273.3 378.5 319.6 359.3 354.4 324.4C389.2 289.5 410.6 243.2 410.5 193.9C410.5 92.1 325.6 9.3 223.9 9.3zM325.1 147.5C319.6 150.3 292.3 163.6999999999999 287.2 165.5C282.1 167.3999999999999 278.4 168.3 274.7 162.6999999999999C271 157.0999999999999 260.4 144.6999999999999 257.1 140.8999999999999C253.9 137.1999999999999 250.6 136.6999999999999 245.1 139.5C212.5 155.8 191.1 168.6 169.6 205.5C163.9 215.3 175.3 214.5999999999999 185.9 235.8C187.7 239.5 186.8 242.7 185.4 245.5C184 248.3 172.9 275.5999999999999 168.3 286.7C163.8 297.5 159.2 296 155.8 296.2C152.6 296.3999999999999 148.9 296.3999999999999 145.2 296.3999999999999C141.5 296.3999999999999 135.5 294.9999999999999 130.4 289.4999999999999C125.3 283.8999999999999 111 270.4999999999999 111 243.2C111 215.8999999999999 130.9 189.5 133.6 185.8C136.4 182.1 172.7 126.1 228.4 101.9999999999999C263.6 86.8 277.4 85.4999999999999 295 88.1C305.7 89.7 327.8 101.4999999999999 332.4 114.5C337 127.5 337 138.6 335.6 140.8999999999999C334.3 143.3999999999999 330.6 144.7999999999999 325.1 147.5z" /> - <glyph glyph-name="whmcs" - unicode="" - horiz-adv-x="448" d=" M448 287V308.3L419.5 317.1L417.3 327.5L437.4000000000001 348.2000000000001L427 367.6L398 360.1L390.8 367.6L398.3 395.8L379.2 407.4L357.9 386.4L347.2 389.6L340.2 416H317.6L311.4 389.6L299.3 386.4L279.6 407.4L260.2 396.4L268.3 368.7L260.2 360.3L231.7 367.8L220.7 348.7L241.4 327.7L238.5 317.3L210 309.5L209.7 287.8L238.5 280.3L240.9 268.2L220.8 248.3L231.2 229.8L260.8 237.3L268 228.7L259.9 201.8L279.8 190.2L299.2 210.6L310.8 207.7L317.5 179.2L340.1 178.9L346.8 207.7L358.4 211.2L379.1 189.6L399.5 201.7L390.7 229.7L398.5 237.8L427.3 229L437.6 249.1L416.7 267.9L418.9 280L448 287zM328.8 241.8C297.5 241.8 272 267.2000000000001 272 298.6S297.4 355.4000000000001 328.8 355.4000000000001S385.6 330 385.6 298.6C385.6 267.1 360.2000000000001 241.8 328.8 241.8zM401.1 225.4L448 210.9V171L392.9 157.6L388.8 134.9L427.7 99.6L408.5 61.7000000000001L354.5 78.4L339.8999999999999 63.2000000000001L356.5999999999999 10.7L318.2999999999999 -11.9999999999999L279.3999999999999 28.5000000000001L257.7 21.9L245.1 -32.1L202.6999999999999 -31.6L190.0999999999999 22.0000000000001L168.4 27.6000000000001L132 -10.7999999999999L94.5999999999999 10.9000000000001L109.7999999999999 61.4000000000001L96.0999999999999 77.5000000000001L40.5999999999999 63.4000000000001L20.8999999999999 98.2000000000001L58.7999999999999 135.6000000000001L53.9999999999999 158.4000000000001L-1e-13 172.5000000000001L0.4999999999999 213.4000000000001L54 228.1L59.7 247.8L20.8 287.2L41.5 323L95.1 308.9L110.3 324.6L95.1 376.6L131.5 397.3L168.3 357.9L191 364L202.6 416H245L256.6 370.1L234 376L227.7 377.7L224.4 372L213.4 352.9L210.1 347.3L214.7 342.7000000000001L231.9 325.3L231.6 324.3L207.7999999999999 317.8L201.5999999999999 316.1L201.5 309.7000000000001L201.3 296.8C153.8 286.4 118 244 118 193.3C118 135 165.3 87.6 223.7 87.6C274.2 87.6 316.4 123 326.9 170.4L340.1 170.2000000000001L347 170.1L348.6 176.8L354.2 200.8L356.1 201.4L373.2 183.6L377.9 178.7000000000001L383.7 182.1L404.1 194.2L409.9 197.7L407.9 204.2L401.1 225.4z" /> - <glyph glyph-name="wikipedia-w" - unicode="" - horiz-adv-x="640" d=" M640 396.8L639.7 384.6C611.6 383.8 594.7 368.8 583.9000000000001 344.3C558.9000000000001 286.5 480.6000000000001 104.3 428.6000000000001 -14.3H415L333.1 178.8C300.6 115.1999999999999 264.8 48.8 233.9000000000001 -14.3000000000001C233.6 -14.6000000000001 218.9 -14.3000000000001 218.9 -14.0000000000001C172 95.7 122.8 204.6 75.8 314.6C64.4 341.3 26.4 384.6 0.2 384.3C0.2 387.4 -0.1 394.3 -0.1 398.5H161.8V384.6C142.6 383.5 109 371.3 118.5 350.4C140.4 300.7 222.1 110.1 244.1 61.8C259.1 91.4999999999999 301.9000000000001 171 319.4000000000001 204.6C305.5000000000001 232.9 260.8 338.5 246.6 364.6C236.9000000000001 382.4 210.5 384 190.8 384.3V398.2L333.3 397.9V384.8C313.9000000000001 384.2 295.2 377 303.9000000000001 358.7C322.8 318.7 334.5000000000001 290.6 352.0000000000001 254C357.6000000000001 264.8 386.7000000000001 323.4 400.1000000000001 354.8C409.0000000000001 375.4 396.2000000000001 383.4 361.5000000000001 384.2C361.8000000000001 387.8 361.5000000000001 394.5 361.8000000000001 397.8C406.2000000000001 398.1 472.9000000000001 398.1 484.9000000000001 398.4V384.8C462.4000000000001 384 439.1000000000001 372 426.8000000000001 353.1L367.6000000000001 230.3C374.0000000000001 214.2 430.9000000000001 87.5 436.8000000000001 73.6L559.2 356.2C550.6 379.3 522.8000000000001 384.3 512 384.5V398.4L639.8 397.3L640 396.8z" /> - <glyph glyph-name="windows" - unicode="" - horiz-adv-x="448" d=" M0 354.3L183.6 379.6V202.2H0V354.3zM0 29.7L183.6 4.4V179.6H0V29.7zM203.8 1.7L448 -32V179.6H203.8V1.7zM203.8 382.3V202.2H448V416L203.8 382.3z" /> - <glyph glyph-name="wordpress-simple" - unicode="" - horiz-adv-x="512" d=" M256 440C119.3 440 8 328.8 8 192C8 55.3 119.3 -56 256 -56S504 55.3 504 192C504 328.8 392.7 440 256 440zM33 192C33 224.3 39.9 255 52.3 282.7L158.7 -8.7C84.3 27.5 33 103.8 33 192zM256 -31C234.1 -31 213 -27.8 193 -21.9L259.9 172.5L328.4 -15.3C328.9 -16.4 329.4 -17.4 330 -18.4C306.9 -26.5000000000001 282 -31.0000000000001 256 -31.0000000000001zM286.7 296.5C300.1 297.2 312.2 298.6 312.2 298.6C324.2 300 322.8 317.7 310.8 317C310.8 317 274.7 314.2 251.4 314.2C229.5 314.2 192.7 317 192.7 317C180.7 317.7 179.3 299.3 191.3 298.6C191.3 298.6 202.7 297.2 214.7 296.5L249.4 201.3L200.6 55L119.4 296.5C132.8 297.2 144.9 298.6 144.9 298.6C156.9 300 155.5 317.7 143.5 317C143.5 317 107.4 314.2 84.1 314.2C79.9 314.2 75 314.3 69.7 314.5C109.6 375 178.1 415 256 415C314 415 366.9 392.8 406.6 356.5C405.6 356.6 404.7000000000001 356.7 403.7000000000001 356.7C381.8000000000001 356.7 366.3000000000001 337.6 366.3000000000001 317.1C366.3000000000001 298.7 376.9000000000001 283.2 388.2000000000001 264.8C396.7000000000001 250 406.6 230.9 406.6 203.3C406.6 184.2 399.3 162.1 389.6 131.2000000000001L367.4000000000001 56.9L286.7000000000001 296.5zM368.1 -0.7L436.2000000000001 196.2C448.9000000000001 228.0000000000001 453.2 253.4000000000001 453.2 276.1C453.2 284.3 452.7 291.9000000000001 451.7 299C469.1 267.2000000000001 479.0000000000001 230.8 479.0000000000001 192C479.0000000000001 109.7000000000001 434.4000000000001 37.9 368.1 -0.6999999999999z" /> - <glyph glyph-name="wordpress" - unicode="" - horiz-adv-x="512" d=" M61.7 278.6L163.2 0.6C92.2 35 43.3 107.8 43.3 192C43.3 222.9 49.9 252.1 61.7 278.6zM399.6 202.7C399.6 229 390.2 247.2 382.1 261.4C371.3 278.9 361.2 293.8 361.2 311.3C361.2 330.9 376 349.1 396.9 349.1C397.8 349.1 398.7 349 399.7 348.9C361.8 383.6 311.4 404.8 256 404.8C181.7 404.8 116.3 366.7 78.2 308.9C83.2 308.7 87.9 308.6 91.9 308.6C114.1 308.6 148.6 311.3 148.6 311.3C160.1 312 161.4 295.1 150 293.8C150 293.8 138.5 292.5 125.7 291.8L203.2 61.4L249.8 201L216.7 291.8C205.2 292.5 194.4 293.8 194.4 293.8C182.9 294.5 184.3 312 195.7 311.3C195.7 311.3 230.8 308.6 251.7 308.6C273.9000000000001 308.6 308.4000000000001 311.3 308.4000000000001 311.3C319.9000000000001 312 321.2000000000001 295.1 309.8 293.8C309.8 293.8 298.3 292.5 285.5 291.8L362.4 63.1L383.6 134C392.6 163.4 399.6 184.5 399.6 202.7zM259.7 173.4L195.8999999999999 -12.1C214.9999999999999 -17.7 235.0999999999999 -20.8 255.9999999999999 -20.8C280.7999999999999 -20.8 304.4999999999999 -16.5 326.5999999999999 -8.7C325.9999999999999 -7.8 325.4999999999999 -6.8 325.0999999999999 -5.8L259.7 173.4zM442.7 294.1C443.5999999999999 287.3 444.0999999999999 280.1 444.0999999999999 272.2C444.0999999999999 250.6 440.0999999999999 226.4 427.8999999999999 196L362.8999999999999 8.0999999999999C426.2 45 468.7 113.5 468.7 192C468.7 229 459.3 263.8 442.7 294.1zM504 192C504 55.2 392.7 -56 256 -56C119.2 -56 8 55.3 8 192C8 328.8 119.2 440 256 440C392.7 440 504 328.8 504 192zM492.6 192C492.6 322.5 386.4000000000001 428.6 256 428.6C125.5 428.6 19.4 322.5 19.4 192S125.6 -44.6 256 -44.6C386.5 -44.6 492.6 61.5 492.6 192z" /> - <glyph glyph-name="wpbeginner" - unicode="" - horiz-adv-x="512" d=" M462.799 125.626C519.01 61.318 466.961 -32 370.944 -32C331.3420000000001 -32 292.12 -14.313 270.802 18.04C263.915 17.684 248.1 17.684 241.212 18.04C219.848 -14.381 180.588 -32 141.069 -32C45.579 -32 -7.279 60.996 49.214 125.626C-29.925 257.477 80.479 416 256.006 416C431.638 416 541.876 257.374 462.799 125.626zM123.152 208.598H164.681V266.673H123.152V208.598zM340.332 122.526V146.365C279.826 125.4499999999999 207.977 137.167 152.743 180.336L152.989 155.439C204.09 109.072 284.735 97.564 340.332 122.526zM189.579 208.598H355.637V266.673H189.579V208.598z" /> - <glyph glyph-name="wpexplorer" - unicode="" - horiz-adv-x="512" d=" M512 192C512 50.8 397.3 -64 256 -64C114.8 -64 0 50.7 0 192S114.7 448 256 448S512 333.3 512 192zM480 192C480 315.2 379.7 416 256 416C132.5 416 32 315.5 32 192S132.5 -32 256 -32S480 68.5 480 192zM160.9 323.4L247.8 286.3L210.7 199.4L123.8 236.5L160.9 323.4zM270.9 154.3L317.5 60.3H302.9L252.9 160.3L204 60.3H190L241.1 167.2000000000001L218.8 176.6L224.8 190.6L293.4 161.5L287.4 147.2L270.9 154.3zM259.1 270.6L327.7 241.2L298.3 172.9L230 202L259.1 270.6zM339.4 227.7L394 204.6L370.6 150.3L316.3 173.4L339.4000000000001 227.7000000000001z" /> - <glyph glyph-name="wpforms" - unicode="" - horiz-adv-x="448" d=" M448 372.8V11.1C448 -13.2 429 -32.1 404.8 -32.1H43.2C19.3 -32 0 -13.4 0 11.2V372.8C0 396.9 18.8 416 43.2 416H404.9C428.9 416 448 397.2 448 372.8zM410.7 11.2V372.8C410.7 375.8 408.1 378.6 404.9 378.6H395.6L285.3 304L224 353.9L162.8 304L52.5 378.7H43.2C40 378.7 37.4 375.9 37.4 372.9V11.2C37.4 8.2 40 5.4 43.2 5.4H404.9C408.1 5.3 410.7 8.1 410.7 11.2zM150.2 262V225H76.7V262H150.2zM150.2 187.6V150.3H76.7V187.6H150.2zM161.3 334.9000000000001L215.3 378.6H96.8L161.3 334.9000000000001zM371.3 262V225H175.3V262H371.3zM371.3 187.6V150.3H175.3V187.6H371.3zM286.7 334.9000000000001L351.2 378.6H232.8L286.7 334.9000000000001zM371.3 113V75.7H271.9V113H371.3z" /> - <glyph glyph-name="xbox" - unicode="" - horiz-adv-x="512" d=" M369.9 129.8C414.2 75.5 434.6 31 424.3 11.1C416.4 -4 367.6 -33.5 331.7 -44.8C302.0999999999999 -54.1 263.3 -58.1 231.3 -54.9999999999999C193.0999999999999 -51.3 154.3999999999999 -37.6 121.1999999999999 -15.9999999999999C93.3 2.2 87 9.7 87 24.6C87 54.5 119.9 106.9 176.2 166.7000000000001C208.2 200.6000000000001 252.7 240.4000000000001 257.6 239.3000000000001C267 237.2000000000001 341.9000000000001 164.2000000000001 369.9000000000001 129.8000000000001zM188.6 304.2C158.9 331.1 130.5 358.1 102.2 367.6C87 372.7 85.9 372.4 73.5 359.5C44.3 329.1 20 279.8 13.2 237.1C7.8 202.9 7.1 193.3 9 176.6C14.6 126.1 26.3 91.2000000000001 49.5 55.7C59 41.1 61.6 38.4 58.8 45.8000000000001C54.6 56.8000000000001 58.5 83.3000000000001 68.3 109.8000000000001C82.6 148.8000000000001 122.2 222.7000000000001 188.6 304.2000000000001zM500.2 240.7C483.3 320.7 432.7 371 425.6 371C418.3 371 401.4000000000001 364.5 389.6 357.1C366.3 342.6 348.6 325.7 325.3 304.3C367.7 251 427.5 164.9 448.2 102C455 81.3 457.9 60.9 455.6 49.7C453.9 41.2 453.9 41.2 456.9999999999999 45.1C463.1 52.8 476.8999999999999 76.4 482.3999999999999 88.6C489.7999999999999 104.8 497.3999999999999 128.8 500.9999999999999 147.3C505.3 169.8 504.8999999999999 218.1 500.1999999999999 240.7zM141.3 405C189 407.5 251 370.5 255.6 369.6C256.3 369.5 266 373.8 277.2 379.3C341.1 410.4 371.2 405.1 384.6 404.5C320.7000000000001 443.8 231.9000000000001 454.5 150.7 416.2C127.3 405.1 126.7 404.3 141.3 405z" /> - <glyph glyph-name="xing-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM140.4 127.8H93.8C88.3 127.8 85.1 133.1 87.8 138.1L137.1 224.8C137.2 224.8 137.2 224.9 137.1 225L105.7 279C102.7 284.6 105.9 289.1 111.7 289.1H158.3C163.5 289.1 167.8 286.2 171.2 280.4L203.1 225.1C201.8 222.8 185.1 193.4 153 136.9C149.5 130.7000000000001 145.3 127.8 140.4 127.8zM360.1 341.9L257.3 161.2V161L322.8 42C325.6 36.9 322.9000000000001 31.9 316.8 31.9H270.2C264.7 31.9 260.5 34.8 257.3 40.6L191.3 160.9C193.6 165 228.1 225.8 294.7000000000001 343.2C298.0000000000001 349 302.1 351.9 307.2000000000001 351.9H354.1C359.8 352 362.9000000000001 347.2 360.1 341.9z" /> - <glyph glyph-name="xing" - unicode="" - horiz-adv-x="384" d=" M162.7 238C160.9 234.7 137.5 193.6 92.6 114.5C87.7 106.2 81.8 102 74.9 102H9.8C2.1 102 -2.3 109.5 1.3 116.4L70.3 237.7C70.5 237.7 70.5 237.8 70.3 238L26.4 313.6C22.1 321.4 26.7 327.7 34.9 327.7H100C107.3 327.7 113.3 323.6 118 315.5L162.7 238zM382.6 401.9L238.6 148.9V148.6L330.2 -18C334.1 -25.1 330.4 -32.1 321.7 -32.1H256.5C248.9 -32.1 242.9 -28.1 238.5 -19.9L146.1 148.6C149.4 154.4 197.6 239.4 290.9 403.8C295.5 411.9 301.3 416 308.4 416H374.1C382.1 416 386.4 409.3 382.6 401.9z" /> - <glyph glyph-name="y-combinator" - unicode="" - horiz-adv-x="448" d=" M448 416V-32H0V416H448zM236 160.5L313.5 306H280.8L235 215C230.3 205.7 226 196.7 222.2 188.2L210 215L164.8 306H129.8L206.5 162.2V67.7H236V160.5z" /> - <glyph glyph-name="yahoo" - unicode="" - horiz-adv-x="448" d=" M252 156L256 -64C243.3 -61.8 232.5 -60.1 223.7 -60.1C215.3 -60.1 204.5 -61.8 191.4 -64L195.4 156C140.4 250.8 85 352.8 21.4 448C33.3 444.9 44.4 444.1 54.6 444.1C63.6 444.1 75 444.9 88.7 448C129.6 375.8 170.8 309.3 223.7 222.5C261 284.1 314.8 366.6 358.6 448C369.7000000000001 445.1 380.6 444.1 391.5 444.1C403 444.1 414.7 445.1 426.5 448C392.1 400.1 294.9 231.1 252 156z" /> - <glyph glyph-name="yandex-international" - unicode="" - horiz-adv-x="320" d=" M129.5 -64V102.1L18.5 400H74.3L156.1 170.3L250.2 448H301.5L180.8 100.2V-64H129.5z" /> - <glyph glyph-name="yandex" - unicode="" - horiz-adv-x="256" d=" M153.1 132.2L65.7 -64H2L98 145.8C52.9 168.7 22.8 210.2 22.8 286.9C22.7 394.3 90.8 448 171.7 448H254V-64H198.9V132.2H153.1zM198.9 401.5H169.5C125.1 401.5 82.1 372.1 82.1 286.9C82.1 204.6 121.5 178.1 169.5 178.1H198.9V401.5z" /> - <glyph glyph-name="yelp" - unicode="" - horiz-adv-x="384" d=" M136.9 120C135.9 119.7 27.7 84.3 21.1 84.3C5.9 85.2 2.6 100.5 1.2 115.5C-0.3 129.7 -0.2 145.3 1.5 162.3C3.4 181.1 7 207.4 25.7 206.3C30.5 206.3 92.8 180.4 138.4 161.9C155.5 155.1 157 126.1 136.9 120.0000000000001zM194.8 233.9C196.6 195.7 169.3 185.4 147.6 219.6L41.3 387.6C39.8 394.2 41.6 400 46.6 405C62.2 421.5 146 444.8 168.1 439.1C175.6 437.2 180.2 433 181.9 426.5C183.2 418.2 193.4 259.1 194.8 233.9zM193.4 69.1C193.4 64.5 193.6 -47.3 191.7 -52.4C189.4 -58.4 184.7 -62.1 177.4 -63.6C167.3 -65.2999999999999 150.3 -61.7 126.4 -52.9C104.4 -44.8 69.7 -31.4 77.1 -10.4C79.9 -3.5 128.5 52.4 154.4 83.2000000000001C166.4 98.4 194.2 88.7000000000001 193.4 69.1zM373.6 186.9C368 183.2000000000001 262.8 158.7000000000001 255.5000000000001 156.3L255.8000000000001 156.9C237.7000000000001 152.2000000000001 220.4 175.4 232.5000000000001 191.5000000000001C236.2 195.2000000000001 298.4000000000001 283.9000000000001 305.3 288.5000000000001C310.5 292.1 316.6 292.3000000000001 323.6 289.1C342 280.3000000000001 378.7000000000001 226.0000000000001 381 204.5000000000001C380.9 201.6000000000001 382.2 192.8000000000001 373.6 186.9zM383.7000000000001 56.2C381.0000000000001 35.6 339.2000000000001 -17.1999999999999 319.9000000000001 -24.8C313.0000000000001 -27.4 307.0000000000001 -26.8 302.2000000000001 -22.8C297.2000000000001 -19.3 240.4000000000001 74.3000000000001 237.3000000000001 79.5000000000001C226.4000000000001 95.7000000000001 244.1000000000001 119.3000000000001 262.9000000000001 112.7000000000001C262.9000000000001 112.7000000000001 373.4000000000001 77.0000000000001 377.6 73.3000000000001C382.8 69.2000000000001 384.8 63.5000000000001 383.7000000000001 56.2z" /> - <glyph glyph-name="yoast" - unicode="" - horiz-adv-x="448" d=" M91.3 372H277.3L270.3 353.1H91.3C51.6 353.1 19.4 321.5 19.4 282.8V77.4C19.4 42 44.3 7.1 103.4 7.1V-12H91.3C41.2 -12 0 28.2 0 77.5V282.8C0 332.1 40.7 372 91.3 372zM320.4 428H386.9C243.1 49.9 241.2 29.1 202.2 -11.3C181.4 -32.9 152.9 -43 123.9 -44V7.1C173.1 14.8 188.5 57 188.5 82.4C188.5 102.5000000000001 189.1 95.0000000000001 106.4 305.6H167.8L218.2 149L320.4 428zM448 286.5V-12H234C240.6 -2.4 244.7 4.3 246.1 7.4H428.6V286.5C428.6 319 411.5 338.4 380.4000000000001 349.4L387.1 367C428.8 353.4 448 323.9 448 286.5z" /> - <glyph glyph-name="youtube-square" - unicode="" - horiz-adv-x="448" d=" M186.8 245.9L282 191.8L186.8 137.7V245.9zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM406 191.7S406 251.3 398.4 279.9C394.2 295.7 381.9 308.1 366.2 312.3C337.9 320 224 320 224 320S110.1 320 81.8 312.3C66.1 308.1 53.8 295.7000000000001 49.6 279.9C42 251.4 42 191.7 42 191.7S42 132.1 49.6 103.5C53.8 87.7 66.1 75.8 81.8 71.6C110.1 64 224 64 224 64S337.9 64 366.2 71.7C381.9 75.9 394.2 87.8 398.4 103.6C406 132.1 406 191.6999999999999 406 191.6999999999999z" /> - <glyph glyph-name="youtube" - unicode="" - horiz-adv-x="576" d=" M549.655 323.9170000000001C543.374 347.567 524.8679999999999 366.193 501.371 372.514C458.781 384 288 384 288 384S117.22 384 74.629 372.514C51.132 366.192 32.626 347.567 26.345 323.9170000000001C14.933 281.05 14.933 191.612 14.933 191.612S14.933 102.174 26.345 59.307C32.626 35.657 51.132 17.807 74.629 11.486C117.22 0 288 0 288 0S458.78 0 501.371 11.486C524.8679999999999 17.807 543.374 35.657 549.655 59.307C561.067 102.174 561.067 191.612 561.067 191.612S561.067 281.05 549.655 323.9170000000001zM232.145 110.409V272.815L374.884 191.61L232.145 110.409z" /> - </font> -</defs> -</svg> diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.ttf b/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.ttf deleted file mode 100644 index f99085132dc78365412a4f395cd886fb1a3b69eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98404 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 BfLj0n diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff b/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff deleted file mode 100644 index 2e874012a93b3af26c0374e1c6ef19a3f3f55344..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 63728 zcmV)oK%BpKPew)n0RR910Qm3#3jhEB0f1xx0RR91000000000000000000000000- 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%0DnUiHbP1846!dthnlh<WqH^XD(#Y#m;DdwE2j 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 BH9i0U diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff2 b/public/vendor/plugins/semantic/themes/default/assets/fonts/brand-icons.woff2 deleted file mode 100644 index 0d575fd51acf072fe17265acded1ac2a48895995..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 54488 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 RP<t+}R_BxE0<ZrD008I=EusJb diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot deleted file mode 100644 index ef75106be9bdae7dac1277dd2ba56bbd7dd41ca3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106004 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 PvoiK&B4Ws6*Wv#Fi@o?r diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf deleted file mode 100644 index f7936cc1e789eea5438d576d6b12de20191da09d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 93888 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 z	-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%0A;R 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 E0UHWiZ2$lO diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg deleted file mode 100644 index 0ae8e32980..0000000000 --- a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg +++ /dev/null @@ -1,1518 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!-- -Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com -License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) ---> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > -<svg xmlns="http://www.w3.org/2000/svg"> -<defs> - <font id="fontawesome-free" horiz-adv-x="640"> - <font-face font-family="Font Awesome 5 Free" - units-per-em="512" ascent="448" - descent="64" - font-weight="900" - font-style="Solid" /> - <missing-glyph horiz-adv-x="0" /> - <glyph glyph-name="address-book" - unicode="" - horiz-adv-x="448" d=" M436 288C442.627 288 448 293.373 448 300V340C448 346.627 442.627 352 436 352H416V400C416 426.51 394.51 448 368 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H368C394.51 -64 416 -42.51 416 -16V32H436C442.627 32 448 37.373 448 44V84C448 90.627 442.627 96 436 96H416V160H436C442.627 160 448 165.373 448 172V212C448 218.627 442.627 224 436 224H416V288H436zM208 320C252.183 320 288 284.183 288 240S252.183 160 208 160S128 195.817 128 240S163.817 320 208 320zM336 88C336 74.745 325.255 64 312 64H104C90.745 64 80 74.745 80 88V106.523C80 128.549 94.99 147.7480000000001 116.358 153.09L152.015 162.004C181.116 141.072 226.524 135.059 263.985 162.004L299.642 153.09C321.01 147.748 336 128.548 336 106.523V88z" /> - <glyph glyph-name="address-card" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V336C512 362.51 490.51 384 464 384zM176 304C214.66 304 246 272.66 246 234S214.66 164 176 164S106 195.34 106 234S137.34 304 176 304zM288 101C288 89.402 278.598 80 267 80H85C73.402 80 64 89.402 64 101V117.207C64 136.479 77.116 153.279 95.813 157.953L127.013 165.753C152.477 147.437 192.208 142.176 224.987 165.753L256.187 157.953C274.884 153.279 288 136.48 288 117.207V101zM448 140C448 133.373 442.627 128 436 128H332C325.373 128 320 133.373 320 140V148C320 154.627 325.373 160 332 160H436C442.627 160 448 154.627 448 148V140zM448 204C448 197.373 442.627 192 436 192H332C325.373 192 320 197.373 320 204V212C320 218.627 325.373 224 332 224H436C442.627 224 448 218.627 448 212V204zM448 268C448 261.373 442.627 256 436 256H332C325.373 256 320 261.373 320 268V276C320 282.627 325.373 288 332 288H436C442.627 288 448 282.627 448 276V268z" /> - <glyph glyph-name="adjust" - unicode="" - horiz-adv-x="512" d=" M8 192C8 55.034 119.033 -56 256 -56S504 55.034 504 192S392.966 440 256 440S8 328.967 8 192zM256 8V376C357.705 376 440 293.689 440 192C440 90.295 357.689 8 256 8z" /> - <glyph glyph-name="align-center" - unicode="" - horiz-adv-x="448" d=" M352 404V364C352 355.163 344.837 348 336 348H112C103.163 348 96 355.163 96 364V404C96 412.837 103.163 420 112 420H336C344.837 420 352 412.837 352 404zM16 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H16C7.163 292 0 284.837 0 276V236C0 227.163 7.163 220 16 220zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM336 164H112C103.163 164 96 156.837 96 148V108C96 99.163 103.163 92 112 92H336C344.837 92 352 99.163 352 108V148C352 156.837 344.837 164 336 164z" /> - <glyph glyph-name="align-justify" - unicode="" - horiz-adv-x="448" d=" M0 364V404C0 412.837 7.163 420 16 420H432C440.837 420 448 412.837 448 404V364C448 355.163 440.837 348 432 348H16C7.163 348 0 355.163 0 364zM16 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H16C7.163 292 0 284.837 0 276V236C0 227.163 7.163 220 16 220zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM16 92H432C440.837 92 448 99.163 448 108V148C448 156.837 440.837 164 432 164H16C7.163 164 0 156.837 0 148V108C0 99.163 7.163 92 16 92z" /> - <glyph glyph-name="align-left" - unicode="" - horiz-adv-x="448" d=" M288 404V364C288 355.163 280.837 348 272 348H16C7.163 348 0 355.163 0 364V404C0 412.837 7.163 420 16 420H272C280.837 420 288 412.837 288 404zM0 276V236C0 227.163 7.163 220 16 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H16C7.163 292 0 284.837 0 276zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM272 164H16C7.163 164 0 156.837 0 148V108C0 99.163 7.163 92 16 92H272C280.837 92 288 99.163 288 108V148C288 156.837 280.837 164 272 164z" /> - <glyph glyph-name="align-right" - unicode="" - horiz-adv-x="448" d=" M160 364V404C160 412.837 167.163 420 176 420H432C440.837 420 448 412.837 448 404V364C448 355.163 440.837 348 432 348H176C167.163 348 160 355.163 160 364zM16 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H16C7.163 292 0 284.837 0 276V236C0 227.163 7.163 220 16 220zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM176 92H432C440.837 92 448 99.163 448 108V148C448 156.837 440.837 164 432 164H176C167.163 164 160 156.837 160 148V108C160 99.163 167.163 92 176 92z" /> - <glyph glyph-name="ambulance" - unicode="" - horiz-adv-x="640" d=" M624 96H608V204.1C608 216.8 602.9 229 593.9 238L494 337.9C485 346.9 472.8 352 460.1 352H416V400C416 426.5 394.5 448 368 448H48C21.5 448 0 426.5 0 400V80C0 53.5 21.5 32 48 32H64C64 -21 107 -64 160 -64S256 -21 256 32H384C384 -21 427 -64 480 -64S576 -21 576 32H624C632.8 32 640 39.2 640 48V80C640 88.8 632.8 96 624 96zM160 -16C133.5 -16 112 5.5 112 32S133.5 80 160 80S208 58.5 208 32S186.5 -16 160 -16zM304 232C304 227.6 300.4 224 296 224H240V168C240 163.6 236.4 160 232 160H184C179.6 160 176 163.6 176 168V224H120C115.6 224 112 227.6 112 232V280C112 284.4 115.6 288 120 288H176V344C176 348.4 179.6 352 184 352H232C236.4 352 240 348.4 240 344V288H296C300.4 288 304 284.4 304 280V232zM480 -16C453.5 -16 432 5.5 432 32S453.5 80 480 80S528 58.5 528 32S506.5 -16 480 -16zM560 192H416V304H460.1L560 204.1V192z" /> - <glyph glyph-name="american-sign-language-interpreting" - unicode="" - horiz-adv-x="640" d=" M290.5470000000001 258.961C270.252 269.11 246.4000000000001 270.1600000000001 225.808 262.851C268.4140000000001 262.851 297.016 242.376 311.386 212.275C319.9620000000001 194.376 306.238 174.204 287.769 174.204C306.198 174.204 319.98 154.068 311.386 136.1330000000001C296.661 105.287 265.2630000000001 85.2790000000001 231.088 85.2790000000001C230.5310000000001 85.2790000000001 136.617 93.8940000000001 136.617 93.8940000000001L70.211 60.5470000000001C60.827 55.8540000000001 50.396 60.1680000000001 46.316 68.3280000000001L1.86 157.253C-2.307 165.868 0.749 176.15 8.806 180.874L66.878 213.943L108 288.139C114.39 345.384 142.731 397.906 187.743 434.865C199.134 444.313 216.084 442.646 225.253 431.252C234.699 419.858 233.033 403.185 221.641 393.736C209.138 383.177 198.023 371.227 189.132 358.166C210.804 372.895 235.811 382.898 263.318 386.233C278.043 388.178 291.381 377.897 293.048 363.168C294.993 348.44 284.712 335.101 269.986 333.434C253.87 331.4890000000001 238.866 325.931 225.808 318.15C251.922 323.863 284.52 321.288 313.887 307.035C327.223 300.366 332.78 284.526 326.111 271.187C319.722 258.127 303.607 252.57 290.547 258.961zM263.3180000000001 189.489C257.206 201.994 244.9800000000001 209.775 231.0870000000001 209.775A35.46 35.46 0 0 1 195.5220000000001 174.2050000000001C195.5220000000001 152.7770000000001 213.3300000000001 138.6350000000001 231.0870000000001 138.6350000000001C244.9800000000001 138.6350000000001 257.206 146.4160000000001 263.3180000000001 158.9210000000001C267.7640000000001 168.3700000000001 276.932 173.927 286.6570000000001 174.2050000000001C276.932 174.482 267.764 180.04 263.3180000000001 189.489zM638.1390000000001 226.7260000000001C642.3070000000001 218.111 639.2500000000001 207.829 631.1930000000001 203.105L573.1220000000001 170.036L532 95.84C525.61 38.595 497.269 -13.927 452.257 -50.886C441.325 -59.998 424.4580000000001 -59.03 414.747 -47.273C405.301 -35.879 406.9670000000001 -19.206 418.36 -9.757C430.863 0.802 441.9770000000001 12.752 450.868 25.813C429.196 11.084 404.189 1.081 376.682 -2.254C366.661 -4.76 349.13 3.389 346.952 20.811C345.007 35.539 355.288 48.878 370.014 50.545C386.13 52.491 401.134 58.048 414.192 65.829C388.0780000000001 60.1159999999999 355.48 62.691 326.113 76.944C312.777 83.6129999999999 307.2200000000001 99.453 313.889 112.792C320.278 125.853 336.394 131.411 349.454 125.019C369.749 114.87 393.601 113.8199999999999 414.193 121.129C371.587 121.129 342.985 141.604 328.615 171.705C320.039 189.604 333.7630000000001 209.776 352.2320000000001 209.776C333.8030000000001 209.776 320.021 229.912 328.615 247.847C342.648 277.243 372.654 298.734 410.581 298.701L503.384 290.086L569.79 323.433C579.198 328.137 589.6179999999999 323.787 593.684 315.652L638.139 226.726zM408.9120000000002 245.344C395.0190000000001 245.344 382.7930000000001 237.563 376.6810000000002 225.058C372.2350000000002 215.609 363.0670000000002 210.052 353.3420000000002 209.774C363.0670000000002 209.4960000000001 372.2350000000002 203.938 376.6810000000002 194.4900000000001C382.7930000000002 181.985 395.0190000000002 174.2040000000001 408.9120000000002 174.2040000000001A35.46 35.46 0 0 1 444.4770000000002 209.7740000000001C444.4770000000002 231.2030000000001 426.6690000000002 245.3440000000001 408.9120000000002 245.3440000000001z" /> - <glyph glyph-name="anchor" - unicode="" - horiz-adv-x="576" d=" M12.971 96H45.365C67.172 -6.735 181.944 -64 288 -64C394.229 -64 508.853 -6.62 530.635 96H563.029C573.72 96 579.074 108.926 571.514 116.485L504.485 183.514C499.799 188.2 492.201 188.2 487.514 183.514L420.485 116.485C412.925 108.925 418.279 96 428.9700000000001 96H464.116C443.826 41.683 379.153 9.412 319.999 1.985V192H371.999C378.6260000000001 192 383.999 197.373 383.999 204V244C383.999 250.627 378.6260000000001 256 371.999 256H319.999V261.4700000000001C357.2800000000001 274.648 383.9940000000001 310.195 383.999 351.988C384.005 404.228 341.605 447.262 289.37 447.99C235.723 448.739 192 405.475 192 352C192 310.202 218.716 274.65 256 261.4700000000001V256H204C197.373 256 192 250.627 192 244V204C192 197.373 197.373 192 204 192H256V1.985C197.064 9.384 132.18 41.664 111.883 96H147.029C157.72 96 163.074 108.926 155.514 116.485L88.485 183.514C83.799 188.2 76.201 188.2 71.514 183.514L4.485 116.485C-3.074 108.926 2.28 96 12.971 96zM288 384C305.645 384 320 369.645 320 352S305.645 320 288 320S256 334.355 256 352S270.355 384 288 384z" /> - <glyph glyph-name="angle-double-down" - unicode="" - horiz-adv-x="320" d=" M143 191.7L7 327.7C-2.4 337.1 -2.4 352.3 7 361.6L29.6 384.2C39 393.6 54.2 393.6 63.5 384.2L159.9 287.8L256.3 384.2C265.7 393.6 280.9000000000001 393.6 290.2 384.2L313 361.7C322.4 352.3 322.4 337.1 313 327.8L177 191.8C167.6 182.3 152.4 182.3 143 191.7zM177 -0.3L313 135.7C322.4 145.1 322.4 160.3 313 169.6L290.4 192.2C281 201.6 265.8 201.6 256.5 192.2L160 95.9L63.6 192.3C54.2 201.7 39 201.7 29.7 192.3L7 169.7C-2.4 160.3 -2.4 145.1 7 135.8L143 -0.2C152.4 -9.7 167.6 -9.7 177 -0.3z" /> - <glyph glyph-name="angle-double-left" - unicode="" - horiz-adv-x="448" d=" M223.7 209L359.7 345C369.1 354.4 384.3 354.4 393.6 345L416.2 322.4C425.6 313 425.6 297.8 416.2 288.5L319.9 192L416.3 95.6C425.7 86.2000000000001 425.7 71 416.3 61.7000000000001L393.7 39C384.3 29.6 369.1 29.6 359.8 39L223.8 175C214.3 184.4 214.3 199.6 223.7 209zM31.7 175L167.7 39C177.1 29.6 192.3 29.6 201.6 39L224.2 61.6C233.6 71 233.6 86.2000000000001 224.2 95.5L127.9 192L224.3 288.4C233.7 297.8 233.7 313 224.3 322.3L201.7 345C192.3 354.4 177.1 354.4 167.8 345L31.8 209C22.3 199.6 22.3 184.4 31.7 175z" /> - <glyph glyph-name="angle-double-right" - unicode="" - horiz-adv-x="448" d=" M224.3 175L88.3 39C78.9 29.6 63.7 29.6 54.4 39L31.8 61.6C22.4 71 22.4 86.2000000000001 31.8 95.5L128.2 191.9L31.8 288.3C22.4 297.7 22.4 312.9 31.8 322.2L54.3 345C63.7 354.4 78.9 354.4 88.2 345L224.2 209C233.7 199.6 233.7 184.4 224.3 175zM416.3 209L280.3 345C270.9000000000001 354.4 255.7 354.4 246.4 345L223.8 322.4C214.4 313 214.4 297.8 223.8 288.5L320.2000000000001 192.1L223.8000000000001 95.7C214.4 86.3 214.4 71.1 223.8000000000001 61.8L246.4000000000001 39.2C255.8000000000001 29.8 271.0000000000001 29.8 280.3 39.2L416.3 175.2C425.7 184.4 425.7 199.6 416.3 209z" /> - <glyph glyph-name="angle-double-up" - unicode="" - horiz-adv-x="320" d=" M177 192.3L313 56.3C322.4 46.9 322.4 31.7 313 22.4L290.4 -0.2C281 -9.6 265.8 -9.6 256.5 -0.2L160 96.1L63.6 -0.3C54.2 -9.6999999999999 39 -9.6999999999999 29.7 -0.3L7 22.3C-2.4 31.7 -2.4 46.9 7 56.2L143 192.2C152.4 201.7 167.6 201.7 177 192.3zM143 384.3L7 248.3C-2.4 238.9 -2.4 223.7 7 214.4L29.6 191.8C39 182.4 54.2 182.4 63.5 191.8L159.9 288.2000000000001L256.3 191.8C265.7 182.4 280.9000000000001 182.4 290.2 191.8L312.8 214.4C322.2 223.8 322.2 239 312.8 248.3L176.8 384.3C167.6 393.7 152.4 393.7 143 384.3z" /> - <glyph glyph-name="angle-down" - unicode="" - horiz-adv-x="320" d=" M143 95.7L7 231.7C-2.4 241.1 -2.4 256.3 7 265.6L29.6 288.2C39 297.6 54.2 297.6 63.5 288.2L159.9 191.8L256.3 288.2C265.7 297.6 280.9000000000001 297.6 290.2 288.2L312.8 265.6C322.2 256.2 322.2 241 312.8 231.7L176.8 95.6999999999999C167.6 86.3 152.4 86.3 143 95.6999999999999z" /> - <glyph glyph-name="angle-left" - unicode="" - horiz-adv-x="256" d=" M31.7 209L167.7 345C177.1 354.4 192.3 354.4 201.6 345L224.2 322.4C233.6 313 233.6 297.8 224.2 288.5L127.9 192L224.3 95.6C233.7 86.2000000000001 233.7 71 224.3 61.7000000000001L201.7 39C192.3 29.6 177.1 29.6 167.8 39L31.8 175C22.3 184.4 22.3 199.6 31.7 209z" /> - <glyph glyph-name="angle-right" - unicode="" - horiz-adv-x="256" d=" M224.3 175L88.3 39C78.9 29.6 63.7 29.6 54.4 39L31.8 61.6C22.4 71 22.4 86.2000000000001 31.8 95.5L128.2 191.9L31.8 288.3C22.4 297.7 22.4 312.9 31.8 322.2L54.3 345C63.7 354.4 78.9 354.4 88.2 345L224.2 209C233.7 199.6 233.7 184.4 224.3 175z" /> - <glyph glyph-name="angle-up" - unicode="" - horiz-adv-x="320" d=" M177 288.3L313 152.3C322.4 142.9 322.4 127.7 313 118.4L290.4 95.8C281 86.4 265.8 86.4 256.5 95.8L160 192.1L63.6 95.7C54.2 86.3 39 86.3 29.7 95.7L7 118.3C-2.4 127.7 -2.4 142.9 7 152.2L143 288.2C152.4 297.7 167.6 297.7 177 288.3z" /> - <glyph glyph-name="archive" - unicode="" - horiz-adv-x="512" d=" M488 320H24C10.745 320 0 330.745 0 344V392C0 405.255 10.745 416 24 416H488C501.255 416 512 405.255 512 392V344C512 330.745 501.255 320 488 320zM480 -8V264C480 277.255 469.255 288 456 288H56C42.745 288 32 277.255 32 264V-8C32 -21.255 42.745 -32 56 -32H456C469.255 -32 480 -21.255 480 -8zM308 192H204C197.373 192 192 197.373 192 204V212C192 218.627 197.373 224 204 224H308C314.627 224 320 218.627 320 212V204C320 197.373 314.627 192 308 192z" /> - <glyph glyph-name="arrow-alt-circle-down" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM212 308V192H141.1C130.4 192 125 179 132.6 171.5L247.5 57.2C252.2 52.5 259.7 52.5 264.4 57.2L379.3 171.5C386.9 179.1 381.5 192 370.8 192H300V308C300 314.6 294.6 320 288 320H224C217.4 320 212 314.6 212 308z" /> - <glyph glyph-name="arrow-alt-circle-left" - unicode="" - horiz-adv-x="512" d=" M256 -56C119 -56 8 55 8 192S119 440 256 440S504 329 504 192S393 -56 256 -56zM372 236H256V306.9C256 317.6 243 323 235.5 315.4L121.2 200.5C116.5 195.8 116.5 188.3 121.2 183.6L235.5 68.7000000000001C243.1 61.1 256 66.5000000000001 256 77.2000000000001V148H372C378.6 148 384 153.4 384 160V224C384 230.6 378.6 236 372 236z" /> - <glyph glyph-name="arrow-alt-circle-right" - unicode="" - horiz-adv-x="512" d=" M256 440C393 440 504 329 504 192S393 -56 256 -56S8 55 8 192S119 440 256 440zM140 148H256V77.1C256 66.4 269 61 276.5 68.6L390.8 183.5C395.5 188.2 395.5 195.7 390.8 200.4L276.5 315.4C268.9 323 256 317.6 256 306.9V236H140C133.4 236 128 230.6 128 224V160C128 153.4 133.4 148 140 148z" /> - <glyph glyph-name="arrow-alt-circle-up" - unicode="" - horiz-adv-x="512" d=" M8 192C8 329 119 440 256 440S504 329 504 192S393 -56 256 -56S8 55 8 192zM300 76V192H370.9C381.6 192 387 205 379.4 212.5L264.5 326.8C259.8 331.5 252.3 331.5 247.6 326.8L132.6 212.5C125 204.9 130.4 192 141.1 192H212V76C212 69.4 217.4 64 224 64H288C294.6 64 300 69.4 300 76z" /> - <glyph glyph-name="arrow-circle-down" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM360.4 220.9L288 145.4V328C288 341.3 277.3 352 264 352H248C234.7 352 224 341.3 224 328V145.4L151.6 220.9C142.3 230.6 126.8 230.8 117.3 221.3L106.4 210.3C97 200.9 97 185.7 106.4 176.4L239 43.7C248.4 34.3 263.6 34.3 272.9 43.7L405.6 176.4C415 185.8 415 201 405.6 210.3L394.7 221.3C385.2 230.8 369.7 230.6 360.4 220.9z" /> - <glyph glyph-name="arrow-circle-left" - unicode="" - horiz-adv-x="512" d=" M256 -56C119 -56 8 55 8 192S119 440 256 440S504 329 504 192S393 -56 256 -56zM284.9 87.6L209.4 160H392C405.3 160 416 170.7 416 184V200C416 213.3 405.3 224 392 224H209.4L284.9 296.4C294.6 305.7000000000001 294.8 321.2 285.3 330.7L274.3 341.6C264.9 351 249.7 351 240.4 341.6L107.7 209C98.3 199.6 98.3 184.4 107.7 175.1L240.4 42.4C249.8 33.0000000000001 265 33.0000000000001 274.3 42.4L285.3 53.3C294.8 62.8 294.6 78.3 284.9 87.6z" /> - <glyph glyph-name="arrow-circle-right" - unicode="" - horiz-adv-x="512" d=" M256 440C393 440 504 329 504 192S393 -56 256 -56S8 55 8 192S119 440 256 440zM227.1 296.4L302.6 224H120C106.7 224 96 213.3 96 200V184C96 170.7 106.7 160 120 160H302.6L227.1 87.6C217.4 78.3 217.2 62.8 226.7 53.3L237.7 42.4C247.1 33.0000000000001 262.3 33.0000000000001 271.6 42.4L404.3 175C413.7 184.4 413.7 199.6 404.3 208.9L271.6 341.7C262.2000000000001 351.1 247.0000000000001 351.1 237.7 341.7L226.7 330.8C217.2 321.2 217.4 305.7 227.1 296.4z" /> - <glyph glyph-name="arrow-circle-up" - unicode="" - horiz-adv-x="512" d=" M8 192C8 329 119 440 256 440S504 329 504 192S393 -56 256 -56S8 55 8 192zM151.6 163.1L224 238.6V56C224 42.7 234.7 32 248 32H264C277.3 32 288 42.7 288 56V238.6L360.4 163.1C369.7 153.4 385.2 153.2000000000001 394.7 162.7000000000001L405.6 173.7000000000001C415 183.1 415 198.3000000000001 405.6 207.6000000000001L273 340.3C263.6 349.7 248.4 349.7 239.1 340.3L106.3 207.6C96.9 198.2 96.9 183 106.3 173.7L117.2 162.7C126.8 153.2 142.3 153.4 151.6 163.1z" /> - <glyph glyph-name="arrow-down" - unicode="" - horiz-adv-x="448" d=" M413.1 225.5L435.3 203.3C444.7 193.9 444.7 178.7 435.3 169.4L241 -25C231.6 -34.4 216.4 -34.4 207.1 -25L12.7 169.4C3.3 178.8 3.3 194 12.7 203.3L34.9 225.5C44.4 235 59.9 234.8 69.2 225.1L184 104.6V392C184 405.3 194.7 416 208 416H240C253.3 416 264 405.3 264 392V104.6L378.8 225.1C388.1 234.9000000000001 403.6 235.1 413.1 225.5000000000001z" /> - <glyph glyph-name="arrow-left" - unicode="" - horiz-adv-x="448" d=" M257.5 2.9L235.3 -19.3C225.9 -28.7 210.7 -28.7 201.4 -19.3L7 175C-2.4 184.4 -2.4 199.6 7 208.9L201.4 403.3C210.8 412.7 226 412.7 235.3 403.3L257.5 381.1C267 371.6 266.8 356.1 257.1 346.8L136.6 232H424C437.3 232 448 221.3 448 208V176C448 162.7 437.3 152 424 152H136.6L257.1 37.2C266.9000000000001 27.9 267.1 12.4 257.5 2.9z" /> - <glyph glyph-name="arrow-right" - unicode="" - horiz-adv-x="448" d=" M190.5 381.1L212.7 403.3C222.1 412.7 237.3 412.7 246.6 403.3L441 209C450.4 199.6 450.4 184.4 441 175.1L246.6 -19.3C237.2 -28.7 222 -28.7 212.7 -19.3L190.5 2.9C181 12.4 181.2 27.9 190.9 37.2L311.4 152H24C10.7 152 0 162.7 0 176V208C0 221.3 10.7 232 24 232H311.4L190.9 346.8C181.1 356.1 180.9 371.6 190.5 381.1z" /> - <glyph glyph-name="arrow-up" - unicode="" - horiz-adv-x="448" d=" M34.9 158.5L12.7 180.7C3.3 190.1 3.3 205.3 12.7 214.6L207 409C216.4 418.4 231.6 418.4 240.9 409L435.2000000000001 214.7C444.6 205.3 444.6 190.1 435.2000000000001 180.8L413 158.6C403.5 149.1 388 149.3 378.7 159L264 279.4V-8C264 -21.3 253.3 -32 240 -32H208C194.7 -32 184 -21.3 184 -8V279.4L69.2 158.9C59.9 149.1 44.4 148.9 34.9 158.5z" /> - <glyph glyph-name="arrows-alt-h" - unicode="" - horiz-adv-x="512" d=" M377.941 278.059V232H134.059V278.059C134.059 299.4410000000001 108.208 310.149 93.088 295.03L7.029 208.971C-2.344 199.598 -2.344 184.403 7.029 175.03L93.088 88.971C108.207 73.852 134.059 84.56 134.059 105.942V152H377.9410000000001V105.941C377.9410000000001 84.559 403.7920000000001 73.851 418.9120000000001 88.97L504.971 175.029C514.344 184.402 514.344 199.597 504.971 208.97L418.9120000000001 295.029C403.793 310.149 377.9410000000001 299.4410000000001 377.9410000000001 278.059z" /> - <glyph glyph-name="arrows-alt-v" - unicode="" - horiz-adv-x="256" d=" M214.059 70.059H168V313.9410000000001H214.059C235.441 313.9410000000001 246.149 339.7920000000001 231.03 354.9120000000001L144.971 440.971C135.598 450.344 120.403 450.344 111.03 440.971L24.971 354.9120000000001C9.852 339.793 20.56 313.9410000000001 41.942 313.9410000000001H88V70.059H41.941C20.559 70.059 9.851 44.208 24.97 29.088L111.029 -56.971C120.402 -66.344 135.597 -66.344 144.97 -56.971L231.029 29.088C246.149 44.207 235.441 70.059 214.059 70.059z" /> - <glyph glyph-name="arrows-alt" - unicode="" - horiz-adv-x="512" d=" M352.201 22.225L273.005 -56.971C263.632 -66.344 248.437 -66.344 239.064 -56.971L159.868 22.225C144.749 37.3440000000001 155.457 63.196 176.839 63.1950000000001H228.001L228 164H127.196V112.838C127.196 91.456 101.345 80.7480000000001 86.225 95.867L7.029 175.063C-2.344 184.436 -2.344 199.632 7.029 209.004L86.225 288.2C101.344 303.319 127.196 292.611 127.196 271.229V220H228V320.804H176.77C155.388 320.804 144.68 346.655 159.799 361.775L238.995 440.971C248.368 450.344 263.563 450.344 272.9360000000001 440.971L352.1320000000001 361.775C367.2510000000001 346.656 356.5430000000001 320.804 335.1610000000001 320.804H283.9990000000001V220H384.8030000000001V271.1620000000001C384.8030000000001 292.544 410.6540000000001 303.252 425.7730000000002 288.1330000000001L504.9690000000002 208.937C514.3420000000002 199.564 514.3420000000002 184.368 504.9690000000002 174.996L425.773 95.8C410.654 80.681 384.802 91.389 384.803 112.771V164H284V63.196H335.23C356.612 63.196 367.3200000000001 37.345 352.201 22.225z" /> - <glyph glyph-name="assistive-listening-systems" - unicode="" - horiz-adv-x="512" d=" M216 188C216 172.536 203.464 160 188 160S160 172.536 160 188C160 232.112 195.888 268 240 268S320 232.112 320 188C320 172.536 307.464 160 292 160S264 172.536 264 188C264 201.234 253.233 212 240 212S216 201.234 216 188zM240 364C142.953 364 64 285.0470000000001 64 188C64 172.536 76.536 160 92 160S120 172.536 120 188C120 254.168 173.832 308 240 308S360 254.168 360 188C360 112.836 288.991 117.689 288.003 44.378L288 44C288 15.327 264.673 -8 236 -8C220.536 -8 208 -20.536 208 -36S220.536 -64 236 -64C295.475 -64 343.876 -15.672 344 43.774C344.5950000000001 78.202 416 92.014 416 188C416 285.0470000000001 337.0470000000001 364 240 364zM160 128C142.327 128 128 113.673 128 96S142.327 64 160 64S192 78.327 192 96S177.673 128 160 128zM32 0C14.327 0 0 -14.327 0 -32S14.327 -64 32 -64S64 -49.673 64 -32S49.673 0 32 0zM512 187.993C512 189.511 511.988 191.018 511.955 192.524C510.076 307.475 436.157 409.53 327.9940000000001 446.489C313.3610000000001 451.487 297.4450000000001 443.68 292.444 429.0470000000001C287.444 414.414 295.254 398.498 309.886 393.497C395.7920000000001 364.1430000000001 454.496 282.984 455.963 191.544L455.966 191.356C455.992 190.238 455.999 189.12 455.999 187.993C455.999 172.529 468.535 159.993 483.999 159.993S512 172.529 512 187.993zM152.971 8.971L72.971 88.971L39.03 55.03L119.03 -24.97L152.971 8.971z" /> - <glyph glyph-name="asterisk" - unicode="" - horiz-adv-x="512" d=" M478.21 113.907L336 192L478.21 270.093C490.0050000000001 276.5700000000001 494.171 291.4770000000001 487.442 303.13L467.962 336.8710000000001C461.234 348.524 446.242 352.37 434.735 345.394L296 261.2820000000001L299.475 423.486C299.763 436.939 288.937 448 275.48 448H236.52C223.064 448 212.237 436.939 212.526 423.486L216 261.2820000000001L77.265 345.3930000000001C65.759 352.3690000000001 50.766 348.523 44.038 336.87L24.558 303.129C17.83 291.476 21.996 276.569 33.791 270.092L176 192L33.79 113.907C21.995 107.43 17.829 92.523 24.558 80.87L44.038 47.129C50.766 35.476 65.759 31.63 77.265 38.606L216 122.718L212.525 -39.486C212.237 -52.939 223.064 -64 236.52 -64H275.481C288.937 -64 299.764 -52.939 299.476 -39.486L296 122.718L434.735 38.607C446.241 31.631 461.234 35.477 467.962 47.1300000000001L487.442 80.871C494.17 92.5240000000001 490.005 107.4300000000001 478.21 113.9070000000001z" /> - <glyph glyph-name="at" - unicode="" - horiz-adv-x="512" d=" M256 440C118.941 440 8 329.081 8 192C8 54.941 118.919 -56 256 -56C304.154 -56 351.342 -41.86 391.408 -15.777C403.413 -7.962 406.033 8.511 396.9600000000001 19.595L386.783 32.028C379.112 41.399 365.6040000000001 43.695 355.4100000000001 37.157C325.92 18.243 291.314 8 256 8C154.542 8 72 90.542 72 192S154.542 376 256 376C356.139 376 440 318.381 440 216C440 177.214 418.907 136.258 381.83 132.307C364.481 132.761 364.92 145.164 368.354 162.331L391.787 283.4410000000001C394.653 298.25 383.308 312 368.225 312H323.2440000000001A13.518 13.518 0 0 1 309.812 300.007L309.802 299.915C295.105 317.8160000000001 269.3540000000001 321.69 249.831 321.69C175.251 321.69 112 259.456 112 170.23C112 104.927 148.785 64.36 208 64.36C234.9840000000001 64.36 265.3690000000001 79.997 282.9910000000001 102.693C292.5130000000001 68.589 323.6040000000001 68.59 353.701 68.59C462.609 68.59 504 140.202 504 216C504 352.347 394.023 440 256 440zM234.32 135.57C212.071 135.57 198.25 151.193 198.25 176.341C198.25 221.334 229.029 249.07 256.88 249.07C279.1720000000001 249.07 292.481 233.829 292.481 208.3C292.481 163.239 258.606 135.57 234.32 135.57z" /> - <glyph glyph-name="audio-description" - unicode="" - horiz-adv-x="512" d=" M162.925 209.291L171.747 178.636H146.141L155.182 209.288C156.459 213.709 157.833 219.282 159.054 224.533C160.274 219.282 161.648 213.71 162.9250000000001 209.291zM329.399 241.39H314.876V142.609H329.399C359.175 142.609 375.574 160.287 375.574 192.385C375.574 224.624 358.084 241.39 329.399 241.39zM512 336V48C512 21.49 490.51 0 464 0H48C21.49 0 0 21.49 0 48V336C0 362.51 21.49 384 48 384H464C490.51 384 512 362.51 512 336zM245.459 111.861L188.362 279.861A12.001000000000001 12.001000000000001 0 0 1 177 288H141.106A12.001000000000001 12.001000000000001 0 0 1 129.744 279.861L72.647 111.861C70.003 104.078 75.789 96 84.009 96H113.142A12 12 0 0 1 124.677 104.693L133.251 134.599H184.618L193.411 104.622A12 12 0 0 1 204.926 96H234.098C242.318 96 248.104 104.078 245.459 111.861zM430.16 192.386C430.16 251.363 392.241 288 331.2 288H273.834C267.207 288 261.834 282.627 261.834 276V108C261.834 101.373 267.207 96 273.834 96H331.2C392.241 96 430.16 132.933 430.16 192.386z" /> - <glyph glyph-name="backward" - unicode="" - horiz-adv-x="512" d=" M11.5 167.4L203.5 7.4C224.1 -9.8 256 4.6 256 32V352C256 379.4 224.1 393.8 203.5 376.6L11.5 216.6C-3.8 203.8 -3.8 180.2 11.5 167.4zM267.5 167.4L459.5 7.4C480.1 -9.8 512 4.6 512 32V352C512 379.4 480.1 393.8 459.5 376.6L267.5 216.6C252.2 203.8 252.2 180.2 267.5 167.4z" /> - <glyph glyph-name="balance-scale" - unicode="" - horiz-adv-x="640" d=" M352 0H520C533.255 0 544 -10.745 544 -24V-40C544 -53.255 533.255 -64 520 -64H120C106.745 -64 96 -53.255 96 -40V-24C96 -10.745 106.745 0 120 0H288V294.676C264.469 304.9600000000001 246.836 326.222 241.603 352H120C106.745 352 96 362.745 96 376V392C96 405.255 106.745 416 120 416H255.999C270.594 435.43 293.828 448 320 448S369.406 435.43 384.001 416H520C533.255 416 544 405.255 544 392V376C544 362.745 533.255 352 520 352H398.397C393.164 326.222 375.531 304.9600000000001 352 294.676V0zM639.981 112C639.982 128.182 641.323 120.726 554.933 293.506C537.286 328.8 486.747 328.8640000000001 469.068 293.506C381.94 119.25 384.019 127.669 384.019 112H384C384 67.817 441.308 32 512 32S640 67.817 640 112H639.981zM512 272L584 128H440L512 272zM255.981 112C255.982 128.182 257.323 120.726 170.933 293.506C153.286 328.8 102.747 328.8640000000001 85.068 293.506C-2.06 119.25 0.019 127.669 0.019 112H0C0 67.817 57.308 32 128 32S256 67.817 256 112H255.981zM128 272L200 128H56L128 272z" /> - <glyph glyph-name="ban" - unicode="" - horiz-adv-x="512" d=" M256 440C119.034 440 8 328.967 8 192S119.034 -56 256 -56S504 55.034 504 192S392.967 440 256 440zM386.108 322.108C451.556 256.6600000000001 456.108 156.627 406.7850000000001 86.471L150.47 342.784C220.674 392.14 320.6960000000001 387.519 386.108 322.108zM125.892 61.892C60.444 127.34 55.892 227.373 105.215 297.529L361.53 41.216C291.327 -8.14 191.304 -3.52 125.892 61.892z" /> - <glyph glyph-name="band-aid" - unicode="" - horiz-adv-x="640" d=" M0 288V96C0 60.7 28.7 32 64 32H160V352H64C28.7 352 0 323.3 0 288zM576 352H480V32H576C611.3 32 640 60.7 640 96V288C640 323.3 611.3 352 576 352zM192 32H448V352H192V32zM368 264C381.3 264 392 253.3 392 240S381.3 216 368 216S344 226.7 344 240S354.7 264 368 264zM368 168C381.3 168 392 157.3 392 144S381.3 120 368 120S344 130.7 344 144S354.7 168 368 168zM272 264C285.3 264 296 253.3 296 240S285.3 216 272 216S248 226.7 248 240S258.7 264 272 264zM272 168C285.3 168 296 157.3 296 144S285.3 120 272 120S248 130.7 248 144S258.7 168 272 168z" /> - <glyph glyph-name="barcode" - unicode="" - horiz-adv-x="512" d=" M0 0V384H18V0H0zM26.857 0.273V384H36V0.273H26.857zM54 0.273V384H62.857V0.273H54zM98.857 0.273V384H107.714V0.273H98.857zM134.857 0.273V384H152.571V0.273H134.857zM179.714 0.273V384H188.571V0.273H179.714zM197.714 0.273V384H206.571V0.273H197.714zM215.714 0.273V384H224.571V0.273H215.714zM251.429 0.273V384H269.429V0.273H251.429zM296.286 0.273V384H314.286V0.273H296.286zM332.2850000000001 0.273V384H350.286V0.273H332.2850000000001zM368.286 0.273V384H386.287V0.273H368.286zM395.1430000000001 0.273V384H413.1430000000001V0.273H395.1430000000001zM440.2860000000001 0.273V384H467.143V0.273H440.2860000000001zM476.0000000000001 0.273V384H485.143V0.273H476zM494.0000000000001 0V384H512V0H494z" /> - <glyph glyph-name="bars" - unicode="" - horiz-adv-x="448" d=" M16 316H432C440.837 316 448 323.163 448 332V372C448 380.837 440.837 388 432 388H16C7.163 388 0 380.837 0 372V332C0 323.163 7.163 316 16 316zM16 156H432C440.837 156 448 163.163 448 172V212C448 220.837 440.837 228 432 228H16C7.163 228 0 220.837 0 212V172C0 163.163 7.163 156 16 156zM16 -4H432C440.837 -4 448 3.163 448 12V52C448 60.837 440.837 68 432 68H16C7.163 68 0 60.837 0 52V12C0 3.163 7.163 -4 16 -4z" /> - <glyph glyph-name="baseball-ball" - unicode="" - horiz-adv-x="496" d=" M368.5 84.1L397.3 98C408.4000000000001 75.1 423.3 54.8 441.4000000000001 37.1C475.4 79.6 495.9 133.4 495.9 192C495.9 250.5000000000001 475.5000000000001 304.2000000000001 441.7000000000001 346.6C423.9000000000001 329.3 409.1 309.5 398.1 287.1L369.4000000000001 301.2000000000001C382.2000000000001 327.2000000000001 399.4000000000001 350.2000000000001 420.2000000000001 370.2000000000001C375.6 413.3 315 440 248 440C181.1 440 120.5 413.4 75.9 370.3C96.6 350.4 113.8 327.4 126.6 301.5L97.9 287.4C86.9 309.7000000000001 72.2 329.5 54.4 346.8C20.4 304.3 0 250.6 0 192C0 133.4 20.4 79.7 54.4 37.3C72.6 55 87.6 75.3 98.7 98.3L127.5 84.4C114.6 57.7000000000001 97.2 34.1 76 13.7C120.5 -29.4 181.1 -55.9999999999999 248 -55.9999999999999C314.8 -55.9999999999999 375.3 -29.4999999999999 419.9 13.5000000000001C398.8 33.9 381.4 57.4 368.5 84.1zM140.2 116.1L109.7 125.9C124.6 172.3 122.4 219.7000000000001 109.1 259.9000000000001L139.5 269.9000000000001C154.5 224.3000000000001 157.5 170 140.2 116.1zM356.5 269.5L386.9 259.5C373.7 219.4 371.4 172 386.3 125.5L355.8 115.7C338.5 169.7 341.5 224 356.5 269.5z" /> - <glyph glyph-name="basketball-ball" - unicode="" - horiz-adv-x="496" d=" M212.3 437.7C168.5 431.4 126.1 413.6 90.1 383.9L167.5 306.5C195.3 342.3 210.8 387.7 212.3 437.7zM248 226L405.9 383.9C363.5 418.9 312.3 437.4 260.4 440C259.2 376.1 238.9 317.7000000000001 201.7 272.3L248 226zM56.1 349.9C26.4 313.9 8.6 271.5 2.3 227.7C52.3 229.2 97.8 244.7 133.5 272.5L56.1 349.9zM328.3 145.7000000000001C373.6 182.8000000000001 432 203.1000000000001 496 204.4C493.4 256.3000000000001 474.9 307.5 439.9 349.9000000000001L282 192L328.3 145.7zM248 158L90.1 0.1C132.5 -34.8 183.7 -53.4 235.6 -56C236.9 8 257.2 66.4 294.3 111.7L248 158zM439.9 34.1C469.6 70.1 487.4 112.5 493.7 156.3C443.6 154.7 398.2 139.2 362.5 111.5L439.9 34.1zM167.7 238.3C122.3 201.1 63.9 180.7 0 179.6C2.6 127.7000000000001 21.1 76.5 56.1 34.1L214 192L167.7 238.3zM283.7 -53.7C327.5 -47.4 369.9 -29.6 405.9 0.1L328.5 77.5C300.8 41.8 285.3 -3.7 283.7 -53.7z" /> - <glyph glyph-name="bath" - unicode="" - horiz-adv-x="512" d=" M488 192H80V336C80 353.645 94.355 368 112 368C123.351 368 133.332 362.055 139.015 353.12C122.523 327.913 124.328 293.544 145.853 270.0850000000001C141.677 265.372 141.832 258.169 146.344 253.657L157.658 242.343C162.344 237.657 169.942 237.657 174.629 242.343L269.659 337.372C274.345 342.058 274.345 349.656 269.659 354.343L258.345 365.6570000000001C253.833 370.169 246.63 370.323 241.917 366.148C223.968 382.617 199.623 387.577 177.739 381.5130000000001C163.281 402.333 139.212 416 112 416C67.888 416 32 380.112 32 336V192H24C10.745 192 0 181.255 0 168V152C0 138.745 10.745 128 24 128H32V96C32 67.57 44.362 42.031 64 24.453V-8C64 -21.255 74.745 -32 88 -32H104C117.255 -32 128 -21.255 128 -8V0H384V-8C384 -21.255 394.745 -32 408 -32H424C437.255 -32 448 -21.255 448 -8V24.453C467.638 42.031 480 67.57 480 96V128H488C501.255 128 512 138.745 512 152V168C512 181.255 501.255 192 488 192z" /> - <glyph glyph-name="battery-empty" - unicode="" - horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352z" /> - <glyph glyph-name="battery-full" - unicode="" - horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM512 256H96V128H512V256z" /> - <glyph glyph-name="battery-half" - unicode="" - horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM320 256H96V128H320V256z" /> - <glyph glyph-name="battery-quarter" - unicode="" - horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM224 256H96V128H224V256z" /> - <glyph glyph-name="battery-three-quarters" - unicode="" - horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM416 256H96V128H416V256z" /> - <glyph glyph-name="bed" - unicode="" - horiz-adv-x="576" d=" M552 160C565.255 160 576 149.255 576 136V0H480V64H96V0H0V360C0 373.255 10.745 384 24 384H72C85.255 384 96 373.255 96 360V160H552zM192 352C147.817 352 112 316.183 112 272S147.817 192 192 192S272 227.817 272 272S236.183 352 192 352zM576 224C576 277.019 533.019 320 480 320H312C298.745 320 288 309.255 288 296V192H576V224z" /> - <glyph glyph-name="beer" - unicode="" - horiz-adv-x="448" d=" M368 352H320V392C320 405.255 309.255 416 296 416H24C10.745 416 0 405.255 0 392V-8C0 -21.255 10.745 -32 24 -32H296C309.255 -32 320 -21.255 320 -8V34.11L400.606 70.087C429.396 82.937 448 111.612 448 143.14V272C448 316.112 412.112 352 368 352zM384 143.14A16.018 16.018 0 0 0 374.521 128.529L320 104.195V288H368C376.822 288 384 280.822 384 272V143.14zM208 64C199.164 64 192 71.164 192 80V304C192 312.836 199.164 320 208 320S224 312.836 224 304V80C224 71.164 216.836 64 208 64zM112 64C103.164 64 96 71.164 96 80V304C96 312.836 103.164 320 112 320S128 312.836 128 304V80C128 71.164 120.836 64 112 64z" /> - <glyph glyph-name="bell-slash" - unicode="" - horiz-adv-x="576" d=" M78.107 81.941C47.958 51.792 69.325 0 112.048 0H224C224 -35.346 252.654 -64 288 -64C323.346 -64 352 -35.346 352 0H384.685L127.848 226.621C125.65 129.543 99.409 103.243 78.107 81.941zM264 0C264 -13.234 274.766 -24 288 -24A8 8 0 0 0 288 -40C265.944 -40 248 -22.056 248 0H264zM569.896 -43.733L559.134 -55.819C550.219 -65.831 534.801 -66.7860000000001 524.697 -57.952L8.256 393.607C-1.848 402.442 -2.811 417.7200000000001 6.104 427.733L16.865 439.819C25.781 449.831 41.199 450.786 51.303 441.951L165.113 342.439C189.13 371.217 223.059 391.435 261.663 397.829A31.85 31.85 0 0 0 256 416C256 433.673 270.327 448 288 448S320 433.673 320 416C320 409.25 317.905 402.992 314.337 397.83C390.169 385.269 448 319.394 448 240C448 131.882 475.634 104.191 497.884 81.941C510.033 69.792 513.807 54.165 511.214 39.8200000000001L567.744 -9.607C577.8480000000001 -18.4419999999999 578.811 -33.72 569.8960000000001 -43.7329999999999z" /> - <glyph glyph-name="bell" - unicode="" - horiz-adv-x="448" d=" M433.884 81.941C411.634 104.191 384 131.882 384 240C384 319.394 326.169 385.269 250.337 397.8300000000001A31.845000000000002 31.845000000000002 0 0 1 256 416C256 433.673 241.673 448 224 448S192 433.673 192 416C192 409.25 194.095 402.992 197.663 397.83C121.831 385.269 64 319.394 64 240C64 131.882 36.357 104.191 14.107 81.941C-16.042 51.792 5.325 0 48.048 0H160C160 -35.346 188.654 -64 224 -64S288 -35.346 288 0H399.943C442.581 0 464.094 51.731 433.884 81.941zM224 -24A8 8 0 0 0 224 -40C201.944 -40 184 -22.056 184 0H200C200 -13.234 210.766 -24 224 -24z" /> - <glyph glyph-name="bicycle" - unicode="" - horiz-adv-x="640" d=" M512.509 255.999C496.136 256.063 480.479 253.044 466.073 247.504L388.3930000000001 372.657A24 24 0 0 1 368.001 384H304.001C295.164 384 288.001 376.837 288.001 368V352C288.001 343.163 295.164 336 304.001 336H354.65L369.546 312H256.002V328C256.002 336.837 248.839 344 240.002 344H152.543C139.102 344 127.766 333.001 128.007 319.563C128.239 306.519 138.883 296 152.002 296H200.728L171.311 248.48C157.878 253.31 143.407 255.963 128.319 256C58.094 256.17 0.412 198.988 0.002 128.764C-0.413 57.721 57.055 0 128.002 0C187.644 0 237.76 40.793 251.969 96H304.002A24 24 0 0 1 324.408 107.367L410.37 246.23L425.308 222.163C399.853 198.715 383.923 165.082 384.001 127.726C384.146 58.893 441.9 0.675 510.73 0.007C581.336 -0.678 638.911 55.81 639.9849999999999 126.003C641.0709999999999 196.944 583.459 255.723 512.5089999999999 255.999zM186.75 182.228C196.477 171.699 203.423 158.567 206.392 144H163.086L186.75 182.228zM128.002 48C83.89 48 48.002 83.888 48.002 128S83.89 208 128.002 208C133.871 208 139.588 207.347 145.101 206.141L99.596 132.632C89.715 116.673 101.213 96 120.002 96H201.302C188.932 67.775 160.74 48 128.002 48zM290.632 144H255.008C251.048 175.756 235.452 203.894 212.625 224.026L237.371 264H364.918L290.632 144zM507.689 48.114C466.653 50.2790000000001 433.64 83.806 432.062 124.869C431.25 145.99 438.695 165.3870000000001 451.3969999999999 180.132L495.8299999999999 108.546C500.49 101.038 510.3539999999999 98.73 517.862 103.39L531.456 111.827C538.964 116.487 541.273 126.351 536.612 133.859L492.1439999999999 205.502A79.901 79.901 0 0 0 512.002 207.999C556.1139999999999 207.999 592.002 172.111 592.002 127.999C592.001 82.459 553.75 45.683 507.689 48.114z" /> - <glyph glyph-name="binoculars" - unicode="" - horiz-adv-x="512" d=" M192 344H96V392C96 405.255 106.745 416 120 416H168C181.255 416 192 405.255 192 392V344zM416 392C416 405.255 405.255 416 392 416H344C330.745 416 320 405.255 320 392V344H416V392zM0 -8C0 -21.255 10.745 -32 24 -32H144C157.255 -32 168 -21.255 168 -8V8H0V-8zM88 320C74.745 320 64 309.255 64 296C64 192 0 176 0 32H168V136C168 149.255 178.745 160 192 160V320H88zM344 -8C344 -21.255 354.745 -32 368 -32H488C501.255 -32 512 -21.255 512 -8V8H344V-8zM216 320V160H296V320H216zM344 32H512C512 176 448 192 448 296C448 309.255 437.255 320 424 320H320V160C333.255 160 344 149.255 344 136V32z" /> - <glyph glyph-name="birthday-cake" - unicode="" - horiz-adv-x="448" d=" M448 64C419.98 64 416.74 96 373.5 96C330.07 96 326.675 64 298.75 64C271.055 64 267.296 96 224 96C181.158 96 176.782 64 149.5 64C121.352 64 118.298 96 74.75 96C31.203 96 28.097 64 0 64V144C0 170.5 21.5 192 48 192H64V336H128V192H192V336H256V192H320V336H384V192H400C426.5 192 448 170.5 448 144V64zM448 -64H0V32C43.356 32 46.767 64 74.75 64C102.701 64 106.003 32 149.5 32C192.343 32 196.717 64 224 64C252.148 64 255.201 32 298.75 32C342.107 32 345.517 64 373.5 64C400.988 64 404.752 32 448 32V-64zM96 352C78.25 352 64 366.25 64 384C64 415 96 407 96 448C108 448 128 418.5 128 392S113.75 352 96 352zM224 352C206.25 352 192 366.25 192 384C192 415 224 407 224 448C236 448 256 418.5 256 392S241.75 352 224 352zM352 352C334.25 352 320 366.25 320 384C320 415 352 407 352 448C364 448 384 418.5 384 392S369.75 352 352 352z" /> - <glyph glyph-name="blind" - unicode="" - horiz-adv-x="384" d=" M380.15 -62.837A8 8 0 0 0 369.161 -60.15L243.831 146.2770000000001A31.923 31.923 0 0 1 256.7890000000001 155.7620000000001L382.8370000000001 -51.8459999999999A8 8 0 0 0 380.1500000000001 -62.8369999999999zM142.803 133.662L110.263 44.177L146.383 -44.1080000000001C153.076 -60.4680000000001 171.76 -68.3000000000001 188.116 -61.609C204.473 -54.917 212.309 -36.2330000000001 205.617 -19.8750000000001L142.803 133.6619999999999zM96 360C120.301 360 140 379.699 140 404S120.301 448 96 448S52 428.301 52 404S71.699 360 96 360zM250.837 190.872L130.837 342.872C126.104 348.867 119.087 351.98 112 351.9840000000001V352H80V351.974C72.854 351.971 65.783 348.813 61.056 342.7340000000001L0 264.2340000000001V168.54C0 155.085 11.011 143.749 24.464 144.004C37.505 144.252 48 154.9 48 168V247.766L64 268.337V127.639L9.927 -21.055C3.887 -37.664 12.455 -56.024 29.065 -62.064C45.667 -68.1030000000001 64.033 -59.54 70.074 -42.926L136 138.362V245.559L104.594 285.375A4 4 0 1 0 110.863 290.346L213.163 161.129C222.308 149.545 237.531 149.79 246.871 157.1640000000001C257.281 165.3800000000001 259.0300000000001 180.4980000000001 250.837 190.8720000000001z" /> - <glyph glyph-name="bold" - unicode="" - horiz-adv-x="384" d=" M304.793 204.109C338.432 222.646 358.45 258.269 358.45 299.802C358.45 348.038 332.2 387.428 289.824 403.981C265.138 413.99 240.849 416 209.661 416H24C15.163 416 8 408.837 8 400V366.951C8 358.114 15.163 350.951 24 350.951H57.113V32.4210000000001H24C15.163 32.4210000000001 8 25.258 8 16.4210000000001V-16C8 -24.837 15.163 -32 24 -32H219.69C243.893 -32 264.524 -30.711 286.556 -24.416C337.52 -9.193 376 37.353 376 97.986C376 150.154 349.427 189.67 304.793 204.109zM142.217 347.1910000000001H209.661C225.955 347.1910000000001 237.197 345.1720000000001 247.186 340.474C263.014 331.995 272.092 313.972 272.092 291.028C272.092 255.999 251.772 234.2380000000001 219.063 234.2380000000001H142.217V347.1910000000001zM254.859 41.716C244.719 37.66 232.182 36.809 223.45 36.809H142.217V166.057H226.584C266.229 166.057 289.641 140.677 289.641 103C289.642 74.575 275.981 50.517 254.8590000000001 41.716z" /> - <glyph glyph-name="bolt" - unicode="" - horiz-adv-x="320" d=" M295.973 288H180.572L215.19 417.816C219.25 433.044 207.756 448 192 448H56C43.971 448 33.8 439.0950000000001 32.211 427.1720000000001L0.215 187.172C-1.704 172.783 9.504 160 24.004 160H142.705L96.646 -34.466C93.05 -49.649 104.659 -64 119.992 -64C128.342 -64 136.368 -59.626 140.77 -52.022L316.7430000000001 251.975C325.9870000000001 267.942 314.4550000000001 288 295.9730000000001 288z" /> - <glyph glyph-name="bomb" - unicode="" - horiz-adv-x="512" d=" M440.5 359.5L388.5 307.5L415 281C424.4 271.6 424.4 256.4 415 247.1L397.6 229.7C409.4000000000001 203.6 416 174.6 416 144.1C416 29.2 322.9 -63.9 208 -63.9S0 29.1 0 144S93.1 352 208 352C238.5 352 267.5 345.4 293.6 333.6L311 351C320.4 360.4 335.6 360.4 344.9 351L371.4 324.5L423.4 376.5L440.5 359.5zM500 388H476C469.4 388 464 382.6 464 376S469.4 364 476 364H500C506.6 364 512 369.4 512 376S506.6 388 500 388zM440 448C433.4 448 428 442.6 428 436V412C428 405.4 433.4 400 440 400S452 405.4 452 412V436C452 442.6 446.6 448 440 448zM473.9 393L490.9 410C495.6 414.7 495.6 422.3 490.9 427C486.2 431.7 478.6 431.7 473.9 427L456.9 410C452.2 405.3 452.2 397.7 456.9 393C461.7 388.3 469.3 388.3 473.9 393zM406.1 393C410.8 388.3 418.4 388.3 423.1 393C427.8 397.7 427.8 405.3 423.1 410L406.1 427C401.4 431.7 393.8 431.7 389.1 427C384.4 422.3 384.4 414.7 389.1 410L406.1 393zM473.9 359C469.2 363.7 461.6 363.7 456.9 359C452.2 354.3 452.2 346.7 456.9 342L473.9 325C478.6 320.3 486.2 320.3 490.9 325C495.6 329.7 495.6 337.3 490.9 342L473.9 359zM112 176C112 211.3 140.7 240 176 240C184.8 240 192 247.2 192 256S184.8 272 176 272C123.1 272 80 228.9 80 176C80 167.2 87.2 160 96 160S112 167.2 112 176z" /> - <glyph glyph-name="book" - unicode="" - horiz-adv-x="448" d=" M448 88V424C448 437.3 437.3 448 424 448H96C43 448 0 405 0 352V32C0 -21 43 -64 96 -64H424C437.3 -64 448 -53.3 448 -40V-24C448 -16.5 444.5 -9.7 439.1 -5.3C434.9000000000001 10.1 434.9000000000001 54 439.1 69.4C444.5 73.7 448 80.5 448 88zM128 314C128 317.3 130.7 320 134 320H346C349.3 320 352 317.3 352 314V294C352 290.7 349.3 288 346 288H134C130.7 288 128 290.7 128 294V314zM128 250C128 253.3 130.7 256 134 256H346C349.3 256 352 253.3 352 250V230C352 226.7 349.3 224 346 224H134C130.7 224 128 226.7 128 230V250zM381.4 0H96C78.3 0 64 14.3 64 32C64 49.6 78.4 64 96 64H381.4C379.5 46.9 379.5 17.1 381.4 0z" /> - <glyph glyph-name="bookmark" - unicode="" - horiz-adv-x="384" d=" M0 -64V400C0 426.51 21.49 448 48 448H336C362.51 448 384 426.51 384 400V-64L192 48L0 -64z" /> - <glyph glyph-name="bowling-ball" - unicode="" - horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM120 256C102.3 256 88 270.3 88 288S102.3 320 120 320S152 305.7 152 288S137.7 256 120 256zM184 352C184 369.7 198.3 384 216 384S248 369.7 248 352S233.7 320 216 320S184 334.3 184 352zM232 208C214.3 208 200 222.3 200 240S214.3 272 232 272S264 257.7 264 240S249.7 208 232 208z" /> - <glyph glyph-name="box" - unicode="" - horiz-adv-x="512" d=" M509.5 263.4L458.9 415.2C452.4 434.8 434.1 448 413.4 448H272V256H510.7C510.3 258.5 510.3 261 509.5 263.4zM240 448H98.6C77.9 448 59.6 434.8 53.1 415.2L2.5 263.4C1.7 261 1.7 258.5 1.3 256H240V448zM0 224V-16C0 -42.5 21.5 -64 48 -64H464C490.5 -64 512 -42.5 512 -16V224H0z" /> - <glyph glyph-name="boxes" - unicode="" - horiz-adv-x="576" d=" M560 160H480V64L448 85.3L416 64V160H336C327.2 160 320 152.8 320 144V-48C320 -56.8 327.2 -64 336 -64H560C568.8 -64 576 -56.8 576 -48V144C576 152.8 568.8 160 560 160zM176 224H400C408.8 224 416 231.2 416 240V432C416 440.8 408.8 448 400 448H320V352L288 373.3L256 352V448H176C167.2 448 160 440.8 160 432V240C160 231.2 167.2 224 176 224zM240 160H160V64L128 85.3L96 64V160H16C7.2 160 0 152.8 0 144V-48C0 -56.8 7.2 -64 16 -64H240C248.8 -64 256 -56.8 256 -48V144C256 152.8 248.8 160 240 160z" /> - <glyph glyph-name="braille" - unicode="" - horiz-adv-x="640" d=" M128 192C128 156.654 99.346 128 64 128S0 156.654 0 192S28.654 256 64 256S128 227.346 128 192zM64 64C46.327 64 32 49.673 32 32S46.327 0 64 0S96 14.327 96 32S81.673 64 64 64zM64 416C28.654 416 0 387.346 0 352S28.654 288 64 288S128 316.654 128 352S99.346 416 64 416zM224 224C206.327 224 192 209.673 192 192S206.327 160 224 160S256 174.327 256 192S241.673 224 224 224zM224 64C206.327 64 192 49.673 192 32S206.327 0 224 0S256 14.327 256 32S241.673 64 224 64zM224 416C188.654 416 160 387.346 160 352S188.654 288 224 288S288 316.654 288 352S259.346 416 224 416zM448 224C430.327 224 416 209.673 416 192S430.327 160 448 160S480 174.327 480 192S465.673 224 448 224zM448 64C430.327 64 416 49.673 416 32S430.327 0 448 0S480 14.327 480 32S465.673 64 448 64zM448 416C412.654 416 384 387.346 384 352S412.654 288 448 288S512 316.654 512 352S483.346 416 448 416zM608 224C590.327 224 576 209.673 576 192S590.327 160 608 160S640 174.327 640 192S625.673 224 608 224zM608 64C590.327 64 576 49.673 576 32S590.327 0 608 0S640 14.327 640 32S625.673 64 608 64zM608 384C590.327 384 576 369.673 576 352S590.327 320 608 320S640 334.327 640 352S625.673 384 608 384z" /> - <glyph glyph-name="briefcase" - unicode="" - horiz-adv-x="512" d=" M320 160H512V16C512 -10.51 490.51 -32 464 -32H48C21.49 -32 0 -10.51 0 16V160H192V140C192 133.373 197.373 128 204 128H308C314.627 128 320 133.373 320 140V160zM512 272V192H0V272C0 298.51 21.49 320 48 320H128V368C128 394.51 149.49 416 176 416H336C362.51 416 384 394.51 384 368V320H464C490.51 320 512 298.51 512 272zM320 352H192V320H320V352z" /> - <glyph glyph-name="bug" - unicode="" - horiz-adv-x="512" d=" M511.988 159.1C511.51 141.67 496.771 128 479.335 128H424V112C424 90.136 419.118 69.416 410.4 50.855L470.628 -9.373C483.124 -21.87 483.124 -42.131 470.628 -54.628C458.13 -67.125 437.869 -67.124 425.372 -54.628L370.636 0.108C345.886 -19.965 314.351 -32 280 -32V212C280 218.627 274.627 224 268 224H244C237.373 224 232 218.627 232 212V-32C197.649 -32 166.114 -19.965 141.364 0.108L86.628 -54.628C74.13 -67.125 53.869 -67.124 41.372 -54.628C28.876 -42.131 28.876 -21.87 41.372 -9.373L101.6 50.855C92.882 69.416 88 90.136 88 112V128H32.666C15.23 128 0.491 141.67 0.013 159.1C-0.484 177.184 14.028 192 32 192H88V250.745L41.372 297.373C28.876 309.87 28.876 330.131 41.372 342.628C53.87 355.125 74.13 355.125 86.628 342.628L141.255 288H370.7440000000001L425.3710000000001 342.627C437.8690000000001 355.124 458.129 355.124 470.6270000000001 342.627C483.123 330.13 483.123 309.8690000000001 470.6270000000001 297.372L424 250.745V192H480C497.972 192 512.484 177.184 511.988 159.1zM257 448C195.144 448 145 397.856 145 336H369C369 397.856 318.856 448 257 448z" /> - <glyph glyph-name="building" - unicode="" - horiz-adv-x="448" d=" M436 -32H416V424C416 437.255 405.255 448 392 448H56C42.745 448 32 437.255 32 424V-32H12C5.373 -32 0 -37.373 0 -44V-64H448V-44C448 -37.373 442.627 -32 436 -32zM128 372C128 378.627 133.373 384 140 384H180C186.627 384 192 378.627 192 372V332C192 325.373 186.627 320 180 320H140C133.373 320 128 325.373 128 332V372zM128 276C128 282.627 133.373 288 140 288H180C186.627 288 192 282.627 192 276V236C192 229.373 186.627 224 180 224H140C133.373 224 128 229.373 128 236V276zM180 128H140C133.373 128 128 133.373 128 140V180C128 186.627 133.373 192 140 192H180C186.627 192 192 186.627 192 180V140C192 133.373 186.627 128 180 128zM256 -32H192V52C192 58.627 197.373 64 204 64H244C250.627 64 256 58.627 256 52V-32zM320 140C320 133.373 314.627 128 308 128H268C261.373 128 256 133.373 256 140V180C256 186.627 261.373 192 268 192H308C314.627 192 320 186.627 320 180V140zM320 236C320 229.373 314.627 224 308 224H268C261.373 224 256 229.373 256 236V276C256 282.627 261.373 288 268 288H308C314.627 288 320 282.627 320 276V236zM320 332C320 325.373 314.627 320 308 320H268C261.373 320 256 325.373 256 332V372C256 378.627 261.373 384 268 384H308C314.627 384 320 378.627 320 372V332z" /> - <glyph glyph-name="bullhorn" - unicode="" - horiz-adv-x="576" d=" M576 224C576 244.896 562.64 262.666 544 269.2580000000001V384C544 419.346 515.346 448 480 448C415.015 392 337.969 320 208 320H48C21.49 320 0 298.51 0 272V176C0 149.49 21.49 128 48 128H91.263C72.521 63.35 93.742 11.621 110.077 -39.44C111.779 -44.76 115.28 -49.333 119.999 -52.32C140.779 -65.475 188.354 -67.977 213.772 -57.471C229.818 -50.838 233.732 -30.048 221.294 -17.934C202.786 0.092 191.158 18.976 201.499 42.924A12.278 12.278 0 0 1 200.454 54.597C184.145 79.276 196.873 116.704 228.971 127.349C346.403 120.113 418.591 52.919 480 0C515.346 0 544 28.654 544 64V178.742C562.64 185.334 576 203.104 576 224zM480 84.145C425.391 129.124 354.967 177.085 256 189.127V258.874C354.967 270.916 425.391 318.876 480 363.856V84.145z" /> - <glyph glyph-name="bullseye" - unicode="" - horiz-adv-x="512" d=" M256 376C357.689 376 440 293.705 440 192C440 90.311 357.705 8 256 8C154.311 8 72 90.295 72 192C72 293.689 154.295 376 256 376M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 256C291.29 256 320 227.29 320 192S291.29 128 256 128S192 156.71 192 192S220.71 256 256 256M256 320C185.308 320 128 262.692 128 192S185.308 64 256 64S384 121.308 384 192S326.692 320 256 320z" /> - <glyph glyph-name="bus" - unicode="" - horiz-adv-x="512" d=" M512 296V216C512 202.745 501.255 192 488 192H480V24C480 10.745 469.255 0 456 0H448V-40C448 -53.255 437.255 -64 424 -64H376C362.745 -64 352 -53.255 352 -40V0H160V-40C160 -53.255 149.255 -64 136 -64H88C74.745 -64 64 -53.255 64 -40V0H56C42.745 0 32 10.745 32 24V192H24C10.745 192 0 202.745 0 216V296C0 309.255 10.745 320 24 320H32V368C32 412.183 132.288 448 256 448S480 412.183 480 368V320H488C501.255 320 512 309.255 512 296zM112 128C89.909 128 72 110.091 72 88S89.909 48 112 48S152 65.909 152 88S134.091 128 112 128zM400 128C377.909 128 360 110.091 360 88S377.909 48 400 48S440 65.909 440 88S422.091 128 400 128zM432 184V328C432 341.255 421.255 352 408 352H104C90.745 352 80 341.255 80 328V184C80 170.745 90.745 160 104 160H408C421.255 160 432 170.745 432 184z" /> - <glyph glyph-name="calculator" - unicode="" - horiz-adv-x="448" d=" M0 -16V400C0 426.51 21.49 448 48 448H400C426.51 448 448 426.51 448 400V-16C448 -42.51 426.51 -64 400 -64H48C21.49 -64 0 -42.51 0 -16zM384 268V372C384 378.627 378.627 384 372 384H76C69.373 384 64 378.627 64 372V268C64 261.373 69.373 256 76 256H372C378.627 256 384 261.373 384 268zM128 140V180C128 186.627 122.627 192 116 192H76C69.373 192 64 186.627 64 180V140C64 133.373 69.373 128 76 128H116C122.627 128 128 133.373 128 140zM384 12V180C384 186.627 378.627 192 372 192H332C325.373 192 320 186.627 320 180V12C320 5.373 325.373 0 332 0H372C378.627 0 384 5.373 384 12zM128 12V52C128 58.627 122.627 64 116 64H76C69.373 64 64 58.627 64 52V12C64 5.373 69.373 0 76 0H116C122.627 0 128 5.373 128 12zM256 140V180C256 186.627 250.627 192 244 192H204C197.373 192 192 186.627 192 180V140C192 133.373 197.373 128 204 128H244C250.627 128 256 133.373 256 140zM256 12V52C256 58.627 250.627 64 244 64H204C197.373 64 192 58.627 192 52V12C192 5.373 197.373 0 204 0H244C250.627 0 256 5.373 256 12z" /> - <glyph glyph-name="calendar-alt" - unicode="" - horiz-adv-x="448" d=" M436 288H12C5.4 288 0 293.4 0 300V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336V300C448 293.4 442.6 288 436 288zM12 256H436C442.6 256 448 250.6 448 244V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V244C0 250.6 5.4 256 12 256zM128 52C128 58.6 122.6 64 116 64H76C69.4 64 64 58.6 64 52V12C64 5.4 69.4 0 76 0H116C122.6 0 128 5.4 128 12V52zM128 180C128 186.6 122.6 192 116 192H76C69.4 192 64 186.6 64 180V140C64 133.4 69.4 128 76 128H116C122.6 128 128 133.4 128 140V180zM256 52C256 58.6 250.6 64 244 64H204C197.4 64 192 58.6 192 52V12C192 5.4 197.4 0 204 0H244C250.6 0 256 5.4 256 12V52zM256 180C256 186.6 250.6 192 244 192H204C197.4 192 192 186.6 192 180V140C192 133.4 197.4 128 204 128H244C250.6 128 256 133.4 256 140V180zM384 52C384 58.6 378.6 64 372 64H332C325.4 64 320 58.6 320 52V12C320 5.4 325.4 0 332 0H372C378.6 0 384 5.4 384 12V52zM384 180C384 186.6 378.6 192 372 192H332C325.4 192 320 186.6 320 180V140C320 133.4 325.4 128 332 128H372C378.6 128 384 133.4 384 140V180z" /> - <glyph glyph-name="calendar-check" - unicode="" - horiz-adv-x="448" d=" M436 288H12C5.373 288 0 293.373 0 300V336C0 362.51 21.49 384 48 384H96V436C96 442.627 101.373 448 108 448H148C154.627 448 160 442.627 160 436V384H288V436C288 442.627 293.373 448 300 448H340C346.627 448 352 442.627 352 436V384H400C426.51 384 448 362.51 448 336V300C448 293.373 442.627 288 436 288zM12 256H436C442.627 256 448 250.627 448 244V-16C448 -42.51 426.51 -64 400 -64H48C21.49 -64 0 -42.51 0 -16V244C0 250.627 5.373 256 12 256zM345.296 160.053L317.127 188.451C312.4600000000001 193.156 304.862 193.187 300.1570000000001 188.519L194.12 83.335L148.14 129.687C143.473 134.392 135.874 134.423 131.169 129.755L102.772 101.5849999999999C98.067 96.918 98.036 89.3199999999999 102.704 84.6149999999999L185.305 1.3459999999999C189.972 -3.3590000000001 197.57 -3.3900000000001 202.275 1.2779999999999L345.228 143.0829999999999C349.933 147.7499999999999 349.964 155.3479999999999 345.296 160.0529999999999z" /> - <glyph glyph-name="calendar-minus" - unicode="" - horiz-adv-x="448" d=" M436 288H12C5.4 288 0 293.4 0 300V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336V300C448 293.4 442.6 288 436 288zM12 256H436C442.6 256 448 250.6 448 244V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V244C0 250.6 5.4 256 12 256zM316 64C322.6 64 328 69.4 328 76V116C328 122.6 322.6 128 316 128H132C125.4 128 120 122.6 120 116V76C120 69.4 125.4 64 132 64H316z" /> - <glyph glyph-name="calendar-plus" - unicode="" - horiz-adv-x="448" d=" M436 288H12C5.4 288 0 293.4 0 300V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336V300C448 293.4 442.6 288 436 288zM12 256H436C442.6 256 448 250.6 448 244V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V244C0 250.6 5.4 256 12 256zM328 116C328 122.6 322.6 128 316 128H256V188C256 194.6 250.6 200 244 200H204C197.4 200 192 194.6 192 188V128H132C125.4 128 120 122.6 120 116V76C120 69.4 125.4 64 132 64H192V4C192 -2.6 197.4 -8 204 -8H244C250.6 -8 256 -2.6 256 4V64H316C322.6 64 328 69.4 328 76V116z" /> - <glyph glyph-name="calendar-times" - unicode="" - horiz-adv-x="448" d=" M436 288H12C5.4 288 0 293.4 0 300V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336V300C448 293.4 442.6 288 436 288zM12 256H436C442.6 256 448 250.6 448 244V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V244C0 250.6 5.4 256 12 256zM269.3 96L317.4000000000001 144.1C322.1 148.8 322.1 156.4 317.4000000000001 161.1L289.1 189.4C284.4000000000001 194.1 276.8 194.1 272.1 189.4L224 141.3L175.9 189.4C171.2 194.1 163.6 194.1 158.9 189.4L130.6 161.1C125.9 156.4 125.9 148.8 130.6 144.1L178.7 96L130.6 47.9C125.9 43.2 125.9 35.6 130.6 30.9L158.9 2.6C163.6 -2.1 171.2 -2.1 175.9 2.6L224 50.7L272.1 2.6C276.8 -2.1 284.4000000000001 -2.1 289.1 2.6L317.4000000000001 30.9C322.1 35.6 322.1 43.2 317.4000000000001 47.9L269.3 96z" /> - <glyph glyph-name="calendar" - unicode="" - horiz-adv-x="448" d=" M12 256H436C442.6 256 448 250.6 448 244V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V244C0 250.6 5.4 256 12 256zM448 300V336C448 362.5 426.5 384 400 384H352V436C352 442.6 346.6 448 340 448H300C293.4 448 288 442.6 288 436V384H160V436C160 442.6 154.6 448 148 448H108C101.4 448 96 442.6 96 436V384H48C21.5 384 0 362.5 0 336V300C0 293.4 5.4 288 12 288H436C442.6 288 448 293.4 448 300z" /> - <glyph glyph-name="camera-retro" - unicode="" - horiz-adv-x="512" d=" M48 416C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V368C512 394.5 490.5 416 464 416H48zM48 384H154C157.3 384 160 381.3 160 378V358C160 354.7 157.3 352 154 352H38C34.7 352 32 354.7 32 358V368C32 376.8 39.2 384 48 384zM474 288H38C34.7 288 32 290.7 32 294V330C32 333.3 34.7 336 38 336H176L206.2 381.3C207.3 383 209.2 384 211.2 384H464C472.8 384 480 376.8 480 368V294C480 290.7 477.3 288 474 288zM256 24C189.8 24 136 77.8 136 144S189.8 264 256 264S376 210.2 376 144S322.2 24 256 24zM256 232C207.5 232 168 192.5 168 144S207.5 56 256 56S344 95.5 344 144S304.5 232 256 232zM208 128C199.2 128 192 135.2 192 144C192 179.3 220.7 208 256 208C264.8 208 272 200.8 272 192S264.8 176 256 176C238.4 176 224 161.6 224 144C224 135.2 216.8 128 208 128z" /> - <glyph glyph-name="camera" - unicode="" - horiz-adv-x="512" d=" M512 304V16C512 -10.5 490.5 -32 464 -32H48C21.5 -32 0 -10.5 0 16V304C0 330.5 21.5 352 48 352H136L148.3 384.9C155.3 403.6 173.2 416 193.2 416H318.7000000000001C338.7000000000001 416 356.6 403.6 363.6 384.9L376 352H464C490.5 352 512 330.5 512 304zM376 160C376 226.2 322.2 280 256 280S136 226.2 136 160S189.8 40 256 40S376 93.8 376 160zM344 160C344 111.5 304.5 72 256 72S168 111.5 168 160S207.5 248 256 248S344 208.5 344 160z" /> - <glyph glyph-name="car" - unicode="" - horiz-adv-x="512" d=" M499.991 280H445.176L437.322 300.944C428.13 325.457 411.897 346.295 390.38 361.207S343.651 384 317.472 384H194.528C168.348 384 143.137 376.118 121.62 361.207C100.102 346.295 83.87 325.457 74.678 300.944L66.824 280H12.009C3.818 280 -1.965 271.976 0.625 264.2050000000001L8.625 240.205A12 12 0 0 1 20.009 232H48.824L48.772 231.86C29.222 220.907 16 200.003 16 176V128C16 111.775 22.049 96.971 32 85.691V24C32 10.745 42.745 0 56 0H104C117.255 0 128 10.745 128 24V64H384V24C384 10.745 394.745 0 408 0H456C469.255 0 480 10.745 480 24V85.691C489.951 96.972 496 111.776 496 128V176C496 200.003 482.778 220.907 463.228 231.86L463.176 232H491.991A12 12 0 0 1 503.375 240.205L511.375 264.2050000000001C513.965 271.976 508.182 280 499.991 280zM134.603 278.472C143.918 303.3110000000001 168 320 194.528 320H317.472C344 320 368.082 303.3110000000001 377.397 278.472L391.824 240H120.176L134.603 278.472zM88 120C70.327 120 56 134.327 56 152C56 169.673 70.327 184 88 184S136 153.673 136 136S105.673 120 88 120zM424 120C406.327 120 376 118.327 376 136C376 153.673 406.327 184 424 184S456 169.673 456 152C456 134.327 441.673 120 424 120z" /> - <glyph glyph-name="caret-down" - unicode="" - horiz-adv-x="320" d=" M31.3 256H288.6C306.4000000000001 256 315.3 234.5 302.7000000000001 221.9L174.1 93.2C166.3 85.4 153.6 85.4 145.8 93.2L17.2 221.9C4.6 234.5 13.5 256 31.3 256z" /> - <glyph glyph-name="caret-left" - unicode="" - horiz-adv-x="192" d=" M192 320.6620000000001V63.338C192 45.52 170.457 36.597 157.858 49.196L29.196 177.858C21.386 185.668 21.386 198.332 29.196 206.142L157.858 334.804C170.457 347.404 192 338.48 192 320.6620000000001z" /> - <glyph glyph-name="caret-right" - unicode="" - horiz-adv-x="192" d=" M0 63.338V320.6620000000001C0 338.48 21.543 347.403 34.142 334.804L162.804 206.142C170.614 198.332 170.614 185.668 162.804 177.858L34.142 49.196C21.543 36.596 0 45.52 0 63.338z" /> - <glyph glyph-name="caret-square-down" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM92.5 227.5L215.5 104.5C220.2 99.8 227.8 99.8 232.5 104.5L355.5 227.5C363.1 235.1 357.7 248 347 248H101C90.3 248 84.9 235.1 92.5 227.5z" /> - <glyph glyph-name="caret-square-left" - unicode="" - horiz-adv-x="448" d=" M400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368V16C448 -10.51 426.51 -32 400 -32zM259.515 323.515L136.485 200.485C131.799 195.799 131.799 188.201 136.485 183.514L259.514 60.485C267.074 52.925 279.999 58.279 279.999 68.97V315.029C280 325.7200000000001 267.074 331.074 259.5150000000001 323.515z" /> - <glyph glyph-name="caret-square-right" - unicode="" - horiz-adv-x="448" d=" M48 416H400C426.51 416 448 394.51 448 368V16C448 -10.51 426.51 -32 400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416zM188.485 60.485L311.514 183.514C316.2 188.2 316.2 195.798 311.514 200.485L188.485 323.515C180.925 331.0750000000001 168 325.721 168 315.0300000000001V68.971C168 58.28 180.926 52.926 188.485 60.485z" /> - <glyph glyph-name="caret-square-up" - unicode="" - horiz-adv-x="448" d=" M0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368V16C448 -10.51 426.51 -32 400 -32H48C21.49 -32 0 -10.51 0 16zM355.515 156.485L232.485 279.515C227.799 284.201 220.201 284.201 215.514 279.515L92.485 156.485C84.925 148.925 90.279 136 100.97 136H347.029C357.72 136 363.074 148.926 355.515 156.485z" /> - <glyph glyph-name="caret-up" - unicode="" - horiz-adv-x="320" d=" M288.662 96H31.338C13.52 96 4.597 117.543 17.196 130.142L145.858 258.804C153.668 266.6140000000001 166.332 266.6140000000001 174.142 258.804L302.804 130.142C315.404 117.543 306.48 96 288.662 96z" /> - <glyph glyph-name="cart-arrow-down" - unicode="" - horiz-adv-x="576" d=" M504.717 128H211.572L218.117 96H486.535C501.936 96 513.351 81.699 509.938 66.681L504.421 42.405C523.112 33.332 536 14.172 536 -8C536 -39.202 510.481 -64.444 479.176 -63.994C449.353 -63.565 424.826 -39.3630000000001 424.021 -9.547C423.581 6.74 430.106 21.502 440.824 32.001H231.176C241.553 21.835 248 7.674 248 -8C248 -39.813 221.472 -65.431 189.33 -63.938C160.79 -62.613 137.579 -39.553 136.079 -11.021C134.921 11.013 146.515 30.434 164.13 40.5650000000001L93.883 384H24C10.745 384 0 394.745 0 408V424C0 437.255 10.745 448 24 448H126.529C137.93 448 147.757 439.979 150.042 428.81L159.208 384H551.99C567.391 384 578.806 369.699 575.393 354.681L528.12 146.681C525.637 135.754 515.923 128 504.717 128zM403.029 256H360V316C360 322.627 354.627 328 348 328H324C317.373 328 312 322.627 312 316V256H268.971C258.2800000000001 256 252.926 243.074 260.486 235.515L327.515 168.486C332.201 163.8 339.799 163.8 344.486 168.486L411.515 235.515C419.074 243.074 413.72 256 403.029 256z" /> - <glyph glyph-name="cart-plus" - unicode="" - horiz-adv-x="576" d=" M504.717 128H211.572L218.117 96H486.535C501.936 96 513.351 81.699 509.938 66.681L504.421 42.405C523.112 33.332 536 14.172 536 -8C536 -39.202 510.481 -64.444 479.176 -63.994C449.353 -63.565 424.826 -39.3630000000001 424.021 -9.547C423.581 6.74 430.106 21.502 440.824 32.001H231.176C241.553 21.835 248 7.674 248 -8C248 -39.813 221.472 -65.431 189.33 -63.938C160.79 -62.613 137.579 -39.553 136.079 -11.021C134.921 11.013 146.515 30.434 164.13 40.5650000000001L93.883 384H24C10.745 384 0 394.745 0 408V424C0 437.255 10.745 448 24 448H126.529C137.93 448 147.757 439.979 150.042 428.81L159.208 384H551.99C567.391 384 578.806 369.699 575.393 354.681L528.12 146.681C525.637 135.754 515.923 128 504.717 128zM408 280H360V320C360 328.837 352.837 336 344 336H328C319.163 336 312 328.837 312 320V280H264C255.163 280 248 272.837 248 264V248C248 239.163 255.163 232 264 232H312V192C312 183.163 319.163 176 328 176H344C352.837 176 360 183.163 360 192V232H408C416.837 232 424 239.163 424 248V264C424 272.837 416.837 280 408 280z" /> - <glyph glyph-name="certificate" - unicode="" - horiz-adv-x="512" d=" M458.622 192.08L504.607 237.085C518.315 250.062 511.923 273.124 493.943 277.424L431.2930000000001 293.414L448.9540000000001 355.4290000000001C453.9450000000001 373.2670000000001 437.1250000000001 390.092 419.2930000000001 385.1L357.2990000000001 367.433L341.3150000000001 430.1040000000001C337.085 447.803 313.765 454.276 300.99 440.772L256 394.43L211.011 440.771C198.381 454.122 174.964 448.005 170.686 430.103L154.702 367.432L92.707 385.099C74.87 390.093 58.056 373.262 63.046 355.428L80.707 293.413L18.057 277.423C0.069 273.122 -6.31 250.056 7.392 237.085L53.377 192.08L7.392 147.076C-6.316 134.0990000000001 0.076 111.037 18.056 106.737L80.706 90.747L63.045 28.732C58.054 10.894 74.874 -5.931 92.706 -0.939L154.7 16.7280000000001L170.684 -45.9429999999999C175.123 -64.5179999999999 198.38 -69.9609999999999 211.009 -56.6109999999999L256 -10.61L300.989 -56.611C313.489 -70.0989999999999 336.976 -64.097 341.314 -45.943L357.298 16.728L419.2919999999999 -0.939C437.128 -5.933 453.9429999999999 10.898 448.9529999999999 28.732L431.2919999999999 90.747L493.9419999999999 106.737C511.9289999999999 111.0390000000001 518.3079999999999 134.1040000000001 504.6059999999999 147.076L458.6219999999999 192.08z" /> - <glyph glyph-name="chart-area" - unicode="" - horiz-adv-x="512" d=" M500 64C506.6 64 512 58.6 512 52V12C512 5.4 506.6 0 500 0H12C5.4 0 0 5.4 0 12V372C0 378.6 5.4 384 12 384H52C58.6 384 64 378.6 64 372V64H500zM372.7 288.5L288 232L202.7 345.7C197.6 352.5 187.2 352 182.8 344.7L96 200V96H480L390.1 283.8C386.9000000000001 290.3 378.7000000000001 292.5 372.7000000000001 288.5z" /> - <glyph glyph-name="chart-bar" - unicode="" - horiz-adv-x="512" d=" M500 64C506.6 64 512 58.6 512 52V12C512 5.4 506.6 0 500 0H12C5.4 0 0 5.4 0 12V372C0 378.6 5.4 384 12 384H52C58.6 384 64 378.6 64 372V64H500zM192 108V180C192 186.6 186.6 192 180 192H140C133.4 192 128 186.6 128 180V108C128 101.4 133.4 96 140 96H180C186.6 96 192 101.4 192 108zM384 108V244C384 250.6 378.6 256 372 256H332C325.4 256 320 250.6 320 244V108C320 101.4 325.4 96 332 96H372C378.6 96 384 101.4 384 108zM288 108V308C288 314.6 282.6 320 276 320H236C229.4 320 224 314.6 224 308V108C224 101.4 229.4 96 236 96H276C282.6 96 288 101.4 288 108zM480 108V340C480 346.6 474.6 352 468 352H428C421.4 352 416 346.6 416 340V108C416 101.4 421.4 96 428 96H468C474.6 96 480 101.4 480 108z" /> - <glyph glyph-name="chart-line" - unicode="" - horiz-adv-x="512" d=" M500 64C506.6 64 512 58.6 512 52V12C512 5.4 506.6 0 500 0H12C5.4 0 0 5.4 0 12V372C0 378.6 5.4 384 12 384H52C58.6 384 64 378.6 64 372V64H500zM456 352H344C322.6 352 311.9 326.1 327 311L359.9 278.1L287.9 205.2L232.3 260.8C227.6 265.5 220.1 265.5 215.4 260.8L96.4 143C91.7 138.4 91.6 130.8 96.2 126.1L124.7 96.7000000000001C129.4 91.9 137.1 91.8000000000001 141.8 96.6L223.9 178.7000000000001L279.4 123.2000000000001C284.1 118.5000000000001 291.7 118.5000000000001 296.4 123.2000000000001L405.6 232.4000000000001L439 199C454.1 183.9 480 194.6 480 216V328C480 341.3 469.3 352 456 352z" /> - <glyph glyph-name="chart-pie" - unicode="" - horiz-adv-x="576" d=" M288 435.7V208H515.7C522.6 208 528 213.8 527.7 220.7C521.3000000000001 343.1 423.2000000000001 441.3 300.7000000000001 447.7C293.8000000000001 448 288.0000000000001 442.6 288.0000000000001 435.7zM552.7 160C559.6 160 565 154.2 564.7 147.3C561.9000000000001 94.1 541.5 41.7 503.5000000000001 -0.5C498.9 -5.6 490.9 -5.9 486.0000000000001 -1L325 160H552.7zM401 15C405.8 10.2 405.7 2.2 400.6 -2.3C358 -40.7 301.6 -64 239.8 -64C107.6 -63.9 -0.2 44.2 0 176.5C0.2 304.6 100.8 409.1 227.3 415.7C234.2 416.1 240 410.6 240 403.7V176L401 15z" /> - <glyph glyph-name="check-circle" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM227.314 60.686L411.314 244.686C417.562 250.934 417.562 261.065 411.314 267.313L388.687 289.94C382.439 296.189 372.308 296.189 366.059 289.94L216 139.882L145.941 209.941C139.693 216.189 129.562 216.189 123.313 209.941L100.686 187.314C94.438 181.066 94.438 170.935 100.686 164.687L204.686 60.687C210.935 54.438 221.065 54.438 227.314 60.686z" /> - <glyph glyph-name="check-square" - unicode="" - horiz-adv-x="448" d=" M400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368V16C448 -10.51 426.51 -32 400 -32zM195.314 66.059L379.314 250.059C385.562 256.307 385.562 266.438 379.314 272.686L356.687 295.313C350.439 301.561 340.308 301.562 334.059 295.313L184 145.255L113.941 215.314C107.693 221.562 97.562 221.562 91.313 215.314L68.686 192.687C62.438 186.439 62.438 176.308 68.686 170.06L172.686 66.06C178.935 59.81 189.065 59.81 195.314 66.059z" /> - <glyph glyph-name="check" - unicode="" - horiz-adv-x="512" d=" M173.898 8.596L7.498 174.996C-2.499 184.993 -2.499 201.202 7.498 211.2L43.701 247.404C53.698 257.402 69.908 257.402 79.905 247.404L192 135.31L432.0950000000001 375.404C442.0920000000001 385.401 458.302 385.401 468.299 375.404L504.5020000000001 339.2C514.499 329.203 514.499 312.9940000000001 504.5020000000001 302.996L210.1020000000001 8.595C200.1040000000001 -1.402 183.8950000000001 -1.402 173.8980000000001 8.5959999999999z" /> - <glyph glyph-name="chess-bishop" - unicode="" - horiz-adv-x="320" d=" M123.158 370.1190000000001C107.369 375.4700000000001 96 390.403 96 408C96 430.091 113.909 448 136 448H183.796C205.887 448 223.796 430.091 223.796 408C223.796 390.459 212.501 375.5660000000001 196.791 370.171C220.784 353.514 245.368 323.332 265.4940000000001 288.121L144.929 167.557A6 6 0 0 1 144.929 159.072L159.071 144.93A6 6 0 0 1 167.556 144.93L280.9 258.274C298.658 219.977 310.271 178.831 310.271 144.001C310.271 90.215 287.374 68.213 251.825 57.968V0H68.174V57.97C32.631 68.216 9.739 90.219 9.739 144C9.739 222.029 68.02 331.766 123.158 370.1190000000001zM320 -52V-28C320 -21.373 314.627 -16 308 -16H12C5.373 -16 0 -21.373 0 -28V-52C0 -58.627 5.373 -64 12 -64H308C314.627 -64 320 -58.627 320 -52z" /> - <glyph glyph-name="chess-board" - unicode="" - horiz-adv-x="512" d=" M256 192V128H192V192H256zM256 448H192V384H256V448zM256 192H320V256H256V192zM384 448H320V384H384V448zM384 -64H448V0H384V-64zM512 0V64H448V0H512zM128 -64H192V0H128V-64zM128 448H64V384H128V448zM512 256V320H448V256H512zM512 128V192H448V128H512zM0 -64H64V0H0V-64zM0 384V320H64V384H0zM0 256V192H64V256H0zM0 128V64H64V128H0zM256 -64H320V0H256V-64zM192 64V0H256V64H192zM256 256V320H192V256H256zM64 64V0H128V64H64zM128 192H64V128H128V192zM384 64H448V128H384V64zM512 448H448V384H512V448zM384 192H448V256H384V192zM384 384V320H448V384H384zM320 64V0H384V64H320zM128 128V64H192V128H128zM256 128V64H320V128H256zM192 256H128V192H192V256zM128 320H64V256H128V320zM320 128H384V192H320V128zM192 320V384H128V320H192zM320 320V384H256V320H320zM320 256H384V320H320V256z" /> - <glyph glyph-name="chess-king" - unicode="" - horiz-adv-x="448" d=" M416 -28V-52C416 -58.627 410.627 -64 404 -64H44C37.373 -64 32 -58.627 32 -52V-28C32 -21.373 37.373 -16 44 -16H404C410.627 -16 416 -21.373 416 -28zM407.967 296H248V344H298A6 6 0 0 1 304 350V386A6 6 0 0 1 298 392H248V442A6 6 0 0 1 242 448H206A6 6 0 0 1 200 442V392H150A6 6 0 0 1 144 386V350A6 6 0 0 1 150 344H200V296H40.033C12.459 296 -6.846 268.756 2.295 242.741L87.582 0H360.418L445.7050000000001 242.741C454.846 268.756 435.541 296 407.967 296z" /> - <glyph glyph-name="chess-knight" - unicode="" - horiz-adv-x="384" d=" M352 224V0H32V46.557C32 76.859 49.12 104.56 76.223 118.111L133.466 146.733A48 48 0 0 1 160 189.666V240L137.873 228.937A23.996 23.996 0 0 1 125.323 213.292L113.488 165.954A12 12 0 0 0 106.303 157.723L76.702 145.8830000000001A11.998 11.998 0 0 0 67.372 146.059L7.126 172.833A12 12 0 0 0 0 183.799V342.059C0 348.424 2.529 354.529 7.03 359.03L16 368L1.789 396.4220000000001A16.937 16.937 0 0 0 0 404C0 410.627 5.373 416 12 416H160C266.039 416 352 330.039 352 224zM372 -16H12C5.373 -16 0 -21.373 0 -28V-52C0 -58.627 5.373 -64 12 -64H372C378.627 -64 384 -58.627 384 -52V-28C384 -21.373 378.627 -16 372 -16zM52 320C40.954 320 32 311.046 32 300S40.954 280 52 280S72 288.954 72 300S63.046 320 52 320z" /> - <glyph glyph-name="chess-pawn" - unicode="" - horiz-adv-x="320" d=" M264 0H56S116 42.743 116 176H84C77.373 176 72 181.373 72 188V212C72 218.627 77.373 224 84 224H124.209C95.721 237.44 76 266.4120000000001 76 300C76 346.392 113.608 384 160 384S244 346.392 244 300C244 266.4120000000001 224.279 237.44 195.791 224H236C242.627 224 248 218.627 248 212V188C248 181.373 242.627 176 236 176H204C204 42.743 264 0 264 0zM292 -16H28C21.373 -16 16 -21.373 16 -28V-52C16 -58.627 21.373 -64 28 -64H292C298.627 -64 304 -58.627 304 -52V-28C304 -21.373 298.627 -16 292 -16z" /> - <glyph glyph-name="chess-queen" - unicode="" - horiz-adv-x="512" d=" M436 -64H76C69.373 -64 64 -58.627 64 -52V-28C64 -21.373 69.373 -16 76 -16H436C442.627 -16 448 -21.373 448 -28V-52C448 -58.627 442.627 -64 436 -64zM255.579 448C224.651 448 199.579 422.928 199.579 392S224.651 336 255.579 336S311.579 361.072 311.579 392S286.507 448 255.579 448zM460.147 293.366C454.3790000000001 296.411 447.2310000000001 294.298 444.0650000000001 288.596C435.4490000000001 273.0800000000001 421.3180000000001 250.795 400.0000000000001 250.795C371.2860000000001 250.795 369.3750000000001 270.5990000000001 368.3140000000001 308.337C368.1310000000001 314.829 362.8130000000001 320.0010000000001 356.3190000000001 320.0010000000001H315.3130000000001C310.1380000000001 320.0010000000001 305.5590000000001 316.673 303.9250000000002 311.7630000000001C295.0350000000002 285.0540000000001 277.8520000000002 270.7710000000001 256.0000000000001 270.7710000000001S216.9660000000001 285.0540000000001 208.0750000000001 311.7630000000001C206.4410000000001 316.673 201.8620000000001 320.0010000000001 196.6870000000001 320.0010000000001H155.6820000000001C149.1870000000001 320.0010000000001 143.8690000000001 314.827 143.6870000000001 308.3340000000001C142.6350000000001 270.692 140.7530000000001 250.795 111.9990000000001 250.795C91.3080000000001 250.795 78.1820000000001 271.019 67.5740000000001 288.8200000000001C64.3080000000001 294.3 57.3160000000001 296.2510000000001 51.6750000000001 293.273L12.4960000000001 272.5940000000001A12 12 0 0 1 6.9860000000001 257.449L112 0H400L505.014 257.448A12 12 0 0 1 499.504 272.593L460.147 293.366z" /> - <glyph glyph-name="chess-rook" - unicode="" - horiz-adv-x="384" d=" M81.241 232.973C80.957 189.08 77.411 99.924 48 0H335.9820000000001C306.5820000000001 99.604 303.0460000000001 188.912 302.761 232.975L348.1790000000001 275.287A11.998 11.998 0 0 1 351.999 284.067V404C351.999 410.627 346.6260000000001 416 339.999 416H299.999C293.372 416 287.999 410.627 287.999 404V360H239.999V404C239.999 410.627 234.6260000000001 416 227.999 416H155.999C149.372 416 143.999 410.627 143.999 404V360H96V404C96 410.627 90.627 416 84 416H44C37.373 416 32 410.627 32 404V284.068C32 280.738 33.384 277.558 35.82 275.288L81.241 232.973zM160 192C160 209.673 174.327 224 192 224C209.673 224 224 209.673 224 192V127.996H160V192zM384 -28V-52C384 -58.627 378.627 -64 372 -64H12C5.373 -64 0 -58.627 0 -52V-28C0 -21.373 5.373 -16 12 -16H372C378.627 -16 384 -21.373 384 -28z" /> - <glyph glyph-name="chess" - unicode="" - horiz-adv-x="512" d=" M199.821 230.367A6 6 0 0 0 205.821 224.367L205.82 203.601A6 6 0 0 0 199.82 197.601H174.015C174.015 165.886 171.862 101.4 191.413 44.372H64.597C84.54 102.548 82.02 168.755 82.02 197.601H56.183A6 6 0 0 0 50.183 203.601L50.185 224.367A6 6 0 0 0 56.185 230.367H199.821zM41.554 332.9120000000001L76.134 237.841H179.868L214.44 332.913C217.286 340.7390000000001 211.49 349.014 203.162 349.014H152V379.2340000000001H173.57A6 6 0 0 1 179.57 385.2340000000001V407.617A6 6 0 0 1 173.57 413.617H145.203V442A6 6 0 0 1 139.203 448H116.82A6 6 0 0 1 110.82 442V413.617H82.421A6 6 0 0 1 76.421 407.617V385.2340000000001A6 6 0 0 1 82.421 379.2340000000001H104V349.015H52.831C44.503 349.014 38.707 340.7390000000001 41.554 332.9120000000001zM222.678 2.83V30.897A6 6 0 0 1 216.678 36.897H39.322A6 6 0 0 1 33.322 30.897V2.83L11.174 -11.334A6 6 0 0 1 8.407 -16.389V-58A6 6 0 0 1 14.407 -64H241.594A6 6 0 0 1 247.594 -58V-16.388A6 6 0 0 1 244.8270000000001 -11.333L222.678 2.83zM313.256 147.055L338.136 130.0919999999999C338.226 111.9679999999999 337.969 66.1879999999999 326.231 15.5699999999999H473.757C462.044 66.045 461.788 111.894 461.875 130.107L486.734 147.056A3.856 3.856 0 0 1 488.418 150.243V220.144A3.8569999999999998 3.8569999999999998 0 0 1 484.561 224.001H456.9059999999999A3.8569999999999998 3.8569999999999998 0 0 1 453.0489999999999 220.144V188.63H430.3119999999999V220.144A3.8569999999999998 3.8569999999999998 0 0 1 426.4539999999999 224.001H373.5359999999999A3.8569999999999998 3.8569999999999998 0 0 1 369.6789999999999 220.144V188.63H346.9419999999999V220.144A3.8569999999999998 3.8569999999999998 0 0 1 343.0849999999998 224.001H315.43A3.8569999999999998 3.8569999999999998 0 0 1 311.573 220.144V150.243A3.8549999999999995 3.8549999999999995 0 0 1 313.256 147.055zM384.841 95.149C384.841 103.521 391.628 110.307 400 110.307S415.158 103.52 415.158 95.149V64.831H384.841V95.149zM504.62 -22.059L490.956 -11.42V4.132A3.8569999999999998 3.8569999999999998 0 0 1 487.099 7.989H312.915A3.8569999999999998 3.8569999999999998 0 0 1 309.058 4.132V-11.42L295.381 -22.059A3.8569999999999998 3.8569999999999998 0 0 1 293.893 -25.103V-60.142A3.8569999999999998 3.8569999999999998 0 0 1 297.75 -63.999H502.25A3.8569999999999998 3.8569999999999998 0 0 1 506.107 -60.142V-25.102A3.859 3.859 0 0 1 504.62 -22.059z" /> - <glyph glyph-name="chevron-circle-down" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55 393 -56 256 -56S8 55 8 192S119 440 256 440S504 329 504 192zM273 78.1L408.5 213.6C417.9 223 417.9 238.2 408.5 247.5000000000001L391.5 264.5C382.1 273.9000000000001 366.9 273.9000000000001 357.6 264.5L256 162.9L154.4 264.5C145 273.9 129.8 273.9 120.5 264.5L103.5 247.5C94.1 238.1 94.1 222.9 103.5 213.6L239 78.1C248.4 68.7000000000001 263.6 68.7000000000001 273 78.1z" /> - <glyph glyph-name="chevron-circle-left" - unicode="" - horiz-adv-x="512" d=" M256 -56C119 -56 8 55 8 192S119 440 256 440S504 329 504 192S393 -56 256 -56zM142.1 175L277.6 39.5C287 30.1 302.2000000000001 30.1 311.5 39.5L328.5 56.5C337.9 65.9 337.9 81.1 328.5 90.4L226.9 192L328.5 293.6C337.9 303 337.9 318.2 328.5 327.5L311.5 344.5C302.1 353.9 286.9 353.9 277.6 344.5L142.1 209C132.7 199.6 132.7 184.4 142.1 175z" /> - <glyph glyph-name="chevron-circle-right" - unicode="" - horiz-adv-x="512" d=" M256 440C393 440 504 329 504 192S393 -56 256 -56S8 55 8 192S119 440 256 440zM369.9 209L234.4 344.5C225 353.9 209.8 353.9 200.5 344.5L183.5 327.5C174.1 318.1 174.1 302.9 183.5 293.6L285.1 192L183.5 90.4C174.1 81 174.1 65.8 183.5 56.5L200.5 39.5C209.9 30.1 225.1 30.1 234.4 39.5L369.9 175C379.3 184.4 379.3 199.6 369.9 209z" /> - <glyph glyph-name="chevron-circle-up" - unicode="" - horiz-adv-x="512" d=" M8 192C8 329 119 440 256 440S504 329 504 192S393 -56 256 -56S8 55 8 192zM239 305.9L103.5 170.4C94.1 161 94.1 145.8 103.5 136.5L120.5 119.5C129.9 110.1 145.1 110.1 154.4 119.5L256 221.1L357.6 119.5C367 110.1 382.2000000000001 110.1 391.5 119.5L408.5 136.5C417.9 145.9 417.9 161.1 408.5 170.4L273 305.9C263.6 315.3 248.4 315.3 239 305.9z" /> - <glyph glyph-name="chevron-down" - unicode="" - horiz-adv-x="448" d=" M207.029 66.524L12.686 260.868C3.313 270.241 3.313 285.437 12.686 294.809L35.353 317.476C44.71 326.833 59.875 326.851 69.254 317.516L224 163.495L378.745 317.516C388.124 326.851 403.289 326.833 412.646 317.476L435.313 294.809C444.686 285.4360000000001 444.686 270.24 435.313 260.868L240.971 66.524C231.598 57.152 216.402 57.152 207.029 66.524z" /> - <glyph glyph-name="chevron-left" - unicode="" - horiz-adv-x="320" d=" M34.52 208.97L228.87 403.31C238.24 412.68 253.44 412.68 262.81 403.31L285.48 380.64C294.8400000000001 371.28 294.85 356.12 285.5200000000001 346.74L131.49 192L285.51 37.25C294.85 27.87 294.83 12.71 285.47 3.35L262.8 -19.32C253.43 -28.69 238.23 -28.69 228.86 -19.32L34.52 175.03C25.15 184.4 25.15 199.6 34.52 208.97z" /> - <glyph glyph-name="chevron-right" - unicode="" - horiz-adv-x="320" d=" M285.476 175.029L91.132 -19.314C81.759 -28.687 66.563 -28.687 57.191 -19.314L34.524 3.353C25.167 12.7099999999999 25.149 27.8749999999999 34.484 37.254L188.505 192L34.484 346.745C25.149 356.124 25.167 371.289 34.524 380.646L57.191 403.313C66.564 412.6860000000001 81.76 412.6860000000001 91.132 403.313L285.475 208.97C294.848 199.598 294.848 184.402 285.476 175.029z" /> - <glyph glyph-name="chevron-up" - unicode="" - horiz-adv-x="448" d=" M240.971 317.476L435.314 123.1330000000001C444.687 113.7600000000001 444.687 98.564 435.314 89.192L412.647 66.525C403.29 57.168 388.125 57.15 378.7459999999999 66.485L224 220.505L69.255 66.484C59.876 57.149 44.711 57.167 35.354 66.524L12.687 89.191C3.314 98.564 3.314 113.7600000000001 12.687 123.1320000000001L207.03 317.475C216.402 326.848 231.598 326.848 240.971 317.476z" /> - <glyph glyph-name="child" - unicode="" - horiz-adv-x="384" d=" M120 376C120 415.765 152.235 448 192 448S264 415.765 264 376C264 336.236 231.765 304 192 304S120 336.236 120 376zM374.627 374.627C362.1310000000001 387.124 341.8690000000001 387.124 329.373 374.627L242.745 288H141.254L54.627 374.627C42.131 387.124 21.869 387.124 9.373 374.627C-3.124 362.13 -3.124 341.8690000000001 9.373 329.372L104 234.746V-32C104 -49.673 118.327 -64 136 -64H152C169.673 -64 184 -49.673 184 -32V80H200V-32C200 -49.673 214.327 -64 232 -64H248C265.673 -64 280 -49.673 280 -32V234.746L374.627 329.373C387.124 341.87 387.124 362.13 374.627 374.627z" /> - <glyph glyph-name="circle-notch" - unicode="" - horiz-adv-x="512" d=" M288 408.944V392.2850000000001C288 381.481 295.281 372.126 305.686 369.219C383.204 347.5660000000001 440 276.482 440 192C440 90.311 357.705 8 256 8C154.311 8 72 90.295 72 192C72 276.4700000000001 128.786 347.564 206.312 369.219C216.719 372.126 224 381.483 224 392.288V408.936C224 424.645 209.166 436.089 193.954 432.17C86.603 404.5180000000001 7.394 306.794 8.003 190.668C8.723 53.616 119.48 -56.288 256.534 -55.999C393.255 -55.711 504 55.212 504 192C504 307.633 424.86 404.779 317.789 432.236C302.678 436.111 288 424.544 288 408.944z" /> - <glyph glyph-name="circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440z" /> - <glyph glyph-name="clipboard-check" - unicode="" - horiz-adv-x="384" d=" M336 384H256C256 419.3 227.3 448 192 448S128 419.3 128 384H48C21.5 384 0 362.5 0 336V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V336C384 362.5 362.5 384 336 384zM192 408C205.3 408 216 397.3 216 384S205.3 360 192 360S168 370.7 168 384S178.7 408 192 408zM313.2 176.2L170.2 34.4C165.5 29.7 157.9 29.8 153.2 34.5L70.6 117.8C65.9 122.5 66 130.1 70.7 134.8L99.1 163C103.8 167.7 111.4 167.6 116.1 162.9L162.1 116.5L268.1 221.7C272.8 226.4 280.4000000000001 226.3 285.1 221.6L313.3 193.2C318 188.4 317.9000000000001 180.9 313.2 176.2z" /> - <glyph glyph-name="clipboard-list" - unicode="" - horiz-adv-x="384" d=" M336 384H256C256 419.3 227.3 448 192 448S128 419.3 128 384H48C21.5 384 0 362.5 0 336V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V336C384 362.5 362.5 384 336 384zM96 24C82.7 24 72 34.7 72 48S82.7 72 96 72S120 61.3 120 48S109.3 24 96 24zM96 120C82.7 120 72 130.7 72 144S82.7 168 96 168S120 157.3 120 144S109.3 120 96 120zM96 216C82.7 216 72 226.7 72 240S82.7 264 96 264S120 253.3 120 240S109.3 216 96 216zM192 408C205.3 408 216 397.3 216 384S205.3 360 192 360S168 370.7 168 384S178.7 408 192 408zM320 40C320 35.6 316.4 32 312 32H168C163.6 32 160 35.6 160 40V56C160 60.4 163.6 64 168 64H312C316.4 64 320 60.4 320 56V40zM320 136C320 131.6 316.4 128 312 128H168C163.6 128 160 131.6 160 136V152C160 156.4 163.6 160 168 160H312C316.4 160 320 156.4 320 152V136zM320 232C320 227.6 316.4 224 312 224H168C163.6 224 160 227.6 160 232V248C160 252.4 163.6 256 168 256H312C316.4 256 320 252.4 320 248V232z" /> - <glyph glyph-name="clipboard" - unicode="" - horiz-adv-x="384" d=" M384 336V-16C384 -42.51 362.51 -64 336 -64H48C21.49 -64 0 -42.51 0 -16V336C0 362.51 21.49 384 48 384H128C128 419.29 156.71 448 192 448S256 419.29 256 384H336C362.51 384 384 362.51 384 336zM192 408C178.745 408 168 397.255 168 384S178.745 360 192 360S216 370.745 216 384S205.255 408 192 408M288 294V314A6 6 0 0 1 282 320H102A6 6 0 0 1 96 314V294A6 6 0 0 1 102 288H282A6 6 0 0 1 288 294z" /> - <glyph glyph-name="clock" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM313.1 89.9L224.9 154C221.8 156.3 220 159.9 220 163.7V332C220 338.6 225.4 344 232 344H280C286.6 344 292 338.6 292 332V194.3L355.5 148.1C360.9 144.2000000000001 362 136.7000000000001 358.1 131.3L329.9000000000001 92.5C326.0000000000001 87.2 318.5000000000001 86 313.1 89.9z" /> - <glyph glyph-name="clone" - unicode="" - horiz-adv-x="512" d=" M464 448C490.51 448 512 426.51 512 400V112C512 85.49 490.51 64 464 64H176C149.49 64 128 85.49 128 112V400C128 426.51 149.49 448 176 448H464M176 32C131.888 32 96 67.888 96 112V320H48C21.49 320 0 298.51 0 272V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V32H176z" /> - <glyph glyph-name="closed-captioning" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.5 384 0 362.5 0 336V48C0 21.5 21.5 0 48 0H464C490.5 0 512 21.5 512 48V336C512 362.5 490.5 384 464 384zM218.1 160.3C220.9 162.8 225.2 162.4 227.3 159.4L246.8 131.7000000000001C248.5 129.3000000000001 248.3 126.1 246.3 124.0000000000001C192.7 67.2000000000001 73.5 91.9 73.5 191.9000000000001C73.5 289.2000000000001 195.2 311.4000000000001 246 262.0000000000001C248.1 260.0000000000001 248.5 258.8000000000001 247 256.3000000000001L229.5 225.8000000000001C227.6 222.7000000000001 223.3 221.8000000000001 220.4 224.1000000000001C179.6 256.1000000000002 125.8 239.0000000000001 125.8 192.9000000000001C125.9 144.9000000000001 176.9 122.4000000000001 218.1 160.3000000000001zM408.5 160.3C411.3 162.8 415.6 162.4 417.7 159.4L437.2 131.7000000000001C438.9 129.3000000000001 438.7 126.1 436.7 124.0000000000001C383.2 67.1000000000001 264 91.9 264 191.9000000000001C264 289.2000000000001 385.7 311.4000000000001 436.5 262.0000000000001C438.6 260.0000000000001 439 258.8000000000001 437.5 256.3000000000001L420 225.8C418.1 222.7 413.8 221.8 410.9 224.1C370.1 256.1 316.3 239.0000000000001 316.3 192.9C316.3 144.9 367.3 122.4 408.5 160.3z" /> - <glyph glyph-name="cloud-download-alt" - unicode="" - horiz-adv-x="640" d=" M640 96C640 25.308 582.692 -32 512 -32H144C64.471 -32 0 32.471 0 112C0 174.773 40.171 228.155 96.204 247.867A163.68 163.68 0 0 0 96 256C96 344.366 167.634 416 256 416C315.288 416 367.0420000000001 383.752 394.684 335.841C409.935 346.046 428.271 352 448 352C501.019 352 544 309.019 544 256C544 243.816 541.725 232.164 537.585 221.44C596.017 209.586 640 157.93 640 96zM393.373 160H328V272C328 280.837 320.836 288 312 288H264C255.164 288 248 280.837 248 272V160H182.627C168.373 160 161.234 142.766 171.313 132.686L276.6860000000001 27.313C282.9340000000001 21.065 293.0650000000001 21.065 299.3130000000001 27.313L404.6860000000001 132.686C414.766 142.766 407.627 160 393.3730000000001 160z" /> - <glyph glyph-name="cloud-upload-alt" - unicode="" - horiz-adv-x="640" d=" M640 96C640 25.308 582.692 -32 512 -32H144C64.471 -32 0 32.471 0 112C0 174.773 40.171 228.155 96.204 247.867A163.68 163.68 0 0 0 96 256C96 344.366 167.634 416 256 416C315.288 416 367.0420000000001 383.752 394.684 335.841C409.935 346.046 428.271 352 448 352C501.019 352 544 309.019 544 256C544 243.816 541.725 232.164 537.585 221.44C596.017 209.586 640 157.93 640 96zM404.6860000000001 187.314L299.314 292.6860000000001C293.0660000000001 298.934 282.935 298.934 276.687 292.6860000000001L171.314 187.314C161.234 177.234 168.373 160 182.627 160H248V48C248 39.163 255.164 32 264 32H312C320.836 32 328 39.163 328 48V160H393.373C407.627 160 414.766 177.234 404.686 187.314z" /> - <glyph glyph-name="cloud" - unicode="" - horiz-adv-x="640" d=" M537.585 221.44C541.725 232.164 544 243.816 544 256C544 309.019 501.019 352 448 352C428.271 352 409.935 346.046 394.684 335.841C367.042 383.752 315.288 416 256 416C167.634 416 96 344.366 96 256C96 253.272 96.07 250.561 96.204 247.867C40.171 228.155 0 174.773 0 112C0 32.471 64.471 -32 144 -32H512C582.692 -32 640 25.308 640 96C640 157.93 596.017 209.586 537.585 221.44z" /> - <glyph glyph-name="code-branch" - unicode="" - horiz-adv-x="384" d=" M384 304C384 348.2 348.2 384 304 384S224 348.2 224 304C224 267.6 248.3 236.9 281.5 227.2C280.9 211.1 277.3 198.7 270.5 190.3C255.1 171.1 221.2 167.9 185.3 164.6C157.1 162 127.9 159.2000000000001 104 147.7000000000001V291.7000000000001C136.5 301.9000000000001 160 332.2000000000001 160 368.0000000000001C160 412.2000000000001 124.2 448.0000000000001 80 448.0000000000001S0 412.2 0 368C0 332.2 23.5 301.9 56 291.7V92.4C23.5 82.1 0 51.8 0 16C0 -28.2 35.8 -64 80 -64S160 -28.2 160 16C160 50 138.8 79.1 108.8 90.6C111.9 95.8 116.6 100.4 123.7 104C139.9 112.2 164.1 114.4 189.8 116.8C232 120.7 279.8 125.2 308 160.2C322 177.6 329.1 200 329.6 228.1C361.2000000000001 238.9 384 268.8 384 304zM80 384C88.8 384 96 376.8 96 368S88.8 352 80 352S64 359.2 64 368S71.2 384 80 384zM80 0C71.2 0 64 7.2 64 16S71.2 32 80 32S96 24.8 96 16S88.8 0 80 0zM304 320C312.8 320 320 312.8 320 304S312.8 288 304 288S288 295.2 288 304S295.2 320 304 320z" /> - <glyph glyph-name="code" - unicode="" - horiz-adv-x="640" d=" M278.9 -63.5L217.9 -45.8C211.5 -44 207.9 -37.3 209.7 -30.9L346.2 439.3C348 445.7 354.7 449.3 361.1 447.5L422.1 429.8C428.5 428 432.1 421.3 430.3 414.9L293.8 -55.3C291.9000000000001 -61.7 285.3 -65.4 278.9000000000001 -63.5zM164.9 48.7L208.4 95.1C213 99.9999999999999 212.7 107.8 207.6 112.3L117 192L207.6 271.7C212.7 276.2 213.1 284 208.4 288.9L164.9 335.3C160.4 340.1 152.8 340.4 147.9 335.8L3.8 200.8C-1.3 196.1 -1.3 188 3.8 183.3L147.9 48.2C152.8 43.6 160.4 43.8000000000001 164.9 48.7zM492.1 48.1L636.1999999999999 183.1999999999999C641.3 187.8999999999999 641.3 196 636.1999999999999 200.6999999999999L492.1 335.9C487.3 340.4 479.7 340.2 475.1 335.4L431.6 289C427 284.1 427.3 276.3 432.4000000000001 271.8L523 192L432.4 112.3C427.3 107.8 426.9 100 431.6 95.1L475.1 48.7C479.6 43.8000000000001 487.2 43.6 492.1 48.1z" /> - <glyph glyph-name="coffee" - unicode="" - horiz-adv-x="640" d=" M192 64H384C437 64 480 107 480 160H512C582.6 160 640 217.4 640 288S582.6 416 512 416H120C106.7 416 96 405.3 96 392V160C96 107 139 64 192 64zM512 352C547.3 352 576 323.3 576 288S547.3 224 512 224H480V352H512zM559.7 -32H48.3C0.7 -32 -12.7 32 12.3 32H595.5999999999999C620.5999999999999 32 607.3999999999999 -32 559.6999999999999 -32z" /> - <glyph glyph-name="cog" - unicode="" - horiz-adv-x="512" d=" M444.788 156.9L487.404 132.301C492.271 129.492 494.53 123.683 492.863 118.316C481.793 82.674 462.893 50.474 438.174 23.73A12.015999999999998 12.015999999999998 0 0 0 423.342 21.4759999999999L380.758 46.0709999999999A191.577 191.577 0 0 0 319.999 10.9409999999999V-38.2410000000001A12.01 12.01 0 0 0 310.622 -49.9590000000001C275.666 -57.8090000000001 238.123 -58.2150000000001 201.403 -49.9660000000001C195.913 -48.7330000000001 192 -43.8700000000001 192 -38.2430000000001V10.9409999999999A191.555 191.555 0 0 0 131.241 46.0709999999999L88.657 21.4759999999999A12.015999999999998 12.015999999999998 0 0 0 73.825 23.7299999999999C49.107 50.4739999999999 30.206 82.6739999999999 19.136 118.3159999999999C17.469 123.6819999999999 19.728 129.4909999999999 24.595 132.3009999999999L67.212 156.9A193.48000000000002 193.48000000000002 0 0 0 67.212 227.099L24.596 251.698C19.729 254.507 17.47 260.316 19.137 265.683C30.207 301.325 49.107 333.525 73.826 360.269A12.015999999999998 12.015999999999998 0 0 0 88.658 362.523L131.242 337.928A191.577 191.577 0 0 0 192.001 373.058V422.241A12.01 12.01 0 0 0 201.3780000000001 433.959C236.3340000000001 441.8090000000001 273.8770000000001 442.215 310.5970000000001 433.966C316.0870000000001 432.733 320.0000000000001 427.87 320.0000000000001 422.243V373.059A191.555 191.555 0 0 0 380.7590000000001 337.929L423.3430000000001 362.524A12.015999999999998 12.015999999999998 0 0 0 438.1750000000001 360.27C462.8930000000001 333.526 481.7940000000001 301.326 492.8640000000001 265.684C494.5310000000001 260.318 492.2720000000001 254.509 487.4050000000001 251.699L444.788 227.1A193.485 193.485 0 0 0 444.788 156.9zM336 192C336 236.112 300.112 272 256 272S176 236.112 176 192S211.888 112 256 112S336 147.888 336 192z" /> - <glyph glyph-name="cogs" - unicode="" - horiz-adv-x="640" d=" M512.1 257L503.9 242.7C500.9 237.4 494.5000000000001 235.2 488.8 237.3C477 241.7 466.2 248 456.7 255.9C452.1 259.7 450.9 266.4 453.9 271.6L462.1 285.9C455.2 293.9 449.8 303.2 446.2 313.3H429.7C423.7 313.3 418.5 317.6 417.5 323.6C415.5 335.6 415.4 348.2 417.5 360.7C418.5 366.7 423.7 371.1 429.7 371.1H446.2C449.8 381.2 455.2 390.5 462.1 398.5L453.9 412.8C450.9 418 452 424.7 456.7 428.5C466.2 436.4 477.1 442.7 488.8 447.1C494.5 449.2 500.9 447 503.9 441.7L512.1 427.4C522.6 429.3 533.3000000000001 429.3 543.8000000000001 427.4L552 441.7C555 447 561.4 449.2 567.1 447.1C578.9 442.7 589.7 436.4 599.2 428.5C603.8000000000001 424.7 605 418 602 412.8L593.8 398.5C600.6999999999999 390.5 606.0999999999999 381.2 609.6999999999999 371.1H626.1999999999999C632.1999999999999 371.1 637.4 366.8 638.4 360.8C640.4 348.8 640.5 336.2 638.4 323.7C637.4 317.7 632.1999999999999 313.3 626.1999999999999 313.3H609.6999999999999C606.0999999999999 303.2 600.6999999999999 293.9 593.8 285.9L602 271.6C605 266.4 603.9 259.7 599.2 255.9C589.7 248 578.8000000000001 241.7 567.1 237.3C561.4 235.2 555 237.4 552 242.7L543.8 257C533.4 255.1 522.5999999999999 255.1 512.0999999999999 257zM501.6 315.8C540.1 286.2000000000001 584 330.1 554.4 368.6C515.9 398.3 472 354.3 501.6 315.8zM386.3 161.9L420 145.1C430.1 139.3 434.5 127 430.5 116C421.6 91.8 404.1 69.6 387.9 50.1999999999999C380.5 41.3 367.7 39.0999999999999 357.6 44.8999999999999L328.5 61.6999999999999C312.5 47.9999999999999 293.8999999999999 37.0999999999999 273.6 29.9999999999999V-3.6000000000001C273.6 -15.2000000000001 265.3 -25.2000000000001 253.9 -27.2000000000001C229.3 -31.4000000000001 203.5 -31.6000000000001 178 -27.2000000000001C166.5 -25.2000000000001 158 -15.3000000000001 158 -3.6000000000001V30C137.7 37.2 119.1 48 103.1 61.7L74 45C64 39.2 51.1 41.4 43.7 50.3C27.5 69.7 10.4 91.9 1.5 116C-2.5 126.9 1.9 139.2 12 145.1L45.3 161.9C41.4 182.8 41.4 204.3000000000001 45.3 225.3000000000001L12 242.2C1.9 248 -2.6 260.3 1.5 271.2C10.4 295.4 27.5 317.6 43.7 337C51.1 345.9 63.9 348.1 74 342.3L103.1 325.5C119.1 339.2 137.7 350.1 158 357.2V390.9C158 402.4 166.2 412.4 177.6 414.4C202.2 418.6 228.1 418.8 253.6 414.5C265.1 412.5 273.6 402.6 273.6 390.9V357.3C293.9000000000001 350.1 312.5 339.3 328.5 325.6L357.6 342.4C367.6 348.2 380.5 346 387.9000000000001 337.1C404.1 317.7 421.1 295.5 430.0000000000001 271.3C434.0000000000001 260.4 430.1000000000001 248.1 420.0000000000001 242.2L386.3000000000001 225.4C390.2000000000001 204.4 390.2000000000001 182.9 386.3000000000001 161.9zM268.7000000000001 140.8C327.9000000000001 217.8 240.0000000000001 305.7 163.0000000000001 246.5C103.8000000000001 169.5 191.7000000000001 81.5999999999999 268.7000000000001 140.8zM512.1 -41.9L503.9 -56.2C500.9 -61.5000000000001 494.5000000000001 -63.7 488.8 -61.6C477 -57.2 466.2 -50.9 456.7 -43C452.1 -39.2 450.9 -32.5 453.9 -27.3L462.1 -13C455.2 -5 449.8 4.3 446.2 14.4H429.7C423.7 14.4 418.5 18.7 417.5 24.7C415.5 36.7 415.4 49.3 417.5 61.8C418.5 67.8 423.7 72.2 429.7 72.2H446.2C449.8 82.3 455.2 91.6 462.1 99.6L453.9 113.9C450.9 119.1 452 125.8 456.7 129.6C466.2 137.5 477.1 143.8 488.8 148.2C494.5 150.3 500.9 148.1 503.9 142.8L512.1 128.5C522.6 130.4 533.3000000000001 130.4 543.8000000000001 128.5L552.0000000000001 142.8C555.0000000000001 148.1 561.4000000000001 150.3 567.1000000000001 148.2C578.9000000000001 143.8 589.7000000000002 137.5 599.2000000000002 129.6C603.8000000000002 125.8 605.0000000000001 119.1 602.0000000000001 113.9L593.8000000000001 99.6C600.7 91.6 606.1 82.3 609.7 72.2H626.2C632.2 72.2 637.4000000000001 67.9 638.4000000000001 61.9C640.4000000000001 49.9 640.5000000000001 37.3 638.4000000000001 24.8C637.4000000000001 18.8 632.2 14.4 626.2 14.4H609.7C606.1 4.3 600.7 -5 593.8000000000001 -13L602.0000000000001 -27.3C605.0000000000001 -32.5 603.9000000000001 -39.2 599.2000000000002 -43C589.7000000000002 -50.9 578.8000000000002 -57.2 567.1000000000001 -61.6C561.4000000000001 -63.7 555.0000000000001 -61.5 552.0000000000001 -56.2L543.8000000000001 -41.9C533.4000000000001 -43.8 522.6 -43.8 512.1 -41.9zM501.6 17C540.1 -12.6 584 31.3 554.4 69.8C515.9 99.4 472 55.5 501.6 17z" /> - <glyph glyph-name="columns" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H464C490.51 -32 512 -10.51 512 16V368C512 394.51 490.51 416 464 416zM224 32H64V288H224V32zM448 32H288V288H448V32z" /> - <glyph glyph-name="comment-alt" - unicode="" - horiz-adv-x="576" d=" M576 208C576 93 447 0 288 0C239.7 0 194.1 8.6 154.1 23.8C113.8 -7.4 64.3 -26.5 11.7 -31.9C6.5 -32.5 1.5 -29.1 0.2 -24.2C-1.1 -19.2 2.9 -16.1 6.8 -12.4C26.1 6 49.5 20.4 58.7 82.2000000000001C21.9 117.1 0 160.7 0 208C0 322.9 129 416 288 416S576 322.9 576 208zM160 256C133.5 256 112 234.5 112 208S133.5 160 160 160S208 181.5 208 208S186.5 256 160 256zM288 256C261.5 256 240 234.5 240 208S261.5 160 288 160S336 181.5 336 208S314.5 256 288 256zM416 256C389.5 256 368 234.5 368 208S389.5 160 416 160S464 181.5 464 208S442.5 256 416 256z" /> - <glyph glyph-name="comment" - unicode="" - horiz-adv-x="576" d=" M576 208C576 93 447 0 288 0C239.7 0 194.1 8.6 154.1 23.8C113.8 -7.4 64.3 -26.5 11.7 -31.9C6.5 -32.5 1.5 -29.1 0.2 -24.2C-1.1 -19.2 2.9 -16.1 6.8 -12.4C26.1 6 49.5 20.4 58.7 82.2000000000001C21.9 117.1 0 160.7 0 208C0 322.9 129 416 288 416S576 322.9 576 208z" /> - <glyph glyph-name="comments" - unicode="" - horiz-adv-x="576" d=" M224 89.143C186.401 89.143 150.973 95.906 119.857 107.843C88.482 83.294 49.988 68.335 9.093 64.047A8.632 8.632 0 0 0 8.203 63.9999999999999C4.467 63.9999999999999 1.092 66.4979999999999 0.186 70.0609999999999C-0.794 74.0219999999999 2.274 76.4599999999999 5.312 79.3659999999999C20.329 93.805 38.534 105.156 45.654 153.6629999999999C17.015 181.114 0 215.378 0 252.571C0 342.8400000000001 100.297 416 224 416S448 342.841 448 252.571C447.999 162.239 347.703 89.143 224 89.143zM571.067 -18.0310000000001C557.123 -4.9040000000001 540.218 5.415 533.607 49.5119999999999C602.415 114.0799999999999 585.778 206.447 495.933 256.577C495.964 255.243 495.999 253.91 495.999 252.571C495.999 130.078 366.416 36.1769999999999 211.747 41.3489999999999C249.868 10.3879999999999 305.736 -9.1430000000001 367.999 -9.1430000000001C402.913 -9.1430000000001 435.81 -2.9950000000001 464.703 7.8569999999999C493.837 -14.4600000000001 529.581 -28.0590000000001 567.5559999999999 -31.9570000000001C571.3419999999999 -32.3520000000001 574.919 -29.9840000000001 575.8259999999999 -26.4900000000001C576.7369999999999 -22.8890000000001 573.8879999999999 -20.6730000000001 571.0669999999999 -18.0310000000001z" /> - <glyph glyph-name="compass" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM307.4460000000001 327.156L204.804 229.377A23.997 23.997 0 0 1 198.0320000000001 217.648L164.673 79.869C158.993 56.41 187.4500000000001 40.551 204.553 56.845L307.1930000000001 154.624A23.99 23.99 0 0 1 313.9650000000001 166.353L347.324 304.132C352.942 327.3300000000001 324.733 343.625 307.4460000000001 327.156zM256 224C238.327 224 224 209.673 224 192S238.327 160 256 160S288 174.327 288 192S273.673 224 256 224z" /> - <glyph glyph-name="compress" - unicode="" - horiz-adv-x="448" d=" M436 256H312C298.7 256 288 266.7 288 280V404C288 410.6 293.4 416 300 416H340C346.6 416 352 410.6 352 404V320H436C442.6 320 448 314.6 448 308V268C448 261.4 442.6 256 436 256zM160 280V404C160 410.6 154.6 416 148 416H108C101.4 416 96 410.6 96 404V320H12C5.4 320 0 314.6 0 308V268C0 261.4 5.4 256 12 256H136C149.3 256 160 266.7 160 280zM160 -20V104C160 117.3 149.3 128 136 128H12C5.4 128 0 122.6 0 116V76C0 69.4 5.4 64 12 64H96V-20C96 -26.6 101.4 -32 108 -32H148C154.6 -32 160 -26.6 160 -20zM352 -20V64H436C442.6 64 448 69.4 448 76V116C448 122.6 442.6 128 436 128H312C298.7 128 288 117.3 288 104V-20C288 -26.6 293.4 -32 300 -32H340C346.6 -32 352 -26.6 352 -20z" /> - <glyph glyph-name="copy" - unicode="" - horiz-adv-x="448" d=" M320 0V-40C320 -53.255 309.255 -64 296 -64H24C10.745 -64 0 -53.255 0 -40V328C0 341.255 10.745 352 24 352H96V56C96 25.121 121.121 0 152 0H320zM320 344V448H152C138.745 448 128 437.255 128 424V56C128 42.745 138.745 32 152 32H424C437.255 32 448 42.745 448 56V320H344C330.8 320 320 330.8 320 344zM440.971 375.029L375.029 440.971A24 24 0 0 1 358.0590000000001 448H352V352H448V358.059A24 24 0 0 1 440.971 375.029z" /> - <glyph glyph-name="copyright" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM373.134 93.247C371.5420000000001 91.38 333.358 47.516 263.283 47.516C178.591 47.516 118.799 110.776 118.799 193.083C118.799 274.386 180.803 336.4840000000001 262.5610000000001 336.4840000000001C329.5180000000001 336.4840000000001 364.5260000000001 299.1690000000001 365.9830000000001 297.5800000000001A12 12 0 0 0 367.2210000000001 282.9570000000001L344.8410000000001 248.3020000000001C340.7920000000001 242.0350000000001 332.0670000000001 240.9510000000001 326.6070000000001 246.0070000000001C326.3740000000001 246.2210000000001 300.0780000000001 269.8870000000001 264.7270000000001 269.8870000000001C218.6110000000001 269.8870000000001 190.8110000000001 236.3120000000001 190.8110000000001 193.8050000000001C190.8110000000001 154.2030000000001 216.3250000000001 114.1130000000001 265.0880000000001 114.1130000000001C303.7850000000001 114.1130000000001 330.3680000000001 142.4510000000001 330.6320000000001 142.7380000000001C335.7640000000001 148.3030000000001 344.6910000000001 147.7710000000001 349.1400000000001 141.6850000000001L373.6870000000001 108.1130000000001A12.001000000000001 12.001000000000001 0 0 0 373.1340000000001 93.2470000000001z" /> - <glyph glyph-name="credit-card" - unicode="" - horiz-adv-x="576" d=" M0 16C0 -10.5 21.5 -32 48 -32H528C554.5 -32 576 -10.5 576 16V192H0V16zM192 84C192 90.6 197.4 96 204 96H340C346.6 96 352 90.6 352 84V44C352 37.4 346.6 32 340 32H204C197.4 32 192 37.4 192 44V84zM64 84C64 90.6 69.4 96 76 96H148C154.6 96 160 90.6 160 84V44C160 37.4 154.6 32 148 32H76C69.4 32 64 37.4 64 44V84zM576 368V320H0V368C0 394.5 21.5 416 48 416H528C554.5 416 576 394.5 576 368z" /> - <glyph glyph-name="crop" - unicode="" - horiz-adv-x="512" d=" M488 96H448V338.7L505 395.7C514.4 405.1 514.4 420.3 505 429.6L493.7 441C484.3 450.4 469.1 450.4 459.8 441L402.8 384H160V424C160 437.3 149.3 448 136 448H88C74.7 448 64 437.3 64 424V384H24C10.7 384 0 373.3 0 360V312C0 298.7 10.7 288 24 288H64V24C64 10.7 74.7 0 88 0H352V-40C352 -53.3 362.7 -64 376 -64H424C437.3 -64 448 -53.3 448 -40V0H488C501.3 0 512 10.7 512 24V72C512 85.3 501.3 96 488 96zM306.7 288L160 141.3V288H306.7zM205.3 96L352 242.7V96H205.3z" /> - <glyph glyph-name="crosshairs" - unicode="" - horiz-adv-x="512" d=" M500 224H469.636C455.724 317.675 381.675 391.724 288 405.636V436C288 442.627 282.627 448 276 448H236C229.373 448 224 442.627 224 436V405.636C130.325 391.724 56.276 317.675 42.364 224H12C5.373 224 0 218.627 0 212V172C0 165.373 5.373 160 12 160H42.364C56.276 66.325 130.325 -7.724 224 -21.636V-52C224 -58.627 229.373 -64 236 -64H276C282.627 -64 288 -58.627 288 -52V-21.636C381.675 -7.724 455.724 66.325 469.636 160H500C506.627 160 512 165.373 512 172V212C512 218.627 506.627 224 500 224zM288 43.366V84C288 90.627 282.627 96 276 96H236C229.373 96 224 90.627 224 84V43.366C165.826 55.768 119.783 101.757 107.366 160H148C154.627 160 160 165.373 160 172V212C160 218.627 154.627 224 148 224H107.366C119.768 282.174 165.757 328.217 224 340.634V300C224 293.373 229.373 288 236 288H276C282.627 288 288 293.373 288 300V340.634C346.174 328.232 392.217 282.243 404.634 224H364C357.373 224 352 218.627 352 212V172C352 165.373 357.373 160 364 160H404.634C392.2320000000001 101.826 346.243 55.783 288 43.366zM288 192C288 174.327 273.673 160 256 160S224 174.327 224 192C224 209.673 238.327 224 256 224S288 209.673 288 192z" /> - <glyph glyph-name="cube" - unicode="" - horiz-adv-x="512" d=" M239.1 441.7L31.1 363.7C12.4 356.7 0 338.7 0 318.7V93.6C0 75.4 10.3 58.8 26.5 50.7L234.5 -53.3C248 -60.1 263.9 -60.1 277.4 -53.3L485.4 50.7C501.7 58.8000000000001 511.9 75.5000000000001 511.9 93.6V318.7C511.9 338.7 499.5 356.6 480.8 363.6L272.8 441.6C262 445.8 250 445.8 239.1 441.7zM256 379.6L448 307.6V306.5L256 228.5L64 306.5V307.6L256 379.6zM288 23.6V172.5L448 237.5V103.6L288 23.6z" /> - <glyph glyph-name="cubes" - unicode="" - horiz-adv-x="512" d=" M488.6 197.8L392 234V342.5C392 357.5 382.7 370.9 368.6 376.2L268.6 413.7C260.5 416.8 251.5000000000001 416.8 243.3 413.7L143.3 376.2C129.2 370.9 119.9 357.5 119.9 342.5V234L23.3 197.8C9.3 192.5 0 179.1 0 164.1V54C0 40.4 7.7 27.9 19.9 21.8L119.9 -28.2C130 -33.3 142 -33.3 152.1 -28.2L256 23.8L359.9 -28.2C370 -33.3 382 -33.3 392.1 -28.2L492.1 21.8C504.3 27.9 511.9999999999999 40.4 511.9999999999999 54V164.1C511.9999999999999 179.1 502.6999999999999 192.5 488.6 197.8zM358 233.2L273 201.3V269.5L358 306.5V233.2zM154 343.9L256 382.1L358 343.9V343.3L256 301.9L154 343.3V343.9zM238 52.8L153 10.3V89.4L238 128.2V52.8zM238 164.8L136 123.4L34 164.8V165.4L136 203.6L238 165.4V164.8zM478 52.8L393 10.3V89.4L478 128.2V52.8zM478 164.8L376 123.4L274 164.8V165.4L376 203.6L478 165.4V164.8z" /> - <glyph glyph-name="cut" - unicode="" - horiz-adv-x="448" d=" M444.485 25.574C449.1740000000001 20.885 449.1690000000001 13.287 444.485 8.603C411.6810000000001 -24.201 358.4940000000001 -24.201 325.69 8.603L210.176 124.117L185.317 99.258C189.63 88.343 192 76.448 192 64C192 10.981 149.019 -32 96 -32S0 10.981 0 64S42.981 160 96 160C100.536 160 104.995 159.678 109.363 159.07L142.293 192L109.363 224.93C104.995 224.322 100.536 224 96 224C42.981 224 0 266.981 0 320S42.981 416 96 416S192 373.019 192 320C192 307.552 189.63 295.6570000000001 185.318 284.742L210.177 259.883L325.69 375.397C358.4940000000001 408.201 411.681 408.201 444.485 375.397C449.1690000000001 370.713 449.1740000000001 363.115 444.485 358.426L278.0590000000001 192L444.485 25.574zM96 352C78.355 352 64 337.645 64 320S78.355 288 96 288S128 302.355 128 320S113.645 352 96 352M96 96C78.355 96 64 81.645 64 64S78.355 32 96 32S128 46.355 128 64S113.645 96 96 96M208 204C201.373 204 196 198.627 196 192S201.373 180 208 180S220 185.373 220 192S214.627 204 208 204z" /> - <glyph glyph-name="database" - unicode="" - horiz-adv-x="448" d=" M448 374.857V329.1430000000001C448 288.857 347.667 256 224 256S0 288.857 0 329.1430000000001V374.857C0 415.1430000000001 100.333 448 224 448S448 415.1430000000001 448 374.857zM448 272V169.143C448 128.857 347.667 96 224 96S0 128.857 0 169.143V272C48.125 238.857 136.208 223.428 224 223.428S399.874 238.857 448 272zM448 112V9.143C448 -31.143 347.667 -64 224 -64S0 -31.143 0 9.143V112C48.125 78.857 136.208 63.428 224 63.428S399.874 78.857 448 112z" /> - <glyph glyph-name="deaf" - unicode="" - horiz-adv-x="512" d=" M216 188C216 172.536 203.464 160 188 160S160 172.536 160 188C160 232.112 195.888 268 240 268S320 232.112 320 188C320 172.536 307.464 160 292 160S264 172.536 264 188C264 201.234 253.233 212 240 212S216 201.234 216 188zM240 364C142.953 364 64 285.0470000000001 64 188C64 172.536 76.536 160 92 160S120 172.536 120 188C120 254.168 173.832 308 240 308S360 254.168 360 188C360 112.836 288.991 117.689 288.003 44.378L288 44C288 15.327 264.673 -8 236 -8C220.536 -8 208 -20.536 208 -36S220.536 -64 236 -64C295.475 -64 343.876 -15.672 344 43.774C344.5950000000001 78.202 416 92.014 416 188C416 285.0470000000001 337.0470000000001 364 240 364zM508.485 416.201L480.2 444.485C475.513 449.171 467.916 449.171 463.229 444.485L376.2 357.456C371.514 352.77 371.514 345.1720000000001 376.2 340.485L404.485 312.2C409.171 307.514 416.769 307.514 421.4550000000001 312.2L508.485 399.229C513.172 403.917 513.172 411.515 508.485 416.201zM168.97 133.255C164.284 137.941 156.686 137.941 152 133.255L3.515 -15.23C-1.171 -19.916 -1.171 -27.514 3.515 -32.201L31.8 -60.485C36.487 -65.171 44.084 -65.171 48.771 -60.485L197.256 88C201.942 92.686 201.942 100.284 197.256 104.971L168.97 133.255z" /> - <glyph glyph-name="desktop" - unicode="" - horiz-adv-x="576" d=" M528 448H48C21.5 448 0 426.5 0 400V80C0 53.5 21.5 32 48 32H240L224 -16H152C138.7 -16 128 -26.7 128 -40S138.7 -64 152 -64H424C437.3 -64 448 -53.3 448 -40S437.3 -16 424 -16H352L336 32H528C554.5 32 576 53.5 576 80V400C576 426.5 554.5 448 528 448zM512 96H64V384H512V96z" /> - <glyph glyph-name="dna" - unicode="" - horiz-adv-x="448" d=" M447.9 430.1C449 439.6 441.6 447.9 432 447.9L399.6 448C391.5 448 384.7000000000001 442.1 383.6 434.1C382.9000000000001 429.2 381.8 423 380.2000000000001 416H67.9C66.3 422.9 65 429.2 64.4 434.1C63.3 442.1 56.5 448.1 48.4 448L16.1 447.9C6.5 447.9 -1 439.6 0.1 430.1C4.7 392.2 25.7 301.1 119 222.4C136.6 234.8 156.1 246.6 177.5 257.8C171.3 262.4 166.1 267.2000000000001 160.5 272H288.1C266.8 253.9 241.1 236.4 209.4 220.6C37.5 135.1 5.9 1.8 0.1 -46.1C-1 -55.6 6.4 -63.9 16 -63.9L48.3 -64C56.4 -64 63.2 -58.1 64.3 -50.1C65 -45.2 66.1 -39 67.7 -32H380.1C381.7 -39 382.8 -45.1 383.5 -50.1C384.6 -58.1 391.3999999999999 -64.1 399.5 -64L431.8 -63.9C441.4 -63.9 448.9 -55.6 447.7 -46.1C442.7 -3.2 416.5999999999999 107.8000000000001 288 192C416.5 276.2 442.7 387.2 447.9 430.1zM224 155.6C249.1 141.9 270.4 127.2000000000001 288.3 112H159.7C177.6 127.2 198.9 142 224 155.6zM92.9 32C98.7 42.4 105.7 53.1 113.9 64H333.9C342.2 53.1 349.2 42.4 354.9 32H92.9zM355.1 352C349.3 341.6 342.3 330.9 334.1 320H114.6C106.3 330.9 99.2 341.6 93.4 352H355.1z" /> - <glyph glyph-name="dollar-sign" - unicode="" - horiz-adv-x="320" d=" M113.411 278.625C113.411 301.962 134.947 317.0420000000001 168.276 317.0420000000001C195.002 317.0420000000001 222.392 304.779 244.737 288.709C250.617 284.48 258.867 286.355 262.312 292.726L285.8640000000001 336.275C288.5130000000001 341.173 287.4600000000001 347.266 283.2890000000001 350.9550000000001C259.0080000000001 372.432 224.1540000000001 385.045 192.0000000000001 388.761V436C192.0000000000001 442.627 186.6270000000001 448 180.0000000000001 448H140.0000000000001C133.3730000000001 448 128.0000000000001 442.627 128.0000000000001 436V386.168C69.3730000000001 372.878 30.7010000000001 330.251 30.7010000000001 277.529C30.7010000000001 153.996 215.466 166.719 215.466 108.115C215.466 88.292 199.155 66.957 163.3420000000001 66.957C132.591 66.957 100.41 82.837 75.494 102.844C70.184 107.108 62.412 106.159 58.335 100.704L27.946 60.037C24.319 55.1830000000001 24.871 48.3800000000001 29.248 44.1900000000001C53.297 21.1700000000001 88.497 2.9350000000001 127.9990000000001 -3.783V-52C127.9990000000001 -58.627 133.3720000000001 -64 139.9990000000001 -64H179.9990000000001C186.6260000000001 -64 191.9990000000001 -58.627 191.9990000000001 -52V-4.562C257.7190000000001 5.653 298.1750000000001 54.624 298.1750000000001 111.954C298.1760000000001 231.642 113.4110000000001 215.661 113.4110000000001 278.625z" /> - <glyph glyph-name="dolly-flatbed" - unicode="" - horiz-adv-x="640" d=" M208 128H592C600.8 128 608 135.2 608 144V400C608 408.8 600.8 416 592 416H448V288L400 320L352 288V416H208C199.2 416 192 408.8 192 400V144C192 135.2 199.2 128 208 128zM624 64H128V432C128 440.8 120.8 448 112 448H16C7.2 448 0 440.8 0 432V400C0 391.2 7.2 384 16 384H64V16C64 7.2 71.2 0 80 0H162.9C161.1 -5 160 -10.4 160 -16C160 -42.5 181.5 -64 208 -64S256 -42.5 256 -16C256 -10.4 254.8 -5 253.1 0H451C449.2 -5 448.1 -10.4 448.1 -16C448.1 -42.5 469.6 -64 496.1 -64S544.1 -42.5 544.1 -16C544.1 -10.4 542.9 -5 541.2 0H624C632.8 0 640 7.2 640 16V48C640 56.8 632.8 64 624 64z" /> - <glyph glyph-name="dolly" - unicode="" - horiz-adv-x="576" d=" M294.2 170.3C312.2 165.3 328.9 156.9 343.7 145.6L505.2 199.4C513.6 202.2000000000001 518.1 211.3000000000001 515.3 219.6L454.9 400.8C452.1 409.2 443 413.7 434.7 410.9L373.6 390.5L406.7 291.1L346 271L312.9 370.4L251.3 349.9C242.9 347.1 238.4 338 241.2 329.7L294.2 170.3zM575.2 121.6L565 152C562.2 160.4 553.1 164.9 544.8 162.1L331.3 90.9C314.1 112.9 287.7 127.3 257.8 127.9L158.4 426.1C154 439.2 141.8 448 128 448H16C7.2 448 0 440.8 0 432V400C0 391.2 7.2 384 16 384H104.9L197.1 107.3C171 86.9 155.4 53.7 161.1 16.8C167.2 -22.6 199 -55.5 238.4000000000001 -62.4C298.6 -73.1 350.7000000000001 -27.6 351.8000000000001 30.2L565.1000000000001 101.4C573.4000000000001 104.2000000000001 578.0000000000001 113.2000000000001 575.2000000000002 121.6zM256 -16C229.5 -16 208 5.5 208 32S229.5 80 256 80S304 58.5 304 32S282.5 -16 256 -16z" /> - <glyph glyph-name="dot-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM336 192C336 147.888 300.112 112 256 112S176 147.888 176 192S211.888 272 256 272S336 236.112 336 192z" /> - <glyph glyph-name="download" - unicode="" - horiz-adv-x="512" d=" M216 448H296C309.3 448 320 437.3 320 424V256H407.7C425.5 256 434.4 234.5 421.8 221.9L269.7 69.7C262.2 62.2 249.9 62.2 242.4 69.7L90.1 221.9C77.5 234.5 86.4 256 104.2 256H192V424C192 437.3 202.7 448 216 448zM512 72V-40C512 -53.3 501.3 -64 488 -64H24C10.7 -64 0 -53.3 0 -40V72C0 85.3 10.7 96 24 96H170.7L219.7 47C239.8 26.9 272.2 26.9 292.3 47L341.3 96H488C501.3 96 512 85.3 512 72zM388 -16C388 -5 379 4 368 4S348 -5 348 -16S357 -36 368 -36S388 -27 388 -16zM452 -16C452 -5 443 4 432 4S412 -5 412 -16S421 -36 432 -36S452 -27 452 -16z" /> - <glyph glyph-name="edit" - unicode="" - horiz-adv-x="576" d=" M402.6 364.8L492.8 274.6C496.6 270.8 496.6 264.6 492.8 260.8L274.4 42.4L181.6 32.1C169.2 30.7 158.7 41.2 160.1 53.6L170.4 146.4L388.8 364.8C392.6 368.6 398.8 368.6 402.6 364.8zM564.6 387.7L515.8000000000001 436.5C500.6000000000001 451.7 475.9000000000001 451.7 460.6000000000001 436.5L425.2000000000001 401.1C421.4000000000001 397.3 421.4000000000001 391.1 425.2000000000001 387.3L515.4000000000001 297.1C519.2 293.3 525.4000000000001 293.3 529.2 297.1L564.6 332.5C579.8000000000001 347.8 579.8000000000001 372.5 564.6 387.7zM384 101.8V0H64V320H293.8C297 320 300 321.3 302.3 323.5L342.3 363.5C349.9000000000001 371.1 344.5 384 333.8 384H48C21.5 384 0 362.5 0 336V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V141.8C448 152.5 435.1 157.8 427.5 150.3L387.5 110.3C385.3 108 384 105 384 101.8z" /> - <glyph glyph-name="eject" - unicode="" - horiz-adv-x="448" d=" M448 64V0C448 -17.673 433.673 -32 416 -32H32C14.327 -32 0 -17.673 0 0V64C0 81.673 14.327 96 32 96H416C433.673 96 448 81.673 448 64zM48.053 128H399.939C441.5900000000001 128 463.52 177.674 435.322 208.435L259.383 400.442C240.369 421.185 207.632 421.186 188.616 400.442L12.67 208.435C-15.475 177.732 6.324 128 48.053 128z" /> - <glyph glyph-name="ellipsis-h" - unicode="" - horiz-adv-x="512" d=" M328 192C328 152.2 295.8 120 256 120S184 152.2 184 192S216.2 264 256 264S328 231.8 328 192zM432 264C392.2 264 360 231.8 360 192S392.2 120 432 120S504 152.2 504 192S471.8 264 432 264zM80 264C40.2 264 8 231.8 8 192S40.2 120 80 120S152 152.2 152 192S119.8 264 80 264z" /> - <glyph glyph-name="ellipsis-v" - unicode="" - horiz-adv-x="192" d=" M96 264C135.8 264 168 231.8 168 192S135.8 120 96 120S24 152.2 24 192S56.2 264 96 264zM24 368C24 328.2 56.2 296 96 296S168 328.2 168 368S135.8 440 96 440S24 407.8 24 368zM24 16C24 -23.8 56.2 -56 96 -56S168 -23.8 168 16S135.8 88 96 88S24 55.8 24 16z" /> - <glyph glyph-name="envelope-open" - unicode="" - horiz-adv-x="512" d=" M512 -16C512 -42.51 490.51 -64 464 -64H48C21.49 -64 0 -42.51 0 -16V247.276A48 48 0 0 0 18.387 285.052C43.3 304.581 63.888 320.4170000000001 182.587 406.563C199.412 418.83 232.797 448.347 256 447.997C279.198 448.351 312.596 418.825 329.413 406.564C448.1 320.427 468.716 304.569 493.613 285.052A48 48 0 0 0 512 247.276V-16zM446.334 180.605C443.771 184.333 438.634 185.2000000000001 434.995 182.512C412.15 165.639 379.533 141.807 329.413 105.433C312.588 93.167 279.2030000000001 63.652 256 64.003C232.789 63.659 199.441 93.146 182.587 105.433C132.473 141.803 99.853 165.637 77.005 182.512C73.366 185.2 68.229 184.333 65.666 180.605L56.594 167.409A7.997999999999999 7.997999999999999 0 0 1 58.433 156.442C81.32 139.543 113.887 115.752 163.736 79.574C184.01 64.793 220.26 31.761 256 32.001C291.724 31.759 327.961 64.7720000000001 348.2630000000001 79.574C398.1130000000001 115.7530000000001 430.6810000000001 139.544 453.566 156.442A7.997999999999999 7.997999999999999 0 0 1 455.405 167.409L446.334 180.605z" /> - <glyph glyph-name="envelope-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V368C448 394.51 426.51 416 400 416zM178.117 185.896C87.429 251.713 88.353 251.879 64 270.833V296C64 309.255 74.745 320 88 320H360C373.255 320 384 309.255 384 296V270.833C359.629 251.864 360.566 251.709 269.883 185.895C259.383 178.24 238.491 159.775 224 160.001C209.497 159.783 188.633 178.228 178.117 185.896zM384 230.225V88C384 74.745 373.255 64 360 64H88C74.745 64 64 74.745 64 88V230.225C77.958 219.431 97.329 204.989 159.303 160.011C173.465 149.67 197.278 127.866 223.997 128.001C250.884 127.867 275.034 150.042 288.717 160.026C350.675 204.991 370.042 219.432 384 230.225z" /> - <glyph glyph-name="envelope" - unicode="" - horiz-adv-x="512" d=" M502.3 257.2C506.2 260.3 512 257.4 512 252.5V48C512 21.5 490.5 0 464 0H48C21.5 0 0 21.5 0 48V252.4C0 257.4 5.7 260.2000000000001 9.7 257.1C32.1 239.7 61.8 217.6 163.8 143.5C184.9 128.1 220.5 95.7 256 95.9C291.7 95.6 328 128.7 348.3 143.5C450.3 217.6 479.9 239.8 502.3 257.2zM256 128C279.2 127.6 312.6 157.2 329.4 169.4C462.1 265.7 472.2 274.1 502.8 298.1C508.6 302.6 511.9999999999999 309.6 511.9999999999999 317V336C511.9999999999999 362.5 490.4999999999999 384 463.9999999999999 384H48C21.5 384 0 362.5 0 336V317C0 309.6 3.4 302.7 9.2 298.1C39.8 274.2 49.9 265.7 182.6 169.4C199.4 157.2 232.8 127.6 256 128z" /> - <glyph glyph-name="eraser" - unicode="" - horiz-adv-x="512" d=" M497.941 174.059C516.6859999999999 192.804 516.6859999999999 223.196 497.941 241.9410000000001L337.941 401.9410000000001C319.196 420.6860000000001 288.805 420.687 270.058 401.9410000000001L14.058 145.941C-4.687 127.196 -4.687 96.804 14.058 78.059L110.058 -17.941A48.004000000000005 48.004000000000005 0 0 1 144 -32H500C506.627 -32 512 -26.627 512 -20V20C512 26.627 506.627 32 500 32H355.883L497.941 174.059zM195.314 236.6860000000001L332.687 99.3130000000001L265.373 32H150.628L70.628 112L195.314 236.686z" /> - <glyph glyph-name="euro-sign" - unicode="" - horiz-adv-x="320" d=" M310.706 34.235C309.392 40.865 302.8710000000001 45.107 296.2820000000001 43.604C285.5900000000001 41.165 268.86 38.191 250.8560000000001 38.191C194.0930000000001 38.191 148.9270000000001 72.9810000000001 129.3950000000001 123.6400000000001H243.0840000000001A12 12 0 0 1 254.7920000000001 133.009L261.165 161.369C262.851 168.8710000000001 257.146 176 249.457 176H115.22C114.01 190.328 113.806 204.287 115.357 218.245H261.95A12 12 0 0 1 273.673 227.679L280.185 257.434C281.823 264.918 276.124 272 268.462 272H130.184C150.817 316.991 192.874 347.03 247.803 347.03C262.289 347.03 276.367 344.78 285.654 342.885C291.87 341.617 298.001 345.3830000000001 299.656 351.5080000000001L311.647 395.8760000000001C313.469 402.617 309.182 409.492 302.321 410.793C290.217 413.088 270.71 416 249.635 416C152.451 416 74.03 355.748 45.075 272H12C5.373 272 0 266.627 0 260V230.245C0 223.618 5.373 218.245 12 218.245H33.569C32.56 204.638 32.388 188.958 33.388 176H12C5.373 176 0 170.627 0 164V135.64C0 129.013 5.373 123.64 12 123.64H42.114C67.139 33.308 145.264 -32 249.635 -32C275.936 -32 298.197 -27.456 310.736 -24.212C316.903 -22.617 320.763 -16.504 319.524 -10.255L310.706 34.235z" /> - <glyph glyph-name="exchange-alt" - unicode="" - horiz-adv-x="512" d=" M0 280V296C0 309.255 10.745 320 24 320H384V368C384 389.367 409.899 400.0420000000001 424.971 384.971L504.971 304.971C514.343 295.598 514.343 280.4020000000001 504.971 271.03L424.971 191.03C409.956 176.018 384 186.544 384 208V256H24C10.745 256 0 266.745 0 280zM488 128H128V176C128 197.314 102.138 208.08 87.029 192.971L7.029 112.971C-2.343 103.598 -2.343 88.402 7.029 79.03L87.029 -0.97C102.057 -15.997 128 -5.437 128 16V64H488C501.255 64 512 74.745 512 88V104C512 117.255 501.255 128 488 128z" /> - <glyph glyph-name="exclamation-circle" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.003 392.957 -56 256 -56S8 55.003 8 192C8 328.9170000000001 119.043 440 256 440S504 328.9170000000001 504 192zM256 142C230.595 142 210 121.405 210 96S230.595 50 256 50S302 70.595 302 96S281.405 142 256 142zM212.327 307.346L219.745 171.346C220.092 164.982 225.354 160 231.727 160H280.273C286.646 160 291.908 164.982 292.255 171.346L299.673 307.346C300.048 314.2200000000001 294.575 320 287.6910000000001 320H224.308C217.424 320 211.952 314.2200000000001 212.327 307.346z" /> - <glyph glyph-name="exclamation-triangle" - unicode="" - horiz-adv-x="576" d=" M569.517 7.987C587.975 -24.007 564.806 -64 527.94 -64H48.054C11.117 -64 -11.945 -23.945 6.477 7.987L246.423 424.015C264.89 456.024 311.1430000000001 455.966 329.577 424.015L569.517 7.987zM288 94C262.5950000000001 94 242 73.405 242 48S262.5950000000001 2 288 2S334 22.595 334 48S313.405 94 288 94zM244.327 259.346L251.745 123.346C252.092 116.982 257.354 112 263.727 112H312.273C318.646 112 323.908 116.982 324.255 123.346L331.673 259.346C332.048 266.2200000000001 326.575 272 319.6910000000001 272H256.3080000000001C249.4240000000001 272 243.9520000000001 266.2200000000001 244.3270000000001 259.346z" /> - <glyph glyph-name="exclamation" - unicode="" - horiz-adv-x="192" d=" M176 16C176 -28.112 140.112 -64 96 -64S16 -28.112 16 16S51.888 96 96 96S176 60.112 176 16zM25.26 422.801L38.86 150.801C39.499 138.028 50.041 128 62.83 128H129.17C141.959 128 152.501 138.028 153.14 150.801L166.74 422.801C167.425 436.51 156.496 448 142.77 448H49.23C35.504 448 24.575 436.51 25.26 422.801z" /> - <glyph glyph-name="expand-arrows-alt" - unicode="" - horiz-adv-x="448.1" d=" M448.1 104V-8C448.1 -21.3 437.4000000000001 -32 424.1 -32H312.1C290.7000000000001 -32 280 -6.1 295.1 9L331.3 45.2L224 152.4L116.8 45.1L153 9C168.1 -6.1 157.4 -32 136 -32H24C10.7 -32 0 -21.3 0 -8V104C0 125.4 25.9 136.1 41 121L77.2 84.8L184.5 192L77.2 299.3L41 263C25.9 247.9 0 258.6 0 280V392C0 405.3 10.7 416 24 416H136C157.4 416 168.1 390.1 153 375L116.8 338.8L224 231.6L331.3 338.9L295.1 375C280 390.1 290.7000000000001 416 312.1 416H424.1C437.4000000000001 416 448.1 405.3 448.1 392V280C448.1 258.6 422.2000000000001 247.9 407.1 263L370.9000000000001 299.2L263.6 192L370.9000000000001 84.7L407.1 120.9C422.2000000000001 136.1 448.1 125.4 448.1 104z" /> - <glyph glyph-name="expand" - unicode="" - horiz-adv-x="448" d=" M0 268V392C0 405.3 10.7 416 24 416H148C154.6 416 160 410.6 160 404V364C160 357.4 154.6 352 148 352H64V268C64 261.4 58.6 256 52 256H12C5.4 256 0 261.4 0 268zM288 404V364C288 357.4 293.4 352 300 352H384V268C384 261.4 389.4 256 396 256H436C442.6 256 448 261.4 448 268V392C448 405.3 437.3 416 424 416H300C293.4 416 288 410.6 288 404zM436 128H396C389.4 128 384 122.6 384 116V32H300C293.4 32 288 26.6 288 20V-20C288 -26.6 293.4 -32 300 -32H424C437.3 -32 448 -21.3 448 -8V116C448 122.6 442.6 128 436 128zM160 -20V20C160 26.6 154.6 32 148 32H64V116C64 122.6 58.6 128 52 128H12C5.4 128 0 122.6 0 116V-8C0 -21.3 10.7 -32 24 -32H148C154.6 -32 160 -26.6 160 -20z" /> - <glyph glyph-name="external-link-alt" - unicode="" - horiz-adv-x="576" d=" M576 424V296.016C576 274.555 550.04 264.0360000000001 535.029 279.045L499.322 314.754L255.799 71.231C246.426 61.858 231.231 61.858 221.858 71.231L199.231 93.858C189.858 103.231 189.858 118.427 199.231 127.799L442.756 371.324L407.053 407.029C391.9820000000001 422.1 402.656 448 424.024 448H552C565.255 448 576 437.255 576 424zM407.029 177.206L391.029 161.206A23.999000000000002 23.999000000000002 0 0 1 384 144.235V0H64V320H328A24.003 24.003 0 0 1 344.9700000000001 327.029L360.9700000000001 343.029C376.089 358.149 365.381 384 344 384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V160.236C448 181.618 422.148 192.326 407.029 177.206z" /> - <glyph glyph-name="external-link-square-alt" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.51 426.51 -32 400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368zM360 352H248.029C226.716 352 215.949 326.139 231.058 311.029L263.042 279.0420000000001L67.515 83.515C62.829 78.829 62.829 71.231 67.515 66.544L98.544 35.515C103.231 30.829 110.829 30.829 115.515 35.515L311.041 231.041L343.029 199.05C358.058 184.023 384 194.575 384 216.021V328C384 341.255 373.255 352 360 352z" /> - <glyph glyph-name="eye-dropper" - unicode="" - horiz-adv-x="512" d=" M177.38 241.36L39.03 103.03A24.01 24.01 0 0 1 32 86.06V24L0 -32L32 -64L88 -32H150.06C156.42 -32 162.53 -29.47 167.03 -24.97L305.38 113.36L177.38 241.36zM402.932 210.89L419.884 193.94C429.254 184.5700000000001 429.254 169.37 419.884 160L378.911 119.03C369.6190000000001 109.718 354.405 109.596 344.971 119.03L183.028 280.9700000000001C173.658 290.3400000000001 173.658 305.54 183.028 314.91L224 355.88C233.289 365.189 248.502 365.318 257.94 355.88L274.932 338.89L357.538 421.491C392.728 456.681 450.038 456.991 485.538 421.491C526.028 373.411 515.198 323.151 485.538 293.491L402.932 210.89z" /> - <glyph glyph-name="eye-slash" - unicode="" - horiz-adv-x="576" d=" M286.693 56.016L319.272 9.474A333.958 333.958 0 0 0 288 8C168.19 8 63.031 71.949 6.646 167.631A47.999 47.999 0 0 0 6.646 216.37C30.669 257.136 63.559 292.145 102.67 318.907L159.747 237.368C154.736 223.18 152 207.913 152 192C152 117.264 212.135 56.718 286.693 56.016zM569.354 167.631C537.687 113.894 490.607 70.1710000000001 434.1790000000001 42.1560000000001L434.1900000000001 42.1410000000001L475.6600000000001 -17.0589999999999C483.2600000000001 -27.9189999999999 480.6200000000001 -42.8789999999999 469.7600000000001 -50.4789999999999L456.6500000000001 -59.6589999999999C445.7900000000001 -67.2589999999999 430.8300000000001 -64.6189999999999 423.2300000000001 -53.759L100.34 401.06C92.74 411.92 95.38 426.88 106.24 434.48L119.35 443.6600000000001C130.21 451.26 145.17 448.62 152.77 437.76L203.808 365.1430000000001C230.68 372.224 258.905 376 288 376C407.81 376 512.969 312.051 569.354 216.369A48.00200000000001 48.00200000000001 0 0 0 569.354 167.631zM424 192C424 267.174 363.162 328 288 328C270.061 328 252.944 324.527 237.271 318.228L256.57 291.17C282.439 299.341 311.614 297.3330000000001 336.9700000000001 283.76H336.9400000000001C313.2900000000001 283.76 294.1200000000001 264.5900000000001 294.1200000000001 240.9400000000001C294.1200000000001 217.314 313.2670000000001 198.12 336.9400000000001 198.12C360.5900000000001 198.12 379.7600000000001 217.29 379.7600000000001 240.9400000000001V240.9700000000001C398.2220000000001 206.48 396.0720000000001 163.0560000000001 371.5100000000001 130.0200000000001V130.0100000000001L390.8240000000001 102.9490000000001C411.496 126.8 424 157.926 424 192zM262.014 91.273L184.484 202.03C179.47 149.643 213.798 103.6760000000001 262.014 91.273z" /> - <glyph glyph-name="eye" - unicode="" - horiz-adv-x="576" d=" M569.354 216.369C512.969 312.051 407.81 376 288 376C168.14 376 63.004 312.006 6.646 216.369A47.999 47.999 0 0 1 6.646 167.63C63.031 71.949 168.19 8 288 8C407.86 8 512.996 71.994 569.354 167.631A47.997 47.997 0 0 1 569.354 216.369zM288 56C212.838 56 152 116.827 152 192C152 267.1620000000001 212.826 328 288 328C363.1620000000001 328 424 267.174 424 192C424 116.838 363.174 56 288 56zM392 192C392 134.562 345.438 88 288 88S184 134.562 184 192C184 209.708 188.431 226.379 196.236 240.973L196.235 240.941C196.235 217.29 215.408 198.118 239.059 198.118S281.883 217.291 281.883 240.941C281.883 264.592 262.71 283.765 239.059 283.765L239.027 283.764C253.621 291.569 270.292 296 288 296C345.438 296 392 249.438 392 192z" /> - <glyph glyph-name="fast-backward" - unicode="" - horiz-adv-x="512" d=" M0 12V372C0 378.6 5.4 384 12 384H52C58.6 384 64 378.6 64 372V220.1L235.5 376.6C256.1 393.7 288 379.4 288 352V220.1L459.5 376.6C480.1 393.7 512 379.4 512 352V32C512 4.6 480.1 -9.7 459.5 7.4L288 162.7V32C288 4.6 256.1 -9.7 235.5 7.4L64 162.7V12C64 5.4 58.6 0 52 0H12C5.4 0 0 5.4 0 12z" /> - <glyph glyph-name="fast-forward" - unicode="" - horiz-adv-x="512" d=" M512 372V12C512 5.4 506.6 0 500 0H460C453.4 0 448 5.4 448 12V163.9L276.5 7.4C255.9 -9.8 224 4.6 224 32V163.9L52.5 7.4C31.9 -9.8 0 4.6 0 32V352C0 379.4 31.9 393.7 52.5 376.6L224 221.2V352C224 379.4 255.9 393.7 276.5 376.6L448 221.2V372C448 378.6 453.4 384 460 384H500C506.6 384 512 378.6 512 372z" /> - <glyph glyph-name="fax" - unicode="" - horiz-adv-x="512" d=" M128 304V-16C128 -42.51 106.51 -64 80 -64H48C21.49 -64 0 -42.51 0 -16V304C0 330.51 21.49 352 48 352H80C106.51 352 128 330.51 128 304zM512 240V-16C512 -42.51 490.51 -64 464 -64H192C165.49 -64 144 -42.51 144 -16V408C144 430.091 161.909 448 184 448H391.432A39.996 39.996 0 0 0 419.716 436.284L468.285 387.715A39.999 39.999 0 0 0 480 359.432V285.258C498.641 278.667 512 260.898 512 240zM192 256H432V352H408C394.7970000000001 352 384 362.7970000000001 384 376V400H192V256zM288 52C288 58.627 282.627 64 276 64H236C229.373 64 224 58.627 224 52V12C224 5.373 229.373 0 236 0H276C282.627 0 288 5.373 288 12V52zM288 180C288 186.627 282.627 192 276 192H236C229.373 192 224 186.627 224 180V140C224 133.373 229.373 128 236 128H276C282.627 128 288 133.373 288 140V180zM416 52C416 58.627 410.627 64 404 64H364C357.373 64 352 58.627 352 52V12C352 5.373 357.373 0 364 0H404C410.627 0 416 5.373 416 12V52zM416 180C416 186.627 410.627 192 404 192H364C357.373 192 352 186.627 352 180V140C352 133.373 357.373 128 364 128H404C410.627 128 416 133.373 416 140V180z" /> - <glyph glyph-name="female" - unicode="" - horiz-adv-x="256" d=" M128 448C163.346 448 192 419.346 192 384S163.346 320 128 320C92.654 320 64 348.654 64 384S92.654 448 128 448M247.283 93.821L199.283 285.8210000000001A24 24 0 0 1 176 304H164.64C141.929 293.557 115.05 293.106 91.36 304H80A24 24 0 0 1 56.717 285.8210000000001L8.717 93.821C4.935 78.695 16.383 64 32 64H88V-40C88 -53.255 98.745 -64 112 -64H144C157.255 -64 168 -53.255 168 -40V64H224C239.591 64 251.071 78.671 247.283 93.821z" /> - <glyph glyph-name="fighter-jet" - unicode="" - horiz-adv-x="640" d=" M544 224L416 240L368 256H344L227.158 404H266.667C278.3330000000001 404 288 406.625 288 410S278.3330000000001 416 266.6670000000001 416H152V404H168V240H120L53.333 320H18.667L8 309.333V240H16V224H64V221.334L0 213.334V170.667L64 162.667V160H16V144H8V74.667L18.667 64H53.334L120 144H168V-20H152V-32H266.6670000000001C278.334 -32 288 -29.375 288 -26S278.3330000000001 -20 266.6670000000001 -20H227.158L344 128H368L416 144L544 160C640 181.333 640 186.583 640 192C640 197.417 640 202.667 544 224z" /> - <glyph glyph-name="file-alt" - unicode="" - horiz-adv-x="384" d=" M224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM288 76C288 69.4 282.6 64 276 64H108C101.4 64 96 69.4 96 76V84C96 90.6 101.4 96 108 96H276C282.6 96 288 90.6 288 84V76zM288 140C288 133.4 282.6 128 276 128H108C101.4 128 96 133.4 96 140V148C96 154.6 101.4 160 108 160H276C282.6 160 288 154.6 288 148V140zM288 212V204C288 197.4 282.6 192 276 192H108C101.4 192 96 197.4 96 204V212C96 218.6 101.4 224 108 224H276C282.6 224 288 218.6 288 212zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="file-archive" - unicode="" - horiz-adv-x="384" d=" M224 312V448H160.4V416H128.4V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM95.9 416H127.9V384H95.9V416zM128.2 32C95 32 70.2 62.4 76.8 94.9L96.4 192V224H128.4V256H96.4V288H128.4V320H96.4V352H128.4V384H160.4V352H128.4V320H160.4V288H128.4V256H160.4V224H128.4V192H150.5C156.2 192 161.2 187.9 162.3 182.3L179.6 94.6C186 62.2000000000001 161.2 32 128.2 32zM160.9 85C160.9 70.1 146.4 58 128.5 58S96 70 96 85C96 99.9 110.5 112 128.4 112S160.9 99.9 160.9 85zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="file-audio" - unicode="" - horiz-adv-x="384" d=" M224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM160 44C160 33.3 147.1 28 139.5 35.5L104 72H76C69.4 72 64 77.4 64 84V140C64 146.6 69.4 152 76 152H104L139.5 188.5C147.1 196.1 160 190.7 160 180V44zM193.2 91.6C202.3 100.9 202.3 115.7000000000001 193.2 125C171.1 147.8 205.4 181.2 227.6 158.5C254.8 130.6 254.8 86.1 227.6 58.1C205.8 35.8 170.7 68.5 193.2 91.6zM279.2 208.7C333.6 152.8 333.6 63.9 279.2 7.9C257.4 -14.5 222.2 18.2 244.8 41.4C281 78.6 281.1 137.9 244.8 175.2C222.7 198 257.1 231.5 279.2 208.7zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="file-code" - unicode="" - horiz-adv-x="384" d=" M384 326.059V320H256V448H262.0590000000001C268.4240000000001 448 274.5290000000001 445.471 279.0300000000001 440.971L376.971 343.03A24.005 24.005 0 0 0 384 326.059zM248 288C234.8 288 224 298.8 224 312V448H24C10.745 448 0 437.255 0 424V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V288H248zM123.206 47.495A5.4 5.4 0 0 0 115.573 47.249L50.707 108.061A5.4 5.4 0 0 0 50.707 115.9400000000001L115.573 176.7520000000001A5.4 5.4 0 0 0 123.206 176.5060000000001L142.785 155.6210000000001A5.4 5.4 0 0 0 142.413 147.8740000000001L101.65 112L142.413 76.126A5.4 5.4 0 0 0 142.785 68.379L123.206 47.495zM174.501 -2.984L147.048 4.986A5.401999999999999 5.401999999999999 0 0 0 143.367 11.6780000000001L204.807 223.3040000000001A5.401999999999999 5.401999999999999 0 0 0 211.499 226.9850000000001L238.951 219.0150000000001A5.4 5.4 0 0 0 242.631 212.3230000000001L181.191 0.6970000000001A5.396999999999999 5.396999999999999 0 0 0 174.501 -2.9839999999999zM335.293 108.061L270.427 47.249A5.4 5.4 0 0 0 262.7940000000001 47.495L243.2140000000001 68.38A5.4 5.4 0 0 0 243.5860000000001 76.127L284.35 112L243.587 147.874A5.4 5.4 0 0 0 243.215 155.6210000000001L262.795 176.506A5.4 5.4 0 0 0 270.428 176.752L335.294 115.94A5.4 5.4 0 0 0 335.293 108.061z" /> - <glyph glyph-name="file-excel" - unicode="" - horiz-adv-x="384" d=" M224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM284.1 205.5L224 112L284.1 18.5C289.2000000000001 10.5 283.5 0 274 0H239.1C234.7 0 230.6 2.4 228.5 6.3C208.9 42.5 192 75 192 75C185.6 60.2 182 55 155.4 6.2C153.3 2.3 149.3 -0.1 144.9 -0.1H110C100.5 -0.1 94.8 10.4 99.9 18.4L160.2 111.9L99.9 205.4C94.7 213.4 100.5 223.9 110 223.9H144.8C149.2 223.9 153.3 221.5 155.4 217.6C181.5 168.8 175.4 184 192 149.1C192 149.1 198.1 160.8 228.6 217.6C230.7 221.5 234.8 223.9 239.2 223.9H274C283.5 224 289.2 213.5 284.1 205.5zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="file-image" - unicode="" - horiz-adv-x="384" d=" M384 326.059V320H256V448H262.0590000000001A24 24 0 0 0 279.029 440.971L376.9700000000001 343.03A24.002000000000002 24.002000000000002 0 0 0 384 326.059zM248 288C234.8 288 224 298.8 224 312V448H24C10.745 448 0 437.255 0 424V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V288H248zM112.545 272C139.055 272 160.545 250.51 160.545 224S139.055 176 112.545 176S64.545 197.49 64.545 224S86.036 272 112.545 272zM320.545 32H64.545L65.03 80.485L104.545 120C109.231 124.686 116.344 124.201 121.03 119.515L160.545 80L264.06 183.515C268.746 188.201 276.344 188.201 281.031 183.515L320.545 144V32z" /> - <glyph glyph-name="file-pdf" - unicode="" - horiz-adv-x="384" d=" M181.9 191.9C176.9 207.9 177 238.8 179.9 238.8C188.3 238.8 187.5 201.9 181.9 191.9zM180.2 144.7C172.5 124.5 162.9 101.4 151.8 82C170.1 89 190.8 99.2 214.7 103.9C202 113.5 189.8 127.3 180.2 144.7zM86.1 19.9C86.1 19.1 99.3 25.3 121 60.1C114.3 53.8 91.9 35.6 86.1 19.9zM248 288H384V-40C384 -53.3 373.3 -64 360 -64H24C10.7 -64 0 -53.3 0 -40V424C0 437.3 10.7 448 24 448H224V312C224 298.8 234.8 288 248 288zM240 116.2C220 128.4 206.7 145.2 197.3 170C201.8 188.5 208.9 216.6 203.5 234.2C198.8 263.6 161.1 260.7 155.7 241C150.7 222.7 155.3 196.9 163.8 164C152.2 136.4 135.1 99.4 123 78.2C122.9 78.2 122.9 78.1 122.8 78.1C95.7 64.2 49.2 33.6 68.3 10.1C73.9 3.2 84.3 0.1 89.8 0.1C107.7 0.1 125.5 18.1 150.9 61.9C176.7 70.4 205 81 229.9 85.1C251.6 73.3 277 65.6 293.9 65.6C323.1 65.6 325.1 97.6 313.6 108.9999999999999C299.7 122.6 259.3 118.6999999999999 240 116.1999999999999zM377 343L279 441C274.5 445.5 268.4 448 262 448H256V320H384V326.1C384 332.4 381.5 338.5 377 343zM302.9 87.7C307 90.4 300.4 99.6 260.1 96.7C297.2 80.9 302.9 87.7 302.9 87.7z" /> - <glyph glyph-name="file-powerpoint" - unicode="" - horiz-adv-x="384" d=" M193.7 176.8C202.5 176.8 209.2 174.1 214 168.7C223.6 157.8 223.8 136 213.8 124.6C208.9 119 201.9 116.1 192.7 116.1H165.8V176.8H193.7zM377 343L279 441C274.5 445.5 268.4 448 262 448H256V320H384V326.1C384 332.4 381.5 338.5 377 343zM224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM277 146.8C277 56.5 188.2 69.2000000000001 165.9 69.2000000000001V12C165.9 5.4 160.5 0 153.9 0H123.1C116.5 0 111.1 5.4 111.1 12V211.8C111.1 218.4 116.5 223.8 123.1 223.8H204.1C248.6 223.8 277 191 277 146.8z" /> - <glyph glyph-name="file-video" - unicode="" - horiz-adv-x="384" d=" M384 326.059V320H256V448H262.0590000000001C268.4240000000001 448 274.5290000000001 445.471 279.0300000000001 440.971L376.971 343.03A24.005 24.005 0 0 0 384 326.059zM224 312V448H24C10.745 448 0 437.255 0 424V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V288H248C234.8 288 224 298.8 224 312zM320 167.984V56.0210000000001C320 34.5760000000001 294.057 24.0230000000001 279.029 39.0500000000001L224 94.059V56C224 42.745 213.255 32 200 32H88C74.745 32 64 42.745 64 56V168C64 181.255 74.745 192 88 192H200C213.255 192 224 181.255 224 168V129.941L279.029 184.954C294.04 199.964 320 189.445 320 167.984z" /> - <glyph glyph-name="file-word" - unicode="" - horiz-adv-x="384" d=" M224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM281.1 192H305C312.7 192 318.4 184.9 316.7 177.3L278.7 9.3C277.5 3.8 272.6 0 267 0H229C223.5 0 218.7 3.8 217.4 9.1C191.6 112.6 196.6 90.3 191.8 119.6H191.3C190.2 105.3 188.9 102.2000000000001 165.7 9.1C164.4 3.8 159.6 0 154.1 0H117C111.4 0 106.5 3.9 105.3 9.4L67.5 177.4C65.8 184.9 71.5 192 79.2 192H103.7C109.4 192 114.4 188 115.5 182.3C131.1 104.3 135.6 72.8 136.5 60.1C138.1 70.3 143.8 92.8 165.9 182.8C167.2 188.2 172 191.9 177.6 191.9H206.7C212.3 191.9 217.1 188.1 218.4 182.7000000000001C242.4 82.3000000000001 247.2 58.7000000000001 248 53.3000000000001C247.8 64.5000000000001 245.4 71.1000000000001 269.6 182.5000000000001C270.6 188.1000000000001 275.5 192.0000000000001 281.1 192.0000000000001zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="file" - unicode="" - horiz-adv-x="384" d=" M224 312V448H24C10.7 448 0 437.3 0 424V-40C0 -53.3 10.7 -64 24 -64H360C373.3 -64 384 -53.3 384 -40V288H248C234.8 288 224 298.8 224 312zM384 326.1V320H256V448H262.1C268.5 448 274.6 445.5 279.1 441L377 343C381.5 338.5 384 332.4 384 326.1z" /> - <glyph glyph-name="film" - unicode="" - horiz-adv-x="512" d=" M488 384H480V364C480 357.4 474.6 352 468 352H428C421.4 352 416 357.4 416 364V384H96V364C96 357.4 90.6 352 84 352H44C37.4 352 32 357.4 32 364V384H24C10.7 384 0 373.3 0 360V24C0 10.7 10.7 0 24 0H32V20C32 26.6 37.4 32 44 32H84C90.6 32 96 26.6 96 20V0H416V20C416 26.6 421.4 32 428 32H468C474.6 32 480 26.6 480 20V0H488C501.3 0 512 10.7 512 24V360C512 373.3 501.3 384 488 384zM96 76C96 69.4 90.6 64 84 64H44C37.4 64 32 69.4 32 76V116C32 122.6 37.4 128 44 128H84C90.6 128 96 122.6 96 116V76zM96 172C96 165.4 90.6 160 84 160H44C37.4 160 32 165.4 32 172V212C32 218.6 37.4 224 44 224H84C90.6 224 96 218.6 96 212V172zM96 268C96 261.4 90.6 256 84 256H44C37.4 256 32 261.4 32 268V308C32 314.6 37.4 320 44 320H84C90.6 320 96 314.6 96 308V268zM368 60C368 53.4 362.6 48 356 48H156C149.4 48 144 53.4 144 60V156C144 162.6 149.4 168 156 168H356C362.6 168 368 162.6 368 156V60zM368 228C368 221.4 362.6 216 356 216H156C149.4 216 144 221.4 144 228V324C144 330.6 149.4 336 156 336H356C362.6 336 368 330.6 368 324V228zM480 76C480 69.4 474.6 64 468 64H428C421.4 64 416 69.4 416 76V116C416 122.6 421.4 128 428 128H468C474.6 128 480 122.6 480 116V76zM480 172C480 165.4 474.6 160 468 160H428C421.4 160 416 165.4 416 172V212C416 218.6 421.4 224 428 224H468C474.6 224 480 218.6 480 212V172zM480 268C480 261.4 474.6 256 468 256H428C421.4 256 416 261.4 416 268V308C416 314.6 421.4 320 428 320H468C474.6 320 480 314.6 480 308V268z" /> - <glyph glyph-name="filter" - unicode="" - horiz-adv-x="512" d=" M487.976 448H24.028C2.71 448 -8.047 422.134 7.058 407.029L192 222.059V16C192 8.169 195.821 0.83 202.237 -3.662L282.237 -59.642C298.02 -70.69 320 -59.493 320 -39.98V222.059L504.947 407.029C520.021 422.104 509.338 448 487.976 448z" /> - <glyph glyph-name="fire-extinguisher" - unicode="" - horiz-adv-x="448" d=" M434.027 421.671L266.027 393.671C254.693 391.782 256 380.2 256 376H197.668C208.353 411.892 181.446 448 144 448C104.565 448 77.632 408.324 91.772 371.7970000000001C39.733 358.746 16.391 317.584 1.723 280.913C-3.2 268.606 2.786 254.639 15.093 249.716C27.41 244.79 41.372 250.791 46.289 263.086C75.058 335.01 106.964 328 168 328V300.924C126.457 290.062 96 251.689 96 206.795V-40C96 -53.255 106.745 -64 120 -64H264C277.255 -64 288 -53.255 288 -40V208C288 252.731 257.404 290.312 216 300.9700000000001V328H256C256 325.026 254.297 312.284 266.027 310.329L434.027 282.329C441.342 281.11 448 286.75 448 294.166V409.834C448 417.25 441.342 422.89 434.027 421.671zM144 376C135.178 376 128 383.178 128 392S135.178 408 144 408S160 400.822 160 392S152.822 376 144 376z" /> - <glyph glyph-name="fire" - unicode="" - horiz-adv-x="384" d=" M216 424.142C216 447.944 185.347 456.907 171.851 437.18C48 256.149 224 248 224 160C224 124.371 194.886 95.542 159.15 96.006C123.98 96.462 96 125.78 96 160.954V246.464C96 268.1670000000001 69.529 278.689 54.568 262.968C27.801 234.842 0 186.668 0 128C0 22.131 86.131 -64 192 -64S384 22.131 384 128C384 298.29 216 321.003 216 424.142z" /> - <glyph glyph-name="first-aid" - unicode="" - horiz-adv-x="576" d=" M0 368V16C0 -10.5 21.5 -32 48 -32H96V416H48C21.5 416 0 394.5 0 368zM128 -32H448V416H128V-32zM192 216C192 220.4 195.6 224 200 224H256V280C256 284.4 259.6 288 264 288H312C316.4 288 320 284.4 320 280V224H376C380.4 224 384 220.4 384 216V168C384 163.6 380.4 160 376 160H320V104C320 99.6 316.4 96 312 96H264C259.6 96 256 99.6 256 104V160H200C195.6 160 192 163.6 192 168V216zM528 416H480V-32H528C554.5 -32 576 -10.5 576 16V368C576 394.5 554.5 416 528 416z" /> - <glyph glyph-name="flag-checkered" - unicode="" - horiz-adv-x="512" d=" M466.515 381.072C487.731 390.926 512 375.449 512 352.056V108.956C512 98.43 506.839 88.549 498.157 82.598C462.32 58.034 423.822 41.74 375.652 41.74C308.279 41.74 264.022 76.523 210.435 76.523C159.582 76.523 124.311 66.465 96 54.401V-40C96 -53.255 85.255 -64 72 -64H56C42.745 -64 32 -53.255 32 -40V346.055C17.497 356.175 8 372.974 8 392C8 423.704 34.345 449.254 66.338 447.952C94.806 446.794 118.117 423.984 119.889 395.548C120.409 387.206 119.079 379.238 116.303 371.986C137.039 379.616 159.393 384 184.348 384C251.721 384 295.978 349.217 349.5650000000001 349.217C390.0610000000001 349.217 432.177 365.123 466.515 381.072zM96 313.37V242.88C125 253.55 147.18 260.71 169.6 263.79V335.36C146.1 333.19 129.16 325.57 96 313.37zM316.8 304.18C290.3830000000001 308.852 266.914 318.159 243.2 325.52V258.1C267.375 251.3940000000001 290.766 241.6560000000001 316.8 235.79V304.18zM169.6 263.79V193.75C202.396 196.728 223.51 194.385 243.2 189.95V258.1C217.953 265.135 196.619 267.523 169.6 263.79zM243.2 121.5600000000001C269.538 116.9080000000001 292.932 107.633 316.8 100.2200000000001V167.6300000000001C292.523 174.3760000000001 269.26 184.0800000000001 243.2 189.9500000000001V121.5600000000001zM96 105.9C119.62 114.29 143.79 119.74 169.6 122.46V193.75C143.49 191.4 122.24 185.71 96 176.39V105.9zM464 327.5C442.7 318.65 417.41 309.86 390.4 305.03V233.12C417.71 237.48 440.43 247.22 464 257.01V327.5zM464 117.54V188.03C441.81 173.83 415.2200000000001 165.42 390.4 162.01V90.43C415.47 92.81 438.89 101.47 464 117.54zM316.8 235.79V167.63C342.464 160.496 363.416 158.288 390.4 162.01V233.12C364.401 228.933 340.457 230.444 316.8 235.79z" /> - <glyph glyph-name="flag" - unicode="" - horiz-adv-x="512" d=" M349.565 349.217C295.978 349.217 251.721 384 184.348 384C159.393 384 137.039 379.616 116.303 371.987A55.947 55.947 0 0 1 119.889 395.549C118.117 423.985 94.806 446.794 66.338 447.952C34.345 449.254 8 423.704 8 392C8 372.974 17.497 356.175 32 346.055V-40C32 -53.255 42.745 -64 56 -64H72C85.255 -64 96 -53.255 96 -40V54.4C124.311 66.464 159.582 76.522 210.435 76.522C264.023 76.522 308.279 41.739 375.6520000000001 41.739C423.8210000000001 41.739 462.3190000000001 58.033 498.157 82.597C506.84 88.548 512 98.429 512 108.955V352.055C512 375.448 487.731 390.925 466.515 381.071C432.177 365.123 390.061 349.217 349.565 349.217z" /> - <glyph glyph-name="flask" - unicode="" - horiz-adv-x="448" d=" M437.2 44.5L320 233V384H328C341.3 384 352 394.7 352 408V424C352 437.3 341.3 448 328 448H120C106.7 448 96 437.3 96 424V408C96 394.7 106.7 384 120 384H128V233L10.8 44.5C-18.5 -2.6 15.3 -64 70.9 -64H377.1C432.8 -64 466.5 -2.5 437.2000000000001 44.5zM137.9 128L186.1 205.6C189.8 210.8 191.9 217.2 191.9 224V384H255.9000000000001V224C255.9000000000001 217.1 258.1 210.8 261.7000000000001 205.6L309.9000000000001 128H137.9z" /> - <glyph glyph-name="folder-open" - unicode="" - horiz-adv-x="576" d=" M572.694 155.907L500.27 31.752A63.99699999999999 63.99699999999999 0 0 0 444.989 0H45.025C26.502 0 14.961 20.093 24.294 36.093L96.718 160.2480000000001A64 64 0 0 0 152 192H551.9639999999999C570.487 192 582.0279999999999 171.907 572.694 155.907zM152 224H480V272C480 298.51 458.51 320 432 320H272L208 384H48C21.49 384 0 362.51 0 336V57.954L69.077 176.372C86.214 205.75 117.989 224 152 224z" /> - <glyph glyph-name="folder" - unicode="" - horiz-adv-x="512" d=" M464 320H272L208 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V272C512 298.51 490.51 320 464 320z" /> - <glyph glyph-name="font" - unicode="" - horiz-adv-x="448" d=" M152 32H127.987L154.573 112.782H292.8L319.386 32H296C287.163 32 280 24.837 280 16V-16C280 -24.837 287.163 -32 296 -32H432C440.837 -32 448 -24.837 448 -16V16C448 24.837 440.837 32 432 32H405.261L275.495 405.254A16 16 0 0 1 260.382 416H187.616A16 16 0 0 1 172.503 405.254L42.739 32H16C7.163 32 0 24.837 0 16V-16C0 -24.837 7.163 -32 16 -32H152C160.837 -32 168 -24.837 168 -16V16C168 24.837 160.837 32 152 32zM216.353 303.778C220.701 318.9940000000001 222.963 331.9340000000001 223.939 338.4220000000001C224.778 331.901 226.878 318.9460000000001 231.6660000000001 303.716L273.0010000000001 179.71H174.382L216.353 303.778z" /> - <glyph glyph-name="football-ball" - unicode="" - horiz-adv-x="496" d=" M481.5 387.7C476.7 405.9 462.4 420.2 444.2 425.1C420.3 431.5 383 439.1 339.4 440L496 283.2C495.2 326.7 487.8 363.8 481.5 387.7zM14.5 -3.7C19.3 -21.9 33.6 -36.2 51.8 -41.1C75.7 -47.4999999999999 113 -55.1 156.6 -55.9999999999999L0 100.8C0.8 57.3 8.2 20.2 14.5 -3.7zM4.2 164.6L220.4 -52C352.9 -32.6 469.2 66.7 491.9 219.4L275.6 436C143.1 416.6 26.8 317.3 4.2 164.6zM321.5 288.2000000000001C324.6 291.3 329.7 291.3 332.8 288.2000000000001L344.1 276.9C347.2000000000001 273.8 347.2000000000001 268.7000000000001 344.1 265.6L315.8 237.3L344.1 209C347.2000000000001 205.9 347.2000000000001 200.8 344.1 197.7L332.8 186.4C329.7 183.3 324.6 183.3 321.5 186.4L293.2 214.7L270.6 192L298.9 163.7C302 160.6 302 155.5 298.9 152.4L287.6 141.1C284.5 138 279.4 138 276.3 141.1L248 169.4L225.4 146.8L253.7 118.5C256.8 115.3999999999999 256.8 110.3 253.7 107.1999999999999L242.4 95.8999999999999C239.3 92.7999999999999 234.2 92.7999999999999 231.1 95.8999999999999L202.8 124.1999999999999L174.5 95.8999999999999C171.4 92.7999999999999 166.3 92.7999999999999 163.2 95.8999999999999L151.9 107.1999999999999C148.8 110.3 148.8 115.3999999999999 151.9 118.5L180.2 146.8L151.9 175C148.8 178.1 148.8 183.1999999999999 151.9 186.3L163.2 197.6C166.3 200.7 171.4 200.7 174.5 197.6L202.8 169.3L225.4 191.9L197.1 220.2C194 223.3 194 228.4 197.1 231.5L208.4 242.8C211.5 245.9 216.6 245.9 219.7 242.8L248 214.5L270.6 237.1L242.3 265.4C239.2 268.5 239.2 273.6 242.3 276.7000000000001L253.6 288C256.7000000000001 291.1 261.8 291.1 264.9000000000001 288L293.2000000000001 259.7000000000001L321.5000000000001 288.2000000000001z" /> - <glyph glyph-name="forward" - unicode="" - horiz-adv-x="512" d=" M500.5 216.6L308.5 376.6C287.9 393.7 256 379.4 256 352V32C256 4.6 287.9 -9.8 308.5 7.4L500.5 167.4C515.8 180.2 515.8 203.8 500.5 216.6zM244.5 216.6L52.5 376.6C31.9 393.7 0 379.4 0 352V32C0 4.6 31.9 -9.8 52.5 7.4L244.5 167.4C259.8 180.2 259.8 203.8 244.5 216.6z" /> - <glyph glyph-name="frown" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM108 256C108 218.503 138.503 188 176 188S244 218.503 244 256S213.497 324 176 324S108 293.497 108 256zM268.5 256C268.5 218.779 298.779 188.5 336 188.5S403.5 218.779 403.5 256S373.221 323.5 336 323.5S268.5 293.221 268.5 256zM336 304A47.789 47.789 0 0 1 313.397 298.353H313.412C324.328 298.353 333.177 289.504 333.177 278.588S324.328 258.8230000000001 313.412 258.8230000000001S293.647 267.6720000000001 293.647 278.588V278.603A47.789 47.789 0 0 1 288 256C288 229.49 309.49 208 336 208S384 229.49 384 256S362.51 304 336 304zM176 304A47.789 47.789 0 0 1 153.397 298.353H153.412C164.328 298.353 173.177 289.504 173.177 278.588S164.328 258.8230000000001 153.412 258.8230000000001S133.647 267.6720000000001 133.647 278.588V278.603A47.789 47.789 0 0 1 128 256C128 229.49 149.49 208 176 208S224 229.49 224 256S202.51 304 176 304zM368.551 91.34C309.423 182.795 202.705 182.934 143.487 91.34C131.985 73.55 158.87 56.192 170.36 73.966C216.986 146.084 295.222 145.821 341.678 73.966C353.006 56.442 380.226 73.282 368.551 91.34z" /> - <glyph glyph-name="futbol" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM456 192L455.997 192.282L429.933 169.541L367.254 228.041L383.7080000000001 312.396L418.011 309.324C393.122 343.54 358.007 369.413 317.302 382.4650000000001L330.9530000000001 350.526L256 309L181.047 350.525L194.698 382.464C154.067 369.436 118.918 343.594 93.989 309.323L128.554 312.396L144.746 228.041L82.068 169.541L56.004 192.282L56.001 192C56.001 148.985 69.498 108.048 94.473 74.009L102.177 107.906L187.315 97.459L223.616 19.633L193.714 1.847C233.916 -11.275 278.004 -11.301 318.286 1.847L288.384 19.633L324.685 97.4590000000001L409.823 107.9060000000001L417.527 74.0090000000001C442.503 108.048 456 148.985 456 192zM207.898 122.429L178.004 213.741L256 270.2680000000001L333.996 213.741L304.374 122.429H207.898z" /> - <glyph glyph-name="gamepad" - unicode="" - horiz-adv-x="640" d=" M480 352H160C71.6 352 0 280.4 0 192S71.6 32 160 32C204.8 32 245.2 50.4 274.2 80H365.7C394.7 50.4 435.2 32 479.9 32C568.3 32 639.9 103.6 639.9 192S568.4 352 480 352zM256 172C256 165.4 250.6 160 244 160H192V108C192 101.4 186.6 96 180 96H140C133.4 96 128 101.4 128 108V160H76C69.4 160 64 165.4 64 172V212C64 218.6 69.4 224 76 224H128V276C128 282.6 133.4 288 140 288H180C186.6 288 192 282.6 192 276V224H244C250.6 224 256 218.6 256 212V172zM440 104C413.5 104 392 125.5 392 152S413.5 200 440 200S488 178.5 488 152S466.5 104 440 104zM520 184C493.5 184 472 205.5 472 232S493.5 280 520 280S568 258.5 568 232S546.5 184 520 184z" /> - <glyph glyph-name="gavel" - unicode="" - horiz-adv-x="512" d=" M504.971 248.638L482.344 271.265C472.971 280.6380000000001 457.775 280.6380000000001 448.403 271.265L442.7460000000001 265.608L329.608 378.745L335.265 384.402C344.638 393.775 344.638 408.971 335.265 418.343L312.638 440.971C303.265 450.344 288.069 450.344 278.697 440.971L154.246 316.52C144.873 307.1470000000001 144.873 291.951 154.246 282.579L176.873 259.952C186.246 250.579 201.442 250.579 210.814 259.952L216.471 265.6090000000001L256.069 226.011L175.029 144.971L169.372 150.628C156.875 163.125 136.614 163.125 124.117 150.628L9.373 35.882C-3.124 23.385 -3.124 3.124 9.373 -9.373L54.628 -54.628C67.125 -67.125 87.386 -67.125 99.883 -54.628L214.628 60.117C227.125 72.614 227.125 92.875 214.628 105.372L208.971 111.029L290.011 192.069L329.6090000000001 152.471L323.9520000000001 146.814C314.5790000000001 137.441 314.5790000000001 122.245 323.9520000000001 112.8730000000001L346.5790000000001 90.246C355.9520000000001 80.8730000000001 371.1480000000001 80.8730000000001 380.5200000000001 90.246L504.9710000000001 214.697C514.3430000000001 224.069 514.3430000000001 239.2650000000001 504.9710000000001 248.6380000000001z" /> - <glyph glyph-name="gem" - unicode="" - horiz-adv-x="576" d=" M485.5 448L576 288H474.9L405.7 448H485.5zM357.5 448L426.7 288H149.3L218.5 448H357.5zM90.5 448H170.3L101.1 288H0L90.5 448zM0 256H100.7L223.7 4.3C225.2 1.2 221 -1.6 218.7 1L0 256zM148.2 256H427.8L290.8 -62.2C289.8 -64.6 286.3 -64.6 285.3 -62.2L148.2 256zM352.3 4.3L475.3 256H576L357.3 1.1C355 -1.6 350.8 1.2 352.3 4.3z" /> - <glyph glyph-name="genderless" - unicode="" - horiz-adv-x="288" d=" M144 272C188.1 272 224 236.1 224 192S188.1 112 144 112S64 147.9 64 192S99.9 272 144 272M144 336C64.5 336 0 271.5 0 192S64.5 48 144 48S288 112.5 288 192S223.5 336 144 336z" /> - <glyph glyph-name="gift" - unicode="" - horiz-adv-x="512" d=" M488 256H423.488C438.7200000000001 272.997 448 295.434 448 320C448 372.935 404.935 416 352 416C310.003 416 283.258 395.307 256.008 361.85C226.671 397.808 199.613 416 160 416C107.065 416 64 372.935 64 320C64 295.434 73.28 272.997 88.512 256H24C10.745 256 0 245.255 0 232V152C0 138.745 10.745 128 24 128H32V16C32 -10.51 53.49 -32 80 -32H432C458.51 -32 480 -10.51 480 16V128H488C501.255 128 512 138.745 512 152V232C512 245.255 501.255 256 488 256zM280 288C304 344 335.324 352 352 352C369.645 352 384 337.645 384 320S369.645 288 352 288H280zM160 352C176.676 352 208 344 232 288H160C142.355 288 128 302.355 128 320S142.355 352 160 352zM208 224H304V40C304 26.745 293.255 16 280 16H232C218.745 16 208 26.745 208 40V224z" /> - <glyph glyph-name="glass-martini" - unicode="" - horiz-adv-x="512" d=" M507.3 420.7C517.3 430.7 510.2 448 496 448H16C1.8 448 -5.4 430.8 4.7 420.7L216 209.4V-24H124C108.5 -24 96 -36.5 96 -52C96 -58.6 101.4 -64 108 -64H404C410.6 -64 416 -58.6 416 -52C416 -36.5 403.5 -24 388 -24H296V209.4L507.3 420.7z" /> - <glyph glyph-name="globe" - unicode="" - horiz-adv-x="512" d=" M364.215 256H495.645C501.084 235.581 503.999 214.132 503.999 192S501.0839999999999 148.419 495.645 128H364.215C369.369 171.049 369.154 214.746 364.215 256zM185.214 96C195.892 42.32 218.387 -16.514 255.339 -55.992C255.56 -55.9929999999999 255.779 -55.9999999999999 256 -55.9999999999999S256.44 -55.992 256.661 -55.992C293.673 -16.449 316.128 42.422 326.786 96H185.214zM359.344 288H484.729C452.802 363.976 384.128 420.695 300.95 435.925C331.188 392.805 349.771 339.593 359.344 288zM331.994 256H180.006C174.667 214.086 174.661 169.963 180.006 128H331.995C337.334 169.915 337.3400000000001 214.037 331.9940000000001 256zM152.656 96H27.271C59.197 20.024 127.871 -36.695 211.049 -51.925C180.803 -8.789 162.226 44.425 152.656 96zM359.344 96C349.769 44.395 331.181 -8.814 300.95 -51.925C384.128 -36.695 452.802 20.024 484.728 96H359.344zM326.786 288C316.108 341.68 293.612 400.514 256.661 439.992C256.44 439.992 256.221 440 256 440S255.56 439.992 255.339 439.992C218.327 400.449 195.872 341.578 185.214 288H326.786zM16.355 256C10.915 235.581 8 214.132 8 192S10.915 148.419 16.355 128H147.785C142.846 169.254 142.631 212.951 147.785 256H16.355zM152.656 288C162.231 339.602 180.817 392.81 211.05 435.925C127.872 420.695 59.198 363.976 27.271 288H152.656z" /> - <glyph glyph-name="golf-ball" - unicode="" - horiz-adv-x="416" d=" M96 32H320C320 14.3 305.7 0 288 0H272C254.3 0 240 -14.3 240 -32V-52C240 -58.6 234.6 -64 228 -64H188C181.4 -64 176 -58.6 176 -52V-32C176 -14.3 161.7 0 144 0H128C110.3 0 96 14.3 96 32zM416 240C416 165.8 377 100.8 318.5 64H97.5C39 100.8 0 165.8 0 240C0 354.9 93.1 448 208 448S416 354.9 416 240zM235.9 196.1C254.2 196.1 269 210.9 269 229.2C269 243.6 259.7 255.5 246.9 260.1C256.5 233.3 231.3 208.8 205 218.2C209.6 205.4 221.5 196.1 235.9 196.1zM285 149.2C285 163.6 275.7 175.5 262.9 180.1C272.5 153.3 247.3 128.8 221 138.2C225.6 125.4 237.5 116.1 251.9 116.1C270.2 116.1 285 131 285 149.2zM349 213.2C349 227.6 339.7 239.5 326.9 244.1C336.5 217.3 311.3 192.8 285 202.2C289.6 189.4 301.5 180.1 315.9 180.1C334.2 180.1 349 195 349 213.2z" /> - <glyph glyph-name="graduation-cap" - unicode="" - horiz-adv-x="640" d=" M622.884 248.995L347.067 163.895A96 96 0 0 0 292.933 163.895L92.398 225.768C83.834 214.33 81.38 202.718 80.48 187.433C89.778 181.835 96 171.645 96 160C96 148.048 89.443 137.634 79.735 132.139L95.932 9.043C96.562 4.257 92.832 0 88 0H40C35.172 0 31.438 4.253 32.068 9.044L48.265 132.14C38.557 137.634 32 148.048 32 160C32 172.034 38.646 182.511 48.465 187.976C49.412 205.927 52.439 221.207 60.617 235.573L17.115 248.995C-5.761 255.796 -5.651 288.236 17.115 295.005L292.932 380.105A96 96 0 0 0 347.0660000000001 380.105L622.883 295.005C645.76 288.204 645.6500000000001 255.764 622.884 248.995zM356.503 133.318L356.296 133.254L356.089 133.193A127.99799999999999 127.99799999999999 0 0 0 283.912 133.193L283.705 133.254L283.498 133.318L132.584 179.888L120 96C120 60.654 209.543 32 320 32S520 60.654 520 96L507.417 179.888L356.503 133.3180000000001z" /> - <glyph glyph-name="h-square" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.51 426.51 -32 400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368zM336 320H304C295.163 320 288 312.837 288 304V224H160V304C160 312.837 152.837 320 144 320H112C103.163 320 96 312.837 96 304V80C96 71.163 103.163 64 112 64H144C152.837 64 160 71.163 160 80V160H288V80C288 71.163 295.163 64 304 64H336C344.837 64 352 71.163 352 80V304C352 312.837 344.837 320 336 320z" /> - <glyph glyph-name="hand-lizard" - unicode="" - horiz-adv-x="576" d=" M384 -32H576V84.222A95.998 95.998 0 0 1 561.167 135.485L398.127 393.632A48 48 0 0 1 357.544 416H24C10.745 416 0 405.255 0 392V376C0 345.072 25.072 320 56 320H285.981C298.825 320 307.537 306.933 302.596 295.077L281.186 243.692A32 32 0 0 0 251.648 224H128C92.654 224 64 195.346 64 160V152C64 138.745 74.745 128 88 128H235.406A47.995 47.995 0 0 0 261.098 120.545L372.846 49.734A24.001000000000005 24.001000000000005 0 0 0 384 29.461V-32z" /> - <glyph glyph-name="hand-paper" - unicode="" - horiz-adv-x="448" d=" M408.781 319.993C386.356 320.4220000000001 368 301.64 368 279.2100000000001V192H360V368.21C360 390.64 341.644 409.4220000000001 319.219 408.993C297.488 408.577 280 390.831 280 369V192H272V407.21C272 429.64 253.644 448.4220000000001 231.219 447.993C209.488 447.577 192 429.831 192 408V192H184V367.21C184 389.64 165.644 408.4220000000001 143.219 407.993C121.488 407.577 104 389.831 104 368V132.0080000000001L72.352 175.5270000000001C59.359 193.393 34.343 197.3440000000001 16.475 184.35C-1.39 171.356 -5.34 146.34 7.653 128.473L133.254 -44.232A48 48 0 0 1 172.073 -64H369.663C391.937 -64 411.2850000000001 -48.676 416.387 -26.994L442.895 85.6659999999999A192.011 192.011 0 0 1 447.999 129.641V280C448 301.831 430.512 319.577 408.781 319.993z" /> - <glyph glyph-name="hand-peace" - unicode="" - horiz-adv-x="448" d=" M408 232C385.908 232 368 214.091 368 192H360V224C360 246.091 342.092 264 320 264S280 246.091 280 224V192H272V400C272 426.51 250.51 448 224 448S176 426.51 176 400V192H162.428L92.688 369.551C82.994 394.226 55.134 406.37 30.461 396.676C5.787 386.983 -6.356 359.123 3.337 334.449L78.102 144.107L47.012 119.235C31.631 106.929 27.497 85.257 37.271 68.1539999999999L101.271 -43.8460000000001A39.998 39.998 0 0 1 136 -64H376C394.562 -64 410.686 -51.23 414.937 -33.162L446.937 102.838A39.97 39.97 0 0 1 448 112V192C448 214.091 430.092 232 408 232z" /> - <glyph glyph-name="hand-point-down" - unicode="" - horiz-adv-x="384" d=" M91.826 -19.2V130.034C83.578 124.193 75.268 119.464 66.908 115.881C35.098 102.248 -0.014 125.778 0 160C0.008 178.616 10.897 192.203 29.092 200C57.378 212.122 93.421 278.648 106.415 307.534C114.371 325.391 131.894 335.987 150.26 335.998L150.261 336H321.7870000000001C333.5990000000001 336 343.6840000000001 327.404 345.49 315.731C352.74 268.894 383.973 253.971 383.805 192C383.798 189.276 384 178.746 384 176C384 125.346 361.878 94.426 312.737 103.4C303.44 84.803 273.251 72.662 250.422 86.95C229.245 62.305 196.526 64.311 179.478 80.651V-19.2C179.478 -43.35 159.277 -64 135.652 -64C112.369 -64 91.826 -42.65 91.826 -19.2zM112 376V424C112 437.255 122.745 448 136 448H328C341.255 448 352 437.255 352 424V376C352 362.745 341.255 352 328 352H136C122.745 352 112 362.745 112 376zM324 400C324 411.046 315.046 420 304 420S284 411.046 284 400S292.954 380 304 380S324 388.954 324 400z" /> - <glyph glyph-name="hand-point-left" - unicode="" - horiz-adv-x="512" d=" M44.8 292.174H194.034C188.193 300.4220000000001 183.464 308.732 179.881 317.092C166.248 348.902 189.778 384.014 224 384C242.616 383.992 256.203 373.103 264 354.908C276.122 326.622 342.648 290.579 371.534 277.5850000000001C389.391 269.629 399.987 252.106 399.998 233.74L400 233.739V62.213C400 50.401 391.404 40.316 379.731 38.51C332.894 31.26 317.971 0.027 256 0.195C253.276 0.202 242.746 0 240 0C189.346 0 158.426 22.122 167.4 71.263C148.803 80.5600000000001 136.662 110.749 150.95 133.578C126.305 154.7550000000001 128.311 187.4740000000001 144.651 204.5220000000001H44.8C20.65 204.5220000000001 0 224.7230000000001 0 248.3480000000001C0 271.6310000000001 21.35 292.1740000000001 44.8 292.1740000000001zM440 272H488C501.255 272 512 261.255 512 248V56C512 42.745 501.255 32 488 32H440C426.745 32 416 42.745 416 56V248C416 261.255 426.745 272 440 272zM464 60C475.046 60 484 68.954 484 80S475.046 100 464 100S444 91.046 444 80S452.954 60 464 60z" /> - <glyph glyph-name="hand-point-right" - unicode="" - horiz-adv-x="512" d=" M512 248.348C512 224.723 491.35 204.522 467.2 204.522H367.349C383.689 187.4740000000001 385.695 154.756 361.05 133.578C375.338 110.749 363.197 80.561 344.6 71.263C353.574 22.122 322.654 0 272 0C269.254 0 258.724 0.203 256 0.195C194.029 0.027 179.106 31.26 132.269 38.51C120.596 40.317 112 50.401 112 62.214V233.739L112.002 233.74C112.013 252.106 122.609 269.629 140.466 277.5850000000001C169.352 290.579 235.879 326.623 248 354.908C255.797 373.102 269.384 383.992 288 384C322.222 384.014 345.752 348.902 332.1190000000001 317.092C328.536 308.733 323.807 300.422 317.966 292.174H467.2C490.65 292.174 512 271.631 512 248.348zM96 248V56C96 42.745 85.255 32 72 32H24C10.745 32 0 42.745 0 56V248C0 261.255 10.745 272 24 272H72C85.255 272 96 261.255 96 248zM68 80C68 91.046 59.046 100 48 100S28 91.046 28 80S36.954 60 48 60S68 68.954 68 80z" /> - <glyph glyph-name="hand-point-up" - unicode="" - horiz-adv-x="384" d=" M135.652 448C159.277 448 179.478 427.35 179.478 403.2V303.349C196.526 319.689 229.244 321.695 250.422 297.05C273.251 311.338 303.439 299.197 312.737 280.6C361.878 289.574 384 258.654 384 208C384 205.254 383.7970000000001 194.724 383.805 192C383.973 130.029 352.74 115.106 345.49 68.269C343.683 56.596 333.599 48 321.786 48H150.261L150.26 48.002C131.894 48.013 114.371 58.609 106.415 76.466C93.421 105.352 57.377 171.878 29.092 184C10.897 191.797 0.008 205.384 0 224C-0.014 258.222 35.098 281.752 66.908 268.1190000000001C75.267 264.536 83.578 259.807 91.826 253.966V403.2C91.826 426.65 112.369 448 135.652 448zM136 32H328C341.255 32 352 21.255 352 8V-40C352 -53.255 341.255 -64 328 -64H136C122.745 -64 112 -53.255 112 -40V8C112 21.255 122.745 32 136 32zM304 4C292.954 4 284 -4.954 284 -16S292.954 -36 304 -36S324 -27.046 324 -16S315.046 4 304 4z" /> - <glyph glyph-name="hand-pointer" - unicode="" - horiz-adv-x="448" d=" M448 208V112C448 108.916 447.644 105.841 446.937 102.838L414.937 -33.162C410.686 -51.23 394.562 -64 376 -64H168A40.004 40.004 0 0 0 135.65 -47.527L7.653 128.473C-5.34 146.339 -1.39 171.356 16.475 184.349C34.342 197.343 59.359 193.392 72.352 175.526L104 132.008V408C104 430.091 121.908 448 144 448S184 430.091 184 408V208H192V248C192 270.091 209.908 288 232 288S272 270.091 272 248V208H280V232C280 254.091 297.908 272 320 272S360 254.091 360 232V208H368C368 230.091 385.908 248 408 248S448 230.091 448 208zM192 128H184V32H192V128zM280 128H272V32H280V128zM368 128H360V32H368V128z" /> - <glyph glyph-name="hand-rock" - unicode="" - horiz-adv-x="512" d=" M512 319.2100000000001C512 345.5320000000001 491.139 367.554 464.82 367.993C437.935 368.442 416 346.783 416 320H408V351.21C408 377.532 387.139 399.554 360.82 399.993C333.935 400.442 312 378.783 312 352V320H304V367.21C304 393.532 283.139 415.554 256.82 415.993C229.935 416.442 208 394.783 208 368V320H200V351.21C200 377.532 179.139 399.554 152.82 399.993C125.935 400.442 104 378.783 104 352V216L96 223.111V271.2100000000001C96 297.5320000000001 75.139 319.554 48.82 319.993C21.935 320.442 0 298.783 0 272V205.555A95.998 95.998 0 0 1 32.221 133.804L143.889 34.543A47.999 47.999 0 0 0 160 -1.333V-8C160 -21.255 170.745 -32 184 -32H424C437.255 -32 448 -21.255 448 -8V-5.079A96.01 96.01 0 0 0 455.523 32.175L504.477 148.44A96.002 96.002 0 0 1 512 185.694V319.2100000000001z" /> - <glyph glyph-name="hand-scissors" - unicode="" - horiz-adv-x="512" d=" M216 8C216 30.092 233.909 48 256 48V56H224C201.909 56 184 73.908 184 96S201.909 136 224 136H256V144H48C21.49 144 0 165.49 0 192S21.49 240 48 240H256V253.572L78.449 323.312C53.775 333.006 41.631 360.867 51.324 385.54C61.017 410.214 88.878 422.357 113.552 412.664L303.894 337.899L328.766 368.9890000000001C341.072 384.37 362.7440000000001 388.504 379.8470000000001 378.73L491.847 314.73A40.002 40.002 0 0 0 512 280V40C512 21.438 499.23 5.314 481.162 1.063L345.162 -30.937A39.982 39.982 0 0 0 336 -32H256C233.909 -32 216 -14.092 216 8z" /> - <glyph glyph-name="hand-spock" - unicode="" - horiz-adv-x="512" d=" M10.872 131.415C26.011 147.501 51.326 148.269 67.415 133.1280000000001L128 76.107V155.5120000000001L88.995 327.135C84.099 348.677 97.593 370.1090000000001 119.135 375.005C140.684 379.899 162.11 366.406 167.005 344.8640000000001L201.747 192H211.58L164.016 399.034C159.07 420.565 172.514 442.028 194.044 446.974C215.576 451.924 237.038 438.476 241.984 416.9460000000001L293.664 192H308.769L357.194 385.702C362.5510000000001 407.134 384.269 420.164 405.701 414.806C427.1330000000001 409.448 440.1640000000001 387.731 434.805 366.299L391.231 192H402.311L433.079 321.265C438.196 342.756 459.764 356.033 481.256 350.912C502.747 345.795 516.021 324.226 510.903 302.735L474.611 150.268A96.02400000000002 96.02400000000002 0 0 1 472 128.033V85.931A96.002 96.002 0 0 0 468.04 58.6440000000001L441.8660000000001 -29.6429999999999C435.825 -50.022 417.101 -64 395.846 -64H179.172A48.00200000000001 48.00200000000001 0 0 0 146.274 -50.954L12.585 74.872C-3.502 90.013 -4.268 115.328 10.872 131.415z" /> - <glyph glyph-name="handshake" - unicode="" - horiz-adv-x="640" d=" M72 336H24C10.745 336 0 325.255 0 312V104C0 90.745 10.745 80 24 80H72C85.255 80 96 90.745 96 104V312C96 325.255 85.255 336 72 336zM48 108C36.954 108 28 116.954 28 128S36.954 148 48 148S68 139.046 68 128S59.046 108 48 108zM616 336H568C554.745 336 544 325.255 544 312V104C544 90.745 554.745 80 568 80H616C629.255 80 640 90.745 640 104V312C640 325.255 629.255 336 616 336zM592 108C580.954 108 572 116.954 572 128S580.954 148 592 148S612 139.046 612 128S603.046 108 592 108zM485.94 355.33L528 307.26V128H508.83C509.39 142.96 504.45 156.98 494.83 167.71L413.91 266.62C416.84 269.82 416.67 274.78 413.53 277.78C410.71 280.48 406.45 280.7 403.39 278.54C402.97 278.24 343.04 215.61 343.04 215.61L342.84 215.4C318.936 188.495 276.713 189.196 253.69 216.8199999999999C238.21 235.3999999999999 238.4 262.2099999999999 254.14 280.58L320.7099999999999 358.25C334.304 374.12 354.534 384 376.7 384H422.75A83.98 83.98 0 0 0 485.94 355.33zM482.57 157.41C498.03 140.63 495.16 113.5800000000001 480.2 99.66C462.489 83.198 437.767 86.656 434.27 90.46C435.923 74.802 412.881 43.211 377.85 45.78C371.525 24.595 345.552 6.871 318.67 16.17C308.45 5.96 292.85 1.2 278.86 1.2C250.17 1.2 223.94 13.19 206.28 32L112 128V312.48L173.36 363.05A71.52 71.52 0 0 0 223.93 384H261.35C278.0800000000001 384 294.0300000000001 377.16 305.56 365.15L241.99 290.99C221.15 266.68 220.9 231.18 241.4 206.57C270.775 171.323 324.4070000000001 170.717 354.7100000000001 204.65L402.82 255L482.57 157.41z" /> - <glyph glyph-name="hashtag" - unicode="" - horiz-adv-x="448" d=" M440.667 265.891L447.81 305.891C449.123 313.246 443.468 320 435.997 320H361.187L375.81 401.891C377.123 409.246 371.468 416 363.997 416H323.365A12 12 0 0 1 311.552 406.109L296.175 320H197.54L212.163 401.891C213.477 409.246 207.822 416 200.35 416H159.718A12 12 0 0 1 147.905 406.109L132.528 320H53.432A12 12 0 0 1 41.619 310.1090000000001L34.476 270.1090000000001C33.163 262.754 38.818 256 46.289 256H121.099L98.242 128H19.146A12 12 0 0 1 7.333 118.109L0.19 78.109C-1.123 70.754 4.532 64 12.003 64H86.813L72.19 -17.891C70.877 -25.246 76.532 -32 84.003 -32H124.635A12 12 0 0 1 136.448 -22.109L151.826 64H250.46L235.837 -17.891C234.523 -25.246 240.178 -32 247.65 -32H288.282A12 12 0 0 1 300.095 -22.109L315.472 64H394.568A12 12 0 0 1 406.381 73.891L413.524 113.891C414.837 121.2460000000001 409.182 128 401.711 128H326.901L349.7579999999999 256H428.854A12 12 0 0 1 440.6669999999999 265.891zM261.889 128H163.255L186.112 256H284.746L261.889 128z" /> - <glyph glyph-name="hdd" - unicode="" - horiz-adv-x="576" d=" M576 144V48C576 21.49 554.51 0 528 0H48C21.49 0 0 21.49 0 48V144C0 170.51 21.49 192 48 192H528C554.51 192 576 170.51 576 144zM528 224A79.557 79.557 0 0 0 558.777 217.835L462.25 362.626A48.003 48.003 0 0 1 422.311 384H153.689A48 48 0 0 1 113.751 362.626L17.223 217.835A79.557 79.557 0 0 0 48 224H528zM480 128C462.327 128 448 113.673 448 96S462.327 64 480 64S512 78.327 512 96S497.673 128 480 128zM384 128C366.327 128 352 113.673 352 96S366.327 64 384 64S416 78.327 416 96S401.673 128 384 128z" /> - <glyph glyph-name="heading" - unicode="" - horiz-adv-x="512" d=" M496 368V400C496 408.837 488.837 416 480 416H320C311.163 416 304 408.837 304 400V368C304 359.163 311.163 352 320 352H357.621V224H154.379V352H192C200.837 352 208 359.163 208 368V400C208 408.837 200.837 416 192 416H32C23.163 416 16 408.837 16 400V368C16 359.163 23.163 352 32 352H69.275V32H32C23.163 32 16 24.837 16 16V-16C16 -24.837 23.163 -32 32 -32H192C200.837 -32 208 -24.837 208 -16V16C208 24.837 200.837 32 192 32H154.379V160H357.62V32H320C311.163 32 304 24.837 304 16V-16C304 -24.837 311.163 -32 320 -32H480C488.837 -32 496 -24.837 496 -16V16C496 24.837 488.837 32 480 32H442.725V352H480C488.837 352 496 359.163 496 368z" /> - <glyph glyph-name="headphones" - unicode="" - horiz-adv-x="512" d=" M256 416C114.52 416 0 301.504 0 160V112A32 32 0 0 1 17.689 83.378L32.072 76.187C34.083 16.097 83.421 -32 144 -32H168C181.255 -32 192 -21.255 192 -8V168C192 181.255 181.255 192 168 192H144C112.658 192 84.329 179.121 64 158.373V160C64 265.8690000000001 150.131 352 256 352S448 265.8690000000001 448 160V158.373C427.671 179.121 399.342 192 368 192H344C330.745 192 320 181.255 320 168V-8C320 -21.255 330.745 -32 344 -32H368C428.579 -32 477.917 16.098 479.928 76.187L494.31 83.378A32 32 0 0 1 512 112V160C512 301.4790000000001 397.504 416 256 416z" /> - <glyph glyph-name="heart" - unicode="" - horiz-adv-x="576" d=" M414.9 424C361.8 424 312 382.3 288 358.7C264 382.3 214.2 424 161.1 424C70.3 424 16 371.1 16 282.5C16 209.9 82.8 149.2 85.2 147.1L272.2 -33.7C281 -42.2 295 -42.2 303.8 -33.7L490.5 146.5C493.2 149.2 560 210 560 282.5C560 371.1 505.7 424 414.9 424z" /> - <glyph glyph-name="heartbeat" - unicode="" - horiz-adv-x="512" d=" M320.2 204.2L270.5 104.8C264.5 92.6999999999999 247.1 93.1 241.6 105.4L184.7 231.7L154.7 160H60.6L243.1 -26.5C250.2 -33.8 261.7 -33.8 268.8 -26.5L451.4 160H342.3L320.2 204.2zM473.7 374.1L471.3 376.6C419.8 429.2 335.5 429.2 283.9 376.6L256 348L228.1 376.5C176.6 429.2 92.2 429.2 40.7 376.5L38.3 374.1C-10.4 324.3 -12.5 245 31 192H133.4L169.3 278.2C174.7 291.1 192.9 291.4 198.7 278.6L256.9000000000001 149.3L305.9000000000001 247.2C311.8 259 328.6 259 334.5000000000001 247.2L362.1000000000001 192H481C524.5 245 522.4 324.3 473.7 374.0999999999999z" /> - <glyph glyph-name="history" - unicode="" - horiz-adv-x="512" d=" M504 192.469C504.253 55.829 392.82 -55.903 256.18 -55.999C197.165 -56.041 142.957 -35.469 100.358 -1.088C89.281 7.852 88.453 24.453 98.519 34.519L109.786 45.786C118.395 54.395 132.139 55.337 141.677 47.77C173.062 22.865 212.781 8 256 8C357.705 8 440 90.311 440 192C440 293.705 357.689 376 256 376C207.186 376 162.851 357.031 129.932 326.068L180.686 275.314C190.766 265.234 183.627 248 169.373 248H24C15.163 248 8 255.163 8 264V409.373C8 423.627 25.234 430.766 35.314 420.687L84.686 371.315C129.209 413.864 189.552 440 256 440C392.81 440 503.747 329.2200000000001 504 192.469zM323.088 113.685L332.911 126.315C341.0489999999999 136.778 339.164 151.857 328.701 159.994L288 191.651V296C288 309.255 277.255 320 264 320H248C234.745 320 224 309.255 224 296V160.349L289.409 109.475C299.872 101.338 314.95 103.222 323.088 113.685z" /> - <glyph glyph-name="hockey-puck" - unicode="" - horiz-adv-x="512" d=" M0 288C0 341 114.6 384 256 384S512 341 512 288S397.4 192 256 192S0 235 0 288zM0 205.8V96C0 43 114.6 0 256 0S512 43 512 96V205.8C398.6 123.5 113.5 123.4 0 205.8z" /> - <glyph glyph-name="home" - unicode="" - horiz-adv-x="576" d=" M488 135.3V-8C488 -21.3 477.3 -32 464 -32H348C341.4 -32 336 -26.6 336 -20V92C336 98.6 330.6 104 324 104H252C245.4 104 240 98.6 240 92V-20C240 -26.6 234.6 -32 228 -32H112C98.7 -32 88 -21.3 88 -8V135.3C88 138.9 89.6 142.3 92.4 144.6L280.4 299.4000000000001C284.8 303 291.2 303 295.7 299.4000000000001L483.7 144.6C486.4 142.3 488 138.9 488 135.3zM571.6 196.2L488 265.1V403.6C488 410.2 482.6 415.6 476 415.6H420C413.4 415.6 408 410.2 408 403.6V331L318.5 404.7C300.8 419.3 275.2 419.3 257.5 404.7L4.4 196.2C-0.7 192 -1.4 184.4 2.8 179.3L28.3 148.3C32.5 143.2 40.1 142.5 45.2 146.7L280.4 340.4C284.8 344 291.2 344 295.7 340.4L530.9 146.7C536 142.5 543.6 143.2 547.8 148.3L573.3 179.3C577.5 184.5 576.6999999999999 192 571.5999999999999 196.2z" /> - <glyph glyph-name="hospital-symbol" - unicode="" - horiz-adv-x="512" d=" M256 448C114.6 448 0 333.4 0 192S114.6 -64 256 -64S512 50.6 512 192S397.4 448 256 448zM368 72C368 67.6 364.4 64 360 64H312C307.6 64 304 67.6 304 72V160H208V72C208 67.6 204.4 64 200 64H152C147.6 64 144 67.6 144 72V312C144 316.4 147.6 320 152 320H200C204.4 320 208 316.4 208 312V224H304V312C304 316.4 307.6 320 312 320H360C364.4 320 368 316.4 368 312V72z" /> - <glyph glyph-name="hospital" - unicode="" - horiz-adv-x="448" d=" M448 -44V-64H0V-44C0 -37.373 5.373 -32 12 -32H32V328C32 341.255 42.745 352 56 352H144V424C144 437.255 154.745 448 168 448H280C293.255 448 304 437.255 304 424V352H392C405.255 352 416 341.255 416 328V-32H436C442.627 -32 448 -37.373 448 -44zM308 256H268C261.373 256 256 250.627 256 244V204C256 197.373 261.373 192 268 192H308C314.627 192 320 197.373 320 204V244C320 250.627 314.627 256 308 256zM140 192H180C186.627 192 192 197.373 192 204V244C192 250.627 186.627 256 180 256H140C133.373 256 128 250.627 128 244V204C128 197.373 133.373 192 140 192zM244 64H204C197.373 64 192 58.627 192 52V-32H256V52C256 58.627 250.627 64 244 64zM308 160H268C261.373 160 256 154.627 256 148V108C256 101.373 261.373 96 268 96H308C314.627 96 320 101.373 320 108V148C320 154.627 314.627 160 308 160zM192 148C192 154.627 186.627 160 180 160H140C133.373 160 128 154.627 128 148V108C128 101.373 133.373 96 140 96H180C186.627 96 192 101.373 192 108V148zM182 352H208V326A6 6 0 0 1 214 320H234A6 6 0 0 1 240 326V352H266A6 6 0 0 1 272 358V378A6 6 0 0 1 266 384H240V410A6 6 0 0 1 234 416H214A6 6 0 0 1 208 410V384H182A6 6 0 0 1 176 378V358A6 6 0 0 1 182 352z" /> - <glyph glyph-name="hourglass-end" - unicode="" - horiz-adv-x="384" d=" M360 384C373.255 384 384 394.745 384 408V424C384 437.255 373.255 448 360 448H24C10.745 448 0 437.255 0 424V408C0 394.745 10.745 384 24 384C24 293.035 75.016 216.266 144.842 192C75.016 167.734 24 90.965 24 0C10.745 0 0 -10.745 0 -24V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V-24C384 -10.745 373.255 0 360 0C360 90.965 308.984 167.734 239.158 192C308.984 216.266 360 293.035 360 384zM192 240C134.213 240 88 306.5180000000001 88 384H296C296 306.055 249.49 240 192 240z" /> - <glyph glyph-name="hourglass-half" - unicode="" - horiz-adv-x="384" d=" M360 448H24C10.745 448 0 437.255 0 424V408C0 394.745 10.745 384 24 384C24 293.035 75.016 216.266 144.842 192C75.016 167.734 24 90.965 24 0C10.745 0 0 -10.745 0 -24V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V-24C384 -10.745 373.255 0 360 0C360 90.965 308.984 167.734 239.158 192C308.984 216.266 360 293.035 360 384C373.255 384 384 394.745 384 408V424C384 437.255 373.255 448 360 448zM284.9220000000001 64H99.08C116.139 110.797 151.176 144 192 144C232.821 144 267.862 110.804 284.9220000000001 64zM284.9410000000001 320H99.078C91.988 339.452 88 361.252 88 384H296C296 361.195 292.013 339.413 284.941 320z" /> - <glyph glyph-name="hourglass-start" - unicode="" - horiz-adv-x="384" d=" M360 448H24C10.745 448 0 437.255 0 424V408C0 394.745 10.745 384 24 384C24 293.035 75.016 216.266 144.842 192C75.016 167.734 24 90.965 24 0C10.745 0 0 -10.745 0 -24V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V-24C384 -10.745 373.255 0 360 0C360 90.965 308.984 167.734 239.158 192C308.984 216.266 360 293.035 360 384C373.255 384 384 394.745 384 408V424C384 437.255 373.255 448 360 448zM296 0H88C88 77.458 134.204 144 192 144C249.786 144 296 77.483 296 0z" /> - <glyph glyph-name="hourglass" - unicode="" - horiz-adv-x="384" d=" M360 384C373.255 384 384 394.745 384 408V424C384 437.255 373.255 448 360 448H24C10.745 448 0 437.255 0 424V408C0 394.745 10.745 384 24 384C24 293.035 75.016 216.266 144.842 192C75.016 167.734 24 90.965 24 0C10.745 0 0 -10.745 0 -24V-40C0 -53.255 10.745 -64 24 -64H360C373.255 -64 384 -53.255 384 -40V-24C384 -10.745 373.255 0 360 0C360 90.965 308.984 167.734 239.158 192C308.984 216.266 360 293.035 360 384z" /> - <glyph glyph-name="i-cursor" - unicode="" - horiz-adv-x="256" d=" M256 395.952V435.935C256 442.504 250.726 447.852 244.158 447.9340000000001C211.621 448.344 166.469 447.989 128 410.041C90.266 447.264 46.979 448.114 11.913 447.886C5.318 447.843 0 442.481 0 435.886V396.241C0 389.554 5.458 384.163 12.145 384.243C38.111 384.553 96 380.757 96 335.818V224H60C53.373 224 48 218.627 48 212V172C48 165.373 53.373 160 60 160H96V48C96 3.068 39.925 -0.031 12.05 0.041C5.404 0.058 0 -5.306 0 -11.952V-51.935C0 -58.504 5.274 -63.852 11.842 -63.934C44.379 -64.3430000000001 89.531 -63.988 128 -26.04C165.734 -63.263 209.021 -64.1130000000001 244.087 -63.885C250.682 -63.842 256 -58.48 256 -51.885V-12.24C256 -5.553 250.542 -0.162 243.855 -0.242C217.889 -0.553 160 3.061 160 48V160H196C202.627 160 208 165.373 208 172V212C208 218.627 202.627 224 196 224H160V335.818C160 380.75 216.075 384.031 243.95 383.9600000000001C250.596 383.942 256 389.3060000000001 256 395.952z" /> - <glyph glyph-name="id-badge" - unicode="" - horiz-adv-x="384" d=" M336 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V400C384 426.51 362.51 448 336 448zM128 404C128 410.627 133.373 416 140 416H244C250.627 416 256 410.627 256 404V396C256 389.373 250.627 384 244 384H140C133.373 384 128 389.373 128 396V404zM192 288C236.183 288 272 252.183 272 208S236.183 128 192 128S112 163.817 112 208S147.817 288 192 288zM320 56C320 42.745 309.255 32 296 32H88C74.745 32 64 42.745 64 56V74.523C64 96.549 78.99 115.7480000000001 100.358 121.09L136.014 130.004C165.115 109.072 210.523 103.059 247.984 130.004L283.64 121.09C305.01 115.7480000000001 320 96.548 320 74.523V56z" /> - <glyph glyph-name="id-card" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V336C512 362.51 490.51 384 464 384zM256 98C256 88.059 247.941 80 238 80H82C72.059 80 64 88.059 64 98V111.892C64 128.411 75.243 142.811 91.269 146.817L118.011 153.503C139.837 137.804 173.893 133.294 201.989 153.503L228.732 146.817C244.757 142.811 256 128.411 256 111.892V98zM100 212C100 245.137 126.863 272 160 272S220 245.137 220 212S193.137 152 160 152S100 178.863 100 212zM448 108C448 101.373 442.627 96 436 96H300C293.373 96 288 101.373 288 108V116C288 122.627 293.373 128 300 128H436C442.627 128 448 122.627 448 116V108zM448 172C448 165.373 442.627 160 436 160H300C293.373 160 288 165.373 288 172V180C288 186.627 293.373 192 300 192H436C442.627 192 448 186.627 448 180V172zM448 236C448 229.373 442.627 224 436 224H300C293.373 224 288 229.373 288 236V244C288 250.627 293.373 256 300 256H436C442.627 256 448 250.627 448 244V236zM480 332C480 325.373 474.627 320 468 320H44C37.373 320 32 325.373 32 332V340C32 346.627 37.373 352 44 352H468C474.627 352 480 346.627 480 340V332z" /> - <glyph glyph-name="image" - unicode="" - horiz-adv-x="512" d=" M464 0H48C21.49 0 0 21.49 0 48V336C0 362.51 21.49 384 48 384H464C490.51 384 512 362.51 512 336V48C512 21.49 490.51 0 464 0zM112 328C81.072 328 56 302.928 56 272S81.072 216 112 216S168 241.072 168 272S142.928 328 112 328zM64 64H448V176L360.485 263.515C355.7990000000001 268.201 348.201 268.201 343.514 263.515L208 128L152.485 183.515C147.799 188.201 140.201 188.201 135.514 183.515L64 112V64z" /> - <glyph glyph-name="images" - unicode="" - horiz-adv-x="576" d=" M480 32V16C480 -10.51 458.51 -32 432 -32H48C21.49 -32 0 -10.51 0 16V272C0 298.51 21.49 320 48 320H64V112C64 67.888 99.888 32 144 32H480zM576 112V368C576 394.51 554.51 416 528 416H144C117.49 416 96 394.51 96 368V112C96 85.49 117.49 64 144 64H528C554.51 64 576 85.49 576 112zM256 320C256 293.49 234.51 272 208 272S160 293.49 160 320S181.49 368 208 368S256 346.51 256 320zM160 176L215.515 231.515C220.201 236.201 227.799 236.201 232.486 231.515L272 192L407.515 327.515C412.201 332.201 419.799 332.201 424.486 327.515L512 240V128H160V176z" /> - <glyph glyph-name="inbox" - unicode="" - horiz-adv-x="576" d=" M567.938 204.092L462.25 362.626A48.003 48.003 0 0 1 422.311 384H153.689A48 48 0 0 1 113.751 362.626L8.062 204.092A47.994 47.994 0 0 1 0 177.467V48C0 21.49 21.49 0 48 0H528C554.51 0 576 21.49 576 48V177.467A47.994 47.994 0 0 1 567.938 204.092zM162.252 320H413.749L499.082 192H376L344 128H232L200 192H76.918L162.252 320z" /> - <glyph glyph-name="indent" - unicode="" - horiz-adv-x="448" d=" M0 364V404C0 412.837 7.163 420 16 420H432C440.837 420 448 412.837 448 404V364C448 355.163 440.837 348 432 348H16C7.163 348 0 355.163 0 364zM176 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H176C167.163 292 160 284.837 160 276V236C160 227.163 167.163 220 176 220zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM176 92H432C440.837 92 448 99.163 448 108V148C448 156.837 440.837 164 432 164H176C167.163 164 160 156.837 160 148V108C160 99.163 167.163 92 176 92zM123.313 203.313L27.313 299.297C17.266 309.348 0 302.224 0 287.9840000000001V96.009C0 81.68 17.325 74.705 27.313 84.696L123.313 180.6880000000001C129.562 186.9350000000001 129.562 197.0650000000001 123.313 203.3130000000001z" /> - <glyph glyph-name="industry" - unicode="" - horiz-adv-x="512" d=" M475.115 284.219L336 195.691V263.971C336 282.887 315.069 294.37 299.115 284.219L160 195.691V392C160 405.255 149.255 416 136 416H24C10.745 416 0 405.255 0 392V-8C0 -21.255 10.745 -32 24 -32H488C501.255 -32 512 -21.255 512 -8V263.971C512 282.8880000000001 491.069 294.37 475.115 284.219z" /> - <glyph glyph-name="info-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119.043 440 8 328.9170000000001 8 192C8 55.003 119.043 -56 256 -56S504 55.003 504 192C504 328.9170000000001 392.957 440 256 440zM256 330C279.1960000000001 330 298 311.1960000000001 298 288S279.1960000000001 246 256 246S214 264.804 214 288S232.804 330 256 330zM312 76C312 69.373 306.627 64 300 64H212C205.373 64 200 69.373 200 76V100C200 106.627 205.373 112 212 112H224V176H212C205.373 176 200 181.373 200 188V212C200 218.627 205.373 224 212 224H276C282.627 224 288 218.627 288 212V112H300C306.627 112 312 106.627 312 100V76z" /> - <glyph glyph-name="info" - unicode="" - horiz-adv-x="192" d=" M20 23.771H40V168.229H20C8.954 168.229 0 177.183 0 188.229V236C0 247.046 8.954 256 20 256H132C143.046 256 152 247.046 152 236V23.771H172C183.046 23.771 192 14.817 192 3.771V-44C192 -55.046 183.046 -64 172 -64H20C8.954 -64 0 -55.046 0 -44V3.771C0 14.817 8.954 23.771 20 23.771zM96 448C56.235 448 24 415.765 24 376S56.235 304 96 304S168 336.235 168 376S135.764 448 96 448z" /> - <glyph glyph-name="italic" - unicode="" - horiz-adv-x="320" d=" M204.758 32H170.909L233.0010000000001 352H273.7260000000001A16 16 0 0 1 289.4300000000001 364.937L295.6720000000001 396.937C297.599 406.8160000000001 290.034 416 279.968 416H120.235A16 16 0 0 1 104.531 403.063L98.289 371.063C96.362 361.184 103.927 352 113.993 352H147.839L85.749 32H46.278A16 16 0 0 1 30.574 19.065L24.329 -12.935C22.402 -22.815 29.967 -32 40.034 -32H198.513A16 16 0 0 1 214.217 -19.065L220.462 12.935C222.389 22.815 214.824 32 204.758 32z" /> - <glyph glyph-name="key" - unicode="" - horiz-adv-x="512" d=" M512 271.999C512 174.797 433.202 96 336 96C324.78 96 313.81 97.062 303.173 99.069L279.161 72.055A23.999000000000002 23.999000000000002 0 0 0 261.223 64H224V24C224 10.745 213.255 0 200 0H160V-40C160 -53.255 149.255 -64 136 -64H24C10.745 -64 0 -53.255 0 -40V38.059C0 44.424 2.529 50.529 7.029 55.03L168.831 216.832C163.108 234.186 160 252.729 160 272C160 369.202 238.797 447.999 335.999 448C433.488 448.001 512 369.4890000000001 512 271.999zM336 320C336 293.49 357.49 272 384 272S432 293.49 432 320S410.51 368 384 368S336 346.51 336 320z" /> - <glyph glyph-name="keyboard" - unicode="" - horiz-adv-x="576" d=" M528 0H48C21.49 0 0 21.49 0 48V336C0 362.51 21.49 384 48 384H528C554.51 384 576 362.51 576 336V48C576 21.49 554.51 0 528 0zM128 268V308C128 314.627 122.627 320 116 320H76C69.373 320 64 314.627 64 308V268C64 261.373 69.373 256 76 256H116C122.627 256 128 261.373 128 268zM224 268V308C224 314.627 218.627 320 212 320H172C165.373 320 160 314.627 160 308V268C160 261.373 165.373 256 172 256H212C218.627 256 224 261.373 224 268zM320 268V308C320 314.627 314.627 320 308 320H268C261.373 320 256 314.627 256 308V268C256 261.373 261.373 256 268 256H308C314.627 256 320 261.373 320 268zM416 268V308C416 314.627 410.627 320 404 320H364C357.373 320 352 314.627 352 308V268C352 261.373 357.373 256 364 256H404C410.627 256 416 261.373 416 268zM512 268V308C512 314.627 506.627 320 500 320H460C453.373 320 448 314.627 448 308V268C448 261.373 453.373 256 460 256H500C506.627 256 512 261.373 512 268zM176 172V212C176 218.627 170.627 224 164 224H124C117.373 224 112 218.627 112 212V172C112 165.373 117.373 160 124 160H164C170.627 160 176 165.373 176 172zM272 172V212C272 218.627 266.627 224 260 224H220C213.373 224 208 218.627 208 212V172C208 165.373 213.373 160 220 160H260C266.627 160 272 165.373 272 172zM368 172V212C368 218.627 362.627 224 356 224H316C309.373 224 304 218.627 304 212V172C304 165.373 309.373 160 316 160H356C362.627 160 368 165.373 368 172zM464 172V212C464 218.627 458.627 224 452 224H412C405.373 224 400 218.627 400 212V172C400 165.373 405.373 160 412 160H452C458.627 160 464 165.373 464 172zM128 76V116C128 122.627 122.627 128 116 128H76C69.373 128 64 122.627 64 116V76C64 69.373 69.373 64 76 64H116C122.627 64 128 69.373 128 76zM416 76V116C416 122.627 410.627 128 404 128H172C165.373 128 160 122.627 160 116V76C160 69.373 165.373 64 172 64H404C410.627 64 416 69.373 416 76zM512 76V116C512 122.627 506.627 128 500 128H460C453.373 128 448 122.627 448 116V76C448 69.373 453.373 64 460 64H500C506.627 64 512 69.373 512 76z" /> - <glyph glyph-name="language" - unicode="" - horiz-adv-x="640" d=" M304 32H24C10.745 32 0 42.745 0 56V328C0 341.255 10.745 352 24 352H304V32zM183.324 104.622A12 12 0 0 1 194.839 96H217.702C225.922 96 231.709 104.078 229.064 111.861L171.61 280.915A12 12 0 0 1 160.248 289.054H127.759A12.001000000000001 12.001000000000001 0 0 1 116.397 280.915L58.942 111.861C56.297 104.078 62.084 96 70.304 96H93.109A12 12 0 0 1 104.644 104.693L113.762 136.5H173.973L183.324 104.622zM144.273 245.042S148.593 223.981 152.103 211.832L162.9030000000001 174.301H124.8330000000001L135.9030000000001 211.832C139.4130000000001 223.982 143.7330000000001 245.042 143.7330000000001 245.042H144.2730000000001zM616 32H336V352H616C629.255 352 640 341.255 640 328V56C640 42.745 629.255 32 616 32zM580 260H516V276C516 282.627 510.627 288 504 288H488C481.373 288 476 282.627 476 276V260H412C405.373 260 400 254.627 400 248V232C400 225.373 405.373 220 412 220H526.106C519.843 205.701 509.588 191.028 496.083 176.794C489.523 183.692 483.686 190.704 478.718 197.727C475.079 202.871 468.133 204.402 462.723 201.173L455.443 196.827L448.945 192.948C442.989 189.392 441.252 181.527 445.21 175.831C451.275 167.102 458.308 158.495 466.194 150.105C458.0719999999999 143.879 449.353 137.861 440.091 132.141C434.57 128.731 432.7099999999999 121.585 435.929 115.951L443.87 102.055C447.232 96.172 454.8049999999999 94.2289999999999 460.576 97.7789999999999C473.308 105.61 485.147 113.954 496.0189999999999 122.67C506.9359999999999 113.9089999999999 518.785 105.568 531.415 97.789C537.189 94.233 544.7679999999999 96.171 548.132 102.059L556.0759999999999 115.962C559.2889999999999 121.585 557.4459999999999 128.722 551.9409999999999 132.133A312.737 312.737 0 0 0 525.881 150.152C546.905 172.577 561.649 196.441 568.5939999999999 220.002H580C586.627 220.002 592 225.375 592 232.002V248.002C592 254.627 586.627 260 580 260z" /> - <glyph glyph-name="laptop" - unicode="" - horiz-adv-x="640" d=" M512 384V128H128V384H512M528 448H112C85.5 448 64 426.5 64 400V112C64 85.5 85.5 64 112 64H528C554.5 64 576 85.5 576 112V400C576 426.5 554.5 448 528 448zM628 32H389.5C386.5 32 384 29.9 383.6 26.9C381.2 11.7 368 0 352 0H288C272 0 258.8 11.7 256.4 26.9C255.9 29.8 253.4 32 250.5 32H12C5.4 32 0 26.6 0 20V-16C0 -42.5 21.5 -64 48 -64H592C618.5 -64 640 -42.5 640 -16V20C640 26.6 634.6 32 628 32z" /> - <glyph glyph-name="leaf" - unicode="" - horiz-adv-x="576" d=" M395.4 27.2C352 5.6 303.5 -7.2 254.6 -7.2C172.4 -7.2 103.5 32.9 103.5 32.9C87.4 32.9 68.1 -32 40.2 -32C13.2 -32 0 -8 0 6.5C0 39.6 63.6 65.4 63.6 83.8C63.6 83.8 51.1 105 51.1 143C51.1 244.2 132.4 316.4 223.7 346.3C289.6 367.9 429.7 342.8 474.4 384.8C492.1 401 500.8 416 527.8 416C564.0999999999999 416 576 322.8 576 295.7C576 184.8 521.5 89.2 395.4 27.2zM141.1 102.8C204.6 192.7 285.6 231.6 398.8 222.8C407.6 222.1 415.3 228.7 416 237.5C416.7 246.3 410.1 254 401.3 254.7C277.3 264.3 185.4 220.7999999999999 115 121.1999999999999C109.9 114 111.5999999999999 103.9999999999999 118.8 98.8999999999999C126 93.7999999999999 136 95.4999999999999 141.0999999999999 102.7999999999999z" /> - <glyph glyph-name="lemon" - unicode="" - horiz-adv-x="512" d=" M489.038 425.037C465.944 448.13 434.648 453.93 413.947 441.871C355.041 407.5590000000001 232.697 494.948 92.874 355.125S40.441 92.959 6.129 34.055C-5.93 13.353 -0.131 -17.944 22.962 -41.038C46.057 -64.133 77.354 -69.929 98.057 -57.87C156.958 -23.56 279.303 -110.9489999999999 419.125 28.873S471.56 291.04 505.871 349.944C517.93 370.646 512.132 401.943 489.038 425.0370000000001zM243.881 352.478C185.692 337.931 110.073 262.323 95.523 204.12C93.706 196.85 87.181 191.996 80.012 191.996C78.728 191.996 77.422 192.152 76.119 192.477C67.547 194.621 62.335 203.307 64.477 211.88C81.901 281.573 166.316 366.07 236.119 383.522C244.694 385.665 253.38 380.453 255.522 371.88S252.453 354.621 243.881 352.478z" /> - <glyph glyph-name="level-down-alt" - unicode="" - horiz-adv-x="320" d=" M313.553 55.669L209.587 -56.334C200.102 -66.548 183.911 -66.563 174.413 -56.334L70.438 55.669C56.232 70.969 67.062 96 88.025 96H152V368H68.024A11.996 11.996 0 0 0 59.539 371.515L3.539 427.515C-4.021 435.074 1.333 448 12.024 448H208C221.255 448 232 437.255 232 424V96H295.966C316.844 96 327.817 71.031 313.553 55.669z" /> - <glyph glyph-name="level-up-alt" - unicode="" - horiz-adv-x="320" d=" M313.553 328.331L209.587 440.334C200.102 450.548 183.911 450.563 174.413 440.334L70.438 328.331C56.232 313.031 67.062 288 88.025 288H152V16H68.024A11.996 11.996 0 0 1 59.539 12.485L3.539 -43.515C-4.021 -51.074 1.333 -64 12.024 -64H208C221.255 -64 232 -53.255 232 -40V288H295.966C316.844 288 327.817 312.969 313.553 328.331z" /> - <glyph glyph-name="life-ring" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM429.6960000000001 320.4410000000001L366.2970000000001 257.0420000000001C355.31 275.601 339.627 291.294 321.0420000000001 302.2970000000001L384.4410000000001 365.6960000000001A218.396 218.396 0 0 0 429.6960000000001 320.4410000000001zM256 96C202.981 96 160 138.981 160 192S202.981 288 256 288S352 245.019 352 192S309.019 96 256 96zM127.559 365.6960000000001L190.958 302.2970000000001C172.399 291.31 156.706 275.627 145.703 257.0420000000001L82.304 320.4410000000001A218.372 218.372 0 0 0 127.559 365.6960000000001zM82.304 63.559L145.703 126.958C156.69 108.399 172.373 92.706 190.958 81.703L127.559 18.304A218.396 218.396 0 0 0 82.304 63.559zM384.4410000000001 18.304L321.0420000000001 81.703C339.6010000000001 92.6900000000001 355.2940000000001 108.3730000000001 366.2970000000001 126.958L429.6960000000001 63.559A218.40299999999996 218.40299999999996 0 0 0 384.4410000000001 18.304z" /> - <glyph glyph-name="lightbulb" - unicode="" - horiz-adv-x="384" d=" M272 20V-8C272 -18.449 265.32 -27.334 256 -30.629V-40C256 -53.255 245.255 -64 232 -64H152C138.745 -64 128 -53.255 128 -40V-30.629C118.68 -27.334 112 -18.449 112 -8V20C112 26.627 117.373 32 124 32H260C266.627 32 272 26.627 272 20zM128.893 64C118.986 64 110.067 70.078 106.517 79.327C67.697 180.459 16 170.269 16 272C16 369.197 94.805 448 192 448S368 369.197 368 272C368 170.269 316.303 180.459 277.484 79.327C273.934 70.078 265.014 64 255.108 64H128.893zM112 272C112 316.112 147.888 352 192 352C200.837 352 208 359.164 208 368S200.837 384 192 384C130.243 384 80 333.757 80 272C80 263.164 87.164 256 96 256S112 263.164 112 272z" /> - <glyph glyph-name="link" - unicode="" - horiz-adv-x="512" d=" M326.612 262.6090000000001C386.3590000000001 202.8 385.5390000000001 106.911 326.9720000000001 48.019C326.862 47.899 326.7320000000001 47.769 326.612 47.649L259.4120000000001 -19.551C200.142 -78.821 103.713 -78.813 44.452 -19.551C-14.818 39.709 -14.818 136.149 44.452 195.409L81.558 232.515C91.398 242.355 108.344 235.8150000000001 108.852 221.909C109.5 204.187 112.678 186.382 118.542 169.1880000000001C120.528 163.3660000000001 119.109 156.9260000000001 114.759 152.576L101.672 139.489C73.646 111.463 72.767 65.8290000000001 100.517 37.5290000000001C128.541 8.95 174.603 8.78 202.842 37.0190000000001L270.0420000000001 104.2090000000001C298.233 132.4 298.115 177.9660000000001 270.0420000000001 206.0390000000001C266.341 209.733 262.6130000000001 212.603 259.701 214.608A16.037 16.037 0 0 0 252.754 227.2140000000001C252.3580000000001 237.7810000000001 256.1020000000001 248.67 264.452 257.0200000000001L285.506 278.0750000000001C291.027 283.596 299.688 284.2740000000001 306.09 279.8060000000001A152.482 152.482 0 0 0 326.612 262.6090000000001zM467.547 403.551C408.286 462.813 311.8570000000001 462.821 252.587 403.551L185.387 336.351C185.267 336.231 185.137 336.101 185.027 335.981C126.461 277.089 125.64 181.2 185.387 121.391A152.454 152.454 0 0 1 205.908 104.1949999999999C212.31 99.7269999999999 220.972 100.406 226.492 105.9259999999999L247.546 126.981C255.896 135.331 259.6400000000001 146.2199999999999 259.2440000000001 156.7869999999999A16.037 16.037 0 0 1 252.2970000000001 169.3929999999999C249.385 171.3979999999999 245.6570000000001 174.2679999999999 241.956 177.9619999999999C213.883 206.035 213.765 251.601 241.956 279.7919999999999L309.156 346.9819999999999C337.395 375.2209999999999 383.456 375.051 411.481 346.4719999999999C439.231 318.1719999999999 438.353 272.5379999999999 410.326 244.5119999999999L397.2390000000001 231.425C392.889 227.075 391.4700000000001 220.6349999999999 393.456 214.8129999999999C399.32 197.619 402.498 179.8139999999999 403.146 162.0919999999999C403.6550000000001 148.1859999999999 420.6 141.6459999999999 430.44 151.4859999999999L467.546 188.5919999999999C526.817 247.851 526.817 344.291 467.547 403.551z" /> - <glyph glyph-name="lira-sign" - unicode="" - horiz-adv-x="384" d=" M371.9940000000001 192H323.975C317.64 192 312 187.088 312 180.754C312 80 230.179 32 144 32V191.219L278.603 221.131A12 12 0 0 1 288 232.845V273.8210000000001C288 281.498 280.891 287.201 273.397 285.535L144 256.781V287.2200000000001L278.603 317.132A12 12 0 0 1 288 328.846V369.8210000000001C288 377.498 280.891 383.201 273.397 381.535L144 352.781V404C144 410.627 138.627 416 132 416H76C69.373 416 64 410.627 64 404V335.003L9.397 322.8690000000001A12 12 0 0 1 0 311.155V270.179C0 262.502 7.109 256.799 14.603 258.4650000000001L64 269.442V239.003L9.397 226.869A12 12 0 0 1 0 215.155V174.179C0 166.502 7.109 160.799 14.603 162.465L64 173.442V-20C64 -26.627 69.373 -32 76 -32H155.583C289.674 -32 378.838 45.834 383.991 179.592C384.252 186.374 378.78 192 371.994 192z" /> - <glyph glyph-name="list-alt" - unicode="" - horiz-adv-x="512" d=" M464 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H464C490.51 416 512 394.51 512 368V16C512 -10.51 490.51 -32 464 -32zM128 328C105.909 328 88 310.091 88 288S105.909 248 128 248S168 265.909 168 288S150.091 328 128 328zM128 232C105.909 232 88 214.091 88 192S105.909 152 128 152S168 169.909 168 192S150.091 232 128 232zM128 136C105.909 136 88 118.091 88 96S105.909 56 128 56S168 73.909 168 96S150.091 136 128 136zM416 272V304C416 310.627 410.627 316 404 316H204C197.373 316 192 310.627 192 304V272C192 265.373 197.373 260 204 260H404C410.627 260 416 265.373 416 272zM416 176V208C416 214.627 410.627 220 404 220H204C197.373 220 192 214.627 192 208V176C192 169.373 197.373 164 204 164H404C410.627 164 416 169.373 416 176zM416 80V112C416 118.627 410.627 124 404 124H204C197.373 124 192 118.627 192 112V80C192 73.373 197.373 68 204 68H404C410.627 68 416 73.373 416 80z" /> - <glyph glyph-name="list-ol" - unicode="" - horiz-adv-x="512" d=" M3.263 308.473C3.263 315.9500000000001 7.18 320.045 14.836 320.045H29.967V359.9220000000001C29.967 365.085 30.501 370.425 30.501 370.425H30.145S28.366 367.755 27.297 366.687C22.846 362.414 16.793 362.236 11.631 367.755L6.113 373.986C0.771 379.327 1.129 385.202 6.647 390.365L28.367 410.303C32.815 414.398 36.732 416 42.785 416H54.89C62.546 416 66.639 412.084 66.639 404.428V320.044H82.127C89.782 320.044 93.699 315.95 93.699 308.472V299.5710000000001C93.699 292.094 89.782 287.999 82.127 287.999H14.836C7.18 287.999 3.263 292.094 3.263 299.5710000000001V308.473zM2.211 143.409C2.211 190.687 53.166 199.792 53.166 212.574C53.166 219.754 47.212 221.329 43.886 221.329C40.733 221.329 37.407 220.278 34.431 217.477C29.352 212.574 23.924 210.473 18.32 215.026L9.741 221.855C3.962 226.408 2.561 231.6600000000001 6.938 237.264C13.592 246.019 26.025 256 47.387 256C66.824 256 91.863 245.494 91.863 216.427C91.863 178.08 45.11 170.025 43.184 159.518H82.233C89.762 159.518 93.79 155.491 93.79 148.136V139.381C93.79 132.027 89.762 127.999 82.233 127.999H14.293C7.288 127.999 2.21 132.027 2.21 139.381V143.409zM5.654 -6.61L11.257 2.67C15.11 9.324 20.362 9.674 26.841 5.8219999999999C31.744 3.7209999999999 36.471 2.67 41.2 2.67C51.355 2.67 55.558 6.172 55.558 10.9C55.558 17.554 49.954 20.006 39.624 20.006H34.896C28.942 20.006 25.616 22.107 22.638 27.886L21.588 29.812C19.137 34.54 20.362 39.6179999999999 24.389 44.696L29.993 51.7C36.822 60.105 42.25 65.183 42.25 65.183V65.533S38.047 64.482 29.642 64.482H16.685C9.155 64.482 5.302 68.5100000000001 5.302 75.864V84.619C5.302 92.149 9.155 96.001 16.685 96.001H75.169C82.698 96.001 86.551 91.9740000000001 86.551 84.619V81.292C86.551 75.514 85.15 71.4860000000001 81.472 67.109L63.963 46.972C83.574 41.8940000000001 92.679 26.485 92.679 12.1270000000001C92.679 -9.2359999999999 78.321 -31.9989999999999 44.176 -31.9989999999999C27.54 -31.9989999999999 15.984 -27.2709999999999 8.28 -22.5439999999999C2.501 -18.3419999999999 1.976 -12.7389999999999 5.654 -6.6099999999999zM144 316H496C504.837 316 512 323.163 512 332V372C512 380.837 504.837 388 496 388H144C135.163 388 128 380.837 128 372V332C128 323.163 135.163 316 144 316zM144 156H496C504.837 156 512 163.163 512 172V212C512 220.837 504.837 228 496 228H144C135.163 228 128 220.837 128 212V172C128 163.163 135.163 156 144 156zM144 -4H496C504.837 -4 512 3.163 512 12V52C512 60.837 504.837 68 496 68H144C135.163 68 128 60.837 128 52V12C128 3.163 135.163 -4 144 -4z" /> - <glyph glyph-name="list-ul" - unicode="" - horiz-adv-x="512" d=" M96 352C96 325.49 74.51 304 48 304S0 325.49 0 352S21.49 400 48 400S96 378.51 96 352zM48 240C21.49 240 0 218.51 0 192S21.49 144 48 144S96 165.49 96 192S74.51 240 48 240zM48 80C21.49 80 0 58.51 0 32S21.49 -16 48 -16S96 5.49 96 32S74.51 80 48 80zM144 316H496C504.837 316 512 323.163 512 332V372C512 380.837 504.837 388 496 388H144C135.163 388 128 380.837 128 372V332C128 323.163 135.163 316 144 316zM144 156H496C504.837 156 512 163.163 512 172V212C512 220.837 504.837 228 496 228H144C135.163 228 128 220.837 128 212V172C128 163.163 135.163 156 144 156zM144 -4H496C504.837 -4 512 3.163 512 12V52C512 60.837 504.837 68 496 68H144C135.163 68 128 60.837 128 52V12C128 3.163 135.163 -4 144 -4z" /> - <glyph glyph-name="list" - unicode="" - horiz-adv-x="512" d=" M128 332V372C128 380.837 135.163 388 144 388H496C504.837 388 512 380.837 512 372V332C512 323.163 504.837 316 496 316H144C135.163 316 128 323.163 128 332zM144 156H496C504.837 156 512 163.163 512 172V212C512 220.837 504.837 228 496 228H144C135.163 228 128 220.837 128 212V172C128 163.163 135.163 156 144 156zM144 -4H496C504.837 -4 512 3.163 512 12V52C512 60.837 504.837 68 496 68H144C135.163 68 128 60.837 128 52V12C128 3.163 135.163 -4 144 -4zM16 304H80C88.837 304 96 311.163 96 320V384C96 392.837 88.837 400 80 400H16C7.163 400 0 392.837 0 384V320C0 311.163 7.163 304 16 304zM16 144H80C88.837 144 96 151.163 96 160V224C96 232.837 88.837 240 80 240H16C7.163 240 0 232.837 0 224V160C0 151.163 7.163 144 16 144zM16 -16H80C88.837 -16 96 -8.837 96 0V64C96 72.837 88.837 80 80 80H16C7.163 80 0 72.837 0 64V0C0 -8.837 7.163 -16 16 -16z" /> - <glyph glyph-name="location-arrow" - unicode="" - horiz-adv-x="512" d=" M443.683 443.471L27.818 251.582C-18.702 230.111 -3.39 160 47.933 160H224V-15.993C224 -67.72 294.161 -82.519 315.582 -36.108L507.38 379.775C526.285 420.736 483.628 461.908 443.683 443.471z" /> - <glyph glyph-name="lock-open" - unicode="" - horiz-adv-x="576" d=" M423.5 448C339.5 447.7 272 378.5 272 294.5V224H48C21.5 224 0 202.5 0 176V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V176C448 202.5 426.5 224 400 224H352V295.1C352 334.7 383.7 367.6 423.3 368C463.3 368.4 496 335.9 496 296V216C496 202.7 506.7 192 520 192H552C565.3 192 576 202.7 576 216V296C576 380 507.5 448.3 423.5 448z" /> - <glyph glyph-name="lock" - unicode="" - horiz-adv-x="448" d=" M400 224H376V296C376 379.8 307.8 448 224 448S72 379.8 72 296V224H48C21.5 224 0 202.5 0 176V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V176C448 202.5 426.5 224 400 224zM296 224H152V296C152 335.7 184.3 368 224 368S296 335.7 296 296V224z" /> - <glyph glyph-name="long-arrow-alt-down" - unicode="" - horiz-adv-x="256" d=" M168 102.059V404C168 410.627 162.627 416 156 416H100C93.373 416 88 410.627 88 404V102.059H41.941C20.559 102.059 9.851 76.208 24.97 61.088L111.029 -24.971C120.402 -34.344 135.598 -34.344 144.97 -24.971L231.029 61.088C246.148 76.207 235.44 102.059 214.058 102.059H168z" /> - <glyph glyph-name="long-arrow-alt-left" - unicode="" - horiz-adv-x="448" d=" M134.059 152H436C442.627 152 448 157.373 448 164V220C448 226.627 442.627 232 436 232H134.059V278.059C134.059 299.4410000000001 108.208 310.149 93.088 295.03L7.029 208.971C-2.344 199.598 -2.344 184.402 7.029 175.03L93.088 88.971C108.207 73.852 134.059 84.56 134.059 105.942V152z" /> - <glyph glyph-name="long-arrow-alt-right" - unicode="" - horiz-adv-x="448" d=" M313.941 232H12C5.373 232 0 226.627 0 220V164C0 157.373 5.373 152 12 152H313.941V105.941C313.941 84.559 339.792 73.851 354.912 88.97L440.971 175.029C450.344 184.402 450.344 199.598 440.971 208.97L354.9120000000001 295.029C339.793 310.148 313.9410000000001 299.44 313.9410000000001 278.058V232z" /> - <glyph glyph-name="long-arrow-alt-up" - unicode="" - horiz-adv-x="256" d=" M88 281.9410000000001V-20C88 -26.627 93.373 -32 100 -32H156C162.627 -32 168 -26.627 168 -20V281.9410000000001H214.059C235.441 281.9410000000001 246.149 307.7920000000001 231.03 322.9120000000001L144.971 408.971C135.598 418.344 120.402 418.344 111.03 408.971L24.971 322.9120000000001C9.852 307.793 20.56 281.9410000000001 41.942 281.9410000000001H88z" /> - <glyph glyph-name="low-vision" - unicode="" - horiz-adv-x="576" d=" M569.344 216.369C512.96 312.051 407.81 376 288 376C259.532 376 231.898 372.381 205.549 365.591L152.778 437.76C145.177 448.618 130.214 451.26 119.355 443.6600000000001L106.241 434.482C95.381 426.881 92.739 411.916 100.341 401.056L143.472 342.661C89.449 316.27 40.228 273.317 6.682 216.419C6.672 216.402 6.659 216.386 6.648 216.369C-2.117 201.494 -2.316 182.841 6.648 167.63C45.148 102.298 106.39 51.768 179.507 26.281L55.316 203.698A272.194 272.194 0 0 0 83.61 239.61L203.01 69.03H203.02L243.65 10.99A330.055 330.055 0 0 1 322.59 9.8199999999999L132.61 281.2199999999999A277.628 277.628 0 0 0 171.387 302.7829999999999L423.223 -53.7610000000001C430.824 -64.619 445.7870000000001 -67.2600000000001 456.646 -59.6610000000001L469.76 -50.4830000000001C480.62 -42.8820000000001 483.262 -27.9160000000001 475.66 -17.0570000000001L432.54 41.3199999999999L432.533 41.329C489.694 69.307 537.3679999999999 113.369 569.343 167.63A47.937999999999995 47.937999999999995 0 0 1 569.3439999999999 216.369zM390.026 102.06L370.9600000000001 129.29C395.6420000000001 161.857 398.6710000000001 205.643 379.7600000000001 240.9700000000001V240.9400000000001C379.7600000000001 217.29 360.5900000000001 198.12 336.9400000000001 198.12C313.1120000000001 198.12 294.1200000000001 217.469 294.1200000000001 240.9400000000001C294.1200000000001 264.5900000000001 313.2900000000001 283.76 336.9400000000001 283.76H336.9700000000001C312.2200000000001 297.009 283.4480000000001 299.403 257.4600000000001 291.4400000000001L238.392 318.677C253.758 324.694 270.488 328 288 328C363.1620000000001 328 424 267.174 424 192C424 157.496 411.167 126.025 390.026 102.06z" /> - <glyph glyph-name="magic" - unicode="" - horiz-adv-x="512" d=" M101.1 -57L7 37.1C-2.4 46.5 -2.4 61.7000000000001 7 71L377 441C386.4 450.4 401.6 450.4 410.9 441L505 346.9C514.4 337.5 514.4 322.3 505 313L135 -57C125.7 -66.2999999999999 110.5 -66.2999999999999 101.1 -57zM304 288.8L352.8 240L442.7000000000001 329.9L393.9000000000001 378.7L304 288.8zM138.9 408.7L127.2 384.9L101 381.1C96.3 380.4 94.4 374.6 97.8 371.3L116.8 352.8L112.3 326.7000000000001C111.5 322 116.4 318.4 120.6 320.6L144 333L167.4 320.7C171.6 318.5 176.5 322.1 175.7 326.8L171.2 352.9L190.2 371.4C193.6 374.7 191.7 380.5 187 381.2L160.8 385L149.1 408.8C147.1 412.9 141 412.9 138.9 408.7zM236.6 429.4L228.8 413.6L211.3 411C208.2 410.5 206.9 406.7 209.2 404.5L221.8 392.2L218.8 374.8C218.3 371.7000000000001 221.6 369.3 224.4 370.8L240 379L255.6 370.8C258.4 369.3 261.7 371.7 261.2 374.8L258.2 392.2L270.8 404.5C273.1 406.7 271.8 410.6 268.7 411L251.2 413.5L243.4 429.3C242 432.3 238 432.3 236.6 429.4zM44.6 429.4L36.8 413.6L19.3 411C16.2 410.5 14.9 406.7 17.2 404.5L29.8 392.2L26.8 374.8C26.3 371.7000000000001 29.6 369.3 32.4 370.8L48 379L63.6 370.8C66.4 369.3 69.7 371.7 69.2 374.8L66.2 392.2L78.8 404.5C81.1 406.7 79.8 410.6 76.7 411L59.2 413.5L51.4 429.3C50 432.3 46 432.3 44.6 429.4zM460.6 205.9L452.8 190.1L435.3 187.6C432.2 187.1 430.9000000000001 183.3 433.2 181.1L445.8 168.8L442.8 151.4C442.3 148.3 445.6 145.9 448.4000000000001 147.4L464.0000000000001 155.6L479.6000000000001 147.4C482.4000000000001 145.9 485.7000000000001 148.3 485.2000000000001 151.4L482.2000000000001 168.8L494.8000000000001 181.1C497.1000000000001 183.3 495.8000000000001 187.2000000000001 492.7000000000001 187.6L475.2000000000001 190.1L467.4000000000001 205.9C466.0000000000001 208.7000000000001 462.0000000000001 208.7000000000001 460.6000000000001 205.9z" /> - <glyph glyph-name="magnet" - unicode="" - horiz-adv-x="512.1" d=" M164.1 288H12C5.4 288 0 293.4 0 300V380C0 399.9 16.1 416 36 416H140C159.9 416 176 399.9 176 380V300C176.1 293.4 170.7 288 164.1 288zM512.1 300V380.1C512.1 400 496 416.1 476.1 416.1H372.1C352.2000000000001 416.1 336.1 400 336.1 380.1V300.1C336.1 293.5 341.5 288.1 348.1 288.1H500.1C506.7 288 512.1 293.4 512.1 300zM348.1 256C341.5 256 336.1 250.6 336.1 244V192C336.1 63.9 176.1 64.1 176.1 192V244C176.1 250.6 170.7 256 164.1 256H12.1C5.4 256 0.1 250.6 0.1 243.9C0.2 222.5 0.7 203.6 0.1 190.6C0.1 40 136.3 -56 256.9 -56C377.5 -56 512 40 512 190.7C511.4 203.5 511.8 223.7 512 243.9C512 250.6 506.7 256 500 256H348.1z" /> - <glyph glyph-name="male" - unicode="" - horiz-adv-x="192" d=" M96 448C131.346 448 160 419.346 160 384S131.346 320 96 320S32 348.654 32 384S60.654 448 96 448M144 304H132.64C109.929 293.557 83.05 293.106 59.36 304H48C21.49 304 0 282.51 0 256V120C0 106.745 10.745 96 24 96H40V-40C40 -53.255 50.745 -64 64 -64H128C141.255 -64 152 -53.255 152 -40V96H168C181.255 96 192 106.745 192 120V256C192 282.51 170.51 304 144 304z" /> - <glyph glyph-name="map-marker-alt" - unicode="" - horiz-adv-x="384" d=" M172.268 -53.67C26.97 156.969 0 178.587 0 256C0 362.039 85.961 448 192 448S384 362.039 384 256C384 178.587 357.03 156.969 211.732 -53.67C202.197 -67.444 181.802 -67.443 172.268 -53.67zM192 176C236.183 176 272 211.817 272 256S236.183 336 192 336S112 300.183 112 256S147.817 176 192 176z" /> - <glyph glyph-name="map-marker" - unicode="" - horiz-adv-x="384" d=" M172.268 -53.67C26.97 156.969 0 178.587 0 256C0 362.039 85.961 448 192 448S384 362.039 384 256C384 178.587 357.03 156.969 211.732 -53.67C202.197 -67.444 181.802 -67.443 172.268 -53.67z" /> - <glyph glyph-name="map-pin" - unicode="" - horiz-adv-x="320" d=" M192 147.187V-25.633L169.985 -58.656C165.235 -65.7809999999999 154.766 -65.7809999999999 150.016 -58.656L128 -25.633V147.187A162.221 162.221 0 0 1 192 147.187zM160 448C239.529 448 304 383.529 304 304S239.529 160 160 160S16 224.471 16 304S80.471 448 160 448M80 312C80 351.701 112.299 384 152 384A8 8 0 0 1 152 400C103.477 400 64 360.523 64 312A8 8 0 0 1 80 312z" /> - <glyph glyph-name="map-signs" - unicode="" - horiz-adv-x="512" d=" M487.515 343.515L439.03 295.03A23.998000000000005 23.998000000000005 0 0 0 422.06 288.001H56C42.745 288.001 32 298.746 32 312.001V392C32 405.255 42.745 416 56 416H216V424C216 437.255 226.745 448 240 448H272C285.255 448 296 437.255 296 424V416H422.059A24 24 0 0 0 439.029 408.971L487.514 360.486C492.201 355.799 492.201 348.201 487.515 343.515zM216 80V-40C216 -53.255 226.745 -64 240 -64H272C285.255 -64 296 -53.255 296 -40V80H216zM456 224H296V272H216V224H89.941A24 24 0 0 1 72.971 216.971L24.486 168.486C19.8 163.8 19.8 156.202 24.486 151.515L72.971 103.03A23.998000000000005 23.998000000000005 0 0 1 89.941 96.001H456C469.255 96.001 480 106.746 480 120.001V200.001C480 213.255 469.255 224 456 224z" /> - <glyph glyph-name="map" - unicode="" - horiz-adv-x="576" d=" M576 391.985V56.015A23.998000000000005 23.998000000000005 0 0 0 562.733 34.549L434.733 -29.451C418.948 -37.344 400 -25.992 400 -7.985V327.985A23.998000000000005 23.998000000000005 0 0 0 413.267 349.451L541.267 413.451C557.052 421.344 576 409.992 576 391.985zM369.747 349.915L225.747 413.915C209.996 420.915 192 409.454 192 391.983V56.016A24 24 0 0 1 206.253 34.085L350.253 -29.915C366.004 -36.915 384 -25.4539999999999 384 -7.984V327.983A24 24 0 0 1 369.747 349.915zM141.267 413.451L13.267 349.466A23.998000000000005 23.998000000000005 0 0 1 0 328V-7.985C0 -25.992 18.948 -37.344 34.733 -29.451L162.733 34.534A23.998000000000005 23.998000000000005 0 0 1 176 56V391.985C176 409.992 157.052 421.344 141.267 413.451z" /> - <glyph glyph-name="mars-double" - unicode="" - horiz-adv-x="512" d=" M340 448H261C250.3 448 245 435.1 252.5 427.5L269.4 410.6L220.7 361.9C198.5 375.9 172.2 384 144 384C64.5 384 0 319.5 0 240S64.5 96 144 96S288 160.5 288 240C288 268.2 279.9 294.5 265.9 316.7L314.6 365.4L331.5 348.5C333.8999999999999 346.1 337 345 339.8999999999999 345C346.0999999999999 345 352 349.8 352 357V436C352 442.6 346.6 448 340 448zM144 160C99.9 160 64 195.9 64 240S99.9 320 144 320S224 284.1 224 240S188.1 160 144 160zM500 288.1H421C410.3 288.1 405 275.2 412.5 267.6L429.4 250.7L380.7 202C362.5 213.4 341.7 220.9 319.2 223.3C317.1 201.5 311 180 300.8 160C301.9000000000001 160 303 160.1 304 160.1C348.1 160.1 384 124.2000000000001 384 80.1S348.1 0.1 304 0.1S224 36 224 80.1C224 81.2000000000001 224 82.3 224.1 83.3C204.1 73.1 182.6 66.9 160.8 64.9C168.4 -7.6 229.6 -64 304 -64C383.5 -64 448 0.5 448 80C448 108.2 439.9 134.5 425.9 156.7L474.6 205.4L491.4999999999999 188.5C493.8999999999999 186.1 496.8999999999999 185 499.8999999999999 185C506.0999999999999 185 511.9999999999999 189.8 511.9999999999999 197V276C511.9999999999999 282.7 506.6 288.1 499.9999999999999 288.1z" /> - <glyph glyph-name="mars-stroke-h" - unicode="" - horiz-adv-x="480" d=" M476.2 200.5L420.3 256.4C412.7 264 399.8 258.6 399.8 247.9V224H376V244C376 250.6 370.6 256 364 256H324C317.4 256 312 250.6 312 244V224H284.4C278.6 249.6 265.7 273.9 245.8 293.8C189.6 350 98.4 350 42.2 293.8C-14 237.6 -14 146.4 42.2 90.2000000000001C98.4 34.0000000000001 189.6 34.0000000000001 245.8 90.2000000000001C265.7 110.1 278.6 134.4 284.4000000000001 160.0000000000001H312V140.0000000000001C312 133.4 317.4 128.0000000000001 324 128.0000000000001H364C370.6 128.0000000000001 376 133.4 376 140.0000000000001V160.0000000000001H399.9V136.1000000000001C399.9 125.4000000000001 412.8 120.1000000000001 420.4 127.6000000000001L476.3 183.5000000000001C480.9 188.2000000000001 480.9 195.8000000000001 476.1999999999999 200.5000000000001zM200.6 135.4C169.4 104.2 118.7 104.2 87.5 135.4C56.3 166.6 56.3 217.3 87.5 248.5C118.7 279.7 169.4 279.7 200.6 248.5C231.8 217.4 231.8 166.6 200.6 135.4z" /> - <glyph glyph-name="mars-stroke-v" - unicode="" - horiz-adv-x="288" d=" M245.8 213.8C225.9 233.7 201.6 246.6 176 252.4V277.8H196C202.6 277.8 208 283.2000000000001 208 289.8V329.8C208 336.4 202.6 341.8 196 341.8H176V366.6H199.9C210.6 366.6 215.9 379.5 208.4 387.1L152.5 442.9C147.8 447.6 140.2 447.6 135.5 442.9L79.6 387C72 379.4 77.4 366.5 88.1 366.5H112V341.8H92C85.4 341.8 80 336.4 80 329.8V289.8C80 283.2000000000001 85.4 277.8 92 277.8H112V252.4C86.4 246.6 62.1 233.7 42.2 213.8C-14 157.6 -14 66.4 42.2 10.2C98.4 -45.9999999999999 189.6 -45.9999999999999 245.8 10.2C302.1 66.4 302.1 157.6 245.8 213.8000000000001zM200.6 55.4C169.4 24.2 118.7 24.2 87.5 55.4C56.3 86.6 56.3 137.3 87.5 168.5C118.7 199.7 169.4 199.7 200.6 168.5C231.8 137.4 231.8 86.6 200.6 55.4z" /> - <glyph glyph-name="mars-stroke" - unicode="" - horiz-adv-x="384" d=" M372 384H293C282.3 384 277 371.1 284.5 363.5L301.4 346.6L283.9 329.1L269.8 343.2C265.1 347.9 257.5 347.9 252.8 343.2L224.5 315C219.8 310.3 219.8 302.7 224.5 298L238.6 283.9L220.6 265.9C198.4 279.9 172.1 288 143.9 288C64.5 288 0 223.5 0 144S64.5 0 144 0S288 64.5 288 144C288 172.2 279.9 198.5 265.9 220.7L283.9 238.7L298 224.6C302.7 219.9 310.3 219.9 315 224.6L343.3 252.9C348 257.6 348 265.2000000000001 343.3 269.9L329.2 284L346.7 301.5L363.6 284.6C371.2 277 384.1 282.4 384.1 293.1V372C384 378.6 378.6 384 372 384zM144 64C99.9 64 64 99.9 64 144S99.9 224 144 224S224 188.1 224 144S188.1 64 144 64z" /> - <glyph glyph-name="mars" - unicode="" - horiz-adv-x="384" d=" M372 384H293C282.3 384 277 371.1 284.5 363.5L301.4 346.6L220.7 265.9C198.5 279.9 172.2 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0S288 64.5 288 144C288 172.2 279.9 198.5 265.9 220.7L346.6 301.4L363.5 284.5C371.1 276.9 384 282.3 384 293V372C384 378.6 378.6 384 372 384zM144 64C99.9 64 64 99.9 64 144S99.9 224 144 224S224 188.1 224 144S188.1 64 144 64z" /> - <glyph glyph-name="medkit" - unicode="" - horiz-adv-x="512" d=" M96 -32H416V320H384V368C384 394.51 362.51 416 336 416H176C149.49 416 128 394.51 128 368V320H96V-32zM192 352H320V320H192V352zM512 272V16C512 -10.51 490.51 -32 464 -32H448V320H464C490.51 320 512 298.51 512 272zM64 -32H48C21.49 -32 0 -10.51 0 16V272C0 298.51 21.49 320 48 320H64V-32zM352 176V144C352 135.163 344.837 128 336 128H288V80C288 71.163 280.837 64 272 64H240C231.163 64 224 71.163 224 80V128H176C167.163 128 160 135.163 160 144V176C160 184.837 167.163 192 176 192H224V240C224 248.837 231.163 256 240 256H272C280.837 256 288 248.837 288 240V192H336C344.837 192 352 184.837 352 176z" /> - <glyph glyph-name="meh" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM108 256C108 218.503 138.503 188 176 188S244 218.503 244 256S213.497 324 176 324S108 293.497 108 256zM268.5 256C268.5 218.779 298.779 188.5 336 188.5S403.5 218.779 403.5 256S373.221 323.5 336 323.5S268.5 293.221 268.5 256zM336 304A47.789 47.789 0 0 1 313.397 298.353H313.412C324.328 298.353 333.177 289.504 333.177 278.588S324.328 258.8230000000001 313.412 258.8230000000001S293.647 267.6720000000001 293.647 278.588V278.603A47.789 47.789 0 0 1 288 256C288 229.49 309.49 208 336 208S384 229.49 384 256S362.51 304 336 304zM176 304A47.789 47.789 0 0 1 153.397 298.353H153.412C164.328 298.353 173.177 289.504 173.177 278.588S164.328 258.8230000000001 153.412 258.8230000000001S133.647 267.6720000000001 133.647 278.588V278.603A47.789 47.789 0 0 1 128 256C128 229.49 149.49 208 176 208S224 229.49 224 256S202.51 304 176 304zM336 96H176C154.822 96 154.831 64 176 64H336C357.178 64 357.169 96 336 96z" /> - <glyph glyph-name="mercury" - unicode="" - horiz-adv-x="288" d=" M288 240C288 284.2 268.1 323.7 236.8 350.1C239.3 351.9 241.7 353.9 244 355.9C268.7 377.1 283.8 404.7 287.2 434.7C288.1 441.8 282.5 448 275.3 448H234.8C229 448 224.1 443.9 223 438.2C220.6 425.7 213.4 413.9 202.3 404.4C187 391.2 166.3 384 144 384S101 391.2 85.6 404.4C74.5 413.9 67.4 425.7 64.9 438.2C63.8 443.9 58.9 448 53.2 448H12.7C5.5 448 -0.1 441.8 0.8 434.7C4.2 404.6 19.2 377 44 355.8C46.3 353.8 48.7 351.9 51.2 350C19.9 323.7 0 284.2 0 240C0 171.5 47.9 114.1 112 99.6V48H76C69.4 48 64 42.6 64 36V-4C64 -10.6 69.4 -16 76 -16H112V-52C112 -58.6 117.4 -64 124 -64H164C170.6 -64 176 -58.6 176 -52V-16H212C218.6 -16 224 -10.6 224 -4V36C224 42.6 218.6 48 212 48H176V99.6C240.1 114.1 288 171.5 288 240.0000000000001zM64 240C64 284.1 99.9 320 144 320S224 284.1 224 240S188.1 160 144 160S64 195.9 64 240z" /> - <glyph glyph-name="microchip" - unicode="" - horiz-adv-x="512" d=" M416 400V-16C416 -42.51 394.51 -64 368 -64H144C117.49 -64 96 -42.51 96 -16V400C96 426.51 117.49 448 144 448H368C394.51 448 416 426.51 416 400zM512 342V330A6 6 0 0 0 506 324H488V318A6 6 0 0 0 482 312H440V360H482A6 6 0 0 0 488 354V348H506A6 6 0 0 0 512 342zM512 246V234A6 6 0 0 0 506 228H488V222A6 6 0 0 0 482 216H440V264H482A6 6 0 0 0 488 258V252H506A6 6 0 0 0 512 246zM512 150V138A6 6 0 0 0 506 132H488V126A6 6 0 0 0 482 120H440V168H482A6 6 0 0 0 488 162V156H506A6 6 0 0 0 512 150zM512 54V42A6 6 0 0 0 506 36H488V30A6 6 0 0 0 482 24H440V72H482A6 6 0 0 0 488 66V60H506A6 6 0 0 0 512 54zM30 72H72V24H30A6 6 0 0 0 24 30V36H6A6 6 0 0 0 0 42V54A6 6 0 0 0 6 60H24V66A6 6 0 0 0 30 72zM30 168H72V120H30A6 6 0 0 0 24 126V132H6A6 6 0 0 0 0 138V150A6 6 0 0 0 6 156H24V162A6 6 0 0 0 30 168zM30 264H72V216H30A6 6 0 0 0 24 222V228H6A6 6 0 0 0 0 234V246A6 6 0 0 0 6 252H24V258A6 6 0 0 0 30 264zM30 360H72V312H30A6 6 0 0 0 24 318V324H6A6 6 0 0 0 0 330V342A6 6 0 0 0 6 348H24V354A6 6 0 0 0 30 360z" /> - <glyph glyph-name="microphone-slash" - unicode="" - horiz-adv-x="512" d=" M421.45 162.805L376 208.254V236C376 242.627 381.373 248 388 248H412C418.627 248 424 242.627 424 236V192C424 182.043 423.1190000000001 172.29 421.45 162.805zM352 352C352 405.019 309.019 448 256 448C223.426 448 194.646 431.773 177.29 406.9650000000001L352 232.254V352zM504.971 -11.716L52.284 440.971C42.911 450.344 27.715 450.344 18.343 440.971L7.029 429.657C-2.343 420.284 -2.343 405.089 7.029 395.716L160 242.746V193.169C160 140.0800000000001 203.436 95.717 256.524 96.002C271.15 96.08 284.995 99.442 297.378 105.368L315.124 87.622C297.595 77.651 277.33 71.956 255.752 72C189.355 72.136 136 126.947 136 193.344V236C136 242.627 130.627 248 124 248H100C93.373 248 88 242.627 88 236V192C88 107.512 150.693 37.403 232 25.722V-20H164C157.373 -20 152 -25.373 152 -32V-52C152 -58.627 157.373 -64 164 -64H348C354.627 -64 360 -58.627 360 -52V-32C360 -25.373 354.627 -20 348 -20H280V25.722C305.625 29.404 329.396 38.894 349.942 52.805L459.717 -56.97C469.09 -66.3430000000001 484.286 -66.3430000000001 493.658 -56.97L504.971 -45.657C514.343 -36.284 514.343 -21.0890000000001 504.971 -11.716z" /> - <glyph glyph-name="microphone" - unicode="" - horiz-adv-x="384" d=" M96 192V352C96 405.019 138.981 448 192 448S288 405.019 288 352V192C288 138.981 245.019 96 192 96S96 138.981 96 192zM348 248H324C317.373 248 312 242.627 312 236V193.32C312 127.103 258.918 72.382 192.702 72.002C126.213 71.62 72 125.598 72 192V236C72 242.627 66.627 248 60 248H36C29.373 248 24 242.627 24 236V192C24 107.512 86.693 37.403 168 25.722V-20H100C93.373 -20 88 -25.373 88 -32V-52C88 -58.627 93.373 -64 100 -64H284C290.627 -64 296 -58.627 296 -52V-32C296 -25.373 290.627 -20 284 -20H216V25.722C297.307 37.403 360 107.512 360 192V236C360 242.627 354.627 248 348 248z" /> - <glyph glyph-name="minus-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM124 152C117.4 152 112 157.4 112 164V220C112 226.6 117.4 232 124 232H388C394.6 232 400 226.6 400 220V164C400 157.4 394.6 152 388 152H124z" /> - <glyph glyph-name="minus-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM92 152C85.4 152 80 157.4 80 164V220C80 226.6 85.4 232 92 232H356C362.6 232 368 226.6 368 220V164C368 157.4 362.6 152 356 152H92z" /> - <glyph glyph-name="minus" - unicode="" - horiz-adv-x="448" d=" M424 129.8C437.3 129.8 448 140.5 448 153.8V230.2C448 243.5000000000001 437.3 254.2 424 254.2H24C10.7 254.2 0 243.5000000000001 0 230.2V153.8C0 140.5 10.7 129.8 24 129.8H424z" /> - <glyph glyph-name="mobile-alt" - unicode="" - horiz-adv-x="320" d=" M272 448H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H272C298.5 -64 320 -42.5 320 -16V400C320 426.5 298.5 448 272 448zM160 -32C142.3 -32 128 -17.7 128 0S142.3 32 160 32S192 17.7 192 0S177.7 -32 160 -32zM272 76C272 69.4 266.6 64 260 64H60C53.4 64 48 69.4 48 76V388C48 394.6 53.4 400 60 400H260C266.6 400 272 394.6 272 388V76z" /> - <glyph glyph-name="mobile" - unicode="" - horiz-adv-x="320" d=" M272 448H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H272C298.5 -64 320 -42.5 320 -16V400C320 426.5 298.5 448 272 448zM160 -32C142.3 -32 128 -17.7 128 0S142.3 32 160 32S192 17.7 192 0S177.7 -32 160 -32z" /> - <glyph glyph-name="money-bill-alt" - unicode="" - horiz-adv-x="640" d=" M640 328V56C640 42.745 629.255 32 616 32H24C10.745 32 0 42.745 0 56V328C0 341.255 10.745 352 24 352H616C629.255 352 640 341.255 640 328zM96 64C96 99.346 67.346 128 32 128V64H96zM96 320H32V256C67.346 256 96 284.654 96 320zM400 192C400 245.021 364.184 288 320 288S240 245.021 240 192C240 138.988 275.814 96 320 96C364.1670000000001 96 400 138.969 400 192zM608 128C572.654 128 544 99.346 544 64H608V128zM608 320H544C544 284.654 572.654 256 608 256V320zM277.563 148.473C277.563 155.95 281.48 160.045 289.136 160.045H304.267V199.923C304.267 205.086 304.801 210.426 304.801 210.426H304.445S302.666 207.756 301.5969999999999 206.688C297.1459999999999 202.415 291.0929999999999 202.237 285.931 207.756L280.413 213.987C275.071 219.328 275.429 225.203 280.947 230.366L302.6669999999999 250.305C307.116 254.4 311.0329999999999 256.002 317.087 256.002H329.192C336.848 256.002 340.941 252.086 340.941 244.43V160.046H356.429C364.084 160.046 368.001 155.952 368.001 148.474V139.573C368.001 132.096 364.084 128.001 356.429 128.001H289.136C281.48 128.001 277.563 132.096 277.563 139.573V148.473z" /> - <glyph glyph-name="moon" - unicode="" - horiz-adv-x="512" d=" M283.211 -64C362.173 -64 434.29 -28.075 482.068 30.792C489.136 39.5000000000001 481.429 52.222 470.506 50.1420000000001C346.303 26.4880000000001 232.244 121.7180000000001 232.244 247.0960000000001C232.244 319.3180000000001 270.906 385.7310000000001 333.742 421.4900000000001C343.428 427.0020000000001 340.992 441.6870000000001 329.986 443.7200000000001A258.156 258.156 0 0 1 283.211 448C141.902 448 27.211 333.4890000000001 27.211 192C27.211 50.691 141.722 -64 283.211 -64z" /> - <glyph glyph-name="motorcycle" - unicode="" - horiz-adv-x="640" d=" M512.949 255.997C498.0869999999999 256.105 483.809 253.675 470.515 249.123L437.589 304H520C533.255 304 544 314.745 544 328V360C544 373.255 533.255 384 520 384H474.689A24 24 0 0 1 456.85 376.055L419.3540000000001 334.392L396.5800000000001 372.348A24 24 0 0 1 376 384H296C287.163 384 280 376.837 280 368V352C280 343.163 287.163 336 296 336H362.411L381.611 304H227.904C210.177 327.073 182.98 344 128 344H72.54C59.085 344 47.749 332.9890000000001 48.004 319.536C48.252 306.495 58.9 296 72 296H128C152.504 296 166.686 285.081 175.787 271.231L164.496 250.702C151.49 254.567 137.625 256.438 123.245 255.912C55.857 253.451 1.565 198.395 0.034 130.979C-1.603 58.924 56.317 0 128 0C187.642 0 237.744 40.794 251.953 96H336.189C349.862 96 360.778 107.421 360.165 121.077C358.0470000000001 168.197 377.687 214.742 416.35 246.103L428.8350000000001 225.295C401.189 201.641 383.7380000000001 166.415 384.004 127.116C384.4740000000001 57.56 441.207 0.664 510.762 0.006C582.391 -0.672 640.601 57.493 639.996 129.105C639.408 198.696 582.5409999999999 255.491 512.949 255.997zM128 48C83.888 48 48 83.888 48 128S83.888 208 128 208C132.242 208 136.405 207.659 140.469 207.018L98.97 131.566C90.187 115.593 101.762 96 120 96H201.297C188.927 67.775 160.737 48 128 48zM516.351 48.116C470.272 45.663 432 82.446 432 128C432 149.363 440.4340000000001 168.781 454.125 183.144L503.537 100.792C508.083 93.215 517.912 90.758 525.489 95.304L539.2090000000001 103.5360000000001C546.7860000000001 108.0820000000001 549.243 117.9110000000001 544.6970000000001 125.4880000000001L496.1410000000001 206.4150000000001A80.005 80.005 0 0 0 512 208C557.554 208 594.338 169.727 591.884 123.648C589.724 83.09 556.91 50.276 516.351 48.116z" /> - <glyph glyph-name="mouse-pointer" - unicode="" - horiz-adv-x="320" d=" M302.189 118.874H196.105L251.936 -17.119C255.825 -26.547 251.381 -37.118 242.492 -41.118L193.327 -62.545C184.162 -66.5450000000001 173.884 -61.974 169.995 -52.831L116.942 76.305L30.278 -12.8330000000001C18.729 -24.71 0 -15.554 0 0.023V429.701C0 446.101 19.921 454.096 30.277 442.557L314.689 150.0150000000001C326.161 138.8360000000001 317.696 118.874 302.189 118.874z" /> - <glyph glyph-name="music" - unicode="" - horiz-adv-x="512" d=" M470.4 446.5L166.4 350.5C153.1 346.3 144 334 144 320V55.4C129.9 60.8 113.5 64 96 64C43 64 0 35.3 0 0S43 -64 96 -64S192 -35.3 192 0V227.5L464 313.4V119.4C449.9 124.8 433.5 128 416 128C363 128 320 99.3 320 64S363 0 416 0S512 28.7 512 64V416C512 437.7 490.9 453 470.4 446.5z" /> - <glyph glyph-name="neuter" - unicode="" - horiz-adv-x="288" d=" M288 272C288 351.5 223.5 416 144 416S0 351.5 0 272C0 203.5 47.9 146.1 112 131.6V-20C112 -26.6 117.4 -32 124 -32H164C170.6 -32 176 -26.6 176 -20V131.6C240.1 146.1 288 203.5 288 272zM144 192C99.9 192 64 227.9 64 272S99.9 352 144 352S224 316.1 224 272S188.1 192 144 192z" /> - <glyph glyph-name="newspaper" - unicode="" - horiz-adv-x="576" d=" M552 384H88C74.745 384 64 373.255 64 360V352H24C10.745 352 0 341.255 0 328V56C0 25.072 25.072 0 56 0H528C554.51 0 576 21.49 576 48V360C576 373.255 565.255 384 552 384zM56 48A8 8 0 0 0 48 56V304H64V56A8 8 0 0 0 56 48zM292 64H140C133.373 64 128 69.373 128 76V84C128 90.627 133.373 96 140 96H292C298.627 96 304 90.627 304 84V76C304 69.373 298.627 64 292 64zM500 64H348C341.373 64 336 69.373 336 76V84C336 90.627 341.373 96 348 96H500C506.627 96 512 90.627 512 84V76C512 69.373 506.627 64 500 64zM292 160H140C133.373 160 128 165.373 128 172V180C128 186.627 133.373 192 140 192H292C298.627 192 304 186.627 304 180V172C304 165.373 298.627 160 292 160zM500 160H348C341.373 160 336 165.373 336 172V180C336 186.627 341.373 192 348 192H500C506.627 192 512 186.627 512 180V172C512 165.373 506.627 160 500 160zM500 256H140C133.373 256 128 261.373 128 268V308C128 314.627 133.373 320 140 320H500C506.627 320 512 314.627 512 308V268C512 261.373 506.627 256 500 256z" /> - <glyph glyph-name="object-group" - unicode="" - horiz-adv-x="512" d=" M480 320V352H500C506.627 352 512 357.373 512 364V404C512 410.627 506.627 416 500 416H460C453.373 416 448 410.627 448 404V384H64V404C64 410.627 58.627 416 52 416H12C5.373 416 0 410.627 0 404V364C0 357.373 5.373 352 12 352H32V32H12C5.373 32 0 26.627 0 20V-20C0 -26.627 5.373 -32 12 -32H52C58.627 -32 64 -26.627 64 -20V0H448V-20C448 -26.627 453.373 -32 460 -32H500C506.627 -32 512 -26.627 512 -20V20C512 26.627 506.627 32 500 32H480V320zM96 172V308C96 314.627 101.373 320 108 320H276C282.627 320 288 314.627 288 308V172C288 165.373 282.627 160 276 160H108C101.373 160 96 165.373 96 172zM416 76C416 69.373 410.627 64 404 64H236C229.373 64 224 69.373 224 76V128H296C309.255 128 320 138.745 320 152V224H404C410.627 224 416 218.627 416 212V76z" /> - <glyph glyph-name="object-ungroup" - unicode="" - horiz-adv-x="576" d=" M64 128V102A6 6 0 0 0 58 96H6A6 6 0 0 0 0 102V154A6 6 0 0 0 6 160H32V352H6A6 6 0 0 0 0 358V410A6 6 0 0 0 6 416H58A6 6 0 0 0 64 410V384H352V410A6 6 0 0 0 358 416H410A6 6 0 0 0 416 410V358A6 6 0 0 0 410 352H384V160H410A6 6 0 0 0 416 154V102A6 6 0 0 0 410 96H358A6 6 0 0 0 352 102V128H64zM544 192V224H570A6 6 0 0 1 576 230V282A6 6 0 0 1 570 288H518A6 6 0 0 1 512 282V256H408V184H416C429.255 184 440 173.255 440 160V96C440 82.745 429.255 72 416 72H352C338.745 72 328 82.745 328 96V104H192V32H166A6 6 0 0 1 160 26V-26A6 6 0 0 1 166 -32H218A6 6 0 0 1 224 -26V0H512V-26A6 6 0 0 1 518 -32H570A6 6 0 0 1 576 -26V26A6 6 0 0 1 570 32H544V192z" /> - <glyph glyph-name="outdent" - unicode="" - horiz-adv-x="448" d=" M0 364V404C0 412.837 7.163 420 16 420H432C440.837 420 448 412.837 448 404V364C448 355.163 440.837 348 432 348H16C7.163 348 0 355.163 0 364zM208 220H432C440.837 220 448 227.163 448 236V276C448 284.837 440.837 292 432 292H208C199.163 292 192 284.837 192 276V236C192 227.163 199.163 220 208 220zM16 -36H432C440.837 -36 448 -28.837 448 -20V20C448 28.837 440.837 36 432 36H16C7.163 36 0 28.837 0 20V-20C0 -28.837 7.163 -36 16 -36zM208 92H432C440.837 92 448 99.163 448 108V148C448 156.837 440.837 164 432 164H208C199.163 164 192 156.837 192 148V108C192 99.163 199.163 92 208 92zM4.687 180.687L100.687 84.703C110.734 74.652 128 81.776 128 96.016V287.992C128 302.3210000000001 110.675 309.296 100.687 299.305L4.687 203.313C-1.562 197.065 -1.562 186.935 4.687 180.687z" /> - <glyph glyph-name="paint-brush" - unicode="" - horiz-adv-x="512" d=" M269.9 83.4C271.3 77 272 70.4 272 63.7C272 -17.5 217.8 -64 137.2 -64C41.5 -64 0 12.9 0 100.4C10.4 93.3 46.9 63.9 58.7 63.9C65.7 63.9 71.7 67.9 74.2 74.5C97.8 136.7 140.7 151 187.1 151.9C202.7 118.1 233.2 92.3 269.9000000000001 83.4zM460.6 448C446.2000000000001 448 432.7000000000001 441.6 422.4000000000001 432.3C228.2 258 208 253.9 208 202.6C208 153.8 248.5 112 298.2 112C357.2 112 391.4 155.4 498.8 356.8C505.8 370.5 511.9999999999999 385.3 511.9999999999999 400.7C512 428.3 487.3 448 460.6 448z" /> - <glyph glyph-name="pallet" - unicode="" - horiz-adv-x="640" d=" M144 192H496C504.8 192 512 199.2 512 208V432C512 440.8 504.8 448 496 448H384V320L320 352L256 320V448H144C135.2 448 128 440.8 128 432V208C128 199.2 135.2 192 144 192zM624 64C632.8 64 640 71.2 640 80V112C640 120.8 632.8 128 624 128H16C7.2 128 0 120.8 0 112V80C0 71.2 7.2 64 16 64H64V0H16C7.2 0 0 -7.2 0 -16V-48C0 -56.8 7.2 -64 16 -64H624C632.8 -64 640 -56.8 640 -48V-16C640 -7.2 632.8 0 624 0H576V64H624zM288 0H128V64H288V0zM512 0H352V64H512V0z" /> - <glyph glyph-name="paper-plane" - unicode="" - horiz-adv-x="512" d=" M476 444.8L12.5 177.4C-5.6 167 -3.3 141.8 14.7 134.2L121 89.6L408.3 342.8C413.8 347.7000000000001 421.6 340.2000000000001 416.9000000000001 334.5L176 41V-39.5C176 -63.1 204.5 -72.4 218.5 -55.3L282 22L406.6 -30.2C420.8 -36.2 437 -27.3 439.6 -12L511.6 420C515 440.2 493.3 454.8 476 444.8z" /> - <glyph glyph-name="paperclip" - unicode="" - horiz-adv-x="448" d=" M43.246 -18.142C-15.184 42.147 -14.095 139.369 44.632 199.439L254.392 414C298.708 459.332 370.743 459.336 415.063 414C458.953 369.106 459.006 296.671 415.063 251.724L232.214 64.872C202.359 34.335 153.581 34.761 124.232 65.87C95.957 95.84 96.864 143.343 125.684 172.823L269.427 319.658C275.6090000000001 325.972 285.7390000000001 326.08 292.053 319.899L314.914 297.52C321.229 291.338 321.336 281.208 315.155 274.894L171.427 128.073C166.495 123.028 166.191 114.645 170.779 109.781C175.151 105.1469999999999 182.024 105.0699999999999 186.467 109.6159999999999L369.316 296.467C388.929 316.529 388.929 349.1919999999999 369.305 369.265C350.116 388.892 319.348 388.902 300.151 369.265L90.39 154.705C55.627 119.145 55.091 61.585 89.199 26.392C123.209 -8.701 178.184 -8.745 212.257 26.106L384.317 202.105C390.4940000000001 208.424 400.624 208.538 406.943 202.361L429.82 179.997C436.139 173.82 436.254 163.69 430.076 157.3710000000001L258.016 -18.627C198.44 -79.5649999999999 102.073 -78.843 43.246 -18.1419999999999z" /> - <glyph glyph-name="paragraph" - unicode="" - horiz-adv-x="448" d=" M408 416H177.531C88.948 416 16.045 344.665 16 256.082C15.956 167.679 87.607 96 176 96V-8C176 -21.255 186.745 -32 200 -32H232C245.255 -32 256 -21.255 256 -8V336H288V-8C288 -21.255 298.745 -32 312 -32H344C357.255 -32 368 -21.255 368 -8V336H408C421.255 336 432 346.745 432 360V392C432 405.255 421.255 416 408 416z" /> - <glyph glyph-name="paste" - unicode="" - horiz-adv-x="448" d=" M128 264C128 294.879 153.122 320 184 320H320V392C320 405.255 309.255 416 296 416H215.39C204.306 435.11 183.637 448 160 448S115.694 435.11 104.61 416H24C10.745 416 0 405.255 0 392V56C0 42.745 10.745 32 24 32H128V264zM160 408C173.255 408 184 397.255 184 384S173.255 360 160 360S136 370.745 136 384S146.745 408 160 408zM344 160H448V-40C448 -53.255 437.255 -64 424 -64H184C170.745 -64 160 -53.255 160 -40V264C160 277.255 170.745 288 184 288H320V184C320 170.8 330.8 160 344 160zM448 198.059V192H352V288H358.0590000000001A24 24 0 0 0 375.029 280.971L440.9700000000001 215.03A24.002000000000002 24.002000000000002 0 0 0 448 198.059z" /> - <glyph glyph-name="pause-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM240 112C240 103.2 232.8 96 224 96H176C167.2 96 160 103.2 160 112V272C160 280.8 167.2 288 176 288H224C232.8 288 240 280.8 240 272V112zM352 112C352 103.2 344.8 96 336 96H288C279.2 96 272 103.2 272 112V272C272 280.8 279.2 288 288 288H336C344.8 288 352 280.8 352 272V112z" /> - <glyph glyph-name="pause" - unicode="" - horiz-adv-x="448" d=" M144 -31H48C21.5 -31 0 -9.5 0 17V369C0 395.5 21.5 417 48 417H144C170.5 417 192 395.5 192 369V17C192 -9.5 170.5 -31 144 -31zM448 17V369C448 395.5 426.5 417 400 417H304C277.5 417 256 395.5 256 369V17C256 -9.5 277.5 -31 304 -31H400C426.5 -31 448 -9.5 448 17z" /> - <glyph glyph-name="paw" - unicode="" - horiz-adv-x="512" d=" M85.231 117.042C36 117.042 0 174.208 0 216.5C0 244.792 16 274.5420000000001 49.538 274.5420000000001C98.769 274.5420000000001 134.769 217.084 134.769 174.792C134.769 146.5 119.077 117.042 85.231 117.042zM433.231 10.875C433.231 -26.167 401.231 -32 369.846 -32C328.615 -32 295.384 -5.75 256 -5.75C214.769 -5.75 179.692 -31.708 135.077 -31.708C105.23 -31.708 78.769 -22.083 78.769 10.875C78.769 80 180.616 182.667 256 182.667S433.231 79.708 433.231 10.875zM182.462 244.208C132.615 244.208 102.462 303.708 102.462 344.541C102.462 377.208 120.308 416 160 416C210.154 416 240 356.5 240 315.6670000000001C240 283 222.154 244.208 182.462 244.208zM272 315.6670000000001C272 356.5 301.846 416 352 416C391.692 416 409.539 377.208 409.539 344.5420000000001C409.539 303.709 379.385 244.209 329.538 244.209C289.846 244.208 272 283 272 315.6670000000001zM512 216.5C512 174.208 476 117.042 426.769 117.042C392.9220000000001 117.042 377.231 146.5 377.231 174.792C377.231 217.083 413.23 274.5420000000001 462.462 274.5420000000001C496 274.5420000000001 512 244.792 512 216.5z" /> - <glyph glyph-name="pen-square" - unicode="" - horiz-adv-x="448" d=" M400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368V16C448 -10.5 426.5 -32 400 -32zM238.1 270.1L102.4 134.4L96.1 77.3C95.3 69.6999999999999 101.7 63.1999999999999 109.4 63.9999999999999L166.5 70.3L302.2 206C304.5 208.3 304.5 212.1 302.2 214.5L246.7 270C244.2 272.4 240.4 272.4 238.1 270.1zM345 282.9L314.9 313C305.5 322.4 290.3 322.4 281 313L257.9 289.9C255.6 287.6 255.6 283.8 257.9 281.4L313.4 225.9C315.7 223.6 319.5 223.6 321.9 225.9L345 249C354.3 258.3 354.3 273.5 345 282.9z" /> - <glyph glyph-name="pencil-alt" - unicode="" - horiz-adv-x="512" d=" M497.9 305.9L451.8 259.8C447.1 255.1 439.5 255.1 434.8 259.8L323.8 370.8C319.1 375.5 319.1 383.1 323.8 387.8L369.9 433.9000000000001C388.6 452.6 419 452.6 437.8 433.9000000000001L497.9 373.8C516.6999999999999 355.1 516.6999999999999 324.7000000000001 497.9 305.9zM284.2 348.2L21.6 85.6L0.4 -35.9C-2.5 -52.3 11.8 -66.5 28.2 -63.7L149.7 -42.4L412.3 220.2000000000001C417 224.9 417 232.5000000000001 412.3 237.2000000000001L301.3 348.2000000000001C296.5 352.9000000000001 288.9000000000001 352.9000000000001 284.2 348.2000000000001zM124.1 108.1C118.6 113.6 118.6 122.4 124.1 127.9L278.1 281.9000000000001C283.6 287.4000000000001 292.4000000000001 287.4000000000001 297.9000000000001 281.9000000000001S303.4000000000001 267.6 297.9000000000001 262.1L143.9 108.1C138.4 102.6 129.6 102.6 124.1 108.1zM88 24H136V-12.3L71.5 -23.6L40.4 7.5L51.7 72H88V24z" /> - <glyph glyph-name="percent" - unicode="" - horiz-adv-x="448" d=" M112 224C173.9 224 224 274.1 224 336S173.9 448 112 448S0 397.9 0 336S50.1 224 112 224zM112 384C138.5 384 160 362.5 160 336S138.5 288 112 288S64 309.5 64 336S85.5 384 112 384zM336 160C274.1 160 224 109.9 224 48S274.1 -64 336 -64S448 -13.9 448 48S397.9 160 336 160zM336 0C309.5 0 288 21.5 288 48S309.5 96 336 96S384 74.5 384 48S362.5 0 336 0zM392.3 447.8L423.9000000000001 447.9C443.3 448 454.8 426.1 443.6 410.1L77.4 -53.6A23.95 23.95 0 0 0 57.8 -63.8L24.4 -63.9C4.9 -63.9 -6.5 -42.0000000000001 4.7 -26.1L372.7 437.6C377.2 444 384.5 447.8 392.3 447.8z" /> - <glyph glyph-name="phone-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V368C448 394.51 426.51 416 400 416zM94 32C86.967 32 80.943 36.873 79.384 43.627L64.386 108.627A15 15 0 0 0 73.093 125.787L143.091 155.7860000000001A15 15 0 0 0 160.609 151.4970000000001L191.606 113.6120000000001C240.55 136.5750000000001 279.903 176.4700000000001 302.387 224.3920000000001L264.501 255.3890000000001A15.000999999999998 15.000999999999998 0 0 0 260.212 272.9070000000001L290.212 342.9050000000001A15 15 0 0 0 307.372 351.6120000000001L372.372 336.6140000000001A14.997000000000002 14.997000000000002 0 0 0 384 322C384 161.708 254.055 32 94 32z" /> - <glyph glyph-name="phone-volume" - unicode="" - horiz-adv-x="384" d=" M97.333 -58.966C-32.541 70.908 -32.348 281.286 97.333 410.967C103.031 416.665 111.86 417.599 118.596 413.389L183.413 372.876A17.187 17.187 0 0 0 190.262 351.918L157.854 270.897A17.188 17.188 0 0 0 140.185 260.178L84.375 265.7580000000001C63.324 207.497 63.763 143.287 84.375 86.2430000000001L140.186 91.8240000000001A17.188 17.188 0 0 0 157.855 81.1050000000001L190.263 0.0830000000001A17.188 17.188 0 0 0 183.414 -20.8749999999999L118.597 -61.3879999999999A17.19 17.19 0 0 0 97.333 -58.9659999999998zM247.126 352.527C258.9580000000001 332.48 258.9580000000001 307.519 247.126 287.472C243.176 280.779 234.018 279.513 228.408 284.891L222.433 290.617C218.522 294.365 217.64 300.239 220.172 305.027A32.063 32.063 0 0 1 220.172 334.972C217.6390000000001 339.76 218.522 345.634 222.433 349.382L228.408 355.108C234.0180000000001 360.486 243.176 359.22 247.126 352.527zM338.913 443.714C399.053 372.11 399.005 267.832 338.913 196.286C334.439 190.959 326.3830000000001 190.54 321.361 195.353L315.563 200.91C311.003 205.281 310.586 212.439 314.633 217.289C364.32 276.827 364.279 363.222 314.633 422.711C310.586 427.561 311.002 434.719 315.563 439.09L321.361 444.647C326.383 449.46 334.439 449.041 338.913 443.714zM292.9410000000001 398.773C328.9910000000001 352.451 329.0490000000001 287.624 292.9410000000001 241.227C288.5510000000001 235.586 280.2440000000001 234.976 275.0850000000001 239.923L269.2670000000001 245.502C264.8670000000001 249.721 264.2690000000001 256.597 267.9820000000001 261.433C294.5180000000001 295.997 294.516 344.005 267.9820000000001 378.567C264.269 383.403 264.867 390.278 269.2670000000001 394.4980000000001L275.0850000000001 400.077C280.2440000000001 405.024 288.5510000000001 404.414 292.9410000000001 398.773z" /> - <glyph glyph-name="phone" - unicode="" - horiz-adv-x="512" d=" M493.397 423.385L389.397 447.382C378.083 449.993 366.518 444.13 361.941 433.451L313.941 321.454A24 24 0 0 1 320.803 293.425L381.42 243.829C345.447 167.154 282.4820000000001 103.321 204.171 66.581L154.575 127.197A24 24 0 0 1 126.546 134.059L14.549 86.059C3.873 81.484 -1.994 69.92 0.618 58.603L24.615 -45.397C27.109 -56.204 36.748 -64 48 -64C304.087 -64 512 143.5320000000001 512 400C512 411.176 504.286 420.873 493.397 423.385z" /> - <glyph glyph-name="pills" - unicode="" - horiz-adv-x="576" d=" M112 416C50.1 416 0 365.9 0 304V80C0 18.1 50.1 -32 112 -32S224 18.1 224 80V304C224 365.9 173.9 416 112 416zM160 192H64V304C64 330.5 85.5 352 112 352S160 330.5 160 304V192zM299.7 221.7C296.2 225.2 290.3 224.8 287.4 220.9C242.1 158.4 247 70.8 303.3 14.5C359.6 -41.8 447.2 -46.7 509.6999999999999 -1.4C513.6999999999999 1.5 513.9999999999999 7.4 510.4999999999999 10.9L299.7 221.7zM529.5 240.7C473.2 297 385.6 301.9 323.1 256.6C319.1 253.7 318.8 247.8 322.3 244.3L533.1 33.5C536.6 30 542.5 30.4 545.4 34.3C590.6999999999999 96.9 585.9 184.4 529.5 240.7z" /> - <glyph glyph-name="plane" - unicode="" - horiz-adv-x="576" d=" M472 248H360.211L256.013 442.289A12 12 0 0 1 245.793 448H188.006C180.156 448 174.42 440.587 176.39 432.989L209.624 248H99.766L64.862 306.174A12 12 0 0 1 54.572 312H12.004C4.432 312 -1.248 305.072 0.237 297.647L21.366 191.999L0.237 86.354C-1.248 78.928 4.432 72 12.005 72.001L54.573 72.003C58.788 72.003 62.694 74.215 64.862 77.829L99.766 136H209.624L176.39 -48.989C174.42 -56.588 180.156 -64 188.006 -64H245.793A12 12 0 0 1 256.013 -58.289L360.212 136H472C529.438 136 576 161.072 576 192S529.438 248 472 248z" /> - <glyph glyph-name="play-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM371.7 168L195.7 67C179.9 58.2 160 69.5 160 88V296C160 314.4 179.8 325.8 195.7 317L371.7 210C388.1 200.8 388.1 177.1 371.7 168z" /> - <glyph glyph-name="play" - unicode="" - horiz-adv-x="448" d=" M424.4 233.3L72.4 441.4C43.8 458.3 0 441.9 0 400.1V-16C0 -53.5 40.7 -76.1 72.4 -57.3L424.4 150.7C455.8 169.2 455.9 214.8 424.4 233.3z" /> - <glyph glyph-name="plug" - unicode="" - horiz-adv-x="384" d=" M256 304V416C256 433.673 270.327 448 288 448S320 433.673 320 416V304H256zM368 288H16C7.163 288 0 280.837 0 272V240C0 231.163 7.163 224 16 224H32V192C32 114.594 86.969 50.029 160 35.204V-64H224V35.204C297.031 50.029 352 114.594 352 192V224H368C376.837 224 384 231.163 384 240V272C384 280.837 376.837 288 368 288zM128 304V416C128 433.673 113.673 448 96 448S64 433.673 64 416V304H128z" /> - <glyph glyph-name="plus-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM400 164C400 157.4 394.6 152 388 152H296V60C296 53.4 290.6 48 284 48H228C221.4 48 216 53.4 216 60V152H124C117.4 152 112 157.4 112 164V220C112 226.6 117.4 232 124 232H216V324C216 330.6 221.4 336 228 336H284C290.6 336 296 330.6 296 324V232H388C394.6 232 400 226.6 400 220V164z" /> - <glyph glyph-name="plus-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM368 164C368 157.4 362.6 152 356 152H264V60C264 53.4 258.6 48 252 48H196C189.4 48 184 53.4 184 60V152H92C85.4 152 80 157.4 80 164V220C80 226.6 85.4 232 92 232H184V324C184 330.6 189.4 336 196 336H252C258.6 336 264 330.6 264 324V232H356C362.6 232 368 226.6 368 220V164z" /> - <glyph glyph-name="plus" - unicode="" - horiz-adv-x="448" d=" M448 153.8V230.2C448 243.5000000000001 437.3 254.2 424 254.2H286.2V392C286.2 405.3 275.5 416 262.2 416H185.8C172.5 416 161.8 405.3 161.8 392V254.2H24C10.7 254.2 0 243.5 0 230.2V153.8C0 140.5 10.7 129.8 24 129.8H161.8V-8C161.8 -21.3 172.5 -32 185.8 -32H262.2000000000001C275.5000000000001 -32 286.2000000000001 -21.3 286.2000000000001 -8V129.8H424C437.3 129.8 448 140.5 448 153.8z" /> - <glyph glyph-name="podcast" - unicode="" - horiz-adv-x="448" d=" M267.429 -40.563C262.286 -59.573 242.858 -64 224 -64C205.143 -64 185.714 -59.573 180.572 -40.563C172.927 -12.134 160 59.102 160 92.25C160 127.406 191.142 136 224 136S288 127.406 288 92.25C288 59.301 275.129 -11.929 267.429 -40.563zM156.867 159.446C138.174 177.754 126.909 203.619 128.083 232.045C130.137 281.769 170.478 322.0010000000001 220.207 323.9260000000001C274.862 326.0420000000001 320 282.193 320 228C320 201.173 308.936 176.884 291.134 159.448C288.459 156.828 288.733 152.462 291.762 150.261C301.074 143.496 308.222 134.918 312.996 124.898C314.737 121.244 319.493 120.238 322.445 123.007C351.271 150.05 368.998 188.79 367.956 231.572C366.101 307.778 304.361 369.78 228.163 371.9409999999999C146.869 374.247 80 308.785 80 228C80 186.639 97.532 149.3 125.55 123.011C128.503 120.24 133.261 121.241 135.003 124.898C139.777 134.919 146.926 143.496 156.238 150.261C159.267 152.461 159.542 156.827 156.867 159.446zM224 448C100.204 448 0 347.815 0 224C0 134.008 52.602 58.353 125.739 22.592C130.072 20.474 135.006 24.136 134.274 28.902C131.892 44.414 129.932 59.848 128.868 73.241C128.722 75.077 127.719 76.727 126.19 77.753C78.79 109.559 47.626 163.769 48.003 225.1C48.595 321.337 127.293 399.748 223.532 399.999C320.793 400.253 400 321.203 400 224C400 162.068 367.842 107.51 319.35 76.133C318.351 62.0960000000001 316.281 45.545 313.726 28.903C312.994 24.136 317.929 20.474 322.261 22.593C395.227 58.273 448 133.813 448 224C448 347.795 347.815 448 224 448zM224 288C188.654 288 160 259.346 160 224S188.654 160 224 160S288 188.654 288 224S259.346 288 224 288z" /> - <glyph glyph-name="pound-sign" - unicode="" - horiz-adv-x="320" d=" M308 96H262.505C255.878 96 250.505 90.627 250.505 84V33.152H128V160H212C218.627 160 224 165.373 224 172V212C224 218.627 218.627 224 212 224H128V287.556C128 319.822 152.562 344.642 189.792 344.642C213.45 344.642 235.67 333.137 247.444 325.793C252.5950000000001 322.58 259.332 323.742 263.132 328.478L291.625 363.991C295.858 369.267 294.904 376.996 289.506 381.072C273.124 393.44 236.576 416 187.931 416C106.026 416 48 363.258 48 290.039V224H20C13.373 224 8 218.627 8 212V172C8 165.373 13.373 160 20 160H48V32H12C5.373 32 0 26.627 0 20V-20C0 -26.627 5.373 -32 12 -32H308C314.627 -32 320 -26.627 320 -20V84C320 90.627 314.627 96 308 96z" /> - <glyph glyph-name="power-off" - unicode="" - horiz-adv-x="512" d=" M400 393.9C463 348.9 504 275.3 504 192C504 55.2 393.2 -55.7 256.5 -56C120 -56.3 8.2 55 8 191.6C7.9 274.9 48.9 348.7 111.8 393.8C123.5 402.1 139.8 398.6 146.8 386.1L162.6 358C168.5 347.5 165.7 334.2 156 327C114.5 296.2 88 247.4 88 192.1C87.9 99.8 162.5 24 256 24C347.6 24 424.6 98.2 424 193.1C423.7 244.9 399.3 294.9 355.9 327.1C346.2 334.3 343.5 347.6 349.4 358L365.2 386.1C372.2 398.5 388.4 402.2 400 393.9zM296 184V424C296 437.3 285.3 448 272 448H240C226.7 448 216 437.3 216 424V184C216 170.7 226.7 160 240 160H272C285.3 160 296 170.7 296 184z" /> - <glyph glyph-name="print" - unicode="" - horiz-adv-x="512" d=" M464 256H448V366.059A24 24 0 0 1 440.971 383.029L383.029 440.971A24 24 0 0 1 366.0590000000001 448H88C74.745 448 64 437.255 64 424V256H48C21.49 256 0 234.51 0 208V76C0 69.373 5.373 64 12 64H64V-40C64 -53.255 74.745 -64 88 -64H424C437.255 -64 448 -53.255 448 -40V64H500C506.627 64 512 69.373 512 76V208C512 234.51 490.51 256 464 256zM384 0H128V96H384V0zM128 224V384H320V344C320 330.8 330.8 320 344 320H384V224H128zM432 152C418.746 152 408 162.746 408 176S418.746 200 432 200S456 189.254 456 176S445.254 152 432 152z" /> - <glyph glyph-name="puzzle-piece" - unicode="" - horiz-adv-x="576" d=" M519.442 159.349C477.923 159.349 459.942 127.756 437.384 127.756C377.409 127.756 432 304 432 304S235.712 224 235.712 307.2970000000001C235.712 343.124 272 353.5470000000001 272 393.282C272 428.784 243.885 448 210.539 448C175.885 448 144.173 429.109 144.173 391.654C144.173 350.29 175.884 332.377 175.884 309.904C175.885 240.281 0 281.242 0 281.242V-51.995S178.635 -93.042 178.635 -23.333C178.635 -0.86 138.635 16.774 138.635 58.138C138.635 95.594 167.885 114.484 202.212 114.484C235.885 114.484 264 95.268 264 59.767C264 20.032 227.712 9.609 227.712 -26.218C227.712 -87.021 357.387 -51.948 408.942 -51.948C408.942 -51.948 374.217 68.153 434.769 68.153C470.731 68.153 481.192 32.001 521.077 32.001C556.712 32 576 60.01 576 93.557C576 127.756 557.038 159.3490000000001 519.442 159.3490000000001z" /> - <glyph glyph-name="qrcode" - unicode="" - horiz-adv-x="448" d=" M0 224H192V416H0V224zM64 352H128V288H64V352zM256 416V224H448V416H256zM384 288H320V352H384V288zM0 -32H192V160H0V-32zM64 96H128V32H64V96zM416 160H448V32H352V64H320V-32H256V160H352V128H416V160zM416 0H448V-32H416V0zM352 0H384V-32H352V0z" /> - <glyph glyph-name="question-circle" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.003 392.957 -56 256 -56S8 55.003 8 192C8 328.9170000000001 119.043 440 256 440S504 328.9170000000001 504 192zM262.655 358C208.158 358 173.4 335.043 146.106 294.242C142.57 288.956 143.753 281.827 148.821 277.984L183.52 251.674C188.725 247.727 196.141 248.666 200.185 253.796C218.049 276.454 230.298 289.593 257.488 289.593C277.9169999999999 289.593 303.1859999999999 276.445 303.1859999999999 256.635C303.1859999999999 241.659 290.8229999999999 233.968 270.652 222.659C247.128 209.472 216 193.059 216 152V148C216 141.373 221.373 136 228 136H284C290.627 136 296 141.373 296 148V149.333C296 177.795 379.1860000000001 178.98 379.1860000000001 256C379.1860000000001 314.0020000000001 319.021 358 262.6550000000001 358zM256 110C230.635 110 210 89.365 210 64C210 38.636 230.635 18 256 18S302 38.636 302 64C302 89.365 281.365 110 256 110z" /> - <glyph glyph-name="question" - unicode="" - horiz-adv-x="384" d=" M202.021 448C122.202 448 70.503 415.2970000000001 29.914 356.974C22.551 346.394 24.821 331.8880000000001 35.092 324.1L78.23 291.391C88.603 283.526 103.362 285.365 111.483 295.539C136.532 326.92 155.113 344.988 194.24 344.988C225.004 344.988 263.0560000000001 325.189 263.0560000000001 295.357C263.0560000000001 272.805 244.4390000000001 261.223 214.0630000000001 244.193C178.6400000000001 224.333 131.7640000000001 199.617 131.7640000000001 137.788V128C131.7640000000001 114.745 142.5090000000001 104 155.7640000000001 104H228.2350000000001C241.4900000000001 104 252.2350000000001 114.745 252.2350000000001 128V133.773C252.2350000000001 176.6330000000001 377.5030000000001 178.418 377.5030000000001 294.4000000000001C377.504 381.7440000000001 286.902 448 202.021 448zM192 74.541C153.804 74.541 122.729 43.466 122.729 5.27C122.729 -32.925 153.804 -64 192 -64S261.271 -32.925 261.271 5.271S230.1960000000001 74.541 192 74.541z" /> - <glyph glyph-name="quidditch" - unicode="" - horiz-adv-x="640" d=" M256.5 231.2L343.2 122S326.6 19.6 266.6 -28.1C206.7 -75.7999999999999 0 -62.2 0 -62.2S3.8 -39.1 11 -6.8L105.6 105.4C109.6 110.1 104.7 117 99 114.9L38.6 92.8C53 134.5 71.3 172.8 93.2 190.3C153.1 238.1 256.5 231.2 256.5 231.2zM494.5 96.2C450.5 96.2 414.7 60.4 414.7 16.3C414.7 -27.8000000000001 450.4 -63.6 494.5 -63.6C538.6 -63.6 574.3 -27.8 574.3 16.3C574.3 60.4999999999999 538.5 96.1999999999999 494.4999999999999 96.1999999999999zM636.5 417L616.7 442C611.2 448.9 601.2 450 594.3000000000001 444.6L361.8 266.7L327.7 309.7C322.6 316.1 312.6 314.9 309.1 307.5L283.8 252.9L370.5 143.7L429.3 156.1C437.3 157.8 440.7 167.3 435.6 173.7L401.5 216.6L634 394.5C640.9 400 642 410.1 636.5 417z" /> - <glyph glyph-name="quote-left" - unicode="" - horiz-adv-x="512" d=" M0 16V144C0 281.0180000000001 63.772 380.324 193.827 415.1720000000001C209.052 419.252 224 407.735 224 391.973V358.078C224 348.021 217.772 338.945 208.313 335.528C142.316 311.688 104 266.054 104 192H176C202.51 192 224 170.51 224 144V16C224 -10.51 202.51 -32 176 -32H48C21.49 -32 0 -10.51 0 16zM336 -32H464C490.51 -32 512 -10.51 512 16V144C512 170.51 490.51 192 464 192H392C392 266.054 430.3160000000001 311.688 496.313 335.528C505.772 338.945 512 348.021 512 358.078V391.973C512 407.735 497.052 419.252 481.827 415.1720000000001C351.772 380.324 288 281.0180000000001 288 144V16C288 -10.51 309.49 -32 336 -32z" /> - <glyph glyph-name="quote-right" - unicode="" - horiz-adv-x="512" d=" M512 368V240C512 102.982 448.228 3.676 318.173 -31.172C302.948 -35.252 288 -23.735 288 -7.973V25.922C288 35.979 294.228 45.055 303.687 48.472C369.6840000000001 72.312 408 117.946 408 192H336C309.49 192 288 213.49 288 240V368C288 394.51 309.49 416 336 416H464C490.51 416 512 394.51 512 368zM176 416H48C21.49 416 0 394.51 0 368V240C0 213.49 21.49 192 48 192H120C120 117.946 81.684 72.312 15.687 48.472C6.228 45.055 0 35.979 0 25.922V-7.973C0 -23.735 14.948 -35.2519999999999 30.173 -31.172C160.228 3.676 224 102.982 224 240V368C224 394.51 202.51 416 176 416z" /> - <glyph glyph-name="random" - unicode="" - horiz-adv-x="512" d=" M504.971 88.971C514.344 79.598 514.344 64.402 504.971 55.03L424.971 -24.954C409.961 -39.964 384 -29.444 384 -7.983V32H325.2150000000001A12.004 12.004 0 0 0 316.442 35.812L245.886 111.408L299.2190000000001 168.5510000000001L352 112H384V151.981C384 173.419 409.943 183.979 424.971 168.952L504.971 88.971zM12 272H96L148.781 215.449L202.114 272.592L131.558 348.188A11.999000000000002 11.999000000000002 0 0 1 122.785 352H12C5.373 352 0 346.627 0 340V284C0 277.373 5.373 272 12 272zM384 272V232.016C384 210.556 409.961 200.036 424.971 215.045L504.971 295.029C514.344 304.402 514.344 319.598 504.971 328.9700000000001L424.971 408.951C409.943 423.979 384 413.418 384 391.981V352H325.2150000000001A12.004 12.004 0 0 1 316.442 348.188L96 112H12C5.373 112 0 106.627 0 100V44C0 37.373 5.373 32 12 32H122.785C126.111 32 129.288 33.381 131.558 35.812L352 272H384z" /> - <glyph glyph-name="recycle" - unicode="" - horiz-adv-x="512" d=" M184.561 186.097C187.793 172.1 172.438 161.462 160.493 168.929L119.757 194.384L68.89 112.982C55.606 91.727 70.96 64 96.012 64H148C154.627 64 160 58.627 160 52V12C160 5.373 154.627 0 148 0H96.115C20.781 0 -25.187 83.048 14.707 146.88L65.529 228.268L24.804 253.716C12.723 261.2630000000001 15.838 279.677 29.683 282.874L139.92 308.324C148.531 310.312 157.121 304.943 159.109 296.334L184.561 186.097zM283.122 369.012L324.411 302.936L283.671 277.479C271.62 269.951 274.671 251.526 288.55 248.321L398.7870000000001 222.871C407.4590000000001 220.872 416.002 226.309 417.9760000000001 234.861L443.4260000000001 345.098C446.6230000000001 358.942 431.4360000000001 369.817 419.3580000000001 362.266L378.6710000000001 336.842L337.4080000000001 402.924C299.8870000000001 462.957 212.1990000000001 463.095 174.5920000000001 402.924L156.6290000000001 374.158C153.1190000000001 368.538 154.8290000000001 361.137 160.4490000000001 357.625L194.3680000000001 336.43C199.9880000000001 332.918 207.3920000000001 334.627 210.9040000000001 340.247L228.8650000000001 368.99C241.5770000000001 389.331 270.8380000000001 388.666 283.1220000000001 369.012zM497.288 146.88L469.773 190.945C466.262 196.568 458.857 198.279 453.235 194.766L419.374 173.607C413.754 170.095 412.0440000000001 162.692 415.5560000000001 157.071L443.1200000000001 112.959C456.3770000000001 91.7479999999999 441.0630000000001 63.999 415.9840000000001 63.999H320V111.98C320 126.1930000000001 302.758 133.363 292.687 123.293L212.687 43.312C206.438 37.064 206.438 26.933 212.687 20.685L292.687 -59.304C302.689 -69.308 320 -62.3 320 -47.989V0H415.88C491.154 0 537.215 82.997 497.288 146.88z" /> - <glyph glyph-name="redo-alt" - unicode="" - horiz-adv-x="512" d=" M256.455 440C322.724 439.881 382.892 413.767 427.314 371.315L463.029 407.03C478.149 422.149 504 411.4410000000001 504 390.059V256C504 242.745 493.255 232 480 232H345.941C324.559 232 313.851 257.851 328.97 272.971L370.72 314.721C339.856 343.62 299.919 359.628 257.49 359.9940000000001C165.092 360.7920000000001 87.207 286.017 88.0059999999999 190.552C88.764 99.991 162.184 24 256 24C297.127 24 335.997 38.678 366.629 65.556C371.372 69.717 378.5350000000001 69.464 382.997 65.003L422.659 25.341C427.531 20.469 427.29 12.526 422.177 7.908C378.202 -31.813 319.926 -56 256 -56C119.034 -56 8.001 55.033 8 191.998C7.999 328.807 119.646 440.245 256.455 440z" /> - <glyph glyph-name="redo" - unicode="" - horiz-adv-x="512.333" d=" M500.333 448H452.922C446.069 448 440.608 442.271 440.9360000000001 435.426L444.9020000000001 352.6670000000001C399.416 406.101 331.6720000000001 440 256.001 440C119.34 440 7.899 328.474 8 191.813C8.101 54.932 119.096 -56 256 -56C319.926 -56 378.202 -31.813 422.178 7.908C427.291 12.526 427.532 20.469 422.6600000000001 25.341L388.689 59.312C384.223 63.778 377.0490000000001 64.029 372.3090000000001 59.855C341.308 32.552 300.606 16 256 16C158.733 16 80 94.716 80 192C80 289.267 158.716 368 256 368C316.892 368 370.506 337.142 402.099 290.2L300.574 295.065C293.729 295.3930000000001 288 289.932 288 283.079V235.668C288 229.041 293.373 223.668 300 223.668H500.333C506.96 223.668 512.333 229.041 512.333 235.668V436C512.333 442.627 506.96 448 500.333 448z" /> - <glyph glyph-name="registered" - unicode="" - horiz-adv-x="512" d=" M285.363 240.525C285.363 221.925 275.532 212.094 256.932 212.094H227.056V268.234H250.4340000000001C279.1020000000001 268.234 285.3630000000001 259.461 285.3630000000001 240.525zM504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM363.411 87.586C316.682 172.411 320.112 166.222 318.709 168.566C342.141 183.7380000000001 356.654 211.545 356.654 243.052C356.654 297.2960000000001 325.154 332.3040000000001 251.156 332.3040000000001H180.489C167.234 332.3040000000001 156.489 321.5590000000001 156.489 308.3040000000001V76C156.489 62.745 167.234 52 180.489 52H203.056C216.311 52 227.056 62.745 227.056 76V147.663H252.612L296.7410000000001 64.726A24.001000000000005 24.001000000000005 0 0 1 317.9290000000001 51.999H342.3930000000001C360.6540000000001 52 372.2220000000001 71.59 363.4110000000001 87.586z" /> - <glyph glyph-name="reply-all" - unicode="" - horiz-adv-x="576" d=" M136.309 258.164L312.313 410.149C327.7200000000001 423.454 352 412.652 352 391.985V309.222C481.182 298.991 576 257.01 576 125.674C576 64.233 536.418 3.365 492.667 -28.458C479.014 -38.389 459.556 -25.925 464.59 -9.827C503.102 113.335 460.668 159.655 352 172.188V88.013C352 67.312 327.7 56.56 312.313 69.849L136.309 221.836C125.238 231.397 125.223 248.589 136.309 258.164zM8.309 221.836L184.313 69.85C199.7 56.561 224 67.313 224 88.014V103.832L115.394 197.617A55.96 55.96 0 0 0 96 240.002A55.95300000000001 55.95300000000001 0 0 0 115.393 282.382L224 376.168V391.985C224 412.652 199.72 423.454 184.313 410.149L8.309 258.164C-2.777 248.589 -2.762 231.397 8.309 221.836z" /> - <glyph glyph-name="reply" - unicode="" - horiz-adv-x="512" d=" M8.309 258.164L184.313 410.149C199.719 423.454 224 412.653 224 391.985V311.932C384.629 310.093 512 277.9000000000001 512 125.674C512 64.233 472.419 3.365 428.6670000000001 -28.458C415.014 -38.389 395.5560000000001 -25.925 400.5900000000001 -9.827C445.9340000000001 135.185 379.0830000000001 173.683 224 175.915V88C224 67.3 199.7 56.547 184.3130000000001 69.836L8.3090000000001 221.836C-2.7619999999999 231.398 -2.7769999999999 248.589 8.3090000000001 258.164z" /> - <glyph glyph-name="retweet" - unicode="" - horiz-adv-x="640" d=" M629.657 104.402L528.971 3.716C519.598 -5.656 504.403 -5.656 495.03 3.716L394.343 104.402C384.9700000000001 113.775 384.9700000000001 128.971 394.343 138.343L405.166 149.166C414.728 158.728 430.299 158.5059999999999 439.585 148.6739999999999L480 105.882V288H292.451A24.005 24.005 0 0 0 275.48 295.029L259.48 311.029C244.361 326.149 255.069 352 276.451 352H520C533.255 352 544 341.255 544 328V105.882L584.4159999999999 148.674C593.7009999999999 158.505 609.2719999999999 158.728 618.8349999999999 149.166L629.6579999999999 138.343C639.0299999999999 128.971 639.0299999999999 113.774 629.6569999999999 104.402zM364.5190000000001 88.971A23.999000000000002 23.999000000000002 0 0 1 347.548 96H160V278.1190000000001L200.416 235.327C209.702 225.496 225.272 225.273 234.835 234.836L245.657 245.658C255.03 255.031 255.03 270.227 245.657 279.599L144.971 380.284C135.598 389.657 120.402 389.657 111.03 380.284L10.343 279.598C0.97 270.225 0.97 255.029 10.343 245.657L21.165 234.835C30.727 225.273 46.298 225.495 55.584 235.326L96 278.1190000000001V56C96 42.745 106.745 32 120 32H363.549C384.931 32 395.639 57.851 380.52 72.971L364.519 88.971z" /> - <glyph glyph-name="road" - unicode="" - horiz-adv-x="576" d=" M567.3 64.4L429.9 369.8C426 378.5 417.4 384 408 384H311.9L313.8 365.2C314.5 358.1 309 352 301.9 352H274C266.9 352 261.3 358.2 262.1 365.2L264 384H168C158.6 384 150 378.5 146.1 369.8L8.7 64.4C3.2 52.2 0 38.4 0 24C0 10.7 10.7 0 24 0H237.6C230.5 0 224.9 6.2 225.7 13.2L236.5 117.2C237.1 123.3 242.3 128 248.4 128H327.6C333.7000000000001 128 338.9000000000001 123.4 339.5 117.2L350.3 13.2C351 6.1 345.5 0 338.4000000000001 0H552C565.2 0 576 10.7 576 24C576 37.9 573 51.7 567.3 64.4zM254.7 293.2L258 325.2C258.6 331.3 263.8 336 269.9 336H306.1C312.2 336 317.4 331.4 318 325.2L321.3 293.2C322 286.1 316.5 280 309.4 280H266.6C259.5 280 253.9 286.2 254.7 293.2zM321.8 160H254.2C247.1 160 241.5000000000001 166.2 242.3 173.2L249.7 245.2C250.3 251.3 255.5000000000001 256 261.6 256H314.3C320.4000000000001 256 325.6 251.4 326.2 245.2L333.6 173.2C334.5 166.2 328.9 160 321.8 160z" /> - <glyph glyph-name="rocket" - unicode="" - horiz-adv-x="512" d=" M505.1 428.9C503.8 435 499 439.8 492.9 441.1C460.7 448 435.5 448 410.4 448C307.2 448 245.3 392.8 199.1 320H94.9C76.7 320 60.1 309.7 52 293.5L2.6 194.7C-5.4 178.7 6.2 160 24.1 160H119.2C113.3 147.2 107.3 134.5 101.2 122.3C98.1 116.1 99.3 108.7 104.2 103.8L167.8 40.2C172.7 35.3 180.1 34.1 186.3 37.2C198.5 43.3 211.2 49.2 224 55.1V-40C224 -57.8 242.8 -69.4 258.7 -61.5L357.4 -12.1C373.7 -4 383.9 12.7 383.9 30.8V135.2C456.5 181.5 511.9 243.6 511.9 346.3C512 371.5 512 396.7 505.1 428.9zM400 288C373.5 288 352 309.5 352 336S373.5 384 400 384S448 362.5 448 336S426.5 288 400 288z" /> - <glyph glyph-name="rss-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V368C448 394.51 426.51 416 400 416zM112 32C85.49 32 64 53.49 64 80S85.49 128 112 128S160 106.51 160 80S138.51 32 112 32zM269.533 32H235.198C229.187 32 224.147 36.636 223.756 42.634C218.542 122.684 154.513 186.554 74.633 191.757C68.636 192.147 64 197.188 64 203.198V237.533C64 244.068 69.468 249.31 75.994 248.9580000000001C186.54 242.9840000000001 274.9910000000001 154.422 280.9580000000001 43.994C281.31 37.468 276.0680000000001 32 269.533 32zM372.56 32H338.226C332.065 32 327.051 36.882 326.799 43.038C321.201 179.573 211.595 289.199 75.039 294.798C68.882 295.051 64 300.065 64 306.226V340.56C64 347.014 69.338 352.224 75.787 351.992C243.617 345.967 377.997 210.801 383.992 43.787C384.224 37.338 379.014 32.0000000000001 372.56 32.0000000000001z" /> - <glyph glyph-name="rss" - unicode="" - horiz-adv-x="448" d=" M128.081 32.041C128.081 -3.328 99.409 -32 64.04 -32S0 -3.328 0 32.041S28.672 96.082 64.041 96.082S128.081 67.409 128.081 32.041zM303.741 -15.209C295.387 139.391 171.556 263.378 16.791 271.741C7.656 272.235 0 264.895 0 255.747V207.678C0 199.263 6.49 192.206 14.887 191.66C126.719 184.376 216.36 94.958 223.659 -17.112C224.206 -25.509 231.263 -31.999 239.677 -31.999H287.746C296.895 -32 304.235 -24.344 303.741 -15.209zM447.99 -15.497C439.596 218.323 251.465 407.555 16.503 415.99C7.473 416.314 0 409.019 0 399.984V351.916C0 343.291 6.835 336.271 15.453 335.9170000000001C206.632 328.078 360.08 174.601 367.918 -16.548C368.271 -25.166 375.291 -32.001 383.917 -32.001H431.985C441.019 -32 448.314 -24.527 447.99 -15.497z" /> - <glyph glyph-name="ruble-sign" - unicode="" - horiz-adv-x="384" d=" M239.36 128C324.48 128 384 187.458 384 272.929S324.48 416 239.36 416H76C69.373 416 64 410.627 64 404V197.368H12C5.373 197.368 0 191.995 0 185.368V140C0 133.373 5.373 128 12 128H64V96H12C5.373 96 0 90.627 0 84V44C0 37.373 5.373 32 12 32H64V-20C64 -26.627 69.373 -32 76 -32H134.56C141.187 -32 146.56 -26.627 146.56 -20V32H308C314.627 32 320 37.373 320 44V84C320 90.627 314.627 96 308 96H146.56V128H239.36zM146.56 347.252H225.28C272 347.252 300.16 318.142 300.16 272.9290000000001C300.16 227.0970000000001 272 197.368 224 197.368H146.56V347.252z" /> - <glyph glyph-name="rupee-sign" - unicode="" - horiz-adv-x="320" d=" M308 352C314.627 352 320 357.373 320 364V404C320 410.627 314.627 416 308 416H12C5.373 416 0 410.627 0 404V359.252C0 352.625 5.373 347.252 12 347.252H97.28C124.588 347.252 145.541 337.294 158.25 320H12C5.373 320 0 314.627 0 308V268C0 261.373 5.373 256 12 256H170.757C164.54 219.914 137.796 197.368 96 197.368H12C5.373 197.368 0 191.995 0 185.368V132.356C0 129.007 1.4 125.81 3.861 123.538L168.913 -28.818A12.001000000000001 12.001000000000001 0 0 1 177.052 -32H259.614C270.538 -32 275.78 -18.592 267.753 -11.182L116.871 128.094C193.37 130.434 248.015 181.489 255.189 256H308C314.627 256 320 261.373 320 268V308C320 314.627 314.627 320 308 320H249.31C245.824 331.541 241.03 342.246 235.058 352H308z" /> - <glyph glyph-name="save" - unicode="" - horiz-adv-x="448" d=" M433.941 318.059L350.059 401.9410000000001A48 48 0 0 1 316.118 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V284.118A48 48 0 0 1 433.941 318.059zM224 32C188.654 32 160 60.654 160 96C160 131.346 188.654 160 224 160S288 131.346 288 96C288 60.654 259.346 32 224 32zM320 336.52V236C320 229.373 314.627 224 308 224H76C69.373 224 64 229.373 64 236V340C64 346.627 69.373 352 76 352H304.52C307.703 352 310.755 350.736 313.005 348.485L316.485 345.005A11.996 11.996 0 0 0 320 336.52z" /> - <glyph glyph-name="search-minus" - unicode="" - horiz-adv-x="512" d=" M304 256V224C304 217.4 298.6 212 292 212H124C117.4 212 112 217.4 112 224V256C112 262.6 117.4 268 124 268H292C298.6 268 304 262.6 304 256zM505 -28.7L476.7 -57C467.3 -66.4 452.1 -66.4 442.8 -57L343 42.7C338.5 47.2 336 53.3 336 59.7V76C300.7 48.4 256.3 32 208 32C93.1 32 0 125.1 0 240S93.1 448 208 448S416 354.9 416 240C416 191.7 399.6 147.3 372 112H388.3C394.7 112 400.8 109.5 405.3 105L505 5.3C514.3 -4.1 514.3 -19.3 505 -28.7zM344 240C344 315.2 283.2 376 208 376S72 315.2 72 240S132.8 104 208 104S344 164.8 344 240z" /> - <glyph glyph-name="search-plus" - unicode="" - horiz-adv-x="512" d=" M304 256V224C304 217.4 298.6 212 292 212H236V156C236 149.4 230.6 144 224 144H192C185.4 144 180 149.4 180 156V212H124C117.4 212 112 217.4 112 224V256C112 262.6 117.4 268 124 268H180V324C180 330.6 185.4 336 192 336H224C230.6 336 236 330.6 236 324V268H292C298.6 268 304 262.6 304 256zM505 -28.7L476.7 -57C467.3 -66.4 452.1 -66.4 442.8 -57L343 42.7C338.5 47.2 336 53.3 336 59.7V76C300.7 48.4 256.3 32 208 32C93.1 32 0 125.1 0 240S93.1 448 208 448S416 354.9 416 240C416 191.7 399.6 147.3 372 112H388.3C394.7 112 400.8 109.5 405.3 105L505 5.3C514.3 -4.1 514.3 -19.3 505 -28.7zM344 240C344 315.2 283.2 376 208 376S72 315.2 72 240S132.8 104 208 104S344 164.8 344 240z" /> - <glyph glyph-name="search" - unicode="" - horiz-adv-x="512" d=" M505 5.3L405.3 105C400.8 109.5 394.7 112 388.3 112H372C399.6 147.3 416 191.7 416 240C416 354.9 322.9 448 208 448S0 354.9 0 240S93.1 32 208 32C256.3 32 300.7 48.4 336 76V59.7C336 53.3 338.5 47.2 343 42.7L442.7 -57C452.1 -66.4 467.3 -66.4 476.6 -57L504.9 -28.7C514.3 -19.3 514.3 -4.1 505 5.3zM208 112C137.3 112 80 169.2 80 240C80 310.7 137.2 368 208 368C278.7 368 336 310.8 336 240C336 169.3 278.8 112 208 112z" /> - <glyph glyph-name="server" - unicode="" - horiz-adv-x="512" d=" M480 288H32C14.327 288 0 302.327 0 320V384C0 401.673 14.327 416 32 416H480C497.673 416 512 401.673 512 384V320C512 302.327 497.673 288 480 288zM432 376C418.745 376 408 365.255 408 352S418.745 328 432 328S456 338.745 456 352S445.255 376 432 376zM368 376C354.745 376 344 365.255 344 352S354.745 328 368 328S392 338.745 392 352S381.255 376 368 376zM480 128H32C14.327 128 0 142.327 0 160V224C0 241.673 14.327 256 32 256H480C497.673 256 512 241.673 512 224V160C512 142.327 497.673 128 480 128zM432 216C418.745 216 408 205.255 408 192S418.745 168 432 168S456 178.745 456 192S445.255 216 432 216zM368 216C354.745 216 344 205.255 344 192S354.745 168 368 168S392 178.745 392 192S381.255 216 368 216zM480 -32H32C14.327 -32 0 -17.673 0 0V64C0 81.673 14.327 96 32 96H480C497.673 96 512 81.673 512 64V0C512 -17.673 497.673 -32 480 -32zM432 56C418.745 56 408 45.255 408 32S418.745 8 432 8S456 18.745 456 32S445.255 56 432 56zM368 56C354.745 56 344 45.255 344 32S354.745 8 368 8S392 18.745 392 32S381.255 56 368 56z" /> - <glyph glyph-name="share-alt-square" - unicode="" - horiz-adv-x="448" d=" M448 368V16C448 -10.51 426.51 -32 400 -32H48C21.49 -32 0 -10.51 0 16V368C0 394.51 21.49 416 48 416H400C426.51 416 448 394.51 448 368zM304 152C289.438 152 276.177 146.439 266.217 137.329L198.259 178.104A56.33899999999999 56.33899999999999 0 0 1 198.259 205.897L266.217 246.672C276.177 237.561 289.438 232 304 232C334.928 232 360 257.072 360 288S334.928 344 304 344S248 318.928 248 288C248 283.203 248.605 278.5470000000001 249.74 274.103L181.782 233.328C171.823 242.439 158.562 248 144 248C113.072 248 88 222.928 88 192S113.072 136 144 136C158.562 136 171.823 141.561 181.783 150.671L249.741 109.896A56.08800000000001 56.08800000000001 0 0 1 248.001 95.999C248.001 65.071 273.073 39.999 304.001 39.999S360.001 65.071 360.001 95.999C360 126.928 334.928 152 304 152z" /> - <glyph glyph-name="share-alt" - unicode="" - horiz-adv-x="448" d=" M352 128C329.392 128 308.613 120.181 292.21 107.105L189.724 171.159A96.551 96.551 0 0 1 189.724 212.842L292.21 276.896C308.613 263.819 329.392 256 352 256C405.019 256 448 298.981 448 352S405.019 448 352 448S256 405.019 256 352C256 344.842 256.79 337.87 258.276 331.159L155.79 267.105C139.387 280.1810000000001 118.608 288 96 288C42.981 288 0 245.019 0 192S42.981 96 96 96C118.608 96 139.387 103.819 155.79 116.895L258.276 52.841A96.301 96.301 0 0 1 256 32C256 -21.019 298.981 -64 352 -64S448 -21.019 448 32S405.019 128 352 128z" /> - <glyph glyph-name="share-square" - unicode="" - horiz-adv-x="576" d=" M568.482 270.552L424.479 134.567C409.3 120.232 384 130.86 384 152.015V223.978C239.425 223.008 178.434 188.865 219.225 52.625C223.708 37.652 206.379 26.058 194.219 35.295C155.252 64.895 120 121.512 120 178.661C120 322.598 237.599 351.161 384 351.973V423.988C384 445.162 409.317 455.756 424.479 441.436L568.482 305.448C578.502 295.985 578.51 280.023 568.482 270.552zM384 68.872V0H64V320H114.916A11.989999999999998 11.989999999999998 0 0 1 123.564 323.693C138.517 339.261 155.801 351.583 174.578 361.3690000000001C185.708 367.17 181.584 384 169.033 384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V72.806C448 81.094 439.803 86.872 431.989 84.108A71.83 71.83 0 0 0 397.8 80.731C390.53 81.777 384 76.217 384 68.872z" /> - <glyph glyph-name="share" - unicode="" - horiz-adv-x="512" d=" M503.691 258.164L327.687 410.149C312.281 423.454 288 412.653 288 391.985V311.932C127.371 310.093 0 277.9 0 125.674C0 64.233 39.581 3.365 83.333 -28.458C96.986 -38.389 116.444 -25.925 111.41 -9.827C66.066 135.186 132.917 173.684 288 175.915V88C288 67.3 312.3 56.547 327.687 69.836L503.691 221.836C514.7620000000001 231.398 514.777 248.589 503.691 258.164z" /> - <glyph glyph-name="shekel-sign" - unicode="" - horiz-adv-x="448" d=" M170.12 352H80V-20C80 -26.627 74.627 -32 68 -32H12C5.373 -32 0 -26.627 0 -20V404C0 410.627 5.373 416 12 416H180.36C265.48 416 325 358.4 325 272.929V89C325 82.373 319.627 77 313 77H269C255.745 77 245 87.745 245 101V277.677C245 322.89 216.839 352 170.12 352zM436 416H380C373.373 416 368 410.627 368 404V32H277.88C231.16 32 203 61.11 203 106.323V283C203 296.255 192.255 307 179 307H135C128.373 307 123 301.627 123 295V111.071C123 25.6 182.52 -32 267.64 -32H436C442.627 -32 448 -26.627 448 -20V404C448 410.627 442.627 416 436 416z" /> - <glyph glyph-name="shield-alt" - unicode="" - horiz-adv-x="512" d=" M496 320C496 98.718 360.0660000000001 -24.645 274.461 -60.308A48 48 0 0 0 237.538 -60.308C130.495 -15.713 16 121.513 16 320A48 48 0 0 0 45.539 364.308L237.539 444.308A48 48 0 0 0 274.462 444.308L466.462 364.308A48 48 0 0 0 496 320zM256 1.687L256.066 1.653C349.801 48.342 428.563 157.961 431.883 309.382L256 382.6670000000001V1.687z" /> - <glyph glyph-name="ship" - unicode="" - horiz-adv-x="640" d=" M496.616 75.361L566.6279999999999 145.373C583.5269999999999 162.273 576.5699999999999 191.144 553.7919999999999 198.465L512 211.898V352C512 369.673 497.673 384 480 384H416V424C416 437.255 405.255 448 392 448H248C234.745 448 224 437.255 224 424V384H160C142.327 384 128 369.673 128 352V211.898L86.208 198.465C63.455 191.152 56.454 162.292 73.372 145.373L143.384 75.361C125.828 31.713 85.587 0 24 0C10.745 0 0 -10.745 0 -24V-40C0 -53.255 10.745 -64 24 -64C85.023 -64 131.499 -43.39 167.258 -4.604C181.677 -39.432 216.021 -64 256 -64H384C423.979 -64 458.323 -39.432 472.742 -4.604C508.495 -43.384 554.968 -64 616 -64C629.255 -64 640 -53.255 640 -40V-24C640 -10.745 629.255 0 616 0C555.183 0 514.458 31.001 496.616 75.361zM192 320H448V232.469L329.7920000000001 270.464A31.995 31.995 0 0 1 310.2080000000001 270.464L192 232.469V320z" /> - <glyph glyph-name="shipping-fast" - unicode="" - horiz-adv-x="640" d=" M624 96H608V204.1C608 216.8 602.9 229 593.9 238L494 337.9C485 346.9 472.8 352 460.1 352H416V400C416 426.5 394.5 448 368 448H112C85.5 448 64 426.5 64 400V352H8C3.6 352 0 348.4 0 344V328C0 323.6 3.6 320 8 320H280C284.4 320 288 316.4 288 312V296C288 291.6 284.4 288 280 288H40C35.6 288 32 284.4 32 280V264C32 259.6 35.6 256 40 256H248C252.4 256 256 252.4 256 248V232C256 227.6 252.4 224 248 224H8C3.6 224 0 220.4 0 216V200C0 195.6 3.6 192 8 192H216C220.4 192 224 188.4 224 184V168C224 163.6 220.4 160 216 160H64V32C64 -21 107 -64 160 -64S256 -21 256 32H384C384 -21 427 -64 480 -64S576 -21 576 32H624C632.8 32 640 39.2 640 48V80C640 88.8 632.8 96 624 96zM160 -16C133.5 -16 112 5.5 112 32S133.5 80 160 80S208 58.5 208 32S186.5 -16 160 -16zM480 -16C453.5 -16 432 5.5 432 32S453.5 80 480 80S528 58.5 528 32S506.5 -16 480 -16zM560 192H416V304H460.1L560 204.1V192z" /> - <glyph glyph-name="shopping-bag" - unicode="" - horiz-adv-x="448" d=" M352 288V320C352 390.58 294.579 448 224 448C153.42 448 96 390.58 96 320V288H0V16C0 -28.183 35.817 -64 80 -64H368C412.183 -64 448 -28.183 448 16V288H352zM160 320C160 355.29 188.71 384 224 384S288 355.29 288 320V288H160V320zM320 200C306.745 200 296 210.745 296 224S306.745 248 320 248S344 237.255 344 224S333.255 200 320 200zM128 200C114.745 200 104 210.745 104 224S114.745 248 128 248S152 237.255 152 224S141.255 200 128 200z" /> - <glyph glyph-name="shopping-basket" - unicode="" - horiz-adv-x="576" d=" M576 232V216C576 202.745 565.255 192 552 192H544L517.887 9.212C514.509 -14.435 494.257 -32 470.37 -32H105.63C81.743 -32 61.491 -14.435 58.112 9.212L32 192H24C10.745 192 0 202.745 0 216V232C0 245.255 10.745 256 24 256H91.341L198.121 402.8210000000001C208.516 417.113 228.528 420.274 242.822 409.879C257.115 399.484 260.275 379.471 249.88 365.178L170.477 256H405.523L326.12 365.179C315.725 379.471 318.886 399.485 333.1790000000001 409.88C347.4700000000001 420.275 367.485 417.115 377.8800000000001 402.822L484.659 256H552C565.255 256 576 245.255 576 232zM312 56V168C312 181.255 301.255 192 288 192S264 181.255 264 168V56C264 42.745 274.745 32 288 32S312 42.745 312 56zM424 56V168C424 181.255 413.255 192 400 192S376 181.255 376 168V56C376 42.745 386.745 32 400 32S424 42.745 424 56zM200 56V168C200 181.255 189.255 192 176 192S152 181.255 152 168V56C152 42.745 162.745 32 176 32S200 42.745 200 56z" /> - <glyph glyph-name="shopping-cart" - unicode="" - horiz-adv-x="576" d=" M528.12 146.681L575.393 354.681C578.806 369.699 567.391 384 551.99 384H159.208L150.042 428.81C147.758 439.979 137.93 448 126.529 448H24C10.745 448 0 437.255 0 424V408C0 394.745 10.745 384 24 384H93.883L164.131 40.565C147.325 30.9 136 12.778 136 -8C136 -38.928 161.072 -64 192 -64S248 -38.928 248 -8C248 7.674 241.553 21.835 231.176 32H440.823C430.447 21.835 424 7.674 424 -8C424 -38.928 449.072 -64 480 -64S536 -38.928 536 -8C536 14.172 523.112 33.332 504.421 42.405L509.938 66.681C513.351 81.699 501.936 96 486.535 96H218.117L211.572 128H504.717C515.923 128 525.637 135.754 528.12 146.681z" /> - <glyph glyph-name="shower" - unicode="" - horiz-adv-x="512" d=" M389.6600000000001 312.4L231.6 154.34C222.23 144.97 207.03 144.97 197.66 154.34L186.34 165.66C176.97 175.03 176.97 190.23 186.34 199.6L186.45 199.71C152.42 239.92 151.29 298.65 183.06 340.09C171.09 347.64 156.92 352 141.7600000000001 352C98.88 352 64 317.12 64 274.24V-32H0V274.24C0 352.41 63.59 416 141.76 416C178.69 416 212.37 401.8 237.62 378.58C273.52 390.09 314.12 383.08 344.29 357.55L344.4000000000001 357.66C353.7700000000001 367.03 368.9700000000001 367.03 378.3400000000001 357.66L389.6600000000001 346.3400000000001C399.0300000000001 336.9700000000001 399.0300000000001 321.77 389.6600000000001 312.4zM384 240C384 231.163 376.837 224 368 224S352 231.163 352 240S359.163 256 368 256S384 248.837 384 240zM416 240C416 248.837 423.163 256 432 256S448 248.837 448 240S440.837 224 432 224S416 231.163 416 240zM512 240C512 231.163 504.837 224 496 224S480 231.163 480 240S487.163 256 496 256S512 248.837 512 240zM352 208C352 199.163 344.837 192 336 192S320 199.163 320 208S327.163 224 336 224S352 216.837 352 208zM400 224C408.837 224 416 216.837 416 208S408.837 192 400 192S384 199.163 384 208S391.163 224 400 224zM480 208C480 199.163 472.837 192 464 192S448 199.163 448 208S455.163 224 464 224S480 216.837 480 208zM320 176C320 167.163 312.837 160 304 160S288 167.163 288 176S295.163 192 304 192S320 184.837 320 176zM352 176C352 184.837 359.163 192 368 192S384 184.837 384 176S376.837 160 368 160S352 167.163 352 176zM448 176C448 167.163 440.837 160 432 160S416 167.163 416 176S423.163 192 432 192S448 184.837 448 176zM320 144C320 152.837 327.163 160 336 160S352 152.837 352 144S344.837 128 336 128S320 135.163 320 144zM416 144C416 135.163 408.837 128 400 128S384 135.163 384 144S391.163 160 400 160S416 152.837 416 144zM320 112C320 103.163 312.837 96 304 96S288 103.163 288 112S295.163 128 304 128S320 120.837 320 112zM384 112C384 103.163 376.837 96 368 96S352 103.163 352 112S359.163 128 368 128S384 120.837 384 112zM352 80C352 71.163 344.837 64 336 64S320 71.163 320 80S327.163 96 336 96S352 88.837 352 80zM320 48C320 39.163 312.837 32 304 32S288 39.163 288 48S295.163 64 304 64S320 56.837 320 48z" /> - <glyph glyph-name="sign-in-alt" - unicode="" - horiz-adv-x="512" d=" M416 0H332C325.4 0 320 5.4 320 12V52C320 58.6 325.4 64 332 64H416C433.7 64 448 78.3 448 96V288C448 305.7 433.7 320 416 320H332C325.4 320 320 325.4 320 332V372C320 378.6 325.4 384 332 384H416C469 384 512 341 512 288V96C512 43 469 0 416 0zM369 201L201 369C186 384 160 373.5 160 352V256H24C10.7 256 0 245.3 0 232V136C0 122.7 10.7 112 24 112H160V16C160 -5.5 186 -16 201 -1L369 167C378.3 176.4 378.3 191.6 369 201z" /> - <glyph glyph-name="sign-language" - unicode="" - horiz-adv-x="448" d=" M91.434 -35.987C91.127 -19.969 104.543 -6.858 120.564 -6.858H182.857V-1.144H56.993C40.972 -1.144 27.556 11.967 27.863 27.985C28.16 43.509 40.835 56 56.428 56H182.857V61.714H29.136C13.115 61.714 -0.301 74.825 0.006 90.843C0.303 106.365 12.979 118.856 28.572 118.856H182.858V124.57H57.707C41.686 124.57 28.27 137.681 28.577 153.699C28.874 169.221 41.55 181.712 57.143 181.712H225.709L194.624 204.318C181.862 213.599 179.041 231.467 188.322 244.23C197.603 256.991 215.472 259.812 228.234 250.532L351.5950000000001 160.817A34.287 34.287 0 0 0 365.7150000000001 133.089V-8.047C365.7150000000001 -23.957 354.769 -37.777 339.2820000000001 -41.421L258.8110000000001 -60.3550000000001A137.16 137.16 0 0 0 227.4000000000001 -64.0010000000001H120C104.407 -64.0000000000001 91.731 -51.5090000000001 91.434 -35.9870000000001zM164.683 189.714H201.106L189.919 197.8499999999999C171.34 211.3609999999999 169.606 238.737 186.749 254.386L173.745 271.0859999999999C163.902 283.7269999999999 145.315 286.257 132.865 276.1739999999999C120.8 266.4029999999999 118.732 248.7269999999999 128.312 236.4239999999999L164.683 189.714zM447.981 191.817L442.978 344.269C442.4600000000001 360.04 429.2560000000001 372.405 413.485 371.8879999999999C397.712 371.37 385.348 358.166 385.866 342.395L387.128 303.98L283.565 436.981C273.985 449.284 256.342 451.611 243.912 442.3090000000001C231.085 432.71 228.983 414.069 238.826 401.428L315.715 302.683L311.206 299.1720000000001L216.416 420.906C206.8359999999999 433.209 189.1929999999999 435.536 176.763 426.234C163.936 416.635 161.834 397.994 171.6769999999999 385.353L266.12 264.065L261.611 260.554L183.9359999999999 360.308C174.3559999999999 372.611 156.7129999999999 374.938 144.2829999999999 365.636C131.4559999999999 356.0370000000001 129.3539999999999 337.396 139.1969999999999 324.755L191.2499999999999 257.906C203.7469999999999 266.163 220.3049999999999 266.1910000000001 232.9399999999999 257.002L356.2999999999999 167.288C367.2039999999999 159.358 373.7149999999999 146.573 373.7149999999999 133.09V116.091L434.779 163.64A34.285 34.285 0 0 1 447.981 191.817z" /> - <glyph glyph-name="sign-out-alt" - unicode="" - horiz-adv-x="512" d=" M497 175L329 7C314 -8 288 2.5 288 24V120H152C138.7 120 128 130.7 128 144V240C128 253.3 138.7 264 152 264H288V360C288 381.4 313.9 392 329 377L497 209C506.3 199.6 506.3 184.4 497 175zM192 12V52C192 58.6 186.6 64 180 64H96C78.3 64 64 78.3 64 96V288C64 305.7 78.3 320 96 320H180C186.6 320 192 325.4 192 332V372C192 378.6 186.6 384 180 384H96C43 384 0 341 0 288V96C0 43 43 0 96 0H180C186.6 0 192 5.4 192 12z" /> - <glyph glyph-name="signal" - unicode="" - horiz-adv-x="640" d=" M36 64H92C98.6 64 104 58.6 104 52V-52C104 -58.6 98.6 -64 92 -64H36C29.4 -64 24 -58.6 24 -52V52C24 58.6 29.4 64 36 64zM152 100V-52C152 -58.6 157.4 -64 164 -64H220C226.6 -64 232 -58.6 232 -52V100C232 106.6 226.6 112 220 112H164C157.4 112 152 106.6 152 100zM280 180V-52C280 -58.6 285.4 -64 292 -64H348C354.6 -64 360 -58.6 360 -52V180C360 186.6 354.6 192 348 192H292C285.4 192 280 186.6 280 180zM408 292V-52C408 -58.6 413.4 -64 420 -64H476C482.6 -64 488 -58.6 488 -52V292C488 298.6 482.6 304 476 304H420C413.4 304 408 298.6 408 292zM536 436V-52C536 -58.6 541.4 -64 548 -64H604C610.6 -64 616 -58.6 616 -52V436C616 442.6 610.6 448 604 448H548C541.4 448 536 442.6 536 436z" /> - <glyph glyph-name="sitemap" - unicode="" - horiz-adv-x="640" d=" M616 128H568V176C568 198.056 550.056 216 528 216H344V256H392C405.255 256 416 266.745 416 280V424C416 437.255 405.255 448 392 448H248C234.745 448 224 437.255 224 424V280C224 266.745 234.745 256 248 256H296V216H112C89.944 216 72 198.056 72 176V128H24C10.745 128 0 117.255 0 104V-40C0 -53.255 10.745 -64 24 -64H168C181.255 -64 192 -53.255 192 -40V104C192 117.255 181.255 128 168 128H120V168H296V128H248C234.745 128 224 117.255 224 104V-40C224 -53.255 234.745 -64 248 -64H392C405.255 -64 416 -53.255 416 -40V104C416 117.255 405.255 128 392 128H344V168H520V128H472C458.745 128 448 117.255 448 104V-40C448 -53.255 458.745 -64 472 -64H616C629.255 -64 640 -53.255 640 -40V104C640 117.255 629.255 128 616 128z" /> - <glyph glyph-name="sliders-h" - unicode="" - horiz-adv-x="576" d=" M576 368V328C576 321.4 570.6 316 564 316H160V308C160 294.7 149.3 284 136 284H120C106.7 284 96 294.7 96 308V316H12C5.4 316 0 321.4 0 328V368C0 374.6 5.4 380 12 380H96V388C96 401.3 106.7 412 120 412H136C149.3 412 160 401.3 160 388V380H564C570.6 380 576 374.6 576 368zM564 220H480V228C480 241.3 469.3 252 456 252H440C426.7 252 416 241.3 416 228V220H12C5.4 220 0 214.6 0 208V168C0 161.4 5.4 156 12 156H416V148C416 134.7 426.7 124 440 124H456C469.3 124 480 134.7 480 148V156H564C570.6 156 576 161.4 576 168V208C576 214.6 570.6 220 564 220zM564 60H288V68C288 81.3 277.3 92 264 92H248C234.7 92 224 81.3 224 68V60H12C5.4 60 0 54.6 0 48V8C0 1.4 5.4 -4 12 -4H224V-12C224 -25.3 234.7 -36 248 -36H264C277.3 -36 288 -25.3 288 -12V-4H564C570.6 -4 576 1.4 576 8V48C576 54.6 570.6 60 564 60z" /> - <glyph glyph-name="smile" - unicode="" - horiz-adv-x="512" d=" M504 192C504 55.033 392.967 -56 256 -56S8 55.033 8 192S119.033 440 256 440S504 328.967 504 192zM381.474 116.66C392.953 134.415 366.125 151.854 354.601 134.034C301.183 51.407 210.891 51.353 157.437 134.034C145.935 151.824 119.073 134.435 130.564 116.66C196.578 14.553 315.3590000000001 14.395 381.4740000000001 116.66zM108 256C108 218.503 138.503 188 176 188S244 218.503 244 256S213.497 324 176 324S108 293.497 108 256zM268.5 256C268.5 218.779 298.779 188.5 336 188.5S403.5 218.779 403.5 256S373.221 323.5 336 323.5S268.5 293.221 268.5 256zM336 304A47.789 47.789 0 0 1 313.397 298.353H313.412C324.328 298.353 333.177 289.504 333.177 278.588S324.328 258.8230000000001 313.412 258.8230000000001S293.647 267.6720000000001 293.647 278.588V278.603A47.789 47.789 0 0 1 288 256C288 229.49 309.49 208 336 208S384 229.49 384 256S362.51 304 336 304zM176 304A47.789 47.789 0 0 1 153.397 298.353H153.412C164.328 298.353 173.177 289.504 173.177 278.588S164.328 258.8230000000001 153.412 258.8230000000001S133.647 267.6720000000001 133.647 278.588V278.603A47.789 47.789 0 0 1 128 256C128 229.49 149.49 208 176 208S224 229.49 224 256S202.51 304 176 304z" /> - <glyph glyph-name="snowflake" - unicode="" - horiz-adv-x="448" d=" M444.816 146.361A24.12 24.12 0 0 1 447.477 163.339C444.752 176.305 432.138 184.584 419.303 181.831L331.896 156.785L264 192L331.896 227.215L419.303 202.169C432.138 199.416 444.752 207.695 447.477 220.661C450.202 233.627 442.006 246.369 429.172 249.122L381.695 256.259L434.772 287.2150000000001C446.135 293.842 450.029 308.521 443.468 320C436.9070000000001 331.479 422.377 335.4120000000001 411.014 328.785L357.937 297.829L375.558 342.933C379.615 355.539 372.79 369.079 360.311 373.178C347.833 377.2770000000001 334.428 370.3810000000001 330.371 357.776L308.139 268.786L247.759 233.571V304L312.9340000000001 367.945C321.7120000000001 377.7970000000001 320.9210000000001 392.972 311.168 401.839C301.415 410.706 286.3930000000001 409.907 277.616 400.055L247.759 362.088V424C247.759 437.255 237.122 448 224.001 448S200.243 437.255 200.243 424V362.088L170.386 400.055C161.607 409.907 146.587 410.707 136.834 401.839C127.081 392.972 126.291 377.7970000000001 135.068 367.945L200.242 304V233.569L139.862 268.784L117.63 357.774C113.573 370.379 100.168 377.2750000000001 87.69 373.1760000000001C75.212 369.077 68.386 355.536 72.443 342.9310000000001L90.063 297.827L36.986 328.783C25.623 335.41 11.093 331.477 4.532 319.998S1.865 293.841 13.228 287.213L66.305 256.257L18.828 249.12C5.993 246.366 -2.203 233.625 0.523 220.659C3.248 207.694 15.862 199.414 28.697 202.167L116.104 227.213L184 192L116.104 156.785L28.698 181.83C15.863 184.583 3.249 176.304 0.524 163.338C-2.201 150.371 5.994 137.63 18.829 134.877L66.306 127.74L13.229 96.7839999999999C1.866 90.157 -2.027 75.479 4.533 64S25.624 48.588 36.987 55.215L90.064 86.171L72.444 41.067A24.157 24.157 0 0 1 74.466 21.639C77.297 16.686 81.882 12.73 87.69 10.823C100.168 6.724 113.573 13.6200000000001 117.63 26.225L139.862 115.215L200.242 150.4300000000001V80L135.067 16.055C126.289 6.203 127.08 -8.972 136.833 -17.839C146.587 -26.707 161.607 -25.907 170.385 -16.055L200.242 21.912V-40C200.242 -53.255 210.879 -64 224 -64S247.758 -53.255 247.758 -40V21.912L277.615 -16.055A23.59 23.59 0 0 1 295.282 -24A23.534 23.534 0 0 1 311.167 -17.839C320.92 -8.972 321.711 6.203 312.933 16.055L247.758 80V150.431L308.1380000000001 115.216L330.37 26.226C334.427 13.621 347.832 6.725 360.31 10.824C372.789 14.923 379.614 28.464 375.557 41.069L357.9360000000001 86.173L411.0130000000001 55.217C422.3760000000001 48.59 436.9060000000001 52.523 443.4670000000001 64.002S446.134 90.159 434.771 96.787L381.694 127.7430000000001L429.171 134.8800000000001C436.031 136.3490000000001 441.565 140.6730000000001 444.816 146.3610000000001z" /> - <glyph glyph-name="sort-alpha-down" - unicode="" - horiz-adv-x="448" d=" M187.298 52.686L107.314 -27.316C101.066 -33.563 90.931 -33.561 84.687 -27.316L4.705 52.686C-5.365 62.756 1.807 80 16.019 80H64V400C64 408.837 71.163 416 80 416H112C120.837 416 128 408.837 128 400V80H175.984C190.225 80 197.347 62.736 187.298 52.686zM306.373 232.693A12 12 0 0 0 294.838 224H259.1210000000001C250.9010000000001 224 245.1140000000001 232.078 247.7590000000001 239.861L304.855 407.861A12 12 0 0 0 316.217 416H355.783C360.9220000000001 416 365.4910000000001 412.727 367.1450000000001 407.861L424.2410000000001 239.861C426.886 232.078 421.1 224 412.879 224H377.144A12 12 0 0 0 365.629 232.622L357.3280000000001 260.9210000000001H314.4650000000001L306.3730000000001 232.693zM329.23 311.39H342.5970000000001L335.997 334.327L329.23 311.39zM341.805 24.067L409.256 119.765A12 12 0 0 1 411.448 126.678V148C411.448 154.627 406.075 160 399.448 160H274.522C267.895 160 262.522 154.627 262.522 148V119.07C262.522 112.443 267.895 107.07 274.522 107.07H330.991C330.252 106.079 329.494 105.034 328.721 103.937L261.5180000000001 8.732A12.001000000000001 12.001000000000001 0 0 1 259.322 1.812V-20C259.322 -26.627 264.695 -32 271.322 -32H400.677C407.3040000000001 -32 412.677 -26.627 412.677 -20V8.93C412.677 15.557 407.3040000000001 20.93 400.677 20.93H339.531C340.271 21.923 341.031 22.969 341.805 24.067z" /> - <glyph glyph-name="sort-alpha-up" - unicode="" - horiz-adv-x="448" d=" M4.702 331.314L84.686 411.316C90.934 417.563 101.069 417.561 107.313 411.316L187.294 331.314C197.364 321.2440000000001 190.193 304 175.98 304H128V-16C128 -24.837 120.837 -32 112 -32H80C71.163 -32 64 -24.837 64 -16V304H16.016C1.775 304 -5.347 321.264 4.702 331.314zM306.373 232.693A12 12 0 0 0 294.838 224H259.1210000000001C250.9010000000001 224 245.1140000000001 232.078 247.7590000000001 239.861L304.855 407.861A12 12 0 0 0 316.217 416H355.783C360.9220000000001 416 365.4910000000001 412.727 367.1450000000001 407.861L424.2410000000001 239.861C426.886 232.078 421.1 224 412.879 224H377.144A12 12 0 0 0 365.629 232.622L357.3280000000001 260.9210000000001H314.4650000000001L306.3730000000001 232.693zM329.23 311.39H342.5970000000001L335.997 334.327L329.23 311.39zM341.805 24.067L409.256 119.765A12 12 0 0 1 411.448 126.678V148C411.448 154.627 406.075 160 399.448 160H274.522C267.895 160 262.522 154.627 262.522 148V119.07C262.522 112.443 267.895 107.07 274.522 107.07H330.991C330.252 106.079 329.494 105.034 328.721 103.937L261.5180000000001 8.732A12.001000000000001 12.001000000000001 0 0 1 259.322 1.812V-20C259.322 -26.627 264.695 -32 271.322 -32H400.677C407.3040000000001 -32 412.677 -26.627 412.677 -20V8.93C412.677 15.557 407.3040000000001 20.93 400.677 20.93H339.531C340.271 21.923 341.031 22.969 341.805 24.067z" /> - <glyph glyph-name="sort-amount-down" - unicode="" - horiz-adv-x="512" d=" M187.298 52.686L107.314 -27.316C101.066 -33.563 90.931 -33.561 84.687 -27.316L4.705 52.686C-5.365 62.756 1.807 80 16.019 80H64V400C64 408.837 71.163 416 80 416H112C120.837 416 128 408.837 128 400V80H175.984C190.225 80 197.347 62.736 187.298 52.686zM240 352H496C504.837 352 512 359.163 512 368V400C512 408.837 504.837 416 496 416H240C231.163 416 224 408.837 224 400V368C224 359.163 231.163 352 240 352zM224 240V272C224 280.837 231.163 288 240 288H432C440.837 288 448 280.837 448 272V240C448 231.163 440.837 224 432 224H240C231.163 224 224 231.163 224 240zM224 -16V16C224 24.837 231.163 32 240 32H304C312.837 32 320 24.837 320 16V-16C320 -24.837 312.837 -32 304 -32H240C231.163 -32 224 -24.837 224 -16zM224 112V144C224 152.837 231.163 160 240 160H368C376.837 160 384 152.837 384 144V112C384 103.163 376.837 96 368 96H240C231.163 96 224 103.163 224 112z" /> - <glyph glyph-name="sort-amount-up" - unicode="" - horiz-adv-x="512" d=" M4.702 331.314L84.686 411.316C90.934 417.563 101.069 417.561 107.313 411.316L187.294 331.314C197.364 321.2440000000001 190.193 304 175.98 304H128V-16C128 -24.837 120.837 -32 112 -32H80C71.163 -32 64 -24.837 64 -16V304H16.016C1.775 304 -5.347 321.264 4.702 331.314zM240 352H496C504.837 352 512 359.163 512 368V400C512 408.837 504.837 416 496 416H240C231.163 416 224 408.837 224 400V368C224 359.163 231.163 352 240 352zM224 240V272C224 280.837 231.163 288 240 288H432C440.837 288 448 280.837 448 272V240C448 231.163 440.837 224 432 224H240C231.163 224 224 231.163 224 240zM224 -16V16C224 24.837 231.163 32 240 32H304C312.837 32 320 24.837 320 16V-16C320 -24.837 312.837 -32 304 -32H240C231.163 -32 224 -24.837 224 -16zM224 112V144C224 152.837 231.163 160 240 160H368C376.837 160 384 152.837 384 144V112C384 103.163 376.837 96 368 96H240C231.163 96 224 103.163 224 112z" /> - <glyph glyph-name="sort-down" - unicode="" - horiz-adv-x="320" d=" M41 160H279C300.4 160 311.1 134.1 296 119L177 0C167.6 -9.4 152.4 -9.4 143.1 0L24 119C8.9 134.1 19.6 160 41 160z" /> - <glyph glyph-name="sort-numeric-down" - unicode="" - horiz-adv-x="448" d=" M308.811 334.213L289.363 355.008C284.841 359.844 285.089 367.429 289.919 371.958L333.362 412.699A11.999000000000002 11.999000000000002 0 0 0 341.571 415.9460000000001H373.162C379.789 415.9460000000001 385.162 410.573 385.162 403.9460000000001V276.876H410.822C417.449 276.876 422.822 271.5030000000001 422.822 264.876V235.946C422.822 229.319 417.449 223.946 410.822 223.946H301.649C295.022 223.946 289.649 229.319 289.649 235.946V264.876C289.649 271.5030000000001 295.022 276.876 301.649 276.876H327.063V334.814C319.809 328.2340000000001 312.852 329.8930000000001 308.811 334.213zM278.241 95.644C278.241 128.297 302.106 163 346.335 163C384.588 163 425.759 134.139 425.759 70.772C425.759 19.496 393.522 -35 333.776 -35C315.94 -35 303.23 -31.443 295.228 -28.219C289.438 -25.886 286.439 -19.473 288.306 -13.516L297.543 15.964C299.5780000000001 22.46 306.592 25.947 313.01 23.68C326.039 19.078 340.888 18.405 351.113 27.818C312.371 22.746 278.241 53.178 278.241 95.644zM370.514 76.306C370.514 98.591 355.212 112.811 344.6790000000001 112.811C336.0370000000001 112.811 331.5150000000001 104.846 331.5150000000001 96.979C331.5150000000001 91.31 333.3300000000001 72.811 356.6830000000001 72.811C366.6560000000001 72.811 370.0600000000001 74.965 370.427 75.542C370.4480000000001 75.588 370.514 75.833 370.514 76.306zM175.984 80H128V400C128 408.837 120.837 416 112 416H80C71.163 416 64 408.837 64 400V80H16.019C1.807 80 -5.365 62.756 4.705 52.686L84.686 -27.316C90.931 -33.561 101.066 -33.563 107.313 -27.316L187.297 52.686C197.347 62.736 190.225 80 175.984 80z" /> - <glyph glyph-name="sort-numeric-up" - unicode="" - horiz-adv-x="448" d=" M308.811 334.213L289.363 355.008C284.841 359.844 285.089 367.429 289.919 371.958L333.362 412.699A11.999000000000002 11.999000000000002 0 0 0 341.571 415.9460000000001H373.162C379.789 415.9460000000001 385.162 410.573 385.162 403.9460000000001V276.876H410.822C417.449 276.876 422.822 271.5030000000001 422.822 264.876V235.946C422.822 229.319 417.449 223.946 410.822 223.946H301.649C295.022 223.946 289.649 229.319 289.649 235.946V264.876C289.649 271.5030000000001 295.022 276.876 301.649 276.876H327.063V334.814C319.809 328.2340000000001 312.852 329.8930000000001 308.811 334.213zM278.241 95.644C278.241 128.297 302.106 163 346.335 163C384.588 163 425.759 134.139 425.759 70.772C425.759 19.496 393.522 -35 333.776 -35C315.94 -35 303.23 -31.443 295.228 -28.219C289.438 -25.886 286.439 -19.473 288.306 -13.516L297.543 15.964C299.5780000000001 22.46 306.592 25.947 313.01 23.68C326.039 19.078 340.888 18.405 351.113 27.818C312.371 22.746 278.241 53.178 278.241 95.644zM370.514 76.306C370.514 98.591 355.212 112.811 344.6790000000001 112.811C336.0370000000001 112.811 331.5150000000001 104.846 331.5150000000001 96.979C331.5150000000001 91.31 333.3300000000001 72.811 356.6830000000001 72.811C366.6560000000001 72.811 370.0600000000001 74.965 370.427 75.542C370.4480000000001 75.588 370.514 75.833 370.514 76.306zM16.016 304H64V-16C64 -24.837 71.163 -32 80 -32H112C120.837 -32 128 -24.837 128 -16V304H175.981C190.193 304 197.365 321.2440000000001 187.295 331.314L107.314 411.316C101.069 417.561 90.934 417.563 84.687 411.316L4.702 331.314C-5.347 321.264 1.775 304 16.016 304z" /> - <glyph glyph-name="sort-up" - unicode="" - horiz-adv-x="320" d=" M279 224H41C19.6 224 8.9 249.9 24 265L143 384C152.4 393.4 167.6 393.4 176.9 384L295.9 265C311.1 249.9 300.4 224 279 224z" /> - <glyph glyph-name="sort" - unicode="" - horiz-adv-x="320" d=" M41 160H279C300.4 160 311.1 134.1 296 119L177 0C167.6 -9.4 152.4 -9.4 143.1 0L24 119C8.9 134.1 19.6 160 41 160zM296 265L177 384C167.6 393.4 152.4 393.4 143.1 384L24 265C8.9 249.9 19.6 224 41 224H279C300.4 224 311.1 249.9 296 265z" /> - <glyph glyph-name="space-shuttle" - unicode="" - horiz-adv-x="640" d=" M592.604 239.756C559.735 255.164 515.777 264 472 264H186.327C181.375 270.555 175.742 275.978 169.607 280H376C229.157 310.253 219.403 416 96.003 416H96V288H80V416C53.49 416 32 387.346 32 352V288C8.803 288 0 277.968 0 264V224C0 210.017 8.819 200 32 200V184C8.803 184 0 173.968 0 160V120C0 106.017 8.819 96 32 96V32C32 -3.346 53.49 -32 80 -32V96H96V-32H96.003C219.403 -32 229.157 73.747 376 104H169.606C175.741 108.022 181.374 113.445 186.326 120H472C515.777 120 559.735 128.836 592.604 144.244C622.282 158.155 640 176.008 640 192S622.282 225.845 592.604 239.756zM488 152A8 8 0 0 0 480 160V224A8 8 0 0 0 488 232C519.909 232 519.942 152 488 152z" /> - <glyph glyph-name="spinner" - unicode="" - horiz-adv-x="512" d=" M304 400C304 373.49 282.51 352 256 352S208 373.49 208 400S229.49 448 256 448S304 426.51 304 400zM256 32C229.49 32 208 10.51 208 -16S229.49 -64 256 -64S304 -42.51 304 -16S282.51 32 256 32zM464 240C437.49 240 416 218.51 416 192S437.49 144 464 144S512 165.49 512 192S490.51 240 464 240zM96 192C96 218.51 74.51 240 48 240S0 218.51 0 192S21.49 144 48 144S96 165.49 96 192zM108.922 92.922C82.412 92.922 60.922 71.432 60.922 44.922S82.412 -3.078 108.922 -3.078S156.922 18.412 156.922 44.922C156.922 71.431 135.431 92.922 108.922 92.922zM403.078 92.922C376.568 92.922 355.078 71.432 355.078 44.922S376.568 -3.078 403.078 -3.078S451.078 18.412 451.078 44.922C451.078 71.431 429.588 92.922 403.078 92.922zM108.922 387.078C82.412 387.078 60.922 365.588 60.922 339.078S82.412 291.078 108.922 291.078S156.922 312.568 156.922 339.078S135.431 387.078 108.922 387.078z" /> - <glyph glyph-name="square-full" - unicode="" - horiz-adv-x="512" d=" M512 -64H0V448H512V-64z" /> - <glyph glyph-name="square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416z" /> - <glyph glyph-name="star-half" - unicode="" - horiz-adv-x="576" d=" M288 448C276.6 448 265.2 442.1 259.3 430.2L194 297.8L47.9 276.6C21.7 272.8 11.2 240.5 30.2 222L135.9 119L110.9 -26.5C106.4 -52.6 133.9 -72.5 157.3 -60.2L288 8.4V448z" /> - <glyph glyph-name="star" - unicode="" - horiz-adv-x="576" d=" M259.3 430.2L194 297.8L47.9 276.5C21.7 272.7 11.2 240.4 30.2 221.9L135.9 118.9L110.9 -26.6C106.4 -52.9 134.1 -72.6 157.3 -60.3L288 8.4L418.7 -60.3C441.9 -72.5 469.6 -52.9 465.1 -26.6L440.1 118.9L545.8 221.9C564.8 240.4 554.3 272.7 528.0999999999999 276.5L382 297.8L316.7 430.2C305 453.8 271.1 454.1 259.3 430.2z" /> - <glyph glyph-name="step-backward" - unicode="" - horiz-adv-x="448" d=" M64 -20V404C64 410.6 69.4 416 76 416H124C130.6 416 136 410.6 136 404V227.6L331.5 408.6C352.1 425.7 384 411.4 384 384V0C384 -27.4 352.1 -41.7 331.5 -24.6L136 155.3V-20C136 -26.6 130.6 -32 124 -32H76C69.4 -32 64 -26.6 64 -20z" /> - <glyph glyph-name="step-forward" - unicode="" - horiz-adv-x="448" d=" M384 404V-20C384 -26.6 378.6 -32 372 -32H324C317.4 -32 312 -26.6 312 -20V156.4L116.5 -24.6C95.9 -41.7 64 -27.4 64 0V384C64 411.4 95.9 425.7 116.5 408.6L312 228.7V404C312 410.6 317.4 416 324 416H372C378.6 416 384 410.6 384 404z" /> - <glyph glyph-name="stethoscope" - unicode="" - horiz-adv-x="512" d=" M447.1 336C412.9000000000001 335.5 384.8 307.6 384.1 273.4C383.6 249.1 396.6 227.8 416.1 216.6V104C416.1 46.7 365.9000000000001 0 304.1 0C244.1 0 194.9 44.1 192.2 99.2C265 114.2 320 178.8 320 256V411.4C320 422.8 311.9 432.7 300.7 434.9L237.8 447.5C224.8 450.1 212.2 441.7 209.6 428.7L206.4 413C203.8 400 212.2 387.4 225.2 384.8L255.9 378.7V257.3C255.9 204.4 213.7 160.6 160.8 160.1C107.4 159.6 63.9 202.8 63.9 256.1V378.6L94.6 384.7C107.6 387.3 116 399.9 113.4 412.9L110.3 428.6C107.7 441.6 95.1 450 82.1 447.4L19.3 435C8.1 432.7 0 422.9 0 411.4V256C0 178.7 55.1 114 128.1 99.2C130.7 8.8 208.6 -64 304 -64C401 -64 480 11.4 480 104V216.6C499.1 227.7 512 248.3 512 272C512 307.7 482.8 336.5 447.1 336zM448 256C439.2 256 432 263.2 432 272S439.2 288 448 288S464 280.8 464 272S456.8 256 448 256z" /> - <glyph glyph-name="sticky-note" - unicode="" - horiz-adv-x="448" d=" M312 128H448V392C448 405.3 437.3 416 424 416H24C10.7 416 0 405.3 0 392V-8C0 -21.3 10.7 -32 24 -32H288V104C288 117.2 298.8 128 312 128zM441 73L343 -25C338.5 -29.5 332.4 -32 326 -32H320V96H448V89.9C448 83.6 445.5 77.5 441 73z" /> - <glyph glyph-name="stop-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM352 112C352 103.2 344.8 96 336 96H176C167.2 96 160 103.2 160 112V272C160 280.8 167.2 288 176 288H336C344.8 288 352 280.8 352 272V112z" /> - <glyph glyph-name="stop" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416z" /> - <glyph glyph-name="stopwatch" - unicode="" - horiz-adv-x="448" d=" M432 144C432 29.1 338.9 -64 224 -64S16 29.1 16 144C16 248 92.3 334.2 192 349.5V384H164C157.4 384 152 389.4 152 396V436C152 442.6 157.4 448 164 448H284C290.6 448 296 442.6 296 436V396C296 389.4 290.6 384 284 384H256V349.5C293.5 343.7 327.7 327.9 355.7 304.9L383.2 332.4C387.9 337.1 395.5 337.1 400.2 332.4L428.5 304.1C433.2 299.4 433.2 291.8 428.5 287.1L399.1 257.7L398.5 257.1C419.7 224.7 432 185.8 432 144zM256 108V259.5C256 266.1 250.6 271.5 244 271.5H204C197.4 271.5 192 266.1 192 259.5V108C192 101.4 197.4 96 204 96H244C250.6 96 256 101.4 256 108z" /> - <glyph glyph-name="street-view" - unicode="" - horiz-adv-x="512" d=" M192 384C192 419.346 220.654 448 256 448S320 419.346 320 384C320 348.654 291.346 320 256 320S192 348.654 192 384zM304 304H292.64C269.929 293.557 243.05 293.106 219.36 304H208C181.49 304 160 282.51 160 256V152C160 138.745 170.745 128 184 128H200V24C200 10.745 210.745 0 224 0H288C301.255 0 312 10.745 312 24V128H328C341.255 128 352 138.745 352 152V256C352 282.51 330.51 304 304 304zM389.642 114.848A72.50299999999999 72.50299999999999 0 0 0 360.632 87.839C391.133 82.749 480 62.146 480 32C480 -14.304 312.344 -32 256 -32C185.697 -32 32 -11.141 32 32C32 62.123 120.361 82.665 151.367 87.839A72.516 72.516 0 0 0 122.357 114.848C74.959 104.605 0 80.401 0 32C0 -45.111 178.658 -64 256 -64C333.249 -64 512 -45.135 512 32C512 80.403 437.033 104.606 389.642 114.848z" /> - <glyph glyph-name="strikethrough" - unicode="" - horiz-adv-x="512" d=" M496 160H16C7.163 160 0 167.163 0 176V208C0 216.837 7.163 224 16 224H496C504.837 224 512 216.837 512 208V176C512 167.163 504.837 160 496 160zM281.334 144C308.592 131.063 327.858 115.317 327.858 87.757C327.858 54.649 298.8810000000001 34.081 252.237 34.081C219.912 34.081 175.363 46.161 175.363 78.352V80C175.363 88.837 168.1990000000001 96 159.363 96H113.75C104.914 96 97.75 88.837 97.75 80V60.796C97.75 -6.049 175.467 -41.024 252.237 -41.024C340.815 -41.024 414.25 4.414 414.25 93.4C414.25 113.215 410.632 129.817 404.107 144H281.334zM250.382 240C217.96 253.505 193.546 268.9460000000001 193.546 299.683C193.546 333.603 224.447 347.089 258.508 347.089C301.155 347.089 323.47 330.496 323.47 314.104V312C323.47 303.163 330.634 296 339.47 296H385.083C393.919 296 401.083 303.163 401.083 312V342.318C401.083 394.756 329.358 422.193 258.508 422.193C173.305 422.193 107.782 381.221 107.782 296.5470000000001C107.782 273.837 112.447 255.371 120.559 240H250.382z" /> - <glyph glyph-name="subscript" - unicode="" - horiz-adv-x="512" d=" M395.198 32C398.659 42.526 413.994 53.28 431.463 64.425C448.088 75.03 466.9299999999999 87.051 481.804 103.287C499.2619999999999 122.341 507.748 143.4620000000001 507.748 167.8540000000001C507.748 228.4160000000001 457.046 256.0000000000001 409.938 256.0000000000001C367.447 256.0000000000001 333.56 233.9840000000001 315.506 205.5530000000001C310.852 198.2240000000001 312.914 188.5170000000001 320.129 183.6880000000001L350.457 163.3920000000001C357.4889999999999 158.686 366.9169999999999 160.3080000000001 372.087 167.006C380.1089999999999 177.4 390.9049999999999 185.2310000000001 403.7539999999999 185.2310000000001C423.1409999999999 185.2310000000001 430.0199999999999 172.3300000000001 430.0199999999999 161.2830000000001C430.0199999999999 125.1240000000001 310.5829999999999 104.2600000000001 310.5829999999999 1.2590000000001C310.5829999999999 -5.3949999999999 311.1439999999999 -11.7549999999999 311.998 -18.0719999999999C313.074 -26.0359999999999 319.832 -31.9999999999999 327.868 -31.9999999999999H496C504.837 -31.9999999999999 512 -24.8369999999999 512 -15.9999999999999V16.0000000000001C512 24.837 504.837 32.0000000000001 496 32.0000000000001H395.198zM272 192C280.837 192 288 184.837 288 176V144C288 135.163 280.837 128 272 128H209.601A16 16 0 0 0 196.06 135.478L150.359 208.093C148.062 211.445 145.937 215.062 144.164 218.302C142.514 215.058 140.517 211.365 138.29 207.72L93.578 135.573A15.999 15.999 0 0 0 79.978 128.001H16C7.163 128.001 0 135.1640000000001 0 144.001V176.001C0 184.838 7.163 192.001 16 192.001H42.325L98.877 274.7100000000001L46.111 352H16C7.163 352 0 359.163 0 368V400C0 408.837 7.163 416 16 416H84.806A16 16 0 0 0 98.451 408.356L138.333 343.23C140.405 339.707 142.386 336.059 144.06 332.86C145.837 336.104 147.98 339.814 150.297 343.397L190.629 408.432A15.999 15.999 0 0 0 204.226 416H272C280.837 416 288 408.837 288 400V368C288 359.163 280.837 352 272 352H244.021L191.331 276.329L249.974 192H272z" /> - <glyph glyph-name="subway" - unicode="" - horiz-adv-x="448" d=" M448 352V96C448 44.185 386.376 0 317.978 0L380.9580000000001 -49.721C386.905 -54.417 383.562 -64 376 -64H72C64.422 -64 61.108 -54.406 67.043 -49.721L130.022 0C61.82 0 0 44.046 0 96V352C0 405.019 64 448 128 448H320C385 448 448 405.019 448 352zM200 216V328C200 341.255 189.255 352 176 352H72C58.745 352 48 341.255 48 328V216C48 202.745 58.745 192 72 192H176C189.255 192 200 202.745 200 216zM400 216V328C400 341.255 389.255 352 376 352H272C258.745 352 248 341.255 248 328V216C248 202.745 258.745 192 272 192H376C389.255 192 400 202.745 400 216zM352 160C325.49 160 304 138.51 304 112S325.49 64 352 64S400 85.49 400 112S378.51 160 352 160zM96 160C69.49 160 48 138.51 48 112S69.49 64 96 64S144 85.49 144 112S122.51 160 96 160z" /> - <glyph glyph-name="suitcase" - unicode="" - horiz-adv-x="512" d=" M96 -32H416V320H384V368C384 394.51 362.51 416 336 416H176C149.49 416 128 394.51 128 368V320H96V-32zM192 352H320V320H192V352zM512 272V16C512 -10.51 490.51 -32 464 -32H448V320H464C490.51 320 512 298.51 512 272zM64 -32H48C21.49 -32 0 -10.51 0 16V272C0 298.51 21.49 320 48 320H64V-32z" /> - <glyph glyph-name="sun" - unicode="" - horiz-adv-x="512" d=" M274.835 435.354L300.351 372.961C304.564 362.66 317.022 358.612 326.485 364.469L383.8010000000001 399.948C399.2910000000001 409.536 418.6090000000001 395.501 414.2760000000001 377.806L398.2460000000001 312.331C395.5990000000001 301.521 403.2990000000001 290.923 414.3980000000001 290.1L481.6220000000001 285.1130000000001C499.7890000000001 283.765 507.1680000000001 261.0560000000001 493.2630000000001 249.2870000000001L441.81 205.74C433.315 198.55 433.315 185.451 441.81 178.261L493.264 134.713C507.17 122.944 499.791 100.235 481.623 98.887L414.399 93.9C403.3 93.077 395.6 82.479 398.247 71.669L414.2770000000001 6.194C418.6090000000001 -11.501 399.2910000000001 -25.5360000000001 383.802 -15.948L326.486 19.531C317.023 25.389 304.564 21.341 300.352 11.0389999999999L274.836 -51.354C267.94 -68.216 244.062 -68.216 237.166 -51.354L211.65 11.039C207.437 21.34 194.979 25.388 185.516 19.531L128.199 -15.948C112.709 -25.536 93.391 -11.501 97.724 6.194L113.754 71.669C116.401 82.479 108.701 93.077 97.602 93.9L30.378 98.887C12.211 100.235 4.832 122.944 18.737 134.713L70.19 178.26C78.685 185.45 78.685 198.549 70.19 205.739L18.736 249.287C4.83 261.056 12.209 283.765 30.377 285.113L97.601 290.1C108.7 290.923 116.4 301.521 113.753 312.331L97.723 377.806C93.391 395.501 112.709 409.536 128.198 399.948L185.515 364.469C194.978 358.611 207.436 362.659 211.649 372.961L237.165 435.354C244.061 452.215 267.939 452.215 274.835 435.354zM392 192C392 266.991 330.99 328 256 328C181.009 328 120 266.991 120 192S181.009 56 256 56C330.99 56 392 117.009 392 192zM360 192C360 134.654 313.346 88 256 88S152 134.654 152 192S198.654 296 256 296S360 249.346 360 192z" /> - <glyph glyph-name="superscript" - unicode="" - horiz-adv-x="512" d=" M395.198 192C398.659 202.526 413.994 213.28 431.463 224.425C448.088 235.03 466.9299999999999 247.051 481.804 263.2870000000001C499.2619999999999 282.341 507.748 303.462 507.748 327.854C507.748 388.416 457.046 416 409.938 416C367.447 416 333.56 393.984 315.506 365.553C310.852 358.224 312.914 348.517 320.129 343.688L350.457 323.392C357.4889999999999 318.6860000000001 366.9169999999999 320.308 372.087 327.006C380.1089999999999 337.4 390.9049999999999 345.231 403.7539999999999 345.231C423.1409999999999 345.231 430.0199999999999 332.33 430.0199999999999 321.283C430.0199999999999 285.124 310.5829999999999 264.26 310.5829999999999 161.259C310.5829999999999 154.605 311.1439999999999 148.245 311.998 141.928C313.074 133.964 319.832 128 327.868 128H496C504.837 128 512 135.163 512 144V176C512 184.837 504.837 192 496 192H395.198zM272 32C280.837 32 288 24.837 288 16V-16C288 -24.837 280.837 -32 272 -32H209.601A16 16 0 0 0 196.06 -24.522L150.359 48.093C148.062 51.445 145.937 55.062 144.164 58.302C142.514 55.058 140.517 51.365 138.29 47.72L93.578 -24.427A15.999 15.999 0 0 0 79.978 -31.999H16C7.163 -31.999 0 -24.836 0 -15.999V16.001C0 24.838 7.163 32.001 16 32.001H42.325L98.877 114.71L46.111 192H16C7.163 192 0 199.163 0 208V240C0 248.837 7.163 256 16 256H84.806A16 16 0 0 0 98.451 248.356L138.333 183.23C140.405 179.707 142.386 176.059 144.06 172.86C145.837 176.1040000000001 147.98 179.814 150.297 183.397L190.629 248.432A16 16 0 0 0 204.227 255.999H272C280.837 255.999 288 248.836 288 239.999V207.999C288 199.162 280.837 191.999 272 191.999H244.021L191.331 116.328L249.974 32H272z" /> - <glyph glyph-name="sync-alt" - unicode="" - horiz-adv-x="512" d=" M370.7200000000001 314.7200000000001C339.4580000000001 343.992 298.888 360.038 255.848 360C178.39 359.932 111.52 306.822 93.057 233.15C91.713 227.787 86.935 224 81.406 224H24.103C16.605 224 10.909 230.807 12.296 238.176C33.933 353.076 134.813 440 256 440C322.448 440 382.791 413.8640000000001 427.315 371.315L463.03 407.03C478.149 422.149 504 411.4410000000001 504 390.059V256C504 242.745 493.255 232 480 232H345.941C324.559 232 313.851 257.851 328.97 272.971L370.72 314.7200000000001zM32 152H166.059C187.441 152 198.149 126.149 183.03 111.029L141.28 69.279C172.542 40.006 213.115 23.96 256.156 23.999C333.574 24.069 400.471 77.143 418.943 150.848C420.287 156.211 425.065 159.998 430.594 159.998H487.898C495.396 159.998 501.092 153.191 499.705 145.822C478.067 30.924 377.187 -56 256 -56C189.552 -56 129.209 -29.864 84.685 12.685L48.97 -23.03C33.851 -38.149 8 -27.441 8 -6.059V128C8 141.255 18.745 152 32 152z" /> - <glyph glyph-name="sync" - unicode="" - horiz-adv-x="512.333" d=" M440.935 435.426L444.901 352.66C399.416 406.096 331.674 440 256 440C134.813 440 33.933 353.076 12.296 238.176C10.908 230.807 16.604 224 24.103 224H73.187C78.757 224 83.564 227.842 84.863 233.259C103.407 310.592 172.931 368 256 368C316.8930000000001 368 370.512 337.144 402.1040000000001 290.199L300.5740000000001 295.064C293.7290000000001 295.3920000000001 288.0000000000001 289.9310000000001 288.0000000000001 283.0780000000001V235.6670000000001C288.0000000000001 229.04 293.3730000000001 223.667 300.0000000000001 223.667H500.3330000000001C506.9600000000001 223.667 512.3330000000001 229.04 512.3330000000001 235.6670000000001V436C512.3330000000001 442.627 506.9600000000001 448 500.3330000000001 448H452.9220000000001C446.0690000000001 448 440.6070000000001 442.271 440.9350000000001 435.426zM256 16C195.105 16 141.483 46.858 109.891 93.805L211.759 88.934C218.604 88.607 224.332 94.068 224.332 100.92V148.332C224.332 154.959 218.959 160.332 212.332 160.332H12C5.373 160.332 0 154.959 0 148.332V-52C0 -58.627 5.373 -64 12 -64H59.385C66.248 -64 71.713 -58.255 71.37 -51.401L67.241 31.174C112.725 -22.166 180.405 -56 256 -56C377.187 -56 478.067 30.924 499.704 145.824C501.092 153.193 495.396 160 487.897 160H438.813C433.243 160 428.436 156.158 427.137 150.741C408.593 73.408 339.069 16 256 16z" /> - <glyph glyph-name="syringe" - unicode="" - horiz-adv-x="512" d=" M201.5 273.2L257.2 217.4C260.3 214.3 260.3 209.2 257.2 206.1L245.9 194.8C242.8 191.6999999999999 237.7 191.6999999999999 234.6 194.8L178.9 250.6L133.6 205.3L189.4 149.5C192.5 146.3999999999999 192.5 141.3 189.4 138.1999999999999L178.1 126.8999999999999C175 123.7999999999999 169.9 123.7999999999999 166.8 126.8999999999999L111 182.8L84.6 156.4C67.3 139.1 59 115.3 61.6 91L68.7 27.4L2.3 -39C-0.8 -42.1 -0.8 -47.2 2.3 -50.3L13.6 -61.6C16.7 -64.7 21.8 -64.7 24.9 -61.6L91.2 4.7L154.8 -2.4C178.7 -5.0000000000001 202.7 2.9999999999999 220.2 20.6L402.1 202.5L266.4000000000001 338.2L201.5 273.2zM509.7 366.5L430.5 445.7C427.4 448.8 422.3 448.8 419.2 445.7L407.9 434.4C404.8 431.3 404.8 426.2 407.9 423.1L436.2 394.8L390.9 349.5L334.3 406.1L317.3 423.1C314.2 426.2 309.1 426.2 306 423.1L272.1 389.2C269 386.1 269 381 272.1 377.9L289.1 360.9L424.8 225L441.8 208C444.9000000000001 204.9 450 204.9 453.1 208L487 242C490.1 245.1 490.1 250.2 487 253.3L413.5 326.8L458.8 372.1L487.1 343.8C490.2 340.7000000000001 495.3 340.7000000000001 498.4 343.8L509.7 355.1C512.8000000000001 358.3 512.8000000000001 363.3 509.7 366.5z" /> - <glyph glyph-name="table-tennis" - unicode="" - horiz-adv-x="512" d=" M496.2 151.5C527.7 229.3 512 321.8 449 384.9C365.1 469 229 469 145.1 384.9L89.1 328.8L300.6 117.3C346.7000000000001 179.4 432.1 194.7 496.2 151.5zM278.3 71.8L57.9 292.1C30.6 246.8 36.2 187.1 75.2 148L109.7 113.4L6.7 24C-1.9 16.5 -2.4 3.3 5.7 -4.8L59.1 -58.3C67.1 -66.4 80.3 -65.9 87.8 -57.3L177.1 46L212.8 10.3C232.5 -9.4 257.4000000000001 -20.2 283.1 -23C276 -6 272.1 12.6 272.1 32.1C272 45.9 274.6 59.1 278.3 71.8zM416 128C363 128 320 85 320 32S363 -64 416 -64S512 -21 512 32S469 128 416 128z" /> - <glyph glyph-name="table" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H464C490.51 -32 512 -10.51 512 16V368C512 394.51 490.51 416 464 416zM224 32H64V128H224V32zM224 192H64V288H224V192zM448 32H288V128H448V32zM448 192H288V288H448V192z" /> - <glyph glyph-name="tablet-alt" - unicode="" - horiz-adv-x="448" d=" M400 448H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V400C448 426.5 426.5 448 400 448zM224 -32C206.3 -32 192 -17.7 192 0S206.3 32 224 32S256 17.7 256 0S241.7 -32 224 -32zM400 76C400 69.4 394.6 64 388 64H60C53.4 64 48 69.4 48 76V388C48 394.6 53.4 400 60 400H388C394.6 400 400 394.6 400 388V76z" /> - <glyph glyph-name="tablet" - unicode="" - horiz-adv-x="448" d=" M400 448H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V400C448 426.5 426.5 448 400 448zM224 -32C206.3 -32 192 -17.7 192 0S206.3 32 224 32S256 17.7 256 0S241.7 -32 224 -32z" /> - <glyph glyph-name="tachometer-alt" - unicode="" - horiz-adv-x="576" d=" M75.694 -32A48.02 48.02 0 0 0 33.246 -6.429C12.023 33.7 0 79.444 0 128C0 287.058 128.942 416 288 416S576 287.058 576 128C576 79.444 563.977 33.7 542.754 -6.429A48.01800000000001 48.01800000000001 0 0 0 500.306 -32H75.694zM512 160C494.327 160 480 145.673 480 128C480 110.327 494.327 96 512 96S544 110.327 544 128C544 145.673 529.673 160 512 160zM288 320C305.673 320 320 334.327 320 352C320 369.673 305.673 384 288 384S256 369.673 256 352C256 334.327 270.327 320 288 320zM64 160C46.327 160 32 145.673 32 128C32 110.327 46.327 96 64 96S96 110.327 96 128C96 145.673 81.673 160 64 160zM129.608 318.392C111.935 318.392 97.608 304.065 97.608 286.392C97.608 268.719 111.935 254.392 129.608 254.392S161.608 268.719 161.608 286.392C161.608 304.065 147.281 318.392 129.608 318.392zM446.392 318.392C428.719 318.392 414.392 304.065 414.392 286.392C414.392 268.719 428.719 254.392 446.392 254.392S478.392 268.719 478.392 286.392C478.392 304.065 464.065 318.392 446.392 318.392zM359.314 286.858C346.687 290.898 333.181 283.938 329.141 271.314L283.218 127.803C250.108 125.355 224 97.736 224 64C224 28.654 252.654 0 288 0C323.346 0 352 28.654 352 64C352 83.773 343.029 101.447 328.939 113.187L374.858 256.685C378.897 269.31 371.938 282.818 359.314 286.858z" /> - <glyph glyph-name="tag" - unicode="" - horiz-adv-x="512" d=" M0 195.882V400C0 426.51 21.49 448 48 448H252.118A48 48 0 0 0 286.059 433.941L497.941 222.059C516.6859999999999 203.314 516.6859999999999 172.922 497.941 154.177L293.823 -49.941C275.078 -68.6859999999999 244.686 -68.6859999999999 225.941 -49.941L14.059 161.941A48 48 0 0 0 0 195.882zM112 384C85.49 384 64 362.51 64 336S85.49 288 112 288S160 309.49 160 336S138.51 384 112 384z" /> - <glyph glyph-name="tags" - unicode="" - horiz-adv-x="640" d=" M497.941 222.059L286.0590000000001 433.941A48 48 0 0 1 252.118 448H48C21.49 448 0 426.51 0 400V195.882A48 48 0 0 1 14.059 161.941L225.941 -49.941C244.685 -68.6859999999999 275.077 -68.687 293.823 -49.941L497.941 154.177C516.6859999999999 172.922 516.6859999999999 203.314 497.941 222.059zM112 288C85.49 288 64 309.49 64 336S85.49 384 112 384S160 362.51 160 336S138.51 288 112 288zM625.941 154.177L421.823 -49.941C403.078 -68.6859999999999 372.686 -68.6859999999999 353.941 -49.941L353.581 -49.581L527.64 124.478C544.639 141.477 554 164.078 554 188.118S544.638 234.759 527.64 251.758L331.397 448H380.118A48 48 0 0 0 414.059 433.941L625.941 222.059C644.686 203.314 644.686 172.922 625.941 154.177z" /> - <glyph glyph-name="tasks" - unicode="" - horiz-adv-x="512" d=" M208 316H496C504.8 316 512 323.2 512 332V372C512 380.8 504.8 388 496 388H208C199.2 388 192 380.8 192 372V332C192 323.2 199.2 316 208 316zM208 156H496C504.8 156 512 163.2 512 172V212C512 220.8 504.8 228 496 228H208C199.2 228 192 220.8 192 212V172C192 163.2 199.2 156 208 156zM208 -4H496C504.8 -4 512 3.2 512 12V52C512 60.8 504.8 68 496 68H208C199.2 68 192 60.8 192 52V12C192 3.2 199.2 -4 208 -4zM64 80C37.5 80 15.4 58.5 15.4 32S37.5 -16 64 -16S112 5.5 112 32S90.5 80 64 80zM156.5 379L84.3 306.8L68.7 291.2000000000001C64 286.5 55.8 286.5 51.1 291.2000000000001L3.5 338.6C-1.2 343.3 -1.2 350.9 3.5 355.6L19.2 371.3C23.9 376 31.5 376 36.2 371.3L58.9 349.2L122.6 412.5C127.3 417.2 134.9 417.2 139.6 412.5L156.6 396C161.2 391.3 161.2 383.7 156.5 379zM156.5 219.4L84.3 147.2L68.6 131.5C63.9 126.8 55.7 126.8 51 131.5L3.5 179C-1.2 183.7 -1.2 191.3 3.5 196L19.2 211.7C23.9 216.4 31.5 216.4 36.2 211.7L58.9 189.6L122.6 253.3C127.3 258 134.9 258 139.6 253.3L156.6 236.3C161.2 231.7 161.2 224.1 156.5 219.4z" /> - <glyph glyph-name="taxi" - unicode="" - horiz-adv-x="512" d=" M461.951 204.135L440.1350000000001 291.403A79.885 79.885 0 0 1 362.522 352H352V392C352 405.255 341.255 416 328 416H184C170.745 416 160 405.255 160 392V352H149.478A79.885 79.885 0 0 1 71.866 291.403L50.05 204.135C25.515 195.177 8 171.634 8 144V96C8 75.793 17.374 57.786 32 46.057V-8C32 -21.255 42.745 -32 56 -32H104C117.255 -32 128 -21.255 128 -8V32H384V-8C384 -21.255 394.745 -32 408 -32H456C469.255 -32 480 -21.255 480 -8V46.057C494.626 57.786 504 75.794 504 96V144C504 171.634 486.485 195.177 461.951 204.135zM149.478 288H362.523A15.975 15.975 0 0 0 378.045 275.88L395.015 208H116.985L133.955 275.881A15.975999999999999 15.975999999999999 0 0 0 149.478 288zM132 112C132 92.118 115.882 76 96 76S60 92.118 60 112S76.118 148 96 148S132 131.882 132 112zM452 112C452 92.118 435.882 76 416 76S380 92.118 380 112S396.118 148 416 148S452 131.882 452 112z" /> - <glyph glyph-name="terminal" - unicode="" - horiz-adv-x="640" d=" M257.981 175.029L63.638 -19.314C54.265 -28.687 39.069 -28.687 29.697 -19.314L7.029 3.353C-2.328 12.71 -2.346 27.875 6.989 37.254L161.011 192L6.99 346.745C-2.345 356.124 -2.327 371.289 7.03 380.646L29.697 403.313C39.07 412.6860000000001 54.266 412.6860000000001 63.638 403.313L257.981 208.97C267.354 199.598 267.354 184.402 257.981 175.029zM640 -8V24C640 37.255 629.255 48 616 48H312C298.745 48 288 37.255 288 24V-8C288 -21.255 298.745 -32 312 -32H616C629.255 -32 640 -21.255 640 -8z" /> - <glyph glyph-name="text-height" - unicode="" - horiz-adv-x="576" d=" M16 416H304C312.837 416 320 408.837 320 400V304C320 295.163 312.837 288 304 288H268.504C259.6670000000001 288 252.504 295.163 252.504 304V352H197.743V32H232C240.837 32 248 24.837 248 16V-16C248 -24.837 240.837 -32 232 -32H88C79.163 -32 72 -24.837 72 -16V16C72 24.837 79.163 32 88 32H122.257V352H67.496V304C67.496 295.163 60.333 288 51.496 288H16C7.163 288 0 295.163 0 304V400C0 408.837 7.163 416 16 416zM491.308 411.315L571.303 331.314C581.309 321.307 574.297 304 559.99 304H512V80H560C575.639 80 580.635 62.009 571.313 52.686L491.318 -27.3150000000001C485.071 -33.5620000000001 474.937 -33.5600000000001 468.692 -27.3150000000001L388.697 52.6859999999999C378.691 62.693 385.703 80 400.01 80H448V304H400C384.361 304 379.365 321.991 388.687 331.314L468.682 411.315C474.929 417.563 485.063 417.56 491.308 411.315z" /> - <glyph glyph-name="text-width" - unicode="" - horiz-adv-x="448" d=" M16 416H432C440.837 416 448 408.837 448 400V304C448 295.163 440.837 288 432 288H396.504C387.6670000000001 288 380.504 295.163 380.504 304V352H261.743V224H296C304.837 224 312 216.837 312 208V176C312 167.163 304.837 160 296 160H152C143.163 160 136 167.163 136 176V208C136 216.837 143.163 224 152 224H186.257V352H67.496V304C67.496 295.163 60.333 288 51.496 288H16C7.163 288 0 295.163 0 304V400C0 408.837 7.163 416 16 416zM443.315 75.318L363.314 155.313C353.991 164.635 336 159.638 336 144V96H112V143.99C112 158.297 94.693 165.309 84.686 155.303L4.685 75.308C-1.56 69.063 -1.562 58.929 4.685 52.682L84.686 -27.313C94.009 -36.635 112 -31.638 112 -16V32H336V-15.99C336 -30.297 353.307 -37.309 363.314 -27.303L443.3150000000001 52.692C449.5600000000001 58.937 449.5630000000001 69.071 443.3150000000001 75.318z" /> - <glyph glyph-name="th-large" - unicode="" - horiz-adv-x="512" d=" M296 416H488C501.255 416 512 405.255 512 392V232C512 218.745 501.255 208 488 208H296C282.745 208 272 218.745 272 232V392C272 405.255 282.745 416 296 416zM216 416H24C10.745 416 0 405.255 0 392V232C0 218.745 10.745 208 24 208H216C229.255 208 240 218.745 240 232V392C240 405.255 229.255 416 216 416zM0 152V-8C0 -21.255 10.745 -32 24 -32H216C229.255 -32 240 -21.255 240 -8V152C240 165.255 229.255 176 216 176H24C10.745 176 0 165.255 0 152zM296 -32H488C501.255 -32 512 -21.255 512 -8V152C512 165.255 501.255 176 488 176H296C282.745 176 272 165.255 272 152V-8C272 -21.255 282.745 -32 296 -32z" /> - <glyph glyph-name="th-list" - unicode="" - horiz-adv-x="512" d=" M149.333 232V152C149.333 138.745 138.588 128 125.333 128H24C10.745 128 0 138.745 0 152V232C0 245.255 10.745 256 24 256H125.333C138.588 256 149.333 245.255 149.333 232zM0 72V-8C0 -21.255 10.745 -32 24 -32H125.333C138.588 -32 149.333 -21.255 149.333 -8V72C149.333 85.255 138.588 96 125.333 96H24C10.745 96 0 85.255 0 72zM125.333 416H24C10.745 416 0 405.255 0 392V312C0 298.745 10.745 288 24 288H125.333C138.588 288 149.333 298.745 149.333 312V392C149.333 405.255 138.588 416 125.333 416zM205.333 -32H488C501.255 -32 512 -21.255 512 -8V72C512 85.255 501.255 96 488 96H205.333C192.078 96 181.333 85.255 181.333 72V-8C181.333 -21.255 192.078 -32 205.333 -32zM181.333 392V312C181.333 298.745 192.078 288 205.333 288H488C501.255 288 512 298.745 512 312V392C512 405.255 501.255 416 488 416H205.333C192.078 416 181.333 405.255 181.333 392zM205.333 128H488C501.255 128 512 138.745 512 152V232C512 245.255 501.255 256 488 256H205.333C192.078 256 181.333 245.255 181.333 232V152C181.333 138.745 192.078 128 205.333 128z" /> - <glyph glyph-name="th" - unicode="" - horiz-adv-x="512" d=" M149.333 392V312C149.333 298.745 138.588 288 125.333 288H24C10.745 288 0 298.745 0 312V392C0 405.255 10.745 416 24 416H125.333C138.588 416 149.333 405.255 149.333 392zM330.6670000000001 152V232C330.6670000000001 245.255 319.9220000000001 256 306.6670000000001 256H205.333C192.078 256 181.333 245.255 181.333 232V152C181.333 138.745 192.078 128 205.333 128H306.666C319.9220000000001 128 330.667 138.745 330.667 152zM362.6670000000001 392V312C362.6670000000001 298.745 373.4120000000001 288 386.6670000000001 288H488C501.255 288 512 298.745 512 312V392C512 405.255 501.255 416 488 416H386.667C373.412 416 362.667 405.255 362.667 392zM330.6670000000001 312V392C330.6670000000001 405.255 319.9220000000001 416 306.6670000000001 416H205.333C192.078 416 181.333 405.255 181.333 392V312C181.333 298.745 192.078 288 205.333 288H306.666C319.9220000000001 288 330.667 298.745 330.667 312zM125.333 256H24C10.745 256 0 245.255 0 232V152C0 138.745 10.745 128 24 128H125.333C138.588 128 149.333 138.745 149.333 152V232C149.333 245.255 138.588 256 125.333 256zM0 72V-8C0 -21.255 10.745 -32 24 -32H125.333C138.588 -32 149.333 -21.255 149.333 -8V72C149.333 85.255 138.588 96 125.333 96H24C10.745 96 0 85.255 0 72zM386.667 128H488C501.255 128 512 138.745 512 152V232C512 245.255 501.255 256 488 256H386.667C373.412 256 362.667 245.255 362.667 232V152C362.667 138.745 373.412 128 386.667 128zM386.667 -32H488C501.255 -32 512 -21.255 512 -8V72C512 85.255 501.255 96 488 96H386.667C373.412 96 362.667 85.255 362.667 72V-8C362.667 -21.255 373.412 -32 386.667 -32zM181.333 72V-8C181.333 -21.255 192.078 -32 205.333 -32H306.666C319.921 -32 330.666 -21.255 330.666 -8V72C330.666 85.255 319.921 96 306.666 96H205.333C192.078 96 181.333 85.255 181.333 72z" /> - <glyph glyph-name="thermometer-empty" - unicode="" - horiz-adv-x="256" d=" M192 64C192 28.654 163.346 0 128 0S64 28.654 64 64C64 99.346 92.654 128 128 128S192 99.346 192 64zM224 148.653C243.912 126.09 256 96.459 256 64C256 -6.696 198.697 -64 128 -64C127.701 -64 127.391 -63.999 127.091 -63.997C56.789 -63.509 -0.357 -5.636 0.002 64.667C0.166 96.865 12.225 126.245 32 148.653V352C32 405.019 74.981 448 128 448S224 405.019 224 352V148.653zM208 64C208 98.339 188.63 116.19 176 130.502V352C176 378.467 154.467 400 128 400S80 378.467 80 352V130.502C67.268 116.074 48.175 98.402 48.001 64.422C47.777 20.5460000000001 83.564 -15.694 127.424 -15.998L128 -16C172.112 -16 208 19.888 208 64z" /> - <glyph glyph-name="thermometer-full" - unicode="" - horiz-adv-x="256" d=" M224 352C224 405.019 181.019 448 128 448S32 405.019 32 352V148.653C12.225 126.244 0.166 96.864 0.002 64.667C-0.357 -5.636 56.789 -63.509 127.091 -63.997C127.39 -63.999 127.701 -64 128 -64C198.698 -64 256 -6.696 256 64C256 96.459 243.912 126.09 224 148.653V352zM128 -16L127.424 -15.998C83.564 -15.694 47.777 20.546 48.001 64.422C48.174 98.402 67.267 116.074 80 130.502V352C80 378.467 101.533 400 128 400S176 378.467 176 352V130.502C188.63 116.19 208 98.338 208 64C208 19.888 172.112 -16 128 -16zM192 64C192 28.654 163.346 0 128 0S64 28.654 64 64C64 87.685 76.876 108.349 96 119.417V352C96 369.673 110.327 384 128 384S160 369.673 160 352V119.417C179.124 108.3490000000001 192 87.6850000000001 192 64z" /> - <glyph glyph-name="thermometer-half" - unicode="" - horiz-adv-x="256" d=" M192 64C192 28.654 163.346 0 128 0S64 28.654 64 64C64 87.685 76.876 108.349 96 119.417V224C96 241.673 110.327 256 128 256S160 241.673 160 224V119.417C179.124 108.3490000000001 192 87.6850000000001 192 64zM224 148.653C243.912 126.09 256 96.459 256 64C256 -6.696 198.697 -64 128 -64C127.701 -64 127.391 -63.999 127.091 -63.997C56.789 -63.509 -0.357 -5.636 0.002 64.667C0.166 96.865 12.225 126.245 32 148.653V352C32 405.019 74.981 448 128 448S224 405.019 224 352V148.653zM208 64C208 98.339 188.63 116.19 176 130.502V352C176 378.467 154.467 400 128 400S80 378.467 80 352V130.502C67.268 116.074 48.175 98.402 48.001 64.422C47.777 20.5460000000001 83.564 -15.694 127.424 -15.998L128 -16C172.112 -16 208 19.888 208 64z" /> - <glyph glyph-name="thermometer-quarter" - unicode="" - horiz-adv-x="256" d=" M192 64C192 28.654 163.346 0 128 0S64 28.654 64 64C64 87.685 76.876 108.349 96 119.417V160C96 177.673 110.327 192 128 192S160 177.673 160 160V119.417C179.124 108.3490000000001 192 87.6850000000001 192 64zM224 148.653C243.912 126.09 256 96.459 256 64C256 -6.696 198.697 -64 128 -64C127.701 -64 127.391 -63.999 127.091 -63.997C56.789 -63.509 -0.357 -5.636 0.002 64.667C0.166 96.865 12.225 126.245 32 148.653V352C32 405.019 74.981 448 128 448S224 405.019 224 352V148.653zM208 64C208 98.339 188.63 116.19 176 130.502V352C176 378.467 154.467 400 128 400S80 378.467 80 352V130.502C67.268 116.074 48.175 98.402 48.001 64.422C47.777 20.5460000000001 83.564 -15.694 127.424 -15.998L128 -16C172.112 -16 208 19.888 208 64z" /> - <glyph glyph-name="thermometer-three-quarters" - unicode="" - horiz-adv-x="256" d=" M192 64C192 28.654 163.346 0 128 0C92.654 0 64 28.654 64 64C64 87.685 76.876 108.349 96 119.417V288C96 305.673 110.327 320 128 320S160 305.673 160 288V119.417C179.124 108.3490000000001 192 87.6850000000001 192 64zM224 148.653C243.912 126.09 256 96.459 256 64C256 -6.696 198.697 -64 128 -64C127.701 -64 127.391 -63.999 127.091 -63.997C56.789 -63.509 -0.357 -5.636 0.002 64.667C0.166 96.865 12.225 126.245 32 148.653V352C32 405.019 74.981 448 128 448S224 405.019 224 352V148.653zM208 64C208 98.339 188.63 116.19 176 130.502V352C176 378.467 154.467 400 128 400S80 378.467 80 352V130.502C67.268 116.074 48.175 98.402 48.001 64.422C47.777 20.5460000000001 83.564 -15.694 127.424 -15.998L128 -16C172.112 -16 208 19.888 208 64z" /> - <glyph glyph-name="thermometer" - unicode="" - horiz-adv-x="512" d=" M476.8 427.6C439.3 458.3 381.3 453.9 344.9 417.4L299.2 371.4L349.7 320.9C352.8 317.8 352.8 312.7000000000001 349.7 309.6L338.4 298.3C335.3 295.2 330.2 295.2 327.1 298.3L276.7 348.8L231.6 303.4L281.9 253C285 249.9 285 244.8 281.9 241.7L270.6 230.4C267.5 227.3 262.4 227.3 259.3 230.4L209 280.6L163.9 235.2L214 185C217.1 181.9 217.1 176.8 214 173.7L202.7 162.4C199.6 159.3 194.5 159.3 191.4 162.4L141.3 212.6L96 166.9V66L7 -23C-2.4 -32.4 -2.4 -47.6 7 -56.9C16.4 -66.2999999999999 31.6 -66.2999999999999 40.9 -56.9L129.9 32.1H229.8L484 285.4C518.9 320.3 526.2 386.9 476.8 427.6z" /> - <glyph glyph-name="thumbs-down" - unicode="" - horiz-adv-x="512" d=" M0 392V152C0 138.745 10.745 128 24 128H104C117.255 128 128 138.745 128 152V392C128 405.255 117.255 416 104 416H24C10.745 416 0 405.255 0 392zM40 192C40 205.255 50.745 216 64 216S88 205.255 88 192S77.255 168 64 168S40 178.745 40 192zM312 -64C291.817 -64 282.515 -24.707 278.069 -6.205C272.863 15.461 267.48 37.865 252.676 52.697C220.207 85.221 203.173 126.664 163.559 165.808A11.98 11.98 0 0 0 160.001 174.329V388.099C160.001 394.64 165.244 399.977 171.784 400.097C187.615 400.387 208.478 409.176 224.435 416.275C256.189 430.402 295.709 447.983 343.995 448H346.839C389.616 448 440.202 447.587 460.613 418.263C469.005 406.206 471.059 391.229 466.761 373.631C483.073 356.578 491.824 324.7680000000001 483.143 298.874C500.687 275.442 502.2860000000001 242.742 492.451 219.405L492.561 219.295C504.4540000000001 207.346 512.0840000000001 188.036 512 170.098C511.844 139.746 485.843 111.9999999999999 452.447 111.9999999999999H350.723C358.03 83.66 384 59.868 384 17.452C384 -56 336 -64 312 -64z" /> - <glyph glyph-name="thumbs-up" - unicode="" - horiz-adv-x="512" d=" M104 224H24C10.745 224 0 213.255 0 200V-40C0 -53.255 10.745 -64 24 -64H104C117.255 -64 128 -53.255 128 -40V200C128 213.255 117.255 224 104 224zM64 -24C50.745 -24 40 -13.255 40 0S50.745 24 64 24S88 13.255 88 0S77.255 -24 64 -24zM384 366.548C384 324.132 358.03 300.3400000000001 350.723 272H452.446C485.843 272 511.843 244.254 511.999 213.902C512.083 195.964 504.453 176.653 492.56 164.705L492.45 164.595C502.286 141.258 500.687 108.558 483.142 85.126C491.823 59.231 483.073 27.422 466.76 10.369C471.058 -7.229 469.004 -22.206 460.612 -34.263C440.202 -63.587 389.616 -64 346.839 -64L343.994 -63.999C295.707 -63.982 256.188 -46.401 224.434 -32.274C208.477 -25.175 187.613 -16.387 171.783 -16.096C165.243 -15.976 160 -10.639 160 -4.098V209.672C160 212.872 161.282 215.943 163.558 218.193C203.172 257.337 220.206 298.78 252.675 331.304C267.479 346.136 272.863 368.54 278.068 390.206C282.515 408.707 291.817 448 312 448C336 448 384 440 384 366.548z" /> - <glyph glyph-name="thumbtack" - unicode="" - horiz-adv-x="384" d=" M298.028 233.733L285.793 352H328C341.255 352 352 362.745 352 376V424C352 437.255 341.255 448 328 448H56C42.745 448 32 437.255 32 424V376C32 362.745 42.745 352 56 352H98.207L85.972 233.733C37.465 211.18 0 170.739 0 120C0 106.745 10.745 96 24 96H160V-8.007C160 -9.249 160.289 -10.474 160.845 -11.585L184.845 -59.585C187.786 -65.467 196.209 -65.4779999999999 199.156 -59.585L223.156 -11.585A8.008 8.008 0 0 1 224.001 -8.007V96H360.001C373.256 96 384.001 106.745 384.001 120C384 171.183 346.018 211.42 298.028 233.733z" /> - <glyph glyph-name="ticket-alt" - unicode="" - horiz-adv-x="576" d=" M128 288H448V96H128V288zM528 192C528 165.49 549.49 144 576 144V48C576 21.49 554.51 0 528 0H48C21.49 0 0 21.49 0 48V144C26.51 144 48 165.49 48 192S26.51 240 0 240V336C0 362.51 21.49 384 48 384H528C554.51 384 576 362.51 576 336V240C549.49 240 528 218.51 528 192zM480 296C480 309.255 469.255 320 456 320H120C106.745 320 96 309.255 96 296V88C96 74.745 106.745 64 120 64H456C469.255 64 480 74.745 480 88V296z" /> - <glyph glyph-name="times-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM377.6 126.9C382.3 122.2 382.3 114.6 377.6 109.9L338 70.4C333.3 65.7 325.7 65.7 321 70.4L256 136L190.9 70.4C186.2 65.7 178.6 65.7 173.9 70.4L134.4 110C129.7 114.7 129.7 122.3 134.4 127L200 192L134.4 257.1C129.7 261.8 129.7 269.4 134.4 274.1L174 313.7C178.7 318.4 186.3 318.4 191 313.7L256 248L321.1 313.6C325.8 318.3 333.4000000000001 318.3 338.1 313.6L377.7000000000001 274C382.4000000000001 269.3 382.4000000000001 261.7 377.7000000000001 257L312 192L377.6 126.9z" /> - <glyph glyph-name="times" - unicode="" - horiz-adv-x="384" d=" M323.1 7L377 60.9C386.4 70.3 386.4 85.4 377 94.8L279.8 192L377 289.2C386.4 298.6 386.4 313.7 377 323.1L323.1 377C313.7000000000001 386.4 298.6 386.4 289.2000000000001 377L192 279.8L94.8 377C85.4 386.4 70.3 386.4 60.9 377L7 323.1C-2.4 313.7 -2.4 298.6 7 289.2L104.2 192L7 94.8C-2.4 85.4 -2.4 70.3 7 60.9L60.9 7C70.3 -2.4 85.4 -2.4 94.8 7L192 104.2L289.2 7C298.5 -2.3 313.7 -2.3 323.1 7z" /> - <glyph glyph-name="tint" - unicode="" - horiz-adv-x="384" d=" M192 -64C93.565 -64 13.913 15.652 13.913 114.087C13.913 225.283 115.107 268.152 162.435 425.912C171.539 456.028 213.534 454.69 221.565 425.912C269.111 267.426 370.087 225.843 370.087 114.087C370.087 15.652 290.435 -64 192 -64zM149.478 107.826C147.969 113.359 140.031 113.358 138.522 107.826C129.299 78.401 110.609 70.181 110.609 49.391C110.609 30.87 125.478 16 144 16S177.391 30.87 177.391 49.391C177.391 70.23 158.718 78.347 149.478 107.826z" /> - <glyph glyph-name="toggle-off" - unicode="" - horiz-adv-x="576" d=" M384 384H192C85.961 384 0 298.039 0 192S85.961 0 192 0H384C490.039 0 576 85.961 576 192S490.039 384 384 384zM64 192C64 262.741 121.249 320 192 320C262.741 320 320 262.751 320 192C320 121.259 262.751 64 192 64C121.259 64 64 121.249 64 192zM384 64H335.0950000000001C400.312 136.858 400.331 247.12 335.0950000000001 320H384C454.741 320 512 262.751 512 192C512 121.26 454.751 64 384 64z" /> - <glyph glyph-name="toggle-on" - unicode="" - horiz-adv-x="576" d=" M576 192C576 85.961 490.039 0 384 0H192C85.961 0 0 85.961 0 192S85.961 384 192 384H384C490.039 384 576 298.039 576 192zM384 320C313.259 320 256 262.751 256 192C256 121.259 313.249 64 384 64C454.741 64 512 121.249 512 192C512 262.741 454.751 320 384 320" /> - <glyph glyph-name="trademark" - unicode="" - horiz-adv-x="640" d=" M97.119 284.867H12C5.373 284.867 0 290.24 0 296.867V340C0 346.627 5.373 352 12 352H260.559C267.186 352 272.559 346.627 272.559 340V296.867C272.559 290.24 267.186 284.867 260.559 284.867H175.44V44C175.44 37.373 170.067 32 163.44 32H109.118C102.491 32 97.118 37.373 97.118 44V284.867zM329.825 352H395.25A12 12 0 0 0 406.596 343.907L450.355 216.839C457.516 196.251 466.466 164.027 466.466 164.027H467.362S476.312 196.251 483.473 216.839L527.231 343.907A12 12 0 0 0 538.577 352H603.987A12 12 0 0 0 615.948 340.9700000000001L639.96 44.97C640.527 37.983 635.009 32 627.999 32H573.898A12 12 0 0 0 561.926 43.182L552.844 176.112C551.0540000000001 200.28 552.844 229.8180000000001 552.844 229.8180000000001H551.9480000000001S541.2070000000001 196.2520000000001 534.046 176.112L503.3460000000001 91.381A12 12 0 0 0 492.0640000000001 83.4690000000001H441.7620000000001A12 12 0 0 0 430.4800000000001 91.381L399.7800000000001 176.112C392.6190000000001 196.252 381.8770000000001 229.8180000000001 381.8770000000001 229.8180000000001H380.9820000000001S382.7720000000001 200.28 380.9820000000001 176.112L371.9000000000001 43.182C371.4720000000001 36.887 366.2400000000001 32 359.9300000000001 32H305.4C298.383 32 292.864 37.994 293.441 44.987L317.866 340.987A11.999000000000002 11.999000000000002 0 0 0 329.825 352z" /> - <glyph glyph-name="train" - unicode="" - horiz-adv-x="448" d=" M448 352V96C448 44.185 386.376 0 317.978 0L380.9580000000001 -49.721C386.905 -54.417 383.562 -64 376 -64H72C64.422 -64 61.108 -54.406 67.043 -49.721L130.022 0C61.82 0 0 44.046 0 96V352C0 405.019 64 448 128 448H320C385 448 448 405.019 448 352zM400 216V328C400 341.255 389.255 352 376 352H72C58.745 352 48 341.255 48 328V216C48 202.745 58.745 192 72 192H376C389.255 192 400 202.745 400 216zM224 152C193.072 152 168 126.928 168 96S193.072 40 224 40S280 65.072 280 96S254.928 152 224 152z" /> - <glyph glyph-name="transgender-alt" - unicode="" - horiz-adv-x="480" d=" M468 448H389C378.3 448 373 435.1 380.5 427.5L397.4 410.6L316.7 329.9C294.5 343.9 268.2 352 240 352C211.8 352 185.5 343.9 163.3 329.9L146.8 346.4L166.6 366.2C171.3 370.9 171.3 378.5 166.6 383.2L138.3 411.5C133.6 416.2 126 416.2 121.3 411.5L101.5 391.7L82.5 410.7L99.4 427.6C107.1 435.1 101.7 448 91 448H12C5.4 448 0 442.6 0 436V357C0 346.3 12.9 341 20.5 348.5L37.4 365.4L56.4 346.4L36.6 326.6C31.9 321.9 31.9 314.3 36.6 309.6L64.9 281.3C69.6 276.6 77.2 276.6 81.9 281.3L101.7 301.1L118.2 284.6C104.1 262.5 96 236.2 96 208C96 139.5 143.9 82.1 208 67.6V40H172C165.4 40 160 34.6 160 28V-12C160 -18.6 165.4 -24 172 -24H208V-52C208 -58.6 213.4 -64 220 -64H260C266.6 -64 272 -58.6 272 -52V-24H308C314.6 -24 320 -18.6 320 -12V28C320 34.6 314.6 40 308 40H272V67.6C336.1 82.2000000000001 384 139.5 384 208C384 236.2 375.9 262.5 361.9 284.7000000000001L442.6 365.4000000000001L459.4999999999999 348.5000000000001C467.1 340.9000000000001 479.9999999999999 346.3000000000001 479.9999999999999 357.0000000000001V436C479.9999999999999 442.6 474.6 448 467.9999999999999 448zM240 128C195.9 128 160 163.9 160 208S195.9 288 240 288S320 252.1 320 208S284.1 128 240 128z" /> - <glyph glyph-name="transgender" - unicode="" - horiz-adv-x="384" d=" M372 448H293C282.3 448 277 435.1 284.5 427.5L301.4 410.6L220.7 329.9C198.5 343.9 172.2 352 144 352C64.5 352 0 287.5 0 208C0 139.5 47.9 82.1 112 67.6V40H76C69.4 40 64 34.6 64 28V-12C64 -18.6 69.4 -24 76 -24H112V-52C112 -58.6 117.4 -64 124 -64H164C170.6 -64 176 -58.6 176 -52V-24H212C218.6 -24 224 -18.6 224 -12V28C224 34.6 218.6 40 212 40H176V67.6C240.1 82.2000000000001 288 139.5 288 208C288 236.2 279.9 262.5 265.9 284.7000000000001L346.6 365.4000000000001L363.5 348.5000000000001C371.1 340.9000000000001 384 346.3000000000001 384 357.0000000000001V436C384 442.6 378.6 448 372 448zM144 128C99.9 128 64 163.9 64 208S99.9 288 144 288S224 252.1 224 208S188.1 128 144 128z" /> - <glyph glyph-name="trash-alt" - unicode="" - horiz-adv-x="448" d=" M0 364V392C0 405.3 10.7 416 24 416H136L145.4 434.7C149.4 442.9 157.7 448 166.8 448H281.1C290.2000000000001 448 298.5 442.9 302.6 434.7L312 416H424C437.3 416 448 405.3 448 392V364C448 357.4 442.6 352 436 352H12C5.4 352 0 357.4 0 364zM416 308V-16C416 -42.5 394.5 -64 368 -64H80C53.5 -64 32 -42.5 32 -16V308C32 314.6 37.4 320 44 320H404C410.6 320 416 314.6 416 308zM144 240C144 248.8 136.8 256 128 256S112 248.8 112 240V16C112 7.2 119.2 0 128 0S144 7.2 144 16V240zM240 240C240 248.8 232.8 256 224 256S208 248.8 208 240V16C208 7.2 215.2 0 224 0S240 7.2 240 16V240zM336 240C336 248.8 328.8 256 320 256S304 248.8 304 240V16C304 7.2 311.2 0 320 0S336 7.2 336 16V240z" /> - <glyph glyph-name="trash" - unicode="" - horiz-adv-x="448" d=" M0 364V392C0 405.3 10.7 416 24 416H136L145.4 434.7C149.4 442.9 157.7 448 166.8 448H281.1C290.2000000000001 448 298.5 442.9 302.6 434.7L312 416H424C437.3 416 448 405.3 448 392V364C448 357.4 442.6 352 436 352H12C5.4 352 0 357.4 0 364zM415.2 307.3L394.8 -19C393.2 -44.3 372.2 -64 346.9000000000001 -64H101.1C75.8 -64 54.8 -44.3 53.2 -19L32.8 307.3C32.4 314.2000000000001 37.9 320 44.8 320H403.3C410.1 320 415.6 314.2000000000001 415.2 307.3z" /> - <glyph glyph-name="tree" - unicode="" - horiz-adv-x="384" d=" M377.33 72.571L293.906 160H328C349.017 160 359.872 185.207 345.448 200.479L262.79 288H296C316.878 288 327.851 312.969 313.587 328.331L209.587 440.334C200.102 450.548 183.911 450.563 174.413 440.334L70.413 328.331C56.206 313.031 67.037 288 88 288H121.21L38.551 200.479C24.121 185.199 34.993 160 56 160H90.094L6.665 72.571C-7.869 57.345 2.925 32 24.025 32H144C144 -0.781 132.812 -17.26 110.005 -35.506C98.225 -44.93 104.914 -64 120 -64H264C279.086 -64 285.776 -44.931 273.995 -35.506C254.227 -19.6919999999999 240.003 -3.841 240 31.99V32H359.9700000000001C381.0200000000001 32 391.899 57.309 377.3300000000001 72.571z" /> - <glyph glyph-name="trophy" - unicode="" - horiz-adv-x="576" d=" M552 384H448V424C448 437.3 437.3 448 424 448H152C138.7 448 128 437.3 128 424V384H24C10.7 384 0 373.3 0 360V304C0 268.3 22.5 231.6 61.9 203.3C93.4 180.6 131.7 166.2 171.9 161.6C203.3 109.5 240 88 240 88V16H192C156.7 16 128 -4.7 128 -40V-52C128 -58.6 133.4 -64 140 -64H436C442.6 -64 448 -58.6 448 -52V-40C448 -4.7 419.3 16 384 16H336V88S372.7 109.5 404.1 161.6C444.4000000000001 166.2000000000001 482.7 180.6 514.1 203.3C553.4 231.6 576 268.3 576 304V360C576 373.3 565.3 384 552 384zM99.3 255.2C74.9 272.8 64 292.4 64 304V320H128.2C129.2 287.4 134 258.8 141 233.8C125.9 239 111.8 246.2 99.3 255.2zM512 304C512 287.9 494.3 267.9 476.7 255.2C464.2 246.2 450 239 434.9 233.8C441.9 258.8 446.7 287.4 447.7 320H512V304z" /> - <glyph glyph-name="truck" - unicode="" - horiz-adv-x="640" d=" M624 96H608V204.1C608 216.8 602.9 229 593.9 238L494 337.9C485 346.9 472.8 352 460.1 352H416V400C416 426.5 394.5 448 368 448H48C21.5 448 0 426.5 0 400V80C0 53.5 21.5 32 48 32H64C64 -21 107 -64 160 -64S256 -21 256 32H384C384 -21 427 -64 480 -64S576 -21 576 32H624C632.8 32 640 39.2 640 48V80C640 88.8 632.8 96 624 96zM160 -16C133.5 -16 112 5.5 112 32S133.5 80 160 80S208 58.5 208 32S186.5 -16 160 -16zM480 -16C453.5 -16 432 5.5 432 32S453.5 80 480 80S528 58.5 528 32S506.5 -16 480 -16zM560 192H416V304H460.1L560 204.1V192z" /> - <glyph glyph-name="tty" - unicode="" - horiz-adv-x="512" d=" M5.37 344.178C143.902 482.71 368.306 482.504 506.632 344.178C512.71 338.1 513.706 328.682 509.215 321.497L466.001 252.359A18.332 18.332 0 0 0 443.6450000000001 245.054L357.2230000000001 279.623A18.335 18.335 0 0 0 345.7890000000001 298.469L351.741 358C289.596 380.454 221.105 379.986 160.258 358L166.211 298.468A18.331 18.331 0 0 0 154.777 279.622L68.354 245.0540000000001A18.334 18.334 0 0 0 45.998 252.3590000000001L2.787 321.498A18.333 18.333 0 0 0 5.37 344.178zM96 140V180C96 186.627 90.627 192 84 192H44C37.373 192 32 186.627 32 180V140C32 133.373 37.373 128 44 128H84C90.627 128 96 133.373 96 140zM192 140V180C192 186.627 186.627 192 180 192H140C133.373 192 128 186.627 128 180V140C128 133.373 133.373 128 140 128H180C186.627 128 192 133.373 192 140zM288 140V180C288 186.627 282.627 192 276 192H236C229.373 192 224 186.627 224 180V140C224 133.373 229.373 128 236 128H276C282.627 128 288 133.373 288 140zM384 140V180C384 186.627 378.627 192 372 192H332C325.373 192 320 186.627 320 180V140C320 133.373 325.373 128 332 128H372C378.627 128 384 133.373 384 140zM480 140V180C480 186.627 474.627 192 468 192H428C421.373 192 416 186.627 416 180V140C416 133.373 421.373 128 428 128H468C474.627 128 480 133.373 480 140zM144 44V84C144 90.627 138.627 96 132 96H92C85.373 96 80 90.627 80 84V44C80 37.373 85.373 32 92 32H132C138.627 32 144 37.373 144 44zM240 44V84C240 90.627 234.627 96 228 96H188C181.373 96 176 90.627 176 84V44C176 37.373 181.373 32 188 32H228C234.627 32 240 37.373 240 44zM336 44V84C336 90.627 330.627 96 324 96H284C277.373 96 272 90.627 272 84V44C272 37.373 277.373 32 284 32H324C330.627 32 336 37.373 336 44zM432 44V84C432 90.627 426.627 96 420 96H380C373.373 96 368 90.627 368 84V44C368 37.373 373.373 32 380 32H420C426.627 32 432 37.373 432 44zM96 -52V-12C96 -5.373 90.627 0 84 0H44C37.373 0 32 -5.373 32 -12V-52C32 -58.627 37.373 -64 44 -64H84C90.627 -64 96 -58.627 96 -52zM384 -52V-12C384 -5.373 378.627 0 372 0H140C133.373 0 128 -5.373 128 -12V-52C128 -58.627 133.373 -64 140 -64H372C378.627 -64 384 -58.627 384 -52zM480 -52V-12C480 -5.373 474.627 0 468 0H428C421.373 0 416 -5.373 416 -12V-52C416 -58.627 421.373 -64 428 -64H468C474.627 -64 480 -58.627 480 -52z" /> - <glyph glyph-name="tv" - unicode="" - horiz-adv-x="640" d=" M592 448H48C21.5 448 0 426.5 0 400V80C0 53.5 21.5 32 48 32H293.1V0H133.1C115.4 0 101.1 -14.3 101.1 -32S115.4 -64 133.1 -64H517.1C534.8000000000001 -64 549.1 -49.7 549.1 -32S534.8000000000001 0 517.1 0H357.1V32H592C618.5 32 640 53.5 640 80V400C640 426.5 618.5 448 592 448zM576 96H64V384H576V96z" /> - <glyph glyph-name="umbrella" - unicode="" - horiz-adv-x="576" d=" M557.011 180.369C505.579 225.586 449.439 224.067 398.444 149.638C393.146 141.7770000000001 383.538 142.473 378.708 149.638C376.225 153.2620000000001 346.49 210.446 288 210.446C242.234 210.446 217.458 179.0680000000001 197.291 149.638C192.462 142.473 182.855 141.7770000000001 177.557 149.638C126.653 223.923 70.944 226.0440000000001 18.99 180.369C8.78 172.105 -1.922 181.478 0.294 189.85C32.146 313.427 158.516 383.3880000000001 288.001 383.3880000000001C416.794 383.3880000000001 544.547 313.427 575.707 189.85C577.913 181.528 567.281 172.057 557.011 180.369zM256 186.999V32C256 14.355 241.645 0 224 0S192 14.355 192 32C192 49.673 177.673 64 160 64S128 49.673 128 32C128 -20.935 171.065 -64 224 -64S320 -20.935 320 32V186.712C298.164 197.518 274.575 196.449 256 186.999zM320 398.0060000000001V416C320 433.673 305.673 448 288 448S256 433.673 256 416V398.0130000000001A372.105 372.105 0 0 0 320 398.0060000000001z" /> - <glyph glyph-name="underline" - unicode="" - horiz-adv-x="448" d=" M224.264 59.76C132.595 59.76 67.661 110.925 67.661 211.152V384H39.37C30.533 384 23.37 391.163 23.37 400V432C23.37 440.837 30.533 448 39.37 448H176.76C185.597 448 192.76 440.837 192.76 432V400C192.76 391.163 185.597 384 176.76 384H147.947V211.152C147.947 157.453 176.261 131.708 224.264 131.708C271.23 131.708 300.06 157.142 300.06 211.673V384H271.769C262.932 384 255.769 391.163 255.769 400V432C255.769 440.837 262.932 448 271.769 448H408.637C417.474 448 424.637 440.837 424.637 432V400C424.637 391.163 417.474 384 408.637 384H380.346V211.152C380.346 111.747 315.4650000000001 59.76 224.264 59.76zM16 0H432C440.837 0 448 -7.163 448 -16V-48C448 -56.837 440.837 -64 432 -64H16C7.163 -64 0 -56.837 0 -48V-16C0 -7.163 7.163 0 16 0z" /> - <glyph glyph-name="undo-alt" - unicode="" - horiz-adv-x="512" d=" M255.545 440C189.276 439.881 129.107 413.767 84.685 371.315L48.971 407.029C33.851 422.149 8 411.4410000000001 8 390.059V256C8 242.745 18.745 232 32 232H166.059C187.441 232 198.149 257.851 183.03 272.971L141.28 314.721C172.144 343.62 212.081 359.628 254.51 359.9940000000001C346.908 360.7920000000001 424.793 286.017 423.9940000000001 190.552C423.236 99.991 349.816 24 256 24C214.873 24 176.003 38.678 145.37 65.556C140.627 69.717 133.464 69.464 129.002 65.003L89.34 25.341C84.468 20.469 84.709 12.526 89.822 7.908C133.798 -31.813 192.074 -56 256 -56C392.966 -56 503.999 55.033 504 191.998C504.001 328.807 392.354 440.245 255.545 440z" /> - <glyph glyph-name="undo" - unicode="" - horiz-adv-x="512" d=" M212.333 223.667H12C5.373 223.667 0 229.04 0 235.667V436C0 442.627 5.373 448 12 448H60C66.627 448 72 442.627 72 436V357.8880000000001C117.773 408.721 184.26 440.53 258.175 439.993C395.081 438.999 504.623 328.37 504.332 191.461C504.041 54.742 393.12 -56 256.3330000000001 -56C192.244 -56 133.8370000000001 -31.687 89.823 8.215C84.724 12.837 84.489 20.769 89.356 25.635L123.323 59.602C127.7970000000001 64.076 134.9850000000001 64.319 139.7240000000001 60.127C170.76 32.664 211.58 16 256.3330000000001 16C353.601 16 432.3330000000001 94.716 432.3330000000001 192C432.3330000000001 289.267 353.617 368 256.3330000000001 368C197.837 368 146.053 339.524 114.059 295.6670000000001H212.333C218.96 295.6670000000001 224.333 290.294 224.333 283.6670000000001V235.667C224.333 229.04 218.96 223.667 212.333 223.667z" /> - <glyph glyph-name="universal-access" - unicode="" - horiz-adv-x="512" d=" M256 400C370.953 400 464 306.971 464 192C464 77.047 370.971 -16 256 -16C141.047 -16 48 77.029 48 192C48 306.953 141.029 400 256 400M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 384C149.961 384 64 298.039 64 192S149.961 0 256 0S448 85.961 448 192S362.039 384 256 384zM256 340C275.882 340 292 323.882 292 304S275.882 268 256 268S220 284.118 220 304S236.118 340 256 340zM373.741 241.977C345.029 235.198 318.23 229.229 291.601 226.17C292.452 125.1470000000001 303.907 103.118 316.638 70.549C320.255 61.289 315.681 50.851 306.421 47.234C297.16 43.617 286.722 48.191 283.105 57.451C274.4000000000001 79.759 266.019 98.087 260.844 136H251.158C245.991 98.149 237.624 79.792 228.896 57.451C225.281 48.196 214.846 43.615 205.581 47.234C196.321 50.8510000000001 191.747 61.29 195.364 70.549C208.077 103.09 219.549 125.09 220.401 226.1700000000001C193.772 229.2280000000001 166.973 235.1970000000001 138.26 241.9770000000001C129.66 244.0080000000001 124.334 252.6250000000001 126.365 261.226S137.012 275.1520000000001 145.614 273.1210000000001C242.3 250.2920000000001 269.897 250.338 366.389 273.1210000000001C374.988 275.1510000000001 383.6070000000001 269.827 385.6380000000001 261.226C387.6670000000001 252.6250000000001 382.341 244.0070000000001 373.7410000000001 241.9770000000001z" /> - <glyph glyph-name="university" - unicode="" - horiz-adv-x="512" d=" M496 320V304A8 8 0 0 0 488 296H464V284C464 277.373 458.627 272 452 272H60C53.373 272 48 277.373 48 284V296H24A8 8 0 0 0 16 304V320A8 8 0 0 0 20.941 327.392L252.941 415.392A7.996000000000001 7.996000000000001 0 0 0 259.0590000000001 415.392L491.059 327.392A8 8 0 0 0 496 320zM472 16H40C26.745 16 16 5.255 16 -8V-24A8 8 0 0 1 24 -32H488A8 8 0 0 1 496 -24V-8C496 5.255 485.255 16 472 16zM96 256V64H60C53.373 64 48 58.627 48 52V32H464V52C464 58.627 458.627 64 452 64H416V256H352V64H288V256H224V64H160V256H96z" /> - <glyph glyph-name="unlink" - unicode="" - horiz-adv-x="512" d=" M304.0830000000001 42.093C308.769 37.407 308.769 29.809 304.0830000000001 25.122L259.4090000000001 -19.552C200.1460000000001 -78.814 103.716 -78.818 44.448 -19.552C-14.816 39.713 -14.816 136.144 44.448 195.4080000000001L89.123 240.0830000000001C93.809 244.7690000000001 101.407 244.7690000000001 106.094 240.0830000000001L145.692 200.485C150.3780000000001 195.799 150.3780000000001 188.201 145.692 183.514L101.017 138.84C72.945 110.7670000000001 72.945 65.09 101.017 37.0170000000001C129.089 8.9450000000001 174.7670000000001 8.9440000000001 202.841 37.0170000000001L247.5150000000001 81.691C252.2010000000001 86.377 259.7990000000001 86.377 264.4860000000001 81.691L304.0830000000001 42.093zM247.5150000000001 302.3090000000001C252.2010000000001 297.6230000000001 259.7990000000001 297.6230000000001 264.4860000000001 302.3090000000001L309.1600000000001 346.9830000000001C337.2320000000001 375.0580000000001 382.9100000000001 375.0560000000001 410.9840000000001 346.9830000000001C439.0560000000001 318.9100000000001 439.0560000000001 273.2330000000001 410.9840000000001 245.1600000000001L366.3090000000001 200.486C361.6230000000001 195.8 361.6230000000001 188.202 366.3090000000001 183.5150000000001L405.9070000000001 143.917C410.593 139.2310000000001 418.1910000000001 139.2310000000001 422.8780000000001 143.917L467.5530000000001 188.5920000000001C526.8180000000001 247.8570000000001 526.8180000000001 344.2870000000001 467.5530000000001 403.552C408.2870000000001 462.816 311.8580000000001 462.816 252.5920000000001 403.552L207.918 358.8780000000001C203.232 354.192 203.232 346.5940000000001 207.918 341.9070000000001L247.5150000000001 302.3090000000001zM482.3430000000001 -56.9709999999999L504.9700000000001 -34.3439999999999C514.3430000000001 -24.9709999999999 514.3430000000001 -9.7749999999999 504.9700000000001 -0.4029999999999L63.598 440.971C54.225 450.344 39.029 450.344 29.657 440.971L7.029 418.343C-2.344 408.9700000000001 -2.344 393.774 7.029 384.402L448.402 -56.971C457.775 -66.343 472.971 -66.343 482.343 -56.971z" /> - <glyph glyph-name="unlock-alt" - unicode="" - horiz-adv-x="448" d=" M400 192H152V295.1C152 334.7 183.7 367.6 223.3 368C263.3 368.4 296 335.9 296 296V280C296 266.7 306.7 256 320 256H352C365.3 256 376 266.7 376 280V296C376 380 307.5 448.3 223.5 448C139.5 447.7 72 378.5 72 294.5V192H48C21.5 192 0 170.5 0 144V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V144C448 170.5 426.5 192 400 192zM264 40C264 17.9 246.1 0 224 0S184 17.9 184 40V88C184 110.1 201.9 128 224 128S264 110.1 264 88V40z" /> - <glyph glyph-name="unlock" - unicode="" - horiz-adv-x="448" d=" M400 192H152V295.1C152 334.7 183.7 367.6 223.3 368C263.3 368.4 296 335.9 296 296V280C296 266.7 306.7 256 320 256H352C365.3 256 376 266.7 376 280V296C376 380 307.5 448.3 223.5 448C139.5 447.7 72 378.5 72 294.5V192H48C21.5 192 0 170.5 0 144V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V144C448 170.5 426.5 192 400 192z" /> - <glyph glyph-name="upload" - unicode="" - horiz-adv-x="512" d=" M296 64H216C202.7 64 192 74.7 192 88V256H104.3C86.5 256 77.6 277.5 90.2 290.1L242.3 442.3C249.8 449.8 262.1 449.8 269.6 442.3L421.8 290.1C434.4000000000001 277.5 425.5 256 407.7 256H320V88C320 74.7 309.3 64 296 64zM512 72V-40C512 -53.3 501.3 -64 488 -64H24C10.7 -64 0 -53.3 0 -40V72C0 85.3 10.7 96 24 96H160V88C160 57.1 185.1 32 216 32H296C326.9 32 352 57.1 352 88V96H488C501.3 96 512 85.3 512 72zM388 -16C388 -5 379 4 368 4S348 -5 348 -16S357 -36 368 -36S388 -27 388 -16zM452 -16C452 -5 443 4 432 4S412 -5 412 -16S421 -36 432 -36S452 -27 452 -16z" /> - <glyph glyph-name="user-circle" - unicode="" - horiz-adv-x="512" d=" M8 192C8 328.967 119.033 440 256 440S504 328.967 504 192S392.967 -56 256 -56S8 55.033 8 192zM80.455 66.132C119.657 11.554 183.673 -24 256 -24S392.343 11.554 431.545 66.132C428.404 93.122 408.878 115.78 382.007 122.498L349.6329999999999 130.591C323.565 108.21 290.722 96 256 96S188.435 108.21 162.366 130.591L129.992 122.498C103.122 115.78 83.596 93.122 80.455 66.132zM144 240C144 178.144 194.144 128 256 128S368 178.144 368 240S317.856 352 256 352S144 301.856 144 240z" /> - <glyph glyph-name="user-md" - unicode="" - horiz-adv-x="448" d=" M224 192C294.7 192 352 249.3 352 320S294.7 448 224 448S96 390.7 96 320S153.3 192 224 192zM104 24C104 10.7 114.7 0 128 0S152 10.7 152 24S141.3 48 128 48S104 37.3 104 24zM354.4 175.6L320 181.3V126.3C356.5 118.9 384 86.5 384 47.9V-8.1C384 -15.7 378.6 -22.3 371.1 -23.8L338.9000000000001 -30.2C334.6 -31.1 330.4000000000001 -28.3 329.5000000000001 -23.9L326.4000000000001 -8.2C325.5000000000001 -3.9 328.3 0.4 332.7000000000001 1.2L352.0000000000001 5.1V48C352.0000000000001 77.6 325.1000000000001 101 294.4000000000001 95.1C271.6 90.7000000000001 256.0000000000001 69.3 256.0000000000001 46.1V5.1L275.3000000000001 1.2C279.6000000000001 0.3000000000001 282.4000000000001 -3.9 281.6000000000001 -8.1999999999999L278.5000000000001 -23.8999999999999C277.6000000000001 -28.1999999999999 273.4000000000001 -30.9999999999999 269.1000000000001 -30.1999999999999L237.9000000000001 -25.9999999999999C230.0000000000001 -24.8999999999999 224.1000000000001 -18.1999999999999 224.1000000000001 -10.1V47.9C224.1000000000001 86.5000000000001 251.6000000000001 118.8000000000001 288.1000000000001 126.3000000000001V173.5000000000001C268.5000000000001 164.9 246.9000000000001 159.9 224.1000000000001 159.9C194.8000000000001 159.9 167.7000000000001 168.4 144.1000000000001 182.2000000000001V77.3000000000001C167.2000000000001 70.4000000000001 184.1000000000001 49.2 184.1000000000001 23.9000000000001C184.1000000000001 -6.9999999999999 159.0000000000001 -32.0999999999999 128.1000000000001 -32.0999999999999S72.1000000000001 -6.9999999999999 72.1000000000001 23.9000000000001C72.1000000000001 49.2000000000001 89.0000000000001 70.4000000000001 112.1000000000001 77.3000000000001V178.7L93.7000000000001 175.6C39.7000000000001 166.6 0.1000000000001 119.9 0.1000000000001 65.1V-32C0.1000000000001 -49.7 14.4000000000001 -64 32.1000000000001 -64H416.1000000000001C433.8000000000001 -64 448.1000000000001 -49.7 448.1000000000001 -32V65.1C448.0000000000001 119.9 408.4000000000001 166.6 354.4000000000001 175.6z" /> - <glyph glyph-name="user-plus" - unicode="" - horiz-adv-x="640" d=" M224 416C301.32 416 364 353.32 364 276S301.32 136 224 136S84 198.68 84 276S146.68 416 224 416zM384.373 123.907L321.974 139.507C256.417 92.353 176.953 102.876 126.026 139.507L63.627 123.907C26.233 114.558 0 80.96 0 42.415V10C0 -13.196 18.804 -32 42 -32H406C429.1960000000001 -32 448 -13.196 448 10V42.415C448 80.96 421.767 114.558 384.373 123.9070000000001zM628 223.111H559.111V292C559.111 298.627 553.7379999999999 304 547.111 304H508.889C502.262 304 496.889 298.627 496.889 292L496.887 223.113L428 223.111C421.373 223.111 416 217.738 416 211.111V172.889C416 166.262 421.373 160.889 428 160.889L496.887 160.887L496.889 92C496.889 85.373 502.262 80 508.889 80H547.111C553.7379999999999 80 559.111 85.373 559.111 92L559.1129999999999 160.887L628 160.889C634.627 160.889 640 166.262 640 172.889V211.111C640 217.738 634.627 223.111 628 223.111z" /> - <glyph glyph-name="user-secret" - unicode="" - horiz-adv-x="448" d=" M388.829 152.676L409.801 207.728C412.793 215.582 406.992 224 398.587 224H340.39C347.84 240.236 352 258.297 352 277.333C352 280.964 351.84 284.557 351.544 288.111C391.0830000000001 295.926 416 307.3160000000001 416 320C416 333.2630000000001 388.769 345.112 346.053 352.937C336.868 385.742 318.875 418.734 305.339 435.787C295.887 447.695 279.466 451.421 265.868 444.621L238.311 430.842A31.997 31.997 0 0 0 209.689 430.842L182.132 444.622C168.5330000000001 451.421 152.112 447.696 142.661 435.788C129.125 418.735 111.132 385.743 101.947 352.938C59.231 345.112 32 333.2630000000001 32 320C32 307.3160000000001 56.917 295.926 96.456 288.111A129.362 129.362 0 0 1 96 277.333C96 258.296 100.159 240.235 107.608 224H50.198C41.583 224 35.775 215.192 39.169 207.273L62.075 153.826C25.799 140.118 0 105.075 0 64V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V64C448 103.97 423.57 138.231 388.829 152.676zM184 -40L136 152L184 128L208 88L184 -40zM264 -40L240 88L264 128L312 152L264 -40zM318.778 263.746C318.7700000000001 263.703 314.4790000000001 260.515 313.653 257.975C309.7920000000001 246.111 306.627 233.403 297.139 224.616C287.068 215.289 249.182 202.211 233.143 249.645C230.306 258.04 217.696 258.043 214.858 249.645C197.895 199.477 158.839 217.228 150.862 224.616C141.374 233.402 138.209 246.111 134.348 257.975C133.522 260.515 129.23 263.703 129.223 263.746C128.669 266.671 128.242 269.63 128.003 272.596C127.694 276.444 138.081 276.254 139.081 276.343C165.384 278.669 191.384 276.922 217.104 270.846C219.667 270.24 228.657 270.317 230.897 270.846C256.617 276.9219999999999 282.617 278.67 308.92 276.343C309.922 276.254 320.307 276.445 319.998 272.596C319.759 269.63 319.332 266.671 318.7779999999999 263.746z" /> - <glyph glyph-name="user-times" - unicode="" - horiz-adv-x="640" d=" M224 416C301.32 416 364 353.32 364 276S301.32 136 224 136S84 198.68 84 276S146.68 416 224 416zM384.373 123.907L321.974 139.507C256.417 92.353 176.953 102.876 126.026 139.507L63.627 123.907C26.233 114.558 0 80.96 0 42.415V10C0 -13.196 18.804 -32 42 -32H406C429.1960000000001 -32 448 -13.196 448 10V42.415C448 80.96 421.767 114.558 384.373 123.9070000000001zM587.897 192L636.493 240.598C641.168 245.273 641.168 252.854 636.493 257.529L609.529 284.4930000000001C604.854 289.168 597.273 289.168 592.598 284.4930000000001L544 235.895L495.402 284.493C490.727 289.168 483.146 289.168 478.471 284.493L451.507 257.529C446.832 252.854 446.832 245.273 451.507 240.598L500.103 192L451.507 143.402C446.832 138.727 446.832 131.146 451.507 126.471L478.471 99.507C483.146 94.832 490.727 94.832 495.402 99.507L544 148.103L592.598 99.507C597.2729999999999 94.832 604.8539999999999 94.832 609.529 99.507L636.4929999999999 126.471C641.1679999999999 131.146 641.1679999999999 138.727 636.4929999999999 143.402L587.897 192z" /> - <glyph glyph-name="user" - unicode="" - horiz-adv-x="512" d=" M256 448C344.366 448 416 376.366 416 288S344.366 128 256 128S96 199.634 96 288S167.634 448 256 448zM439.283 114.179L367.9700000000001 132.007C293.0470000000001 78.117 202.232 90.143 144.03 132.007L72.717 114.179C29.981 103.495 0 65.097 0 21.045V-16C0 -42.51 21.49 -64 48 -64H464C490.51 -64 512 -42.51 512 -16V21.045C512 65.097 482.019 103.495 439.283 114.179z" /> - <glyph glyph-name="users" - unicode="" - horiz-adv-x="640" d=" M320 384C377.99 384 425 336.99 425 279S377.99 174 320 174S215 221.01 215 279S262.01 384 320 384zM433.463 166.634L393.481 176.63C344.313 141.265 284.715 149.157 246.52 176.63L206.538 166.634C174.485 158.621 152 129.823 152 96.784V36C152 16.118 168.118 0 188 0H452C471.882 0 488 16.118 488 36V96.784C488 129.823 465.515 158.621 433.463 166.634zM528 148C566.66 148 598 179.34 598 218S566.66 288 528 288S458 256.66 458 218S489.34 148 528 148zM112 148C150.66 148 182 179.34 182 218S150.66 288 112 288S42 256.66 42 218S73.34 148 112 148zM136 36V96.784C136 113.335 140.593 128.988 148.703 142.383C118.715 127.663 85.367 133.675 63.013 149.753L36.358 143.089C14.99 137.748 0 118.548 0 96.523V56C0 42.745 10.745 32 24 32H136.169A52.417 52.417 0 0 0 136 36zM603.642 143.09L576.9870000000001 149.754C549.0620000000001 129.668 516.0970000000001 130.521 491.2010000000001 142.536C499.369 129.107 504 113.399 504 96.784V36C504 34.653 503.932 33.322 503.831 32H616C629.255 32 640 42.745 640 56V96.523C640 118.548 625.01 137.7480000000001 603.642 143.09z" /> - <glyph glyph-name="utensil-spoon" - unicode="" - horiz-adv-x="512" d=" M480.1 416.1C425.1 471.2 315.2000000000001 450.6 252.3 387.6C203 338.3 197.2 277.6 223.5 227.2L9 34.8C-2.6 24.3 -3.1 6.3 8 -4.7L59.3 -56C70.3 -67 88.4 -66.5 98.8 -54.9L291.2 159.5C341.6 133.2 402.3 139 451.6 188.3C514.6 251.2 535.2 361.1 480.1 416.1z" /> - <glyph glyph-name="utensils" - unicode="" - horiz-adv-x="416" d=" M207.9 432.8C208.7 428.1 224 338.3 224 304C224 251.7 196.2 214.4 155.1 199.4L168 -38.7C168.7 -52.4 157.8 -64 144 -64H80C66.3 -64 55.3 -52.5 56 -38.7L68.9 199.4C27.7 214.4 0 251.8 0 304C0 338.4 15.3 428.1 16.1 432.8C19.3 453.1 61.4 453.4 64 431.7V290.5C65.3 287.1 79.1 287.3 80 290.5C81.4 315.8 87.9 429.7 88 432.3C91.3 453.1 132.7 453.1 135.9 432.3C136.1 429.6 142.5 315.8 143.9 290.5C144.8 287.3 158.7 287.1 159.9 290.5V431.7C162.5 453.3 204.7 453.1 207.9 432.8zM327.1 147.1L312.1 -38C310.9000000000001 -52 322 -64 336 -64H392C405.3 -64 416 -53.3 416 -40V424C416 437.2 405.3 448 392 448C309.5 448 170.6 269.5 327.1 147.1z" /> - <glyph glyph-name="venus-double" - unicode="" - horiz-adv-x="512" d=" M288 272C288 351.5 223.5 416 144 416S0 351.5 0 272C0 203.5 47.9 146.1 112 131.6V80H76C69.4 80 64 74.6 64 68V28C64 21.4 69.4 16 76 16H112V-20C112 -26.6 117.4 -32 124 -32H164C170.6 -32 176 -26.6 176 -20V16H212C218.6 16 224 21.4 224 28V68C224 74.6 218.6 80 212 80H176V131.6C240.1 146.1 288 203.5 288 272zM64 272C64 316.1 99.9 352 144 352S224 316.1 224 272S188.1 192 144 192S64 227.9 64 272zM400 131.6V80H436C442.6 80 448 74.6 448 68V28C448 21.4 442.6 16 436 16H400V-20C400 -26.6 394.6 -32 388 -32H348C341.4 -32 336 -26.6 336 -20V16H300C293.4 16 288 21.4 288 28V68C288 74.6 293.4 80 300 80H336V131.6C314.8 136.4 295.4 145.9 278.8 158.9C292.8 175.6 303.8 194.9 310.9000000000001 216C325.4000000000001 201.2 345.6 192 368.0000000000001 192C412.1000000000001 192 448.0000000000001 227.9000000000001 448.0000000000001 272S412.1000000000001 352 368.0000000000001 352C345.7000000000001 352 325.4000000000001 342.8 310.9000000000001 328C303.8 349.1 292.9000000000001 368.4000000000001 278.8 385.1C303.4 404.4 334.3 416 368 416C447.5 416 512 351.5 512 272C512 203.5 464.1 146.1 400 131.6z" /> - <glyph glyph-name="venus-mars" - unicode="" - horiz-adv-x="576" d=" M564 448H485C474.3 448 469 435.1 476.5 427.5L493.4 410.6L444.7 361.9C422.5 375.9 396.2 384 368 384C334.3 384 303.4 372.4 278.8 353.1C292.8 336.4 303.8 317.1 310.9000000000001 296C325.4000000000001 310.8 345.6 320 368.0000000000001 320C412.1000000000001 320 448.0000000000001 284.1 448.0000000000001 240S412.1000000000001 160 368.0000000000001 160C345.7000000000001 160 325.4000000000001 169.2 310.9000000000001 184C303.8 162.9 292.9000000000001 143.6 278.8 126.9C303.3 107.5 334.3 96 368 96C447.5 96 512 160.5 512 240C512 268.2 503.9 294.5 489.9 316.7L538.6 365.4L555.5 348.5C557.9 346.1 560.9 345 563.9 345C570.1 345 576 349.8 576 357V436C576 442.6 570.6 448 564 448zM144 384C64.5 384 0 319.5 0 240C0 171.5 47.9 114.1 112 99.6V48H76C69.4 48 64 42.6 64 36V-4C64 -10.6 69.4 -16 76 -16H112V-52C112 -58.6 117.4 -64 124 -64H164C170.6 -64 176 -58.6 176 -52V-16H212C218.6 -16 224 -10.6 224 -4V36C224 42.6 218.6 48 212 48H176V99.6C240.1 114.2000000000001 288 171.5 288 240.0000000000001C288 319.5 223.5 384 144 384zM144 160C99.9 160 64 195.9 64 240S99.9 320 144 320S224 284.1 224 240S188.1 160 144 160z" /> - <glyph glyph-name="venus" - unicode="" - horiz-adv-x="288" d=" M288 272C288 351.5 223.5 416 144 416S0 351.5 0 272C0 203.5 47.9 146.1 112 131.6V80H76C69.4 80 64 74.6 64 68V28C64 21.4 69.4 16 76 16H112V-20C112 -26.6 117.4 -32 124 -32H164C170.6 -32 176 -26.6 176 -20V16H212C218.6 16 224 21.4 224 28V68C224 74.6 218.6 80 212 80H176V131.6C240.1 146.1 288 203.5 288 272zM64 272C64 316.1 99.9 352 144 352S224 316.1 224 272S188.1 192 144 192S64 227.9 64 272z" /> - <glyph glyph-name="video" - unicode="" - horiz-adv-x="576" d=" M528 384H515.882A48 48 0 0 1 481.9409999999999 369.9410000000001L384 272V336C384 362.51 362.51 384 336 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H336C362.51 0 384 21.49 384 48V112L481.941 14.059A48 48 0 0 1 515.882 0H528C554.51 0 576 21.49 576 48V336C576 362.51 554.51 384 528 384z" /> - <glyph glyph-name="volleyball-ball" - unicode="" - horiz-adv-x="495.9" d=" M223.3 204.6C222.4 241.6 214.7 277.4 200.6 310.3C109.8 267.9 43.1 187.9 20.3 93.5C33.7 62.7 53.2 35.2 77.2 12.4C99.9 91.6 151.4 160.2 223.3 204.6zM186.4 339C171.4 365.4 151.9 389.1 129 409.7C38 359.9 -15.8 256.8 4 147.5C37.4 230.6 102.4 299.5 186.4 339zM374 173.9C382.6 273.7 346.7 371.4 276.5 438.3C261.8 440 224.9 443.8 177.6 429.8C234.9 370.5 268.6 291.6 271.1 207.1C303.6 189.4 338.4000000000001 178.1 374 173.9zM249.3 164.4C217.7 145.1 190.6 120.5 169.1 91.8C251.1 34.4999999999999 353.6 16.6999999999999 446.6 43.9999999999999C466.3 70.3999999999999 480.8 100.8 488.8 133.9C462.2 127.3 435.1 123.5 407.9 123.5C353.3 123.6 299 137.6 249.3 164.4zM151 64.7C135.8 38.7 125.3 10.3 118.9 -19.5C156.5 -42.5 200.6 -56 248 -56C309 -56 364.7 -33.9 407.9 2.6C295 -13.5 204.6 27.4 151 64.7zM331.3 425.3C386.6 354.9 413.8 264.1 405.9 171.7C436.2 171.5 466.4 176.5 495.6 185.9C495.6 187.9 495.9 189.9 495.9 191.9C495.9 299.7 427.2 391 331.3 425.3z" /> - <glyph glyph-name="volume-down" - unicode="" - horiz-adv-x="384" d=" M256 359.983V24.019C256 2.581 230.057 -7.979 215.029 7.048L126.059 96H24C10.745 96 0 106.745 0 120V264C0 277.255 10.745 288 24 288H126.059L215.03 376.954C230.04 391.964 256 381.444 256 359.983zM384 192C384 225.717 366.814 256.35 338.028 273.944C322.949 283.158 303.2530000000001 278.4070000000001 294.036 263.3280000000001S289.572 228.5530000000001 304.651 219.3360000000001C314.263 213.462 320 203.243 320 192A32.056 32.056 0 0 0 306.198 165.668C291.674 155.599 288.062 135.662 298.131 121.138C308.201 106.6130000000001 328.139 103.002 342.661 113.071C368.546 131.017 384 160.522 384 192z" /> - <glyph glyph-name="volume-off" - unicode="" - horiz-adv-x="256" d=" M256 359.983V24.019C256 2.581 230.057 -7.979 215.029 7.048L126.059 96H24C10.745 96 0 106.745 0 120V264C0 277.255 10.745 288 24 288H126.059L215.03 376.954C230.04 391.964 256 381.444 256 359.983z" /> - <glyph glyph-name="volume-up" - unicode="" - horiz-adv-x="576" d=" M256 359.983V24.019C256 2.581 230.057 -7.979 215.029 7.048L126.059 96H24C10.745 96 0 106.745 0 120V264C0 277.255 10.745 288 24 288H126.059L215.03 376.954C230.04 391.964 256 381.444 256 359.983zM438.0560000000001 437.8590000000001C422.9820000000001 447.08 403.283 442.332 394.061 427.255C384.84 412.178 389.588 392.481 404.665 383.26C468.967 343.937 512 273.017 512 192C512 118.569 475.923 49.708 415.493 7.794C400.971 -2.278 397.364 -22.216 407.436 -36.738C417.512 -51.266 437.452 -54.864 451.967 -44.795C529.633 9.073 576 97.594 576 192C576 295.2440000000001 521.421 386.877 438.0560000000001 437.8590000000001zM480 192C480 260.5470000000001 443.85 321.777 388.043 355.901C372.967 365.121 353.269 360.372 344.049 345.294C334.829 330.216 339.578 310.52 354.656 301.3C393.067 277.812 416 236.952 416 192C416 150.036 395.38 110.681 360.842 86.724C346.321 76.651 342.714 56.714 352.786 42.192C359.002 33.232 368.971 28.427 379.108 28.427A31.861999999999995 31.861999999999995 0 0 1 397.318 34.136C449.091 70.047 480 129.062 480 192zM384 192C384 225.717 366.814 256.35 338.028 273.944C322.949 283.158 303.2530000000001 278.4070000000001 294.036 263.3280000000001S289.572 228.5530000000001 304.651 219.3360000000001C314.263 213.462 320 203.243 320 192A32.056 32.056 0 0 0 306.198 165.668C291.674 155.599 288.062 135.662 298.131 121.138C308.201 106.6130000000001 328.139 103.002 342.661 113.071C368.546 131.017 384 160.522 384 192z" /> - <glyph glyph-name="warehouse" - unicode="" - horiz-adv-x="640" d=" M504 96H136.4C132 96 128.4 92.4 128.4 88L128.3 40C128.3 35.6 131.9 32 136.3 32H504C508.4 32 512 35.6 512 40V88C512 92.4 508.4 96 504 96zM504 0H136.1C131.7 0 128.1 -3.6 128.1 -8L128 -56C128 -60.4 131.6 -64 136 -64H504C508.4 -64 512 -60.4 512 -56V-8C512 -3.6 508.4 0 504 0zM504 192H136.6C132.2 192 128.6 188.4 128.6 184L128.5 136C128.5 131.6 132.1 128 136.5 128H504C508.4 128 512 131.6 512 136V184C512 188.4 508.4 192 504 192zM610.5 331L338.4 444.3A48.15 48.15 0 0 1 301.5 444.3L29.5 331C11.7 323.5 0 306.1 0 286.7V-56C0 -60.4 3.6 -64 8 -64H88C92.4 -64 96 -60.4 96 -56V192C96 209.6 110.6 224 128.6 224H511.4C529.4 224 544 209.6 544 192V-56C544 -60.4 547.6 -64 552 -64H632C636.4 -64 640 -60.4 640 -56V286.7C640 306.1 628.3 323.5 610.5 331z" /> - <glyph glyph-name="weight" - unicode="" - horiz-adv-x="512" d=" M448 384H422C438.4 355.7 448 323 448 288C448 182.1 361.9 96 256 96S64 182.1 64 288C64 323 73.6 355.7 90 384H64C28.7 384 0 355.3 0 320V0C0 -35.3 28.7 -64 64 -64H448C483.3 -64 512 -35.3 512 0V320C512 355.3 483.3 384 448 384zM256 128C344.4 128 416 199.6 416 288S344.4 448 256 448S96 376.4 96 288S167.6 128 256 128zM255.7 279.9L289.3 358.3C292.8 366.5 302.2 370.2000000000001 310.3 366.7000000000001S322.2 353.8 318.7 345.7000000000001L285 267.1C291.7 260 295.9 250.5 295.9 240C295.9 217.9 278 200 255.9 200S215.9 217.9 215.9 240C216 262 233.8 279.8 255.7 279.9z" /> - <glyph glyph-name="wheelchair" - unicode="" - horiz-adv-x="512" d=" M496.101 62.331L510.328 33.668C514.257 25.753 511.025 16.152 503.11 12.223L437.645 -20.663C421.596 -28.63 402.089 -21.857 394.456 -5.608L331.679 128H192C176.075 128 162.574 139.71 160.321 155.475C126.433 392.692 128.38 377.956 128 384C128 420.358 158.318 449.635 195.052 447.929C228.3230000000001 446.384 255.1 419.024 255.9770000000001 385.728C256.8450000000001 352.795 232.8250000000001 325.305 201.369 320.689L206.039 287.999H336C344.837 287.999 352 280.836 352 271.999V239.999C352 231.162 344.837 223.999 336 223.999H215.182L219.754 191.999H352A32 32 0 0 0 380.962 173.607L438.477 51.2L474.655 69.549C482.57 73.478 492.172 70.246 496.101 62.331zM311.358 96H286.852C279.064 41.796 232.324 0 176 0C114.243 0 64 50.243 64 112C64 153.505 86.694 189.809 120.324 209.156C116.612 235.121 113.48 257.016 110.836 275.4890000000001C45.956 249.536 0 186.037 0 112C0 14.953 78.953 -64 176 -64C247.87 -64 309.8060000000001 -20.692 337.11 41.192L311.358 96z" /> - <glyph glyph-name="wifi" - unicode="" - horiz-adv-x="640" d=" M384 32C384 -3.346 355.346 -32 320 -32S256 -3.346 256 32C256 67.346 284.654 96 320 96S384 67.346 384 32zM520.659 156.443C527.124 162.908 526.904 173.508 520.095 179.61C406.302 281.5950000000001 233.569 281.4790000000001 119.905 179.61C113.096 173.5080000000001 112.876 162.908 119.341 156.443L153.347 122.437C159.274 116.51 168.811 116.117 175.1160000000001 121.641C257.9960000000001 194.25 382.1900000000001 194.088 464.884 121.641C471.189 116.117 480.726 116.509 486.653 122.437L520.659 156.443zM632.769 270.161C639.154 276.546 639.023 286.977 632.419 293.134C456.651 456.994 183.285 456.934 7.582 293.134C0.978 286.977 0.847 276.545 7.232 270.161L41.198 236.195C47.293 230.1 57.089 229.964 63.422 235.812C208.185 369.48 431.778 369.514 576.578 235.812C582.911 229.964 592.707 230.1 598.802 236.195L632.769 270.161z" /> - <glyph glyph-name="window-close" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V368C512 394.5 490.5 416 464 416zM380.4 125.5C385.2 120.7 385.2 112.9 380.4 108.1L339.9 67.6C335.1 62.8 327.3 62.8 322.5 67.6L256 134.7L189.5 67.6C184.7 62.8 176.9 62.8 172.1 67.6L131.6 108.1C126.8 112.9 126.8 120.7000000000001 131.6 125.5L198.7 192L131.6 258.5C126.8 263.3 126.8 271.1 131.6 275.9L172.1 316.4C176.9 321.2 184.7 321.2 189.5 316.4L256 249.3L322.5 316.4C327.3 321.2 335.1 321.2 339.9 316.4L380.4 275.9C385.2 271.1 385.2 263.3 380.4 258.5L313.3 192L380.4 125.5z" /> - <glyph glyph-name="window-maximize" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V368C512 394.5 490.5 416 464 416zM448 256H64V340C64 346.6 69.4 352 76 352H436C442.6 352 448 346.6 448 340V256z" /> - <glyph glyph-name="window-minimize" - unicode="" - horiz-adv-x="512" d=" M464 96H48C21.5 96 0 74.5 0 48V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V48C512 74.5 490.5 96 464 96z" /> - <glyph glyph-name="window-restore" - unicode="" - horiz-adv-x="512" d=" M512 400V112C512 85.5 490.5 64 464 64H416V272C416 316.1 380.1 352 336 352H128V400C128 426.5 149.5 448 176 448H464C490.5 448 512 426.5 512 400zM384 272V-16C384 -42.5 362.5 -64 336 -64H48C21.5 -64 0 -42.5 0 -16V272C0 298.5 21.5 320 48 320H336C362.5 320 384 298.5 384 272zM316 244C316 250.6 310.6 256 304 256H76C69.4 256 64 250.6 64 244V192H316V244z" /> - <glyph glyph-name="won-sign" - unicode="" - horiz-adv-x="576" d=" M564 256C570.627 256 576 261.373 576 268V308C576 314.627 570.627 320 564 320H515.972L534.544 400.61C536.276 408.128 530.566 415.304 522.851 415.304H476.744A11.998 11.998 0 0 1 465.008 405.804L450.73 320H340.839L321.114 405.987A12 12 0 0 1 309.418 415.304H265.43A12 12 0 0 1 253.743 406.027L233.696 320H124.975L107.5 405.701A12 12 0 0 1 95.742 415.303H53.628C45.942 415.303 40.238 408.179 41.919 400.679L60 320H12C5.373 320 0 314.627 0 308V268C0 261.373 5.373 256 12 256H74.342L81.513 224H12C5.373 224 0 218.627 0 212V172C0 165.373 5.373 160 12 160H95.856L136.783 -22.624A12 12 0 0 1 148.492 -32H205.259C210.842 -32 215.687 -28.15 216.948 -22.712L259.335 160H314.421L356.807 -22.712A12 12 0 0 1 368.496 -32H425.322A12 12 0 0 1 437.016 -22.694L479.108 160H564C570.627 160 576 165.373 576 172V212C576 218.627 570.627 224 564 224H493.854L501.227 256H564zM138.024 256H218.781L211.324 224H144.548L138.024 256zM183.82 105.971C177.626 80.14 177.062 58.721 176.499 58.721H175.373S173.684 80.771 168.615 105.971L157.599 160H196.411L183.82 105.971zM274.182 224L276.178 232.602C278.034 240.564 279.635 248.57 280.981 256H292.775C294.122 248.57 295.722 240.564 297.578 232.602L299.574 224H274.182zM405.141 105.971C400.0730000000001 80.771 398.3830000000001 58.721 398.3830000000001 58.721H397.2570000000001C396.6940000000001 58.721 396.1310000000001 80.141 389.9360000000001 105.971L377.542 160H416.649L405.141 105.971zM430.281 224H362.861L355.521 256H437.098L430.281 224z" /> - <glyph glyph-name="wrench" - unicode="" - horiz-adv-x="512" d=" M481.156 248C490.456 248 496.276 237.845 491.481 229.876C466.295 188.008 420.419 160 368 160C288.778 160 224.499 223.974 224.003 303.079C223.505 382.531 288.548 448.001 368.002 448C420.3640000000001 447.999 466.198 420.051 491.402 378.257C496.24 370.234 490.523 360 481.154 360H376L336 304L376 248H481.156zM309.507 154.997L109.255 -45.255C84.261 -70.248 43.74 -70.249 18.745 -45.255C-6.248 -20.261 -6.248 20.261 18.745 45.255L218.991 245.5C235.151 204.303 268.294 171.165 309.507 154.997zM104 16C104 29.255 93.255 40 80 40S56 29.255 56 16S66.745 -8 80 -8S104 2.745 104 16z" /> - <glyph glyph-name="yen-sign" - unicode="" - horiz-adv-x="384" d=" M351.2080000000001 416H285.9310000000001A12 12 0 0 1 275.153 409.276L219.763 296.113C205.25 261.409 192.63 224.181 192.63 224.181H191.368S178.748 261.409 164.235 296.113L108.845 409.276A11.997 11.997 0 0 1 98.068 416H32.792C23.735 416 17.942 406.35 22.202 398.357L102.322 248H44C37.373 248 32 242.627 32 236V204C32 197.373 37.373 192 44 192H132.162L152 154.772V128H44C37.373 128 32 122.627 32 116V84C32 77.373 37.373 72 44 72H152V-20C152 -26.627 157.373 -32 164 -32H220C226.627 -32 232 -26.627 232 -20V72H340C346.627 72 352 77.373 352 84V116C352 122.627 346.627 128 340 128H232V154.772L251.838 192H340C346.627 192 352 197.373 352 204V236C352 242.627 346.627 248 340 248H281.678L361.798 398.357C366.058 406.35 360.266 416 351.2080000000001 416z" /> - </font> -</defs> -</svg> diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf deleted file mode 100644 index 17bb6747a599c59238e88924d3f50b2911adeeea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 105784 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 QpjjFFG7&N4vFq@^0RWZWBLDyZ diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff deleted file mode 100644 index 4cf2a4fee4bdc1938f9e6b35a747c93a86e00fef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50524 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 CUpr|4 diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 deleted file mode 100644 index eea9aa228137c5d178a22f785828ff4a867ea92e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40148 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 diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.eot b/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.eot deleted file mode 100644 index cda0a84cfb15713ff11a77882a5af6cd68f6af42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31156 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 Vetq&ZzjmtkLF*Q0=ckD7|GxpupZfp+ diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.svg b/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.svg deleted file mode 100644 index 2875252ef2..0000000000 --- a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.svg +++ /dev/null @@ -1,366 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!-- -Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com -License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) ---> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > -<svg xmlns="http://www.w3.org/2000/svg"> -<defs> - <font id="fontawesome-free" horiz-adv-x="640"> - <font-face font-family="Font Awesome 5 Free" - units-per-em="512" ascent="448" - descent="64" - font-weight="400" - font-style="Regular" /> - <missing-glyph horiz-adv-x="0" /> - <glyph glyph-name="address-book" - unicode="" - horiz-adv-x="448" d=" M436 288C442.627 288 448 293.373 448 300V340C448 346.627 442.627 352 436 352H416V400C416 426.51 394.51 448 368 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H368C394.51 -64 416 -42.51 416 -16V32H436C442.627 32 448 37.373 448 44V84C448 90.627 442.627 96 436 96H416V160H436C442.627 160 448 165.373 448 172V212C448 218.627 442.627 224 436 224H416V288H436zM362 -16H54A6 6 0 0 0 48 -10V394A6 6 0 0 0 54 400H362A6 6 0 0 0 368 394V-10A6 6 0 0 0 362 -16zM128 240C128 284.183 163.817 320 208 320S288 284.183 288 240S252.183 160 208 160S128 195.817 128 240zM336 106.523V88C336 74.745 325.255 64 312 64H104C90.745 64 80 74.745 80 88V106.523C80 128.549 94.99 147.7480000000001 116.358 153.09L152.015 162.004C181.116 141.072 226.524 135.059 263.985 162.004L299.642 153.09C321.01 147.748 336 128.548 336 106.523z" /> - <glyph glyph-name="address-card" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V336C512 362.51 490.51 384 464 384zM458 48H54A6 6 0 0 0 48 54V330A6 6 0 0 0 54 336H458A6 6 0 0 0 464 330V54A6 6 0 0 0 458 48zM404 224H300C293.373 224 288 229.373 288 236V252C288 258.627 293.373 264 300 264H404C410.627 264 416 258.627 416 252V236C416 229.373 410.627 224 404 224zM404 152H300C293.373 152 288 157.373 288 164V180C288 186.627 293.373 192 300 192H404C410.627 192 416 186.627 416 180V164C416 157.373 410.627 152 404 152zM176 288C209.137 288 236 261.137 236 228S209.137 168 176 168S116 194.863 116 228S142.863 288 176 288zM244.731 162.817L217.989 169.503C189.893 149.294 155.837 153.804 134.011 169.503L107.269 162.817C91.243 158.811 80 144.411 80 127.892V114C80 104.059 88.059 96 98 96H254C263.941 96 272 104.059 272 114V127.892C272 144.411 260.757 158.811 244.731 162.817z" /> - <glyph glyph-name="arrow-alt-circle-down" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 -8C145.5 -8 56 81.5 56 192S145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8zM224 308V192H157C146.3 192 141 179.1 148.5 171.5L247.5 72.5C252.2 67.8 259.8 67.8 264.5 72.5L363.5 171.5C371.1 179.1 365.7 192 355 192H288V308C288 314.6 282.6 320 276 320H236C229.4 320 224 314.6 224 308z" /> - <glyph glyph-name="arrow-alt-circle-left" - unicode="" - horiz-adv-x="512" d=" M8 192C8 55 119 -56 256 -56S504 55 504 192S393 440 256 440S8 329 8 192zM456 192C456 81.5 366.5 -8 256 -8S56 81.5 56 192S145.5 392 256 392S456 302.5 456 192zM384 212V172C384 165.4 378.6 160 372 160H256V93C256 82.3 243.1 77 235.5 84.5L136.5 183.5C131.8 188.2 131.8 195.8 136.5 200.5L235.5 299.5C243.1 307.1 256 301.7 256 291V224H372C378.6 224 384 218.6 384 212z" /> - <glyph glyph-name="arrow-alt-circle-right" - unicode="" - horiz-adv-x="512" d=" M504 192C504 329 393 440 256 440S8 329 8 192S119 -56 256 -56S504 55 504 192zM56 192C56 302.5 145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8S56 81.5 56 192zM128 172V212C128 218.6 133.4 224 140 224H256V291C256 301.7 268.9 307 276.5 299.5L375.5 200.5C380.2 195.8 380.2 188.2 375.5 183.5L276.5 84.5C268.9 76.9 256 82.3 256 93V160H140C133.4 160 128 165.4 128 172z" /> - <glyph glyph-name="arrow-alt-circle-up" - unicode="" - horiz-adv-x="512" d=" M256 -56C393 -56 504 55 504 192S393 440 256 440S8 329 8 192S119 -56 256 -56zM256 392C366.5 392 456 302.5 456 192S366.5 -8 256 -8S56 81.5 56 192S145.5 392 256 392zM276 64H236C229.4 64 224 69.4 224 76V192H157C146.3 192 141 204.9 148.5 212.5L247.5 311.5C252.2 316.2 259.8 316.2 264.5 311.5L363.5 212.5C371.1 204.9 365.7 192 355 192H288V76C288 69.4 282.6 64 276 64z" /> - <glyph glyph-name="bell-slash" - unicode="" - horiz-adv-x="576" d=" M130.9 48C114.138 48 105.765 68.39 117.566 80.191C142.792 105.417 163.66 129.5290000000001 168.215 201.6710000000001L121.438 242.9450000000001A168.48 168.48 0 0 1 121.142 233.1430000000001C121.142 151.21 103.591 133.8510000000001 86.599 117.0650000000001C38.504 69.559 73.726 0 130.919 0H224C224 -35.346 252.654 -64 288 -64S352 -35.346 352 0H396.777L342.377 48H130.9zM288 -24C274.766 -24 264 -13.234 264 0H312C312 -13.234 301.234 -24 288 -24zM571.867 -24.553L503.936 35.018C517.04 59.136 515.4599999999999 91.336 489.404 117.0600000000001C472.415 133.8450000000001 454.858 151.2030000000001 454.858 233.1430000000001C454.858 316.1690000000001 393.9 385.2170000000001 314.391 397.9050000000001A31.848 31.848 0 0 1 320 416C320 433.673 305.673 448 288 448S256 433.673 256 416A31.848 31.848 0 0 1 261.609 397.905C220.138 391.287 183.718 369.334 158.36 338.064L36.459 444.963C31.401 449.399 23.682 448.919 19.219 443.892L3.056 425.687C-1.407 420.6600000000001 -0.925 412.988 4.134 408.553L539.542 -60.963C544.6 -65.399 552.3190000000001 -64.919 556.782 -59.892L572.945 -41.687C577.407 -36.66 576.9250000000001 -28.988 571.8670000000001 -24.553zM288 352C353.538 352 406.857 298.681 406.857 233.143C406.857 135.493 430.078 108.569 458.425 80.191C461.333 77.283 462.9979999999999 73.8630000000001 463.634 70.359L194.482 306.3880000000001C216.258 334.133 250.075 352 288 352z" /> - <glyph glyph-name="bell" - unicode="" - horiz-adv-x="448" d=" M425.403 117.061C408.4140000000001 133.846 390.8570000000001 151.204 390.8570000000001 233.144C390.8570000000001 316.17 329.899 385.218 250.39 397.906A31.842999999999996 31.842999999999996 0 0 1 256 416C256 433.673 241.673 448 224 448S192 433.673 192 416A31.848 31.848 0 0 1 197.609 397.905C118.101 385.217 57.143 316.169 57.143 233.143C57.143 151.21 39.592 133.851 22.6 117.065C-25.496 69.559 9.726 0 66.919 0H160C160 -35.346 188.654 -64 224 -64C259.346 -64 288 -35.346 288 0H381.08C438.27 0 473.495 69.583 425.403 117.061zM224 -24C210.766 -24 200 -13.234 200 0H248C248 -13.234 237.234 -24 224 -24zM381.092 48H66.9C50.138 48 41.765 68.39 53.566 80.191C82.151 108.776 105.143 135.915 105.143 233.1430000000001C105.143 298.6810000000001 158.462 352 224 352S342.857 298.681 342.857 233.143C342.857 135.493 366.078 108.569 394.425 80.191C406.278 68.339 397.783 48 381.092 48z" /> - <glyph glyph-name="bookmark" - unicode="" - horiz-adv-x="384" d=" M336 448H48C21.49 448 0 426.51 0 400V-64L192 48L384 -64V400C384 426.51 362.51 448 336 448zM336 19.57L192 103.57L48 19.57V394A6 6 0 0 0 54 400H330C333.314 400 336 397.317 336 394.004V19.57z" /> - <glyph glyph-name="building" - unicode="" - horiz-adv-x="448" d=" M128 300V340C128 346.6 133.4 352 140 352H180C186.6 352 192 346.6 192 340V300C192 293.4 186.6 288 180 288H140C133.4 288 128 293.4 128 300zM268 288H308C314.6 288 320 293.4 320 300V340C320 346.6 314.6 352 308 352H268C261.4 352 256 346.6 256 340V300C256 293.4 261.4 288 268 288zM140 192H180C186.6 192 192 197.4 192 204V244C192 250.6 186.6 256 180 256H140C133.4 256 128 250.6 128 244V204C128 197.4 133.4 192 140 192zM268 192H308C314.6 192 320 197.4 320 204V244C320 250.6 314.6 256 308 256H268C261.4 256 256 250.6 256 244V204C256 197.4 261.4 192 268 192zM192 108V148C192 154.6 186.6 160 180 160H140C133.4 160 128 154.6 128 148V108C128 101.4 133.4 96 140 96H180C186.6 96 192 101.4 192 108zM268 96H308C314.6 96 320 101.4 320 108V148C320 154.6 314.6 160 308 160H268C261.4 160 256 154.6 256 148V108C256 101.4 261.4 96 268 96zM448 -28V-64H0V-28C0 -21.4 5.4 -16 12 -16H31.5V424C31.5 437.3 42.2 448 55.5 448H392.5C405.8 448 416.5 437.3 416.5 424V-16H436C442.6 -16 448 -21.4 448 -28zM79.5 -15H192V52C192 58.6 197.4 64 204 64H244C250.6 64 256 58.6 256 52V-15H368.5V399L80 400L79.5 -15z" /> - <glyph glyph-name="calendar-alt" - unicode="" - horiz-adv-x="448" d=" M148 160H108C101.4 160 96 165.4 96 172V212C96 218.6 101.4 224 108 224H148C154.6 224 160 218.6 160 212V172C160 165.4 154.6 160 148 160zM256 172V212C256 218.6 250.6 224 244 224H204C197.4 224 192 218.6 192 212V172C192 165.4 197.4 160 204 160H244C250.6 160 256 165.4 256 172zM352 172V212C352 218.6 346.6 224 340 224H300C293.4 224 288 218.6 288 212V172C288 165.4 293.4 160 300 160H340C346.6 160 352 165.4 352 172zM256 76V116C256 122.6 250.6 128 244 128H204C197.4 128 192 122.6 192 116V76C192 69.4 197.4 64 204 64H244C250.6 64 256 69.4 256 76zM160 76V116C160 122.6 154.6 128 148 128H108C101.4 128 96 122.6 96 116V76C96 69.4 101.4 64 108 64H148C154.6 64 160 69.4 160 76zM352 76V116C352 122.6 346.6 128 340 128H300C293.4 128 288 122.6 288 116V76C288 69.4 293.4 64 300 64H340C346.6 64 352 69.4 352 76zM448 336V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336zM400 -10V288H48V-10C48 -13.3 50.7 -16 54 -16H394C397.3 -16 400 -13.3 400 -10z" /> - <glyph glyph-name="calendar-check" - unicode="" - horiz-adv-x="448" d=" M400 384H352V436C352 442.627 346.627 448 340 448H300C293.373 448 288 442.627 288 436V384H160V436C160 442.627 154.627 448 148 448H108C101.373 448 96 442.627 96 436V384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V336C448 362.51 426.51 384 400 384zM394 -16H54A6 6 0 0 0 48 -10V288H400V-10A6 6 0 0 0 394 -16zM341.151 184.65L198.842 43.481C194.137 38.814 186.539 38.844 181.871 43.549L106.78 119.248C102.113 123.953 102.143 131.551 106.848 136.219L129.567 158.755C134.272 163.422 141.87 163.392 146.537 158.686L190.641 114.225L301.713 224.406C306.418 229.073 314.016 229.043 318.6840000000001 224.3379999999999L341.2200000000001 201.62C345.887 196.9149999999999 345.8560000000001 189.317 341.151 184.65z" /> - <glyph glyph-name="calendar-minus" - unicode="" - horiz-adv-x="448" d=" M124 120C117.4 120 112 125.4 112 132V156C112 162.6 117.4 168 124 168H324C330.6 168 336 162.6 336 156V132C336 125.4 330.6 120 324 120H124zM448 336V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336zM400 -10V288H48V-10C48 -13.3 50.7 -16 54 -16H394C397.3 -16 400 -13.3 400 -10z" /> - <glyph glyph-name="calendar-plus" - unicode="" - horiz-adv-x="448" d=" M336 156V132C336 125.4 330.6 120 324 120H248V44C248 37.4 242.6 32 236 32H212C205.4 32 200 37.4 200 44V120H124C117.4 120 112 125.4 112 132V156C112 162.6 117.4 168 124 168H200V244C200 250.6 205.4 256 212 256H236C242.6 256 248 250.6 248 244V168H324C330.6 168 336 162.6 336 156zM448 336V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336zM400 -10V288H48V-10C48 -13.3 50.7 -16 54 -16H394C397.3 -16 400 -13.3 400 -10z" /> - <glyph glyph-name="calendar-times" - unicode="" - horiz-adv-x="448" d=" M311.7 73.3L294.7 56.3C290 51.6 282.4 51.6 277.7 56.3L224 110.1L170.3 56.4C165.6 51.7 158 51.7 153.3 56.4L136.3 73.4C131.6 78.1 131.6 85.7000000000001 136.3 90.4L190 144.1L136.3 197.8C131.6 202.5 131.6 210.1 136.3 214.8L153.3 231.8C158 236.5 165.6 236.5 170.3 231.8L224 178.1L277.7 231.8C282.4 236.5 290 236.5 294.7 231.8L311.7 214.8C316.4 210.1 316.4 202.5 311.7 197.8L257.9 144L311.6 90.3C316.4 85.6 316.4 78 311.7 73.3zM448 336V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V336C0 362.5 21.5 384 48 384H96V436C96 442.6 101.4 448 108 448H148C154.6 448 160 442.6 160 436V384H288V436C288 442.6 293.4 448 300 448H340C346.6 448 352 442.6 352 436V384H400C426.5 384 448 362.5 448 336zM400 -10V288H48V-10C48 -13.3 50.7 -16 54 -16H394C397.3 -16 400 -13.3 400 -10z" /> - <glyph glyph-name="calendar" - unicode="" - horiz-adv-x="448" d=" M400 384H352V436C352 442.6 346.6 448 340 448H300C293.4 448 288 442.6 288 436V384H160V436C160 442.6 154.6 448 148 448H108C101.4 448 96 442.6 96 436V384H48C21.5 384 0 362.5 0 336V-16C0 -42.5 21.5 -64 48 -64H400C426.5 -64 448 -42.5 448 -16V336C448 362.5 426.5 384 400 384zM394 -16H54C50.7 -16 48 -13.3 48 -10V288H400V-10C400 -13.3 397.3 -16 394 -16z" /> - <glyph glyph-name="caret-square-down" - unicode="" - horiz-adv-x="448" d=" M125.1 240H322.9C333.6 240 339 227 331.4 219.5L232.5 121.2C227.8 116.5 220.3 116.5 215.6 121.2L116.7 219.5C109 227 114.4 240 125.1 240zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="caret-square-left" - unicode="" - horiz-adv-x="448" d=" M272 290.9V93.1C272 82.4 259 77 251.5 84.6L153.2 183.5C148.5 188.2 148.5 195.7 153.2 200.4L251.5 299.3C259 307 272 301.6 272 290.9zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="caret-square-right" - unicode="" - horiz-adv-x="448" d=" M176 93.1V290.9C176 301.6 189 307 196.5 299.4L294.8 200.5C299.5 195.8 299.5 188.3 294.8 183.6L196.5 84.7000000000001C189 77.0000000000001 176 82.4 176 93.1zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="caret-square-up" - unicode="" - horiz-adv-x="448" d=" M322.9 144H125.1C114.4 144 109 157 116.6 164.5L215.5 262.8C220.2 267.5 227.7 267.5 232.4 262.8L331.3 164.5C339 157 333.6 144 322.9000000000001 144zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="chart-bar" - unicode="" - horiz-adv-x="512" d=" M500 48C506.6 48 512 42.6 512 36V12C512 5.4 506.6 0 500 0H12C5.4 0 0 5.4 0 12V372C0 378.6 5.4 384 12 384H36C42.6 384 48 378.6 48 372V48H500zM144 108V180C144 186.6 138.6 192 132 192H108C101.4 192 96 186.6 96 180V108C96 101.4 101.4 96 108 96H132C138.6 96 144 101.4 144 108zM240 108V308C240 314.6 234.6 320 228 320H204C197.4 320 192 314.6 192 308V108C192 101.4 197.4 96 204 96H228C234.6 96 240 101.4 240 108zM336 108V244C336 250.6 330.6 256 324 256H300C293.4 256 288 250.6 288 244V108C288 101.4 293.4 96 300 96H324C330.6 96 336 101.4 336 108zM432 108V340C432 346.6 426.6 352 420 352H396C389.4 352 384 346.6 384 340V108C384 101.4 389.4 96 396 96H420C426.6 96 432 101.4 432 108z" /> - <glyph glyph-name="check-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8C145.468 -8 56 81.451 56 192C56 302.532 145.451 392 256 392M396.204 261.733L373.668 284.451C369.0010000000001 289.156 361.403 289.187 356.698 284.519L215.346 144.303L155.554 204.58C150.887 209.285 143.289 209.316 138.584 204.649L115.865 182.113C111.16 177.446 111.129 169.848 115.797 165.142L206.578 73.6259999999999C211.245 68.9209999999999 218.843 68.8899999999999 223.548 73.5579999999999L396.1370000000001 244.762C400.8410000000001 249.43 400.8710000000001 257.0279999999999 396.2040000000001 261.733z" /> - <glyph glyph-name="check-square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V368C448 394.51 426.51 416 400 416zM400 16H48V368H400V16zM364.136 257.724L191.547 86.52C186.842 81.853 179.244 81.883 174.577 86.588L83.796 178.104C79.129 182.809 79.159 190.407 83.865 195.075L106.584 217.611C111.289 222.278 118.887 222.248 123.554 217.542L183.346 157.265L324.698 297.481C329.403 302.148 337.001 302.118 341.668 297.413L364.204 274.695C368.871 269.9890000000001 368.841 262.391 364.136 257.724z" /> - <glyph glyph-name="circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 -8C145.5 -8 56 81.5 56 192S145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8z" /> - <glyph glyph-name="clipboard" - unicode="" - horiz-adv-x="384" d=" M336 384H256C256 419.29 227.29 448 192 448S128 419.29 128 384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V336C384 362.51 362.51 384 336 384zM330 -16H54A6 6 0 0 0 48 -10V330A6 6 0 0 0 54 336H96V300C96 293.373 101.373 288 108 288H276C282.627 288 288 293.373 288 300V336H330A6 6 0 0 0 336 330V-10A6 6 0 0 0 330 -16zM192 408C205.255 408 216 397.255 216 384S205.255 360 192 360S168 370.745 168 384S178.745 408 192 408" /> - <glyph glyph-name="clock" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 -8C145.5 -8 56 81.5 56 192S145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8zM317.8 96.4L232.9 158.1C229.8 160.4 228 164 228 167.8V332C228 338.6 233.4 344 240 344H272C278.6 344 284 338.6 284 332V190.3L350.8 141.7C356.2 137.8 357.3 130.3 353.4000000000001 124.9L334.6 99C330.7000000000001 93.7 323.2000000000001 92.5 317.8 96.4z" /> - <glyph glyph-name="clone" - unicode="" - horiz-adv-x="512" d=" M464 448H144C117.49 448 96 426.51 96 400V352H48C21.49 352 0 330.51 0 304V-16C0 -42.51 21.49 -64 48 -64H368C394.51 -64 416 -42.51 416 -16V32H464C490.51 32 512 53.49 512 80V400C512 426.51 490.51 448 464 448zM362 -16H54A6 6 0 0 0 48 -10V298A6 6 0 0 0 54 304H96V80C96 53.49 117.49 32 144 32H368V-10A6 6 0 0 0 362 -16zM458 80H150A6 6 0 0 0 144 86V394A6 6 0 0 0 150 400H458A6 6 0 0 0 464 394V86A6 6 0 0 0 458 80z" /> - <glyph glyph-name="closed-captioning" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.5 384 0 362.5 0 336V48C0 21.5 21.5 0 48 0H464C490.5 0 512 21.5 512 48V336C512 362.5 490.5 384 464 384zM458 48H54C50.7 48 48 50.7 48 54V330C48 333.3 50.7 336 54 336H458C461.3 336 464 333.3 464 330V54C464 50.7 461.3 48 458 48zM246.9 133.7C248.6 131.3 248.4 128.1 246.4 126C192.8 69.2 73.6 93.9 73.6 193.9C73.6 291.2 195.3 313.4 246.1 264C248.2 262 248.6 260.8 247.1 258.3L229.6 227.8C227.7 224.7 223.4 223.8 220.5 226.1C179.7 258.1 125.9 241.0000000000001 125.9 194.9C125.9 146.9 176.9 124.4 218.1 162.3C220.9 164.8 225.2 164.4 227.3 161.4L246.9 133.7000000000001zM437.3 133.7C439 131.3 438.8 128.1 436.8 126C383.2 69.1 264 93.9 264 193.9C264 291.2 385.7 313.4 436.5 264C438.6 262 439 260.8 437.5 258.3L420 227.8C418.1 224.7 413.8 223.8 410.9 226.1C370.1 258.1 316.3 241.0000000000001 316.3 194.9C316.3 146.9 367.3 124.4 408.5 162.3C411.3 164.8 415.6 164.4 417.7 161.4L437.3 133.7000000000001z" /> - <glyph glyph-name="comment-alt" - unicode="" - horiz-adv-x="576" d=" M288 416C129 416 0 322.9 0 208C0 158.7 23.7 113.5 63.3 77.8C54.6 54.5 41.2 45.1 26.2 34.7C15.1 27 -6 15 1.6 -8.5C6.7 -23.9 22.5 -33.2 39.7 -31.8C97.4 -27.2 150.9 -12.6 196.7 10.7C225.4 3.8 256.1 0 287.9 0C447 0 575.9 93 575.9 208C576 322.9 447.1 416 288 416zM288 48C255.5 48 222.6 52.4 190.7 62C158.4 43 112 16 56 8C88 32 112.8 69.6 117.2 96.4C79.1 122.4 48 161.3 48 208C48 278.9 134.3 368 288 368S528 278.9 528 208C528 137 441.7 48 288 48zM224 208C224 181.5 202.5 160 176 160S128 181.5 128 208S149.5 256 176 256S224 234.5 224 208zM336 208C336 181.5 314.5 160 288 160S240 181.5 240 208S261.5 256 288 256S336 234.5 336 208zM448 208C448 181.5 426.5 160 400 160S352 181.5 352 208S373.5 256 400 256S448 234.5 448 208z" /> - <glyph glyph-name="comment" - unicode="" - horiz-adv-x="576" d=" M288 416C129 416 0 322.9 0 208C0 158.7 23.7 113.5 63.3 77.8C54.6 54.5 41.2 45.1 26.2 34.7C15.1 27 -6 15 1.6 -8.5C6.7 -23.9 22.5 -33.2 39.7 -31.8C97.4 -27.2 150.9 -12.6 196.7 10.7C225.4 3.8 256.1 0 287.9 0C447 0 575.9 93 575.9 208C576 322.9 447.1 416 288 416zM288 48C255.5 48 222.6 52.4 190.7 62C158.4 43 112 16 56 8C88 32 112.8 69.6 117.2 96.4C79.1 122.4 48 161.3 48 208C48 278.9 134.3 368 288 368S528 278.9 528 208C528 137 441.7 48 288 48z" /> - <glyph glyph-name="comments" - unicode="" - horiz-adv-x="576" d=" M574.507 4.14C569.0859999999999 -17.121 549.9369999999999 -32 527.996 -32C495.75 -32 461.485 -22.01 425.896 -2.266C375.256 -13.892 316.745 -10.143 267.9359999999999 11.171C309.08 14.09 348.2969999999999 23.51 384.267 39.876C400.589 41.096 416.9409999999999 44.196 432.8979999999999 49.469C454.404 35.635 490.663 16 527.996 16C495.996 33.455 484.777 54.958 481.837 74.502C507.28 93.35 527.996 121.685 527.996 155.637C527.996 166.132 525.6129999999999 177.173 520.9549999999999 188.104C528.3599999999999 214.034 529.6109999999999 238.298 526.1399999999999 262.042C558.3039999999999 231.581 575.9959999999999 192.914 575.9959999999999 155.637C575.9959999999999 121.7439999999999 563.0829999999999 90.5899999999999 541.0199999999999 64.5179999999999C543.6729999999999 62.4799999999999 546.9439999999998 60.3419999999999 550.9819999999999 58.1399999999999C570.2429999999998 47.632 579.9289999999999 25.401 574.5069999999998 4.1399999999999zM240.002 368C117.068 368 48.004 295.123 48.004 237.091C48.004 198.895 72.863 167.019 103.395 145.815C99.868 123.827 86.404 99.636 48.004 80C92.804 80 136.314 102.089 162.123 117.653C187.643 109.747 214.006 106.182 240.002 106.182C362.998 106.182 432 179.024 432 237.091C432 295.118 362.943 368 240.002 368M240.002 416C390.193 416 480 321.974 480 237.091C480 214.346 473.494 190.697 461.184 168.7C449.3060000000001 147.474 432.6450000000001 128.406 411.661 112.026C390.068 95.169 364.863 81.981 336.748 72.829C306.893 63.11 274.343 58.183 240.002 58.183C215.553 58.183 191.662 60.87 168.71 66.187C126.311 43.488 85.785 32 48.004 32C25.824 32 6.532 47.197 1.339 68.761C-3.855 90.324 6.403 112.639 26.15 122.737C33.813 126.655 39.474 130.4740000000001 43.669 134.031C36.276 141.86 29.717 150.155 24.035 158.875C8.09 183.345 0.005 209.661 0.005 237.091C0.005 321.741 89.508 416 240.002 416z" /> - <glyph glyph-name="compass" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 -8C145.468 -8 56 81.451 56 192C56 302.531 145.451 392 256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8zM347.326 304.131L313.9670000000001 166.352A24.005 24.005 0 0 0 307.1950000000001 154.623L204.5550000000001 56.844C187.4510000000001 40.551 158.9950000000001 56.41 164.6750000000001 79.868L198.0340000000001 217.647A23.997 23.997 0 0 0 204.8060000000001 229.376L307.4480000000001 327.155C324.7330000000001 343.625 352.9420000000001 327.33 347.3260000000001 304.131zM256 224C238.327 224 224 209.673 224 192S238.327 160 256 160S288 174.327 288 192S273.673 224 256 224z" /> - <glyph glyph-name="copy" - unicode="" - horiz-adv-x="448" d=" M433.941 382.059L382.059 433.941A48 48 0 0 1 348.118 448H176C149.49 448 128 426.51 128 400V352H48C21.49 352 0 330.51 0 304V-16C0 -42.51 21.49 -64 48 -64H272C298.51 -64 320 -42.51 320 -16V32H400C426.51 32 448 53.49 448 80V348.118A48 48 0 0 1 433.941 382.059zM266 -16H54A6 6 0 0 0 48 -10V298A6 6 0 0 0 54 304H128V80C128 53.49 149.49 32 176 32H272V-10A6 6 0 0 0 266 -16zM394 80H182A6 6 0 0 0 176 86V394A6 6 0 0 0 182 400H288V312C288 298.745 298.745 288 312 288H400V86A6 6 0 0 0 394 80zM400 336H336V400H345.632C347.223 400 348.749 399.368 349.875 398.243L398.243 349.875A6 6 0 0 0 400 345.632V336z" /> - <glyph glyph-name="copyright" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 -8C145.468 -8 56 81.451 56 192C56 302.531 145.451 392 256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8zM363.351 93.064C353.737 83.352 317.8210000000001 51.668 259.286 51.668C176.856 51.668 118.802 113.093 118.802 193.235C118.802 272.387 179.077 332.636 258.564 332.636C314.095 332.636 347.302 306.016 356.157 297.857A11.965 11.965 0 0 0 358.093 282.535L339.938 254.422C336.097 248.472 327.972 247.14 322.439 251.501C313.844 258.277 290.625 274.039 260.731 274.039C212.428 274.039 182.815 238.709 182.815 193.957C182.815 152.368 209.703 110.265 261.092 110.265C293.749 110.265 317.935 129.304 326.818 137.49C332.088 142.347 340.414 141.529 344.638 135.752L364.503 108.582A11.947000000000001 11.947000000000001 0 0 0 363.351 93.064z" /> - <glyph glyph-name="credit-card" - unicode="" - horiz-adv-x="576" d=" M527.9 416H48.1C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48.1 -32H527.9C554.5 -32 576 -10.5 576 16V368C576 394.5 554.5 416 527.9 416zM54.1 368H521.9C525.1999999999999 368 527.9 365.3 527.9 362V320H48.1V362C48.1 365.3 50.8 368 54.1 368zM521.9 16H54.1C50.8 16 48.1 18.7 48.1 22V192H527.9V22C527.9 18.7 525.1999999999999 16 521.9 16zM192 116V76C192 69.4 186.6 64 180 64H108C101.4 64 96 69.4 96 76V116C96 122.6 101.4 128 108 128H180C186.6 128 192 122.6 192 116zM384 116V76C384 69.4 378.6 64 372 64H236C229.4 64 224 69.4 224 76V116C224 122.6 229.4 128 236 128H372C378.6 128 384 122.6 384 116z" /> - <glyph glyph-name="dot-circle" - unicode="" - horiz-adv-x="512" d=" M256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8C145.468 -8 56 81.451 56 192C56 302.532 145.451 392 256 392M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 272C211.817 272 176 236.183 176 192S211.817 112 256 112S336 147.817 336 192S300.183 272 256 272z" /> - <glyph glyph-name="edit" - unicode="" - horiz-adv-x="576" d=" M402.3 103.1L434.3 135.1C439.3 140.1 448 136.6 448 129.4V-16C448 -42.5 426.5 -64 400 -64H48C21.5 -64 0 -42.5 0 -16V336C0 362.5 21.5 384 48 384H321.5C328.6 384 332.2 375.4 327.2 370.3L295.2 338.3C293.7 336.8 291.7 336 289.5 336H48V-16H400V97.5C400 99.6 400.8 101.6 402.3 103.1zM558.9 304.9000000000001L296.3 42.3L205.9 32.3C179.7 29.4 157.4 51.5 160.3 77.9L170.3 168.3000000000001L432.9 430.9C455.8 453.8 492.8 453.8 515.6 430.9L558.8000000000001 387.7C581.7 364.8 581.7 327.7 558.9000000000001 304.9zM460.1 274L402 332.1L216.2 146.2L208.9 80.9L274.2 88.2L460.1 274zM524.9 353.7L481.7 396.9C477.6 401 470.9 401 466.9 396.9L436 366L494.1 307.9L525 338.8C529 343 529 349.6 524.9 353.7000000000001z" /> - <glyph glyph-name="envelope-open" - unicode="" - horiz-adv-x="512" d=" M494.586 283.4840000000001C489.889 287.367 382.863 373.4340000000001 359.3350000000001 392.141C337.231 409.809 299.437 448 256 448C212.795 448 175.364 410.283 152.665 392.141C128.202 372.6910000000001 21.595 286.9460000000001 17.515 283.592A48.004000000000005 48.004000000000005 0 0 1 0 246.515V-16C0 -42.51 21.49 -64 48 -64H464C490.51 -64 512 -42.51 512 -16V246.491A48 48 0 0 1 494.586 283.4840000000001zM464 -10A6 6 0 0 0 458 -16H54A6 6 0 0 0 48 -10V243.653C48 245.466 48.816 247.179 50.226 248.318C66.096 261.132 159.019 335.872 182.59 354.611C200.755 369.12 232.398 400 256 400C279.693 400 311.857 368.631 329.41 354.611C352.983 335.87 445.913 261.118 461.776 248.295A5.99 5.99 0 0 0 463.9999999999999 243.632V-10zM432.009 177.704C436.2580000000001 172.545 435.474 164.909 430.264 160.723C401.289 137.44 370.99 113.126 359.3350000000001 103.86C336.636 85.717 299.205 48 256 48C212.548 48 174.713 86.237 152.665 103.86C141.386 112.827 110.921 137.273 81.738 160.725C76.528 164.912 75.745 172.547 79.993 177.706L95.251 196.234C99.429 201.307 106.908 202.077 112.03 197.96C140.648 174.959 170.596 150.925 182.59 141.389C200.143 127.369 232.307 96 256 96C279.602 96 311.246 126.88 329.41 141.389C341.404 150.924 371.354 174.959 399.973 197.957C405.095 202.073 412.574 201.303 416.751 196.23L432.009 177.704z" /> - <glyph glyph-name="envelope" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V336C512 362.51 490.51 384 464 384zM464 336V295.195C441.578 276.936 405.832 248.544 329.413 188.705C312.572 175.458 279.212 143.633 256 144.004C232.792 143.629 199.421 175.463 182.587 188.705C106.18 248.535 70.425 276.933 48 295.195V336H464zM48 48V233.602C70.914 215.351 103.409 189.74 152.938 150.956C174.795 133.751 213.072 95.77 256 96.001C298.717 95.77 336.509 133.2000000000001 359.053 150.948C408.581 189.7310000000001 441.085 215.3490000000001 464 233.6010000000001V48H48z" /> - <glyph glyph-name="eye-slash" - unicode="" - horiz-adv-x="576" d=" M272.702 88.861C192.219 97.872 136.49 175.747 155.772 255.903L272.702 88.861zM288 56C185.444 56 95.908 110.701 48 192C69.755 228.917 100.1 260.342 136.344 283.658L108.803 323.0010000000001C67.001 295.766 31.921 259.259 6.646 216.369A47.999 47.999 0 0 1 6.646 167.63C63.004 71.994 168.14 8 288 8A332.89 332.89 0 0 1 327.648 10.367L295.627 56.111A284.16 284.16 0 0 0 288 56zM569.354 167.631C536.1220000000001 111.237 485.933 65.889 425.8000000000001 38.139L473.9160000000001 -30.601C477.717 -36.03 476.3960000000001 -43.513 470.967 -47.313L450.23 -61.83C444.8010000000001 -65.631 437.3180000000001 -64.3099999999999 433.5180000000001 -58.881L102.084 414.601C98.283 420.03 99.604 427.513 105.033 431.313L125.77 445.83C131.199 449.631 138.682 448.31 142.482 442.881L198.008 363.556C226.612 371.657 256.808 376 288 376C407.86 376 512.996 312.006 569.354 216.369A48.00200000000001 48.00200000000001 0 0 0 569.354 167.631zM528 192C483.843 266.933 404.323 319.27 311.838 327.007C302.042 316.9220000000001 296 303.17 296 288C296 257.072 321.072 232 352 232S408 257.072 408 288L407.999 288.0420000000001C438.6310000000001 230.765 424.738 157.7820000000001 371.0710000000001 116.323L397.766 78.188C452.626 101.449 498.308 141.614 528 192z" /> - <glyph glyph-name="file-alt" - unicode="" - horiz-adv-x="384" d=" M288 200V172C288 165.4 282.6 160 276 160H108C101.4 160 96 165.4 96 172V200C96 206.6 101.4 212 108 212H276C282.6 212 288 206.6 288 200zM276 128H108C101.4 128 96 122.6 96 116V88C96 81.4 101.4 76 108 76H276C282.6 76 288 81.4 288 88V116C288 122.6 282.6 128 276 128zM384 316.1V-16C384 -42.5 362.5 -64 336 -64H48C21.5 -64 0 -42.5 0 -16V400C0 426.5 21.5 448 48 448H252.1C264.8 448 277 442.9 286 433.9L369.9 350C378.9 341.1 384 328.8 384 316.1zM256 396.1V320H332.1L256 396.1zM336 -16V272H232C218.7 272 208 282.7 208 296V400H48V-16H336z" /> - <glyph glyph-name="file-archive" - unicode="" - horiz-adv-x="384" d=" M369.941 350.059L286.059 433.9410000000001A48 48 0 0 1 252.118 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V316.118A48 48 0 0 1 369.941 350.059zM256 396.118L332.118 320H256V396.118zM336 -16H48V400H127.714V384H159.714V400H208V296C208 282.745 218.745 272 232 272H336V-16zM192.27 352H160.27V384H192.27V352zM160.27 352V320H128.27V352H160.27zM160.27 288V256H128.27V288H160.27zM192.27 288H160.27V320H192.27V288zM194.179 182.322A12 12 0 0 1 182.406 192H160.27V224H128.27V192L108.58 94.894C101.989 62.389 126.834 32 160 32C193.052 32 217.871 62.192 211.476 94.62L194.179 182.322zM160.27 57.927C142.352 57.927 127.826 70.032 127.826 84.963C127.826 99.895 142.351 111.999 160.27 111.999S192.714 99.894 192.714 84.963C192.714 70.032 178.188 57.927 160.27 57.927zM192.27 224H160.27V256H192.27V224z" /> - <glyph glyph-name="file-audio" - unicode="" - horiz-adv-x="384" d=" M369.941 350.059L286.059 433.9410000000001A48 48 0 0 1 252.118 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V316.118A48 48 0 0 1 369.941 350.059zM332.118 320H256V396.118L332.118 320zM48 -16V400H208V296C208 282.745 218.745 272 232 272H336V-16H48zM192 60.024C192 49.333 179.074 43.979 171.515 51.539L136 87.514H108C101.373 87.514 96 92.887 96 99.514V155.514C96 162.141 101.373 167.514 108 167.514H136L171.515 204.461C179.075 212.021 192 206.667 192 195.976V60.024zM233.201 107.154C242.252 116.451 242.261 131.287 233.202 140.593C211.053 163.345 245.437 196.839 267.597 174.074C294.795 146.134 294.809 101.63 267.598 73.673C245.805 51.287 210.651 83.988 233.201 107.154z" /> - <glyph glyph-name="file-code" - unicode="" - horiz-adv-x="384" d=" M369.941 350.059L286.059 433.9410000000001A48 48 0 0 1 252.118 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V316.118A48 48 0 0 1 369.941 350.059zM332.118 320H256V396.118L332.118 320zM48 -16V400H208V296C208 282.745 218.745 272 232 272H336V-16H48zM149.677 99.115L116.854 128L149.676 156.885A8.793 8.793 0 0 1 150.281 169.509L132.878 188.073C129.494 191.686 123.914 191.735 120.44 188.4740000000001L62.78 134.42C59.077 130.946 59.076 125.053 62.781 121.5800000000001L120.44 67.525A8.738 8.738 0 0 1 126.452 65.1440000000001A8.746 8.746 0 0 1 132.879 67.9260000000001L150.282 86.489A8.795 8.795 0 0 1 149.677 99.115zM233.961 226.965L209.56 234.049A8.796 8.796 0 0 1 198.655 228.051L144.04 39.939C142.687 35.279 145.378 30.387 150.038 29.0340000000001L174.441 21.95C179.121 20.595 183.998 23.304 185.346 27.948L239.958 216.06C241.312 220.72 238.621 225.612 233.961 226.9650000000001zM321.219 134.42L263.561 188.475C260.035 191.7820000000001 254.462 191.6400000000001 251.122 188.074L233.719 169.511A8.795 8.795 0 0 1 234.324 156.886L267.146 128L234.324 99.115A8.793 8.793 0 0 1 233.719 86.491L251.122 67.927A8.797 8.797 0 0 1 263.5610000000001 67.526H263.5600000000001L321.2200000000001 121.581C324.923 125.054 324.923 130.947 321.2190000000001 134.42z" /> - <glyph glyph-name="file-excel" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48zM260 224H231.2C226.8 224 222.8 221.6 220.7 217.7C202.7 184.6 198.5 175.3 192.1 160C178.2 189.1 185.2 177.3 163.5 217.7C161.4 221.6 157.3 224 152.9 224H124C114.7 224 109 214 113.6 206L159.9 128L113.6 50C108.9 42 114.7 32 124 32H152.9C157.3 32 161.3 34.4 163.4 38.3C185.1 78.3 186.4 83.3 192 96C206.9 65.8 197.9 80.1 220.6 38.3C222.7 34.4 226.8 32 231.2 32H260C269.3 32 275 42 270.4 50L224 128C224.7 129.1 254.3 178.5 270.3 206C275 214 269.2 224 260 224z" /> - <glyph glyph-name="file-image" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48zM80 32H304V160L280.5 183.5C275.8 188.2 268.2 188.2 263.5 183.5L176 96L136.5 135.5C131.8 140.2 124.2 140.2 119.5 135.5L80 96V32zM128 272C101.5 272 80 250.5 80 224S101.5 176 128 176S176 197.5 176 224S154.5 272 128 272z" /> - <glyph glyph-name="file-pdf" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48zM298.2 127.7C286 139.7 251.2 136.4 233.8 134.2C216.6 144.7 205.1 159.2 197 180.5C200.9 196.6 207.1 221.1 202.4 236.5C198.2 262.7 164.6 260.1 159.8 242.4C155.4 226.3 159.4 203.9 166.8 175.3C156.8 151.4 141.9 119.3 131.4 100.9C111.4 90.6 84.4 74.7 80.4 54.7C77.1 38.9 106.4 -0.5 156.5 85.9C178.9 93.3 203.3 102.4 224.9 106C243.8 95.8 265.9 89 280.7 89C306.2 89 308.7 117.2 298.2 127.7zM100.1 49.9C105.2 63.6 124.6 79.4 130.5 84.9C111.5 54.6 100.1 49.2 100.1 49.9zM181.7 240.5C189.1 240.5 188.4 208.4 183.5 199.7C179.1 213.6 179.2 240.5 181.7 240.5zM157.3 103.9C167 120.8 175.3 140.9 182 158.6C190.3 143.5 200.9 131.4 212.1 123.1C191.3 118.8 173.2 109.9999999999999 157.3 103.9zM288.9 108.9S283.9 102.9 251.6 116.7C286.7 119.3 292.5 111.3 288.9 108.9z" /> - <glyph glyph-name="file-powerpoint" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48zM120 44V212C120 218.6 125.4 224 132 224H201.2C237.9 224 264 197 264 157.7C264 83.4 195.3 91.2 168.5 91.2V44C168.5 37.4 163.1 32 156.5 32H132C125.4 32 120 37.4 120 44zM168.5 131.4H191.5C199.4 131.4 205.4 133.8 209.6 138.6C218.1 148.4 218 167.1 209.7 176.4C205.6 181 199.8 183.4 192.3 183.4H168.4V131.4z" /> - <glyph glyph-name="file-video" - unicode="" - horiz-adv-x="384" d=" M369.941 350.059L286.059 433.9410000000001A48 48 0 0 1 252.118 448H48C21.49 448 0 426.51 0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V316.118A48 48 0 0 1 369.941 350.059zM332.118 320H256V396.118L332.118 320zM48 -16V400H208V296C208 282.745 218.745 272 232 272H336V-16H48zM276.687 195.303L224 142.626V180C224 191.046 215.046 200 204 200H100C88.954 200 80 191.046 80 180V76C80 64.954 88.954 56 100 56H204C215.046 56 224 64.954 224 76V113.374L276.687 60.7000000000001C286.704 50.682 304 57.72 304 72.014V183.989C304 198.3 286.691 205.308 276.687 195.303z" /> - <glyph glyph-name="file-word" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48zM268.1 192C262.4000000000001 192 257.5 188 256.4000000000001 182.5C235.8000000000001 84.8 236.0000000000001 87.1 235.4000000000001 79C235.2000000000001 80.2 235.0000000000001 81.6 234.7000000000001 83.3C233.9000000000001 88.4 235.0000000000001 83.1 211.1000000000001 182.8C209.8000000000001 188.2 205.0000000000001 192 199.4000000000001 192H186.1000000000001C180.6000000000001 192 175.8000000000001 188.2 174.4000000000001 182.9C150.0000000000001 83.9 150.4000000000001 86.7 149.6000000000001 79.2C149.5000000000001 80.3 149.4000000000001 81.7 149.1000000000001 83.4C148.4000000000001 88.6 135.0000000000001 156.7 130.0000000000001 182.4C128.9000000000001 188 124.0000000000001 192.1 118.2000000000001 192.1H101.4000000000001C93.6000000000001 192.1 87.9000000000001 184.8 89.7000000000001 177.3C97.7000000000001 144.6999999999999 116.4000000000001 67.8 122.9000000000001 41.3C124.2000000000001 35.9 129.0000000000001 32.1999999999999 134.6000000000001 32.1999999999999H159.8000000000001C165.3000000000001 32.1999999999999 170.1000000000001 35.8999999999999 171.4 41.3L189.3000000000001 112.6999999999999C190.8000000000001 118.8999999999999 191.8000000000001 124.6999999999999 192.3000000000001 130L195.2000000000001 112.6999999999999C195.3000000000001 112.3 207.8000000000001 62.1999999999999 213.1000000000001 41.3C214.4000000000001 35.9999999999999 219.2000000000001 32.1999999999999 224.7000000000001 32.1999999999999H249.4000000000001C254.9000000000001 32.1999999999999 259.7000000000001 35.8999999999999 261.0000000000001 41.3C281.8000000000001 123.1999999999999 291.2000000000001 160.3 295.5000000000001 177.3C297.4000000000001 184.9 291.7000000000001 192.2 283.9000000000001 192.2H268.1z" /> - <glyph glyph-name="file" - unicode="" - horiz-adv-x="384" d=" M369.9 350.1L286 434C277 443 264.8 448.1 252.1 448.1H48C21.5 448 0 426.5 0 400V-16C0 -42.5 21.5 -64 48 -64H336C362.5 -64 384 -42.5 384 -16V316.1C384 328.8 378.9 341.1 369.9 350.1zM332.1 320H256V396.1L332.1 320zM48 -16V400H208V296C208 282.7 218.7 272 232 272H336V-16H48z" /> - <glyph glyph-name="flag" - unicode="" - horiz-adv-x="512" d=" M336.174 368C287.042 368 242.869 400 174.261 400C142.96 400 115.958 393.5180000000001 93.54 384.832A48.04 48.04 0 0 1 95.682 405.559C93.067 428.425 74.167 446.406 51.201 447.896C23.242 449.71 0 427.569 0 400C0 382.236 9.657 366.738 24 358.438V-48C24 -56.837 31.163 -64 40 -64H56C64.837 -64 72 -56.837 72 -48V35.443C109.869 52.72 143.259 64 199.826 64C248.958 64 293.131 32 361.7390000000001 32C420.218 32 463.711 54.617 490.287 71.981C503.846 80.839 512 95.949 512 112.145V352.063C512 386.522 476.736 409.831 445.096 396.18C409.193 380.6910000000001 371.641 368 336.174 368zM464 112C442.217 96.588 403.176 80 361.7390000000001 80C301.7940000000001 80 259.737 112 199.826 112C156.465 112 103.447 102.597 72 88V320C93.784 335.4120000000001 132.824 352 174.261 352C234.206 352 276.2630000000001 320 336.1740000000001 320C379.4450000000001 320 432.4940000000001 337.366 464 352V112z" /> - <glyph glyph-name="folder-open" - unicode="" - horiz-adv-x="576" d=" M527.943 224H480V272C480 298.51 458.51 320 432 320H272L208 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H448A48.001 48.001 0 0 1 488.704 22.56L568.646 150.56C588.5939999999999 182.477 565.608 224 527.943 224zM54 336H188.118L252.118 272H426A6 6 0 0 0 432 266V224H152A48 48 0 0 1 110.902 200.798L48 96.551V330.007A5.993 5.993 0 0 0 54 336zM448 48H72L149.234 176H528L448 48z" /> - <glyph glyph-name="folder" - unicode="" - horiz-adv-x="512" d=" M464 320H272L208 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V272C512 298.51 490.51 320 464 320zM458 48H54C50.686 48 48 50.678 48 53.992V330.008A5.993 5.993 0 0 0 54 336H188.118L252.118 272H458A6 6 0 0 0 464 266V54A6 6 0 0 0 458 48z" /> - <glyph glyph-name="frown" - unicode="" - horiz-adv-x="512" d=" M256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8C145.468 -8 56 81.451 56 192C56 302.532 145.451 392 256 392M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM320 304C310.465 304 301.488 301.6140000000001 293.63 297.411H293.647C306.382 297.411 316.706 287.087 316.706 274.352C316.706 261.617 306.382 251.293 293.647 251.293S270.588 261.617 270.588 274.352V274.3690000000001C266.386 266.512 264 257.535 264 248C264 217.072 289.072 192 320 192S376 217.072 376 248S350.928 304 320 304zM192 304C182.465 304 173.488 301.6140000000001 165.63 297.411H165.647C178.382 297.411 188.706 287.087 188.706 274.352C188.706 261.617 178.382 251.293 165.647 251.293C152.912 251.293 142.588 261.617 142.588 274.352V274.3690000000001C138.386 266.512 136 257.535 136 248C136 217.072 161.072 192 192 192S248 217.072 248 248S222.928 304 192 304zM363.5470000000001 102.218C306.952 179.182 205.164 179.283 148.4900000000001 102.2189999999999C129.6700000000001 76.6259999999999 168.3480000000001 48.2009999999999 187.16 73.781C224.671 124.791 287.5250000000001 124.577 324.8770000000001 73.7819999999999C343.3860000000001 48.6099999999999 382.6980000000001 76.1769999999999 363.5470000000001 102.2179999999999z" /> - <glyph glyph-name="futbol" - unicode="" - horiz-adv-x="496" d=" M483.8 268.6C449.8 373.4 352.6 440 248.1 440C222.7 440 196.9 436.1 171.4 427.8C41.2 385.5 -30.1 245.6 12.2 115.4C46.2 10.6 143.4 -56 247.9 -56C273.3 -56 299.1 -52.1 324.6 -43.8C454.8 -1.5 526.1 138.4 483.8 268.6zM409.3 74.9L357.1 68.5L313.4000000000001 129.4L337.8 204.6L408.9 226.7L447.8 190.3C447.6 159.6 440.4 129.1999999999999 426.1 101.1C421.4 91.8 415.4 83.3 409.3 74.9zM409.3 310.3L398.9000000000001 257.2L328.2000000000001 235.2L264.0000000000001 281.7V355.5L311.4000000000001 381.7C350.6 368.7 384.8000000000001 343.7 409.3000000000001 310.3zM184.9 381.6L232 355.5V281.7L167.8 235.2L97.2 257.2L87.1 309.7C111.4 343.1 145 368.3 184.9 381.6zM139 68.5L85.9 75C71.5 95.1 48.6 134.6 48.1 190.3L87.1 226.7L158.2 204.5L182.5 130.2000000000001L139 68.5000000000001zM187.2 1.5L164.8 49.6L208.4 111.3H287L331.3 49.6L308.9000000000001 1.5C302.7000000000001 -0.3 251.3000000000001 -18.9 187.2000000000001 1.5z" /> - <glyph glyph-name="gem" - unicode="" - horiz-adv-x="576" d=" M464 448H112C108 448 104.2 446 102 442.6L2 295.4C-0.9 291 -0.6 285.2000000000001 2.7 281.2000000000001L278.7 -59.6C283.5 -65.5 292.5 -65.5 297.3 -59.6L573.3 281.2C576.5999999999999 285.3 576.9 291 574 295.4L474.1 442.6C471.8 446 468.1 448 464 448zM444.7 400L508 304H439.6L387.9000000000001 400H444.7000000000001zM242.6 400H333.3L385 304H191L242.6 400zM131.3 400H188.1L136.4 304H68L131.3 400zM88.3 256H139.7L208 96L88.3 256zM191.2 256H384.8L288 12.7L191.2 256zM368 96L436.2 256H487.6L368 96z" /> - <glyph glyph-name="hand-lizard" - unicode="" - horiz-adv-x="576" d=" M556.686 157.458L410.328 383.171C397.001 403.728 374.417 416 349.917 416H56C25.121 416 0 390.878 0 360V352C0 307.8880000000001 35.888 272 80 272H276.0420000000001L257.7090000000001 224H144C95.477 224 56 184.523 56 136C56 105.121 81.121 80 112 80H243.552C246.539 80 249.466 79.451 252.249 78.369L352 39.582V-32H576V92.171C576 115.396 569.321 137.972 556.686 157.458zM528 16H400V39.582C400 59.53 387.986 77.09 369.396 84.318L269.645 123.106A71.733 71.733 0 0 1 243.552 128H112C107.589 128 104 131.589 104 136C104 158.056 121.944 176 144 176H257.709C277.476 176 295.495 188.407 302.549 206.873L327.101 271.154C336.097 294.707 318.673 320 293.471 320H80C62.355 320 48 334.355 48 352V360C48 364.411 51.589 368 56 368H349.917C358.083 368 365.61 363.91 370.054 357.058L516.412 131.343A71.84 71.84 0 0 0 528 92.171V16z" /> - <glyph glyph-name="hand-paper" - unicode="" - horiz-adv-x="448" d=" M372.57 335.359V346.184C372.57 389.796 332.05 422.875 289.531 411.73C263.902 461.23 195.441 459.18 171.549 410.983C130.269 421.544 89.144 390.055 89.144 346V219.87C69.191 227.297 45.836 224.938 27.061 210.999C-2.294 189.203 -8.733 147.666 12.511 117.846L132.48 -50.569A32 32 0 0 1 158.542 -64.001H381.439C396.343 -64.001 409.274 -53.712 412.621 -39.188L442.805 91.77A203.637 203.637 0 0 1 448 137.436V269C448 309.62 412.477 340.992 372.57 335.359zM399.997 137.437C399.997 125.706 398.663 113.968 396.0320000000001 102.551L368.707 -16H166.787L51.591 145.697C37.152 165.967 66.614 188.473 80.985 168.302L108.113 130.223C117.108 117.597 137.144 123.936 137.144 139.506V346C137.144 371.645 173.715 370.81 173.715 345.309V192C173.715 183.163 180.878 176 189.715 176H196.571C205.408 176 212.571 183.163 212.571 192V381C212.571 406.663 249.142 405.81 249.142 380.309V192C249.142 183.163 256.305 176 265.142 176H271.998C280.835 176 287.998 183.163 287.998 192V346.875C287.998 372.5470000000001 324.568 371.685 324.568 346.184V192C324.568 183.163 331.731 176 340.568 176H347.425C356.262 176 363.425 183.163 363.425 192V268.309C363.425 294.551 399.995 293.949 399.995 269V137.437z" /> - <glyph glyph-name="hand-peace" - unicode="" - horiz-adv-x="448" d=" M362.146 256.024C348.4360000000001 277.673 323.385 290.04 297.14 286.365V374C297.14 414.804 264.329 448 223.999 448C183.669 448 150.859 414.804 150.859 374L160 280L141.321 358.85C126.578 397.157 83.85 415.89 46.209 400.7920000000001C8.735 385.762 -9.571 343.0370000000001 5.008 305.15L60.765 160.223C30.208 135.267 16.771 102.414 36.032 68.005L90.885 -29.994C102.625 -50.97 124.73 -64 148.575 -64H354.277C385.021 -64 411.835 -42.56 418.832 -12.203L446.259 106.7960000000001A67.801 67.801 0 0 1 447.988 121.999L448 192C448 236.956 404.737 269.343 362.146 256.024zM399.987 122C399.987 120.512 399.8180000000001 119.023 399.485 117.577L372.058 -1.424C370.08 -10.006 362.768 -16 354.276 -16H148.575C142.089 -16 136.033 -12.379 132.77 -6.551L77.916 91.449C73.359 99.59 75.297 110.117 82.424 115.937L109.071 137.701A16 16 0 0 1 113.883 155.84L49.793 322.389C37.226 355.044 84.37 373.163 96.51 341.611L156.294 186.254A16 16 0 0 1 171.227 176H182.859C191.696 176 198.859 183.163 198.859 192V374C198.859 408.375 249.14 408.43 249.14 374V192C249.14 183.163 256.303 176 265.14 176H271.996C280.833 176 287.996 183.163 287.996 192V220C287.996 245.122 324.563 245.159 324.563 220V192C324.563 183.163 331.726 176 340.563 176H347.419C356.256 176 363.419 183.163 363.419 192C363.419 217.12 399.986 217.16 399.986 192V122z" /> - <glyph glyph-name="hand-point-down" - unicode="" - horiz-adv-x="448" d=" M188.8 -64C234.416 -64 272 -26.235 272 19.2V54.847A93.148 93.148 0 0 1 294.064 62.776C316.0700000000001 60.269 339.0420000000001 66.2789999999999 356.855 78.761C409.342 79.9 448 116.159 448 178.701V200C448 260.063 408 298.512 408 327.2V329.879C412.952 335.626 416 343.415 416 351.999V416C416 433.673 403.106 448 387.2 448H156.8C140.894 448 128 433.673 128 416V352C128 343.416 131.048 335.627 136 329.88V327.201C136 320.237 129.807 312.339 112.332 297.0180000000001L112.184 296.889L112.038 296.7580000000001C102.101 287.9020000000001 91.197 278.642 78.785 270.9070000000001C48.537 252.202 0 240.514 0 195.2C0 138.272 35.286 103.2 83.2 103.2C91.226 103.2 98.689 104.014 105.6 105.376V19.2C105.6 -25.899 143.701 -64 188.8 -64zM188.8 -16C170.1 -16 153.6 0.775 153.6 19.2V177.6C136.275 177.6 118.4 151.2000000000001 83.2 151.2000000000001C56.8 151.2000000000001 48 171.8250000000001 48 195.2000000000001C48 203.9940000000001 80.712 215.6450000000001 104.1 230.1260000000001C118.675 239.2000000000001 131.325 249.6500000000001 143.975 260.9250000000001C162.349 277.0340000000001 180.608 294.761 183.571 320.0000000000001H360.3230000000001C364.087 277.2100000000001 400 245.491 400 200V178.701C400 138.177 377.803 121.577 338.675 128.1C330.6740000000001 113.488 304.6960000000001 103.949 285.05 115.175C266.825 95.81 238.669 97.388 224 110.225V19.2C224 0.225 207.775 -16 188.8 -16zM328 384C328 397.255 338.745 408 352 408S376 397.255 376 384S365.255 360 352 360S328 370.745 328 384z" /> - <glyph glyph-name="hand-point-left" - unicode="" - horiz-adv-x="512" d=" M0 227.2C0 181.584 37.765 144 83.2 144H118.847A93.148 93.148 0 0 1 126.776 121.936C124.269 99.93 130.279 76.958 142.761 59.145C143.9 6.658 180.159 -32 242.701 -32H264C324.063 -32 362.512 8 391.2 8H393.879C399.626 3.048 407.415 0 415.999 0H479.999C497.672 0 511.999 12.894 511.999 28.8V259.2C511.999 275.106 497.672 288 479.999 288H415.999C407.415 288 399.626 284.952 393.879 280H391.2C384.236 280 376.338 286.193 361.017 303.668L360.888 303.8160000000001L360.757 303.962C351.901 313.899 342.641 324.803 334.906 337.215C316.202 367.463 304.514 416 259.2 416C202.272 416 167.2 380.714 167.2 332.8C167.2 324.774 168.014 317.3110000000001 169.376 310.4H83.2C38.101 310.4 0 272.299 0 227.2zM48 227.2C48 245.9 64.775 262.4 83.2 262.4H241.6C241.6 279.725 215.2 297.6 215.2 332.8C215.2 359.2 235.825 368 259.2000000000001 368C267.9940000000001 368 279.6450000000001 335.288 294.1260000000001 311.9C303.2000000000001 297.325 313.6500000000001 284.675 324.925 272.025C341.034 253.651 358.761 235.392 384 232.429V55.677C341.21 51.913 309.491 16 264 16H242.701C202.177 16 185.577 38.197 192.1 77.325C177.488 85.326 167.949 111.304 179.175 130.95C159.81 149.175 161.388 177.331 174.225 192H83.2C64.225 192 48 208.225 48 227.2zM448 88C461.255 88 472 77.255 472 64S461.255 40 448 40S424 50.745 424 64S434.745 88 448 88z" /> - <glyph glyph-name="hand-point-right" - unicode="" - horiz-adv-x="512" d=" M428.8 310.4H342.623A115.52 115.52 0 0 1 344.799 332.8C344.799 380.714 309.727 416 252.799 416C207.485 416 195.797 367.463 177.092 337.216C169.357 324.803 160.098 313.899 151.241 303.963L151.11 303.817L150.981 303.6690000000001C135.662 286.193 127.764 280 120.8 280H118.121C112.374 284.952 104.585 288 96.001 288H32C14.327 288 0 275.106 0 259.2V28.8C0 12.894 14.327 0 32 0H96C104.584 0 112.373 3.048 118.12 8H120.799C149.487 8 187.936 -32 247.999 -32H269.298C331.8400000000001 -32 368.098 6.658 369.238 59.145C381.7200000000001 76.958 387.729 99.93 385.223 121.936A93.148 93.148 0 0 1 393.152 144H428.8C474.235 144 512 181.584 512 227.2C512 272.299 473.899 310.4 428.8 310.4zM428.8 192H337.774C350.611 177.331 352.189 149.175 332.824 130.95C344.051 111.304 334.511 85.326 319.899 77.325C326.423 38.197 309.823 16 269.299 16H248C202.509 16 170.79 51.913 128 55.676V232.429C153.239 235.393 170.966 253.651 187.075 272.025C198.35 284.675 208.8 297.3250000000001 217.874 311.9C232.355 335.288 244.006 368 252.8 368C276.175 368 296.8 359.2 296.8 332.8C296.8 297.6 270.4000000000001 279.725 270.4000000000001 262.4H428.8000000000001C447.2250000000001 262.4 464.0000000000001 245.9 464.0000000000001 227.2C464.0000000000001 208.225 447.7750000000001 192 428.8000000000001 192zM88 64C88 50.745 77.255 40 64 40S40 50.745 40 64S50.745 88 64 88S88 77.255 88 64z" /> - <glyph glyph-name="hand-point-up" - unicode="" - horiz-adv-x="448" d=" M105.6 364.8V278.623A115.52 115.52 0 0 1 83.2 280.799C35.286 280.799 0 245.727 0 188.799C0 143.485 48.537 131.797 78.784 113.092C91.197 105.357 102.101 96.098 112.037 87.241L112.183 87.11L112.331 86.981C129.807 71.662 136 63.764 136 56.8V54.121C131.048 48.374 128 40.585 128 32.001V-31.999C128 -49.672 140.894 -63.999 156.8 -63.999H387.2000000000001C403.1060000000001 -63.999 416.0000000000001 -49.672 416.0000000000001 -31.999V32.001C416.0000000000001 40.585 412.9520000000001 48.374 408.0000000000001 54.121V56.8C408.0000000000001 85.488 448.0000000000001 123.937 448.0000000000001 184V205.299C448.0000000000001 267.841 409.3420000000001 304.099 356.8550000000001 305.2390000000001C339.0420000000001 317.721 316.0700000000001 323.73 294.0640000000001 321.224A93.148 93.148 0 0 1 272 329.153V364.8C272 410.235 234.416 448 188.8 448C143.701 448 105.6 409.899 105.6 364.8zM224 364.8V273.774C238.669 286.611 266.825 288.189 285.05 268.824C304.6960000000001 280.0510000000001 330.6740000000001 270.511 338.675 255.899C377.803 262.423 400 245.823 400 205.299V184C400 138.509 364.087 106.79 360.324 64H183.571C180.607 89.239 162.349 106.966 143.975 123.075C131.325 134.35 118.675 144.8 104.1 153.874C80.712 168.355 48 180.006 48 188.8C48 212.175 56.8 232.8 83.2 232.8C118.4 232.8 136.275 206.4 153.6 206.4V364.8C153.6 383.225 170.1 400 188.8 400C207.775 400 224 383.775 224 364.8zM352 24C365.255 24 376 13.255 376 0S365.255 -24 352 -24S328 -13.255 328 0S338.745 24 352 24z" /> - <glyph glyph-name="hand-pointer" - unicode="" - horiz-adv-x="448" d=" M358.182 268.639C338.689 293.4070000000001 305.5030000000001 300.584 278.31 287.737C263.183 303.4240000000001 242.128 310.2240000000001 221.715 307.366V381C221.715 417.944 191.979 448 155.429 448S89.143 417.944 89.143 381V219.871C69.234 227.281 45.871 224.965 27.06 210.999C-2.295 189.204 -8.733 147.6660000000001 12.51 117.847L122.209 -36.154C134.632 -53.59 154.741 -64 176 -64H354.286C385.088 -64 411.86 -42.5 418.843 -12.203L446.272 106.7960000000001A67.873 67.873 0 0 1 448 122V206C448 252.844 401.375 285.273 358.182 268.639zM80.985 168.303L108.111 130.224C117.106 117.598 137.142 123.937 137.142 139.507V381C137.142 406.12 173.713 406.16 173.713 381V206C173.713 197.164 180.876 190 189.713 190H196.57C205.407 190 212.57 197.164 212.57 206V241C212.57 266.12 249.141 266.16 249.141 241V206C249.141 197.164 256.304 190 265.141 190H272C280.837 190 288 197.164 288 206V227C288 252.12 324.5710000000001 252.16 324.5710000000001 227V206C324.5710000000001 197.164 331.7340000000001 190 340.5710000000001 190H347.4280000000001C356.2650000000001 190 363.4280000000001 197.164 363.4280000000001 206C363.4280000000001 231.121 399.999 231.16 399.999 206V122C399.999 120.512 399.8300000000001 119.023 399.497 117.577L372.067 -1.424C370.089 -10.006 362.777 -16 354.2850000000001 -16H176C170.231 -16 164.737 -13.122 161.303 -8.303L51.591 145.697C37.185 165.92 66.585 188.515 80.985 168.303zM176.143 48V144C176.143 152.837 182.411 160 190.143 160H196.143C203.875 160 210.143 152.837 210.143 144V48C210.143 39.163 203.875 32 196.143 32H190.143C182.41 32 176.143 39.163 176.143 48zM251.571 48V144C251.571 152.837 257.839 160 265.5710000000001 160H271.5710000000001C279.3030000000001 160 285.5710000000001 152.837 285.5710000000001 144V48C285.5710000000001 39.163 279.3030000000001 32 271.5710000000001 32H265.5710000000001C257.839 32 251.5710000000001 39.163 251.5710000000001 48zM327 48V144C327 152.837 333.268 160 341 160H347C354.7320000000001 160 361 152.837 361 144V48C361 39.163 354.7320000000001 32 347 32H341C333.268 32 327 39.163 327 48z" /> - <glyph glyph-name="hand-rock" - unicode="" - horiz-adv-x="512" d=" M408.864 368.948C386.463 402.846 342.756 411.221 310.051 392.536C280.577 424.005 230.906 423.629 201.717 392.558C154.557 419.578 93.007 387.503 91.046 331.752C44.846 342.593 0 307.999 0 260.5710000000001V203.618C0 170.877 14.28 139.664 39.18 117.984L136.89 32.903C141.142 29.201 140 27.33 140 -1e-13C140 -17.6730000000001 154.327 -32.0000000000001 172 -32.0000000000001H424C441.673 -32.0000000000001 456 -17.6730000000001 456 -1e-13C456 23.5129999999999 454.985 30.745 459.982 42.37L502.817 142.026C508.911 156.203 512 171.198 512 186.5939999999999V301.0370000000001C512 353.876 457.686 389.699 408.8640000000001 368.948zM464 186.594A64.505 64.505 0 0 0 458.718 160.981L415.8830000000001 61.326C410.653 49.155 408.0000000000001 36.286 408.0000000000001 23.076V16H188V26.286C188 42.656 180.86 58.263 168.41 69.103L70.7 154.183C56.274 166.745 48 184.764 48 203.619V260.572C48 293.78 100 294.1090000000001 100 259.895V218.667A16 16 0 0 1 105.493 206.6L112.493 200.505A16 16 0 0 1 139 212.571V329.1430000000001C139 362.24 191 362.868 191 328.466V301.7150000000001C191 292.879 198.164 285.7150000000001 207 285.7150000000001H214C222.836 285.7150000000001 230 292.879 230 301.7150000000001V342.858C230 375.992 282 376.533 282 342.181V301.7150000000001C282 292.879 289.163 285.7150000000001 298 285.7150000000001H305C313.837 285.7150000000001 321 292.879 321 301.7150000000001V329.144C321 362.174 373 362.924 373 328.467V301.716C373 292.88 380.163 285.716 389 285.716H396C404.837 285.716 412 292.88 412 301.716C412 334.862 464 335.329 464 301.039V186.5940000000001z" /> - <glyph glyph-name="hand-scissors" - unicode="" - horiz-adv-x="512" d=" M256 -32L326 -31.987C331.114 -31.987 336.231 -31.404 341.203 -30.258L460.202 -2.831C490.56 4.165 512 30.98 512 61.723V267.425C512 291.27 498.97 313.376 477.995 325.115L379.996 379.968C345.587 399.2290000000001 312.733 385.7920000000001 287.778 355.235L142.85 410.992C104.963 425.5710000000001 62.238 407.265 47.208 369.791C32.11 332.149 50.843 289.421 89.15 274.679L168 256L74 265.141C33.196 265.141 0 232.33 0 192.001C0 151.671 33.196 118.86 74 118.86H161.635C157.96 92.615 170.327 67.563 191.976 53.8539999999999C178.657 11.263 211.044 -32 256 -32zM256 16.013C230.84 16.013 230.88 52.58 256 52.58C264.837 52.58 272 59.743 272 68.58V75.436C272 84.273 264.837 91.436 256 91.436H228C202.841 91.436 202.878 128.003 228 128.003H256C264.837 128.003 272 135.166 272 144.003V150.859C272 159.696 264.837 166.859 256 166.859H74C39.57 166.859 39.625 217.14 74 217.14H256C264.837 217.14 272 224.303 272 233.14V244.772A16 16 0 0 1 261.746 259.705L106.389 319.49C74.837 331.63 92.957 378.773 125.611 366.207L292.16 302.116A16.001 16.001 0 0 1 310.299 306.928L332.063 333.5750000000001C337.883 340.702 348.411 342.639 356.551 338.0830000000001L454.551 283.2290000000001C460.379 279.966 464 273.911 464 267.424V61.723C464 53.232 458.006 45.919 449.424 43.941L330.423 16.514A19.743 19.743 0 0 0 326 16.012H256z" /> - <glyph glyph-name="hand-spock" - unicode="" - horiz-adv-x="512" d=" M21.096 66.21L150.188 -55.303A32 32 0 0 1 172.12 -64.001H409.7200000000001C423.8900000000001 -64.001 436.3730000000001 -54.682 440.4000000000001 -41.097L472.215 66.216A115.955 115.955 0 0 1 477 99.189V136.028C477 140.079 477.476 144.132 478.414 148.073L510.144 281.4830000000001C520.243 323.8950000000001 487.828 364.221 444.6 364.0080000000001C440.456 388.8640000000001 422.057 411.1730000000001 394.75 418.0000000000001C358.947 426.9520000000001 322.523 405.3450000000001 313.5 369.25L296.599 264L274.924 395.99C266.638 432.06 230.621 454.562 194.62 446.286C165.004 439.4820000000001 144.482 413.897 142.738 384.991C100.101 384.16 69.283 344.428 78.667 303.147L109.707 166.639C82.513 189.154 42.423 186.631 18.225 160.917C-7.151 133.956 -5.873 91.592 21.096 66.21zM53.164 128.021L53.166 128.0219999999999C60.385 135.694 72.407 136.002 80.022 128.8349999999999L133.034 78.9409999999999C143.225 69.351 160 76.6 160 90.594V160.073C160 161.266 159.866 162.456 159.603 163.619L125.473 313.791C119.877 338.408 156.975 346.651 162.527 322.212L192.926 188.4549999999999A16 16 0 0 1 208.529 176.0009999999999H217.1330000000001C227.4090000000001 176.0009999999999 235.0270000000001 185.5679999999999 232.7270000000001 195.5839999999999L191.107 376.7369999999999C185.484 401.2059999999999 222.497 409.813 228.142 385.2449999999999L273.362 188.4169999999999A16 16 0 0 1 288.956 176H302.173A16 16 0 0 1 317.695 188.119L360.067 357.6090000000001C366.171 382.0310000000001 403.029 372.7680000000001 396.932 348.3920000000001L358.805 195.88C356.284 185.792 363.92 176 374.327 176H384.021A16 16 0 0 1 399.586 188.295L426.509 301.4C432.3300000000001 325.848 469.306 317.087 463.475 292.598L431.7200000000001 159.19A100.094 100.094 0 0 1 429 136.028V99.189C429 92.641 428.057 86.138 426.195 79.8610000000001L397.775 -16H178.465L53.978 101.164C46.349 108.344 45.984 120.393 53.164 128.021z" /> - <glyph glyph-name="handshake" - unicode="" - horiz-adv-x="640" d=" M616 352H568C560.893 352 554.51 348.909 550.116 344H526.59L495.46 380.3L495.3 380.48A103.974 103.974 0 0 1 417.03 416H370.48C352.73 416 335.58 411.06 320.79 401.99C304.33 411.07 285.67 416 266.62 416H234.51C205.607 416 176.911 404.781 155.31 383.2L116.12 344H89.884C85.49 348.909 79.107 352 72 352H24C10.745 352 0 341.255 0 328V88C0 74.745 10.745 64 24 64H72C82.449 64 91.334 70.68 94.629 80H113.43L188.78 12.43C214.322 -14.02 248.705 -32 285.36 -32C301.75 -32 317.64 -28.15 331.4600000000001 -21.07C356.396 -21.566 382.5610000000001 -10.702 400.5300000000001 10.34C420.2140000000001 15.919 438.033 27.766 451.25 44.9400000000001C472.239 49.3410000000001 491.978 61.4320000000001 504.67 80.0000000000001H545.371C548.6659999999999 70.6800000000001 557.5509999999999 64.0000000000001 568 64.0000000000001H616C629.255 64.0000000000001 640 74.7450000000001 640 88.0000000000001V328C640 341.255 629.255 352 616 352zM48 96C39.163 96 32 103.163 32 112S39.163 128 48 128S64 120.837 64 112S56.837 96 48 96zM460.52 101.76C445.17 87.465 423.636 90.432 420.57 93.76C421.984 80.378 402.313 52.717 371.49 54.88C365.949 36.357 343.272 21.054 320 29.13C311.11 20.24 297.54 16 285.36 16C260.4100000000001 16 237.59 30.54 222.22 46.91L140.92 119.8200000000001A31.975999999999996 31.975999999999996 0 0 1 119.56 128.0000000000001H96V296H122.75C131.23 296 139.37 299.37 145.37 305.37L189.25 349.25A64.004 64.004 0 0 0 234.51 368H266.62C272.42 368 278.13 367.21 283.62 365.7L240.35 315.2100000000001C216.79 287.73 216.51 247.59 239.69 219.77C272.078 180.904 331.068 180.542 364.17 217.79L390.1500000000001 247.87L462.59 152C476.03 137.4 473.54 113.87 460.52 101.76zM544 128H519.542C519.6460000000001 148.261 512.743 167.33 499.78 182.4L421.7 285.7200000000001C426.21 295.23 424.04 306.95 415.69 314.17C405.615 322.861 390.46 321.669 381.83 311.69L328.2 249.57C314.372 234.16 289.977 234.425 276.56 250.5A25.856999999999996 25.856999999999996 0 0 0 276.79 283.9700000000001L334.7100000000001 351.55A47.09 47.09 0 0 0 370.48 368H417.0300000000001C433.1400000000001 368 448.4700000000001 361.06 459.1 348.9600000000001L504.52 296H544V128zM592 96C583.163 96 576 103.163 576 112S583.163 128 592 128S608 120.837 608 112S600.837 96 592 96z" /> - <glyph glyph-name="hdd" - unicode="" - horiz-adv-x="576" d=" M567.403 212.358L462.323 363.411A48 48 0 0 1 422.919 384H153.081A48 48 0 0 1 113.677 363.411L8.597 212.358A48.001 48.001 0 0 1 0 184.946V48C0 21.49 21.49 0 48 0H528C554.51 0 576 21.49 576 48V184.946C576 194.747 573 204.312 567.403 212.358zM153.081 336H422.919L500.832 224H75.168L153.081 336zM528 48H48V176H528V48zM496 112C496 94.327 481.673 80 464 80S432 94.327 432 112S446.327 144 464 144S496 129.673 496 112zM400 112C400 94.327 385.673 80 368 80S336 94.327 336 112S350.327 144 368 144S400 129.673 400 112z" /> - <glyph glyph-name="heart" - unicode="" - horiz-adv-x="576" d=" M257.3 -27.4L92.5 134.4C85.4 141 24 199.9 24 273.2C24 363.9 80.8 424 176 424C217.4 424 256.6 401.2 288 374.2C319.3 401.2 358.6 424 400 424C491.7 424 552 367.5 552 273.2C552 221.2 520.2 169.7 483.9 134.5L483.5 134.1L318.7 -27.4A43.7 43.7 0 0 0 257.3 -27.4zM125.9 168.9L288 9.7L449.8 168.4C477.1 195.4 504 234.7 504 273.2C504 340.1 465.8 376 400 376C352.8 376 307.2 326.7 288 307.6C271 324.6 224 376 176 376C110.1 376 72 340.1 72 273.2C72 235.9 98.7 194.3 125.9 168.9z" /> - <glyph glyph-name="hospital" - unicode="" - horiz-adv-x="448" d=" M128 204V244C128 250.627 133.373 256 140 256H180C186.627 256 192 250.627 192 244V204C192 197.373 186.627 192 180 192H140C133.373 192 128 197.373 128 204zM268 192H308C314.627 192 320 197.373 320 204V244C320 250.627 314.627 256 308 256H268C261.373 256 256 250.627 256 244V204C256 197.373 261.373 192 268 192zM192 108V148C192 154.627 186.627 160 180 160H140C133.373 160 128 154.627 128 148V108C128 101.373 133.373 96 140 96H180C186.627 96 192 101.373 192 108zM268 96H308C314.627 96 320 101.373 320 108V148C320 154.627 314.627 160 308 160H268C261.373 160 256 154.627 256 148V108C256 101.373 261.373 96 268 96zM448 -28V-64H0V-28C0 -21.373 5.373 -16 12 -16H31.5V362.9650000000001C31.5 374.582 42.245 384 55.5 384H144V424C144 437.255 154.745 448 168 448H280C293.255 448 304 437.255 304 424V384H392.5C405.755 384 416.5 374.582 416.5 362.9650000000001V-16H436C442.627 -16 448 -21.373 448 -28zM79.5 -15H192V52C192 58.627 197.373 64 204 64H244C250.627 64 256 58.627 256 52V-15H368.5V336H304V312C304 298.745 293.255 288 280 288H168C154.745 288 144 298.745 144 312V336H79.5V-15zM266 384H240V410A6 6 0 0 1 234 416H214A6 6 0 0 1 208 410V384H182A6 6 0 0 1 176 378V358A6 6 0 0 1 182 352H208V326A6 6 0 0 1 214 320H234A6 6 0 0 1 240 326V352H266A6 6 0 0 1 272 358V378A6 6 0 0 1 266 384z" /> - <glyph glyph-name="hourglass" - unicode="" - horiz-adv-x="384" d=" M368 400H372C378.627 400 384 405.373 384 412V436C384 442.627 378.627 448 372 448H12C5.373 448 0 442.627 0 436V412C0 405.373 5.373 400 12 400H16C16 319.4360000000001 48.188 234.193 113.18 192C47.899 149.619 16 64.1 16 -16H12C5.373 -16 0 -21.373 0 -28V-52C0 -58.627 5.373 -64 12 -64H372C378.627 -64 384 -58.627 384 -52V-28C384 -21.373 378.627 -16 372 -16H368C368 64.564 335.812 149.807 270.82 192C336.102 234.381 368 319.9 368 400zM64 400H320C320 298.38 262.693 216 192 216S64 298.379 64 400zM320 -16H64C64 85.62 121.308 168 192 168S320 85.62 320 -16z" /> - <glyph glyph-name="id-badge" - unicode="" - horiz-adv-x="384" d=" M0 400V-16C0 -42.51 21.49 -64 48 -64H336C362.51 -64 384 -42.51 384 -16V400C384 426.51 362.51 448 336 448H48C21.49 448 0 426.51 0 400zM336 368V-10A6 6 0 0 0 330 -16H54A6 6 0 0 0 48 -10V368H336zM192 288C230.66 288 262 256.66 262 218S230.66 148 192 148S122 179.34 122 218S153.34 288 192 288zM272.187 141.953L240.987 149.753C208.208 126.176 168.477 131.437 143.013 149.753L111.813 141.953C93.116 137.279 80 120.48 80 101.207V85C80 73.402 89.402 64 101 64H283C294.598 64 304 73.402 304 85V101.207C304 120.48 290.884 137.279 272.187 141.953z" /> - <glyph glyph-name="id-card" - unicode="" - horiz-adv-x="512" d=" M404 192H300C293.373 192 288 197.373 288 204V220C288 226.627 293.373 232 300 232H404C410.627 232 416 226.627 416 220V204C416 197.373 410.627 192 404 192zM416 132V148C416 154.627 410.627 160 404 160H300C293.373 160 288 154.627 288 148V132C288 125.373 293.373 120 300 120H404C410.627 120 416 125.373 416 132zM512 336V48C512 21.49 490.51 0 464 0H48C21.49 0 0 21.49 0 48V336C0 362.51 21.49 384 48 384H464C490.51 384 512 362.51 512 336zM464 54V304H48V54A6 6 0 0 1 54 48H458A6 6 0 0 1 464 54zM176 256C203.614 256 226 233.614 226 206S203.614 156 176 156S126 178.386 126 206S148.386 256 176 256zM233.276 151.681L210.991 157.252C187.578 140.411 159.198 144.169 141.01 157.252L118.725 151.681C105.369 148.342 96 136.343 96 122.577V111C96 102.716 102.716 96 111 96H241C249.284 96 256 102.716 256 111V122.577C256 136.343 246.631 148.342 233.276 151.681z" /> - <glyph glyph-name="image" - unicode="" - horiz-adv-x="512" d=" M464 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V336C512 362.51 490.51 384 464 384zM458 48H54A6 6 0 0 0 48 54V330A6 6 0 0 0 54 336H458A6 6 0 0 0 464 330V54A6 6 0 0 0 458 48zM128 296C105.909 296 88 278.091 88 256S105.909 216 128 216S168 233.909 168 256S150.091 296 128 296zM96 96H416V176L328.485 263.515C323.7990000000001 268.201 316.201 268.201 311.514 263.515L192 144L152.485 183.515C147.799 188.201 140.201 188.201 135.514 183.515L96 144V96z" /> - <glyph glyph-name="images" - unicode="" - horiz-adv-x="576" d=" M480 32V16C480 -10.51 458.51 -32 432 -32H48C21.49 -32 0 -10.51 0 16V272C0 298.51 21.49 320 48 320H64V272H54A6 6 0 0 1 48 266V22A6 6 0 0 1 54 16H426A6 6 0 0 1 432 22V32H480zM522 368H150A6 6 0 0 1 144 362V118A6 6 0 0 1 150 112H522A6 6 0 0 1 528 118V362A6 6 0 0 1 522 368zM528 416C554.51 416 576 394.51 576 368V112C576 85.49 554.51 64 528 64H144C117.49 64 96 85.49 96 112V368C96 394.51 117.49 416 144 416H528zM264 304C264 281.909 246.091 264 224 264S184 281.909 184 304S201.909 344 224 344S264 326.091 264 304zM192 208L231.515 247.515C236.201 252.201 243.799 252.201 248.486 247.515L288 208L391.515 311.515C396.201 316.201 403.799 316.201 408.486 311.515L480 240V160H192V208z" /> - <glyph glyph-name="keyboard" - unicode="" - horiz-adv-x="576" d=" M528 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H528C554.51 0 576 21.49 576 48V336C576 362.51 554.51 384 528 384zM536 48C536 43.589 532.411 40 528 40H48C43.589 40 40 43.589 40 48V336C40 340.411 43.589 344 48 344H528C532.411 344 536 340.411 536 336V48zM170 178V206C170 212.627 164.627 218 158 218H130C123.373 218 118 212.627 118 206V178C118 171.373 123.373 166 130 166H158C164.627 166 170 171.373 170 178zM266 178V206C266 212.627 260.627 218 254 218H226C219.373 218 214 212.627 214 206V178C214 171.373 219.373 166 226 166H254C260.627 166 266 171.373 266 178zM362 178V206C362 212.627 356.627 218 350 218H322C315.373 218 310 212.627 310 206V178C310 171.373 315.373 166 322 166H350C356.627 166 362 171.373 362 178zM458 178V206C458 212.627 452.627 218 446 218H418C411.373 218 406 212.627 406 206V178C406 171.373 411.373 166 418 166H446C452.627 166 458 171.373 458 178zM122 96V124C122 130.627 116.627 136 110 136H82C75.373 136 70 130.627 70 124V96C70 89.373 75.373 84 82 84H110C116.627 84 122 89.373 122 96zM506 96V124C506 130.627 500.627 136 494 136H466C459.373 136 454 130.627 454 124V96C454 89.373 459.373 84 466 84H494C500.627 84 506 89.373 506 96zM122 260V288C122 294.627 116.627 300 110 300H82C75.373 300 70 294.627 70 288V260C70 253.373 75.373 248 82 248H110C116.627 248 122 253.373 122 260zM218 260V288C218 294.627 212.627 300 206 300H178C171.373 300 166 294.627 166 288V260C166 253.373 171.373 248 178 248H206C212.627 248 218 253.373 218 260zM314 260V288C314 294.627 308.627 300 302 300H274C267.373 300 262 294.627 262 288V260C262 253.373 267.373 248 274 248H302C308.627 248 314 253.373 314 260zM410 260V288C410 294.627 404.627 300 398 300H370C363.373 300 358 294.627 358 288V260C358 253.373 363.373 248 370 248H398C404.627 248 410 253.373 410 260zM506 260V288C506 294.627 500.627 300 494 300H466C459.373 300 454 294.627 454 288V260C454 253.373 459.373 248 466 248H494C500.627 248 506 253.373 506 260zM408 102V118C408 124.627 402.627 130 396 130H180C173.373 130 168 124.627 168 118V102C168 95.373 173.373 90 180 90H396C402.627 90 408 95.373 408 102z" /> - <glyph glyph-name="lemon" - unicode="" - horiz-adv-x="512" d=" M484.112 420.111C455.989 448.233 416.108 456.057 387.0590000000001 439.135C347.604 416.152 223.504 489.111 91.196 356.803C-41.277 224.328 31.923 100.528 8.866 60.942C-8.056 31.891 -0.234 -7.99 27.888 -36.112C56.023 -64.247 95.899 -72.0499999999999 124.945 -55.133C164.368 -32.163 288.502 -105.102 420.803 27.196C553.277 159.673 480.076 283.473 503.134 323.057C520.056 352.1070000000001 512.234 391.988 484.112 420.111zM461.707 347.217C422.907 280.608 507.307 181.582 386.862 61.137C266.422 -59.306 167.387 25.089 100.786 -13.706C78.1069999999999 -26.913 36.751 13.535 50.2929999999999 36.782C89.0929999999999 103.391 4.6929999999999 202.417 125.138 322.862C245.573 443.298 344.616 358.914 411.219 397.708C433.949 410.948 475.224 370.42 461.707 347.217zM291.846 338.481C293.216 327.521 285.442 317.524 274.481 316.154C219.635 309.299 138.702 228.367 131.846 173.519C130.473 162.53 120.447 154.785 109.52 156.154C98.559 157.524 90.785 167.52 92.155 178.48C101.317 251.766 196.322 346.6950000000001 269.5200000000001 355.8450000000001C280.473 357.213 290.4760000000001 349.442 291.8460000000001 338.481z" /> - <glyph glyph-name="life-ring" - unicode="" - horiz-adv-x="512" d=" M256 -56C392.967 -56 504 55.033 504 192S392.967 440 256 440S8 328.967 8 192S119.033 -56 256 -56zM152.602 20.72L206.013 74.131C237.819 60.625 274.141 60.609 305.987 74.131L359.398 20.72C296.1810000000001 -17.599 215.819 -17.599 152.602 20.72zM336 192C336 147.888 300.112 112 256 112S176 147.888 176 192S211.888 272 256 272S336 236.112 336 192zM427.28 88.602L373.869 142.013C387.374 173.819 387.391 210.141 373.869 241.987L427.28 295.398C465.599 232.181 465.599 151.819 427.28 88.602zM359.397 363.28L305.986 309.8690000000001C274.18 323.374 237.858 323.391 206.013 309.8690000000001L152.602 363.28C215.819 401.599 296.1810000000001 401.599 359.397 363.28zM84.72 295.398L138.131 241.987C124.625 210.181 124.609 173.859 138.131 142.013L84.72 88.602C46.401 151.819 46.401 232.181 84.72 295.398z" /> - <glyph glyph-name="lightbulb" - unicode="" - horiz-adv-x="384" d=" M272 20V-8C272 -18.449 265.32 -27.334 256 -30.629V-40C256 -53.255 245.255 -64 232 -64H152C138.745 -64 128 -53.255 128 -40V-30.629C118.68 -27.334 112 -18.449 112 -8V20C112 26.627 117.373 32 124 32H260C266.627 32 272 26.627 272 20zM128 272C128 307.29 156.71 336 192 336C200.837 336 208 343.164 208 352S200.837 368 192 368C139.065 368 96 324.935 96 272C96 263.164 103.164 256 112 256S128 263.164 128 272zM192 400C262.734 400 320 342.746 320 272C320 194.398 282.617 211.523 239.02 112H144.98C101.318 211.67 64 194.131 64 272C64 342.735 121.254 400 192 400M192 448C94.805 448 16 369.197 16 272C16 170.269 67.697 180.459 106.516 79.326C110.066 70.077 118.986 64 128.892 64H255.107C265.013 64 273.933 70.078 277.483 79.326C316.303 180.459 368 170.269 368 272C368 369.197 289.195 448 192 448z" /> - <glyph glyph-name="list-alt" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H464C490.51 -32 512 -10.51 512 16V368C512 394.51 490.51 416 464 416zM458 16H54A6 6 0 0 0 48 22V362A6 6 0 0 0 54 368H458A6 6 0 0 0 464 362V22A6 6 0 0 0 458 16zM416 108V84C416 77.373 410.627 72 404 72H204C197.373 72 192 77.373 192 84V108C192 114.627 197.373 120 204 120H404C410.627 120 416 114.627 416 108zM416 204V180C416 173.373 410.627 168 404 168H204C197.373 168 192 173.373 192 180V204C192 210.627 197.373 216 204 216H404C410.627 216 416 210.627 416 204zM416 300V276C416 269.373 410.627 264 404 264H204C197.373 264 192 269.373 192 276V300C192 306.627 197.373 312 204 312H404C410.627 312 416 306.627 416 300zM164 288C164 268.118 147.882 252 128 252S92 268.118 92 288S108.118 324 128 324S164 307.882 164 288zM164 192C164 172.118 147.882 156 128 156S92 172.118 92 192S108.118 228 128 228S164 211.882 164 192zM164 96C164 76.118 147.882 60 128 60S92 76.118 92 96S108.118 132 128 132S164 115.882 164 96z" /> - <glyph glyph-name="map" - unicode="" - horiz-adv-x="576" d=" M508.505 411.83L381.517 355.424L207.179 413.537A47.992 47.992 0 0 1 172.505 411.863L28.505 347.863A48 48 0 0 1 0 304V16.033C0 -18.905 35.991 -41.831 67.495 -27.83L194.483 28.576L368.822 -29.537A47.992 47.992 0 0 1 403.496 -27.863L547.496 36.137A48 48 0 0 1 576 80V367.967C576 402.905 540.009 425.831 508.505 411.83zM360 24L216 72V360L360 312V24zM48 16V304L168 357.333V69.333L48 16zM528 80L408 26.667V314.6670000000001L528 368V80z" /> - <glyph glyph-name="meh" - unicode="" - horiz-adv-x="512" d=" M256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8C145.468 -8 56 81.451 56 192C56 302.532 145.451 392 256 392M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM320 304C310.465 304 301.488 301.6140000000001 293.63 297.411H293.647C306.382 297.411 316.706 287.087 316.706 274.352C316.706 261.617 306.382 251.293 293.647 251.293S270.588 261.617 270.588 274.352V274.3690000000001C266.386 266.512 264 257.535 264 248C264 217.072 289.072 192 320 192S376 217.072 376 248S350.928 304 320 304zM192 304C182.465 304 173.488 301.6140000000001 165.63 297.411H165.647C178.382 297.411 188.706 287.087 188.706 274.352C188.706 261.617 178.382 251.293 165.647 251.293C152.912 251.293 142.588 261.617 142.588 274.352V274.3690000000001C138.386 266.512 136 257.535 136 248C136 217.072 161.072 192 192 192S248 217.072 248 248S222.928 304 192 304zM328 120H184C152.224 120 152.251 72 184 72H328C359.776 72 359.749 120 328 120z" /> - <glyph glyph-name="minus-square" - unicode="" - horiz-adv-x="448" d=" M108 164C101.4 164 96 169.4 96 176V208C96 214.6 101.4 220 108 220H340C346.6 220 352 214.6 352 208V176C352 169.4 346.6 164 340 164H108zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="money-bill-alt" - unicode="" - horiz-adv-x="640" d=" M320 304C266.979 304 224 253.857 224 192C224 130.153 266.977 80 320 80C373 80 416 130.13 416 192C416 253.857 373.021 304 320 304zM368 139.572C368 132.095 364.0830000000001 128 356.428 128H289.135C281.479 128 277.562 132.095 277.562 139.572V148.473C277.562 155.95 281.479 160.045 289.135 160.045H304.266V199.923C304.266 205.086 304.8 210.426 304.8 210.426H304.444S302.665 207.756 301.596 206.688C297.1449999999999 202.415 291.092 202.237 285.93 207.756L280.412 213.987C275.07 219.328 275.428 225.203 280.946 230.366L302.666 250.305C307.115 254.4 311.032 256.002 317.086 256.002H329.191C336.847 256.002 340.941 252.086 340.941 244.43V160.046H356.429C364.084 160.046 368.001 155.952 368.001 148.474V139.572zM616 384H24C10.745 384 0 373.255 0 360V25C0 11.745 10.745 1 24 1H616C629.255 1 640 11.745 640 25V360C640 373.255 629.255 384 616 384zM512 48H128C128 92.183 92.183 128 48 128V256C92.183 256 128 291.817 128 336H512C512 291.817 547.817 256 592 256V128C547.817 128 512 92.183 512 48z" /> - <glyph glyph-name="moon" - unicode="" - horiz-adv-x="512" d=" M279.135 -64C357.891 -64 430.117 -28.196 477.979 30.775C506.249 65.606 475.421 116.497 431.73 108.176C349.382 92.493 273.458 155.444 273.458 238.968C273.458 287.392 299.518 331.26 340.892 354.804C379.637 376.854 369.891 435.592 325.87 443.723A257.936 257.936 0 0 1 279.135 448C137.775 448 23.135 333.425 23.135 192C23.135 50.64 137.711 -64 279.135 -64zM279.135 400C292.12 400 304.824 398.799 317.151 396.522C262.391 365.359 225.4580000000001 306.48 225.4580000000001 238.968C225.4580000000001 125.12 329.0990000000001 39.768 440.7100000000001 61.024C402.574 14.036 344.366 -16 279.135 -16C164.26 -16 71.135 77.125 71.135 192S164.26 400 279.135 400z" /> - <glyph glyph-name="newspaper" - unicode="" - horiz-adv-x="576" d=" M552 384H112C91.142 384 73.357 370.623 66.752 352H24C10.745 352 0 341.255 0 328V56C0 25.072 25.072 0 56 0H552C565.255 0 576 10.745 576 24V360C576 373.255 565.255 384 552 384zM48 56V304H64V56C64 51.589 60.411 48 56 48S48 51.589 48 56zM528 48H111.422C111.796 50.614 112 53.283 112 56V336H528V48zM172 168H308C314.627 168 320 173.373 320 180V276C320 282.627 314.627 288 308 288H172C165.373 288 160 282.627 160 276V180C160 173.373 165.373 168 172 168zM200 248H280V208H200V248zM160 108V132C160 138.627 165.373 144 172 144H308C314.627 144 320 138.627 320 132V108C320 101.373 314.627 96 308 96H172C165.373 96 160 101.373 160 108zM352 108V132C352 138.627 357.373 144 364 144H468C474.627 144 480 138.627 480 132V108C480 101.373 474.627 96 468 96H364C357.373 96 352 101.373 352 108zM352 252V276C352 282.627 357.373 288 364 288H468C474.627 288 480 282.627 480 276V252C480 245.373 474.627 240 468 240H364C357.373 240 352 245.373 352 252zM352 180V204C352 210.627 357.373 216 364 216H468C474.627 216 480 210.627 480 204V180C480 173.373 474.627 168 468 168H364C357.373 168 352 173.373 352 180z" /> - <glyph glyph-name="object-group" - unicode="" - horiz-adv-x="512" d=" M500 320C506.627 320 512 325.373 512 332V404C512 410.627 506.627 416 500 416H428C421.373 416 416 410.627 416 404V392H96V404C96 410.627 90.627 416 84 416H12C5.373 416 0 410.627 0 404V332C0 325.373 5.373 320 12 320H24V64H12C5.373 64 0 58.627 0 52V-20C0 -26.627 5.373 -32 12 -32H84C90.627 -32 96 -26.627 96 -20V-8H416V-20C416 -26.627 421.373 -32 428 -32H500C506.627 -32 512 -26.627 512 -20V52C512 58.627 506.627 64 500 64H488V320H500zM448 384H480V352H448V384zM32 384H64V352H32V384zM64 0H32V32H64V0zM480 0H448V32H480V0zM440 64H428C421.373 64 416 58.627 416 52V40H96V52C96 58.627 90.627 64 84 64H72V320H84C90.627 320 96 325.373 96 332V344H416V332C416 325.373 421.373 320 428 320H440V64zM404 256H320V308C320 314.628 314.627 320 308 320H108C101.373 320 96 314.628 96 308V140C96 133.372 101.373 128 108 128H192V76C192 69.372 197.373 64 204 64H404C410.627 64 416 69.372 416 76V244C416 250.628 410.627 256 404 256zM136 280H280V168H136V280zM376 104H232V128H308C314.627 128 320 133.372 320 140V216H376V104z" /> - <glyph glyph-name="object-ungroup" - unicode="" - horiz-adv-x="576" d=" M564 224C570.627 224 576 229.373 576 236V308C576 314.627 570.627 320 564 320H492C485.373 320 480 314.627 480 308V296H392V320H404C410.627 320 416 325.373 416 332V404C416 410.627 410.627 416 404 416H332C325.373 416 320 410.627 320 404V392H96V404C96 410.627 90.627 416 84 416H12C5.373 416 0 410.627 0 404V332C0 325.373 5.373 320 12 320H24V160H12C5.373 160 0 154.627 0 148V76C0 69.373 5.373 64 12 64H84C90.627 64 96 69.373 96 76V88H184V64H172C165.373 64 160 58.627 160 52V-20C160 -26.627 165.373 -32 172 -32H244C250.627 -32 256 -26.627 256 -20V-8H480V-20C480 -26.627 485.373 -32 492 -32H564C570.627 -32 576 -26.627 576 -20V52C576 58.627 570.627 64 564 64H552V224H564zM352 384H384V352H352V384zM352 128H384V96H352V128zM64 96H32V128H64V96zM64 352H32V384H64V352zM96 136V148C96 154.627 90.627 160 84 160H72V320H84C90.627 320 96 325.373 96 332V344H320V332C320 325.373 325.373 320 332 320H344V160H332C325.373 160 320 154.627 320 148V136H96zM224 0H192V32H224V0zM504 64H492C485.373 64 480 58.627 480 52V40H256V52C256 58.627 250.627 64 244 64H232V88H320V76C320 69.373 325.373 64 332 64H404C410.627 64 416 69.373 416 76V148C416 154.627 410.627 160 404 160H392V248H480V236C480 229.373 485.373 224 492 224H504V64zM544 0H512V32H544V0zM544 256H512V288H544V256z" /> - <glyph glyph-name="paper-plane" - unicode="" - horiz-adv-x="512" d=" M440 441.5L24 201.6C-10.4 181.7 -7.1 130.8 29.7 115.7L144 68.4V-16C144 -62.4 203.2 -81.5 230.6 -44.6L274.4 14.5L386.3 -31.7C392.2 -34.1 398.4 -35.3 404.6 -35.3C412.8 -35.3 420.9 -33.2 428.2 -29.1C441 -21.9 449.8 -9.1 452.1 5.4L511.4999999999999 392.6C517.5999999999999 432.7 474.6 461.4 440 441.5zM192 -16V48.6L228.6 33.5L192 -16zM404.6 12.7L250.8 76.2L391 278.5C401.7 294 381.5 312 367.3 299.7L155.8 115.4L48 160L464 400L404.6 12.7z" /> - <glyph glyph-name="pause-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 -8C145.5 -8 56 81.5 56 192S145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8zM352 272V112C352 103.2 344.8 96 336 96H288C279.2 96 272 103.2 272 112V272C272 280.8 279.2 288 288 288H336C344.8 288 352 280.8 352 272zM240 272V112C240 103.2 232.8 96 224 96H176C167.2 96 160 103.2 160 112V272C160 280.8 167.2 288 176 288H224C232.8 288 240 280.8 240 272z" /> - <glyph glyph-name="play-circle" - unicode="" - horiz-adv-x="512" d=" M371.7 210L195.7 317C179.9 325.8 160 314.5 160 296V88C160 69.6 179.8 58.2 195.7 67L371.7 168C388.1 177.1 388.1 200.8 371.7 210zM504 192C504 329 393 440 256 440S8 329 8 192S119 -56 256 -56S504 55 504 192zM56 192C56 302.5 145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8S56 81.5 56 192z" /> - <glyph glyph-name="plus-square" - unicode="" - horiz-adv-x="448" d=" M352 208V176C352 169.4 346.6 164 340 164H252V76C252 69.4 246.6 64 240 64H208C201.4 64 196 69.4 196 76V164H108C101.4 164 96 169.4 96 176V208C96 214.6 101.4 220 108 220H196V308C196 314.6 201.4 320 208 320H240C246.6 320 252 314.6 252 308V220H340C346.6 220 352 214.6 352 208zM448 368V16C448 -10.5 426.5 -32 400 -32H48C21.5 -32 0 -10.5 0 16V368C0 394.5 21.5 416 48 416H400C426.5 416 448 394.5 448 368zM400 22V362C400 365.3 397.3 368 394 368H54C50.7 368 48 365.3 48 362V22C48 18.7 50.7 16 54 16H394C397.3 16 400 18.7 400 22z" /> - <glyph glyph-name="question-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119.043 440 8 328.9170000000001 8 192C8 55.003 119.043 -56 256 -56S504 55.003 504 192C504 328.9170000000001 392.957 440 256 440zM256 -8C145.468 -8 56 81.431 56 192C56 302.495 145.472 392 256 392C366.491 392 456 302.529 456 192C456 81.47 366.569 -8 256 -8zM363.2440000000001 247.2C363.2440000000001 180.148 290.8230000000001 179.116 290.8230000000001 154.337V148C290.8230000000001 141.373 285.4500000000001 136 278.8230000000001 136H233.1760000000001C226.5490000000001 136 221.1760000000001 141.373 221.1760000000001 148V156.659C221.1760000000001 192.404 248.2760000000001 206.693 268.7550000000001 218.175C286.3160000000001 228.02 297.0790000000001 234.716 297.0790000000001 247.754C297.0790000000001 265 275.0800000000001 276.447 257.2950000000001 276.447C234.1060000000001 276.447 223.4010000000001 265.4700000000001 208.3530000000001 246.478C204.2960000000001 241.358 196.8930000000001 240.407 191.6870000000001 244.354L163.8630000000001 265.452C158.7560000000001 269.324 157.6120000000001 276.5180000000001 161.2190000000001 281.815C184.846 316.509 214.94 336 261.794 336C310.865 336 363.244 297.6960000000001 363.244 247.2zM298 80C298 56.841 279.159 38 256 38S214 56.841 214 80S232.841 122 256 122S298 103.159 298 80z" /> - <glyph glyph-name="registered" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 -8C145.468 -8 56 81.451 56 192C56 302.531 145.451 392 256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8zM366.442 73.791C313.396 170.075 316.192 165.259 313.171 169.876C337.438 183.755 352.653 211.439 352.653 243.052C352.653 295.555 322.406 328.304 251.1550000000001 328.304H172.488C165.8710000000001 328.304 160.488 322.921 160.488 316.304V68C160.488 61.383 165.8710000000001 56 172.488 56H211.0560000000001C217.673 56 223.0560000000001 61.383 223.0560000000001 68V151.663H255.0140000000001L302.5290000000001 62.36A11.98 11.98 0 0 1 313.1220000000001 56H355.9320000000001C365.0720000000001 56 370.8460000000001 65.799 366.4420000000001 73.791zM256.933 208.094H223.058V272.234H250.435C282.852 272.234 289.3640000000001 260.101 289.3640000000001 240.525C289.3630000000001 219.612 277.846 208.094 256.9330000000001 208.094z" /> - <glyph glyph-name="save" - unicode="" - horiz-adv-x="448" d=" M433.941 318.059L350.059 401.9410000000001A48 48 0 0 1 316.118 416H48C21.49 416 0 394.51 0 368V16C0 -10.51 21.49 -32 48 -32H400C426.51 -32 448 -10.51 448 16V284.118A48 48 0 0 1 433.941 318.059zM272 368V288H144V368H272zM394 16H54A6 6 0 0 0 48 22V362A6 6 0 0 0 54 368H96V264C96 250.745 106.745 240 120 240H296C309.255 240 320 250.745 320 264V364.118L398.243 285.875A6 6 0 0 0 400 281.632V22A6 6 0 0 0 394 16zM224 216C175.477 216 136 176.523 136 128S175.477 40 224 40S312 79.477 312 128S272.523 216 224 216zM224 88C201.944 88 184 105.944 184 128S201.944 168 224 168S264 150.056 264 128S246.056 88 224 88z" /> - <glyph glyph-name="share-square" - unicode="" - horiz-adv-x="576" d=" M561.938 289.94L417.94 433.908C387.926 463.922 336 442.903 336 399.968V342.77C293.55 340.89 251.97 336.2200000000001 215.24 324.7800000000001C180.07 313.8300000000001 152.17 297.2000000000001 132.33 275.36C108.22 248.8 96 215.4 96 176.06C96 114.363 129.178 63.605 180.87 31.3C218.416 7.792 266.118 43.951 251.89 87.04C236.375 134.159 234.734 157.963 336 165.8V112C336 69.007 387.968 48.087 417.94 78.06L561.938 222.06C580.688 240.8 580.688 271.2 561.938 289.94zM384 112V215.84C255.309 213.918 166.492 192.65 206.31 72C176.79 90.45 144 123.92 144 176.06C144 285.394 273.14 295.007 384 295.91V400L528 256L384 112zM408.74 27.507A82.658 82.658 0 0 1 429.714 36.81C437.69 41.762 448 35.984 448 26.596V-16C448 -42.51 426.51 -64 400 -64H48C21.49 -64 0 -42.51 0 -16V336C0 362.51 21.49 384 48 384H180C186.627 384 192 378.627 192 372V367.514C192 362.597 189.013 358.145 184.431 356.362C170.729 351.031 158.035 344.825 146.381 337.777A12.138 12.138 0 0 0 140.101 336H54A6 6 0 0 1 48 330V-10A6 6 0 0 1 54 -16H394A6 6 0 0 1 400 -10V15.966C400 21.336 403.579 26.025 408.74 27.507z" /> - <glyph glyph-name="smile" - unicode="" - horiz-adv-x="512" d=" M256 392C366.532 392 456 302.549 456 192C456 81.468 366.549 -8 256 -8C145.468 -8 56 81.451 56 192C56 302.532 145.451 392 256 392M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM320 304C310.465 304 301.488 301.6140000000001 293.63 297.411H293.647C306.382 297.411 316.706 287.087 316.706 274.352C316.706 261.617 306.382 251.293 293.647 251.293S270.588 261.617 270.588 274.352V274.3690000000001C266.386 266.512 264 257.535 264 248C264 217.072 289.072 192 320 192S376 217.072 376 248S350.928 304 320 304zM192 304C182.465 304 173.488 301.6140000000001 165.63 297.411H165.647C178.382 297.411 188.706 287.087 188.706 274.352C188.706 261.617 178.382 251.293 165.647 251.293C152.912 251.293 142.588 261.617 142.588 274.352V274.3690000000001C138.386 266.512 136 257.535 136 248C136 217.072 161.072 192 192 192S248 217.072 248 248S222.928 304 192 304zM387.372 121.781C406.1910000000001 147.373 367.516 175.798 348.702 150.219C298.567 82.042 213.473 82.039 163.335 150.219C144.507 175.82 105.857 147.358 124.665 121.781C193.963 27.55 317.988 27.43 387.372 121.781z" /> - <glyph glyph-name="snowflake" - unicode="" - horiz-adv-x="448" d=" M438.237 92.073L371.663 130.613L431.111 140.94C436.957 142.315 441.72 146.123 444.569 151.07C447.0490000000001 155.377 448.075 160.548 447.093 165.721C444.983 176.836 434.4070000000001 183.76 423.4720000000001 181.188L338.0490000000001 150.073L255.914 192L338.05 233.926L423.473 202.811C434.409 200.239 444.985 207.163 447.094 218.278C449.205 229.393 442.048 240.487 431.113 243.059L371.665 253.386L438.238 291.926C447.778 297.449 450.853 310.018 445.105 320C439.357 329.982 426.965 333.596 417.425 328.074L350.851 289.534L371.656 346.3210000000001C374.902 357.103 368.898 368.863 358.243 372.589C347.589 376.314 336.3209999999999 370.592 333.075 359.81L317.2369999999999 270.075L244.8139999999999 228.149V312L314.3989999999999 370.621C322.0879999999999 378.831 321.3959999999999 391.4770000000001 312.8509999999999 398.866C304.3059999999999 406.257 291.1459999999999 405.589 283.4569999999999 397.38L244.8129999999999 350.92V428C244.8129999999999 439.046 235.4949999999999 448 223.9999999999999 448S203.1869999999999 439.046 203.1869999999999 428V350.92L164.5429999999999 397.38C156.8539999999999 405.5900000000001 143.6939999999999 406.256 135.1489999999999 398.866C126.6049999999999 391.477 125.9129999999999 378.831 133.6019999999999 370.621L203.187 312V228.147L130.764 270.073L114.926 359.809C111.679 370.591 100.411 376.313 89.757 372.588C79.101 368.863 73.098 357.102 76.344 346.32L97.149 289.533L30.576 328.073C21.036 333.596 8.643 329.981 2.896 319.999S0.223 297.448 9.763 291.925L76.337 253.385L16.888 243.057C5.953 240.485 -1.202 229.391 0.907 218.276C3.017 207.162 13.593 200.238 24.529 202.81L109.951 233.925L192.086 192L109.95 150.074L24.527 181.189C13.591 183.761 3.016 176.8370000000001 0.905 165.723C-1.204 154.61 5.951 143.514 16.886 140.942L76.335 130.614L9.761 92.074C0.223 86.551 -2.852 73.982 2.896 64S21.036 50.403 30.576 55.926L97.15 94.466L76.345 37.68C74.61 31.916 75.517 25.875 78.365 20.929C80.845 16.622 84.798 13.145 89.757 11.412C100.412 7.687 111.68 13.409 114.926 24.191L130.764 113.927L203.187 155.853V72L133.602 13.379C125.912 5.169 126.605 -7.476 135.149 -14.866C143.693 -22.254 156.854 -21.589 164.543 -13.379L203.187 33.081V-44C203.187 -55.046 212.505 -64 224 -64S244.813 -55.046 244.813 -44V33.081L283.457 -13.379C287.568 -17.768 293.2389999999999 -19.9999999999999 298.935 -19.9999999999999C303.8949999999999 -19.9999999999999 308.874 -18.3059999999999 312.851 -14.8659999999999C321.396 -7.4759999999999 322.088 5.1690000000001 314.399 13.3790000000001L244.813 72V155.853L317.236 113.927L333.074 24.191C336.32 13.409 347.588 7.687 358.242 11.412C368.8950000000001 15.138 374.901 26.8990000000001 371.654 37.6800000000001L350.849 94.467L417.423 55.927C426.963 50.404 439.356 54.019 445.103 64.001C450.852 73.982 447.778 86.5510000000001 438.237 92.073z" /> - <glyph glyph-name="square" - unicode="" - horiz-adv-x="448" d=" M400 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H400C426.5 -32 448 -10.5 448 16V368C448 394.5 426.5 416 400 416zM394 16H54C50.7 16 48 18.7 48 22V362C48 365.3 50.7 368 54 368H394C397.3 368 400 365.3 400 362V22C400 18.7 397.3 16 394 16z" /> - <glyph glyph-name="star-half" - unicode="" - horiz-adv-x="576" d=" M288 62.7L163.7 -2.7L187.4 135.6999999999999L86.8 233.7L225.8 253.8999999999999L288 379.8999999999999V448C276.6 448 265.2 442.1 259.3 430.2L194 297.8L47.9 276.6C21.7 272.8 11.2 240.5 30.2 222L135.9 119L110.9 -26.5C106.4 -52.6 133.9 -72.5 157.3 -60.2L288 8.4V62.7z" /> - <glyph glyph-name="star" - unicode="" - horiz-adv-x="576" d=" M528.1 276.5L382 297.8L316.7 430.2C305 453.8 271.1 454.1 259.3 430.2L194 297.8L47.9 276.5C21.7 272.7 11.2 240.4 30.2 221.9L135.9 118.9L110.9 -26.6C106.4 -52.9 134.1 -72.6 157.3 -60.3L288 8.4L418.7 -60.3C441.9 -72.5 469.6 -52.9 465.1 -26.6L440.1 118.9L545.8 221.9C564.8 240.4 554.3 272.7 528.0999999999999 276.5zM388.6 135.7L412.3 -2.7L288 62.6L163.7 -2.7L187.4 135.7000000000001L86.8 233.7000000000001L225.8 253.9000000000001L288 379.9000000000001L350.2 253.9000000000001L489.2 233.7000000000001L388.6 135.7000000000001z" /> - <glyph glyph-name="sticky-note" - unicode="" - horiz-adv-x="448" d=" M448 99.894V368C448 394.51 426.51 416 400 416H48C21.49 416 0 394.51 0 368V16.012C0 -10.498 21.49 -31.988 48 -31.988H316.118A48 48 0 0 1 350.059 -17.929L433.941 65.953A48 48 0 0 1 448 99.894zM320 19.894V96.012H396.118L320 19.894zM400 368V144.012H296C282.745 144.012 272 133.267 272 120.012V16.012H48V368H400z" /> - <glyph glyph-name="stop-circle" - unicode="" - horiz-adv-x="512" d=" M504 192C504 329 393 440 256 440S8 329 8 192S119 -56 256 -56S504 55 504 192zM56 192C56 302.5 145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8S56 81.5 56 192zM352 272V112C352 103.2 344.8 96 336 96H176C167.2 96 160 103.2 160 112V272C160 280.8 167.2 288 176 288H336C344.8 288 352 280.8 352 272z" /> - <glyph glyph-name="sun" - unicode="" - horiz-adv-x="512" d=" M220.116 -39.936L199.903 9.489A3.9920000000000004 3.9920000000000004 0 0 1 194.095 11.3750000000001L148.691 -16.7289999999999C119.225 -34.9689999999999 82.396 -8.2099999999999 90.637 25.45L103.336 77.3150000000001A3.9930000000000003 3.9930000000000003 0 0 1 99.746 82.256L46.495 86.2070000000001C11.941 88.7690000000001 -2.137 132.0620000000001 24.321 154.4540000000001L65.08 188.95A3.9920000000000004 3.9920000000000004 0 0 1 65.08 195.056L24.32 229.553C-2.13 251.937 11.93 295.235 46.494 297.799L99.745 301.75A3.9930000000000003 3.9930000000000003 0 0 1 103.335 306.691L90.637 358.557C82.398 392.213 119.218 418.977 148.691 400.736L194.094 372.632A3.9930000000000003 3.9930000000000003 0 0 1 199.902 374.519L220.115 423.944C233.231 456.015 278.753 456.025 291.873 423.944L312.085 374.52A3.9939999999999998 3.9939999999999998 0 0 1 317.894 372.6330000000001L363.2970000000001 400.737C392.761 418.973 429.5940000000001 392.224 421.351 358.558L408.652 306.693A3.9950000000000006 3.9950000000000006 0 0 1 412.242 301.752L465.4929999999999 297.8010000000001C500.0459999999999 295.2380000000001 514.126 251.947 487.6679999999999 229.555L446.908 195.058A3.9930000000000003 3.9930000000000003 0 0 1 446.908 188.951L487.6679999999999 154.455C514.179 132.014 499.99 88.766 465.4929999999999 86.208L412.242 82.257A3.9930000000000003 3.9930000000000003 0 0 1 408.653 77.3149999999999L421.351 25.451C429.592 -8.207 392.7679999999999 -34.97 363.2969999999999 -16.729L317.8939999999999 11.3749999999999A3.9939999999999998 3.9939999999999998 0 0 1 312.0849999999999 9.4879999999999L291.8729999999999 -39.936C278.7139999999999 -72.114 233.1979999999999 -71.9290000000001 220.1159999999999 -39.936zM236.93 24.632L255.994 -21.984L275.058 24.631C285.366 49.831 315.836 59.697 338.95 45.39L381.772 18.883L369.796 67.802C363.321 94.246 382.176 120.141 409.283 122.151L459.509 125.877L421.065 158.413C400.283 176.004 400.318 208.034 421.066 225.593L459.508 258.129L409.283 261.856C382.132 263.871 363.333 289.8040000000001 369.795 316.2050000000001L381.773 365.124L338.95 338.617C315.799 324.29 285.347 334.217 275.058 359.377L255.994 405.992L236.93 359.375C226.625 334.177 196.152 324.3090000000001 173.039 338.615L130.216 365.123L142.193 316.2050000000001C148.667 289.759 129.812 263.867 102.705 261.855L52.481 258.129L90.924 225.592C111.706 208.004 111.671 175.973 90.924 158.414L52.48 125.877L102.706 122.151C129.857 120.137 148.656 94.204 142.193 67.802L130.216 18.883L173.039 45.39C196.227 59.7450000000001 226.661 49.742 236.93 24.6320000000001zM256 64C185.42 64 128 121.421 128 192C128 262.58 185.42 320 256 320C326.579 320 384 262.58 384 192C384 121.421 326.579 64 256 64zM256 272C211.888 272 176 236.112 176 192S211.888 112 256 112S336 147.888 336 192S300.112 272 256 272z" /> - <glyph glyph-name="thumbs-down" - unicode="" - horiz-adv-x="512" d=" M466.27 222.69C470.944 245.337 467.134 267.228 457.28 285.68C460.238 309.548 453.259 334.245 439.94 352.67C438.986 408.577 404.117 448 327 448C320 448 312 447.99 304.78 447.99C201.195 447.99 168.997 408 128 408H117.155C111.515 412.975 104.113 416 96 416H32C14.327 416 0 401.673 0 384V144C0 126.327 14.327 112 32 112H96C107.842 112 118.175 118.438 123.708 128H130.76C149.906 111.047 176.773 67.347 199.52 44.6C213.187 30.9330000000001 209.673 -64 271.28 -64C328.86 -64 366.55 -32.064 366.55 40.73C366.55 59.14 362.62 74.46 357.7 87.27H394.18C442.782 87.27 479.9999999999999 128.835 479.9999999999999 172.85C479.9999999999999 192 475.04 207.84 466.2699999999999 222.69zM64 152C50.745 152 40 162.745 40 176S50.745 200 64 200S88 189.255 88 176S77.255 152 64 152zM394.18 135.27H290.19C290.19 97.45 318.55 79.9 318.55 40.73C318.55 16.98 318.55 -16.0000000000001 271.2800000000001 -16.0000000000001C252.3700000000001 2.91 261.8200000000001 50.18 233.4600000000001 78.54C206.9 105.11 167.28 176 138.92 176H128V362.17C181.611 362.17 228.001 399.99 299.64 399.99H337.46C372.972 399.99 398.28 382.87 390.58 334.0900000000001C405.78 325.93 417.08 297.65 404.52 276.52C426.101 256.136 423.219 225.455 409.73 210.9C419.18 210.9 432.09 191.99 432 173.09C431.91 154.18 415.29 135.2700000000001 394.18 135.2700000000001z" /> - <glyph glyph-name="thumbs-up" - unicode="" - horiz-adv-x="512" d=" M466.27 161.31C475.04 176.16 480 192 480 211.15C480 255.165 442.782 296.73 394.18 296.73H357.7C362.62 309.54 366.55 324.86 366.55 343.27C366.55 416.064 328.86 448 271.28 448C209.673 448 213.187 353.067 199.52 339.4C176.773 316.653 149.905 272.953 130.76 256H32C14.327 256 0 241.673 0 224V-16C0 -33.673 14.327 -48 32 -48H96C110.893 -48 123.408 -37.826 126.978 -24.05C171.487 -25.051 202.038 -63.99 304.78 -63.99C312 -63.99 320 -64 327 -64C404.117 -64 438.986 -24.577 439.94 31.33C453.259 49.755 460.239 74.452 457.28 98.32C467.134 116.772 470.944 138.663 466.27 161.31zM404.52 107.48C417.08 86.35 405.78 58.0700000000001 390.58 49.91C398.28 1.13 372.972 -15.99 337.46 -15.99H299.64C228.001 -15.99 181.611 21.83 128 21.83V208H138.92C167.28 208 206.9 278.89 233.46 305.46C261.82 333.82 252.37 381.09 271.28 400C318.55 400 318.55 367.02 318.55 343.27C318.55 304.1 290.19 286.55 290.19 248.73H394.18C415.29 248.73 431.91 229.82 432 210.91C432.0899999999999 192.01 419.18 173.1 409.73 173.1C423.219 158.545 426.101 127.864 404.52 107.48zM88 16C88 2.745 77.255 -8 64 -8S40 2.745 40 16S50.745 40 64 40S88 29.255 88 16z" /> - <glyph glyph-name="times-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119 440 8 329 8 192S119 -56 256 -56S504 55 504 192S393 440 256 440zM256 -8C145.5 -8 56 81.5 56 192S145.5 392 256 392S456 302.5 456 192S366.5 -8 256 -8zM357.8 254.2L295.6 192L357.8 129.8C362.5 125.1 362.5 117.5 357.8 112.8L335.2 90.2C330.5 85.5 322.9 85.5 318.2 90.2L256 152.4L193.8 90.2C189.1 85.5 181.5 85.5 176.8 90.2L154.2 112.8C149.5 117.5 149.5 125.1 154.2 129.8L216.4 192L154.2000000000001 254.2C149.5000000000001 258.9 149.5000000000001 266.5 154.2000000000001 271.2L176.8000000000001 293.8C181.5 298.5 189.1000000000001 298.5 193.8000000000001 293.8L256.0000000000001 231.6L318.2000000000001 293.8C322.9000000000001 298.5 330.5000000000001 298.5 335.2000000000001 293.8L357.8000000000001 271.2C362.5000000000001 266.5 362.5000000000001 258.9 357.8000000000001 254.2z" /> - <glyph glyph-name="trash-alt" - unicode="" - horiz-adv-x="448" d=" M192 260V44C192 37.373 186.627 32 180 32H156C149.373 32 144 37.373 144 44V260C144 266.627 149.373 272 156 272H180C186.627 272 192 266.627 192 260zM292 272H268C261.373 272 256 266.627 256 260V44C256 37.373 261.373 32 268 32H292C298.627 32 304 37.373 304 44V260C304 266.627 298.627 272 292 272zM424 368C437.255 368 448 357.255 448 344V332C448 325.373 442.627 320 436 320H416V-16C416 -42.51 394.51 -64 368 -64H80C53.49 -64 32 -42.51 32 -16V320H12C5.373 320 0 325.373 0 332V344C0 357.255 10.745 368 24 368H98.411L132.429 424.6960000000001A48 48 0 0 0 173.589 448H274.412A48 48 0 0 0 315.572 424.6960000000001L349.589 368H424zM154.389 368H293.612L276.1600000000001 397.087A6 6 0 0 1 271.015 400H176.987A6 6 0 0 1 171.842 397.087L154.389 368zM368 320H80V-10A6 6 0 0 1 86 -16H362A6 6 0 0 1 368 -10V320z" /> - <glyph glyph-name="user-circle" - unicode="" - horiz-adv-x="512" d=" M256 440C119.033 440 8 328.967 8 192S119.033 -56 256 -56S504 55.033 504 192S392.967 440 256 440zM256 392C366.457 392 456 302.457 456 192C456 155.018 445.951 120.389 428.452 90.672C421.38 116.1160000000001 402.789 144.88 364.522 156.0460000000001C377.207 176.218 384 199.586 384 224C384 294.689 326.811 352 256 352C185.311 352 128 294.81 128 224C128 199.586 134.793 176.217 147.478 156.046C109.179 144.871 90.602 116.133 83.54 90.684C66.046 120.399 56 155.024 56 192C56 302.457 145.543 392 256 392zM336 224C336 179.817 300.183 144 256 144S176 179.817 176 224S211.817 304 256 304S336 268.183 336 224zM128 38.331V66.089C128 86.499 141.53 104.437 161.156 110.044L185.632 117.037C206.342 103.352 230.605 96 256 96S305.658 103.352 326.3690000000001 117.038L350.8450000000001 110.045C370.4700000000001 104.437 384 86.5 384 66.089V38.331C349.315 9.408 304.693 -8 256 -8S162.685 9.408 128 38.331z" /> - <glyph glyph-name="user" - unicode="" - horiz-adv-x="512" d=" M423.3090000000001 156.975L402.221 163C431.798 204.11 436 245.706 436 268C436 367.351 355.484 448 256 448C156.649 448 76 367.484 76 268C76 245.701 80.198 204.116 109.779 163L88.691 156.975C21.28 137.715 0 76.41 0 39.395V13.714C0 -29.138 34.862 -64 77.714 -64H434.2850000000001C477.138 -64 512 -29.138 512 13.714V39.395C512 75.642 491.275 137.556 423.309 156.975zM256 400C328.902 400 388 340.901 388 268S328.902 136 256 136S124 195.099 124 268S183.098 400 256 400zM464 13.714C464 -2.696 450.696 -16 434.286 -16H77.714C61.304 -16 48 -2.696 48 13.714V39.395C48 72.562 69.987 101.711 101.878 110.822L147.981 123.994C162.683 112.942 200.427 88 256 88S349.317 112.942 364.019 123.994L410.122 110.822C442.013 101.71 464 72.562 464 39.395V13.714z" /> - <glyph glyph-name="window-close" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V368C512 394.5 490.5 416 464 416zM464 22C464 18.7 461.3 16 458 16H54C50.7 16 48 18.7 48 22V362C48 365.3 50.7 368 54 368H458C461.3 368 464 365.3 464 362V22zM356.5 253.4L295.1 192L356.5 130.6C361.1 126 361.1 118.5 356.5 113.8L334.2 91.5C329.6 86.9 322.1 86.9 317.4 91.5L256 152.9L194.6 91.5C190 86.9 182.5 86.9 177.8 91.5L155.5 113.8C150.9 118.4 150.9 125.9 155.5 130.6L216.9 192L155.5 253.4000000000001C150.9 258 150.9 265.5 155.5 270.2000000000001L177.8 292.5000000000001C182.4 297.1 189.9 297.1 194.6 292.5000000000001L256 231.1000000000001L317.4 292.5000000000001C322 297.1 329.5 297.1 334.2 292.5000000000001L356.5 270.2000000000001C361.2 265.6 361.2 258.1 356.5 253.4000000000001z" /> - <glyph glyph-name="window-maximize" - unicode="" - horiz-adv-x="512" d=" M464 416H48C21.5 416 0 394.5 0 368V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V368C512 394.5 490.5 416 464 416zM464 22C464 18.7 461.3 16 458 16H54C50.7 16 48 18.7 48 22V256H464V22z" /> - <glyph glyph-name="window-minimize" - unicode="" - horiz-adv-x="512" d=" M480 -32H32C14.3 -32 0 -17.7 0 0S14.3 32 32 32H480C497.7 32 512 17.7 512 0S497.7 -32 480 -32z" /> - <glyph glyph-name="window-restore" - unicode="" - horiz-adv-x="512" d=" M464 448H144C117.5 448 96 426.5 96 400V352H48C21.5 352 0 330.5 0 304V-16C0 -42.5 21.5 -64 48 -64H368C394.5 -64 416 -42.5 416 -16V32H464C490.5 32 512 53.5 512 80V400C512 426.5 490.5 448 464 448zM368 -16H48V192H368V-16zM464 80H416V304C416 330.5 394.5 352 368 352H144V400H464V80z" /> - </font> -</defs> -</svg> diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.ttf b/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.ttf deleted file mode 100644 index ee13f848ecc459afad72db6feaaef367cabdc63f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30928 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 diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff b/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff deleted file mode 100644 index bcd834354efef1210da1a48625a426d48273e156..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14712 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 diff --git a/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff2 b/public/vendor/plugins/semantic/themes/default/assets/fonts/outline-icons.woff2 deleted file mode 100644 index 35cc7b3b7aca3106b44e3cf7d5784d6d329277d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12240 zcmV;>FE7w{Pew8T0RR91058x03jhEB0C>;<055$20RR9100000000000000000000 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 diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 8ecd53557f..de736dcc6c 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -117,7 +117,7 @@ <script src="{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js"></script> <!-- JavaScript --> - <script src="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js"></script> + <script src="{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script> <script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script> {{if .EnableHeatmap}} <script src="{{StaticUrlPrefix}}/vendor/plugins/moment/moment.min.js" charset="utf-8"></script> diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 2cc48c632f..b8fb6d29ef 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -100,7 +100,7 @@ {{end}} <!-- Stylesheet --> - <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.css"> + <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.css?v={{MD5 AppVer}}"> <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}"> <noscript> <style> diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index 1c30a58634..c33b7fdb0e 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -4,7 +4,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js', '{{StaticUrlPrefix}}/vendor/plugins/jquery/jquery.min.js?v=3.4.1', '{{StaticUrlPrefix}}/vendor/plugins/jquery-migrate/jquery-migrate.min.js?v=3.0.1', - '{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/js/gitgraph.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/vendor/plugins/clipboard/clipboard.min.js', @@ -25,7 +25,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css', '{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css', '{{StaticUrlPrefix}}/vendor/plugins/tribute/tribute.css', - '{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.css', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/vendor/plugins/highlight/github.css', '{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.css', @@ -44,7 +44,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/img/gitea-lg.png', // fonts - '{{StaticUrlPrefix}}/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2', '{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6', '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-regular.woff2', '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-700.woff2' diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index 010c3b227a..01096f2085 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -82,7 +82,7 @@ <pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre> {{end}} </td> - <td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td> + <td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td> </tr> {{end}} </tbody> diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 87f613f739..3ba0eeec8d 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -87,7 +87,7 @@ <a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a> </span> </td> - <td class="text grey right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td> + <td class="text right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td> </tr> {{end}} </tbody> diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 0310f5fafe..26020ca0ce 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -26,7 +26,7 @@ <div class="ui divider"></div> <a class="{{if not $.RepoIDs}}ui basic blue button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}"> <span class="text truncate">All</span> - <div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{.TotalIssueCount}}</div> + <div class="ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{.TotalIssueCount}}</div> </a> {{range .Repos}} {{with $Repo := .}} @@ -45,7 +45,7 @@ {{end}} ]&sort={{$.SortType}}&state={{$.State}}" title="{{.FullName}}"> <span class="text truncate">{{$Repo.FullName}}</span> - <div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div> + <div class="ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div> </a> {{end}} {{end}} diff --git a/templates/user/dashboard/milestones.tmpl b/templates/user/dashboard/milestones.tmpl index 495119f442..c16527f9f4 100644 --- a/templates/user/dashboard/milestones.tmpl +++ b/templates/user/dashboard/milestones.tmpl @@ -27,7 +27,7 @@ {{end}} ]&sort={{$.SortType}}&state={{$.State}}" title="{{.FullName}}"> <span class="text truncate">{{$Repo.FullName}}</span> - <div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div> + <div class="ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div> </a> {{end}} {{end}} diff --git a/web_src/js/index.js b/web_src/js/index.js index b35f806598..8600acc95c 100644 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -3252,7 +3252,10 @@ function initTopicbar() { const last = viewDiv.children('a').last(); for (let i = 0; i < topicArray.length; i++) { - $(`<a class="ui repo-topic small label topic" href="${suburl}/explore/repos?q=${topicArray[i]}&topic=1">${topicArray[i]}</a>`).insertBefore(last); + const link = $('<a class="ui repo-topic small label topic"></a>'); + link.attr('href', `${suburl}/explore/repos?q=${encodeURIComponent(topicArray[i])}&topic=1`); + link.text(topicArray[i]); + link.insertBefore(last); } } editDiv.css('display', 'none'); @@ -3298,7 +3301,7 @@ function initTopicbar() { label: 'ui small label' }, apiSettings: { - url: `${suburl}/api/v1/topics/search?q={query}`, + url: `${suburl}/api/v1/topics/search?q={encodeURIComponent(query)}`, throttle: 500, cache: false, onResponse(res) { diff --git a/web_src/js/semanticDropdown.js b/web_src/js/semanticDropdown.js index 353603ff44..14dcf63a81 100644 --- a/web_src/js/semanticDropdown.js +++ b/web_src/js/semanticDropdown.js @@ -2,8 +2,8 @@ https://github.com/go-gitea/gitea/pull/8638#issuecomment-549175290 */ /*! - * # Semantic UI 2.3.1 - Dropdown - * http://github.com/semantic-org/semantic-ui/ + * # Fomantic-UI - Dropdown + * http://github.com/fomantic/Fomantic-UI/ * * * Released under the MIT license @@ -22,6 +22,10 @@ 'use strict'; +$.isFunction = $.isFunction || function(obj) { + return typeof obj === "function" && typeof obj.nodeType !== "number"; +}; + window = (typeof window != 'undefined' && window.Math == Math) ? window : (typeof self != 'undefined' && self.Math == Math) @@ -75,6 +79,7 @@ $.fn.dropdown = function(parameters) { $sizer = $module.find(selector.sizer), $input = $module.find(selector.input), $icon = $module.find(selector.icon), + $clear = $module.find(selector.clearIcon), $combo = ($module.prev().find(selector.text).length > 0) ? $module.prev().find(selector.text) @@ -82,13 +87,16 @@ $.fn.dropdown = function(parameters) { $menu = $module.children(selector.menu), $item = $menu.find(selector.item), + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(), activated = false, itemActivated = false, internalChange = false, + iconClicked = false, element = this, instance = $module.data(moduleNamespace), + selectActionActive, initialLoad, pageLostFocus, willRefocus, @@ -108,6 +116,10 @@ $.fn.dropdown = function(parameters) { module.setup.reference(); } else { + if (settings.ignoreDiacritics && !String.prototype.normalize) { + settings.ignoreDiacritics = false; + module.error(error.noNormalize, element); + } module.setup.layout(); @@ -142,6 +154,9 @@ $.fn.dropdown = function(parameters) { destroy: function() { module.verbose('Destroying previous dropdown', $module); module.remove.tabbable(); + module.remove.active(); + $menu.transition('stop all'); + $menu.removeClass(className.visible).addClass(className.hidden); $module .off(eventNamespace) .removeData(moduleNamespace) @@ -180,7 +195,7 @@ $.fn.dropdown = function(parameters) { }, observe: { select: function() { - if(module.has.input()) { + if(module.has.input() && selectObserver) { selectObserver.observe($module[0], { childList : true, subtree : true @@ -188,7 +203,7 @@ $.fn.dropdown = function(parameters) { } }, menu: function() { - if(module.has.menu()) { + if(module.has.menu() && menuObserver) { menuObserver.observe($menu[0], { childList : true, subtree : true @@ -214,7 +229,7 @@ $.fn.dropdown = function(parameters) { if(!values) { return false; } - values = $.isArray(values) + values = Array.isArray(values) ? values : [values] ; @@ -276,7 +291,7 @@ $.fn.dropdown = function(parameters) { module.filter(query); } else { - module.hide(); + module.hide(null,true); } }, @@ -414,6 +429,13 @@ $.fn.dropdown = function(parameters) { if( !module.has.menu() ) { module.create.menu(); } + if ( module.is.selection() && module.is.clearable() && !module.has.clearItem() ) { + module.verbose('Adding clear icon'); + $clear = $('<i />') + .addClass('remove icon') + .insertBefore($text) + ; + } if( module.is.search() && !module.has.search() ) { module.verbose('Adding search input'); $search = $('<input />') @@ -454,7 +476,7 @@ $.fn.dropdown = function(parameters) { .attr('class', $input.attr('class') ) .addClass(className.selection) .addClass(className.dropdown) - .html( templates.dropdown(selectValues) ) + .html( templates.dropdown(selectValues, fields, settings.preserveHTML, settings.className) ) .insertBefore($input) ; if($input.hasClass(className.multiple) && $input.prop('multiple') === false) { @@ -469,6 +491,7 @@ $.fn.dropdown = function(parameters) { $module.addClass(className.disabled); } $input + .removeAttr('required') .removeAttr('class') .detach() .prependTo($module) @@ -477,8 +500,9 @@ $.fn.dropdown = function(parameters) { module.refresh(); }, menu: function(values) { - $menu.html( templates.menu(values, fields)); - $item = $menu.find(selector.item); + $menu.html( templates.menu(values, fields,settings.preserveHTML,settings.className)); + $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); }, reference: function() { module.debug('Dropdown behavior was called on select, replacing with closest dropdown'); @@ -505,7 +529,8 @@ $.fn.dropdown = function(parameters) { }, refreshItems: function() { - $item = $menu.find(selector.item); + $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); }, refreshSelectors: function() { @@ -520,6 +545,7 @@ $.fn.dropdown = function(parameters) { ; $menu = $module.children(selector.menu); $item = $menu.find(selector.item); + $divider = settings.hideDividers ? $item.parent().children(selector.divider) : $(); }, refreshData: function() { @@ -553,7 +579,7 @@ $.fn.dropdown = function(parameters) { } }, - show: function(callback) { + show: function(callback, preventFocus) { callback = $.isFunction(callback) ? callback : function(){} @@ -577,7 +603,7 @@ $.fn.dropdown = function(parameters) { if( module.can.click() ) { module.bind.intent(); } - if(module.has.menuSearch()) { + if(module.has.search() && !preventFocus) { module.focusSearch(); } module.set.visible(); @@ -587,7 +613,7 @@ $.fn.dropdown = function(parameters) { } }, - hide: function(callback) { + hide: function(callback, preventBlur) { callback = $.isFunction(callback) ? callback : function(){} @@ -599,9 +625,15 @@ $.fn.dropdown = function(parameters) { module.aria.removeDescendant(); module.animate.hide(function() { module.remove.visible(); + // hidding search focus + if ( module.is.focusedOnSearch() && preventBlur !== true ) { + $search.blur(); + } callback.call(element); }); } + } else if( module.can.click() ) { + module.unbind.intent(); } }, @@ -689,6 +721,7 @@ $.fn.dropdown = function(parameters) { .on('mousedown' + eventNamespace, selector.menu, module.event.menu.mousedown) .on('mouseup' + eventNamespace, selector.menu, module.event.menu.mouseup) .on('click' + eventNamespace, selector.icon, module.event.icon.click) + .on('click' + eventNamespace, selector.clearIcon, module.event.clearIcon.click) .on('focus' + eventNamespace, selector.search, module.event.search.focus) .on('click' + eventNamespace, selector.search, module.event.search.focus) .on('blur' + eventNamespace, selector.search, module.event.search.blur) @@ -722,6 +755,7 @@ $.fn.dropdown = function(parameters) { .on('mousedown' + eventNamespace, module.event.mousedown) .on('mouseup' + eventNamespace, module.event.mouseup) .on('focus' + eventNamespace, module.event.focus) + .on('click' + eventNamespace, selector.clearIcon, module.event.clearIcon.click) ; if(module.has.menuSearch() ) { $module @@ -805,7 +839,7 @@ $.fn.dropdown = function(parameters) { module.remove.message(); } if(settings.allowAdditions) { - module.add.userSuggestion(query); + module.add.userSuggestion(module.escape.htmlEntities(query)); } if(module.is.searchSelection() && module.can.show() && module.is.focusedOnSearch() ) { module.show(); @@ -821,6 +855,15 @@ $.fn.dropdown = function(parameters) { if(settings.filterRemoteData) { module.filterItems(searchTerm); } + var preSelected = $input.val(); + if(!Array.isArray(preSelected)) { + preSelected = preSelected && preSelected!=="" ? preSelected.split(settings.delimiter) : []; + } + $.each(preSelected,function(index,value){ + $item.filter('[data-value="'+value+'"]') + .addClass(className.filtered) + ; + }); afterFiltered(); }); } @@ -852,10 +895,20 @@ $.fn.dropdown = function(parameters) { callback(); }, onSuccess : function(response) { + var + values = response[fields.remoteValues] + ; + if (!Array.isArray(values)){ + values = []; + } module.remove.message(); module.setup.menu({ - values: response[fields.remoteValues] + values: values }); + + if(values.length===0 && !settings.allowAdditions) { + module.add.message(message.noResults); + } callback(); } } @@ -872,12 +925,14 @@ $.fn.dropdown = function(parameters) { filterItems: function(query) { var - searchTerm = (query !== undefined) + searchTerm = module.remove.diacritics(query !== undefined ? query - : module.get.query(), + : module.get.query() + ), results = null, escapedTerm = module.escape.string(searchTerm), - beginsWithRegExp = new RegExp('^' + escapedTerm, 'igm') + regExpFlags = (settings.ignoreSearchCase ? 'i' : '') + 'gm', + beginsWithRegExp = new RegExp('^' + escapedTerm, regExpFlags) ; // avoid loop if we're matching nothing if( module.has.query() ) { @@ -891,8 +946,8 @@ $.fn.dropdown = function(parameters) { text, value ; - if(settings.match == 'both' || settings.match == 'text') { - text = String(module.get.choiceText($choice, false)); + if(settings.match === 'both' || settings.match === 'text') { + text = module.remove.diacritics(String(module.get.choiceText($choice, false))); if(text.search(beginsWithRegExp) !== -1) { results.push(this); return true; @@ -906,8 +961,8 @@ $.fn.dropdown = function(parameters) { return true; } } - if(settings.match == 'both' || settings.match == 'value') { - value = String(module.get.choiceValue($choice, text)); + if(settings.match === 'both' || settings.match === 'value') { + value = module.remove.diacritics(String(module.get.choiceValue($choice, text))); if(value.search(beginsWithRegExp) !== -1) { results.push(this); return true; @@ -932,6 +987,30 @@ $.fn.dropdown = function(parameters) { .addClass(className.filtered) ; } + + if(!module.has.query()) { + $divider + .removeClass(className.hidden); + } else if(settings.hideDividers === true) { + $divider + .addClass(className.hidden); + } else if(settings.hideDividers === 'empty') { + $divider + .removeClass(className.hidden) + .filter(function() { + // First find the last divider in this divider group + // Dividers which are direct siblings are considered a group + var lastDivider = $(this).nextUntil(selector.item); + + return (lastDivider.length ? lastDivider : $(this)) + // Count all non-filtered items until the next divider (or end of the dropdown) + .nextUntil(selector.divider) + .filter(selector.item + ":not(." + className.filtered + ")") + // Hide divider if no items are found + .length === 0; + }) + .addClass(className.hidden); + } }, fuzzySearch: function(query, term) { @@ -939,8 +1018,8 @@ $.fn.dropdown = function(parameters) { termLength = term.length, queryLength = query.length ; - query = query.toLowerCase(); - term = term.toLowerCase(); + query = (settings.ignoreSearchCase ? query.toLowerCase() : query); + term = (settings.ignoreSearchCase ? term.toLowerCase() : term); if(queryLength > termLength) { return false; } @@ -961,12 +1040,10 @@ $.fn.dropdown = function(parameters) { return true; }, exactSearch: function (query, term) { - query = query.toLowerCase(); - term = term.toLowerCase(); - if(term.indexOf(query) > -1) { - return true; - } - return false; + query = (settings.ignoreSearchCase ? query.toLowerCase() : query); + term = (settings.ignoreSearchCase ? term.toLowerCase() : term); + return term.indexOf(query) > -1; + }, filterActive: function() { if(settings.useLabels) { @@ -989,6 +1066,12 @@ $.fn.dropdown = function(parameters) { } }, + blurSearch: function() { + if( module.has.search() ) { + $search.blur(); + } + }, + forceSelection: function() { var $currentlySelected = $item.not(className.filtered).filter('.' + className.selected).eq(0), @@ -998,19 +1081,12 @@ $.fn.dropdown = function(parameters) { : $activeItem, hasSelected = ($selectedItem.length > 0) ; - if(hasSelected && !module.is.multiple()) { + if(settings.allowAdditions || (hasSelected && !module.is.multiple())) { module.debug('Forcing partial selection to selected item', $selectedItem); - module.event.item.click.call($selectedItem, {}, true); - return; + $selectedItem[0].click(); } else { - if(settings.allowAdditions) { - module.set.selected(module.get.query()); - module.remove.searchTerm(); - } - else { - module.remove.searchTerm(); - } + module.remove.searchTerm(); } }, @@ -1023,11 +1099,30 @@ $.fn.dropdown = function(parameters) { module.setup.menu({values: values}); $.each(values, function(index, item) { if(item.selected == true) { - module.debug('Setting initial selection to', item.value); - module.set.selected(item.value); - return true; + module.debug('Setting initial selection to', item[fields.value]); + module.set.selected(item[fields.value]); + if(!module.is.multiple()) { + return false; + } } }); + + if(module.has.selectInput()) { + module.disconnect.selectObserver(); + $input.html(''); + $input.append('<option disabled selected value></option>'); + $.each(values, function(index, item) { + var + value = settings.templates.deQuote(item[fields.value]), + name = settings.templates.escape( + item[fields.name] || item[fields.value], + settings.preserveHTML + ) + ; + $input.append('<option value="' + value + '">' + name + '</option>'); + }); + module.observe.select(); + } } }, @@ -1084,12 +1179,12 @@ $.fn.dropdown = function(parameters) { } }, search: { - focus: function() { + focus: function(event) { activated = true; if(module.is.multiple()) { module.remove.activeLabel(); } - if(settings.showOnFocus) { + if(settings.showOnFocus || (event.type !== 'focus' && event.type !== 'focusin')) { module.search(); } }, @@ -1099,6 +1194,8 @@ $.fn.dropdown = function(parameters) { if(!itemActivated && !pageLostFocus) { if(settings.forceSelection) { module.forceSelection(); + } else if(!settings.allowAdditions){ + module.remove.searchTerm(); } module.hide(); } @@ -1106,9 +1203,32 @@ $.fn.dropdown = function(parameters) { willRefocus = false; } }, + clearIcon: { + click: function(event) { + module.clear(); + if(module.is.searchSelection()) { + module.remove.searchTerm(); + } + module.hide(); + event.stopPropagation(); + } + }, icon: { click: function(event) { - module.toggle(); + iconClicked=true; + if(module.has.search()) { + if(!module.is.active()) { + if(settings.showOnFocus){ + module.focusSearch(); + } else { + module.toggle(); + } + } else { + module.blurSearch(); + } + } else { + module.toggle(); + } } }, text: { @@ -1193,22 +1313,17 @@ $.fn.dropdown = function(parameters) { event.stopPropagation(); }, hide: function(event) { - module.determine.eventInModule(event, module.hide); + if(module.determine.eventInModule(event, module.hide)){ + if(element.id && $(event.target).attr('for') === element.id){ + event.preventDefault(); + } + } } }, select: { mutation: function(mutations) { module.debug('<select> modified, recreating menu'); - var - isSelectMutation = false - ; - $.each(mutations, function(index, mutation) { - if($(mutation.target).is('select') || $(mutation.addedNodes).is('select')) { - isSelectMutation = true; - return true; - } - }); - if(isSelectMutation) { + if(module.is.selectMutation(mutations)) { module.disconnect.selectObserver(); module.refresh(); module.setup.select(); @@ -1294,7 +1409,7 @@ $.fn.dropdown = function(parameters) { isBubbledEvent = ($subMenu.find($target).length > 0) ; // prevents IE11 bug where menu receives focus even though `tabindex=-1` - if(module.has.menuSearch()) { + if (document.activeElement.tagName.toLowerCase() !== 'input') { $(document.activeElement).blur(); } if(!isBubbledEvent && (!hasSubMenu || settings.allowCategorySelection)) { @@ -1337,7 +1452,8 @@ $.fn.dropdown = function(parameters) { isSearch = module.is.searchSelection(), isFocusedOnSearch = module.is.focusedOnSearch(), isFocused = module.is.focused(), - caretAtStart = (isFocusedOnSearch && module.get.caretPosition() === 0), + caretAtStart = (isFocusedOnSearch && module.get.caretPosition(false) === 0), + isSelectedSearch = (caretAtStart && module.get.caretPosition(true) !== 0), $nextLabel ; if(isSearch && !hasActiveLabel && !isFocusedOnSearch) { @@ -1418,7 +1534,7 @@ $.fn.dropdown = function(parameters) { module.remove.activeLabels($activeLabel); event.preventDefault(); } - else if(caretAtStart && !hasActiveLabel && pressedKey == keys.backspace) { + else if(caretAtStart && !isSelectedSearch && !hasActiveLabel && pressedKey == keys.backspace) { module.verbose('Removing last label on input backspace'); $activeLabel = $label.last().addClass(className.active); module.remove.activeLabels($activeLabel); @@ -1465,6 +1581,9 @@ $.fn.dropdown = function(parameters) { if(module.is.searchSelection()) { module.remove.searchTerm(); } + if(module.is.multiple()){ + event.preventDefault(); + } } // visible menu keyboard shortcuts @@ -1481,6 +1600,9 @@ $.fn.dropdown = function(parameters) { $selectedItem[0].click(); if(module.is.searchSelection()) { module.remove.searchTerm(); + if(module.is.multiple()) { + $search.focus(); + } } } event.preventDefault(); @@ -1636,6 +1758,7 @@ $.fn.dropdown = function(parameters) { determine: { selectAction: function(text, value) { + selectActionActive = true; module.verbose('Determining action', settings.action); if( $.isFunction( module.action[settings.action] ) ) { module.verbose('Triggering preset action', settings.action, text, value); @@ -1648,6 +1771,7 @@ $.fn.dropdown = function(parameters) { else { module.error(error.action, settings.action); } + selectActionActive = false; }, eventInModule: function(event, callback) { var @@ -1674,7 +1798,7 @@ $.fn.dropdown = function(parameters) { $target = $(event.target), $label = $target.closest(selector.siblingLabel), inVisibleDOM = document.body.contains(event.target), - notOnLabel = ($module.find($label).length === 0), + notOnLabel = ($module.find($label).length === 0 || !(module.is.multiple() && settings.useLabels)), notInMenu = ($target.closest($menu).length === 0) ; callback = $.isFunction(callback) @@ -1704,10 +1828,7 @@ $.fn.dropdown = function(parameters) { ; if( module.can.activate( $(element) ) ) { module.set.selected(value, $(element)); - if(module.is.multiple() && !module.is.allFiltered()) { - return; - } - else { + if(!module.is.multiple()) { module.hideAndClear(); } } @@ -1720,10 +1841,7 @@ $.fn.dropdown = function(parameters) { ; if( module.can.activate( $(element) ) ) { module.set.value(value, text, $(element)); - if(module.is.multiple() && !module.is.allFiltered()) { - return; - } - else { + if(!module.is.multiple()) { module.hideAndClear(); } } @@ -1739,7 +1857,7 @@ $.fn.dropdown = function(parameters) { }, hide: function(text, value, element) { - module.set.value(value, text); + module.set.value(value, text, $(element)); module.hideAndClear(); } @@ -1782,7 +1900,7 @@ $.fn.dropdown = function(parameters) { count ; count = ( module.is.multiple() ) - ? $.isArray(values) + ? Array.isArray(values) ? values.length : 0 : (module.get.value() !== '') @@ -1806,7 +1924,7 @@ $.fn.dropdown = function(parameters) { if(!values) { return false; } - values = $.isArray(values) + values = Array.isArray(values) ? values : [values] ; @@ -1819,19 +1937,25 @@ $.fn.dropdown = function(parameters) { return $.inArray(value, array) === index; }); }, - caretPosition: function() { + caretPosition: function(returnEndPos) { var input = $search.get(0), range, rangeLength ; - if('selectionStart' in input) { + if(returnEndPos && 'selectionEnd' in input){ + return input.selectionEnd; + } + else if(!returnEndPos && 'selectionStart' in input) { return input.selectionStart; } - else if (document.selection) { + if (document.selection) { input.focus(); range = document.selection.createRange(); rangeLength = range.text.length; + if(returnEndPos) { + return rangeLength; + } range.moveStart('character', -input.value.length); return range.text.length - rangeLength; } @@ -1841,7 +1965,7 @@ $.fn.dropdown = function(parameters) { value = ($input.length > 0) ? $input.val() : $module.data(metadata.value), - isEmptyMultiselect = ($.isArray(value) && value.length === 1 && value[0] === '') + isEmptyMultiselect = (Array.isArray(value) && value.length === 1 && value[0] === '') ; // prevents placeholder element from being selected when multiple return (value === undefined || isEmptyMultiselect) @@ -1858,7 +1982,7 @@ $.fn.dropdown = function(parameters) { } return ( !module.has.selectInput() && module.is.multiple() ) ? (typeof value == 'string') // delimited string - ? value.split(settings.delimiter) + ? module.escape.htmlEntities(value).split(settings.delimiter) : '' : value ; @@ -1915,7 +2039,11 @@ $.fn.dropdown = function(parameters) { return ($choice.data(metadata.value) !== undefined) ? String( $choice.data(metadata.value) ) : (typeof choiceText === 'string') - ? $.trim(choiceText.toLowerCase()) + ? $.trim( + settings.ignoreSearchCase + ? choiceText.toLowerCase() + : choiceText + ) : String(choiceText) ; }, @@ -1935,7 +2063,8 @@ $.fn.dropdown = function(parameters) { }, selectValues: function() { var - select = {} + select = {}, + oldGroup = [] ; select.values = []; $module @@ -1947,12 +2076,21 @@ $.fn.dropdown = function(parameters) { disabled = $option.attr('disabled'), value = ( $option.attr('value') !== undefined ) ? $option.attr('value') - : name + : name, + group = $option.parent('optgroup') ; if(settings.placeholder === 'auto' && value === '') { select.placeholder = name; } else { + if(group.length !== oldGroup.length || group[0] !== oldGroup[0]) { + select.values.push({ + type: 'header', + divider: settings.headerDivider, + name: group.attr('label') || '' + }); + oldGroup = group; + } select.values.push({ name : name, value : value, @@ -1966,12 +2104,17 @@ $.fn.dropdown = function(parameters) { select.placeholder = settings.placeholder; } if(settings.sortSelect) { - select.values.sort(function(a, b) { - return (a.name > b.name) - ? 1 - : -1 - ; - }); + if(settings.sortSelect === true) { + select.values.sort(function(a, b) { + return a.name.localeCompare(b.name); + }); + } else if(settings.sortSelect === 'natural') { + select.values.sort(function(a, b) { + return (a.name.toLowerCase().localeCompare(b.name.toLowerCase())); + }); + } else if($.isFunction(settings.sortSelect)) { + select.values.sort(settings.sortSelect); + } module.debug('Retrieved and sorted values from select', select); } else { @@ -2017,12 +2160,12 @@ $.fn.dropdown = function(parameters) { ? module.get.values() : module.get.text() ; + isMultiple = (module.is.multiple() && Array.isArray(value)); shouldSearch = (isMultiple) ? (value.length > 0) : (value !== undefined && value !== null) ; - isMultiple = (module.is.multiple() && $.isArray(value)); - strict = (value === '' || value === 0) + strict = (value === '' || value === false || value === true) ? true : strict || false ; @@ -2039,7 +2182,7 @@ $.fn.dropdown = function(parameters) { return; } if(isMultiple) { - if($.inArray( String(optionValue), value) !== -1 || $.inArray(optionText, value) !== -1) { + if($.inArray( String(optionValue), value) !== -1) { $selectedItem = ($selectedItem) ? $selectedItem.add($choice) : $choice @@ -2048,13 +2191,17 @@ $.fn.dropdown = function(parameters) { } else if(strict) { module.verbose('Ambiguous dropdown value using strict type check', $choice, value); - if( optionValue === value || optionText === value) { + if( optionValue === value) { $selectedItem = $choice; return true; } } else { - if( String(optionValue) == String(value) || optionText == value) { + if(settings.ignoreCase) { + optionValue = optionValue.toLowerCase(); + value = value.toLowerCase(); + } + if( String(optionValue) == String(value)) { module.verbose('Found select item by value', optionValue, value); $selectedItem = $choice; return true; @@ -2097,8 +2244,8 @@ $.fn.dropdown = function(parameters) { }, restore: { - defaults: function() { - module.clear(); + defaults: function(preventChangeTrigger) { + module.clear(preventChangeTrigger); module.restore.defaultText(); module.restore.defaultValue(); }, @@ -2165,6 +2312,12 @@ $.fn.dropdown = function(parameters) { else { module.set.selected(); } + var value = module.get.value(); + if(value && value !== '' && !(Array.isArray(value) && value.length === 0)) { + $input.removeClass(className.noselection); + } else { + $input.addClass(className.noselection); + } module.remove.initialLoad(); }, remoteValues: function() { @@ -2244,20 +2397,21 @@ $.fn.dropdown = function(parameters) { } }, - clear: function() { + clear: function(preventChangeTrigger) { if(module.is.multiple() && settings.useLabels) { module.remove.labels(); } else { module.remove.activeItem(); module.remove.selectedItem(); + module.remove.filteredItem(); } module.set.placeholderText(); - module.clearValue(); + module.clearValue(preventChangeTrigger); }, - clearValue: function() { - module.set.value(''); + clearValue: function(preventChangeTrigger) { + module.set.value('', null, null, preventChangeTrigger); }, scrollPage: function(direction, $selectedItem) { @@ -2409,6 +2563,9 @@ $.fn.dropdown = function(parameters) { ? forceScroll : false ; + if(module.get.activeItem().length === 0){ + forceScroll = false; + } if($item && $menu.length > 0 && hasActive) { itemOffset = $item.position().top; @@ -2430,30 +2587,28 @@ $.fn.dropdown = function(parameters) { } }, text: function(text) { - if(settings.action !== 'select') { - if(settings.action == 'combo') { - module.debug('Changing combo button text', text, $combo); - if(settings.preserveHTML) { - $combo.html(text); - } - else { - $combo.text(text); - } + if(settings.action === 'combo') { + module.debug('Changing combo button text', text, $combo); + if(settings.preserveHTML) { + $combo.html(text); } else { - if(text !== module.get.placeholderText()) { - $text.removeClass(className.placeholder); - } - module.debug('Changing text', text, $text); - $text - .removeClass(className.filtered) - ; - if(settings.preserveHTML) { - $text.html(text); - } - else { - $text.text(text); - } + $combo.text(text); + } + } + else if(settings.action === 'activate') { + if(text !== module.get.placeholderText()) { + $text.removeClass(className.placeholder); + } + module.debug('Changing text', text, $text); + $text + .removeClass(className.filtered) + ; + if(settings.preserveHTML) { + $text.html(text); + } + else { + $text.text(text); } } }, @@ -2509,8 +2664,13 @@ $.fn.dropdown = function(parameters) { }, direction: function($menu) { if(settings.direction == 'auto') { - // reset position - module.remove.upward(); + // reset position, remove upward if it's base menu + if (!$menu) { + module.remove.upward(); + } else if (module.is.upward($menu)) { + //we need make sure when make assertion openDownward for $menu, $menu does not have upward class + module.remove.upward($menu); + } if(module.can.openDownward($menu)) { module.remove.upward($menu); @@ -2534,7 +2694,12 @@ $.fn.dropdown = function(parameters) { var $element = $currentMenu || $menu; $element.addClass(className.leftward); }, - value: function(value, text, $selected) { + value: function(value, text, $selected, preventChangeTrigger) { + if(value !== undefined && value !== '' && !(Array.isArray(value) && value.length === 0)) { + $input.removeClass(className.noselection); + } else { + $input.addClass(className.noselection); + } var escapedValue = module.escape.value(value), hasInput = ($input.length > 0), @@ -2564,7 +2729,7 @@ $.fn.dropdown = function(parameters) { if(settings.fireOnInit === false && module.is.initialLoad()) { module.debug('Input native change event ignored on initial load'); } - else { + else if(preventChangeTrigger !== true) { module.trigger.change(); } internalChange = false; @@ -2578,7 +2743,7 @@ $.fn.dropdown = function(parameters) { if(settings.fireOnInit === false && module.is.initialLoad()) { module.verbose('No callback on initial load', settings.onChange); } - else { + else if(preventChangeTrigger !== true) { settings.onChange.call(element, value, text, $selected); } }, @@ -2600,8 +2765,7 @@ $.fn.dropdown = function(parameters) { }, selected: function(value, $selectedItem) { var - isMultiple = module.is.multiple(), - $userSelectedItem + isMultiple = module.is.multiple() ; $selectedItem = (settings.allowAdditions) ? $selectedItem || module.get.itemWithAdditions(value) @@ -2652,7 +2816,7 @@ $.fn.dropdown = function(parameters) { module.set.activeItem($selected); } } - else if(!isFiltered) { + else if(!isFiltered && (settings.useLabels || selectActionActive)) { module.debug('Selected active value, removing label'); module.remove.selected(selectedValue); } @@ -2670,6 +2834,7 @@ $.fn.dropdown = function(parameters) { } }) ; + module.remove.searchTerm(); } }, @@ -2688,7 +2853,7 @@ $.fn.dropdown = function(parameters) { $label = $('<a />') .addClass(className.label) .attr('data-' + metadata.value, escapedValue) - .html(templates.label(escapedValue, text)) + .html(templates.label(escapedValue, text, settings.preserveHTML, settings.className)) ; $label = settings.onLabelCreate.call($label, escapedValue, text); @@ -2704,7 +2869,12 @@ $.fn.dropdown = function(parameters) { $label .addClass(className.hidden) .insertBefore($next) - .transition(settings.label.transition, settings.label.duration) + .transition({ + animation : settings.label.transition, + debug : settings.debug, + verbose : settings.verbose, + duration : settings.label.duration + }) ; } else { @@ -2808,7 +2978,6 @@ $.fn.dropdown = function(parameters) { hasCount = (message.search('{count}') !== -1), hasMaxCount = (message.search('{maxCount}') !== -1), hasTerm = (message.search('{term}') !== -1), - values, count, query ; @@ -2841,7 +3010,7 @@ $.fn.dropdown = function(parameters) { return; } // extend current array - if($.isArray(currentValue)) { + if(Array.isArray(currentValue)) { newValue = currentValue.concat([addedValue]); newValue = module.get.uniqueArray(newValue); } @@ -2866,9 +3035,9 @@ $.fn.dropdown = function(parameters) { else { settings.onAdd.call(element, addedValue, addedText, $selectedItem); } - module.set.value(newValue, addedValue, addedText, $selectedItem); + module.set.value(newValue, addedText, $selectedItem); module.check.maxSelections(); - } + }, }, remove: { @@ -2911,6 +3080,9 @@ $.fn.dropdown = function(parameters) { else { $item.removeClass(className.filtered); } + if(settings.hideDividers) { + $divider.removeClass(className.hidden); + } module.remove.empty(); }, optionValue: function(value) { @@ -3023,7 +3195,7 @@ $.fn.dropdown = function(parameters) { module.check.maxSelections(); }, arrayValue: function(removedValue, values) { - if( !$.isArray(values) ) { + if( !Array.isArray(values) ) { values = [values]; } values = $.grep(values, function(value){ @@ -3035,7 +3207,7 @@ $.fn.dropdown = function(parameters) { label: function(value, shouldAnimate) { var $labels = $module.find(selector.label), - $removedLabel = $labels.filter('[data-' + metadata.value + '="' + module.escape.string(value) +'"]') + $removedLabel = $labels.filter('[data-' + metadata.value + '="' + module.escape.string(settings.ignoreCase ? value.toLowerCase() : value) +'"]') ; module.verbose('Removing label', $removedLabel); $removedLabel.remove(); @@ -3093,6 +3265,9 @@ $.fn.dropdown = function(parameters) { .removeAttr('tabindex') ; } + }, + diacritics: function(text) { + return settings.ignoreDiacritics ? text.normalize('NFD').replace(/[\u0300-\u036f]/g, '') : text; } }, @@ -3100,6 +3275,9 @@ $.fn.dropdown = function(parameters) { menuSearch: function() { return (module.has.search() && $search.closest($menu).length > 0); }, + clearItem: function() { + return ($clear.length > 0); + }, search: function() { return ($search.length > 0); }, @@ -3110,13 +3288,14 @@ $.fn.dropdown = function(parameters) { return ( $input.is('select') ); }, minCharacters: function(searchTerm) { - if(settings.minCharacters) { + if(settings.minCharacters && !iconClicked) { searchTerm = (searchTerm !== undefined) ? String(searchTerm) : String(module.get.query()) ; return (searchTerm.length >= settings.minCharacters); } + iconClicked=false; return true; }, firstLetter: function($item, letter) { @@ -3178,7 +3357,7 @@ $.fn.dropdown = function(parameters) { valueMatchingCase: function(value) { var values = module.get.values(), - hasValue = $.isArray(values) + hasValue = Array.isArray(values) ? values && ($.inArray(value, values) !== -1) : (values == value) ; @@ -3192,7 +3371,7 @@ $.fn.dropdown = function(parameters) { values = module.get.values(), hasValue = false ; - if(!$.isArray(values)) { + if(!Array.isArray(values)) { values = [values]; } $.each(values, function(index, existingValue) { @@ -3234,6 +3413,9 @@ $.fn.dropdown = function(parameters) { var $selectedMenu = $subMenu || $menu; return $selectedMenu.hasClass(className.leftward); }, + clearable: function() { + return ($module.hasClass(className.clearable) || settings.clearable); + }, disabled: function() { return $module.hasClass(className.disabled); }, @@ -3278,9 +3460,9 @@ $.fn.dropdown = function(parameters) { selectChanged = false ; $.each(mutations, function(index, mutation) { - if(mutation.target && $(mutation.target).is('select')) { + if($(mutation.target).is('select') || $(mutation.addedNodes).is('select')) { selectChanged = true; - return true; + return false; } }); return selectChanged; @@ -3483,9 +3665,6 @@ $.fn.dropdown = function(parameters) { hide: function(callback, $subMenu) { var $currentMenu = $subMenu || $menu, - duration = ($subMenu) - ? (settings.duration * 0.9) - : settings.duration, start = ($subMenu) ? function() {} : function() { @@ -3561,7 +3740,7 @@ $.fn.dropdown = function(parameters) { escape: { value: function(value) { var - multipleValues = $.isArray(value), + multipleValues = Array.isArray(value), stringValue = (typeof value === 'string'), isUnparsable = (!stringValue && !multipleValues), hasQuotes = (stringValue && value.search(regExp.quote) !== -1), @@ -3582,6 +3761,27 @@ $.fn.dropdown = function(parameters) { string: function(text) { text = String(text); return text.replace(regExp.escape, '\\$&'); + }, + htmlEntities: function(string) { + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; } }, @@ -3735,7 +3935,7 @@ $.fn.dropdown = function(parameters) { else if(found !== undefined) { response = found; } - if($.isArray(returnedValue)) { + if(Array.isArray(returnedValue)) { returnedValue.push(response); } else if(returnedValue !== undefined) { @@ -3780,6 +3980,8 @@ $.fn.dropdown.settings = { values : false, // specify values to use for dropdown + clearable : false, // whether the value of the dropdown can be cleared + apiSettings : false, selectOnKeydown : true, // Whether selection should occur automatically when keyboard shortcuts used minCharacters : 0, // Minimum characters required to trigger API call @@ -3795,6 +3997,8 @@ $.fn.dropdown.settings = { match : 'both', // what to match against with search selection (both, text, or label) fullTextSearch : false, // search anywhere in value (set to 'exact' to require exact matches) + ignoreDiacritics : false, // match results also if they contain diacritics of the same base character (for example searching for "a" will also match "á" or "â" or "à", etc...) + hideDividers : false, // Whether to hide any divider elements (specified in selector.divider) that are sibling to any items when searched (set to true will hide all dividers, set to 'empty' will hide them when they are not followed by a visible item) placeholder : 'auto', // whether to convert blank <select> values to placeholder text preserveHTML : true, // preserve html when selecting value @@ -3803,7 +4007,8 @@ $.fn.dropdown.settings = { forceSelection : true, // force a choice on blur with search selection allowAdditions : false, // whether multiple select should allow user added values - ignoreCase : false, // whether to consider values not matching in case to be the same + ignoreCase : false, // whether to consider case sensitivity when creating labels + ignoreSearchCase : true, // whether to consider case sensitivity when filtering items hideAdditions : true, // whether or not to hide special message prompting a user they can enter a value maxSelections : false, // When set to a number limits the number of selections to this count @@ -3822,6 +4027,8 @@ $.fn.dropdown.settings = { glyphWidth : 1.037, // widest glyph width in em (W is 1.037 em) used to calculate multiselect input width + headerDivider : true, // whether option headers should have an additional divider line underneath when converted from <select> <optgroup> + // label settings on multi-select label: { transition : 'scale', @@ -3869,11 +4076,12 @@ $.fn.dropdown.settings = { method : 'The method you called is not defined.', noAPI : 'The API module is required to load resources remotely', noStorage : 'Saving remote data requires session storage', - noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>' + noTransition : 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>', + noNormalize : '"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.' }, regExp : { - escape : /[-[\]{}()*+?.,\\^$|#\s]/g, + escape : /[-[\]{}()*+?.,\\^$|#\s:=@]/g, quote : /"/g }, @@ -3892,7 +4100,14 @@ $.fn.dropdown.settings = { disabled : 'disabled', // whether value should be disabled name : 'name', // displayed dropdown text value : 'value', // actual dropdown value - text : 'text' // displayed text when selected + text : 'text', // displayed text when selected + type : 'type', // type of dropdown element + image : 'image', // optional image path + imageClass : 'imageClass', // optional individual class for image + icon : 'icon', // optional icon name + iconClass : 'iconClass', // optional individual class for icon (for example to use flag instead) + class : 'class', // optional individual class for item/header + divider : 'divider' // optional divider append for group headers }, keys : { @@ -3911,6 +4126,7 @@ $.fn.dropdown.settings = { selector : { addition : '.addition', + divider : '.divider, .header', dropdown : '.ui.dropdown', hidden : '.hidden', icon : '> .dropdown.icon', @@ -3925,7 +4141,8 @@ $.fn.dropdown.settings = { search : 'input.search, .menu > .search > input, .menu input.search', sizer : '> input.sizer', text : '> .text:not(.icon)', - unselectable : '.disabled, .filtered' + unselectable : '.disabled, .filtered', + clearIcon : '> .remove.icon' }, className : { @@ -3937,6 +4154,8 @@ $.fn.dropdown.settings = { dropdown : 'ui dropdown', filtered : 'filtered', hidden : 'hidden transition', + icon : 'icon', + image : 'image', item : 'item', label : 'ui label', loading : 'loading', @@ -3950,64 +4169,124 @@ $.fn.dropdown.settings = { selection : 'selection', upward : 'upward', leftward : 'left', - visible : 'visible' + visible : 'visible', + clearable : 'clearable', + noselection : 'noselection', + delete : 'delete', + header : 'header', + divider : 'divider', + groupIcon : '' } }; /* Templates */ $.fn.dropdown.settings.templates = { - + deQuote: function(string) { + return String(string).replace(/"/g,""); + }, + escape: function(string, preserveHTML) { + if (preserveHTML){ + return string; + } + var + badChars = /[&<>"'`]/g, + shouldEscape = /[&<>"'`]/, + escape = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }, + escapedChar = function(chr) { + return escape[chr]; + } + ; + if(shouldEscape.test(string)) { + return string.replace(badChars, escapedChar); + } + return string; + }, // generates dropdown from select values - dropdown: function(select) { + dropdown: function(select, fields, preserveHTML, className) { var placeholder = select.placeholder || false, - values = select.values || {}, - html = '' + html = '', + escape = $.fn.dropdown.settings.templates.escape ; html += '<i class="dropdown icon"></i>'; - if(select.placeholder) { - html += '<div class="default text">' + placeholder + '</div>'; + if(placeholder) { + html += '<div class="default text">' + escape(placeholder,preserveHTML) + '</div>'; } else { html += '<div class="text"></div>'; } - html += '<div class="menu">'; - $.each(select.values, function(index, option) { - html += (option.disabled) - ? '<div class="disabled item" data-value="' + option.value + '">' + option.name + '</div>' - : '<div class="item" data-value="' + option.value + '">' + option.name + '</div>' - ; - }); + html += '<div class="'+className.menu+'">'; + html += $.fn.dropdown.settings.templates.menu(select, fields, preserveHTML,className); html += '</div>'; return html; }, // generates just menu from select - menu: function(response, fields) { + menu: function(response, fields, preserveHTML, className) { var - values = response[fields.values] || {}, - html = '' + values = response[fields.values] || [], + html = '', + escape = $.fn.dropdown.settings.templates.escape, + deQuote = $.fn.dropdown.settings.templates.deQuote ; $.each(values, function(index, option) { var - maybeText = (option[fields.text]) - ? 'data-text="' + option[fields.text] + '"' - : '', - maybeDisabled = (option[fields.disabled]) - ? 'disabled ' - : '' + itemType = (option[fields.type]) + ? option[fields.type] + : 'item' ; - html += '<div class="'+ maybeDisabled +'item" data-value="' + option[fields.value] + '"' + maybeText + '>'; - html += option[fields.name]; - html += '</div>'; + + if( itemType === 'item' ) { + var + maybeText = (option[fields.text]) + ? ' data-text="' + deQuote(option[fields.text]) + '"' + : '', + maybeDisabled = (option[fields.disabled]) + ? className.disabled+' ' + : '' + ; + html += '<div class="'+ maybeDisabled + (option[fields.class] ? deQuote(option[fields.class]) : className.item)+'" data-value="' + deQuote(option[fields.value]) + '"' + maybeText + '>'; + if(option[fields.image]) { + html += '<img class="'+(option[fields.imageClass] ? deQuote(option[fields.imageClass]) : className.image)+'" src="' + deQuote(option[fields.image]) + '">'; + } + if(option[fields.icon]) { + html += '<i class="'+deQuote(option[fields.icon])+' '+(option[fields.iconClass] ? deQuote(option[fields.iconClass]) : className.icon)+'"></i>'; + } + html += escape(option[fields.name] || option[fields.value],preserveHTML); + html += '</div>'; + } else if (itemType === 'header') { + var groupName = escape(option[fields.name],preserveHTML), + groupIcon = option[fields.icon] ? deQuote(option[fields.icon]) : className.groupIcon + ; + if(groupName !== '' || groupIcon !== '') { + html += '<div class="' + (option[fields.class] ? deQuote(option[fields.class]) : className.header) + '">'; + if (groupIcon !== '') { + html += '<i class="' + groupIcon + ' ' + (option[fields.iconClass] ? deQuote(option[fields.iconClass]) : className.icon) + '"></i>'; + } + html += groupName; + html += '</div>'; + } + if(option[fields.divider]){ + html += '<div class="'+className.divider+'"></div>'; + } + } }); return html; }, // generates label for multiselect - label: function(value, text) { - return text + '<i class="delete icon"></i>'; + label: function(value, text, preserveHTML, className) { + var + escape = $.fn.dropdown.settings.templates.escape; + return escape(text,preserveHTML) + '<i class="'+className.delete+' icon"></i>'; }, diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 34a647f9a9..50911487a7 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -354,6 +354,10 @@ code, z-index: 21; } + &.dropdown .menu > .header { + font-size: 0.8em; + } + .text { &.red { color: #d95c5c !important; diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index 8749fb8802..71239ffc3e 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -24,7 +24,7 @@ vertical-align: middle; &.truncate { - width: 85%; + width: 75%; } } diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 7c79e90695..6530bcf8e5 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -149,7 +149,7 @@ .octicon { float: left; - margin: 5px -7px 0 -5px; + margin: 0 -7px 0 -5px; width: 16px; } diff --git a/web_src/less/themes/arc-green.less b/web_src/less/themes/arc-green.less index 29a9723726..7bb39a6281 100644 --- a/web_src/less/themes/arc-green.less +++ b/web_src/less/themes/arc-green.less @@ -483,13 +483,18 @@ a.ui.basic.green.label:hover { color: #dbdbdb; } -.ui.table thead th { - background: #404552; - color: #dbdbdb; +.ui.table thead th, +.ui.table > thead > tr > th { + background: #404552 !important; + color: #dbdbdb !important; +} + +.repository.file.list #repo-files-table tr { + background: #2a2e3a; } .repository.file.list #repo-files-table tr:hover { - background-color: #393d4a; + background-color: #393d4a !important; } .ui.table { @@ -602,6 +607,10 @@ a.ui.basic.green.label:hover { border: 1px solid #404552; } +.ui.list > .item > .content { + color: #9e9e9e !important; +} + .ui.active.button:active, .ui.button:active, .ui.button:focus {